﻿/* ============================================================================
   Pathways public landing page.
   Loaded ONLY by the static marketing pages (Index/Privacy/Terms) — the app
   itself never links this sheet, and this sheet never touches app markup.
   Hand-rolled design tokens instead of a utility framework: one static page
   didn't earn a toolchain in the publish pipeline, and every pixel here is
   deliberate. Brand: the app's own dark chassis, neon lime, violet.
   ========================================================================== */

:root {
    --ink: #07090e;
    --panel: #0d1119;
    --panel-2: #111827;
    --line: rgba(255, 255, 255, 0.08);
    --text: #e8ecf1;
    --muted: #97a3b6;
    --lime: #c8f542;
    --lime-hi: #daff5e;
    --violet: #b18cff;
    --display: "Bungee", system-ui, sans-serif;
    --body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    --radius: 14px;
    --pad: clamp(1rem, 4vw, 2rem);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.lp {
    background: var(--ink);
    color: var(--text);
    font-family: var(--body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img, svg, video { max-width: 100%; }

a { color: inherit; text-decoration: none; }

::selection { background: var(--lime); color: var(--ink); }

/* ── Buttons ───────────────────────────────────────────────────────────── */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    font-weight: 700;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
    white-space: nowrap;
}

.btn--sm { padding: .5rem 1.1rem; font-size: .9rem; }
.btn--lg { padding: .9rem 1.8rem; font-size: 1.05rem; }
.btn--full { width: 100%; padding: .8rem 1rem; }

.btn--lime {
    background: var(--lime);
    color: var(--ink);
    box-shadow: 0 0 0 rgba(200, 245, 66, 0);
}

.btn--lime:hover {
    background: var(--lime-hi);
    transform: translateY(-1px);
    box-shadow: 0 6px 30px rgba(200, 245, 66, .35);
}

.btn--ghost {
    border-color: rgba(255, 255, 255, .22);
    color: var(--text);
    background: rgba(255, 255, 255, .03);
}

.btn--ghost:hover { border-color: var(--lime); color: var(--lime); }

/* Touch targets: everything tappable clears 44px on coarse pointers. */
@media (pointer: coarse) {
    .btn { min-height: 44px; }
    .topbar__nav a { padding: .6rem .4rem; }
}

/* ── Wordmark & top bar ────────────────────────────────────────────────── */

.wordmark { display: inline-flex; align-items: center; gap: .55rem; }

.wordmark__glyph {
    font-family: var(--display);
    background: var(--lime);
    color: var(--ink);
    width: 1.9rem; height: 1.9rem;
    display: grid; place-items: center;
    border-radius: .45rem;
    font-size: 1.05rem;
    line-height: 1;
}

.wordmark__text {
    font-family: var(--display);
    font-size: 1.05rem;
    letter-spacing: .04em;
    color: var(--text);
}

.wordmark--sm .wordmark__glyph { width: 1.5rem; height: 1.5rem; font-size: .85rem; }
.wordmark--sm .wordmark__text { font-size: .85rem; }

.topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: .8rem var(--pad);
    background: rgba(7, 9, 14, .82);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}

.topbar__nav {
    display: flex;
    gap: 1.4rem;
    margin-left: auto;
    font-size: .95rem;
    color: var(--muted);
}

.topbar__nav a:hover { color: var(--lime); }

.topbar__actions { display: flex; gap: .6rem; }

@media (max-width: 720px) {
    .topbar__nav { display: none; }
    .topbar__actions { margin-left: auto; }
}

/* ── Shared section chrome ─────────────────────────────────────────────── */

.eyebrow {
    font-family: var(--display);
    font-size: .8rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--violet);
}

.eyebrow--center { text-align: center; }

.section { padding: clamp(4rem, 9vw, 7rem) var(--pad); max-width: 1120px; margin: 0 auto; }

