@charset "UTF-8";
/* ==========================================================================
   Anında Fiyat — Ön Yüz Tasarım Sistemi (açık tema)
   --------------------------------------------------------------------------
   Bu dosya her sayfada yüklenir. Değerleme sihirbazına (/teklif-al) özel
   stiller wizard.css'te; oraya ait hiçbir şey buraya yazılmaz.

   Kurallar
   1. Renk, boşluk, yarıçap ve gölge YALNIZCA token'lardan gelir (§02).
      Doğrudan hex yazmak yasak — tek istisna marka renkleri (WhatsApp vb.)
      ve #pdf-preview'in zorunlu açık teması (wizard.css).
   2. Dört kırılım noktası vardır: 560 / 768 / 1024 / 1280, hepsi min-width.
      Mobil önce yazılır; başka bir değer eklenmez.
   3. Mint (--ac) bir AKSAN rengidir: buton, aktif durum, fiyat, çizgi, parlama.
      Geniş dolgu zemin olarak kullanılmaz — neon gibi görünür.
   4. Mint (--ac) yazı rengi DEĞİLDİR: beyaz üzerinde 1.15:1. Yalnızca
      dolgudur ve üstüne daima --tx-on-ac yazılır (16.4:1). Açık zeminde
      yeşil yazı/ikon/kenarlık gerekiyorsa --ac-ink kullanılır (6.1:1).
   ========================================================================== */


/* ==========================================================================
   01 — YAZI TİPİ (kendi sunucumuzda)
   Inter variable. Türkçe için İKİ subset de şart:
     latin      → ç ö ü Ç Ö Ü (U+0000-00FF) ve ı (U+0131)
     latin-ext  → ğ Ğ İ ş Ş   (U+0100-02BA içinde)
   unicode-range değerleri Google'ın kendi CSS'inden birebir alındı.
   ========================================================================== */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/inter-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/inter-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* ==========================================================================
   02 — TOKEN'LAR
   ========================================================================== */
:root {
    /* Tarayıcının kendi çizdiği arayüzler (select açılır listesi, kaydırma
       çubuğu, tarih seçici) de açık gelsin. */
    color-scheme: light;

    /* --- Yüzeyler: beyaz–soğuk gri rampa -------------------------------- */
    --sf-0:  #FFFFFF;   /* sayfa zemini */
    --sf-1:  #F5F8FB;   /* dönüşümlü bölüm bandı */
    --sf-2:  #FFFFFF;   /* kart gövdesi (kenarlıkla ayrışır) */
    --sf-3:  #F1F5F9;   /* input dolgusu */
    --sf-4:  #E7EEF6;   /* yükseltilmiş yüzey, tablo satır hover, çip */

    /* --- Metin: kontrast oranları --sf-0 (beyaz) üzerinde ölçüldü -------- */
    --tx-1: #0B1220;    /* 18.7  — başlık, birincil */
    --tx-2: #3B4657;    /*  9.6  — gövde metni */
    --tx-3: #64748B;    /*  4.8  — meta, etiket, ipucu */
    --tx-4: #94A3B8;    /*  2.6  — YALNIZCA dekoratif/pasif, metin DEĞİL */
    --tx-on-ac: #061A08;/* mint dolgu üstünde 16.4 — mint zeminde tek doğru yazı rengi */

    /* --- Marka aksanı: mint korundu ------------------------------------
       ÖNEMLİ: #91FB91 beyaz üstünde 1.15:1 — YAZI RENGİ OLARAK KULLANILAMAZ.
       Mint yalnızca DOLGU olarak kullanılır (buton, rozet, vurgu şeridi) ve
       üstüne daima --tx-on-ac yazılır: o kombinasyon 16.4:1 ile mükemmel.
       Açık zeminde yazı/ikon/ince kenarlık gerektiğinde --ac-ink kullanılır. */
    --ac:     #91FB91;  /* dolgu — asla metin rengi değil */
    --ac-2:   #69EC69;  /* dolgu, gradyan eşi */
    --ac-ink: #0B7134;  /* beyaz üstünde 6.1 (AA) — metin, ikon, kenarlık */
    --ac-soft: rgba(145, 251, 145, .22);   /* yumuşak mint dolgu */
    --ac-line: rgba(11, 113, 52, .28);     /* görünür kenarlık (mint beyazda kaybolurdu) */
    --ac-grad: linear-gradient(135deg, #A8FFAB 0%, var(--ac-2) 100%);      /* DOLGU için */
    --ac-grad-ink: linear-gradient(135deg, #12A24A 0%, #0B7134 100%);      /* YAZI için */
    /* Açık temada "parlama" olmaz; yerine renkli yumuşak gölge. */
    --ac-glow:    0 6px 18px -6px rgba(11, 113, 52, .35);
    --ac-glow-lg: 0 20px 50px -18px rgba(11, 113, 52, .30);
    --ac-ring:    0 0 0 3px rgba(11, 113, 52, .22);

    /* --- Cam (açık zeminde beyaz saydamlık) ------------------------------ */
    --gl-bg:    rgba(255, 255, 255, .72);
    --gl-bg-2:  rgba(255, 255, 255, .88);
    --gl-brd:   rgba(15, 23, 42, .10);
    --gl-brd-2: rgba(15, 23, 42, .18);
    --gl-blur:  14px;
    --gl-hi:    inset 0 1px 0 rgba(255, 255, 255, .9);

    /* --- Anlamsal renkler (hepsi beyaz üzerinde AA+) --------------------- */
    --ok:   #0D7C45;  --ok-soft:   rgba(13, 124, 69, .10);    /* 5.3 */
    --warn: #B45309;  --warn-soft: rgba(180, 83, 9, .10);     /* 5.0 */
    --err:  #DC2626;  --err-soft:  rgba(220, 38, 38, .09);    /* 4.8 */
    --info: #1D4ED8;  --info-soft: rgba(29, 78, 216, .09);    /* 6.7 */

    /* --- Yarıçap --------------------------------------------------------- */
    --r-xs: 8px;  --r-sm: 12px; --r-md: 16px;
    --r-lg: 22px; --r-xl: 30px; --r-pill: 999px;

    /* --- Yükselti: açık zeminde çok daha yumuşak.
       Koyu temada ayrım gölgeyle kurulurdu; burada asıl işi kenarlık yapar,
       gölge yalnızca öğeyi zeminden hafifçe kaldırır. */
    --sh-1: 0 1px 2px rgba(15, 23, 42, .06);
    --sh-2: 0 4px 14px -4px rgba(15, 23, 42, .10);
    --sh-3: 0 12px 30px -10px rgba(15, 23, 42, .14);
    --sh-4: 0 26px 60px -18px rgba(15, 23, 42, .18);

    /* --- Boşluk: 4px tabanlı --------------------------------------------- */
    --s-1: 4px;  --s-2: 8px;  --s-3: 12px; --s-4: 16px; --s-5: 20px;
    --s-6: 24px; --s-8: 32px; --s-10: 40px; --s-12: 48px; --s-16: 64px;
    --s-20: 80px; --s-24: 96px; --s-32: 128px;
    --sec-y: clamp(64px, 8vw, 128px);   /* bölümler arası dikey ritim */

    /* --- Tipografi ------------------------------------------------------- */
    --ff: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto,
          'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    --ff-mono: ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;

    --fs-xs: 12px;  --fs-sm: 13px;  --fs-base: 15px;  --fs-md: 17px;
    --fs-lg:   clamp(19px, 1.05rem + .35vw, 22px);
    --fs-h4:   clamp(19px, 1.05rem + .5vw,  24px);
    --fs-h3:   clamp(23px, 1.25rem + .9vw,  31px);
    --fs-h2:   clamp(28px, 1.50rem + 1.7vw, 46px);
    --fs-h1:   clamp(34px, 1.70rem + 3.3vw, 68px);
    --fs-hero: clamp(38px, 1.80rem + 4.6vw, 84px);

    --lh-tight: 1.06; --lh-snug: 1.28; --lh-base: 1.65; --lh-loose: 1.75;
    --ls-tight: -.035em;  --ls-snug: -.018em;  --ls-wide: .09em;

    /* --- Konteyner ------------------------------------------------------- */
    --w-prose: 760px;  --w-sm: 1080px;  --w-md: 1240px;  --w-lg: 1480px;
    --gutter: clamp(16px, 4vw, 32px);

    /* --- Hareket --------------------------------------------------------- */
    --ease: cubic-bezier(.2, .7, .25, 1);
    --ease-out: cubic-bezier(.16, 1, .3, 1);
    --t-fast: 120ms; --t-base: 220ms; --t-slow: 420ms; --t-reveal: 700ms;

    /* --- Katman sırası: eskiden 20/1000/1001/9999 dağınıktı -------------- */
    --z-base: 1; --z-sticky: 20; --z-header: 50; --z-overlay: 80;
    --z-drawer: 90; --z-modal: 100; --z-fab: 110;
}


/* ==========================================================================
   03 — SIFIRLAMA VE TABAN
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }

* { margin: 0; padding: 0; }

html {
    font-family: var(--ff);
    font-size: 100%;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    /* Yapışkan başlık, bölüm içi bağlantıların altında kalmasın */
    scroll-padding-top: 96px;
}

body {
    background: var(--sf-0);
    color: var(--tx-2);
    font-size: var(--fs-base);
    line-height: var(--lh-base);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis-weight: none;
}

/* Sayfa hep en az ekran boyu olsun ki alt bilgi yukarı tırmanmasın */
body { display: flex; flex-direction: column; min-height: 100svh; }
main.fill { flex: 1 0 auto; }

h1, h2, h3, h4, h5, h6 {
    color: var(--tx-1);
    line-height: var(--lh-snug);
    letter-spacing: var(--ls-snug);
    font-weight: 700;
    text-wrap: balance;
}
h1 { font-size: var(--fs-h1); line-height: var(--lh-tight); letter-spacing: var(--ls-tight); font-weight: 800; }
h2 { font-size: var(--fs-h2); font-weight: 800; }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-md); }

p { text-wrap: pretty; }

a { color: inherit; text-decoration: none; }
a:hover { color: var(--ac-ink); }

img, svg, video { max-width: 100%; display: block; }
img { height: auto; }

ul, ol { list-style: none; }

button { background: none; border: 0; font: inherit; color: inherit; cursor: pointer; }

input, textarea, select, button {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    outline: none;
    border: none;
    resize: none;
}
textarea { resize: vertical; }

hr { border: 0; border-top: 1px solid var(--gl-brd); }

::selection { background: var(--ac); color: var(--tx-on-ac); }

/* Klavye kullanıcısı için her yerde görünür odak halkası. Eski tasarımda
   hiç yoktu; fare kullanıcısını rahatsız etmemek için :focus-visible. */
