/* ============================================================
   Roveltia - single stylesheet
   All component and page styles live here; no .razor.css files.
   ============================================================ */

:root {
    /* Grey Friends palette — neutral base (darker slate) for page + surfaces */
    --color-base: #252a34;
    --color-base-rgb: 37, 42, 52;
    --palette-blue: #6ea8ff;
    --palette-slate: var(--color-base);
    /* Borders / chrome (slightly separated from body copy) */
    --palette-lavender: #a4abbd;
    /* Secondary copy: lighter than lavender for AA on #252a34 (~7.6:1) */
    --text-muted: #b4bdd0;
    /* Small caps / chips on dark + soft blue tint (~8.3:1 on base) */
    --accent-bright: #a3c6ff;
    /* Solid “dim accent” — avoids opacity < 1 on text (~7.2:1 on base) */
    --accent-muted: #8eb9ff;
    --palette-slate-deep: var(--color-base);
    --palette-surface: var(--color-base);
    --palette-surface-strong: var(--color-base);

    --app-bg-deep: var(--color-base);
    --app-bg: var(--color-base);
    --app-text: #f2f3f6;
    --app-text-strong: #ffffff;
    --app-text-inverse: var(--color-base);
    --app-accent: var(--palette-blue);
    --app-accent-soft: rgba(110, 168, 255, 0.24);
    --app-accent-strong: rgba(110, 168, 255, 0.88);
    --app-shadow-soft: 0 4px 14px rgba(0, 0, 0, 0.35);
    --app-border-muted: rgba(188, 198, 214, 0.5);
    --app-danger: #7f1d1d;
    --fs-2xs: 0.75rem;
    --fs-xs: 0.875rem;
    --fs-sm: 0.9375rem;
    --fs-base: 1rem;
    --fs-lg: 1.125rem;
    --fs-xl: 1.25rem;
    --r-sm: 6px;
    --r-md: 10px;
    --r-lg: 14px;
    --r-xl: 20px;
    --r-pill: 999px;
    --font-body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-heading: "Space Grotesk", "Manrope", system-ui, sans-serif;
    --font-mono: "JetBrains Mono", "Fira Code", "SFMono-Regular", monospace;
}

/* ── Global reset / base ───────────────────────────────────── */

html {
    scroll-behavior: smooth;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    /* Tells iOS/Android to use dark form controls and helps Safari pick dark UI where supported */
    color-scheme: dark;
    /* Solid canvas behind gradients - avoids white showing on overscroll / before paint */
    background-color: var(--app-bg-deep);
}

html,
body {
    margin: 0;
    /* Fill the dynamic viewport on mobile (address bar show/hide); fallback chain for iOS */
    min-height: 100%;
    min-height: 100dvh;
    min-height: -webkit-fill-available;
    background: var(--app-bg);
    background-color: var(--app-bg);
    color: var(--app-text);
    font-family: var(--font-body);
    font-feature-settings: "ss01" on, "cv11" on;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

::selection {
    background: var(--app-accent-soft);
    color: var(--app-text-strong);
}

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

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--app-accent-strong);
    outline-offset: 3px;
}

h1:focus,
h2:focus,
h3:focus {
    outline: none;
}

.lp__logo,
.lp__footer-logo,
.sect__title,
.hero__title,
.tier-card__name,
.cta-card__title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
}

.eyebrow,
.hero__trust,
.metric__label,
.feat-card__stat,
.feat-card__tech,
.tier-card__badge,
.cmp-table__label,
.faq-chip,
.cta-eyebrow,
.waitlist-shell__eyebrow {
    font-family: var(--font-mono);
}

/* Skip link */
.skip-link {
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    z-index: 100;
    padding: 0.5rem 1rem;
    border-radius: var(--r-pill);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4;
    color: var(--app-text-inverse);
    background: var(--app-accent);
    box-shadow: var(--app-shadow-soft);
    transform: translateY(-120%);
    transition: transform 0.15s ease;
}

.skip-link:focus {
    transform: translateY(0);
    outline: 2px solid var(--app-text-strong);
    outline-offset: 2px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.blazor-error-boundary {
    background:
        url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem,
        var(--app-danger);
    padding: 1rem 1rem 1rem 3.7rem;
    color: var(--app-text-strong);
}

.blazor-error-boundary::after {
    content: "An error has occurred.";
}

.darker-border-checkbox.form-check-input {
    border-color: var(--app-border-muted);
}

/* ============================================================
   Landing page - design tokens + layout
   ============================================================ */

.lp {
    --bg:         var(--palette-slate);
    --surface:    var(--palette-surface);
    --surface-strong: var(--palette-surface-strong);
    --border:     rgba(188, 198, 214, 0.38);
    --text:       #f2f3f6;
    --muted:      var(--text-muted);
    --accent:     var(--palette-blue);
    --accent-soft: rgba(110, 168, 255, 0.14);
    --text-inverse: var(--color-base);
    --danger:     #fca5a5;
    --overlay:    rgba(var(--color-base-rgb), 0.88);
    --shadow:     0 16px 40px rgba(0, 0, 0, 0.32);
    --inset-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.35);
    --space:      clamp(4rem, 8vw, 6rem);
    --max-w:      1200px;
    color: var(--text);
    background: var(--bg);
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
}

/* ── Skip nav ──────────────────────────────────────────────── */

