   :root{
            --dark:#06101f;
            --dark2:#0f172a;
            --panel:#101f35;
            --blue:#2563eb;
            --cyan:#22d3ee;
            --purple:#7c3aed;
            --pink:#ec4899;
            --green:#10b981;
            --soft:#f5f8ff;
            --text:#172033;
            --muted:#64748b;
            --border:rgba(148,163,184,.28);
        }

        *{box-sizing:border-box}

        body{
            margin:0;
            background:var(--soft);
            color:var(--text);
            font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        }

        a{text-decoration:none}

        .topbar{
            background:#020817;
            color:rgba(255,255,255,.72);
            font-size:13px;
            padding:8px 0;
            border-bottom:1px solid rgba(255,255,255,.06);
        }

        .navbar-wrap{
            position:sticky;
            top:0;
            z-index:1000;
            background:rgba(6,16,31,.86);
            backdrop-filter:blur(22px);
            border-bottom:1px solid rgba(255,255,255,.08);
        }

        .navbar-brand{
            font-weight:950;
            letter-spacing:.035em;
            color:#fff!important;
        }

        .brand-mark{
           background: none !important;
           padding: 0 !important;
           border-radius: 0 !important;
           box-shadow: none !important;
            width:40px;
            height:40px;
            border-radius:15px;
            display:inline-flex;
            align-items:center;
            justify-content:center;
            box-shadow:0 14px 34px rgba(34,211,238,.25);
            margin-right:10px;
        }

        .nav-link{
            color:rgba(255,255,255,.72)!important;
            font-weight:750;
            font-size:14px;
            padding:10px 12px!important;
        }

        .nav-link:hover{color:#fff!important}

        .nav-login{
            color:#fff!important;
            background:rgba(255,255,255,.08);
            border:1px solid rgba(255,255,255,.14);
            border-radius:999px;
            padding:10px 17px!important;
        }

        .btn-main{
            background:linear-gradient(135deg,var(--blue),var(--purple));
            color:white!important;
            border:0;
            border-radius:18px;
            padding:13px 22px;
            font-weight:850;
            box-shadow:0 18px 45px rgba(37,99,235,.27);
        }

        .btn-main:hover{transform:translateY(-1px)}

        .btn-glass{
            color:#fff!important;
            border:1px solid rgba(255,255,255,.22);
            background:rgba(255,255,255,.08);
            border-radius:18px;
            padding:13px 22px;
            font-weight:850;
        }

        .btn-soft{
            background:#fff;
            color:#111827!important;
            border:0;
            border-radius:18px;
            padding:13px 22px;
            font-weight:850;
            box-shadow:0 16px 34px rgba(15,23,42,.12);
        }

    .hero{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 12% 12%, rgba(34,211,238,.30), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(236,72,153,.26), transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(124,58,237,.22), transparent 34%),
        linear-gradient(135deg,#06101f,#111827 44%,#312e81);
    color:white;
    padding:105px 0 88px;
    text-align:center;
}

.hero-grid{
    display:block;
    max-width:980px;
    margin:0 auto;
}

.eyebrow{
    display:inline-flex;
    gap:8px;
    align-items:center;
    justify-content:center;
    padding:9px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.16);
    color:#dbeafe;
    font-weight:850;
    font-size:13px;
}

.hero-title{
    font-size:clamp(42px,6vw,72px);
    font-weight:950;
    line-height:1;
    letter-spacing:-.055em;
    margin:22px auto 0;
    max-width:860px;
}

.hero-text{
    color:rgba(255,255,255,.76);
    font-size:19px;
    max-width:760px;
    margin:24px auto 0;
}

.search-box{
    background:#fff;
    border-radius:28px;
    padding:10px;
    box-shadow:0 30px 90px rgba(0,0,0,.32);
    margin:34px auto 0;
    max-width:980px;
}

