/* MyTahsilat — marketing landing */

.mytahsilat-page {
  --mtah-primary: #0d9488;
  --mtah-primary-dark: #0f766e;
  --mtah-accent: #14b8a6;
  --mtah-ink: #0f172a;
  --mtah-ink-muted: #475569;
  --mtah-ink-soft: #64748b;
  --mtah-surface: #ffffff;
  --mtah-surface-muted: #f0fdfa;
  --mtah-surface-alt: #ecfdf5;
  --mtah-border: rgba(15, 23, 42, 0.08);
  --mtah-radius-lg: 1.25rem;
  --mtah-radius-xl: 1.5rem;
  --mtah-section-y: clamp(3.5rem, 6vw, 5rem);
  color: var(--mtah-ink);
}

.mytahsilat-page .text-muted {
  color: var(--mtah-ink-soft) !important;
}

.mytahsilat-page .mytahsilat-section {
  padding-top: var(--mtah-section-y);
  padding-bottom: var(--mtah-section-y);
}

.mytahsilat-page .mytahsilat-section--muted {
  background: var(--mtah-surface-muted);
}

.mytahsilat-page .mytahsilat-section--alt {
  background: var(--mtah-surface-alt);
}

.mytahsilat-page .mytahsilat-section-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto clamp(2.5rem, 4vw, 3.5rem);
}

.mytahsilat-page .mytahsilat-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.85rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mtah-primary);
  background: rgba(13, 148, 136, 0.12);
  border: 1px solid rgba(13, 148, 136, 0.22);
}

.mytahsilat-page .mytahsilat-section-head h2 {
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 0.75rem;
  line-height: 1.15;
}

.mytahsilat-page .mytahsilat-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #042f2e 0%, #0f766e 42%, #14b8a6 100%);
  color: #f8fafc;
}

.mytahsilat-page .mytahsilat-hero-fx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.mytahsilat-page .mytahsilat-hero-fx .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
}

.mytahsilat-page .mytahsilat-hero-fx .orb-a {
  width: 22rem;
  height: 22rem;
  background: #5eead4;
  top: -6rem;
  right: -4rem;
}

.mytahsilat-page .mytahsilat-hero-fx .orb-b {
  width: 18rem;
  height: 18rem;
  background: #0ea5e9;
  bottom: -5rem;
  left: -3rem;
  opacity: 0.3;
}

.mytahsilat-page .mytahsilat-hero .mytahsilat-eyebrow {
  color: #ccfbf1;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

.mytahsilat-page .mytahsilat-hero-brand {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.mytahsilat-page .mytahsilat-hero-brand img {
  display: block;
  height: clamp(36px, 5vw, 48px);
  width: auto;
  max-width: min(280px, 72vw);
  object-fit: contain;
}

.mytahsilat-page .mytahsilat-hero h1 {
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.mytahsilat-page .mytahsilat-hero .lead {
  color: rgba(248, 250, 252, 0.88);
  font-size: 1.1rem;
  line-height: 1.65;
}

.mytahsilat-page .mytahsilat-hero-badges {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
}

.mytahsilat-page .mytahsilat-hero-badges li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ecfdf5;
}

.mytahsilat-page .mytahsilat-hero-badges i {
  color: #5eead4;
}

.mytahsilat-page .mytahsilat-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  background: #fff;
  color: var(--mtah-primary-dark);
  border: none;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.mytahsilat-page .mytahsilat-btn-primary:hover {
  color: var(--mtah-primary-dark);
  transform: translateY(-1px);
}

.mytahsilat-page .mytahsilat-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  font-weight: 650;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  text-decoration: none;
  margin-left: 0.5rem;
}

.mytahsilat-page .mytahsilat-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.mytahsilat-page .mytahsilat-feature-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: var(--mtah-radius-lg);
  background: var(--mtah-surface);
  border: 1px solid var(--mtah-border);
}

