/* 55 Club — Premium Red Theme UI (fast + SEO-friendly) */

:root {
    --bg: #070708;
    --panel: #0f1012;
    --panel2: #14151a;
    --text: #f3f4f6;
    --muted: #b8bcc6;
    --soft: #8b90a0;
    --border: rgba(255, 255, 255, .10);

    --red: #e11d48;
    /* primary */
    --red2: #ff2d55;
    /* glow */
    --gold: #fbbf24;
    /* highlights */
    --good: #22c55e;
    /* trust */
    --shadow: 0 20px 60px rgba(0, 0, 0, .45);
    --radius: 18px;

    --max: 1120px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    background:
        radial-gradient(1200px 600px at 20% 0%, rgba(225, 29, 72, .22), transparent 55%),
        radial-gradient(900px 500px at 80% 10%, rgba(251, 191, 36, .16), transparent 60%),
        radial-gradient(700px 500px at 50% 90%, rgba(255, 45, 85, .12), transparent 60%),
        var(--bg);
    color: var(--text);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: min(var(--max), calc(100% - 32px));
    margin: 0 auto;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    background: #fff;
    color: #000;
    padding: 10px 14px;
    border-radius: 10px;
}

.skip-link:focus {
    left: 16px;
    top: 16px;
    z-index: 9999;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(12px);
    background: rgba(7, 7, 8, .65);
    border-bottom: 1px solid var(--border);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    gap: 12px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    letter-spacing: .2px;
}

.brand-badge {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background:
        radial-gradient(14px 14px at 30% 30%, rgba(255, 255, 255, .35), transparent 60%),
        linear-gradient(135deg, var(--red2), var(--red));
    box-shadow: 0 10px 25px rgba(225, 29, 72, .35);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
}

.brand-badge svg {
    width: 20px;
    height: 20px;
}

.navlinks {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--muted);
    font-weight: 600;
}

.navlinks a {
    padding: 10px 10px;
    border-radius: 12px;
    transition: .2s;
}

.navlinks a:hover {
    background: rgba(255, 255, 255, .06);
    color: var(--text);
}

.nav-ctas {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    color: var(--text);
    font-weight: 800;
    transition: transform .15s ease, background .2s ease, border-color .2s ease;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .20);
}

.btn:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .18);
}

.btn:active {
    transform: translateY(0px);
}

.btn-primary {
    background:
        radial-gradient(20px 20px at 30% 20%, rgba(255, 255, 255, .25), transparent 60%),
        linear-gradient(135deg, var(--red2), var(--red));
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 18px 40px rgba(225, 29, 72, .35);
}

.btn-primary:hover {
    filter: brightness(1.02);
}

.btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .14);
}

.hamburger {
    display: none;
}

.hero {
    padding: 10px 0 26px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 26px;
    align-items: stretch;
}

.hero-card {
    border: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 28px;
    overflow: hidden;
    position: relative;
}

.hero-card:before {
    content: "";
    position: absolute;
    inset: -2px;
    background: radial-gradient(600px 280px at 25% 0%, rgba(225, 29, 72, .25), transparent 65%);
    pointer-events: none;
}

.kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .05);
    color: var(--muted);
    font-weight: 700;
    position: relative;
}

.kicker b {
    color: var(--gold);
}

h1 {
    margin: 16px 0 10px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -.8px;
    position: relative;
}

.lead {
    margin: 0;
    color: var(--muted);
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.65;
    max-width: 58ch;
    position: relative;
}

.hero-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 18px;
    flex-wrap: wrap;
    position: relative;
}

.hero-note {
    margin-top: 14px;
    color: var(--soft);
    font-weight: 600;
    font-size: 14px;
    position: relative;
}

.proof-row {
    margin-top: 20px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    color: var(--muted);
    position: relative;
}

.proof {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .10);
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--good);
    box-shadow: 0 0 0 6px rgba(34, 197, 94, .12);
}

.hero-side {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .05);
    box-shadow: var(--shadow);
    padding: 22px;
    position: relative;
    overflow: hidden;
}

