/* Mentörüm V2 — sakin güven / görünür zekâ */
:root {
  --paper: #f4f0e7;
  --paper-deep: #e8e0d2;
  --ink: #111a2e;
  --ink-2: #28344a;
  --muted: #6d7380;
  --line: rgba(17, 26, 46, .15);
  --coral: #ff6244;
  --coral-dark: #d9472e;
  --blue: #1f5eb7;
  --mint: #bfdfcf;
  --yellow: #efd465;
  --white: #fffdf8;
  --radius: 18px;
  --radius-lg: 30px;
  --shadow: 0 26px 80px rgba(17, 26, 46, .12);
  --container: min(1320px, calc(100% - 64px));
}

body { background: var(--paper); }
.section { padding: clamp(90px, 9vw, 150px) 0; }
.container { width: var(--container); }
.eyebrow { letter-spacing: .17em; font-size: .68rem; }
.eyebrow::before { width: 6px; height: 6px; }
.button-v2 { min-height: 60px; padding-inline: 28px; }
.button-coral { box-shadow: none; }
.button-coral:hover { box-shadow: 0 12px 30px rgba(255, 98, 68, .2); }

.site-header {
  width: min(1460px, calc(100% - 28px));
  height: 76px;
  margin-top: 12px;
  border-radius: 16px;
  border-color: rgba(17, 26, 46, .11);
  background: rgba(244, 240, 231, .94);
}
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(17,26,46,.08); }
.main-nav { gap: 25px; }