:focus-visible {
    outline: 2px solid var(--ac-ink);
    outline-offset: 2px;
    border-radius: var(--r-xs);
}

/* İnce kaydırma çubuğu (WebKit); Firefox color-scheme'den hallediyor */
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--sf-1); }
::-webkit-scrollbar-thumb {
    background: #CBD5E1;
    border: 3px solid var(--sf-1);
    border-radius: var(--r-pill);
}
::-webkit-scrollbar-thumb:hover { background: #94A3B8; }


/* ==========================================================================
   04 — YERLEŞİM İLKELERİ
   ========================================================================== */
.bd-container,
.bd-container-sm,
.bd-container-lg,
.bd-container-prose {
    width: 100%;
    margin-inline: auto;
    padding-inline: var(--gutter);
}
.bd-container       { max-width: calc(var(--w-md) + 2 * var(--gutter)); }
.bd-container-sm    { max-width: calc(var(--w-sm) + 2 * var(--gutter)); }
.bd-container-lg    { max-width: calc(var(--w-lg) + 2 * var(--gutter)); }
.bd-container-prose { max-width: calc(var(--w-prose) + 2 * var(--gutter)); }

.section        { padding-block: var(--sec-y); }
.section.alt    { background: var(--sf-1); }
.section.tight  { padding-block: calc(var(--sec-y) * .6); }

/* Bölüm başlığı: göz etiketi + başlık + açıklama */
.section-header { max-width: 720px; margin-inline: auto; text-align: center; margin-bottom: var(--s-12); }
.section-header.left { margin-inline: 0; text-align: left; }
.section-header p { color: var(--tx-3); font-size: var(--fs-md); margin-top: var(--s-4); }

/* Göz etiketi (eyebrow) */
.eyebrow {
    display: inline-flex; align-items: center; gap: var(--s-2);
    font-size: var(--fs-xs); font-weight: 700;
    text-transform: uppercase; letter-spacing: var(--ls-wide);
    color: var(--ac-ink);
    margin-bottom: var(--s-4);
}
.eyebrow::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%;
    background: var(--ac-ink);
}
.eyebrow.chip {
    padding: var(--s-2) var(--s-4);
    border-radius: var(--r-pill);
    background: var(--ac-soft);
    border: 1px solid var(--ac-line);
    margin-bottom: var(--s-6);
}

/* Vurgulu kelime — başlık içinde <span> ile kullanılır.
   DİKKAT: burada --ac-grad (mint) KULLANILMAZ. Mint beyaz üzerinde 1.15:1
   ile okunmaz; yazıya boyanan gradyan daima --ac-grad-ink olmalı
   (açık uç 3.3:1 — yalnızca büyük başlıklarda kullanıldığı için AA). */
.hl {
    background: var(--ac-grad-ink);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
}
/* Fosforlu kalem etkisi — mint burada DOLGU olduğu için sorunsuz; üstündeki
   yazı --tx-1 (koyu) kalır, kontrast 16:1'e çıkar. Açık temada bu, mint'i
   markaya ait bırakmanın en doğal yolu. */
.ul-ac {
    background-image: linear-gradient(var(--ac), var(--ac));
    background-repeat: no-repeat;
    background-position: 0 82%;
    background-size: 100% 38%;
    padding-inline: .08em;
    border-radius: 3px;
}

.grid-auto {
    display: grid;
    gap: var(--s-6);
    grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
}


/* ==========================================================================
   05 — YARDIMCI SINIFLAR
   ========================================================================== */
.w-full { width: 100%; }
.text-center { text-align: center; }
.cursor-pointer { cursor: pointer; }
.muted { color: var(--tx-3); }
.nowrap { white-space: nowrap; }

/* Ekran okuyucuya görünür, gözle görünmez */
.sr-only {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* Menü açıkken gövde kaydırmasını kilitler (JS ekler) */
body.overflow-hidden { overflow: hidden; }

/* Eski markup'tan taşınan aralık yardımcıları (mt-0 … mt-20, 2px adım) */
.mt-0{margin-top:0}    .mt-1{margin-top:2px}  .mt-2{margin-top:4px}
.mt-3{margin-top:6px}  .mt-4{margin-top:8px}  .mt-5{margin-top:10px}
.mt-6{margin-top:12px} .mt-7{margin-top:14px} .mt-8{margin-top:16px}
.mt-9{margin-top:18px} .mt-10{margin-top:20px} .mt-12{margin-top:24px}
.mt-14{margin-top:28px} .mt-16{margin-top:32px} .mt-20{margin-top:40px}


/* ==========================================================================
   06 — BİLEŞENLER
   ========================================================================== */

/* --- Buton ------------------------------------------------------------- */
.bd-btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: var(--s-2);
    padding: var(--s-4) var(--s-8);
    min-height: 50px;
    border-radius: var(--r-pill);
    font-size: var(--fs-base); font-weight: 700;
    letter-spacing: -.01em;
    text-align: center;
    cursor: pointer;
    transition: transform var(--t-base) var(--ease),
                box-shadow var(--t-base) var(--ease),
                background-color var(--t-base) var(--ease),
                border-color var(--t-base) var(--ease),
                color var(--t-base) var(--ease);
    /* Türkçe etiketler uzun; sabit genişlik verilmez, taşma engellenir */
    max-width: 100%;
}
.bd-btn svg { width: 18px; height: 18px; flex: none; }

/* Birincil: mint gradyan + parlama. Yazı DAİMA --tx-on-ac. */
.bd-btn.primary,
.btn-modern.primary {
    background: var(--ac-grad);
    color: var(--tx-on-ac);
    box-shadow: var(--ac-glow);
}
.bd-btn.primary:hover,
.btn-modern.primary:hover {
    color: var(--tx-on-ac);              /* eski temada beyaza dönüyordu: 1.28:1 */
    transform: translateY(-2px);
    box-shadow: var(--ac-glow), 0 14px 30px -10px rgba(11, 113, 52, .38);
}

/* İkincil: cam */
.bd-btn.ghost,
.btn-modern.outline {
    background: var(--gl-bg);
    border: 1px solid var(--gl-brd-2);
    color: var(--tx-1);
    -webkit-backdrop-filter: blur(var(--gl-blur));
    backdrop-filter: blur(var(--gl-blur));
}
.bd-btn.ghost:hover,
.btn-modern.outline:hover {
    background: var(--gl-bg-2);
    border-color: var(--ac-line);
    color: var(--ac-ink);
    transform: translateY(-2px);
}

/* Ana hat: yalnızca mint kenarlık */
.bd-btn.line {
    border: 1px solid var(--ac-line);
    color: var(--ac-ink);
    background: transparent;
}
.bd-btn.line:hover { background: var(--ac-soft); transform: translateY(-2px); }

/* Anlamsal varyantlar (PDF indir / randevu al) */
.bd-btn.red   { background: var(--err-soft); color: var(--err); border: 1px solid rgba(255,107,107,.3); }
.bd-btn.red:hover   { background: rgba(255,107,107,.2); transform: translateY(-2px); }
.bd-btn.green { background: var(--ok-soft); color: var(--ok); border: 1px solid rgba(52,211,153,.3); }
.bd-btn.green:hover { background: rgba(52,211,153,.2); transform: translateY(-2px); }

.bd-btn.sm { min-height: 40px; padding: var(--s-2) var(--s-5); font-size: var(--fs-sm); }
.bd-btn.lg { min-height: 58px; padding: var(--s-5) var(--s-10); font-size: var(--fs-md); }
.bd-btn.w-full { width: 100%; }

.bd-btn:disabled, .bd-btn[disabled] {
    opacity: .45; cursor: not-allowed; transform: none !important; box-shadow: none;
}

/* .btn-modern eski markup adı — aynı taban davranışı */
.btn-modern {
    display: inline-flex; align-items: center; justify-content: center;
    gap: var(--s-2);
    padding: var(--s-4) var(--s-8); min-height: 52px;
    border-radius: var(--r-pill);
    font-weight: 700;
    transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease),
                background-color var(--t-base) var(--ease), color var(--t-base) var(--ease);
}
.btn-modern svg { width: 18px; height: 18px; flex: none; }


/* --- Kart -------------------------------------------------------------- */
.card {
    background: var(--sf-2);
    border: 1px solid var(--gl-brd);
    border-radius: var(--r-lg);
    padding: var(--s-8);
    box-shadow: var(--sh-2);
}
.card.glass {
    background: var(--gl-bg);
    -webkit-backdrop-filter: blur(var(--gl-blur)) saturate(140%);
    backdrop-filter: blur(var(--gl-blur)) saturate(140%);
    box-shadow: var(--sh-3), var(--gl-hi);
}
/* backdrop-filter yoksa (eski tarayıcı) cam yerine düz yüzey */
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .card.glass, .bd-btn.ghost, .btn-modern.outline { background: var(--sf-2); }
}

/* Üstten mint hairline ile "canlı" kart */
.card.lift { transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease), border-color var(--t-base) var(--ease); }
.card.lift:hover { transform: translateY(-6px); border-color: var(--ac-line); box-shadow: var(--sh-4); }


/* --- Form alanları ----------------------------------------------------- */
.bd-form { display: grid; gap: var(--s-6); }
.bd-form.__2 { grid-template-columns: 1fr; }
.bd-form.__4 { grid-template-columns: 1fr; }

.bd-input { display: flex; flex-direction: column; gap: var(--s-2); min-width: 0; }
.bd-input > label,
.bd-label {
    font-size: var(--fs-sm); font-weight: 600; color: var(--tx-3);
    letter-spacing: .01em;
}
.bd-input .req { color: var(--ac-ink); }

/* İkon kapaklı alan sarmalayıcı */
.bd-field {
    position: relative; display: flex; align-items: center;
    background: var(--sf-3);
    border: 1px solid var(--gl-brd);
    border-radius: var(--r-sm);
    transition: border-color var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease), background-color var(--t-base) var(--ease);
}
.bd-field:focus-within {
    border-color: var(--ac-line);
    box-shadow: var(--ac-ring);
    background: var(--sf-2);
}
.bd-field input,
.bd-field textarea,
.bd-field select {
    flex: 1; min-width: 0;
    background: transparent;
    color: var(--tx-1);
    padding: var(--s-4) var(--s-5);
    min-height: 54px;
    border-radius: inherit;
}
.bd-field textarea { min-height: 130px; padding-block: var(--s-4); line-height: var(--lh-base); }
.bd-field input::placeholder,
.bd-field textarea::placeholder { color: var(--tx-4); }

/* Sağdaki ikon kapağı */
.bd-field .ico {
    display: grid; place-items: center;
    width: 54px; align-self: stretch;
    color: var(--tx-4);
    border-left: 1px solid var(--gl-brd);
    transition: color var(--t-base) var(--ease);
}
.bd-field .ico svg { width: 20px; height: 20px; }
.bd-field:focus-within .ico { color: var(--ac-ink); }