.hero-side:before {
    content: "";
    position: absolute;
    inset: -2px;
    background: radial-gradient(500px 220px at 90% 10%, rgba(251, 191, 36, .18), transparent 62%);
    pointer-events: none;
}

.side-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 900;
    position: relative;
}

.step {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    position: relative;
}

.step:last-child {
    border-bottom: none;
}

.step-num {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(225, 29, 72, .16);
    border: 1px solid rgba(225, 29, 72, .35);
    color: #ffd7df;
    font-weight: 900;
}

.step h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
}

.step p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.section {
    padding: 34px 0;
}

.section h2 {
    margin: 0 0 10px;
    font-size: clamp(22px, 2vw, 30px);
    letter-spacing: -.3px;
}

.section p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 18px;
}

.card {
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, .04);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .22);
}

.card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 900;
}

.card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.callout {
    margin-top: 18px;
    padding: 18px;
    border-radius: var(--radius);
    border: 1px solid rgba(225, 29, 72, .26);
    background: linear-gradient(180deg, rgba(225, 29, 72, .16), rgba(255, 255, 255, .03));
}

.callout strong {
    color: #ffd7df;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
}

.faq {
    margin-top: 18px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: rgba(255, 255, 255, .03);
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-q {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    color: var(--text);
    padding: 16px 16px;
    cursor: pointer;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-a {
    display: none;
    padding: 0 16px 16px;
    color: var(--muted);
    line-height: 1.75;
    font-size: 14px;
}

.faq-item[aria-expanded="true"] .faq-a {
    display: block;
}

.badge-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .10);
    color: var(--muted);
    font-weight: 800;
    font-size: 13px;
}

.footer {
    padding: 26px 0 40px;
    border-top: 1px solid var(--border);
    background: rgba(0, 0, 0, .12);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 14px;
    align-items: start;
}

.footer p {
    color: var(--muted);
    margin: 10px 0 0;
    line-height: 1.75;
}

.footer h4 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 900;
    color: var(--text);
}

.footer a {
    display: block;
    padding: 7px 0;
    color: var(--muted);
    font-weight: 700;
}

.footer a:hover {
    color: var(--text);
}

.sticky-cta {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    width: min(var(--max), calc(100% - 24px));
    z-index: 60;
    display: none;
}

.sticky-inner {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(12, 12, 14, .78);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .55);
}

.sticky-inner .text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sticky-inner .text b {
    font-weight: 900;
}

.sticky-inner .text span {
    color: var(--muted);
    font-weight: 700;
    font-size: 13px;
}

.sticky-inner .actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.small {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.7;
}

.breadcrumbs {
    color: var(--muted);
    font-weight: 700;
    font-size: 13px;
    margin: 18px 0 10px;
}

.breadcrumbs a {
    color: var(--muted);
    text-decoration: underline;
}

.page-hero {
    padding: 34px 0 8px;
}

.page-hero h1 {
    margin: 0 0 8px;
    font-size: clamp(28px, 3.2vw, 40px);
}

.page-hero p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
    max-width: 70ch;
}

.content {
    padding: 18px 0 34px;
}

.content h2 {
    margin: 22px 0 10px;
    font-size: 20px;
}

.content h3 {
    margin: 18px 0 8px;
    font-size: 16px;
}

.content p {
    margin: 0 0 12px;
    color: var(--muted);
    line-height: 1.8;
}

.content ul {
    margin: 8px 0 14px 18px;
    color: var(--muted);
    line-height: 1.8;
}

hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, .10);
    margin: 18px 0;
}

@media (max-width: 960px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .grid-3 {
        grid-template-columns: 1fr;
    }

    .split {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .navlinks {
        display: none;
    }

    .hamburger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, .14);
        background: rgba(255, 255, 255, .05);
        cursor: pointer;
    }

    .mobile-menu {
        display: none;
        padding: 0 0 14px;
    }

    .mobile-menu a {
        display: block;
        padding: 12px 0;
        color: var(--muted);
        font-weight: 800;
        border-bottom: 1px solid rgba(255, 255, 255, .10);
    }

    .mobile-menu a:last-child {
        border-bottom: none;
    }
}