/* ============================================================
   AG V16 - MOBIL KATMAN
   Avrupa Goc landing page

   KURAL: Bu dosyadaki HER kural bir @media (max-width: ...) icinde.
   Media query disinda tek bir secici bile yok. Masaustu gorunumu
   bu dosyadan etkilenmez, ag-v16.css tek basina masaustunu yonetir.

   ANA PRENSIP: "Overview first, details on demand."
   Masaustu gridleri mobilde tek kolona YIGILMAZ; yatay carousel'e
   veya stepper/accordion'a donusur. Icerik kaybolmaz, sadece ilk
   gorunumde ozetlenir.
   ============================================================ */

@media (max-width: 767px) {

  /* ---------- 1. MOBIL TOKEN SISTEMI ---------- */
  :root {
    --band-y: 40px;
    --gut: 18px;
    --mobile-card-gap: 14px;
    /* TEK sticky header'in toplam yuksekligi (ust bosluk + kapsul + cizgi).
       Anchor scroll, IntersectionObserver ve hizli gezinme ayni degeri kullanir.
       Olculen gercek yukseklik ~66px; 68px kucuk bir emniyet payi birakir. */
    --mobile-header-h: 68px;
    /* Yapiskan CTA yuksekligi: sayfa altina ayrilan bosluk bununla hesaplanir */
    --mobile-cta-h: 54px;
  }

  html { scroll-padding-top: calc(var(--mobile-header-h) + 12px); }

  /* Header hicbir basligin, videonun veya carousel metninin uzerine binmesin */
  section,
  .stage { scroll-margin-top: calc(var(--mobile-header-h) + 12px); }

  .band { padding-block: 40px; }
  .band--tight { padding-block: 30px; }

  /* Bolum basligi ile aciklama arasi 10-12px */
  .lead { margin-top: 11px; font-size: 15.5px; line-height: 1.62; }
  /* Aciklama ile icerik arasi 20-24px */
  .head { margin-bottom: 0; }
  .head + * { margin-top: 22px !important; }

  /* Mobil baslik olcegi: uzun basliklar dort satira cikmasin */
  h1, .hero h1 { line-height: 1.08; text-wrap: balance; }
  h2.title,
  .final h2,
  .hook h2 {
    font-size: clamp(29px, 8vw, 34px);
    line-height: 1.1;
    text-wrap: balance;
  }
  body { font-size: 15.5px; }

  /* CTA ust boslugu 24-28px */
  .cta-rail { margin-top: 26px; }

  /* ---------- 2. TEK SATIR MOBIL HEADER ----------
     V16.1: iki ayri beyaz serit (logo+hamburger / aktif bolum+gezinme)
     TEK kapsulde birlesti. Ikinci bar tamamen kaldirildi.
     Olculen yukseklik: 8px ust bosluk + 54px kapsul + 4px cizgi = 66px. */
  .topbar { inset: 8px 0 auto; }
  .topbar__pill {
    position: relative;                 /* ilerleme cizgisi buna gore konumlanir */
    justify-content: space-between;
    gap: 8px;
    padding: 5px 6px 5px 12px;
  }
  .topbar[data-shrunk="true"] .topbar__pill { padding-block: 5px; }

  /* Logo: dogal oran, bulaniklastirma yok, kapsulun icinde kaybolmuyor.
     1920x768 kaynak -> 42px yukseklik ~105px genislik demek. */
  .brandmark--bar img { height: 42px; }
  /* 600-767px arasinda buyuk CTA da kapsule sigmiyor; sayfa ici CTA'lar var */
  .topbar__cta { display: none; }
  /* V16.2: mobilde TEK navigasyon kontrolu var ("☰ Bölümler" -> bottom sheet).
     Ayri yuvarlak hamburger butonu ve onun paneli mobilde kullanilmiyor;
     boylece kullanici ayni link listesini iki menude gormuyor.
     768-1039px araligi (tablet) eski hamburger sistemiyle calismaya devam eder. */
  .burger { display: none; }
  .mobmenu { display: none !important; }

  .mnav {
    display: flex; align-items: center;   /* ag-v16.css'te varsayilan none */
    flex: 1 1 auto; min-width: 0;
  }
  .mnav__row { display: flex; align-items: center; gap: 8px; width: 100%; }

  /* Aktif bolum adi: yalnizca 120px'ten fazla kaydirilinca, logonun yerine */
  .mnav__label {
    display: none;
    font-size: 12.5px; font-weight: 800; letter-spacing: .04em;
    color: var(--ink); white-space: nowrap; overflow: hidden;
    text-overflow: ellipsis; flex: 1 1 auto; min-width: 0;
  }
  .topbar[data-mnav="bolum"] .brandmark--bar { display: none; }
  .topbar[data-mnav="bolum"] .mnav__label { display: block; }

  .mnav__btn {
    flex: none; margin-left: auto;
    display: inline-flex; align-items: center; gap: 5px;
    min-height: 36px; padding: 8px 12px; border-radius: 999px;
    background: var(--sky); border: 1px solid var(--sky-2);
    font-family: var(--body); font-size: 12.5px; font-weight: 700;
    color: var(--navy); cursor: pointer; white-space: nowrap;
  }
  .mnav__btn:active { background: var(--sky-2); }
  .mnav__btn svg { transition: transform .25s var(--ease); }
  .mnav__btn[aria-expanded="true"] svg { transform: rotate(180deg); }

  /* Header altinda YALNIZCA 3px ilerleme cizgisi */
  .mnav__track {
    position: absolute; left: 14px; right: 14px; bottom: -5px;
    height: 3px; border-radius: 999px;
    background: var(--sky-2); overflow: hidden;
  }
  .mnav__fill {
    display: block; height: 100%; width: 0%;
    background: linear-gradient(90deg, var(--navy), var(--signal));
    transition: width .12s linear;
  }

  /* ---------- 3. GENEL MOBIL CAROUSEL ---------- */
  /* Masaustu gridine JS tarafindan .m-car eklenir. Tek kolona
     yigilmak yerine yatay scroll-snap olur. */
  .m-car {
    display: flex !important;
    grid-template-columns: none !important;
    gap: var(--mobile-card-gap) !important;
    overflow-x: auto; overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-inline: calc(var(--gut) * -1);
    padding: 2px var(--gut) 6px;
  }
  .m-car::-webkit-scrollbar { display: none; }
  .m-car > * {
    /* Aktif kart 84vw: sonraki karttan ~%12 preview gorunur */
    flex: 0 0 84vw; min-width: 0;
    scroll-snap-align: center;
    transition: opacity .3s var(--ease), transform .3s var(--ease);
  }
  .m-car > *:not([data-m-active="true"]) { opacity: .55; transform: scale(.972); }

  /* Sayac serid: 1 / 4 */
  .m-carbar {
    display: flex; align-items: center; gap: 12px;
    margin-top: 14px;
  }
  .m-carbar__n {
    font-size: 12.5px; font-weight: 800; color: var(--mute);
    font-variant-numeric: tabular-nums; letter-spacing: .04em;
  }
  .band--deep .m-carbar__n { color: rgba(255,255,255,.72); }
  .m-carbar__track {
    flex: 1; height: 3px; border-radius: 999px; background: var(--sky-2);
    overflow: hidden;
  }
  .band--deep .m-carbar__track { background: rgba(255,255,255,.2); }
  .m-carbar__fill {
    display: block; height: 100%; border-radius: 999px;
    background: var(--signal); transition: transform .3s var(--ease);
    transform-origin: left center;
  }

  /* ---------- 4. HERO ---------- */
  /* Ilk acilista hero mobil ekrana sigsin diye siki dikey ritim:
     ust bosluk, baslik/aciklama araligi, grid gap, video yuksekligi,
     cip dolgusu ve CTA ust boslugu birlikte kisaltildi. */
  .hero { padding-block: calc(var(--mobile-header-h) + 14px) 20px; }
  .hero .eyebrow { margin-bottom: 8px; }
  .hero h1 { font-size: clamp(30px, 9vw, 36px); line-height: .98; }
  /* Yapay ellipsis YOK: metin tam gorunur (kisaltilmis surumu kullaniliyor) */
  .hero__desc { margin-top: 8px; font-size: 14.5px; line-height: 1.42; }
  .hero__grid { gap: 12px; }

  /* Hero video: kompakt, ilk ekranda CTA butonuna yer birakiyor */
  .hero__stage { max-width: 100%; margin-top: 2px; }
  .hero__frame {
    aspect-ratio: 4 / 5;
    max-height: 68vh; max-height: 68svh;
    margin-inline: auto; width: auto;
    border-width: 5px;
  }
  .hero__frame.hero__frame--sq { max-height: 220px; }
  /* Yuz ust ucte kaliyor: %22 dikey hizalama kirpmayi sacin ustunden aliyor */
  .hero__frame video { object-position: 50% 22%; }
  /* Video karti etrafindaki sari kesikli kemer motifi mobilde kaldirildi */
  .hero__stage::after { display: none; }

  /* Dil merdiveni hero'da yer kaplamasin: tek satir baglanti.
     Baglanti video ONUNDE degil, video KARTININ ALTINDA duruyor. */
  .hero__ladder { display: none; }
  .hero__ladderlink {
    display: inline-flex; align-items: center; gap: 7px;
    margin-top: 16px; min-height: 44px;
    font-size: 14px; font-weight: 700; color: var(--navy);
    text-decoration: underline; text-underline-offset: 4px;
  }

  /* Sosyal kanit: iki kompakt satir */
  .hero__proof { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 20px; }
  .proofline { padding: 10px 11px; font-size: 12px; line-height: 1.35; gap: 8px; }
  .proofline b { font-size: 13.5px; }
  .proofline .dot { width: 6px; height: 6px; margin-top: 5px; }

  /* Tek buyuk ana CTA + metin baglantisi */
  .hero .cta-rail { flex-direction: column; align-items: stretch; gap: 4px; margin-top: 12px; }
  .hero__chips { margin-top: 10px; gap: 8px; }
  .hero__chip { padding: 7px 10px; }
  .hero__chip-icon { width: 16px; height: 16px; }
  .hero__chip-label { font-size: 12px; }
  .hero .cta-rail .btn--primary { width: 100%; }
  .hero .cta-rail .btn--ghost {
    border: 0; background: none; color: var(--navy);
    text-decoration: underline; text-underline-offset: 4px;
    min-height: 46px; box-shadow: none;
  }
  .hero .cta-rail .btn--ghost:hover { background: none; }

  /* ---------- 5. OGRENCI KARTLARI ---------- */
  .tcard { height: 100%; }
  .tcard__head { padding: 14px 15px; }
  .tcard__thumb { width: 56px; height: 74px; }
  .tcard__name { font-size: 15.5px; }
  .badges { padding: 12px 15px 0; gap: 6px; }
  .badge { font-size: 11.5px; padding: 5px 9px; }

  /* Ilk gorunum: yalnizca ozet. Detay "Hikayenin tamamini gor" ile acilir. */
  .tcard__ozet { display: grid; gap: 8px; padding: 13px 15px 0; }
  .tcard__ozet p {
    font-size: 13.5px; line-height: 1.45; color: var(--ink);
    /* "BAŞLANGIÇ" etiketi 62px'e sigmayip degerleri kaydiriyordu */
    display: grid; grid-template-columns: 78px 1fr; gap: 8px; align-items: baseline;
  }
  .tcard__ozet span {
    font-size: 10px; font-weight: 800; letter-spacing: .1em;
    text-transform: uppercase; color: var(--mute);
  }
  .tcard__more {
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
    width: calc(100% - 30px); margin: 14px 15px 15px; min-height: 44px;
    padding: 10px 14px; border-radius: var(--r-sm); cursor: pointer;
    background: var(--sky); border: 1px solid var(--sky-2);
    font-family: var(--body); font-size: 13.5px; font-weight: 700; color: var(--navy);
  }
  .tcard__more::after {
    content: '+'; font-size: 17px; line-height: 1; transition: transform .3s var(--ease);
  }
  /* + isareti kapanista carpiya doner */
  .tcard__more[aria-expanded="true"]::after { transform: rotate(135deg); }
  /* Olculmus yukseklik gecisi; sert display degisimi yok */
  .tcard__body {
    display: block; overflow: hidden; max-height: 0; opacity: 0;
    transition: max-height 320ms var(--ease), opacity 260ms var(--ease);
  }
  .tcard[data-open="true"] .tcard__body { opacity: 1; }
  .tcard__body[data-done="true"] { overflow: visible; max-height: none; }
  .tcard__ozet { transition: opacity .2s var(--ease); }
  .tcard[data-open="true"] .tcard__ozet { display: none; }
  .tcol { padding: 14px 15px 16px; }
  .tcol li { font-size: 13.5px; }

  /* ---------- 6. SUREC: STEPPER ---------- */
  .mstepper {
    display: flex; gap: 0; margin-bottom: 16px;
    background: var(--white); border: 1px solid var(--line);
    border-radius: var(--r-sm); overflow: hidden;
  }
  .mstepper__b {
    flex: 1; min-height: 46px; padding: 11px 4px; cursor: pointer;
    background: none; border: 0; font-family: var(--body);
    font-size: 13px; font-weight: 800; letter-spacing: .06em; color: var(--navy);
    position: relative; transition: background-color .25s var(--ease), color .25s var(--ease);
  }
  .mstepper__b + .mstepper__b { border-left: 1px solid var(--line); }
  .mstepper__b[aria-selected="true"] { background: var(--signal); color: #22160B; }

  /* Yalnizca aktif asama gorunur. Yukseklik degisimi yumusatilir. */
  .roadmap.m-step { display: block; padding-top: 0; transition: min-height .26s var(--ease); }
  .roadmap.m-step::before { display: none; }
  .roadmap.m-step .rstep { display: none; padding: 0; }
  .roadmap.m-step .rstep::before, .roadmap.m-step .rstep::after { display: none; }
  /* Aşama degisimi: eski icerik once 180ms icinde sola kayarak
     silinir, yeni icerik sagdan 300ms icinde girer. Ayni kapsayici,
     scroll konumu sabit (mobile-ui.js yukseklik farkini telafi eder). */
  .roadmap.m-step .rstep[data-m-active="true"] {
    display: block;
    animation: mstepIn .3s var(--ease) both;
  }
  .roadmap.m-step .rstep[data-m-leaving="true"] {
    display: block;
    animation: mstepOut .18s var(--ease) both;
    pointer-events: none;
  }
  @keyframes mstepIn {
    from { opacity: 0; transform: translateX(8px); }
    to   { opacity: 1; transform: none; }
  }
  @keyframes mstepOut {
    from { opacity: 1; transform: none; }
    to   { opacity: 0; transform: translateX(-8px); }
  }

  /* Masaustunde gizli, mobilde stepper icinde gorunen ekler */
  .rstep__m { display: block; }
  .rstep__vid {
    display: inline-flex; align-items: center; gap: 7px;
    margin-top: 14px; min-height: 44px;
    font-size: 13.5px; font-weight: 700; color: var(--navy);
    text-decoration: underline; text-underline-offset: 4px;
  }
  /* HTML/CSS escape YERINE dogrudan karakter: bazi kodlama durumlarinda
     '\2192' ekranda duz metin olarak gorunuyordu. */
  .rstep__vid::after { content: '→'; }

  /* ---------- 7. DIL MERDIVENI ---------- */
  .ladder-panel { padding: 18px; }
  .ladder-panel h3 { font-size: 16px; }
  /* Alt metin en fazla iki satir; genisi accordion'da */
  .ladder-panel > p {
    font-size: 13.5px; margin-bottom: 14px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .mladderinfo { margin-top: 14px; }
  .mladderinfo summary {
    list-style: none; cursor: pointer; min-height: 44px;
    display: flex; align-items: center; gap: 8px;
    font-size: 13.5px; font-weight: 700; color: var(--navy);
  }
  .mladderinfo summary::-webkit-details-marker { display: none; }
  .mladderinfo summary::after { content: '+'; margin-left: auto; font-size: 17px; }
  .mladderinfo[open] summary::after { content: '–'; }
  .mladderinfo p { font-size: 13.5px; color: var(--mute); line-height: 1.6; padding-bottom: 6px; }
  .ladder__status { font-size: 12.5px; margin-top: 10px; }

  /* ---------- 8. ASAMA VIDEOLARI ---------- */
  .vidrow {
    /* Aktif kart 84vw, sonraki karttan ~%12 preview */
    grid-auto-columns: 84vw;
    gap: var(--mobile-card-gap);
    padding-bottom: 4px;
    margin-top: 18px;
  }
  /* #asamalar akordeonu icindeki vidrow: kare oranli video (aspect-ratio 1/1)
     84vw genislikte ayni miktarda YUKSEKLIK de aliyor, panel acilinca tek
     video karti ekranin buyuk kismini kapliyordu. Burada daha kucuk. */
  #asamalar .vidrow { grid-auto-columns: 58vw; gap: 10px; }
  /* V16.4: video karti artik KARE (ag-v16.css bolum 9b). Eskiden
     9:16 kart ekrani dolduruyordu; max-height kirpmasi ve
     object-position kaydirmasi gerekiyordu. Kare + contain ile
     ikisine de gerek kalmadi, kirpma da yok. Dikey scroll azaldi. */
  .vcard__title {
    font-size: 14px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .vcard__sub {
    font-size: 12.5px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .vidrow > *:not([data-m-active="true"]) { opacity: .55; }
  .vidrow > * { transition: opacity .3s var(--ease); }
  .stage__desc {
    font-size: 14.5px; margin-top: 9px;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  }

  /* ---------- 8b. ASAMA ACCORDION (aynı anda tek asama acik) ----------
     Videolar ve metinler DOM'da kaliyor; yalnizca gorunurluk katmanlaniyor.
     JS calismazsa tum asamalar acik kalir, icerik yine erisilebilir. */
  .stage + .stage { margin-top: 40px; }
  .stage[data-open] { margin-top: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .stage[data-open] + .stage[data-open] { margin-top: 0; }
  .stage[data-open] .stage__head {
    flex-wrap: nowrap; align-items: center; gap: 11px;
    min-height: 56px; margin-bottom: 0; padding-block: 8px;
    cursor: pointer; -webkit-tap-highlight-color: transparent;
  }
  .stage[data-open] .stage__head h3 {
    flex: 1; min-width: 0; font-size: 17px; line-height: 1.25;
  }
  .stage[data-open] .stage__head::after {
    content: '+'; flex: none; margin-left: 4px;
    color: var(--signal); font-size: 21px; line-height: 1;
    transition: transform .25s var(--ease);
  }
  .stage[data-open="true"] .stage__head::after { transform: rotate(45deg); }
  /* Sert display: none/block YOK. Olculmus yukseklik uzerinden
     320ms gecis; acilma bitince overflow serbest birakilir ki
     yatay video carousel'inin kenar tasmasi kirpilmasin. */
  .stage__panel {
    overflow: hidden; max-height: 0; opacity: 0;
    transition: max-height 320ms var(--ease), opacity 260ms var(--ease);
  }
  .stage[data-open="true"] .stage__panel { opacity: 1; padding-bottom: 22px; }
  .stage__panel[data-done="true"] { overflow: visible; max-height: none; }

  /* ---------- 9. FARK / TOPLULUK ---------- */
  .brandsplit { display: block; margin-top: 18px; }
  .brandsplit__copy p { font-size: 15px; line-height: 1.62; }

  /* Ikinci uzun paragraf accordion'a TASINIR (silinmez): ilk marka
     paragrafi ve imza cumlesi acik kalir, arasi katmanlanir. */
  .mcommunity {
    display: block; margin-top: 14px;
    border-top: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
  }
  .mcommunity summary {
    list-style: none; cursor: pointer; min-height: 48px;
    display: flex; align-items: center; gap: 10px;
    font-size: 14.5px; font-weight: 700; color: #fff;
  }
  .mcommunity summary::-webkit-details-marker { display: none; }
  .mcommunity summary::after {
    content: '+'; margin-left: auto; color: var(--signal);
    font-size: 20px; line-height: 1; transition: transform .25s var(--ease);
  }
  .mcommunity[open] summary::after { transform: rotate(45deg); }
  .mcommunity p { padding-bottom: 14px; }
  .signature { font-size: 18px; padding: 13px 14px; margin-top: 14px; }
  /* Video, marka anlatisinin HEMEN ALTINA tasinir (JS ile) */
  .brandsplit__media { margin-top: 20px; }
  /* V17: cerceve videonun kendi orani (9/16). Yukseklik ekrana gore
     sinirli, GENISLIK ondan hesaplaniyor; boylece iki yanda koyu
     bant kalmiyor, reels gibi duruyor. */
  .brandsplit__video {
    height: 62svh; max-height: 62svh;
    width: auto; max-width: 100%;
    margin-inline: auto;
  }
  .visits { gap: 8px; margin-top: 10px; }

  /* Ilk gorunumde yalnizca iki kanit karti */
  .evidence { grid-template-columns: 1fr; gap: 8px; margin-top: 16px; }
  .evidence .ecard:nth-of-type(n+3) { display: none; }

  /* Accordion: "Avrupa Goc nasil calisiyor?" */
  .mworks { display: block; margin-top: 16px; }
  .mworks__t {
    font-family: var(--display); font-weight: 700; font-size: 17px;
    color: #fff; margin-bottom: 12px;
  }
  .mwork {
    background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13);
    border-radius: var(--r-md); padding-inline: 15px;
  }
  .mwork + .mwork { margin-top: 8px; }
  .mwork summary {
    list-style: none; cursor: pointer; min-height: 48px;
    display: flex; align-items: center; gap: 12px; padding-block: 13px;
    font-size: 14.5px; font-weight: 700; color: #fff;
  }
  .mwork summary::-webkit-details-marker { display: none; }
  .mwork summary span { margin-left: auto; color: var(--signal); font-size: 18px; transition: transform .25s var(--ease); }
  .mwork[open] summary span { transform: rotate(45deg); }
  .mwork__b { padding-bottom: 15px; }
  .mwork__b p { font-size: 13.5px; color: rgba(255,255,255,.74); line-height: 1.62; }
  .mwork__b .teamstrip, .mwork__b .expert { margin-top: 14px; }
  .mwork__b .ecard { margin-top: 10px; display: flex !important; }
  .teamfaces img { width: 46px; height: 46px; }

  /* ---------- 10. UNIVERSITE KARTLARI ---------- */
  .uni { height: 100%; }
  /* V15'ten devralinan sorun: .uni__media'ya aspect-ratio verilmis ama
     ictekii video "height:100%" ile dongu kurup kendi 9:16 en boyunu
     dayatiyordu, kart gereksiz uzuyordu. Videoyu mutlak konumlandirinca
     kabin en boy orani gecerli oluyor. Yalnizca mobilde uygulanir;
     masaustu gorunumu V15 ile birebir ayni kalir. */
  .uni__media { aspect-ratio: 16 / 11; position: relative; overflow: hidden; }
  .uni__media video,
  .uni__media img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
  }
  .uni__body { padding: 15px; gap: 9px; }
  .uni h3 { font-size: 16px; }
  /* Uzun bilgiler ilk gorunumde yok */
  .uni .uni__src { display: none; }
  .uni__more {
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
    width: 100%; min-height: 44px; padding: 9px 13px; cursor: pointer;
    border-radius: var(--r-sm); background: var(--sky); border: 1px solid var(--sky-2);
    font-family: var(--body); font-size: 13px; font-weight: 700; color: var(--navy);
  }
  .uni__more::after { content: '+'; font-size: 17px; line-height: 1; transition: transform .25s var(--ease); }
  .uni__more[aria-expanded="true"]::after { transform: rotate(45deg); }
  .uni__det { display: block; }
  .uni__det[hidden] { display: none; }
  .uni__det p { font-size: 13px; line-height: 1.55; color: var(--mute); margin-bottom: 6px; }
  .uni__det b { color: var(--ink); }
  .uni__det .uni__src { display: block; font-size: 11.5px; }
  .uni__acts { gap: 7px; }
  .uni__acts .btn { font-size: 13px; }

  /* ---------- 11. OGRENCI CAROUSEL ---------- */
  .slide { flex-basis: 84vw; }
  .carousel__viewport { gap: var(--mobile-card-gap); }
  /* Dots yerine kompakt sayac */
  .carousel__dots { display: none; }
  .carousel__bar { gap: 10px; margin-top: 16px; }
  .carousel__count { margin-left: auto; }
  .cbtn { width: 44px; height: 44px; }
  .carousel__filter { font-size: 13px; padding: 10px 13px; }

  /* ---------- 12. SSS ---------- */
  /* Kategori cipleri: tek satir yatay kaydirma */
  .faqcats {
    flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none;
    margin-inline: calc(var(--gut) * -1); padding-inline: var(--gut);
    padding-bottom: 4px;
  }
  .faqcats::-webkit-scrollbar { display: none; }
  .faqcat { flex: none; font-size: 13px; padding: 8px 15px; }

  .faq { padding-inline: 15px; }
  .faq summary { font-size: 14.5px; gap: 10px; padding-block: 15px; }
  .faq__cat { font-size: 9.5px; padding: 3px 8px; }
  .faq__a { font-size: 14px; }

  /* Ilk acilista yalnizca 4 populer soru.
     16 sorunun TAMAMI DOM'da ve FAQPage semasinda kalir. */
  .faqlist[data-m-collapsed="true"] .faq:not([data-populer="1"]) { display: none; }
  /* Aile notu kendi bolumunun basinda anlam kazaniyor; ozet gorunumde
     ait oldugu sorular gizliyken tek basina asili kalmasin. */
  .faqlist[data-m-collapsed="true"] .faqnote { display: none; }

  .faqall {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; min-height: 50px; margin-top: 12px; cursor: pointer;
    border-radius: 999px; background: var(--white); border: 1.5px solid var(--sky-2);
    font-family: var(--body); font-size: 14.5px; font-weight: 700; color: var(--navy);
  }
  .faqall__n { color: var(--mute); font-weight: 600; font-size: 13px; }
  .faq__video { grid-template-columns: 96px 1fr; gap: 12px; padding: 12px; }
  .faq__videot { font-size: 13.5px; }
  .faq__videod { font-size: 12.5px; }
  .faq__meta span { font-size: 11px; }

  /* ---------- 13. CTA SISTEMI ---------- */
  /* Buyuk CTA yalnizca hero, topluluk/guven ve final bolumlerinde.
     Diger bolum CTA'lari kucuk ve baglamsal metin baglantisina doner. */
  .cta-rail[data-m-cta="kucuk"] { margin-top: 20px; }
  .cta-rail[data-m-cta="kucuk"] .btn {
    min-height: 44px; padding: 10px 0; width: auto; flex: 0 0 auto;
    background: none !important; border: 0; box-shadow: none;
    color: var(--navy); font-size: 14px; font-weight: 700;
    text-decoration: underline; text-underline-offset: 4px;
  }
  .band--deep .cta-rail[data-m-cta="kucuk"] .btn { color: var(--signal); }
  .cta-rail[data-m-cta="kucuk"] .btn:hover { transform: none; }

  /* Yapiskan CTA: 54px yuksekligi, WhatsApp butonuyla yan yana, ustuste degil */
  .sticky-cta {
    left: 12px; right: 72px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }
  .sticky-cta .btn {
    min-height: var(--mobile-cta-h); height: var(--mobile-cta-h);
    padding-block: 0; font-size: 14.5px;
  }
  /* Video oynarken zaten data-layer ile gizleniyor; kompakt hali yedek */
  .sticky-cta[data-compact="true"] .btn { min-height: 46px; height: 46px; font-size: 13.5px; opacity: .92; }
  /* Gizlenme kurallari (hepsi data-layer ile): hero gecilmeden once,
     video goruste veya oynarken, bolumun kendi CTA'si goruste, final/footer
     goruste, modal / davet / sheet / mobil menu acikken.
     data-show'dan bagimsiz calisir ki iki mantik carpismasin. */
  .sticky-cta[data-layer="true"] { transform: translateY(180%) !important; }
  .wa-float[data-layer="true"] { opacity: 0; pointer-events: none; }
  .wa-float {
    width: 46px; height: 46px;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  }
  .wa-float svg { width: 22px; height: 22px; }

  /* Sayfanin son ogesi yapiskan CTA'nin altinda kalmasin.
     Footer koyu zeminli oldugu icin bosluk govdeye degil footer'a eklendi;
     body'ye eklenseydi koyu footer'in altinda acik renk serit olusurdu. */
  .foot { padding-bottom: calc(var(--mobile-cta-h) + 16px + env(safe-area-inset-bottom, 0px)); }

  /* ---------- 14. BOTTOM SHEET ---------- */
  .sheet {
    display: block;             /* ag-v16.css'te varsayilan none */
    position: fixed; inset: 0; z-index: 130;
    background: rgba(10,51,80,.5);
    -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
    opacity: 0; transition: opacity .28s var(--ease);
  }
  .sheet[hidden] { display: none; }
  .sheet[data-open="true"] { opacity: 1; }
  .sheet__panel {
    position: absolute; left: 0; right: 0; bottom: 0;
    background: var(--white);
    border-radius: var(--r-xl) var(--r-xl) 0 0;
    padding: 10px 16px calc(18px + env(safe-area-inset-bottom, 0px));
    max-height: 86vh; max-height: 86svh; overflow-y: auto;
    transform: translateY(100%); transition: transform .32s var(--ease);
    box-shadow: 0 -20px 60px -30px rgba(0,0,0,.6);
  }
  .sheet[data-open="true"] .sheet__panel { transform: none; }
  .sheet__grab {
    display: block; width: 42px; height: 4px; border-radius: 999px;
    background: var(--sky-2); margin: 0 auto 12px;
  }
  .sheet__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
  .sheet__t { font-family: var(--display); font-weight: 700; font-size: 18px; }
  .sheet__x {
    flex: none; width: 42px; height: 42px; border-radius: 50%; cursor: pointer;
    background: var(--sky); border: 1px solid var(--sky-2); color: var(--navy);
    font-size: 20px; line-height: 1; display: grid; place-items: center;
  }
  .sheet__list { display: grid; }
  .sheet__list a {
    display: flex; align-items: center; gap: 12px;
    min-height: 52px; padding: 12px 4px; text-decoration: none;
    border-bottom: 1px solid var(--line);
    font-size: 15.5px; font-weight: 600; color: var(--ink);
  }
  .sheet__list a[aria-current="true"] { color: var(--navy); font-weight: 800; }
  .sheet__list a[aria-current="true"]::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%;
    background: var(--signal); flex: none;
  }
  .sheet__pos {
    margin-left: auto; font-size: 12px; font-weight: 700; color: var(--mute);
    font-variant-numeric: tabular-nums;
  }
  .sheet__cta { width: 100%; margin-top: 16px; }

  /* ---------- 15. (KALDIRILDI) FORM DAVETI ----------
     V16.4: sag alt davet karti kalkti; mobilde de ayri bir bottom
     sheet davet yok. Kosullar saglaninca dogrudan mevcut form
     modali aciliyor. */

  /* ---------- 16. FOOTER / FINAL ---------- */
  .final h2 { font-size: clamp(26px, 7.4vw, 32px); }
  .foot__cols { gap: 22px; padding-block: 34px 20px; }
  .brandmark--foot img { height: 46px; }
  .hook { padding: 22px; }
  .hook h2 { font-size: 23px; }
  .modal__box { max-height: calc(100dvh - 16px); }
}

/* ============================================================
   COK KUCUK EKRANLAR (375px ve alti)
   ============================================================ */
@media (max-width: 389px) {
  .m-car > * { flex-basis: 86vw; }
  .slide { flex-basis: 86vw; }
  .vidrow { grid-auto-columns: 86vw; }
  .mnav__btn { padding: 8px 10px; font-size: 12px; }
  .mnav__label { font-size: 12px; }
  .brandmark--bar img { height: 40px; }
  .hero h1 { font-size: 34px; }
  .proofline { font-size: 11.5px; }
  .faq__video { grid-template-columns: 84px 1fr; }
}

/* ============================================================
   BUYUK TELEFON / KUCUK TABLET (768-899px)
   Masaustu grid'i henuz devreye girmediginde carousel korunur.
   ============================================================ */
@media (min-width: 768px) and (max-width: 899px) {
  .m-car > * { flex-basis: 46vw; }
}

/* ============================================================
   HAREKET AZALTMA
   ============================================================ */
@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .m-car { scroll-behavior: auto; }
  .m-car > *:not([data-m-active="true"]) { opacity: 1; transform: none; }
  .roadmap.m-step .rstep[data-m-active="true"] { animation: none; }
  .roadmap.m-step .rstep[data-m-leaving="true"] { display: none; animation: none; }
  .roadmap.m-step { transition: none; }
  /* Accordion geciseri minimum: icerik dogrudan gorunur */
  .stage__panel,
  .tcard__body { transition: none; }
  .stage[data-open="true"] .stage__panel,
  .tcard[data-open="true"] .tcard__body { max-height: none; overflow: visible; opacity: 1; }
  .mnav__fill { transition: none; }
  .sheet, .sheet__panel { transition: none; }
  .vidrow > *:not([data-m-active="true"]) { opacity: 1; }
}

/* ============================================================
   V17 EKLERI (mobil): yeni bolum ve ogelerin mobil kurallari
   Kural ayni: hepsi @media icinde, masaustu etkilenmiyor.
   ============================================================ */
@media (max-width: 767px) {
  /* Hero: uc guven cipi tek satirlik ritimde, ekran boyunu sismesin */
  .hero__trust { margin-top: 16px; gap: 6px; }
  .hero__trust li { font-size: 12.5px; padding: 6px 11px 6px 9px; }
  .hero__langline { margin-top: 16px; font-size: 13.5px; }
  .hero__langline .textlink { font-size: 13.5px; }
  .cta-rail--hero { flex-direction: column; align-items: stretch; gap: 6px; }
  .cta-rail--hero .btn--primary { width: 100%; }
  .cta-rail--hero .textlink { justify-content: center; }

  /* Segment: yatay carousel (m-car sinifi mobile-ui'dan gelir) */
  .segments { gap: 10px; }
  .seg { padding: 16px; gap: 8px; height: 100%; }
  .seg h3 { font-size: 15.5px; }
  .seg__d { font-size: 13.5px; }

  /* Universite kart eylemleri alt alta */
  .uni__acts { flex-direction: column; align-items: stretch; gap: 4px; }
  .uni__acts .btn { width: 100%; }
  .uni__acts .textlink { justify-content: center; }

  .srcnote { font-size: 12px; margin-top: 10px; }
  .vdur { right: 8px; top: 8px; font-size: 10.5px; padding: 2px 7px; }
}
