/* ============================================================
   ECOM HUB — Public (tanıtım) sayfaları stili
   sections/lp-head.php tarafından yüklenir.
   ============================================================ */

    body { background: var(--eh-white); color: var(--eh-body); }
    a { text-decoration: none; }
    .kap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

    /* ---------- Üst menü ---------- */
    .lp-nav {
        position: sticky; top: 0; z-index: 100;
        background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
        border-bottom: 1px solid var(--eh-border);
    }
    .lp-nav .ic { display: flex; align-items: center; gap: 28px; height: 82px; }
    .lp-nav img { height: 62px; width: auto; display: block; }
    .lp-nav .menu { display: flex; gap: 26px; margin-left: 18px; }
    .lp-nav .menu a { font-size: 13.5px; font-weight: 600; letter-spacing: .4px; color: var(--eh-ink-2); text-transform: uppercase; }
    .lp-nav .menu a:hover { color: var(--eh-green); }
    .lp-nav .bosluk { flex: 1; }
    .lp-nav .giris { font-size: 13px; font-weight: 700; letter-spacing: .6px; color: var(--eh-ink); text-transform: uppercase; }
    .lp-nav .giris:hover { color: var(--eh-green); }
    .btn-pill {
        display: inline-flex; align-items: center; gap: 8px;
        background: var(--eh-green-900); color: #fff;
        padding: 11px 22px; border-radius: 999px;
        font-size: 12.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
        transition: background .18s, transform .15s;
    }
    .btn-pill:hover { background: var(--eh-green); color: #04343a; transform: translateY(-1px); }
    .btn-pill.yesil { background: var(--eh-green); color: #04343a; }
    .btn-pill.yesil:hover { background: var(--eh-green-600); color: #04343a; }
    .btn-hayalet {
        display: inline-flex; align-items: center; gap: 9px;
        border: 1.5px solid rgba(255,255,255,.35); color: #fff;
        padding: 11px 22px; border-radius: 999px;
        font-size: 12.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
        transition: border-color .18s, background .18s;
    }
    .btn-hayalet:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }

    /* ---------- Hero ---------- */
    .hero {
        background: var(--eh-green-900);
        position: relative; overflow: hidden;
        padding: 74px 0 84px;
    }
    .hero::before {
        content: ''; position: absolute; inset: 0;
        background-image:
            linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
        background-size: 64px 64px;
    }
    .hero::after {
        content: ''; position: absolute; top: -180px; right: -140px;
        width: 620px; height: 620px; border-radius: 50%;
        background: radial-gradient(circle at 35% 35%, rgba(20,245,143,.45), transparent 62%);
    }
    .hero .ic { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }

    .rozet {
        display: inline-flex; align-items: center; gap: 8px;
        border: 1px solid rgba(255,255,255,.22); border-radius: 999px;
        padding: 7px 15px; font-size: 12.5px; font-weight: 600;
        color: rgba(255,255,255,.85); margin-bottom: 22px;
    }
    .rozet i { color: var(--eh-accent); }
    .hero h1 {
        color: #fff; font-size: 54px; font-weight: 800; line-height: 1.08;
        letter-spacing: -1.4px; margin: 0 0 20px;
     color: #fff; }
    .hero h1 em { font-style: normal; color: var(--eh-accent); }
    .hero .alt { color: rgba(255,255,255,.62); font-size: 16.5px; line-height: 1.65; margin: 0 0 30px; max-width: 480px; }
    .hero .cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }

    .cipler { display: flex; gap: 12px; flex-wrap: wrap; }
    .cip {
        display: flex; align-items: center; gap: 11px;
        background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
        border-radius: 12px; padding: 11px 16px;
    }
    .cip i { color: var(--eh-accent); font-size: 17px; }
    .cip .s { color: #fff; font-weight: 700; font-size: 15px; line-height: 1.15; }
    .cip .a { color: rgba(255,255,255,.5); font-size: 11.5px; }

    /* ---------- Hero sağ: panel önizleme ---------- */
    .onizleme {
        background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13);
        border-radius: 16px; padding: 18px;
    }
    .onizleme .baslik { display:flex; align-items:center; justify-content:space-between; margin-bottom: 14px; }
    .onizleme .baslik span { color: rgba(255,255,255,.75); font-size: 12.5px; font-weight: 600; }
    .onizleme .baslik i { color: rgba(255,255,255,.35); }


    /* ---------- Giriş & Kayıt ---------- */
    .erisim-kart:hover { box-shadow: var(--eh-shadow); transform: translateY(-3px); border-color: var(--eh-green-line); }
    .e-btn:hover { border-color:var(--eh-green); color:var(--eh-green); background:var(--eh-green-soft); }

    @media (max-width: 992px) { .erisim-grid { grid-template-columns:1fr; } }

    /* ---------- Bölümler ---------- */
    .bolum { padding: 76px 0; }
    .bolum.gri { background: var(--eh-light); }
    .bolum-basi { max-width: 640px; margin-bottom: 40px; }
    .bolum-basi .ust { color: var(--eh-green); font-size: 12px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; margin: 0 0 12px; }
    .bolum-basi h2 { font-size: 36px; font-weight: 800; color: var(--eh-ink); letter-spacing: -.9px; margin: 0 0 12px; line-height: 1.15; }
    .bolum-basi p { font-size: 16px; color: var(--eh-muted); line-height: 1.65; margin: 0; }

    .ozellikler { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .ozellik { background: #fff; border: 1px solid var(--eh-border); border-radius: 14px; padding: 26px; }
    .ozellik .sim {
        width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
        background: var(--eh-green-soft); color: var(--eh-green); font-size: 20px; margin-bottom: 16px;
    }
    .ozellik h3 { font-size: 17.5px; font-weight: 700; color: var(--eh-ink); margin: 0 0 8px; }
    .ozellik p { font-size: 14px; color: var(--eh-muted); line-height: 1.6; margin: 0; }

    /* ---------- Influencer vitrini ---------- */
    .vitrin-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
    .v-kart {
        background: #fff; border: 1px solid var(--eh-border); border-radius: 14px;
        padding: 22px; text-align: center; transition: box-shadow .18s, transform .18s;
    }
    .v-kart:hover { box-shadow: var(--eh-shadow); transform: translateY(-2px); }
    .v-avatar {
        width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 13px;
        background: linear-gradient(135deg, var(--eh-green), var(--eh-green-700));
        color: #04343a; font-size: 20px; font-weight: 700; display: grid; place-items: center;
    }
    .v-kart .ad { font-size: 15.5px; font-weight: 700; color: var(--eh-ink); margin: 0 0 3px; }
    .v-kart .hd { font-size: 12.5px; color: var(--eh-muted); margin: 0 0 12px; }
    .v-kart .kt {
        display: inline-block; background: var(--eh-green-soft); color: var(--eh-green-800);
        border-radius: 999px; padding: 4px 11px; font-size: 11px; font-weight: 600; margin-bottom: 12px;
    }
    .v-kart .tk { font-size: 13px; color: var(--eh-ink-2); font-weight: 600; }
    .v-kart .tk span { color: var(--eh-muted); font-weight: 400; }

    /* ---------- Kapanış CTA ---------- */
    .kapanis { background: var(--eh-green-900); position: relative; overflow: hidden; padding: 70px 0; text-align: center; }
    .kapanis::after {
        content: ''; position: absolute; bottom: -220px; left: 50%; transform: translateX(-50%);
        width: 700px; height: 700px; border-radius: 50%;
        background: radial-gradient(circle at 50% 30%, rgba(20,245,143,.4), transparent 62%);
    }
    .kapanis .ic { position: relative; z-index: 1; }
    .kapanis h2 { color: #fff; font-size: 38px; font-weight: 800; letter-spacing: -1px; margin: 0 0 14px;  color: #fff; }
    .kapanis p { color: rgba(255,255,255,.6); font-size: 16px; margin: 0 0 28px; }
    .kapanis .cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

    /* ---------- Alt bilgi ---------- */
    .lp-footer {
        background: var(--eh-ink-2);
        color: rgba(255,255,255,.58);
        font-size: 14px;
        border-top: 1px solid rgba(255,255,255,.07);
    }
    .lp-footer a { color: rgba(255,255,255,.58); transition: color .15s ease; }
    .lp-footer a:hover { color: #fff; }

    /* Marka sütunu geniş, bağlantı sütunları eşit */
    .ft-ust {
        display: grid;
        grid-template-columns: minmax(240px, 1.6fr) repeat(3, minmax(140px, 1fr));
        gap: 40px;
        padding: 52px 24px 40px;
    }

    .ft-marka img { height: 84px; width: auto; margin-bottom: 18px; }
    .ft-marka p {
        margin: 0 0 16px;
        max-width: 42ch;
        line-height: 1.7;
        color: rgba(255,255,255,.5);
    }
    .ft-site {
        display: inline-flex; align-items: center; gap: 7px;
        font-weight: 600; color: var(--eh-green) !important;
    }
    .ft-site:hover { color: var(--eh-green) !important; text-decoration: underline; }
    .ft-site i { font-size: 12px; }

    .ft-sutun { display: flex; flex-direction: column; gap: 11px; }
    .ft-sutun h3 {
        margin: 0 0 4px;
        font-size: 12px; font-weight: 700;
        letter-spacing: .09em; text-transform: uppercase;
        color: rgba(255,255,255,.4);
    }

    .ft-alt {
        display: flex; align-items: center; justify-content: space-between;
        flex-wrap: wrap; gap: 10px;
        padding: 18px 24px 26px;
        border-top: 1px solid rgba(255,255,255,.08);
        font-size: 13px;
        color: rgba(255,255,255,.42);
    }
    .ft-alt-not { color: rgba(255,255,255,.32); }

    @media (max-width: 860px) {
        .ft-ust { grid-template-columns: 1fr 1fr; gap: 32px; padding: 40px 24px 32px; }
        .ft-marka { grid-column: 1 / -1; }
    }
    @media (max-width: 520px) {
        .ft-ust { grid-template-columns: 1fr; gap: 28px; }
        .ft-alt { flex-direction: column; align-items: flex-start; }
    }

    @media (max-width: 992px) {
        .hero .ic { grid-template-columns: 1fr; gap: 38px; }
        .hero h1 { font-size: 40px; }
        .ozellikler { grid-template-columns: 1fr; }
        .vitrin-grid { grid-template-columns: repeat(2, 1fr); }
        .lp-nav .menu { display: none; }
        .lp-nav .giris span, .lp-nav .giris { font-size: 12px; }
    }
    @media (max-width: 560px) {
        .hero h1 { font-size: 32px; }
        .bolum-basi h2 { font-size: 28px; }
        .vitrin-grid { grid-template-columns: 1fr; }
    }

    /* ---------- Hero: kampanya akışı önizlemesi ---------- */
    .onizleme .akis { padding: 6px 0; }
    .akis-satir { display: flex; align-items: flex-start; gap: 12px; padding: 11px 4px; border-bottom: 1px solid rgba(255,255,255,.07); }
    .akis-satir:last-child { border-bottom: none; }
    .akis-sim {
        width: 26px; height: 26px; flex: none; border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        background: rgba(255,255,255,.09); color: rgba(255,255,255,.45); font-size: 12px;
    }
    .akis-satir.tamam .akis-sim { background: var(--eh-green); color: #04343a; }
    .akis-satir.aktif .akis-sim { background: rgba(20,245,143,.18); color: var(--eh-green); }
    .akis-satir .ad { font-size: 13.5px; font-weight: 600; color: #fff; }
    .akis-satir .kt { font-size: 12px; color: rgba(255,255,255,.5); margin-top: 1px; }
    .akis-satir:not(.tamam):not(.aktif) .ad { color: rgba(255,255,255,.55); }

    /* ---------- Dört sütunlu özellik ızgarası ---------- */
    .ozellikler.dort { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }

    /* ---------- İçerik türleri ---------- */
    .icerik-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
    .icerik-kart {
        background: #fff; border: 1px solid var(--eh-border); border-radius: 16px;
        padding: 28px 26px; text-align: center;
        transition: border-color .18s, transform .18s;
    }
    .icerik-kart:hover { border-color: var(--eh-green); transform: translateY(-2px); }
    .i-sim {
        width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 14px;
        display: flex; align-items: center; justify-content: center;
        background: var(--eh-green-soft); color: var(--eh-green-800); font-size: 22px;
    }
    .icerik-kart h3 { font-size: 19px; font-weight: 700; color: var(--eh-ink); margin: 0 0 6px; }
    .i-fiyat { font-size: 30px; font-weight: 800; color: var(--eh-ink); line-height: 1.15; margin-bottom: 10px; }
    .i-fiyat span { font-size: 14px; font-weight: 500; color: var(--eh-muted); margin-left: 4px; }
    .icerik-kart p { font-size: 14.5px; color: var(--eh-body); margin: 0; line-height: 1.6; }
    .icerik-not { text-align: center; margin: 24px 0 0; font-size: 14px; color: var(--eh-muted); }

    /* ---------- Güvence ---------- */
    .guvence-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
    .guvence-kart { display: flex; gap: 16px; align-items: flex-start; }
    .g-sim {
        width: 44px; height: 44px; flex: none; border-radius: 12px;
        display: flex; align-items: center; justify-content: center;
        background: var(--eh-green-900); color: var(--eh-green); font-size: 19px;
    }
    .guvence-kart h3 { font-size: 17px; font-weight: 700; color: var(--eh-ink); margin: 2px 0 6px; }
    .guvence-kart p { font-size: 14.5px; color: var(--eh-body); margin: 0; line-height: 1.6; }

    /* ---------- Sektör bulutu ---------- */
    .sektor-bulut { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
    .sektor-rozet {
        background: #fff; border: 1px solid var(--eh-border); border-radius: 999px;
        padding: 9px 18px; font-size: 14px; font-weight: 500; color: var(--eh-ink-2);
        transition: border-color .15s, color .15s;
    }
    .sektor-rozet:hover { border-color: var(--eh-green); color: var(--eh-green-800); }

    /* ---------- İkili bölüm (influencerlar için) ---------- */
    .ikili { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
    .ikili .ust { font-size: 12.5px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--eh-green-800); margin: 0 0 10px; }
    .ikili h2 { font-size: 34px; font-weight: 800; color: var(--eh-ink); margin: 0 0 14px; line-height: 1.2; }
    .ikili-alt { font-size: 16px; color: var(--eh-body); line-height: 1.7; margin: 0 0 20px; }
    .madde { list-style: none; padding: 0; margin: 0 0 26px; }
    .madde li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--eh-body); padding: 7px 0; }
    .madde li i { color: var(--eh-green-800); font-size: 16px; margin-top: 2px; flex: none; }

    .ikili-gorsel { display: flex; justify-content: flex-end; }
    .teklif-kart {
        background: #fff; border: 1px solid var(--eh-border); border-radius: 18px;
        padding: 24px; box-shadow: 0 18px 50px rgba(11,27,18,.10);
        max-width: 380px; margin-left: auto;
    }
    .t-ust { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
    .t-etiket { background: var(--eh-green-soft); color: var(--eh-green-800); font-size: 11.5px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; padding: 4px 11px; border-radius: 999px; }
    .t-sure { font-size: 12.5px; color: var(--eh-muted); }
    .t-baslik { font-size: 18px; font-weight: 700; color: var(--eh-ink); margin-bottom: 16px; }
    .t-satir { display: flex; justify-content: space-between; padding: 9px 0; border-top: 1px solid var(--eh-border); font-size: 14.5px; color: var(--eh-muted); }
    .t-satir b { color: var(--eh-ink); font-weight: 600; }
    .t-para { color: var(--eh-green-800) !important; font-size: 17px; font-weight: 800 !important; }
    .t-dugmeler { display: flex; gap: 9px; margin-top: 18px; }
    .t-btn { flex: 1; text-align: center; padding: 10px; border-radius: 10px; border: 1px solid var(--eh-border); font-size: 13.5px; font-weight: 600; color: var(--eh-ink-2); }
    .t-btn.dolu { background: var(--eh-green); border-color: var(--eh-green); color: #04343a; }

    @media (max-width: 900px) {
        .ikili { grid-template-columns: 1fr; gap: 34px; }
        .ikili-gorsel { display: flex; justify-content: flex-end; }
    .teklif-kart { margin: 0 auto; }
        .ikili h2 { font-size: 27px; }
    }

/* ---------- Menüde aktif sayfa ---------- */
.lp-nav .menu a.aktif { color: var(--eh-green-800); }

/* ---------- Sayfa başlığı (iç sayfalar) ---------- */
.sayfa-basi { background: var(--eh-green-900); color: #fff; padding: 62px 0 54px; text-align: center; }
.sayfa-basi .ust { font-size: 12.5px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: var(--eh-green); margin: 0 0 12px; }
.sayfa-basi h1 { font-size: 40px; font-weight: 800; margin: 0 0 14px; line-height: 1.18; color: #fff; }
.sayfa-basi p { font-size: 17px; color: rgba(255,255,255,.72); margin: 0 auto; max-width: 640px; line-height: 1.7; }

/* ---------- Adım listesi (nasıl çalışır) ---------- */
.adimlar { display: flex; flex-direction: column; gap: 0; max-width: 780px; margin: 0 auto; }
.adim { display: flex; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--eh-border); }
.adim:last-child { border-bottom: none; }
.adim-no {
    width: 44px; height: 44px; flex: none; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: var(--eh-green-soft); color: var(--eh-green-800);
    font-size: 17px; font-weight: 800;
}
.adim h3 { font-size: 19px; font-weight: 700; color: var(--eh-ink); margin: 6px 0 8px; }
.adim p { font-size: 15.5px; color: var(--eh-body); margin: 0; line-height: 1.7; }
.adim .kim { display: inline-block; margin-top: 10px; font-size: 12px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; background: var(--eh-light); color: var(--eh-muted); }

/* ---------- Public influencer listesi ---------- */
.lp-filtre { background: #fff; border: 1px solid var(--eh-border); border-radius: 14px; padding: 18px 20px; margin-bottom: 26px; }
.lp-filtre form { display: grid; grid-template-columns: 2fr 1.5fr 1fr 1fr auto; gap: 12px; align-items: end; }
.lp-filtre label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--eh-muted); margin-bottom: 5px; }
.lp-filtre input, .lp-filtre select { width: 100%; padding: 10px 12px; border: 1px solid var(--eh-border); border-radius: 9px; font: inherit; font-size: 14px; background: #fff; }
.lp-filtre input:focus, .lp-filtre select:focus { outline: none; border-color: var(--eh-green); box-shadow: 0 0 0 3px var(--eh-green-soft); }
.lp-filtre button { padding: 10px 20px; border: none; border-radius: 9px; background: var(--eh-green-900); color: #fff; font: inherit; font-size: 13.5px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.lp-filtre button:hover { background: var(--eh-green); color: #04343a; }
.lp-sonuc { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; font-size: 14px; color: var(--eh-muted); flex-wrap: wrap; gap: 10px; }
.lp-sonuc b { color: var(--eh-ink); }
.sayfalama { display: flex; gap: 6px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.sayfalama a, .sayfalama span {
    min-width: 38px; height: 38px; padding: 0 12px; border-radius: 9px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--eh-border); background: #fff; color: var(--eh-ink-2);
    font-size: 14px; font-weight: 600;
}
.sayfalama a:hover { border-color: var(--eh-green); color: var(--eh-green-800); }
.sayfalama .simdi { background: var(--eh-green); border-color: var(--eh-green); color: #04343a; }
.v-kart .etk { display: inline-block; margin-top: 6px; font-size: 12px; font-weight: 600; color: var(--eh-green-800); background: var(--eh-green-soft); padding: 2px 9px; border-radius: 999px; }

@media (max-width: 860px) {
    .lp-filtre form { grid-template-columns: 1fr 1fr; }
    .lp-filtre button { grid-column: 1 / -1; }
    .sayfa-basi h1 { font-size: 30px; }
    .sayfa-basi { padding: 46px 0 40px; }
    .adim { gap: 16px; }
}

/* ---------- Dar içerik sütunu (form sayfaları) ---------- */
.kap.dar { max-width: 720px; }

/* ---------- Public form ---------- */
.lp-form { background: #fff; border: 1px solid var(--eh-border); border-radius: 16px; padding: 32px; }
.form-satir { display: grid; gap: 18px; }
.form-satir.iki { grid-template-columns: 1fr 1fr; }
.form-alan { margin-bottom: 18px; }
.form-satir .form-alan { margin-bottom: 0; }
.form-satir { margin-bottom: 18px; }
.form-alan label { display: block; font-size: 13px; font-weight: 700; letter-spacing: .3px; color: var(--eh-ink); margin-bottom: 7px; }
.form-alan .zor { color: var(--eh-red); }
.form-alan .ops { font-weight: 500; color: var(--eh-muted); letter-spacing: 0; }
.form-alan input, .form-alan select, .form-alan textarea {
    width: 100%; padding: 12px 14px; border: 1px solid var(--eh-border); border-radius: 10px;
    font: inherit; font-size: 15px; background: #fff; color: var(--eh-ink);
}
.form-alan textarea { resize: vertical; line-height: 1.6; }
.form-alan input:focus, .form-alan select:focus, .form-alan textarea:focus {
    outline: none; border-color: var(--eh-green); box-shadow: 0 0 0 3px var(--eh-green-soft);
}
.onek-alan { display: flex; align-items: stretch; border: 1px solid var(--eh-border); border-radius: 10px; overflow: hidden; }
.onek-alan:focus-within { border-color: var(--eh-green); box-shadow: 0 0 0 3px var(--eh-green-soft); }
.onek-alan .onek { display: flex; align-items: center; padding: 0 12px; background: var(--eh-light); color: var(--eh-muted); font-weight: 600; border-right: 1px solid var(--eh-border); }
.onek-alan input { border: none; border-radius: 0; }
.onek-alan input:focus { box-shadow: none; }

.form-gonder {
    width: 100%; margin-top: 6px; padding: 14px; border: none; border-radius: 999px;
    background: var(--eh-green); color: #04343a;
    font: inherit; font-size: 14px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase;
    cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    transition: background .18s;
}
.form-gonder:hover { background: var(--eh-green-600); }
.form-not { margin: 16px 0 0; font-size: 13px; color: var(--eh-muted); text-align: center; line-height: 1.6; }
.form-uyari {
    background: #fff5f5; border: 1px solid var(--eh-red); color: var(--eh-red);
    border-radius: 12px; padding: 14px 18px; margin-bottom: 20px; font-size: 14.5px; font-weight: 500;
}

/* Bal küpü: ekrandan kaldırılır ama ekran okuyucuya da gösterilmez */
.bal-kupu { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Form sonucu ---------- */
.form-sonuc { background: #fff; border: 1px solid var(--eh-border); border-radius: 16px; padding: 48px 32px; text-align: center; }
.fs-sim {
    width: 62px; height: 62px; margin: 0 auto 18px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: var(--eh-green); color: #04343a; font-size: 30px;
}
.form-sonuc h2 { font-size: 26px; font-weight: 800; color: var(--eh-ink); margin: 0 0 10px; }
.form-sonuc p { font-size: 15.5px; color: var(--eh-body); line-height: 1.7; margin: 0 auto 22px; max-width: 460px; }
.form-sonuc .cta { display: flex; gap: 12px; flex-wrap: wrap; }

@media (max-width: 640px) {
    .form-satir.iki { grid-template-columns: 1fr; }
    .lp-form { padding: 22px; }
}

/* ============================================================
   Yatay taşma düzeltmeleri
   ------------------------------------------------------------
   Üst menü tek satır flex; logo + menü + iki giriş bağlantısı +
   düğme dar ekranda kabı aşıyor ve sayfa yana kayıyordu.
   Bu da ortalanmış bölümlerin ortasız görünmesine yol açıyordu.
   ============================================================ */
html, body { overflow-x: hidden; max-width: 100%; }

.lp-nav .ic { flex-wrap: nowrap; gap: 20px; min-width: 0; }
.lp-nav .menu { min-width: 0; gap: 20px; }
.lp-nav .giris { white-space: nowrap; }
.lp-nav .btn-pill { white-space: nowrap; flex: none; }

@media (max-width: 1100px) {
    .lp-nav .menu { display: none; }
}

/* ---------- Mobil menü (hamburger) ---------- */
.lp-hamb {
    display: none; flex: none;
    width: 40px; height: 40px; padding: 0;
    align-items: center; justify-content: center;
    background: transparent; border: 1px solid var(--eh-border); border-radius: 10px;
    color: var(--eh-ink); font-size: 22px; line-height: 1; cursor: pointer;
}
.lp-hamb:hover { border-color: var(--eh-green-700); color: var(--eh-green-800); }
.lp-mobil {
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--eh-white); border-bottom: 1px solid var(--eh-border);
    box-shadow: var(--eh-shadow);
    max-height: calc(100vh - 82px); overflow-y: auto;
}
.lp-mobil[hidden] { display: none; }
.lp-mobil .kap { display: flex; flex-direction: column; padding-top: 8px; padding-bottom: 16px; }
.lp-mobil a:not(.btn-pill) {
    display: flex; align-items: center; gap: 10px;
    padding: 13px 0; border-bottom: 1px solid var(--eh-gray);
    font-size: 14px; font-weight: 600; letter-spacing: .4px; text-transform: uppercase;
    color: var(--eh-ink-2);
}
.lp-mobil a:not(.btn-pill):hover, .lp-mobil a.aktif { color: var(--eh-green-800); }
.lp-mobil .lp-mobil-ayrac { height: 8px; }
.lp-mobil .btn-pill { justify-content: center; margin-top: 14px; }

@media (max-width: 1100px) {
    .lp-hamb { display: inline-flex; }
}
@media (max-width: 520px) {
    /* giriş bağlantıları mobil menüde de var; satır sığsın */
    .lp-nav .ic > .giris { display: none; }
}
@media (min-width: 1101px) {
    .lp-mobil { display: none !important; }
}
@media (max-width: 820px) {
    /* giriş bağlantıları yalnızca simge kalsın */
    .lp-nav .giris { font-size: 0; }
    .lp-nav .giris i { font-size: 17px; }
}
@media (max-width: 520px) {
    .lp-nav .ic { gap: 12px; height: 70px; }
    .lp-nav img { height: 50px; }
    .lp-nav .btn-pill { padding: 9px 14px; font-size: 11px; }
}

/* ---------- Sayfa başlığı: içerik gerçekten ortada dursun ---------- */
.sayfa-basi .kap { display: flex; flex-direction: column; align-items: center; }
.sayfa-basi h1 { max-width: 760px; margin-left: auto; margin-right: auto; }
.sayfa-basi .ust { width: 100%; }

/* ---------- Hero: taşmayı engelle ---------- */
.hero .ic > * { min-width: 0; }
.onizleme { max-width: 100%; }

/* ============================================================
   ÇALIŞMALARIMIZ — UGC vitrini
   ============================================================ */

    /* ---------- Başlık bölümü ---------- */
    .cl-bas { padding: 44px 0 26px; }
    .cl-etiket {
        display: inline-block; margin-bottom: 16px;
        padding: 5px 12px; border-radius: 999px;
        background: var(--eh-green-50, #e6fef4); color: var(--eh-green-900, #04343a);
        font-size: 11px; font-weight: 700; letter-spacing: .12em;
    }
    .cl-bas h1 {
        margin: 0 0 18px;
        font-size: 46px; font-weight: 800; letter-spacing: -1.4px; line-height: 1.12;
        color: var(--eh-ink-2);
    }
    .cl-bas-alt {
        display: flex; align-items: center; justify-content: space-between;
        gap: 28px; flex-wrap: wrap; margin-bottom: 26px;
    }
    .cl-bas-alt p { margin: 0; max-width: 46ch; font-size: 15px; line-height: 1.7; color: var(--eh-muted); }

    /* ---------- Arama ---------- */
    .cl-arama {
        display: flex; align-items: center; gap: 10px;
        min-width: 320px; flex: 1 1 320px; max-width: 430px;
        padding: 10px 10px 10px 18px;
        border: 1px solid var(--eh-border); border-radius: 999px;
        background: #fff;
        transition: border-color .15s ease, box-shadow .15s ease;
    }
    .cl-arama:focus-within { border-color: var(--eh-green); box-shadow: 0 0 0 4px rgba(20,245,143,.16); }
    .cl-arama > i { color: var(--eh-muted); font-size: 15px; }
    .cl-arama input {
        flex: 1; min-width: 0;
        border: 0; outline: none; background: none;
        font-size: 14.5px; font-family: inherit; color: var(--eh-ink-2);
    }
    .cl-arama input::-webkit-search-cancel-button { cursor: pointer; }
    .cl-arama-btn {
        flex: none; width: 34px; height: 34px;
        display: grid; place-items: center;
        border: 0; border-radius: 999px;
        background: var(--eh-ink-2); color: #fff; cursor: pointer;
    }
    .cl-arama-btn:hover { background: var(--eh-green); color: var(--eh-green-900, #04343a); }

    /* ---------- Filtre şeridi ---------- */
    .cl-filtreler { display: flex; align-items: center; gap: 16px; }
    .cl-cipler {
        display: flex; gap: 8px; flex: 1; min-width: 0;
        overflow-x: auto; padding-bottom: 6px;
        scrollbar-width: thin;
    }
    .cl-cip {
        flex: none;
        padding: 8px 16px; border-radius: 999px;
        border: 1px solid var(--eh-border); background: #fff;
        font-size: 13.5px; font-weight: 600; color: var(--eh-muted);
        white-space: nowrap; transition: all .15s ease;
    }
    .cl-cip:hover { border-color: var(--eh-ink-2); color: var(--eh-ink-2); }
    .cl-cip.aktif { background: var(--eh-ink-2); border-color: var(--eh-ink-2); color: #fff; }
    .cl-toplam { flex: none; font-size: 11px; font-weight: 700; letter-spacing: .1em; color: var(--eh-muted); }
    .cl-toplam b { color: var(--eh-ink-2); font-size: 13px; }

    /* ---------- Vitrin ızgarası ---------- */
    .cl-vitrin { padding: 8px 0 72px; }
    .cl-sonuc { margin: 0 0 20px; font-size: 14px; color: var(--eh-muted); }
    .cl-sifirla { margin-left: 10px; color: var(--eh-green-900, #04343a); font-weight: 600; text-decoration: underline; }

    .cl-izgara { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
    .cl-kart {
        border: 1px solid var(--eh-border); border-radius: 16px;
        background: #fff; overflow: hidden;
        transition: box-shadow .18s ease, transform .18s ease;
    }
    .cl-kart:hover { box-shadow: 0 14px 36px rgba(4,52,58,.13); transform: translateY(-2px); }

    .cl-kapak {
        display: block; position: relative; width: 100%;
        aspect-ratio: 9 / 13;                 /* dikey reels oranına yakın kırpım */
        border: 0; padding: 0; background: #0d1416; cursor: pointer;
    }
    .cl-kapak img, .cl-kapak video { width: 100%; height: 100%; object-fit: cover; display: block; }
    .cl-oynat {
        position: absolute; inset: 0; margin: auto;
        width: 52px; height: 52px;
        display: grid; place-items: center;
        border-radius: 999px;
        background: rgba(255,255,255,.9); color: #0d1416; font-size: 24px;
        opacity: 0; transition: opacity .18s ease;
    }
    .cl-kapak:hover .cl-oynat, .cl-kapak:focus-visible .cl-oynat { opacity: 1; }
    .cl-skor-rozet {
        position: absolute; top: 10px; right: 10px;
        min-width: 30px; padding: 4px 8px;
        border-radius: 8px;
        background: rgba(13,20,22,.72); backdrop-filter: blur(4px);
        color: var(--eh-green); font-size: 12px; font-weight: 800;
    }
    .cl-kart-alt { padding: 14px 16px 16px; }
    .cl-kart-alt h3 { margin: 0 0 5px; font-size: 15px; font-weight: 700; color: var(--eh-ink-2); }
    .cl-kart-alt p  { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .09em; color: var(--eh-muted); }

    /* ---------- Boş durum + sayfalama ---------- */
    .cl-bos { text-align: center; padding: 70px 20px; color: var(--eh-muted); }
    .cl-bos i { font-size: 42px; opacity: .4; }
    .cl-bos h3 { margin: 16px 0 6px; font-size: 20px; color: var(--eh-ink-2); }
    .cl-bos p  { margin: 0 0 20px; }

    .cl-sayfalar { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
    .cl-sayfa {
        min-width: 38px; height: 38px;
        display: grid; place-items: center;
        border: 1px solid var(--eh-border); border-radius: 10px;
        font-size: 14px; font-weight: 600; color: var(--eh-muted);
    }
    .cl-sayfa.aktif { background: var(--eh-ink-2); border-color: var(--eh-ink-2); color: #fff; }

    /* ---------- Detay penceresi ---------- */
    .cl-perde {
        position: fixed; inset: 0; z-index: 1200;
        display: flex; align-items: center; justify-content: center;
        padding: 26px;
        background: rgba(6,10,12,.82); backdrop-filter: blur(4px);
    }
    .cl-perde[hidden] { display: none; }
    .cl-pencere {
        position: relative;
        display: grid; grid-template-columns: minmax(0, 1fr) 390px;
        width: min(1100px, 100%); height: min(840px, 92vh);
        border-radius: 18px; overflow: hidden;
        background: #14121c;
        box-shadow: 0 30px 80px rgba(0,0,0,.6);
    }
    .cl-kapat {
        position: absolute; top: 14px; right: 14px; z-index: 3;
        width: 34px; height: 34px;
        display: grid; place-items: center;
        border: 0; border-radius: 999px;
        background: rgba(255,255,255,.12); color: #fff; font-size: 14px; cursor: pointer;
    }
    .cl-kapat:hover { background: rgba(255,255,255,.24); }

    .cl-oynatici { background: #000; display: grid; place-items: center; min-width: 0; }
    .cl-oynatici video { width: 100%; height: 100%; object-fit: contain; }

    /* ---------- Detay paneli ---------- */
    .cl-panel { overflow-y: auto; padding: 30px 28px 34px; color: rgba(255,255,255,.72); }
    .cl-panel::-webkit-scrollbar { width: 8px; }
    .cl-panel::-webkit-scrollbar-thumb { background: rgba(255,255,255,.16); border-radius: 8px; }

    .cl-detay-etiket { font-size: 10.5px; font-weight: 700; letter-spacing: .14em; color: rgba(255,255,255,.4); }
    .cl-detay-bas h2 { margin: 10px 0 4px; font-size: 25px; font-weight: 700; color: #fff; letter-spacing: -.4px; }
    .cl-detay-kat  { margin: 0 0 16px; font-size: 13px; color: rgba(255,255,255,.42); }
    .cl-detay-acik { margin: 0; font-size: 14px; line-height: 1.75; }

    .cl-analiz { margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
    .cl-analiz-bas {
        margin: 0 0 18px;
        font-size: 11.5px; font-weight: 700; letter-spacing: .13em;
        color: #a78bfa;
    }
    .cl-skor { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
    .cl-skor-sayi { font-size: 46px; font-weight: 800; line-height: 1; color: #fff; letter-spacing: -1.5px; }
    .cl-skor-yazi { display: flex; flex-direction: column; gap: 3px; }
    .cl-skor-yazi b  { font-size: 11px; font-weight: 700; letter-spacing: .1em; color: rgba(255,255,255,.55); }
    .cl-skor-yazi em { font-style: normal; font-size: 13px; color: rgba(255,255,255,.42); }
    .cl-analiz-ozet { margin: 0 0 24px; font-size: 14px; line-height: 1.75; }

    .cl-olcutler { display: flex; flex-direction: column; gap: 14px; margin-bottom: 26px; }
    .cl-olcut-bas { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 7px; }
    .cl-olcut-bas span { font-size: 13.5px; color: rgba(255,255,255,.8); }
    .cl-olcut-bas b    { font-size: 13px; font-weight: 700; color: #fff; }
    .cl-bar { height: 4px; border-radius: 4px; background: rgba(255,255,255,.12); overflow: hidden; }
    .cl-bar span { display: block; height: 100%; border-radius: 4px; background: var(--eh-green); }

    .cl-madde-bas {
        margin: 0 0 12px;
        font-size: 11px; font-weight: 700; letter-spacing: .13em;
        color: rgba(255,255,255,.45);
    }
    .cl-maddeler { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
    .cl-maddeler li { display: flex; gap: 10px; font-size: 13.5px; line-height: 1.65; }
    .cl-maddeler i { flex: none; margin-top: 3px; font-size: 13px; }
    .cl-madde-arti i { color: var(--eh-green); }
    .cl-madde-eksi i { color: #fbbf24; }

    /* ---------- Detay CTA ---------- */
    .cl-cta {
        margin-top: 8px; padding: 22px;
        border-radius: 14px;
        background: rgba(167,139,250,.12); border: 1px solid rgba(167,139,250,.28);
    }
    .cl-cta h3 { margin: 0 0 8px; font-size: 16px; font-weight: 700; color: #fff; }
    .cl-cta p  { margin: 0 0 16px; font-size: 13.5px; line-height: 1.7; }
    .cl-cta-btn {
        display: inline-flex; align-items: center; gap: 8px;
        padding: 11px 20px; border-radius: 999px;
        background: var(--eh-green); color: #04343a !important;
        font-size: 14px; font-weight: 700;
    }
    .cl-cta-btn:hover { filter: brightness(1.06); }

    /* ---------- Duyarlılık ---------- */
    @media (max-width: 1100px) { .cl-izgara { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 900px) {
        .cl-bas h1 { font-size: 34px; }

        /* Mobilde pencere ızgara DEĞİL, tek akış olmalı.
           Izgarada video 1fr ile ekranın yarısından fazlasını alıyor,
           analiz metni de 46vh'lik dar bir kutuya sıkışıp okunmuyordu.
           Artık: video üstte sabit ve küçük, metin tam genişlikte akıyor. */
        .cl-perde   { padding: 0; align-items: stretch; }
        .cl-pencere {
            display: block;
            width: 100%;
            height: 100vh;
            height: 100dvh;                 /* adres çubuğu açılıp kapanınca kırpılmasın */
            max-height: none;
            border-radius: 0;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            overscroll-behavior: contain;
        }

        .cl-oynatici {
            position: sticky; top: 0; z-index: 2;
            display: block; height: auto;
            box-shadow: 0 10px 24px rgba(0,0,0,.45);
        }
        .cl-oynatici video {
            width: 100%; height: auto;
            max-height: 42vh;
            max-height: 42dvh;
            object-fit: contain;
            display: block;
        }

        /* Panel kendi içinde kaymasın — pencerenin akışına katılsın */
        .cl-panel {
            overflow: visible;
            max-height: none;
            padding: 22px 18px 44px;
            font-size: 14.5px;
            color: rgba(255,255,255,.8);
        }

        /* Kapatma düğmesi videonun üstünde, her zaman erişilebilir */
        .cl-kapat {
            position: fixed; top: 12px; right: 12px; z-index: 5;
            width: 38px; height: 38px;
            background: rgba(6,10,12,.66);
            backdrop-filter: blur(6px);
        }

        .cl-detay-bas h2 { font-size: 22px; }
        .cl-detay-acik, .cl-analiz-ozet { font-size: 14.5px; }
        .cl-maddeler li  { font-size: 14px; }
        .cl-olcut-bas span { font-size: 14px; }
    }
    @media (max-width: 700px) { .cl-izgara { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
    @media (max-width: 420px) { .cl-izgara { grid-template-columns: 1fr; } }

/* ============================================================
   ANASAYFA — Kampanya slider'ı (.aks)
   Her kampanya tek slayt; içerik /root/basvuru-kampanyalari'dan.
   Kaydırma assets/js/eh-slider.js (data-bsl) ile yapılır.
   Önek "aks-": app.css'teki .ks-* (influencer kampanya kartları)
   ile çakışmasın diye; .ks-sayac/.ks-btn orada başka stil taşır.
   ============================================================ */
.aks-bolum {
    padding: 72px 0 84px;
    background:
        radial-gradient(60% 80% at 100% 0%, rgba(20,245,143,.10), transparent 60%),
        var(--eh-light);
}

/* başlık satırı */
.aks-bas { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.aks-bas h2 { font-size: 40px; font-weight: 800; letter-spacing: -1px; line-height: 1.1; color: var(--eh-ink); margin: 12px 0 8px; }
.aks-bas p { font-size: 16px; color: var(--eh-muted); margin: 0; max-width: 560px; }
.aks-canli {
    display: inline-flex; align-items: center; gap: 9px;
    background: var(--eh-green-soft); color: var(--eh-green-800);
    border: 1px solid var(--eh-green-line); border-radius: 999px;
    padding: 6px 14px 6px 12px;
    font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}
.aks-nabiz { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--eh-green-700); }
.aks-nabiz::after {
    content: ''; position: absolute; inset: 0; border-radius: 50%;
    background: var(--eh-green-700); animation: aks-nabiz 1.8s ease-out infinite;
}
@keyframes aks-nabiz { from { transform: scale(1); opacity: .7; } to { transform: scale(3); opacity: 0; } }

.aks-oklar { display: flex; gap: 10px; flex: none; }
.aks-oklar button {
    width: 52px; height: 52px; border-radius: 50%; cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    background: #fff; border: 1px solid var(--eh-border); color: var(--eh-ink); font-size: 19px;
    transition: background .18s, color .18s, border-color .18s, transform .15s;
}
.aks-oklar button:hover { background: var(--eh-green-900); border-color: var(--eh-green-900); color: #fff; transform: translateY(-1px); }

/* kart / pencere */
.aks-pencere {
    position: relative; overflow: hidden; border-radius: 28px;
    background:
        radial-gradient(70% 90% at 92% 8%, rgba(20,245,143,.30), transparent 58%),
        radial-gradient(50% 70% at 0% 100%, rgba(20,245,143,.12), transparent 60%),
        linear-gradient(135deg, #04343a 0%, #052b30 55%, #031f24 100%);
    box-shadow: 0 30px 70px rgba(4,52,58,.28), 0 0 0 1px rgba(255,255,255,.04) inset;
}
.aks-pencere::before {
    content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 2;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(90deg, #000, transparent 70%);
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 70%);
}
.aks-pencere::after {   /* üst kenarda ince parıltı */
    content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; z-index: 3;
    background: linear-gradient(90deg, transparent, rgba(20,245,143,.7), transparent);
}
.aks-ray { display: flex; transition: transform .6s cubic-bezier(.4,0,.2,1); will-change: transform; }
@media (prefers-reduced-motion: reduce) { .aks-ray { transition: none; } .aks-nabiz::after { animation: none; } }

.aks-slayt {
    flex: 0 0 100%; min-width: 100%; position: relative; z-index: 1;
    display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    align-items: center; gap: 48px;
    min-height: 520px; padding: 56px 64px 76px;
}
.aks-ic { position: relative; z-index: 4; min-width: 0; }

.aks-logo {
    display: flex; width: max-content; max-width: 100%; align-items: center; justify-content: center;
    background: #fff; border-radius: 14px; padding: 10px 18px; margin-bottom: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    transition: transform .18s;
}
.aks-logo:hover { transform: translateY(-2px); }
.aks-logo img { display: block; height: 40px; width: auto; max-width: 220px; object-fit: contain; }

.aks-rozet {
    display: inline-flex; align-items: center; gap: 7px; margin-bottom: 16px;
    background: rgba(20,245,143,.14); border: 1px solid rgba(20,245,143,.35); color: var(--eh-green);
    border-radius: 999px; padding: 6px 14px;
    font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}
.aks-slayt h3 {
    color: #fff; font-size: 52px; font-weight: 800; line-height: 1.05; letter-spacing: -1.4px;
    margin: 0 0 16px; text-wrap: balance;
}
.aks-slayt p { color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.6; margin: 0 0 28px; max-width: 48ch; }

.aks-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.aks-btn {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--eh-green); color: #04343a;
    padding: 16px 30px; border-radius: 999px;
    font-size: 14px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
    box-shadow: 0 12px 30px rgba(20,245,143,.35);
    transition: transform .15s, box-shadow .18s, background .18s;
}
.aks-btn:hover { background: var(--eh-green-600); color: #04343a; transform: translateY(-2px); box-shadow: 0 16px 38px rgba(20,245,143,.45); }
.aks-btn i { transition: transform .18s; }
.aks-btn:hover i { transform: translateX(3px); }

/* geri sayım — koyu zemin */
.aks .aks-sayac { margin-top: 26px; }
.aks .aks-sayac .sy-ust { color: rgba(255,255,255,.6); }
.aks .aks-sayac .sy-kutu { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); min-width: 62px; }
.aks .aks-sayac .sy-kutu b { color: #fff; font-size: 22px; }
.aks .aks-sayac .sy-kutu small { color: rgba(255,255,255,.6); }
.aks .aks-sayac .sy-bitti { color: #fff; }

/* sağ: büyük görsel */
.aks-gorsel { position: relative; z-index: 4; display: flex; justify-content: center; align-items: center; }
.aks-gorsel::before {   /* görselin arkasındaki yeşil hale */
    content: ''; position: absolute; width: 88%; aspect-ratio: 1; border-radius: 50%;
    background: radial-gradient(circle, rgba(20,245,143,.38), transparent 68%);
    filter: blur(10px);
}
.aks-gorsel > img {
    position: relative; width: 100%; max-width: 420px; aspect-ratio: 1; object-fit: cover;
    border-radius: 26px; border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 0 0 10px rgba(255,255,255,.04), 0 30px 60px rgba(0,0,0,.45);
    transform: rotate(2.5deg); transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.aks-slayt:hover .aks-gorsel > img { transform: rotate(0) scale(1.02); }
.aks-gorsel-logo, .aks-gorsel-bos {
    position: relative; width: 100%; max-width: 380px; aspect-ratio: 1; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: #fff; box-shadow: 0 0 0 12px rgba(255,255,255,.06), 0 30px 60px rgba(0,0,0,.4);
}
.aks-gorsel-logo img { width: 66%; height: auto; max-height: 50%; object-fit: contain; }
.aks-gorsel-bos { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); }
.aks-gorsel-bos i { color: var(--eh-green); font-size: 110px; }

/* noktalar (eh-slider.js .bsl-nokta üretir) */
.aks-noktalar { position: absolute; z-index: 5; left: 64px; bottom: 30px; display: flex; gap: 8px; }
.aks-noktalar .bsl-nokta {
    width: 10px; height: 10px; padding: 0; border: none; border-radius: 999px; cursor: pointer;
    background: rgba(255,255,255,.3); transition: width .3s, background .3s;
}
.aks-noktalar .bsl-nokta:hover { background: rgba(255,255,255,.6); }
.aks-noktalar .bsl-nokta.aktif { width: 34px; background: var(--eh-green); }

/* --- tablet --- */
@media (max-width: 1100px) {
    .aks-slayt { padding: 48px 44px 72px; gap: 32px; min-height: 480px; }
    .aks-slayt h3 { font-size: 42px; }
    .aks-noktalar { left: 44px; }
}
/* --- mobil: görsel üstte, metin altta --- */
@media (max-width: 820px) {
    .aks-bolum { padding: 52px 0 60px; }
    .aks-bas { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 22px; }
    .aks-bas h2 { font-size: 30px; }
    .aks-bas p { font-size: 15px; }
    .aks-oklar { display: none; }
    .aks-pencere { border-radius: 22px; }
    .aks-slayt { grid-template-columns: minmax(0, 1fr); gap: 26px; min-height: 0; padding: 26px 22px 64px; }
    .aks-gorsel { order: -1; }
    .aks-gorsel > img { max-width: none; aspect-ratio: 4 / 3; border-radius: 18px; transform: none; }
    .aks-slayt:hover .aks-gorsel > img { transform: none; }
    .aks-gorsel-logo, .aks-gorsel-bos { max-width: 220px; }
    .aks-gorselsiz .aks-gorsel { display: none; }
    .aks-slayt h3 { font-size: 32px; letter-spacing: -.8px; }
    .aks-slayt p { font-size: 16px; margin-bottom: 22px; }
    .aks-logo { margin-bottom: 16px; padding: 8px 14px; }
    .aks-logo img { height: 30px; }
    .aks-btn { width: 100%; justify-content: center; padding: 15px 24px; }
    .aks-noktalar { left: 22px; bottom: 24px; }
}
@media (max-width: 420px) {
    .aks-slayt h3 { font-size: 27px; }
    .aks .aks-sayac .sy-kutu { min-width: 54px; }
}

/* ============================================================
   NASIL BAŞVURULUR (/nasil-basvurulur) — önek "nb-"
   ============================================================ */
.nb-akis { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 4px 0 14px; }
.nb-akis-adim {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--eh-green-soft); color: var(--eh-green-800);
    border: 1px solid var(--eh-green-line); border-radius: 999px;
    padding: 6px 13px; font-size: 13px; font-weight: 600;
}
.nb-akis-ok { color: var(--eh-muted); font-size: 12px; }

.nb-sss-kap { max-width: 860px; }
.nb-sss { display: flex; flex-direction: column; gap: 10px; }
.nb-sss details { background: #fff; border: 1px solid var(--eh-border); border-radius: 12px; padding: 0 20px; }
.nb-sss details[open] { border-color: var(--eh-green-line); }
.nb-sss summary {
    list-style: none; cursor: pointer; padding: 17px 0;
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
    font-size: 15.5px; font-weight: 700; color: var(--eh-ink);
}
.nb-sss summary::-webkit-details-marker { display: none; }
.nb-sss summary::after { content: '+'; font-size: 22px; font-weight: 400; color: var(--eh-green-800); line-height: 1; }
.nb-sss details[open] summary::after { content: '−'; }
.nb-sss details p { margin: 0 0 18px; font-size: 14.5px; line-height: 1.65; color: var(--eh-body); }

/* "50+ marka" bandı (marka adı/logosu gösterilmez) */
.nb-marka {
    display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap;
    background: linear-gradient(135deg, #04343a 0%, #052b30 60%, #031f24 100%);
    border-radius: 24px; padding: 48px 40px; text-align: left;
    box-shadow: 0 24px 60px rgba(4,52,58,.22);
}
.nb-marka-sayi {
    font-size: 96px; font-weight: 900; line-height: 1; letter-spacing: -3px;
    color: var(--eh-green); text-shadow: 0 0 40px rgba(20,245,143,.35);
}
.nb-marka-metin { max-width: 520px; }
.nb-marka-metin h2 { color: #fff; font-size: 34px; font-weight: 800; margin: 0 0 8px; letter-spacing: -.6px; }
.nb-marka-metin p { color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.6; margin: 0; }
@media (max-width: 640px) {
    .nb-marka { flex-direction: column; text-align: center; padding: 36px 22px; gap: 12px; }
    .nb-marka-sayi { font-size: 72px; }
    .nb-marka-metin h2 { font-size: 26px; }
}
