/* ═══════════════════════════════════════════
   BGR Reklam — Kurumsal B2B Tema
   ═══════════════════════════════════════════ */

:root {
    --bg: #f3f6fb;
    --bg-elevated: #ffffff;
    --bg-card: #ffffff;
    --border: rgba(15, 23, 42, 0.1);
    --border-hover: rgba(15, 23, 42, 0.18);
    --text: #0f172a;
    --text-muted: #475569;
    --accent: #1d4ed8;
    --accent-hover: #1e40af;
    --accent-2: #0d9488;
    --accent-glow: rgba(29, 78, 216, 0.12);
    --gradient: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    --gradient-size: 100% 100%;
    --busy: #dc2626;
    --free: #16a34a;
    --radius: 12px;
    --radius-lg: 16px;
    --header-h: 72px;
    --announce-ticker-h: 48px;
    --fx-rates-h: 0px;
    --header-stack: var(--header-h);
    --container: 1140px;
    --font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
    --font-display: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
    --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
    --shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

*, *::before, *::after { box-sizing: border-box; }

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-stack) + 0.75rem);
    overflow-x: clip;
    max-width: 100%;
}

body {
    margin: 0;
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.7;
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: clip;
    max-width: 100%;
}

/* TCMB kur şeridi (ana sayfa üstü) varsa header kaydırılır — stack akışta */
body:has(.site-top-stack) {
    --header-stack: var(--header-h);
}

body:has(.site-top-stack):has(.announce-ticker--public) {
    --header-stack: calc(var(--header-h) + var(--announce-ticker-h));
}

/* Duyuru varsa header + duyuru yüksekliğini tek stack say */
body:has(.announce-ticker--public):not(:has(.site-top-stack)) {
    --header-stack: calc(var(--header-h) + var(--announce-ticker-h));
}

main {
    overflow-x: clip;
    max-width: 100%;
}

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

/* Logo — oran korunur, asla deforme edilmez */
.bgr-logo {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    flex-shrink: 0;
}

.bgr-logo--sm { height: 44px; max-width: 130px; }
.bgr-logo--md { height: 72px; max-width: 200px; }
.bgr-logo--lg { height: 110px; max-width: 280px; }
.bgr-logo--xl { height: 140px; max-width: 320px; }

.bgr-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    line-height: 0;
}

.bgr-logo-wrap--hero {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

a { color: inherit; text-decoration: none; }

.container {
    width: min(var(--container), calc(100% - 2.5rem));
    max-width: 100%;
    margin-inline: auto;
}

/* ── Background effects ── */
.page-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.35;
}

.orb-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, transparent 70%);
    top: -180px;
    right: -80px;
}

.orb-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #2a4a3e 0%, transparent 70%);
    bottom: -120px;
    left: -80px;
}

.grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 50% at 50% 20%, black, transparent);
    opacity: 0.6;
}

/* ── TCMB kur şeridi ── */
.fx-rates {
    color: #f8fafc;
}

.fx-rates__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 1rem;
    width: 100%;
}

.fx-rates__head {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
}

.fx-rates__head-text {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.2rem 0.45rem;
}

.fx-rates__badge {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f172a;
    background: #38bdf8;
    border-radius: 6px;
    padding: 0.2rem 0.45rem;
}

.fx-rates__title {
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
}

.fx-rates__date {
    font-size: 0.68rem;
    color: rgba(226, 232, 240, 0.75);
}

.fx-rates__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.55rem;
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
}

.fx-rates__item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.5rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.fx-rates__code {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #7dd3fc;
}

.fx-rates__name {
    font-size: 0.7rem;
    color: rgba(248, 250, 252, 0.85);
    min-width: 3rem;
}

.fx-rates__values {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.fx-rates__val {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.1;
    text-align: right;
}

.fx-rates__val small {
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(226, 232, 240, 0.65);
}

.fx-rates__val strong {
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.fx-rates__val--sell strong {
    color: #86efac;
}

.site-top-stack {
    position: sticky;
    top: 0;
    z-index: 220;
    background: var(--bg);
}

@media (min-width: 769px) {
    .site-top-stack {
        position: sticky;
    }
}

.fx-rates--public {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 1;
    min-height: 0;
    padding: 0.35rem 1rem;
    background: linear-gradient(90deg, #0b1220 0%, #152238 55%, #0f172a 100%);
    border-bottom: 1px solid rgba(56, 189, 248, 0.28);
    box-shadow: none;
}

.fx-rates--public .fx-rates__inner {
    max-width: var(--container);
    margin: 0 auto;
}

body:has(.fx-rates--public) {
    --fx-rates-h: 0px; /* akışta yer kaplar; header ayrı kaydırılmaz */
    --header-stack: var(--header-h);
}

body:has(.fx-rates--public):has(.announce-ticker--public) {
    --header-stack: calc(var(--header-h) + var(--announce-ticker-h));
}

@media (max-width: 768px) {
    .fx-rates--public {
        padding: 0.45rem 0.75rem;
        overflow: visible;
    }

    .fx-rates--public .fx-rates__inner {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0.4rem;
    }

    .fx-rates--public .fx-rates__head {
        align-items: center;
        max-width: none;
        width: 100%;
    }

    .fx-rates--public .fx-rates__head-text {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.25rem 0.5rem;
        line-height: 1.2;
    }

    .fx-rates--public .fx-rates__title {
        font-size: 0.72rem;
        white-space: nowrap;
    }

    .fx-rates--public .fx-rates__date {
        font-size: 0.62rem;
        white-space: nowrap;
    }

    .fx-rates--public .fx-rates__list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        flex: none;
        min-width: 0;
        justify-content: stretch;
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    .fx-rates--public .fx-rates__item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex: none;
        min-width: 0;
        width: 100%;
        padding: 0.35rem 0.4rem;
        gap: 0.28rem;
        box-sizing: border-box;
    }

    .fx-rates--public .fx-rates__name {
        display: none;
    }

    .fx-rates--public .fx-rates__code {
        font-size: 0.68rem;
        line-height: 1;
    }

    .fx-rates--public .fx-rates__values {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.2rem 0.3rem;
        width: 100%;
        min-width: 0;
    }

    .fx-rates--public .fx-rates__val {
        min-width: 0;
        text-align: left;
    }

    .fx-rates--public .fx-rates__val small {
        font-size: 0.5rem;
        display: block;
    }

    .fx-rates--public .fx-rates__val strong {
        font-size: 0.68rem;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
    }

    .site-top-stack .menu-btn {
        position: relative;
        z-index: 5;
    }
}

/* ── Header ── */
.header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 2;
    height: var(--header-h);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
    transition: box-shadow 0.3s var(--ease);
    isolation: isolate;
}

.site-top-stack .header {
    position: relative;
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 1rem;
    min-width: 0;
    max-width: 100%;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    z-index: 10;
    min-width: 0;
    flex: 1 1 auto;
}

.logo__text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}

