﻿@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

:root {
    --bg-dark: #f6f1e8;
    --bg-deep: #e5d8c8;
    --silver-soft: #f2ebe1;
    --mid: #355474;
    --dark: #12293f;
    --light: #b98350;
    --surface: #ffffff;
    --line: #ddd1c2;
    --text-main: #273447;
    --text-muted: #617083;
}

* { box-sizing: border-box; }

body {
    margin: 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.48), transparent 38%),
        linear-gradient(180deg, #fbf7f0 0%, #f4ebdf 100%);
    color: var(--text-main);
    font-family: 'Manrope', 'Segoe UI', Arial, sans-serif;
    line-height: 1.55;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.35), transparent 44%),
        radial-gradient(circle at 80% 18%, rgba(185, 131, 80, 0.06), transparent 34%);
    z-index: -1;
}

/* Açılış */
.intro-screen {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    pointer-events: all;
}

.intro-panel {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    will-change: transform, opacity;
    transition: transform 1.4s cubic-bezier(0.65, 0.01, 0.36, 1), opacity 0.35s ease;
}

.intro-panel-left {
    left: 0;
}

.intro-panel-right {
    right: 0;
}

.intro-panel-inner {
    position: absolute;
    top: 0;
    width: 200%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 30% 35%, rgba(215, 200, 171, 0.12), transparent 28%),
        radial-gradient(circle at 70% 65%, rgba(255, 255, 255, 0.05), transparent 22%),
        linear-gradient(160deg, #101117, #050608 78%);
}

.intro-panel-left .intro-panel-inner {
    left: 0;
}

.intro-panel-right .intro-panel-inner {
    left: -100%;
}

.intro-screen.is-splitting .intro-panel-left {
    transform: translateX(-100%);
}

.intro-screen.is-splitting .intro-panel-right {
    transform: translateX(100%);
}

.intro-screen.is-low-end .intro-ring {
    animation: none !important;
}

.intro-watermark {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(58px, 13vw, 190px);
    letter-spacing: .22em;
    font-weight: 800;
    font-family: 'Playfair Display', 'Manrope', serif;
    color: rgba(255, 255, 255, 0.035);
    filter: blur(4px);
    text-transform: uppercase;
    user-select: none;
    pointer-events: none;
}

.intro-ring-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 180px;
    transform: translate(-50%, -50%);
}

.intro-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.intro-ring-outer {
    width: 160px;
    height: 160px;
    border: 1.5px solid rgba(215, 200, 171, 0.52);
    box-shadow:
        0 0 22px rgba(215, 200, 171, 0.12),
        inset 0 0 18px rgba(215, 200, 171, 0.05);
    animation: intro-ring-spin 16s linear infinite;
}

.intro-ring-outer::before,
.intro-ring-outer::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transform: translateX(-50%);
    background: rgba(215, 200, 171, 0.92);
    box-shadow: 0 0 8px rgba(215, 200, 171, 0.68);
}

.intro-ring-outer::before {
    top: -3px;
}

.intro-ring-outer::after {
    bottom: -3px;
}

.intro-ring-mid {
    width: 116px;
    height: 116px;
    border: 1px solid rgba(215, 200, 171, 0.24);
    animation: intro-ring-spin 11s linear infinite reverse;
}

.intro-ring-inner {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(215, 200, 171, 0.14);
    animation: intro-ring-spin 7s linear infinite;
}

.intro-content {
    position: absolute;
    left: 50%;
    bottom: 15vh;
    z-index: 2;
    text-align: center;
    white-space: nowrap;
    color: #d7c8ab;
    transform: translateX(-50%);
    animation: intro-rise 1.2s ease both;
}

.intro-kicker {
    margin: 0 0 8px;
    font-size: 10px;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: rgba(215, 200, 171, 0.42);
}

.intro-brand {
    margin: 0 0 12px;
    font-size: clamp(24px, 3.6vw, 46px);
    letter-spacing: .24em;
    font-family: 'Playfair Display', 'Manrope', serif;
    font-weight: 600;
    color: rgba(215, 200, 171, 0.84);
    text-shadow: 0 0 32px rgba(215, 200, 171, 0.18);
}

.intro-line {
    width: 52px;
    height: 1px;
    margin: 0 auto;
    background: linear-gradient(90deg, transparent, rgba(215, 200, 171, 0.68), transparent);
}

.intro-backdrop,
.intro-rings,
.intro-particles,
.intro-note,
.intro-logo-wrap,
.intro-brand-logo {
    display: none !important;
}

.particle {
    position: absolute;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(111, 136, 175, .85), rgba(111, 136, 175, 0));
    opacity: 0;
    animation: float-particle var(--duration) ease-in-out infinite;
    animation-delay: var(--delay);
}

@media (max-width: 640px) {
    .intro-ring-wrap {
        width: 140px;
        height: 140px;
    }

    .intro-ring-outer {
        width: 126px;
        height: 126px;
    }

    .intro-ring-mid {
        width: 92px;
        height: 92px;
    }

    .intro-ring-inner {
        width: 56px;
        height: 56px;
    }

    .intro-content {
        bottom: 17vh;
    }
}

@media (prefers-reduced-motion: reduce) {
    .intro-panel {
        transition: opacity 0.25s ease;
    }

    .intro-screen.is-splitting .intro-panel {
        transform: none !important;
        opacity: 0;
    }

    .intro-ring {
        animation: none !important;
    }
}

/* ═══════════════════════════════════════════════
   ÜST NAVİGASYON ÇUBUĞU
══════════════════════════════════════════════ */
.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(185, 131, 80, 0.18);
    box-shadow: 0 2px 18px rgba(10, 16, 30, 0.10);
    transition: top 0.2s ease;
}

/* 23 Nisan banner aktifken nav aşağı kayar */
body.nisan23-active .top-nav {
    top: 38px;
}

/* Sayfa içeriği navbarla örtüşmesin */
body {
    padding-top: 58px;
}
body.nisan23-active {
    padding-top: calc(38px + 58px) !important;
}

/* Marka adı */
.top-nav-brand {
    flex: 1;                        /* boş alanı kaplar, aramaı sağa iter */
    text-align: center;
    font-family: 'Playfair Display', 'Manrope', serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--dark);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}
.top-nav-brand:hover { color: var(--light); }

/* Arama alanı sarmalayicisi */
.top-nav-search {
    position: relative;             /* dropdown buraya göre konumlanır */
    width: min(320px, 42vw);
    flex-shrink: 0;
}

/* Input çerçevesi */
.top-search-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

/* Büyüteç ikonu */
.top-search-icon {
    position: absolute;
    left: 11px;
    color: var(--mid);
    font-size: .8rem;
    pointer-events: none;
    z-index: 1;
}