.mytahsilat-page .mytahsilat-feature-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: rgba(13, 148, 136, 0.12);
  color: var(--mtah-primary);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.mytahsilat-page .mytahsilat-feature-card h3 {
  font-size: 1.05rem;
  font-weight: 750;
  margin-bottom: 0.5rem;
}

.mytahsilat-page .mytahsilat-feature-card p {
  margin: 0;
  color: var(--mtah-ink-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* —— Kesintisiz geçiş —— */
.mytahsilat-page .mytahsilat-migrate {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
  border-radius: var(--mtah-radius-xl);
  background:
    linear-gradient(145deg, rgba(240, 253, 250, 0.95) 0%, #fff 48%, rgba(236, 253, 245, 0.7) 100%);
  border: 1px solid rgba(13, 148, 136, 0.14);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.mytahsilat-page .mytahsilat-migrate-copy .mytahsilat-eyebrow {
  margin-bottom: 0.85rem;
}

.mytahsilat-page .mytahsilat-migrate-copy h2 {
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 0.85rem;
  color: var(--mtah-ink);
}

.mytahsilat-page .mytahsilat-migrate-copy > p {
  margin: 0 0 1.35rem;
  color: var(--mtah-ink-muted);
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 34rem;
}

.mytahsilat-page .mytahsilat-migrate-copy > p strong {
  color: var(--mtah-primary-dark);
  font-weight: 700;
}

.mytahsilat-page .mytahsilat-migrate-points {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.75rem;
}

.mytahsilat-page .mytahsilat-migrate-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--mtah-ink-muted);
  line-height: 1.4;
}

.mytahsilat-page .mytahsilat-migrate-points i {
  flex: 0 0 auto;
  width: 1.85rem;
  height: 1.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.55rem;
  background: rgba(13, 148, 136, 0.12);
  color: var(--mtah-primary);
  font-size: 1rem;
  margin-top: 0.05rem;
}

.mytahsilat-page .mytahsilat-migrate-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 750;
  color: var(--mtah-primary-dark);
  text-decoration: none;
  border-bottom: 1.5px solid rgba(13, 148, 136, 0.35);
  padding-bottom: 0.15rem;
  transition: gap 0.15s ease, border-color 0.15s ease;
}

.mytahsilat-page .mytahsilat-migrate-cta:hover {
  color: var(--mtah-primary);
  gap: 0.65rem;
  border-color: var(--mtah-primary);
}

.mytahsilat-page .mytahsilat-migrate-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem 1rem;
  min-height: 12rem;
}

.mytahsilat-page .mytahsilat-migrate-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  min-width: 5.5rem;
  text-align: center;
}

.mytahsilat-page .mytahsilat-migrate-step-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  background: #fff;
  border: 1px solid var(--mtah-border);
  color: var(--mtah-ink-soft);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.mytahsilat-page .mytahsilat-migrate-step--target .mytahsilat-migrate-step-icon {
  background: #fff;
  border-color: rgba(13, 148, 136, 0.22);
  color: var(--mtah-primary-dark);
  box-shadow: 0 10px 24px rgba(13, 148, 136, 0.18);
  width: auto;
  min-width: 3.5rem;
  height: auto;
  min-height: 3.5rem;
  padding: 0.55rem 0.75rem;
  border-radius: 1rem;
}

.mytahsilat-page .mytahsilat-migrate-step-icon--logo img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.mytahsilat-page .mytahsilat-migrate-step-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--mtah-ink-muted);
  letter-spacing: -0.01em;
}

.mytahsilat-page .mytahsilat-migrate-step--target .mytahsilat-migrate-step-label {
  color: var(--mtah-primary-dark);
}

.mytahsilat-page .mytahsilat-migrate-arrow {
  flex: 1 1 auto;
  max-width: 7.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
}

.mytahsilat-page .mytahsilat-migrate-arrow-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(13, 148, 136, 0.2), rgba(13, 148, 136, 0.75), rgba(13, 148, 136, 0.2));
}

