/* === CRYPTO & PAYPAL PAYMENT STYLES === */
.cart-payment-methods {
    margin-bottom: 10px;
}
.cart-payment-method-select {
    margin-left: 10px;
    padding: 6px 16px;
    border-radius: 6px;
    border: 1px solid #222;
    background: #18181b;
    color: #fff;
    font-size: 1rem;
}
.crypto-address-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 1rem;
    background: #18181b;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 4px;
}
.crypto-address {
    font-family: monospace;
    background: #222;
    padding: 2px 8px;
    border-radius: 6px;
    margin-left: 4px;
    color: #ff1a1a;
    cursor: pointer;
    user-select: all;
}
.crypto-address:hover {
    background: #ff1a1a;
    color: #fff;
}
.paypal-address {
    font-family: monospace;
    background: #222;
    padding: 2px 8px;
    border-radius: 6px;
    color: #ff1a1a;
    user-select: all;
    display: inline-block;
}
/* === CLIENT PANEL BUTTON === */
.client-panel-btn, .mobile-menu-link.client-panel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 24px;
    font-size: 0.82rem;
    font-weight: 800;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff1a1a 60%, #b80000 100%);
    color: #fff !important;
    box-shadow: 0 4px 24px rgba(255, 26, 26, 0.25);
    border: none;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
}

/* Center the button in its parent container */
.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    height: 100%;
}
.client-panel-btn:hover, .mobile-menu-link.client-panel-btn:hover {
    background: linear-gradient(90deg, #e60000 60%, #a00000 100%);
    box-shadow: 0 8px 32px rgba(255, 26, 26, 0.45);
    transform: translateY(-2px) scale(1.03);
}
.client-panel-btn .arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
    line-height: 1;
    transition: transform 0.2s;
}
.client-panel-btn:hover .arrow {
    transform: translateX(4px);
}
/* ===== STATUS PAGE REWORK ===== */
.status-hero {
    padding: 120px 0 30px 0;
    background: none;
    text-align: center;
}
.status-title {
    font-size: 2.7rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: white;
    margin-bottom: 0.2em;
}
.status-title-accent {
    color: var(--primary);
    letter-spacing: 2px;
}
.status-desc {
    color: var(--text-muted);
    font-size: 1.1rem;
    margin-bottom: 32px;
}
.status-summary-cards {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.status-summary-card {
    background: rgba(255,255,255,0.03);
    border: 1.5px solid rgba(255,255,255,0.09);
    border-radius: 14px;
    padding: 28px 32px 22px 32px;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 18px 0 rgba(255,26,26,0.07);
    position: relative;
}
.status-summary-card-green {
    border-color: rgba(255, 26, 26, 0.5);
    box-shadow: 0 0 20px rgba(255, 26, 26, 0.12), 0 2px 18px rgba(255, 26, 26, 0.07);
}
.status-summary-icon {
    font-size: 2.2rem;
    color: var(--primary);
    margin-bottom: 8px;
}
.status-summary-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.status-summary-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 2px;
}
.status-summary-value.status-undetected {
    color: #ff1a1a;
    letter-spacing: 2px;
    text-shadow: 0 0 12px rgba(255, 26, 26, 0.4);
    font-size: 1.3rem;
    background: rgba(255, 26, 26, 0.08);
    border: 1px solid rgba(255, 26, 26, 0.3);
    border-radius: 6px;
    padding: 6px 18px;
    margin: 6px 0 4px;
}
.status-summary-meta {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-align: center;
}

.product-status-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 18px;
    letter-spacing: 1px;
}
.product-status-table {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product-status-row {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.03);
    border: 1.5px solid rgba(255,255,255,0.09);
    border-radius: 12px;
    padding: 22px 28px;
    gap: 24px;
    box-shadow: 0 2px 12px 0 rgba(255,26,26,0.06);
    flex-wrap: wrap;
}
.product-status-info {
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.product-status-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-status-meta {
    font-size: 0.92rem;
    color: var(--text-muted);
}
.status-pill {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 8px;
    letter-spacing: 0.5px;
    background: rgba(255, 26, 26, 0.12);
    color: var(--primary);
    border: 1px solid rgba(255, 26, 26, 0.22);
}
.status-pill-gold {
    background: rgba(255, 196, 26, 0.13);
    color: #ffc41a;
    border-color: #ffc41a44;
}
.status-pill-green {
    background: rgba(34, 197, 94, 0.13);
    color: #22c55e;
    border-color: #22c55e44;
}
.product-status-indicator {
    font-size: 1.05rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 8px;
    background: rgba(34, 197, 94, 0.13);
    color: #22c55e;
    border: 1px solid #22c55e44;
    margin-right: 10px;
    min-width: 90px;
    text-align: center;
}
.product-status-indicator.status-online {
    background: rgba(34, 197, 94, 0.13);
    color: #22c55e;
    border-color: #22c55e44;
}
.product-status-indicator.status-offline {
    background: rgba(255, 26, 26, 0.13);
    color: var(--primary);
    border-color: var(--primary);
}
.btn-status-view {
    background: none;
    border: 2px solid var(--primary);
    color: var(--primary);
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 8px;
    font-size: 1rem;
    transition: background 0.2s, color 0.2s;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px 0 rgba(255,26,26,0.08);
}
.btn-status-view:hover {
    background: var(--primary);
    color: white;
}
@media (max-width: 900px) {
    .status-summary-cards { flex-direction: column; align-items: center; }
    .product-status-row { flex-direction: column; align-items: flex-start; gap: 12px; }
}
/* =========================================
   BLOODNET.WTF - PREMIUM DESIGN SYSTEM
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

:root {
    /* Colors */
    --bg-body: #050505;
    --bg-surface: #0a0a0a;
    --primary: #FF1A1A;
    --primary-glow: rgba(255, 26, 26, 0.5);
    --primary-gold: #FF4444;
    --text-main: #ffffff;
    --text-muted: #a3a3a3;
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
    --glass-highlight: rgba(255, 255, 255, 0.15);

    /* Spacing */
    --container-width: 1200px;
    --header-height: 80px;

    /* Effects */
    --transition-fast: 0.3s ease;
    --transition-smooth: 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.custom-cursor, .custom-cursor * { cursor: none !important; }

::selection {
    background: var(--primary);
    color: white;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bg-body);
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

body {
    background-color: var(--bg-body);
    color: var(--text-main);
    overflow-x: hidden;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
    position: relative;
}

h1,
h2,
h3,
h4,
.logo,
.btn,
.nav-links a,
.section-tag {
    font-family: 'Space Grotesk', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

/* Canvas Background */
#bg-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    opacity: 0.3;
    pointer-events: none;
}

.hero #bg-canvas {
    opacity: 0.6;
    z-index: 0;
}

/* Custom Cursor */
#cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 100001;
}

#cursor-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 26, 26, 0.3);
    box-shadow: 0 0 20px rgba(255, 26, 26, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 100000;
    transition: width 0.2s, height 0.2s;
}

html {
    scroll-behavior: auto;
}

/* =========================================
   UTILITIES
   ========================================= */

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.text-gradient-chrome {
    background: linear-gradient(to right, #ffffff 20%, #FF1A1A 50%, #FF4444 80%);
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 5s linear infinite;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@keyframes shine {
    to { background-position: 200% center; }
}

.glass-panel {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition-fast);
    cursor: pointer;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn-primary {
    background: var(--primary);
    color: white;
    box-shadow: 0 0 15px var(--primary-glow);
    border: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 35px var(--primary-glow), 0 0 10px rgba(255,255,255,0.2);
    background: #e60000;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border: 1px solid var(--glass-border);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--primary);
    transform: translateY(-2px);
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.text-primary {
    color: var(--primary);
}

/* =========================================
   NAVBAR
   ========================================= */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: none;
    box-shadow: none;
    padding: 20px 40px;
    transition: padding 0.6s ease-out, background 0.6s ease-out, backdrop-filter 0.6s ease-out, box-shadow 0.6s ease-out;
}

@media (min-width: 769px) {
    header { padding: 20px 40px; }
}

header .navbar.glass-panel {
    background: rgba(10, 5, 5, 0.55);
    backdrop-filter: blur(24px) saturate(1.4);
    -webkit-backdrop-filter: blur(24px) saturate(1.4);
    border: 1px solid rgba(255, 26, 26, 0.12);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 26, 26, 0.04) inset, inset 0 1px 0 rgba(255, 255, 255, 0.04);
    max-width: 1400px;
    margin: 0 auto;
    transition: all 0.6s ease-out;
}

header.scrolled .navbar.glass-panel {
    background: rgba(8, 3, 3, 0.75);
    backdrop-filter: blur(28px) saturate(1.5);
    -webkit-backdrop-filter: blur(28px) saturate(1.5);
    border-color: rgba(255, 26, 26, 0.2);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 26, 26, 0.06);
}