/* Hata durumu */
.bd-field.is-error { border-color: var(--err); box-shadow: 0 0 0 3px var(--err-soft); }
.bd-field.is-error .ico { color: var(--err); }
.bd-error, .step-error, .sms-error {
    color: var(--err); font-size: var(--fs-sm); margin-top: var(--s-1);
}
.bd-hint { color: var(--tx-4); font-size: var(--fs-xs); margin-top: var(--s-1); }

/* Tarayıcı otomatik doldurmanın kendi sarı zeminini bastır */
.bd-field input:-webkit-autofill,
.bd-field input:-webkit-autofill:hover,
.bd-field input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--tx-1);
    -webkit-box-shadow: 0 0 0 1000px var(--sf-3) inset;
    caret-color: var(--tx-1);
    transition: background-color 9999s ease-out;
}

/* Sade select (zenginleştirilmeyenler): kendi çizdiğimiz ok */
.bd-field select {
    appearance: none; -webkit-appearance: none;
    padding-right: var(--s-10);
    cursor: pointer;
}
.bd-field.has-native-select::after {
    content: ''; position: absolute; right: var(--s-5); top: 50%;
    width: 12px; height: 8px; margin-top: -4px; pointer-events: none;
    background: var(--tx-3);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* --- Onay/radyo kutuları ------------------------------------------------ */
.bd-check { display: flex; flex-wrap: wrap; gap: var(--s-3); }
.bd-check label {
    display: inline-flex; align-items: center; gap: var(--s-2);
    padding: var(--s-3) var(--s-5);
    background: var(--sf-3);
    border: 1px solid var(--gl-brd);
    border-radius: var(--r-pill);
    font-size: var(--fs-sm); font-weight: 600; color: var(--tx-2);
    cursor: pointer;
    transition: all var(--t-fast) var(--ease);
}
.bd-check input { position: absolute; opacity: 0; width: 0; height: 0; }
.bd-check .dot {
    width: 18px; height: 18px; flex: none;
    border-radius: 50%;
    border: 2px solid var(--tx-4);
    display: grid; place-items: center;
    transition: all var(--t-fast) var(--ease);
}
.bd-check .dot::after {
    content: ''; width: 8px; height: 8px; border-radius: 50%;
    background: var(--tx-on-ac); transform: scale(0);
    transition: transform var(--t-fast) var(--ease);
}
.bd-check input:checked + .dot { border-color: var(--ac-ink); background: var(--ac); }
.bd-check input:checked + .dot::after { transform: scale(1); }
.bd-check label:has(input:checked) {
    border-color: var(--ac-line); background: var(--ac-soft); color: var(--tx-1);
}
.bd-check label:hover { border-color: var(--gl-brd-2); }
.bd-check input:focus-visible + .dot { box-shadow: var(--ac-ring); }


/* --- Özel açılır liste (Select2 yerine) --------------------------------- */
/* Yerel <select> DOM'da kalır: form gönderimi ve JS .value okumaları
   bozulmaz. Zenginleştirme yalnızca başarılıysa .select-enhanced eklenir,
   yani JS patlarsa kullanıcı yerel select'i görmeye devam eder. */
.select-wrap { position: relative; }
.select-wrap .native-select { width: 100%; }
.select-wrap.select-enhanced .native-select {
    position: absolute; opacity: 0; pointer-events: none;
    width: 1px; height: 1px; overflow: hidden;
}
.select-wrap:not(.select-enhanced) .select-btn,
.select-wrap:not(.select-enhanced) .select-pop { display: none; }

.select-btn {
    display: flex; align-items: center; gap: var(--s-3);
    width: 100%; min-height: 54px;
    padding: var(--s-3) var(--s-5);
    background: var(--sf-3);
    border: 1px solid var(--gl-brd);
    border-radius: var(--r-sm);
    color: var(--tx-1); text-align: left;
    transition: border-color var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}
.select-btn:hover { border-color: var(--gl-brd-2); }
.select-btn[aria-expanded="true"] { border-color: var(--ac-line); box-shadow: var(--ac-ring); }
.select-btn .val { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.select-btn .val.ph { color: var(--tx-4); }
.select-btn .caret { width: 12px; height: 8px; flex: none; background: var(--tx-3);
    clip-path: polygon(0 0, 100% 0, 50% 100%); transition: transform var(--t-base) var(--ease); }
.select-btn[aria-expanded="true"] .caret { transform: rotate(180deg); }
.select-wrap.is-error .select-btn { border-color: var(--err); box-shadow: 0 0 0 3px var(--err-soft); }

.select-pop {
    position: absolute; z-index: var(--z-modal); left: 0; right: 0; top: calc(100% + 6px);
    background: var(--sf-2);
    border: 1px solid var(--gl-brd-2);
    border-radius: var(--r-md);
    box-shadow: var(--sh-4);
    padding: var(--s-2);
    max-height: 320px; display: flex; flex-direction: column;
}
.select-pop[hidden] { display: none; }
.select-pop .search {
    width: 100%; padding: var(--s-3) var(--s-4); margin-bottom: var(--s-2);
    background: var(--sf-3); border: 1px solid var(--gl-brd);
    border-radius: var(--r-xs); color: var(--tx-1);
}
.select-pop .search:focus { border-color: var(--ac-line); }
.select-pop ul { overflow-y: auto; overscroll-behavior: contain; }
.select-pop li {
    padding: var(--s-3) var(--s-4);
    border-radius: var(--r-xs);
    font-size: var(--fs-base); color: var(--tx-2);
    cursor: pointer;
}
.select-pop li[aria-selected="true"] { color: var(--ac-ink); font-weight: 700; }
.select-pop li.active, .select-pop li:hover { background: var(--sf-4); color: var(--tx-1); }
.select-pop .empty { padding: var(--s-4); color: var(--tx-4); font-size: var(--fs-sm); text-align: center; }


/* --- Rozet / çip -------------------------------------------------------- */
.badge {
    display: inline-flex; align-items: center; gap: var(--s-1);
    padding: var(--s-1) var(--s-3);
    border-radius: var(--r-pill);
    font-size: var(--fs-xs); font-weight: 700;
    background: var(--ac-soft); color: var(--ac-ink);
    border: 1px solid var(--ac-line);
}
.badge.warn { background: var(--warn-soft); color: var(--warn); border-color: rgba(251,191,36,.3); }
.badge.err  { background: var(--err-soft);  color: var(--err);  border-color: rgba(255,107,107,.3); }
.badge.ok   { background: var(--ok-soft);   color: var(--ok);   border-color: rgba(52,211,153,.3); }
.badge.neutral { background: var(--sf-4); color: var(--tx-3); border-color: var(--gl-brd); }


/* --- Uyarı kutusu ------------------------------------------------------- */
.bd-alert {
    display: flex; gap: var(--s-4); align-items: flex-start;
    padding: var(--s-6);
    background: var(--sf-2);
    border: 1px solid var(--gl-brd);
    border-left: 3px solid var(--ac-ink);
    border-radius: var(--r-md);
    color: var(--tx-2);
}
.bd-alert .ico { flex: none; color: var(--ac-ink); }
.bd-alert .ico svg { width: 22px; height: 22px; }
.bd-alert b, .bd-alert strong { color: var(--tx-1); }
.bd-alert.warn { border-left-color: var(--warn); } .bd-alert.warn .ico { color: var(--warn); }
.bd-alert.err  { border-left-color: var(--err); }  .bd-alert.err  .ico { color: var(--err); }
.bd-alert.ok   { border-left-color: var(--ok); }   .bd-alert.ok   .ico { color: var(--ok); }
.bd-alert.info { border-left-color: var(--info); } .bd-alert.info .ico { color: var(--info); }


/* --- Tablo -------------------------------------------------------------- */
.bd-table-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.bd-table {
    display: grid; gap: 1px;
    background: var(--gl-brd);
    border: 1px solid var(--gl-brd);
    border-radius: var(--r-md);
    overflow: hidden;
}
.bd-table .summary-item { background: var(--sf-2); padding: var(--s-4) var(--s-5); }
.bd-table .summary-item label {
    display: block; font-size: var(--fs-xs); color: var(--tx-4);
    text-transform: uppercase; letter-spacing: var(--ls-wide); margin-bottom: var(--s-1);
}
.bd-table .summary-item span { color: var(--tx-1); font-weight: 600; }


/* --- Sayfalama ---------------------------------------------------------- */
.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--s-2); margin-top: var(--s-16); }
.page-link {
    display: grid; place-items: center;
    min-width: 46px; height: 46px; padding-inline: var(--s-3);
    background: var(--sf-2);
    border: 1px solid var(--gl-brd);
    border-radius: var(--r-sm);
    color: var(--tx-2); font-weight: 600;
    transition: all var(--t-base) var(--ease);
}
.page-link:hover { border-color: var(--ac-line); color: var(--ac-ink); transform: translateY(-2px); }
.page-link.active {
    background: var(--ac-grad); color: var(--tx-on-ac);
    border-color: transparent; box-shadow: var(--ac-glow);
}
.page-link svg { width: 16px; height: 16px; }


/* ==========================================================================
   07 — SAYFA ÇERÇEVESİ (başlık / menü / alt bilgi / yapışkan butonlar)
   ========================================================================== */

/* --- Üst başlık: yüzen cam pil ----------------------------------------- */
/* Eskiden position:absolute idi; kaydırınca kaybolduğu için her sayfanın
   koyu bir banner ile başlaması ZORUNLUYDU. Artık fixed ve kaydırınca
   yoğunlaşıyor — sayfa şablonları banner zorunluluğundan kurtuldu. */
.bd-header {
    position: fixed; z-index: var(--z-header);
    top: var(--s-3); left: 50%; transform: translateX(-50%);
    width: calc(100% - 2 * var(--s-3));
    max-width: var(--w-lg);
    border-radius: var(--r-pill);
    /* Düz beyaz — saydam değil. Altından içerik geçtiğinde menü metinleri
       hiçbir zaman zeminle karışmaz. */
    background: #FFFFFF;
    border: 1px solid var(--gl-brd);
    box-shadow: var(--sh-1);
    transition: box-shadow var(--t-base) var(--ease),
                border-color var(--t-base) var(--ease);
}
/* Üç bölge: [1fr logo] [auto menü] [1fr aksiyon].
   Yan sütunlar eşit genişlikte olduğu için ortadaki menü, logo ve butonun
   genişliğinden bağımsız olarak BAŞLIĞIN tam ortasına oturur. */
