    /* ===== RESET & GLOBAL LAYOUT FIX ===== */
    .page-wrapper {
        background: #05070c;
        font-family: 'Inter', sans-serif;
    }

    /* ===== 1. SEAMLESS HERO SECTION ===== */
    .seamless-hero {
        width: 100%;
        background: linear-gradient(180deg, #05070c 0%, #0b0f19 50%, #05070c 100%);
        padding: 5rem 5% 6rem 5%;
        box-sizing: border-box;
    }

    .seamless-container {
        max-width: 1350px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 3rem;
    }

    /* Left Content */
    .seamless-left {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .seamless-badge-top {
        font-size: 0.75rem;
        font-weight: 600;
        color: #94a3b8;
        letter-spacing: 0.5px;
    }

    .seamless-star {
        color: #fbbf24;
    }

    .seamless-left h1 {
        font-size: 4rem;
        font-weight: 900;
        line-height: 1.05;
        color: #ffffff;
        letter-spacing: -0.02em;
        margin: 0;
    }

    .seamless-white {
        color: #ffffff;
    }

    .seamless-pill {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: rgba(255, 255, 255, 0.04);
        padding: 0.3rem 0.9rem;
        border-radius: 6px;
        font-size: 0.75rem;
        font-weight: 600;
        width: fit-content;
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .seamless-dot {
        width: 7px;
        height: 7px;
        background: #22c55e;
        border-radius: 50%;
    }

    .seamless-desc {
        font-size: 1.15rem;
        color: #cbd5e1;
        line-height: 1.5;
        margin: 0;
    }

    .seamless-cta {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        margin-top: 0.5rem;
    }

    .seamless-btn-gold {
        background: linear-gradient(135deg, #fef08a 0%, #eab308 100%);
        color: #05070c;
        padding: 1rem 2.2rem;
        border-radius: 12px;
        font-weight: 700;
        font-size: 1rem;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 0.8rem;
        box-shadow: 0 10px 25px rgba(234, 179, 8, 0.2);
        transition: transform 0.2s;
    }

    .seamless-btn-gold:hover {
        transform: translateY(-2px);
    }

    .seamless-reward-link {
        color: #facc15;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
    }

    .seamless-reviews-bar {
        display: flex;
        gap: 2rem;
        margin-top: 2rem;
        padding-top: 1.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .seamless-rev-box {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-size: 0.85rem;
        color: #94a3b8;
    }

    .seamless-pink-stars {
        color: #ec4899;
        letter-spacing: 2px;
    }

    .seamless-rev-text {
        color: #ffffff;
        font-weight: 700;
    }

    /* Right Side: Phone Frame */
    .seamless-right {
        flex: 1;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .seamless-phone-frame {
        width: 310px;
        height: 580px;
        background: linear-gradient(180deg, #070a13 0%, #04060a 100%);
        border: 3px solid rgba(255, 255, 255, 0.1);
        border-radius: 40px;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.9);
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }

    .seamless-phone-screen {
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: 100%;
        position: relative;
    }

    .seamless-phone-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        font-size: 0.75rem;
        color: #94a3b8;
        margin-bottom: 1.5rem;
    }

    .seamless-notif-tag {
        background: rgba(255, 255, 255, 0.06);
        padding: 0.2rem 0.6rem;
        border-radius: 20px;
        font-size: 0.65rem;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .seamless-coin-glow {
        width: 60px;
        height: 60px;
        background: radial-gradient(circle, #facc15 0%, #ca8a04 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        box-shadow: 0 0 25px rgba(250, 204, 21, 0.3);
        border: 2px solid #fef08a;
    }

    .seamless-balance-box {
        margin-bottom: 1.5rem;
    }

    .seamless-label-sm {
        font-size: 0.75rem;
        color: #94a3b8;
        display: block;
    }

    .seamless-balance-val {
        font-size: 1.8rem;
        font-weight: 800;
        color: #ffffff;
        margin: 0.2rem 0 0 0;
    }

    .seamless-withdraw-btn {
        background: #ffffff;
        color: #000000;
        border: none;
        padding: 0.6rem 1.4rem;
        border-radius: 20px;
        font-weight: 700;
        font-size: 0.85rem;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    }

    .seamless-popup {
        position: absolute;
        bottom: 15px;
        left: 12px;
        right: 12px;
        background: rgba(10, 14, 24, 0.95);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0.7rem 0.9rem;
        border-radius: 12px;
        display: flex;
        align-items: center;
        gap: 0.8rem;
        text-align: left;
        backdrop-filter: blur(8px);
    }

    .seamless-popup-content {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .seamless-popup-content strong {
        font-size: 0.75rem;
        color: #ffffff;
    }

    .seamless-popup-content small {
        font-size: 0.65rem;
        color: #94a3b8;
    }

    .seamless-time {
        font-size: 0.6rem;
        color: #64748b;
    }

    /* Refined homepage palette and hero finish */
    .page-wrapper {
        --ink: #070b14;
        --panel: #0d1522;
        --cyan: #43d9ff;
        --gold: #ffc857;
        --coral: #ff8b6a;
        background:
            radial-gradient(circle at 82% 20%, rgba(67, 217, 255, 0.12), transparent 28%),
            radial-gradient(circle at 12% 55%, rgba(255, 139, 106, 0.08), transparent 24%),
            var(--ink);
    }

    .seamless-hero {
        position: relative;
        overflow: hidden;
        padding-top: 6.5rem;
        padding-bottom: 7rem;
        background:
            linear-gradient(90deg, rgba(7, 11, 20, 0.98) 0%, rgba(7, 11, 20, 0.82) 46%, rgba(7, 11, 20, 0.42) 100%),
            radial-gradient(circle at 78% 45%, rgba(67, 217, 255, 0.18), transparent 34%),
            var(--ink);
    }

    .seamless-hero::after {
        content: '';
        position: absolute;
        inset: auto 0 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(67, 217, 255, 0.6), transparent);
    }

    .seamless-container {
        position: relative;
        z-index: 1;
        max-width: 1240px;
        gap: 5rem;
    }

    .seamless-left {
        gap: 1.25rem;
    }

    .seamless-badge-top {
        color: var(--gold);
        letter-spacing: 1.4px;
    }

    .seamless-left h1 {
        max-width: 680px;
        font-size: clamp(3.5rem, 5.4vw, 5.4rem);
        line-height: 0.98;
        letter-spacing: -0.045em;
        text-wrap: balance;
    }

    .seamless-white {
        color: var(--cyan);
    }

    .seamless-pill {
        color: #b9f4ff;
        background: rgba(67, 217, 255, 0.08);
        border-color: rgba(67, 217, 255, 0.24);
    }

    .seamless-desc {
        color: #b9c9dc;
        font-size: 1.2rem;
    }

    .seamless-btn-gold {
        background: linear-gradient(135deg, #ffe08a, var(--gold));
        border-radius: 9px;
        box-shadow: 0 12px 30px rgba(255, 200, 87, 0.22);
    }

    .btn-rules {
        background: linear-gradient(135deg, #63e2ff, #4e8dff);
        border-radius: 9px;
        box-shadow: 0 10px 26px rgba(67, 217, 255, 0.2);
    }

    .seamless-right::before {
        content: 'REAL-TIME PERFORMANCE';
        position: absolute;
        top: 8%;
        right: 3%;
        color: rgba(67, 217, 255, 0.65);
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: 2px;
        writing-mode: vertical-rl;
    }

    .seamless-phone-frame {
        border-color: rgba(67, 217, 255, 0.24);
        border-radius: 28px;
        background: linear-gradient(150deg, rgba(25, 43, 61, 0.9), rgba(5, 9, 16, 0.98));
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65), 0 0 70px rgba(67, 217, 255, 0.12);
        transform: rotate(2deg);
    }

    .seamless-phone-screen {
        background: linear-gradient(160deg, rgba(15, 28, 43, 0.96), rgba(5, 9, 16, 0.98));
    }

    .seamless-phone-header {
        color: var(--cyan);
    }

    .seamless-coin-glow {
        background: radial-gradient(circle, #fff0a8 0%, var(--gold) 42%, #d87938 100%);
        box-shadow: 0 0 34px rgba(255, 200, 87, 0.45);
    }

    .sp-unique-sec {
        background: #090f19;
    }

    .sp-unique-subtitle {
        color: var(--cyan);
        background: rgba(67, 217, 255, 0.08);
        border-color: rgba(67, 217, 255, 0.2);
    }

    .sp-unique-gradient {
        background: linear-gradient(135deg, var(--cyan), var(--gold));
        -webkit-background-clip: text;
        background-clip: text;
    }

    /* Monochrome, transparent finish */
    .page-wrapper,
    .seamless-hero,
    .sp-unique-sec,
    .seamless-phone-frame,
    .seamless-phone-screen,
    .seamless-popup,
    .sp-unique-card {
        background: transparent !important;
    }

    .page-wrapper {
        color: #42d9ff;
    }

    .seamless-hero::after {
        background: #42d9ff;
        opacity: 0.35;
    }

    .seamless-left h1,
    .seamless-white,
    .seamless-desc,
    .seamless-badge-top,
    .seamless-pill,
    .seamless-phone-header,
    .seamless-label-sm,
    .seamless-balance-val,
    .sp-unique-header h2,
    .sp-unique-header p,
    .sp-unique-card h3,
    .sp-unique-card p,
    .sp-unique-gradient {
        color: #42d9ff !important;
        background: none !important;
        -webkit-text-fill-color: #42d9ff !important;
    }

    .seamless-pill,
    .sp-unique-subtitle,
    .seamless-phone-frame,
    .sp-unique-card,
    .seamless-popup {
        border-color: rgba(66, 217, 255, 0.45) !important;
    }

    .seamless-btn-gold,
    .btn-rules,
    .seamless-withdraw-btn {
        color: #42d9ff !important;
        background: transparent !important;
        border: 1px solid #42d9ff !important;
        box-shadow: none !important;
    }

    .seamless-coin-glow {
        background: transparent !important;
        border-color: #42d9ff !important;
        box-shadow: 0 0 24px rgba(66, 217, 255, 0.32);
    }


    /* ===== 2. WHY CHOOSE SECTION (SEPARATE BLOCK) ===== */
    .sp-unique-sec {
        width: 100%;
        background: #05070c;
        padding: 6rem 5%;
        box-sizing: border-box;
        clear: both;
        display: block;
    }

    .sp-unique-container {
        max-width: 1300px;
        margin: 0 auto;
    }

    .sp-unique-header {
        text-align: center;
        max-width: 700px;
        margin: 0 auto 4rem auto;
    }

    .sp-unique-subtitle {
        display: inline-block;
        background: rgba(234, 179, 8, 0.1);
        color: #facc15;
        font-size: 0.75rem;
        font-weight: 700;
        padding: 0.35rem 1rem;
        border-radius: 20px;
        letter-spacing: 1px;
        margin-bottom: 1rem;
        border: 1px solid rgba(234, 179, 8, 0.2);
    }

    .sp-unique-header h2 {
        font-size: 3rem;
        font-weight: 900;
        margin: 0 0 1rem 0;
        letter-spacing: -0.02em;
        color: #ffffff;
    }

    .sp-unique-gradient {
        background: linear-gradient(135deg, #fef08a 0%, #eab308 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .sp-unique-header p {
        font-size: 1.1rem;
        color: #94a3b8;
        line-height: 1.6;
        margin: 0;
    }

    /* Grid Layout - 4 Columns Clean */
    .sp-unique-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.8rem;
    }

    .sp-unique-card {
        background: linear-gradient(180deg, #05b70c 0%, #0c0f19 50%, #05070c 100%);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 20px;
        padding: 2rem 1.5rem;
        box-sizing: border-box;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
    }

    .sp-unique-card:hover {
        transform: translateY(-6px);
        border-color: rgba(234, 179, 8, 0.4);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
        background: rgba(20, 30, 55, 0.8);
    }

    .sp-unique-card.highlight-card {
        background: linear-gradient(135deg, rgba(234, 179, 8, 0.08) 0%, rgba(15, 23, 42, 0.8) 100%);
        border-color: rgba(234, 179, 8, 0.3);
    }

    .sp-icon-box {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }

    .sp-unique-card h3 {
        font-size: 1.25rem;
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 0.8rem 0;
    }

    .sp-unique-card p {
        font-size: 0.92rem;
        color: #94a3b8;
        line-height: 1.6;
        margin: 0;
    }

     /* ===== HOW IT WORKS SECTION ===== */
    .how-it-works {
        padding: 80px 20px;
        border-top: none;
        border-bottom: none;
        text-align: center;
    }

    .how-it-works .section-header {
        margin-bottom: 50px;
    }

    .how-it-works .section-header .sub-title {
        color: #38bdf8;
        font-weight: 600;
        letter-spacing: 2px;
        display: block;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .how-it-works .section-header h2 {
        font-size: 38px;
        color: #f8fafc;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .how-it-works .section-header p {
        color: #94a3b8;
        font-size: 18px;
        max-width: 600px;
        margin: 0 auto;
    }

    /* Steps Container */
    .steps-container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    /* Step Card */
    .step {
        background: linear-gradient(180deg, #05070c 0%, #0b0d19 50%, #05070f 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 20px;
        padding: 40px 30px;
        flex: 1;
        text-align: center;
        transition: all 0.3s ease;
        position: relative;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

    .step:hover {
        transform: translateY(-8px);
        border-color: #00ffcc;
        box-shadow: 0 15px 40px rgba(0, 255, 204, 0.08);
        background: rgba(17, 24, 39, 0.9);
    }

    /* Step Number Badge */
    .step-number {
        width: 50px;
        height: 50px;
        margin: 0 auto 20px auto;
        background: linear-gradient(135deg, #38bdf8 0%, #00ffcc 100%);
        color: #0b0f19;
        font-size: 20px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        box-shadow: 0 4px 15px rgba(0, 255, 204, 0.3);
    }

    .step h3 {
        font-size: 20px;
        color: #f8fafc;
        margin-bottom: 12px;
        font-weight: 600;
    }

    .step p {
        color: #94a3b8;
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
    }

    /* Step Arrow */
    .step-arrow {
        color: #38bdf8;
        font-size: 28px;
        font-weight: bold;
        opacity: 0.6;
        transition: opacity 0.3s ease;
    }

    .step-arrow:hover {
        opacity: 1;
    }
    
     /* ---------- Challenge Selection (Fully Seamless) ---------- */
    
    #challenge-section {
        margin-top: -1px; /* Gap khatam karne ke liye */
    }

    .selection-wrapper {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto; 
        padding: 4rem 2rem;
        position: relative;
        z-index: 2;
    }
    
    .selection-header { text-align: center; margin-bottom: 40px; }
    .selection-header .sub-title { color: #f472b6; font-weight: 600; letter-spacing: 2px; display: block; font-size: 0.9rem; }
    .selection-header h2 { font-size: 32px; color: #f8fafc; margin: 6px 0; font-weight: 700; }
    .selection-header p { color: #94a3b8; }

    /* Progress Indicator ka background transparent kar diya hai taaki piche ka dark box/border bilkul khatam ho jaye */
    .progress-indicator {
        display: flex; 
        justify-content: space-between; 
        background: transparent;
        padding: 10px 10px; 
        margin-bottom: 30px;
        font-weight: 500; 
        color: #cbd5e1; 
        border: none;
    }
    #totalFeeDisplay { color: #f472b6; font-weight: 700; }

    .selection-section { margin-bottom: 30px; }
    .section-label {
        display: block; font-size: 13px; font-weight: 700; color: #94a3b8;
        text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px;
    }
    .options-grid {
        display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 14px;
    }

    .sel-btn {
        background: rgba(255, 255, 255, 0.03); 
        border: 1px solid rgba(255, 255, 255, 0.08); 
        color: #cbd5e1;
        padding: 16px 10px; border-radius: 14px; cursor: pointer;
        font-size: 15px; font-weight: 600; text-align: center;
        transition: all 0.25s ease; position: relative;
        display: flex; flex-direction: column; align-items: center;
        backdrop-filter: blur(4px);
    }
    .sel-btn:hover { border-color: rgba(236, 72, 153, 0.4); background: rgba(255, 255, 255, 0.06); transform: translateY(-2px); }
    .sel-btn.selected {
        background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(139, 92, 246, 0.15)); 
        border-color: #ec4899;
        box-shadow: 0 0 25px rgba(236, 72, 153, 0.25);
        color: #fff;
    }
    .sel-btn.selected .fee-text { color: #fbcfe8; }
    .sel-btn .fee-text { font-size: 12px; color: #94a3b8; font-weight: normal; margin-top: 4px; }
    .sel-btn .badge {
        position: absolute; top: -8px; right: 10px; padding: 2px 10px;
        border-radius: 50px; font-size: 10px; font-weight: bold; text-transform: uppercase;
    }
    .badge-popular { background: #ec4899; color: #fff; }
    .badge-new { background: #8b5cf6; color: #fff; }

    .sel-btn.selected::after {
        content: "✓"; position: absolute; top: -8px; left: 10px;
        font-size: 14px; color: #ec4899; font-weight: bold;
        background: #0b0f19; padding: 0 4px; border-radius: 50%;
    }

    .action-area {
        margin-top: 40px; text-align: center;
    }
    .btn-evolution {
        background: rgba(255, 255, 255, 0.04); 
        border: 1px solid rgba(255, 255, 255, 0.08); 
        color: #64748b;
        padding: 18px 50px; border-radius: 60px; font-size: 20px; font-weight: 700;
        cursor: not-allowed; transition: all 0.4s ease; position: relative;
        display: inline-flex; flex-direction: column; align-items: center;
        min-width: 280px;
    }
    .btn-evolution .btn-subtext {
        font-size: 13px; font-weight: normal; color: #475569; margin-top: 4px;
    }
    .btn-evolution.enabled {
        background: linear-gradient(135deg, #ec4899, #8b5cf6);
        border-color: #ec4899; color: #fff; cursor: pointer;
        box-shadow: 0 0 35px rgba(236, 72, 153, 0.4);
        animation: glowPulse 2s infinite;
    }
    .btn-evolution.enabled .btn-subtext {
        color: #fbcfe8;
    }
    @keyframes glowPulse {
        0% { box-shadow: 0 0 20px rgba(236, 72, 153, 0.4); }
        50% { box-shadow: 0 0 45px rgba(236, 72, 153, 0.7); }
        100% { box-shadow: 0 0 20px rgba(236, 72, 153, 0.4); }
    }
    .btn-evolution.enabled:hover { transform: scale(1.03); }

    .reset-link {
        margin-top: 18px; color: #94a3b8; cursor: pointer; font-size: 14px;
        transition: color 0.2s; display: inline-block;
    }
    .reset-link:hover { color: #f8fafc; text-decoration: underline; }

    /* ---------- Particles Canvas ---------- */
    
         /* ============================================================
       SPONSORS SECTION - sponsors.css
       ============================================================ */

    /* ----- SECTION CONTAINER ----- */
    .sponsors-section {
        padding: 80px 20px;
        border-top: none;
        border-bottom: none;
        margin-top: 0;
        width: 100%;
    }

    .sponsors-container {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    /* ----- SECTION HEADER ----- */
    .sponsors-section .section-header {
        margin-bottom: 50px;
    }

    .sponsors-section .section-header .sub-title {
        color: #38bdf8;
        font-weight: 600;
        letter-spacing: 2px;
        font-size: 14px;
        display: block;
        margin-bottom: 8px;
    }

    .sponsors-section .section-header h2 {
        font-size: 36px;
        color: #f8fafc;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .sponsors-section .section-header p {
        color: #94a3b8;
        font-size: 18px;
        max-width: 600px;
        margin: 0 auto;
    }

    /* ----- SPONSORS GRID (3 UP, 2 DOWN CENTERED) ----- */
    .sponsors-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin: 30px auto 40px;
        max-width: 1100px;
    }

    /* Target last 2 items to center them nicely in the bottom row */
    .sponsors-grid .sponsor-card:nth-child(4) {
        grid-column: 1 / 2;
        justify-self: end;
    }
    .sponsors-grid .sponsor-card:nth-child(5) {
        grid-column: 2 / 3;
        justify-self: start;
    }

    /* Make the 4th card stretch to center if using a 2-column span trick, or keep grid-column placement */
    @media (min-width: 769px) {
        .sponsors-grid {
            justify-items: center;
        }
        /* Let's use a cleaner flex or grid wrapper approach for 3-up, 2-down layout */
    }

    /* Re-engineered clean 3-up / 2-down using flex wrapper or span */
    .sponsors-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    /* ----- SPONSOR CARD ----- */
    .sponsor-card {
        background: linear-gradient(180deg, #05070c 0%, #0b2f19 50%, #05070c 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 16px;
        padding: 30px 20px 25px;
        transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc(33.333% - 20px);
        max-width: 350px;
    }

    /* Top row: first 3 cards */
    .sponsors-grid .sponsor-card:nth-child(-n+3) {
        flex: 0 0 calc(33.333% - 20px);
    }

    /* Bottom row: last 2 cards, wider width to center nicely */
    .sponsors-grid .sponsor-card:nth-child(n+4) {
        flex: 0 0 calc(40% - 20px);
    }

    .sponsor-card:hover {
        transform: translateY(-6px);
        border-color: #00ffcc;
        box-shadow: 0 12px 40px rgba(0, 255, 204, 0.08);
        background: rgba(17, 24, 39, 0.9);
    }

    /* ----- SPONSOR LOGO ----- */
    .sponsor-logo {
        width: 100%;
        max-width: 180px;
        height: 150px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(15, 23, 42, 0.6);
        border-radius: 10px;
        padding: 8px 12px;
        border: 1px solid rgba(255, 255, 255, 0.04);
        transition: border-color 0.3s ease;
    }

    .sponsor-card:hover .sponsor-logo {
        border-color: #38bdf8;
    }

    .sponsor-logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        filter: brightness(0.9) grayscale(0.2);
        transition: filter 0.3s ease;
    }

    .sponsor-card:hover .sponsor-logo img {
        filter: brightness(1.1) grayscale(0);
    }

    /* ----- SPONSOR ROLE BADGE ----- */
    .sponsor-role {
        display: inline-block;
        background: rgba(56, 189, 248, 0.12);
        color: #38bdf8;
        font-size: 12px;
        font-weight: 600;
        padding: 4px 14px;
        border-radius: 20px;
        margin-bottom: 12px;
        letter-spacing: 0.5px;
        border: 1px solid rgba(56, 189, 248, 0.15);
    }

    /* ----- SPONSOR DESCRIPTION ----- */
    .sponsor-card p {
        color: #94a3b8;
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
    }

    /* ----- CTA ----- */
    .sponsors-cta {
        margin-top: 40px;
        color: #94a3b8;
        font-size: 16px;
    }

    .sponsors-cta a {
        color: #38bdf8;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.2s;
    }

    .sponsors-cta a:hover {
        color: #00ffcc;
        text-decoration: underline;
    }

/* ================================================================
   SHARED SITE THEME
   Loaded by every template so subpages and both home variants use
   the same type scale, colors, surfaces, and controls.
   ================================================================ */
:root {
    --site-ink: #07111f;
    --site-ink-deep: #040a13;
    --site-panel: #0d1b2b;
    --site-panel-soft: rgba(13, 27, 43, 0.78);
    --site-line: rgba(142, 197, 255, 0.2);
    --site-text: #edf6ff;
    --site-muted: #9eb4c9;
    --site-accent: #64d8cb;
    --site-accent-strong: #39b9ad;
    --site-warm: #ffc857;
    --site-radius: 14px;
}

html { scroll-behavior: smooth; }

body,
.page-wrapper,
button,
input,
select,
textarea {
    font-family: 'DM Sans', sans-serif !important;
}

body {
    background: var(--site-ink-deep) !important;
    color: var(--site-text) !important;
}

.page-wrapper {
    color: var(--site-text) !important;
    background:
        radial-gradient(circle at 84% 8%, rgba(100, 216, 203, 0.12), transparent 26%),
        linear-gradient(180deg, var(--site-ink) 0%, var(--site-ink-deep) 100%) !important;
}

h1, h2, h3, h4,
.section-header h2,
.selection-header h2 {
    font-family: 'Space Grotesk', sans-serif !important;
    color: var(--site-text) !important;
}

a { color: var(--site-accent) !important; }

.seamless-hero,
.sp-unique-sec,
.how-it-works,
.selection-wrapper,
.sponsors-section {
    background: transparent !important;
}

.seamless-white,
.sp-unique-gradient,
.sp-unique-subtitle,
.how-it-works .section-header .sub-title,
.selection-header .sub-title,
.sponsors-section .section-header .sub-title {
    color: var(--site-accent) !important;
    -webkit-text-fill-color: var(--site-accent) !important;
}

.seamless-btn-gold,
.btn-rules,
.btn-evolution.enabled {
    background: var(--site-accent) !important;
    border-color: var(--site-accent) !important;
    color: #06201e !important;
    box-shadow: 0 10px 26px rgba(100, 216, 203, 0.18) !important;
}

.seamless-btn-gold:hover,
.btn-rules:hover,
.btn-evolution.enabled:hover { background: #8be8dd !important; }

.sp-unique-card,
.step,
.sponsor-card,
.sel-btn,
.seamless-phone-frame,
.seamless-popup {
    background: var(--site-panel-soft) !important;
    border-color: var(--site-line) !important;
    border-radius: var(--site-radius) !important;
}

.sp-unique-card p,
.step p,
.sponsor-card p,
.section-header p,
.selection-header p,
.seamless-desc { color: var(--site-muted) !important; }

.sel-btn.selected {
    background: rgba(100, 216, 203, 0.16) !important;
    border-color: var(--site-accent) !important;
    color: var(--site-text) !important;
    box-shadow: 0 0 24px rgba(100, 216, 203, 0.16) !important;
}

/* Four additional homepage sections */
.site-section {
    width: 100%;
    padding: 86px 5%;
    box-sizing: border-box;
}

.site-section-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.site-section-heading {
    max-width: 650px;
    margin: 0 auto 38px;
    text-align: center;
}

.site-eyebrow {
    color: var(--site-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-section-heading h2 { margin: 10px 0; font-size: clamp(2rem, 4vw, 3.2rem); }
.site-section-heading p { color: var(--site-muted); line-height: 1.7; margin: 0; }

.site-stat-grid,
.site-risk-grid,
.site-payout-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.site-stat,
.site-risk-card,
.site-payout-step,
.site-faq-item {
    padding: 24px;
    border: 1px solid var(--site-line);
    border-radius: var(--site-radius);
    background: var(--site-panel-soft);
}

.site-stat strong { display: block; color: var(--site-accent); font: 700 2.25rem 'Space Grotesk', sans-serif; }
.site-stat span,
.site-risk-card p,
.site-payout-step p,
.site-faq-item p { color: var(--site-muted); line-height: 1.6; }
.site-risk-card h3,
.site-payout-step h3 { margin: 0 0 8px; color: var(--site-text); }
.site-risk-card .site-risk-mark { color: var(--site-warm); font-size: 1.5rem; margin-bottom: 12px; }
.site-payout-step { position: relative; }
.site-payout-step::before { content: attr(data-step); color: var(--site-accent); font: 700 0.8rem 'Space Grotesk', sans-serif; letter-spacing: 0.12em; }
.site-faq-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.site-faq-item h3 { color: var(--site-text); font-size: 1rem; margin: 0 0 8px; }
.site-faq-item p { margin: 0; font-size: 0.95rem; }
.site-final-cta { text-align: center; padding-top: 30px; }
.site-final-cta a { display: inline-flex; margin-top: 14px; padding: 13px 24px; border-radius: 9px; background: var(--site-accent); color: #06201e !important; font-weight: 700; text-decoration: none; }

@media only screen and (max-width: 768px) {
    .site-section { padding: 58px 20px; }
    .site-stat-grid, .site-risk-grid, .site-payout-grid, .site-faq-list { grid-template-columns: 1fr; }
    .site-section-heading h2 { font-size: 2rem; }
}