/* 
==========================================================================
   HOMEPAGE REDESIGN v3 — WORLD-CLASS NEXUS GAMING
   #060814 · #22d3ee · #2b50bc · #a855f7 · #ff0055
========================================================================== */

:root {
    --primary: var(--accent-blue);
    --secondary: #2b3e7a;
    --accent: var(--accent-cyan);
    --violet: var(--accent-purple);
    --danger: #ff0055;
    --bg-dark: #060814;
    --bg-card: #0f172a;
    --text-main: #f1f5f9;
    --text-dim: #94a3b8;
    --font-heading: 'Outfit', 'Cairo', sans-serif;
    --font-body: 'Inter', 'Cairo', sans-serif;
    --glass-border: rgba(34, 211, 238, 0.08);
    --gradient-primary: linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-purple) 100%);
    --gradient-gaming: linear-gradient(135deg, var(--accent-blue), var(--accent-purple), var(--accent-cyan));
    --card-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

/* Premium Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-dark); }
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #22d3ee, #2b50bc, #a855f7);
    border-radius: 10px;
}

/* ========================= HERO — CINEMATIC ========================= */
.hero-redesign {
    position: relative;
    padding: 180px 0 200px;
    background: 
        radial-gradient(ellipse 800px 600px at 20% 30%, rgba(34, 211, 238, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse 600px 500px at 80% 70%, rgba(139, 92, 246, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse 500px 400px at 50% 0%, rgba(43, 80, 188, 0.15) 0%, transparent 50%),
        var(--bg-dark);
    /* grid texture removed as it's global in design-tokens.css */
    overflow: hidden;
}

.hero-redesign::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, var(--bg-dark), transparent);
    pointer-events: none;
    z-index: 1;
}

/* Dynamic Scanline for Hero */
.hero-redesign::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 49%, rgba(34, 211, 238, 0.03) 50%, transparent 51%);
    background-size: 100% 4px;
    pointer-events: none;
    z-index: 2;
    opacity: 0.3;
}

.hero-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-headline {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: clamp(2.5rem, 8vw, 5rem);
    line-height: 1.05;
    margin-bottom: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -2px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
}

.hero-subtext {
    font-family: var(--font-body);
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    color: var(--text-dim);
    margin-bottom: 56px;
    font-weight: 500;
    letter-spacing: 0.5px;
    max-width: 800px;
    margin-inline: auto;
}

.hero-btns {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Hero Buttons */
.btn-gaming {
    padding: 16px 36px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 1.05rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    font-family: var(--font-heading);
}
.btn-gaming.primary {
    background: var(--gradient-holographic);
    background-size: 300% 100%;
    color: #f1f5f9;
    box-shadow: 0 8px 30px rgba(168, 85, 247, 0.4), 0 0 60px rgba(34, 211, 238, 0.15), inset 0 0 20px rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    overflow: hidden;
    animation: holo-shift 6s linear infinite;
    z-index: 1;
}

.btn-gaming.primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-25deg);
    animation: shimmer-sweep 5s infinite;
    z-index: -1;
}

.btn-gaming.primary:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 15px 50px rgba(34, 211, 238, 0.5), 0 0 80px rgba(168, 85, 247, 0.2), inset 0 0 25px rgba(255, 255, 255, 0.2);
    color: #ffffff;
    animation: holo-shift 2s linear infinite;
}

@keyframes holo-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes shimmer-sweep {
    0% { left: -150%; }
    20% { left: 200%; }
    100% { left: 200%; }
}

.btn-gaming.whatsapp:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.5), 0 0 40px rgba(37, 211, 102, 0.15);
}