.navbar {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    transition: var(--transition-fast);
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: var(--transition-fast);
    text-decoration: none;
}

.logo-image {
    height: 42px;
    width: auto;
    transition: var(--transition-fast);
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 12px rgba(255, 26, 26, 0.3));
}

.logo-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    letter-spacing: -0.5px;
    font-family: 'Space Grotesk', sans-serif;
}

.logo-text span {
    color: var(--primary);
}

.logo:hover .logo-image {
    transform: scale(1.08);
    filter: drop-shadow(0 0 14px rgba(255, 26, 26, 0.6));
}

.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: var(--transition-fast);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-links a i { font-size: 0.9rem; transition: var(--transition-fast); }

.nav-links a:hover,
.nav-links a.active {
    color: var(--primary);
    text-shadow: 0 0 10px rgba(255, 26, 26, 0.5);
}

.nav-icons {
    display: flex;
    gap: 15px;
}

.icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: var(--transition-fast);
    text-decoration: none;
    cursor: pointer;
}

.icon-btn:hover {
    background: var(--primary);
    transform: scale(1.1);
    box-shadow: 0 0 15px var(--primary-glow);
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--primary);
    color: white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 0.65rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger-menu {
    display: none !important;
    border: none;
    outline: none;
    flex-direction: column;
    gap: 4px;
    background: transparent;
}

.hamburger-line {
    width: 22px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: var(--transition-fast);
    display: block;
}

.hamburger-menu.active .hamburger-line:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
.hamburger-menu.active .hamburger-line:nth-child(2) { opacity: 0; }
.hamburger-menu.active .hamburger-line:nth-child(3) { transform: rotate(-45deg) translate(4px, -4px); }

.mobile-menu { display: none !important; }

@media (max-width: 768px) {
    header { padding: 12px 16px; }
    
    .logo-image { height: 34px; }
    
    .hamburger-menu {
        display: flex !important;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }
    
    .nav-links { display: none; }
    
    .icon-btn:not(.hamburger-menu):not(#cart-icon) { display: none; }
    
    .mobile-menu {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.95);
        z-index: 999;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }
    
    .mobile-menu.active { transform: translateX(0); }
    
    .mobile-menu-content {
        display: flex;
        flex-direction: column;
        padding: 80px 30px 30px;
        gap: 8px;
    }
    
    .mobile-menu-link {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px 20px;
        color: white;
        font-size: 1.1rem;
        font-weight: 500;
        border-radius: 10px;
        transition: var(--transition-fast);
        text-decoration: none;
    }
    
    .mobile-menu-link:hover,
    .mobile-menu-discord {
        background: rgba(255, 26, 26, 0.1);
        color: var(--primary);
    }
    
    .mobile-menu-discord {
        margin-top: 20px;
        border: 1px solid rgba(255, 26, 26, 0.25);
    }
}

/* =========================================
   HERO
   ========================================= */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 140px;
    padding-bottom: 80px;
    overflow: hidden;
    background: var(--bg-body);
}

.hero #bg-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 0;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 26, 26, 0.12) 0%, transparent 60%),
        radial-gradient(circle at 80% 80%, rgba(255, 68, 68, 0.06) 0%, transparent 50%);
    z-index: 0;
}

@media (max-width: 768px) {
    .hero { min-height: 100vh; padding-top: 120px; padding-bottom: 60px; }
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-content-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.hero-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(255, 26, 26, 0.08);
    border: 1px solid rgba(255, 26, 26, 0.25);
    border-radius: 6px;
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Space Grotesk', sans-serif;
    animation: fadeInUp 0.8s ease-out, pulseGlow 3s ease-in-out infinite 1s;
}

@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 0 rgba(255, 26, 26, 0); border-color: rgba(255, 26, 26, 0.25); }
    50% { box-shadow: 0 0 20px rgba(255, 26, 26, 0.3); border-color: rgba(255, 26, 26, 0.5); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero h1 {
    font-size: 5.5rem;
    line-height: 1.05;
    margin: 0;
    font-weight: 800;
    letter-spacing: -4px;
    color: #ffffff;
    text-transform: none;
    animation: fadeInUp 1s ease-out 0.2s both;
    font-family: 'Space Grotesk', sans-serif;
}

@media (max-width: 768px) {
    .hero h1 { font-size: 3rem; letter-spacing: -2px; }
}

.hero-highlight {
    color: var(--primary);
    font-weight: 900;
    display: inline-block;
    position: relative;
}

.hero-highlight::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--primary), var(--primary-gold));
    opacity: 0.3;
    z-index: -1;
    border-radius: 4px;
}

.hero p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.15rem;
    margin: 0;
    max-width: 620px;
    line-height: 1.8;
    animation: fadeInUp 1s ease-out 0.4s both;
    font-weight: 400;
}

@media (max-width: 768px) {
    .hero p { font-size: 1rem; }
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 0;
    animation: fadeInUp 1s ease-out 0.6s both;
    justify-content: center;
}

.hero-buttons .btn {
    padding: 16px 40px;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 700;
}

.hero-buttons .btn-primary {
    background: var(--primary);
    color: white;
    box-shadow: 0 4px 24px rgba(255, 26, 26, 0.35);
}

.hero-buttons .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(255, 26, 26, 0.55);
    background: #e60000;
}

.hero-buttons .btn-secondary {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.15);
    color: white;
}

.hero-buttons .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--primary);
}

/* =========================================
   HERO STATS BAR
   ========================================= */
.hero-stats-bar {
    background: transparent;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hero-stats-bar::before,
.hero-stats-bar::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary), var(--primary-gold), var(--primary), transparent);
    opacity: 0.4;
}

.hero-stats-bar::before { top: 0; }
.hero-stats-bar::after { bottom: 0; }

.hero-stats-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
    gap: 40px;
}

.hero-stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    transition: all 0.3s ease;
    position: relative;
}

.hero-stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: linear-gradient(180deg, transparent, rgba(255, 26, 26, 0.3), transparent);
}

.hero-stat-item:hover { transform: translateY(-5px); }

.hero-stat-icon {
    font-size: 2.2rem;
    color: var(--primary);
    margin-bottom: 16px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.hero-stat-item:hover .hero-stat-icon { opacity: 1; transform: scale(1.1); color: var(--primary-gold); }

.hero-stat-value {
    font-size: 4rem;
    font-weight: 900;
    color: var(--primary);
    font-family: 'Space Grotesk', sans-serif;
    margin-bottom: 8px;
    line-height: 1;
    transition: all 0.3s ease;
    letter-spacing: -2px;
}

.hero-stat-item:hover .hero-stat-value { color: var(--primary-gold); transform: scale(1.05); }

.hero-stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Space Grotesk', sans-serif;
}

@media (max-width: 768px) {
    .hero-stats-bar { padding: 40px 0; }
    .hero-stats-grid { flex-direction: column; gap: 30px; padding: 0 20px; }
    .hero-stat-item:not(:last-child)::after { display: none; }
    .hero-stat-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 26, 26, 0.2);
        padding-bottom: 30px;
        width: 100%;
    }
    .hero-stat-value { font-size: 3rem; }
}

/* =========================================
   PRODUCTS SECTION (HOME)
   ========================================= */
.products {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.products::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary), var(--primary-gold), var(--primary), transparent);
    opacity: 0.4;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-header h2 {
    font-size: 3rem;
    margin-bottom: 18px;
    letter-spacing: -1px;
}

.section-header p {
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Home / Products category grid: responsive columns */
.featured-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.featured-product-card {
    display: block;
    text-decoration: none;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: var(--transition-smooth);
    background: rgba(12, 12, 12, 0.8);
    border: 1px solid rgba(255, 26, 26, 0.1);
    cursor: pointer;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.featured-product-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

.featured-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(255, 26, 26, 0.2), 0 0 0 1px rgba(255, 26, 26, 0.35);
    border-color: rgba(255, 26, 26, 0.45);
}

.featured-product-image {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.featured-product-card:hover .featured-product-image { transform: scale(1.06); }

/* Product card label overlay */
.featured-product-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 18px 20px 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.featured-product-label-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -0.5px;
}

.featured-product-label-tag {
    background: var(--primary);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
}

@media (max-width: 1200px) {
    .featured-products-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .featured-products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .featured-products-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* =========================================
   FEATURES SECTION
   ========================================= */
.features-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255, 26, 26, 0.05) 0%, transparent 60%);
}

.features-section::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary), var(--primary-gold), var(--primary), transparent);
    opacity: 0.4;
}