.bd-header .inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: var(--s-4);
    height: 68px;
    padding-inline: var(--s-5);
}
.bd-header .inner > .bd-logo { justify-self: start; }
.bd-nav { justify-self: center; }
.bd-header-aksiyon {
    justify-self: end;
    display: flex; align-items: center; gap: var(--s-3);
}
.bd-header-aksiyon .bd-btn {
    min-height: 44px; padding-inline: var(--s-6); font-size: var(--fs-sm);
    white-space: nowrap;
}

/* CTA iki yerde var; her kırılımda yalnızca biri render edilir. */
.nav-cta-mobil, .nav-cta-masaustu { display: none; }
@media (max-width: 1023.98px) { .nav-cta-mobil    { display: block; } }
@media (min-width: 1024px)    { .nav-cta-masaustu { display: inline-flex; } }
/* JS 40px kaydırmadan sonra .is-stuck ekler: zemin aynı kalır, yalnızca
   gölge derinleşir — başlık sayfadan bir kademe daha kalkmış görünür. */
.bd-header.is-stuck {
    border-color: var(--gl-brd-2);
    box-shadow: var(--sh-3);
}

.bd-logo { display: inline-flex; align-items: center; flex: none; }
/* Yükseklik CSS'te sabit, genişlik oranla — markup'taki width/height
   nitelikleri CLS için duruyor, burada ezilmesi gerekiyor.
   object-fit: contain, kutu daralırsa logoyu ESNETMEK yerine oranını koruyup
   içine sığdırır: 198. satırdaki genel `img { max-width: 100% }` ile buradaki
   sabit yükseklik dar bir kapsayıcıda logoyu yatay eziyordu. */
.bd-logo img { height: 38px; width: auto; object-fit: contain; }

.bd-nav { display: flex; align-items: center; min-width: 0; }
.bd-nav > ul,
.bd-nav nav > ul { display: flex; align-items: center; gap: var(--s-6); }
.bd-nav a:not(.bd-btn) {
    position: relative;
    font-size: var(--fs-base); font-weight: 600; color: var(--tx-2);
    padding-block: var(--s-2);
    transition: color var(--t-base) var(--ease);
}
.bd-nav a:not(.bd-btn):hover { color: var(--tx-1); }
.bd-nav a:not(.bd-btn)::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 0;
    height: 2px; border-radius: 2px;
    background: var(--ac-ink);
    transform: scaleX(0); transform-origin: left;
    transition: transform var(--t-base) var(--ease);
}
.bd-nav a:not(.bd-btn):hover::after,
.bd-nav a.active::after { transform: scaleX(1); }
.bd-nav a.active { color: var(--ac-ink); }


/* Hamburger */
.bd-menu-toggle {
    display: grid; place-content: center; gap: 5px;
    width: 44px; height: 44px; flex: none;
    border-radius: var(--r-sm);
    border: 1px solid var(--gl-brd);
    /* Düz zemin. Eskiden --gl-bg (%72 saydam beyaz) idi: başlık düz beyaz
       olduğu için buton zeminle karışıp kenarları puslu görünüyordu. */
    background: #FFFFFF;
}
.bd-menu-toggle span {
    display: block; width: 20px; height: 2px; border-radius: 2px;
    background: var(--tx-1);
    transition: transform var(--t-base) var(--ease), opacity var(--t-fast) var(--ease);
}
.bd-menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bd-menu-toggle.active span:nth-child(2) { opacity: 0; }
.bd-menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobil çekmece */
.bd-nav-overlay {
    position: fixed; inset: 0; z-index: var(--z-overlay);
    background: rgba(15, 23, 42, .45);
    -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
    opacity: 0; visibility: hidden;
    transition: opacity var(--t-base) var(--ease), visibility var(--t-base) var(--ease);
}
.bd-nav-overlay.active { opacity: 1; visibility: visible; }

.bd-mobile-header { display: none; }

@media (max-width: 1023.98px) {
    /* Masaüstünde sütunlar 1fr auto 1fr: menü GERÇEKTEN ortalansın diye.
       Mobilde menü çekmecede olduğu için ortalanacak bir şey yok, ama o düzen
       logo sütununu ekranın yarısına sıkıştırıyor ve genel
       `img { max-width: 100% }` kuralı logoyu o genişliğe eziyordu.
       auto 1fr auto: logo doğal genişliğini alır, boşluğu orta sütun yutar. */
    .bd-header .inner { grid-template-columns: auto 1fr auto; }
    /* auto sütun logoyu artık ezmiyor ama 320px'te logo (220px) + hamburger
       başlığa sığmıyordu; yükseklik ekranla birlikte küçülüyor, oran sabit. */
    .bd-header .inner > .bd-logo img { height: clamp(28px, 8vw, 38px); }

    .bd-nav nav {
        position: fixed; z-index: var(--z-drawer);
        top: 0; left: 0; bottom: 0;
        /* Tam genişlik: çekmecenin yanında şeritle görünen sayfa/perde kalmaz.
           Kenarlık da bu yüzden gereksiz — ekran dışına denk geliyor. */
        width: 100%;
        height: 100dvh;
        background: var(--sf-1);
        transform: translateX(-100%);
        display: flex; flex-direction: column;
        padding: var(--s-5);
        overflow-y: auto;

        /* KAPALIYKEN GÖLGE BASILMAZ.
           Çekmece ekranın solunda (translateX(-100%)) duruyor ama gölge 20px
           SAĞA kaçık ve 60px bulanık: x=0..80 arasını boyayıp her mobil
           sayfanın sol kenarında kalıcı koyu bir şerit bırakıyordu. Gölge
           yalnızca .active iken veriliyor.

           visibility:hidden ise ekran dışındaki menüyü sekme sırasından ve
           erişilebilirlik ağacından da çıkarır — kapalı menünün linkleri
           klavyeyle odaklanabiliyordu. .bd-nav-overlay ile aynı kalıp. */
        visibility: hidden;
        transition: transform var(--t-slow) var(--ease-out),
                    visibility var(--t-slow) var(--ease-out);
    }
    .bd-nav nav.active {
        transform: translateX(0);
        visibility: visible;
        box-shadow: 20px 0 60px rgba(0, 0, 0, .6);
    }

    .bd-mobile-header {
        display: flex; align-items: center; justify-content: space-between;
        padding-bottom: var(--s-5); margin-bottom: var(--s-4);
        border-bottom: 1px solid var(--gl-brd);
    }
    .bd-mobile-header .bd-logo img { height: 32px; }
    .bd-close-menu {
        display: grid; place-items: center;
        width: 40px; height: 40px; border-radius: var(--r-sm);
        border: 1px solid var(--gl-brd); color: var(--tx-2);
    }
    .bd-close-menu:hover { color: var(--ac-ink); border-color: var(--ac-line); }
    .bd-close-menu svg { width: 20px; height: 20px; }

    .bd-nav nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
    .bd-nav nav > ul > li + li { border-top: 1px solid var(--gl-brd); }
    .bd-nav a:not(.bd-btn) { display: block; padding: var(--s-4) var(--s-2); font-size: var(--fs-md); }
    .bd-nav a:not(.bd-btn)::after { display: none; }
    .bd-nav nav > ul > li:last-child { border-top: 0; margin-top: var(--s-5); }
    /* Çekmecedeki CTA'da yeşil hâle (--ac-glow) yok: kapalı zeminde butonun
       kenarları bulanıkmış gibi duruyordu. Renk ve dolgu aynı kalıyor. */
    .bd-nav .bd-btn { width: 100%; box-shadow: none; }
    .bd-nav .bd-btn:hover { box-shadow: none; }
}
@media (min-width: 1024px) {
    .bd-menu-toggle { display: none; }
    .bd-nav-overlay { display: none; }
}


/* --- Alt bilgi ---------------------------------------------------------- */
/* --------------------------------------------------------------------------
   ALT BİLGİ
   Açık zeminli ama düz bir kutu değil: yukarıdan aşağı koyulaşan gradyan,
   üst kenarda mint şerit, üstten yayılan mint hâle ve ince ızgara dokusu.
   İçerik kartları (iletişim, sosyal) net beyaz durup zeminden ayrışır.
   Renkler sayfanın genel token'larından gelir; burada tema kararı verilmez.
   -------------------------------------------------------------------------- */
