    /* ===== 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;
    }


    /* ===== 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;
        background: linear-gradient(180deg, #05070c 0%, #0b0f19 50%, #05070c 100%);
        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 {
        background: linear-gradient(180deg, #05070c 0%, #0b0f19 50%, #05070c 100%);
        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;
    }