/* ■■■ SOSHY PREMIUM — MERGED & FIXED STYLES ■■■ */

:root {
    --bg-dark: #020617;
    --bg-dark-soft: #020819;
    --bg-card: #0b1220;
    --bg-card-soft: #0f172a;
    --primary: #6366f1;
    --primary-soft: rgba(99, 102, 241, 0.12);
    --accent: #ec4899;
    --gold: #fbbf24;
    --text-main: #f9fafb;
    --text-muted: #94a3b8;
    --border-glass: rgba(148, 163, 184, 0.35);
    --border-subtle: rgba(148, 163, 184, 0.18);
    --radius-xl: 24px;
    --radius-lg: 18px;
    --shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.9);
    --font-family: 'Poppins', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

/* Base page & Scroll Fixes */
html, body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important; /* Sağdaki boşluğu engeller */
    font-family: var(--font-family);
    background:
        radial-gradient(circle at top, rgba(148, 163, 184, 0.12), transparent 55%),
        radial-gradient(circle at bottom, rgba(79, 70, 229, 0.2), transparent 60%),
        var(--bg-dark);
    color: var(--text-main);
    -webkit-font-smoothing: antialiased;
}

main { min-height: 100vh; }

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%; /* Mobilde sıkışmayı önler */
}

/* -------------------------------------------------- */
/* 1) PREMIUM HERO */
/* -------------------------------------------------- */
.premium-hero {
    position: relative;
    padding: 140px 0 96px;
    overflow: hidden; /* Taşan efektleri gizle */
}
.hero-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(236, 72, 153, 0.22), transparent 60%),
        radial-gradient(circle at bottom left, rgba(56, 189, 248, 0.2), transparent 60%);
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}
.premium-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 64px;
    align-items: center;
}

/* Left side */
.hero-left { max-width: 600px; }

