* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #ff7a00;
    --primary-dark: #e36300;
    --secondary: #1e90ff;
    --bg-light: transparent;
    --bg-white: #16161d;
    --text-dark: #f5f5f6;
    --text-muted: #ffffff;
    --border-color: #26262e;
    --bg-gradient: radial-gradient(ellipse 120% 80% at 50% -20%, #0b0b18 0%, #06060c 55%, #05050a 100%);
    --blob-1: rgba(244, 114, 182, 0.48);
    --blob-2: rgba(168, 85, 247, 0.48);
    --blob-3: rgba(30, 144, 255, 0.42);
    --primary-rgb: 255, 122, 0;
    --primary-soft: #ffb37f;
    --accent-pink: #f472b6;
    --accent-violet: #a78bfa;
}

/* Theme: Purple / Violet */
html[data-theme='purple'] {
    --primary: #22d3ee;
    --primary-dark: #06b6d4;
    --secondary: #a78bfa;
    --bg-gradient: radial-gradient(ellipse 120% 80% at 50% -20%, #191038 0%, #0d0722 55%, #080414 100%);
    --blob-1: rgba(139, 92, 246, 0.5);
    --blob-2: rgba(217, 70, 239, 0.4);
    --blob-3: rgba(99, 102, 241, 0.42);
    --primary-rgb: 34, 211, 238;
    --primary-soft: #c4b5fd;
    --accent-pink: #f472b6;
    --accent-violet: #a78bfa;
}

/* Theme: Green / Emerald */
html[data-theme='green'] {
    --primary: #22c55e;
    --primary-dark: #16a34a;
    --secondary: #4ade80;
    --bg-gradient: radial-gradient(ellipse 120% 80% at 50% -20%, #0c1f12 0%, #070f09 55%, #050a06 100%);
    --blob-1: rgba(34, 197, 94, 0.45);
    --blob-2: rgba(16, 185, 129, 0.4);
    --blob-3: rgba(45, 212, 191, 0.38);
    --primary-rgb: 34, 197, 94;
    --primary-soft: #bbf7d0;
    --accent-pink: #34d399;
    --accent-violet: #2dd4bf;
}

/* Theme: Cyan / Blue */
html[data-theme='cyan'] {
    --primary: #0ea5e9;
    --primary-dark: #0284c7;
    --secondary: #38bdf8;
    --bg-gradient: radial-gradient(ellipse 120% 80% at 50% -20%, #0a1a2e 0%, #060e1a 55%, #04090f 100%);
    --blob-1: rgba(14, 165, 233, 0.45);
    --blob-2: rgba(59, 130, 246, 0.4);
    --blob-3: rgba(56, 189, 248, 0.42);
    --primary-rgb: 14, 165, 233;
    --primary-soft: #7dd3fc;
    --accent-pink: #38bdf8;
    --accent-violet: #a5b4fc;
}

/* Theme: Light */
html[data-theme='light'] {
    --primary: #ff7a00;
    --primary-dark: #e36300;
    --secondary: #1e90ff;
    --bg-light: #ffffff;
    --bg-white: #f6f7fb;
    --text-dark: #14141c;
    --text-muted: #5b5b6b;
    --border-color: #000000;
    --bg-gradient: radial-gradient(ellipse 120% 80% at 50% -20%, #ffffff 0%, #f3f4fa 55%, #e9ebf4 100%);
    --blob-1: rgba(244, 114, 182, 0.2);
    --blob-2: rgba(168, 85, 247, 0.16);
    --blob-3: rgba(30, 144, 255, 0.18);
    --primary-rgb: 255, 122, 0;
    --primary-soft: #ffc98a;
    --accent-pink: #f472b6;
    --accent-violet: #a78bfa;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope', sans-serif;
    color: var(--text-dark);
    background: var(--bg-gradient);
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-x: clip;
}

/* ---------- Glassy gradient blobs ---------- */
.bg-blob {
    position: fixed;
    z-index: -1;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(90px);
    will-change: transform;
}

.bg-blob--1 {
    width: 48vw;
    height: 48vw;
    min-width: 420px;
    min-height: 420px;
    top: -14%;
    left: -8%;
    background: radial-gradient(circle at 35% 35%, var(--blob-1), rgba(var(--primary-rgb), 0) 70%);
    animation: blob-drift-1 22s ease-in-out infinite alternate;
}

.bg-blob--2 {
    width: 40vw;
    height: 40vw;
    min-width: 360px;
    min-height: 360px;
    top: -6%;
    right: -10%;
    background: radial-gradient(circle at 60% 40%, var(--blob-2), rgba(168, 85, 247, 0) 70%);
    animation: blob-drift-2 26s ease-in-out infinite alternate;
}

.bg-blob--3 {
    width: 55vw;
    height: 55vw;
    min-width: 480px;
    min-height: 480px;
    bottom: -22%;
    left: 22%;
    background: radial-gradient(circle at 45% 45%, var(--blob-3), rgba(30, 144, 255, 0) 70%);
    animation: blob-drift-3 30s ease-in-out infinite alternate;
}

@keyframes blob-drift-1 {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(6vw, 10vh, 0) scale(1.12); }
}

@keyframes blob-drift-2 {
    from { transform: translate3d(0, 0, 0) scale(1.08); }
    to { transform: translate3d(-5vw, 8vh, 0) scale(1); }
}

@keyframes blob-drift-3 {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(4vw, -9vh, 0) scale(1.15); }
}

p, .hero-subtitle, .price-month, .savings, .devices-label, .price-original, .features-list li {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navbar */
.navbar {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0;
    background: transparent;
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.2rem;
    padding: 0.95rem 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--text-dark);
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: 0.01em;
}

.logo-accent {
    background: linear-gradient(111deg, var(--primary), var(--accent-pink), var(--accent-violet));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.logo-img {
    width: 38px;
    height: 38px;
    border-radius: 0;
    box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.35);
}

.nav-links {
    display: flex;
    gap: 0.45rem;
    flex: 1;
    justify-content: center;
}

.nav-links a {
    font-family: 'Space Grotesk', sans-serif;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    padding: 0.5rem 1rem;
    background: transparent;
    border: none;
    border-radius: 0;
    letter-spacing: 0.02em;
    transition: color 0.25s ease, background 0.25s ease;
}

.site-header .brand,
.navbar .logo a,
.navbar .nav-controls a {
    text-decoration: none;
}

.nav-links a:hover {
    color: #ffffff;
    background: transparent;
}

.nav-controls {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.language-select {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.42rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.language-select:hover {
    border-color: rgba(var(--primary-rgb), 0.5);
    background: rgba(255, 255, 255, 0.08);
}

.language-select i {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
}

.language-selector {
    background: transparent;
    color: #ffffff;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.language-selector option,
select option,
.input option {
    background: #16161d;
    color: #f5f5f6;
}

/* ===== Language Switcher ===== */
.lang-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.1);
    background: transparent;
    color: rgba(255,255,255,0.85);
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.25s ease;
}
.lang-switch:hover {
    border-color: rgba(var(--primary-rgb),0.5);
    background: transparent;
}
.lang-switch .flag { font-size: 1rem; }
.lang-switch .lang-name { display: none; width: 1.6rem; text-align: center; }
.lang-switch[data-open="true"] .lang-name { display: inline; }

.lang-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.6rem;
    min-width: 140px;
    border-radius: 0;
    background: rgba(10,10,18,0.9);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 0.6rem 0.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.25s ease;
    z-index: 100;
    box-shadow: 0 12px 36px rgba(0,0,0,0.4);
}
.lang-menu[data-open="true"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.lang-menu a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.8rem;
    border-radius: 6px;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.15s;
}
.lang-menu a:hover { background: rgba(255,255,255,0.08); }
.lang-menu a .flag { font-size: 1rem; }
.lang-menu a[data-value="en"] .flag { content: "🇬🇧"; }
.lang-menu a[data-value="fr"] .flag { content: "🇫🇷"; }
.lang-menu a[data-value="es"] .flag { content: "🇪🇸"; }
.lang-menu a[data-value="ar"] .flag { content: "🇸🇦"; dir: rtl; }

html[data-theme='light'] .lang-switch {
    background: transparent; border-color: rgba(0,0,0,0.14); color: #000;
}
html[data-theme='light'] .lang-menu { background: rgba(255,255,255,0.97); border-color: rgba(0,0,0,0.1); }
html[data-theme='light'] .lang-menu a { color: #000; }
html[data-theme='light'] .lang-menu a:hover { background: rgba(0,0,0,0.05); }

@media (max-width: 480px) {
    .lang-switch { padding: 0.35rem 0.6rem; gap: 0.35rem; font-size: 0.8rem; }
    .lang-menu { min-width: 120px; padding: 0.5rem 0.4rem; }
}

.nav-cta {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    padding: 0.62rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 700;
    gap: 0.55rem;
}

.cta-icon {
    font-size: 1.05rem;
    animation: cta-icon-flash 1.2s linear infinite;
}

@keyframes cta-icon-flash {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
}

.cta-flash {
    min-width: 132px;
    text-align: center;
    white-space: nowrap;
    animation: cta-icon-flash 1.2s linear infinite;
}

.nav-cta::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 45%;
    height: 100%;
    transform: skewX(-20deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.55s ease;
    pointer-events: none;
}

.nav-cta:hover::after {
    left: 130%;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    font-size: 0.95rem;
}

.btn-primary {
    background: linear-gradient(111deg, var(--primary), var(--accent-pink), var(--accent-violet));
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(var(--primary-rgb), 0.3);
}

.btn-primary:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(var(--primary-rgb), 0.42);
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.45);
    transform: translateY(-2px);
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.btn-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hero Section */
.hero {
    background: transparent;
    padding: 5rem 0;
    text-align: center;
    position: relative;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-badge,
.hero-content h1,
.hero-subtitle,
.hero-chips,
.hero-stats,
.hero-actions {
    opacity: 0;
    animation: hero-rise 0.8s ease forwards;
}

.hero-badge { animation-delay: 0.05s; }
.hero-content h1 { animation-delay: 0.15s; }
.hero-subtitle { animation-delay: 0.3s; }
.hero-chips { animation-delay: 0.45s; }
.hero-stats { animation-delay: 0.6s; }
.hero-actions { animation-delay: 0.7s; }

@keyframes hero-rise {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #d0d0d0;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.hero-badge-star {
    filter: saturate(0.9);
}

.hero-badge-tp {
    width: 18px;
    height: 18px;
}

.hero-content h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.hero-gradient-text {
    background: linear-gradient(90deg, var(--primary), var(--primary-soft), var(--accent-violet), var(--primary));
    background-size: 250% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: hero-text-flow 5s linear infinite;
}

@keyframes hero-text-flow {
    0% { background-position: 0% 50%; opacity: 1; }
    42% { background-position: 100% 50%; opacity: 1; }
    50% { opacity: 0.3; }
    58% { opacity: 1; }
    100% { background-position: 250% 50%; opacity: 1; }
}

.hero-subtitle {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    color: #a0a0a8;
    max-width: 700px;
    margin: 0 auto 1.5rem;
    line-height: 1.6;
}

.hero-chips {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #d0d0d0;
    font-size: 0.875rem;
    font-weight: 500;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 3.5rem auto 0;
    max-width: 900px;
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.stat-number {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
    background: linear-gradient(90deg, var(--primary), var(--accent-violet));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stat-text {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.btn-ghost {
    background: linear-gradient(111deg, var(--accent-violet), var(--secondary));
    color: #ffffff;
    border: none;
    box-shadow: 0 6px 18px rgba(139, 92, 246, 0.25);
}

.btn-ghost:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(30, 144, 255, 0.35);
    color: #ffffff;
}

/* Sports Marquee Section */
.sports-marquee {
    padding: 0.25rem 0 1rem;
    background: var(--bg-light);
    overflow: hidden;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.marquee-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.marquee-content {
    position: relative;
}

.marquee-track {
    display: flex;
    gap: 0;
    animation: marquee 60s linear infinite;
    width: max-content;
}

.sport-badge {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0;
    border-radius: 999px;
    background: transparent;
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 1.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sport-badge:hover {
    transform: translateY(-2px);
}

.badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    background: transparent;
    color: var(--primary);
    flex-shrink: 0;
}

.badge-icon img {
    width: auto;
    height: 60px;
    max-width: none;
    object-fit: contain;
}

.badge-icon img.badge-dark-logo {
    filter: brightness(0) invert(1);
}

.sport-badge span {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-dark);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Tablet Marquee */
@media (max-width: 1024px) {
    .sports-marquee {
        padding: 0.5rem 0 1rem;
    }

    .sport-badge {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    .badge-icon {
        width: auto;
        height: auto;
        font-size: 1.4rem;
    }

    .badge-icon img {
    height: 60px;
        max-width: none;
    }
}

/* Mobile Marquee */
@media (max-width: 768px) {
    .sports-marquee {
        padding: 0.5rem 0 0.75rem;
    }

    .sport-badge {
        padding: 0.5rem 0.875rem;
        font-size: 0.75rem;
        gap: 0.5rem;
    }

    .badge-icon {
        width: auto;
        height: auto;
        font-size: 1.1rem;
    }

    .badge-icon img {
    height: 60px;
        max-width: none;
    }

    .sport-badge span {
        font-size: 0.75rem;
    }

    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
}

/* Mobile Small Marquee */
@media (max-width: 480px) {
    .sports-marquee {
        padding: 0.25rem 0 0.75rem;
    }

    .sport-badge {
        padding: 0.4rem 0.7rem;
        font-size: 0.65rem;
        gap: 0.4rem;
    }

    .badge-icon {
        width: auto;
        height: auto;
        font-size: 1rem;
    }

    .badge-icon img {
    height: 60px;
        max-width: none;
    }

    .sport-badge span {
        font-size: 0.65rem;
    }

    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
}

/* Pricing Section */
.pricing {
    padding: 1.5rem 0 4rem;
    background: transparent;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.section-header p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    color: var(--text-muted);
}

.device-tabs {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    margin-bottom: 2.5rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.4rem;
    border-radius: 999px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    backdrop-filter: blur(10px);
}

.tab-btn {
    padding: 0.65rem 1.4rem;
    border: none;
    background: transparent;
    color: #ffffff;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    opacity: 0.7;
}

.tab-btn:hover {
    opacity: 1;
}

.tab-btn.active {
    background: linear-gradient(111deg, var(--primary), var(--primary-dark));
    color: #ffffff;
    opacity: 1;
    box-shadow: 0 6px 18px rgba(var(--primary-rgb), 0.35);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
    align-items: stretch;
}

.price-card {
    position: relative;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    padding: 2.2rem 1.6rem 1.8rem;
    backdrop-filter: blur(10px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.price-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    right: 15%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(var(--primary-rgb), 0.8), transparent);
    opacity: 0.5;
}

.price-card .subscribe-btn {
    margin-top: auto;
}

.price-card .subscribe-btn:hover {
    transform: translateY(-2px);
}

.price-card:hover {
    transform: translateY(-10px);
    border-color: rgba(var(--primary-rgb), 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 30px rgba(var(--primary-rgb), 0.12);
}

.price-card:has(.badge-best) {
    background: linear-gradient(160deg, rgba(var(--primary-rgb), 0.12), rgba(30, 144, 255, 0.06));
    border-color: rgba(var(--primary-rgb), 0.55);
    box-shadow: 0 0 0 1px rgba(var(--primary-rgb), 0.2), 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 45px rgba(var(--primary-rgb), 0.15);
    transform: scale(1.03);
}

.price-card:has(.badge-best):hover {
    transform: scale(1.03) translateY(-10px);
}

.badge-popular,
.badge-best {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.4rem 1.2rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.badge-popular {
    background: var(--secondary);
    color: #fff;
}

.badge-best {
    background: linear-gradient(111deg, var(--primary), var(--primary-dark));
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(var(--primary-rgb), 0.4);
}

.price-card:has(.badge-best) {
    padding-top: 2.6rem;
}

.price-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    letter-spacing: 0.02em;
}

.devices-label {
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.price-tag {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin: 0.5rem 0;
    line-height: 1.1;
    background: linear-gradient(90deg, var(--primary-soft), var(--primary), var(--secondary), var(--primary), var(--primary-soft));
    background-size: 250% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: price-flow 6s linear infinite;
}

@keyframes price-flow {
    0% { background-position: 0% 50%; }
    100% { background-position: 250% 50%; }
}

.price-month {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.price-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin: 0.5rem 0 1.5rem;
}

.price-meta .savings {
    margin: 0;
}

.price-meta .price-original {
    margin: 0;
}

.price-meta .price-month {
    margin: 0;
}

.price-original {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: line-through;
    margin: 0.3rem 0;
}

.savings {
    display: inline-block;
    font-size: 0.88rem;
    color: #ffc98a;
    font-weight: 700;
    margin: 0.5rem 0 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: rgba(var(--primary-rgb), 0.12);
    border: 1px solid rgba(var(--primary-rgb), 0.35);
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
}

.features-list {
    list-style: none;
    margin: 1rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.4rem 0;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 500;
}

.features-list li::before {
    content: '✓';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(var(--primary-rgb), 0.18);
    color: #ffc98a;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.features-list li.feature-bonus {
    color: #4ade80;
    font-weight: 700;
    background: rgba(74, 222, 128, 0.08);
    border: 1px solid rgba(74, 222, 128, 0.3);
    border-radius: 10px;
    padding: 0.5rem 0.75rem;
    margin-top: 0.35rem;
}

.features-list li.feature-bonus::before {
    background: rgba(74, 222, 128, 0.2);
    color: #4ade80;
}

.features-list li.ibo-badge::before {
    display: none;
}

.features-list li.feature-bonus.ibo-badge {
    color: #ffffff;
    background: linear-gradient(111deg, rgba(var(--primary-rgb), 0.18), rgba(168, 85, 247, 0.16));
    border: 1px solid rgba(var(--primary-rgb), 0.5);
    box-shadow: 0 4px 18px rgba(var(--primary-rgb), 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.features-list li.feature-bonus.ibo-badge:hover {
    transform: translateY(-2px);
    border-color: rgba(var(--primary-rgb), 0.75);
    box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.features-list li.ibo-badge .ibo-badge-logo {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.14);
}

html[data-theme='light'] .features-list li.feature-bonus.ibo-badge {
    color: #9a3412;
    background: linear-gradient(111deg, rgba(255, 122, 0, 0.12), rgba(168, 85, 247, 0.1));
    border-color: rgba(255, 122, 0, 0.4);
    box-shadow: 0 4px 18px rgba(255, 122, 0, 0.15);
}

html[data-theme='light'] .features-list li.ibo-badge .ibo-badge-logo {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

/* Features Section */
.features {
    padding: 4rem 0;
    background: var(--bg-light);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature-item {
    text-align: center;
    padding: 2rem;
    border-radius: 12px;
    background: var(--bg-white);
    transition: all 0.3s;
    border: 1px solid var(--border-color);
}

.feature-item:hover {
    background: var(--bg-white);
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-item h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.feature-item p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* Devices Section */
.devices {
    padding: 4rem 0;
    background: transparent;
}

.devices-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.sports-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1.5rem;
}

.device-item {
    padding: 1rem 1.4rem;
    background: var(--bg-light);
    border-radius: 12px;
    transition: all 0.3s;
    border: 1px solid var(--border-color);
}

.sport-item {
    text-align: center;
    padding: 1.5rem;
    background: var(--bg-light);
    border-radius: 12px;
    transition: all 0.3s;
    border: 1px solid var(--border-color);
}

.device-item:hover,
.sport-item:hover {
    background: var(--bg-white);
    border-color: var(--primary);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.device-icon,
.sport-icon {
    font-size: 1.7rem;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.device-icon img {
    width: auto;
    height: 26px;
}

.device-icon-multi {
    gap: 0.35rem;
    font-size: 1.35rem;
}

.sport-icon i {
    font-size: 2.5rem;
    color: var(--primary);
}

.device-item h3,
.sport-item h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
}

/* Sports Section */
.sports {
    padding: 4rem 0;
    background: var(--bg-light);
}

/* FAQ Section */
.faq {
    padding: 4rem 0;
    background: transparent;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.faq-item {
    padding: 2rem;
    background: var(--bg-light);
    border-radius: 12px;
    border: 1px solid var(--border-color);
}

.faq-item h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--primary);
}

.faq-item p {
    color: var(--text-muted);
    line-height: 1.6;
}

/* Reseller Section */
.reseller {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.05) 0%, rgba(30, 144, 255, 0.03) 100%);
}

.reseller-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.reseller-card {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s;
}

.reseller-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.reseller-card.featured {
    background: linear-gradient(145deg, #1c1c24, #15151a);
    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.1);
}

.reseller-card .btn {
    background: linear-gradient(111deg, var(--secondary), var(--accent-violet));
    color: #ffffff;
    border: none;
    box-shadow: 0 6px 18px rgba(30, 144, 255, 0.25);
}

.reseller-card .btn:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(139, 92, 246, 0.35);
}

.reseller-card h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.reseller-card p {
    color: var(--text-muted);
    margin: 1rem 0;
}

.reseller-features {
    list-style: none;
    margin: 1.5rem 0;
    text-align: left;
}

.reseller-features li {
    padding: 0.5rem 0;
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* Footer */
.footer {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 3rem 0;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-column h4 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.footer-column ul {
    list-style: none;
}

.footer-column a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.footer-column a:hover {
    color: var(--primary);
}

.footer-column p {
    margin-bottom: 0.5rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
    color: var(--text-muted);
}

.footer-pay {
    margin-bottom: 2rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--border-color);
    text-align: center;
}

.footer-pay .dash-label {
    margin-bottom: 0.8rem;
}

.footer-pay .dash-pay {
    max-width: 720px;
    margin: 0 auto;
}

/* Tablet/Medium Screens */
@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .price-card {
        padding: 1.2rem;
    }

    .price-card h3 {
        font-size: 1.3rem;
    }

    .price-tag {
        font-size: 2rem;
    }

    .features-list li {
        font-size: 0.8rem;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .navbar-content {
        gap: 1rem;
    }

    .nav-links {
        display: none;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .price-card {
        padding: 1rem;
    }

    .price-card h3 {
        font-size: 1.2rem;
    }

    .price-tag {
        font-size: 1.8rem;
    }

    .devices-label {
        font-size: 0.8rem;
    }

    .features-list {
        margin: 0.8rem 0;
    }

    .features-list li {
        padding: 0.25rem 0;
        font-size: 0.75rem;
    }

    .device-tabs {
        gap: 0.5rem;
    }

    .tab-btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }


    .faq-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile - Medium */
@media (max-width: 640px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .price-card {
        padding: 1rem;
    }

    .price-card h3 {
        font-size: 1.1rem;
    }

    .price-tag {
        font-size: 1.6rem;
    }

    .devices-label {
        font-size: 0.75rem;
    }

    .price-month {
        font-size: 0.8rem;
    }

    .features-list {
        margin: 0.7rem 0;
    }

    .features-list li {
        padding: 0.2rem 0;
        font-size: 0.7rem;
    }

    .device-tabs {
        gap: 0.4rem;
        margin-bottom: 1.5rem;
    }

    .tab-btn {
        padding: 0.45rem 0.8rem;
        font-size: 0.75rem;
    }
}

/* Mobile - Small */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .navbar-content {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .logo-text {
        display: none;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .stat-text {
        font-size: 0.8rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-lg {
        width: 100%;
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    .btn {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

    .section-header p {
        font-size: 0.95rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .price-card {
        padding: 0.9rem;
    }

    .price-card h3 {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }

    .price-tag {
        font-size: 1.5rem;
        margin: 0.3rem 0;
    }

    .devices-label {
        font-size: 0.7rem;
    }

    .price-month {
        font-size: 0.75rem;
    }

    .savings {
        font-size: 0.75rem;
        margin: 0.3rem 0 0.8rem;
    }

    .features-list {
        margin: 0.6rem 0;
    }

    .features-list li {
        padding: 0.15rem 0;
        font-size: 0.65rem;
    }

    .btn-block {
        padding: 0.8rem 1rem;
        font-size: 0.85rem;
    }

    .device-tabs {
        gap: 0.3rem;
        margin-bottom: 1.2rem;
    }

    .tab-btn {
        padding: 0.4rem 0.7rem;
        font-size: 0.7rem;
        border-radius: 6px;
    }

    .device-item,
    .sport-item {
        padding: 1rem;
    }

    .device-icon,
    .sport-icon {
        font-size: 1.8rem;
    }

    .device-item h3,
    .sport-item h3 {
        font-size: 0.9rem;
    }
}

/* Movies Carousel Section */
.movies-carousel-section {
    padding: 3rem 0;
    background: transparent;
    overflow: hidden;
}

.carousel-wrapper {
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.carousel-track {
    display: flex;
    flex-direction: row;
    gap: 0;
}

.carousel-row {
    display: flex;
    gap: 1rem;
    animation: scroll-left 50s linear infinite;
    will-change: transform;
}

.carousel-row:hover {
    animation-play-state: paused;
}

.carousel-item {
    flex: 0 0 auto;
    width: 180px;
    height: 260px;
}

.poster-card {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: var(--border-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.poster-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.2);
}

.poster-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-180px * 10 - 1rem * 10));
    }
}

/* Tablet - Carousel adjustments */
@media (max-width: 1024px) {
    .carousel-item {
        width: 150px;
        height: 220px;
    }

    .carousel-row {
        gap: 0.8rem;
        animation: scroll-left-tablet 45s linear infinite;
    }

    @keyframes scroll-left-tablet {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-150px * 10 - 0.8rem * 10));
        }
    }

    .movies-carousel-section {
        padding: 2rem 0;
    }
}

/* Mobile - Carousel adjustments */
@media (max-width: 768px) {
    .carousel-item {
        width: 140px;
        height: 200px;
    }

    .carousel-row {
        gap: 0.6rem;
        animation: scroll-left-mobile 40s linear infinite;
    }

    @keyframes scroll-left-mobile {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-140px * 10 - 0.6rem * 10));
        }
    }

    .movies-carousel-section {
        padding: 1.5rem 0;
    }

    .poster-card {
        border-radius: 8px;
    }
}

/* Mobile - Small */
@media (max-width: 480px) {
    .carousel-item {
        width: 110px;
        height: 160px;
    }

    .carousel-row {
        gap: 0.5rem;
        animation: scroll-left-small 35s linear infinite;
    }

    @keyframes scroll-left-small {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-110px * 10 - 0.5rem * 10));
        }
    }

    .movies-carousel-section {
        padding: 1rem 0;
    }

    .section-header p {
        font-size: 0.9rem;
    }
}

/* Sports Carousel Slider */
.sports-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    background: transparent;
    padding: 2rem 0;
}

.sports-carousel-track {
    display: flex;
    flex-direction: row;
    gap: 0;
}

.sports-carousel-row {
    display: flex;
    gap: 1.5rem;
    animation: scroll-sports 60s linear infinite;
    will-change: transform;
}

.sports-carousel-item {
    flex: 0 0 auto;
    width: 180px;
    height: 180px;
}

.sport-card {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(145deg, #1c1c24, #15151a);
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

.sport-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary);
    box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.2);
}

.sport-card .sport-icon {
    font-size: 2.5rem;
    transition: transform 0.3s ease;
}

.sport-card:hover .sport-icon {
    transform: scale(1.1);
}

.sport-card h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
}

@keyframes scroll-sports {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-180px * 6 - 1.5rem * 6));
    }
}