.lp__skip {
    position: absolute;
    top: -100%;
    left: 1rem;
    z-index: 999;
    padding: 0.65rem 1.2rem;
    border-radius: var(--r-md);
    background: var(--accent);
    color: var(--text-inverse);
    font-weight: 700;
    font-size: var(--fs-xs);
    transition: top 0.15s;
}

.lp__skip:focus-visible {
    top: 1rem;
}

/* ── Header + nav ──────────────────────────────────────────── */

.lp__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
    padding: 0.75rem clamp(1rem, 3vw, 2rem) 0;
    /* Transparent shell: nav pill carries opaque fill so contrast checks are not blocked by gradients */
    background: transparent;
    pointer-events: none;
}

.lp__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    max-width: var(--max-w);
    margin-inline: auto;
    padding: 0.8rem clamp(1rem, 2.2vw, 1.4rem);
    /* Opaque bar so link/logo contrast is deterministic (axe + WCAG) */
    background: rgb(var(--color-base-rgb));
    border: 1px solid rgba(188, 198, 214, 0.32);
    border-radius: calc(var(--r-pill) + 2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
    pointer-events: auto;
}

.lp__logo {
    flex-shrink: 0;
    font-weight: 800;
    font-size: var(--fs-lg);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text);
}

.lp__logo:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 4px;
    border-radius: var(--r-sm);
}

.lp__nav-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.125rem 0.2rem;
}

.lp__nav-links a {
    padding: 0.42rem 0.72rem;
    border-radius: var(--r-sm);
    color: var(--muted);
    font-size: var(--fs-xs);
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: color 0.15s, background 0.15s;
    white-space: nowrap;
}

.lp__nav-links a:hover {
    color: var(--text);
    background: var(--surface-strong);
}

.lp__nav-links a:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.lp__nav-cta {
    padding: 0.48rem 1rem !important;
    border: 1px solid var(--accent) !important;
    border-radius: var(--r-pill) !important;
    color: var(--accent) !important;
    font-weight: 700 !important;
    transition: background 0.15s, border-color 0.15s !important;
}

.lp__nav-cta:hover {
    background: var(--accent-soft) !important;
    border-color: var(--accent) !important;
}

/* ── Main shell ────────────────────────────────────────────── */

.lp__main {
    outline: none;
    padding-top: 5.75rem;
}

/* ── Sections ──────────────────────────────────────────────── */

.sect {
    padding-block: var(--space);
    padding-inline: clamp(1.5rem, 5vw, 3.5rem);
}

.sect--open {
    background: transparent;
}

.sect--band {
    background: var(--surface);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.sect--surface {
    background: var(--surface);
}

.sect--tiers {
    padding-block-start: calc(var(--space) * 1.2);
    background: transparent;
}

.sect--narrow > * {
    width: 100%;
    max-width: 720px;
    margin-inline: auto;
}

.sect--cta {
    padding-block: calc(var(--space) * 1.15) var(--space);
    padding-inline: 1.5rem;
    background: transparent;
}

/* ── Section head ──────────────────────────────────────────── */

.sect__head {
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
    text-align: center;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0.3rem 0.9rem;
    border-radius: var(--r-pill);
    border: 1px solid var(--border);
    background: var(--accent-soft);
    color: var(--accent-bright);
    font-size: var(--fs-2xs);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.eyebrow--on-glow {
    border-color: var(--border);
    background: var(--surface);
    color: var(--text);
}

.sect__title {
    margin: 0 0 1rem;
    font-size: clamp(1.75rem, 2.5vw + 1rem, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--text);
}

.sect__sub {
    max-width: min(60ch, 100%);
    width: 100%;
    margin-inline: auto;
    font-size: clamp(1rem, 0.5vw + 0.85rem, 1.125rem);
    line-height: 1.7;
    color: var(--muted);
}

/* ── Hero ──────────────────────────────────────────────────── */

.hero {
    padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 5vw, 3.5rem) clamp(3.5rem, 7vw, 5rem);
    background: transparent;
    overflow: hidden;
}

.hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
    max-width: var(--max-w);
    margin-inline: auto;
}

.hero__copy {
    min-width: 0;
}

.hero__trust {
    margin: 0 0 1.25rem;
    font-size: var(--fs-2xs);
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--muted);
    text-transform: uppercase;
    max-width: 100%;
    word-break: break-word;
}

.hero__title {
    margin: 0 0 1.25rem;
    font-size: clamp(2rem, 3vw + 1rem, 3.25rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.035em;
    color: var(--text);
}

.hero__lead {
    margin: 0 0 2rem;
    font-size: clamp(1rem, 0.5vw + 0.875rem, 1.125rem);
    line-height: 1.75;
    color: var(--muted);
    max-width: min(48ch, 100%);
    width: 100%;
}

.hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0;
    margin: 0 0 2rem;
    list-style: none;
    max-width: min(48rem, 100%);
}

.hero__facts li {
    padding: 0.45rem 0.7rem;
    border-radius: var(--r-pill);
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--muted);
    font-size: var(--fs-xs);
    font-weight: 700;
}

.hero__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 1.4rem;
    border-radius: var(--r-pill);
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text);
    font-family: inherit;
    font-size: var(--fs-sm);
    font-weight: 600;
    transition: background 0.15s, border-color 0.15s;
    cursor: pointer;
}