.bd-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: var(--s-24);
    /* Düz beyaz kutu değil: yukarıdan aşağı hafifçe koyulaşan gradyan,
       alt bilgiye zemine oturmuş bir "kaide" hissi verir. */
    background:
        linear-gradient(180deg, #FFFFFF 0%, #F6FAFC 38%, #EBF2F7 100%);
}
/* Üst kenarda ince mint ışık şeridi — sayfayı alt bilgiye bağlar */
.bd-footer::before {
    content: ''; position: absolute; top: 0; left: 4%; right: 4%; height: 2px; z-index: 2;
    background: linear-gradient(90deg, transparent, var(--ac-2) 30%, var(--ac) 50%, var(--ac-2) 70%, transparent);
    border-radius: 2px;
}
/* İnce ızgara dokusu — hero ile aynı "teknik" dil */
.bd-footer::after {
    content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background-image:
        linear-gradient(rgba(15,23,42,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,23,42,.045) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse at 50% 0%, #000 10%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 10%, transparent 70%);
}
/* Üstten yayılan mint hâle */
.footer-glow {
    position: absolute; z-index: -1; pointer-events: none;
    top: -42%; left: 50%; transform: translateX(-50%);
    width: min(1100px, 130%); aspect-ratio: 2 / 1;
    background: radial-gradient(ellipse at center, rgba(105, 236, 105, .28), transparent 62%);
    filter: blur(18px);
}

.bd-footer .bd-container-lg { position: relative; z-index: 1; }

.bd-footer .t {
    display: grid; gap: var(--s-12);
    padding-block: var(--s-20) var(--s-12);
    grid-template-columns: 1fr;
}
.bd-footer .l { max-width: 420px; }
.bd-footer .l .bd-logo img { height: 42px; }
.bd-footer .l p { color: var(--tx-2); margin-top: var(--s-5); font-size: var(--fs-sm); }
.bd-footer .l .link {
    display: inline-flex; align-items: center; gap: var(--s-2);
    margin-top: var(--s-5); color: var(--ac-ink); font-weight: 600;
}
.bd-footer .r { display: grid; gap: var(--s-10); grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.bd-footer h3 {
    font-size: var(--fs-xs); font-weight: 700; color: var(--tx-1);
    text-transform: uppercase; letter-spacing: var(--ls-wide);
    margin-bottom: var(--s-5);
}
.bd-footer .r ul { display: grid; gap: var(--s-3); }
/* Bağlantılar üzerine gelince mint bir nokta belirip metni iter */
.bd-footer .r a {
    position: relative; display: inline-block;
    color: var(--tx-2); font-size: var(--fs-sm); font-weight: 500;
    transition: color var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.bd-footer .r a::before {
    content: ''; position: absolute; left: -14px; top: 50%; margin-top: -2px;
    width: 4px; height: 4px; border-radius: 50%; background: var(--ac-ink);
    opacity: 0; transform: scale(0);
    transition: opacity var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.bd-footer .r a:hover { color: var(--tx-1); transform: translateX(6px); }
.bd-footer .r a:hover::before { opacity: 1; transform: scale(1); }
/* Henüz yayında olmayan yasal sayfalar. Bunlar zaten <span>, yani
   tıklanamaz ve imleç değişmez — ayrımı SOLUK RENKLE yapmaya gerek yok.
   Eskiden --tx-4 idi (beyazda 2.6:1) ve okunmuyordu. */
.bd-footer-pasif { color: var(--tx-2); font-size: var(--fs-sm); cursor: default; }

/* --- İletişim şeridi: alt bilginin en işlevsel parçası ------------------- */
.footer-iletisim {
    display: grid; gap: var(--s-4);
    grid-template-columns: 1fr;
    padding-block: var(--s-10);
    border-top: 1px solid var(--gl-brd);
}
@media (min-width: 640px)  { .footer-iletisim { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) {
    .footer-iletisim { grid-template-columns: repeat(4, 1fr); }
    /* Adres uzun bir metin: dar karoda çok satıra bölünürdü. Kendi satırını
       kaplar, böylece 5. öğe tek başına asılı kalmaz. */
    .fi-item.genis { grid-column: 1 / -1; }
}

.fi-item {
    display: flex; align-items: center; gap: var(--s-4);
    padding: var(--s-4) var(--s-5);
    background: #FFFFFF;
    border: 1px solid var(--gl-brd);
    border-radius: var(--r-md);
    box-shadow: var(--sh-1);
    transition: all var(--t-base) var(--ease);
}
.fi-item .ico {
    flex: none; display: grid; place-items: center;
    width: 42px; height: 42px; border-radius: var(--r-sm);
    background: var(--ac-soft); border: 1px solid var(--ac-line); color: var(--ac-ink);
    transition: all var(--t-base) var(--ease);
}
.fi-item .ico svg { width: 19px; height: 19px; }
.fi-item .k {
    display: block; font-size: 11px; font-weight: 700; color: var(--tx-2);
    text-transform: uppercase; letter-spacing: var(--ls-wide); margin-bottom: 2px;
}
.fi-item .v { display: block; color: var(--tx-1); font-size: var(--fs-sm); font-weight: 600; white-space: pre-line; }
a.fi-item:hover { border-color: var(--ac-line); box-shadow: var(--sh-3); transform: translateY(-3px); }
a.fi-item:hover .ico { background: var(--ac-grad); border-color: transparent; color: var(--tx-on-ac); }

/* --- Sosyal: yuvarlak yerine kare karo --------------------------------- */
.bd-social { display: flex; flex-wrap: wrap; gap: var(--s-3); margin-top: var(--s-6); }
.bd-social a {
    display: grid; place-items: center;
    width: 42px; height: 42px; border-radius: var(--r-sm);
    background: #FFFFFF;
    border: 1px solid var(--gl-brd); color: var(--tx-2);
    box-shadow: var(--sh-1);
    transition: all var(--t-base) var(--ease);
}
.bd-social a:hover {
    color: var(--tx-on-ac); border-color: transparent;
    background: var(--ac-grad);
    transform: translateY(-4px);
    box-shadow: var(--ac-glow);
}
.bd-social svg { width: 18px; height: 18px; }

.bd-footer .b {
    border-top: 1px solid var(--gl-brd);
    padding-block: var(--s-8);
    color: var(--tx-2); font-size: var(--fs-sm);
    display: flex; flex-wrap: wrap; gap: var(--s-3); justify-content: space-between;
    align-items: center;
}

/* Geliştirici künyesi — şeridin en sağında durur. margin-left:auto, satır
   sarmasında (mobil) da onu sağa yaslı tutar. */
.bd-gelistirici {
    display: inline-flex; align-items: center; gap: var(--s-2);
    margin-left: auto;
    color: var(--tx-3); font-size: var(--fs-xs);
    opacity: .8;
    transition: opacity var(--t-base) var(--ease), color var(--t-base) var(--ease);
}
.bd-gelistirici img { height: 17px; width: auto; max-width: 100%; display: block; }
.bd-gelistirici:hover { opacity: 1; color: var(--tx-1); }

@media (min-width: 768px) {
    .bd-footer .t { grid-template-columns: 1.2fr 1.8fr; }
}


/* --- Yapışkan iletişim butonları ---------------------------------------- */
.sticky-contact-buttons {
    position: fixed; z-index: var(--z-fab);
    right: var(--s-5); bottom: var(--s-5);
    display: flex; flex-direction: column; gap: var(--s-3);
}
.sticky-btn {
    display: grid; place-items: center;
    width: 54px; height: 54px; border-radius: 50%;
    color: #fff;
    box-shadow: var(--sh-3);
    transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}
.sticky-btn svg { width: 24px; height: 24px; }
.sticky-btn.wa   { background: linear-gradient(135deg, #25D366, #128C7E); }
.sticky-btn.tel  { background: var(--ac-grad); color: var(--tx-on-ac); }
.sticky-btn:hover { transform: translateY(-3px) scale(1.06); color: #fff; }
.sticky-btn.tel:hover { color: var(--tx-on-ac); }
/* Dikkat çekmek için tek bir yumuşak nabız — eski temadaki iki ayrı
   sonsuz animasyon ve çakışan ::before kuralları kaldırıldı. */
.sticky-btn.wa::after {
    content: ''; position: absolute; inset: 0; border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .5);
    animation: fabPulse 2.8s ease-out infinite;
}
.sticky-btn { position: relative; }
@keyframes fabPulse {
    0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, .5); }
    70%  { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
@media (min-width: 768px) {
    .sticky-btn { width: 60px; height: 60px; }
    .sticky-contact-buttons { right: var(--s-8); bottom: var(--s-8); }
}


/* ==========================================================================
   08 — SAYFA BLOKLARI
   ========================================================================== */

/* --- Sayfa üst banner'ı (iç sayfalar) ----------------------------------- */
/* Başlık artık fixed olduğu için banner ZORUNLU değil; ama iç sayfalarda
   hiyerarşi için duruyor. Yükseklik eskisinin (550px) yarısından az. */
.page-banner {
    position: relative;
    padding-top: calc(68px + var(--s-20));
    padding-bottom: var(--s-16);
    background: var(--sf-1);
    border-bottom: 1px solid var(--gl-brd);
    overflow: hidden;
    text-align: center;
}
/* Mint ışık halesi */
.page-banner::before {
    content: ''; position: absolute; z-index: 0;
    top: -40%; left: 50%; transform: translateX(-50%);
    width: min(900px, 120%); aspect-ratio: 2 / 1;
    background: radial-gradient(ellipse at center, rgba(105, 236, 105, .16), transparent 65%);
    pointer-events: none;
}
.page-banner .bd-container { position: relative; z-index: 1; }
.page-banner p { color: var(--tx-3); font-size: var(--fs-md); margin-top: var(--s-4); max-width: 620px; margin-inline: auto; }

/* Kırıntı yolu */
.breadcrumb {
    display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-2);
    font-size: var(--fs-sm); color: var(--tx-4); margin-bottom: var(--s-5);
}
.breadcrumb a { color: var(--tx-3); }
.breadcrumb a:hover { color: var(--ac-ink); }
.breadcrumb .sep { opacity: .5; }


/* --- Ana sayfa hero ----------------------------------------------------- */
.home-hero {
    position: relative;
    min-height: min(100svh, 900px);
    display: grid; align-items: center;
    padding-top: calc(68px + var(--s-16));
    padding-bottom: var(--s-24);
    overflow: hidden;
    isolation: isolate;
}
/* Katman 1 — fotoğraf */
.home-hero .hero-bg {
    position: absolute; inset: 0; z-index: -3;
    background: var(--sf-0) center / cover no-repeat;
    /* Görsel PHP'den inline style ile geliyor (asset() sürümlü URL) */
}
/* Katman 2 — okunabilirlik perdesi.
   Açık temada perde BEYAZ: metnin durduğu sol taraf neredeyse tamamen
   beyaza boyanır (koyu başlık okunsun), sağ tarafta araç görünür kalır.
   Alttaki dikey geçiş de hero'yu sayfanın beyaz zeminine bağlar. */
.home-hero .hero-bg::after {
    content: ''; position: absolute; inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.90) 38%, rgba(255,255,255,.35) 68%, rgba(255,255,255,.05) 100%),
        linear-gradient(180deg, rgba(255,255,255,.55) 0%, rgba(255,255,255,0) 35%, rgba(255,255,255,.92) 100%);
}
/* Katman 3 — yavaşça süzülen mint ışık lekeleri ("aurora").
   Sabit bir radyal yerine iki bağımsız leke: transform ile hareket ettikleri
   için GPU'da çalışır, düzen hesabı tetiklemez. */
.aurora {
    position: absolute; z-index: -2; border-radius: 50%;
    pointer-events: none; will-change: transform;
    filter: blur(60px);
}
.aurora.a1 {
    right: -8%; top: -10%;
    width: min(640px, 62vw); aspect-ratio: 1;
    background: radial-gradient(circle at center, rgba(145, 251, 145, .50), transparent 68%);
    animation: auroraDrift1 26s ease-in-out infinite;
}
.aurora.a2 {
    left: -12%; bottom: -18%;
    width: min(520px, 54vw); aspect-ratio: 1;
    background: radial-gradient(circle at center, rgba(105, 236, 105, .34), transparent 70%);
    animation: auroraDrift2 34s ease-in-out infinite;
}
@keyframes auroraDrift1 {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50%      { transform: translate3d(-6%, 8%, 0) scale(1.14); }
}
@keyframes auroraDrift2 {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1.08); }
    50%      { transform: translate3d(8%, -6%, 0) scale(1); }
}
/* Katman 4 — ince ızgara dokusu, "teknik" his */
.home-hero::after {
    content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background-image:
        linear-gradient(rgba(15,23,42,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,23,42,.05) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse at 60% 40%, #000 20%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at 60% 40%, #000 20%, transparent 75%);
}

.hero-content { max-width: 720px; }
.hero-content h1 { font-size: var(--fs-hero); margin-bottom: var(--s-6); }
.hero-content p { font-size: var(--fs-lg); color: var(--tx-2); max-width: 560px; margin-bottom: var(--s-10); }
.hero-btns { display: flex; flex-wrap: wrap; gap: var(--s-4); }

/* "Canlı" rozeti — yanıp sönen nokta, sitenin aktif olduğu hissini verir.
   Rakam config/pazarlama metninden gelir, burada uydurulmaz. */
.live-chip {
    display: inline-flex; align-items: center; gap: var(--s-3);
    padding: var(--s-2) var(--s-5);
    background: var(--gl-bg); border: 1px solid var(--gl-brd);
    -webkit-backdrop-filter: blur(var(--gl-blur)); backdrop-filter: blur(var(--gl-blur));
    border-radius: var(--r-pill);
    font-size: var(--fs-sm); font-weight: 600; color: var(--tx-2);
    margin-bottom: var(--s-6);
}
.live-dot {
    position: relative; flex: none;
    width: 9px; height: 9px; border-radius: 50%;
    background: var(--ok);
}
.live-dot::after {
    content: ''; position: absolute; inset: 0; border-radius: 50%;
    background: var(--ok);
    animation: livePulse 2.4s cubic-bezier(.2, .7, .25, 1) infinite;
}
@keyframes livePulse {
    0%   { transform: scale(1);   opacity: .65; }
    100% { transform: scale(3.2); opacity: 0; }
}

/* Işıltı süpürmesi — YALNIZCA .shine verilen butonda (hero birincil CTA).
   Site genelindeki tüm birincil butonlara uygulanmaz, dikkat dağıtırdı. */
.bd-btn.shine { position: relative; overflow: hidden; }
.bd-btn.shine::after {
    content: ''; position: absolute; top: -50%; bottom: -50%; width: 34%;
    left: -60%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .65), transparent);
    transform: skewX(-22deg);
    animation: btnShine 5s ease-in-out infinite;
    pointer-events: none;
}
@keyframes btnShine {
    0%, 62% { left: -60%; }
    100%    { left: 130%; }
}

/* Hero altındaki güven satırı */
.hero-trust {
    display: flex; flex-wrap: wrap; gap: var(--s-6);
    margin-top: var(--s-12); padding-top: var(--s-8);
    border-top: 1px solid var(--gl-brd);
    color: var(--tx-3); font-size: var(--fs-sm);
}
.hero-trust div { display: inline-flex; align-items: center; gap: var(--s-2); }
.hero-trust svg { width: 16px; height: 16px; color: var(--ac-ink); flex: none; }


/* --- İstatistik şeridi (hero'ya biner) ---------------------------------- */
.stats-wrapper { position: relative; z-index: var(--z-base); margin-top: calc(-1 * var(--s-16)); }
.stats-grid {
    display: grid; gap: 1px;
    grid-template-columns: repeat(2, 1fr);
    background: var(--gl-brd);
    border: 1px solid var(--gl-brd);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--sh-4);
}
.stat-card {
    background: rgba(255, 255, 255, .86);
    -webkit-backdrop-filter: blur(var(--gl-blur)) saturate(150%);
    backdrop-filter: blur(var(--gl-blur)) saturate(150%);
    padding: var(--s-8) var(--s-5);
    text-align: center;
}
.stat-card h3 {
    font-size: clamp(28px, 3.4vw, 44px); font-weight: 800;
    /* tabular-nums: sayaç dönerken rakam genişliği sabit kalır, kart zıplamaz */
    font-family: var(--ff-mono); font-variant-numeric: tabular-nums;
    letter-spacing: var(--ls-tight);
    background: var(--ac-grad-ink);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat-card p {
    margin-top: var(--s-2);
    font-size: var(--fs-xs); color: var(--tx-3);
    text-transform: uppercase; letter-spacing: var(--ls-wide); font-weight: 600;
}
@media (min-width: 768px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }


/* --- "Nasıl çalışır" kartları ------------------------------------------- */
.works-grid { display: grid; gap: var(--s-6); grid-template-columns: 1fr; position: relative; }
/* Üç adımı birleştiren mint çizgi — kartların ARKASINDA durur (z-index:-1),
   yalnızca kartlar yan yana dizildiğinde anlamlı olduğu için md+ */
@media (min-width: 768px) {
    .works-grid::before {
        content: ''; position: absolute; z-index: -1;
        top: 88px; left: 14%; right: 14%; height: 2px;
        background: linear-gradient(90deg,
            transparent, var(--ac-line) 18%, var(--ac-line) 82%, transparent);
    }
}
.work-card {
    position: relative; overflow: hidden;
    background: var(--sf-2);
    border: 1px solid var(--gl-brd);
    border-radius: var(--r-lg);
    padding: var(--s-10) var(--s-8);
    box-shadow: var(--sh-1);
    transition: transform var(--t-base) var(--ease), border-color var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}
.work-card:hover { transform: translateY(-6px); border-color: var(--ac-line); box-shadow: var(--sh-4); }
.work-number {
    position: absolute; top: var(--s-4); right: var(--s-5);
    font-size: 88px; font-weight: 900; line-height: 1;
    font-family: var(--ff-mono);
    color: rgba(15, 23, 42, .055);
    pointer-events: none; user-select: none;
}
.work-icon {
    display: grid; place-items: center;
    width: 56px; height: 56px; border-radius: var(--r-md);
    background: var(--ac-soft);
    border: 1px solid var(--ac-line);
    color: var(--ac-ink);
    margin-bottom: var(--s-6);
}
.work-icon svg { width: 26px; height: 26px; }
.work-icon { transition: all var(--t-base) var(--ease); }
.work-card:hover .work-icon {
    background: var(--ac-grad); border-color: transparent; color: var(--tx-on-ac);
    transform: translateY(-3px) rotate(-6deg);
    box-shadow: var(--ac-glow);
}
.work-card:hover .work-number { color: var(--ac-soft); }
.work-number { transition: color var(--t-base) var(--ease); }
.work-card h4 { margin-bottom: var(--s-3); }
.work-card p { color: var(--tx-3); font-size: var(--fs-base); }
@media (min-width: 768px) { .works-grid { grid-template-columns: repeat(3, 1fr); } }


/* --- Güven bölümü (görsel + özellik listesi) ---------------------------- */
.trust-section { display: grid; gap: var(--s-16); align-items: center; grid-template-columns: 1fr; }
.trust-img { position: relative; }
.trust-img img { border-radius: var(--r-xl); box-shadow: var(--sh-4); width: 100%; }
/* Görselin arkasından sızan mint hale */
.trust-img::before {
    content: ''; position: absolute; inset: 12% 8%;
    background: radial-gradient(ellipse at center, rgba(105, 236, 105, .35), transparent 70%);
    filter: blur(50px); z-index: -1;
}
.feature-item { display: flex; gap: var(--s-4); margin-bottom: var(--s-6); }
.feature-check {
    display: grid; place-items: center; flex: none;
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--ac-soft); border: 1px solid var(--ac-line); color: var(--ac-ink);
}
.feature-check svg { width: 17px; height: 17px; }
.feature-txt h5 { margin-bottom: var(--s-1); }
.feature-txt p { color: var(--tx-3); font-size: var(--fs-sm); }
@media (min-width: 1024px) { .trust-section { grid-template-columns: 1fr 1fr; } }


