html {
    background:
        radial-gradient(circle at 18% 0%, rgba(216, 239, 102, 0.11), transparent 32%),
        radial-gradient(circle at 82% 0%, rgba(143, 214, 255, 0.07), transparent 28%),
        linear-gradient(180deg, #0a1713 0%, #07110f 44%, #040907 100%);
    color: var(--text);
}

/* ---- Hero ---- */

.hero {
    padding: clamp(24px, 4vw, 40px);
}

.hero::before {
    content: "";
    position: absolute;
    inset: auto -8% -32% auto;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 239, 102, 0.12), transparent 64%);
    pointer-events: none;
}

.hero__topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr minmax(0, 0.88fr);
    gap: 24px 48px;
    align-items: start;
}

/* ---- Hero heading block ---- */

.hero-heading-block {
    display: flex;
    flex-direction: column;
}

.hero-eyebrow {
    margin: 0 0 16px;
    font-family: var(--font-ui);
    font-size: 0.72rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
}

.hero-title {
    margin: 0;
    font-family: var(--font-ui);
    font-size: clamp(2.6rem, 5vw, 4.4rem);
    line-height: 1.1;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.025em;
}

.hero-byline {
    margin: 10px 0 0;
    font-size: 1.35rem;
    line-height: 1.5;
    font-weight: 400;
    color: var(--text-muted);
}

.hero-byline strong {
    font-weight: 700;
    color: var(--text-soft);
}

.hero-description {
    margin: 32px 0 0;
    max-width: 520px;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 400;
    color: var(--text-soft);
}

.hero-supporting {
    margin: 8px 0 0;
    max-width: 520px;
    font-size: 0.94rem;
    line-height: 1.65;
    font-weight: 400;
    color: var(--text-muted);
}

.hero-heading-block .hero-actions {
    margin-top: 32px;
}

.hero-heading-block .hero-badges {
    margin-top: 20px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(215, 232, 106, 0.16);
    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: 700;
    opacity: 0.82;
}

/* ---- Hero preview ---- */

.hero-preview {
    padding: 28px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--line-strong);
    background:
        linear-gradient(135deg, rgba(216, 239, 102, 0.10), transparent 38%),
        var(--panel-strong);
    box-shadow: var(--shadow);
}

.hero-preview__kicker {
    margin: 0 0 20px;
    color: var(--text-muted);
    font-size: 0.8rem;
    font-weight: 600;
}

.hero-preview__match {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    margin-bottom: 26px;
}

.hero-preview__team {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-preview__team--away {
    justify-content: flex-end;
}

.hero-preview__team-name {
    font-family: var(--font-display);
    font-size: clamp(1.1rem, 1.8vw, 1.55rem);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.hero-preview__crest {
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex: 0 0 auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.22));
}

.hero-preview__center {
    display: grid;
    justify-items: center;
    gap: 4px;
    color: var(--text-muted);
}

.hero-preview__meta {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
    white-space: nowrap;
}

.hero-preview__versus {
    font-size: 1.2rem;
    color: var(--text-soft);
    line-height: 1;
}

.hero-preview__metrics {
    display: grid;
    gap: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
}

.hero-preview__metric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 9px 0;
}

.hero-preview__metric + .hero-preview__metric {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-preview__label {
    color: var(--text-muted);
    font-size: 0.86rem;
}

.hero-preview__value {
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--text-soft);
}

.hero-preview__edge {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
    padding: 14px 18px;
    border-radius: var(--radius-md);
    background: var(--accent-wash);
    border: 1px solid rgba(216, 239, 102, 0.22);
}

.hero-preview__edge-value {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--accent);
}

.hero-preview__edge-label {
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--accent-deep);
}

.hero-preview__signal {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    border-radius: var(--radius-sm);
    background: var(--accent-wash);
    border: 1px solid rgba(216, 239, 102, 0.35);
    color: var(--accent);
    font-weight: 900;
    font-size: 0.88rem;
    line-height: 1;
}

.hero-preview__signal-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    flex: 0 0 auto;
}

