:root {
    --bg: #07080c;
    --bg-2: #0e1016;
    --card: #13151c;
    --line: rgba(255, 255, 255, 0.08);
    --text: #e9ecf3;
    --muted: #8d93a6;
    --cyan: #3ee0c4;
    --cyan-2: #1aa892;
    --amber: #ff8a3d;
    --pink: #ff5d8f;
    --ok: #5ee6a0;
    --danger: #ff6b6b;
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    --radius: 22px;
    --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Manrope, "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(900px 500px at 10% -10%, rgba(62, 224, 196, 0.14), transparent 50%),
        radial-gradient(800px 480px at 100% 0%, rgba(255, 138, 61, 0.12), transparent 46%),
        var(--bg);
    line-height: 1.55;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    z-index: 0;
}
img { max-width: 100%; display: block; }
a { color: var(--cyan); text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, .brand-name, .price-num { font-family: Unbounded, Manrope, sans-serif; }

.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.eyebrow {
    margin: 0 0 10px;
    color: var(--cyan);
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
}
.muted { color: var(--muted); }
.small { font-size: 13px; }
.lead { font-size: 18px; color: #c4c9d8; max-width: 640px; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
    background: linear-gradient(180deg, #5cf0d4, var(--cyan));
    color: #06241e;
    box-shadow: 0 10px 30px rgba(62, 224, 196, 0.28);
}
.btn-ghost {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--line);
}
.btn-amber {
    background: linear-gradient(180deg, #ffb06a, var(--amber));
    color: #2a1204;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(16px);
    background: rgba(7, 8, 12, 0.72);
    border-bottom: 1px solid var(--line);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--text); font-weight: 800; }
.brand-name {
    font-family: Unbounded, Manrope, sans-serif;
    font-size: clamp(13px, 1.7vw, 18px);
    line-height: 1.15;
    letter-spacing: -0.03em;
}
.brand-name b {
    font-weight: 800;
    color: var(--cyan);
    margin-left: 2px;
}
.brand img { width: 40px; height: 40px; border-radius: 12px; box-shadow: 0 0 0 2px rgba(62, 224, 196, 0.35); }
.nav { display: flex; gap: 22px; align-items: center; }
.nav a { color: #c9cedc; font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--cyan); }
.menu-btn { display: none; background: none; border: 0; color: var(--text); font-size: 22px; }

.hero { position: relative; z-index: 1; padding: 48px 0 24px; }
.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}
.hero-club {
    font-family: Unbounded, Manrope, sans-serif;
    font-size: clamp(34px, 6.2vw, 68px);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.05;
    margin: 0 0 16px;
}
.hero-club-text {
    background: linear-gradient(90deg, var(--cyan), #8be7ff 42%, var(--amber));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-club > span:last-child {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 14px 6px;
    border-radius: 999px;
    background: linear-gradient(180deg, #5cf0d4, var(--cyan));
    color: #06241e;
    font-size: 0.42em;
    vertical-align: 0.28em;
    letter-spacing: 0;
    box-shadow: 0 10px 30px rgba(62, 224, 196, 0.35);
}
.hero-tag {
    font-family: Unbounded, Manrope, sans-serif;
    font-size: clamp(20px, 2.8vw, 30px);
    line-height: 1.25;
    margin: 0 0 18px;
    letter-spacing: -0.03em;
    font-weight: 700;
}
.hero-tag em {
    font-style: normal;
    background: linear-gradient(90deg, var(--cyan), #8be7ff 40%, var(--amber));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero h1 {
    font-size: clamp(34px, 6.2vw, 68px);
    line-height: 1.05;
    margin: 0 0 16px;
    letter-spacing: -0.05em;
    font-weight: 800;
}
.hero h1 em {
    font-style: normal;
    background: linear-gradient(90deg, var(--cyan), #8be7ff 40%, var(--amber));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 18px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 14px; }
.hero-meta b { color: var(--text); }

.slider {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow);
    aspect-ratio: 16/11;
    background: #101218;
}
.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
}
.slide.is-on { opacity: 1; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide-cap {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(7, 8, 12, 0.7);
    font-size: 13px;
    font-weight: 700;
}
.dots { position: absolute; right: 16px; bottom: 16px; display: flex; gap: 8px; z-index: 2; }
.dots button {
    width: 8px; height: 8px; border-radius: 99px; border: 0; background: #fff5; padding: 0;
}
.dots button.is-on { background: var(--cyan); width: 22px; }

.section { position: relative; z-index: 1; padding: 72px 0; }
.section h2 {
    font-size: clamp(26px, 3.4vw, 40px);
    letter-spacing: -0.03em;
    margin: 0 0 12px;
}
.section-head { margin-bottom: 32px; }

.benefits {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}
.benefit {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px 18px;
    min-height: 210px;
}
.benefit .ico {
    width: 46px; height: 46px; border-radius: 14px;
    display: grid; place-items: center;
    background: rgba(62, 224, 196, 0.12);
    margin-bottom: 16px;
}
.benefit h3 { margin: 0 0 8px; font-size: 16px; }
.benefit p { margin: 0; color: var(--muted); font-size: 14px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step {
    padding: 24px;
    border-radius: var(--radius);
    background: linear-gradient(180deg, #171a23, #111318);
    border: 1px solid var(--line);
}
.step span {
    display: inline-block;
    color: #06241e;
    background: var(--cyan);
    font-weight: 800;
    border-radius: 99px;
    padding: 2px 10px;
    font-size: 13px;
    margin-bottom: 12px;
}

.chip {
    display: inline-flex;
    border-radius: 99px;
    padding: 3px 9px;
    font-size: 12px;
    font-weight: 700;
    background: rgba(255,138,61,0.14);
    color: #ffb27a;
    margin-bottom: 10px;
}
.chip.start { background: rgba(62,224,196,0.14); color: var(--cyan); }
.chip.mid { background: rgba(255,138,61,0.14); color: #ffb27a; }
.chip.pro { background: rgba(255,93,143,0.14); color: #ff8eaf; }

.catalog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.catalog-note {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 14px;
}
.vote-card {
    text-align: left;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 0;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color 0.15s ease, transform 0.15s ease;
}
.vote-card img {
    width: 100%;
    height: 148px;
    object-fit: cover;
    display: block;
    background: #12141c;
}
.vote-card-body { padding: 14px 16px 16px; display: block; }
.vote-card:hover { border-color: rgba(62,224,196,0.4); transform: translateY(-2px); }
.vote-card.is-picked {
    border-color: var(--cyan);
    box-shadow: inset 0 0 0 1px var(--cyan);
}
.vote-card h3 { margin: 8px 0 6px; font-size: 17px; }
.vote-card p { margin: 0 0 10px; color: var(--muted); font-size: 14px; }
.vote-meta { display: flex; justify-content: space-between; gap: 8px; font-size: 12px; color: var(--muted); }
.vote-count b { color: var(--cyan); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.filters button {
    border: 1px solid var(--line);
    background: transparent;
    border-radius: 99px;
    padding: 8px 14px;
    cursor: pointer;
}
.filters button.is-on { background: #fff; color: #111; }

.price-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.price {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 28px 24px;
}
.price.featured {
    background: linear-gradient(180deg, #17221f, #12161c);
    border-color: rgba(62,224,196,0.35);
}
.price-num { font-size: 42px; margin: 8px 0; letter-spacing: -0.04em; }
.price-num small { font-size: 16px; color: var(--muted); }
.price ul { margin: 0; padding-left: 18px; color: var(--muted); }

.enroll-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 28px; align-items: start; }
.form-card, .admin-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 24px;
    box-shadow: var(--shadow);
}
form label { display: block; margin-bottom: 14px; font-size: 13px; color: #c9cedc; font-weight: 600; }
input, select, textarea {
    width: 100%;
    margin-top: 6px;
    background: #0c0e14;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 12px;
}
textarea { min-height: 90px; resize: vertical; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; }
.check input { width: auto; margin-top: 3px; }
.form-error { color: var(--danger); }
.form-ok { color: var(--ok); }
.counter-pill {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background: rgba(62,224,196,0.1);
    border: 1px solid rgba(62,224,196,0.25);
    border-radius: 99px;
    padding: 8px 14px;
    font-weight: 700;
}

.faq { display: grid; gap: 10px; }
.faq details {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px 16px;
}
.faq summary { cursor: pointer; font-weight: 700; }
.faq p { margin: 10px 0 0; color: var(--muted); }

.site-footer {
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--line);
    padding: 28px 0 40px;
    color: var(--muted);
    font-size: 14px;
}
.footer-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

.admin-body { background: var(--bg); }
.admin-login { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.admin-top {
    position: sticky; top: 0; z-index: 5;
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 24px; background: rgba(7,8,12,0.85); border-bottom: 1px solid var(--line);
}
.admin-wrap { width: min(1100px, calc(100% - 32px)); margin: 0 auto; padding: 32px 0 64px; }
.admin-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 20px 0 32px; }
.admin-stats article {
    background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 18px;
}
.admin-stats strong { display: block; font-size: 36px; font-family: Unbounded, sans-serif; }
.admin-block { margin-bottom: 36px; }
.vote-leaderboard { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.vote-row { display: flex; justify-content: space-between; margin-bottom: 6px; }
.bar { height: 8px; background: #1b1e27; border-radius: 99px; overflow: hidden; }
.bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--amber)); }
.table-wrap { overflow: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.admin-table th, .admin-table td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--line); vertical-align: top; }
.status-form select { width: auto; padding: 6px 8px; }
.admin-top-actions { display: flex; gap: 8px; }

@media (max-width: 980px) {
    .hero-grid, .benefits, .steps, .catalog, .price-grid, .enroll-grid, .admin-stats {
        grid-template-columns: 1fr 1fr;
    }
    .benefits { grid-template-columns: 1fr 1fr; }
    .nav { display: none; }
    .nav.is-open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 72px; left: 0; right: 0;
        background: #0d0f15;
        padding: 16px 20px 20px;
        border-bottom: 1px solid var(--line);
    }
    .menu-btn { display: block; }
}
@media (max-width: 720px) {
    .hero-grid, .benefits, .steps, .catalog, .price-grid, .enroll-grid, .row-2, .admin-stats {
        grid-template-columns: 1fr;
    }
    .hero { padding-top: 24px; }
    .section { padding: 48px 0; }
    .header-inner .btn { display: none; }
}