.btn-ghost:hover {
    background: var(--surface-strong);
    border-color: var(--border);
}

.btn-ghost:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

/* ── Turntable visual ──────────────────────────────────────── */

.hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

.turntable {
    position: relative;
    width: 220px;
    height: 220px;
    flex-shrink: 0;
}

.turntable--lg {
    width: 280px;
    height: 280px;
}

.turntable__glow {
    display: none;
}

.turntable__ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid var(--accent);
    animation: spin 30s linear infinite;
}

.turntable__plate {
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    background: var(--surface-strong);
    border: 2px solid var(--accent);
    box-shadow: inset 0 0 0 0.35rem rgba(var(--color-base-rgb), 0.4);
    animation: spin 40s linear infinite;
}

.turntable__plate::before {
    content: "";
    position: absolute;
    top: 12%;
    left: 50%;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    border: 2px solid var(--accent);
    background: transparent;
    transform: translateX(-50%);
}

.turntable__chip {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.3rem 0.75rem;
    border-radius: var(--r-pill);
    background: var(--accent-soft);
    border: 1px solid var(--border);
    color: var(--accent);
    font-size: var(--fs-2xs);
    font-weight: 700;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* ── How it works ──────────────────────────────────────────── */

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    list-style: none;
    padding: 0;
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
}

.steps__item {
    position: relative;
    padding: 1.75rem;
    border-radius: var(--r-lg);
    background: var(--surface);
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    transition: border-color 0.2s, transform 0.2s;
}

.steps__item:hover {
    border-color: var(--border);
    transform: translateY(-2px);
}

.steps__num {
    font-size: var(--fs-2xs);
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--accent-muted);
    font-variant-numeric: tabular-nums;
}

.steps__icon {
    width: 36px;
    height: 36px;
    color: var(--accent);
}

.steps__icon svg {
    width: 100%;
    height: 100%;
}

.steps__title {
    margin: 0;
    width: 100%;
    font-size: var(--fs-lg);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--text);
}

.steps__text {
    margin: 0;
    width: 100%;
    font-size: var(--fs-sm);
    line-height: 1.75;
    text-align: center;
    color: var(--muted);
}

/* ── Demo video ────────────────────────────────────────────── */

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: var(--r-xl);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
}

.video-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.proof-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.8fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: var(--r-xl);
    border: 1px solid var(--border);
    background: var(--surface);
    box-shadow: var(--shadow);
}

.proof-card__media {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.proof-card__media img {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    border-radius: var(--r-lg);
    border: 1px solid var(--border);
    background: var(--surface-strong);
}

.proof-card__copy h3,
.audience-card h3,
.launch-card h3,
.status-card h3 {
    margin: 0;
    color: var(--text);
    font-family: var(--font-heading);
    font-size: var(--fs-xl);
    letter-spacing: -0.02em;
}

.proof-card__copy p,
.audience-card p,
.launch-card p {
    margin: 0.75rem 0 0;
    color: var(--muted);
    font-size: var(--fs-sm);
    line-height: 1.72;
}

.proof-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    color: var(--muted);
    font-size: var(--fs-sm);
    line-height: 1.65;
}

/* ── Product showcase strip ────────────────────────────────── */

.showcase {
    position: relative;
    overflow: hidden;
    padding: clamp(3.5rem, 7vw, 5rem) 1.5rem;
    background: transparent;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.showcase__wash {
    display: none;
}

.showcase__caption {
    position: relative;
    font-size: var(--fs-xs);
    font-weight: 600;
    letter-spacing: 0.07em;
    color: var(--muted);
    text-align: center;
    text-transform: uppercase;
}

/* ── Features ──────────────────────────────────────────────── */

.feat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
}

.feat-card {
    padding: 1.75rem;
    border-radius: var(--r-lg);
    background: var(--surface);
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.feat-card__icon {
    width: 32px;
    height: 32px;
    color: var(--accent);
}

.feat-card__icon svg {
    width: 100%;
    height: 100%;
}

.feat-card__title {
    margin: 0;
    font-size: var(--fs-lg);
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.01em;
}

.feat-card__text {
    margin: 0;
    font-size: var(--fs-sm);
    line-height: 1.72;
    color: var(--muted);
    flex: 1;
}

.feat-card__stat {
    margin: 0.1rem 0 0;
    font-size: var(--fs-xs);
    font-weight: 700;
    color: var(--accent);
    letter-spacing: 0.01em;
}

.feat-card__tech {
    margin: 0.15rem 0 0;
    padding: 0.35rem 0.6rem;
    border-radius: var(--r-sm);
    background: var(--accent-soft);
    border: 1px solid var(--border);
    font-size: var(--fs-2xs);
    color: var(--accent);
    font-family: var(--font-mono);
}

/* ── Audiences + launch cards ──────────────────────────────── */

.audience-grid,
.launch-grid,
.status-grid {
    display: grid;
    gap: 1.25rem;
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
}

.audience-grid,
.launch-grid {
    grid-template-columns: repeat(4, 1fr);
}

.status-grid {
    grid-template-columns: repeat(2, 1fr);
}

.audience-card,
.launch-card,
.status-card {
    padding: 1.75rem;
    border-radius: var(--r-lg);
    border: 1px solid var(--border);
    background: var(--surface);
}

.launch-card {
    background: var(--surface-strong);
}

.launch-card__label {
    display: inline-block;
    margin-bottom: 0.85rem;
    color: var(--accent-muted);
    font-family: var(--font-mono);
    font-size: var(--fs-2xs);
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.status-card ul {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    color: var(--muted);
    font-size: var(--fs-sm);
    line-height: 1.7;
}

.status-card--pending {
    background: var(--surface-strong);
}

/* ── Rewards ───────────────────────────────────────────────── */

.tier-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    gap: 1.25rem;
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
}

.tier-card {
    position: relative;
    height: 100%;
    padding: 2rem;
    border-radius: var(--r-xl);
    background: var(--surface);
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    transition: border-color 0.2s;
}

.tier-card--badged {
    padding-top: 2.75rem;
}

.tier-card--featured {
    border-color: var(--accent);
    background: var(--surface-strong);
    box-shadow: none;
    transform: scale(1.02);
}

.tier-card__badge {
    position: absolute;
    top: -0.875rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.275rem 0.875rem;
    border-radius: var(--r-pill);
    background: var(--accent);
    color: var(--text-inverse);
    font-size: var(--fs-2xs);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: none;
}

.tier-card__name {
    margin: 0;
    font-size: var(--fs-xl);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: var(--text);
}

.tier-card--featured .tier-card__name {
    color: var(--accent);
}

.tier-card__price {
    margin: -0.25rem 0 0;
    font-size: var(--fs-xs);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent-muted);
}

