﻿:root {
    --navy: #0a1628;
    --blue: #1a56db;
    --blue-lt: #3b82f6;
    --cyan: #06b6d4;
    --green: #10b981;
    --white: #fff;
    --g50: #f8fafc;
    --g100: #f1f5f9;
    --g200: #e2e8f0;
    --g300: #cbd5e1;
    --g400: #94a3b8;
    --g500: #64748b;
    --g600: #475569;
    --g700: #334155;
    --g800: #1e293b;
    --r: 14px;
    --rs: 8px;
    --info-bg: #eff6ff;
    --info-bdr: #bfdbfe;
    --info-txt: #1e40af;
    --info-drk: #1e3a8a;
    --ok-bg: #f0fdf4;
    --ok-bdr: #a7f3d0;
    --ok-txt: #065f46
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Figtree',sans-serif;
    background: var(--g50);
    color: var(--g800);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}
/* disc-bar */
.disc-bar {
    background: var(--info-bg);
    border-bottom: 2px solid var(--info-bdr);
    padding: 9px 24px;
    position: sticky;
    top: 0;
    z-index: 500
}

.disc-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap
}

.disc-bar-text {
    font-size: .77rem;
    color: var(--info-txt);
    font-weight: 600;
    line-height: 1.5;
    text-align: center
}

    .disc-bar-text strong {
        color: var(--info-drk)
    }

    .disc-bar-text a {
        color: var(--info-drk);
        font-weight: 700;
        text-decoration: underline
    }
/* ── NAV ── */
nav {
    background: var(--navy);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 64px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--white);
    text-decoration: none;
    letter-spacing: -0.5px;
}

.logo-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.logo em {
    color: var(--cyan);
    font-style: normal;
}

.nav-links {
    display: flex;
    gap: 2px;
    list-style: none;
}

    .nav-links a {
        color: rgba(255,255,255,.7);
        text-decoration: none;
        font-size: .88rem;
        font-weight: 500;
        padding: 8px 13px;
        border-radius: var(--radius-sm);
        transition: all .18s;
    }

        .nav-links a:hover {
            color: var(--white);
            background: rgba(255,255,255,.08);
        }

        .nav-links a.active {
            color: var(--white);
            background: rgba(255,255,255,.1);
            font-weight: 700;
        }

.nav-cta {
    background: var(--blue) !important;
    color: var(--white) !important;
    padding: 8px 18px !important;
}

    .nav-cta:hover {
        background: var(--blue-light) !important;
    }

/* hero */
.page-hero {
    background: var(--navy);
    background-image: radial-gradient(ellipse 55% 130% at 92% 40%,rgba(26,86,219,.18) 0%,transparent 60%),radial-gradient(ellipse 40% 80% at 5% 75%,rgba(6,182,212,.07) 0%,transparent 60%);
    padding: 40px 24px 48px;
    border-bottom: 1px solid rgba(255,255,255,.05)
}

.hero-inner {
    max-width: 1200px;
    margin: 0 auto
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .77rem;
    color: rgba(255,255,255,.35);
    margin-bottom: 20px;
    flex-wrap: wrap
}

    .breadcrumb a {
        color: rgba(255,255,255,.42);
        text-decoration: none
    }

        .breadcrumb a:hover {
            color: var(--cyan)
        }

    .breadcrumb .sep {
        color: rgba(255,255,255,.18)
    }

.disc-hero {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: var(--rs);
    padding: 11px 15px;
    margin-bottom: 22px;
    max-width: 680px
}

.disc-hero-icon {
    font-size: .9rem;
    flex-shrink: 0;
    margin-top: 2px
}

.disc-hero-text {
    font-size: .76rem;
    color: rgba(255,255,255,.65);
    line-height: 1.65
}

    .disc-hero-text strong {
        color: rgba(255,255,255,.85)
    }

    .disc-hero-text a {
        color: #7dd3fc;
        font-weight: 700;
        text-decoration: none
    }

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(26,86,219,.2);
    border: 1px solid rgba(26,86,219,.4);
    border-radius: 100px;
    padding: 5px 14px;
    font-size: .72rem;
    font-weight: 700;
    color: #93c5fd;
    letter-spacing: .3px;
    margin-bottom: 14px
}