/* Arama input — top-nav içindeki */
.top-search-input {
    width: 100%;
    padding: 8px 12px 8px 30px;
    border: 1px solid #d9e3f0;
    border-radius: 22px;            /* oval form — daha modern */
    font-size: .82rem;
    font-family: inherit;
    color: var(--text-main);
    background: rgba(245, 249, 255, 0.9);
    outline: none;
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.top-search-input:focus {
    border-color: var(--mid);
    box-shadow: 0 0 0 3px rgba(53, 84, 116, .12);
    background: #fff;
}
.top-search-input::-webkit-search-cancel-button { display: none; }

/* Sonuç dropdown — navın dışına taşar */
.top-search-results {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e0e8f4;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(8, 16, 30, .13);
    overflow: hidden;
    max-height: 0;
    overflow-y: auto;
    transition: max-height .25s ease;
    z-index: 1000;
}
.top-search-results.has-results { max-height: 280px; }

/* Responsive — küçük ekranlarda input daralt */
@media (max-width: 520px) {
    .top-nav-search { width: min(160px, 44vw); }
    .top-search-input { font-size: .76rem; padding: 7px 8px 7px 26px; }
    .top-nav-brand   { font-size: .9rem; letter-spacing: .1em; }
}

/* Sol üst hamburger — artık top-nav içinde, fixed değil */
.hamburger-btn {
    /* position: fixed kaldırıldı — artık top-nav içinde akış düzeninde */
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(63, 95, 140, .92);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 10px;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(10, 16, 24, .22);
    flex-shrink: 0;   /* navın küçülmesini önle */
}

.hamburger-btn span {
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    opacity: .72;
    transform: scale(.975);
    transition: opacity .35s ease, transform .35s ease;
}

.hamburger-btn:hover span,
.hamburger-btn:focus-visible span {
    opacity: 1;
    transform: scale(1);
}

.hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(320px, 88vw);
    z-index: 940;
    background: linear-gradient(180deg, #ffffff, #f6f8fc);
    border-right: 1px solid var(--line);
    box-shadow: 18px 0 32px rgba(8, 12, 18, .14);
    transform: translateX(-102%);
    transition: transform .35s ease;
    padding: 18px 16px;
}

.hamburger-menu.is-open {
    transform: translateX(0);
}

.hamburger-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.hamburger-head h2 {
    margin: 0;
    color: var(--dark);
    letter-spacing: .08em;
}

.hamburger-close {
    border: 1px solid #d7deea;
    background: #fff;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    cursor: pointer;
}

.hamburger-links {
    display: grid;
    gap: 10px;
}

.hamburger-links a {
    text-decoration: none;
    color: #1f2836;
    background: #fff;
    border: 1px solid #e4eaf4;
    border-radius: 10px;
    padding: 12px 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-weight: 600;
}

.hamburger-links a i {
    color: var(--mid);
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}

.cart-badge {
    background: #f44336;
    color: #fff;
    border-radius: 999px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    margin-left: auto;
}

/* ── HAMBURGER ARAMA KUTUSU ──────────────────────────── */
.hamburger-search-box {
    margin-bottom: 14px;
    position: relative;
}

/* Input'un etrafındaki sarmalayıcı — ikona yer açar */
.hamburger-search-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

/* Büyüteç ikonu — input'un sol iç kısmına yerleşir */
.hamburger-search-icon {
    position: absolute;
    left: 11px;
    color: var(--mid);
    font-size: .85rem;
    pointer-events: none; /* ikona tıklayınca input aktif olsun */
}

/* Arama giriş alanı */
.hamburger-search-input {
    width: 100%;
    padding: 10px 12px 10px 32px; /* sol boşluk ikona yer açar */
    border: 1px solid #d9e3f0;
    border-radius: 10px;
    font-size: .88rem;
    font-family: inherit;
    color: var(--text-main);
    background: #f7faff;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.hamburger-search-input:focus {
    border-color: var(--mid);
    box-shadow: 0 0 0 3px rgba(53, 84, 116, .12);
    background: #fff;
}

/* Tarayıcının varsayılan "X" temizleme butonunu gizle */
.hamburger-search-input::-webkit-search-cancel-button { display: none; }

/* Sonuç listesi */
.hamburger-search-results {
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e0e8f4;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(8,16,30,.1);
    overflow: hidden;
    max-height: 0;           /* kapalıyken gizli */
    overflow-y: auto;
    transition: max-height .25s ease;
}

/* Sonuç var mı? JS "has-results" class'ını ekler */
.hamburger-search-results.has-results {
    max-height: 260px;
}

/* Tek bir sonuç satırı */
.hamburger-search-results li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    text-decoration: none;
    color: var(--text-main);
    font-size: .85rem;
    font-weight: 600;
    border-bottom: 1px solid #f0f4fb;
    transition: background .15s;
}

.hamburger-search-results li a img.sr-thumb {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #e4eaf4;
    background: #f5f7fb;
    flex-shrink: 0;
}

.hamburger-search-results li a .sr-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.hamburger-search-results li a .sr-name {
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--text-main);
}

.hamburger-search-results li a .sr-meta {
    font-size: .72rem;
    color: var(--text-muted);
    line-height: 1.35;
}

.hamburger-search-results li:last-child a { border-bottom: none; }
.hamburger-search-results li a:hover     { background: #f0f5ff; }

/* Sonuç ikonları */
.hamburger-search-results li a i {
    color: var(--mid);
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

/* Ürün fiyatı — sağa yaslanır */
.hamburger-search-results li a .sr-price {
    margin-left: auto;
    font-size: .78rem;
    color: #e67e22;
    font-weight: 700;
    white-space: nowrap;
}

/* "Sonuç bulunamadı" satırı */
.hamburger-search-results li.no-result a {
    color: var(--text-muted);
    font-weight: 400;
    font-style: italic;
    pointer-events: none;
}



/* Hero */
.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 90px 16px 52px;
    overflow: hidden;
    background: linear-gradient(180deg, #0f2030, #0a141f);
}

.hero-video-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.78) contrast(0.98) brightness(0.64);
    transform: scale(1.02);
}

.hero-video-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 48%, rgba(4, 10, 18, 0.28), rgba(0, 0, 0, 0) 42%),
        linear-gradient(180deg, rgba(2, 8, 14, 0.78) 0%, rgba(2, 8, 14, 0.5) 34%, rgba(2, 8, 14, 0.76) 100%);
}

.hero-overlay {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin: 0 auto;
    width: min(86vw, 620px);
    padding: 12px 8px;
}

.hero-overlay::after {
    content: '';
    display: block;
    width: 74px;
    height: 2px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(220, 184, 140, 0.72), rgba(255, 255, 255, 0.06));
}

.welcome {
    margin: 0 0 10px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(40px, 7vw, 70px);
    letter-spacing: .09em;
    color: #fff;
    text-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}

.sub {
    margin: 12px auto 16px;
    max-width: 540px;
    color: rgba(245, 245, 246, 0.88);
    font-size: clamp(16px, 1.9vw, 20px);
    line-height: 1.45;
    text-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}

.sub-note {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: clamp(13px, 1.35vw, 16px);
    color: rgba(226, 231, 238, 0.82);
    max-width: 600px;
    line-height: 1.5;
}

.hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.show-products {
    display: inline-block;
    min-height: 46px;
    min-width: 132px;
    padding: 11px 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 226, 183, 0.54);
    background: linear-gradient(135deg, #c58a4d, #a26b38);
    color: #fff;
    font-weight: 800;
    letter-spacing: .02em;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(10, 16, 24, .24);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.show-products:hover,
.show-products:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(10, 16, 24, .28);
    filter: brightness(1.02);
}