.features-section-header {
    text-align: center;
    margin-bottom: 56px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.features-section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    color: var(--text-main);
}

.features-section-header p {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

.features-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1024px) { .features-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .features-cards { grid-template-columns: 1fr; } }

.feature-card {
    padding: 32px 28px;
    border-radius: 14px;
    border: 1px solid var(--glass-border);
    background: rgba(12, 5, 5, 0.6);
    backdrop-filter: blur(12px);
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, var(--primary), var(--primary-gold));
    border-radius: 0 4px 4px 0;
    transition: height 0.4s ease;
}

.feature-card:hover {
    border-color: rgba(255, 26, 26, 0.35);
    background: rgba(20, 8, 8, 0.8);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 26, 26, 0.12);
}

.feature-card:hover::before { height: 100%; }

.feature-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(255, 26, 26, 0.12);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: var(--transition-fast);
}

.feature-card-icon .material-symbols-outlined { font-size: 1.75rem; }

.feature-card:hover .feature-card-icon {
    background: rgba(255, 26, 26, 0.22);
    color: var(--primary-gold);
    box-shadow: 0 0 24px rgba(255, 26, 26, 0.2);
}

.feature-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.feature-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin: 0;
}

/* =========================================
   HOW IT WORKS
   ========================================= */
.how-it-works-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgba(8, 3, 3, 0.5);
}

.how-it-works-header {
    text-align: center;
    margin-bottom: 56px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.how-it-works-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    color: var(--text-main);
}

.how-it-works-header p {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

.steps-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.step-item {
    flex: 1;
    min-width: 200px;
    max-width: 260px;
    padding: 32px 24px;
    border-radius: 14px;
    border: 1px solid var(--glass-border);
    background: rgba(12, 4, 4, 0.6);
    backdrop-filter: blur(12px);
    text-align: center;
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--primary-gold));
    border-radius: 4px 4px 0 0;
    transition: width 0.4s ease;
}

.step-item:hover {
    border-color: rgba(255, 26, 26, 0.35);
    background: rgba(20, 8, 8, 0.8);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 26, 26, 0.12);
}

.step-item:hover::before { width: 80%; }

.step-item-badge {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 26, 26, 0.15);
    color: var(--primary);
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    transition: var(--transition-fast);
}

.step-item:hover .step-item-badge {
    background: var(--primary);
    color: white;
    box-shadow: 0 0 20px rgba(255, 26, 26, 0.5);
}

.step-item-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(255, 26, 26, 0.1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: var(--transition-fast);
}

.step-item-icon .material-symbols-outlined { font-size: 1.75rem; }

.step-item:hover .step-item-icon {
    background: rgba(255, 26, 26, 0.22);
    color: var(--primary-gold);
    box-shadow: 0 0 24px rgba(255, 26, 26, 0.2);
}

.step-item h3 { font-size: 1.15rem; font-weight: 600; color: var(--text-main); margin-bottom: 10px; }
.step-item p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.55; margin: 0; }

.step-connector {
    width: 24px;
    min-width: 24px;
    align-self: center;
    height: 2px;
    background: linear-gradient(90deg, var(--glass-border), rgba(255, 26, 26, 0.4));
    border-radius: 2px;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .steps-row { flex-wrap: wrap; justify-content: center; gap: 20px; }
    .step-item { flex: 1 1 calc(50% - 20px); min-width: 0; max-width: none; }
    .step-connector { display: none; }
}

@media (max-width: 600px) {
    .steps-row { flex-direction: column; gap: 20px; }
    .step-item { flex: none; width: 100%; max-width: 100%; }
    .step-connector { display: block; width: 2px; min-width: 2px; height: 12px; background: linear-gradient(180deg, var(--glass-border), rgba(255, 26, 26, 0.4)); }
}

/* =========================================
   TESTIMONIALS
   ========================================= */
.testimonials-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgba(5, 2, 2, 0.5);
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary), var(--primary-gold), var(--primary), transparent);
    opacity: 0.4;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 56px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-header h2 { font-size: 2.5rem; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 12px; }
.testimonials-header p { color: var(--text-muted); font-size: 1.05rem; line-height: 1.6; margin: 0; }

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1024px) { .testimonials-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .testimonials-grid { grid-template-columns: 1fr; gap: 18px; } }

.testimonial-card {
    padding: 28px 26px;
    border-radius: 14px;
    border: 1px solid var(--glass-border);
    background: rgba(12, 4, 4, 0.6);
    backdrop-filter: blur(12px);
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, var(--primary), var(--primary-gold));
    border-radius: 0 4px 4px 0;
    transition: height 0.4s ease;
}

.testimonial-card:hover {
    border-color: rgba(255, 26, 26, 0.35);
    background: rgba(20, 8, 8, 0.8);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 26, 26, 0.12);
}

.testimonial-card:hover::before { height: 100%; }

.testimonial-stars { color: var(--primary); font-size: 1rem; letter-spacing: 2px; margin-bottom: 14px; }
.testimonial-quote { font-size: 0.95rem; line-height: 1.6; color: rgba(255, 255, 255, 0.85); margin: 0 0 20px 0; font-style: normal; }

.testimonial-meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.testimonial-name { font-size: 0.9rem; font-weight: 600; color: var(--text-main); }
.testimonial-product {
    font-size: 0.75rem;
    color: var(--primary);
    background: rgba(255, 26, 26, 0.1);
    padding: 4px 10px;
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid rgba(255, 26, 26, 0.2);
}

/* =========================================
   FAQ & SUPPORT
   ========================================= */
.support-section {
    padding: 100px 0;
}

.support-header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.support-header h2 { font-size: 2.5rem; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 12px; }
.support-header p { color: var(--text-muted); font-size: 1.05rem; line-height: 1.6; margin: 0; }

.support-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 800px;
    margin: 0 auto;
}

.faq-wrapper { width: 100%; }
.faq-column { display: flex; flex-direction: column; gap: 12px; }

.faq-item {
    background: rgba(12, 4, 4, 0.6);
    border: 1px solid var(--glass-border);
    border-radius: 14px;
    padding: 20px;
    transition: var(--transition-fast);
    overflow: hidden;
}

.faq-item.active {
    border-color: var(--primary);
    box-shadow: 0 0 20px rgba(255, 26, 26, 0.1);
    background: rgba(18, 5, 5, 0.9);
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-question-group { display: flex; align-items: center; gap: 15px; }

.faq-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 26, 26, 0.1);
    border: 1px solid rgba(255, 26, 26, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    flex-shrink: 0;
}

.faq-icon .material-symbols-outlined { font-size: 1.2rem; }

.faq-question { font-size: 0.95rem; font-weight: 600; color: white; }

.toggle-icon {
    font-size: 1.5rem;
    color: var(--primary);
    font-weight: 300;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}

.faq-item.active .toggle-icon { transform: rotate(45deg); }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    font-size: 0.93rem;
    color: var(--text-muted);
    line-height: 1.7;
    padding: 0 0 0 55px;
}

.faq-item.active .faq-answer { max-height: 300px; padding: 15px 0 0 55px; }

.need-help-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 26, 26, 0.2);
}

.need-help-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 26, 26, 0.15), rgba(0, 0, 0, 0.8));
    pointer-events: none;
}

.need-help-inner {
    position: relative;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.need-help-text h2 { font-size: 2rem; font-weight: 700; margin-bottom: 8px; }
.need-help-text p { color: var(--text-muted); font-size: 0.95rem; }

.btn-support {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--primary);
    color: white;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: var(--transition-fast);
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.btn-support:hover {
    background: #e60000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 26, 26, 0.4);
}

/* =========================================
   FOOTER
   ========================================= */
.footer {
    background: rgba(5, 2, 2, 0.95);
    border-top: 1px solid rgba(255, 26, 26, 0.12);
    padding: 80px 0 0;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

@media (max-width: 1024px) { .footer-content { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 600px) { .footer-content { grid-template-columns: 1fr; gap: 30px; } }

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-logo { height: 40px; width: auto; }

.footer-brand h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    font-family: 'Space Grotesk', sans-serif;
}

.footer-description { color: var(--text-muted); font-size: 0.9rem; line-height: 1.6; margin-bottom: 20px; }

.footer-social { display: flex; gap: 10px; }

.social-link {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    transition: var(--transition-fast);
    font-size: 1rem;
}

.social-link:hover { background: var(--primary); border-color: var(--primary); color: white; transform: translateY(-2px); }

.footer-column h4 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: rgba(255, 255, 255, 0.5); margin-bottom: 20px; }

.footer-links { display: flex; flex-direction: column; gap: 10px; }

.footer-links a { color: var(--text-muted); font-size: 0.9rem; transition: var(--transition-fast); }
.footer-links a:hover { color: var(--primary); transform: translateX(4px); }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 24px 0 32px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom-content p { color: var(--text-muted); font-size: 0.85rem; }

.footer-badges { display: flex; gap: 8px; flex-wrap: wrap; }

.badge {
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(255, 26, 26, 0.1);
    color: var(--primary);
    border: 1px solid rgba(255, 26, 26, 0.25);
}

/* =========================================
   PRODUCTS PAGE
   ========================================= */
.products-hero {
    position: relative;
    padding: 160px 0 70px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 26, 26, 0.12);
}