.hero-inner h1 {
    font-size: clamp(1.5rem,3vw,2.1rem);
    font-weight: 800;
    color: var(--white);
    letter-spacing: -.7px;
    line-height: 1.1;
    margin-bottom: 12px
}

    .hero-inner h1 em {
        color: var(--cyan);
        font-style: normal
    }

.hero-desc {
    font-size: .9rem;
    color: rgba(255,255,255,.48);
    max-width: 580px;
    line-height: 1.78;
    margin-bottom: 24px
}

.hero-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.hero-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: var(--rs);
    padding: 10px 16px
}

.hero-meta-num {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--white);
    font-family: 'DM Mono',monospace;
    letter-spacing: -1px;
    line-height: 1
}

.hero-meta-lbl {
    font-size: .64rem;
    color: rgba(255,255,255,.35);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 3px
}
/* layout */
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 44px 24px 90px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 36px;
    align-items: start
}
/* disc-box */
.disc-box {
    background: var(--info-bg);
    border: 1.5px solid var(--info-bdr);
    border-radius: var(--r);
    padding: 16px 20px;
    margin-bottom: 24px;
    display: flex;
    gap: 14px;
    align-items: flex-start
}

.disc-box-icon {
    font-size: 1.3rem;
    flex-shrink: 0
}

.disc-box-title {
    font-size: .88rem;
    font-weight: 800;
    color: var(--info-txt);
    margin-bottom: 5px
}

.disc-box-text {
    font-size: .81rem;
    color: var(--info-txt);
    line-height: 1.72
}

    .disc-box-text strong {
        color: var(--info-drk)
    }

    .disc-box-text a {
        color: var(--info-drk);
        font-weight: 700;
        text-decoration: underline
    }
/* card */
.card {
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: var(--r);
    padding: 28px 30px;
    margin-bottom: 16px;
    animation: fadeUp .3s ease both
}

    .card:nth-child(2) {
        animation-delay: .06s
    }

    .card:nth-child(3) {
        animation-delay: .12s
    }

    .card:nth-child(4) {
        animation-delay: .18s
    }

.card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--g100)
}

.card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--info-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0
}

.card-eyebrow {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--g400);
    margin-bottom: 2px
}

.card-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -.3px
}
/* fee table */
.fee-table-wrap {
    overflow-x: auto;
    border-radius: var(--rs);
    border: 1.5px solid var(--g200)
}

.fee-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .88rem
}

    .fee-table thead tr {
        background: var(--navy)
    }

    .fee-table thead th {
        padding: 13px 18px;
        text-align: left;
        font-size: .7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .8px;
        color: rgba(255,255,255,.5);
        white-space: nowrap
    }

        .fee-table thead th:last-child {
            text-align: right
        }

        .fee-table thead th.center {
            text-align: center
        }

    .fee-table tbody tr {
        border-bottom: 1px solid var(--g100);
        transition: background .12s
    }

        .fee-table tbody tr:last-child {
            border-bottom: none
        }

        .fee-table tbody tr:hover td {
            background: var(--g50)
        }

    .fee-table td.td-num {
        padding: 14px 18px;
        width: 44px;
        font-size: .72rem;
        font-weight: 700;
        color: var(--g400);
        font-family: 'DM Mono',monospace;
        text-align: center
    }

    .fee-table td.td-range {
        padding: 14px 18px
    }

.range-wrap {
    display: flex;
    align-items: center;
    gap: 10px
}

.range-bar-bg {
    flex: 1;
    height: 6px;
    background: var(--g100);
    border-radius: 3px;
    overflow: hidden;
    max-width: 120px
}

.range-bar-fill {
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg,var(--blue),var(--cyan))
}

.range-text {
    font-size: .85rem;
    font-weight: 700;
    color: var(--g800);
    font-family: 'DM Mono',monospace;
    white-space: nowrap
}