.show-products.secondary {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
    border-color: rgba(255, 255, 255, 0.42);
    text-decoration: none;
    color: #f5f7fb;
}

.show-products.secondary:hover,
.show-products.secondary:focus-visible {
    filter: brightness(1.08);
}

.trust-strip {
    max-width: 1040px;
    margin: -18px auto 18px;
    padding: 0 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    position: relative;
    z-index: 3;
}

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(184, 151, 111, 0.34);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 240, 229, 0.9));
    color: #30425a;
    box-shadow: 0 9px 20px rgba(15, 24, 34, 0.1);
    font-weight: 700;
    font-size: 13px;
}

.trust-item i {
    color: #a9743f;
}

.sales-engine {
    width: min(1120px, 100%);
    margin: 10px auto 26px;
    padding: 0 14px;
}

.sales-title {
    margin: 0;
    text-align: center;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(30px, 4.1vw, 46px);
    font-weight: 700;
    letter-spacing: 0.015em;
    line-height: 1.2;
    color: #173656;
    text-wrap: balance;
}

.sales-subtitle {
    margin: 12px auto 0;
    max-width: 760px;
    text-align: center;
    font-size: clamp(15px, 1.6vw, 19px);
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #586e86;
    text-wrap: pretty;
}

.sales-engine-head {
    text-align: center;
    margin-bottom: 14px;
}

.sales-kicker {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
    color: #8b5b33;
    font-weight: 800;
}

.sales-engine-head h2 {
    margin: 8px 0;
    font-family: 'Playfair Display', Georgia, serif;
    color: #183655;
    font-size: clamp(28px, 4vw, 44px);
}

.sales-sub {
    margin: 0 auto;
    max-width: 760px;
    color: #5f7186;
}

.sales-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.metric-card {
    border-radius: 14px;
    border: 1px solid #e2d2c0;
    background: linear-gradient(180deg, #fffdf9, #f8efe4);
    padding: 12px;
    display: grid;
    gap: 4px;
}

.metric-card strong {
    color: #153455;
    font-size: 16px;
}

.metric-card span {
    color: #6a7a8e;
    font-size: 13px;
}

.sales-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.sales-card {
    border-radius: 15px;
    border: 1px solid rgba(184, 151, 111, 0.32);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(248, 239, 228, 0.92));
    box-shadow: 0 12px 24px rgba(15, 24, 34, 0.09);
    padding: 14px;
    display: grid;
    gap: 8px;
}

.sales-card h3 {
    margin: 0;
    color: #1b3d61;
    font-size: 19px;
}

.sales-card p {
    margin: 0;
    color: #5f7186;
    font-size: 14px;
    line-height: 1.55;
}

.sales-card a {
    width: fit-content;
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid #d3b38f;
    background: #fff7ec;
    color: #8c5c34;
    font-weight: 700;
    padding: 8px 12px;
}

.sales-engine-cta {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.sales-engine-cta a {
    min-height: 46px;
    border-radius: 999px;
    padding: 11px 18px;
    text-decoration: none;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
}

.model-pano {
    width: min(1220px, 100%);
    margin: 10px auto 34px;
    padding: 0 14px;
}

.model-pano-head {
    text-align: center;
    margin-bottom: 18px;
}

.model-pano-kicker {
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 11px;
    color: #8b5b33;
    font-weight: 800;
}

.model-pano-head h2 {
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(28px, 4vw, 44px);
    color: #173656;
}

.model-pano-head p {
    margin: 10px auto 0;
    max-width: 760px;
    color: #5a6d82;
    line-height: 1.7;
}

.model-pano-track-wrap {
    overflow: hidden;
    position: relative;
    border-radius: 28px;
    padding: 14px 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.7), rgba(242,236,228,0.92));
    border: 1px solid rgba(202, 181, 151, 0.55);
    box-shadow: 0 22px 40px rgba(15, 24, 34, 0.09);
}

.model-pano-track-wrap::before,
.model-pano-track-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 92px;
    z-index: 2;
    pointer-events: none;
}

.model-pano-track-wrap::before {
    left: 0;
    background: linear-gradient(90deg, rgba(247, 244, 239, 0.98), rgba(247, 244, 239, 0));
}

.model-pano-track-wrap::after {
    right: 0;
    background: linear-gradient(270deg, rgba(247, 244, 239, 0.98), rgba(247, 244, 239, 0));
}

.model-pano-track {
    display: flex;
    align-items: stretch;
    gap: 18px;
    width: max-content;
    animation: model-pano-scroll 28s linear infinite;
    padding: 4px 16px;
}

.model-pano-track:hover,
.model-pano-track:focus-within {
    animation-play-state: paused;
}

.model-pano-track-wrap.is-interactive {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: auto;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
}

.model-pano-track-wrap.is-interactive.is-dragging {
    cursor: grabbing;
}

.model-pano-track-wrap.is-interactive .model-pano-track {
    animation: none;
}

.model-pano-track-wrap.is-interactive::-webkit-scrollbar {
    display: none;
}

.model-pano-track-wrap.is-interactive {
    scrollbar-width: none;
}

.model-card {
    width: 250px;
    flex: 0 0 250px;
    min-height: 330px;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    color: #173656;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245,238,229,0.95));
    border: 1px solid rgba(206, 188, 160, 0.72);
    box-shadow: 0 16px 30px rgba(15, 24, 34, 0.12);
    display: grid;
    grid-template-rows: 180px auto;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.model-card:hover,
.model-card:focus-visible {
    transform: translateY(-6px);
    box-shadow: 0 24px 38px rgba(15, 24, 34, 0.18);
    border-color: rgba(169, 116, 63, 0.6);
}

.model-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f2ece6;
}

.model-card-category,
.model-card strong,
.model-card small {
    padding-left: 18px;
    padding-right: 18px;
}

.model-card-category {
    display: block;
    padding-top: 18px;
    color: #8f6039;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.model-card strong {
    display: block;
    padding-top: 8px;
    font-size: 21px;
    line-height: 1.25;
    font-family: 'Playfair Display', Georgia, serif;
}

.model-card small {
    display: block;
    padding-top: 10px;
    padding-bottom: 18px;
    color: #5f7186;
    font-size: 13px;
    line-height: 1.6;
}

.sales-primary {
    background: linear-gradient(135deg, #b9824d, #9a6535);
    border: 1px solid rgba(255, 226, 183, 0.6);
    color: #fff;
}

.sales-secondary {
    background: #fff;
    border: 1px solid #d9c6b2;
    color: #213d5d;
}

/* Tek ekran hızlı erişim */
.quick-hub {
    position: relative;
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto 46px;
    padding: 20px 14px 0;
    opacity: 0;
    transform: translateY(40px) scale(.985);
    transition: opacity .7s ease, transform .7s ease;
}

.quick-hub.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.quick-hub .glass-swiper-shell {
    position: relative;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background:
        radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.18), transparent 45%),
        radial-gradient(circle at 10% 100%, rgba(212, 175, 55, 0.12), transparent 40%),
        linear-gradient(165deg, #151a24 0%, #0a0d14 100%);
    box-shadow: 0 36px 84px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: clamp(22px, 4vw, 38px);
    overflow: hidden;
    text-align: center;
}