/* --- Marka şeridi: sonsuz kayan bant ------------------------------------ */
/* İki sıra ters yönde akar. Kusursuz döngü için liste markup'ta İKİ KEZ
   basılır ve şerit -%50 kaydırılır; yarıya gelindiğinde görüntü başlangıçla
   birebir aynı olduğu için sıçrama görünmez. */
.marquee {
    position: relative; overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee + .marquee { margin-top: var(--s-4); }
.marquee-track {
    display: flex; align-items: center;
    width: max-content;
    animation: marquee 46s linear infinite;
    will-change: transform;
}
.marquee.rev .marquee-track { animation-direction: reverse; }
/* Kullanıcı incelemek isterse üstüne gelince durur. */
.marquee:hover .marquee-track,
.marquee:focus-within .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translate3d(-50%, 0, 0); } }

.brand-item {
    flex: none;
    display: grid; place-items: center;
    width: 148px; height: 72px;
    padding-inline: var(--s-5);
}
.brand-item img {
    max-height: 32px; width: auto;
    filter: grayscale(1) opacity(.45);
    transition: filter var(--t-base) var(--ease), transform var(--t-base) var(--ease);
}
.brand-item:hover img { filter: grayscale(0) opacity(1); transform: scale(1.12); }


/* --- Misyon / vizyon / değerler (hakkımızda) ---------------------------- */
.mission-vision { display: grid; gap: var(--s-6); grid-template-columns: 1fr; }
.mv-card {
    position: relative; overflow: hidden;
    background: var(--sf-2); border: 1px solid var(--gl-brd);
    border-radius: var(--r-xl); padding: var(--s-12);
    box-shadow: var(--sh-1);
}
.mv-icon {
    display: grid; place-items: center;
    width: 58px; height: 58px; border-radius: var(--r-md);
    background: var(--ac-soft); border: 1px solid var(--ac-line); color: var(--ac-ink);
    margin-bottom: var(--s-6);
}
.mv-icon svg { width: 28px; height: 28px; }
.mv-card h3 { margin-bottom: var(--s-4); }
.mv-card p { color: var(--tx-3); }
/* Dev filigran ikon */
.mv-card .watermark {
    position: absolute; right: -20px; bottom: -30px;
    width: 190px; height: 190px; color: rgba(15,23,42,.04);
    pointer-events: none;
}
.mv-card .watermark svg { width: 100%; height: 100%; }
@media (min-width: 768px) { .mission-vision { grid-template-columns: 1fr 1fr; } }

.values-grid { display: grid; gap: var(--s-6); grid-template-columns: 1fr; }
.value-card {
    background: var(--sf-2); border: 1px solid var(--gl-brd);
    border-radius: var(--r-lg); padding: var(--s-8); text-align: center;
    box-shadow: var(--sh-1);
    transition: transform var(--t-base) var(--ease), border-color var(--t-base) var(--ease);
}
.value-card:hover { transform: translateY(-5px); border-color: var(--ac-line); }
.value-card .mv-icon { margin-inline: auto; }
.value-card h4 { margin-bottom: var(--s-3); }
.value-card p { color: var(--tx-3); font-size: var(--fs-sm); }
@media (min-width: 768px) { .values-grid { grid-template-columns: repeat(3, 1fr); } }

.intro-grid { display: grid; gap: var(--s-16); align-items: center; grid-template-columns: 1fr; }
.intro-img img { border-radius: var(--r-xl); box-shadow: var(--sh-4); }
@media (min-width: 1024px) { .intro-grid { grid-template-columns: 1fr 1fr; } }


/* --- Blog listesi -------------------------------------------------------- */
.blog-grid { display: grid; gap: var(--s-8); grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr)); }
.blog-card {
    display: flex; flex-direction: column;
    background: var(--sf-2); border: 1px solid var(--gl-brd);
    border-radius: var(--r-lg); overflow: hidden;
    box-shadow: var(--sh-1);
    transition: transform var(--t-base) var(--ease), border-color var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}