.range-sub {
    font-size: .7rem;
    color: var(--g400);
    margin-top: 1px
}

.fee-table td.td-type {
    padding: 14px 18px;
    text-align: center
}

.type-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 100px
}

    .type-badge.sabit {
        background: #fffbeb;
        color: #92400e;
        border: 1px solid #fde68a
    }

    .type-badge.yuzde {
        background: var(--ok-bg);
        color: var(--ok-txt);
        border: 1px solid var(--ok-bdr)
    }

.fee-table td.td-fee {
    padding: 14px 20px;
    text-align: right
}

.fee-amount {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 4px
}

.fee-num {
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--navy);
    font-family: 'DM Mono',monospace
}

.fee-unit {
    font-size: .78rem;
    font-weight: 700;
    color: var(--g500)
}

.fee-table tbody tr.tier-mid td.td-fee .fee-num {
    color: var(--blue)
}

.fee-table tbody tr.tier-high td.td-fee .fee-num {
    color: var(--ok-txt)
}

.fee-table tbody tr.tier-sabit {
    background: #fffbeb33
}
/* calc */
.calc-outer {
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: var(--r);
    overflow: hidden;
    margin-bottom: 16px;
    animation: fadeUp .3s .12s ease both
}

.calc-header {
    padding: 22px 28px 18px;
    border-bottom: 1px solid var(--g100);
    display: flex;
    align-items: center;
    gap: 12px
}

.calc-wrap {
    background: linear-gradient(135deg,var(--navy) 0%,#0f2040 100%);
    padding: 24px 28px
}

.calc-title {
    font-size: .95rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px
}

.calc-input-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 16px
}

.calc-label {
    font-size: .72rem;
    font-weight: 700;
    color: rgba(255,255,255,.45);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.calc-input {
    background: rgba(255,255,255,.07);
    border: 1.5px solid rgba(255,255,255,.12);
    border-radius: var(--rs);
    padding: 12px 16px;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'DM Mono',monospace;
    color: var(--white);
    outline: none;
    width: 100%;
    transition: all .18s
}

    .calc-input:focus {
        border-color: var(--cyan);
        background: rgba(255,255,255,.1);
        box-shadow: 0 0 0 3px rgba(6,182,212,.15)
    }

    .calc-input::placeholder {
        color: rgba(255,255,255,.2);
        font-weight: 400
    }

.calc-btn {
    background: linear-gradient(135deg,var(--blue),var(--blue-lt));
    border: none;
    border-radius: var(--rs);
    padding: 12px 20px;
    font-size: .85rem;
    font-weight: 700;
    font-family: 'Figtree',sans-serif;
    color: var(--white);
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(26,86,219,.35);
    transition: all .18s
}

    .calc-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(26,86,219,.45)
    }

.calc-result {
    display: none
}

    .calc-result.show {
        display: block
    }

.calc-result-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--rs);
    padding: 16px 18px
}

.calc-result-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,.06)
}

    .calc-result-row:last-child {
        border-bottom: none;
        padding-top: 10px
    }

.calc-result-lbl {
    font-size: .78rem;
    color: rgba(255,255,255,.45);
    font-weight: 600
}

.calc-result-val {
    font-size: .88rem;
    font-weight: 800;
    color: var(--white);
    font-family: 'DM Mono',monospace
}

.calc-result-total .calc-result-lbl {
    color: rgba(255,255,255,.7);
    font-size: .82rem
}

.calc-result-total .calc-result-val {
    font-size: 1.1rem;
    color: var(--cyan)
}

.calc-result-tier {
    margin-bottom: 10px
}

.calc-result-tier-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .7rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
    background: rgba(6,182,212,.15);
    color: var(--cyan);
    border: 1px solid rgba(6,182,212,.2)
}

.calc-error {
    color: #fca5a5;
    font-size: .78rem;
    font-weight: 600;
    margin-top: 8px;
    display: none
}

    .calc-error.show {
        display: block
    }