.quick-hub .glass-swiper-shell h2 {
    margin: 0 0 10px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(30px, 4.2vw, 54px);
    color: #f8f8fa;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.36);
}

.quick-hub .glass-swiper-shell .hub-text {
    margin: 0 auto;
    max-width: 680px;
    color: rgba(233, 236, 242, 0.88);
    font-size: clamp(16px, 1.9vw, 22px);
}

.quick-hub .mySwiper {
    width: 100%;
    padding: 34px 4px 84px;
    overflow: visible;
}

.quick-hub .mySwiper .swiper-slide {
    width: min(86vw, 380px);
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.quick-hub .mySwiper .glass-card {
    width: 100%;
    border-radius: 38px;
    padding: 42px 26px 34px;
    text-align: center;
    color: #1b2638;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.92), rgba(240, 242, 248, 0.64) 58%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(225, 230, 238, 0.62));
    backdrop-filter: blur(22px) saturate(1.05);
    -webkit-backdrop-filter: blur(22px) saturate(1.05);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.quick-hub .mySwiper .glass-card .icon-box {
    width: 84px;
    height: 84px;
    border-radius: 20px;
    margin: 0 auto 22px;
    display: grid;
    place-items: center;
    font-size: 33px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(165deg, rgba(14, 18, 26, 0.95), rgba(26, 33, 46, 0.92));
    box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.12), 0 10px 24px rgba(0, 0, 0, 0.35);
}

.quick-hub .mySwiper .glass-card h3 {
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(30px, 4.2vw, 44px);
    color: #1b2638;
}

.quick-hub .mySwiper .glass-card p {
    margin: 12px auto 0;
    max-width: 320px;
    color: rgba(45, 56, 76, 0.86);
    font-size: 18px;
    line-height: 1.4;
}

.quick-hub .mySwiper .gold-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    padding: 12px 30px;
    border-radius: 999px;
    border: 1px solid rgba(255, 233, 179, 0.75);
    text-decoration: none;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
    background: linear-gradient(180deg, #cca062 0%, #8c6334 100%);
    box-shadow: 0 10px 24px rgba(82, 57, 17, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.36);
    transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
}

.quick-hub .mySwiper .gold-button:hover,
.quick-hub .mySwiper .gold-button:focus-visible {
    transform: translateY(-2px) scale(1.02);
    filter: brightness(1.06);
    box-shadow: 0 16px 30px rgba(82, 57, 17, 0.48);
}

.quick-hub .mySwiper .hub-swiper-controls {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: linear-gradient(180deg, rgba(16, 23, 36, 0.82), rgba(9, 14, 24, 0.74));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
    z-index: 4;
}

.quick-hub .mySwiper .hub-swiper-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: linear-gradient(180deg, #2f405b, #131d2e);
    color: #f0f3f8;
    cursor: pointer;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

.quick-hub .mySwiper .hub-swiper-btn::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
}

.quick-hub .mySwiper .hub-swiper-prev::before {
    content: '\f053';
}

.quick-hub .mySwiper .hub-swiper-next::before {
    content: '\f054';
}

.quick-hub .mySwiper .hub-swiper-btn:hover,
.quick-hub .mySwiper .hub-swiper-btn:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.06);
}

.quick-hub .mySwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.35);
    opacity: 1;
}

.quick-hub .mySwiper .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, #e2bf67, #aa8429);
}

.quick-hub .mySwiper .hub-swiper-pagination {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    gap: 7px;
}

/* ikon kutularına renk */
.quick-hub .mySwiper .glass-card .icon-box i {
    color: #d4a85a;
    filter: drop-shadow(0 2px 6px rgba(212, 168, 90, 0.35));
}