.tier-card__who {
    margin: 0;
    font-size: var(--fs-xs);
    font-weight: 600;
    color: var(--muted);
}

.tier-card__detail {
    margin: 0;
    font-size: var(--fs-sm);
    line-height: 1.72;
    color: var(--muted);
}

.tier-note {
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
    margin-top: 1.75rem;
    text-align: center;
    font-size: var(--fs-sm);
    color: var(--muted);
}

.tier-note a {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s, filter 0.15s;
}

.tier-note a:hover {
    color: var(--accent-bright);
    text-decoration: underline;
    text-underline-offset: 0.15em;
    filter: brightness(1.05);
}

.tier-note a:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
    border-radius: var(--r-sm);
}

/* ── What you get ──────────────────────────────────────────── */

.wyg-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    list-style: none;
    padding: 0;
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
}

.wyg-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.65rem 1.35rem;
    border-radius: var(--r-md);
    background: var(--surface);
    border: 1px solid var(--border);
}

.wyg-tile__icon {
    width: 32px;
    height: 32px;
    color: var(--accent);
}

.wyg-tile__icon svg {
    width: 100%;
    height: 100%;
}

.wyg-tile__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    width: 100%;
}

.wyg-tile__label {
    font-size: var(--fs-sm);
    font-weight: 700;
    text-align: center;
    color: var(--text);
}

.wyg-tile__sub {
    font-size: var(--fs-xs);
    line-height: 1.65;
    text-align: center;
    color: var(--muted);
}

/* ── Before you back ───────────────────────────────────────── */

.expect-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
}

.expect-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.65rem;
    border-radius: var(--r-md);
    background: var(--surface);
    border: 1px solid var(--border);
}

.expect-card__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    color: var(--accent);
    margin-top: 1px;
}

.expect-card__icon svg {
    width: 100%;
    height: 100%;
}

.expect-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 0;
}

.expect-card__label {
    font-size: var(--fs-xs);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text);
}

.expect-card__value {
    margin: 0;
    font-size: var(--fs-sm);
    line-height: 1.72;
    color: var(--muted);
}

.sect__head--sub {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 1.5rem;
}

.sect__title--small {
    font-size: clamp(1.35rem, 1.3vw + 1rem, 1.85rem);
}

.expect-grid--negative .expect-card {
    background: var(--surface-strong);
}

/* ── Compare - glass surface ───────────────────────────────── */

.glass-card {
    background: var(--surface);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    padding: 1.75rem;
}

.cmp-mobile {
    display: block;
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
}

.cmp-mobile__blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.cmp-mobile__block {
    padding: 1rem;
    border-radius: var(--r-md);
    background: var(--surface);
    border: 1px solid var(--border);
}

.cmp-mobile__block--cyan {
    background: var(--accent-soft);
    border-color: var(--border);
}

.cmp-mobile__block--violet {
    background: var(--accent-soft);
    border-color: var(--border);
}

.cmp-mobile__block--amber {
    background: var(--accent-soft);
    border-color: var(--border);
}

.cmp-mobile__block--amber .cmp-mobile__h {
    color: var(--accent);
}

.cmp-mobile__h {
    margin: 0 0 0.75rem;
    font-size: var(--fs-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--text);
}

.cmp-mobile__block--cyan .cmp-mobile__h {
    color: var(--accent);
}

.cmp-mobile__block--violet .cmp-mobile__h {
    color: var(--accent);
}

.cmp-mobile__list {
    margin: 0;
    padding: 0 0 0 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: var(--fs-xs);
    color: var(--muted);
}

.cmp-mobile__more summary {
    cursor: pointer;
    font-size: var(--fs-xs);
    font-weight: 600;
    color: var(--accent);
    padding: 0.5rem 0;
    list-style: none;
    user-select: none;
}

.cmp-mobile__more summary:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: var(--r-sm);
}