.products-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255, 26, 26, 0.1) 0%, transparent 60%),
        linear-gradient(180deg, rgba(5, 2, 2, 0.95) 0%, var(--bg-body) 100%);
    pointer-events: none;
}

.products-hero .container { position: relative; z-index: 1; }

/* NEW split products hero */
.products-hero-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
}

.products-hero-left {}

.products-page-title {
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: -3px;
    line-height: 1;
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    margin: 14px 0 16px;
}

.products-hero-desc {
    color: var(--text-muted);
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 420px;
}

.products-hero-right {
    display: flex;
    align-items: center;
}

.products-hero-content { text-align: center; }

.products-hero-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255, 26, 26, 0.12);
    border: 1px solid rgba(255, 26, 26, 0.35);
    border-radius: 6px;
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.products-hero-title { font-size: 3.5rem; font-weight: 700; color: white; margin-bottom: 16px; letter-spacing: -1px; font-family: 'Space Grotesk', sans-serif; }
.products-hero-subtitle { color: var(--text-muted); font-size: 1.15rem; line-height: 1.6; max-width: 520px; margin: 0 auto 32px; }

.products-hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.products-hero-actions .btn { display: inline-flex; align-items: center; gap: 10px; }

.products-hero-visual { max-width: 240px; margin: 0 auto 20px; }
.products-hero-img { width: 100%; height: auto; opacity: 0.85; filter: drop-shadow(0 20px 40px rgba(255, 26, 26, 0.2)); }

@media (max-width: 768px) {
    .products-hero-inner { grid-template-columns: 1fr; gap: 24px; }
    .products-page-title { font-size: 2.8rem; letter-spacing: -2px; }
}

/* Product Filters */
.product-filters {
    padding: 48px 24px;
    background: linear-gradient(180deg, rgba(255, 26, 26, 0.02) 0%, transparent 100%);
    border-bottom: 1px solid rgba(255, 26, 26, 0.07);
}

.product-filters-container { max-width: 1200px; margin: 0 auto; }

.filter-label { color: var(--text-muted); font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; text-align: center; }

.filter-buttons { display: flex; flex-direction: column; align-items: center; gap: 24px; }

.filter-all-wrapper { display: flex; justify-content: center; width: 100%; }

.filter-games-wrapper { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; width: 100%; max-width: 700px; }

.filter-btn {
    padding: 14px 26px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: var(--text-muted);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: var(--transition-fast);
    font-family: 'Space Grotesk', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.filter-btn:hover,
.filter-btn.active {
    background: linear-gradient(135deg, rgba(255, 26, 26, 0.22), rgba(255, 68, 68, 0.12));
    border-color: rgba(255, 26, 26, 0.5);
    color: white;
    box-shadow: 0 4px 20px rgba(255, 26, 26, 0.2);
    transform: translateY(-2px);
}

/* Products Grid */
.products-section { padding: 80px 0; position: relative; }

.products-section-header { text-align: center; margin-bottom: 48px; }
.products-section-title { font-size: 2.5rem; font-weight: 700; color: white; margin-bottom: 8px; font-family: 'Space Grotesk', sans-serif; letter-spacing: -0.5px; }
.products-section-subtitle { color: var(--text-muted); font-size: 1rem; }

.products-page { padding: 60px 0 100px; }
.products-page .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.products-grid-page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

@media (max-width: 1024px) { .products-grid-page { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .products-grid-page { grid-template-columns: 1fr; } }

/* ===== PRODUCT CARD ===== */
.product-card {
    border-radius: 14px;
    overflow: hidden;
    background: rgba(12, 4, 4, 0.7);
    border: 1px solid rgba(255, 26, 26, 0.08);
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(12px);
}
.product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 26, 26, 0.35);
    box-shadow: 0 20px 48px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,26,26,0.12);
}
.product-card-image-link {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.product-card-image-link img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.product-card:hover .product-card-image-link img { transform: scale(1.06); }
.product-card-overlay {
    position: absolute;
    top: 10px; left: 10px;
}
.product-card-status {
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    backdrop-filter: blur(8px);
}
.product-card-status.undetected {
    background: rgba(0, 200, 80, 0.15);
    border: 1px solid rgba(0, 200, 80, 0.4);
    color: #00e060;
}
.product-card-body {
    padding: 18px 20px 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 8px;
}
.product-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.tag {
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: var(--text-muted);
    font-family: 'Space Grotesk', sans-serif;
}
.tag-popular {
    background: rgba(255, 26, 26, 0.15);
    border-color: rgba(255, 26, 26, 0.4);
    color: var(--primary-gold);
}
.tag-best {
    background: rgba(255, 180, 0, 0.12);
    border-color: rgba(255, 180, 0, 0.35);
    color: #ffc44d;
}
.product-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1.2;
    margin: 0;
}
.product-card-desc {
    color: var(--text-muted);
    font-size: 0.83rem;
    line-height: 1.5;
    margin: 0;
    flex-grow: 1;
}
.product-card-price {
    font-size: 1rem;
    color: var(--text-muted);
    font-family: 'Space Grotesk', sans-serif;
    margin-top: 4px;
}
.product-card-price strong {
    color: var(--primary);
    font-size: 1.3rem;
    font-weight: 700;
}
.product-card-actions { margin-top: 10px; }
.btn-sm {
    padding: 9px 20px;
    font-size: 0.8rem;
}

.product-card-page {
    border-radius: 14px;
    overflow: hidden;
    background: rgba(12, 4, 4, 0.7);
    border: 1px solid rgba(255, 26, 26, 0.08);
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(12px);
}

.product-card-page:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 26, 26, 0.35);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 26, 26, 0.12);
}

.product-img-page-link { display: block; text-decoration: none; cursor: pointer; position: relative; }

.product-img-page {
    height: 280px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #0a0303 0%, #050101 100%);
}

.product-img-page::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    pointer-events: none;
}

.product-image-page {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-card-page:hover .product-image-page { transform: scale(1.08); }

.product-badges { position: absolute; top: 12px; left: 12px; display: flex; flex-wrap: wrap; gap: 6px; z-index: 2; }

.badge-product {
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(8px);
}

.badge-product.badge-new {
    background: rgba(255, 26, 26, 0.25);
    border-color: rgba(255, 26, 26, 0.5);
    color: var(--primary-gold);
}

.badge-product.badge-active {
    background: rgba(34, 197, 94, 0.2);
    border-color: rgba(34, 197, 94, 0.5);
    color: #22c55e;
}

.product-info-page { padding: 22px 24px; display: flex; flex-direction: column; flex-grow: 1; }

.product-category { color: var(--primary); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 6px; }
.product-title-page { font-size: 1.35rem; font-weight: 700; color: white; margin-bottom: 10px; font-family: 'Space Grotesk', sans-serif; line-height: 1.2; }
.product-description-page { color: var(--text-muted); font-size: 0.88rem; line-height: 1.55; margin-bottom: 16px; flex-grow: 1; }

.product-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.stars-rating { display: flex; gap: 2px; }
.star { color: var(--primary-gold); font-size: 0.95rem; }
.star.filled { color: var(--primary); }
.star.half { opacity: 0.5; }
.rating-text { color: var(--text-muted); font-size: 0.8rem; }

.product-meta-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    gap: 16px;
}

.product-price-page { display: flex; flex-direction: column; gap: 2px; }
.price-main { color: var(--primary); font-size: 1.5rem; font-weight: 700; font-family: 'Space Grotesk', sans-serif; }
.price-old { color: var(--text-muted); font-size: 0.9rem; text-decoration: line-through; }

.buy-btn-page {
    padding: 12px 24px;
    background: var(--primary);
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition-fast);
    font-family: 'Space Grotesk', sans-serif;
    white-space: nowrap;
}

.buy-btn-page:hover {
    background: #e60000;
    box-shadow: 0 4px 24px rgba(255, 26, 26, 0.4);
    transform: translateY(-2px);
}