.blog-card:hover { transform: translateY(-6px); border-color: var(--ac-line); box-shadow: var(--sh-4); }
.blog-thumb { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow) var(--ease); }
.blog-card:hover .blog-thumb img { transform: scale(1.06); }
/* Kapağın alt kenarını karta bağlayan çok hafif geçiş.
   Koyu temada burada güçlü bir siyah perde vardı; başlık görselin ALTINDA
   durduğu için bilgi taşımıyordu ve beyaz kartta leke gibi görünürdü. */
.blog-thumb::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 70%, rgba(15,23,42,.10) 100%);
}
.blog-category {
    position: absolute; z-index: 1; left: var(--s-4); top: var(--s-4);
    padding: var(--s-1) var(--s-3); border-radius: var(--r-pill);
    background: var(--ac-soft); color: var(--ac-ink);
    border: 1px solid var(--ac-line);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    font-size: var(--fs-xs); font-weight: 700;
}
.blog-body { padding: var(--s-6); display: flex; flex-direction: column; flex: 1; }
.blog-meta { display: flex; flex-wrap: wrap; gap: var(--s-4); color: var(--tx-4); font-size: var(--fs-xs); margin-bottom: var(--s-3); }
.blog-meta span { display: inline-flex; align-items: center; gap: var(--s-1); }
.blog-meta svg { width: 14px; height: 14px; color: var(--ac-ink); }
.blog-card h3 { font-size: var(--fs-lg); margin-bottom: var(--s-3); }
.blog-card:hover h3 { color: var(--tx-1); }
.blog-card .excerpt {
    color: var(--tx-3); font-size: var(--fs-sm); flex: 1;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.btn-read-more {
    display: inline-flex; align-items: center; gap: var(--s-2);
    margin-top: var(--s-5); color: var(--ac-ink); font-weight: 700; font-size: var(--fs-sm);
}
.btn-read-more svg { width: 16px; height: 16px; transition: transform var(--t-base) var(--ease); }
.blog-card:hover .btn-read-more svg { transform: translateX(4px); }


/* --- Blog detay ---------------------------------------------------------- */
.post-featured-img { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-4); margin-bottom: var(--s-12); }
.post-featured-img img { width: 100%; }
.post-meta { display: flex; flex-wrap: wrap; gap: var(--s-5); color: var(--tx-4); font-size: var(--fs-sm); margin-top: var(--s-5); }
.post-meta span { display: inline-flex; align-items: center; gap: var(--s-2); }
.post-meta svg { width: 15px; height: 15px; color: var(--ac-ink); }

.post-content { font-size: var(--fs-md); line-height: var(--lh-loose); color: var(--tx-2); }
.post-content > * + * { margin-top: var(--s-6); }
.post-content h2 { font-size: var(--fs-h3); margin-top: var(--s-12); }
.post-content h3 { font-size: var(--fs-h4); margin-top: var(--s-10); }
/* Başlık üstünde kısa mint çizgi */
.post-content h2::before {
    content: ''; display: block; width: 40px; height: 3px; border-radius: 3px;
    background: var(--ac-grad); margin-bottom: var(--s-4);
}
.post-content a { color: var(--ac-ink); text-decoration: underline; text-underline-offset: 3px; }
.post-content img { border-radius: var(--r-md); }
.post-content ul, .post-content ol { padding-left: var(--s-6); }
.post-content ul li { list-style: none; position: relative; padding-left: var(--s-5); }
.post-content ul li + li { margin-top: var(--s-3); }
.post-content ul li::before {
    content: ''; position: absolute; left: 0; top: .65em;
    width: 6px; height: 6px; border-radius: 50%; background: var(--ac-ink);
}
.post-content ol { list-style: decimal; }
.post-content ol li::marker { color: var(--ac-ink); font-weight: 700; }
.post-content blockquote {
    border-left: 3px solid var(--ac-ink);
    background: var(--ac-soft);
    padding: var(--s-6);
    border-radius: 0 var(--r-md) var(--r-md) 0;
    color: var(--tx-1); font-size: var(--fs-lg);
}
.post-content code {
    font-family: var(--ff-mono); font-size: .9em;
    background: var(--sf-3); padding: 2px 6px; border-radius: var(--r-xs);
    color: var(--ac-ink);
}
.post-content table { width: 100%; border-collapse: collapse; }
.post-content th, .post-content td { border: 1px solid var(--gl-brd); padding: var(--s-3) var(--s-4); text-align: left; }
.post-content th { background: var(--sf-3); color: var(--tx-1); }

/* SSS akordeonu */
.faq-item {
    background: var(--sf-2); border: 1px solid var(--gl-brd);
    border-radius: var(--r-md); padding: var(--s-5) var(--s-6);
}
.faq-item + .faq-item { margin-top: var(--s-3); }
.faq-item summary {
    display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
    cursor: pointer; font-weight: 700; color: var(--tx-1); list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: ''; flex: none; width: 12px; height: 8px; background: var(--ac-ink);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transition: transform var(--t-base) var(--ease);
}
.faq-item[open] summary::after { transform: rotate(180deg); }
.faq-item .faq-body { margin-top: var(--s-4); color: var(--tx-3); }

.post-tags { display: flex; flex-wrap: wrap; gap: var(--s-2); }
.blog-tag {
    padding: var(--s-2) var(--s-4); border-radius: var(--r-pill);
    background: var(--sf-3); border: 1px solid var(--gl-brd);
    color: var(--tx-3); font-size: var(--fs-xs); font-weight: 600;
}
.blog-tag:hover { color: var(--ac-ink); border-color: var(--ac-line); }

.post-share { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-3); }
.share-btn {
    display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
    border: 1px solid var(--gl-brd); color: var(--tx-3);
    transition: all var(--t-base) var(--ease);
}
.share-btn svg { width: 18px; height: 18px; }
.share-btn:hover { color: var(--ac-ink); border-color: var(--ac-line); background: var(--ac-soft); transform: translateY(-3px); }


/* --- İletişim ------------------------------------------------------------ */
.contact-container { display: grid; gap: var(--s-8); grid-template-columns: 1fr; }
.contact-info-panel {
    position: relative; overflow: hidden;
    background: var(--sf-2); border: 1px solid var(--gl-brd);
    border-radius: var(--r-xl); padding: var(--s-10);
}
.contact-info-panel::before {
    content: ''; position: absolute; top: -30%; left: -20%;
    width: 380px; aspect-ratio: 1;
    background: radial-gradient(circle, rgba(105,236,105,.16), transparent 65%);
    pointer-events: none;
}
.contact-info-panel > * { position: relative; }
.info-item { display: flex; gap: var(--s-4); }
.info-item + .info-item { margin-top: var(--s-8); }
.info-icon {
    display: grid; place-items: center; flex: none;
    width: 48px; height: 48px; border-radius: var(--r-md);
    background: var(--ac-soft); border: 1px solid var(--ac-line); color: var(--ac-ink);
}
.info-icon svg { width: 22px; height: 22px; }
.info-item h5 { font-size: var(--fs-sm); color: var(--tx-4); text-transform: uppercase; letter-spacing: var(--ls-wide); margin-bottom: var(--s-1); }
.info-item p, .info-item a { color: var(--tx-1); font-weight: 600; white-space: pre-line; }
.info-item a:hover { color: var(--ac-ink); }

.contact-form-panel {
    background: var(--sf-1); border: 1px solid var(--gl-brd);
    border-radius: var(--r-xl); padding: var(--s-10);
}
.map-section {
    margin-top: var(--s-12);
    border-radius: var(--r-xl); overflow: hidden;
    border: 1px solid var(--gl-brd); height: 420px;
}
/* Google Maps beyaz bir dikdörtgen olarak parlamasın */
.map-section iframe {
    width: 100%; height: 100%; border: 0;
    /* Açık temada haritaya filtre uygulanmaz. */
}
@media (min-width: 1024px) { .contact-container { grid-template-columns: 1fr 1.4fr; } }


/* --- Boş liste durumu (blog) -------------------------------------------- */
.aa-empty { text-align: center; padding: var(--s-24) var(--s-6); color: var(--tx-3); }
.aa-empty svg { width: 56px; height: 56px; color: var(--tx-4); margin: 0 auto var(--s-5); }


/* --- KOYU BAND ----------------------------------------------------------
   Açık sayfanın ortasına yerleşen koyu bir bölüm: ritim verir ve mint'in
   yeniden parlamasını sağlar. Tek bir bileşen kopyalanmaz — yalnızca
   token'lar bu kapsam için koyu değerlere çevrilir, alt öğeler zaten
   token'lardan beslendiği için kendiliğinden uyum sağlar.
   Koyu zeminde mint YAZI olarak kullanılabilir (15.5:1), bu yüzden
   --ac-ink burada doğrudan mint'e döner. */