/* ========================= LIVE TICKER — IMAGE 1 FIX ========================= */
.live-deliveries-ticker {
    background: rgba(6, 8, 20, 0.9);
    backdrop-filter: blur(12px) saturate(1.8);
    -webkit-backdrop-filter: blur(12px) saturate(1.8);
    border-bottom: 1px solid rgba(34, 211, 238, 0.12);
    height: 44px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.ticker-content {
    display: flex;
    white-space: nowrap;
    animation: ticker-slide 60s linear infinite;
    gap: 50px;
    padding-left: 50px;
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 500;
}

.ticker-item i {
    color: #22c55e;
    filter: drop-shadow(0 0 8px rgba(34, 197, 94, 0.5));
    font-size: 1rem;
}

.ticker-item strong {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.ticker-item small {
    color: #22d3ee;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 1px;
    background: rgba(34, 211, 238, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
}

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

[dir="rtl"] .ticker-content {
    animation: ticker-slide-rtl 60s linear infinite;
}

@keyframes ticker-slide-rtl {
    0% { transform: translateX(0); }
    100% { transform: translateX(50%); }
}

/* ========================= TRUST BAR — CINEMATIC CONSOLE ========================= */
.trust-bar {
    background: rgba(10, 18, 32, 0.95);
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
    padding: 40px 0;
    margin-top: -80px;
    position: relative;
    z-index: 20;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.trust-bar::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-cyan), transparent);
    opacity: 0.3;
}

.trust-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 991px) {
    .trust-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 20px;
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(34, 211, 238, 0.03);
    border: 1px solid rgba(34, 211, 238, 0.05);
}

.trust-item:hover {
    background: rgba(34, 211, 238, 0.08);
    border-color: rgba(34, 211, 238, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 0 0 15px rgba(34, 211, 238, 0.1);
}

.trust-icon {
    font-size: 1.7rem;
    color: #22d3ee;
    filter: drop-shadow(0 0 12px rgba(34, 211, 238, 0.5));
    transition: all 0.4s ease;
}

.trust-item:hover .trust-icon {
    transform: scale(1.1);
    filter: drop-shadow(0 0 20px rgba(34, 211, 238, 0.8));
}

.trust-text {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
    font-family: var(--font-heading);
}

/* Activity Feed Refinement */
.activity-feed-container {
    margin: -75px auto 100px;
    position: relative;
    z-index: 30;
    max-width: 720px;
}

.activity-feed-card {
    background: rgba(10, 18, 32, 0.95);
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 20px;
    padding: 18px 32px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    gap: 20px;
}

.feed-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 20px;
    border-right: 1px solid rgba(34, 211, 238, 0.2);
    white-space: nowrap;
}

[dir="rtl"] .feed-header {
    border-right: none;
    border-left: 1px solid rgba(34, 211, 238, 0.2);
    padding-right: 0;
    padding-left: 20px;
}

.feed-header span {
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: #22d3ee;
    text-shadow: 0 0 10px rgba(34, 211, 238, 0.4);
}

.feed-item {
    font-size: 0.95rem;
    font-weight: 500;
    color: #e2e8f0;
}

.feed-item .product-name {
    color: #a855f7;
    text-shadow: 0 0 10px rgba(168, 85, 247, 0.3);
}

/* ========================= SECTION HEADERS — PREMIUM ========================= */
.section-title-new {
    text-align: center;
    margin-bottom: 50px;
}
.section-title-new h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 900;
    color: #fff;
}

.section-header-premium {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.header-tag {
    font-size: 0.75rem;
    font-weight: 800;
    color: #22d3ee;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
    padding: 6px 18px;
    border-radius: 20px;
    background: rgba(34, 211, 238, 0.06);
    border: 1px solid rgba(34, 211, 238, 0.1);
}
.title-neon {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: clamp(2rem, 5vw, 3.2rem);
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -0.5px;
}
.header-line {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #22d3ee, #a855f7);
    margin: 12px auto 0;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(34, 211, 238, 0.4), 0 0 30px rgba(168, 85, 247, 0.2);
}

.section-padding { padding: 80px 0; }
.divider-neon {
    width: 80%;
    max-width: 600px;
    height: 1px;
    margin: 0 auto;
    background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.2), rgba(168, 85, 247, 0.15), transparent);
}