.quick-hub .mySwiper .glass-card .icon-box--gem   i { color: #7ec8e3; filter: drop-shadow(0 2px 8px rgba(126, 200, 227, 0.4)); }
.quick-hub .mySwiper .glass-card .icon-box--tag   i { color: #59d59b; filter: drop-shadow(0 2px 8px rgba(89, 213, 155, 0.4)); }
.quick-hub .mySwiper .glass-card .icon-box--star  i { color: #f4c552; filter: drop-shadow(0 2px 8px rgba(244, 197, 82, 0.4)); }
.quick-hub .mySwiper .glass-card .icon-box--map   i { color: #e07c6a; filter: drop-shadow(0 2px 8px rgba(224, 124, 106, 0.4)); }
.quick-hub .mySwiper .glass-card .icon-box--chat  i { color: #b98ef4; filter: drop-shadow(0 2px 8px rgba(185, 142, 244, 0.4)); }

/* Coming-soon kart */
.quick-hub .mySwiper .glass-card.glass-card--coming-soon {
    opacity: 0.87;
    position: relative;
}

.coming-soon-ribbon {
    position: absolute;
    top: 18px;
    right: -8px;
    background: linear-gradient(135deg, #c5a046, #8c6835);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 16px 5px 12px;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 4px 10px rgba(100, 70, 20, 0.32);
}

.coming-soon-ribbon::after {
    content: '';
    position: absolute;
    right: -7px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 8px;
    border-color: transparent transparent transparent #8c6835;
}

.coming-soon-badge {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(15, 23, 38, 0.08);
    border: 1px dashed rgba(100, 80, 40, 0.42);
    color: #5a4422;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.coming-soon-badge i {
    color: #c5a046;
    flex-shrink: 0;
}

@media (max-width: 860px) {
    .trust-strip {
        grid-template-columns: 1fr;
        margin-top: -8px;
    }

    .sales-metrics,
    .sales-cards {
        grid-template-columns: 1fr;
    }

    .sales-title {
        font-size: clamp(26px, 7.4vw, 36px);
        line-height: 1.22;
    }

    .sales-subtitle {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.6;
        padding: 0 8px;
    }

    .quick-hub .glass-swiper-shell {
        border-radius: 28px;
        margin-top: -28px;
        padding: 18px 10px 24px;
    }

    .quick-hub .mySwiper {
        padding: 24px 2px 70px;
    }

    .quick-hub .mySwiper .hub-swiper-controls {
        gap: 10px;
        padding: 7px 9px;
    }

    .quick-hub .mySwiper .hub-swiper-btn {
        width: 36px;
        height: 36px;
    }

    .quick-hub .mySwiper .glass-card {
        border-radius: 30px;
        padding: 34px 20px 28px;
    }

    .quick-hub .mySwiper .glass-card p {
        font-size: 16px;
    }

}

.hub-panel {
    position: relative;
    z-index: 2;
    border-radius: 38px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.34), transparent 48%),
        linear-gradient(165deg, rgba(14, 22, 34, 0.88), rgba(7, 11, 18, 0.92));
    box-shadow: 0 40px 90px rgba(8, 14, 25, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    padding: clamp(26px, 4.6vw, 50px);
    margin-top: -56px;
    text-align: center;
}

/* Estetik üst tutucu (küçük çubuk) */
.hub-panel::before {
    content: none;
}

/* Kaydırma hedefi seçildiğinde kısa bir vurgulu animasyon */
.quick-hub.is-highlight .hub-panel {
    transform: translateY(-6px);
    box-shadow: 0 36px 72px rgba(11, 17, 26, .2);
    transition: transform .45s cubic-bezier(.2,.9,.2,1), box-shadow .45s ease;
}

/* Scroll target offset için tarayıcı destekleyici */
.quick-hub { scroll-margin-top: 92px; }

.hub-kicker {
    margin: 0;
    color: var(--mid);
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 12px;
}

.hub-panel h2 {
    margin: 0 0 10px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(31px, 4.4vw, 56px);
    color: #f2f4f8;
    letter-spacing: .01em;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
}

.hub-text {
    margin: 0 auto 26px;
    color: rgba(228, 233, 243, 0.9);
    max-width: 650px;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.45;
}

.glass-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.glass-card {
    width: min(100%, 620px);
    border-radius: 38px;
    padding: clamp(30px, 6vw, 44px) clamp(20px, 5vw, 38px) 26px;
    background:
        linear-gradient(152deg, rgba(255, 255, 255, 0.82), rgba(236, 236, 242, 0.62)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(235, 237, 242, 0.6));
    border: 1px solid rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(15px);
    box-shadow: 0 24px 62px rgba(7, 12, 21, 0.34), inset 0 2px 0 rgba(255, 255, 255, 0.86);
    color: #142238;
}

.icon-box {
    width: 92px;
    height: 92px;
    margin: 0 auto 20px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    background: linear-gradient(160deg, #2a3850, #101a2a);
    box-shadow: 0 14px 28px rgba(10, 16, 25, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.shopping-cart-icon {
    font-size: 37px;
    color: #fff;
}

.glass-card h3 {
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(33px, 4.8vw, 50px);
    color: #161f30;
}

.glass-card p {
    margin: 12px auto 24px;
    max-width: 460px;
    color: #3f4b5f;
    font-size: clamp(17px, 2vw, 30px);
    line-height: 1.42;
}

.gold-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 36px;
    border-radius: 999px;
    border: 1px solid rgba(255, 228, 178, 0.84);
    background: linear-gradient(180deg, #c59a63 0%, #8a6135 95%);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 27px;
    letter-spacing: .01em;
    box-shadow: 0 10px 28px rgba(85, 52, 22, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.gold-button:hover,
.gold-button:focus-visible {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 18px 36px rgba(85, 52, 22, 0.42);
    filter: brightness(1.05);
}

.slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
}

.arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: linear-gradient(180deg, #2f415f, #151f31);
    color: #f3f7ff;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 20px rgba(10, 16, 25, 0.24);
}

.dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dots span {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(116, 124, 140, 0.48);
}

.dots .active {
    width: 28px;
    background: linear-gradient(90deg, #d0a870, #9a723f);
    box-shadow: 0 8px 16px rgba(139, 101, 53, 0.32);
}

@media (max-width: 860px) {
    .quick-hub {
        max-width: 100%;
        margin-bottom: 30px;
        padding-top: 14px;
    }

    .hub-panel {
        border-radius: 30px;
        margin-top: -28px;
        padding: 20px 14px 24px;
    }

    .hub-panel h2 {
        font-size: clamp(29px, 8vw, 40px);
    }

    .hub-text {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .glass-card {
        border-radius: 30px;
        padding: 24px 14px 18px;
    }

    .glass-card h3 {
        font-size: clamp(30px, 8vw, 38px);
    }

    .glass-card p {
        font-size: 15px;
    }

    .gold-button {
        font-size: 24px;
        padding: 11px 28px;
    }
}

.hub-slider-wrap {
    position: relative;
    margin-top: 12px;
    padding: 12px 58px 58px;
    overflow: hidden;
    border-radius: 22px;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.55), transparent 34%),
        linear-gradient(160deg, rgba(253, 252, 250, 0.88), rgba(244, 239, 234, 0.72));
    border: 1px solid rgba(53, 70, 95, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.hub-slider-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.42);
    pointer-events: none;
}

.hub-slider {
    display: flex;
    gap: 0;
    align-items: stretch;
    transition: transform .48s cubic-bezier(.2,.9,.2,1);
    will-change: transform;
    touch-action: pan-y;
    padding: 12px 0;
}

.hub-slide {
    flex: 0 0 100%;
    min-width: 100%;
    border-radius: 20px;
    background:
        linear-gradient(160deg, rgba(255,255,255,0.98), rgba(250,248,245,0.92));
    box-shadow: 0 18px 36px rgba(22,28,36,0.09), inset 0 1px 0 rgba(255,255,255,0.72);
    padding: clamp(22px, 4.6vw, 40px);
    display: flex;
    gap: 20px;
    align-items: center;
    text-align: left;
    opacity: .9;
    transform: translateY(0) scale(0.997);
    transition: opacity .28s ease, transform .36s cubic-bezier(.2,.9,.2,1), box-shadow .36s ease;
    border: 1px solid rgba(34,40,55,0.08);
    overflow: hidden;
}

.hub-slide .hub-body > * {
    opacity: .82;
    transform: translateY(4px);
    transition: opacity .28s ease, transform .28s ease;
}

.hub-slide.is-active .hub-body > * {
    opacity: 1;
    transform: translateY(0);
}

.hub-slide.is-active {
    opacity: 1;
    transform: translateY(-6px) scale(1);
    box-shadow: 0 30px 64px rgba(23,32,46,0.15);
    border-color: rgba(56, 79, 118, 0.24);
}

/* Entrance animation for slides */
.hub-slide.anim-in {
    animation: hub-slide-in .6s cubic-bezier(.2,.9,.2,1) both;
}

@keyframes hub-slide-in {
    from { transform: translateY(12px) scale(.995); opacity: 0; }
    to { transform: translateY(0) scale(1); opacity: 1; }
}

/* Parallax: subtle icon movement on pointer hover */
.hub-slide .hub-icon { transform: translateZ(0); transition: transform .28s cubic-bezier(.2,.9,.2,1), box-shadow .28s ease; }
.hub-slide .hub-body { transition: transform .28s cubic-bezier(.2,.9,.2,1); }
.hub-slide:hover .hub-icon,
.hub-slide:focus-within .hub-icon { transform: translateY(-6px) scale(1.03); box-shadow: 0 34px 68px rgba(23,32,46,0.12); }
.hub-slide:hover .hub-body,
.hub-slide:focus-within .hub-body { transform: translateY(-4px); }

/* CTA icon micro-motion */
.hub-cta a i { transform: translateX(0); transition: transform .28s cubic-bezier(.2,.9,.2,1); }
.hub-cta a:hover i,
.hub-cta a:focus i { transform: translateX(6px); }

/* Reduce pointer effects on touch by disabling pointer hover transforms on coarse pointers */
@media (pointer: coarse) {
    .hub-slide .hub-icon,
    .hub-slide .hub-body { transition: none; transform: none !important; }
    .hub-cta a i { transform: none !important; }
}

.hub-icon {
    width: 110px;
    height: 110px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 36px;
    background: linear-gradient(135deg, var(--mid), var(--dark));
    box-shadow: 0 18px 36px rgba(63,95,140,0.12), inset 0 -6px 18px rgba(0,0,0,0.06);
    border: 1px solid rgba(255,255,255,0.06);
    transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
}

.hub-slide:hover .hub-icon,
.hub-slide.is-active .hub-icon {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 28px 56px rgba(63,95,140,0.26), inset 0 -8px 20px rgba(0,0,0,0.08);
}

.hub-slide h3 {
    margin: 0 0 6px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(20px, 3.2vw, 28px);
    color: var(--dark);
    letter-spacing: 0.01em;
    font-weight: 700;
}

.hub-slide p {
    margin: 0 0 6px;
    max-width: 520px;
    color: #5b6474;
    font-size: 15px;
    line-height: 1.5;
}

.hub-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.hub-cta a { display: inline-flex; align-items: center; gap: 10px; }

/* Responsive: stack icon above text on small screens */
@media (max-width: 860px) {
    .hub-slide {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .hub-body { align-items: center; }

    .hub-slider { padding: 8px 6px; }
}

.hub-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.hub-slide a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(90deg, #c88949 0%, #a86d35 100%);
    color: #fff;
    font-weight: 800;
    letter-spacing: .02em;
    box-shadow: 0 10px 24px rgba(168,109,53,0.16);
    transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease, filter .22s ease;
}

.hub-slide a i {
    transition: transform .18s ease;
}

.hub-slide a:hover,
.hub-slide a:focus {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 26px 56px rgba(168,109,53,0.18);
    filter: brightness(1.02);
}

.hub-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(46,76,113,0.94), rgba(34,57,85,0.94));
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: grid;
    place-items: center;
    box-shadow: 0 16px 30px rgba(14,22,36,0.24);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.hub-nav.prev { left: 8px; }
.hub-nav.next { right: 8px; }

/* nav button icon larger and smoother */
.hub-nav i {
    font-size: 14px;
    transition: transform .18s ease;
}

.hub-nav:hover { transform: translateY(-4px) scale(1.02); }
.hub-nav:active { transform: translateY(-2px) scale(.99); }

.hub-meta {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 30px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 12px;
    pointer-events: none;
}

.hub-counter {
    margin: 0;
    min-width: 46px;
    text-align: right;
    color: #405676;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .06em;
}

.hub-progress {
    flex: 1;
    height: 6px;
    border-radius: 999px;
    background: rgba(162, 177, 201, 0.34);
    overflow: hidden;
}

.hub-progress-bar {
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: left center;
    transform: scaleX(0.16);
    border-radius: inherit;
    background: linear-gradient(90deg, #31517d, #4e719f);
    transition: transform .35s cubic-bezier(.2,.9,.2,1);
}

/* Mobil için çeşitli ince ayarlar */
@media (max-width: 860px) {
    .hub-slider-wrap { padding: 0 12px 42px; }
    .hub-icon { width: 86px; height: 86px; font-size: 26px; }
    .hub-panel { margin-top: -36px; padding: 18px; }
    .hub-meta { left: 12px; right: 12px; bottom: 24px; }
    .hub-counter { font-size: 11px; min-width: 40px; }
    .hub-progress { height: 5px; }
    .hub-dots { bottom: 4px; gap: 8px; }
    .hub-dot { min-width: 12px; height: 8px; }
    .hub-dot.is-active { width: 28px; }
}

.hub-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.hub-dot {
    min-width: 14px;
    height: 10px;
    border-radius: 999px;
    border: none;
    background: rgba(156,171,194,0.58);
    cursor: pointer;
    padding: 0;
    transition: transform .28s cubic-bezier(.2,.9,.2,1), background .22s ease, opacity .22s ease, width .28s ease;
    will-change: transform, width;
}

.hub-dot.is-active {
    background: #304d78;
    transform: translateY(-2px);
    width: 36px;
    box-shadow: 0 10px 22px rgba(56,79,118,0.26);
}

.hub-dot:focus {
    outline: 2px solid rgba(56,79,118,0.18);
}

/* Premium hareket efekti (parçacık yerine) */
.luxury-motion {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    mix-blend-mode: screen;
}

.orb-1 {
    width: 320px;
    height: 320px;
    left: -60px;
    top: -40px;
    background: radial-gradient(circle, rgba(120, 89, 100, .30), rgba(120, 89, 100, 0));
    animation: orb-drift-1 9s ease-in-out infinite;
}

.orb-2 {
    width: 340px;
    height: 340px;
    right: -70px;
    top: 25%;
    background: radial-gradient(circle, rgba(188, 171, 176, .34), rgba(188, 171, 176, 0));
    animation: orb-drift-2 11s ease-in-out infinite;
}

.orb-3 {
    width: 300px;
    height: 300px;
    left: 35%;
    bottom: -120px;
    background: radial-gradient(circle, rgba(126, 96, 126, .22), rgba(126, 96, 126, 0));
    animation: orb-drift-3 10s ease-in-out infinite;
}

.light-sweep {
    position: absolute;
    inset: -30% -40%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .26) 50%, rgba(255, 255, 255, 0) 60%);
    transform: translateX(-40%) rotate(8deg);
    animation: sweep 6.8s ease-in-out infinite;
}

@keyframes intro-rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float-particle {
    0% { transform: translate3d(0, 16px, 0) scale(0.8); opacity: 0; }
    25% { opacity: .6; }
    100% { transform: translate3d(0, -20px, 0) scale(1.1); opacity: 0; }
}

@keyframes orb-drift-1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(24px, 16px) scale(1.08); }
}

@keyframes orb-drift-2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-28px, 20px) scale(1.1); }
}

@keyframes orb-drift-3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(18px, -18px) scale(1.05); }
}

@keyframes model-pano-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 9px)); }
}