.search-box input,
.search-box select{
    border:0;
    background:#f8fafc;
    border-radius:18px;
    padding:15px 16px;
}

        .dashboard-card{
            background:#fff;
            color:#111827;
            border-radius:26px;
            padding:22px;
            box-shadow:0 20px 50px rgba(0,0,0,.18);
        }

        .score-row{
            display:flex;
            justify-content:space-between;
            align-items:center;
            padding:12px 0;
            border-bottom:1px solid #e5e7eb;
        }

        .score-row:last-child{border-bottom:0}

        .live-dot{
            width:10px;
            height:10px;
            border-radius:999px;
            background:#ef4444;
            display:inline-block;
            box-shadow:0 0 0 6px rgba(239,68,68,.14);
            margin-right:8px;
        }

        .stat-card{
            background:rgba(255,255,255,.08);
            border:1px solid rgba(255,255,255,.14);
            border-radius:24px;
            padding:20px;
            color:white;
            height:100%;
        }

        .stat-card h3{
            font-weight:950;
            margin:0;
        }

        .section{
            padding:78px 0;
        }

        .section-title{
            font-size:clamp(32px,4vw,52px);
            font-weight:950;
            letter-spacing:-.045em;
            margin:0;
        }

        .section-subtitle{
            color:var(--muted);
            font-size:18px;
            max-width:820px;
            margin-top:14px;
        }

        .feature-card{
            background:white;
            border:1px solid var(--border);
            border-radius:30px;
            padding:30px;
            height:100%;
            box-shadow:0 18px 52px rgba(15,23,42,.06);
            transition:.22s ease;
        }

        .feature-card:hover{
            transform:translateY(-5px);
            box-shadow:0 26px 72px rgba(15,23,42,.11);
        }

        .icon-box{
            width:60px;
            height:60px;
            border-radius:23px;
            display:flex;
            align-items:center;
            justify-content:center;
            background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(124,58,237,.12));
            color:var(--blue);
            font-size:27px;
            margin-bottom:22px;
        }

        .feature-card ul{
            margin:18px 0 0;
            padding-left:18px;
            color:var(--muted);
        }

        .feature-card li{margin:7px 0}

        .audience-card{
            border-radius:34px;
            padding:34px;
            min-height:100%;
            color:white;
            position:relative;
            overflow:hidden;
            box-shadow:0 24px 62px rgba(15,23,42,.16);
        }

        .audience-card:after{
            content:"";
            position:absolute;
            width:190px;
            height:190px;
            right:-65px;
            top:-65px;
            border-radius:50%;
            background:rgba(255,255,255,.12);
        }

        .for-clubs{background:linear-gradient(135deg,#2563eb,#1e40af)}
        .for-athletes{background:linear-gradient(135deg,#7c3aed,#5b21b6)}
        .for-events{background:linear-gradient(135deg,#ec4899,#be185d)}

        .mini-list{
            list-style:none;
            padding:0;
            margin:20px 0 0;
            position:relative;
            z-index:1;
        }

        .mini-list li{
            margin:10px 0;
            color:rgba(255,255,255,.9);
        }

        .mini-list i{
            color:#a7f3d0;
            margin-right:8px;
        }

        .dark-block{
            background:
                radial-gradient(circle at 20% 0%, rgba(34,211,238,.17), transparent 30%),
                radial-gradient(circle at 90% 20%, rgba(124,58,237,.22), transparent 35%),
                linear-gradient(135deg,#07111f,#0f172a);
            color:white;
            border-radius:42px;
            padding:52px;
            overflow:hidden;
            position:relative;
        }

        .process-card{
            display:flex;
            gap:18px;
            padding:20px 0;
            border-bottom:1px solid rgba(255,255,255,.09);
        }

        .process-card:last-child{border-bottom:0}

        .process-number{
            width:46px;
            height:46px;
            flex:0 0 46px;
            border-radius:17px;
            background:rgba(255,255,255,.10);
            display:flex;
            align-items:center;
            justify-content:center;
            font-weight:950;
            color:#67e8f9;
        }

        .seo-card,
        .pricing-card,
        .mini-card{
            background:white;
            border-radius:30px;
            border:1px solid var(--border);
            padding:28px;
            height:100%;
            box-shadow:0 18px 50px rgba(15,23,42,.06);
        }

        .seo-example{
            background:#f8fafc;
            border:1px solid #e2e8f0;
            border-radius:18px;
            padding:15px;
            color:#334155;
            font-size:14px;
            word-break:break-word;
        }

        .featured-plan{
            border:2px solid rgba(37,99,235,.45);
            box-shadow:0 26px 80px rgba(37,99,235,.16);
        }

        .club-mini-card,
        .event-card{
            background:#fff;
            border-radius:28px;
            border:1px solid var(--border);
            padding:24px;
            height:100%;
            box-shadow:0 15px 42px rgba(15,23,42,.06);
        }

        .logo-placeholder{
            width:56px;
            height:56px;
            border-radius:20px;
            background:linear-gradient(135deg,#dbeafe,#ede9fe);
            display:flex;
            align-items:center;
            justify-content:center;
            color:#2563eb;
            font-weight:950;
            margin-bottom:16px;
        }

        .cta{
            background:
                radial-gradient(circle at 15% 20%, rgba(34,211,238,.22), transparent 30%),
                linear-gradient(135deg,#111827,#312e81,#7c3aed);
            color:white;
            border-radius:44px;
            padding:66px 38px;
            text-align:center;
            box-shadow:0 30px 90px rgba(49,46,129,.28);
        }

        .footer{
            background:#050b15;
            color:rgba(255,255,255,.68);
            padding:66px 0 28px;
        }

        .footer h6{
            color:white;
            font-weight:900;
            margin-bottom:18px;
        }

        .footer a{
            display:block;
            color:rgba(255,255,255,.66);
            margin:10px 0;
            font-weight:650;
        }

        .footer a:hover{color:white}

        .footer-brand{
            color:white;
            font-size:24px;
            font-weight:950;
            letter-spacing:.04em;
        }

        .footer-bottom{
            border-top:1px solid rgba(255,255,255,.10);
            margin-top:38px;
            padding-top:22px;
            font-size:14px;
        }

        @media(max-width:992px){
            .hero-grid{grid-template-columns:1fr}
            .hero-panel{margin-top:20px}
        }

        @media(max-width:768px){
            .hero{padding:62px 0 52px}
            .dark-block{padding:30px}
            .search-box{border-radius:22px}
            .navbar .btn-main{width:100%; margin-top:10px}
        }
        
        .btn-dashboard{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:11px 18px;
    border-radius:14px;
    background:linear-gradient(135deg,#2563eb,#7c3aed);
    color:#fff !important;
    font-weight:850;
    border:0;
    box-shadow:0 14px 34px rgba(37,99,235,.18);
    transition:.2s ease;
}

.btn-dashboard:hover{
    transform:translateY(-2px);
    color:#fff !important;
}

.btn-register-sm{
    padding:10px 16px !important;
    font-size:14px;
    border-radius:14px !important;
}


.featured-clubs-section{
    position:relative;
}

.featured-clubs-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:22px;
    flex-wrap:wrap;
    margin-bottom:28px;
}

.section-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 13px;
    border-radius:999px;
    background:rgba(124,58,237,.08);
    color:#6d28d9;
    font-size:13px;
    font-weight:800;
    margin-bottom:12px;
}

.featured-btn{
    white-space:nowrap;
    box-shadow:0 14px 28px rgba(37,99,235,.18);
}

.club-premium-card{
    position:relative;
    height:100%;
    overflow:hidden;
    padding:22px;
    border-radius:28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88)),
        radial-gradient(circle at top right, rgba(236,72,153,.16), transparent 35%),
        radial-gradient(circle at bottom left, rgba(37,99,235,.14), transparent 38%);
    border:1px solid rgba(148,163,184,.22);
    box-shadow:0 18px 45px rgba(15,23,42,.08);
    transition:.25s ease;
}

.club-premium-card:hover{
    transform:translateY(-6px);
    box-shadow:0 26px 60px rgba(15,23,42,.13);
    border-color:rgba(124,58,237,.26);
}

.club-card-glow{
    position:absolute;
    inset:auto -30px -50px auto;
    width:120px;
    height:120px;
    border-radius:50%;
    background:rgba(124,58,237,.12);
    filter:blur(12px);
    pointer-events:none;
}

.club-card-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
}

.club-logo-premium{
    width:62px;
    height:62px;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:linear-gradient(135deg,#2563eb,#7c3aed,#ec4899);
    color:#fff;
    font-size:24px;
    font-weight:900;
    box-shadow:0 14px 28px rgba(124,58,237,.25);
}

.club-logo-premium img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.verified-badge,
.claim-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:7px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
}

.verified-badge{
    background:rgba(16,185,129,.1);
    color:#059669;
}

.claim-badge{
    background:rgba(245,158,11,.12);
    color:#b45309;
}

.club-card-title{
    min-height:48px;
    margin-bottom:16px;
    color:#0f172a;
    font-size:17px;
    font-weight:900;
    line-height:1.35;
}

.club-meta-list{
    display:grid;
    gap:9px;
    margin-bottom:18px;
}

.club-meta-item{
    display:flex;
    align-items:center;
    gap:9px;
    color:#64748b;
    font-size:14px;
    font-weight:600;
}

.club-meta-item i{
    width:30px;
    height:30px;
    border-radius:11px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f1f5f9;
    color:#4f46e5;
}

.club-card-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    width:100%;
    padding:12px 14px;
    border-radius:16px;
    background:#0f172a;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    transition:.2s ease;
}

.club-card-link:hover{
    background:linear-gradient(135deg,#2563eb,#7c3aed);
    color:#fff;
    transform:translateY(-2px);
}

.empty-clubs-box{
    padding:42px;
    border-radius:28px;
    text-align:center;
    background:#fff;
    border:1px dashed rgba(148,163,184,.5);
    color:#64748b;
}

.empty-clubs-box i{
    font-size:36px;
    color:#7c3aed;
    margin-bottom:10px;
}

@media(max-width:768px){
    .featured-clubs-head{
        align-items:flex-start;
    }

    .featured-btn{
        width:100%;
        justify-content:center;
    }

    .club-card-title{
        min-height:auto;
    }
}

.club-meta-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:20px;
}

.club-meta-chip{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 14px;
    border-radius:16px;
    font-size:13px;
    font-weight:700;
    line-height:1;
    transition:.2s ease;
}

.club-meta-chip:hover{
    transform:translateY(-2px);
}

.location-chip{
    background:rgba(37,99,235,.08);
    color:#1d4ed8;
}

.sport-chip{
    background:rgba(124,58,237,.09);
    color:#6d28d9;
}

.flag-emoji{
    font-size:18px;
    line-height:1;
}

.sport-icon{
    width:28px;
    height:28px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.75);
    font-size:13px;
}

.meta-text{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:180px;
}

        
 