.section--alt {
    max-width: none;
    background: linear-gradient(180deg, transparent, rgba(177, 140, 255, .04) 18%, rgba(177, 140, 255, .04) 82%, transparent);
}

.section--alt > * { max-width: 1120px; margin-left: auto; margin-right: auto; }

.section__title {
    font-family: var(--display);
    font-size: clamp(1.5rem, 3.6vw, 2.4rem);
    line-height: 1.25;
    text-align: center;
    /* Horizontal margins stay auto: inside .section--alt (full-bleed), each child centers
       itself via the > * rule, and a 0 here would pin the block to the left edge. */
    margin: .8rem auto 1rem;
}

.section__lede {
    max-width: 640px;
    margin: 0 auto 3rem;
    text-align: center;
    color: var(--muted);
    font-size: 1.06rem;
}

/* ── Hero ──────────────────────────────────────────────────────────────── */

.hero {
    position: relative;
    min-height: min(88vh, 900px);
    display: grid;
    place-items: center;
    text-align: center;
    padding: clamp(4rem, 10vw, 8rem) var(--pad);
    overflow: hidden;
}

.hero-scene { position: absolute; inset: 0; z-index: -1; overflow: hidden; }

/* The approved workshop frame with a barely-perceptible ~45s push-in. Scale-only (no
   translate), so cover-fit never exposes an edge; alternate direction makes the loop
   inherently seamless — a slow zoom reversing is invisible in a way a camera cut isn't. */
.hero-scene__still {
    position: absolute; inset: 0;
    background: url("/media/hero/hero-v2-poster.webp") center / cover no-repeat var(--ink);
    animation: hero-push 45s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes hero-push {
    from { transform: scale(1); }
    to   { transform: scale(1.08); }
}

/* Two layers: a soft scrim pooled behind the centered copy stack, then the page-wide
   top-to-bottom gradient. The scrim is what makes small text legible over a photograph —
   it darkens only where the words are and fades out before the frame edges, so the
   playfield stays vivid where nothing is written on it. Crop-independent by design: it
   follows the copy, not a lucky dark region of the image. */
.hero-scene__overlay {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 60% 45% at 50% 50%,
            rgba(7, 9, 14, .5) 0%, rgba(7, 9, 14, .26) 55%, rgba(7, 9, 14, 0) 80%),
        linear-gradient(to top, var(--ink) 4%, rgba(7, 9, 14, .35) 45%, rgba(7, 9, 14, .55));
}

@media (prefers-reduced-motion: reduce) {
    .hero-scene__still { animation: none; }
    html { scroll-behavior: auto; }
}

.hero__content { max-width: 900px; }

/* Hero-only text treatment. The section eyebrows further down sit on solid panels and
   keep the base violet/muted values — only the copy competing with a photograph gets
   lifted. Shadows do the rest: per-glyph contrast that costs the image nothing. */
.hero .eyebrow {
    color: #c9b0ff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .75);
}

.hero__title {
    font-family: var(--display);
    /* Sized so "ONE CLEAR PATH BACK." (the longest line, ~12.4× the font size in Bungee)
       never wraps: 7vw tracks the viewport tightly enough that the nowrap line always fits
       inside the padded content column, from 320px phones to the 4rem desktop cap. */
    font-size: clamp(1.4rem, 7vw, 4rem);
    line-height: 1.14;
    margin: 1rem 0 1.4rem;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .55);
}

.hero__title span { display: block; white-space: nowrap; }

/* Both shadows, deliberately: a child's text-shadow REPLACES the inherited one, so the
   accent line has to restate the dark halo alongside its lime glow. */
.hero__title-accent {
    color: var(--lime);
    text-shadow: 0 0 40px rgba(200, 245, 66, .35), 0 2px 18px rgba(0, 0, 0, .55);
}

.hero__sub {
    font-size: clamp(1.05rem, 2vw, 1.22rem);
    font-weight: 500;
    color: rgba(255, 255, 255, .92);
    text-shadow: 0 1px 12px rgba(0, 0, 0, .7);
    max-width: 620px;
    margin: 0 auto 2.2rem;
}