/* Tablet - Sports Carousel */
@media (max-width: 1024px) {
    .sports-carousel-item {
        width: 150px;
        height: 150px;
    }

    .sports-carousel-row {
        gap: 1rem;
        animation: scroll-sports-tablet 50s linear infinite;
    }

    @keyframes scroll-sports-tablet {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-150px * 6 - 1rem * 6));
        }
    }

    .sports-carousel-wrapper {
        padding: 1.5rem 0;
    }

    .sport-card .sport-icon {
        font-size: 2rem;
    }

    .sport-card .sport-icon i {
        font-size: 2rem;
    }

    .sport-card h3 {
        font-size: 0.9rem;
    }
}

/* Mobile - Sports Carousel */
@media (max-width: 768px) {
    .sports-carousel-item {
        width: 130px;
        height: 130px;
    }

    .sports-carousel-row {
        gap: 0.8rem;
        animation: scroll-sports-mobile 40s linear infinite;
    }

    @keyframes scroll-sports-mobile {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-130px * 6 - 0.8rem * 6));
        }
    }

    .sports-carousel-wrapper {
        padding: 1rem 0;
    }

    .sport-card {
        border-radius: 10px;
        gap: 0.8rem;
    }

    .sport-card .sport-icon {
        font-size: 1.8rem;
    }

    .sport-card .sport-icon i {
        font-size: 1.8rem;
    }

    .sport-card h3 {
        font-size: 0.8rem;
    }
}