/* ========================= CATEGORIES — PREMIUM GLASS GRID ========================= */
.categories-grid-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 991px) {
    .categories-grid-new { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .categories-grid-new { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

.cat-card-new {
    position: relative;
    height: 180px;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(10, 18, 32, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease;
    border: 1px solid var(--glass-border);
    will-change: transform;
    contain: layout style;
}

.cat-card-new .bg-mesh {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.04) 0%, rgba(168, 85, 247, 0.04) 100%);
    z-index: 1;
    transition: all 0.4s ease;
}

.cat-card-new .cat-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.cat-card-new .cat-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
    display: block;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    color: #22d3ee;
    filter: drop-shadow(0 0 10px rgba(34, 211, 238, 0.3));
}

.cat-card-new span {
    font-family: 'Cairo', 'Outfit', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: #e2e8f0;
    display: block;
    transition: all 0.3s ease;
}

.cat-card-new:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: var(--glass-border-hover);
    box-shadow: var(--elevation-4), 0 0 40px rgba(34, 211, 238, 0.1);
    background: var(--glass-bg-medium);
}
.cat-card-new:hover .bg-mesh {
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.1) 0%, rgba(168, 85, 247, 0.08) 100%);
    opacity: 1;
}
.cat-card-new:hover .cat-icon {
    transform: scale(1.15) translateY(-8px);
    filter: drop-shadow(0 0 25px var(--accent-cyan));
    color: var(--accent-cyan);
}
.cat-card-new:hover span {
    color: #fff;
    letter-spacing: 1px;
}

/* ========================= ACCOUNT SAFETY — TWO-COL SHOWCASE ========================= */
.safety-section {
    padding: 80px 0;
    background: 
        radial-gradient(ellipse 600px 400px at 30% 50%, rgba(34, 197, 94, 0.04), transparent),
        linear-gradient(180deg, transparent, rgba(6, 8, 20, 0.5), transparent);
    position: relative;
}
.safety-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .safety-grid { 
        text-align: center; 
    }
}

