/* Deznova — telefon duzeni.
   Bu dosya her sayfada EN SON yuklenir; mevcut kurallari kasitli olarak ezer. */

/* Hamburger butonu masaustunde hicbir zaman gorunmez */
.mobil-menu-btn { display: none; }

@media (max-width: 600px) {
  :root { --mobil-kenar: 20px; }

  /* ——— Beta CTA'si telefonda gizli (kullanici istegi, 19 Tem) ——— */
  .nav-cta,
  .nav-right { display: none; }

  /* ——— Hero slogani ———
     1) .slogan { white-space: nowrap } 390px'de 406px'e tasiyordu.
     2) .slogan-indent masaustunde 2. satiri hizalayan GORUNMEZ "Saglikta "
        kelimesi; mobilde satir kirilinca hayalet bosluk birakip "Basliyor"u
        alt satira itiyordu -> tamamen kaldiriliyor.
     3) Metin orb'un ustunde ortalaniyor. */
  .slogan {
    white-space: normal;
    text-align: center;
  }
  .slogan-indent { display: none; }
  .slogan-line {
    font-size: clamp(20px, 6.4vw, 30px);
    line-height: 1.3;
    text-align: center;
  }

  /* ——— Sol alt tanitim blogu ———
     Masaustunde hero'nun sol altinda duran blok; telefonda hero'nun
     uzerine binip okunmaz hale geliyordu. Ayni icerik asagidaki
     bolumlerde zaten anlatiliyor, telefonda gizleniyor. */
  .bottom-left,
  .stats { display: none; }

  /* ——— Dev kelime basliklari (hakkimizda) ———
     ≤860px'de clamp(72px,21vw,140px) -> 390px'de 81.9px uretiyordu,
     "Mehremiyet" 447px genisleyip sayfayi yatay kaydiriyordu */
  .st-num {
    font-size: clamp(34px, 11vw, 56px);
    letter-spacing: -0.03em;
    overflow-wrap: anywhere;
  }
  .st-cap { font-size: 14px; }

  /* ——— Kurucu fotograflari (hakkimizda) ———
     Masaustunun maskeli sol/sag duzeninden kalan asimetrik padding
     (.tan-step: 8vh 8vw 8vh 0) ve .umut'un translateX(-14%) kaydirmasi
     telefonda uc fotografi farkli hizalara dusuruyordu. */
  .tan-step,
  .tan-step.ters {
    padding: 5vh 0;          /* yatay dolgu yok: fotograf tam ekran genisligi */
    justify-content: center;
    min-height: 0;
  }
  .tan-foto,
  .ters .tan-foto {
    width: 100%;             /* kenardan kenara */
    height: 48vh;
  }
  .tan-foto.umut img { transform: none; }
  .tan-metin {
    width: 100%;
    max-width: none;
    margin-top: -6vh;
    padding: 0 var(--mobil-kenar);   /* yazi kenara yapismasin */
  }

  /* ——— Teknik hero tanitim yazisi ———
     subpage.css'te "position:absolute; bottom:118px; left:24px; max-width:280px"
     ile hero'nun altina sikisiyordu. Telefonda akisa alinip ortalaniyor. */
  .hero-note {
    /* static YAPMA: .slogan-wrap mutlak konumlu oldugu icin not bolumun
       en ustune dusup nav'in altina biniyor. Mutlak kalip sloganin altina. */
    position: absolute;
    top: calc(50% + 105px);
    left: 0;
    right: 0;
    bottom: auto;
    max-width: none;
    margin: 0;
    padding: 0 var(--mobil-kenar);
    text-align: center;
  }
  .hero-note p {
    font-size: 15px;
    line-height: 1.65;
  }
  .hero-note .link-arrow {
    margin-top: 18px;
    justify-content: center;
  }

  /* ——— "Platformun Gucu" carousel bolumu ———
     Telefonda uc sorun vardi (19 Tem):
     1) .srv-header yatay flex -> basliga 200px, aciklamaya ~100px kaliyordu:
        metin her satira BIR KELIME dusecek sekilde kiriliyordu.
     2) .srv-left bos dekoratif orb yuvasi ≤1024'te min-height:320px ile
        dikeyde 320px yiyordu (JS'ten referansi yok, orb VP_SLOT ile konumlanir).
     3) 320px yuva + baslik + 440px kart, 100vh'lik sticky bolume sigmiyor,
        kartlar ekranin disinda kaliyordu. */
  .services-section {
    padding: 78px var(--mobil-kenar) 36px;
    gap: 16px;
  }
  .srv-left { display: none; }
  .srv-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .srv-title { font-size: 26px; }
  .srv-desc {
    font-size: 14.5px;
    max-width: none;
    padding-top: 0;
  }
  .srv-nav { padding-top: 2px; }
  .svc-card { height: min(54vh, 400px); }

  /* ——— Teknik sayfasi orb animasyonu ———
     subpage.css ≤1023px'te "canvas#dz-orb-hero { display:none }" diyordu,
     bu yuzden JS orb'u kursa da gorunmuyordu (19 Tem, kullanici isteği).
     Bu canvas yalnizca teknik-ilerleme ve index'te var; hakkimizda etkilenmez. */
  canvas#dz-orb-hero { display: block; }

  /* ——— "Peki Deznova ne yapiyor?" — 6 ilke listesi ———
     3B sarmal telefonda kapali (cogu cihaz render edemiyor), bu liste
     onun yerini tutuyor. Numaralandirma CSS sayaci ile: HTML'e dokunulmadi. */
  .rows {
    counter-reset: ilke;
    margin-top: 34px;
  }
  .row {
    counter-increment: ilke;
    position: relative;
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 22px 0 24px 42px;
    border-radius: 0;
  }
  .row::before {
    content: counter(ilke, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 25px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-variant-numeric: tabular-nums;
    color: rgba(154, 200, 255, 0.72);
  }
  .row-name {
    font-size: 19px;
    line-height: 1.32;
  }
  .row-desc {
    font-size: 14.5px;
    line-height: 1.68;
    color: rgba(233, 237, 245, 0.52);
  }
  /* dokunmatikte hover yok; vurgu takili kalmasin */
  .row:hover { background: none; }

  /* ——— Okunabilirlik: telefonda 13px alti okunmuyor ——— */
  .stat-lbl { font-size: 13px; line-height: 1.35; }
  .pc-kicker { font-size: 13px; }
  .pc-tags span { font-size: 13px; }
  .q-role { font-size: 13px; }
  .site-footer h4 { font-size: 13px; }
  .eyebrow { font-size: 13px; }
  .closing-copy { font-size: 13px; }
  .eyeb { font-size: 13px; letter-spacing: 0.14em; }
  .vd-cue { font-size: 13px; }
  .fin-alt,
  .foot-loc { font-size: 14px; }
  .svc-tags span,
  .lc-tags span,
  .pc-list span { font-size: 13px; }

  /* ——— Dokunma hedefleri: min 44px ——— */
  .site-footer a,
  .foot-brand-mail,
  .link-arrow {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    min-width: 44px;
  }
  .srv-arrow-btn {
    width: 48px;
    height: 48px;
  }
  .nav-logo {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  /* ——— Telefon menusu ———
     nav ≤860px'de "grid-template-columns: 1fr 1fr" idi; hamburger
     dorduncu oge olarak alt satira dusuyordu. Flex'e ceviriyoruz:
     logo | (bosluk) | CTA | hamburger */
  /* nav.nav-glass (kaydirinca eklenir) "padding: 18px 44px" ile bu kurali
     eziyordu: bar buyuyup kenar boslugu 44px'e firliyordu. Iki secici de
     hedefleniyor ki kaydirmada olcu degismesin. */
  nav,
  nav.nav-glass {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px var(--mobil-kenar);
  }
  .nav-logo { font-size: 22px; }
  .nav-right { margin-left: auto; }

  .mobil-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    margin-left: auto;
    background: none;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 70;
    flex: 0 0 auto;
  }
  .mobil-menu-btn span {
    display: block;
    height: 2px;
    width: 22px;
    background: rgba(233, 237, 245, 0.9);
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  body.mobil-menu-acik .mobil-menu-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.mobil-menu-acik .mobil-menu-btn span:nth-child(2) { opacity: 0; }
  body.mobil-menu-acik .mobil-menu-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* Acilir panel: mevcut display:none kuralini ezer */
  .nav-links {
    display: none;
    position: fixed;
    top: 64px; /* mobil-nav.js acilista nav yuksekligine gore gunceller */
    left: 0;
    right: 0;
    bottom: auto;
    flex-direction: column;
    gap: 2px;
    padding: 14px var(--mobil-kenar) 22px;
    background: rgba(9, 14, 28, 0.97);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(154, 200, 255, 0.14);
    z-index: 60;
  }
  body.mobil-menu-acik .nav-links { display: flex; }
  .nav-links a {
    display: flex;
    align-items: center;
    min-height: 48px;
    font-size: 17px;
    opacity: 1;
  }
}