@keyframes sweep {
    0% { transform: translateX(-60%) rotate(8deg); opacity: .2; }
    50% { transform: translateX(30%) rotate(8deg); opacity: .9; }
    100% { transform: translateX(90%) rotate(8deg); opacity: .1; }
}

@keyframes ring-spin {
    from { transform: rotate(0deg) scale(1); }
    to { transform: rotate(360deg) scale(1.02); }
}

@keyframes ring-spin-rev {
    from { transform: rotate(360deg) scale(1); }
    to { transform: rotate(0deg) scale(1.03); }
}

@keyframes intro-ring-spin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 860px) {
    .hero {
        min-height: 100svh;
        padding: 78px 12px 44px;
    }

    .hero-overlay {
        width: min(94vw, 460px);
        padding: 10px 5px;
    }

    .hero-overlay::after {
        width: 62px;
        margin-top: 12px;
    }

    .welcome {
        font-size: clamp(40px, 11.2vw, 54px);
        letter-spacing: .085em;
        margin-bottom: 8px;
    }

    .sub {
        margin: 8px auto 12px;
        font-size: 17px;
        max-width: 360px;
    }

    .hero-actions {
        margin-bottom: 10px;
    }

    .show-products {
        min-height: 42px;
        min-width: 102px;
        padding: 9px 24px;
        font-size: 16px;
    }

    .sub-note {
        font-size: 14px;
        max-width: 360px;
        line-height: 1.45;
    }

    .hamburger-btn {
        top: 12px;
        left: 12px;
    }

    .hub-slider-wrap {
        padding: 0 8px 38px;
    }

    .hub-nav {
        width: 34px;
        height: 34px;
        top: auto;
        bottom: -2px;
        transform: none;
    }

    .hub-nav.prev {
        left: 20%;
    }

    .hub-nav.next {
        right: 20%;
    }
}

