/* FundedXyz non-critical styles (extracted for PageSpeed). */
        /* ===== STATS BAR ===== */
        .stats-bar { position: relative; padding: 0; margin-top: -60px; z-index: 2; }
        .stats-bar .container {
            background: rgba(14,14,22,0.95); border: 1px solid var(--glass-border);
            border-radius: var(--radius); backdrop-filter: blur(30px);
            padding: 40px 48px; display: grid; grid-template-columns: repeat(4, 1fr);
            gap: 32px; box-shadow: 0 20px 60px rgba(0,0,0,0.4);
        }
        .stat-item { text-align: center; }
        .stat-number { font-size: clamp(26px, 3vw, 38px); font-weight: 900; line-height: 1.2; margin-bottom: 4px; letter-spacing: -0.5px; }
        .stat-number .accent { color: var(--green); }
        .stat-label { font-size: 13px; color: var(--text-muted); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }
        .stat-item + .stat-item { border-left: 1px solid var(--border); }

        /* ===== TRUST / PARTNER BAR ===== */
        .trust-bar {
            padding: 60px 0 52px;
            position: relative;
        }
        .trust-bar-entity {
            text-align: center;
            margin-bottom: 32px;
        }
        .trust-bar-entity-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(138,43,225,0.08);
            border: 1px solid rgba(138,43,225,0.25);
            border-radius: 12px;
            padding: 14px 28px;
            backdrop-filter: blur(16px);
        }
        .trust-bar-entity-shield {
            font-size: 20px;
            filter: drop-shadow(0 0 6px rgba(138,43,225,0.5));
        }
        .trust-bar-entity-text {
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 0.8px;
            color: rgba(255,255,255,0.92);
            text-shadow: 0 0 20px rgba(138,43,225,0.3);
        }
        .trust-bar-entity-sub {
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--accent-light);
            opacity: 0.4;
            display: block;
            margin-top: 3px;
        }
        .trust-bar-label {
            text-align: center;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--text-muted);
            margin-bottom: 28px;
            opacity: 0.5;
        }
        .trust-logos {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0px;
            flex-wrap: wrap;
        }
        .trust-logo-item {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
            cursor: default;
        }
        .trust-logo-item img {
            height: 122px;
            width: auto;
            opacity: 1;
            transition: all 0.4s ease;
            filter: drop-shadow(0 0 8px rgba(255,255,255,0.15));
        }
        .trust-logo-item:hover img {
            opacity: 1;
            transform: translateY(-2px);
            filter: drop-shadow(0 0 16px rgba(255,255,255,0.3));
        }

        @media (max-width: 768px) {
            .trust-bar { padding: 44px 0 36px; }
            .trust-logos { gap: 16px; }
            .trust-logo-item img { height: 95px; }
            .trust-bar-entity-badge { padding: 12px 20px; }
            .trust-bar-entity-text { font-size: 13px; }
        }
        @media (max-width: 480px) {
            .trust-logos { gap: 12px; }
            .trust-logo-item img { height: 74px; }
            .trust-bar-entity-badge { padding: 10px 16px; border-radius: 10px; }
            .trust-bar-entity-text { font-size: 12px; letter-spacing: 0.4px; }
            .trust-bar-entity-sub { font-size: 9px; letter-spacing: 1.5px; }
        }

        /* ===== PAYOUT FEED ===== */
        .payout-feed {
            padding: 56px 0; overflow: hidden;
            border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
            position: relative; background: linear-gradient(180deg, transparent, rgba(138,43,225,0.03), transparent);
        }
        .payout-feed::before, .payout-feed::after {
            content: ''; position: absolute; top: 0; bottom: 0; width: 120px;
            z-index: 2; pointer-events: none;
        }
        .payout-feed::before { left: 0; background: linear-gradient(90deg, var(--bg-primary), transparent); }
        .payout-feed::after { right: 0; background: linear-gradient(-90deg, var(--bg-primary), transparent); }
        .payout-feed-header {
            text-align: center; margin-bottom: 24px; display: flex;
            align-items: center; justify-content: center; gap: 12px;
        }
        .payout-feed-title {
            font-size: 13px; font-weight: 600; text-transform: uppercase;
            letter-spacing: 2px; color: var(--text-muted);
        }
        .live-badge {
            display: inline-flex; align-items: center; gap: 6px;
            background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.2);
            padding: 4px 12px; border-radius: 20px; font-size: 11px;
            font-weight: 700; color: #ef4444; text-transform: uppercase; letter-spacing: 1px;
        }
        .live-badge-dot { width: 6px; height: 6px; background: #ef4444; border-radius: 50%; animation: pulse 1.5s infinite; }
        .payout-ticker {
            display: flex; gap: 16px;
            animation: ticker 60s linear infinite;
            width: max-content;
        }
        .payout-ticker:hover { animation-play-state: paused; }
        @keyframes ticker {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        .payout-feed-sub {
            text-align: center; margin: -12px 0 22px;
            font-size: 13px; color: var(--text-muted);
        }
        .payout-feed-sub b { color: var(--text-secondary); font-weight: 600; }
        .payout-item {
            display: flex; flex-direction: column; gap: 5px;
            background: var(--glass); border: 1px solid var(--glass-border);
            border-radius: var(--radius-sm); padding: 14px 20px;
            white-space: nowrap; flex-shrink: 0;
            transition: all 0.3s ease;
        }
        .payout-item:hover { border-color: rgba(138,43,225,0.4); box-shadow: 0 4px 20px rgba(138,43,225,0.15); transform: translateY(-2px); }
        .payout-item-top { display: flex; align-items: baseline; gap: 14px; }
        .payout-uid {
            font-family: ui-monospace, 'SF Mono', Menlo, monospace;
            font-weight: 700; font-size: 14px; letter-spacing: 0.02em; color: var(--text-primary);
        }
        .payout-amount {
            color: var(--green); font-weight: 800; font-size: 14px;
            font-family: ui-monospace, 'SF Mono', Menlo, monospace; margin-left: auto;
        }
        .payout-tx {
            font-family: ui-monospace, 'SF Mono', Menlo, monospace;
            font-size: 11.5px; color: var(--text-muted);
            display: inline-flex; align-items: center; gap: 5px; transition: color 0.2s ease;
        }
        a.payout-tx:hover { color: var(--green); }
        .payout-tx svg { width: 11px; height: 11px; opacity: 0.55; }
        a.payout-tx:hover svg { opacity: 1; }
        .payout-feed-cta { text-align: center; margin-top: 26px; position: relative; z-index: 3; }
        .payout-proof-btn {
            display: inline-flex; align-items: center; gap: 9px;
            padding: 13px 26px; border-radius: 50px;
            border: 1px solid rgba(138,43,225,0.45); background: rgba(138,43,225,0.08);
            color: var(--accent-light); font-size: 14.5px; font-weight: 700;
            transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
        }
        .payout-proof-btn:hover {
            background: rgba(138,43,225,0.16); border-color: var(--accent-light);
            transform: translateY(-2px);
        }
        .payout-proof-btn svg { width: 16px; height: 16px; }

        /* ===== SECTION DIVIDERS ===== */
        .section-divider { height: 1px; position: relative; overflow: hidden; }
        .section-divider::after {
            content: ''; position: absolute; inset: 0;
            background: linear-gradient(90deg, transparent, var(--accent), var(--accent-light), transparent);
            animation: dividerGlow 4s ease infinite;
        }
        @keyframes dividerGlow {
            0%, 100% { opacity: 0.3; }
            50% { opacity: 0.8; }
        }

        /* ===== HOW IT WORKS ===== */
        .how-it-works { background: var(--bg-secondary); }
        .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; }
        .steps-grid::before {
            content: ''; position: absolute; top: 48px; left: calc(16.66% + 32px);
            right: calc(16.66% + 32px); height: 2px;
            background: linear-gradient(90deg, var(--accent), var(--accent-light));
            opacity: 0.3;
        }
        .step-card { padding: 40px 28px; text-align: center; }
        .step-num {
            display: inline-flex; align-items: center; justify-content: center;
            width: 28px; height: 28px; border-radius: 50%;
            background: rgba(138,43,225,0.2); border: 1px solid rgba(138,43,225,0.3);
            font-size: 12px; font-weight: 700; color: var(--accent-light);
            margin: 0 auto 12px;
        }
        .step-icon {
            width: 68px; height: 68px; border-radius: 18px;
            background: var(--accent-gradient);
            display: flex; align-items: center; justify-content: center;
            margin: 0 auto 20px;
            box-shadow: 0 8px 28px rgba(138,43,225,0.35);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }
        .step-card:hover .step-icon { transform: scale(1.08) translateY(-2px); box-shadow: 0 14px 40px rgba(138,43,225,0.45); }
        .step-icon svg { width: 34px; height: 34px; }
        .step-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 12px; }
        .step-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

        /* ===== MID-PAGE CTA BANNER ===== */
        .mid-cta-banner {
            position: relative; overflow: hidden; padding: 80px 0;
            background: linear-gradient(135deg, rgba(138,43,225,0.12) 0%, rgba(0,212,170,0.05) 100%);
            border-top: 1px solid rgba(138,43,225,0.15);
            border-bottom: 1px solid rgba(138,43,225,0.15);
        }
        .mid-cta-banner::before {
            content: ''; position: absolute; top: -80%; left: -10%;
            width: 400px; height: 400px; border-radius: 50%;
            background: radial-gradient(circle, rgba(138,43,225,0.15) 0%, transparent 70%);
            pointer-events: none;
        }
        .mid-cta-banner::after {
            content: ''; position: absolute; bottom: -80%; right: -5%;
            width: 300px; height: 300px; border-radius: 50%;
            background: radial-gradient(circle, rgba(0,212,170,0.1) 0%, transparent 70%);
            pointer-events: none;
        }
        .mid-cta-content {
            position: relative; z-index: 1;
            display: flex; align-items: center; justify-content: space-between;
            gap: 32px; flex-wrap: wrap;
        }
        .mid-cta-text h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 900; margin-bottom: 8px; }
        .mid-cta-text p { font-size: 16px; color: var(--text-secondary); max-width: 480px; }
        .mid-cta-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }

        /* ===== RANKS ===== */
        .ranks-section {
            position: relative; overflow: hidden;
        }
        .ranks-track {
            display: flex; align-items: center; justify-content: center;
            gap: 0; overflow-x: auto; padding: 20px 0;
        }
        .rank-node { text-align: center; flex-shrink: 0; min-width: 100px; }
        .rank-circle {
            width: 78px; height: 78px; border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            margin: 0 auto 14px; color: white;
            transition: all 0.4s ease; position: relative;
        }
        .rank-circle::after {
            content: ''; position: absolute; inset: -3px; border-radius: 50%;
            border: 2px solid transparent;
            background: linear-gradient(var(--bg-primary), var(--bg-primary)) padding-box,
                        linear-gradient(135deg, transparent, rgba(255,255,255,0.15)) border-box;
        }
        .rank-circle svg { width: 34px; height: 34px; position: relative; z-index: 1; }
        .rank-circle:hover { transform: scale(1.15) translateY(-4px); }
        .rank-circle.junior { background: linear-gradient(135deg, #8A2BE1, #8A2BE1); }
        .rank-circle.senior { background: linear-gradient(135deg, #8A2BE1, #A855F0); }
        .rank-circle.elite { background: linear-gradient(135deg, #00d4aa, #00d4aa); }
        .rank-circle.master { background: linear-gradient(135deg, #8A2BE1, #8A2BE1); }
        .rank-circle.aura { background: linear-gradient(135deg, #ffd700, #ffd700); box-shadow: 0 6px 24px rgba(255,215,0,0.3); }
        .rank-name { font-weight: 700; font-size: 14px; margin-bottom: 3px; }
        .rank-size { font-size: 12px; color: var(--text-muted); }
        .rank-connector {
            width: 60px; height: 2px;
            background: linear-gradient(90deg, var(--glass-border), rgba(138,43,225,0.4), var(--glass-border));
            flex-shrink: 0; position: relative;
        }
        .rank-connector::after {
            content: ''; position: absolute; top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            width: 6px; height: 6px; background: rgba(138,43,225,0.5);
            border-radius: 50%;
        }

        /* ===== ADVANTAGES ===== */
        .advantages-section {
            position: relative; overflow: hidden;
        }
        .advantages-section .container { position: relative; z-index: 2; }
        .advantages-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
        .advantage-card { padding: 36px; display: flex; gap: 20px; align-items: flex-start; }
        .advantage-icon {
            width: 52px; height: 52px; border-radius: 14px;
            background: var(--accent-gradient);
            display: flex; align-items: center; justify-content: center;
            flex-shrink: 0; color: white;
            box-shadow: 0 6px 20px rgba(138,43,225,0.25);
            transition: transform 0.4s ease;
        }
        .advantage-card:hover .advantage-icon { transform: scale(1.08) rotate(-3deg); }
        .advantage-icon svg { width: 26px; height: 26px; }
        .advantage-card h4 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
        .advantage-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

        /* ===== WHY TRADE ===== */
        .why-trade { background: var(--bg-secondary); position: relative; overflow: hidden; }
        .why-trade-bg-video {
            position: absolute; inset: 0; width: 100%; height: 100%;
            object-fit: cover; z-index: 0; filter: blur(3px); transform: scale(1.05);
        }
        .why-trade-video-overlay {
            position: absolute; inset: 0; z-index: 1;
            background: linear-gradient(180deg, rgba(10,10,15,0.88) 0%, rgba(10,10,15,0.85) 50%, rgba(10,10,15,0.92) 100%);
        }
        .why-trade .container { position: relative; z-index: 2; }
        .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
        .feature-card { padding: 36px 28px; text-align: center; }
        .feature-icon {
            width: 56px; height: 56px; border-radius: 14px;
            display: flex; align-items: center; justify-content: center;
            margin: 0 auto 18px;
            background: rgba(138,43,225,0.1); border: 1px solid rgba(138,43,225,0.2);
            transition: all 0.4s ease;
        }
        .feature-card:hover .feature-icon { background: rgba(138,43,225,0.2); border-color: rgba(138,43,225,0.4); transform: translateY(-3px); }
        .feature-icon svg { width: 28px; height: 28px; }
        .feature-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
        .feature-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

        /* ===== PRICING TABLE ===== */
        .pricing { position: relative; overflow: hidden; }
        .pricing::before {
            content: ''; position: absolute; top: 50%; left: 50%;
            transform: translate(-50%, -50%); width: 800px; height: 800px;
            background: radial-gradient(circle, rgba(138,43,225,0.07) 0%, transparent 70%);
            pointer-events: none;
        }
        .mode-tabs {
            display: flex; justify-content: center; gap: 6px;
            margin-bottom: 20px; flex-wrap: wrap;
        }
        .mode-tab {
            padding: 10px 22px; border-radius: 50px; font-size: 14px;
            font-weight: 600; cursor: pointer;
            border: 1px solid var(--glass-border); background: var(--glass);
            color: var(--text-secondary); transition: all 0.3s ease;
            font-family: inherit;
        }
        .mode-tab.active { background: var(--accent-gradient); color: white; border-color: transparent; box-shadow: 0 4px 20px rgba(138,43,225,0.3); }
        .mode-tab:hover:not(.active) { border-color: var(--accent); color: white; }
        .mode-tab-new {
            display: inline-block; margin-left: 6px; padding: 2px 7px; border-radius: 5px;
            font-size: 10px; font-weight: 800; letter-spacing: 0.6px; text-transform: uppercase;
            color: var(--on-green); background: linear-gradient(120deg, var(--green), var(--green-light));
            vertical-align: middle;
        }
        .plan-pills { display: flex; justify-content: center; gap: 8px; margin-bottom: 32px; flex-wrap: wrap; }
        .plan-pill {
            padding: 10px 24px; border-radius: 50px; font-size: 14px;
            font-weight: 600; cursor: pointer;
            border: 1px solid var(--glass-border); background: var(--glass);
            color: var(--text-secondary); transition: all 0.3s ease;
            font-family: inherit;
        }
        .plan-pill.active { background: rgba(138,43,225,0.18); color: white; border-color: var(--accent); box-shadow: 0 0 20px rgba(138,43,225,0.15); }
        .plan-pill:hover:not(.active) { border-color: rgba(138,43,225,0.4); color: white; }
        .pricing-card {
            max-width: 720px; margin: 0 auto; padding: 52px;
            background: rgba(14,14,22,0.95); border: 1px solid var(--glass-border);
            border-radius: var(--radius); backdrop-filter: blur(30px);
            position: relative; overflow: hidden;
            box-shadow: 0 30px 80px rgba(0,0,0,0.5);
        }
        .pricing-card::before {
            content: ''; position: absolute; inset: -1px;
            border-radius: var(--radius); padding: 1px;
            background: conic-gradient(from 0deg, transparent 30%, var(--accent) 45%, var(--accent-light) 55%, transparent 70%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor; mask-composite: exclude;
            animation: rotateBorder 8s linear infinite;
        }
        @keyframes rotateBorder { to { filter: hue-rotate(360deg); } }
        .pricing-header-row {
            display: flex; justify-content: space-between; align-items: center;
            padding: 16px 24px; background: rgba(138,43,225,0.1);
            border-radius: var(--radius-sm); margin-bottom: 16px;
            font-size: 15px; font-weight: 700; border: 1px solid rgba(138,43,225,0.15);
        }
        .plan-rows { display: flex; flex-direction: column; gap: 3px; }
        .plan-row {
            display: flex; justify-content: space-between; align-items: center;
            padding: 16px 24px; background: rgba(255,255,255,0.02);
            border-radius: var(--radius-xs);
            transition: all 0.3s ease;
            opacity: 0; animation: rowSlideIn 0.4s ease forwards;
        }
        .plan-row:nth-child(1) { animation-delay: 0.05s; }
        .plan-row:nth-child(2) { animation-delay: 0.1s; }
        .plan-row:nth-child(3) { animation-delay: 0.15s; }
        .plan-row:nth-child(4) { animation-delay: 0.2s; }
        .plan-row:nth-child(5) { animation-delay: 0.25s; }
        .plan-row:nth-child(6) { animation-delay: 0.3s; }
        .plan-row:nth-child(7) { animation-delay: 0.35s; }
        @keyframes rowSlideIn {
            from { opacity: 0; transform: translateX(-10px); }
            to { opacity: 1; transform: translateX(0); }
        }
        .plan-row:hover { background: rgba(255,255,255,0.05); }
        .plan-row .label { display: flex; align-items: center; gap: 10px; color: var(--text-secondary); font-size: 14px; }
        .plan-row .label svg { width: 18px; height: 18px; flex-shrink: 0; }
        .plan-row .value { font-weight: 700; font-size: 15px; color: white; }
        .plan-row .value.green { color: var(--green); }
        .plan-cta { margin-top: 28px; text-align: center; }
        .plan-cta .cta-note { font-size: 12px; color: var(--text-muted); margin-bottom: 16px; font-style: italic; }
        .btn-challenge {
            display: inline-flex; align-items: center; justify-content: center;
            gap: 8px; padding: 18px 48px; border-radius: 50px;
            font-weight: 700; font-size: 17px; border: none; cursor: pointer;
            font-family: inherit; color: white; position: relative; overflow: hidden;
            background: linear-gradient(135deg, var(--accent), #8A2BE1, var(--accent-light));
            background-size: 200% 200%; animation: gradientMove 3s ease infinite;
            box-shadow: 0 4px 25px rgba(138,43,225,0.4);
            transition: all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);
        }
        @keyframes gradientMove {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        .btn-challenge:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 10px 50px rgba(138,43,225,0.6); }

        /* ===== COMPARISON TABLE ===== */
        .comparison { background: var(--bg-secondary); }
        .comp-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); border: 1px solid var(--glass-border); }
        .comp-table { width: 100%; border-collapse: collapse; min-width: 600px; }
        .comp-table th, .comp-table td { padding: 18px 24px; text-align: center; font-size: 14px; border-bottom: 1px solid var(--border); }
        .comp-table th { font-size: 15px; font-weight: 700; padding: 24px; }
        .comp-table thead tr { background: rgba(138,43,225,0.08); }
        .comp-table tbody tr:last-child td { border-bottom: none; }
        .comp-table tbody tr:hover td { background: rgba(255,255,255,0.02); }
        .comp-table .feature-col { text-align: left; color: var(--text-secondary); font-weight: 500; }
        .comp-table .xyz-col { color: var(--green); font-weight: 700; }
        .comp-table .check { color: var(--green); font-size: 18px; }
        .comp-table .cross { color: #ef4444; font-size: 16px; }
        .comp-table .partial { color: var(--gold); font-size: 14px; }
        .comp-table .xyz-header {
            background: var(--accent-gradient);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
            background-clip: text; font-size: 17px;
        }
        .comp-badge {
            display: inline-flex; align-items: center; gap: 5px;
            background: rgba(0,212,170,0.1); border: 1px solid rgba(0,212,170,0.2);
            padding: 3px 10px; border-radius: 20px; font-size: 11px;
            color: var(--green); font-weight: 600; text-transform: uppercase;
            letter-spacing: 0.5px; margin-top: 4px; display: block;
        }

        /* ===== TESTIMONIALS ===== */
        .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
        .testimonial-card { padding: 30px; }
        .testimonial-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
        .testimonial-avatar {
            width: 52px; height: 52px; border-radius: 50%;
            border: 2px solid transparent;
            background-image: linear-gradient(var(--bg-card), var(--bg-card)), var(--accent-gradient);
            background-origin: border-box; background-clip: padding-box, border-box;
            overflow: hidden; flex-shrink: 0;
        }
        .testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
        .testimonial-name { font-weight: 700; font-size: 15px; }
        .testimonial-country { font-size: 13px; color: var(--text-muted); }
        .testimonial-verified {
            margin-left: auto; display: flex; align-items: center;
            gap: 4px; font-size: 12px; color: var(--green); font-weight: 600;
        }
        .testimonial-verified svg { width: 14px; height: 14px; }
        .testimonial-stars { display: flex; gap: 2px; margin-bottom: 12px; }
        .testimonial-stars .star svg { width: 15px; height: 15px; }
        .testimonial-text { font-size: 14px; color: var(--text-secondary); line-height: 1.75; margin-bottom: 16px; }
        .testimonial-payout {
            display: inline-flex; align-items: center; gap: 6px;
            font-size: 13px; font-weight: 700; color: var(--green);
            background: rgba(0,212,170,0.08); padding: 6px 14px; border-radius: 20px;
            border: 1px solid rgba(0,212,170,0.15);
        }

        /* ===== VIDEO TESTIMONIALS ===== */
        .video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
        .video-card {
            border-radius: var(--radius); overflow: hidden; cursor: pointer;
            position: relative; aspect-ratio: 16/9;
            background: var(--bg-secondary); border: 1px solid var(--glass-border);
            transition: all 0.4s ease; background-size: cover; background-position: center top;
        }
        .video-card:hover { transform: scale(1.03) translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,0.5); border-color: rgba(138,43,225,0.3); }
        .video-card .video-overlay {
            position: absolute; inset: 0;
            background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.85) 100%);
            display: flex; flex-direction: column; justify-content: flex-end; padding: 20px;
        }
        .video-play {
            position: absolute; top: 50%; left: 50%;
            transform: translate(-50%, -50%); width: 68px; height: 68px;
            border-radius: 50%; background: var(--accent-gradient);
            display: flex; align-items: center; justify-content: center;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 4px 20px rgba(138,43,225,0.5);
        }
        .video-card:hover .video-play { transform: translate(-50%, -50%) scale(1.12); box-shadow: 0 8px 40px rgba(138,43,225,0.7); }
        .video-play::after {
            content: ''; display: block; width: 0; height: 0;
            border-style: solid; border-width: 10px 0 10px 18px;
            border-color: transparent transparent transparent white; margin-left: 4px;
        }
        .video-info .video-name { font-weight: 700; font-size: 15px; }
        .video-info .video-earnings { font-size: 13px; color: var(--green); font-weight: 600; }

        /* ===== PRESS ===== */
        .press { padding: 56px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
        .press h4 { text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 32px; font-weight: 600; }
        .press-logos { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
        .press-logo { font-size: 18px; font-weight: 800; color: var(--text-muted); opacity: 0.4; transition: opacity 0.3s, transform 0.3s; letter-spacing: -0.5px; }
        .press-logo:hover { opacity: 0.75; transform: translateY(-2px); }

        /* ===== FAQ ===== */
        .faq { background: var(--bg-secondary); }
        .faq-list { max-width: 740px; margin: 0 auto; }
        .faq-item { border-bottom: 1px solid var(--border); }
        .faq-question {
            width: 100%; display: flex; align-items: center; justify-content: space-between;
            padding: 22px 0; background: none; border: none;
            color: var(--text-primary); font-size: 16px; font-weight: 600;
            cursor: pointer; text-align: left; font-family: inherit;
            transition: color 0.2s;
        }
        .faq-question:hover { color: var(--accent-light); }
        .faq-icon {
            width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; margin-left: 16px;
            background: var(--glass); border: 1px solid var(--glass-border);
            display: flex; align-items: center; justify-content: center;
            font-size: 18px; color: var(--text-muted);
            transition: transform 0.3s, background 0.3s;
        }
        .faq-item.active .faq-icon { transform: rotate(45deg); background: rgba(138,43,225,0.2); border-color: var(--accent); color: var(--accent-light); }
        .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.16,1,0.3,1); }
        .faq-item.active .faq-answer { max-height: 500px; }
        .faq-answer p, .faq-answer ul { padding-bottom: 22px; font-size: 14px; color: var(--text-secondary); line-height: 1.75; }
        .faq-answer ul { padding-left: 20px; }
        .faq-answer li { margin-bottom: 6px; }

        /* ===== CTA SECTION ===== */
        .cta-section {
            padding: 120px 0; text-align: center; position: relative; overflow: hidden;
        }
        .cta-section::before {
            content: ''; position: absolute; top: 50%; left: 50%;
            transform: translate(-50%, -50%); width: 700px; height: 700px;
            background: radial-gradient(circle, rgba(138,43,225,0.15) 0%, transparent 70%);
            pointer-events: none;
        }
        .cta-section h2 { font-size: clamp(32px, 5vw, 56px); font-weight: 900; margin-bottom: 16px; position: relative; line-height: 1.1; letter-spacing: -1px; }
        .cta-section p { font-size: 18px; color: var(--text-secondary); margin-bottom: 40px; position: relative; }
        .cta-section .btn-hero-primary { display: inline-flex; }

        /* ===== FOOTER ===== */
        .footer { padding: 72px 0 40px; border-top: 1px solid var(--border); }
        .footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
        .footer-brand .logo { margin-bottom: 14px; }
        .footer-brand .logo img { width: 160px; height: auto; }
        .footer-brand p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
        .footer-legal-note { font-size: 12px; color: var(--text-muted); line-height: 1.6; margin-bottom: 20px; opacity: 0.4; }
        .social-links { display: flex; gap: 10px; }
        .social-link {
            width: 40px; height: 40px; border-radius: 10px;
            background: var(--glass); border: 1px solid var(--glass-border);
            display: flex; align-items: center; justify-content: center;
            color: var(--text-secondary); transition: all 0.3s ease;
        }
        .social-link svg { width: 18px; height: 18px; }
        .social-link:hover { background: var(--accent); border-color: var(--accent); color: white; transform: translateY(-2px); }
        .footer-col h5 { font-size: 12px; font-weight: 700; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-primary); }
        .footer-col ul { list-style: none; }
        .footer-col li { margin-bottom: 12px; }
        .footer-col a { font-size: 14px; color: var(--text-muted); transition: color 0.2s; }
        .footer-col a:hover { color: var(--text-primary); }
        .footer-newsletter { margin-top: 20px; }
        .footer-newsletter h6 { font-size: 13px; font-weight: 700; margin-bottom: 12px; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 1px; }
        .newsletter-form { display: flex; gap: 8px; }
        .newsletter-form input {
            flex: 1; padding: 11px 16px; border-radius: 50px; border: 1px solid var(--glass-border);
            background: var(--glass); color: white; font-family: inherit; font-size: 14px;
            outline: none; transition: border-color 0.2s;
        }
        .newsletter-form input:focus { border-color: var(--accent); }
        .newsletter-form input::placeholder { color: var(--text-muted); }
        .newsletter-form button {
            padding: 11px 20px; border-radius: 50px; border: none; cursor: pointer;
            background: var(--accent-gradient); color: white; font-size: 13px;
            font-weight: 700; font-family: inherit; white-space: nowrap;
            transition: all 0.3s ease;
        }
        .newsletter-form button:hover { transform: translateY(-1px); box-shadow: 0 4px 15px rgba(138,43,225,0.4); }
        .footer-bottom {
            border-top: 1px solid var(--border); padding-top: 28px;
            display: flex; justify-content: space-between; align-items: center;
            flex-wrap: wrap; gap: 16px;
        }
        .footer-bottom p { font-size: 13px; color: var(--text-muted); }
        .footer-legal-links { display: flex; gap: 24px; flex-wrap: wrap; }
        .footer-legal-links a { font-size: 13px; color: var(--text-muted); transition: color 0.2s; }
        .footer-legal-links a:hover { color: var(--text-primary); }
        .footer-powered { font-size: 12px; color: var(--text-muted); opacity: 0.5; display: flex; align-items: center; gap: 6px; }

        /* ===== WHATSAPP FLOATING WIDGET ===== */
        .whatsapp-widget {
            position: fixed; bottom: 28px; right: 28px; z-index: 9998;
        }
        .whatsapp-widget a {
            display: flex; align-items: center; justify-content: center;
            width: 60px; height: 60px; border-radius: 50%;
            background: #25D366; color: white;
            box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 0 0 0 rgba(37,211,102,0.4);
            transition: all 0.3s ease; position: relative;
            animation: whatsappPulse 2.5s ease-in-out infinite;
        }
        .whatsapp-widget a:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 30px rgba(37,211,102,0.6);
        }
        .whatsapp-widget a svg { width: 32px; height: 32px; }
        .whatsapp-widget .wa-tooltip {
            position: absolute; right: 72px; top: 50%; transform: translateY(-50%);
            background: #fff; color: #333; font-size: 13px; font-weight: 600;
            padding: 8px 16px; border-radius: 8px; white-space: nowrap;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
        }
        .whatsapp-widget .wa-tooltip::after {
            content: ''; position: absolute; right: -6px; top: 50%; transform: translateY(-50%);
            border: 6px solid transparent; border-left-color: #fff;
        }
        .whatsapp-widget a:hover + .wa-tooltip,
        .whatsapp-widget a:hover ~ .wa-tooltip { opacity: 1; }
        /* Fix: tooltip inside the link's parent */
        .whatsapp-widget:hover .wa-tooltip { opacity: 1; }
        @keyframes whatsappPulse {
            0% { box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 0 0 0 rgba(37,211,102,0.35); }
            50% { box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 0 0 14px rgba(37,211,102,0); }
            100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 0 0 0 rgba(37,211,102,0); }
        }
        /* The widget is fixed to the bottom-right, so any full-width CTA in that
           band gets its corner covered — trimming margins only slides the
           collision to a different viewport height. Hiding it over the hero
           removes the whole class of bug at every size; it fades in as soon as
           the user scrolls past the fold. */
        .whatsapp-widget {
            opacity: 0; visibility: hidden; transform: translateY(12px);
            transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
        }
        .whatsapp-widget.wa-visible { opacity: 1; visibility: visible; transform: none; }

        @media (max-width: 640px) {
            /* Smaller, tighter to the corner — at 60px it covered table values
               and body copy on a phone. Tooltip is hover-only, so it never
               fires on touch. */
            .whatsapp-widget { bottom: 16px; right: 16px; }
            .whatsapp-widget a { width: 52px; height: 52px; }
            .whatsapp-widget a svg { width: 27px; height: 27px; }
            .whatsapp-widget .wa-tooltip { display: none; }
        }

        /* ===== FOUNDER SECTION ===== */
        .founder-section {
            padding: 100px 0; position: relative; overflow: hidden;
            background: #08080f;
        }
        /* Plain subtle background for Meet the Founder text section */
        .founder-section::before {
            content: ''; position: absolute; inset: 0; z-index: 0;
            background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(138,43,225,0.06) 0%, transparent 70%);
        }
        .founder-section::after { display: none; }
        .founder-glow { display: none; }
        .founder-shape { display: none; }
        .founder-section .edge-line {
            position: absolute; left: 0; right: 0; height: 1px; z-index: 1;
            background: linear-gradient(90deg, transparent, rgba(138,43,225,0.15), transparent);
        }
        .founder-section .edge-line.top { top: 0; }
        .founder-section .edge-line.bottom { bottom: 0; }
        .founder-noise { display: none; }
        @keyframes founderGlowPulse {
            0% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
            100% { opacity: 1; transform: translate(-50%, -50%) scale(1.2); }
        }
        @keyframes founderFloat1 {
            0%, 100% { transform: translate(0, 0); }
            50% { transform: translate(-30px, 20px); }
        }
        @keyframes founderFloat2 {
            0%, 100% { transform: translate(0, 0); }
            50% { transform: translate(20px, -25px); }
        }
        @keyframes founderFloat3 {
            0%, 100% { transform: translate(0, 0); }
            50% { transform: translate(-15px, -20px); }
        }
        .founder-inner {
            display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px;
            align-items: center;
        }
        .founder-photo-wrapper {
            position: relative;
        }
        .founder-photo-wrapper::before {
            content: ''; position: absolute; inset: -4px; border-radius: 24px;
            background: var(--accent-gradient); opacity: 0.3; filter: blur(20px);
        }
        .founder-photo {
            height: auto;
            width: 100%; border-radius: 20px; position: relative; z-index: 1;
            border: 2px solid var(--glass-border);
            box-shadow: 0 20px 60px rgba(0,0,0,0.5);
        }
        .founder-badge {
            position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%);
            background: var(--accent-gradient); color: white; font-size: 12px;
            font-weight: 700; padding: 8px 20px; border-radius: 50px; z-index: 2;
            white-space: nowrap; letter-spacing: 0.5px;
        }
        .founder-content .section-label { text-align: left; }
        .founder-content .section-title { text-align: left; }
        .founder-quote {
            font-size: 20px; font-style: italic; color: var(--text-secondary);
            line-height: 1.8; margin: 24px 0; position: relative;
            padding-left: 24px; border-left: 3px solid var(--accent);
        }
        .founder-bio {
            font-size: 15px; color: var(--text-muted); line-height: 1.8;
            margin-bottom: 24px;
        }
        .founder-signature {
            display: flex; align-items: center; gap: 16px; margin-top: 24px;
        }
        .founder-sig-name { font-weight: 700; font-size: 16px; }
        .founder-sig-role { font-size: 13px; color: var(--text-muted); }

        /* ===== COMMUNITY SECTION ===== */
        .community-section {
            padding: 80px 0; position: relative;
            background: var(--bg-secondary);
            border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
        }
        /* community cards removed — section simplified to X follow CTA */

        /* ===== EXTRA TESTIMONIALS ROW ===== */
        .testimonials-extra-grid {
            display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
            margin-top: 32px;
        }
        .mini-testimonial {
            padding: 24px; position: relative;
        }
        .mini-testimonial-header {
            display: flex; align-items: center; gap: 12px; margin-bottom: 14px;
        }
        .mini-avatar {
            width: 42px; height: 42px; border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            font-weight: 700; font-size: 15px; color: white; flex-shrink: 0;
        }
        .mini-avatar.av1 { background: linear-gradient(135deg, #8A2BE1, #A855F0); }
        .mini-avatar.av2 { background: linear-gradient(135deg, #00d4aa, #00d4aa); }
        .mini-avatar.av3 { background: linear-gradient(135deg, #8A2BE1, #8A2BE1); }
        .mini-avatar.av4 { background: linear-gradient(135deg, #ffd700, #ef4444); }
        .mini-avatar.av5 { background: linear-gradient(135deg, #0984e3, #8A2BE1); }
        .mini-avatar.av6 { background: linear-gradient(135deg, #00d4aa, #00d4aa); }
        .mini-test-name { font-weight: 600; font-size: 14px; }
        .mini-test-country { font-size: 12px; color: var(--text-muted); }
        .mini-test-text { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }
        .mini-test-payout { font-size: 13px; color: var(--green); font-weight: 700; margin-top: 12px; }

        @media (max-width: 768px) {
            .founder-section { padding: 64px 0; }
            .founder-inner { grid-template-columns: 1fr; text-align: center; gap: 40px; }
            .founder-content .section-label, .founder-content .section-title { text-align: center; }
            .founder-quote { border-left: none; padding-left: 0; padding: 20px; border: 1px solid var(--glass-border); border-radius: 12px; font-size: 17px; }
            .founder-bio { font-size: 14px; }
            .founder-signature { justify-content: center; }
            .founder-photo-wrapper { max-width: 280px; margin: 0 auto; }
            .community-section { padding: 64px 0; }
            /* community-grid removed */
            .testimonials-extra-grid { grid-template-columns: 1fr; }
            .mini-testimonial { padding: 20px; }
            .whatsapp-widget { bottom: 16px; right: 16px; }
            .whatsapp-widget a { width: 52px; height: 52px; }
            .whatsapp-widget a svg { width: 28px; height: 28px; }
            .whatsapp-widget .wa-tooltip { display: none; }
        }
        /* ===== ENHANCED ANIMATIONS & MICRO-INTERACTIONS ===== */

        /* Nav link hover underline slide */
        .nav-link {
            position: relative;
        }
        .nav-link::after {
            content: ''; position: absolute; bottom: 2px; left: 50%; width: 0; height: 2px;
            background: var(--accent-gradient); border-radius: 2px;
            transition: width 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), left 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
        }
        .nav-link:hover::after {
            width: 70%; left: 15%;
        }
        .nav-link:hover {
            text-shadow: 0 0 20px rgba(138,43,225,0.3);
        }

        /* Mobile nav link stagger */
        .mobile-nav.active .mobile-nav-link {
            animation: mobileSlideIn 0.4s ease forwards;
            opacity: 0;
        }
        .mobile-nav.active .mobile-nav-link:nth-child(2) { animation-delay: 0.05s; }
        .mobile-nav.active .mobile-nav-link:nth-child(3) { animation-delay: 0.1s; }
        .mobile-nav.active .mobile-nav-link:nth-child(4) { animation-delay: 0.15s; }
        .mobile-nav.active .mobile-nav-link:nth-child(5) { animation-delay: 0.2s; }
        .mobile-nav.active .mobile-nav-link:nth-child(6) { animation-delay: 0.25s; }
        .mobile-nav.active .mobile-nav-link:nth-child(7) { animation-delay: 0.3s; }
        @keyframes mobileSlideIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Glass card 3D tilt */
        .glass-card {
            transform-style: preserve-3d;
        }

        /* Enhanced button glow effects */
        .btn-primary:active, .btn-hero-primary:active, .btn-challenge:active {
            transform: translateY(-1px) scale(0.98) !important;
        }
        .btn-hero-primary:hover {
            box-shadow: 0 8px 40px rgba(138,43,225,0.6), 0 0 80px rgba(138,43,225,0.15);
        }
        .btn-secondary:hover {
            box-shadow: 0 4px 25px rgba(138,43,225,0.15);
        }

        /* Stat number glow on visible */
        .stat-number .accent {
            transition: text-shadow 0.8s ease;
        }

        /* Rank circle enhanced hover */
        .rank-circle {
            transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275);
        }
        .rank-circle:hover {
            transform: scale(1.18) translateY(-6px);
            filter: brightness(1.2);
        }
        .rank-circle.aura:hover {
            box-shadow: 0 8px 40px rgba(255,215,0,0.5);
        }

        /* Payout item hover glow */
        .payout-item:hover .payout-amount {
            text-shadow: 0 0 12px rgba(0,212,170,0.6);
        }

        /* FAQ active highlight */
        .faq-item {
            transition: background 0.3s ease;
        }
        .faq-item.active {
            background: rgba(138,43,225,0.03);
            border-radius: 12px;
        }

        /* Testimonial card hover */
        .testimonial-card:hover .testimonial-payout {
            box-shadow: 0 0 20px rgba(0,212,170,0.2);
        }

        /* Social link ripple */
        .social-link {
            position: relative;
            overflow: hidden;
        }
        .social-link::after {
            content: ''; position: absolute; width: 100%; height: 100%;
            top: 0; left: 0; background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
            opacity: 0; transition: opacity 0.3s; border-radius: 10px;
        }
        .social-link:hover::after { opacity: 1; }

        /* Comparison table row highlight */
        .comp-table tbody tr {
            transition: background 0.3s ease;
        }
        .comp-table tbody tr:hover td {
            background: rgba(138,43,225,0.04) !important;
        }
        .comp-table tbody tr:hover .xyz-col {
            text-shadow: 0 0 12px rgba(0,212,170,0.5);
        }

        /* Video play button pulse */
        .video-play {
            animation: playPulse 2.5s ease-in-out infinite;
        }
        @keyframes playPulse {
            0%, 100% { box-shadow: 0 4px 20px rgba(138,43,225,0.5); }
            50% { box-shadow: 0 4px 20px rgba(138,43,225,0.5), 0 0 0 12px rgba(138,43,225,0.15); }
        }

        /* community shimmer removed */

        /* Founder photo hover */
        .founder-photo {
            height: auto;
            transition: transform 0.6s cubic-bezier(0.175,0.885,0.32,1.275), box-shadow 0.6s ease;
        }
        .founder-photo-wrapper:hover .founder-photo {
            height: auto;
            transform: scale(1.03);
            box-shadow: 0 30px 80px rgba(0,0,0,0.6);
        }
        .founder-photo-wrapper:hover::before {
            opacity: 0.5;
        }

        /* Step number hover */
        .step-num {
            transition: all 0.4s ease;
        }
        .step-card:hover .step-num {
            background: rgba(138,43,225,0.4);
            box-shadow: 0 0 20px rgba(138,43,225,0.3);
            transform: scale(1.1);
        }

        /* CTA floating particle */
        .cta-section::after {
            content: ''; position: absolute; width: 6px; height: 6px;
            background: var(--accent-light); border-radius: 50%; opacity: 0.3;
            top: 30%; left: 15%;
            animation: floatParticle 6s ease-in-out infinite;
        }
        @keyframes floatParticle {
            0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; }
            50% { transform: translate(20px, -30px) scale(1.5); opacity: 0.6; }
        }

        /* Cursor spotlight */
        .cursor-spotlight {
            pointer-events: none; position: fixed; top: 0; left: 0;
            width: 400px; height: 400px; border-radius: 50%;
            background: radial-gradient(circle, rgba(138,43,225,0.06) 0%, transparent 70%);
            z-index: 0; opacity: 0;
            will-change: transform;
            transition: opacity 0.3s ease;
        }
        .cursor-spotlight.active { opacity: 1; }

        /* Logo hover */
        .logo {
            transition: transform 0.3s ease;
        }
        .logo:hover {
            transform: scale(1.05);
        }
        .logo img {
            transition: filter 0.3s ease;
        }
        .logo:hover img {
            filter: drop-shadow(0 0 20px rgba(168,85,240,0.6));
        }

        /* Newsletter input glow */
        .newsletter-form input:focus {
            box-shadow: 0 0 20px rgba(138,43,225,0.2);
        }

        /* Plan pill hover */
        .plan-pill {
            transition: all 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
        }
        .plan-pill:hover {
            transform: translateY(-2px);
        }
        .plan-pill.active {
            transform: translateY(-2px) scale(1.05);
        }

        /* Mode tab hover */
        .mode-tab {
            transition: all 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
        }
        .mode-tab:hover:not(.active) {
            transform: translateY(-2px);
        }
        .mode-tab.active {
            transform: scale(1.05);
        }

        /* Pricing card glow */
        .pricing-card:hover {
            box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 60px rgba(138,43,225,0.08);
        }

        /* Footer link slide */
        .footer-col a {
            transition: color 0.3s, padding-left 0.3s;
        }
        .footer-col a:hover {
            padding-left: 8px;
            color: var(--accent-light);
        }

        /* Eyebrow badge hover */
        .hero-eyebrow {
            transition: box-shadow 0.4s ease;
            cursor: default;
        }
        .hero-eyebrow:hover {
            box-shadow: 0 0 30px rgba(138,43,225,0.15);
        }

        /* Advantage icon glow */
        .advantage-card:hover .advantage-icon {
            box-shadow: 0 8px 30px rgba(138,43,225,0.4);
        }

        /* Feature icon glow */
        .feature-card:hover .feature-icon {
            box-shadow: 0 0 25px rgba(138,43,225,0.2);
        }

        /* Section divider enhanced */
        .section-divider {
            height: 2px;
        }

        /* Reduced motion */
        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
            .cursor-spotlight { display: none; }
        }
        .freedom { position: relative; overflow: hidden; }
        .freedom-glow {
            position: absolute; top: -140px; left: 50%; transform: translateX(-50%);
            width: min(640px, 92vw); aspect-ratio: 1; border-radius: 50%; pointer-events: none;
            background: radial-gradient(circle, rgba(138,43,225,0.13), transparent 65%);
        }
        .freedom .container { position: relative; z-index: 1; }
        .pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
        .pillar-card { padding: 36px 32px; }
        .pillar-no {
            display: inline-flex; align-items: center; gap: 8px;
            font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase;
            color: var(--green); background: rgba(0,212,170,0.1);
            border: 1px solid rgba(0,212,170,0.25);
            padding: 8px 14px; border-radius: 100px; margin-bottom: 24px;
        }
        .pillar-no::before { content: "✘"; font-size: 13px; font-weight: 900; }
        .pillar-card h3 { font-size: clamp(21px, 2.4vw, 26px); font-weight: 800; line-height: 1.25; margin-bottom: 20px; }
        .pillar-row { display: flex; gap: 12px; align-items: flex-start; padding: 15px 0; border-top: 1px solid var(--border); }
        .pillar-tag {
            font-size: 10.5px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
            white-space: nowrap; padding: 4px 9px; border-radius: var(--radius-xs); margin-top: 3px;
        }
        .pillar-row.them .pillar-tag { color: var(--amber); background: rgba(226,162,59,0.12); }
        .pillar-row.us .pillar-tag { color: var(--green); background: rgba(0,212,170,0.14); }
        .pillar-row p { font-size: 15px; line-height: 1.6; color: var(--text-secondary); }
        .pillar-row.us p { color: var(--text-primary); }
        .pillar-row.us p b { color: var(--green); font-weight: 700; }
        @media (max-width: 900px) {
            .pillar-grid { grid-template-columns: 1fr; gap: 18px; }
        }
        @media (max-width: 480px) {
            .pillar-card { padding: 28px 22px; }
        }
        .ranks-section {
            position: relative;
            overflow: hidden;
            background: #08080f;
        }
        .ranks-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 50% 40% at 50% 60%, rgba(138,43,225,0.06) 0%, transparent 70%);
            pointer-events: none;
        }

        /* --- Progress Track --- */
        .ranks-progress {
            position: relative;
            max-width: 900px;
            margin: 0 auto;
        }
        .ranks-progress-line {
            position: absolute;
            top: 40px;
            left: 60px;
            right: 60px;
            height: 2px;
            background: rgba(255,255,255,0.06);
            z-index: 0;
        }
        .ranks-progress-fill {
            height: 100%;
            width: 100%;
            background: linear-gradient(90deg, #8A2BE1, #8A2BE1, #00d4aa, #ffd700);
            opacity: 0.4;
        }

        /* --- Grid Layout --- */
        .ranks-grid-v2 {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0;
            position: relative;
            z-index: 1;
        }

        /* --- Rank Item --- */
        .rank-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 0 12px;
            position: relative;
        }

        /* Circle badge */
        .rank-badge {
            width: 128px;
            height: 128px;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            position: relative;
            z-index: 2;
            transition: transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275), box-shadow 0.4s ease;
        }
        .rank-item:hover .rank-badge {
            transform: scale(1.12) translateY(-4px);
        }
        .rank-badge-icon {
            width: 26px;
            height: 26px;
            margin-bottom: 4px;
            opacity: 0.95;
        }
        .rank-badge-icon svg {
            width: 100%;
            height: 100%;
            fill: none;
            stroke: #fff;
            stroke-width: 1.8;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        .rank-badge-split {
            font-size: 22px;
            font-weight: 800;
            color: #fff;
            line-height: 1;
        }
        .rank-badge-label {
            font-size: 9px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: rgba(255,255,255,0.7);
            margin-top: 2px;
        }
        @keyframes auraPulse {
            0%, 100% { box-shadow: 0 6px 28px rgba(255,215,0,0.3); }
            50% { box-shadow: 0 10px 48px rgba(255,215,0,0.6), 0 0 0 8px rgba(255,215,0,0.08); }
        }
        .rank-item:not(:hover) .rb-aura { animation: auraPulse 3s ease-in-out infinite; }

        .rb-junior {
            background: linear-gradient(145deg, #0a0a0f 0%, #8A2BE1 40%, #8A2BE1 100%);
            box-shadow: 0 4px 28px rgba(138,43,225,0.35);
            border: 1px solid rgba(138,43,225,0.25);
        }
        .rank-item:hover .rb-junior { box-shadow: 0 10px 44px rgba(138,43,225,0.55); }

        .rb-pro {
            background: linear-gradient(145deg, #0e0a2a 0%, #8A2BE1 40%, #8A2BE1 100%);
            box-shadow: 0 4px 28px rgba(138,43,225,0.35);
            border: 1px solid rgba(138,43,225,0.25);
        }
        .rank-item:hover .rb-pro { box-shadow: 0 10px 44px rgba(138,43,225,0.55); }

        .rb-elite {
            background: linear-gradient(145deg, #071a14 0%, #0f6b4f 40%, #00d4aa 100%);
            box-shadow: 0 4px 28px rgba(0,212,170,0.3);
            border: 1px solid rgba(0,212,170,0.25);
        }
        .rank-item:hover .rb-elite { box-shadow: 0 10px 44px rgba(0,212,170,0.5); }

        .rb-aura {
            background: linear-gradient(145deg, #1a1200 0%, #8a6000 40%, #ffd700 100%);
            box-shadow: 0 6px 32px rgba(255,215,0,0.35);
            border: 1px solid rgba(255,215,0,0.3);
        }
        .rank-item:hover .rb-aura { box-shadow: 0 12px 48px rgba(255,215,0,0.55); }

        /* Text info */
        .rank-tier-name {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 6px;
            letter-spacing: 0.3px;
        }
        .rank-tier-unlock {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            margin-top: 12px;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            padding: 5px 12px;
            border-radius: 20px;
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(255,255,255,0.08);
        }
        .ri-junior .rank-tier-unlock { color: #8A2BE1; border-color: rgba(138,43,225,0.2); }
        .ri-pro .rank-tier-unlock { color: #8A2BE1; border-color: rgba(138,43,225,0.2); }
        .ri-elite .rank-tier-unlock { color: #00d4aa; border-color: rgba(0,212,170,0.2); }
        .ri-aura .rank-tier-unlock { color: #ffd700; border-color: rgba(255,215,0,0.2); }

        /* --- Responsive --- */
        @media (max-width: 768px) {
            .ranks-progress-wrap {
                position: relative;
            }
            .ranks-progress-wrap::before {
                content: '';
                position: absolute;
                top: 52px;
                left: 0; right: 0;
                height: 2px;
                background: linear-gradient(90deg, transparent, rgba(255,215,0,0.25), rgba(138,43,225,0.3), rgba(0,212,170,0.25), transparent);
                z-index: 0;
                pointer-events: none;
            }
            .ranks-progress {
                overflow-x: scroll;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
                -ms-overflow-style: none;
                position: relative;
                z-index: 1;
            }
            .ranks-progress::-webkit-scrollbar { display: none; }
            .ranks-grid-v2 {
                display: flex;
                flex-direction: row;
                gap: 0;
                width: max-content;
            }
            .ranks-progress-line { display: none; }
            .rank-item {
                flex: 0 0 60vw;
                max-width: 220px;
                scroll-snap-align: center;
                padding: 0 10px;
            }
            .rank-badge { width: 108px; height: 108px; }
            .rank-badge-split { font-size: 26px; }
            .rank-badge-icon { width: 22px; height: 22px; }
        }
        .founder-video-section {
            max-width: 900px;
            margin: 0 auto;
        }
        .founder-video-wrapper {
            position: relative;
            width: 100%;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid rgba(138, 43, 225, 0.25);
            box-shadow: 0 0 60px rgba(138, 43, 225, 0.12), 0 8px 32px rgba(0, 0, 0, 0.4);
            background: #0d0d14;
        }
        .founder-video {
            display: block;
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 9;
            object-fit: cover;
            background: #000;
        }
        .founder-video-wrapper::after {
            content: '';
            position: absolute;
            inset: 0;
            background: url('../assets/matt-interview-thumb.jpg') center/cover no-repeat;
            filter: blur(2.5px);
            z-index: 0;
            pointer-events: none;
            opacity: 1;
            transition: opacity 0.3s ease;
            border-radius: 16px;
        }
        .founder-video-wrapper.playing::after {
            opacity: 0;
            pointer-events: none;
        }
        .founder-video-wrapper .founder-video {
            position: relative;
            z-index: 1;
        }
        .founder-info {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-top: 32px;
            padding: 24px 28px;
            background: linear-gradient(135deg, rgba(138, 43, 225, 0.08), rgba(30, 30, 50, 0.6));
            border: 1px solid rgba(138, 43, 225, 0.15);
            border-radius: 14px;
        }
        .founder-avatar {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            object-fit: cover;
            object-position: center 20%;
            border: 2px solid rgba(138, 43, 225, 0.4);
            flex-shrink: 0;
        }
        .founder-details {
            flex: 1;
        }
        .founder-name {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            margin: 0 0 2px;
        }
        .founder-title {
            font-size: 14px;
            color: #8A2BE1;
            font-weight: 600;
            margin: 0 0 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .founder-desc {
            font-size: 15px;
            color: rgba(255, 255, 255, 0.6);
            margin: 0;
            line-height: 1.5;
        }
        @media (max-width: 640px) {
            .founder-info {
                flex-direction: column;
                text-align: center;
                padding: 20px;
                gap: 14px;
            }
            .founder-avatar {
                width: 64px;
                height: 64px;
            }
            .founder-video-wrapper {
                border-radius: 12px;
            }
        }

        /* ===== Founder Video Premium Background ===== */
        .founder-video-bg {
            position: relative;
            overflow: hidden;
            background: #08080f;
        }
        .founder-video-bg::before {
            content: '';
            position: absolute;
            inset: 0;
            z-index: 0;
            background:
                radial-gradient(ellipse 80% 70% at 20% 50%, rgba(138,43,225,0.10) 0%, transparent 70%),
                radial-gradient(ellipse 70% 80% at 80% 30%, rgba(138,43,225,0.08) 0%, transparent 60%),
                radial-gradient(ellipse 60% 60% at 60% 80%, rgba(138,43,225,0.06) 0%, transparent 50%);
            animation: fvMeshShift 12s ease-in-out infinite alternate;
        }
        .founder-video-bg::after {
            content: '';
            position: absolute;
            inset: 0;
            z-index: 0;
            background-image: radial-gradient(circle, rgba(138,43,225,0.18) 1px, transparent 1px);
            background-size: 32px 32px;
            mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 80%);
            -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 80%);
        }
        .fv-glow {
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            width: 600px; height: 400px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(138,43,225,0.10) 0%, rgba(138,43,225,0.04) 40%, transparent 70%);
            filter: blur(60px);
            z-index: 0;
            pointer-events: none;
            animation: fvGlowPulse 6s ease-in-out infinite alternate;
        }
        .fv-glow-2 {
            top: 30%; left: 70%;
            width: 500px; height: 500px;
            background: radial-gradient(circle, rgba(138,43,225,0.08) 0%, rgba(138,43,225,0.03) 50%, transparent 70%);
            animation: fvGlowPulse 9s ease-in-out infinite alternate-reverse;
        }
        .fv-shape {
            position: absolute;
            border-radius: 50%;
            z-index: 0;
            pointer-events: none;
            filter: blur(60px);
            opacity: 0.4;
        }
        .fv-shape-1 {
            width: 450px; height: 450px;
            top: -80px; right: -80px;
            background: rgba(138,43,225,0.06);
            animation: fvFloat1 15s ease-in-out infinite;
        }
        .fv-shape-2 {
            width: 350px; height: 350px;
            bottom: -60px; left: 10%;
            background: rgba(138,43,225,0.05);
            animation: fvFloat2 18s ease-in-out infinite;
        }
        .fv-shape-3 {
            width: 280px; height: 280px;
            top: 30%; right: 15%;
            background: rgba(138,43,225,0.06);
            animation: fvFloat3 13s ease-in-out infinite;
        }
        .fv-noise {
            position: absolute; inset: 0; z-index: 1; pointer-events: none;
            opacity: 0.025; mix-blend-mode: overlay;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
            background-size: 256px 256px;
        }
        .fv-edge-line {
            position: absolute; left: 0; right: 0; height: 1px; z-index: 2;
            background: linear-gradient(90deg, transparent, rgba(138,43,225,0.35), transparent);
        }
        .fv-edge-top { top: 0; }
        .fv-edge-bottom { bottom: 0; }
        @keyframes fvMeshShift {
            0% { opacity: 0.85; transform: scale(1) rotate(0deg); }
            100% { opacity: 1; transform: scale(1.08) rotate(1.5deg); }
        }
        @keyframes fvGlowPulse {
            0% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
            100% { opacity: 1; transform: translate(-50%, -50%) scale(1.2); }
        }
        @keyframes fvFloat1 {
            0%, 100% { transform: translate(0, 0); }
            50% { transform: translate(-25px, 18px); }
        }
        @keyframes fvFloat2 {
            0%, 100% { transform: translate(0, 0); }
            50% { transform: translate(18px, -22px); }
        }
        @keyframes fvFloat3 {
            0%, 100% { transform: translate(0, 0); }
            50% { transform: translate(-12px, -18px); }
        }
        .mode-compare .mc-header { text-align:center; margin-bottom:56px; }
        .mode-compare .mc-badge {
            display:inline-block; font-size:0.75rem; font-weight:700; letter-spacing:2px; text-transform:uppercase;
            color:var(--accent-light,#A855F0); margin-bottom:12px;
        }
        .mode-compare .mc-title {
            font-size:clamp(2rem,5vw,3.2rem); font-weight:800; color:#fff; margin:0 0 16px;
            line-height:1.15;
        }
        .mode-compare .mc-subtitle { color:rgba(255,255,255,0.55); font-size:1.1rem; max-width:560px; margin:0 auto; }
        .mode-compare .mc-grid {
            display:grid; grid-template-columns:repeat(3,1fr); gap:26px;
            max-width:1200px; margin:0 auto; padding:0 24px;
        }
        .mode-compare .mc-card {
            position:relative; border-radius:20px; padding:48px 36px 40px;
            background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08);
            backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px);
            overflow:hidden; transition:transform 0.35s ease, box-shadow 0.35s ease;
        }
        .mode-compare .mc-card:hover { transform:translateY(-6px); }
        .mode-compare .mc-card::before {
            content:''; position:absolute; top:0; left:0; right:0; height:3px;
        }
        .mode-compare .mc-card.y-card::before { background:linear-gradient(90deg,#8A2BE1,#8A2BE1); }
        .mode-compare .mc-card.y-card:hover { box-shadow:0 12px 48px rgba(138,43,225,0.25); }
        .mode-compare .mc-card.z-card::before { background:linear-gradient(90deg,#00d4aa,#ffd700); }
        .mode-compare .mc-card.z-card:hover { box-shadow:0 12px 48px rgba(0,212,170,0.25); }
        .mode-compare .mc-card.x-card::before { background:linear-gradient(90deg,#8A2BE1,#00d4aa); height:4px; }
        /* X Mode is the lead product — lifted, brighter border, always-on glow */
        .mode-compare .mc-card.x-card {
            border-color:rgba(138,43,225,0.6);
            box-shadow:0 0 0 1px rgba(138,43,225,0.35), 0 18px 54px rgba(138,43,225,0.20);
            transform:translateY(-10px);
        }
        .mode-compare .mc-card.x-card:hover { box-shadow:0 0 0 1px rgba(138,43,225,0.5), 0 24px 64px rgba(138,43,225,0.32); transform:translateY(-16px); }
        @media(max-width:768px){
            .mode-compare .mc-card.x-card { transform:none; }
            .mode-compare .mc-card.x-card:hover { transform:translateY(-6px); }
        }
        .mc-new-flag {
            position:absolute; top:18px; right:18px; padding:5px 12px; border-radius:100px;
            font-size:10px; font-weight:800; letter-spacing:0.8px; text-transform:uppercase;
            color:var(--on-green); background:linear-gradient(120deg,var(--green),var(--green-light));
            box-shadow:0 4px 16px rgba(0,212,170,0.35);
        }

        .mode-compare .mc-icon {
            width:56px; height:56px; border-radius:14px; display:flex; align-items:center; justify-content:center;
            margin-bottom:24px; font-size:1.6rem;
        }
        .mc-card.y-card .mc-icon { background:linear-gradient(135deg,rgba(138,43,225,0.2),rgba(138,43,225,0.15)); }
        .mc-card.z-card .mc-icon { background:linear-gradient(135deg,rgba(0,212,170,0.2),rgba(255,215,0,0.15)); }
        .mc-card.x-card .mc-icon { background:linear-gradient(135deg,rgba(138,43,225,0.2),rgba(0,212,170,0.15)); }

        .mode-compare .mc-mode-label {
            font-size:0.8rem; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:4px;
        }
        .mc-card.y-card .mc-mode-label { color:#A855F0; }
        .mc-card.z-card .mc-mode-label { color:#00d4aa; }
        .mc-card.x-card .mc-mode-label { color:#A855F0; }

        .mode-compare .mc-tagline {
            font-size:1.5rem; font-weight:700; color:#fff; margin:0 0 20px; line-height:1.3;
        }
        .mode-compare .mc-big-number {
            font-size:clamp(3rem,6vw,4.5rem); font-weight:900; line-height:1; margin-bottom:6px;
            -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
        }
        .mc-card.y-card .mc-big-number { background-image:linear-gradient(135deg,#8A2BE1,#8A2BE1); }
        .mc-card.z-card .mc-big-number { background-image:linear-gradient(135deg,#00d4aa,#ffd700); }
        .mc-card.x-card .mc-big-number { background-image:linear-gradient(135deg,#8A2BE1,#00d4aa); }
        /* Infinity mark stands in for the big number on the X card. viewBox is
           cropped to the lemniscate's own bounds so it optically matches the
           cap-height of the 90% / 400% numbers on the sibling cards. */
        .mode-compare .mc-infinity {
            height:clamp(2.6rem,5.2vw,3.9rem);
            margin-bottom:6px; line-height:1;
        }
        /* width:auto on an SVG without width/height attrs fills the container in
           some engines — pin the viewBox ratio (22 / 10.8) so it can't. */
        .mode-compare .mc-infinity svg { height:100%; width:auto; aspect-ratio:22 / 10.8; display:block; }

        .mode-compare .mc-big-label {
            font-size:0.85rem; color:rgba(255,255,255,0.5); font-weight:600; letter-spacing:0.5px; margin-bottom:24px;
        }
        .mode-compare .mc-desc {
            color:rgba(255,255,255,0.6); font-size:0.95rem; line-height:1.65; margin-bottom:8px;
        }
        .mode-compare .mc-points { list-style:none; padding:0; margin:0 0 32px; }
        .mode-compare .mc-points li {
            color:rgba(255,255,255,0.65); font-size:0.92rem; line-height:1.6;
            padding:6px 0 6px 24px; position:relative;
        }
        .mode-compare .mc-points li::before {
            content:'✓'; position:absolute; left:0; font-weight:700;
        }
        .mc-card.y-card .mc-points li::before { color:#8A2BE1; }
        .mc-card.z-card .mc-points li::before { color:#00d4aa; }
        .mc-card.x-card .mc-points li::before { color:#8A2BE1; }

        .mode-compare .mc-cta {
            display:inline-flex; align-items:center; gap:8px;
            padding:14px 28px; border-radius:12px; font-weight:700; font-size:0.95rem;
            text-decoration:none; transition:transform 0.2s ease, box-shadow 0.2s ease;
            border:none; cursor:pointer;
        }
        .mode-compare .mc-cta:hover { transform:translateY(-2px); }
        .mc-card.y-card .mc-cta {
            background:linear-gradient(135deg,#8A2BE1,#8A2BE1); color:#fff;
            box-shadow:0 4px 20px rgba(138,43,225,0.35);
        }
        .mc-card.y-card .mc-cta:hover { box-shadow:0 8px 32px rgba(138,43,225,0.5); }
        .mc-card.z-card .mc-cta {
            background:linear-gradient(135deg,#00d4aa,#ffd700); color:#0a0a0f;
            box-shadow:0 4px 20px rgba(0,212,170,0.35);
        }
        .mc-card.z-card .mc-cta:hover { box-shadow:0 8px 32px rgba(0,212,170,0.5); }
        .mc-card.x-card .mc-cta {
            background:linear-gradient(135deg,#8A2BE1,#00d4aa); color:#fff;
            box-shadow:0 4px 20px rgba(138,43,225,0.35);
        }
        .mc-card.x-card .mc-cta:hover { box-shadow:0 8px 32px rgba(138,43,225,0.5); }

        /* Glow orbs */
        .mode-compare .mc-glow {
            position:absolute; width:260px; height:260px; border-radius:50%; filter:blur(100px); opacity:0.12; pointer-events:none;
        }
        .mc-card.y-card .mc-glow { background:#8A2BE1; top:-60px; right:-60px; }
        .mc-card.z-card .mc-glow { background:#00d4aa; bottom:-60px; left:-60px; }
        .mc-card.x-card .mc-glow { background:#8A2BE1; top:-60px; left:-60px; }

        @media(max-width:1000px){
            .mode-compare .mc-grid { grid-template-columns:1fr 1fr; max-width:820px; }
        }
        @media(max-width:768px){
            .mode-compare .mc-grid { grid-template-columns:1fr; max-width:480px; }
            .mode-compare .mc-card { padding:36px 28px 32px; }
            .mode-compare { padding:72px 0; }
        }
.events-showcase{position:relative;overflow:hidden;background:#08080f;padding:88px 0;border-top:1px solid rgba(255,255,255,0.06)}
.events-showcase.evs-page{padding-top:130px}
.events-showcase::before{content:'';position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 70% 60% at 25% 40%,rgba(138,43,225,0.10) 0%,transparent 65%),radial-gradient(ellipse 60% 70% at 80% 60%,rgba(168,85,240,0.06) 0%,transparent 60%);pointer-events:none}
.events-showcase .es-edge{position:absolute;left:0;right:0;height:1px;z-index:2;background:linear-gradient(90deg,transparent,rgba(138,43,225,0.35),transparent)}
.events-showcase .es-edge.top{top:0}.events-showcase .es-edge.bottom{bottom:0}
.events-showcase .es-wrap{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}
.events-showcase .es-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#A855F0;margin-bottom:14px}
.events-showcase .es-label .d{width:6px;height:6px;border-radius:50%;background:#A855F0}
.events-showcase .es-grad{background:linear-gradient(135deg,#8A2BE1,#A855F0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.events-showcase .es-top{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:40px}
.events-showcase .es-top-right{display:flex;align-items:center;gap:28px}
.events-showcase .es-title{font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.1;margin:0;color:#fff}
.events-showcase .es-intro{color:#a0a0b0;font-size:16px;line-height:1.7;flex:1;margin:0}
.events-showcase .es-nav{display:flex;gap:10px;align-self:end;padding-bottom:4px}
.events-showcase .es-arrow{width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,0.12);background:rgba(255,255,255,0.04);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s;backdrop-filter:blur(10px)}
.events-showcase .es-arrow:hover{border-color:#8A2BE1;background:rgba(138,43,225,0.15);transform:translateY(-2px)}
.events-showcase .es-arrow svg{width:18px;height:18px}
.events-showcase .es-featured{display:grid;grid-template-columns:0.85fr 1.15fr;gap:0;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:20px;overflow:hidden;backdrop-filter:blur(16px)}
.events-showcase .es-featured-info{padding:48px 40px;display:flex;flex-direction:column;justify-content:center}
.events-showcase .es-tag{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#A855F0;background:rgba(138,43,225,0.1);border:1px solid rgba(138,43,225,0.2);padding:6px 14px;border-radius:20px;margin-bottom:20px}
.events-showcase .es-featured-title{font-size:28px;font-weight:800;line-height:1.2;color:#fff;margin:0 0 14px}
.events-showcase .es-meta{display:inline-flex;align-items:center;gap:8px;color:#A855F0;font-size:14px;font-weight:500;margin-bottom:18px}
.events-showcase .es-meta svg{width:16px;height:16px;flex-shrink:0}
.events-showcase .es-featured-desc{color:#a0a0b0;font-size:15px;line-height:1.7;margin-bottom:28px}
.events-showcase .es-player{position:relative;aspect-ratio:16/9;background:#000;cursor:pointer;overflow:hidden}
.events-showcase .es-player img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.events-showcase .es-player:hover img{transform:scale(1.04)}
.events-showcase .es-player iframe{width:100%;height:100%;border:0;display:block}
.events-showcase .es-player-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.05),rgba(0,0,0,0.35));display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}
.events-showcase .es-play-btn{width:clamp(60px,7vw,76px);height:clamp(60px,7vw,76px);border-radius:50%;background:linear-gradient(135deg,#8A2BE1,#A855F0);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(138,43,225,0.5);transition:transform .3s ease;animation:esPulse 2.5s ease-in-out infinite}
.events-showcase .es-player:hover .es-play-btn{transform:scale(1.1)}
.events-showcase .es-play-btn::after{content:'';width:0;height:0;border-style:solid;border-width:12px 0 12px 20px;border-color:transparent transparent transparent #fff;margin-left:5px}
@keyframes esPulse{0%,100%{box-shadow:0 8px 32px rgba(138,43,225,0.5)}50%{box-shadow:0 8px 32px rgba(138,43,225,0.5),0 0 0 14px rgba(138,43,225,0.12)}}
.events-showcase .es-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}
.events-showcase .es-thumb{position:relative;aspect-ratio:16/9;border-radius:14px;overflow:hidden;cursor:pointer;border:1px solid rgba(255,255,255,0.08);transition:.35s;background:#0d0d14}
.events-showcase .es-thumb.active{border-color:#8A2BE1;box-shadow:0 0 0 1px #8A2BE1,0 8px 28px rgba(138,43,225,0.25)}
.events-showcase .es-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.events-showcase .es-thumb:hover img{transform:scale(1.06)}
.events-showcase .es-thumb:hover{transform:translateY(-3px);border-color:rgba(138,43,225,0.4)}
.events-showcase .es-thumb-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,0.85));display:flex;flex-direction:column;justify-content:flex-end;padding:12px}
.events-showcase .es-thumb-cat{font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:#A855F0;margin-bottom:3px}
.events-showcase .es-thumb-name{font-size:12.5px;font-weight:600;color:#fff;line-height:1.3}
.events-showcase .es-thumb-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background:rgba(138,43,225,0.85);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}
.events-showcase .es-thumb:hover .es-thumb-play{opacity:1}
.events-showcase .es-thumb-play::after{content:'';border-style:solid;border-width:7px 0 7px 11px;border-color:transparent transparent transparent #fff;margin-left:3px}
.events-showcase .es-channel{text-align:center;margin-top:36px}
.events-showcase .es-channel-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;border-radius:50px;font-weight:700;font-size:15px;color:#fff;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.12);transition:.3s}
.events-showcase .es-channel-btn:hover{border-color:#8A2BE1;background:rgba(138,43,225,0.1);transform:translateY(-2px);color:#fff}
.events-showcase .es-channel-btn.yt:hover{border-color:#ff0000;background:rgba(255,0,0,0.08)}
.events-showcase .es-channel-btn svg{width:20px;height:20px}
@media(max-width:900px){.events-showcase .es-top{grid-template-columns:1fr;gap:16px;margin-bottom:28px}.events-showcase .es-nav{display:none}.events-showcase .es-featured{grid-template-columns:1fr}.events-showcase .es-featured-info{order:2;padding:30px 26px}.events-showcase .es-player{order:1}.events-showcase .es-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.events-showcase{padding:64px 0}.events-showcase.evs-page{padding-top:104px}.events-showcase .es-featured-title{font-size:22px}.events-showcase .es-featured-info{padding:26px 22px}}
@media(max-width:480px){.events-showcase .es-strip{gap:10px}}