.safety-card-premium {
    background: rgba(6, 8, 20, 0.85);
    border: 1px solid rgba(34, 197, 94, 0.08);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    will-change: transform;
}
.safety-card-premium::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 3px; height: 100%;
    background: #22c55e;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.5);
    border-radius: 0 3px 3px 0;
}
[dir="rtl"] .safety-card-premium::before { left: auto; right: 0; border-radius: 3px 0 0 3px; }
.safety-card-premium:hover {
    transform: translateY(-4px);
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(34, 197, 94, 0.2);
    box-shadow: 0 12px 30px rgba(0,0,0,0.4), 0 0 20px rgba(34, 197, 94, 0.06);
}
.safety-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #22c55e;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.safety-card-premium:hover .safety-icon-box {
    transform: scale(1.08);
    background: rgba(34, 197, 94, 0.15);
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.2);
}
.safety-content { flex-grow: 1; }
.safety-content h4 { color: #fff; font-size: 1.1rem; font-weight: 800; margin-bottom: 6px; font-family: var(--font-heading); }
.safety-content p { color: #94a3b8; font-size: 0.88rem; line-height: 1.6; margin: 0; }

@media (max-width: 600px) {
    .safety-card-premium { flex-direction: row !important; padding: 18px; gap: 14px; }
    .safety-icon-box { width: 44px; height: 44px; font-size: 1.2rem; }
    .safety-card-premium::before { display: none; }
}

/* ========================= TESTIMONIALS — CINEMATIC CARDS ========================= */
.social-proof-section {
    padding: 80px 0;
    position: relative;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 50px;
}

@media (max-width: 991px) { .testimonials-grid { grid-template-columns: 1fr; max-width: 500px; margin-inline: auto; } }

.testimonial-card {
    background: rgba(6, 8, 20, 0.9);
    border: 1px solid rgba(34, 211, 238, 0.06);
    border-radius: 20px;
    padding: 32px 28px;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    will-change: transform;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(34, 211, 238, 0.15);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(34, 211, 238, 0.05);
}
.testimonial-card:hover::before { opacity: 1; }

.testimonial-card .stars {
    margin-bottom: 16px;
}
.testimonial-card .stars i {
    color: #fbbf24;
    font-size: 0.9rem;
    margin: 0 1px;
    filter: drop-shadow(0 0 4px rgba(251, 191, 36, 0.3));
}

.testimonial-card p {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-card .user-info {
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.testimonial-card .user-info::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: rgba(34, 211, 238, 0.3);
}

/* Stats Strip */
.proof-stats-premium {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.stat-box {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(6, 8, 20, 0.9);
    border: 1px solid rgba(34, 211, 238, 0.08);
    border-radius: 16px;
    padding: 20px 32px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    will-change: transform;
}

.stat-box:hover {
    border-color: rgba(34, 211, 238, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(34, 211, 238, 0.06);
    transform: translateY(-3px);
}

.stat-box > i {
    font-size: 2rem;
    color: #22d3ee;
    filter: drop-shadow(0 0 10px rgba(34, 211, 238, 0.4));
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #22d3ee, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.1;
}

.stat-label {
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 600;
}

/* ========================= WHY CHOOSE US — GLASS CARDS ========================= */
.why-choose-us { background: transparent; }
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}
@media (max-width: 991px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .why-grid { grid-template-columns: 1fr; } }

.why-card {
    background: rgba(6, 8, 20, 0.85);
    border: 1px solid rgba(34, 211, 238, 0.06);
    border-radius: 20px;
    padding: 36px 24px;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    will-change: transform;
}
.why-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, #22d3ee, #a855f7);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    box-shadow: 0 0 10px rgba(34, 211, 238, 0.3);
}
.why-card:hover {
    transform: translateY(-8px);
    border-color: rgba(34, 211, 238, 0.15);
    box-shadow: 0 16px 40px rgba(0,0,0,0.4), 0 0 25px rgba(34, 211, 238, 0.06);
    background: rgba(15, 23, 42, 0.7);
}
.why-card:hover::after { transform: scaleX(1); }
.why-icon {
    font-size: 2.5rem;
    color: #22d3ee;
    margin-bottom: 20px;
    display: inline-block;
    filter: drop-shadow(0 0 12px rgba(34, 211, 238, 0.4));
    transition: all 0.4s ease;
}
.why-card:hover .why-icon { 
    transform: scale(1.15) translateY(-3px); 
    filter: drop-shadow(0 0 20px rgba(34, 211, 238, 0.6));
}
.why-card h3 {
    font-family: var(--font-heading);
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 12px;
}
.why-card p {
    color: #94a3b8;
    font-size: 0.88rem;
    line-height: 1.6;
    margin: 0;
}

/* ========================= PAYMENT — COMPACT GLASS STRIP ========================= */
.payment-section-new {
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.payment-section-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.15), transparent);
}
.payment-grid-new {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}
.pay-card-premium {
    background: rgba(6, 8, 20, 0.85);
    border: 1px solid rgba(34, 211, 238, 0.06);
    border-radius: 18px;
    width: 240px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    will-change: transform;
}
.pay-card-premium::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.pay-card-premium:hover {
    transform: translateY(-6px);
    border-color: rgba(34, 211, 238, 0.2);
    box-shadow: 0 12px 30px rgba(0,0,0,0.4), 0 0 20px rgba(34, 211, 238, 0.06);
}
.pay-card-premium:hover::before { opacity: 1; }

.pay-content { text-align: center; position: relative; z-index: 2; }
.pay-icon-glow {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 14px;
    transition: all 0.3s ease;
    background: rgba(34, 211, 238, 0.08);
    border: 1px solid rgba(34, 211, 238, 0.12);
    color: #22d3ee;
}
.pay-card-premium:hover .pay-icon-glow {
    transform: scale(1.08);
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.2);
}

.pay-card-premium h3 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px;
}
.pay-card-premium p {
    color: #94a3b8;
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.4;
}

/* Payment color overrides */
.pay-cliq .pay-icon-glow {
    background: rgba(99, 102, 241, 0.08);
    border-color: rgba(99, 102, 241, 0.15);
    color: #818cf8;
}
.pay-orange .pay-icon-glow {
    background: rgba(249, 115, 22, 0.08);
    border-color: rgba(249, 115, 22, 0.15);
    color: #fb923c;
}
.pay-paypal .pay-icon-glow {
    background: rgba(14, 165, 233, 0.08);
    border-color: rgba(14, 165, 233, 0.15);
    color: #38bdf8;
}

/* ========================= NEWSLETTER — GLASS CTA ========================= */
.newsletter-nexus {
    padding: 60px 0 80px;
}