.main-footer {
    margin-top: 44px;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.2), transparent 26%),
        linear-gradient(165deg, #10263a, #09141f 58%);
    color: #f1f2f5;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-container {
    width: min(1120px, calc(100% - 34px));
    margin: 0 auto;
    padding: 34px 0 22px;
}

.footer-container::before {
    content: 'GUMUSALL / TeknoProblem' !important;
    position: static !important;
    display: block !important;
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.12em;
    background: linear-gradient(
        90deg,
        #1f3f73 0%,
        #1a3765 46%,
        #9fb2cd 62%,
        #f3f7ff 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 2px 12px rgba(7, 12, 22, 0.44);
}

.footer-brand-line {
    display: none !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(226, 231, 238, 0.9);
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 2;
}

.footer-brand-line .brand-main {
    color: #7da6d6;
}

.footer-brand-line .brand-separator {
    color: rgba(226, 231, 238, 0.6);
}

.footer-brand-line .brand-side {
    color: #d8dfec;
    text-transform: none;
    letter-spacing: 0.08em;
}

@media (max-width: 760px) {
    .footer-container::before {
        font-size: 18px;
        letter-spacing: 0.09em;
    }

    .footer-brand-line {
        display: none !important;
        font-size: 13px;
        gap: 6px;
        letter-spacing: 0.08em;
        margin-bottom: 10px;
    }

    .footer-brand-line .brand-side {
        letter-spacing: 0.05em;
    }
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 14px;
}

.footer-links a {
    color: rgba(241, 242, 245, 0.9);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .02em;
    transition: color .2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: #f2d2ad;
}

.footer-bottom p {
    margin: 14px 0 0;
    text-align: center;
    color: rgba(226, 231, 238, 0.74);
    font-size: 13px;
}

/* ===== FİLTRE PANEL STİLLERİ ===== */
@media (max-width: 768px) {
    .model-pano {
        margin-bottom: 24px;
    }

    .model-pano-track-wrap::before,
    .model-pano-track-wrap::after {
        width: 42px;
    }

    .model-pano-track {
        gap: 12px;
        animation-duration: 22s;
        padding: 4px 10px;
    }

    .model-card {
        width: 212px;
        flex-basis: 212px;
        min-height: 294px;
        grid-template-rows: 154px auto;
    }

    .model-card strong {
        font-size: 18px;
    }

    .filter-toggle-btn {
        top: 70px;
        right: 15px;
        padding: 8px 12px;
        font-size: 12px;
    }

    .filter-panel-drawer {
        max-width: 100%;
    }

    .products-gallery-section {
        padding: 40px 20px;
    }

    .products-gallery-header h2 {
        font-size: 24px;
    }

    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
    }

    .product-card-ana {
        margin: 0;
    }

    .product-image-wrapper-ana {
        height: 200px;
    }

    .product-buttons-ana {
        flex-direction: column;
    }

    .btn-ana {
        width: 100%;
    }
}

/* ===== ANA EKRAN FANUS/PODYUM GORSEL SON KATMAN ===== */
.quick-hub {
    max-width: 860px;
    margin: 0 auto 0;
    padding: 24px 14px 110px;
}

.quick-hub::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(100%, 820px);
    height: 180px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.02) 48%, rgba(0, 0, 0, 0.42) 82%),
        radial-gradient(circle at 20% 62%, rgba(255, 255, 255, 0.2), transparent 34%),
        radial-gradient(circle at 80% 58%, rgba(255, 255, 255, 0.16), transparent 34%);
    filter: blur(1px);
    opacity: .95;
    pointer-events: none;
    z-index: 0;
}

.quick-hub::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    width: min(94%, 760px);
    height: 34px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(246, 248, 253, 0.85), rgba(145, 152, 167, 0.62) 50%, rgba(25, 30, 40, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow:
        0 12px 18px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        inset 0 -6px 12px rgba(18, 23, 33, 0.4);
    pointer-events: none;
    z-index: 1;
}

.quick-hub .glass-swiper-shell {
    border-radius: 44px;
    padding: clamp(26px, 4vw, 42px) clamp(18px, 3vw, 28px) 26px;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.34), transparent 45%),
        linear-gradient(180deg, rgba(252, 251, 249, 0.72), rgba(215, 221, 232, 0.38));
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow:
        0 32px 70px rgba(5, 9, 16, 0.38),
        inset 0 0 0 1px rgba(255, 255, 255, 0.55),
        inset 0 16px 28px rgba(255, 255, 255, 0.34);
}

.quick-hub .glass-swiper-shell::before {
    content: '';
    position: absolute;
    inset: 14px;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        inset 0 -18px 30px rgba(147, 153, 166, 0.28),
        0 10px 24px rgba(30, 35, 44, 0.22);
    pointer-events: none;
}

.quick-hub .glass-swiper-shell::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -72px;
    transform: translateX(-50%);
    width: min(104%, 860px);
    height: 92px;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(248, 249, 252, 0.64), rgba(87, 94, 108, 0.84) 58%, rgba(23, 27, 35, 0.98)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2));
    border: 1px solid rgba(255, 255, 255, 0.48);
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.68),
        inset 0 -10px 22px rgba(0, 0, 0, 0.38);
    pointer-events: none;
    z-index: 1;
}

.quick-hub .mySwiper {
    position: relative;
    padding: 28px 6px 104px;
}

.quick-hub .mySwiper::after {
    content: '';
    position: absolute;
    right: 5%;
    bottom: 104px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 32%, rgba(255, 232, 180, 0.95) 42%, rgba(255, 232, 180, 0));
    filter: blur(.1px);
    animation: star-pulse 2.8s ease-in-out infinite;
    pointer-events: none;
    z-index: 4;
}

.quick-hub .mySwiper .glass-card {
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(235, 239, 247, 0.76) 56%),
        radial-gradient(circle at 15% 100%, rgba(255, 255, 255, 0.85), rgba(210, 217, 230, 0.58));
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow:
        0 20px 48px rgba(12, 18, 30, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        inset 0 -14px 30px rgba(163, 170, 184, 0.3);
    position: relative;
    overflow: hidden;
}

.quick-hub .mySwiper .glass-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.75) 0 1px, transparent 1.5px),
        radial-gradient(circle at 84% 24%, rgba(255, 255, 255, 0.7) 0 1px, transparent 1.5px),
        radial-gradient(circle at 72% 78%, rgba(255, 255, 255, 0.52) 0 1px, transparent 1.5px),
        radial-gradient(circle at 20% 72%, rgba(255, 255, 255, 0.48) 0 1px, transparent 1.5px);
    opacity: .52;
    pointer-events: none;
}

.quick-hub .mySwiper .glass-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 28% 30%, rgba(255, 255, 255, 0.74) 0 1px, transparent 2px),
        radial-gradient(circle at 63% 46%, rgba(255, 245, 223, 0.8) 0 1px, transparent 2px),
        radial-gradient(circle at 76% 70%, rgba(255, 255, 255, 0.62) 0 1px, transparent 2px),
        radial-gradient(circle at 18% 66%, rgba(255, 255, 255, 0.56) 0 1px, transparent 2px);
    opacity: 0;
    animation: glitter-twinkle 4.2s linear infinite;
    pointer-events: none;
}