.hero-kicker-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: radial-gradient(circle at left, rgba(248, 250, 252, 0.15), transparent 70%);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
}
.kicker-dot {
    width: 8px; height: 8px;
    border-radius: 999px;
    background: var(--gold);
    box-shadow: 0 0 16px rgba(251, 191, 36, 0.8);
}
.hero-title {
    margin: 0 0 16px;
    font-size: 3.1rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
}
.hero-title-highlight {
    display: inline-block;
    background: linear-gradient(135deg, #fbbf24, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-subtitle {
    margin: 0 0 28px;
    font-size: 1.02rem;
    line-height: 1.7;
    color: var(--text-muted);
}
.hero-subtitle strong { color: #e5e7eb; font-weight: 600; }

/* Buttons */
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 28px; }
.btn-primary-glow {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 13px 30px;
    border-radius: 999px; border: none; outline: none;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #f9fafb; font-weight: 600; font-size: 0.96rem; text-decoration: none;
    box-shadow: 0 18px 45px rgba(79, 70, 229, 0.55);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn-primary-glow:hover { transform: translateY(-1.5px); box-shadow: 0 22px 55px rgba(79, 70, 229, 0.8); }

.btn-ghost {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 11px 22px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: rgba(15, 23, 42, 0.6);
    color: #e5e7eb; text-decoration: none; font-size: 0.9rem;
    cursor: pointer; backdrop-filter: blur(10px);
    transition: background 0.18s ease, border-color 0.18s;
}
.btn-ghost:hover { background: rgba(15, 23, 42, 0.9); border-color: rgba(248, 250, 252, 0.6); }

/* Stats */
.hero-meta-row { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 18px; }
.hero-stat {
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.15), transparent 55%);
    min-width: 150px;
    flex: 1 1 auto; /* Mobilde düzgün yayılması için */
}
.hero-stat-label { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: #9ca3af; margin-bottom: 4px; }
.hero-stat-value { font-size: 0.92rem; font-weight: 600; }
.hero-guarantee { font-size: 0.86rem; color: var(--text-muted); }
.hero-guarantee strong { color: #e5e7eb; font-weight: 600; }

/* Right side — floating cards (ORBIT) */
.hero-right { display: flex; justify-content: center; }
.hero-orbit { position: relative; width: 320px; height: 420px; max-width: 100%; }

.hero-card {
    position: absolute;
    border-radius: var(--radius-xl);
    background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.18), rgba(15, 23, 42, 0.98));
    border: 1px solid var(--border-glass);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
    overflow: hidden;
}
.hero-card-main {
    inset: 52px 0 0; margin: 0 auto;
    padding: 18px 18px 16px;
    display: flex; flex-direction: column; gap: 10px;
    width: 100%;
    box-sizing: border-box;
}
.hero-card-header { display: flex; justify-content: space-between; gap: 8px; align-items: center; margin-bottom: 6px; }
.hero-card-chip {
    padding: 5px 10px; border-radius: 999px;
    font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; white-space: nowrap;
}
.chip-premium { background: rgba(251, 191, 36, 0.12); color: var(--gold); border: 1px solid rgba(251, 191, 36, 0.6); }
.chip-balance { background: rgba(56, 189, 248, 0.12); color: #7dd3fc; border: 1px solid rgba(56, 189, 248, 0.6); }
.hero-card-body { padding: 10px 4px 4px; }
.hero-card-body h3 { margin: 0 0 4px; font-size: 1.05rem; }
.hero-card-body p { margin: 0; font-size: 0.82rem; color: var(--text-muted); }
.hero-card-footer { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.hero-footer-tag {
    padding: 6px 10px; border-radius: 999px;
    background: rgba(99, 102, 241, 0.18); color: #c7d2fe; font-size: 0.72rem;
}
.hero-footer-tag-ghost { background: rgba(15, 23, 42, 0.9); border: 1px dashed rgba(148, 163, 184, 0.6); color: #e5e7eb; }

/* Side cards */
.hero-card-side {
    width: 210px; display: flex; gap: 10px; padding: 12px 13px; border-radius: 18px; font-size: 0.78rem;
}
.hero-card-top { top: 6px; right: -12px; transform: rotate(8deg); }
.hero-card-bottom { bottom: 12px; left: -10px; transform: rotate(-7deg); }
.hero-card-side-icon {
    width: 30px; height: 30px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    background: radial-gradient(circle at top, rgba(148, 163, 184, 0.25), transparent 60%);
    font-size: 1.1rem;
}
.hero-side-label { margin: 0 0 3px; font-weight: 600; }
.hero-side-text { margin: 0; color: var(--text-muted); }
.hero-floating-badge {
    position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%);
    padding: 8px 14px; border-radius: 999px;
    background: rgba(15, 23, 42, 0.96); border: 1px solid rgba(148, 163, 184, 0.6);
    display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem;
    white-space: nowrap;
}

/* -------------------------------------------------- */
/* 2) HOW IT WORKS */
/* -------------------------------------------------- */
.premium-section { padding: 40px 0 96px; }
.section-header { text-align: center; margin-bottom: 32px; }
.section-tag {
    display: inline-block; padding: 5px 12px; border-radius: 999px;
    border: 1px solid var(--border-subtle); background: rgba(15, 23, 42, 0.9);
    font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted);
    margin-bottom: 12px;
}
.how-section { padding: 80px 0 90px; background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), #020819); }
.how-inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr); gap: 40px; align-items: center; }
.how-copy h2 { font-size: 2.1rem; margin: 0 0 10px; }
.how-copy p { margin: 0 0 10px; font-size: 0.94rem; color: var(--text-muted); }
.how-steps {
    list-style: none; padding: 0; margin: 24px 0 0;
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px;
}
.how-step {
    border-radius: var(--radius-lg); padding: 16px 14px 14px;
    background: rgba(15, 23, 42, 0.96); border: 1px solid var(--border-subtle);
    position: relative; overflow: hidden;
}
.how-step-number {
    width: 28px; height: 28px; border-radius: 999px;
    background: var(--primary-soft); border: 1px solid rgba(99, 102, 241, 0.7);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.86rem; margin-bottom: 8px; color: #c7d2fe;
}
.how-step h3 { margin: 0 0 4px; font-size: 0.96rem; }
.how-step p { margin: 0; font-size: 0.84rem; color: var(--text-muted); }