/* Mobile - Small */
@media (max-width: 480px) {
    .sports-carousel-item {
        width: 100px;
        height: 100px;
    }

    .sports-carousel-row {
        gap: 0.6rem;
        animation: scroll-sports-small 35s linear infinite;
    }

    @keyframes scroll-sports-small {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-100px * 6 - 0.6rem * 6));
        }
    }

    .sports-carousel-wrapper {
        padding: 0.8rem 0;
    }

    .sport-card {
        border-radius: 8px;
        gap: 0.6rem;
    }

    .sport-card .sport-icon {
        font-size: 1.5rem;
    }

    .sport-card .sport-icon i {
        font-size: 1.5rem;
    }

    .sport-card h3 {
        font-size: 0.7rem;
    }
}

/* Sports Events Carousel Section */
.sports-events-carousel-section {
    padding: 3rem 0 1.5rem;
    background: transparent;
    overflow: hidden;
}

.sports-events-wrapper {
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.sports-events-track {
    display: flex;
    flex-direction: row;
    gap: 0;
}

.sports-events-row {
    display: flex;
    gap: 1rem;
    animation: scroll-sports-events 60s linear infinite;
    will-change: transform;
}

.sports-events-item {
    flex: 0 0 auto;
    width: 180px;
    height: 260px;
}

.sports-event-card {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: var(--border-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.sports-event-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.2);
}

.sports-event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@keyframes scroll-sports-events {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-180px * 9 - 1rem * 9));
    }
}

/* Tablet - Sports Events Carousel */
@media (max-width: 1024px) {
    .sports-events-item {
        width: 150px;
        height: 220px;
    }

    .sports-events-row {
        gap: 0.8rem;
        animation: scroll-sports-events-tablet 50s linear infinite;
    }

    @keyframes scroll-sports-events-tablet {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-150px * 9 - 0.8rem * 9));
        }
    }

    .sports-events-carousel-section {
        padding: 2rem 0;
    }
}

/* Mobile - Sports Events Carousel */
@media (max-width: 768px) {
    .sports-events-item {
        width: 140px;
        height: 200px;
    }

    .sports-events-row {
        gap: 0.6rem;
        animation: scroll-sports-events-mobile 40s linear infinite;
    }

    @keyframes scroll-sports-events-mobile {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-140px * 9 - 0.6rem * 9));
        }
    }

    .sports-events-carousel-section {
        padding: 1.5rem 0;
    }

    .sports-event-card {
        border-radius: 8px;
    }
}

/* Mobile - Small */
@media (max-width: 480px) {
    .sports-events-item {
        width: 110px;
        height: 160px;
    }

    .sports-events-row {
        gap: 0.5rem;
        animation: scroll-sports-events-small 35s linear infinite;
    }

    @keyframes scroll-sports-events-small {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-110px * 9 - 0.5rem * 9));
        }
    }

    .sports-events-carousel-section {
        padding: 1rem 0;
    }

    .sports-event-card {
        border-radius: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body {
        animation: none;
    }

    .hero {
        animation: none;
    }

    .hero-content h1,
    .hero-subtitle,
    .hero-chips,
    .hero-stats,
    .hero-actions,
    .hero-badge {
        opacity: 1;
        animation: none;
        transform: none;
    }

    .hero-gradient-text {
        animation: none;
    }
}

/* Checkout & Thank You Pages */
.site-header {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(7, 7, 15, 0.55);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--text-dark);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.95rem;
}

.button-primary {
    background: linear-gradient(111deg, var(--primary), var(--primary-dark));
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(var(--primary-rgb), 0.3);
}

.button-primary:hover {
    filter: brightness(1.06);
    box-shadow: 0 10px 26px rgba(var(--primary-rgb), 0.42);
}

.button-secondary {
    background: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
}

.button-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.45);
}

.hero-text {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.form-box {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 2rem;
    max-width: 720px;
    margin: 0 auto;
}

.form-box label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
    color: var(--text-dark);
    font-size: 0.9rem;
    font-family: 'Manrope', sans-serif;
}

.form-box input[type="text"],
.form-box input[type="email"],
.form-box input[type="tel"],
.form-box select,
.form-box textarea {
    width: 100%;
    padding: 0.7rem 0.9rem;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: #101016;
    color: var(--text-dark);
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    margin-bottom: 1.1rem;
    outline: none;
    transition: border-color 0.3s;
}

.form-box input:focus,
.form-box select:focus,
.form-box textarea:focus {
    border-color: var(--primary);
}

.form-box input::placeholder,
.form-box textarea::placeholder {
    color: #6b6b76;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.checkbox-row {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    margin-top: 0.5rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.checkbox-row input {
    margin-top: 0.25rem;
}

.success-box {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 3rem 2rem;
    text-align: center;
    max-width: 620px;
}

.success-box p {
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.success-box .button {
    margin-top: 0.5rem;
}

.price-devices {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    margin: 1rem 0 1.2rem;
}

.price-devices i {
    font-size: 1.1rem;
    color: #ffffff;
}

.price-devices img {
    height: 20px;
    width: auto;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

html[data-theme='light'] .price-devices img {
    filter: brightness(0.3);
}

.section-cta {
    background: linear-gradient(90deg, var(--primary), var(--primary-soft), var(--accent-violet));
    background-size: 250% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: hero-text-flow 5s linear infinite;
}

.faith-trust-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.faith-trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    background: transparent;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
}

.faith-trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 0.85rem;
}


/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 200;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
    color: #ffffff;
}

.whatsapp-float i {
    font-size: 1.4rem;
}

@media (max-width: 480px) {
    .whatsapp-float {
        bottom: 1rem;
        right: 1rem;
        padding: 0.7rem 1.1rem;
        font-size: 0.85rem;
    }
}