.quick-hub .mySwiper .hub-swiper-controls {
    bottom: 18px;
    padding: 7px 12px;
    background: linear-gradient(180deg, rgba(30, 36, 49, 0.9), rgba(13, 18, 28, 0.82));
    border: 1px solid rgba(255, 255, 255, 0.44);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.34);
    z-index: 3;
}

.quick-hub .mySwiper .hub-swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 8px;
    border-radius: 999px;
    background: rgba(189, 196, 208, 0.55);
}

.quick-hub .mySwiper .hub-swiper-pagination .swiper-pagination-bullet-active {
    width: 26px;
    background: linear-gradient(90deg, #edcc89, #bb8c43);
    box-shadow: 0 6px 14px rgba(120, 83, 34, 0.34);
}

@keyframes glitter-twinkle {
    0% { opacity: .08; }
    25% { opacity: .34; }
    50% { opacity: .16; }
    75% { opacity: .4; }
    100% { opacity: .08; }
}

@keyframes star-pulse {
    0%, 100% { transform: scale(.65); opacity: .55; }
    50% { transform: scale(1.06); opacity: 1; }
}

.main-footer {
    margin-top: -34px;
    padding-top: 60px;
    background:
        radial-gradient(circle at 50% 0%, rgba(220, 230, 245, 0.16), transparent 32%),
        radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.08), transparent 38%),
        linear-gradient(180deg, #0c121d 0%, #090f18 65%, #080d15 100%);
}

@media (max-width: 860px) {
    .quick-hub {
        padding: 14px 10px 90px;
    }

    .quick-hub::before {
        height: 128px;
        width: min(100%, 96vw);
    }

    .quick-hub::after {
        width: min(88%, 600px);
        height: 26px;
        bottom: -14px;
    }

    .quick-hub .glass-swiper-shell {
        border-radius: 30px;
        padding: 18px 10px 18px;
    }

    .quick-hub .glass-swiper-shell::before {
        inset: 10px;
        border-radius: 24px;
    }

    .quick-hub .glass-swiper-shell::after {
        height: 76px;
        bottom: -56px;
        border-radius: 24px;
    }

    .quick-hub .mySwiper {
        padding: 18px 0 84px;
    }

    .quick-hub .mySwiper::after {
        right: 8%;
        bottom: 82px;
        width: 18px;
        height: 18px;
    }

    .main-footer {
        margin-top: -18px;
        padding-top: 44px;
    }
}

/* ===== REFERANS GORSELE YAKIN PIXEL TUNING ===== */
.quick-hub .glass-swiper-shell {
    border-radius: 46px;
}

.quick-hub .glass-swiper-shell::before {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        inset 0 -20px 32px rgba(141, 149, 164, 0.3),
        0 12px 26px rgba(22, 28, 38, 0.24);
}

.quick-hub .mySwiper {
    padding-top: 24px;
}

.quick-hub .mySwiper .swiper-slide {
    width: min(92vw, 560px);
    opacity: 1;
    transform: scale(.915);
    filter: none;
    transition: transform .45s cubic-bezier(.2,.9,.2,1), opacity .35s ease, filter .35s ease;
}

.quick-hub .mySwiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    filter: none;
}

.quick-hub .mySwiper .glass-card {
    min-height: 470px;
    border-radius: 36px;
    padding: 48px 30px 38px;
}

.quick-hub .mySwiper .glass-card h3 {
    font-size: clamp(42px, 5vw, 56px);
    margin-top: 6px;
}

.quick-hub .mySwiper .glass-card p {
    font-size: clamp(18px, 1.75vw, 36px);
    max-width: 430px;
    line-height: 1.38;
}

.quick-hub .mySwiper .gold-button {
    min-width: 224px;
    padding: 14px 38px;
    font-size: 22px;
    border-radius: 999px;
}

.quick-hub .mySwiper .glass-card::before {
    opacity: .04;
}

.quick-hub .mySwiper .swiper-slide-active .glass-card::before {
    opacity: .36;
}

.quick-hub .mySwiper .hub-swiper-controls {
    bottom: 20px;
    min-width: 210px;
}

.quick-hub .mySwiper .hub-swiper-btn {
    width: 42px;
    height: 42px;
}

.quick-hub::after {
    height: 38px;
    bottom: -24px;
}

.main-footer {
    background:
        radial-gradient(circle at 50% 0%, rgba(239, 245, 255, 0.2), transparent 34%),
        radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.09), transparent 34%),
        radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.06), transparent 32%),
        linear-gradient(180deg, #0b111b 0%, #090f18 62%, #070c14 100%);
}

@media (max-width: 860px) {
    .quick-hub .mySwiper .swiper-slide {
        width: min(94vw, 430px);
        transform: scale(.96);
        opacity: 1;
        filter: none;
    }

    .quick-hub .mySwiper .glass-card {
        min-height: 390px;
        padding: 34px 22px 28px;
    }

    .quick-hub .mySwiper .glass-card h3 {
        font-size: clamp(34px, 8.8vw, 44px);
    }

    .quick-hub .mySwiper .glass-card p {
        font-size: 16px;
    }

    .quick-hub .mySwiper .gold-button {
        min-width: 184px;
        font-size: 18px;
        padding: 12px 30px;
    }

    .quick-hub .mySwiper .hub-swiper-controls {
        bottom: 14px;
        min-width: 186px;
    }

    .quick-hub .mySwiper .hub-swiper-btn {
        width: 36px;
        height: 36px;
    }
}

/* ===== GORUNURLUK / KONTRAST DENGESI ===== */
.quick-hub .glass-swiper-shell h2 {
    color: #1a2435;
    text-shadow: 0 2px 6px rgba(255, 255, 255, 0.45);
}

.quick-hub .glass-swiper-shell .hub-text {
    color: rgba(30, 40, 58, 0.9);
}

.quick-hub .mySwiper .glass-card h3 {
    color: #1b2638;
    text-shadow: none;
}

.quick-hub .mySwiper .glass-card p {
    color: rgba(37, 47, 66, 0.92);
}

.quick-hub .mySwiper .gold-button {
    color: #ffffff;
}

/* ===== QUICK-HUB ALT BANT FIX ===== */
/* Ekrandaki istenmeyen metalik alt bar/golge katmanlarini kapatir. */
.quick-hub {
    padding-bottom: 34px !important;
}

.quick-hub::before,
.quick-hub::after,
.quick-hub .glass-swiper-shell::after {
    content: none !important;
    display: none !important;
}

.quick-hub .mySwiper {
    padding-bottom: 72px !important;
}

.main-footer {
    margin-top: 22px !important;
    padding-top: 36px !important;
}

@media (max-width: 860px) {
    .quick-hub {
        padding-bottom: 24px !important;
    }

    .quick-hub .mySwiper {
        padding-bottom: 62px !important;
    }

    .main-footer {
        margin-top: 16px !important;
        padding-top: 28px !important;
    }
}