.how-audience-card {
    border-radius: var(--radius-xl); padding: 20px 18px;
    background: radial-gradient(circle at top, rgba(236, 72, 153, 0.24), transparent 65%), rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(236, 72, 153, 0.6); box-shadow: var(--shadow-soft);
}
.how-audience-card h3 { margin: 0 0 8px; font-size: 1.02rem; }
.how-audience-list { margin: 0; padding-left: 16px; font-size: 0.9rem; color: #e5e7eb; }
.how-audience-list li { margin-bottom: 6px; }

/* -------------------------------------------------- */
/* 3) SAFETY SECTION */
/* -------------------------------------------------- */
.safety-section { padding: 60px 0 90px; background: radial-gradient(circle at bottom, rgba(15, 23, 42, 1), #020617); }
.safety-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 34px; align-items: flex-start; }
.safety-inner h2 { font-size: 2rem; margin: 0 0 10px; }
.safety-card {
    border-radius: var(--radius-xl); padding: 22px 20px 20px;
    background: rgba(15, 23, 42, 0.97); border: 1px solid var(--border-glass);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.96);
}
.safety-card h3 { margin: 0 0 10px; font-size: 1rem; }
.safety-list { margin: 0; padding-left: 18px; font-size: 0.88rem; color: var(--text-muted); }
.safety-list li { margin-bottom: 6px; }
.safety-note { font-size: 0.83rem; color: var(--text-muted); margin-top: 10px; }

/* -------------------------------------------------- */
/* 4) COMPARE (PREMIUM vs NORMAL) - SCROLL FIXED */
/* -------------------------------------------------- */
.premium-compare { padding: 60px 0 90px; background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), #020617); }
.premium-compare-inner { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 32px; align-items: flex-start; }
.compare-copy h2 { font-size: 2rem; margin: 0 0 10px; }
.compare-pill-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 14px 0; }
.compare-pill-list li {
    padding: 6px 10px; border-radius: 999px; border: 1px solid var(--border-subtle);
    background: rgba(15, 23, 42, 0.96); font-size: 0.8rem;
}
.compare-note { font-size: 0.8rem; color: var(--text-muted); }

/* !!! SCROLL FIX FOR TABLE !!! */
.compare-table-wrapper {
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-glass);
    background: radial-gradient(circle at top left, rgba(79, 70, 229, 0.26), transparent 60%), rgba(15, 23, 42, 0.98);
    box-shadow: var(--shadow-soft);

    /* Mobilde kaydırma için kritik kodlar: */
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
}

.premium-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.86rem;
    min-width: 600px; /* Tablo sıkışmasın, kaydırılsın */
}