/* Featured Products Grid (in products.html) */
.featured-products-grid-large {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1200px) { .featured-products-grid-large { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .featured-products-grid-large { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .featured-products-grid-large { grid-template-columns: 1fr; } }

/* =========================================
   PRODUCT DETAIL PAGE
   ========================================= */
.product-detail-page {
    padding: 140px 0 100px;
    background: rgba(5, 2, 2, 0.3);
    min-height: 100vh;
}

.product-detail-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.product-detail-image-section {
    position: sticky;
    top: 140px;
    height: fit-content;
}

.product-image-main {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(15, 4, 4, 0.6);
    border: 1px solid rgba(255, 26, 26, 0.1);
    margin-bottom: 20px;
}

.product-main-image { width: 100%; height: auto; display: block; vertical-align: top; }

.image-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-fast);
    z-index: 10;
}

.image-nav-prev { left: 15px; }
.image-nav-next { right: 15px; }

.image-nav-btn:hover { background: var(--primary); border-color: var(--primary); transform: translateY(-50%) scale(1.1); }

.product-image-thumbnails { display: flex; gap: 15px; justify-content: center; }

.thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: var(--transition-fast);
    background: rgba(15, 4, 4, 0.6);
}

.thumbnail img { width: 100%; height: 100%; object-fit: cover; }

.thumbnail.active { border-color: var(--primary); box-shadow: 0 0 20px rgba(255, 26, 26, 0.3); }
.thumbnail:hover { border-color: var(--primary-gold); transform: scale(1.05); }

.product-detail-info-section { display: flex; flex-direction: column; gap: 30px; }

.product-detail-header { padding-bottom: 30px; border-bottom: 1px solid rgba(255, 26, 26, 0.1); }

.product-detail-title { font-size: 3.5rem; font-weight: 700; color: white; margin-bottom: 10px; font-family: 'Space Grotesk', sans-serif; letter-spacing: -2px; }
.product-detail-slogan { font-size: 1.15rem; color: var(--text-muted); margin-bottom: 20px; line-height: 1.6; }

.product-compatibility {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
    padding: 20px;
    background: rgba(255, 26, 26, 0.06);
    border: 1px solid rgba(255, 26, 26, 0.15);
    border-radius: 12px;
}

.compatibility-item { display: flex; align-items: center; gap: 12px; color: white; font-size: 0.95rem; }
.compatibility-item i { color: var(--primary); font-size: 1.1rem; width: 20px; text-align: center; }

.product-rating-large { display: flex; align-items: center; gap: 15px; }
.stars-rating { display: flex; gap: 4px; }
.star { color: var(--primary); font-size: 1.2rem; }
.rating-text-large { color: var(--text-muted); font-size: 1rem; }

.product-price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    backdrop-filter: blur(10px);
}

.price-display { display: flex; flex-direction: column; gap: 5px; }
.price-label { font-size: 0.9rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }
.price-main-large { font-size: 2.5rem; font-weight: 700; color: var(--primary); font-family: 'Space Grotesk', sans-serif; }

.quantity-selector { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.quantity-selector label { font-size: 0.9rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 5px;
}

.quantity-btn {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: var(--transition-fast);
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-btn:hover { background: var(--primary); transform: scale(1.1); }

#quantity { width: 50px; text-align: center; background: transparent; border: none; color: white; font-size: 1.1rem; font-weight: 600; pointer-events: none; }

.product-variants-section { display: flex; flex-direction: column; gap: 20px; }
.variants-title { font-size: 1.2rem; font-weight: 600; color: white; text-transform: uppercase; letter-spacing: 1px; font-family: 'Space Grotesk', sans-serif; }

/* ===== DURATION NAV ===== */
.product-duration-nav {
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.duration-nav-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-muted);
    white-space: nowrap;
    font-family: 'Space Grotesk', sans-serif;
}
.duration-nav-links {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.duration-nav-link {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: 'Space Grotesk', sans-serif;
    text-decoration: none;
    color: var(--text-muted);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    transition: var(--transition-fast);
    white-space: nowrap;
}
.duration-nav-link:hover {
    color: white;
    border-color: var(--primary);
    background: rgba(255, 26, 26, 0.08);
}
.duration-nav-link.active {
    color: white;
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 0 14px rgba(255, 26, 26, 0.35);
}

/* Variant grid for product page */
.variants-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 18px 0 10px 0;
}

.variant-card {
    padding: 24px 18px 18px 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    cursor: pointer;
    transition: var(--transition-fast);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 16px 0 rgba(255,26,26,0.08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 110px;
    position: relative;
}
.variant-card:hover {
    border-color: var(--primary);
    background: rgba(255, 26, 26, 0.08);
    transform: translateY(-2px) scale(1.025);
    z-index: 2;
}
.variant-card.active {
    border-color: var(--primary);
    background: rgba(255, 26, 26, 0.18);
    box-shadow: 0 0 30px 0 rgba(255, 26, 26, 0.22);
}
.variant-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.variant-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Space Grotesk', sans-serif;
}
.variant-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.4;
}
.variant-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary);
    font-family: 'Space Grotesk', sans-serif;
    margin-top: 5px;
}

.variant-card {
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    cursor: pointer;
    transition: var(--transition-fast);
    backdrop-filter: blur(10px);
}

.variant-card:hover { border-color: var(--primary); background: rgba(255, 26, 26, 0.05); transform: translateY(-2px); }
.variant-card.active { border-color: var(--primary); background: rgba(255, 26, 26, 0.1); box-shadow: 0 0 30px rgba(255, 26, 26, 0.15); }

.variant-content { display: flex; flex-direction: column; gap: 8px; }
.variant-name { font-size: 1.1rem; font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 1px; font-family: 'Space Grotesk', sans-serif; }
.variant-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.4; }
.variant-price { font-size: 1.3rem; font-weight: 700; color: var(--primary); font-family: 'Space Grotesk', sans-serif; margin-top: 5px; }

.product-total-section {
    padding: 30px;
    background: rgba(255, 26, 26, 0.08);
    border: 2px solid var(--primary);
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.total-display { display: flex; flex-direction: column; gap: 5px; }
.total-label { font-size: 0.9rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }
.total-price { font-size: 2.8rem; font-weight: 700; color: var(--primary); font-family: 'Space Grotesk', sans-serif; }

.btn-purchase-large { padding: 18px 40px; font-size: 1.1rem; font-weight: 700; display: flex; align-items: center; gap: 12px; white-space: nowrap; border-radius: 10px; }
.btn-purchase-large i { font-size: 1.2rem; }

/* Product Tabs */
.product-tabs-section { margin-top: 80px; padding-top: 60px; border-top: 1px solid rgba(255, 26, 26, 0.1); }

.product-tabs-nav { display: flex; gap: 32px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); margin-bottom: 40px; }

.product-tab {
    padding: 0 0 16px;
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: var(--transition-fast);
    font-family: 'Space Grotesk', sans-serif;
}

.product-tab:hover { color: white; }
.product-tab.active { color: white; }
.product-tab.active::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 3px; background: var(--primary); border-radius: 2px; }

.product-tab-panel { display: none; }
.product-tab-panel.active { display: block; }

.product-description-benefits { display: flex; flex-direction: column; gap: 28px; }

.product-benefit-item { display: flex; gap: 20px; align-items: flex-start; }

.product-benefit-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 26, 26, 0.1);
    border: 1px solid rgba(255, 26, 26, 0.25);
    border-radius: 10px;
}

.product-benefit-icon i { font-size: 1.25rem; color: var(--primary); }
.product-benefit-text h4 { font-size: 1.1rem; font-weight: 700; color: white; margin-bottom: 6px; font-family: 'Space Grotesk', sans-serif; }
.product-benefit-text p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; }

.product-reviews-panel { display: flex; flex-direction: column; gap: 20px; }

.product-review-card {
    padding: 20px 24px;
    background: rgba(20, 5, 5, 0.6);
    border: 1px solid rgba(255, 26, 26, 0.1);
    border-radius: 12px;
}

.product-review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.product-review-stars { color: var(--primary); font-size: 0.95rem; }
.product-review-author { font-weight: 600; color: white; font-size: 0.9rem; }
.product-review-text { color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; }

/* Product Features */
.product-description-section { margin-top: 80px; padding-top: 60px; border-top: 1px solid rgba(255, 26, 26, 0.1); }

.product-features-detailed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

.feature-category {
    background: rgba(15, 4, 4, 0.6);
    border: 1px solid rgba(255, 26, 26, 0.1);
    border-radius: 14px;
    padding: 25px;
    backdrop-filter: blur(10px);
    transition: var(--transition-fast);
}

.feature-category:hover {
    border-color: rgba(255, 26, 26, 0.3);
    background: rgba(25, 6, 6, 0.7);
    transform: translateY(-2px);
}

.feature-category-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Space Grotesk', sans-serif;
}

.feature-category-title i { color: var(--primary); font-size: 1.1rem; }