.logo .bgr-logo-wrap { padding: 0.25rem 0.5rem; }
.logo__name { font-weight: 600; font-size: 0.95rem; letter-spacing: -0.01em; }
.logo__tag { font-size: 0.7rem; color: var(--text-muted); letter-spacing: 0.02em; }

.nav__link {
    padding: 0.45rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-muted);
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
}

.nav__link:hover,
.nav__link.active {
    color: var(--accent);
    background: rgba(29, 78, 216, 0.06);
}

.nav__auth {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 0.35rem;
}

.nav__auth-btn {
    white-space: nowrap;
}

.nav {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

/* Kurumsal dropdown */
.nav__dropdown {
    position: relative;
}

.nav__dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: none;
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-muted);
    padding: 0.45rem 0.75rem;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
}

.nav__dropdown-toggle:hover,
.nav__dropdown.is-open > .nav__dropdown-toggle {
    color: var(--accent);
    background: rgba(29, 78, 216, 0.06);
}

.nav__caret {
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.2s ease;
    opacity: 0.75;
}

.nav__dropdown.is-open .nav__caret {
    transform: rotate(225deg) translateY(-1px);
}

.nav__dropdown-menu {
    display: none;
    flex-direction: column;
    min-width: 240px;
    z-index: 220;
}

.nav__dropdown.is-open > .nav__dropdown-menu,
.nav__dropdown.is-hover > .nav__dropdown-menu,
.nav__dropdown:focus-within > .nav__dropdown-menu {
    display: flex;
}

.nav__dropdown-panel {
    display: flex;
    flex-direction: column;
    padding: 0.4rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}

.nav__dropdown-link {
    display: block;
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 500;
    color: var(--text-muted);
    white-space: nowrap;
    transition: color 0.15s, background 0.15s;
}

.nav__dropdown-link:hover {
    color: var(--accent);
    background: rgba(29, 78, 216, 0.06);
}

.site-nav-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    opacity: 0;
    pointer-events: none;
}

.menu-btn {
    display: none;
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--bg-elevated);
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    z-index: 12;
    flex-shrink: 0;
    margin-left: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
}

.menu-btn span:not(.visually-hidden) {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: transform 0.3s var(--ease), opacity 0.3s;
    pointer-events: none;
}

.site-nav-toggle:checked + .menu-btn span:first-of-type,
body:has(.site-nav-toggle:checked) .menu-btn span:first-of-type {
    transform: translateY(4px) rotate(45deg);
}

.site-nav-toggle:checked + .menu-btn span:nth-of-type(2),
body:has(.site-nav-toggle:checked) .menu-btn span:nth-of-type(2) {
    transform: translateY(-4px) rotate(-45deg);
}

/* ── Buttons ── */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.35rem;
    font-family: var(--font);
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.btn:hover { transform: none; }

.btn--primary {
    background: var(--accent);
    color: #fff;
    box-shadow: none;
}

.btn--primary:hover {
    background: var(--accent-hover);
    box-shadow: none;
}

.nav__cta.btn--primary {
    box-shadow: none;
}

.btn--outline {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border);
}

.btn--outline:hover {
    border-color: var(--accent);
    background: rgba(29, 78, 216, 0.04);
    color: var(--accent);
}

/* Birincil ile aynı form, beyaz zemin (hero ikincil buton) */
.btn--surface {
    background: #ffffff;
    color: var(--accent);
    border: none;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}

.btn--surface:hover {
    background: #f8fafc;
    color: var(--accent-hover);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
}

.hero--slider .btn--surface {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.btn--sm { padding: 0.55rem 1.1rem; font-size: 0.88rem; }

/* ── Hero ── */
.hero {
    position: relative;
    padding: 1.75rem 0 0;
    min-height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.hero--slider {
    min-height: min(88vh, 780px);
}

.hero__slider {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero__slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.85s ease-in-out;
}

.hero__slider:not(.hero__slider--running) .hero__slide,
.hero__slide.is-active {
    opacity: 1;
    z-index: 1;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(105deg, rgba(14, 16, 20, 0.92) 0%, rgba(14, 16, 20, 0.78) 45%, rgba(14, 16, 20, 0.55) 100%);
    pointer-events: none;
}

.hero__dots {
    position: absolute;
    left: 50%;
    bottom: 5.5rem;
    z-index: 3;
    display: flex;
    gap: 0.45rem;
    transform: translateX(-50%);
}

.hero__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    transition: background 0.25s, transform 0.25s;
}

.hero__dot.is-active {
    background: var(--accent);
    transform: scale(1.15);
}

.hero__grid {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(2.5rem, 5vw, 4rem);
    align-items: center;
    padding-bottom: 2rem;
}

.hero-live-stats {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin: 0 0 1.1rem;
    animation: hero-live-in 0.7s ease both;
}

.hero-campaign-banner {
    margin: 0;
    padding: 0.55rem 0.75rem;
    border-radius: 12px;
    text-align: center;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    width: 100%;
    cursor: pointer;
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.55rem 0.7rem;
}

.hero-campaign-banner:hover,
.hero-campaign-banner:focus-visible {
    border-color: rgba(168, 85, 247, 0.55);
    outline: none;
    box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.25);
}

.hero-campaign-banner__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0.28rem 0.4rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.hero-campaign-banner__logo {
    display: block;
    width: auto;
    height: 22px;
    max-width: 118px;
    object-fit: contain;
    object-position: center;
}

.hero-campaign-banner__logo--vakif {
    height: 20px;
    max-width: 128px;
}

.hero-campaign-banner__logo--world {
    height: 22px;
    max-width: 104px;
}