/* Hero */
.hero-v2 { min-height: calc(100svh - 90px); position: relative; overflow: clip; padding: clamp(54px, 6vw, 90px) 0 80px; }
.hero-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(17,26,46,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(17,26,46,.055) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 82%);
}
.hero-v2__grid { width: var(--container); margin: auto; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(480px, .76fr); gap: clamp(38px, 6vw, 90px); align-items: center; position: relative; z-index: 1; }
.hero-v2__copy { padding: 20px 0; }
.hero-v2__kicker { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 27px; }
.hero-v2__kicker span { padding: 7px 11px; border: 1px solid var(--ink); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero-v2__kicker span + span { background: var(--ink); color: white; }
.hero-v2 h1 { margin: 0; max-width: 880px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.2rem, 7.35vw, 7.7rem); font-weight: 500; letter-spacing: -.075em; line-height: .84; }
.hero-v2 h1 em { color: var(--coral); font-weight: 500; }
.hero-v2__intro { max-width: 690px; margin: 32px 0 0; padding-left: 74px; position: relative; color: var(--ink-2); font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.55; }
.hero-v2__intro::before { content: ""; width: 52px; height: 1px; position: absolute; left: 0; top: .82em; background: var(--ink); }
.hero-v2__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin: 33px 0 0 74px; }
.hero-v2__assurance { margin: 26px 0 0 74px; display: flex; flex-wrap: wrap; gap: 7px 20px; color: var(--muted); font-size: .74rem; font-weight: 700; }
.hero-v2__assurance span::before { content: "✓"; margin-right: 6px; color: var(--success); }
.hero-v2__visual { position: relative; min-height: 650px; }
.hero-v2__image-wrap { position: absolute; inset: 0 62px 35px 0; overflow: hidden; border-radius: 240px 240px 24px 24px; background: #d8cfbf; box-shadow: var(--shadow); }
.hero-v2__image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); border-radius: inherit; pointer-events: none; }
.hero-v2__image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; }
.hero-v2__image-label { position: absolute; top: 35px; left: 35px; padding: 7px 12px; background: rgba(17,26,46,.86); color: white; border-radius: 999px; backdrop-filter: blur(10px); font-size: .67rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero-match-card { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(350px, 76%); padding: 20px; border: 1px solid rgba(17,26,46,.12); border-radius: 20px; background: rgba(255,253,248,.96); box-shadow: 0 24px 70px rgba(17,26,46,.19); backdrop-filter: blur(18px); }
.hero-match-card__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .67rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero-match-card__top i { width: 8px; height: 8px; border-radius: 50%; background: #40aa78; box-shadow: 0 0 0 5px rgba(64,170,120,.13); }
.hero-match-card__student { padding: 16px 0 10px; }
.hero-match-card__student small, .hero-match-card__mentor small { display: block; color: var(--muted); font-size: .68rem; }
.hero-match-card__student strong { display: block; font-family: Georgia, serif; font-size: 1.32rem; font-weight: 500; }
.hero-match-card__student > span { font-size: .73rem; color: var(--muted); }
.hero-match-card__line { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center; color: var(--coral-dark); font-size: .6rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-match-card__line span { height: 1px; background: var(--line); }
.hero-match-card__mentor { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 13px 0; }
.hero-match-card__mentor .avatar { width: 43px; height: 43px; font-size: .69rem; }
.hero-match-card__mentor strong { display: block; font-size: .89rem; }
.fit-badge { background: #dcefe5; color: #186447; padding: 5px 8px; border-radius: 999px; font-size: .6rem; font-weight: 850; }
.hero-match-card > p { margin: 0; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; line-height: 1.55; }
.hero-match-card > p b { color: var(--ink); }
.hero-v2__stamp { position: absolute; left: -42px; bottom: 60px; z-index: 3; width: 110px; height: 110px; border-radius: 50%; display: grid; place-content: center; background: var(--yellow); text-align: center; transform: rotate(-9deg); box-shadow: 0 13px 30px rgba(17,26,46,.13); font-size: .72rem; font-weight: 800; line-height: 1.05; }
.hero-v2__stamp strong { display: block; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.hero-v2__scroll { position: absolute; left: 50%; bottom: 19px; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.hero-v2__scroll span { animation: v2bounce 1.7s ease-in-out infinite; }
@keyframes v2bounce { 50% { transform: translateY(5px); } }

.confidence-strip { width: var(--container); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.confidence-strip > div { min-height: 124px; padding: 25px clamp(17px, 3vw, 40px); display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; border-left: 1px solid var(--line); }
.confidence-strip > div:first-child { border-left: 0; }
.confidence-strip span { font-family: Georgia, serif; color: var(--coral-dark); font-size: .92rem; }
.confidence-strip strong { font-size: clamp(.92rem, 1.2vw, 1.08rem); line-height: 1.35; }

/* Decision narrative */
.decision-section__head { margin-bottom: clamp(60px, 8vw, 105px); }
.decision-section__head h2 { max-width: 1200px; margin: 24px 0 0; font-family: Georgia, serif; font-size: clamp(3.3rem, 6.8vw, 7.2rem); font-weight: 500; line-height: .92; letter-spacing: -.065em; }
.decision-section__head h2 em { color: var(--coral); }
.decision-ledger { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.decision-ledger__intro { position: sticky; top: 125px; }
.decision-ledger__intro p { max-width: 480px; margin: 0 0 30px; color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
.decision-ledger__rows { border-top: 1px solid var(--ink); }
.decision-ledger__rows article { min-height: 170px; display: grid; grid-template-columns: 52px 1fr auto; gap: 25px; align-items: center; border-bottom: 1px solid var(--line); }
.decision-ledger__rows article > span { color: var(--coral-dark); font-family: Georgia, serif; }
.decision-ledger__rows h3 { margin: 0 0 6px; font-family: Georgia, serif; font-size: clamp(2rem, 3.2vw, 3.6rem); font-weight: 500; letter-spacing: -.045em; }
.decision-ledger__rows p { margin: 0; color: var(--muted); }
.decision-ledger__rows b { font-family: Georgia, serif; font-size: 1.1rem; font-style: italic; font-weight: 500; color: var(--muted); }

/* Matching lab */
.fit-section { background: var(--ink); color: white; border-radius: 48px 48px 0 0; overflow: hidden; }
.fit-section__header { display: grid; grid-template-columns: 1fr .54fr; gap: 60px; align-items: end; margin-bottom: 64px; }
.fit-section__header h2 { margin: 20px 0 0; font-family: Georgia, serif; font-size: clamp(3.5rem, 6vw, 6.6rem); line-height: .89; letter-spacing: -.06em; font-weight: 500; }
.fit-section__header h2 em { color: var(--yellow); }
.fit-section__header > p { margin: 0; color: #aeb8ca; font-size: 1.05rem; }
.fit-lab { min-height: 560px; display: grid; grid-template-columns: 1fr .62fr 1fr; background: #172238; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; overflow: hidden; }
.fit-lab__input, .fit-lab__result { padding: clamp(28px, 4vw, 55px); }
.fit-lab__input { background: #fffdf8; color: var(--ink); }
.lab-title { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.lab-title small { opacity: .48; }
.lab-student { display: flex; align-items: center; gap: 13px; margin: 30px 0 35px; }
.lab-student .avatar { width: 54px; height: 54px; font-size: .8rem; }
.lab-student small { display: block; color: var(--muted); }
.lab-student strong { font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.fit-lab__input dl { margin: 0; }
.fit-lab__input dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
.fit-lab__input dt { color: var(--muted); }
.fit-lab__input dd { margin: 0; font-weight: 800; text-align: right; }
.fit-lab__engine { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border-inline: 1px solid rgba(255,255,255,.12); }
.fit-lab__engine::before, .fit-lab__engine::after { content: ""; position: absolute; width: 1px; height: 33%; background: linear-gradient(to bottom, transparent, var(--coral), transparent); animation: engineScan 3s linear infinite; }
.fit-lab__engine::before { left: 20%; }
.fit-lab__engine::after { right: 20%; animation-delay: -1.5s; }
@keyframes engineScan { from { transform: translateY(-240%); } to { transform: translateY(240%); } }
.engine-label { margin-bottom: 38px; color: #a9b4c6; font-size: .62rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.engine-orbit { width: 155px; height: 155px; border: 1px dashed rgba(255,255,255,.3); border-radius: 50%; display: grid; place-items: center; position: relative; }
.engine-orbit::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(239,212,101,.35); border-radius: 50%; }
.engine-orbit strong { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--ink); font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.engine-orbit i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); transform-origin: 77px 77px; animation: orbit 8s linear infinite; }
.engine-orbit i:nth-child(1) { top: -3px; left: 74px; }
.engine-orbit i:nth-child(2) { top: 36px; left: 4px; animation-delay: -2.6s; }
.engine-orbit i:nth-child(3) { bottom: 12px; right: 18px; animation-delay: -5.2s; }
@keyframes orbit { to { transform: rotate(360deg); } }
.fit-lab__engine ul { list-style: none; padding: 0; margin: 38px 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.fit-lab__engine li { padding: 5px 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #bbc4d2; font-size: .62rem; }
.fit-lab__result { background: var(--yellow); color: var(--ink); }
.result-state { display: inline-flex; gap: 8px; align-items: center; margin: 30px 0 22px; padding: 7px 10px; background: rgba(255,255,255,.45); border-radius: 999px; font-size: .72rem; font-weight: 850; }
.result-state i { width: 7px; height: 7px; background: #27845e; border-radius: 50%; }
.fit-lab__result h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 4vw, 4.5rem); font-weight: 500; letter-spacing: -.05em; }
.fit-lab__result > p { margin: 3px 0 25px; color: var(--ink-2); }
.fit-lab__result ul { list-style: none; padding: 18px 0; margin: 0 0 28px; border-top: 1px solid rgba(17,26,46,.18); border-bottom: 1px solid rgba(17,26,46,.18); }
.fit-lab__result li { padding: 6px 0; font-size: .82rem; font-weight: 750; }
.fit-lab__result li::before { content: "✓"; margin-right: 8px; }
.fit-lab__result > a { display: inline-flex; align-items: center; justify-content: space-between; width: 100%; font-weight: 900; border-bottom: 1px solid currentColor; padding-bottom: 8px; }
.fit-disclaimer { margin: 22px 0 0; color: #8f9aab; text-align: center; font-size: .75rem; }

/* Mentor editorial */
.mentor-world__head { display: grid; grid-template-columns: 1fr .46fr; gap: 55px; align-items: end; margin-bottom: 58px; }
.mentor-world__head h2 { margin: 20px 0 0; font-family: Georgia, serif; font-size: clamp(3.4rem, 6.2vw, 6.8rem); line-height: .9; font-weight: 500; letter-spacing: -.06em; }
.mentor-world__head h2 em { color: var(--coral); }
.mentor-world__head > p { margin: 0; color: var(--muted); }
.mentor-editorial { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; }
.mentor-feature { min-height: 580px; display: grid; grid-template-columns: .78fr 1.22fr; border: 1px solid var(--line); background: var(--white); overflow: hidden; border-radius: 26px; }
.mentor-feature__portrait { min-height: 100%; position: relative; padding: 30px; background: var(--mentor-accent); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.mentor-feature__portrait::before { content: attr(data-initials); position: absolute; right: -20px; bottom: -55px; color: rgba(255,255,255,.31); font-family: Georgia, serif; font-size: clamp(9rem, 15vw, 15rem); letter-spacing: -.1em; line-height: 1; }
.mentor-feature__number { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 1rem; }
.mentor-feature__portrait .avatar { position: relative; z-index: 1; width: 105px; height: 105px; font-size: 1.3rem; }
.mentor-feature__portrait > span { position: relative; z-index: 1; align-self: flex-start; padding: 7px 11px; border-radius: 999px; background: var(--white); font-size: .75rem; font-weight: 850; }
.mentor-feature__content { padding: clamp(35px, 5vw, 65px); display: flex; flex-direction: column; justify-content: center; }
.mentor-feature__content h3 { margin: 18px 0 0; font-family: Georgia, serif; font-size: clamp(3.2rem, 5vw, 5.7rem); line-height: .9; font-weight: 500; letter-spacing: -.06em; }
.mentor-feature__title { margin: 12px 0 25px; font-size: 1.15rem; font-weight: 780; }
.mentor-feature__content > p:not(.mentor-feature__title) { color: var(--muted); }
.mentor-feature__footer { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mentor-feature__footer small { display: block; color: var(--muted); }
.mentor-feature__footer strong { font-size: 1.25rem; }
.mentor-rail { display: flex; flex-direction: column; gap: 12px; }
.mentor-rail__item { flex: 1; min-height: 190px; display: grid; grid-template-columns: 34px auto 1fr auto; gap: 14px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: color-mix(in srgb, var(--mentor-accent) 38%, var(--white)); transition: transform .22s var(--ease), box-shadow .22s; }
.mentor-rail__item { background-color: var(--white); background-color: color-mix(in srgb, var(--mentor-accent) 38%, var(--white)); }
.mentor-rail__item:hover { transform: translateX(-5px); box-shadow: 0 15px 35px rgba(17,26,46,.09); }
.mentor-rail__index { font-family: Georgia, serif; color: var(--coral-dark); }
.mentor-rail__item .avatar { width: 58px; height: 58px; font-size: .82rem; }
.mentor-rail__item strong { font-size: 1.08rem; }
.mentor-rail__item p { margin: 3px 0; color: var(--ink-2); font-size: .8rem; line-height: 1.35; }
.mentor-rail__item small { color: var(--muted); font-size: .68rem; }
.mentor-rail__item > b { font-size: 1.2rem; }
.mentor-rail__all { min-height: 100px; display: flex; align-items: center; justify-content: space-between; padding: 24px; border-radius: 20px; background: var(--ink); color: white; font-family: Georgia, serif; font-size: 1.35rem; }

/* Platform preview */
.platform-section { background: var(--mint); }
.platform-section__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 135px); align-items: center; }
.platform-section__copy h2 { margin: 22px 0 27px; font-family: Georgia, serif; font-size: clamp(3.4rem, 5.7vw, 6.3rem); line-height: .89; font-weight: 500; letter-spacing: -.06em; }
.platform-section__copy h2 em { color: var(--coral-dark); }
.platform-section__copy > p { color: var(--ink-2); font-size: 1.06rem; }
.platform-section__copy ul { list-style: none; padding: 0; margin: 34px 0; border-top: 1px solid rgba(17,26,46,.2); }
.platform-section__copy li { display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 15px 0; border-bottom: 1px solid rgba(17,26,46,.2); font-size: .85rem; font-weight: 750; }
.platform-section__copy li span { font-family: Georgia, serif; color: var(--coral-dark); }
.panel-preview { padding: 25px; background: var(--ink); color: white; border-radius: 30px; box-shadow: 0 35px 70px rgba(17,26,46,.22); transform: rotate(1.2deg); }
.panel-preview__top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.14); }
.panel-preview__top .brand { font-size: 1rem; }
.panel-preview__top .brand img { width: 34px; height: 34px; }
.panel-preview__top > span { color: #aeb8c9; font-size: .7rem; font-weight: 800; }
.panel-preview__welcome { min-height: 300px; padding: clamp(30px, 5vw, 60px); position: relative; overflow: hidden; }
.panel-preview__welcome::after { content: ""; position: absolute; width: 190px; height: 190px; border: 35px solid var(--yellow); border-radius: 50%; right: -60px; top: -70px; }
.panel-preview__welcome > small { color: #aeb8c9; }
.panel-preview__welcome h3 { position: relative; z-index: 1; margin: 8px 0 40px; font-family: Georgia, serif; font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: .92; font-weight: 500; letter-spacing: -.05em; }
.week-dots { display: flex; gap: 11px; align-items: center; position: relative; z-index: 1; }
.week-dots span { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; display: grid; place-items: center; color: #9eabbc; font-size: .67rem; }
.week-dots span.active { background: var(--coral); color: var(--ink); border-color: var(--coral); font-weight: 900; }
.week-dots b { display: block; }
.panel-preview__lesson { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 22px; background: var(--white); color: var(--ink); border-radius: 18px; }
.panel-preview__lesson > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 14px; background: var(--yellow); font-family: Georgia, serif; font-size: 1.12rem; }
.panel-preview__lesson small, .panel-preview__footer small { display: block; color: var(--muted); }
.panel-preview__lesson strong { display: block; }
.panel-preview__lesson p { margin: 2px 0 0; color: var(--muted); font-size: .72rem; }
.panel-preview__lesson > b { color: var(--success); font-size: .72rem; }
.panel-preview__footer { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 24px 5px 5px; }
.panel-preview__footer div { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.14); }

/* Journey */
.journey-v2 { background: var(--white); }
.journey-v2__head { margin-bottom: 65px; }
.journey-v2__head h2 { margin: 20px 0 0; font-family: Georgia, serif; font-size: clamp(3.5rem, 6.2vw, 6.7rem); line-height: .9; font-weight: 500; letter-spacing: -.06em; }
.journey-v2__steps { border-top: 1px solid var(--ink); }
.journey-v2__steps article { min-height: 210px; display: grid; grid-template-columns: 95px 1fr auto; gap: 25px; align-items: center; border-bottom: 1px solid var(--line); }
.journey-v2__steps article > span { color: var(--coral-dark); font-family: Georgia, serif; font-size: 1.25rem; }
.journey-v2__steps small { display: block; margin-bottom: 5px; color: var(--muted); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.journey-v2__steps h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 4rem); line-height: 1; font-weight: 500; letter-spacing: -.045em; }
.journey-v2__steps p { max-width: 620px; margin: 12px 0 0; color: var(--muted); }
.journey-v2__steps article > b { min-width: 85px; text-align: center; padding: 9px 12px; border-radius: 999px; background: var(--paper); font-size: .74rem; }

/* Pricing */
.pricing-v2__head { display: grid; grid-template-columns: 1fr .42fr; gap: 55px; align-items: end; margin-bottom: 55px; }
.pricing-v2__head h2 { margin: 20px 0 0; font-family: Georgia, serif; font-size: clamp(3.5rem, 6.2vw, 6.8rem); line-height: .9; font-weight: 500; letter-spacing: -.06em; }
.pricing-v2__head > p { margin: 0; color: var(--muted); }
.pricing-grid-v2 { border-radius: 26px; }
.pricing-grid-v2 .price-card { min-height: 500px; padding: clamp(26px, 3vw, 42px); }
.price-card__top { display: flex; justify-content: space-between; gap: 15px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.price-card__top span { font-family: Georgia, serif; color: var(--coral-dark); }
.price-card__top small { color: var(--muted); }
.pricing-grid-v2 .price-card h3 { margin-top: 30px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.pricing-grid-v2 .price-card .price { font-size: clamp(3.2rem, 4.8vw, 5.2rem); margin: 18px 0; }
.pricing-v2__note { margin: 18px 0 0; color: var(--muted); font-size: .72rem; text-align: right; }

/* FAQ */
.faq-v2 { background: var(--ink); color: white; border-radius: 48px 48px 0 0; }
.faq-v2__grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.faq-v2__intro { position: sticky; top: 120px; }
.faq-v2__intro h2 { margin: 20px 0 24px; font-family: Georgia, serif; font-size: clamp(3.4rem, 5.7vw, 6.2rem); line-height: .9; font-weight: 500; letter-spacing: -.06em; }
.faq-v2__intro p { max-width: 420px; margin-bottom: 28px; color: #aeb8c8; }
.faq-v2__list { border-top: 1px solid rgba(255,255,255,.24); }
.faq-v2 details { border-bottom: 1px solid rgba(255,255,255,.18); }
.faq-v2 summary { min-height: 108px; padding: 26px 0; display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: clamp(1.4rem, 2.3vw, 2.5rem); line-height: 1.15; }
.faq-v2 summary::-webkit-details-marker { display: none; }
.faq-v2 summary span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-family: "Segoe UI", sans-serif; font-size: 1.2rem; transition: transform .2s, background .2s; }
.faq-v2 details[open] summary span { transform: rotate(45deg); background: var(--coral); border-color: var(--coral); color: var(--ink); }
.faq-v2 details p { max-width: 720px; margin: -5px 70px 0 0; padding: 0 0 30px; color: #aeb8c8; }

/* Footer V2 */
.site-footer { margin: 0; border-radius: 0; padding-top: clamp(70px, 8vw, 120px); }
.footer-lead { padding-bottom: 80px; }
.footer-lead h2 { max-width: 1000px; font-size: clamp(3.5rem, 7.5vw, 8rem); }
.round-link { width: 190px; height: 190px; }

/* Inner pages and product surface polish */
.page-hero { padding: 105px 0 65px; }
.page-hero h1 { max-width: 1000px; font-size: clamp(4.4rem, 8.4vw, 9rem); }
.page-hero h1 em { color: var(--coral); }
.filter-bar { padding: 12px; border-radius: 16px; box-shadow: 0 12px 35px rgba(17,26,46,.05); }
.directory-card { border-radius: 20px; box-shadow: none; transition: transform .22s, box-shadow .22s; }
.directory-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(17,26,46,.1); }
.directory-card .teacher-portrait { border-radius: 0; }
.profile-panel { border-radius: 30px; }
.request-form-card, .checkout-card { border-radius: 25px; }
.dashboard-sidebar { background: #10192c; border-radius: 20px; }
.dash-card, .admin-stat { border-radius: 16px; box-shadow: 0 10px 28px rgba(17,26,46,.035); }
.dashboard-head h1 { font-size: clamp(2.6rem, 4.3vw, 4.7rem); }
.auth-shell { border-radius: 28px; }
.auth-copy { background: #10192c; }
.v2-error { min-height: 65vh; display: grid; place-items: center; text-align: center; }
.v2-error h1 { font-size: clamp(4rem,10vw,9rem); margin: 24px 0; }
.v2-error p { color: var(--muted); }

/* Progressive reveal; information remains visible without JS */
.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  :root { --container: min(100% - 40px, 980px); }
  .hero-v2__grid { grid-template-columns: 1fr .76fr; gap: 35px; }
  .hero-v2 h1 { font-size: clamp(4rem, 7.6vw, 6.5rem); }
  .hero-v2__visual { min-height: 580px; }
  .hero-v2__image-wrap { right: 35px; }
  .hero-v2__stamp { left: -25px; }
  .fit-lab { grid-template-columns: 1fr .52fr 1fr; }
  .mentor-feature { grid-template-columns: .64fr 1.36fr; }
  .mentor-feature__content { padding: 36px; }
  .platform-section__grid { grid-template-columns: .8fr 1.2fr; gap: 50px; }
}

@media (max-width: 860px) {
  :root { --container: min(100% - 32px, 760px); }
  .hero-v2 { min-height: auto; padding-top: 65px; }
  .hero-v2__grid { grid-template-columns: 1fr; }
  .hero-v2 h1 { font-size: clamp(4.5rem, 13vw, 7rem); }
  .hero-v2__copy { max-width: 740px; }
  .hero-v2__visual { min-height: 720px; margin-top: 25px; }
  .hero-v2__image-wrap { inset: 0 80px 40px 0; }
  .hero-v2__stamp { left: 15px; bottom: 65px; }
  .hero-v2__scroll { display: none; }
  .confidence-strip { grid-template-columns: 1fr; }
  .confidence-strip > div { border-left: 0; border-top: 1px solid var(--line); }
  .confidence-strip > div:first-child { border-top: 0; }
  .decision-ledger, .fit-section__header, .mentor-world__head, .platform-section__grid, .pricing-v2__head, .faq-v2__grid { grid-template-columns: 1fr; }
  .decision-ledger__intro, .faq-v2__intro { position: relative; top: auto; }
  .fit-lab { grid-template-columns: 1fr; }
  .fit-lab__engine { min-height: 360px; border-inline: 0; border-block: 1px solid rgba(255,255,255,.12); }
  .mentor-editorial { grid-template-columns: 1fr; }
  .mentor-feature { grid-template-columns: .7fr 1.3fr; }
  .platform-section__copy { max-width: 680px; }
  .panel-preview { transform: none; }
  .pricing-v2__head, .mentor-world__head, .fit-section__header { gap: 28px; }
  .faq-v2__intro { margin-bottom: 45px; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 22px); }
  .section { padding: 78px 0; }
  .site-header { width: calc(100% - 18px); height: 66px; border-radius: 14px; }
  .hero-v2 { padding-top: 48px; padding-bottom: 55px; }
  .hero-v2::before { background-size: 56px 56px; }
  .hero-v2__kicker { margin-bottom: 20px; }
  .hero-v2__kicker span { font-size: .58rem; padding: 6px 8px; }
  .hero-v2 h1 { font-size: clamp(3.55rem, 17.6vw, 5.5rem); line-height: .87; }
  .hero-v2__intro { padding-left: 0; margin-top: 25px; font-size: .97rem; }
  .hero-v2__intro::before { display: none; }
  .hero-v2__actions { margin-left: 0; align-items: stretch; flex-direction: column; gap: 15px; }
  .hero-v2__actions .text-link { align-self: flex-start; }
  .hero-v2__assurance { margin-left: 0; display: grid; grid-template-columns: 1fr; gap: 5px; }
  .hero-v2__visual { min-height: 555px; margin-top: 15px; }
  .hero-v2__image-wrap { inset: 0 0 85px; border-radius: 160px 160px 20px 20px; }
  .hero-v2__image-wrap img { object-position: 51% center; }
  .hero-v2__image-label { top: 25px; left: 24px; }
  .hero-match-card { width: calc(100% - 20px); right: 10px; padding: 15px; }
  .hero-match-card__student { padding: 11px 0 7px; }
  .hero-match-card__mentor { padding: 9px 0; }
  .hero-match-card > p { display: none; }
  .hero-v2__stamp { width: 86px; height: 86px; left: 8px; bottom: 123px; font-size: .6rem; }
  .hero-v2__stamp strong { font-size: 1.05rem; }
  .confidence-strip > div { min-height: 95px; padding: 18px 10px; }
  .decision-section__head h2, .fit-section__header h2, .mentor-world__head h2, .platform-section__copy h2, .journey-v2__head h2, .pricing-v2__head h2, .faq-v2__intro h2 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .decision-ledger { gap: 45px; }
  .decision-ledger__rows article { min-height: 155px; grid-template-columns: 35px 1fr; gap: 12px; }
  .decision-ledger__rows article > b { display: none; }
  .decision-ledger__rows h3 { font-size: 2.25rem; }
  .fit-section, .faq-v2 { border-radius: 28px 28px 0 0; }
  .fit-lab { border-radius: 20px; }
  .fit-lab__input, .fit-lab__result { padding: 24px 20px; }
  .fit-lab__engine { min-height: 300px; }
  .mentor-feature { display: block; }
  .mentor-feature__portrait { min-height: 300px; }
  .mentor-feature__content { padding: 28px 22px; }
  .mentor-feature__content h3 { font-size: 3.4rem; }
  .mentor-feature__footer { align-items: stretch; flex-direction: column; }
  .mentor-rail__item { grid-template-columns: 25px auto 1fr; min-height: 165px; padding: 16px 14px; }
  .mentor-rail__item > b { display: none; }
  .mentor-rail__item .avatar { width: 49px; height: 49px; }
  .panel-preview { padding: 13px; border-radius: 22px; }
  .panel-preview__welcome { min-height: 260px; padding: 30px 18px; }
  .panel-preview__welcome h3 { font-size: 2.9rem; }
  .week-dots { gap: 5px; }
  .week-dots span { width: 43px; height: 43px; }
  .panel-preview__lesson { grid-template-columns: auto 1fr; padding: 15px; }
  .panel-preview__lesson > b { grid-column: 2; }
  .panel-preview__footer { grid-template-columns: 1fr; }
  .journey-v2__steps article { min-height: 190px; grid-template-columns: 42px 1fr; gap: 10px; }
  .journey-v2__steps article > b { display: none; }
  .journey-v2__steps h3 { font-size: 2.15rem; }
  .pricing-grid-v2 .price-card { min-height: auto; }
  .faq-v2 summary { min-height: 90px; font-size: 1.45rem; }
  .faq-v2 details p { margin-right: 15px; }
  .footer-lead { padding-bottom: 55px; }
  .footer-lead h2 { font-size: 3.6rem; }
  .round-link { width: 135px; height: 135px; }
}

@media (max-width: 360px) {
  .hero-v2 h1 { font-size: 3.25rem; }
  .hero-match-card { width: 100%; right: 0; }
  .fit-badge { display: none; }
  .mentor-rail__item { grid-template-columns: auto 1fr; }
  .mentor-rail__index { display: none; }
}

/* ========================================================================== */
/* Mentörüm V8 — level-based personal learning paths                          */
/* ========================================================================== */

.header-brand-copy { min-width: 235px; }
.header-brand-copy small {
  max-width: 235px;
  color: #9aa8ba;
  line-height: 1.25;
  letter-spacing: .04em;
  text-transform: none;
}
.hero-v2__slogan {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 520;
  letter-spacing: -.015em;
}
.hero-v2__slogan::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 6px rgba(238,99,70,.09);
}

.learning-paths {
  scroll-margin-top: 110px;
  padding: clamp(100px, 10vw, 155px) 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16,32,57,.035) 1px, transparent 1px) 0 0 / 13vw 100%,
    #eeeae1;
}
.learning-paths__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 455px);
  align-items: end;
  gap: clamp(45px, 9vw, 140px);
}
.learning-paths__head h2 {
  max-width: 860px;
  margin: 21px 0 0;
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(4rem, 6.7vw, 7.4rem);
  font-weight: 430;
  line-height: .88;
  letter-spacing: -.055em;
}
.learning-paths__head h2 em { color: var(--coral-dark); font-weight: 430; }
.learning-paths__head > p {
  max-width: 450px;
  margin: 0 0 8px;
  color: #687384;
  font-size: .98rem;
  line-height: 1.75;
}
.learning-paths__shell {
  position: relative;
  margin-top: clamp(54px, 7vw, 92px);
  padding: 10px;
  overflow: hidden;
  border-radius: 52px;
  background: var(--ink);
  box-shadow: 0 36px 100px rgba(16,32,57,.16);
}
.learning-path-tabs {
  display: flex;
  gap: 4px;
  padding: 5px 5px 10px;
  overflow-x: auto;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.learning-path-tabs::-webkit-scrollbar { display: none; }
.learning-path-tab {
  min-width: 142px;
  min-height: 72px;
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 7px;
  flex: 1 0 142px;
  padding: 11px 12px;
  border: 1px solid transparent;
  border-radius: 19px;
  color: #9ba8ba;
  transition: color .22s var(--ease), background .22s var(--ease), transform .22s var(--ease);
}
.learning-path-tab > span {
  color: #637188;
  font-family: "Newsreader", Georgia, serif;
  font-size: .72rem;
}
.learning-path-tab strong {
  max-width: 110px;
  font-size: .62rem;
  font-weight: 780;
  line-height: 1.25;
}
.learning-path-tab:hover,
.learning-path-tab:focus-visible { color: white; background: rgba(255,255,255,.07); }
.learning-path-tab.is-active {
  color: var(--ink);
  background: #f8f5ef;
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
}
.learning-path-tab.is-active > span { color: var(--coral-dark); }
.learning-path-panels { position: relative; }
.learning-path-panel {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(350px, .62fr);
  gap: 10px;
  border-radius: 43px;
  background: #f8f5ef;
}
.js .learning-path-panel { display: none; }
.js .learning-path-panel.is-active {
  display: grid;
  animation: learningPanelIn .38s var(--ease) both;
}
@keyframes learningPanelIn {
  from { opacity: 0; transform: translateY(9px); }
  to { opacity: 1; transform: none; }
}
.learning-path-panel__content {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(38px, 5vw, 72px);
  border-radius: 43px 20px 20px 43px;
  background:
    radial-gradient(circle at 8% 100%, rgba(204,226,216,.65), transparent 31%),
    #fffdfa;
}
.learning-path-panel__mark {
  position: absolute;
  z-index: -1;
  right: 4%;
  top: -8%;
  color: rgba(16,32,57,.035);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(15rem, 27vw, 30rem);
  font-weight: 520;
  line-height: 1;
  pointer-events: none;
}
.learning-path-panel__type {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--coral-dark);
  font-size: .61rem;
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.learning-path-panel__type::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}
.learning-path-panel h3 {
  max-width: 740px;
  margin: 22px 0 17px;
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3.4rem, 5.5vw, 6.15rem);
  font-weight: 450;
  line-height: .88;
  letter-spacing: -.05em;
}
.learning-path-panel__content > p {
  max-width: 620px;
  margin: 0;
  color: #707a88;
  font-size: .82rem;
  line-height: 1.7;
}
.learning-path-panel__content > ul {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}
.learning-path-panel__content > ul li {
  min-height: 47px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(16,32,57,.07);
  border-radius: 14px;
  color: #344158;
  background: rgba(255,255,255,.7);
  font-size: .71rem;
  font-weight: 680;
}
.learning-path-panel__content > ul li > span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #2a7858;
  background: #e4f0e9;
  font-size: .66rem;
  font-weight: 900;
}
.learning-path-offer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px 10px 10px 0;
  padding: clamp(28px, 3vw, 43px);
  overflow: hidden;
  border-radius: 30px;
  color: white;
  background: #102039;
}
.learning-path-offer::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -85px;
  width: 235px;
  height: 235px;
  border: 34px solid rgba(242,210,119,.12);
  border-radius: 50%;
  pointer-events: none;
}
.learning-path-offer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #8492a8;
  font-size: .56rem;
  font-weight: 820;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.learning-path-offer__top img {
  width: 48px;
  height: 48px;
  padding: 6px;
  border-radius: 15px;
  background: white;
}
.learning-path-offer > p {
  display: grid;
  gap: 3px;
  margin: 34px 0 27px;
}
.learning-path-offer > p strong {
  color: white;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3.2rem, 4.2vw, 4.8rem);
  font-weight: 450;
  line-height: .82;
  letter-spacing: -.055em;
}
.learning-path-offer > p span { color: #9aa7b9; font-size: .76rem; font-weight: 680; }
.learning-path-offer__price { display: grid; gap: 3px; margin-bottom: 30px; }
.learning-path-offer__price del {
  color: #76859b;
  font-size: .9rem;
  font-weight: 680;
  text-decoration-color: var(--coral);
  text-decoration-thickness: 2px;
}
.learning-path-offer__price > strong {
  color: #f2d277;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3rem, 4.2vw, 4.65rem);
  font-weight: 470;
  line-height: .94;
  letter-spacing: -.045em;
}
.learning-path-offer > ul {
  display: grid;
  gap: 11px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.learning-path-offer > ul li {
  position: relative;
  padding-left: 17px;
  color: #c5cfdb;
  font-size: .66rem;
  font-weight: 640;
}
.learning-path-offer > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .48em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--coral);
}
.learning-path-offer .button {
  position: relative;
  z-index: 1;
  width: 100%;
  justify-content: space-between;
  color: white;
  border-radius: 17px;
  box-shadow: none;
}
.learning-path-offer > small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 15px;
  color: #718198;
  font-size: .55rem;
  line-height: 1.45;
}

@media (max-width: 1240px) {
  .header-brand-copy { min-width: 210px; }
  .learning-path-panel { grid-template-columns: minmax(0, 1fr) minmax(330px, .65fr); }
  .learning-path-panel__content { padding: 45px; }
}

@media (max-width: 940px) {
  .learning-paths__head { grid-template-columns: 1fr; gap: 28px; }
  .learning-paths__head > p { max-width: 620px; }
  .learning-path-panel { grid-template-columns: 1fr; }
  .learning-path-panel__content { border-radius: 38px 38px 20px 20px; }
  .learning-path-offer { min-height: 550px; margin: 0 10px 10px; }
}

@media (max-width: 600px) {
  .hero-v2__slogan { margin-bottom: 13px; font-size: .92rem; }
  .learning-paths { scroll-margin-top: 82px; padding: 85px 0; background-size: 45vw 100%; }
  .learning-paths__head h2 { font-size: clamp(3.55rem, 16vw, 5rem); }
  .learning-paths__head > p { font-size: .87rem; }
  .learning-paths__shell { margin-top: 44px; padding: 6px; border-radius: 33px; }
  .learning-path-tabs { padding: 3px 3px 7px; }
  .learning-path-tab {
    min-width: 156px;
    min-height: 66px;
    flex-basis: 156px;
    border-radius: 17px;
  }
  .learning-path-tab strong { max-width: 118px; font-size: .6rem; }
  .learning-path-panel { min-height: 0; gap: 6px; border-radius: 29px; }
  .learning-path-panel__content { padding: 34px 21px 30px; border-radius: 29px 29px 18px 18px; }
  .learning-path-panel__mark { top: 2%; right: -2%; font-size: 13rem; }
  .learning-path-panel h3 { max-width: 330px; margin-top: 18px; font-size: clamp(2.8rem, 13vw, 4rem); line-height: .9; }
  .learning-path-panel__content > p { font-size: .74rem; }
  .learning-path-panel__content > ul { grid-template-columns: 1fr; gap: 7px; margin-top: 28px; }
  .learning-path-panel__content > ul li { min-height: 45px; font-size: .68rem; }
  .learning-path-offer { min-height: 530px; margin: 0 6px 6px; padding: 26px 22px; border-radius: 24px; }
  .learning-path-offer > p strong { font-size: 3.6rem; }
  .learning-path-offer__price > strong { font-size: 3.45rem; }
}

@media (max-width: 360px) {
  .learning-paths__head h2 { font-size: 3.25rem; }
  .learning-path-panel__content { padding-inline: 16px; }
  .learning-path-panel h3 { font-size: 2.55rem; }
  .learning-path-offer { padding-inline: 18px; }
  .learning-path-offer__price > strong { font-size: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1 !important; transform: none !important; }
  .engine-orbit i, .fit-lab__engine::before, .fit-lab__engine::after, .hero-v2__scroll span { animation: none !important; }
}

/* ========================================================================== 
   Mentörüm V3 — fluid learning editorial
   ========================================================================== */
:root {
  --paper: #f5f3ee;
  --paper-deep: #e9e5dc;
  --ink: #102039;
  --ink-2: #344257;
  --muted: #737a84;
  --line: rgba(16, 32, 57, .11);
  --coral: #e9684e;
  --coral-dark: #c94c36;
  --blue: #315f87;
  --mint: #dce9e1;
  --yellow: #f1d991;
  --white: #fffefb;
  --surface: #fbfaf6;
  --shadow: 0 28px 80px rgba(16, 32, 57, .09);
  --soft-shadow: 0 14px 42px rgba(16, 32, 57, .065);
  --radius: 28px;
  --radius-lg: 48px;
  --container: min(1260px, calc(100% - 64px));
}

html { scroll-padding-top: 108px; }
body,
button,
input,
select,
textarea { font-family: "Manrope", "Segoe UI", sans-serif; }
body { background: var(--paper); color: var(--ink); font-size: 15px; }
body::before { opacity: .018; }
.section { padding: clamp(100px, 10vw, 155px) 0; }
.eyebrow { font-family: "Manrope", sans-serif; font-size: .65rem; font-weight: 800; letter-spacing: .2em; }
.section-heading h2,
.display-title,
.auth-copy h1,
.page-hero h1,
.dashboard-head h1,
.profile-panel h1,
.profile-content h2,
.request-aside h1,
.match-results-head h1,
.checkout-card h1,
.footer-lead h2 { font-family: "Newsreader", Georgia, serif; font-weight: 430; }
.button { min-height: 54px; padding: 14px 24px; border-radius: 18px; font-weight: 750; letter-spacing: -.015em; }
.button-small { min-height: 43px; padding: 9px 17px; border-radius: 14px; }
.button:hover { transform: translateY(-3px); }
.button-coral { background: var(--coral); color: #fff; }
.button-coral:hover { background: #df5d44; box-shadow: 0 14px 34px rgba(201,76,54,.18); }
.button-ink { background: var(--ink); }
.button-outline { background: rgba(255,255,255,.45); border-color: rgba(16,32,57,.13); }
.text-link { font-weight: 700; border-bottom-color: rgba(16,32,57,.28); }

/* Navigation becomes a quiet floating surface. */
.site-header {
  width: min(1420px, calc(100% - 32px));
  height: 74px;
  top: 16px;
  margin-top: 16px;
  padding: 0 18px 0 15px;
  border: 0;
  border-radius: 24px;
  background: rgba(255,254,251,.88);
  box-shadow: 0 10px 36px rgba(16,32,57,.065);
  backdrop-filter: blur(20px) saturate(125%);
}
.site-header.is-scrolled { box-shadow: 0 16px 44px rgba(16,32,57,.1); }
.brand { font-size: 1.2rem; letter-spacing: -.035em; }
.brand img { width: 44px; height: 44px; border-radius: 14px; }
.main-nav { gap: 28px; font-size: .82rem; }
.main-nav > a:not(.button)::after { bottom: -9px; height: 1px; background: var(--coral); }

/* Fluid hero */
.hero-v2 {
  min-height: auto;
  padding: clamp(70px, 7vw, 100px) 0 150px;
  overflow: hidden;
}
.hero-v2::before {
  inset: auto -8vw -15% auto;
  width: 58vw;
  height: 58vw;
  max-width: 880px;
  max-height: 880px;
  border-radius: 50%;
  background: #ebe7de;
  mask-image: none;
  opacity: .78;
}
.hero-v2__grid {
  grid-template-columns: minmax(0, 1fr) minmax(460px, .82fr);
  gap: clamp(45px, 7vw, 105px);
  min-height: 700px;
}
.hero-v2__copy { padding: 30px 0 70px; }
.hero-v2__kicker { margin-bottom: 25px; gap: 8px; }
.hero-v2__kicker span {
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  background: #e8ede9;
  color: var(--ink);
  font-size: .61rem;
  letter-spacing: .12em;
}
.hero-v2__kicker span + span { background: var(--ink); color: white; }
.hero-v2 h1 {
  max-width: 780px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(4.8rem, 7.1vw, 7.35rem);
  font-weight: 410;
  line-height: .91;
  letter-spacing: -.052em;
}
.hero-v2 h1 em { color: var(--coral-dark); font-weight: 410; }
.hero-v2__intro {
  max-width: 650px;
  margin-top: 30px;
  padding-left: 0;
  color: var(--ink-2);
  font-size: 1.04rem;
  line-height: 1.75;
}
.hero-v2__intro::before { display: none; }
.hero-v2__actions { margin: 30px 0 0; gap: 16px; }
.hero-v2__assurance { margin: 24px 0 0; gap: 8px 18px; font-size: .68rem; }
.hero-v2__visual { min-height: 690px; }
.hero-v2__image-wrap {
  inset: 0 32px 22px 0;
  border-radius: 48% 48% 38px 38px / 34% 34% 38px 38px;
  box-shadow: 0 34px 90px rgba(16,32,57,.16);
}
.hero-v2__image-wrap img { object-position: 50% center; transition: transform 1.1s var(--ease); }
.hero-v2__visual:hover .hero-v2__image-wrap img { transform: scale(1.025); }
.hero-v2__image-label {
  top: 30px;
  left: 30px;
  padding: 8px 12px;
  background: rgba(16,32,57,.76);
  border-radius: 999px;
  font-size: .6rem;
}
.hero-match-card {
  right: -8px;
  bottom: -12px;
  width: min(365px, 78%);
  padding: 22px;
  border: 0;
  border-radius: 30px;
  background: rgba(255,254,251,.96);
  box-shadow: 0 25px 75px rgba(16,32,57,.18);
}
.hero-match-card__top { border-bottom-color: rgba(16,32,57,.08); }
.hero-match-card__student strong { font-family: "Newsreader", serif; font-size: 1.45rem; font-weight: 500; }
.hero-match-card__line { color: var(--coral-dark); }
.hero-match-card__mentor .avatar { border-radius: 15px; }
.fit-badge { background: var(--mint); }
.hero-v2__stamp {
  left: -30px;
  bottom: 80px;
  width: 100px;
  height: 100px;
  background: var(--yellow);
  border-radius: 36% 64% 54% 46% / 48% 42% 58% 52%;
  transform: rotate(-8deg);
  box-shadow: var(--soft-shadow);
}
.hero-v2__stamp strong { font-family: "Newsreader", serif; font-size: 1.35rem; }
.hero-v2__scroll { display: none; }

/* Floating confidence bar visually bridges hero and story. */
.confidence-strip {
  position: relative;
  z-index: 5;
  width: min(1180px, calc(100% - 70px));
  margin: -64px auto 0;
  padding: 12px;
  border: 0;
  border-radius: 34px;
  background: rgba(255,254,251,.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.confidence-strip > div {
  min-height: 105px;
  padding: 22px 30px;
  border-left-color: rgba(16,32,57,.08);
}
.confidence-strip span { font-family: "Newsreader", serif; font-size: 1rem; }
.confidence-strip strong { font-size: .9rem; font-weight: 650; line-height: 1.55; }

/* Story section: generous typography + floating rows instead of a ledger. */
.decision-section { padding-top: clamp(145px, 13vw, 210px); }
.decision-section__head { margin-bottom: 75px; }
.decision-section__head h2 {
  max-width: 1050px;
  margin-top: 22px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3.8rem, 6.2vw, 6.4rem);
  font-weight: 410;
  line-height: .98;
  letter-spacing: -.045em;
}
.decision-section__head h2 em { color: var(--coral-dark); }
.decision-ledger { grid-template-columns: .65fr 1.35fr; gap: clamp(45px, 8vw, 110px); }
.decision-ledger__intro p { font-size: 1rem; line-height: 1.85; }
.decision-ledger__rows { border: 0; display: flex; flex-direction: column; gap: 13px; }
.decision-ledger__rows article {
  min-height: 142px;
  padding: 27px 30px;
  grid-template-columns: 44px 1fr auto;
  border: 0;
  border-radius: 30px;
  background: rgba(255,254,251,.83);
  box-shadow: 0 10px 36px rgba(16,32,57,.045);
  transition: transform .25s var(--ease), box-shadow .25s;
}
.decision-ledger__rows article:nth-child(2) { transform: translateX(34px); }
.decision-ledger__rows article:hover { transform: translateX(10px); box-shadow: var(--soft-shadow); }
.decision-ledger__rows article:nth-child(2):hover { transform: translateX(45px); }
.decision-ledger__rows h3 { font-family: "Newsreader", serif; font-size: clamp(2rem, 3vw, 3rem); font-weight: 470; letter-spacing: -.035em; }
.decision-ledger__rows b { font-family: "Newsreader", serif; font-weight: 430; }

/* Matching section becomes an inset sculpted surface. */
.fit-section {
  position: relative;
  margin: 0 18px;
  padding: clamp(100px, 10vw, 145px) 0;
  border-radius: 72px;
  background: var(--ink);
  box-shadow: 0 30px 90px rgba(16,32,57,.12);
}
.fit-section::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  right: -120px;
  top: -140px;
  pointer-events: none;
}
.fit-section__header { grid-template-columns: 1fr .48fr; margin-bottom: 65px; }
.fit-section__header h2 {
  font-family: "Newsreader", serif;
  font-size: clamp(3.8rem, 5.9vw, 6.2rem);
  font-weight: 410;
  line-height: .96;
  letter-spacing: -.045em;
}
.fit-section__header h2 em { color: var(--yellow); }
.fit-section__header > p { font-size: .96rem; line-height: 1.8; }
.fit-lab {
  min-height: 540px;
  display: grid;
  grid-template-columns: 1fr .56fr 1fr;
  gap: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}
.fit-lab__input,
.fit-lab__result {
  border-radius: 36px;
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
}
.fit-lab__input { background: var(--white); }
.fit-lab__result { background: var(--yellow); }
.fit-lab__engine { border: 0; }
.fit-lab__engine::before,
.fit-lab__engine::after { opacity: .45; }
.engine-orbit { width: 170px; height: 170px; border-color: rgba(255,255,255,.22); }
.engine-orbit strong { font-family: "Newsreader", serif; font-size: 2.25rem; background: var(--coral); color: #fff; }
.fit-lab__result h3 { font-family: "Newsreader", serif; font-size: clamp(3rem, 4.3vw, 4.7rem); font-weight: 470; }
.fit-disclaimer { margin-top: 30px; }

/* Mentor cards use larger radii, tonal layers and staggered rhythm. */
.mentor-world { padding-top: clamp(130px, 12vw, 185px); }
.mentor-world__head { grid-template-columns: 1fr .4fr; }
.mentor-world__head h2 {
  font-family: "Newsreader", serif;
  font-size: clamp(3.8rem, 5.9vw, 6.25rem);
  font-weight: 410;
  line-height: .96;
  letter-spacing: -.045em;
}
.mentor-world__head h2 em { color: var(--coral-dark); }
.mentor-editorial { grid-template-columns: 1.25fr .75fr; gap: 24px; align-items: stretch; }
.mentor-feature {
  min-height: 610px;
  grid-template-columns: .82fr 1.18fr;
  border: 0;
  border-radius: 46px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}
.mentor-feature__portrait { margin: 14px; min-height: calc(100% - 28px); border-radius: 36px; }
.mentor-feature__portrait::before { font-family: "Newsreader", serif; font-weight: 400; }
.mentor-feature__portrait .avatar { border-radius: 30px; }
.mentor-feature__content { padding: clamp(38px, 5vw, 64px) clamp(30px, 4vw, 55px); }
.mentor-feature__content h3 { font-family: "Newsreader", serif; font-size: clamp(3.4rem, 4.8vw, 5rem); font-weight: 470; line-height: .98; }
.mentor-feature__title { font-size: 1rem; }
.mentor-feature__footer { border-top-color: rgba(16,32,57,.09); }
.mentor-rail { gap: 15px; padding-top: 36px; }
.mentor-rail__item {
  min-height: 175px;
  padding: 24px;
  border: 0;
  border-radius: 32px;
  box-shadow: 0 10px 34px rgba(16,32,57,.05);
}
.mentor-rail__item:nth-child(2) { margin-left: 24px; }
.mentor-rail__item .avatar { border-radius: 18px; }
.mentor-rail__all { min-height: 90px; margin-left: 48px; border-radius: 30px; font-family: "Newsreader", serif; font-weight: 470; }

/* Dashboard preview section floats inside the paper instead of a hard band. */
.platform-section {
  margin: 0 18px;
  border-radius: 72px;
  background: var(--mint);
  overflow: hidden;
  position: relative;
}
.platform-section::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 60px solid rgba(255,255,255,.32);
  left: -130px;
  bottom: -180px;
}
.platform-section__grid { grid-template-columns: .72fr 1.28fr; }
.platform-section__copy { position: relative; z-index: 1; }
.platform-section__copy h2 {
  font-family: "Newsreader", serif;
  font-size: clamp(3.7rem, 5.7vw, 6rem);
  font-weight: 410;
  line-height: .96;
  letter-spacing: -.045em;
}
.platform-section__copy h2 em { color: var(--coral-dark); }
.platform-section__copy li { border-color: rgba(16,32,57,.11); }
.panel-preview {
  position: relative;
  z-index: 1;
  padding: 20px;
  border-radius: 42px;
  background: #13243e;
  box-shadow: 0 35px 90px rgba(16,32,57,.2);
  transform: rotate(1deg) translateY(12px);
}
.panel-preview__top { padding: 5px 8px 18px; }
.panel-preview__welcome { border-radius: 28px 28px 0 0; }
.panel-preview__welcome h3 { font-family: "Newsreader", serif; font-weight: 430; }
.panel-preview__lesson { border-radius: 24px; }

/* Steps become floating ribbons. */
.journey-v2 { background: transparent; }
.journey-v2__head h2 {
  font-family: "Newsreader", serif;
  font-size: clamp(3.8rem, 5.8vw, 6rem);
  font-weight: 410;
  line-height: .96;
  letter-spacing: -.045em;
}
.journey-v2__steps { display: flex; flex-direction: column; gap: 15px; border: 0; }
.journey-v2__steps article {
  min-height: 180px;
  padding: 30px 34px;
  grid-template-columns: 70px 1fr auto;
  border: 0;
  border-radius: 32px;
  background: var(--white);
  box-shadow: 0 9px 34px rgba(16,32,57,.045);
  transition: transform .25s var(--ease), box-shadow .25s;
}
.journey-v2__steps article:nth-child(2) { margin-inline: 45px; }
.journey-v2__steps article:hover { transform: translateY(-4px); box-shadow: var(--soft-shadow); }
.journey-v2__steps h3 { font-family: "Newsreader", serif; font-size: clamp(2.1rem, 3.3vw, 3.5rem); font-weight: 450; line-height: 1.05; }
.journey-v2__steps article > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 18px; background: #f3ebe5; font-family: "Newsreader", serif; }
.journey-v2__steps article > b { background: var(--paper-deep); }

/* Pricing floats, and the middle plan has the visual gravity. */
.pricing-v2 { padding-top: clamp(100px, 9vw, 145px); }
.pricing-v2__head h2 {
  font-family: "Newsreader", serif;
  font-size: clamp(3.8rem, 5.9vw, 6.2rem);
  font-weight: 410;
  line-height: .96;
  letter-spacing: -.045em;
}
.pricing-grid-v2 {
  display: grid;
  grid-template-columns: .9fr 1.12fr .9fr;
  gap: 18px;
  align-items: stretch;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.pricing-grid-v2 .price-card {
  min-height: 500px;
  border: 0;
  border-radius: 36px;
  background: var(--white);
  box-shadow: 0 12px 40px rgba(16,32,57,.06);
}
.pricing-grid-v2 .price-card.featured {
  min-height: 550px;
  margin-top: -25px;
  background: var(--yellow);
  box-shadow: 0 26px 65px rgba(16,32,57,.13);
}
.price-card__top { border-color: rgba(16,32,57,.1); }
.pricing-grid-v2 .price-card h3 { font-family: "Newsreader", serif; font-size: 2rem; font-weight: 500; }
.pricing-grid-v2 .price-card .price { font-family: "Newsreader", serif; font-weight: 430; letter-spacing: -.045em; }

/* FAQ and footer form one continuous dark ending. */
.faq-v2 {
  margin: 0 18px;
  border-radius: 72px 72px 0 0;
  background: var(--ink);
}
.faq-v2__intro h2 { font-family: "Newsreader", serif; font-weight: 410; line-height: .96; letter-spacing: -.045em; }
.faq-v2 summary { min-height: 100px; font-family: "Newsreader", serif; font-weight: 440; }
.faq-v2 summary span { border-radius: 16px; }
.faq-v2 details p { line-height: 1.75; }
.site-footer {
  margin: 0 18px 18px;
  padding-top: 110px;
  border-radius: 0 0 72px 72px;
  background: var(--ink);
}
.footer-lead h2 { font-family: "Newsreader", serif; font-weight: 410; line-height: .92; letter-spacing: -.045em; }
.round-link { width: 170px; height: 170px; border-radius: 38% 62% 58% 42% / 48% 45% 55% 52%; background: var(--coral); color: white; }

/* Inner pages and application surfaces */
.page-hero { padding: 120px 0 75px; }
.page-hero h1 { max-width: 970px; font-family: "Newsreader", serif; font-size: clamp(4.5rem, 7.4vw, 7.8rem); font-weight: 410; line-height: .95; letter-spacing: -.045em; }
.filter-bar { padding: 13px; border: 0; border-radius: 26px; box-shadow: var(--soft-shadow); }
.filter-bar select,
.filter-bar input { min-height: 52px; border-radius: 16px; font-size: .86rem; }
.directory-grid { gap: 24px; }
.directory-card { border: 0; border-radius: 34px; box-shadow: 0 12px 40px rgba(16,32,57,.06); }
.directory-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.teacher-portrait { border-radius: 28px; margin: 12px; height: calc(100% - 24px); min-height: 286px; }
.directory-card .teacher-portrait { border-radius: 28px; }
.teacher-portrait::before { font-family: "Newsreader", serif; }
.teacher-body h3 { font-family: "Newsreader", serif; font-size: 1.7rem; font-weight: 520; }
.rating-pill { border-radius: 14px; }
.icon-link { border-radius: 14px; }
.profile-panel { border-radius: 44px; box-shadow: var(--soft-shadow); }
.request-form-card,
.checkout-card,
.auth-shell { border: 0; border-radius: 38px; box-shadow: var(--soft-shadow); }
.field input,
.field select,
.field textarea { border-radius: 16px; background: var(--white); }
.choice label { border-radius: 16px; }
.dashboard-shell { gap: 28px; }
.dashboard-sidebar { border-radius: 30px; box-shadow: 0 18px 50px rgba(16,32,57,.12); }
.dash-card,
.admin-stat { border: 0; border-radius: 26px; box-shadow: 0 9px 32px rgba(16,32,57,.045); }
.dashboard-nav a { border-radius: 14px; }
.dashboard-head h1 { font-family: "Newsreader", serif; font-weight: 450; letter-spacing: -.04em; }
.next-lesson { border-radius: 30px; }
.data-table { font-size: .8rem; }

@media (max-width: 1120px) {
  :root { --container: min(100% - 40px, 980px); }
  .hero-v2__grid { grid-template-columns: 1fr .78fr; gap: 42px; }
  .hero-v2 h1 { font-size: clamp(4.4rem, 7.2vw, 6.4rem); }
  .hero-v2__visual { min-height: 620px; }
  .mentor-feature { grid-template-columns: .68fr 1.32fr; }
  .mentor-rail__item:nth-child(2), .mentor-rail__all { margin-left: 0; }
}

@media (max-width: 860px) {
  :root { --container: min(100% - 30px, 760px); }
  .hero-v2 { padding-bottom: 125px; }
  .hero-v2__grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-v2__copy { padding-bottom: 10px; }
  .hero-v2 h1 { max-width: 720px; font-size: clamp(4.3rem, 11.5vw, 6.4rem); }
  .hero-v2__visual { min-height: 700px; margin-top: 10px; }
  .hero-v2__image-wrap { inset: 0 70px 20px 0; }
  .confidence-strip { margin-top: -50px; }
  .decision-ledger,
  .fit-section__header,
  .mentor-world__head,
  .platform-section__grid,
  .pricing-v2__head,
  .faq-v2__grid { grid-template-columns: 1fr; }
  .decision-ledger__intro,
  .faq-v2__intro { position: relative; top: auto; }
  .decision-ledger__rows article:nth-child(2) { transform: none; }
  .decision-ledger__rows article:nth-child(2):hover { transform: translateX(10px); }
  .fit-lab { grid-template-columns: 1fr; }
  .fit-lab__engine { min-height: 330px; }
  .mentor-editorial { grid-template-columns: 1fr; }
  .mentor-rail { padding-top: 0; }
  .pricing-grid-v2 { grid-template-columns: 1fr; }
  .pricing-grid-v2 .price-card.featured { min-height: 500px; margin-top: 0; }
  .journey-v2__steps article:nth-child(2) { margin-inline: 0; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 22px); }
  body { font-size: 14px; }
  .section { padding: 84px 0; }
  .site-header { width: calc(100% - 18px); height: 66px; top: 9px; margin-top: 9px; border-radius: 20px; }
  .brand img { width: 40px; height: 40px; }
  .main-nav { top: 86px; border: 0; border-radius: 28px; box-shadow: var(--shadow); }
  .hero-v2 { padding: 50px 0 105px; }
  .hero-v2::before { width: 100vw; height: 100vw; bottom: 3%; right: -45%; }
  .hero-v2__kicker { gap: 6px; }
  .hero-v2__kicker span { padding: 7px 10px; font-size: .56rem; }
  .hero-v2 h1 { font-size: clamp(3.65rem, 16.5vw, 4.8rem); line-height: .93; letter-spacing: -.045em; }
  .hero-v2__intro { margin-top: 22px; font-size: .96rem; line-height: 1.65; }
  .hero-v2__actions { align-items: stretch; flex-direction: column; }
  .hero-v2__actions .text-link { align-self: flex-start; }
  .hero-v2__assurance { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .hero-v2__visual { min-height: 550px; margin-top: 15px; }
  .hero-v2__image-wrap { inset: 0 0 70px; border-radius: 48% 48% 30px 30px / 28% 28% 30px 30px; }
  .hero-v2__image-label { top: 23px; left: 20px; }
  .hero-match-card { right: 8px; bottom: 0; width: calc(100% - 28px); padding: 17px; border-radius: 24px; }
  .hero-match-card > p { display: none; }
  .hero-v2__stamp { width: 82px; height: 82px; left: 3px; bottom: 98px; }
  .confidence-strip { width: calc(100% - 22px); margin-top: -42px; padding: 8px; border-radius: 26px; grid-template-columns: 1fr; }
  .confidence-strip > div { min-height: 83px; padding: 15px 16px; border-left: 0; border-top: 1px solid rgba(16,32,57,.07); }
  .confidence-strip > div:first-child { border-top: 0; }
  .decision-section { padding-top: 120px; }
  .decision-section__head h2,
  .fit-section__header h2,
  .mentor-world__head h2,
  .platform-section__copy h2,
  .journey-v2__head h2,
  .pricing-v2__head h2,
  .faq-v2__intro h2 { font-size: clamp(3.15rem, 14vw, 4.25rem); line-height: .98; }
  .decision-ledger { gap: 40px; }
  .decision-ledger__rows article { min-height: 135px; padding: 22px 18px; grid-template-columns: 32px 1fr; border-radius: 24px; }
  .decision-ledger__rows article > b { display: none; }
  .decision-ledger__rows h3 { font-size: 2rem; }
  .fit-section,
  .platform-section { margin-inline: 8px; border-radius: 44px; }
  .fit-section { padding-block: 82px; }
  .fit-lab { gap: 12px; }
  .fit-lab__input,
  .fit-lab__result { padding: 24px 20px; border-radius: 28px; }
  .fit-lab__engine { min-height: 285px; }
  .mentor-feature { display: block; min-height: auto; border-radius: 34px; }
  .mentor-feature__portrait { min-height: 300px; border-radius: 28px; }
  .mentor-feature__content { padding: 28px 22px 32px; }
  .mentor-feature__content h3 { font-size: 3.25rem; }
  .mentor-feature__footer { align-items: stretch; flex-direction: column; }
  .mentor-rail__item { min-height: 150px; padding: 18px 15px; border-radius: 26px; }
  .mentor-rail__item:nth-child(2) { margin-left: 0; }
  .mentor-rail__all { margin-left: 0; border-radius: 25px; }
  .panel-preview { padding: 12px; border-radius: 30px; transform: none; }
  .panel-preview__welcome { border-radius: 22px 22px 0 0; }
  .journey-v2__steps article { min-height: 165px; padding: 24px 18px; grid-template-columns: 48px 1fr; border-radius: 26px; }
  .journey-v2__steps h3 { font-size: 2rem; }
  .journey-v2__steps article > span { width: 42px; height: 42px; border-radius: 14px; }
  .journey-v2__steps article > b { display: none; }
  .pricing-grid-v2 .price-card,
  .pricing-grid-v2 .price-card.featured { min-height: auto; border-radius: 30px; }
  .faq-v2 { margin-inline: 8px; border-radius: 44px 44px 0 0; }
  .faq-v2 summary { font-size: 1.5rem; }
  .site-footer { margin: 0 8px 8px; border-radius: 0 0 44px 44px; padding-top: 85px; }
  .footer-lead h2 { font-size: 3.45rem; }
  .page-hero h1 { font-size: clamp(3.7rem, 15vw, 5rem); }
  .directory-card { border-radius: 28px; }
  .directory-card .teacher-portrait { margin: 10px; border-radius: 22px; }
  .field input,
  .field select,
  .field textarea { font-size: 16px; }
}

@media (max-width: 360px) {
  .hero-v2 h1 { font-size: 3.35rem; }
  .hero-v2__assurance { grid-template-columns: 1fr; }
}

/* ========================================================================== */
/* Mentörüm V4 — premium navigation and closing system                       */
/* ========================================================================== */

/* Header: brand, discovery and conversion each get a distinct quiet zone. */
.site-header {
  width: min(1400px, calc(100% - 32px));
  height: 82px;
  top: 14px;
  margin-top: 14px;
  padding: 8px 9px 8px 12px;
  gap: 26px;
  border: 1px solid rgba(16,32,57,.075);
  border-radius: 28px;
  background: rgba(255,254,251,.9);
  box-shadow: 0 14px 48px rgba(16,32,57,.075);
  backdrop-filter: blur(24px) saturate(135%);
  transition: height .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease), transform .3s var(--ease);
}
.site-header.is-scrolled {
  height: 74px;
  background: rgba(255,254,251,.97);
  box-shadow: 0 18px 55px rgba(16,32,57,.12);
}
.brand--header {
  flex: 0 0 auto;
  gap: 12px;
  padding-right: 5px;
}
.brand--header img {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  box-shadow: 0 9px 22px rgba(16,32,57,.12);
}
.header-brand-copy {
  display: grid;
  gap: 2px;
  min-width: 164px;
}
.header-brand-copy strong {
  font-size: 1.24rem;
  font-weight: 820;
  line-height: 1;
  letter-spacing: -.045em;
}
.header-brand-copy small {
  color: #7e8794;
  font-size: .56rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.main-nav {
  flex: 1;
  justify-content: space-between;
  gap: 18px;
  font-size: .78rem;
}
.main-nav__links,
.main-nav__actions {
  display: flex;
  align-items: center;
}
.main-nav__links {
  gap: 3px;
  margin-left: auto;
  padding: 5px;
  border-radius: 18px;
  background: #f1efe9;
}
.main-nav__links a {
  position: relative;
  padding: 11px 15px;
  border-radius: 13px;
  color: #465166;
  transition: color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
}
.main-nav__links a::after { display: none; }
.main-nav__links a:hover,
.main-nav__links a:focus-visible {
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 7px 20px rgba(16,32,57,.07);
  transform: translateY(-1px);
}
.main-nav__actions { gap: 7px; }
.header-login {
  padding: 12px 13px;
  color: var(--ink-2);
  border-radius: 13px;
  transition: color .2s, background .2s;
}
.header-login:hover,
.header-login:focus-visible { color: var(--ink); background: #f2f0ea; }
.main-nav .header-cta.button {
  min-height: 56px;
  padding: 0 9px 0 20px;
  gap: 15px;
  border-radius: 19px;
  box-shadow: none;
}
.header-cta i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(255,255,255,.22);
  font-style: normal;
  font-size: 1rem;
  transition: transform .25s var(--ease), background .25s;
}
.header-cta:hover i { transform: rotate(45deg); background: rgba(255,255,255,.32); }
.nav-toggle {
  border-radius: 15px;
  transition: background .2s;
}
.nav-toggle:hover { background: #f1efe9; }

/* Footer: a decisive editorial close instead of a generic link row. */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 80px 18px 18px;
  padding: clamp(90px, 9vw, 140px) clamp(28px, 6vw, 92px) 34px;
  border-radius: 72px;
  background: var(--ink);
}
.home-v2 .site-footer {
  margin-top: 0;
  border-radius: 0 0 72px 72px;
}
.footer-orbit {
  position: absolute;
  z-index: -1;
  width: min(56vw, 780px);
  aspect-ratio: 1;
  top: -40%;
  right: -11%;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 50%;
}
.footer-orbit::before,
.footer-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 50%;
}
.footer-orbit::before { inset: 13%; }
.footer-orbit::after { inset: 28%; background: rgba(255,255,255,.018); }
.footer-lead {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(45px, 8vw, 120px);
  padding: 0 0 clamp(85px, 10vw, 145px);
  border: 0;
}
.footer-lead__copy { max-width: 1020px; }
.site-footer .eyebrow { color: #acb6c5; }
.site-footer .eyebrow::before { background: var(--coral); }
.footer-lead h2 {
  max-width: 1030px;
  margin: 25px 0 30px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(4.8rem, 8.2vw, 9rem);
  font-weight: 410;
  line-height: .84;
  letter-spacing: -.055em;
}
.footer-lead h2 em { color: var(--coral); font-weight: 410; }
.footer-lead__copy > p {
  max-width: 560px;
  margin: 0;
  color: #aeb9c9;
  font-size: .98rem;
  line-height: 1.75;
}
.round-link {
  width: 210px;
  height: 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 0 0 auto;
  padding: 29px;
  border-radius: 42% 58% 47% 53% / 50% 42% 58% 50%;
  background: var(--coral);
  color: white;
  text-align: left;
  transform: rotate(-3deg);
  box-shadow: 0 24px 60px rgba(0,0,0,.2);
}
.round-link:hover { transform: rotate(0) scale(1.035); }
.round-link small {
  font-size: .59rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.round-link strong {
  max-width: 110px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 520;
  line-height: .96;
}
.round-link span {
  position: absolute;
  right: 28px;
  bottom: 25px;
  font-size: 1.5rem;
  transition: transform .25s var(--ease);
}
.round-link:hover span { transform: rotate(45deg); }
.footer-base {
  position: relative;
  display: grid;
  grid-template-columns: minmax(270px, .85fr) minmax(500px, 1.45fr);
  align-items: start;
  gap: clamp(55px, 10vw, 160px);
  padding: 55px 0 58px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.footer-brand-block .brand {
  justify-content: flex-start;
  color: white;
  font-size: 1.25rem;
}
.footer-brand-block .brand img { width: 44px; height: 44px; border-radius: 15px; }
.footer-brand-block > p {
  margin: 28px 0 0;
  color: #8793a7;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  line-height: 1.05;
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.footer-nav > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-nav > div > span {
  margin-bottom: 9px;
  color: #718097;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-nav a {
  position: relative;
  color: #dce2ea;
  font-size: .84rem;
  font-weight: 650;
  transition: color .2s, transform .2s;
}
.footer-nav a::after {
  content: "↗";
  position: absolute;
  left: calc(100% + 7px);
  opacity: 0;
  transform: translate(-4px, 3px);
  transition: opacity .2s, transform .2s;
}
.footer-nav a:hover { color: white; transform: translateX(2px); }
.footer-nav a:hover::after { opacity: 1; transform: none; }
.footer-bottom {
  min-height: 58px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer-bottom > p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #8793a7;
  font-size: .68rem;
  font-weight: 650;
}
.footer-bottom > p > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #65c995;
  box-shadow: 0 0 0 5px rgba(101,201,149,.1);
}
.footer-credit {
  display: flex;
  gap: 18px;
  padding: 0;
  border: 0;
  color: #718097;
  font-size: .67rem;
}
.footer-credit span { margin: 0; }
.footer-credit a { color: #9ca7b8; transition: color .2s; }
.footer-credit a:hover { color: white; }

@media (max-width: 1120px) {
  .header-brand-copy small { display: none; }
  .header-brand-copy { min-width: auto; }
  .main-nav__links a { padding-inline: 11px; }
  .main-nav .header-cta.button { padding-left: 15px; gap: 10px; }
  .footer-lead h2 { font-size: clamp(4.6rem, 8vw, 7rem); }
}

@media (max-width: 940px) {
  .site-header { height: 72px; padding: 7px 8px 7px 10px; }
  .site-header.is-scrolled { height: 68px; }
  .brand--header img { width: 44px; height: 44px; }
  .nav-toggle {
    display: block;
    position: relative;
    z-index: 2;
    width: 48px;
    height: 48px;
    padding: 10px;
    background: #f1efe9;
  }
  .main-nav {
    position: fixed;
    top: 98px;
    left: 12px;
    right: 12px;
    max-height: calc(100svh - 112px);
    overflow-y: auto;
    padding: 14px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 30px;
    background: rgba(16,32,57,.985);
    box-shadow: 0 28px 80px rgba(16,32,57,.28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(.985);
    transform-origin: top;
    transition: opacity .22s var(--ease), visibility .22s, transform .22s var(--ease);
  }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav__links,
  .main-nav__actions { align-items: stretch; flex-direction: column; }
  .main-nav__links {
    margin: 0;
    padding: 0;
    gap: 0;
    background: transparent;
  }
  .main-nav__links a {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    min-height: 67px;
    padding: 10px 13px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-radius: 0;
    color: white;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.65rem;
    font-weight: 450;
  }
  .main-nav__links a::before {
    color: #78879d;
    font-family: "Manrope", sans-serif;
    font-size: .58rem;
    font-weight: 800;
  }
  .main-nav__links a:nth-child(1)::before { content: "01"; }
  .main-nav__links a:nth-child(2)::before { content: "02"; }
  .main-nav__links a:nth-child(3)::before { content: "03"; }
  .main-nav__links a:hover,
  .main-nav__links a:focus-visible { color: var(--coral); background: transparent; box-shadow: none; transform: none; }
  .main-nav__actions { gap: 8px; }
  .header-login { color: #dbe2eb; text-align: center; }
  .header-login:hover,
  .header-login:focus-visible { color: white; background: rgba(255,255,255,.07); }
  .main-nav .header-cta.button { justify-content: space-between; width: 100%; min-height: 58px; margin: 0; }
  .footer-lead { align-items: center; }
  .footer-lead h2 { font-size: clamp(4.4rem, 9vw, 6rem); }
  .round-link { width: 175px; height: 175px; padding: 24px; }
  .footer-base { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 600px) {
  .site-header {
    width: calc(100% - 18px);
    height: 66px;
    top: 9px;
    margin-top: 9px;
    padding: 6px 7px 6px 8px;
    border-radius: 22px;
  }
  .site-header.is-scrolled { height: 64px; transform: none; }
  .brand--header { gap: 9px; }
  .brand--header img { width: 42px; height: 42px; border-radius: 14px; }
  .header-brand-copy strong { font-size: 1.13rem; }
  .header-brand-copy small { display: none; }
  .nav-toggle { width: 44px; height: 44px; border-radius: 14px; }
  .main-nav { top: 84px; left: 9px; right: 9px; max-height: calc(100svh - 94px); border-radius: 26px; }
  .main-nav__links a { min-height: 62px; font-size: 1.5rem; }
  .site-footer,
  .home-v2 .site-footer {
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    padding: 82px 24px 27px;
    border-radius: 44px;
  }
  .home-v2 .site-footer { margin-top: 0; border-radius: 0 0 44px 44px; }
  .footer-orbit { width: 125vw; top: -8%; right: -68%; }
  .footer-lead {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-bottom: 78px;
  }
  .footer-lead h2 { margin: 20px 0 24px; font-size: clamp(3.7rem, 16.8vw, 5.1rem); line-height: .89; }
  .footer-lead__copy > p { font-size: .9rem; }
  .round-link {
    width: 100%;
    height: auto;
    min-height: 104px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    padding: 22px 23px;
    border-radius: 28px;
    transform: none;
  }
  .round-link small { grid-column: 1; }
  .round-link strong { grid-column: 1; max-width: none; margin-top: 9px; font-size: 1.48rem; }
  .round-link span { position: static; grid-column: 2; grid-row: 1 / 3; font-size: 1.8rem; }
  .footer-base { gap: 46px; padding: 44px 0 50px; }
  .footer-brand-block > p { font-size: 1.85rem; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-nav > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer-credit { flex-direction: column; gap: 5px; }
}

@media (max-width: 360px) {
  .site-header { width: calc(100% - 14px); }
  .header-brand-copy strong { font-size: 1.05rem; }
  .footer-nav { grid-template-columns: 1fr; }
  .footer-nav > div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ========================================================================== */
/* Mentörüm V5 — approachable education discovery                            */
/* ========================================================================== */

.hero-v2 {
  padding: clamp(72px, 6.5vw, 102px) 0 68px;
  background:
    radial-gradient(circle at 13% 20%, rgba(241,217,145,.2), transparent 25%),
    var(--paper);
}
.hero-v2::before {
  right: -13vw;
  bottom: -30%;
  width: 64vw;
  height: 64vw;
  background: #ebe9e2;
  opacity: .88;
}
.hero-v2__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .75fr);
  min-height: 610px;
  gap: clamp(50px, 7vw, 110px);
}
.hero-v2__copy { padding: 30px 0 55px; }
.hero-v2 h1 {
  max-width: 820px;
  font-size: clamp(4.4rem, 6.35vw, 6.55rem);
  line-height: .92;
}
.hero-v2__intro { max-width: 690px; font-size: 1.02rem; line-height: 1.72; }
.hero-v2__actions { margin-top: 28px; }
.hero-v2__visual { min-height: 590px; }
.hero-v2__image-wrap {
  inset: 0 20px 18px 0;
  border-radius: 48px 170px 48px 48px;
}
.hero-v2__image-label { background: rgba(16,32,57,.86); }
.hero-match-card { right: -12px; bottom: -14px; }
.hero-v2__stamp { left: -38px; bottom: 62px; }

.mentor-discovery {
  position: relative;
  z-index: 8;
  width: min(1320px, calc(100% - 38px));
  margin: 38px auto 0;
  padding: 19px;
  border: 1px solid rgba(16,32,57,.07);
  border-radius: 38px;
  background: rgba(255,254,251,.97);
  box-shadow: 0 28px 90px rgba(16,32,57,.14);
}
.mentor-discovery__top {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  gap: 22px;
  padding: 6px 6px 19px;
}
.mentor-discovery__intro { display: grid; gap: 7px; padding-left: 7px; }
.mentor-discovery__intro span {
  color: var(--coral-dark);
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.mentor-discovery__intro strong {
  max-width: 220px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 520;
  line-height: 1.03;
}
.mentor-search {
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr .78fr .94fr auto;
  align-items: stretch;
  padding: 7px;
  border: 1px solid rgba(16,32,57,.075);
  border-radius: 24px;
  background: #f5f3ee;
}
.mentor-search label {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 7px 18px;
  border-right: 1px solid rgba(16,32,57,.09);
}
.mentor-search label > span {
  color: #8b929e;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.mentor-search select {
  width: 100%;
  min-height: 28px;
  padding: 0 25px 0 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: var(--ink);
  font: 700 .82rem/1.2 "Manrope", sans-serif;
}
.mentor-search select:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; border-radius: 4px; }
.mentor-search__submit {
  min-width: 176px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 10px 0 20px;
  border: 0;
  border-radius: 18px;
  background: var(--coral);
  color: white;
  font: 800 .82rem/1 "Manrope", sans-serif;
  cursor: pointer;
  transition: transform .2s var(--ease), background .2s;
}
.mentor-search__submit i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(255,255,255,.2);
  font-style: normal;
  font-size: 1.05rem;
}
.mentor-search__submit:hover { transform: translateY(-2px); background: #df5d44; }
.subject-paths {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 9px;
}
.subject-paths > a {
  min-width: 0;
  min-height: 146px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 17px;
  border-radius: 24px;
  background: #f4f3ef;
  transition: transform .25s var(--ease), background .25s, box-shadow .25s;
}
.subject-paths > a:nth-child(2),
.subject-paths > a:nth-child(6) { background: #edf4ef; }
.subject-paths > a:nth-child(3),
.subject-paths > a:nth-child(7) { background: #f8efeb; }
.subject-paths > a:nth-child(4) { background: #f7f0d8; }
.subject-paths > a:hover {
  z-index: 1;
  transform: translateY(-5px);
  background: var(--white);
  box-shadow: 0 15px 36px rgba(16,32,57,.1);
}
.subject-paths__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 0 auto;
  border-radius: 18px;
  background: rgba(255,255,255,.75);
}
.subject-paths__icon img { width: 42px; height: 42px; }
.subject-paths strong {
  max-width: 100%;
  overflow: hidden;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 780;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subject-paths small {
  margin-top: 5px;
  color: #7d8592;
  font-size: .58rem;
  font-weight: 650;
}
.subject-paths small i { color: var(--coral-dark); font-style: normal; }
.mentor-discovery__proof {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 35px;
  padding: 20px 5px 3px;
  color: #737d8b;
  font-size: .67rem;
  font-weight: 650;
}
.mentor-discovery__proof span { display: flex; align-items: center; gap: 8px; }
.mentor-discovery__proof b {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  font-size: .51rem;
}

.decision-section { padding-top: clamp(130px, 12vw, 185px); }
.decision-section__head h2,
.fit-section__header h2,
.mentor-world__head h2,
.platform-section__copy h2,
.journey-v2__head h2,
.pricing-v2__head h2,
.faq-v2__intro h2 {
  font-size: clamp(3.6rem, 5.5vw, 5.65rem);
}
.decision-ledger__rows article > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #eef1ed;
  color: var(--ink);
  font-size: .58rem;
  font-weight: 850;
}

@media (max-width: 1120px) {
  .hero-v2__grid { grid-template-columns: 1fr .72fr; }
  .hero-v2 h1 { font-size: clamp(4.1rem, 6.5vw, 5.8rem); }
  .mentor-discovery__top { grid-template-columns: 1fr; }
  .mentor-discovery__intro { display: flex; justify-content: space-between; align-items: end; padding: 3px 8px; }
  .mentor-discovery__intro strong { max-width: none; }
  .subject-paths { grid-template-columns: repeat(4, 1fr); }
  .subject-paths > a { min-height: 135px; }
}

@media (max-width: 860px) {
  .hero-v2 { padding-bottom: 85px; }
  .hero-v2__grid { grid-template-columns: 1fr; }
  .hero-v2 h1 { max-width: 690px; font-size: clamp(4.15rem, 11vw, 6rem); }
  .hero-v2__visual { min-height: 630px; }
  .mentor-discovery { margin-top: 35px; }
  .mentor-search { grid-template-columns: 1fr 1fr; gap: 7px; background: transparent; border: 0; padding: 0; }
  .mentor-search label { min-height: 66px; border: 1px solid rgba(16,32,57,.075); border-radius: 18px; background: #f5f3ee; }
  .mentor-search__submit { min-height: 66px; }
  .subject-paths { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 600px) {
  .hero-v2 { display: flex; flex-direction: column; padding: 58px 0 72px; }
  .hero-v2__grid { display: contents; }
  .hero-v2__copy { order: 1; width: var(--container); margin: 0 auto; padding-bottom: 6px; }
  .hero-v2 h1 { font-size: clamp(3.5rem, 15.2vw, 4.6rem); line-height: .93; }
  .hero-v2__intro { font-size: .93rem; }
  .hero-v2__visual { order: 3; width: var(--container); min-height: 525px; margin: 42px auto 0; }
  .hero-v2__image-wrap { inset: 0 0 60px; border-radius: 34px 110px 34px 34px; }
  .hero-v2__stamp { left: 2px; bottom: 90px; }
  .mentor-discovery {
    order: 2;
    width: calc(100% - 16px);
    margin: 38px auto 0;
    padding: 10px;
    border-radius: 30px;
  }
  .mentor-discovery__top { gap: 17px; padding: 10px 4px 14px; }
  .mentor-discovery__intro { display: grid; gap: 5px; align-items: start; }
  .mentor-discovery__intro strong { font-size: 1.45rem; }
  .mentor-search { grid-template-columns: 1fr; }
  .mentor-search label { min-height: 62px; padding-inline: 15px; }
  .mentor-search select { font-size: 16px; }
  .mentor-search__submit { min-height: 60px; border-radius: 18px; }
  .subject-paths {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 1px 1px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .subject-paths::-webkit-scrollbar { display: none; }
  .subject-paths > a { min-width: 134px; min-height: 132px; scroll-snap-align: start; }
  .mentor-discovery__proof { align-items: flex-start; flex-direction: column; padding: 14px 8px 8px; }
  .hero-v2__scroll { order: 4; }
  .decision-section { padding-top: 115px; }
  .decision-section__head h2,
  .fit-section__header h2,
  .mentor-world__head h2,
  .platform-section__copy h2,
  .journey-v2__head h2,
  .pricing-v2__head h2,
  .faq-v2__intro h2 { font-size: clamp(3.05rem, 13.5vw, 4rem); }
}

/* ========================================================================== */
/* Mentörüm V6 — visual learning journey                                      */
/* ========================================================================== */

.decision-section {
  padding-top: clamp(125px, 11vw, 175px);
  background: #f8f7f3;
}
.decision-section__head { margin-bottom: 62px; }
.decision-section__head h2 { max-width: 1080px; }
.decision-story {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
  gap: 22px;
  align-items: stretch;
}
.decision-story__visual {
  min-height: 700px;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 52px 150px 52px 52px;
  background: var(--paper-deep);
  box-shadow: 0 24px 60px rgba(16,32,57,.1);
}
.decision-story__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(16,32,57,.65));
  pointer-events: none;
}
.decision-story__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  transition: transform .8s var(--ease);
}
.decision-story__visual:hover > img { transform: scale(1.025); }
.decision-story__badge {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 28px;
  display: grid;
  gap: 2px;
  padding: 13px 16px;
  border-radius: 18px;
  background: rgba(255,254,251,.93);
  color: var(--ink-2);
  font-size: .62rem;
  font-weight: 720;
  backdrop-filter: blur(12px);
}
.decision-story__badge b { color: var(--coral-dark); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.decision-story__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 28px;
  left: 30px;
  max-width: 580px;
  color: white;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.7rem, 2.4vw, 2.55rem);
  line-height: 1.08;
}
.decision-story__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(35px, 5vw, 68px);
  border-radius: 52px;
  background: var(--white);
  box-shadow: 0 16px 48px rgba(16,32,57,.055);
}
.decision-story__content > p {
  max-width: 560px;
  margin: 0 0 36px;
  color: var(--ink-2);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.55rem, 2.35vw, 2.2rem);
  line-height: 1.22;
}
.decision-points { display: grid; gap: 10px; margin-bottom: 34px; }
.decision-points article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
  align-items: center;
  padding: 15px 16px;
  border-radius: 22px;
  background: #f5f3ee;
}
.decision-points article:nth-child(2) { background: #edf4ef; }
.decision-points article:nth-child(3) { background: #f8efeb; }
.decision-points article > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: rgba(255,255,255,.78);
}
.decision-points img { width: 39px; height: 39px; }
.decision-points h3 { margin: 0; font-size: .9rem; font-weight: 800; }
.decision-points p { margin: 4px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.decision-story__content .button { align-self: flex-start; }

.match-signals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: -15px 0 22px;
}
.match-signals > div {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 22px;
  background: rgba(255,255,255,.055);
}
.match-signals img {
  width: 46px;
  height: 46px;
  padding: 7px;
  border-radius: 14px;
  background: var(--white);
}
.match-signals span { display: grid; gap: 4px; }
.match-signals small { color: #76869e; font-size: .53rem; font-weight: 850; letter-spacing: .1em; }
.match-signals strong { color: #e8edf3; font-size: .72rem; line-height: 1.25; }
.fit-lab { gap: 12px; }

.mentor-feature__portrait::before { opacity: .42; }
.mentor-feature__number {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  font-family: "Manrope", sans-serif;
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mentor-feature__symbol {
  position: relative;
  z-index: 1;
  width: min(46%, 145px);
  height: auto;
  align-self: center;
  padding: 20px;
  border-radius: 38px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 20px 50px rgba(16,32,57,.13);
  transform: rotate(-4deg);
}
.mentor-feature__identity {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
}
.mentor-feature__identity > span {
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--white);
  font-size: .7rem;
  font-weight: 850;
}
.mentor-feature__identity .avatar { width: 68px; height: 68px; border-radius: 22px; }
.mentor-rail__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  background: rgba(255,255,255,.68);
}
.mentor-rail__icon img { width: 42px; height: 42px; }

.platform-section { padding-block: clamp(110px, 10vw, 155px); }
.platform-section__grid { grid-template-columns: .7fr 1.3fr; gap: clamp(55px, 7vw, 110px); }
.platform-feature-list {
  display: grid;
  gap: 9px;
  margin: 34px 0 30px !important;
  border: 0 !important;
}
.platform-feature-list li {
  display: grid !important;
  grid-template-columns: 54px 1fr !important;
  gap: 13px !important;
  align-items: center;
  padding: 13px !important;
  border: 0 !important;
  border-radius: 20px;
  background: rgba(255,255,255,.5);
}
.platform-feature-list li > span {
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--white);
}
.platform-feature-list img { width: 37px; height: 37px; }
.platform-feature-list li > div { display: grid; gap: 3px; }
.platform-feature-list strong { color: var(--ink); font-size: .8rem; }
.platform-feature-list small { color: var(--muted); font-size: .68rem; font-weight: 550; line-height: 1.45; }
.platform-visual-stack {
  min-height: 780px;
  position: relative;
}
.platform-photo {
  width: 58%;
  height: 640px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 170px 42px 42px 42px;
  box-shadow: 0 25px 65px rgba(16,32,57,.14);
}
.platform-photo::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(16,32,57,.72));
}
.platform-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }
.platform-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 25px;
  left: 24px;
  display: grid;
  gap: 4px;
  color: white;
}
.platform-photo figcaption span { color: var(--yellow); font-size: .58rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.platform-photo figcaption strong { font-family: "Newsreader", Georgia, serif; font-size: 1.65rem; font-weight: 480; }
.platform-visual-stack .panel-preview {
  width: 73%;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  margin: 0;
  transform: rotate(1deg);
}

.journey-v2 { background: #f8f7f3; }
.journey-v2__head { margin-bottom: 58px; }
.journey-v2__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.journey-v2__steps article,
.journey-v2__steps article:nth-child(2) {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 30px;
  border: 0;
  border-radius: 36px;
  background: var(--white);
  box-shadow: 0 12px 38px rgba(16,32,57,.055);
}
.journey-v2__steps article:nth-child(2) { background: var(--mint); }
.journey-v2__steps article:nth-child(3) { background: #f8e8e2; }
.journey-v2__steps .journey-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin-bottom: 48px;
  border-radius: 24px;
  background: rgba(255,255,255,.78);
}
.journey-v2__steps .journey-icon img { width: 55px; height: 55px; }
.journey-v2__steps h3 { font-size: clamp(2.05rem, 2.8vw, 3rem); }
.journey-v2__steps p { font-size: .78rem; line-height: 1.65; }
.journey-v2__steps article > b { margin-top: auto; background: rgba(255,255,255,.65); }

.price-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  background: #f3f1eb;
}
.price-card__icon img { width: 42px; height: 42px; }
.price-card.featured .price-card__icon { background: rgba(255,255,255,.6); }
.faq-trust { display: grid; gap: 8px; margin: 28px 0; }
.faq-trust > span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #b9c3d1;
  font-size: .72rem;
  font-weight: 700;
}
.faq-trust img { width: 36px; height: 36px; padding: 5px; border-radius: 11px; background: white; }

@media (max-width: 1120px) {
  .decision-story { grid-template-columns: 1fr 1fr; }
  .decision-story__visual { min-height: 640px; }
  .platform-visual-stack { min-height: 720px; }
  .platform-photo { height: 590px; }
}

@media (max-width: 860px) {
  .decision-story { grid-template-columns: 1fr; }
  .decision-story__visual { min-height: 620px; }
  .match-signals { grid-template-columns: 1fr 1fr; }
  .platform-section__grid { grid-template-columns: 1fr; }
  .platform-section__copy { max-width: 680px; }
  .platform-visual-stack { min-height: 760px; }
  .journey-v2__steps { grid-template-columns: 1fr; }
  .journey-v2__steps article,
  .journey-v2__steps article:nth-child(2) { min-height: 310px; }
  .journey-v2__steps .journey-icon { margin-bottom: 35px; }
}

@media (max-width: 600px) {
  .decision-section__head { margin-bottom: 40px; }
  .decision-story { gap: 10px; }
  .decision-story__visual { min-height: 430px; border-radius: 34px 85px 34px 34px; }
  .decision-story__visual figcaption { right: 20px; bottom: 20px; left: 20px; font-size: 1.55rem; }
  .decision-story__badge { top: 16px; left: 16px; }
  .decision-story__content { padding: 28px 18px; border-radius: 34px; }
  .decision-story__content > p { font-size: 1.5rem; }
  .decision-points article { grid-template-columns: 52px 1fr; padding: 12px; }
  .decision-points article > span { width: 48px; height: 48px; }
  .decision-points img { width: 35px; height: 35px; }
  .decision-story__content .button { width: 100%; }
  .match-signals { grid-template-columns: 1fr; gap: 7px; margin-top: -5px; }
  .match-signals > div { min-height: 72px; }
  .mentor-feature__symbol { width: 118px; }
  .mentor-feature__identity .avatar { width: 58px; height: 58px; }
  .mentor-rail__item { grid-template-columns: 25px 52px 1fr; }
  .mentor-rail__icon { width: 50px; height: 50px; border-radius: 16px; }
  .mentor-rail__icon img { width: 37px; height: 37px; }
  .platform-visual-stack { min-height: auto; display: flex; flex-direction: column; }
  .platform-photo { width: 100%; height: 440px; position: relative; border-radius: 100px 32px 32px 32px; }
  .platform-visual-stack .panel-preview { width: calc(100% - 12px); position: relative; right: auto; bottom: auto; margin: -72px auto 0; transform: none; }
  .journey-v2__steps article,
  .journey-v2__steps article:nth-child(2) { min-height: 350px; padding: 25px 21px; border-radius: 30px; }
  .journey-v2__steps .journey-icon { width: 68px; height: 68px; margin-bottom: 35px; }
  .journey-v2__steps .journey-icon img { width: 49px; height: 49px; }
  .journey-v2__steps h3 { font-size: 2.15rem; }
}

/* ========================================================================== */
/* Mentörüm V7 — concierge navigation and editorial conversion footer         */
/* ========================================================================== */

.site-header {
  width: min(1480px, calc(100% - 34px));
  height: 88px;
  top: 12px;
  margin-top: 12px;
  padding: 9px 10px 9px 12px;
  gap: 24px;
  overflow: visible;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 27px;
  background: rgba(16,32,57,.97);
  box-shadow: 0 18px 54px rgba(16,32,57,.18), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(24px) saturate(135%);
  transition: height .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease), transform .3s var(--ease);
}
.site-header::after {
  content: "";
  position: absolute;
  right: 26px;
  bottom: -1px;
  left: 26px;
  height: 1px;
  opacity: .7;
  background: linear-gradient(90deg, transparent, rgba(242,210,119,.28), transparent);
  pointer-events: none;
}
.site-header.is-scrolled {
  height: 76px;
  background: rgba(11,24,43,.985);
  box-shadow: 0 22px 68px rgba(16,32,57,.25), inset 0 1px 0 rgba(255,255,255,.08);
}
.header-brand-zone,
.header-promise,
.header-promise > span {
  display: flex;
  align-items: center;
}
.header-brand-zone { flex: 0 0 auto; gap: 21px; }
.brand--header {
  gap: 11px;
  padding: 0;
  color: white;
}
.header-brand-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: #fffdfa;
  box-shadow: inset 0 0 0 1px rgba(16,32,57,.06), 0 10px 28px rgba(0,0,0,.18);
}
.brand--header img {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  box-shadow: none;
}
.header-brand-copy { min-width: 147px; gap: 3px; }
.header-brand-copy strong {
  color: white;
  font-size: 1.22rem;
  font-weight: 820;
  letter-spacing: -.045em;
}
.header-brand-copy small {
  color: #8d9bb0;
  font-size: .52rem;
  letter-spacing: .105em;
}
.header-promise {
  gap: 10px;
  min-height: 42px;
  padding-left: 20px;
  border-left: 1px solid rgba(255,255,255,.12);
  color: #d6dce5;
}
.header-promise > i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #77d2a3;
  box-shadow: 0 0 0 5px rgba(119,210,163,.09);
}
.header-promise > span {
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
  font-size: .62rem;
  font-weight: 720;
  letter-spacing: .02em;
}
.header-promise small {
  color: #74839a;
  font-size: .52rem;
  font-weight: 650;
}
.main-nav {
  flex: 1;
  justify-content: flex-end;
  gap: 11px;
  font-size: .76rem;
}
.main-nav__intro { display: none; }
.main-nav__links {
  gap: 2px;
  margin: 0;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}
.main-nav__links a {
  min-height: 45px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 13px;
  color: #c0c9d6;
}
.main-nav__links a i,
.main-nav__links a small { display: none; }
.main-nav__links a span { white-space: nowrap; }
.main-nav__links a:hover,
.main-nav__links a:focus-visible {
  color: white;
  background: rgba(255,255,255,.095);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
  transform: none;
}
.main-nav__actions { gap: 5px; }
.header-login {
  padding: 13px 14px;
  color: #d7dee7;
}
.header-login:hover,
.header-login:focus-visible { color: white; background: rgba(255,255,255,.07); }
.main-nav .header-cta.button {
  min-height: 58px;
  padding: 0 9px 0 20px;
  border-radius: 19px;
  color: white;
  background: var(--coral);
  box-shadow: 0 12px 28px rgba(238,99,70,.2);
}
.main-nav .header-cta.button:hover { background: #f37458; }
.header-cta i {
  width: 39px;
  height: 39px;
  border-radius: 13px;
  color: white;
  background: rgba(255,255,255,.18);
}

.site-footer,
.home-v2 .site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 80px 14px 14px;
  padding: 32px clamp(28px, 5.5vw, 86px) 30px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 62px;
  background: #0c192c;
  box-shadow: 0 28px 90px rgba(16,32,57,.15);
}
.home-v2 .site-footer {
  margin-top: 0;
  border-radius: 0 0 62px 62px;
}
.footer-orbit {
  width: min(62vw, 920px);
  top: -45%;
  right: -18%;
  border-color: rgba(255,255,255,.055);
}
.footer-orbit::before,
.footer-orbit::after { border-color: rgba(255,255,255,.04); }
.footer-orbit::after { background: rgba(255,255,255,.012); }
.footer-masthead {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-masthead__brand {
  color: white;
  font-size: 1.15rem;
}
.footer-masthead__brand img {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,.2);
}
.footer-masthead > p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #96a2b5;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .03em;
}
.footer-masthead > p > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #70d19e;
  box-shadow: 0 0 0 6px rgba(112,209,158,.09);
}
.footer-lead {
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .58fr);
  align-items: center;
  gap: clamp(55px, 8vw, 125px);
  padding: clamp(70px, 8vw, 118px) 0 clamp(66px, 8vw, 110px);
}
.footer-lead__copy { max-width: 920px; }
.footer-lead h2 {
  max-width: 880px;
  margin: 26px 0 34px;
  font-size: clamp(4.4rem, 7.2vw, 8.2rem);
  line-height: .87;
  letter-spacing: -.06em;
}
.footer-lead h2 em { color: #ef694b; }
.footer-lead__copy > p {
  max-width: 620px;
  color: #aab4c3;
  font-size: clamp(.95rem, 1.15vw, 1.08rem);
  line-height: 1.8;
}
.footer-match-card {
  position: relative;
  padding: 29px;
  overflow: hidden;
  border-radius: 34px;
  color: var(--ink);
  background: #f5f1e8;
  box-shadow: 0 28px 80px rgba(0,0,0,.22), inset 0 0 0 1px rgba(255,255,255,.7);
}
.footer-match-card::after {
  content: "";
  position: absolute;
  top: -72px;
  right: -72px;
  width: 150px;
  height: 150px;
  border: 24px solid rgba(242,210,119,.55);
  border-radius: 50%;
  pointer-events: none;
}
.footer-match-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(16,32,57,.11);
  color: #6d7684;
  font-size: .56rem;
  font-weight: 820;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.footer-match-card__top small {
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(242,210,119,.72);
  font-size: .52rem;
  letter-spacing: .06em;
}
.footer-match-card h3 {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 25px 0 26px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2rem, 2.7vw, 2.65rem);
  font-weight: 480;
  line-height: .98;
  letter-spacing: -.035em;
}
.footer-match-card ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-match-card li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid rgba(16,32,57,.095);
}
.footer-match-card li > span {
  color: var(--coral-dark);
  font-family: "Newsreader", Georgia, serif;
  font-size: .9rem;
}
.footer-match-card li div { display: grid; gap: 3px; }
.footer-match-card li strong { font-size: .78rem; }
.footer-match-card li small { color: #7a8390; font-size: .62rem; line-height: 1.4; }
.footer-match-card > a {
  min-height: 59px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 8px 9px 8px 19px;
  border-radius: 18px;
  color: white;
  background: var(--ink);
  font-size: .78rem;
  font-weight: 780;
  transition: transform .22s var(--ease), background .22s;
}
.footer-match-card > a:hover { transform: translateY(-2px); background: #182d4c; }
.footer-match-card > a i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--ink);
  background: var(--coral);
  font-style: normal;
  font-size: 1.05rem;
  transition: transform .22s var(--ease);
}
.footer-match-card > a:hover i { transform: rotate(45deg); }
.footer-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-proof-strip > div {
  min-height: 122px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 24px clamp(16px, 2vw, 28px);
  border-right: 1px solid rgba(255,255,255,.1);
}
.footer-proof-strip > div:first-child { padding-left: 0; }
.footer-proof-strip > div:last-child { padding-right: 0; border-right: 0; }
.footer-proof-strip > div > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 17px;
  background: rgba(255,255,255,.95);
}
.footer-proof-strip img { width: 37px; height: 37px; }
.footer-proof-strip p { display: grid; gap: 5px; margin: 0; }
.footer-proof-strip small {
  color: #69778d;
  font-family: "Newsreader", Georgia, serif;
  font-size: .68rem;
}
.footer-proof-strip strong { color: #dce3eb; font-size: .74rem; line-height: 1.35; }
.footer-base {
  grid-template-columns: minmax(270px, .82fr) minmax(520px, 1.35fr);
  gap: clamp(65px, 10vw, 165px);
  padding: 62px 0 58px;
  border-top: 0;
}
.footer-brand-block__label {
  color: #69788f;
  font-size: .56rem;
  font-weight: 820;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-brand-block > p { margin: 20px 0 17px; color: #e3e8ef; }
.footer-brand-block > small {
  max-width: 310px;
  display: block;
  color: #7e8ba0;
  font-size: .7rem;
  line-height: 1.7;
}
.footer-nav > div > span { color: #69788f; }
.footer-nav a { color: #cdd5df; }
.footer-bottom {
  min-height: 64px;
  align-items: center;
  padding-top: 22px;
}
.footer-bottom > p { color: #748299; }

@media (max-width: 1240px) {
  .header-promise { display: none; }
  .header-brand-copy { min-width: auto; }
  .main-nav__links a { padding-inline: 12px; }
  .footer-proof-strip > div { gap: 11px; padding-inline: 16px; }
  .footer-proof-strip strong { font-size: .68rem; }
}

@media (max-width: 940px) {
  .site-header,
  .site-header.is-scrolled {
    width: calc(100% - 24px);
    height: 74px;
    top: 10px;
    margin-top: 10px;
    padding: 8px 9px 8px 10px;
    border-radius: 24px;
  }
  .header-brand-mark { width: 50px; height: 50px; border-radius: 16px; }
  .brand--header img { width: 43px; height: 43px; }
  .nav-toggle {
    width: 50px;
    height: 50px;
    display: block;
    padding: 11px;
    border-radius: 16px;
    background: #f6f2e9;
  }
  .nav-toggle span:not(.sr-only) { background: var(--ink); }
  .main-nav {
    top: 94px;
    left: 12px;
    right: 12px;
    max-height: calc(100svh - 106px);
    gap: 13px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,.105);
    border-radius: 30px;
    background: rgba(11,24,43,.99);
    box-shadow: 0 30px 90px rgba(8,18,33,.38);
  }
  .main-nav__intro {
    display: grid;
    gap: 8px;
    padding: 17px 17px 19px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .main-nav__intro > span {
    color: #738198;
    font-size: .54rem;
    font-weight: 820;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .main-nav__intro > strong {
    max-width: 360px;
    color: white;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.42rem;
    font-weight: 450;
    line-height: 1.04;
  }
  .main-nav__links { border: 0; }
  .main-nav__links a {
    min-height: 69px;
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-template-rows: auto auto;
    column-gap: 11px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255,255,255,.09);
    border-radius: 0;
    color: white;
    font-family: "Manrope", sans-serif;
    font-size: .96rem;
    font-weight: 750;
  }
  .main-nav__links a::before { display: none !important; content: none !important; }
  .main-nav__links a i {
    display: block;
    grid-row: 1 / 3;
    align-self: center;
    color: var(--coral);
    font-family: "Newsreader", Georgia, serif;
    font-size: .78rem;
    font-style: normal;
  }
  .main-nav__links a span { align-self: end; }
  .main-nav__links a small {
    display: block;
    align-self: start;
    color: #78869a;
    font-size: .57rem;
    font-weight: 620;
  }
  .main-nav__actions { padding-top: 2px; }
  .main-nav .header-cta.button { min-height: 60px; }
  .footer-lead { grid-template-columns: 1fr; }
  .footer-lead__copy { max-width: 780px; }
  .footer-match-card { max-width: 580px; }
  .footer-proof-strip { grid-template-columns: 1fr 1fr; }
  .footer-proof-strip > div:nth-child(2) { border-right: 0; }
  .footer-proof-strip > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .footer-proof-strip > div:nth-child(3) { padding-left: 0; }
  .footer-base { grid-template-columns: 1fr; gap: 54px; }
}

@media (max-width: 600px) {
  .site-header,
  .site-header.is-scrolled {
    width: calc(100% - 16px);
    height: 68px;
    top: 8px;
    margin-top: 8px;
    padding: 6px 7px;
    border-radius: 21px;
  }
  .header-brand-zone { gap: 0; }
  .header-brand-mark { width: 46px; height: 46px; border-radius: 15px; }
  .brand--header img { width: 40px; height: 40px; }
  .header-brand-copy strong { font-size: 1.08rem; }
  .header-brand-copy small { display: none; }
  .nav-toggle { width: 46px; height: 46px; border-radius: 15px; }
  .main-nav { top: 84px; left: 8px; right: 8px; max-height: calc(100svh - 92px); border-radius: 26px; }
  .site-footer,
  .home-v2 .site-footer {
    margin-right: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
    padding: 23px 20px 24px;
    border-radius: 38px;
  }
  .home-v2 .site-footer { margin-top: 0; border-radius: 0 0 38px 38px; }
  .footer-orbit { width: 150vw; top: -15%; right: -94%; }
  .footer-masthead { min-height: 62px; padding-bottom: 22px; }
  .footer-masthead__brand { font-size: 1.05rem; }
  .footer-masthead__brand img { width: 38px; height: 38px; }
  .footer-masthead > p { font-size: 0; }
  .footer-masthead > p > span { margin-right: 2px; }
  .footer-masthead > p::after { content: "Sistem aktif"; font-size: .58rem; }
  .footer-lead { gap: 42px; padding: 66px 0 64px; }
  .footer-lead h2 {
    margin: 21px 0 26px;
    font-size: clamp(3.45rem, 16.2vw, 5rem);
    line-height: .88;
  }
  .footer-lead__copy > p { font-size: .88rem; line-height: 1.72; }
  .footer-match-card { max-width: none; padding: 23px; border-radius: 28px; }
  .footer-match-card h3 { margin: 22px 0; font-size: 2rem; }
  .footer-match-card li { padding: 13px 0; }
  .footer-proof-strip > div { min-height: 108px; padding: 17px 12px; }
  .footer-proof-strip > div:first-child,
  .footer-proof-strip > div:nth-child(3) { padding-left: 0; }
  .footer-proof-strip > div:nth-child(2),
  .footer-proof-strip > div:last-child { padding-right: 0; }
  .footer-proof-strip > div > span { width: 45px; height: 45px; border-radius: 14px; }
  .footer-proof-strip img { width: 33px; height: 33px; }
  .footer-proof-strip strong { font-size: .62rem; }
  .footer-base { gap: 46px; padding: 50px 0; }
  .footer-brand-block > p { font-size: 1.85rem; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 38px 22px; }
  .footer-nav > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 16px; }
  .footer-credit { flex-direction: column; gap: 5px; }
}

@media (max-width: 360px) {
  .header-brand-copy strong { font-size: 1.02rem; }
  .footer-proof-strip { grid-template-columns: 1fr; }
  .footer-proof-strip > div,
  .footer-proof-strip > div:nth-child(2),
  .footer-proof-strip > div:nth-child(3) {
    min-height: 88px;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .footer-proof-strip > div:last-child { border-bottom: 0; }
  .footer-nav { grid-template-columns: 1fr; }
  .footer-nav > div:last-child { grid-column: auto; }
}

/* ========================================================================== */
/* Mentörüm V9 — sade gelişim modeli ve dört adımlı takip akışı               */
/* ========================================================================== */

.decision-section__head h2 em,
.journey-v2__head h2 em {
  color: var(--coral-dark);
  font-weight: 430;
}

.decision-story__content {
  justify-content: flex-start;
}

.decision-story__content > p {
  font-size: clamp(1.38rem, 2vw, 1.9rem);
}

.decision-points article:nth-child(4) {
  background: #edf1f7;
}

.decision-points h3 {
  letter-spacing: -.01em;
}

.journey-v2__head {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(600px, 1.25fr);
  align-items: end;
  gap: 44px;
}

.journey-v2__head .eyebrow {
  align-self: start;
}

.journey-v2__head h2 {
  margin: 0;
}

.journey-v2__steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.journey-v2__steps article,
.journey-v2__steps article:nth-child(2) {
  min-height: 370px;
  padding: 25px;
  border-radius: 32px;
}

.journey-v2__steps article:nth-child(4) {
  color: white;
  background: var(--ink);
}

.journey-v2__steps article:nth-child(4) p,
.journey-v2__steps article:nth-child(4) small {
  color: #aeb9c8;
}

.journey-v2__steps article:nth-child(4) > b {
  color: var(--ink);
  background: var(--yellow);
}

.journey-v2__steps .journey-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 36px;
  border-radius: 21px;
}

.journey-v2__steps .journey-icon img {
  width: 49px;
  height: 49px;
}

.journey-v2__steps h3 {
  font-size: clamp(1.7rem, 2.15vw, 2.35rem);
  line-height: 1.02;
}

@media (max-width: 1120px) {
  .journey-v2__head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .journey-v2__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .decision-story__content > p {
    font-size: 1.42rem;
  }

  .journey-v2__head {
    margin-bottom: 38px;
  }

  .journey-v2__steps {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .journey-v2__steps article,
  .journey-v2__steps article:nth-child(2) {
    min-height: 285px;
    padding: 23px 20px;
    border-radius: 28px;
  }

  .journey-v2__steps .journey-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 26px;
  }

  .journey-v2__steps .journey-icon img {
    width: 45px;
    height: 45px;
  }

  .journey-v2__steps h3 {
    max-width: 320px;
    font-size: 2rem;
  }
}

/* ========================================================================== */
/* Mentörüm V10 — platform tarafından belirlenen tek program fiyatı           */
/* ========================================================================== */

.pricing-grid-v2--single {
  max-width: 780px;
  grid-template-columns: minmax(0, 1fr);
  margin-inline: auto;
}

.pricing-grid-v2--single .price-card,
.pricing-grid-v2--single .price-card.featured {
  min-height: 470px;
  border: 0;
  border-radius: 42px;
  box-shadow: 0 24px 70px rgba(16,32,57,.1);
}

.pricing-v2__head h2 em {
  color: var(--coral-dark);
  font-weight: 430;
}

.fixed-program-note {
  display: grid;
  gap: 7px;
  padding: 20px 22px;
  border: 1px solid rgba(16,32,57,.1);
  border-radius: 20px;
  background: #f3f0e8;
}

.fixed-program-note span {
  color: var(--coral-dark);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fixed-program-note strong {
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -.025em;
}

.fixed-program-note small {
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 600px) {
  .pricing-grid-v2--single .price-card,
  .pricing-grid-v2--single .price-card.featured {
    min-height: auto;
    border-radius: 30px;
  }

  .fixed-program-note {
    padding: 18px;
    border-radius: 17px;
  }
}