.cmp-mobile__more-trigger::marker,
.cmp-mobile__more-trigger::-webkit-details-marker {
    display: none;
}

.cmp-mobile__rows {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cmp-row summary {
    cursor: pointer;
    font-size: var(--fs-sm);
    font-weight: 600;
    color: var(--text);
    padding: 0.75rem;
    border-radius: var(--r-sm);
    background: var(--surface);
    list-style: none;
    user-select: none;
    transition: background 0.15s;
}

.cmp-row summary:hover {
    background: var(--surface-strong);
}

.cmp-row summary:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.cmp-row__cells {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    padding: 0.75rem;
    margin: 0;
}

.cmp-row__cell {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.cmp-row__cell dt {
    font-size: var(--fs-2xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
}

.cmp-row__cell dd {
    margin: 0;
    font-size: var(--fs-sm);
    font-weight: 600;
    color: var(--text);
}

.cmp-hint {
    display: none;
    text-align: center;
    font-size: var(--fs-2xs);
    color: var(--muted);
    margin-bottom: 0.5rem;
}

.cmp-table-wrap {
    display: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
}

.cmp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--fs-sm);
}

.cmp-table caption {
    caption-side: bottom;
}

.cmp-table thead th {
    padding: 0.75rem 1.25rem 1rem;
    text-align: center;
    font-size: var(--fs-2xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: var(--muted);
    border-bottom: 1px solid var(--border);
    white-space: nowrap;
}

.cmp-table thead th:first-child {
    text-align: left;
}

/* Tier label + sublabel stacked in header cell */
.cmp-table thead th .cmp-th-name {
    display: block;
    color: var(--text);
    font-size: var(--fs-xs);
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0.15rem;
}

.cmp-table thead th .cmp-th-tag {
    display: block;
    font-size: var(--fs-2xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
}

.cmp-table thead th:first-child {
    width: 30%;
    text-align: left;
}

.cmp-table tbody tr {
    border-bottom: 1px solid var(--border);
    transition: background 0.12s;
}

.cmp-table tbody tr:last-child {
    border-bottom: none;
}

.cmp-table tbody tr:hover {
    background: var(--surface-strong);
}

.cmp-table tbody th {
    padding: 0.9rem 1.25rem;
    text-align: left;
    font-weight: 600;
    font-size: var(--fs-sm);
    color: var(--text);
}

.cmp-table__cell {
    padding: 0.9rem 1.25rem;
    font-weight: 700;
    text-align: center;
    font-size: var(--fs-base);
}

/* Checkmark ✓ in cyan, dash - in muted */
.cmp-table__cell--yes  { color: var(--accent); }
.cmp-table__cell--no   { color: var(--muted); font-weight: 400; font-size: var(--fs-lg); }

/* ── FAQ accordion ─────────────────────────────────────────── */

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    width: 100%;
    max-width: 720px;
    margin-inline: auto;
}

.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    overflow: hidden;
    background: var(--surface);
    transition: border-color 0.2s, background 0.2s;
}

.faq-item:hover {
    border-color: var(--border);
    background: var(--surface-strong);
}

.faq-item--open {
    border-color: var(--border);
    background: var(--surface-strong);
}

.faq-item__heading {
    margin: 0;
}

.faq-item__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.625rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    color: var(--text);
    font-family: inherit;
    font-size: clamp(1rem, 0.25rem + 2.5vw, 1.0625rem);
    font-weight: 600;
    transition: color 0.2s;
}

.faq-item__trigger:hover {
    color: var(--text);
}

.faq-item--open .faq-item__trigger {
    color: var(--text);
}

.faq-item__trigger:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: -2px;
}

.faq-item__question {
    flex: 1;
    font-size: var(--fs-base);
    font-weight: 700;
    line-height: 1.4;
}

.faq-item__icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: var(--muted);
    transition: transform 0.25s ease, color 0.15s;
    background: var(--surface);
    border-radius: 50%;
    padding: 2px;
}

.faq-item:hover .faq-item__icon {
    color: var(--text);
}

.faq-item--open .faq-item__icon {
    transform: rotate(180deg);
    color: var(--accent);
    background: var(--accent-soft);
}

.faq-item__panel {
    padding: 0 1.625rem 1.5rem;
    animation: faqOpen 0.28s ease;
}

.faq-item__panel[hidden] {
    display: none;
}

.faq-item__answer {
    margin: 0;
    font-size: clamp(0.9375rem, 0.2rem + 2.4vw, 1rem);
    line-height: 1.75;
    color: var(--muted);
    font-weight: 500;
}

@keyframes faqOpen {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Final CTA ─────────────────────────────────────────────── */

.cta-card {
    position: relative;
    max-width: 720px;
    margin-inline: auto;
    padding: clamp(3.25rem, 5vw, 4.25rem) clamp(2.5rem, 5vw, 3.5rem) clamp(2.5rem, 5vw, 3.5rem);
    border-radius: var(--r-xl);
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.125rem;
}

.cta-card > .eyebrow--on-glow {
    position: absolute;
    top: -0.875rem;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    white-space: nowrap;
}

.cta-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem 1.25rem;
    list-style: none;
    padding: 0;
    margin: 0.25rem 0 0;
}

.cta-trust__item {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: var(--fs-2xs);
    font-weight: 600;
    color: var(--muted);
    letter-spacing: 0.01em;
}