.hero-campaign-banner__text {
    display: block;
    min-width: 0;
    font-size: clamp(0.82rem, 2.2vw, 1.08rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.3;
    text-align: center;
    background: linear-gradient(
        90deg,
        #a855f7 0%,
        #c084fc 18%,
        #fbbf24 42%,
        #fde68a 55%,
        #7c3aed 78%,
        #f59e0b 100%
    );
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: hero-campaign-color 3.2s ease-in-out infinite;
}

@keyframes hero-campaign-color {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
    .hero-campaign-banner__text {
        color: #fbbf24;
        -webkit-text-fill-color: #fbbf24;
        animation: hero-campaign-fallback 2.4s ease-in-out infinite;
    }

    @keyframes hero-campaign-fallback {
        0%, 100% { color: #a855f7; -webkit-text-fill-color: #a855f7; }
        50% { color: #fbbf24; -webkit-text-fill-color: #fbbf24; }
    }
}

@media (max-width: 560px) {
    .hero-campaign-banner {
        gap: 0.35rem 0.4rem;
        padding: 0.45rem 0.5rem;
    }

    .hero-campaign-banner__brand {
        padding: 0.2rem 0.28rem;
    }

    .hero-campaign-banner__logo--vakif {
        height: 16px;
        max-width: 92px;
    }

    .hero-campaign-banner__logo--world {
        height: 17px;
        max-width: 78px;
    }

    .hero-campaign-banner__text {
        font-size: 0.74rem;
    }
}

.hero-live-stats__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-live-stats__row--dates .hero-milestone,
.hero-live-stats__row--live .hero-live-stat {
    flex: 1 1 calc(50% - 0.4rem);
    min-width: 8.5rem;
}

.hero-milestone {
    min-width: 9.5rem;
    padding: 0.85rem 1.05rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    text-align: left;
}

.hero-milestone__label {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.72);
}

.hero-milestone__value {
    display: block;
    font-size: 1.05rem;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
}

.hero-live-stat {
    min-width: 9.5rem;
    padding: 0.85rem 1.05rem;
    border-radius: 14px;
    background: rgba(8, 15, 28, 0.62);
    border: 1px solid rgba(56, 189, 248, 0.35);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    text-align: left;
}

.hero-live-stat__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.35rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7dd3fc;
}

.hero-live-stat__badge i {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
    animation: live-pulse 1.6s ease-out infinite;
}

.hero-live-stat .stat__value {
    display: block;
    font-size: 2.15rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 0 24px rgba(56, 189, 248, 0.35);
}

.hero-live-stat__label {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.88);
}

.hero-live-stat.is-updating .stat__value {
    animation: stat-flash 0.55s ease;
}

@keyframes hero-live-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero__badge {
    margin: 0 0 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--accent);
}

.hero__title {
    margin: 0 0 1.25rem;
    font-size: clamp(1.85rem, 3.8vw, 2.75rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.025em;
    max-width: 20ch;
    color: var(--text);
}

.hero__desc {
    margin: 0 0 2rem;
    max-width: 48ch;
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero__visual {
    position: relative;
}

/* Hero sağ takvim denemesi — geri dönüş: $heroCalendarTrial = false */
.hero-calendar {
    padding: 1.15rem 1.2rem 1.25rem;
    background: rgba(8, 15, 28, 0.72);
    border: 1px solid rgba(56, 189, 248, 0.28);
    border-radius: var(--radius-lg);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    max-width: 100%;
}

.hero-calendar__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
}

.live-badge--hero {
    margin: 0;
    font-size: 0.7rem;
}

.calendar-legend--hero {
    margin: 0;
    gap: 0.45rem 0.75rem;
    font-size: 0.72rem;
    color: #fff;
}

.calendar-legend--hero span {
    color: #fff;
}

.calendar-stats--hero {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    margin: 0 0 0.85rem;
}

.calendar-stats--hero .calendar-stat {
    padding: 0.45rem 0.5rem;
    text-align: center;
}

.calendar-stats--hero .calendar-stat strong {
    font-size: 1.05rem;
}

.calendar-stats--hero .calendar-stat span {
    font-size: 0.65rem;
    color: #fff;
}

.hero-calendar .calendar {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
}

.hero-calendar .calendar__header {
    margin-bottom: 0.55rem;
    gap: 0.5rem;
}

.hero-calendar .calendar__nav {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    color: #fff;
    border: 1px solid rgba(125, 211, 252, 0.45);
    background: rgba(14, 165, 233, 0.18);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.hero-calendar .calendar__nav:hover,
.hero-calendar .calendar__nav:focus-visible {
    background: rgba(14, 165, 233, 0.35);
    border-color: rgba(125, 211, 252, 0.85);
    outline: none;
}

.hero-calendar .calendar__nav svg {
    display: block;
    stroke: #fff;
}

.hero-calendar .calendar__title {
    flex: 1;
    min-width: 0;
}

.hero-calendar .calendar__title strong {
    font-size: 1.05rem;
    color: #fff;
}

.hero-calendar .calendar__title span {
    color: rgba(226, 232, 240, 0.75);
}

.hero-calendar .calendar__weekday {
    color: rgba(226, 232, 240, 0.65);
}

.hero-calendar .cal-day {
    min-height: 34px;
    font-size: 0.78rem;
}

.hero-calendar .cal-day__done {
    font-size: 0.52rem;
}

.hero-calendar .calendar__note {
    margin-top: 0.65rem;
    font-size: 0.72rem;
    line-height: 1.4;
    color: rgba(226, 232, 240, 0.7);
}

.hero-factory {
    padding: 1.75rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
}

.hero-factory__media {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    background: #fff;
    border-radius: var(--radius);
}

.hero-factory__media .bgr-logo {
    margin: 0 auto;
}

.hero-factory__label {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.hero-factory__title {
    margin: 0 0 1.25rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.hero-factory__facts {
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--border);
}

.hero-factory__facts li {
    padding: 0.75rem 0;
    font-size: 0.9rem;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border);
    line-height: 1.5;
}

.hero-factory__facts li span {
    font-weight: 600;
    color: var(--text);
}

.hero-factory__link {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--accent);
}

.hero-factory__link:hover {
    color: var(--accent-hover);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Legacy badge (other sections) */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--accent);
    background: rgba(77, 126, 196, 0.1);
    border: 1px solid rgba(77, 126, 196, 0.2);
    border-radius: 6px;
}

.badge__dot {
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
}

.gradient-text {
    color: var(--accent);
    background: none;
    -webkit-text-fill-color: currentColor;
}