.premium-compare-table th, .premium-compare-table td { padding: 14px 16px; border-bottom: 1px solid rgba(15, 23, 42, 0.95); }
.premium-compare-table thead th { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; color: #9ca3af; background: rgba(15, 23, 42, 0.96); }
.compare-feature-col { text-align: left; width: 46%; color: #e5e7eb; }
.compare-free-col, .compare-premium-col { text-align: center; width: 27%; }
.premium-compare-table tbody tr:nth-child(odd) td { background: rgba(15, 23, 42, 0.9); }
.premium-compare-table tbody tr:nth-child(even) td { background: rgba(15, 23, 42, 0.82); }
.compare-muted { color: #64748b; }
.compare-strong { color: #e5e7eb; font-weight: 600; }
.icon-check { color: #22c55e; margin-right: 4px; }
.icon-cross { color: #ef4444; margin-right: 4px; }
.icon-crown { margin-right: 4px; }

/* -------------------------------------------------- */
/* 5) PRICING */
/* -------------------------------------------------- */
.pricing-section { position: relative; padding: 64px 0 110px; background: radial-gradient(circle at bottom, rgba(236, 72, 153, 0.2), #020617); }
.pricing-inner { position: relative; z-index: 1; }
.pricing-inner h2 { font-size: 2.1rem; margin: 0 0 10px; text-align: center; }
.pricing-inner .section-header { text-align: center; }
.billing-toggle { display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 26px; }
.billing-pill {
    padding: 7px 14px; border-radius: 999px; border: 1px solid var(--border-subtle);
    background: rgba(15, 23, 42, 0.9); font-size: 0.8rem; color: var(--text-muted);
}
.billing-pill.is-active {
    border-color: rgba(248, 250, 252, 0.9); color: #e5e7eb;
    background: radial-gradient(circle at top, rgba(209, 213, 219, 0.24), rgba(15, 23, 42, 0.96));
}
.billing-save-text { font-size: 0.8rem; color: #f9a8d4; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }

.price-card {
    border-radius: var(--radius-xl); padding: 20px 18px 18px;
    background: rgba(15, 23, 42, 0.96); border: 1px solid var(--border-glass);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.9);
    display: flex; flex-direction: column; gap: 12px;
}
.price-card-header h3 { margin: 0 0 4px; font-size: 1rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-muted); }
.price-card-header p { margin: 0; font-size: 0.85rem; color: var(--text-muted); }
.price-row { display: flex; align-items: baseline; gap: 4px; }
.price-main { font-size: 2.1rem; font-weight: 700; }
.price-suffix { font-size: 0.9rem; color: var(--text-muted); }
.price-note { margin: 2px 0 0; font-size: 0.78rem; color: #c4b5fd; }
.price-features { margin: 10px 0 16px; padding: 10px 0 0; list-style: none; border-top: 1px solid rgba(15, 23, 42, 0.9); }
.price-features li { font-size: 0.86rem; color: #e5e7eb; margin-bottom: 6px; position: relative; padding-left: 14px; }
.price-features li::before { content: "•"; position: absolute; left: 0; top: 0; color: var(--primary); }

.price-card-featured {
    position: relative; transform: translateY(-8px); border-color: rgba(129, 140, 248, 0.9);
    background: radial-gradient(circle at top, rgba(129, 140, 248, 0.3), transparent 60%), rgba(15, 23, 42, 0.98);
    box-shadow: 0 30px 70px rgba(79, 70, 229, 0.9);
}
.price-badge {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    padding: 4px 11px; border-radius: 999px;
    background: linear-gradient(120deg, var(--primary), var(--accent));
    color: #f9fafb; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
}
.btn-outline {
    width: 100%; padding: 10px 14px; border-radius: 999px; border: 1px solid var(--border-subtle);
    background: transparent; color: #f9fafb; font-size: 0.9rem; font-weight: 500; cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease;
}
.btn-outline:hover { background: rgba(15, 23, 42, 0.96); border-color: rgba(248, 250, 252, 0.9); }
.btn-solid-glow {
    width: 100%; padding: 12px 14px; border-radius: 999px; border: none;
    background: #f9fafb; color: #020617; font-size: 0.92rem; font-weight: 700; cursor: pointer;
    box-shadow: 0 0 30px rgba(248, 250, 252, 0.8); transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn-solid-glow:hover { transform: translateY(-1.5px); box-shadow: 0 0 38px rgba(248, 250, 252, 1); }
.pricing-disclaimer { margin-top: 18px; font-size: 0.8rem; color: var(--text-muted); text-align: center; }


/* -------------------------------------------------- */
/* RESPONSIVE & MOBILE TWEAKS */
/* -------------------------------------------------- */
@media (max-width: 1024px) {
    .premium-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 40px; }
    .hero-left { order: 1; text-align: left; margin: 0 auto; }
    .hero-right { order: 2; }
    .how-inner, .safety-inner, .premium-compare-inner { grid-template-columns: minmax(0, 1fr); }
    .pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
    .how-steps { grid-template-columns: minmax(0, 1fr); }
    .pricing-grid { grid-template-columns: minmax(0, 1fr); }
    .price-card-featured { transform: none; }
}

/* MOBILE FIXES */
@media (max-width: 640px) {
    .premium-hero { padding-top: 120px; }
    .hero-title { font-size: 2.2rem; word-wrap: break-word; }
    .hero-cta-row { flex-direction: column; align-items: stretch; }

    /* Hero Orbit Scale Fix - Taşmayı önler */
    .hero-orbit {
        transform: scale(0.85);
        transform-origin: center top;
        margin-bottom: -40px;
    }

    /* Tablo konteyner ayarları */
    .compare-table-wrapper {
        width: 100vw; /* Ekran genişliği kadar */
        margin-left: -20px; /* Container padding'ini kır */
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
}


/* ■■■ MOBİL DÜZENLEME (CLUB) - FOOTER & SPACING ■■■ */
@media (max-width: 768px) {
    .footer-container {
        padding: 0 20px 40px 20px !important;
        display: flex;
        flex-direction: column;
    }
    .footer-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        width: 100%;
    }
    .footer-brand {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 0 !important;
        border: none;
    }
    .footer-logo { width: 100%; text-align: center; }
    .footer-language {
        display: flex; justify-content: center; gap: 10px; margin-top: 10px; width: 100%;
    }
    .footer-links-columns {
        display: grid; grid-template-columns: 1fr 1fr; gap: 30px 10px; width: 100%; text-align: left;
    }
    .footer-bottom {
        display: flex; flex-direction: column-reverse; gap: 30px; margin-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; width: 100%;
    }
    .footer-bottom-right {
        display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important;
        align-items: center; justify-content: center; gap: 10px; width: 100%;
    }
    .footer-bottom-left {
        display: flex; flex-direction: column; align-items: center !important;
        justify-content: center; text-align: center !important; width: 100%;
    }
    .footer-copy { text-align: center !important; width: 100% !important; display: block; margin: 0 auto; }
    .footer-social-icons { display: flex; justify-content: center; width: 100%; margin-bottom: 15px; }
}

/* ■■■ MOBİL NAVİGASYON - FULL SCREEN ■■■ */
.nav-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 9999;
    transition: all 0.3s ease;
}
.nav-mobile-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 999px;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}

@media (max-width: 768px) {
    .nav-mobile-toggle {
        display: flex;
        margin-left: 15px;
    }
    .nav-mobile-toggle.is-open {
        position: fixed;
        top: 28px;
        left: 5%;
        right: auto;
        transform: none;
    }
    .nav-links {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #0a0a0a;
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 120px 25px 40px 25px;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 9990;
    }
    .nav-links.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .nav-links a {
        display: block;
        width: 100%;
        font-family: 'Times New Roman', serif;
        font-size: 2.5rem;
        font-weight: 700;
        color: #ffffff;
        text-decoration: none;
        line-height: 1.2;
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.4s ease, transform 0.4s ease, color 0.2s;
    }
    .nav-links a:last-of-type { border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .nav-links a:hover { color: #cccccc; }

    .nav-club-link {
        margin-top: 0 !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        border-top: none !important;
    }
    .nav-club-link .club-logo-wrapper {
        width: 100px;
        max-width: 100%;
        filter: none;
        opacity: 1;
        display: block;
        margin-top: 5px;
    }
    .nav-club-link .club-logo-wrapper img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        display: block;
    }
    .nav-links.is-open a { opacity: 1; transform: translateY(0); }
    .nav-links.is-open a:nth-child(1) { transition-delay: 0.1s; }
    .nav-links.is-open a:nth-child(2) { transition-delay: 0.15s; }
    .nav-links.is-open a:nth-child(3) { transition-delay: 0.2s; }
    .nav-links.is-open a:nth-child(4) { transition-delay: 0.25s; }
    .nav-links.is-open a:nth-child(5) { transition-delay: 0.3s; }

    .nav-mobile-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .nav-mobile-toggle.is-open span:nth-child(2) { opacity: 0; }
    .nav-mobile-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}

body.menu-open { overflow: hidden; }

/* ■■■ COMPARISON TABLE VS SLIDER LOGIC ■■■ */

/* Varsayılan: Mobilde slider gizli, tablo açık diyemiyoruz.
   Masaüstünde tablo görünür, slider gizli olmalı. */

.mobile-compare-slider {
    display: none; /* Masaüstünde gizle */
}

/* Renkli Gradient Arka Planlar */
.visual-gradient-1 { background: linear-gradient(135deg, #f97316, #fbbf24); }
.visual-gradient-2 { background: linear-gradient(135deg, #3b82f6, #8b5cf6); }
.visual-gradient-3 { background: linear-gradient(135deg, #ec4899, #db2777); }

/* ■■■ MOBİL GÖRÜNÜM (768px Altı) ■■■ */
@media (max-width: 768px) {

    /* Tabloyu mobilde tamamen gizle */
    .desktop-only-table {
        display: none !important;
    }

    /* Mobilde Slider'ı Aç */
    .mobile-compare-slider {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory; /* Hily tarzı "tık" diye oturma */
        gap: 16px;
        padding-bottom: 20px;

        /* Genişlik ayarları */
        width: 100vw;
        margin-left: -20px; /* Container padding'ini kırmak için */
        padding-left: 20px; /* Sol boşluk */
        padding-right: 20px; /* Sağ boşluk */

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Scrollbar'ı gizle (Firefox) */
    }

    .mobile-compare-slider::-webkit-scrollbar {
        display: none; /* Scrollbar'ı gizle (Chrome/Safari) */
    }

    /* Kart Tasarımı */
    .compare-card-mobile {
        min-width: 85vw; /* Ekranın %85'ini kapla (yan taraf görünsün) */
        scroll-snap-align: center; /* Ortala */
        background: rgba(15, 23, 42, 0.96);
        border: 1px solid rgba(148, 163, 184, 0.2);
        border-radius: 24px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    /* Kart Üstü (Görsel Alan) */
    .ccm-header {
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ccm-icon { font-size: 3.5rem; }

    /* Kart İçeriği */
    .ccm-body {
        padding: 20px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .ccm-body h3 {
        margin: 0 0 8px;
        font-size: 1.25rem;
        color: #fff;
    }

    .ccm-desc {
        margin: 0 0 20px;
        font-size: 0.9rem;
        color: #94a3b8;
        line-height: 1.5;
    }

    /* Karşılaştırma Kutusu (Alt Kısım) */
    .ccm-vs {
        margin-top: auto;
        background: rgba(2, 6, 23, 0.5);
        border-radius: 12px;
        padding: 12px;
    }

    .ccm-row {
        display: flex;
        justify-content: space-between;
        padding: 4px 0;
        font-size: 0.9rem;
    }

    .ccm-row.normal {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 8px;
        margin-bottom: 8px;
        color: #94a3b8;
    }

    .ccm-row.premium {
        color: #fbbf24; /* Altın rengi */
        font-weight: 600;
    }
}
/* ■■■ MOBİL SLIDER SONUNA BOŞLUK EKLEME ■■■ */
.mobile-compare-slider::after {
    content: '';
    display: block;
    min-width: 20px; /* Sağ tarafta istediğin boşluk miktarı */
    height: 1px;     /* Görünmez olması için */
    flex-shrink: 0;  /* Sıkışmaması için */
}
/* ... (Önceki CSS kodların aynı kalabilir) ... */

/* -------------------------------------------------- */
/* FIX: Comparison Table Mobile Adjustment */
/* -------------------------------------------------- */

/* Tablo Wrapper: Mobilde kaydırmayı sağlar */
.compare-table-wrapper {
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-glass);
    background: radial-gradient(circle at top left, rgba(79, 70, 229, 0.26), transparent 60%), rgba(15, 23, 42, 0.98);
    box-shadow: var(--shadow-soft);

    /* Kritik Mobil Ayarları */
    display: block;
    width: 100%;
    overflow-x: auto; /* Yatay kaydırmayı açar */
    -webkit-overflow-scrolling: touch; /* Mobilde akıcı kaydırma */
}

/* Tablo Genişliği: Sıkışmaması için min-width veriyoruz */
.premium-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.86rem;
    min-width: 650px; /* EĞER ekran darsa tablo sıkışmaz, scroll çıkar */
}

/* Mobilde tabloyu GİZLEMEK yerine GÖSTERMEK istersen: */
/* Şu anki tasarımda mobilde "Kartlar (Slider)" görünüyor.
   Eğer tabloyu da mobilde görmek istersen aşağıdaki .desktop-only-table kuralını kaldırabilirsin.
   Ancak Slider mobilde daha iyi bir UX sunar. */

@media (max-width: 768px) {
    /* Eğer hem tabloyu hem slider'ı aynı anda görmek istemiyorsan,
       tabloyu mobilde gizli tutmaya devam edebilirsin:
    */
    .desktop-only-table {
        display: none !important;
    }

    /* Slider zaten mobilde açılıyor. */
}

/* Fiyatlar üzerindeki çizgili stil için ek class (HTML içine style olarak da verdim ama buraya da ekleyebilirsin) */
.price-strike {
    text-decoration: line-through;
    opacity: 0.6;
    font-size: 0.6em;
    margin-right: 8px;
    color: var(--text-muted);
}
.premium-compare-inner {
    display: flex;
    flex-direction: column; /* Elemanları alt alta dizer */
    align-items: center;    /* Ortalar */
    gap: 40px;              /* Metin ile tablo arası boşluk */
}

/* 2. Metin kısmını ortalayıp genişletiyoruz */
.compare-copy {
    text-align: center;
    max-width: 800px;       /* Çok yayılmasın, okunaklı kalsın */
    margin: 0 auto;
}

/* 3. Tablo kapsayıcısının scroll özelliğini kapatıp tam genişlik veriyoruz */
.compare-table-wrapper {
    display: block;
    width: 100%;            /* Tüm genişliği kullan */
    overflow-x: visible;    /* Scroll'u kapat (gerek kalmayacak) */
    background: rgba(15, 23, 42, 0.6); /* Arka planı biraz daha şeffaf yapabiliriz */
}

/* 4. Tablonun kendisi */
.premium-compare-table {
    width: 100%;
    min-width: auto;        /* Zorunlu genişliği kaldırıyoruz */
    table-layout: auto;     /* İçeriğe göre esnesin */
}

/* Sütun genişliklerini biraz daha dengeli yapalım */
.compare-feature-col { width: 40%; }
.compare-free-col { width: 30%; }
.compare-premium-col { width: 30%; }