/* ===== Pricing: iPad & Mobile Responsiveness ===== */
@media (min-width: 769px) and (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.2rem;
    }

    .price-card {
        padding: 1.5rem;
    }

    .price-card:has(.badge-best) {
        transform: scale(1);
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.9rem;
    }

    .price-card {
        padding: 1.2rem 1rem;
    }

    .price-card:has(.badge-best) {
        transform: scale(1);
    }

    .price-tag {
        font-size: 1.7rem;
    }

    .device-tabs {
        max-width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .device-tabs::-webkit-scrollbar {
        display: none;
    }

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

@media (max-width: 600px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .price-card {
        padding: 1.4rem 1.2rem;
    }

    .price-card:has(.badge-best) {
        transform: scale(1);
        grid-column: auto;
    }

    .price-card h3 {
        font-size: 1.4rem;
    }

    .price-tag {
        font-size: 2.4rem;
    }

    .features-list li {
        font-size: 0.92rem;
    }

    .savings {
        margin-bottom: 1rem;
    }
}

@media (max-width: 400px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 330px;
    }

    .price-card {
        padding: 1.2rem 1rem;
    }

    .price-tag {
        font-size: 2.15rem;
    }

    .features-list li {
        font-size: 0.88rem;
    }
}

/* =====================================================================
   FULL MOBILE & TABLET RESPONSIVE LAYER
   ===================================================================== */

/* ---------- Global safety / fluid base ---------- */
html, body {
    overflow-x: hidden;
}

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

/* ---------- Navigation: hamburger (mobile only) ---------- */
.nav-toggle,
.nav-burger,
.nav-mobile {
    display: none;
}

@media (max-width: 768px) {
    .nav-toggle {
        display: none;
    }

    .nav-burger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 9px;
        border-radius: 0;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.1);
        cursor: pointer;
        transition: background 0.25s ease;
    }

    .nav-burger:hover {
        background: transparent;
    }

    .nav-burger span {
        display: block;
        width: 20px;
        height: 2px;
        background: #ffffff;
        border-radius: 2px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .nav-toggle:checked ~ .nav-burger span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .nav-toggle:checked ~ .nav-burger span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle:checked ~ .nav-burger span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .nav-mobile {
        display: none;
        flex-direction: column;
        background: rgba(10, 10, 18, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 0;
        margin-top: 0.6rem;
        padding: 0.55rem 0.7rem 0.7rem;
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .navbar:has(.nav-toggle:checked) .nav-mobile {
        display: flex;
    }

    .nav-mobile a {
        padding: 0.85rem 0.8rem;
        color: rgba(255, 255, 255, 0.85);
        font-family: 'Space Grotesk', sans-serif;
        font-weight: 500;
        font-size: 1rem;
        text-decoration: none;
        border-radius: 10px;
        transition: background 0.25s ease, color 0.25s ease;
    }

    .nav-mobile a:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.07);
    }

    .nav-controls {
        gap: 0.6rem;
    }
}

/* ---------- Fluid typography ---------- */
@media (max-width: 768px) {
    .section-header h2 {
        font-size: clamp(1.5rem, 6vw, 1.9rem);
        line-height: 1.3;
    }

    .section-header p {
        font-size: clamp(0.9rem, 2.5vw, 1rem);
    }

    .price-card h3 {
        font-size: clamp(1.15rem, 4.5vw, 1.3rem);
    }
}

/* ---------- Hero: mobile & tablet ---------- */
.hero {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

@media (max-width: 768px) {
    .hero {
        padding: 2.5rem 0 3rem;
        text-align: center;
    }

    .hero-badge {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .hero-content h1 {
        font-size: clamp(1.9rem, 8vw, 2.5rem);
        margin-bottom: 1rem;
    }

    .hero-chips {
        gap: 0.5rem;
        margin-bottom: 1.5rem;
    }

    .hero-chip {
        font-size: 0.8rem;
        padding: 0.4rem 0.85rem;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem 1rem;
        margin-top: 2.5rem;
    }

    .stat-number {
        font-size: clamp(1.9rem, 8vw, 2.4rem);
    }

    .stat-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 600px) {
    .hero {
        padding: 2rem 0 2.5rem;
    }

    .hero-content h1 {
        font-size: clamp(1.7rem, 7.5vw, 2.1rem);
        letter-spacing: -0.01em;
    }

    .hero-actions {
        flex-direction: row;
        align-items: stretch;
        margin-top: 1.5rem;
        gap: 0.75rem;
    }

    .hero-actions .btn {
        flex: 1;
        width: auto;
        min-width: 0;
        white-space: nowrap;
        padding: 0.85rem 0.9rem;
        font-size: 0.95rem;
    }

    .hero-stats {
        gap: 1.25rem 0.75rem;
        margin-top: 2rem;
    }

    .stat-number {
        font-size: clamp(1.7rem, 7vw, 2.1rem);
    }
}

@media (max-width: 375px) {
    .hero-badge {
        font-size: 0.75rem;
        padding: 0.35rem 0.8rem;
    }

    .hero-chip {
        font-size: 0.72rem;
        padding: 0.35rem 0.65rem;
    }

    .hero-stats {
        gap: 1rem 0.5rem;
    }

    .hero-actions .btn {
        font-size: 0.8rem;
        padding: 0.7rem 0.5rem;
    }
}

/* ---------- Nav bar: very small phones ---------- */
@media (max-width: 480px) {
    .language-select {
        padding: 0.35rem 0.6rem;
        gap: 0.35rem;
    }

    .language-select .fa-chevron-down {
        display: none;
    }

    .language-selector {
        font-size: 0.8rem;
    }

    .nav-cta {
        padding: 0.55rem 0.9rem;
        font-size: 0.85rem;
    }
}

/* ---------- Section spacing ---------- */
@media (max-width: 768px) {
    .features,
    .devices,
    .reseller {
        padding: 2.5rem 0;
    }

    .footer {
        padding: 2rem 0;
    }

    .feature-item,
    .faq-item,
    .reseller-card {
        padding: 1.5rem;
    }

    .feature-icon {
        font-size: 2.4rem;
    }
}

/* ---------- Pricing: tablets ---------- */
@media (min-width: 601px) and (max-width: 834px) {
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.1rem;
    }

    .price-card {
        padding: 1.5rem 1.2rem;
    }

    .price-card:has(.badge-best) {
        transform: scale(1);
    }

    .price-tag {
        font-size: 2rem;
    }

    .device-tabs {
        max-width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .device-tabs::-webkit-scrollbar {
        display: none;
    }

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

/* ---------- Hero + sections: iPad landscape (835-1024) ---------- */
@media (min-width: 835px) and (max-width: 1024px) {
    .hero {
        padding: 4rem 0;
    }

    .hero-stats {
        gap: 1.5rem;
        margin-top: 3rem;
    }

    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.2rem;
    }

    .price-card {
        padding: 1.6rem;
    }

    .price-card:has(.badge-best) {
        transform: scale(1);
    }

    .features-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .devices-grid,
    .footer-content {
        gap: 1.5rem;
    }
}

/* ---------- Tablet portrait hero stats (601-834) ---------- */
@media (min-width: 601px) and (max-width: 834px) {
    .hero-stats {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }

    .stat-number {
        font-size: clamp(1.8rem, 4.5vw, 2.3rem);
    }
}

/* ---------- Hero chips: single line on mobile (full titles kept) ---------- */
@media (max-width: 768px) {
    .hero-chips {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 0.3rem;
    }

    .hero-chip {
        white-space: nowrap;
        font-size: clamp(0.55rem, 2.4vw, 0.72rem);
        padding: 0.3rem 0.45rem;
        gap: 0.25rem;
    }
}

@media (max-width: 430px) {
    .hero-chips {
        gap: 0.2rem;
    }

    .hero-chip {
        font-size: clamp(0.5rem, 2.2vw, 0.62rem);
        padding: 0.25rem 0.32rem;
    }
}

@media (max-width: 350px) {
    .hero-chip {
        font-size: 0.5rem;
        padding: 0.22rem 0.25rem;
    }
}

/* ---------- Pricing: slightly wider on laptop/desktop only ---------- */
@media (min-width: 1025px) {
    .pricing .container {
        max-width: 1360px;
    }
}

/* ---------- Devices section: inline single row on mobile ---------- */
.devices .device-icon {
    font-size: 2.2rem;
}

.devices .device-icon img {
    height: 34px;
    max-width: 100%;
    object-fit: contain;
}

.devices .device-icon-multi {
    gap: 0.5rem;
    font-size: 1.8rem;
}

@media (min-width: 769px) {
    .devices {
        padding: 0 0 0;
    }
}

@media (max-width: 768px) {
    .devices {
        padding: 0 0 0.5rem;
    }

    .devices .section-header {
        margin-bottom: 1.5rem;
    }

    .devices-grid {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0.4rem;
        width: 100%;
    }

    .device-item {
        flex: 1;
        padding: 0.55rem 0.3rem;
        display: flex;
        justify-content: center;
    }

    .device-icon {
        font-size: 1.4rem;
    }

    .device-icon img {
        height: 22px;
    }

    .device-icon-multi {
        gap: 0.2rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 400px) {
    .device-item {
        padding: 0.45rem 0.2rem;
    }

    .device-icon {
        font-size: 1.25rem;
    }

    .device-icon img {
        height: 19px;
    }

    .device-icon-multi {
        font-size: 1rem;
    }
}

/* ---------- Close the gap between hero and devices below ---------- */
.hero {
    padding-bottom: 1.75rem;
}

@media (max-width: 768px) {
    .hero {
        padding-bottom: 1.25rem;
    }
}


/* ================= Why Choose Us ================= */
.wcu {
    padding: 5rem 0 4.5rem;
}

.wcu-header {
    text-align: center;
    margin-bottom: 1.6rem;
}

.wcu-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1.1rem;
    border: 1px solid rgba(var(--primary-rgb), 0.35);
    border-radius: 999px;
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary-soft);
    font-family: 'Manrope', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
}

.wcu-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(1.75rem, 3.6vw, 2.6rem);
    line-height: 1.15;
    color: var(--text-dark);
    margin-bottom: 0.7rem;
}

.wcu-header p {
    max-width: 640px;
    margin: 0 auto;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.72);
}

/* ----- Dashboard grid ----- */
.dash-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.1rem;
    margin-top: 2.4rem;
}

.dash-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.5rem 1.6rem;
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.dash-card:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--primary-rgb), 0.45);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35), 0 0 26px rgba(var(--primary-rgb), 0.08);
}

.dash-kpi { grid-column: span 3; }
.dash-card--wide { grid-column: span 6; }
.dash-card--full { grid-column: span 12; }
.dash-card--third { grid-column: span 4; }
.dash-card--mega,
.dash-card--direct { grid-column: span 12; }
/* ----- merged mega card (experience + referral) ----- */
.dash-mega {
    display: grid;
    grid-template-columns: 5fr 3fr;
    gap: 1.2rem;
    align-items: stretch;
}

.dash-mega-col {
    min-width: 0;
    padding: 0 1.3rem;
}

.dash-mega-col:first-child { padding-left: 0; }
.dash-mega-col:last-child { padding-right: 0; }

.dash-mega-col + .dash-mega-col {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.dash-mega h4,
.dash-direct-info h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0.2rem;
}

.dash-mega .dash-timeline {
    margin: 1rem 0 0.5rem;
}

.dash-mega .dash-tags {
    margin-top: 0.7rem;
}

.dash-mega .dash-referral-reward {
    padding: 0.4rem 0;
}

.dash-mega .dash-referral-reward::before {
    border-radius: 14px;
}

.dash-ref-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 0.3rem;
}

.dash-ref-inline .dash-referral-reward {
    flex-shrink: 0;
}

.dash-ref-inline .dash-plus {
    font-size: clamp(2.2rem, 3vw, 2.8rem);
}

.dash-mega--ref .dash-flow {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1;
    min-width: 0;
    margin-top: 0;
    gap: 0.45rem;
}