.feature-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }

.feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-muted);
    font-size: 0.92rem;
    transition: var(--transition-fast);
}

.feature-list li:hover { color: white; transform: translateX(4px); }
.feature-list li i { color: var(--primary); font-size: 0.8rem; width: 16px; text-align: center; }

.product-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }

.info-column {
    padding: 30px;
    background: rgba(15, 4, 4, 0.6);
    border: 1px solid rgba(255, 26, 26, 0.1);
    border-radius: 14px;
    backdrop-filter: blur(10px);
}

.info-column-title { font-size: 1.2rem; font-weight: 600; color: white; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; font-family: 'Space Grotesk', sans-serif; }
.info-column-title i { color: var(--primary); font-size: 1.1rem; }

.info-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.info-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--text-muted); line-height: 1.6; }
.info-list li i { color: var(--primary); margin-top: 4px; flex-shrink: 0; }
.info-list li span { flex: 1; }

@media (max-width: 1024px) {
    .product-detail-container { grid-template-columns: 1fr; gap: 40px; }
    .product-detail-image-section { position: relative; top: 0; }
    .product-info-grid { grid-template-columns: 1fr; }
    .product-features-detailed { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 768px) {
    .product-detail-page { padding: 90px 0 40px; }
    .product-detail-container { padding: 20px 15px 0; gap: 30px; }
    .product-detail-title { font-size: 2rem; letter-spacing: -1px; }
    .variants-grid { grid-template-columns: 1fr; }
    .product-total-section { flex-direction: column; align-items: stretch; }
    .btn-purchase-large { width: 100%; justify-content: center; }
    .price-main-large { font-size: 1.8rem; }
    .total-price { font-size: 2rem; }
    .product-price-section { flex-direction: column; align-items: flex-start; gap: 20px; }
}

/* =========================================
   CART MODAL
   ========================================= */
.cart-modal {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    transition: right 0s;
    pointer-events: none;
}

.cart-modal.active {
    right: 0;
    pointer-events: all;
}

.cart-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cart-modal.active .cart-overlay { opacity: 1; }

.cart-content-wrapper {
    position: absolute;
    top: 0;
    right: -440px;
    width: 440px;
    height: 100%;
    background: #0a0303;
    border-left: 1px solid rgba(255, 26, 26, 0.15);
    display: flex;
    flex-direction: column;
    transition: right 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
}

.cart-modal.active .cart-content-wrapper { right: 0; }

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 28px 20px;
    border-bottom: 1px solid rgba(255, 26, 26, 0.1);
}

.cart-header h2 { font-size: 1.4rem; font-weight: 700; color: white; font-family: 'Space Grotesk', sans-serif; }

.cart-close-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-fast);
}

.cart-close-btn:hover { background: var(--primary); }

.cart-empty {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
    padding: 40px;
    color: var(--text-muted);
}

.cart-empty .material-symbols-outlined { font-size: 3rem; opacity: 0.4; }

.cart-content { flex: 1; display: flex; flex-direction: column; overflow: hidden; }

.cart-items { flex: 1; overflow-y: auto; padding: 20px 28px; display: flex; flex-direction: column; gap: 16px; }

.cart-item {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 26, 26, 0.08);
    border-radius: 12px;
}

.cart-item-image, .cart-item-thumb { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }

.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name { font-weight: 600; color: white; font-size: 0.9rem; margin-bottom: 4px; }
.cart-item-variant { color: var(--text-muted); font-size: 0.8rem; margin-bottom: 4px; }
.cart-item-price { color: var(--primary); font-weight: 700; font-size: 0.9rem; }

.cart-item-controls { display: flex; flex-direction: column; align-items: center; gap: 8px; }

.cart-quantity-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 4px;
}

.cart-quantity-btn {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-fast);
}

.cart-quantity-btn:hover { background: var(--primary); }
.cart-quantity { color: white; font-weight: 600; font-size: 0.9rem; min-width: 20px; text-align: center; }

.cart-remove-btn {
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 4px;
    transition: var(--transition-fast);
    display: flex;
    align-items: center;
}

.cart-remove-btn:hover { color: var(--primary); }
.cart-remove-btn .material-symbols-outlined { font-size: 1.1rem; }

.cart-item-total { color: white; font-weight: 700; font-size: 0.95rem; white-space: nowrap; }

.cart-footer {
    padding: 20px 28px 28px;
    border-top: 1px solid rgba(255, 26, 26, 0.08);
}

.cart-total-section { margin-bottom: 16px; }
.cart-total-row { display: flex; justify-content: space-between; align-items: center; }
.cart-total-label { color: var(--text-muted); font-size: 0.9rem; }
.cart-total-amount { color: var(--primary); font-size: 1.6rem; font-weight: 700; font-family: 'Space Grotesk', sans-serif; }

.cart-discount-row { margin-bottom: 4px; }
.cart-discount-amount { color: #22c55e; font-size: 1rem; font-weight: 600; }

.cart-coupon-section {
    padding: 12px 18px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.cart-coupon-form {
    display: flex;
    gap: 12px;
}
.cart-coupon-input {
    flex: 1;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1.5px solid rgba(255,255,255,0.13);
    background: rgba(255,255,255,0.04);
    color: #fff;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    outline: none;
    transition: border 0.2s;
}
.cart-coupon-input:focus {
    border-color: var(--primary);
    background: rgba(255,26,26,0.07);
}
.cart-coupon-input::placeholder { text-transform: none; letter-spacing: 0; }
.cart-coupon-btn { padding: 8px 16px; font-size: 0.8rem; border-radius: 8px; white-space: nowrap; }
.cart-coupon-msg { font-size: 0.8rem; margin-top: 6px; min-height: 0; }
.cart-coupon-error { color: #ef4444; }
.cart-coupon-success { color: #22c55e; }
.cart-coupon-applied {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(34,197,94,0.1);
    border: 1px solid rgba(34,197,94,0.2);
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 0.8rem;
}
.cart-coupon-applied code {
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #22c55e;
}
.cart-coupon-remove {
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    font-size: 0.85rem;
    padding: 0 2px;
    line-height: 1;
}
.cart-coupon-remove:hover { color: #ef4444; }

.btn-checkout {
    width: 100%;
    padding: 16px;
    font-size: 1rem;
    border-radius: 10px;
    justify-content: center;
}

.cart-notification {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--primary);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    z-index: 99999;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(255, 26, 26, 0.4);
}

.cart-notification.show { transform: translateY(0); opacity: 1; }

@media (max-width: 480px) {
    .cart-content-wrapper { width: 100%; }
    .cart-modal.active .cart-overlay { opacity: 1; }
}

/* =========================================
   MOBILE RESPONSIVE UTILITIES
   ========================================= */
@media (max-width: 768px) {
    .hero-content { padding: 0 20px; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .hero-buttons .btn { width: 100%; max-width: 320px; justify-content: center; }
    .products-hero-title { font-size: 2.2rem; }
    .products-hero-actions { flex-direction: column; }
    .products-hero-actions .btn { width: 100%; justify-content: center; }
    .product-filters { padding: 32px 16px; }
    .filter-games-wrapper { overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; padding-bottom: 8px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
    .filter-games-wrapper::-webkit-scrollbar { display: none; }
    .filter-btn { flex-shrink: 0; padding: 12px 20px; font-size: 0.82rem; }
    .need-help-inner { flex-direction: column; padding: 30px 24px; }
    .footer-content { grid-template-columns: 1fr 1fr; gap: 30px; }
    .footer-bottom-content { flex-direction: column; text-align: center; }
}

/* =========================================
   REDESIGNED: SPLIT HERO
   ========================================= */
.hero-split-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    background: var(--bg-body);
}

.hero-split-section::before {
    content: '';
    position: absolute;
    top: -200px;
    left: -200px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255, 26, 26, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.hero-split-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 68, 68, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.hero-split-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

/* LEFT */
.hs-left {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--primary);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Space Grotesk', sans-serif;
}

.hs-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 10px var(--primary-glow);
    animation: pulseGlow 2s ease-in-out infinite;
}

.hs-heading {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 900;
    letter-spacing: -4px;
    line-height: 1;
}

.hs-line {
    font-size: 5.2rem;
    color: #ffffff;
    display: block;
}

.hs-line-red {
    color: var(--primary);
}

.hs-line-outline {
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.55);
    text-stroke: 2px rgba(255, 255, 255, 0.55);
}

.hs-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 500px;
}

.hs-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.hs-discord-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    transition: color 0.3s;
    letter-spacing: 0.5px;
}

.hs-discord-link:hover { color: #7289da; }
.hs-discord-link i { font-size: 1.1rem; }

.hs-inline-stats {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 8px;
}

.hs-stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hs-stat-val {
    font-size: 1.4rem;
    font-weight: 800;
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -1px;
    line-height: 1;
}

.hs-stat-lbl {
    font-size: 0.68rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.hs-stat-sep {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
}

/* RIGHT */
.hs-right {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
}

.hs-product-card {
    display: block;
    text-decoration: none;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 26, 26, 0.12);
    background: rgba(12, 4, 4, 0.7);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.hs-product-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 55%);
    z-index: 1;
}

.hs-product-card:hover {
    border-color: rgba(255, 26, 26, 0.4);
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 20px 50px rgba(255, 26, 26, 0.15), 0 0 0 1px rgba(255, 26, 26, 0.25);
}

.hs-product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.hs-product-card:hover img {
    transform: scale(1.06);
}

.hs-product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 16px 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.hs-product-tag {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary);
    margin-bottom: 2px;
}