.newsletter-box {
    background: rgba(6, 8, 20, 0.9);
    border: 1px solid rgba(34, 211, 238, 0.08);
    border-radius: 24px;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.newsletter-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #22d3ee, #a855f7, transparent);
}

.newsletter-glow {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 200px;
    background: radial-gradient(ellipse, rgba(34, 211, 238, 0.08), transparent);
    pointer-events: none;
}

.newsletter-box h2 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.newsletter-box p {
    color: #94a3b8;
    font-size: 0.95rem;
    margin-bottom: 28px;
}

.input-group-cyber {
    display: flex;
    gap: 12px;
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .input-group-cyber { flex-direction: column; }
}

.input-group-cyber input {
    flex: 1;
    padding: 14px 20px;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(34, 211, 238, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 0.95rem;
    outline: none;
    transition: all 0.3s ease;
}

.input-group-cyber input:focus {
    border-color: rgba(34, 211, 238, 0.4);
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.1);
}

/* ========================= ACTIVITY FEED — LIVE CARD ========================= */
.activity-feed-container {
    margin: -70px auto 80px;
    position: relative;
    z-index: 10;
    max-width: 560px;
}

.activity-feed-card {
    background: rgba(6, 8, 20, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(34, 211, 238, 0.08);
    border-radius: 16px;
    padding: 12px 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(34, 211, 238, 0.04);
    display: flex;
    align-items: center;
    gap: 15px;
}

.feed-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 14px;
    border-right: 1px solid rgba(34, 211, 238, 0.1);
    white-space: nowrap;
}

.feed-header span {
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #22d3ee;
    text-transform: uppercase;
}

.pulse-icon {
    color: #ef4444;
    font-size: 0.75rem;
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0%, 100% { transform: scale(0.9); opacity: 0.6; }
    50% { transform: scale(1.15); opacity: 1; }
}

.feed-items {
    flex: 1;
    height: 22px;
    overflow: hidden;
    position: relative;
}

.feed-item {
    height: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    color: #94a3b8;
    animation: slide-up-feed 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.feed-item .user-name { color: #e2e8f0; font-weight: 600; }
.feed-item .product-name { color: #22d3ee; font-weight: 600; }
.feed-item .time-ago { font-size: 0.6rem; opacity: 0.4; margin-left: auto; }

@keyframes slide-up-feed {
    from { transform: translateY(15px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* ========================= MOBILE RESPONSIVE ========================= */
@media (max-width: 768px) {
    .hero-redesign { padding: 130px 0 140px; }
    .hero-headline { font-size: clamp(1.8rem, 8vw, 2.5rem); }
    .hero-subtext { font-size: 0.95rem; margin-bottom: 32px; }
    .hero-btns { flex-direction: column; align-items: center; }
    .btn-gaming { width: 100%; max-width: 300px; justify-content: center; padding: 14px 28px; font-size: 0.95rem; }
    .section-padding { padding: 50px 0; }
    .title-neon { font-size: clamp(1.5rem, 7vw, 2rem); }
    .trust-bar { padding: 16px 0; margin-top: -40px; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .payment-grid-new { gap: 12px; }
    .pay-card-premium { width: calc(50% - 6px); min-height: 130px; padding: 20px 12px; }
    .pay-card-premium h3 { font-size: 0.85rem; }
    .proof-stats-premium { gap: 12px; }
    .stat-box { padding: 16px 20px; }
    .stat-number { font-size: 1.5rem; }
    .newsletter-box { padding: 32px 20px; }
    .activity-feed-container { margin: -50px auto 60px; }
}

/* ========================= ANIMATIONS ========================= */
.animate-slide-up {
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes slideUp {
    to { opacity: 1; transform: translateY(0); }
}

/* Reveal on Scroll Effects */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.reveal-on-scroll.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Staggered deal delay */
.reveal-on-scroll.visible .cat-card-new:nth-child(1) { transition-delay: 0.1s; }
.reveal-on-scroll.visible .cat-card-new:nth-child(2) { transition-delay: 0.2s; }
.reveal-on-scroll.visible .cat-card-new:nth-child(3) { transition-delay: 0.3s; }