.hero__ctas { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }

.hero__trust {
    margin-top: 1.4rem;
    font-size: .85rem;
    color: rgba(255, 255, 255, .82);
    text-shadow: 0 1px 10px rgba(0, 0, 0, .7);
}

/* ── Dual-app mockups ──────────────────────────────────────────────────── */

.duo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(.5rem, 2vw, 1.5rem);
    margin: 3rem 0 2.5rem;
}

.mock-browser, .mock-phone {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
    overflow: hidden;
}

.mock-browser { flex: 1 1 480px; max-width: 620px; }

.mock-browser__chrome {
    display: flex; align-items: center; gap: .45rem;
    padding: .6rem .9rem;
    border-bottom: 1px solid var(--line);
    background: var(--panel-2);
}

.mock-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, .18); }

.mock-browser__url {
    margin-left: .6rem;
    font-size: .72rem;
    color: var(--muted);
    background: rgba(255, 255, 255, .05);
    border-radius: 999px;
    padding: .22rem .8rem;
}

.mock-browser__body { display: grid; grid-template-columns: 168px 1fr; }

.mock-tree { border-right: 1px solid var(--line); padding: .7rem 0; font-size: .74rem; }

.mock-tree__row {
    display: flex; justify-content: space-between; align-items: center;
    padding: .34rem .8rem;
    color: var(--muted);
}

.mock-tree__row b {
    font-weight: 600;
    background: rgba(255, 255, 255, .06);
    border-radius: 999px;
    padding: 0 .45rem;
    font-size: .66rem;
}

.mock-tree__row--active { color: var(--lime); }
.mock-tree__row--active b { background: rgba(200, 245, 66, .15); }
.mock-tree__row--child { padding-left: 1.6rem; color: var(--violet); }

.mock-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .55rem;
    padding: .7rem;
}

.mock-tile {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    background:
        linear-gradient(140deg, rgba(200, 245, 66, .16), transparent 55%),
        linear-gradient(320deg, rgba(177, 140, 255, .2), transparent 60%),
        var(--panel-2);
    border: 1px solid var(--line);
}

.mock-tile:nth-child(2) { background: linear-gradient(150deg, rgba(255, 120, 80, .2), transparent 60%), var(--panel-2); }
.mock-tile:nth-child(4) { background: linear-gradient(200deg, rgba(80, 170, 255, .18), transparent 55%), var(--panel-2); }
.mock-tile:nth-child(6) { background: linear-gradient(30deg, rgba(200, 245, 66, .12), transparent 55%), var(--panel-2); }
.mock-tile:nth-child(7) { background: linear-gradient(250deg, rgba(177, 140, 255, .22), transparent 60%), var(--panel-2); }

.mock-tile--flagged::after {
    content: "⚑";
    position: absolute; top: .3rem; right: .4rem;
    color: var(--lime);
    font-size: .7rem;
}

.mock-tile--new { outline: 1.5px solid var(--lime); outline-offset: 1.5px; }

.mock-chip {
    position: absolute; left: .35rem; bottom: .35rem;
    font-size: .58rem;
    color: var(--violet);
    background: rgba(13, 17, 25, .85);
    border: 1px solid rgba(177, 140, 255, .35);
    border-radius: 999px;
    padding: .1rem .5rem;
    white-space: nowrap;
}

.mock-chip--lime { color: var(--lime); border-color: rgba(200, 245, 66, .4); }

/* Sync beam between the two devices */
.sync-beam {
    position: relative;
    flex: 0 0 clamp(48px, 7vw, 110px);
    height: 3px;
    background-image: linear-gradient(90deg, var(--lime) 55%, transparent 45%);
    background-size: 12px 2px;
    background-repeat: repeat-x;
    background-position: 0 center;
    animation: beam-flow 1.1s linear infinite;
}