/* alert */
.alert-amber {
    display: flex;
    gap: 12px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: var(--rs);
    padding: 14px 16px;
    margin-top: 18px
}

.alert-amber-icon {
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 1px
}

.alert-amber-text {
    font-size: .81rem;
    color: #92400e;
    line-height: 1.7
}

    .alert-amber-text strong {
        color: #78350f
    }
/* official */
.disc-official {
    display: flex;
    gap: 12px;
    background: var(--ok-bg);
    border: 1.5px solid var(--ok-bdr);
    border-radius: var(--rs);
    padding: 13px 16px;
    margin-top: 16px
}

.disc-official-icon {
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px
}

.disc-official-text {
    font-size: .81rem;
    color: var(--ok-txt);
    line-height: 1.7
}

    .disc-official-text strong {
        color: #047857
    }

    .disc-official-text a {
        color: #047857;
        font-weight: 700;
        text-decoration: underline
    }
/* notes */
.note-list {
    display: flex;
    flex-direction: column;
    gap: 9px
}

.note-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: .82rem;
    color: var(--g600);
    line-height: 1.7
}

.note-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue);
    flex-shrink: 0;
    margin-top: 8px
}
/* faq */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.faq-item {
    background: var(--g50);
    border: 1px solid var(--g100);
    border-radius: var(--rs);
    overflow: hidden
}

    .faq-item details > summary {
        list-style: none
    }

        .faq-item details > summary::-webkit-details-marker {
            display: none
        }

.faq-q {
    padding: 13px 16px;
    font-size: .86rem;
    font-weight: 700;
    color: var(--navy);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    user-select: none
}

    .faq-q::after {
        content: "▾";
        font-size: .72rem;
        color: var(--g400);
        flex-shrink: 0;
        transition: transform .2s
    }

details[open] .faq-q {
    color: var(--blue)
}

    details[open] .faq-q::after {
        transform: rotate(180deg);
        color: var(--blue)
    }

.faq-a {
    padding: 12px 16px 14px;
    font-size: .83rem;
    color: var(--g600);
    line-height: 1.78;
    border-top: 1px solid var(--g100)
}

    .faq-a strong {
        color: var(--g800)
    }
/* sidebar */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: sticky;
    top: 128px
}

.s-card {
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: var(--r);
    overflow: hidden
}

.s-head {
    padding: 13px 16px;
    border-bottom: 1px solid var(--g100);
    font-size: .78rem;
    font-weight: 800;
    color: var(--navy);
    display: flex;
    align-items: center;
    gap: 7px
}

.s-body {
    padding: 14px 16px
}

.disc-sidebar {
    background: var(--info-bg);
    border: 1.5px solid var(--info-bdr);
    border-radius: var(--r);
    padding: 14px 16px
}

.disc-sidebar-title {
    font-size: .78rem;
    font-weight: 800;
    color: var(--info-txt);
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 6px
}

.disc-sidebar-text {
    font-size: .74rem;
    color: var(--info-txt);
    line-height: 1.65
}

    .disc-sidebar-text a {
        color: var(--info-drk);
        font-weight: 700;
        text-decoration: underline
    }

.quick-links {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.quick-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 11px;
    background: var(--g50);
    border: 1px solid var(--g100);
    border-radius: var(--rs);
    text-decoration: none;
    font-size: .8rem;
    font-weight: 600;
    color: var(--g700);
    transition: all .15s
}

    .quick-link:hover {
        border-color: var(--blue);
        color: var(--blue);
        background: var(--white)
    }

.taksit-tbl {
    width: 100%;
    border-collapse: collapse;
    font-size: .79rem
}

    .taksit-tbl th {
        text-align: left;
        padding: 5px 6px;
        color: var(--g500);
        font-weight: 700;
        font-size: .69rem;
        text-transform: uppercase;
        border-bottom: 1px solid var(--g100)
    }

    .taksit-tbl td {
        padding: 8px 6px;
        border-bottom: 1px solid var(--g100);
        color: var(--g700);
        font-weight: 500
    }

    .taksit-tbl tr:last-child td {
        border-bottom: none
    }