.dash-mega--ref .dash-flow-arrow {
    transform: rotate(-90deg);
}

.dash-mega .dash-flow {
    margin-top: 0.6rem;
    gap: 0.4rem;
}

.dash-mega .dash-flow-step {
    font-size: 0.68rem;
    padding: 0.32rem 0.75rem;
}

.dash-mega .dash-flow-arrow {
    font-size: 0.6rem;
}

.dash-mega .dash-sub {
    margin-top: 0.55rem;
}

.dash-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.1rem;
}

.dash-card-head h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
}

.dash-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.3rem;
}

.dash-icon {
    color: var(--primary-soft);
    font-size: 1.05rem;
    flex-shrink: 0;
}

.dash-kpi-num {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 800;
    font-size: clamp(2.6rem, 4.5vw, 3.3rem);
    line-height: 1;
    background: linear-gradient(90deg, var(--primary-soft), var(--primary), var(--accent-pink), var(--accent-violet));
    background-size: 250% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.dash-kpi-title {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.dash-sub {
    margin-top: 0.7rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
}

/* ----- status dots & chips ----- */
.dash-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    position: relative;
    display: inline-block;
    flex-shrink: 0;
}

.dash-live-dot::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(34, 197, 94, 0.6);
    animation: dash-ping 1.8s ease-out infinite;
}

.dash-live-dot--amber {
    background: #fbbf24;
}

.dash-live-dot--amber::after {
    border-color: rgba(251, 191, 36, 0.6);
}

@keyframes dash-ping {
    0% { transform: scale(0.4); opacity: 1; }
    100% { transform: scale(1.6); opacity: 0; }
}

.dash-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    align-self: flex-start;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.3);
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.dash-chip--orange {
    color: var(--primary-soft);
    background: rgba(var(--primary-rgb), 0.1);
    border-color: rgba(var(--primary-rgb), 0.35);
}

.dash-live {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
    margin-top: 0.9rem;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.3);
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
}

/* ----- sparkline (10+) ----- */
.dash-spark {
    width: 100%;
    height: 62px;
    margin-top: 1.1rem;
    overflow: visible;
}

.dash-spark-line {
    fill: none;
    stroke: url(#sparkGrad);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 1.6s ease 0.5s;
}

.wcu.in-view .dash-spark-line {
    stroke-dashoffset: 0;
}

.dash-spark-area {
    fill: rgba(var(--primary-rgb), 0.09);
    opacity: 0;
    transition: opacity 0.9s ease 1.3s;
}

.wcu.in-view .dash-spark-area {
    opacity: 1;
}

.dash-spark-dot {
    fill: var(--primary-soft);
    opacity: 0;
    transition: opacity 0.3s ease 1.9s;
}

.wcu.in-view .dash-spark-dot {
    opacity: 1;
}

/* ----- 50% ring ----- */
.dash-ring-wrap {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0.3rem auto 1.1rem;
}

.dash-ring {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.dash-ring-track {
    fill: none;
    stroke: rgba(255, 255, 255, 0.08);
    stroke-width: 9;
}

.dash-ring-bar {
    fill: none;
    stroke: url(#ringGrad);
    stroke-width: 9;
    stroke-linecap: round;
    transition: stroke-dashoffset 1.6s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
}

.wcu.in-view .dash-ring-bar {
    stroke-dashoffset: 50;
}

.dash-ring-center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dash-ring-up {
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.5);
}

.dash-ring-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(90deg, var(--primary-soft), var(--primary), var(--accent-pink));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* ----- server nodes (KPI 4) ----- */
.dash-node-map {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0.5rem 0 0.2rem;
}

.dash-node-line {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    position: relative;
}

.dash-node-line:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 5px;
    top: -0.75rem;
    width: 2px;
    height: 0.75rem;
    background: linear-gradient(to bottom, rgba(var(--primary-rgb), 0.4), rgba(168, 85, 247, 0.4));
}

.dash-node-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-soft), var(--accent-pink));
    box-shadow: 0 0 12px rgba(var(--primary-rgb), 0.55);
    flex-shrink: 0;
}

.dash-node-name {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}

.dash-node-tag {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.12);
    border: 1px solid rgba(74, 222, 128, 0.35);
    border-radius: 999px;
    padding: 0.25rem 0.6rem;
}

/* ----- monitor rows (service reliability) ----- */
.dash-monitor {
    display: flex;
    flex-direction: row;
    gap: 0.7rem;
}

.dash-monitor-row {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
    padding: 1.1rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
}

.dash-monitor-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
    flex-shrink: 0;
}

.dash-monitor-dot--amber {
    background: #fbbf24;
    box-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
}

.dash-monitor-name {
    font-size: 0.88rem;
    font-weight: 600;
    color: #ffffff;
}

.dash-monitor-status {
    margin-left: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    flex-shrink: 0;
}

.dash-monitor-status--ready {
    color: #fbbf24;
}

.dash-node-net {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin: 1.2rem 0 1.1rem;
}

.dash-net-node {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-soft), var(--accent-pink));
    box-shadow: 0 0 14px rgba(var(--primary-rgb), 0.5);
    animation: dash-net-pulse 2.4s ease-in-out infinite;
}

.dash-net-node:nth-child(3) { animation-delay: 0.4s; }
.dash-net-node--hot { animation-delay: 0.8s; }

@keyframes dash-net-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.25); opacity: 0.65; }
}

.dash-net-link {
    width: 52px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(var(--primary-rgb), 0.6), rgba(168, 85, 247, 0.6));
}

.dash-reliab-copy {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 1rem;
}

.dash-reliab-copy .dash-label {
    margin-bottom: 0.4rem;
}

.dash-reliab-copy p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.6);
    max-width: 52ch;
}

/* ----- experience timeline ----- */
.dash-timeline {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 1.4rem 0 0.4rem;
}

.dash-tl-year {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
}

.dash-tl-track {
    position: relative;
    flex: 1;
    height: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
}

.dash-tl-progress {
    position: absolute;
    inset: 0;
    width: 0;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent-pink), var(--accent-violet));
    transition: width 1.8s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
}

.wcu.in-view .dash-tl-progress {
    width: 100%;
}

.dash-tl-marker {
    position: absolute;
    top: 50%;
    right: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--primary-soft);
    box-shadow: 0 0 16px rgba(var(--primary-rgb), 0.8);
    transform: translate(50%, -50%) scale(0);
    transition: transform 0.4s ease 1.9s;
}

.wcu.in-view .dash-tl-marker {
    transform: translate(50%, -50%) scale(1);
}

.dash-tl-now {
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--primary-soft);
    white-space: nowrap;
}

.dash-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.dash-tags span {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.85);
}

/* ----- referral card ----- */
.dash-referral-reward {
    text-align: center;
    position: relative;
    padding: 1.1rem 0 0.9rem;
}

.dash-referral-reward::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: radial-gradient(circle at 50% 45%, rgba(var(--primary-rgb), 0.3), rgba(168, 85, 247, 0.14) 55%, transparent 75%);
    filter: blur(3px);
    pointer-events: none;
}

.dash-plus {
    display: block;
    position: relative;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 800;
    font-size: clamp(3.4rem, 6vw, 4.6rem);
    line-height: 1;
    background: linear-gradient(90deg, var(--primary-soft), var(--primary), var(--accent-pink), var(--accent-violet));
    background-size: 250% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: price-flow 6s linear infinite;
    transform: scale(0.6);
    opacity: 0;
    transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s, opacity 0.5s ease 0.5s;
}

.wcu.in-view .dash-plus {
    transform: scale(1);
    opacity: 1;
}

.dash-plus-cap {
    display: block;
    position: relative;
    margin-top: 0.35rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffffff;
}

.dash-flow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1rem;
}

.dash-flow-step {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.4rem 0.9rem;
    border-radius: 10px;
}

.dash-flow-step--hot {
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.22), rgba(255, 77, 157, 0.18));
    border-color: rgba(var(--primary-rgb), 0.5);
    color: #ffd9b0;
}

.dash-flow-arrow {
    color: rgba(var(--primary-rgb), 0.75);
    font-size: 0.7rem;
}

.dash-flow .dash-flow-arrow,
.dash-vpn .dash-flow-arrow {
    transform: rotate(-90deg);
}

/* ----- configuration panel ----- */
.dash-config {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0.3rem 0 1rem;
}

.dash-config li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    padding: 0.55rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.dash-config-btn {
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary-soft);
    background: rgba(var(--primary-rgb), 0.12);
    border: 1px solid rgba(var(--primary-rgb), 0.35);
    border-radius: 8px;
    padding: 0.28rem 0.6rem;
    white-space: nowrap;
}

/* ----- vpn flow ----- */
.dash-vpn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    margin: 0.6rem 0 1rem;
}

.dash-vpn-node {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 0.45rem 1.1rem;
}

.dash-vpn-node--ok {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(74, 222, 128, 0.1);
    border-color: rgba(74, 222, 128, 0.4);
    color: #4ade80;
}

/* ----- activity list ----- */
.dash-activity {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin: 0.3rem 0 1rem;
}

.dash-activity li {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
}

.dash-activity-icon {
    color: var(--accent-violet);
    font-size: 0.8rem;
    animation: dash-rotate 3s linear infinite;
}

@keyframes dash-rotate {
    to { transform: rotate(360deg); }
}

/* ----- direct provider flow ----- */
.dash-direct-wide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.dash-direct-info {
    flex-shrink: 0;
}

.dash-direct-info h4 {
    margin-bottom: 0.4rem;
}

.dash-direct-info .dash-sub {
    margin-top: 0.3rem;
}

.dash-direct-flow {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 0 auto;
}

.dash-direct-flow .dash-flow-arrow {
    transform: rotate(-90deg);
}

.dash-direct-node {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 0.5rem 1.3rem;
    white-space: nowrap;
}

.dash-direct-node--provider {
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.22), rgba(168, 85, 247, 0.18));
    border-color: rgba(var(--primary-rgb), 0.5);
    color: #ffd9b0;
}

.dash-direct-wide > .dash-chip {
    align-self: center;
    flex-shrink: 0;
}

/* ----- payment rails ----- */
.dash-pay {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: 0.3rem;
}

.dash-pay-rail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.dash-pay-rail i {
    color: var(--primary);
    font-size: 1.05rem;
}

.dash-pay-rail:hover {
    border-color: rgba(var(--primary-rgb), 0.5);
    transform: translateY(-2px);
}

/* ----- scroll reveal ----- */
.wcu:not(.in-view) .dash-card {
    opacity: 0;
    transform: translateY(18px);
}