.hero-preview__note {
    margin: 16px 0 0;
    color: var(--text-muted);
    font-size: 0.82rem;
    line-height: 1.55;
}

/* ---- Sections ---- */

.marketing-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.marketing-card {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.045);
}

.marketing-card__title {
    margin: 0 0 10px;
    font-family: var(--font-ui);
    font-size: 1.18rem;
    letter-spacing: -0.025em;
    font-weight: 700;
}

.marketing-card__body {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.64;
}

/* ---- Proof metrics ---- */

.proof-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.proof-metric {
    padding: 20px 22px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.proof-metric__value {
    font-family: var(--font-display);
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--accent-strong);
    margin-bottom: 8px;
}

.proof-metric__value--neutral {
    color: var(--text);
}

.proof-metric__value--sm {
    font-size: 1.3rem;
}

.proof-metric__label {
    color: var(--text-soft);
    font-size: 0.88rem;
    line-height: 1.5;
}

.proof-disclaimer {
    margin: 0;
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.6;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

/* ---- Steps ---- */

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.step {
    padding: 22px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: var(--radius-sm);
    background: rgba(216, 239, 102, 0.12);
    border: 1px solid rgba(216, 239, 102, 0.22);
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.step__title {
    margin: 0 0 8px;
    font-family: var(--font-ui);
    font-size: 1.05rem;
    letter-spacing: -0.025em;
    font-weight: 700;
}

.step__body {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.64;
}

/* ---- Plan teaser ---- */

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

.plan {
    display: block;
    padding: 22px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
    color: inherit;
    transition: border-color 150ms ease, background 150ms ease;
}

.plan:hover {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.07);
}

.plan--featured {
    background: linear-gradient(180deg, rgba(216, 239, 102, 0.08), rgba(255, 255, 255, 0.04));
    border-color: rgba(216, 239, 102, 0.22);
}

.plan--featured:hover {
    border-color: rgba(216, 239, 102, 0.42);
    background: linear-gradient(180deg, rgba(216, 239, 102, 0.13), rgba(255, 255, 255, 0.06));
}

.plan__name {
    margin: 0 0 8px;
    font-family: var(--font-ui);
    font-size: 1.18rem;
    letter-spacing: -0.025em;
    font-weight: 700;
}

.plan__body {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.6;
}

.plan-cta {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ---- End CTA ---- */

.end-cta {
    padding: 36px 32px;
    border-radius: var(--radius-xl);
    background:
        linear-gradient(135deg, rgba(216, 239, 102, 0.1), transparent 40%),
        var(--panel);
    border: 1px solid rgba(216, 239, 102, 0.16);
    box-shadow: var(--shadow);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.end-cta__copy {
    max-width: 56ch;
}

.end-cta__title {
    margin: 0 0 10px;
    font-family: var(--font-ui);
    font-size: clamp(1.4rem, 2.2vw, 1.8rem);
    letter-spacing: -0.025em;
    line-height: 1.15;
    font-weight: 700;
}

.end-cta__body {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.65;
}

/* Footer — se app.css */

/* ---- Responsive ---- */

@media (max-width: 1000px) {
    .hero__grid,
    .marketing-grid-3,
    .proof-metrics,
    .steps-grid,
    .plan-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-eyebrow {
        margin-bottom: 16px;
    }

    .hero-byline {
        margin-top: 8px;
        font-size: 1.06rem;
    }

    .hero-description {
        margin-top: 24px;
        font-size: 1.06rem;
    }

    .hero-supporting {
        font-size: 0.875rem;
    }
}

@media (max-width: 700px) {
    .end-cta {
        padding: 24px 22px;
    }

    .end-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .end-cta__actions .btn-primary,
    .end-cta__actions .btn-secondary {
        justify-content: center;
    }

    .hero-preview {
        padding: 22px;
    }

    .hero-preview__match {
        grid-template-columns: 1fr auto 1fr;
        gap: 10px;
    }

    .hero-preview__team-name {
        font-size: 1rem;
    }

    .hero-preview__crest {
        width: 36px;
        height: 36px;
    }
}