.hs-product-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: white;
    font-family: 'Space Grotesk', sans-serif;
}

.hs-product-price {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    transition: all 0.3s;
}

.hs-product-card:hover .hs-product-price {
    background: var(--primary);
    color: white;
    border-color: transparent;
}

.hs-float-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: rgba(10, 4, 4, 0.9);
    border: 1px solid rgba(46, 204, 113, 0.4);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #2ecc71;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(8px);
    z-index: 10;
}

.hs-float-badge-dot {
    width: 6px;
    height: 6px;
    background: #2ecc71;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(46, 204, 113, 0.8);
    animation: pulseGlow 1.5s ease-in-out infinite;
}

@media (max-width: 1024px) {
    .hero-split-inner {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 24px;
    }
    .hs-line { font-size: 4rem; }
}

@media (max-width: 600px) {
    .hero-split-section { padding-top: 100px; }
    .hs-line { font-size: 3rem; letter-spacing: -2px; }
    .hs-heading { gap: 0; }
    .hs-inline-stats { flex-wrap: wrap; gap: 16px; }
}

/* =========================================
   MARQUEE TICKER BAR
   ========================================= */
.marquee-bar {
    overflow: hidden;
    border-top: 1px solid rgba(255, 26, 26, 0.2);
    border-bottom: 1px solid rgba(255, 26, 26, 0.2);
    background: rgba(255, 26, 26, 0.04);
    padding: 14px 0;
    position: relative;
    z-index: 1;
    user-select: none;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeScroll 30s linear infinite;
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 28px;
    padding-right: 28px;
    white-space: nowrap;
    flex-shrink: 0;
}

.marquee-content span {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.55);
    font-family: 'Space Grotesk', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.marquee-content span i {
    font-size: 0.8rem;
    color: var(--primary);
}

.marquee-sep {
    color: rgba(255, 26, 26, 0.5) !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

/* =========================================
   SPLIT PRODUCTS
   ========================================= */
.split-products {
    padding: 120px 0;
    position: relative;
}

.sp-label {
    text-align: center;
    font-size: 0.72rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    margin-bottom: 80px;
}

.sp-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 520px;
}

.sp-row-reversed {
    direction: rtl;
}

.sp-row-reversed > * {
    direction: ltr;
}

.sp-image-col {
    position: relative;
    overflow: hidden;
    min-height: 520px;
}

.sp-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.sp-row:hover .sp-image-col img {
    transform: scale(1.04);
}

.sp-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 50%, rgba(5, 5, 5, 1) 100%);
    z-index: 1;
}

.sp-row-reversed .sp-image-overlay {
    background: linear-gradient(to left, transparent 50%, rgba(5, 5, 5, 1) 100%);
}

.sp-info-col {
    padding: 60px 70px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: relative;
    z-index: 2;
}

.sp-game-tag {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--primary);
    font-family: 'Space Grotesk', sans-serif;
}

.sp-title {
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: -3px;
    line-height: 1;
    color: white;
    font-family: 'Space Grotesk', sans-serif;
}

.sp-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.98rem;
    line-height: 1.75;
    max-width: 440px;
}

.sp-checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sp-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
}

.sp-checklist li i {
    color: var(--primary);
    font-size: 0.75rem;
    flex-shrink: 0;
}

.sp-pricing {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.sp-price-from {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.sp-price {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--primary);
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -2px;
}

.sp-price-plans {
    font-size: 0.78rem;
    color: var(--text-muted);
    letter-spacing: 0.5px;
}

.sp-divider {
    max-width: 1400px;
    margin: 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 26, 26, 0.2), transparent);
}

@media (max-width: 1024px) {
    .sp-row, .sp-row-reversed {
        grid-template-columns: 1fr;
        direction: ltr;
    }
    .sp-image-col { min-height: 300px; }
    .sp-image-overlay, .sp-row-reversed .sp-image-overlay {
        background: linear-gradient(to top, rgba(5, 5, 5, 1) 0%, transparent 60%);
    }
    .sp-info-col { padding: 40px 24px; }
    .sp-title { font-size: 3rem; }
}

@media (max-width: 600px) {
    .split-products { padding: 60px 0; }
    .sp-title { font-size: 2.2rem; letter-spacing: -1px; }
    .sp-price { font-size: 1.8rem; }
    .sp-info-col { padding: 30px 20px; }
}

/* =========================================
   FEATURES: NUMBERED LIST
   ========================================= */
.fl-section {
    padding: 120px 0;
    background: rgba(8, 3, 3, 0.4);
    position: relative;
    overflow: hidden;
}

.fl-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 26, 26, 0.3), transparent);
}

.fl-section::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 26, 26, 0.3), transparent);
}

.fl-header {
    margin-bottom: 70px;
}

.fl-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--primary);
    font-family: 'Space Grotesk', sans-serif;
    margin-bottom: 14px;
}

.fl-header h2 {
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1.05;
    font-family: 'Space Grotesk', sans-serif;
}

.fl-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
}

.fl-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 36px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(10, 4, 4, 0.5);
    transition: background 0.3s ease;
    position: relative;
    overflow: hidden;
}

.fl-item:nth-child(even) {
    border-right: none;
}

.fl-item:nth-last-child(-n+2) {
    border-bottom: none;
}

.fl-item:hover {
    background: rgba(255, 26, 26, 0.04);
}

.fl-item::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgba(255, 26, 26, 0.06) 0%, transparent 60%);
    transition: opacity 0.3s;
}

.fl-item:hover::before { opacity: 1; }

.fl-num {
    font-size: 3.5rem;
    font-weight: 900;
    color: rgba(255, 26, 26, 0.12);
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -3px;
    line-height: 1;
    flex-shrink: 0;
    transition: color 0.3s;
    user-select: none;
}

.fl-item:hover .fl-num {
    color: rgba(255, 26, 26, 0.3);
}

.fl-body {
    padding-top: 4px;
}

.fl-body h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
    font-family: 'Space Grotesk', sans-serif;
}

.fl-body p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .fl-section { padding: 80px 0; }
    .fl-header h2 { font-size: 2.5rem; }
    .fl-grid { grid-template-columns: 1fr; }
    .fl-item { border-right: none !important; }
    .fl-item:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.06); }
    .fl-item:last-child { border-bottom: none !important; }
    .fl-num { font-size: 2.5rem; }
    .fl-item { padding: 24px; }
}

/* =========================================
   VERTICAL TIMELINE
   ========================================= */
.tl-section {
    padding: 120px 0;
    background: var(--bg-body);
    position: relative;
}

.tl-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 26, 26, 0.3), transparent);
}

.tl-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: start;
}

.tl-header {
    position: sticky;
    top: 140px;
}

.tl-header h2 {
    font-size: 3.2rem;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1.05;
    font-family: 'Space Grotesk', sans-serif;
    margin: 14px 0 16px;
}

.tl-sub {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.tl-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 28px;
}

.tl-line {
    position: absolute;
    left: 10px;
    top: 16px;
    bottom: 16px;
    width: 2px;
    background: linear-gradient(180deg, var(--primary), rgba(255, 26, 26, 0.15));
    border-radius: 2px;
}

.tl-item {
    display: flex;
    gap: 28px;
    padding: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}

.tl-item:last-child { border-bottom: none; }

.tl-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(20, 8, 8, 0.9);
    border: 2px solid rgba(255, 26, 26, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    left: -37px;
    margin-right: -40px;
    z-index: 1;
    transition: all 0.3s;
}

.tl-item:hover .tl-dot {
    border-color: var(--primary);
    background: rgba(255, 26, 26, 0.15);
    box-shadow: 0 0 20px rgba(255, 26, 26, 0.3);
}

.tl-dot span {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--primary);
    font-family: 'Space Grotesk', sans-serif;
}

