/* Polen landing — bileşen stilleri. index.html buradan beslenir;
   her görsel değişiklik BURADA yapılır (bkz. kullanıcı talebi). */
  /* ─ Polen tasarım sistemi: uygulamayla aynı tokenlar + site ölçeği ─
     Tek kaynak: renk indigo→mor, spacing --s*, gölge --shadow-*, radius --r-*.
     Ekrana özel default değer YOK (bkz. kullanıcı direktifi: mikro-cila). */
  :root {
    --primary: #4959EA;
    --primary-pressed: #3B46C4;
    --primary-surface: #EEF0FD;
    --accent: #8B5CF6;
    --accent-surface: #F3EFFE;
    --navy: #2C2E8F;
    --bg: #EDEDF2;
    --card: #FFFFFF;
    --bg-element: #F5F5F8;
    --text: #14141A;
    --text-secondary: #6C6F7B;
    --text-tertiary: #9C9FA8;
    /* --text-secondary/--accent küçük gövde metninde (≤17px) WCAG AA
       kontrastını (4.5:1) karşılamıyor — bu iki AA-uyumlu varyant o
       durumlar için var, rastgele/tek seferlik hex DEĞİL. */
    --text-secondary-aa: #5B5E68;
    --accent-aa: #6D28D9;
    --display: "Geist", "Inter", system-ui, sans-serif;
    --body: "Inter", system-ui, sans-serif;
    --s2: 8px; --s3: 12px; --s4: 16px; --s5: 24px; --s6: 32px; --s7: 48px; --s8: 64px; --s9: 96px;
    --r-md: 14px; --r-lg: 20px; --r-xl: 24px;
    --shadow-sm: 0 2px 10px rgba(20, 20, 26, .06);
    --shadow-md: 0 14px 36px rgba(20, 20, 26, .10);
    --shadow-lg: 0 24px 56px rgba(73, 89, 234, .16);
    --grad-cta: linear-gradient(115deg, #9BA3FF 0%, #4959EA 48%, #2C2E8F 100%);
    --grad-band: linear-gradient(135deg, #4959EA 0%, #6D4DE0 55%, #8B5CF6 100%);
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--body); background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  a { color: inherit; text-decoration: none; }
  img { display: block; }
  .wrap { max-width: 1120px; margin: 0 auto; padding: 0 var(--s5); }

  /* ─── Header ─── */
  header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    background: rgba(237, 237, 242, 0.72);
    border-bottom: 1px solid rgba(20, 20, 26, 0.06);
  }
  .header-in { max-width: 1120px; margin: 0 auto; padding: 0 var(--s5); height: 76px; display: flex; align-items: center; justify-content: space-between; gap: var(--s5); position: relative; }
  .header-in img { height: 33px; width: auto; }
  /* Ortadaki nav — bkz. kullanıcı talebi: sol logo, orta İlanlar/Blog,
     sağ Giriş Yap/Kayıt Ol. Gerçek "İlanlar" ve "Blog" listesi/İlham
     içeriği İKİNCİ kez inşa edilmiyor — doğrudan gerçek uygulamaya
     (bugün polen.expo.app, ileride app.joinpolen.com) yönlendiriyor;
     tek doğru kaynak orada yaşar. */
  .header-nav {
    position: absolute; left: 50%; transform: translateX(-50%);
    display: flex; gap: var(--s6);
  }
  .header-cta {
    display: flex; align-items: center; justify-content: center;
    background: var(--grad-cta); color: #fff;
    font-family: var(--display); font-weight: 600; font-size: 15px;
    padding: 10px 24px; border-radius: 999px;
    box-shadow: 0 6px 18px rgba(73, 89, 234, .35);
    transition: transform .18s ease, box-shadow .18s ease;
    white-space: nowrap;
  }
  .header-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(73, 89, 234, .42); }
  /* Masaüstünde yalnızca metin görünür — ikon mobil için ayrılmış (bkz. altta). */
  .header-cta-icon { display: none; width: 18px; height: 18px; }
  .header-link { font-size: 15px; font-weight: 500; color: var(--text-secondary-aa); transition: color .18s; white-space: nowrap; }
  .header-link:hover { color: var(--text); }

  /* ─── Mobil hamburger + açılır menü ─── bkz. kullanıcı talebi: header
     daralınca solda hamburger/sağda Giriş Yap kalır, ortada logo; hamburger
     header'ın altından aşağı inen, alt köşeleri radiuslu bir grup açar,
     arkasında sayfayı koyulaştırıp bulanıklaştıran bir overlay durur. Tek
     durum kaynağı body.nav-open (bkz. index.html script) — hem hamburger
     ikonunun X'e dönüşümü hem overlay hem panel BURADAN türer. */
  .nav-toggle { display: none; border: none; background: none; cursor: pointer; padding: 0; }
  .header-logo { display: flex; }

  .nav-overlay {
    position: fixed; inset: 0; z-index: 99;
    background: rgba(20, 20, 26, .45);
    backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
    opacity: 0; pointer-events: none;
    transition: opacity .28s ease;
  }

  .mobile-menu {
    /* Bkz. kullanıcı raporu: z-index header'dan (100) YÜKSEKTİ — panelin
       yumuşak gölgesi (56px blur) menünün üst kenarından taşıp header'ın
       ÜZERİNE çiziliyor, header'ı hafif gri/mor gösteriyordu. Overlay'le
       (99) aynı katmana indirildi — header artık gölgeyi kendi opak beyaz
       zeminiyle örtüyor; menü, DOM sırası gereği overlay'in üstünde kalmaya
       devam ediyor (eşit z-index'te sonraki eleman kazanır). */
    position: fixed; top: 76px; left: 0; right: 0; z-index: 99;
    background: #fff;
    border-radius: 0 0 var(--r-xl) var(--r-xl);
    box-shadow: var(--shadow-lg);
    padding: var(--s5);
    display: flex; flex-direction: column; gap: var(--s6);
    /* Bkz. kullanıcı raporu + ölçüm: translateY(%) elemanın KENDİ yüksekliğine
       göre hesaplanır — panelin "top:76px"ten başladığı gerçeğini hesaba
       katmaz. Yalnızca "-110%" ile panel header'ın altına 34px kadar sarkmış
       hâlde kalıyordu (kapalıyken bile). "-100% - 76px" panelin KENDİ
       yüksekliği NE olursa olsun alt kenarını tam olarak ekranın üstünde
       (y:0'da) bırakır — sabit bir yüzde/piksel tahmini değil, matematiksel
       olarak KESİN. */
    transform: translateY(calc(-100% - 76px));
    transition: transform .32s cubic-bezier(.16, 1, .3, 1);
    max-height: calc(100vh - 76px);
    overflow-y: auto;
  }

  .mobile-menu-group {
    display: flex; flex-direction: column;
    border: 1px solid rgba(20, 20, 26, .08);
    border-radius: var(--r-md);
    overflow: hidden;
  }
  .mobile-menu-link {
    padding: 16px var(--s4);
    font-family: var(--display); font-weight: 500; font-size: 16px;
    color: var(--text);
    border-bottom: 1px solid rgba(20, 20, 26, .08);
  }
  .mobile-menu-link:last-child { border-bottom: none; }
  .mobile-menu-link-cta { color: var(--primary); font-weight: 600; }

  .mobile-menu-download {
    display: flex; align-items: center; justify-content: center;
    background: var(--grad-cta); color: #fff;
    font-family: var(--display); font-weight: 600; font-size: 15px;
    padding: 14px; border-radius: 999px;
    box-shadow: 0 6px 18px rgba(73, 89, 234, .35);
  }

  .mobile-menu-socials { display: flex; justify-content: center; gap: var(--s3); }
  .mobile-menu-socials a {
    width: 40px; height: 40px; border-radius: 12px;
    background: var(--bg-element); border: 1px solid rgba(20, 20, 26, .08);
    display: flex; align-items: center; justify-content: center;
  }
  .mobile-menu-socials a svg { width: 18px; height: 18px; fill: var(--text-secondary); }

  /* ─── Hero ─── */
  .hero { position: relative; padding: 160px 0 112px; overflow: hidden; }
  .aurora { position: absolute; inset: 0; pointer-events: none; }
  .aurora span { position: absolute; border-radius: 50%; filter: blur(80px); will-change: transform; }
  /* Niyetli kompozisyon: indigo blob başlığın arkasında, mor blob kartların
     arkasında; açık zemini boğmayan ölçülü opaklık. */
  .aurora .a1 { width: 520px; height: 520px; background: #4959EA; opacity: .22; top: -160px; left: -100px; animation: drift1 26s ease-in-out infinite alternate; }
  .aurora .a2 { width: 460px; height: 460px; background: #8B5CF6; opacity: .20; top: 60px; right: -120px; animation: drift2 22s ease-in-out infinite alternate; }
  @keyframes drift1 { to { transform: translate(70px, 50px) scale(1.06); } }
  @keyframes drift2 { to { transform: translate(-60px, 70px) scale(.95); } }

  .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: var(--s7); align-items: center; position: relative; }
  .hero h1 { font-family: var(--display); font-weight: 700; font-size: clamp(40px, 5.2vw, 62px); line-height: 1.06; letter-spacing: -0.02em; }
  .hero h1 em { font-style: normal; background: linear-gradient(100deg, var(--primary), var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .hero p.sub { margin-top: var(--s4); font-size: 18.5px; line-height: 1.6; color: var(--text-secondary); max-width: 460px; }
  .hero-ctas { margin-top: var(--s6); display: flex; gap: var(--s4); align-items: center; }
  .btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--grad-cta); color: #fff; font-family: var(--display);
    font-weight: 600; font-size: 17px; padding: 15px 32px; border-radius: 999px;
    box-shadow: 0 8px 22px rgba(73, 89, 234, .32);
    transition: transform .18s, box-shadow .18s;
  }
  /* Buton içi ikon — beyaz Polen simgesi (bkz. kullanıcı talebi). */
  .btn-icon { height: 20px; width: auto; }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(73, 89, 234, .40); }
  .hero-note { margin-top: var(--s4); font-size: 13.5px; color: var(--text-secondary-aa); }

  /* ─── Mağaza rozetleri (yakında) — resmî rozetler yayında değilken
     kullanılamaz (Apple kuralı); marka dilinde özel rozet, lansmanla
     birlikte resmî rozete ve gerçek linke çevrilecek. ─── */
  .store-badges { display: flex; gap: var(--s3); margin-top: var(--s4); flex-wrap: wrap; }
  .store-badge {
    display: flex; align-items: center; gap: 10px;
    padding: 9px 16px; border-radius: 12px;
    background: var(--card); border: 1px solid rgba(20, 20, 26, .10);
  }
  .store-badge svg { width: 20px; height: 20px; fill: var(--text); flex-shrink: 0; }
  .store-badge .sb-text { display: flex; flex-direction: column; line-height: 1.15; }
  .store-badge .sb-soon { font-size: 10px; font-weight: 500; color: var(--text-secondary); letter-spacing: .04em; text-transform: uppercase; } /* --text-tertiary bu boyutta yetersiz kontrast veriyordu (2.64:1), WCAG AA için --text-secondary'ye geçildi */
  .store-badge .sb-name { font-family: var(--display); font-weight: 600; font-size: 14.5px; color: var(--text); }
  .store-badges.on-dark .store-badge { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .18); }
  .store-badges.on-dark .store-badge svg { fill: #fff; }
  .store-badges.on-dark .sb-soon { color: rgba(255, 255, 255, .55); }
  .store-badges.on-dark .sb-name { color: #fff; }
  /* Uygulama App Store'da yayında — App Store rozeti artık tıklanabilir link. */
  .store-badge.is-live { transition: transform .18s ease, box-shadow .18s ease; }
  .store-badge.is-live:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
  .store-badges.on-dark .store-badge.is-live:hover { box-shadow: 0 10px 24px rgba(0, 0, 0, .3); }
  .closing-left .store-badges { justify-content: flex-start; }

  /* Yüzen ilan kartları: DOM çizim, katmanlı ve niyetli gölge */
  .card-stack { position: relative; height: 420px; }
  .l-card {
    position: absolute; width: 320px; background: var(--card); border-radius: var(--r-lg);
    padding: var(--s4); border: 1px solid rgba(20, 20, 26, .04);
    box-shadow: var(--shadow-md);
  }
  .l-card .tag-row { display: flex; gap: var(--s2); margin-bottom: var(--s3); align-items: center; }
  .pill { font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 999px; font-family: var(--display); letter-spacing: .01em; }
  .pill.type { background: var(--primary-surface); color: var(--primary); }
  .pill.star { background: var(--primary-surface); color: var(--primary); }
  .pill.offer { background: var(--accent-surface); color: var(--accent-aa); }
  .l-card h3 { font-family: var(--display); font-weight: 600; font-size: 16px; line-height: 1.35; }
  .l-card .meta { margin-top: var(--s2); font-size: 13px; color: var(--text-secondary); }
  .l-card .chips { display: flex; gap: var(--s2); margin-top: var(--s3); flex-wrap: wrap; }
  .chip { background: var(--bg-element); color: var(--text-secondary); font-size: 12.5px; font-weight: 500; padding: 5px 10px; border-radius: 8px; }
  .c1 { top: 0; left: 2%; transform: rotate(-3.5deg); z-index: 1; animation: float1 7s ease-in-out infinite alternate; }
  .c2 { top: 150px; right: 0; transform: rotate(2deg); z-index: 3; box-shadow: var(--shadow-lg); animation: float2 8s ease-in-out infinite alternate; }
  .c3 { top: 292px; left: 8%; transform: rotate(-1.5deg); z-index: 2; animation: float3 9s ease-in-out infinite alternate; }
  @keyframes float1 { to { transform: rotate(-3.5deg) translateY(-9px); } }
  @keyframes float2 { to { transform: rotate(2deg) translateY(-13px); } }
  @keyframes float3 { to { transform: rotate(-1.5deg) translateY(-7px); } }

  /* ─── Bölüm iskeleti ─── */
  section { padding: var(--s9) 0; }
  .kicker { font-family: var(--display); font-weight: 600; font-size: 13.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--primary); margin-bottom: var(--s3); }
  h1.title, h2.title { font-family: var(--display); font-weight: 700; font-size: clamp(30px, 3.4vw, 42px); letter-spacing: -0.015em; line-height: 1.12; }
  /* Başlık vurgusu — hero'daki gradient dil (indigo→mor), italik değil. */
  h1.title em, h2.title em { font-style: normal; background: linear-gradient(100deg, var(--primary), var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
  p.lead { margin-top: var(--s4); font-size: 17px; line-height: 1.65; color: var(--text-secondary-aa); max-width: 560px; }

  /* ─── Nasıl çalışır: klasik zikzak sıralar (bkz. kullanıcı talebi —
     sticky scroll kaldırıldı; 1. metin sol / görsel sağ, 2. tersi, 3. gibi).
     Zemin BEYAZ — hero'nun gri zemininden kenardan kenara ayrılır. ─── */
  #nasil { background: var(--card); }
  .how-rows { margin-top: var(--s5); }
  .how-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s9); align-items: center; padding: var(--s7) 0; }
  /* Sıra girişleri sahnelenir (bkz. kullanıcı talebi: telefonlar aşağıdan
     akıcı gelsin): sarmalayıcı kendisi animasyon YAPMAZ; metin kısa ve
     erken, telefon derinden (64px + hafif scale) ve gecikmeli süzülür —
     ease-out-expo eğrisiyle "uğraşılmış" his. */
  .how-row.reveal { opacity: 1; transform: none; transition: none; }
  .how-row .step { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
  .how-row.in .step { opacity: 1; transform: none; }
  .how-row .how-media { display: flex; justify-content: center; }
  .how-row.rev .how-media { order: -1; }
  .phone {
    width: 270px; height: 585px; border-radius: 24px; background: var(--bg);
    /* Çerçeve içeri değil DIŞA taşar ve yarı şeffaftır (bkz. kullanıcı
       talebi: keskin border yerine yumuşak halka) — spread'li box-shadow
       kutunun dışına çizilir, radius'u takip eder. */
    box-shadow: 0 0 0 5px rgba(73, 89, 234, .35), 0 20px 52px rgba(73, 89, 234, .16);
    overflow: hidden;
  }
  .phone-screen { position: relative; width: 100%; height: 100%; border-radius: 24px; background: var(--bg); overflow: hidden; }
  /* Overscan: görüntü çerçeveden her yönde 4px taşar — ölçek yuvarlama /
     kenar yumuşatma kaynaklı ince boşluk hiçbir koşulda görünmez (bkz.
     kullanıcı raporu: "ekran görüntüsü frameden birkaç px küçük"). */
  .phone-screen > img { width: calc(100% + 2px); height: calc(100% + 2px); margin: -1px; object-fit: cover; object-position: top center; display: block; }
  .phone-status {
    position: absolute; top: 0; left: 0; right: 0; height: 44px; z-index: 5;
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 22px 0; font-family: var(--display); font-weight: 600; font-size: 14px; color: var(--text);
    background: var(--bg);
  }
  /* Bkz. kullanıcı talebi — numaralar (1/2/3) yerine alanı temsil eden
     gradient ikonlar (ilan/kaydırma/güven), aynı yuvarlak fayans içinde. */
  .step .num {
    width: 48px; height: 48px; border-radius: 14px; background: var(--primary-surface);
    display: flex; align-items: center; justify-content: center; margin-bottom: var(--s4);
  }
  .step .num svg { width: 24px; height: 24px; }
  .step h3 { font-family: var(--display); font-weight: 700; font-size: 26px; letter-spacing: -.01em; }
  .step p { margin-top: var(--s3); font-size: 16px; line-height: 1.65; color: var(--text-secondary); max-width: 430px; }

  /* ─── İki taraf ─── */
  .sides { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s5); margin-top: var(--s6); }
  .side-card {
    background: var(--card); border-radius: var(--r-lg); padding: var(--s6);
    border: 1px solid rgba(20, 20, 26, .05); box-shadow: var(--shadow-sm);
    transition: transform .2s, box-shadow .2s;
  }
  .side-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .icon-tile {
    width: 52px; height: 52px; border-radius: var(--r-md); background: var(--primary-surface);
    display: flex; align-items: center; justify-content: center;
  }
  .icon-tile.violet { background: var(--accent-surface); }
  .icon-tile svg { width: 24px; height: 24px; stroke: var(--primary); }
  .icon-tile.violet svg { stroke: var(--accent); }
  .side-card h3 { font-family: var(--display); font-weight: 700; font-size: 22px; margin-top: var(--s4); }
  .side-card p { margin-top: var(--s2); font-size: 15.5px; line-height: 1.65; color: var(--text-secondary); }
  .side-card .go { display: inline-block; margin-top: var(--s4); font-family: var(--display); font-weight: 600; font-size: 15px; color: var(--primary); transition: color .18s; }
  .side-card .go:hover { color: var(--primary-pressed); }

  /* ─── Destek sayfası — bkz. kullanıcı talebi: uygulamanın Destek
     ekranıyla aynı ton, site diliyle (kicker/title/side-card/icon-tile/
     btn-primary — hepsi yukarıda TANIMLI, burada yalnızca sayfaya özel
     boşluk ekleniyor; .support-note renk override'ı .trust-note'tan SONRA
     tanımlanmalı — bkz. aşağıda .trust-note'un hemen ardı). ─── */
  .support-hero { padding: 160px 0 var(--s6); }
  .support-hero .lead { max-width: 620px; }
  .support-cta { margin-top: var(--s6); }
  .support-topics { padding-top: 0; }
  .support-grid { margin-top: var(--s6); }

  /* ─── İlham blog (2026-07-27) — bkz. kullanıcı talebi: uygulamadaki
     İlham içeriği SEO'da görünsün diye joinpolen.com'da GERÇEK, statik,
     tek tek indexlenebilir sayfalar olarak da yayınlanıyor (site/generate-
     ilham.mjs ile üretilir). Aynı kicker/title/lead/side-card/btn-primary
     dilini kullanır — yeni bir görsel dil icat edilmedi, yalnızca uzun
     gövde metni (.article-body) ve kaynak dipnotu (.article-source) için
     minimal ek kurallar var. ─── */
  .blog-hero { padding: 160px 0 var(--s6); }
  .blog-hero .lead { max-width: 620px; }
  .blog-grid { margin-top: var(--s6); padding-bottom: var(--s8); }
  .blog-grid .wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s5); }
  .blog-card {
    display: block; background: var(--card); border-radius: var(--r-lg);
    padding: var(--s5); box-shadow: var(--shadow-sm);
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .blog-card .kicker { font-size: 12px; margin-bottom: var(--s2); }
  .blog-card h2 { font-family: var(--display); font-weight: 700; font-size: 19px; line-height: 1.3; }
  .blog-card p { margin-top: var(--s3); font-size: 15px; line-height: 1.6; color: var(--text-secondary-aa); }
  .blog-card .story-more { display: inline-block; margin-top: var(--s4); font-family: var(--display); font-weight: 600; font-size: 14.5px; color: var(--primary); }

  .article-hero { padding: 160px 0 var(--s6); }
  .article-hero .wrap { max-width: 720px; }
  .article-hero .title { font-size: clamp(28px, 4vw, 38px); }
  .article-back { display: inline-block; margin-bottom: var(--s5); font-family: var(--display); font-weight: 600; font-size: 14.5px; color: var(--text-secondary-aa); }
  .article-back:hover { color: var(--text); }
  .article-body { padding-bottom: var(--s7); }
  .article-body .wrap { max-width: 720px; }
  .article-body p { font-size: 17px; line-height: 1.75; color: var(--text); margin-top: var(--s5); }
  .article-body p:first-of-type { margin-top: 0; }
  .article-source { margin-top: var(--s6) !important; padding-top: var(--s5); border-top: 1px solid rgba(20, 20, 26, .1); font-size: 13.5px !important; line-height: 1.6 !important; color: var(--text-tertiary) !important; }
  .article-cta {
    margin-top: var(--s7); padding: var(--s6); border-radius: var(--r-xl);
    background: var(--grad-band); color: #fff; text-align: center;
  }
  .article-cta h3 { font-family: var(--display); font-weight: 700; font-size: 22px; }
  .article-cta p { color: rgba(255, 255, 255, .82) !important; margin-top: var(--s2) !important; }
  .article-cta .btn-primary { margin-top: var(--s5); background: #fff; color: var(--primary); box-shadow: none; }
  .article-cta .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 0, 0, .25); }

  @media (max-width: 900px) {
    .blog-grid .wrap { grid-template-columns: 1fr; }
  }

  /* ─── Hikâye (fotoğraflı bant): FULL-BLEED — bkz. kullanıcı talebi:
     her bölüm aynı konteynerde monotonlaşıyordu; bu bant kenardan kenara
     akar, sağda swipe ekranı YARIM görünür (alt kenardan kırpık). ─── */
  .story-section { padding: 0; }
  .story { position: relative; overflow: hidden; min-height: 560px; }
  .story .story-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: var(--s6); align-items: end; min-height: 560px; }
  .story .story-phone {
    position: relative; align-self: end; justify-self: end; margin-right: var(--s5);
    width: 270px; height: 470px; margin-bottom: -120px;
  }
  .story .story-phone .phone { width: 270px; height: 560px; box-shadow: 0 0 0 4px rgba(255, 255, 255, .28), 0 20px 52px rgba(20, 20, 26, .35); }
  .story .story-phone .phone-screen .screen { position: absolute; inset: 0; padding-top: 44px; }
  .story .story-phone .phone-screen .screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
  .story .photo {
    position: absolute; inset: 0; background: url('hikaye-opt.webp') center 30% / cover no-repeat;
    /* Stok hissini kır: sıcaklık + hafif desatürasyon, "günlük" doku */
    filter: sepia(.22) saturate(.96) contrast(1.04) brightness(1.0) hue-rotate(-6deg);
  }
  .story .grain {
    position: absolute; inset: 0; opacity: .5; mix-blend-mode: overlay; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.32'/%3E%3C/svg%3E");
  }
  .story .scrim { position: absolute; inset: 0; background: linear-gradient(75deg, rgba(20, 20, 26, .78) 0%, rgba(44, 46, 143, .45) 46%, rgba(73, 89, 234, .10) 78%, transparent 100%); }
  .story .story-in { position: relative; padding: var(--s8) 0; max-width: 560px; }
  .story .kicker { color: #C9CEF6; }
  .story h2 { font-family: var(--display); font-weight: 700; color: #fff; font-size: clamp(28px, 3.2vw, 40px); letter-spacing: -.015em; line-height: 1.14; }
  .story p { margin-top: var(--s3); color: rgba(255, 255, 255, .82); font-size: 16.5px; line-height: 1.65; max-width: 460px; }
  .story a {
    display: inline-block; margin-top: var(--s5); background: #fff; color: var(--primary);
    font-family: var(--display); font-weight: 600; font-size: 16px; padding: 13px 28px; border-radius: 999px;
    transition: transform .18s, box-shadow .18s;
  }
  .story a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 0, 0, .25); }

  /* ─── Güven ─── */
  /* Bkz. kullanıcı talebi — Güven kartı artık footer'la AYNI koyu zemini
     kullanıyor (radyal lacivert + glow, .closing-dark ile birebir aynı
     token'lar); çevresindeki section beyaza döndü (bkz. .trust-section)
     ki kart üzerinde net dursun. İçindeki tüm metin/ikon bu koyu zemine
     göre yeniden renklendirildi (aşağıdaki .trust-scoped kurallar). */
  .trust-section { background: var(--card); }
  .trust {
    position: relative; overflow: hidden;
    background: radial-gradient(130% 120% at 18% 15%, #2E2F8F 0%, #191B3A 52%, #0D0E20 100%);
    border-radius: var(--r-xl); padding: var(--s8) var(--s7);
    box-shadow: 0 24px 56px rgba(20, 20, 26, .18);
    /* Bkz. tekrarlayan kullanıcı raporu — daha önce glow boyutunu küçültmek
       (bkz. mobil override altta) sorunu SEYRELTTİ ama kökten çözmedi:
       Safari'nin bilinen bir hatası, blur() filtreli bir eleman
       overflow:hidden + border-radius'lu bir kapsayıcı içindeyken köşeyi
       DÜZGÜN yuvarlamak yerine köşeli/sert kırpıyor (aralıklı olarak —
       kompozisyon katmanına bağlı). clip-path, aynı görsel sonucu overflow
       yerine geometrik olarak hesapladığından bu hataya YAKALANMIYOR —
       kökten, kalıcı çözüm. */
    clip-path: inset(0 round var(--r-xl));
  }
  .trust > * { position: relative; z-index: 1; }
  .trust .kicker { color: #C9CEF5; }
  .trust .title { color: #fff; }
  .trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s6); margin-top: var(--s7); }
  .t-item .icon-tile { margin-bottom: var(--s4); background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .16); }
  .t-item .icon-tile svg { stroke: #fff; }
  .t-item h3 { font-family: var(--display); font-weight: 600; font-size: 16.5px; color: #fff; }
  .t-item p { margin-top: var(--s2); font-size: 14.5px; line-height: 1.6; color: #B9BEDC; }
  .trust-note {
    margin-top: var(--s7); padding: var(--s5); background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14);
    border-radius: var(--r-md); font-size: 15px; line-height: 1.6; color: #B9BEDC; max-width: 660px;
  }
  .trust-note b { color: #C9CEF5; }
  /* .trust-note KOYU zemin için renklendirilmişti (bkz. .trust) — Destek
     sayfasında aynı bileşen AÇIK zeminde kullanıldığından (bkz. kullanıcı
     talebi) rengi burada, kaynak sırası gereği .trust-note'tan SONRA
     override edilir (aksi halde o kazanır — bkz. gerçek bug: metin neredeyse
     görünmez çıkıyordu). */
  .support-note {
    background: var(--primary-surface); border-color: rgba(73, 89, 234, .12);
    color: var(--text-secondary-aa);
  }
  .support-note b { color: var(--primary); }
  .support-note a { color: var(--primary); font-weight: 600; }
  .support-note a:hover { color: var(--primary-pressed); }

  /* ─── SSS (GEO amaçlı) — native <details>/<summary>, JS yok. ─── */
  .faq-list { margin-top: var(--s6); max-width: 760px; display: flex; flex-direction: column; gap: var(--s3); }
  .faq-item {
    background: var(--card); border: 1px solid rgba(20, 20, 26, .08);
    border-radius: var(--r-md); padding: var(--s4) var(--s5);
  }
  .faq-item summary {
    font-family: var(--display); font-weight: 600; font-size: 16.5px; color: var(--text);
    cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: var(--s4);
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after {
    content: '+'; font-size: 20px; color: var(--primary); flex-shrink: 0; transition: transform .18s;
  }
  .faq-item[open] summary::after { transform: rotate(45deg); }
  .faq-item p { margin-top: var(--s3); font-size: 15px; line-height: 1.65; color: var(--text-secondary); }

  /* ─── İlham teaser (bkz. kullanıcı referansı: WhatsApp'ın "Güncel
     bilgiler alın" bandı) — ESKİ full-bleed yapı aynen korunuyor (tam
     genişlik, footer'ın üstüne radiuslu biniyor); tek fark zemin tonu ve
     üst kenarı. Bkz. kullanıcı talebi: zemin paleti sade tutulsun (beyaz/
     gri/koyu/header camı, fazla ton yok) — bant artık sayfanın KENDİ gri
     zemini (var(--bg), bir üstteki bölümle aynı ton); Güven bölümünden
     ayrışsın diye ince, bg'den bir tık koyu bir üst çizgi var (tam çerçeve
     DEĞİL, sadece üst kenar). */
  .stories-section { padding: var(--s7) 0 0; position: relative; z-index: 2; margin-bottom: -48px; }
  .stories-band {
    position: relative; overflow: hidden;
    background: var(--bg);
    border-radius: 0 0 48px 48px;
    padding: var(--s8) 0;
  }
  .stories-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: var(--s7); align-items: stretch; }
  .stories-left .kicker { margin-bottom: var(--s3); }
  .stories-left .lead { margin-top: var(--s4); max-width: 420px; }
  .stories-controls { display: flex; align-items: center; justify-content: space-between; margin-top: var(--s8); max-width: 420px; }
  .stories-arrows { display: flex; gap: var(--s3); }
  .story-arrow {
    width: 44px; height: 44px; border-radius: 999px; border: 1.5px solid rgba(73, 89, 234, .25);
    background: rgba(255, 255, 255, .6); display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: background .18s, border-color .18s, transform .18s;
  }
  .story-arrow svg { width: 18px; height: 18px; stroke: var(--primary); }
  .story-arrow:hover { background: #fff; border-color: var(--primary); transform: translateY(-1px); }
  .story-arrow:disabled { opacity: .35; cursor: default; transform: none; }
  .stories-all { font-family: var(--display); font-weight: 600; font-size: 14.5px; color: var(--primary); transition: color .18s; }
  .stories-all:hover { color: var(--primary-pressed); }

  .stories-right { min-width: 0; display: flex; }
  .stories-track {
    display: flex; gap: var(--s5); overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory;
    padding-bottom: var(--s2); -ms-overflow-style: none; scrollbar-width: none;
    width: 100%; align-items: stretch;
  }
  .stories-track::-webkit-scrollbar { display: none; }
  .story-card {
    flex: 0 0 260px; scroll-snap-align: start;
    background: #fff; border-radius: var(--r-lg); padding: var(--s5);
    box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
    transition: transform .2s, box-shadow .2s;
  }
  /* Kartlar sol kolonun (başlık+paragraf+ok satırı) tam yüksekliğine gerilir
     — bkz. kullanıcı raporu: "kısa ve cılız kalmış". "Devamı" her kartta
     aynı alt hizada durur (justify-content:space-between). */
  .story-more { margin-top: auto; padding-top: var(--s4); }
  .story-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
  .story-mark { height: 26px; width: 26px; object-fit: contain; align-self: flex-start; margin-bottom: var(--s4); }
  .story-card h3 { font-family: var(--display); font-weight: 700; font-size: 17px; line-height: 1.3; color: var(--text); }
  .story-card p { margin-top: var(--s2); font-size: 14px; line-height: 1.55; color: var(--text-secondary); flex: 1; }
  .story-more { margin-top: var(--s4); font-family: var(--display); font-weight: 600; font-size: 14px; color: var(--primary); }

  /* ─── Kapanış: KOYU full-bleed bant (bkz. kullanıcı mock'u
     polen-dark-section.html) — radyal lacivert zemin + mor/indigo glow,
     solda gradient vurgulu başlık, sağda swipe kart destesi. ─── */
  .closing-section { padding: var(--s8) 0 0; }
  .closing-dark {
    position: relative; overflow: hidden;
    background: radial-gradient(130% 120% at 18% 15%, #2E2F8F 0%, #191B3A 52%, #0D0E20 100%);
  }
  /* pointer-events:none — bkz. gerçek bug (kullanıcı raporu): pozisyonlu
     (position:absolute) elemanlar, aynı katmandaki normal akıştaki
     kardeşlerinden SONRA boyanır (CSS boyama sırası) — footer'da .wrap
     içeriğinden SONRA gelen bu dekoratif glow'lar, dokunma/tıklama
     olaylarını kendi üzerine alıp altındaki footer linklerini engelliyordu
     (İletişim/Destek hariç, o linkin konumu glow kutularının dışında
     kalıyordu). z-index numarasıyla oynamak yerine en sağlamı: bu span'lar
     zaten salt dekoratif (aria-hidden), hiçbir zaman tıklanabilir olmasınlar. */
  .glow { position: absolute; border-radius: 50%; filter: blur(70px); z-index: 0; pointer-events: none; }
  .glow-a { width: 340px; height: 340px; background: rgba(139, 92, 246, .45); top: -90px; right: 120px; }
  .glow-b { width: 260px; height: 260px; background: rgba(73, 89, 234, .5); bottom: -100px; left: -40px; }
  .closing-grid { position: relative; display: flex; align-items: center; gap: var(--s7); min-height: 500px; padding-top: var(--s8); padding-bottom: var(--s8); }
  .closing-left { flex: 1; position: relative; z-index: 3; max-width: 460px; }
  .closing-left .kicker { color: #C9CEF5; letter-spacing: .18em; }
  .closing-left h2 { font-family: var(--display); font-weight: 700; font-size: clamp(30px, 3.6vw, 44px); line-height: 1.08; letter-spacing: -.02em; color: #fff; }
  .closing-left h2 .g { background: linear-gradient(135deg, #7C86F5, #B79CF7); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .closing-left p { color: #B9BEDC; font-size: 16.5px; line-height: 1.6; margin-top: var(--s4); max-width: 420px; }
  .btn-light {
    display: inline-flex; align-items: center; gap: 10px;
    margin-top: var(--s5); background: #fff; color: #2E2F8F;
    font-family: var(--display); font-weight: 600; font-size: 16px; padding: 14px 30px; border-radius: 999px;
    transition: transform .18s, box-shadow .18s;
  }

  .btn-light:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0, 0, 0, .35); }

  /* Swipe kart destesi — uygulamadaki kartın DOM yansıması */
  /* Yükseklik içerik sınırlarına eşit — flex'in dikey merkezlemesi
     gerçek görsel merkezi bulsun (bkz. kullanıcı talebi: metinle deste
     aynı yatay eksende ortalansın). */
  .deck { position: relative; width: 330px; height: 300px; flex-shrink: 0; z-index: 3; }
  .deck.reveal { opacity: 1; transform: none; transition: none; }
  .deck .d-card { position: absolute; background: #fff; border-radius: 16px; padding: var(--s4); width: 300px; box-shadow: 0 30px 60px rgba(0, 0, 0, .4); }
  .deck .back2 { transform: rotate(7deg) translate(30px, 6px) scale(.94); opacity: .55; z-index: 1; }
  .deck .back1 { transform: rotate(-5deg) translate(-10px, 18px) scale(.97); opacity: .8; z-index: 2; }
  .deck .front { transform: rotate(-1deg) translateY(34px); z-index: 3; box-shadow: 0 30px 70px rgba(73, 89, 234, .45); }
  .deck .row { display: flex; gap: 6px; margin-bottom: var(--s3); }
  .d-chip { font-size: 10.5px; font-weight: 600; padding: 4px 10px; border-radius: 8px; font-family: var(--display); }
  .d-chip.blue { background: #E8EAFB; color: var(--primary); }
  .d-chip.amber { background: #FDECC8; color: #B45309; }
  .deck h3 { font-family: var(--display); font-weight: 700; font-size: 19px; line-height: 1.22; color: #1F2330; letter-spacing: -.2px; }
  .deck .loc { font-size: 12px; color: #6B7280; margin-top: var(--s2); }
  .deck .price { font-family: var(--display); font-weight: 700; font-size: 17px; color: #1F2330; margin-top: var(--s4); }
  .deck .pct { font-size: 12.5px; color: var(--primary); font-weight: 600; margin-top: 3px; }
  .deck .save { position: absolute; top: 18px; right: 18px; background: #E7F7EE; color: #1B9E5A; font-size: 11px; font-weight: 700; padding: 5px 11px; border-radius: 20px; border: 1.5px solid #7FD8A6; }

  /* ─── Footer ─── */
  /* Bkz. kullanıcı talebi: kapanış bölümünün koyu zemini artık footer'da —
     aynı radyal lacivert + glow diliyle (.closing-dark ile aynı token'lar).
     Yukarıdaki stories-section negatif margin'le ÜSTÜNE bindiğinden
     (bkz. task 2) footer'ın üst kısmı görünmez — z-index'e gerek yok,
     DOM sırası zaten stories-section'ı üstte tutuyor. */
  footer {
    position: relative; overflow: hidden;
    background: radial-gradient(130% 120% at 18% 15%, #2E2F8F 0%, #191B3A 52%, #0D0E20 100%);
    padding: 96px 0 var(--s6);
    margin-top: 0;
  }
  footer .glow-a { top: -60px; right: 80px; }
  footer .glow-b { bottom: -80px; left: -20px; }
  .foot-desc { margin-top: 14px; font-size: 14px; color: #B9BEDC; max-width: 300px; line-height: 1.6; }
  .foot-badges { margin-top: var(--s5); justify-content: flex-start; }
  .foot-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: var(--s6); flex-wrap: wrap; }
  .foot-grid img { height: 35px; width: auto; }
  .foot-right { display: flex; flex-direction: column; align-items: flex-end; gap: var(--s4); }
  .socials { display: flex; gap: var(--s3); }
  .socials a { width: 40px; height: 40px; border-radius: 12px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14); display: flex; align-items: center; justify-content: center; transition: background .18s; }
  .socials a:hover { background: rgba(255, 255, 255, .16); }
  .socials svg { width: 18px; height: 18px; fill: #C9CEF5; }
  .socials a:hover svg { fill: #fff; }
  .foot-links { display: flex; gap: var(--s5); font-size: 14px; color: #B9BEDC; }
  .foot-links a:hover { color: #fff; }
  .copyright { margin-top: var(--s5); font-size: 13px; color: rgba(255, 255, 255, .4); }

  /* ─── Reveal ─── */
  .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.in { opacity: 1; transform: none; }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .aurora span, .l-card { animation: none !important; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .how-row .step, .how-row .how-media .phone { opacity: 1; transform: none; transition: none; }
  }

  /* ─── Mobil ─── */
  @media (max-width: 900px) {
    .hero { padding: 152px 0 var(--s7); }
    .hero-grid { grid-template-columns: 1fr; gap: var(--s7); }
    .card-stack { height: 400px; max-width: 420px; margin: 0 auto; width: 100%; }
    .l-card { width: min(320px, 88%); }
    .c1 { left: 0; } .c2 { right: 0; } .c3 { left: 5%; }
    .how-row { grid-template-columns: 1fr; gap: var(--s7); padding: var(--s6) 0; }
    /* Telefon giriş animasyonu YALNIZ mobilde (bkz. kullanıcı talebi). */
    .how-row .how-media .phone { opacity: 0; transform: translateY(190px) scale(.5); transform-origin: bottom center; transition: opacity 1.2s cubic-bezier(.16, 1, .3, 1), transform 1.2s cubic-bezier(.16, 1, .3, 1); transition-delay: .1s; }
    .how-row.in .how-media .phone { opacity: 1; transform: none; }
    .how-row.rev .how-media { order: 2; }
    .phone { width: 250px; height: 542px; }
    .sides { grid-template-columns: 1fr; }
    /* Kimler için kartları da telefonlarla aynı tabandan-büyüme girişini
       kullanır (yalnız mobil — bkz. kullanıcı talebi). */
    .side-card.reveal { opacity: 0; transform: translateY(190px) scale(.5); transform-origin: bottom center; transition: opacity 1.2s cubic-bezier(.16, 1, .3, 1), transform 1.2s cubic-bezier(.16, 1, .3, 1); }
    .side-card.reveal.in { opacity: 1; transform: none; }
    .story { min-height: 420px; }
    .story .story-grid { grid-template-columns: 1fr; min-height: 420px; }
    .story .story-phone { display: none; }
    .story .story-in { padding: var(--s7) 0; }
    .story .scrim { background: linear-gradient(15deg, rgba(20, 20, 26, .82) 0%, rgba(44, 46, 143, .40) 55%, rgba(73, 89, 234, .08) 100%); }
    /* Alt dolgu = yan dolgular (bkz. kullanıcı talebi, mobil) */
    .trust { padding: var(--s7) var(--s5) var(--s5); }
    .trust-grid { grid-template-columns: 1fr 1fr; gap: var(--s5); }
    /* Bkz. görev: masaüstünün 340/260px'lik glow'ları dar mobil kapsayıcıda
       (~330-380px) yuvarlatılmış köşenin dışına taşıp köşeli bir katman gibi
       görünüyordu (Safari'nin blur+overflow:hidden birleşimindeki bilinen
       kırpma hatası) — mobilde küçültülüp içeri çekildi. */
    .trust .glow-a { width: 200px; height: 200px; top: -50px; right: -30px; filter: blur(50px); }
    .trust .glow-b { width: 180px; height: 180px; bottom: -50px; left: -30px; filter: blur(50px); }
    .header-nav { display: none; }
    .header-in { display: grid; grid-template-columns: 1fr auto 1fr; }
    .header-logo { justify-self: center; }
    /* Bkz. kullanıcı talebi — mobilde pill daireye düşer: metin gizlenir,
       yalnızca ikon kalır (header'da yer kazandırır). */
    .header-cta {
      justify-self: end;
      width: 40px; height: 40px; padding: 0; border-radius: 50%;
    }
    .header-cta-icon { display: block; }
    .header-cta-text { display: none; }
    .nav-toggle {
      display: flex; flex-direction: column; justify-content: center; gap: 5px;
      width: 40px; height: 40px; justify-self: start;
    }
    .nav-toggle span {
      display: block; width: 22px; height: 2px; border-radius: 2px;
      background: var(--text); margin: 0 auto;
      transition: transform .25s ease, opacity .25s ease;
    }
    body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    /* Bkz. kullanıcı raporu (iOS Safari): orta çizgi yalnızca opacity:0 iken
       X'in iki yanında ince bir kalıntı ("nokta") bırakıyordu — sıfır boyuta
       da küçültülünce (scale) hiçbir iz kalmıyor. */
    body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; transform: scale(0); }
    body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    /* Bkz. kullanıcı raporu: bu açılma durumu masaüstü genişliğinde de
       (media query DIŞINDaydı) geçerliydi — mobilde menüyü açıp pencereyi/
       ekranı genişletince panel masaüstü header'ının üzerine biniyordu.
       Artık yalnızca bu mobil genişlikte etkili. */
    body.nav-open .nav-overlay { opacity: 1; pointer-events: auto; }
    body.nav-open .mobile-menu { transform: translateY(0); }
    body.nav-open { overflow: hidden; }
    /* Bkz. kullanıcı raporu — menü açıkken header'ın yarı saydam/bulanık
       zemini altındaki tam beyaz menüyle KOPUK duruyordu; artık header de
       aynı düz beyaza döner, ikisi TEK yüzey gibi görünür. Giriş Yap/Kayıt Ol
       menü listesinde ZATEN var — header'daki ikon tekrarı kapanır. */
    body.nav-open header {
      background: var(--card);
      backdrop-filter: none; -webkit-backdrop-filter: none;
      border-bottom-color: transparent;
    }
    body.nav-open .header-cta { display: none; }
    .stories-section { margin-bottom: -32px; }
    .stories-band { border-radius: 0 0 32px 32px; padding: var(--s7) 0; }
    .stories-grid { grid-template-columns: 1fr; gap: var(--s6); }
    .stories-controls { max-width: none; }
    .story-card { flex-basis: 240px; }
    .closing-grid { flex-direction: column; align-items: flex-start; gap: var(--s7); }
    .deck { align-self: center; }
    /* Kapanıştaki kart destesi kendi gözlemcisiyle, EKRANA GİRDİĞİNDE
       tabandan büyür (bant-bazlı tetik deste görünmeden bitiyordu). */
    .deck.reveal { opacity: 0; transform: translateY(190px) scale(.5); transform-origin: bottom center; transition: opacity 1.2s cubic-bezier(.16, 1, .3, 1), transform 1.2s cubic-bezier(.16, 1, .3, 1); transition-delay: .1s; }
    .deck.reveal.in { opacity: 1; transform: none; }
    .foot-right { align-items: flex-start; }
    section { padding: var(--s8) 0; }
  }
  @media (max-width: 480px) {
    .trust-grid { grid-template-columns: 1fr; }
    .header-cta { position: static; transform: none; }
    .header-in { justify-content: space-between; }
  }