.cta-trust__icon {
    width: 13px;
    height: 13px;
    color: var(--accent-muted);
    flex-shrink: 0;
}

.cta-card__title {
    margin: 0;
    font-size: clamp(1.75rem, 2.5vw + 0.75rem, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--text);
}

.cta-card__sub {
    margin: 0;
    max-width: 44ch;
    font-size: var(--fs-base);
    line-height: 1.7;
    color: var(--muted);
}

/* ── Footer ────────────────────────────────────────────────── */

.lp__footer {
    padding: 3rem clamp(1.5rem, 5vw, 3.5rem);
    border-top: 1px solid var(--border);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.lp__footer-logo {
    margin: 0;
    font-size: var(--fs-lg);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text);
}

.lp__footer-tag {
    margin: 0;
    font-size: var(--fs-sm);
    color: var(--muted);
    max-width: 48ch;
}

.lp__footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1rem;
    margin: 0;
}

.lp__footer-links a,
.lp__footer-credit a {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s, filter 0.15s;
}

.lp__footer-links a:hover,
.lp__footer-credit a:hover {
    color: var(--accent-bright);
    text-decoration: underline;
    text-underline-offset: 0.15em;
    filter: brightness(1.06);
}

.lp__footer-links a:focus-visible,
.lp__footer-credit a:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: var(--r-sm);
}

.lp__footer-credit {
    margin: 0;
    font-size: var(--fs-sm);
    color: var(--muted);
}

.lp__footer-fine {
    margin: 0;
    font-size: var(--fs-xs);
    color: var(--muted);
}

.lp__footer-version {
    margin: 0;
    font-size: var(--fs-xs);
    color: var(--muted);
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
}

/* ── Scroll-reveal ─────────────────────────────────────────── */

.section-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.section-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* ============================================================
   Waitlist form
   ============================================================ */

.waitlist-form {
    width: 100%;
    max-width: min(36rem, 100%);
    margin-inline: auto;
}

.waitlist-form__row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 0.5rem;
}

.waitlist-form__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.waitlist-form__trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.waitlist-form__input,
input.waitlist-form__input {
    flex: 1 1 12rem;
    min-height: 2.875rem;
    padding: 0 1.25rem;
    border-radius: var(--r-pill);
    /* Solid fallback for browsers that don't support padding-box/border-box stacking */
    border: 1px solid var(--border);
    background-color: var(--surface-strong);
    background: var(--surface-strong);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: var(--text);
    font-family: inherit;
    font-size: var(--fs-sm);
    letter-spacing: 0.01em;
    color-scheme: dark;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: var(--inset-shadow);
    transition: background 0.18s, box-shadow 0.18s;
    outline: none;
}

.waitlist-form__input::placeholder {
    color: var(--muted);
}

.waitlist-form__input:focus,
input.waitlist-form__input:focus {
    background: var(--surface-strong);
    box-shadow:
        var(--inset-shadow),
        0 0 0 3px var(--accent-soft);
}

.waitlist-form__input:-webkit-autofill,
.waitlist-form__input:-webkit-autofill:hover,
.waitlist-form__input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px var(--surface-strong) inset;
    -webkit-text-fill-color: var(--text);
    caret-color: var(--text);
}

.waitlist-form__input:disabled {
    opacity: 1;
    cursor: not-allowed;
    color: #9aa6b8;
    border-color: rgba(188, 198, 214, 0.22);
    background: rgba(var(--color-base-rgb), 0.92);
}

.waitlist-form__input:disabled::placeholder {
    color: #8d99ae;
}

.waitlist-form__submit {
    flex: 0 1 auto;
    min-height: 2.875rem;
    padding: 0 1.5rem;
    border-radius: var(--r-pill);
    border: none;
    font-family: inherit;
    font-weight: 700;
    font-size: var(--fs-sm);
    letter-spacing: 0.01em;
    cursor: pointer;
    touch-action: manipulation;
    background: var(--accent);
    color: var(--text-inverse);
    box-shadow: none;
    transition: filter 0.15s, transform 0.15s, box-shadow 0.15s;
}

.waitlist-form__submit:hover:not(:disabled) {
    filter: brightness(1.08);
    transform: translateY(-1px);
    box-shadow: none;
}

.waitlist-form__submit:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

.waitlist-form__submit:disabled {
    cursor: default;
    opacity: 1;
    background: #4a5568;
    color: #dce2ec;
    filter: none;
}

.waitlist-form--hero {
    margin-inline: 0;
    max-width: min(42rem, 100%);
}

.waitlist-form--hero .waitlist-form__row {
    justify-content: flex-start;
}

.waitlist-form__submit--hero {
    background: var(--accent);
    color: var(--text-inverse);
    box-shadow: none;
}

.waitlist-form--hero .waitlist-form__input {
    background: var(--surface-strong);
}

.waitlist-form--hero .waitlist-form__hint,
.waitlist-form--hero .waitlist-form__thanks {
    text-align: left;
    margin-inline: 0;
}

.waitlist-form--footer .waitlist-form__hint {
    margin-top: 0.75rem;
    max-width: 24rem;
}

.waitlist-form__hint {
    margin: 0.6rem 0 0;
    font-size: var(--fs-xs);
    line-height: 1.55;
    font-weight: 500;
    color: var(--muted);
    text-align: center;
}