/* Ticker */
.ticker {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 0.85rem 0;
    margin-top: auto;
    mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.ticker__track {
    display: flex;
    gap: 2rem;
    width: max-content;
    animation: ticker 40s linear infinite;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.ticker__track span:nth-child(even) { color: var(--accent); opacity: 0.7; }

@keyframes ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ── Stats ── */
.stats {
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--border);
    background: var(--bg-elevated);
}

.stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.stat {
    text-align: center;
    padding: 1.35rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: border-color 0.2s, transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
}

.stat:hover {
    border-color: var(--border-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.stat::before { display: none; }

.stat__value {
    display: inline;
    font-size: 2rem;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}

.stat__label {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-muted);
}

.stat--live {
    border-color: rgba(14, 165, 233, 0.28);
    background: linear-gradient(180deg, rgba(14, 165, 233, 0.06), var(--bg-card));
}

.stat--live .stat__value {
    color: #0284c7;
}

.stat__live-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.45rem;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0369a1;
    background: rgba(14, 165, 233, 0.12);
}

.stat__live-badge i {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
    animation: live-pulse 1.6s ease-out infinite;
}

@keyframes live-pulse {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
    70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.stat--live.is-updating .stat__value {
    animation: stat-flash 0.55s ease;
}

@keyframes stat-flash {
    0% { transform: scale(1); opacity: 0.55; }
    40% { transform: scale(1.08); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

/* ── Sections ── */
.section {
    padding: 4.5rem 0;
    scroll-margin-top: calc(var(--header-stack) + 0.75rem);
}

.announce-ticker--public ~ main .section[id] {
    scroll-margin-top: calc(var(--header-stack) + 0.75rem);
}

/* Hero içi takvim — menü #takvim ile duyuru altına hizalanır */
#takvim,
.hero-calendar {
    scroll-margin-top: calc(var(--header-stack) + 0.75rem);
}

.section--alt {
    background: #eef2f7;
    border-block: 1px solid var(--border);
}

.section__eyebrow {
    display: inline-block;
    margin-bottom: 0.65rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
}

.section__title {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.section__head { margin-bottom: 2.5rem; }
.section__head--center { text-align: center; }
.section__head--center .section__desc { margin-inline: auto; }

.section__desc {
    margin: 0.85rem 0 0;
    max-width: 56ch;
    color: var(--text-muted);
}

/* ── About ── */
.about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.25rem;
    align-items: start;
}

.about__card {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    padding: 2rem 2.1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
}

.about__lead {
    margin: 0;
    font-size: 1.05rem;
    color: var(--text);
}

.about__lead strong {
    display: block;
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--text);
}

.about__intro {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.75;
    color: var(--text);
}

.about__card p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-muted);
}

.about__features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.85rem;
}

.about__features li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.2rem 1.35rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: border-color 0.3s, transform 0.3s var(--ease);
}

.about__features li > div {
    min-width: 0;
    flex: 1;
}

.about__features li:hover {
    border-color: var(--border-hover);
    transform: none;
}

.feature-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--accent-2);
    background: rgba(0, 229, 192, 0.1);
    border-radius: 10px;
}

.about__features strong {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.98rem;
    line-height: 1.4;
    color: var(--text);
}

.about__features p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--text-muted);
}

/* ── Bento grid — 2 satır düzenleri ── */
.bento {
    display: grid;
    gap: 1rem;
}

.bento--three {
    grid-template-columns: repeat(3, 1fr);
}

.bento--five {
    grid-template-columns: repeat(6, 1fr);
}

.bento__item {
    position: relative;
    padding: 1.5rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: border-color 0.2s;
}

.bento--five .bento__item {
    grid-column: span 2;
}

.bento--five .bento__item:nth-child(4) {
    grid-column: 2 / span 2;
}

.bento--five .bento__item:nth-child(5) {
    grid-column: 4 / span 2;
}

.bento__item--featured {
    border-color: rgba(29, 78, 216, 0.22);
    background: linear-gradient(180deg, rgba(29, 78, 216, 0.06) 0%, var(--bg-card) 100%);
}

.bento__item--featured .bento__tag {
    color: var(--accent);
    background: rgba(29, 78, 216, 0.1);
}

.bento__item:hover {
    border-color: var(--border-hover);
    transform: none;
}

.bento__item:hover .bento__glow { opacity: 1; }

.bento__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(59,158,255,0.12), transparent 60%);
    opacity: 0;
    transition: opacity 0.35s;
    pointer-events: none;
}

.bento__tag {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.25rem 0.65rem;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--accent);
    background: rgba(59, 158, 255, 0.1);
    border-radius: 6px;
}

.bento__item h3 {
    margin: 0 0 0.5rem;
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
}

.bento__item p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-muted);
    max-width: 42ch;
}

/* ── Timeline ── */
.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--border), var(--accent), var(--border), transparent);
}

.timeline__step {
    text-align: center;
    position: relative;
}

.timeline__marker {
    width: 56px;
    height: 56px;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-elevated);
    border: 2px solid var(--border);
    border-radius: 50%;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--accent);
    transition: border-color 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 1;
}

.timeline__step:hover .timeline__marker {
    border-color: var(--accent);
    box-shadow: 0 0 24px var(--accent-glow);
}

.timeline__body h3 {
    margin: 0 0 0.4rem;
    font-size: 1rem;
    font-weight: 600;
}

.timeline__body p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* ── Calendar ── */
.calendar-section {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 3rem;
    align-items: center;
    min-width: 0;
    max-width: 100%;
}

.calendar-section__info {
    min-width: 0;
}

.calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin-top: 1.5rem;
    font-size: 0.88rem;
    color: var(--text-muted);
}

.calendar-legend.calendar-legend--hero,
.calendar-legend.calendar-legend--hero span {
    color: #fff;
}

.calendar-legend span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    display: inline-block;
}

.legend-dot--free { background: var(--free); box-shadow: 0 0 12px rgba(0,229,160,0.4); }
.legend-dot--partial { background: #ffb020; box-shadow: 0 0 12px rgba(255,176,32,0.4); }
.legend-dot--busy { background: var(--busy); box-shadow: 0 0 12px rgba(255,92,122,0.4); }
.legend-dot--done { background: #38bdf8; box-shadow: 0 0 12px rgba(56,189,248,0.45); }
.legend-dot--off { background: rgba(255,255,255,0.22); box-shadow: none; }

.calendar {
    padding: 1.75rem;
    background: var(--bg-card);
    border: 1px solid rgba(77, 171, 255, 0.22);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(16px);
    box-shadow: 0 0 60px rgba(77, 171, 255, 0.1), inset 0 1px 0 rgba(255,255,255,0.06);
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.section--calendar {
    position: relative;
    overflow-x: clip;
    max-width: 100%;
}

.section--calendar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 70% 50%, rgba(77,171,255,0.07), transparent);
    pointer-events: none;
}

.live-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent-2);
    background: rgba(0, 240, 200, 0.1);
    border: 1px solid rgba(0, 240, 200, 0.25);
    border-radius: 999px;
}