.dash-card {
    transition: opacity 0.65s ease, transform 0.65s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.wcu.in-view .dash-card {
    opacity: 1;
    transform: none;
}

.wcu.in-view .dash-grid > :nth-child(1) { transition-delay: 0.02s; }
.wcu.in-view .dash-grid > :nth-child(2) { transition-delay: 0.07s; }
.wcu.in-view .dash-grid > :nth-child(3) { transition-delay: 0.12s; }
.wcu.in-view .dash-grid > :nth-child(4) { transition-delay: 0.17s; }
.wcu.in-view .dash-grid > :nth-child(5) { transition-delay: 0.22s; }
.wcu.in-view .dash-grid > :nth-child(n+6) { transition-delay: 0.28s; }

.dash-card:hover {
    transition-delay: 0s;
}

/* ----- Why Choose Us responsive ----- */
@media (max-width: 1024px) {
    .dash-kpi,
    .dash-card--wide {
        grid-column: span 6;
    }

    .dash-mega {
        grid-template-columns: 5fr 3fr;
    }
}

/* ----- tablet portrait ----- */
@media (min-width: 601px) and (max-width: 834px) {
    .dash-grid {
        gap: 1rem;
    }

    .dash-card {
        padding: 1.4rem 1.35rem;
    }

    .dash-mega {
        gap: 1rem;
    }

    .dash-direct-wide {
        gap: 1.4rem;
    }

    .dash-ref-inline {
        gap: 0.9rem;
    }

    .dash-mega--ref .dash-flow-step {
        font-size: 0.6rem;
        padding: 0.28rem 0.55rem;
    }

    .dash-mega--ref .dash-flow-arrow {
        font-size: 0.55rem;
    }

    .dash-config li {
        gap: 0.4rem;
        font-size: 0.8rem;
        padding: 0.5rem 0.6rem;
    }

    .dash-config-btn {
        font-size: 0.58rem;
        padding: 0.24rem 0.5rem;
    }
}

@media (max-width: 600px) {
    .wcu {
        padding: 3.75rem 0 3rem;
    }

    .dash-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.9rem;
        margin-top: 2rem;
    }

    .dash-kpi {
        grid-column: span 1;
    }

    .dash-card--wide,
    .dash-card--full,
    .dash-card--third,
    .dash-card--mega,
    .dash-card--direct {
        grid-column: span 2;
        width: 100%;
        max-width: 100%;
    }

    .dash-card {
        padding: 1.3rem 1.15rem;
    }

    .dash-card-head {
        gap: 0.7rem;
        margin-bottom: 0.9rem;
    }

    .dash-card-head h3 {
        font-size: 0.92rem;
    }

    .dash-kpi-num {
        font-size: clamp(2.2rem, 13vw, 3rem);
    }

    .dash-ring-num {
        font-size: clamp(1.7rem, 7vw, 2rem);
    }

    .dash-kpi-title {
        font-size: 0.66rem;
    }

    .dash-sub {
        font-size: 0.88rem;
        margin-top: 0.6rem;
    }

    .dash-ring-wrap {
        width: min(130px, 100%);
        height: auto;
        aspect-ratio: 1;
        margin: 0.4rem auto 1rem;
        overflow: hidden;
    }

    .dash-node-line {
        gap: 0.45rem;
    }

    .dash-node-name {
        font-size: 0.78rem;
    }

    .dash-node-tag {
        font-size: 0.58rem;
        padding: 0.22rem 0.5rem;
    }

    .dash-live {
        font-size: 0.62rem;
    }

    /* mega card: referral -> experience */
    .dash-mega {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.1rem;
    }

    .dash-mega-col {
        order: 1;
        padding: 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 1.1rem;
    }

    .dash-mega--ref {
        order: 0;
        border-top: none;
        padding-top: 0;
    }

    .dash-mega h4,
    .dash-direct-info h4 {
        font-size: 0.9rem;
    }

    .dash-mega .dash-timeline {
        margin: 1rem 0 0.4rem;
    }

    .dash-mega .dash-tags {
        margin-top: 0.6rem;
        gap: 0.4rem;
    }

    .dash-mega .dash-tags span {
        font-size: 0.72rem;
        padding: 0.3rem 0.7rem;
    }

    .dash-mega .dash-referral-reward {
        padding: 0.4rem 0;
    }

    .dash-plus {
        font-size: clamp(2.4rem, 12vw, 3.2rem);
    }

    .dash-mega .dash-flow {
        gap: 0.4rem;
    }

    .dash-mega .dash-flow-step {
        font-size: 0.72rem;
        padding: 0.35rem 0.85rem;
    }

    .dash-mega .dash-sub {
        margin-top: 0.5rem;
    }

    /* payment rails: wrap + center */
    .dash-pay {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 0.5rem;
    }

    .dash-pay-rail {
        padding: 0.7rem 0.85rem;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .dash-timeline {
        gap: 0.5rem;
    }

    .dash-tl-year {
        font-size: 0.78rem;
    }

    .dash-tl-now {
        font-size: 0.62rem;
        letter-spacing: 0.12em;
    }

    .dash-monitor {
        flex-direction: column;
    }

    .dash-monitor-row {
        flex-direction: row;
        align-items: center;
        text-align: left;
        justify-content: flex-start;
        gap: 0.6rem;
        padding: 0.62rem 0.75rem;
    }

    .dash-monitor-status {
        margin-left: auto;
    }

    .dash-monitor-name {
        font-size: 0.85rem;
    }

    .dash-monitor-status {
        font-size: 0.62rem;
        gap: 0.3rem;
    }

    .dash-node-net {
        gap: 0.4rem;
        margin: 1.1rem 0 1rem;
    }

    .dash-net-link {
        width: auto;
        flex: 1;
        max-width: 64px;
    }

    .dash-config li {
        font-size: 0.82rem;
        padding: 0.5rem 0.6rem;
    }

    .dash-config-btn {
        font-size: 0.6rem;
        padding: 0.25rem 0.55rem;
    }

    .dash-vpn-node {
        font-size: 0.72rem;
        padding: 0.4rem 0.95rem;
    }

    .dash-activity li {
        font-size: 0.82rem;
        padding: 0.5rem 0.6rem;
    }

    .dash-direct-wide {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.1rem;
    }

    .dash-vpn {
        gap: 0.5rem;
    }

    .dash-flow {
        gap: 0.45rem;
    }

    .dash-flow-step {
        font-size: 0.66rem;
        padding: 0.3rem 0.65rem;
        white-space: nowrap;
    }

    .dash-activity {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .dash-activity li {
        justify-content: center;
        text-align: center;
    }

    .dash-direct-flow {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.55rem;
    }

    .dash-direct-flow .dash-flow-arrow {
        transform: rotate(-90deg);
    }

    .dash-direct-node {
        font-size: 0.72rem;
        padding: 0.45rem 1.1rem;
    }

    .dash-direct-wide > .dash-chip {
        align-self: flex-start;
    }
}

/* ----- very narrow phones ----- */
@media (max-width: 390px) {
    .dash-timeline {
        gap: 0.4rem;
    }

    .dash-tl-year {
        font-size: 0.72rem;
    }

    .dash-tl-now {
        font-size: 0.58rem;
    }

    .dash-kpi-num {
        font-size: clamp(2rem, 12vw, 2.6rem);
    }

    .dash-tags span {
        font-size: 0.7rem;
        padding: 0.28rem 0.6rem;
    }

    .dash-pay-rail {
        font-size: 0.74rem;
        padding: 0.6rem 0.7rem;
    }

    .dash-node-tag {
        padding: 0.2rem 0.45rem;
    }

    .dash-node-line {
        flex-wrap: wrap;
    }
}

/* ============================================================
   Get Trial + Admin — lead flow & dashboard styles
   (Cloudflare Pages Functions + D1)
   ============================================================ */

/* ---------- Get Trial page ---------- */
.legal-page {
    padding: 3rem 0 4.5rem;
}

.legal-head {
    text-align: center;
    margin-bottom: 2.5rem;
}

.legal-head h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    line-height: 1.15;
    color: var(--text-dark);
    margin-bottom: 0.6rem;
}

.legal-head p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
}

.legal-card {
    max-width: 860px;
    margin: 0 auto;
    background: linear-gradient(165deg, rgba(var(--primary-rgb), 0.06), rgba(168, 85, 247, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.2rem 2.4rem;
}

.legal-card h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--text-dark);
    margin: 1.8rem 0 0.6rem;
}

.legal-card h2:first-child {
    margin-top: 0;
}

.legal-card p,
.legal-card li {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.97rem;
    line-height: 1.7;
}

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

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

.legal-card a {
    color: var(--primary);
    text-decoration: underline;
}

.legal-updated {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin-top: 1rem;
}

html[data-theme='light'] .legal-head p,
html[data-theme='light'] .legal-card p,
html[data-theme='light'] .legal-card li,
html[data-theme='light'] .legal-updated {
    color: rgba(0, 0, 0, 0.72);
}

html[data-theme='light'] .legal-card {
    border-color: rgba(0, 0, 0, 0.12);
}

.reseller-plan-summary {
    max-width: 720px;
    margin: 1.6rem auto 1.2rem;
    padding: 1.2rem 1.4rem;
    background: linear-gradient(165deg, rgba(var(--primary-rgb), 0.09), rgba(168, 85, 247, 0.06));
    border: 1px solid rgba(var(--primary-rgb), 0.25);
    border-radius: 16px;
}

.reseller-plan-summary p {
    margin-top: 0.4rem;
    font-weight: 600;
    color: var(--text-dark);
}

html[data-theme='light'] .reseller-plan-summary p {
    color: #000000;
}

.trial-page {
    padding: 3rem 0 4.5rem;
}

.trial-head {
    text-align: center;
    margin-bottom: 2rem;
}

.trial-head h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    line-height: 1.15;
    color: var(--text-dark);
    margin-bottom: 0.6rem;
}

.trial-head p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
}

.trial-grid {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 1.5rem;
    align-items: start;
}

.trial-summary {
    background: linear-gradient(165deg, rgba(var(--primary-rgb), 0.09), rgba(168, 85, 247, 0.06));
    border: 1px solid rgba(var(--primary-rgb), 0.25);
    border-radius: 20px;
    padding: 1.6rem;
}

.trial-label {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--primary-soft);
    margin-bottom: 1rem;
}

.trial-plan-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.3rem;
}

.trial-summary-rows {
    margin: 0.6rem 0 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.trial-summary-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.trial-summary-row dt {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
}

.trial-summary-row dd {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.trial-summary-price dd {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(90deg, var(--primary-soft), var(--accent-pink));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.trial-perks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0 0 1.2rem;
}

.trial-perks li {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}

.trial-change {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--primary-soft);
    text-decoration: none;
    border-bottom: 1px dashed rgba(255, 178, 94, 0.5);
    padding-bottom: 2px;
}

.trial-change:hover {
    color: var(--primary);
}

.trial-missing {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.92rem;
    line-height: 1.6;
}

.trial-missing a {
    color: var(--primary-soft);
}

.trial-loading {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.trial-form-box {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.6rem;
}

.trial-field {
    margin-bottom: 1.1rem;
}

.trial-field label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0.4rem;
}

.trial-field input,
.trial-field select,
.admin-input {
    width: 100%;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.trial-field input:focus,
.trial-field select:focus,
.admin-input:focus {
    border-color: rgba(var(--primary-rgb), 0.6);
}

.trial-field select {
    appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--primary-soft) 50%), linear-gradient(135deg, var(--primary-soft) 50%, transparent 50%);
    background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
    background-size: 5px 5px;
    background-repeat: no-repeat;
}

.trial-field select option {
    background: #0d0d1a;
    color: #fff;
}

.trial-hp {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.trial-error {
    color: #ff7d7d;
    font-size: 0.85rem;
    margin: 0.4rem 0 0.9rem;
}

.trial-note {
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 0.8rem;
}

.trial-note i {
    color: #25d366;
    margin-right: 0.3rem;
}

.trial-submit {
    margin-top: 0.4rem;
    min-height: 48px;
}

/* ---------- Admin ---------- */
.admin-body {
    background: #06060c;
    min-height: 100vh;
}

.admin-login-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.admin-login-card {
    width: 100%;
    max-width: 420px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
}

.admin-login-brand {
    text-align: center;
    margin-bottom: 1.6rem;
}

.admin-login-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary), var(--accent-pink));
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 800;
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    text-decoration: none;
}

.admin-login-brand h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.admin-login-brand p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
}

.admin-login-back {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.8rem;
}

.admin-login-back a {
    color: rgba(255, 255, 255, 0.6);
}

.admin-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(6, 6, 12, 0.7);
    padding: 0.9rem 0;
}

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

.admin-topbar-brand {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
}

.admin-topbar-brand .admin-login-logo {
    width: 34px;
    height: 34px;
    margin: 0;
    font-size: 0.72rem;
}