.waitlist-form__error {
    display: block;
    margin: 0.4rem 0 0;
    font-size: var(--fs-xs);
    font-weight: 600;
    color: var(--danger);
    text-align: center;
}

.waitlist-form__thanks {
    margin: 0.75rem 0 0;
    font-size: var(--fs-base);
    font-weight: 600;
    color: var(--accent);
    text-align: center;
}

.unsubscribe-page {
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: clamp(2rem, 4vw, 4rem) 1.25rem;
    background: var(--bg);
}

.unsubscribe-card {
    width: min(32rem, 100%);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    background: var(--surface);
    box-shadow: var(--shadow);
    text-align: center;
}

.unsubscribe-eyebrow {
    margin: 0 0 0.75rem;
    color: var(--accent);
    font-size: var(--fs-2xs);
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.unsubscribe-title {
    margin: 0;
    color: var(--text);
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.05;
}

.unsubscribe-message {
    margin: 1rem 0 0;
    color: var(--muted);
    font-size: var(--fs-base);
    line-height: 1.65;
}

.unsubscribe-action {
    margin-top: 1.25rem;
    border: 0;
    border-radius: 999px;
    padding: 0.85rem 1.4rem;
    background: var(--accent);
    color: var(--bg);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    transition: transform 180ms ease, opacity 180ms ease;
}

.unsubscribe-action:hover:not(:disabled) {
    transform: translateY(-1px);
}

.unsubscribe-action:disabled {
    opacity: 1;
    cursor: wait;
    background: #4a5568;
    color: #dce2ec;
}

.unsubscribe-meta {
    margin: 1.25rem 0 0;
    font-size: var(--fs-sm);
}

.unsubscribe-meta a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 700;
}

.unsubscribe-meta a:hover {
    text-decoration: underline;
}

/* ── Responsive ────────────────────────────────────────────── */