.calendar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.calendar__nav {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: transparent;
    color: var(--text);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.calendar__nav:hover {
    background: rgba(255,255,255,0.05);
    border-color: var(--border-hover);
}

.calendar__title { text-align: center; }

.calendar__title strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
}

.calendar__title span {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.calendar__weekdays,
.calendar__days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.35rem;
    width: 100%;
}

.calendar__weekdays {
    margin-bottom: 0.35rem;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-muted);
    text-align: center;
}

.calendar__weekdays span { padding: 0.35rem 0; }

.calendar__weekday {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    min-height: 2.5rem;
}

.calendar__weekday--off {
    color: rgba(255, 255, 255, 0.42);
}

.calendar__weekday--off small {
    display: block;
    font-size: 0.56rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.15;
    color: rgba(255, 255, 255, 0.38);
}

.cal-day {
    aspect-ratio: 1;
    min-height: 52px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    font-size: 0.88rem;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: transform 0.2s var(--ease);
    line-height: 1.1;
    overflow: hidden;
    padding: 0.1rem;
}

.cal-day__num {
    font-family: var(--font-display);
    font-size: 1rem;
}

.cal-day__load {
    font-size: 0.58rem;
    font-weight: 600;
    opacity: 0.95;
    letter-spacing: 0.01em;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cal-day:not(.empty):hover { transform: scale(1.08); }

.cal-day.empty { visibility: hidden; }

.cal-day.available {
    background: rgba(0, 229, 160, 0.16);
    color: #00e5a0;
    border-color: rgba(0, 229, 160, 0.35);
}

.cal-day.partial {
    background: rgba(255, 176, 32, 0.22);
    color: #ffc04d;
    border-color: rgba(255, 176, 32, 0.45);
}

.cal-day.busy {
    background: rgba(255, 92, 122, 0.22);
    color: #ff7a92;
    border-color: rgba(255, 92, 122, 0.45);
}

.cal-day.done {
    background: rgba(56, 189, 248, 0.18);
    color: #7dd3fc;
    border-color: rgba(56, 189, 248, 0.42);
    animation: cal-done-in 0.45s ease both;
}

.cal-day__done {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
    color: inherit;
    opacity: 0.95;
}

@keyframes cal-done-in {
    from { transform: scale(0.92); opacity: 0.35; }
    to { transform: scale(1); opacity: 1; }
}

.cal-day.nonprod {
    background: rgba(255, 255, 255, 0.035);
    color: rgba(255, 255, 255, 0.38);
    border-color: rgba(255, 255, 255, 0.08);
    cursor: default;
}

.cal-day.nonprod:hover { transform: none; }

.cal-day__off {
    font-size: 0.62rem;
    font-weight: 600;
    opacity: 0.75;
}

.cal-day.today {
    box-shadow: 0 0 0 2px var(--accent);
}

.cal-day.loading-placeholder {
    grid-column: 1 / -1;
    aspect-ratio: auto;
    padding: 2rem;
    color: var(--text-muted);
}

.calendar__note {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.calendar-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.calendar-stat {
    padding: 0.75rem 0.5rem;
    border-radius: var(--radius);
    text-align: center;
    border: 1px solid var(--border);
    background: rgba(0, 0, 0, 0.2);
}

.calendar-stat strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.35rem;
    line-height: 1.1;
}

.calendar-stat span {
    font-size: 0.72rem;
    color: var(--text-muted);
}

.calendar-stats--hero .calendar-stat span {
    color: #fff;
}

.calendar-stat--partial strong { color: #ffc04d; }
.calendar-stat--busy strong { color: #ff7a92; }
.calendar-stat--free strong { color: #00e5a0; }
.calendar-stat--done strong { color: #38bdf8; }

/* ── Contact — 2x2 kutu ── */
.delivery-policy {
    margin: 0 0 1.25rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(77, 126, 196, 0.35);
    border-left: 3px solid rgba(77, 126, 196, 0.75);
    border-radius: var(--radius);
    background: rgba(77, 126, 196, 0.08);
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--text-muted);
}

.delivery-policy > strong {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 0.95rem;
    color: var(--text);
}

.delivery-policy ul {
    margin: 0;
    padding-left: 1.2rem;
}

.delivery-policy li {
    margin: 0.45rem 0;
}

.delivery-policy__label {
    color: var(--text);
    font-weight: 600;
}

.contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    align-items: stretch;
}

.contact__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 140px;
    padding: 1.35rem 1.5rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: border-color 0.2s;
}

.contact__card:hover {
    border-color: var(--border-hover);
    transform: none;
    box-shadow: none;
}

.contact__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
}

.contact__card strong {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
}

.contact__plus-code {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-muted);
}

.contact__hint {
    display: block;
    margin-top: 0.55rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--accent);
}

.contact-map {
    margin-top: 1.25rem;
    overflow: hidden;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 340px;
    border: 0;
}

.contact-map__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
    font-size: 0.875rem;
    border-top: 1px solid var(--border);
}

.contact-map__code {
    color: var(--text-muted);
}

.contact-map__bar a {
    font-weight: 600;
    color: var(--accent);
}

.contact-map__bar a:hover {
    text-decoration: underline;
}

.contact__card--company {
    display: block;
}

.contact__card--company .bgr-logo-wrap {
    margin-bottom: 1rem;
    display: inline-flex;
}

.contact__card--company h3 {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 500;
}

.contact__card--company dl { margin: 0; display: grid; gap: 0; }

.contact__card--company dl div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.6rem 0;
    border-top: 1px solid var(--border);
    font-size: 0.88rem;
}

.contact__card--company dt {
    color: var(--text-muted);
}

.contact__card--company dd {
    margin: 0;
    font-weight: 600;
    text-align: right;
}

/* ── Footer ── */
.footer {
    padding: 2rem 0 2.5rem;
    border-top: 1px solid var(--border);
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer__brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer__brand strong { font-weight: 600; }

/* ── Yukarı çık (sabit balon) ── */
.scroll-top {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 9999;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: rgba(26, 31, 40, 0.95);
    color: var(--text);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: background 0.2s, color 0.2s, border-color 0.2s, opacity 0.2s, visibility 0.2s, transform 0.2s;
}

.scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.scroll-top.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.scroll-top:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.scroll-top:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

@media (max-width: 768px) {
    .scroll-top {
        right: 1rem;
        bottom: calc(1rem + env(safe-area-inset-bottom));
        width: 44px;
        height: 44px;
    }
}

/* ── Services grid ── */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.service-card {
    padding: 1.5rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    transition: border-color 0.3s, transform 0.3s var(--ease);
}

.service-card:hover {
    border-color: rgba(59, 158, 255, 0.35);
    transform: translateY(-4px);
}

.service-card h3 {
    margin: 0 0 0.5rem;
    font-family: var(--font-display);
    font-size: 1.05rem;
}

.service-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* ── Why us ── */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
}