.mytahsilat-page .mytahsilat-migrate-arrow-line::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent rgba(13, 148, 136, 0.75);
  transform: translateY(-50%);
}

.mytahsilat-page .mytahsilat-migrate-arrow-badge {
  position: relative;
  z-index: 1;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mtah-primary-dark);
  background: #fff;
  border: 1px solid rgba(13, 148, 136, 0.28);
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.12);
}

@media (max-width: 991.98px) {
  .mytahsilat-page .mytahsilat-migrate {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .mytahsilat-page .mytahsilat-migrate-flow {
    min-height: auto;
    padding: 0.5rem 0 0;
    order: -1;
  }
}

@media (max-width: 420px) {
  .mytahsilat-page .mytahsilat-migrate-step {
    min-width: 4.5rem;
  }

  .mytahsilat-page .mytahsilat-migrate-step-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
  }
}

.mytahsilat-page .mytahsilat-pkg-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.5rem;
  border-radius: var(--mtah-radius-xl);
  background: var(--mtah-surface);
  border: 1px solid var(--mtah-border);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.mytahsilat-page .mytahsilat-pkg-card--featured {
  border-color: rgba(13, 148, 136, 0.45);
  box-shadow: 0 14px 36px rgba(13, 148, 136, 0.14);
}

.mytahsilat-page .mytahsilat-pkg-card--soon {
  opacity: 0.92;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.mytahsilat-page .mytahsilat-pkg-pill {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.12);
  color: var(--mtah-primary-dark);
}

.mytahsilat-page .mytahsilat-pkg-pill--soon {
  background: rgba(100, 116, 139, 0.15);
  color: #475569;
}

.mytahsilat-page .mytahsilat-pkg-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.mytahsilat-page .mytahsilat-pkg-card .pkg-desc {
  color: var(--mtah-ink-soft);
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
  min-height: 2.6rem;
}

.mytahsilat-page .mytahsilat-pkg-price {
  margin-bottom: 1.25rem;
}

.mytahsilat-page .mytahsilat-pkg-price .amt {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--mtah-ink);
}

.mytahsilat-page .mytahsilat-pkg-price .per {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mtah-ink-soft);
}

.mytahsilat-page .mytahsilat-pkg-price .vat {
  display: block;
  font-size: 0.75rem;
  color: var(--mtah-ink-soft);
  margin-top: 0.15rem;
}

.mytahsilat-page .mytahsilat-pkg-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  flex: 1;
}

.mytahsilat-page .mytahsilat-pkg-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  margin-bottom: 0.55rem;
  color: var(--mtah-ink-muted);
}

.mytahsilat-page .mytahsilat-pkg-features i {
  color: var(--mtah-primary);
  margin-top: 0.15rem;
  flex: 0 0 auto;
}

.mytahsilat-page .mytahsilat-pkg-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  background: var(--mtah-primary);
  color: #fff;
  border: none;
  transition: background 0.15s ease;
}

.mytahsilat-page .mytahsilat-pkg-cta:hover {
  background: var(--mtah-primary-dark);
  color: #fff;
}

.mytahsilat-page .mytahsilat-pkg-cta--disabled,
.mytahsilat-page .mytahsilat-pkg-cta:disabled {
  background: #94a3b8;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.mytahsilat-page .mytahsilat-cta-band {
  background: linear-gradient(135deg, #0f766e 0%, #0d9488 55%, #0891b2 100%);
  color: #fff;
  border-radius: var(--mtah-radius-xl);
  padding: clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.mytahsilat-page .mytahsilat-cta-band h2 {
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.mytahsilat-page .mytahsilat-cta-band p {
  opacity: 0.9;
  margin-bottom: 1.5rem;
}

@media (max-width: 575.98px) {
  .mytahsilat-page .mytahsilat-btn-ghost {
    margin-left: 0;
    margin-top: 0.65rem;
  }
}