@media (max-width: 1024px) {
    .wyg-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

@media (max-width: 1100px) {
    .tier-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .hero__grid {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .hero__visual {
        display: none;
    }

    .hero__copy {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero__trust,
    .hero__title,
    .hero__lead {
        text-align: center;
        max-width: 58ch;
    }

    .hero__facts {
        justify-content: center;
        max-width: 42rem;
    }

    .hero__actions {
        align-items: center;
    }

    .proof-card {
        grid-template-columns: 1fr;
        max-width: 720px;
    }

    .audience-grid,
    .launch-grid,
    .status-grid {
        grid-template-columns: 1fr;
        max-width: 640px;
    }

    .tier-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 640px;
    }

    .tier-card--featured {
        transform: none;
    }

    .cmp-mobile__blocks {
        grid-template-columns: 1fr;
    }

    .waitlist-form--hero {
        margin-inline: auto;
    }

    .waitlist-form--hero .waitlist-form__row {
        justify-content: center;
    }

    .waitlist-form--hero .waitlist-form__hint,
    .waitlist-form--hero .waitlist-form__thanks {
        text-align: center;
    }
}

@media (min-width: 960px) {
    .cmp-hint,
    .cmp-table-wrap {
        display: block;
    }

    .cmp-mobile {
        display: none;
    }
}

@media (max-width: 900px) {
    .steps {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-inline: auto;
    }

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

@media (max-width: 768px) {
    .lp__header {
        padding-top: 0.5rem;
        padding-inline: 0.75rem;
    }

    .lp__nav {
        gap: 0.9rem;
        padding: 0.72rem 0.9rem;
    }

    .lp__main {
        padding-top: 5rem;
    }

    .lp__nav-links a:not(.lp__nav-cta) {
        display: none;
    }

    .hero {
        padding-top: 4.5rem;
        padding-bottom: 4rem;
    }

    .sect {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .sect__head {
        margin-bottom: 2.25rem;
    }

    .sect__title {
        margin-bottom: 1.1rem;
    }

    .sect__sub,
    .hero__lead,
    .steps__text,
    .feat-card__text,
    .tier-card__detail,
    .expect-card__value,
    .wyg-tile__sub,
    .faq-item__answer,
    .cta-card__sub {
        font-size: 1rem;
        line-height: 1.8;
    }

    .feat-grid,
    .wyg-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .tier-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        gap: 1rem;
    }

    .cmp-mobile__blocks {
        grid-template-columns: 1fr;
    }

    .steps {
        gap: 1rem;
    }

    .steps__item,
    .feat-card,
    .wyg-tile,
    .expect-card,
    .tier-card,
    .audience-card,
    .launch-card,
    .status-card {
        padding: 1.5rem;
    }

    .showcase {
        padding-top: 3rem;
        padding-bottom: 3rem;
        gap: 1.25rem;
    }
}

@media (max-width: 560px) {
    .waitlist-form__row {
        flex-direction: column;
        align-items: stretch;
        gap: 0.625rem;
    }

    .waitlist-form__input,
    input.waitlist-form__input {
        width: 100%;
        flex: none;
        min-height: 3rem;
        font-size: 1rem;
    }

    .waitlist-form__submit {
        width: 100%;
        min-height: 3rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .hero__trust,
    .showcase__caption,
    .expect-card__label {
        line-height: 1.6;
    }

    .cta-card {
        padding: 2.75rem 1.25rem 2rem;
    }
}

/* ── Reduced motion ────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
    .section-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .turntable__ring,
    .turntable__plate {
        animation: none;
    }

    .steps__item,
    .feat-card {
        transition: none;
    }

    .faq-item__icon {
        transition: none;
    }

    .faq-item__panel {
        animation: none;
    }
}

/* ── iPhone Mockup ─────────────────────────────────────────── */

.iphone-mockup {
    position: relative;
    width: 270px;
    height: 550px;
    border-radius: 46px;
    background: #000;
    /* Outer metallic rim */
    border: 3px solid #6b7280;
    /* Inner black bezel and outer drop shadow */
    box-shadow: 
        inset 0 0 0 8px #000,
        inset 0 0 0 9px #2b2e33,
        0 25px 50px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    animation: floatPhone 6s ease-in-out infinite;
    flex-shrink: 0;
}

/* Side buttons */
.iphone-mockup::after {
    content: "";
    position: absolute;
    /* Action button */
    top: 100px;
    left: -6px;
    width: 3px;
    height: 24px;
    background: #6b7280;
    border-radius: 3px 0 0 3px;
    /* Volume UP (top: 140), Volume Down (top: 195), Power (right edge) */
    box-shadow: 
        0 40px 0 0 #6b7280,
        0 95px 0 0 #6b7280,
        270px 60px 0 0 #6b7280;
}

/* Slightly larger variant if needed */
.iphone-mockup--lg {
    width: 300px;
    height: 610px;
    border-radius: 48px;
}
.iphone-mockup--lg::after {
    box-shadow: 
        0 40px 0 0 #6b7280,
        0 95px 0 0 #6b7280,
        300px 60px 0 0 #6b7280;
}

/* Extra large hero variant */
.iphone-mockup--xl {
    width: 330px;
    height: 670px;
    border-radius: 52px;
}
.iphone-mockup--xl::after {
    /* Adjusted vertical button spacing and right-side power button X-offset */
    box-shadow: 
        0 48px 0 0 #6b7280,
        0 115px 0 0 #6b7280,
        330px 70px 0 0 #6b7280;
}

@keyframes floatPhone {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

/* Dynamic Island / Notch */
.iphone-mockup::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 26px;
    background: #000;
    border-radius: 13px;
    z-index: 10;
    /* Subtle camera reflections */
    box-shadow: inset -15px 0 3px -12px rgba(255,255,255,0.1), inset 15px 0 3px -12px rgba(255,255,255,0.1);
}

/* Glass glare reflection across the screen */
.iphone-mockup .glare {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(105deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%);
    z-index: 5;
    pointer-events: none;
    border-radius: 35px;
}

.iphone-screen-container {
    position: absolute;
    inset: 10px; /* Thinner inner bezel to make the screen fill the corners better */
    border-radius: 35px; /* Perfectly aligns the image curve to the outer rim */
    overflow: hidden;
    background: var(--app-bg-deep);
}

.iphone-screen {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.iphone-screen.active {
    opacity: 1;
}

/* Auto-fading slideshow for 3 images */
.slideshow-3 .iphone-screen:nth-child(1) {
    animation: fade3 12s infinite;
}
.slideshow-3 .iphone-screen:nth-child(2) {
    animation: fade3 12s infinite;
    animation-delay: 4s;
}
.slideshow-3 .iphone-screen:nth-child(3) {
    animation: fade3 12s infinite;
    animation-delay: 8s;
}

@keyframes fade3 {
    0%, 25% { opacity: 1; }
    33.33%, 91.66% { opacity: 0; }
    100% { opacity: 1; }
}

/* Auto-fading slideshow for 2 images */
.slideshow-2 .iphone-screen:nth-child(1) {
    animation: fade2 10s infinite;
}
.slideshow-2 .iphone-screen:nth-child(2) {
    animation: fade2 10s infinite;
    animation-delay: 5s;
}

@keyframes fade2 {
    0%, 40% { opacity: 1; }
    50%, 90% { opacity: 0; }
    100% { opacity: 1; }
}

/* Depth layout for overlapping phones */
.dual-phones {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 680px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.dual-phones .iphone-mockup {
    position: absolute;
    animation: none; /* Disable default float, we'll animate the container or set specific floats */
}

.dual-phones .phone-back {
    transform: scale(0.85) translate(-40%, -10%);
    z-index: 1;
    opacity: 0.7;
    filter: blur(1px);
    animation: floatPhoneBack 7s ease-in-out infinite;
}

.dual-phones .phone-front {
    transform: scale(1) translate(15%, 5%);
    z-index: 2;
    animation: floatPhone 6s ease-in-out infinite;
    box-shadow: 
        inset 0 0 0 6px #2b2e33,
        inset 0 0 0 7px #4a4e57,
        -15px 25px 40px rgba(0, 0, 0, 0.6);
}

@keyframes floatPhoneBack {
    0%   { transform: scale(0.85) translate(-40%, -10%); }
    50%  { transform: scale(0.85) translate(-40%, -15%); }
    100% { transform: scale(0.85) translate(-40%, -10%); }
}

/* Adjust sizes for smaller screens */
@media (max-width: 900px) {
    .iphone-mockup {
        width: 240px;
        height: 490px;
    }
    
    .dual-phones {
        height: 500px;
        transform: scale(0.9);
    }
}