.why-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.why-list li {
    position: relative;
    padding: 0.85rem 1rem 0.85rem 2.2rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 0.92rem;
}

.why-list li::before {
    content: "✓";
    position: absolute;
    left: 0.85rem;
    color: var(--accent-2);
    font-weight: 700;
}

/* ── CTA band ── */
.cta-band {
    padding: 3rem 0;
    background: var(--bg-elevated);
    border-block: 1px solid var(--border);
}

.cta-band__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.cta-band h2 {
    margin: 0 0 0.35rem;
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}

.cta-band p {
    margin: 0;
    color: var(--text-muted);
    max-width: 52ch;
}

/* ── Footer grid ── */
.footer__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    padding-bottom: 2rem;
}

.footer__col h4 {
    margin: 0 0 0.75rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--accent);
}

.footer__col p {
    margin: 0 0 0.5rem;
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.footer__col a { color: var(--text-muted); }
.footer__col a:hover { color: var(--accent); }

.footer__text { margin-top: 0.5rem !important; }

.footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
    font-size: 0.88rem;
    color: var(--text-muted);
}

/* Footer — güvenli ödeme / VakıfBank World */
.footer-payment {
    margin: 0 0 1.25rem;
    padding: 1.15rem 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(29, 78, 216, 0.04), transparent);
}