@keyframes beam-flow { to { background-position: 12px center; } }

.sync-beam__label {
    position: absolute;
    top: .6rem; left: 50%;
    transform: translateX(-50%);
    font-size: .68rem;
    color: var(--lime);
    white-space: nowrap;
    letter-spacing: .06em;
}

@media (prefers-reduced-motion: reduce) { .sync-beam { animation: none; } }

.mock-phone {
    flex: 0 0 168px;
    border-radius: 26px;
    padding-bottom: .6rem;
    position: relative;
}

.mock-phone__notch {
    width: 54px; height: 5px;
    background: rgba(255, 255, 255, .16);
    border-radius: 999px;
    margin: .55rem auto .4rem;
}

.mock-phone__header {
    font-family: var(--display);
    font-size: .6rem;
    text-align: center;
    color: var(--lime);
    letter-spacing: .12em;
    padding-bottom: .45rem;
}

.mock-phone__stage {
    position: relative;
    aspect-ratio: 3 / 4;
    margin: 0 .55rem;
    border-radius: 12px;
    border: 1px solid var(--line);
    background:
        linear-gradient(155deg, rgba(200, 245, 66, .18), transparent 50%),
        linear-gradient(335deg, rgba(255, 120, 80, .16), transparent 55%),
        var(--panel-2);
}

.mock-phone__snackbar {
    margin: .5rem .55rem 0;
    font-size: .62rem;
    text-align: center;
    color: var(--lime);
    background: rgba(200, 245, 66, .1);
    border: 1px solid rgba(200, 245, 66, .3);
    border-radius: 8px;
    padding: .3rem;
}

.mock-phone__bar { display: grid; place-items: center; padding-top: .55rem; }

.mock-phone__ring {
    width: 34px; height: 34px;
    border: 3px solid var(--lime);
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(200, 245, 66, .45);
}

@media (max-width: 900px) {
    .duo { flex-direction: column; }
    .sync-beam {
        flex-basis: auto;
        width: 3px; height: clamp(40px, 6vh, 70px);
        background-image: linear-gradient(180deg, var(--lime) 55%, transparent 45%);
        background-size: 2px 12px;
        background-repeat: repeat-y;
        animation-name: beam-flow-v;
    }
    @keyframes beam-flow-v { to { background-position: center 12px; } }
    .sync-beam__label { top: 50%; left: 1rem; transform: translateY(-50%); }
    .mock-browser { max-width: 100%; }
}

.duo-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.2rem;
}

.card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.5rem 1.6rem;
    color: var(--muted);
}

.card__title { font-family: var(--display); font-size: 1rem; margin-bottom: .6rem; }
.card__title--lime { color: var(--lime); }
.card__title--violet { color: var(--violet); }

.card__note, .scenario__note {
    font-size: .74rem;
    color: var(--muted);
    opacity: .85;
    margin-top: .6rem;
}

/* ── Scenarios ─────────────────────────────────────────────────────────── */

.scenario {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(1rem, 4vw, 2.5rem);
    padding: 2.4rem 0;
    border-bottom: 1px solid var(--line);
    max-width: 860px;
}

.section--alt .scenario { margin-left: auto; margin-right: auto; }

.scenario:last-of-type { border-bottom: none; }

.scenario__num {
    font-family: var(--display);
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(200, 245, 66, .5);
    line-height: 1;
    padding-top: .3rem;
}

.scenario__body h3 { font-size: 1.25rem; margin-bottom: .5rem; }

.scenario__pain {
    color: var(--violet);
    font-style: italic;
    margin-bottom: .7rem;
}

.scenario__body p { color: var(--muted); }
.scenario__body strong { color: var(--text); }

.chips {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem;
}

.chips li {
    font-size: .78rem;
    border: 1px solid rgba(200, 245, 66, .35);
    color: var(--lime);
    border-radius: 999px;
    padding: .25rem .8rem;
}