.band-dark {
    --sf-0: #070A10;  --sf-1: #0B111B;  --sf-2: #111827;
    --sf-3: #161E2E;  --sf-4: #1E2739;

    --tx-1: #F4F7FB;  --tx-2: #C3CDDB;  --tx-3: #8A96A8;  --tx-4: #6C7A90;

    --ac-ink: #91FB91;                       /* koyu zeminde mint okunur */
    --ac-line: rgba(145, 251, 145, .32);
    --ac-soft: rgba(145, 251, 145, .13);
    --ac-grad-ink: linear-gradient(135deg, #A8FFAB 0%, #69EC69 100%);
    --ac-glow: 0 0 0 1px rgba(145, 251, 145, .28), 0 10px 34px -8px rgba(105, 236, 105, .45);

    --gl-bg: rgba(255, 255, 255, .045);
    --gl-bg-2: rgba(255, 255, 255, .075);
    --gl-brd: rgba(255, 255, 255, .09);
    --gl-brd-2: rgba(255, 255, 255, .15);
    --gl-hi: inset 0 1px 0 rgba(255, 255, 255, .07);

    --ok: #34D399;  --warn: #FBBF24;  --err: #FF6B6B;  --info: #60A5FA;
    --ok-soft: rgba(52, 211, 153, .13);
    --err-soft: rgba(255, 107, 107, .13);

    --sh-1: 0 1px 2px rgba(0, 0, 0, .55);
    --sh-2: 0 6px 18px -6px rgba(0, 0, 0, .65);
    --sh-3: 0 18px 44px -14px rgba(0, 0, 0, .75);
    --sh-4: 0 36px 84px -22px rgba(0, 0, 0, .85);

    color: var(--tx-2);
}
.band-dark {
    background: var(--sf-0);
    position: relative;
    overflow: hidden;
}
/* Bandın üst/alt kenarında ince mint ışık şeridi */
.band-dark::before,
.band-dark::after {
    content: ''; position: absolute; left: 8%; right: 8%; height: 1px;
    background: linear-gradient(90deg, transparent, var(--ac-line), transparent);
}
.band-dark::before { top: 0; }
.band-dark::after  { bottom: 0; }


/* --- BENTO IZGARASI -----------------------------------------------------
   Eşit kartlar yerine farklı boyutta karolar: sayfaya editoryal bir hava
   verir ve içeriğe önem sırası kazandırır. */
.bento { display: grid; gap: var(--s-4); grid-template-columns: 1fr; }
.bento-tile {
    position: relative; overflow: hidden;
    background: var(--sf-2);
    border: 1px solid var(--gl-brd);
    border-radius: var(--r-lg);
    padding: var(--s-8);
    box-shadow: var(--sh-1);
    display: flex; flex-direction: column;
    transition: transform var(--t-base) var(--ease),
                border-color var(--t-base) var(--ease),
                box-shadow var(--t-base) var(--ease);
}
.bento-tile:hover { transform: translateY(-4px); border-color: var(--ac-line); box-shadow: var(--sh-3); }
.bento-tile .ico {
    display: grid; place-items: center;
    width: 48px; height: 48px; border-radius: var(--r-md);
    background: var(--ac-soft); border: 1px solid var(--ac-line); color: var(--ac-ink);
    margin-bottom: var(--s-5);
    transition: all var(--t-base) var(--ease);
}
.bento-tile .ico svg { width: 22px; height: 22px; }
.bento-tile:hover .ico { background: var(--ac-grad); border-color: transparent; color: var(--tx-on-ac); }
.bento-tile h3 { font-size: var(--fs-h4); margin-bottom: var(--s-3); }
.bento-tile p  { color: var(--tx-3); font-size: var(--fs-sm); }

/* Görsel karosu — metin fotoğrafın üstünde */
.bento-tile.foto { padding: 0; min-height: 300px; justify-content: flex-end; }
.bento-tile.foto img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bento-tile.foto .ust {
    position: relative; z-index: 1; padding: var(--s-8);
    background: linear-gradient(180deg, transparent, rgba(7, 10, 16, .82) 55%);
    color: #fff;
}
.bento-tile.foto .ust h3 { color: #fff; }
.bento-tile.foto .ust p  { color: rgba(255, 255, 255, .82); }

/* Mint vurgu karosu — sayfadaki en güçlü renk bloğu */
.bento-tile.vurgu {
    background: var(--ac-grad);
    border-color: transparent;
    color: var(--tx-on-ac);
    justify-content: center;
}
.bento-tile.vurgu h3, .bento-tile.vurgu p, .bento-tile.vurgu strong { color: var(--tx-on-ac); }
.bento-tile.vurgu .ico { background: rgba(6, 26, 8, .12); border-color: rgba(6, 26, 8, .18); color: var(--tx-on-ac); }
.bento-tile.vurgu:hover .ico { background: rgba(6, 26, 8, .2); color: var(--tx-on-ac); }
.bento-tile.vurgu .rakam {
    font-family: var(--ff-mono); font-variant-numeric: tabular-nums;
    font-size: clamp(38px, 5vw, 60px); font-weight: 800;
    letter-spacing: var(--ls-tight); line-height: 1;
    margin-bottom: var(--s-2);
}

@media (min-width: 768px) {
    .bento { grid-template-columns: repeat(2, 1fr); }
    .bento-tile.foto { grid-column: span 2; }
}
@media (min-width: 1024px) {
    .bento { grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(190px, auto); }
    .bento-tile.foto  { grid-column: span 2; grid-row: span 2; min-height: 0; }
    .bento-tile.genis { grid-column: span 2; }
    .bento-tile.tek   { grid-column: span 1; }
}


/* --- KARŞILAŞTIRMA ------------------------------------------------------ */
.vs-grid { display: grid; gap: var(--s-6); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .vs-grid { grid-template-columns: 1fr 1fr; } }

.vs-card {
    background: var(--sf-2); border: 1px solid var(--gl-brd);
    border-radius: var(--r-lg); padding: var(--s-8);
}
/* Bizim taraf: mint kenarlık ve hafif hâle ile öne çıkar */
.vs-card.bizde {
    border-color: var(--ac-line);
    box-shadow: var(--ac-glow);
}
.vs-card h3 { font-size: var(--fs-h4); margin-bottom: var(--s-2); }
.vs-card .alt { color: var(--tx-4); font-size: var(--fs-sm); margin-bottom: var(--s-6); }
.vs-card ul { display: grid; gap: var(--s-4); }
.vs-card li { display: flex; gap: var(--s-3); align-items: flex-start; font-size: var(--fs-base); }
.vs-card li .im {
    flex: none; display: grid; place-items: center;
    width: 24px; height: 24px; border-radius: 50%;
    margin-top: 1px;
}
.vs-card li .im svg { width: 14px; height: 14px; }
.vs-card.bizde li .im { background: var(--ac-soft); color: var(--ac-ink); }
.vs-card.bizde li     { color: var(--tx-1); }
.vs-card.kendi li .im { background: var(--err-soft); color: var(--err); }
.vs-card.kendi li     { color: var(--tx-3); }
.vs-rozet {
    display: inline-flex; align-items: center; gap: var(--s-2);
    padding: var(--s-1) var(--s-3); border-radius: var(--r-pill);
    background: var(--ac-grad); color: var(--tx-on-ac);
    font-size: var(--fs-xs); font-weight: 700;
    margin-bottom: var(--s-4);
}


/* --- ANASAYFA SSS ------------------------------------------------------- */
.sss-liste { max-width: var(--w-prose); margin-inline: auto; }


/* --- KAPANIŞ ÇAĞRISI BANDI ---------------------------------------------
   .band-dark'ın daha gösterişli hâli: sayfanın finali olduğu için daha
   geniş nefes alanı ve güçlü bir mint hâle alır. Tam genişlikte akar,
   içerik yine konteynerde ortalanır. */
.cta-band { padding-block: clamp(80px, 10vw, 150px); text-align: center; }
.cta-band h2 { font-size: var(--fs-h1); margin-bottom: var(--s-6); }
.cta-band > .bd-container-sm { position: relative; z-index: 1; }
.cta-band p { color: var(--tx-2); font-size: var(--fs-md); max-width: 560px; margin-inline: auto; }
.cta-band .hero-btns { justify-content: center; margin-top: var(--s-12); }
.cta-band .hero-trust { justify-content: center; border-top-color: var(--gl-brd); }
.cta-glow {
    position: absolute; z-index: 0; pointer-events: none;
    left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: min(1000px, 120%); aspect-ratio: 1.7 / 1;
    background: radial-gradient(ellipse at center, rgba(145, 251, 145, .22), transparent 62%);
    filter: blur(30px);
    animation: ctaBreathe 12s ease-in-out infinite;
}
@keyframes ctaBreathe {
    0%, 100% { opacity: .75; transform: translate(-50%, -50%) scale(1); }
    50%      { opacity: 1;   transform: translate(-50%, -50%) scale(1.12); }
}

/* Koyu kapanış bandının hemen ardından alt bilgi gelir; araya boşluk
   konmaz ki koyudan açığa geçiş net bir kenar olsun. Sınırı alt bilginin
   üst kenarındaki mint çizgi belirler. */
.band-dark + .bd-footer { margin-top: 0; }


/* --- 404 ----------------------------------------------------------------- */
.err-page {
    min-height: 72svh; display: grid; place-items: center; text-align: center;
    padding-top: calc(68px + var(--s-16)); padding-bottom: var(--s-24);
    position: relative; overflow: hidden;
}
.err-page::before {
    content: ''; position: absolute; z-index: 0;
    left: 50%; top: 42%; transform: translate(-50%, -50%);
    width: min(620px, 90vw); aspect-ratio: 1;
    background: radial-gradient(circle, rgba(145,251,145,.2), transparent 62%);
    pointer-events: none;
}
.err-page .inner { position: relative; z-index: 1; }
.err-code {
    font-family: var(--ff-mono); font-weight: 900; line-height: .9;
    font-size: clamp(96px, 26vw, 260px);
    letter-spacing: var(--ls-tight);
    color: transparent;
    -webkit-text-stroke: 2px rgba(15, 23, 42, .16);
    margin-bottom: var(--s-6);
}


/* ==========================================================================
   09 — HAREKET
   ========================================================================== */
/* Kaydırmayla beliren öğeler. Eski sürüm her scroll olayında tüm DOM'u
   sorguluyordu; artık IntersectionObserver (app.js) sadece .active ekliyor. */
.reveal {
    opacity: 0; transform: translateY(24px);
    transition: opacity var(--t-reveal) var(--ease-out), transform var(--t-reveal) var(--ease-out);
    will-change: opacity, transform;
}
.reveal.active { opacity: 1; transform: none; }

/* Girişte yumuşak yükselme (hero) */
@keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.anim-up { animation: fadeUp var(--t-reveal) var(--ease-out) both; }
.d-1 { animation-delay: .08s; } .d-2 { animation-delay: .16s; }
.d-3 { animation-delay: .24s; } .d-4 { animation-delay: .32s; }

@keyframes floating { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.float-anim { animation: floating 6s ease-in-out infinite; }

@keyframes spin { to { transform: rotate(360deg); } }
.spinner {
    width: 18px; height: 18px; border-radius: 50%; flex: none;
    border: 2px solid var(--gl-brd); border-top-color: var(--ac-ink);
    animation: spin .7s linear infinite;
}

@keyframes shake {
    10%, 90% { transform: translateX(-2px); } 20%, 80% { transform: translateX(4px); }
    30%, 50%, 70% { transform: translateX(-6px); } 40%, 60% { transform: translateX(6px); }
}
.shake { animation: shake .5s var(--ease); }

/* Hareket azaltma tercihi — eski temada hiç yoktu ve sonsuz nabız/süzülme
   animasyonları koşulsuz çalışıyordu. */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
    .reveal { opacity: 1 !important; transform: none !important; }
    html { scroll-behavior: auto; }

    /* Sonsuz döngüler tamamen kapanır. Genel kural süreyi .01ms'ye indiriyor;
       kayan bant için bu, şeridi bitiş konumuna ışınlamak demek olurdu. */
    .marquee-track,
    .aurora,
    .cta-glow,
    .bd-btn.shine::after,
    .live-dot::after,
    .float-anim,
    .sticky-btn.wa::after { animation: none !important; }
    /* Bant durunca ilk yarı zaten ekranı doldurur; taşan kısım kırpılır. */
    .marquee-track { transform: none !important; }
}


/* ==========================================================================
   10 — YAZDIRMA
   ========================================================================== */
@media print {
    .bd-header, .bd-footer, .sticky-contact-buttons, .bd-nav-overlay { display: none !important; }
    body { background: #fff; color: #000; }
    main.fill { padding: 0; }
    a { color: #000; }
}