.footer-payment__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.footer-payment__logos {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.footer-payment__logo {
    display: block;
    height: 36px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

.footer-payment__logo--combo {
    height: 44px;
    max-width: 240px;
}

.footer-payment__copy {
    flex: 1 1 260px;
    min-width: 0;
}

.footer-payment__title {
    margin: 0 0 0.25rem;
    font-size: 0.95rem;
    color: var(--text);
}

.footer-payment__text {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.45;
    color: var(--text-muted);
}

.footer-payment__btn {
    flex-shrink: 0;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .footer-payment__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-payment__btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

/* ── Çerez onayı ── */
.cookie-consent {
    position: fixed;
    inset: 0;
    z-index: 10060;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1rem;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.cookie-consent.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cookie-consent__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 14, 0.62);
    backdrop-filter: blur(2px);
}

.cookie-consent__panel {
    position: relative;
    width: min(640px, 100%);
    margin-bottom: 0.5rem;
    padding: 1.35rem 1.4rem 1.25rem;
    border: 1px solid rgba(59, 158, 255, 0.35);
    border-radius: 16px;
    background: linear-gradient(165deg, #121a28 0%, #0a101a 100%);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    transform: translateY(24px);
    transition: transform 0.28s ease;
}

.cookie-consent.is-visible .cookie-consent__panel {
    transform: translateY(0);
}

.cookie-consent__head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.65rem;
}

.cookie-consent__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(59, 158, 255, 0.18);
    border: 1px solid rgba(59, 158, 255, 0.4);
    color: #7ec4ff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cookie-consent__title {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
}

.cookie-consent__text {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(230, 236, 245, 0.88);
}

.cookie-consent__details {
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.cookie-consent__list {
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(220, 228, 240, 0.9);
    font-size: 0.88rem;
    line-height: 1.5;
}

.cookie-consent__list li + li {
    margin-top: 0.45rem;
}

.cookie-consent__list a {
    color: #7ec4ff;
    text-decoration: underline;
}

.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

.cookie-consent__accept {
    min-width: 8.5rem;
    font-weight: 700;
}

.cookie-consent__more,
.cookie-consent__policy {
    font-weight: 600;
}

.btn--ghost {
    background: transparent;
    border: 1px solid transparent;
    color: rgba(200, 212, 230, 0.9);
    text-decoration: none;
}

.btn--ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

html.cookie-consent-open {
    overflow: hidden;
}

@media (max-width: 560px) {
    .cookie-consent__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-consent__accept,
    .cookie-consent__more,
    .cookie-consent__policy {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

/* ── Yasal / kurumsal sayfa ── */
.legal-main {
    position: relative;
    z-index: 1;
    padding: 2rem 0 3.5rem;
}

.legal-page {
    max-width: 820px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem 2rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
}

.legal-page h1 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.45rem, 2.5vw, 1.85rem);
    line-height: 1.25;
}

.legal-page__crumb {
    margin: 0 0 0.5rem;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.legal-page__crumb a {
    color: var(--text-muted);
}

.legal-page__crumb a:hover {
    color: var(--accent);
}

.legal-page__meta {
    margin: 0 0 0.25rem;
    font-size: 0.9rem;
}

.legal-page__body {
    margin-top: 1.25rem;
    line-height: 1.65;
    color: var(--text);
}

.legal-page__body h2 {
    margin: 1.5rem 0 0.6rem;
    font-size: 1.05rem;
}

.legal-page__body ul {
    margin: 0.5rem 0 1rem 1.2rem;
    padding: 0;
}

.legal-page__body li {
    margin-bottom: 0.4rem;
}

.legal-page__back {
    margin-top: 2rem;
}

.legal-sitemap {
    list-style: none;
    margin: 0.5rem 0 1.25rem;
    padding: 0;
}

.legal-sitemap li {
    margin: 0.35rem 0;
}

.legal-sitemap a {
    color: var(--text-muted);
}

.legal-sitemap a:hover {
    color: var(--accent);
}

@media (max-width: 768px) {
    .legal-main {
        padding: 1.25rem 0 2.5rem;
    }

    .legal-page {
        padding: 1.25rem 1rem 1.5rem;
        border-radius: 12px;
    }
}

/* ── Scroll reveal — içerik varsayılan olarak görünür (JS yoksa site boş kalmaz) ── */
.reveal {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
    transition-delay: var(--delay, 0s);
}

html.js-anim .reveal.reveal--anim:not(.visible) {
    opacity: 0;
    transform: translateY(24px);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay { transition-delay: 0.15s; }

/* ── Responsive ── */
@media (max-width: 1024px) {
    .hero__grid { grid-template-columns: 1fr; }
    .hero__title { max-width: none; }
    .hero__visual { max-width: 480px; margin-inline: auto; width: 100%; }
    .stats__grid { grid-template-columns: repeat(2, 1fr); }
    .bento--three {
        grid-template-columns: repeat(2, 1fr);
    }

    .bento--five {
        grid-template-columns: repeat(2, 1fr);
    }

    .bento--five .bento__item,
    .bento--five .bento__item:nth-child(4),
    .bento--five .bento__item:nth-child(5) {
        grid-column: auto;
    }

    .bento--five .bento__item:nth-child(5) {
        grid-column: 1 / -1;
        max-width: 50%;
        margin-inline: auto;
        width: 100%;
    }

    .contact { grid-template-columns: 1fr; }
    .contact-map iframe { height: 260px; }
    .timeline { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    .timeline::before { display: none; }
    .calendar-section { grid-template-columns: 1fr; }
    .about__grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .cta-band__inner { flex-direction: column; text-align: center; }
    .footer__bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 768px) {
    .container {
        width: min(var(--container), calc(100% - 1.25rem));
    }

    .header {
        isolation: auto;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: rgba(255, 255, 255, 0.98);
    }

    .hero__dots { bottom: 4.5rem; }
    .about__grid { gap: 1.5rem; }
    .about__card { padding: 1.5rem; }

    .menu-btn { display: flex; }

    .logo {
        flex: 0 1 auto;
        max-width: calc(100% - 3.5rem);
        position: relative;
        z-index: 1;
    }

    .logo__tag { display: none; }

    .header__inner {
        position: relative;
        z-index: 202;
    }

    .nav {
        display: none;
        position: fixed;
        top: var(--site-chrome-h, calc(var(--header-h) + 4.5rem));
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        min-height: calc(100vh - var(--site-chrome-h, calc(var(--header-h) + 4.5rem)));
        min-height: calc(100dvh - var(--site-chrome-h, calc(var(--header-h) + 4.5rem)));
        z-index: 201;
        background: #ffffff;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        padding: 0.75rem 0 2rem;
        margin: 0;
        border-top: 1px solid var(--border);
        box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
    }

    .site-nav-toggle:checked ~ .nav {
        display: flex;
    }

    body.site-nav-open {
        overflow: hidden;
    }

    .nav__link {
        display: block;
        width: 100%;
        font-size: 1.1rem;
        font-weight: 600;
        padding: 1rem 1.25rem;
        text-align: left;
        border-bottom: 1px solid var(--border);
        border-radius: 0;
    }

    .nav__link:hover,
    .nav__link.active {
        background: rgba(29, 78, 216, 0.06);
    }

    .nav__dropdown {
        width: 100%;
        border-bottom: 1px solid var(--border);
    }

    .nav__dropdown-toggle {
        width: 100%;
        justify-content: space-between;
        font-size: 1.1rem;
        font-weight: 600;
        padding: 1rem 1.25rem;
        border-radius: 0;
        color: var(--text);
    }

    .nav__dropdown-menu {
        position: static;
        min-width: 0;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .nav__dropdown-panel {
        border: none;
        border-radius: 0;
        box-shadow: none;
        background: rgba(29, 78, 216, 0.03);
        padding: 0 0 0.5rem;
    }

    .nav__dropdown-link {
        padding: 0.7rem 1.25rem 0.7rem 1.75rem;
        font-size: 0.98rem;
        white-space: normal;
        border-radius: 0;
    }

    .nav__cta {
        margin: 1rem 1.25rem 0;
        width: calc(100% - 2.5rem);
        align-self: center;
        padding: 0.85rem 1.25rem;
        font-size: 1rem;
    }

    .nav__auth {
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0.75rem 1.25rem 0;
        gap: 0.65rem;
    }

    .nav__auth .btn {
        width: 100%;
        padding: 0.85rem 1.25rem;
        font-size: 1rem;
    }

    .calendar {
        padding: 1rem 0.65rem;
    }

    .calendar__weekdays,
    .calendar__days {
        gap: 0.2rem;
    }

    .cal-day {
        min-height: 40px;
        font-size: 0.78rem;
    }

    .cal-day__num {
        font-size: 0.85rem;
    }

    .cal-day__load {
        font-size: 0.5rem;
    }

    .hero { padding-top: 1.25rem; }
    .section { padding: 4rem 0; }
    .bento--three,
    .bento--five { grid-template-columns: 1fr; }

    .bento--five .bento__item:nth-child(5) {
        grid-column: auto;
        max-width: none;
        margin-inline: 0;
    }
    .timeline { grid-template-columns: 1fr; }
    .timeline__step { display: flex; gap: 1rem; text-align: left; }
    .timeline__marker { margin: 0; flex-shrink: 0; width: 48px; height: 48px; }
    .stats__grid { grid-template-columns: 1fr 1fr; }
    .footer__inner { flex-direction: column; text-align: center; }
}

@media (max-width: 720px) {
    .hero-live-stats {
        width: 100%;
    }
    .hero-live-stats__row--dates .hero-milestone,
    .hero-live-stats__row--live .hero-live-stat {
        flex: 1 1 calc(50% - 0.4rem);
        min-width: 0;
    }
    .hero-live-stat .stat__value {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {
    .hero__actions { flex-direction: column; }
    .hero__actions .btn { width: 100%; }
    .stats__grid { grid-template-columns: 1fr 1fr; }
    .calendar-stats { grid-template-columns: 1fr; }
    .cal-day { min-height: 40px; }
    .cal-day__load { display: none; }
    .cal-day__done { font-size: 0.55rem; }
    .hero-live-stats__row--dates .hero-milestone,
    .hero-live-stats__row--live .hero-live-stat {
        flex: 1 1 100%;
    }
}


/* ── Duyuru ticker (kayan şerit) ── */
.announce-ticker {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-height: var(--announce-ticker-h);
    max-height: var(--announce-ticker-h);
    padding: 0 1.1rem;
    background: linear-gradient(90deg, #fffbeb 0%, #fef3c7 100%);
    border-bottom: 1px solid #f59e0b;
    overflow: hidden;
}

.announce-ticker--public {
    margin-top: 0;
    position: sticky;
    top: var(--header-h);
    z-index: 150;
    flex-shrink: 0;
}

.announce-ticker--panel,
.announce-ticker--admin {
    border-radius: 10px;
    margin-bottom: 0.75rem;
}

.announce-ticker__badge {
    flex-shrink: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #92400e;
    background: #fde68a;
    border: 1px solid #f59e0b;
    border-radius: 8px;
    padding: 0.35rem 0.6rem;
}

.announce-ticker__open {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    padding: 0;
    font: inherit;
    color: inherit;
}

.announce-ticker__hint {
    flex-shrink: 0;
    font-size: 0.72rem;
    font-weight: 600;
    color: #b45309;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.announce-ticker__viewport {
    flex: 1;
    min-width: 0;
    height: 1.5em;
    overflow: hidden;
    display: block;
}

.announce-ticker__track {
    display: flex;
    flex-direction: column;
    animation: announce-scroll-up var(--announce-duration, 16s) linear infinite;
}

.announce-ticker__line {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    font-weight: 500;
    color: #78350f;
    line-height: 1.5em;
    padding: 0.1rem 0;
}

.announce-ticker__open:hover .announce-ticker__line {
    color: #92400e;
}

@keyframes announce-scroll-up {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

.announce-modal {
    width: min(520px, calc(100vw - 2rem));
    max-height: min(80vh, 640px);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 0;
    box-shadow: var(--shadow);
}

.announce-modal::backdrop {
    background: rgba(15, 23, 42, 0.45);
}

.announce-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid var(--border);
    background: #fffbeb;
}

.announce-modal__head h2 {
    margin: 0;
    font-size: 1.05rem;
}

.announce-modal__close {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: var(--text-muted);
    padding: 0.15rem 0.35rem;
}

.announce-modal__body {
    padding: 1rem 1.15rem 1.15rem;
    overflow: auto;
    max-height: calc(80vh - 4rem);
}

.announce-modal__item {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border);
}

.announce-modal__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.announce-modal__item h3 {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
}

.announce-modal__item p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.55;
}

.announce-modal__media {
    margin: 0.65rem 0 0.85rem;
}

.announce-modal__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid var(--border);
}

.announce-modal__media--logo {
    max-width: 280px;
}

.announce-modal__media--logo img {
    width: auto;
    max-height: 56px;
    border: none;
    border-radius: 0;
    background: transparent;
}

.announce-modal__cta {
    margin: 0.85rem 0 0 !important;
}

.announce-modal__item--campaign h3 {
    color: #7c3aed;
}

/* World kart kampanya popup — yatay görsel, kaydırma yok */
.campaign-modal {
    width: min(860px, calc(100vw - 1.25rem));
    max-width: calc(100vw - 1.25rem);
    max-height: min(92dvh, 92vh);
    margin: auto;
    border: 0;
    border-radius: 14px;
    padding: 0;
    background: transparent;
    overflow: hidden;
}

.campaign-modal::backdrop {
    background: rgba(2, 6, 23, 0.78);
    backdrop-filter: blur(4px);
}

.campaign-modal__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #0b1220;
    color: #f8fafc;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.campaign-modal__close {
    position: absolute;
    top: 0.45rem;
    right: 0.45rem;
    z-index: 3;
    width: 2.2rem;
    height: 2.2rem;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.85);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.campaign-modal__media {
    background: #020617;
    line-height: 0;
}

.campaign-modal__media img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(72dvh, 72vh);
    object-fit: contain;
    object-position: center center;
}

.campaign-modal__body {
    padding: 0.65rem 0.85rem 0.85rem;
    background: #0b1220;
}

.campaign-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.campaign-modal__actions .btn {
    min-height: 2.4rem;
}

.campaign-modal__actions .btn--outline {
    border-color: rgba(148, 163, 184, 0.45);
    color: #e2e8f0;
}

@media (max-width: 640px) {
    .campaign-modal {
        width: calc(100vw - 0.75rem);
        max-height: 94dvh;
        border-radius: 12px;
    }

    .campaign-modal__panel {
        border-radius: 12px;
    }

    .campaign-modal__media img {
        max-height: min(58dvh, 58vh);
    }

    .campaign-modal__body {
        padding: 0.55rem 0.7rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
    }

    .campaign-modal__actions {
        justify-content: stretch;
    }

    .campaign-modal__actions .btn {
        flex: 1 1 auto;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    :root {
        --announce-ticker-h: 52px;
    }

    .announce-ticker {
        padding: 0 0.75rem;
    }

    .announce-ticker__hint {
        display: none;
    }

    .announce-ticker__line {
        font-size: 0.82rem;
    }
}

.hero--slider .hero__title,
.hero--slider .hero__desc {
    color: #fff;
}

.hero--slider .hero__desc {
    color: rgba(255, 255, 255, 0.9);
}

.hero--slider .hero__badge {
    color: #bfdbfe;
    background: rgba(255, 255, 255, 0.12);
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
}

.hero--slider .hero__overlay {
    background: linear-gradient(105deg, rgba(15, 23, 42, 0.88) 0%, rgba(15, 23, 42, 0.72) 45%, rgba(15, 23, 42, 0.5) 100%);
}

.stats {
    background: #fff;
    border-block: 1px solid var(--border);
}

.footer {
    background: #0f172a;
    color: #e2e8f0;
}

.footer .footer__col p,
.footer .footer__text,
.footer__bottom span {
    color: #94a3b8;
}

.footer__bottom a {
    color: #93c5fd;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer__bottom a:hover {
    color: #bfdbfe;
}

.footer .footer__col h4,
.footer .footer__brand strong {
    color: #f8fafc;
}

.footer .footer__col a {
    color: #cbd5e1;
}

.footer .footer__col a:hover {
    color: #93c5fd;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    .announce-ticker__track {
        animation: none;
    }

    .hero__slider--running .hero__slide {
        transition: none !important;
        opacity: 0;
    }
    .hero__slider--running .hero__slide.is-active,
    .hero__slider--running .hero__slide:first-child {
        opacity: 1;
    }
    .reveal { opacity: 1; transform: none; }
}

/* Masaüstü: nav header çubuğunda sağda */
@media (min-width: 769px) {
    .site-nav-toggle,
    .menu-btn {
        display: none !important;
    }

    .nav {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center !important;
        gap: 0.15rem;
        height: var(--header-h);
        z-index: 201;
        background: transparent !important;
        padding: 0 max(1.25rem, calc((100vw - min(var(--container), calc(100% - 2.5rem))) / 2)) !important;
        margin: 0 !important;
        overflow: visible !important;
        width: auto !important;
        min-height: 0 !important;
        border: none !important;
        box-shadow: none !important;
        pointer-events: none;
    }

    .nav > * {
        pointer-events: auto;
    }

    .nav__dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        /* Buton ile panel arası boşlukta hover kopmasın */
        padding-top: 0.45rem;
        background: transparent;
        border: none;
        box-shadow: none;
    }

    .nav__dropdown.is-open > .nav__dropdown-menu,
    .nav__dropdown.is-hover > .nav__dropdown-menu,
    .nav__dropdown:focus-within > .nav__dropdown-menu {
        display: flex;
    }
}