.admin-topbar-actions {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.admin-user {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

.admin-back-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.82rem;
}

.admin-main {
    padding: 2rem 0 4rem;
}

.admin-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.9rem;
    margin-bottom: 1.4rem;
}

.admin-stat {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    padding: 1.1rem 1.2rem;
}

.admin-stat--orange { border-color: rgba(var(--primary-rgb), 0.35); }
.admin-stat--green  { border-color: rgba(74, 222, 128, 0.35); }
.admin-stat--purple { border-color: rgba(168, 85, 247, 0.35); }
.admin-stat--dim    { border-color: rgba(255, 255, 255, 0.08); }

.admin-stat-value {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.admin-stat-label {
    display: block;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.admin-panel {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 1.4rem;
}

.admin-panel--sm {
    padding: 1.2rem;
}

.admin-panel h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.admin-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.admin-input {
    padding: 0.65rem 0.8rem;
    font-size: 0.88rem;
}

.admin-toolbar .admin-input {
    flex: 1;
    min-width: 160px;
}

.admin-select {
    flex: 0 1 auto;
    min-width: 120px;
}

.admin-table-wrap {
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.admin-table th {
    text-align: left;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    padding: 0.6rem 0.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    white-space: nowrap;
}

.admin-table td {
    padding: 0.75rem 0.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.85);
    vertical-align: middle;
}

.admin-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

.admin-col-actions {
    text-align: right;
    white-space: nowrap;
}

.admin-ref {
    color: var(--primary-soft);
    font-weight: 700;
    text-decoration: none;
}

.admin-ref:hover {
    color: var(--primary);
}

.admin-sub {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.45);
}

.admin-status {
    display: inline-block;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.admin-status--new             { background: rgba(var(--primary-rgb), 0.15); color: var(--primary-soft); }
.admin-status--contacted       { background: rgba(59, 130, 246, 0.15); color: #93c5fd; }
.admin-status--trial_sent      { background: rgba(168, 85, 247, 0.15); color: #c084fc; }
.admin-status--pending_payment { background: rgba(251, 191, 36, 0.14); color: #fcd34d; }
.admin-status--active          { background: rgba(34, 197, 94, 0.15); color: #4ade80; }
.admin-status--expired         { background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.5); }
.admin-status--cancelled       { background: rgba(239, 68, 68, 0.15); color: #f87171; }

.admin-btn,
.admin-btn-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.85);
    border-radius: 9px;
    padding: 0.5rem 0.9rem;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.admin-btn:hover {
    border-color: rgba(var(--primary-rgb), 0.5);
}

.admin-btn-ghost {
    background: transparent;
}

.admin-btn-danger {
    border-color: rgba(239, 68, 68, 0.4);
    color: #f87171;
}

.admin-btn-wa {
    background: rgba(37, 211, 102, 0.12);
    border-color: rgba(37, 211, 102, 0.4);
    color: #4ade80;
}

.admin-btn-link {
    padding: 0.4rem 0.55rem;
    margin-left: 0.25rem;
    font-size: 0.85rem;
}

.admin-empty {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    padding: 1rem 0;
    text-align: center;
}

/* ---------- Admin detail ---------- */
.admin-detail-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.admin-detail-head h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
}

.admin-detail-actions {
    display: flex;
    gap: 0.6rem;
}

.admin-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.admin-panel--wide {
    grid-column: 1 / -1;
}

.admin-detail-list {
    margin-bottom: 1rem;
}

.admin-detail-list div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.88rem;
}

.admin-detail-list dt {
    color: rgba(255, 255, 255, 0.5);
}

.admin-detail-list dd {
    font-weight: 600;
    text-align: right;
    word-break: break-word;
}

.admin-detail-status {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.4rem;
}

.admin-timeline {
    list-style: none;
    margin-bottom: 1.2rem;
}

.admin-timeline li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.45rem 0;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-timeline span {
    color: rgba(255, 255, 255, 0.5);
}

.admin-timeline strong {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}

.admin-detail-notes-actions {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-top: 0.6rem;
}

.admin-ok {
    color: #4ade80;
    font-size: 0.8rem;
    font-weight: 700;
}

.admin-modal {
    position: fixed;
    inset: 0;
    background: rgba(6, 6, 12, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 50;
}

.admin-modal-box {
    width: 100%;
    max-width: 460px;
    background: #10101d;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 1.5rem;
}

.admin-modal-actions {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.8rem;
}

/* ---------- Trial / admin responsive ---------- */
@media (max-width: 768px) {
    .trial-grid {
        grid-template-columns: 1fr;
    }

    /* Mobile order: summary first, form second (DOM already summary-first) */
    .trial-grid > .trial-form-box {
        order: 2;
    }

    .trial-grid > .trial-summary {
        order: 1;
    }

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

    .admin-detail-grid {
        grid-template-columns: 1fr;
    }

    /* Subscriber table becomes cards */
    .admin-table thead {
        display: none;
    }

    .admin-table,
    .admin-table tbody,
    .admin-table tr,
    .admin-table td {
        display: block;
        width: 100%;
    }

    .admin-table tr {
        background: rgba(255, 255, 255, 0.025);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        margin-bottom: 0.8rem;
        padding: 0.6rem 0.9rem;
    }

    .admin-table td {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 0.8rem;
        border: none;
        padding: 0.4rem 0;
    }

    .admin-table td::before {
        content: attr(data-label);
        font-size: 0.62rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.4);
        flex-shrink: 0;
    }

    .admin-table td.admin-col-actions {
        justify-content: flex-start;
    }

    .admin-col-actions {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .admin-stats {
        grid-template-columns: 1fr 1fr;
        gap: 0.6rem;
    }

    .admin-stat {
        padding: 0.9rem;
    }

    .admin-stat-value {
        font-size: 1.4rem;
    }

    .trial-form-box,
    .trial-summary {
        padding: 1.2rem;
    }
}

/* ---------- Unified borders: same radius, transparent color for all elements ---------- */
* {
    border-color: transparent !important;
    border-radius: 12px !important;
}

/* ---------- Admin tabs, analytics charts, settings ---------- */
.admin-tabs {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 1.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-wrap: wrap;
}

.admin-tab {
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    color: rgba(255, 255, 255, 0.55);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0.6rem 0.9rem;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.admin-tab:hover {
    color: #ffffff;
}

.admin-tab.is-active {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

.admin-toolbar-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    margin-right: auto;
}

.admin-btn-sm {
    font-size: 0.75rem;
    padding: 0.4rem 0.8rem;
}

.admin-btn.is-active {
    background: var(--primary);
    color: #fff;
}

.admin-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.admin-card {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    padding: 1.2rem;
    min-width: 0;
}

.admin-card-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.admin-hint {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.6rem;
}

.admin-form-panel {
    max-width: 640px;
}

.admin-saved {
    color: #4ade80;
    font-size: 0.85rem;
    margin: 0.2rem 0 0.9rem;
}

.admin-td-num {
    text-align: right;
    font-weight: 700;
    color: #ffffff !important;
}

.chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 180px;
    padding-top: 1.2rem;
}

.chart-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    min-width: 0;
}

.chart-col-val {
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 3px;
}

.chart-col-bar {
    width: 100%;
    max-width: 34px;
    background: linear-gradient(180deg, var(--primary), rgba(var(--primary-rgb), 0.35));
    border-radius: 4px 4px 0 0;
    min-height: 2px;
}

.chart-col-day {
    margin-top: 5px;
    font-size: 0.58rem;
    color: rgba(255, 255, 255, 0.45);
    transform: rotate(-45deg);
    transform-origin: top center;
    white-space: nowrap;
}

.chart-bar {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.55rem;
}

.chart-bar-label {
    width: 30%;
    min-width: 110px;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chart-bar-track {
    flex: 1;
    height: 8px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    overflow: hidden;
}

.chart-bar-fill {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--primary), var(--accent-pink));
    border-radius: 999px;
}

.chart-bar-value {
    width: 44px;
    text-align: right;
    font-size: 0.78rem;
    font-weight: 700;
    color: #ffffff;
}

@media (max-width: 900px) {
    .admin-grid-2 {
        grid-template-columns: 1fr;
    }
}

/* ---------- Theme picker (admin) ---------- */
.theme-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 0.4rem;
}

.theme-card {
    appearance: none;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1rem;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    color: #fff;
    font-family: 'Manrope', sans-serif;
}

.theme-card:hover {
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.theme-card.is-active {
    border-color: var(--primary);
    box-shadow: 0 0 0 1px var(--primary), 0 8px 24px rgba(0, 0, 0, 0.35);
}

.theme-swatch {
    display: block;
    height: 74px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.theme-swatch-dot {
    position: absolute;
    right: 12px;
    bottom: 14px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.theme-card-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
}

.theme-card-desc {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.4;
}

/* ---------- Light theme component overrides ---------- */
html[data-theme='light'] body {
    color: var(--text-dark);
}

/* Navbar */
html[data-theme='light'] .navbar {
    background: transparent;
    border-bottom: none;
    box-shadow: none;
    backdrop-filter: none;
}

html[data-theme='light'] .navbar {
    background: transparent;
}

html[data-theme='light'] .nav-links a {
    color: #000000;
}

html[data-theme='light'] .nav-links a:hover {
    color: var(--primary);
}
html[data-theme='light'] .nav-burger { background: transparent; border-color: rgba(0, 0, 0, 0.12); }
html[data-theme='light'] .nav-burger span { background: #1c1c26; }
html[data-theme='light'] .nav-mobile {
    background: rgba(255, 255, 255, 0.97);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 16px 40px rgba(20, 20, 40, 0.14);
}
html[data-theme='light'] .nav-mobile a:hover { background: rgba(0, 0, 0, 0.05); }

html[data-theme='light'] .language-select {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.14);
    color: #000000;
}

html[data-theme='light'] .language-selector,
html[data-theme='light'] .language-selector option,
html[data-theme='light'] select option {
    background: #ffffff;
    color: #000000;
}

/* Hero */
html[data-theme='light'] .hero-content h1 { color: #000000; }
html[data-theme='light'] .hero-subtitle { color: #000000; }
html[data-theme='light'] .hero-badge {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(0, 0, 0, 0.12);
    color: #000000;
}
html[data-theme='light'] .hero-chip {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.12);
    color: #000000;
}
html[data-theme='light'] .hero-stats .hero-stat-value { color: #000000; }
html[data-theme='light'] .hero-stats .hero-stat-label { color: #000000; }

/* Buttons */
html[data-theme='light'] .btn-secondary,
html[data-theme='light'] .button-secondary,
html[data-theme='light'] .btn-ghost {
    color: #000000;
    border-color: rgba(0, 0, 0, 0.22);
}
html[data-theme='light'] .btn-secondary:hover,
html[data-theme='light'] .button-secondary:hover,
html[data-theme='light'] .btn-ghost:hover {
    background: rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.35);
}

/* Device tabs */
html[data-theme='light'] .device-tabs {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.1);
}
html[data-theme='light'] .device-tabs button { color: #000000; }
html[data-theme='light'] .device-tabs button.is-active,
html[data-theme='light'] .device-tabs button.active {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 2px 8px rgba(20, 20, 40, 0.1);
}
html[data-theme='light'] .device-icon,
html[data-theme='light'] .devices-label { color: #000000; }
html[data-theme='light'] .devices .device-icon img {
    filter: brightness(0.3);
}
html[data-theme='light'] .tab-btn { color: #000000; }
html[data-theme='light'] .tab-btn.active {
    background: linear-gradient(111deg, var(--primary), var(--primary-dark));
    color: #000000;
}

/* Pricing / plan cards */
html[data-theme='light'] .price-card {
    background: #ffffff;
    border-color: #000000;
    box-shadow: 0 12px 32px rgba(30, 40, 90, 0.08);
}
html[data-theme='light'] .price-card:hover {
    box-shadow: 0 18px 44px rgba(30, 40, 90, 0.14);
}
html[data-theme='light'] .price-card:has(.badge-best) {
    border-color: rgba(var(--primary-rgb), 0.5);
}
html[data-theme='light'] .price-card h3,
html[data-theme='light'] .price-card .price {
    color: #000000;
}
html[data-theme='light'] .price-card .price-tag,
html[data-theme='light'] .price-card .price-month,
html[data-theme='light'] .price-card .price-original,
html[data-theme='light'] .price-card .savings,
html[data-theme='light'] .price-card .devices-label,
html[data-theme='light'] .price-card .features-list li,
html[data-theme='light'] .price-card .price-meta,
html[data-theme='light'] .price-devices { color: #000000; }
html[data-theme='light'] .price-card .price { color: #000000; }
html[data-theme='light'] .price-card .feature-bonus { border-color: rgba(0, 0, 0, 0.1); }

/* Features */
html[data-theme='light'] .feature-item {
    background: #ffffff;
    border-color: #000000;
    box-shadow: 0 8px 24px rgba(30, 40, 90, 0.06);
}
html[data-theme='light'] .feature-item h3 { color: #000000; }
html[data-theme='light'] .feature-item p { color: #000000; }

/* FAQ */
html[data-theme='light'] .faq-item {
    background: #ffffff;
    border-color: #000000;
    box-shadow: 0 6px 20px rgba(30, 40, 90, 0.05);
}
html[data-theme='light'] .faq-item h3,
html[data-theme='light'] .faq-item button,
html[data-theme='light'] .faq-trigger { color: #000000; }
html[data-theme='light'] .faq-item p,
html[data-theme='light'] .faq-answer { color: #000000; }

/* Reseller */
html[data-theme='light'] .reseller-card {
    background: #ffffff;
    border-color: #000000;
    box-shadow: 0 8px 24px rgba(30, 40, 90, 0.06);
}
html[data-theme='light'] .reseller-card h3 { color: #000000; }
html[data-theme='light'] .reseller-features li { color: #000000; }

/* Trust / faith / why-us strips */
html[data-theme='light'] .faith-trust-item {
    background: #ffffff;
    border-color: #000000;
}
html[data-theme='light'] .faith-trust-item,
html[data-theme='light'] .faith-trust-icon i,
html[data-theme='light'] .faith-trust-item span { color: #000000; }
html[data-theme='light'] .faith-trust-icon {
    background: rgba(0, 0, 0, 0.06);
    color: #000000;
}
html[data-theme='light'] .wcu-header h2 { color: #000000; }
html[data-theme='light'] .wcu-header p { color: #000000; }
html[data-theme='light'] .wcu-badge {
    background: rgba(var(--primary-rgb), 0.1);
    color: #000000;
    border-color: rgba(var(--primary-rgb), 0.25);
}

/* Dashboard mockup cards */
html[data-theme='light'] .dash-card {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px rgba(30, 40, 90, 0.08);
}
html[data-theme='light'] .dash-card-head,
html[data-theme='light'] .dash-card-title,
html[data-theme='light'] .dash-kpi-title,
html[data-theme='light'] .dash-kpi-num,
html[data-theme='light'] .dash-ring-num,
html[data-theme='light'] .dash-mega,
html[data-theme='light'] .dash-reliab-copy,
html[data-theme='light'] .dash-referral-reward,
html[data-theme='light'] .dash-ref-inline,
html[data-theme='light'] .dash-sub,
html[data-theme='light'] .dash-direct-info,
html[data-theme='light'] .dash-config,
html[data-theme='light'] .dash-tags span { color: #000000; }
html[data-theme='light'] .dash-label { color: #000000; }
html[data-theme='light'] .dash-card .dash-activity li,
html[data-theme='light'] .dash-card .dash-monitor-row,
html[data-theme='light'] .dash-card .dash-flow-step,
html[data-theme='light'] .dash-card .dash-pay-rail,
html[data-theme='light'] .dash-card .dash-vpn-node,
html[data-theme='light'] .dash-card .dash-direct-node,
html[data-theme='light'] .dash-card .dash-config li {
    background: rgba(0, 0, 0, 0.04);
    color: #000000;
}
html[data-theme='light'] .dash-monitor-name,
html[data-theme='light'] .dash-node-name,
html[data-theme='light'] .dash-tl-year,
html[data-theme='light'] .dash-tl-progress,
html[data-theme='light'] .dash-net-link,
html[data-theme='light'] .dash-plus-cap,
html[data-theme='light'] .dash-direct-flow,
html[data-theme='light'] .dash-flow-arrow { color: #000000; }
html[data-theme='light'] .dash-ring { background: rgba(0, 0, 0, 0.06); }
html[data-theme='light'] .dash-spark-area { background: rgba(var(--primary-rgb), 0.06); }

/* Site header / trial + checkout pages */
html[data-theme='light'] .site-header,
html[data-theme='light'] .nav-bar {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
html[data-theme='light'] .site-header a,
html[data-theme='light'] .nav-bar a,
html[data-theme='light'] .brand { color: #000000; }
html[data-theme='light'] .hero-text { color: #000000; }
html[data-theme='light'] .hero-text p,
html[data-theme='light'] .hero-text .subtitle { color: #000000; }

html[data-theme='light'] .form-box,
html[data-theme='light'] .trial-form-box,
html[data-theme='light'] .trial-summary,
html[data-theme='light'] .checkout-box {
    background: #ffffff;
    border-color: #e6e7ef;
    box-shadow: 0 12px 32px rgba(30, 40, 90, 0.08);
    color: #000000;
}
html[data-theme='light'] .form-box h2,
html[data-theme='light'] .trial-form-box h2,
html[data-theme='light'] .trial-summary h2,
html[data-theme='light'] .trial-field label,
html[data-theme='light'] .checkbox-row label,
html[data-theme='light'] .trial-summary dt,
html[data-theme='light'] .trial-summary .trial-sum-title { color: #000000; }
html[data-theme='light'] .form-box input[type='text'],
html[data-theme='light'] .form-box input[type='email'],
html[data-theme='light'] .form-box input[type='tel'],
html[data-theme='light'] .trial-field input,
html[data-theme='light'] .trial-field select {
    background: #f8f9fc;
    border-color: #d9dae6;
    color: #000000;
}
html[data-theme='light'] .form-box input::placeholder,
html[data-theme='light'] .trial-field input::placeholder { color: #000000; }
html[data-theme='light'] .trial-summary dd,
html[data-theme='light'] .trial-note { color: #000000; }
html[data-theme='light'] .trial-note { color: #000000; }

/* Misc surfaces */
html[data-theme='light'] .carousel-row,
html[data-theme='light'] .sports-carousel-row,
html[data-theme='light'] .movies-carousel-section { background: transparent; }
html[data-theme='light'] .badge-icon img.badge-dark-logo { display: block; }

/* Trial / checkout page secondary texts */
html[data-theme='light'] .trial-head p,
html[data-theme='light'] .trial-summary-row dt,
html[data-theme='light'] .trial-summary-row dd,
html[data-theme='light'] .trial-perks li,
html[data-theme='light'] .trial-missing,
html[data-theme='light'] .trial-loading { color: #000000; }

/* Dashboard-mockup leftovers */
html[data-theme='light'] .dash-direct-info h4,
html[data-theme='light'] .dash-ring-up { color: #000000; }

/* ---------- Light theme: force dark ink everywhere (whitelist restores) ---------- */
html[data-theme='light'] .navbar,
html[data-theme='light'] .hero,
html[data-theme='light'] main,
html[data-theme='light'] .section,
html[data-theme='light'] section,
html[data-theme='light'] .container {
    color: #000000;
}

html[data-theme='light'] :where(.navbar, .hero, main, .container, section, footer header) :where(h1, h2, h3, h4, h5, h6, p, span, a, i, small, strong, em, b, li, td, th, dt, dd, label, div, button, input, select, textarea, blockquote, figcaption) {
    color: #000000;
}

/* Whitelist: keep white text on colored surfaces in light theme */
html[data-theme='light'] .btn-primary,
html[data-theme='light'] .button-primary,
html[data-theme='light'] .nav-cta,
html[data-theme='light'] .tab-btn.active,
html[data-theme='light'] .badge-best,
html[data-theme='light'] .badge-popular,
html[data-theme='light'] .whatsapp-float,
html[data-theme='light'] .whatsapp-float i,
html[data-theme='light'] .poster-card,
html[data-theme='light'] .poster-card *,
html[data-theme='light'] .sport-card,
html[data-theme='light'] .sport-card *,
html[data-theme='light'] .sports-carousel-item *,
html[data-theme='light'] .carousel-item *,
html[data-theme='light'] .footer,
html[data-theme='light'] .footer *,
html[data-theme='light'] .footer a,
html[data-theme='light'] .footer-bottom,
html[data-theme='light'] .footer-bottom *,
html[data-theme='light'] .dash-live,
html[data-theme='light'] .dash-live-dot {
    color: #ffffff;
}

html[data-theme='light'] .footer {
    background: #11213b;
    border-top: none;
}

html[data-theme='light'] .footer-pay,
html[data-theme='light'] .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* Paragraph font override — Space Grotesk body copy */
html:not([data-theme]) .faq-item p,
html[data-theme='light'] .faq-item p,
html[data-theme='purple'] .faq-item p,
html[data-theme='green'] .faq-item p,
html[data-theme='cyan'] .faq-item p,
.feature-item p,
.faith .section-header p,
.reseller-features li,
.trial-field input::placeholder,
.faq-answer,
.trust-copy p,
.footer-bottom p {
    font-family: 'Space Grotesk', sans-serif;
}

/* ---------- Social proof / sales notification toast ---------- */
.sp-toast {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: min(370px, calc(100vw - 36px));
    padding: 0.85rem 2rem 0.85rem 0.9rem;
    background: linear-gradient(135deg, rgba(255, 122, 0, 0.96), rgba(244, 114, 182, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    transform: translateY(24px);
    pointer-events: none;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.sp-toast.is-visible {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.sp-toast.is-hiding {
    opacity: 0;
    transform: translateY(24px);
}

.sp-avatar {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 800;
    font-size: 0.85rem;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary), var(--accent-pink), var(--accent-violet));
}

.sp-body {
    flex: 1;
    min-width: 0;
}

.sp-title {
    font-size: 0.86rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
}

.sp-title b {
    font-weight: 800;
}

.sp-meta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.2rem;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.55);
}

.sp-check {
    color: #4ade80;
    font-size: 0.7rem;
}

.sp-close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.7rem;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.sp-close:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.sp-bar {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 7px;
    height: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.sp-bar i {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.9);
    animation: sp-countdown 6.2s linear forwards;
}

@keyframes sp-countdown {
    from { width: 100%; }
    to { width: 0; }
}

html[data-theme='light'] .sp-toast {
    background: linear-gradient(135deg, #fff3e0, #ffe4ef);
    border-color: rgba(0, 0, 0, 0.14);
    box-shadow: 0 12px 40px rgba(30, 40, 90, 0.18);
}

html[data-theme='light'] .sp-title,
html[data-theme='light'] .sp-title b {
    color: #000000;
}

html[data-theme='light'] .sp-meta {
    color: #5b5b6b;
}

html[data-theme='light'] .sp-close,
html[data-theme='light'] .sp-close:hover {
    color: #000000;
}

@media (max-width: 480px) {
    .sp-toast {
        left: 12px;
        bottom: 12px;
        width: calc(100vw - 24px);
    }
}