.tl-dot-last {
    border-color: rgba(46, 204, 113, 0.5);
    background: rgba(10, 30, 20, 0.9);
}

.tl-dot-last span { color: #2ecc71; }

.tl-item:hover .tl-dot-last {
    border-color: #2ecc71;
    background: rgba(46, 204, 113, 0.1);
    box-shadow: 0 0 20px rgba(46, 204, 113, 0.25);
}

.tl-content {
    padding-top: 6px;
    flex: 1;
}

.tl-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    margin-bottom: 8px;
}

.tl-content p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 1024px) {
    .tl-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .tl-header { position: static; }
}

@media (max-width: 600px) {
    .tl-section { padding: 80px 0; }
    .tl-header h2 { font-size: 2.4rem; }
    .tl-timeline { padding-left: 20px; }
    .tl-dot { left: -36px; margin-right: -36px; width: 34px; height: 34px; }
    .tl-item { gap: 20px; }
}

/* =========================================
   REVIEWS (MASONRY 2-COL)
   ========================================= */
.reviews-section {
    padding: 120px 0;
    background: rgba(8, 3, 3, 0.4);
    position: relative;
}

.reviews-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 26, 26, 0.3), transparent);
}

.reviews-header {
    margin-bottom: 70px;
}

.reviews-header h2 {
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1.05;
    font-family: 'Space Grotesk', sans-serif;
    margin-top: 14px;
}

.reviews-masonry {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.reviews-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reviews-col-offset {
    margin-top: 40px;
}

.review-card {
    padding: 28px 28px 24px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(12, 4, 4, 0.55);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}

.review-card:hover {
    border-color: rgba(255, 26, 26, 0.25);
    background: rgba(20, 6, 6, 0.7);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.review-quote-mark {
    font-size: 7rem;
    color: rgba(255, 26, 26, 0.08);
    font-family: Georgia, serif;
    line-height: 0.5;
    margin-bottom: 14px;
    font-weight: 700;
    letter-spacing: -2px;
    transition: color 0.3s;
}

.review-card:hover .review-quote-mark {
    color: rgba(255, 26, 26, 0.15);
}

.review-text {
    font-size: 0.93rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin: 0 0 20px;
}

.review-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.review-stars {
    color: #f0a500;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.review-author {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.review-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: white;
    font-family: 'Space Grotesk', sans-serif;
}

.review-product {
    font-size: 0.72rem;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .reviews-section { padding: 80px 0; }
    .reviews-header h2 { font-size: 2.4rem; }
    .reviews-masonry { grid-template-columns: 1fr; }
    .reviews-col-offset { margin-top: 0; }
}

/* =========================================
   NEW FAQ SECTION (TWO-COLUMN)
   ========================================= */
.faq-section {
    padding: 120px 0;
    position: relative;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 26, 26, 0.3), transparent);
}

.faq-section-inner {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 80px;
    align-items: start;
}

.faq-section-left {
    position: sticky;
    top: 140px;
}

.faq-section-left h2 {
    font-size: 3.2rem;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1.05;
    font-family: 'Space Grotesk', sans-serif;
    margin: 14px 0 16px;
}

.faq-section-sub {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

.faq-section-right {
    min-width: 0;
}

@media (max-width: 1024px) {
    .faq-section-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .faq-section-left { position: static; }
}

@media (max-width: 600px) {
    .faq-section { padding: 80px 0; }
    .faq-section-left h2 { font-size: 2.4rem; }
}

/* =========================================
   CHECKOUT POPUP MODAL
   ========================================= */
.checkout-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}
.checkout-modal.active {
    display: flex;
}
.checkout-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}
.checkout-modal-dialog {
    position: relative;
    background: #18181b;
    border: 1px solid rgba(255, 26, 26, 0.25);
    border-radius: 16px;
    width: 440px;
    max-width: 94vw;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6), 0 0 40px rgba(255, 26, 26, 0.08);
    animation: checkoutSlideIn 0.25s ease;
}
@keyframes checkoutSlideIn {
    from { opacity: 0; transform: translateY(20px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.checkout-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.checkout-modal-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.checkout-modal-close {
    background: none;
    border: none;
    color: #888;
    font-size: 1.6rem;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
    transition: color 0.2s;
}
.checkout-modal-close:hover {
    color: #ff1a1a;
}
.checkout-modal-body {
    padding: 20px 28px 8px;
}
.checkout-field {
    margin-bottom: 20px;
}
.checkout-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}
.checkout-required {
    color: #ff1a1a;
}
.checkout-input {
    width: 100%;
    padding: 11px 14px;
    background: #111113;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.checkout-input:focus {
    border-color: rgba(255, 26, 26, 0.5);
}
.checkout-input::placeholder {
    color: #555;
}
.checkout-hint {
    display: block;
    font-size: 0.75rem;
    color: #666;
    margin-top: 5px;
}
.checkout-payment-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.checkout-payment-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #111113;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}
.checkout-payment-option:hover {
    border-color: rgba(255, 255, 255, 0.18);
    background: #1a1a1e;
}
.checkout-payment-option.selected {
    border-color: rgba(255, 26, 26, 0.5);
    background: rgba(255, 26, 26, 0.06);
}
.checkout-payment-icon {
    font-size: 1.3rem;
    width: 28px;
    text-align: center;
}
.checkout-payment-label {
    color: #ddd;
    font-size: 0.92rem;
    font-weight: 500;
}
.checkout-modal-footer {
    display: flex;
    gap: 12px;
    padding: 16px 28px 24px;
    justify-content: flex-end;
}
.checkout-btn-cancel {
    padding: 11px 24px;
    background: #2a2a2e;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: #aaa;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    letter-spacing: 0.04em;
}
.checkout-btn-cancel:hover {
    background: #333;
    color: #fff;
}
.checkout-btn-proceed {
    padding: 11px 28px;
    background: linear-gradient(135deg, #ff1a1a, #cc0000);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.15s;
    letter-spacing: 0.04em;
}
.checkout-btn-proceed:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}
.crypto-addr-display {
    display: block;
    background: #111113;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 12px 14px;
    color: #ff1a1a;
    font-size: 0.75rem;
    word-break: break-all;
    font-family: 'Courier New', monospace;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    white-space: nowrap;
}
.checkout-converter-link {
    color: rgba(255, 26, 26, 0.8);
    font-size: 0.82rem;
    text-decoration: none;
    transition: color 0.2s;
}
.checkout-converter-link:hover {
    color: #ff1a1a;
}
.crypto-pay-address {
    margin-top: 12px;
    padding: 12px 14px;
    background: #111113;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
}
.crypto-pay-address.crypto-addr-highlight {
    border-color: rgba(255, 26, 26, 0.3);
    background: rgba(255, 26, 26, 0.04);
}
.crypto-addr-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}
.crypto-copy-btn {
    flex-shrink: 0;
    padding: 8px 14px;
    background: #2a2a2e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: #ccc;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.crypto-copy-btn:hover {
    background: #3a3a3e;
    color: #fff;
}
.checkout-modal-dialog--wide {
    width: 600px;
}
.checkout-order-id-box {
    margin-bottom: 20px;
    padding: 14px 16px;
    background: rgba(255, 26, 26, 0.06);
    border: 1px solid rgba(255, 26, 26, 0.2);
    border-radius: 10px;
}
.order-id-display {
    display: block;
    background: #18181b;
    border: 1px solid rgba(255, 26, 26, 0.25);
    border-radius: 8px;
    padding: 10px 14px;
    color: #ff1a1a;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    letter-spacing: 0.05em;
    flex: 1;
    min-width: 0;
}
.checkout-instructions {
    margin-bottom: 20px;
    padding: 14px 16px;
    background: #111113;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
}
.checkout-instructions p {
    color: #ccc;
    font-size: 0.88rem;
    margin: 0 0 8px;
}
.checkout-instructions ol {
    color: #aaa;
    font-size: 0.84rem;
    margin: 0;
    padding-left: 20px;
    line-height: 1.7;
}
.checkout-instructions a {
    color: #ff1a1a;
    text-decoration: underline;
}
.checkout-instructions a:hover {
    color: #ff4444;
}
.checkout-modal-footer--center {
    justify-content: center;
}

@media (max-width: 480px) {
    .checkout-modal-dialog, .checkout-modal-dialog--wide { width: 100%; border-radius: 12px; }
    .checkout-modal-header, .checkout-modal-body, .checkout-modal-footer { padding-left: 20px; padding-right: 20px; }
    .checkout-modal-footer { flex-direction: column; }
    .checkout-btn-cancel, .checkout-btn-proceed { width: 100%; text-align: center; }
    .crypto-addr-row { flex-direction: column; align-items: stretch; }
    .crypto-copy-btn { text-align: center; }
}