/* ── Feature grid ──────────────────────────────────────────────────────── */

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.feature {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.3rem 1.4rem;
    transition: border-color .2s ease, transform .2s ease;
}

.feature:hover { border-color: rgba(200, 245, 66, .45); transform: translateY(-2px); }

.feature h3 { font-size: .98rem; margin-bottom: .4rem; color: var(--text); }
.feature p { font-size: .88rem; color: var(--muted); }

/* ── Pricing ───────────────────────────────────────────────────────────── */

.billing-toggle {
    display: flex;
    justify-content: center;
    gap: .4rem;
    margin: 1.6rem auto 2.4rem; /* auto for the same .section--alt centering reason as .section__title */
}

.billing-toggle input { position: absolute; opacity: 0; pointer-events: none; }

.billing-toggle label {
    cursor: pointer;
    padding: .45rem 1.2rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    color: var(--muted);
    font-size: .92rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.billing-toggle input:checked + label {
    background: rgba(200, 245, 66, .12);
    border-color: var(--lime);
    color: var(--lime);
}

.billing-toggle input:focus-visible + label { outline: 2px solid var(--lime); outline-offset: 2px; }

.billing-toggle__badge {
    font-size: .68rem;
    background: var(--lime);
    color: var(--ink);
    border-radius: 999px;
    padding: .05rem .5rem;
    font-weight: 700;
}

/* :has() drives the monthly/annual swap with zero script. */
.tier__price--annual { display: none; }
.pricing:has(#bill-annual:checked) .tier__price--annual { display: block; }
.pricing:has(#bill-annual:checked) .tier__price--monthly { display: none; }

.tiers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.2rem;
    align-items: start;
}

.tier {
    position: relative;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.8rem 1.6rem;
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

.tier--featured {
    border-color: rgba(200, 245, 66, .55);
    box-shadow: 0 0 50px rgba(200, 245, 66, .12);
}

.tier__ribbon {
    position: absolute;
    top: -0.72rem; left: 50%;
    transform: translateX(-50%);
    background: var(--lime);
    color: var(--ink);
    font-family: var(--display);
    font-size: .62rem;
    letter-spacing: .1em;
    padding: .22rem .9rem;
    border-radius: 999px;
    white-space: nowrap;
}

.tier__name { font-family: var(--display); font-size: 1.05rem; }

.tier__price b { font-size: 2.3rem; font-weight: 800; }
.tier__price span { color: var(--muted); font-size: .95rem; }

.tier__for { color: var(--muted); font-size: .9rem; min-height: 2.6em; }

.tier ul { list-style: none; display: grid; gap: .5rem; font-size: .92rem; color: var(--muted); }

.tier ul li::before { content: "✓  "; color: var(--lime); }

.tier ul li b { color: var(--text); }

.pricing__note {
    text-align: center;
    color: var(--muted);
    font-size: .88rem;
    margin-top: 2.2rem;
}

/* ── Finale & footer ───────────────────────────────────────────────────── */

.finale {
    text-align: center;
    padding: clamp(4.5rem, 10vw, 8rem) var(--pad);
    background:
        radial-gradient(ellipse 60% 80% at 50% 110%, rgba(200, 245, 66, .14), transparent),
        radial-gradient(ellipse 45% 60% at 80% -10%, rgba(177, 140, 255, .12), transparent);
}

.finale__title {
    font-family: var(--display);
    font-size: clamp(1.6rem, 4.5vw, 3rem);
    margin-bottom: 1.8rem;
}

.finale__title span { color: var(--lime); }

.footer {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    flex-wrap: wrap;
    padding: 1.6rem var(--pad) 2.2rem;
    border-top: 1px solid var(--line);
    font-size: .85rem;
    color: var(--muted);
}

.footer__links { display: flex; gap: 1.2rem; margin-left: auto; }
.footer__links a:hover { color: var(--lime); }
.footer__note { flex-basis: 100%; }

@media (min-width: 720px) {
    .footer__note { flex-basis: auto; }
}

/* ── Sticky mobile CTA ─────────────────────────────────────────────────── */

.sticky-cta {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    padding: .7rem var(--pad) calc(.7rem + env(safe-area-inset-bottom));
    background: rgba(7, 9, 14, .9);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--line);
    transform: translateY(110%);
    transition: transform .25s ease;
    z-index: 50;
}

.sticky-cta--on { transform: translateY(0); }

@media (min-width: 768px) { .sticky-cta { display: none; } }

/* ── Onboarding & welcome (post-signup flow shares this sheet) ─────────── */

.onboard {
    max-width: 640px;
    margin: 0 auto;
    padding: clamp(2.5rem, 7vw, 5rem) var(--pad) 5rem;
    text-align: center;
}

.onboard--center {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .6rem;
}

.onboard__title {
    font-family: var(--display);
    font-size: clamp(1.4rem, 4vw, 2rem);
    margin: .8rem 0 .5rem;
}

.onboard__sub { color: var(--muted); margin-bottom: 2rem; }

.onboard__notice {
    background: rgba(177, 140, 255, .1);
    border: 1px solid rgba(177, 140, 255, .4);
    border-radius: var(--radius);
    padding: 1.1rem 1.3rem;
    color: var(--text);
}

.onboard__notice a { color: var(--lime); }

.onboard__notice--error {
    background: rgba(255, 90, 90, .08);
    border-color: rgba(255, 90, 90, .45);
    margin-bottom: 1.4rem;
}

.onboard__plans { display: grid; gap: .8rem; margin-bottom: 1.6rem; }

.onboard__plan input { position: absolute; opacity: 0; pointer-events: none; }

.onboard__plan-card {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "name price" "for price";
    text-align: left;
    gap: 0 1rem;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1rem 1.3rem;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.onboard__plan input:checked + .onboard__plan-card {
    border-color: var(--lime);
    box-shadow: 0 0 30px rgba(200, 245, 66, .12);
}

.onboard__plan input:focus-visible + .onboard__plan-card { outline: 2px solid var(--lime); outline-offset: 2px; }

.onboard__plan-name { grid-area: name; font-family: var(--display); font-size: .95rem; }
.onboard__plan-for { grid-area: for; color: var(--muted); font-size: .85rem; }

.onboard__plan-price {
    grid-area: price;
    align-self: center;
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--lime);
}

/* The visible price is CSS-generated from the card's data attributes, driven by the same
   billing radios the form posts — one source of truth, zero script. */
.onboard__plan-price::after { content: attr(data-monthly); }
.onboard__form:has(#ob-annual:checked) .onboard__plan-price::after { content: attr(data-annual); }

.onboard__fine { color: var(--muted); font-size: .82rem; margin-top: 1rem; }
.onboard__fine a { color: var(--lime); }

.welcome__spinner {
    width: 42px; height: 42px;
    border: 3px solid rgba(200, 245, 66, .2);
    border-top-color: var(--lime);
    border-radius: 50%;
    margin: 1.4rem auto;
    animation: spin 0.9s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) { .welcome__spinner { animation-duration: 2.5s; } }

/* ── Legal pages (privacy/terms share this sheet) ──────────────────────── */

.legal {
    max-width: 760px;
    margin: 0 auto;
    padding: 3rem var(--pad) 5rem;
}

.legal h1 { font-family: var(--display); font-size: 1.7rem; margin-bottom: .4rem; }

.legal .legal__updated { color: var(--muted); font-size: .85rem; margin-bottom: 2.2rem; }

.legal h2 { font-size: 1.15rem; margin: 2rem 0 .6rem; }

.legal p, .legal li { color: var(--muted); }

.legal ul { padding-left: 1.3rem; margin: .5rem 0 1rem; }

.legal a { color: var(--lime); }