.t-chip {
    display: inline-block;
    background: var(--info-bg);
    color: var(--blue);
    font-size: .69rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px
}
/* footer */
footer {
    background: var(--navy);
    padding: 52px 24px 0;
    border-top: 1px solid rgba(255,255,255,.05)
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr;
    gap: 44px;
    padding-bottom: 36px
}

.footer-brand p {
    color: rgba(255,255,255,.42);
    font-size: .82rem;
    margin-top: 12px;
    line-height: 1.7;
    max-width: 280px
}

.footer-col h4 {
    color: var(--white);
    font-size: .81rem;
    font-weight: 700;
    margin-bottom: 14px
}

.footer-col a {
    display: block;
    color: rgba(255,255,255,.42);
    text-decoration: none;
    font-size: .81rem;
    padding: 4px 0;
    transition: color .15s
}

    .footer-col a:hover {
        color: var(--white)
    }

.disc-footer-legal {
    border-top: 1px solid rgba(255,255,255,.07);
    padding: 18px 0;
    max-width: 1200px;
    margin: 0 auto
}

.disc-footer-legal-text {
    font-size: .71rem;
    color: rgba(255,255,255,.28);
    line-height: 1.75;
    text-align: center
}

    .disc-footer-legal-text strong {
        color: rgba(255,255,255,.42)
    }

    .disc-footer-legal-text a {
        color: rgba(255,255,255,.38);
        text-decoration: underline
    }

.footer-bot {
    border-top: 1px solid rgba(255,255,255,.07);
    padding: 16px 0;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px
}

    .footer-bot p {
        color: rgba(255,255,255,.28);
        font-size: .74rem
    }

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(max-width:980px) {
    .page-wrap {
        grid-template-columns: 1fr
    }

    .sidebar {
        position: static
    }

    .hero-meta {
        gap: 8px
    }
}

@media(max-width:768px) {
    .nav-links {
        display: none
    }

    nav {
        top: 40px
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }

    .calc-input-row {
        grid-template-columns: 1fr
    }

    .range-bar-bg {
        display: none
    }
}

@media(max-width:480px) {
    .footer-inner {
        grid-template-columns: 1fr
    }

    .page-wrap {
        padding: 24px 16px 60px
    }

    .disc-bar {
        top: 0
    }

    nav {
        top: 80px
    }

    .card {
        padding: 20px 16px
    }
}
/* Mobil menü drawer */
.mobile-nav {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: var(--navy);
    border-top: 1px solid rgba(255,255,255,.08);
    flex-direction: column;
    padding: 12px 16px 32px;
    overflow-y: auto;
    animation: slideDown .22s ease both;
}

    .mobile-nav.open {
        display: flex;
    }

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-nav a {
    display: block;
    color: rgba(255,255,255,.78);
    text-decoration: none;
    font-size: .95rem;
    font-weight: 500;
    padding: 13px 12px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    border-radius: 8px;
    transition: all .15s;
}

    .mobile-nav a:hover {
        color: var(--white);
        background: rgba(255,255,255,.07);
    }

.mobile-nav .mob-cta {
    display: block;
    margin-top: 16px;
    background: var(--blue);
    color: var(--white) !important;
    text-align: center;
    border-radius: var(--radius-sm);
    padding: 13px 18px;
    font-weight: 700;
    border-bottom: none;
}

    .mobile-nav .mob-cta:hover {
        background: var(--blue-light) !important;
    }
/* ── RESPONSIVE ── */
/* Hamburger butonu */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
    border-radius: 8px;
    transition: background .15s;
}

    .hamburger:hover {
        background: rgba(255,255,255,.08);
    }

    .hamburger span {
        display: block;
        width: 22px;
        height: 2px;
        background: rgba(255,255,255,.85);
        border-radius: 2px;
        transition: transform .25s ease, opacity .2s ease, width .2s ease;
        transform-origin: center;
    }

    .hamburger.open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger.open span:nth-child(2) {
        opacity: 0;
        width: 0;
    }

    .hamburger.open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
