:root {
    --bg: #eff5fc;
    --bg-soft: #f7fbff;
    --surface: rgba(255, 255, 255, 0.78);
    --surface-strong: #ffffff;
    --surface-dark: #09162b;
    --surface-dark-2: #102341;
    --stroke: rgba(11, 26, 48, 0.10);
    --stroke-strong: rgba(11, 26, 48, 0.18);
    --text: #0b1a2c;
    --text-soft: #425a77;
    --text-muted: #6f86a3;
    --text-on-dark: #eef6ff;
    --blue: #1b91ff;
    --blue-strong: #0070d0;
    --gold: #edb310;
    --shadow-lg: 0 32px 90px rgba(7, 19, 38, 0.18);
    --shadow-md: 0 18px 48px rgba(11, 26, 48, 0.12);
    --shadow-sm: 0 10px 28px rgba(11, 26, 48, 0.08);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --font-heading: "Bahnschrift SemiBold", "Aptos Display", "Segoe UI Variable Display", "Segoe UI", sans-serif;
    --font-body: "Aptos", "Segoe UI Variable Text", "Segoe UI", sans-serif;
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 144px;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: var(--font-body);
    color: var(--text);
    background:
        radial-gradient(circle at top right, rgba(27, 145, 255, 0.20), transparent 28%),
        radial-gradient(circle at 18% 14%, rgba(237, 179, 16, 0.16), transparent 20%),
        linear-gradient(180deg, #f6fbff 0%, #eff5fc 34%, #e7eff9 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.26) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 85%);
    opacity: 0.3;
}

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

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

:focus-visible {
    outline: 3px solid rgba(27, 145, 255, 0.32);
    outline-offset: 4px;
}

.skip-link {
    position: absolute;
    top: -56px;
    left: 20px;
    z-index: 60;
    padding: 12px 16px;
    border-radius: 999px;
    background: #09162b;
    color: #ffffff;
    font-weight: 700;
    box-shadow: var(--shadow-sm);
}

.skip-link:focus-visible {
    top: 16px;
}

.launch-bar {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
    background: linear-gradient(90deg, #081325 0%, #0d2244 50%, #081325 100%);
    border-bottom: 1px solid rgba(27, 145, 255, 0.16);
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(238, 246, 255, 0.80);
    letter-spacing: 0.01em;
}

.launch-bar span {
    max-width: 70rem;
}

.launch-bar strong {
    color: var(--gold);
    font-weight: 700;
}

.launch-bar a {
    color: #7ec8ff;
    font-weight: 700;
    transition: color 160ms ease;
}

.launch-bar a:hover,
.launch-bar a:focus-visible {
    color: #ffffff;
}

.site-shell {
    width: min(1380px, calc(100% - 32px));
    margin: 0 auto;
    padding: 16px 0 44px;
}

.topbar {
    position: sticky;
    top: 10px;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px 18px;
    padding: 10px 14px;
    margin-bottom: 22px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(16px);
    box-shadow: 0 12px 28px rgba(11, 26, 48, 0.07);
}

.brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background:
        radial-gradient(circle at top right, rgba(27, 145, 255, 0.20), transparent 40%),
        linear-gradient(135deg, rgba(9, 22, 43, 0.98), rgba(16, 35, 65, 0.96));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 10px 24px rgba(11, 26, 48, 0.16);
}

.brand__logo {
    width: 138px;
    height: auto;
}

.topnav {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.topnav a {
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-soft);
    transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.topnav a:hover,
.topnav a:focus-visible {
    color: var(--text);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 18px rgba(11, 26, 48, 0.08);
}

.topbar__cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 700;
    white-space: nowrap;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.topbar__cta {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
    box-shadow: 0 12px 24px rgba(27, 145, 255, 0.22);
}

.topbar__cta,
.button--primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--blue), var(--blue-strong));
    box-shadow: 0 16px 30px rgba(27, 145, 255, 0.24);
}

.topbar__cta:hover,
.button--primary:hover,
.button--primary:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(27, 145, 255, 0.28);
}

.button--ghost {
    border: 1px solid rgba(11, 26, 48, 0.12);
    background: rgba(255, 255, 255, 0.9);
    color: var(--text);
    box-shadow: 0 12px 28px rgba(11, 26, 48, 0.08);
}

.button--ghost-dark {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.10);
    color: var(--text-on-dark);
}

.button--ghost:hover,
.button--ghost:focus-visible,
.button--ghost-dark:hover,
.button--ghost-dark:focus-visible {
    transform: translateY(-1px);
}

.button--ghost:hover,
.button--ghost:focus-visible {
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(11, 26, 48, 0.12);
}

.button--ghost-dark:hover,
.button--ghost-dark:focus-visible {
    background: rgba(255, 255, 255, 0.16);
}

.button--ghost-dark {
    border-color: rgba(11, 26, 48, 0.14);
    background: rgba(255, 255, 255, 0.96);
    color: var(--text);
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.98fr);
    gap: 34px;
    align-items: stretch;
    padding: 30px 0 22px;
}

.hero__copy,
.hero__visual,
.preview-content,
.preview-queue,
.preview-pane,
.signal,
.proof-strip article,
.feature-card,
.workflow-step,
.surface-card,
.audience-card,
.closing-cta > div {
    min-width: 0;
}

.hero__copy,
.hero__visual {
    position: relative;
    z-index: 1;
}

.hero__copy {
    padding: 32px 8px 24px 4px;
}

.eyebrow {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--blue-strong);
}

h1,
h2,
h3 {
    margin: 0;
    font-family: var(--font-heading);
    letter-spacing: -0.03em;
}

h1 {
    max-width: 12ch;
    font-size: clamp(52px, 6vw, 80px);
    line-height: 0.97;
}

h2 {
    max-width: 15ch;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.02;
}

h3 {
    font-size: 24px;
    line-height: 1.08;
}

.hero__lead,
.section__intro p,
.feature-card p,
.workflow-step p,
.surface-card p,
.audience-card p,
.faq-list p,
.closing-cta p,
.proof-strip p,
.pane-card p,
.signal__label,
.queue-item p,
.site-footer p {
    margin: 0;
    font-size: 18px;
    line-height: 1.66;
    color: var(--text-soft);
}

.hero__lead {
    max-width: 40rem;
    margin-top: 24px;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.hero__signals {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.signal {
    padding: 18px 18px 20px;
    border: 1px solid rgba(11, 26, 48, 0.08);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.75);
    box-shadow: var(--shadow-sm);
}

.signal__value {
    display: block;
    margin-bottom: 8px;
    font-family: var(--font-heading);
    font-size: 20px;
    color: var(--text);
}

.signal__label {
    font-size: 15px;
}

.hero__visual {
    display: flex;
    align-items: stretch;
}

.product-window {
    width: 100%;
    min-height: 720px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-xl);
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(27, 145, 255, 0.24), transparent 36%),
        radial-gradient(circle at 72% 14%, rgba(237, 179, 16, 0.24), transparent 16%),
        linear-gradient(145deg, #081325 0%, #0d1e39 42%, #142849 100%);
    box-shadow: var(--shadow-lg);
}

.product-window__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(240, 246, 255, 0.86);
    background: rgba(7, 15, 29, 0.32);
}

.product-window__traffic {
    display: flex;
    gap: 7px;
}

.product-window__traffic span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.product-window__traffic span:first-child {
    background: rgba(255, 255, 255, 0.34);
}

.product-window__traffic span:last-child {
    background: rgba(237, 179, 16, 0.84);
}

.product-window__title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: right;
}

.product-window__body {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    min-height: calc(100% - 59px);
}

.preview-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 18px;
    background: rgba(255, 255, 255, 0.06);
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.preview-nav__pill {
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(27, 145, 255, 0.16);
    color: #b4d8ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.preview-nav strong {
    margin-bottom: 4px;
    color: var(--text-on-dark);
    font-size: 15px;
}

.preview-nav__item {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    color: rgba(238, 246, 255, 0.78);
    font-weight: 600;
    background: transparent;
}

.preview-nav__item--active {
    color: #ffffff;
    background: rgba(27, 145, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(27, 145, 255, 0.24);
}

.preview-content {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 18px;
    padding: 24px;
}

.preview-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.preview-stats article,
.queue-item,
.pane-card {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.preview-stats article {
    padding: 18px;
    border-radius: 18px;
}

.preview-stats span {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 34px;
}

.preview-stats small {
    color: rgba(238, 246, 255, 0.76);
    font-size: 13px;
}

.preview-queue {
    display: grid;
    gap: 12px;
}

.queue-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 18px 18px 16px;
    border-radius: 18px;
}

.queue-item > div {
    min-width: 0;
}

.queue-item--review {
    border-left: 3px solid var(--gold);
}

.queue-item--ready {
    border-left: 3px solid #54ce8c;
}

.queue-item strong,
.pane-card strong {
    display: block;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.2;
}

.queue-item p,
.pane-card p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(238, 246, 255, 0.76);
}

.queue-item span:last-child {
    flex-shrink: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.preview-pane {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.pane-card {
    padding: 18px;
    border-radius: 18px;
}

.pane-card--accent {
    background:
        linear-gradient(135deg, rgba(27, 145, 255, 0.22), rgba(237, 179, 16, 0.14)),
        rgba(255, 255, 255, 0.08);
}

.pane-card__label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(238, 246, 255, 0.84);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.proof-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.proof-strip article {
    padding: 18px 18px 20px;
    border-radius: 20px;
    border: 1px solid rgba(11, 26, 48, 0.08);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: var(--shadow-sm);
}

.proof-strip__title {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
}

.proof-strip p {
    font-size: 14px;
    line-height: 1.6;
}

.section {
    padding: 112px 0 0;
    scroll-margin-top: 144px;
}

.section__intro {
    display: grid;
    gap: 18px;
    max-width: 860px;
}

.section__intro p {
    font-size: 19px;
}

.feature-grid,
.surface-grid,
.audience-grid {
    display: grid;
    gap: 18px;
    margin-top: 34px;
}

.feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.audience-card {
    position: relative;
    overflow: hidden;
    min-height: 290px;
    padding: 26px 24px 28px;
    border: 1px solid rgba(11, 26, 48, 0.08);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 250, 255, 0.84));
    box-shadow: var(--shadow-md);
}

.feature-card::before,
.audience-card::before {
    content: "";
    position: absolute;
    inset: auto auto 0 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), rgba(237, 179, 16, 0.92));
}

.feature-card__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(27, 145, 255, 0.18), rgba(237, 179, 16, 0.16));
    color: var(--blue-strong);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.feature-card h3,
.audience-card h3,
.surface-card h3,
.workflow-step h3 {
    margin-bottom: 14px;
}

.workflow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.workflow-step {
    padding: 26px 24px;
    border-radius: 26px;
    border: 1px solid rgba(11, 26, 48, 0.08);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--shadow-sm);
}

.workflow-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--blue), var(--blue-strong));
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
}

.section--contrast {
    margin-top: 118px;
    padding: 44px 38px 42px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(27, 145, 255, 0.18), transparent 28%),
        radial-gradient(circle at 78% 12%, rgba(237, 179, 16, 0.16), transparent 12%),
        linear-gradient(145deg, #09162b 0%, #10213d 40%, #132949 100%);
    box-shadow: var(--shadow-lg);
}

.section__intro--light .eyebrow {
    color: #b6d8ff;
}

.section__intro--light h2,
.section__intro--light p {
    color: var(--text-on-dark);
}

.section__intro--light p {
    color: rgba(238, 246, 255, 0.78);
}

.surface-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.surface-card {
    padding: 28px 24px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
}

.surface-card__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: #cde3ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.surface-card h3 {
    color: #ffffff;
}

.surface-card p,
.surface-card li {
    color: rgba(238, 246, 255, 0.78);
}

.surface-card__list {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.surface-card__list li {
    position: relative;
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.5;
}

.surface-card__list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--gold));
}

.audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-list {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.faq-list details {
    padding: 22px 24px;
    border: 1px solid rgba(11, 26, 48, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-sm);
}

.faq-list summary {
    cursor: pointer;
    list-style: none;
    font-family: var(--font-heading);
    font-size: 22px;
    line-height: 1.2;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list details p {
    margin-top: 14px;
    font-size: 16px;
}

.beta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 28px;
}

.beta-note {
    margin: 0;
    font-size: 15px;
    color: rgba(238, 246, 255, 0.58);
}

.beta-note a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.closing-cta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin: 112px 0 12px;
    padding: 34px 34px 38px;
    border-radius: 30px;
    background:
        linear-gradient(120deg, rgba(11, 26, 48, 0.96), rgba(17, 34, 64, 0.96)),
        linear-gradient(135deg, rgba(27, 145, 255, 0.20), rgba(237, 179, 16, 0.10));
    box-shadow: var(--shadow-lg);
}

.closing-cta h2,
.closing-cta p {
    color: var(--text-on-dark);
}

.closing-cta p {
    max-width: 50rem;
    margin-top: 16px;
    color: rgba(238, 246, 255, 0.78);
}

.closing-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.site-footer {
    margin-top: 26px;
}

.site-footer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 18px;
    padding: 20px 24px;
    border: 1px solid rgba(11, 26, 48, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: var(--shadow-sm);
}

.site-footer__title {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 18px;
    color: var(--text);
}

.site-footer p {
    max-width: 54rem;
    font-size: 15px;
}

.site-footer a {
    font-weight: 700;
    color: var(--blue-strong);
}

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

    .product-window {
        min-height: 660px;
    }

    .feature-grid,
    .workflow,
    .surface-grid,
    .proof-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    html {
        scroll-padding-top: 124px;
    }

    .site-shell {
        width: min(100% - 20px, 1280px);
    }

    .topbar {
        justify-content: center;
        border-radius: 26px;
    }

    .topnav {
        order: 3;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero__copy {
        padding-right: 0;
    }

    .hero__signals,
    .preview-pane,
    .audience-grid,
    .closing-cta {
        grid-template-columns: 1fr;
    }

    .closing-cta {
        display: grid;
        align-items: start;
    }

    .product-window__body {
        grid-template-columns: 1fr;
    }

    .preview-nav {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .preview-nav strong {
        width: 100%;
    }

    .site-footer__inner {
        align-items: flex-start;
    }
}

@media (max-width: 720px) {
    html {
        scroll-padding-top: 96px;
    }

    .site-shell {
        width: min(100% - 16px, 1280px);
        padding-top: 10px;
    }

    .launch-bar {
        position: static;
        padding: 10px 14px;
        font-size: 12px;
    }

    .topbar {
        position: static;
        justify-content: space-between;
        align-items: flex-start;
        gap: 12px;
        padding: 12px;
        border-radius: 24px;
    }

    .brand {
        padding: 7px 12px;
    }

    .brand__logo {
        width: 124px;
    }

    .topbar__cta {
        min-height: 40px;
        padding: 0 14px;
        font-size: 12px;
    }

    .topnav {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 10px;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    .topnav::-webkit-scrollbar,
    .preview-nav::-webkit-scrollbar {
        display: none;
    }

    .topnav a {
        flex: 0 0 auto;
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid rgba(11, 26, 48, 0.08);
    }

    .hero {
        gap: 24px;
        padding: 18px 0 8px;
    }

    .hero__copy {
        padding: 20px 4px 8px;
    }

    h1 {
        max-width: none;
        font-size: 44px;
    }

    h2 {
        max-width: none;
        font-size: 32px;
    }

    .hero__lead,
    .section__intro p {
        font-size: 17px;
    }

    .hero__signals,
    .feature-grid,
    .workflow,
    .surface-grid,
    .proof-strip,
    .audience-grid {
        grid-template-columns: 1fr;
    }

    .product-window {
        min-height: auto;
        border-radius: 26px;
    }

    .product-window__header {
        align-items: flex-start;
        padding: 14px 16px;
    }

    .product-window__title {
        font-size: 12px;
    }

    .preview-nav {
        padding: 14px 16px;
        gap: 10px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .preview-nav strong {
        width: auto;
        margin-right: 4px;
        white-space: nowrap;
    }

    .preview-nav__item {
        flex: 0 0 auto;
        padding: 10px 12px;
    }

    .preview-content {
        gap: 14px;
        padding: 16px;
    }

    .preview-stats {
        gap: 10px;
    }

    .preview-stats article {
        padding: 14px;
    }

    .preview-stats span {
        font-size: 28px;
    }

    .queue-item {
        flex-direction: column;
        gap: 10px;
        padding: 16px;
    }

    .queue-item span:last-child {
        align-self: flex-start;
        white-space: normal;
    }

    .preview-pane {
        grid-template-columns: 1fr;
    }

    .section {
        padding-top: 82px;
        scroll-margin-top: 96px;
    }

    .section--contrast {
        margin-top: 84px;
        padding: 28px 20px;
        border-radius: 26px;
    }

    .feature-card,
    .audience-card,
    .workflow-step,
    .surface-card {
        min-height: auto;
        padding: 22px 20px;
        border-radius: 22px;
    }

    .faq-list details {
        padding: 20px;
    }

    .faq-list summary {
        font-size: 20px;
    }

    .closing-cta {
        margin-top: 84px;
        padding: 28px 20px 30px;
        border-radius: 26px;
    }

    .site-footer__inner {
        padding: 18px 20px;
    }
}

@media (max-width: 560px) {
    html {
        scroll-padding-top: 16px;
    }

    .topbar__cta,
    .button {
        width: 100%;
    }

    .hero__actions,
    .closing-cta__actions,
    .beta-actions {
        align-items: stretch;
    }

    .preview-stats {
        grid-template-columns: 1fr;
    }

    .signal,
    .proof-strip article,
    .pane-card {
        padding: 16px;
    }

    .site-footer__inner {
        display: grid;
        gap: 10px;
    }
}

@media (max-width: 420px) {
    body::before {
        opacity: 0.18;
    }

    .site-shell {
        width: min(100% - 12px, 1280px);
    }

    .launch-bar {
        font-size: 11px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 21px;
    }

    .brand__logo {
        width: 110px;
    }

    .topbar__cta,
    .button {
        min-height: 44px;
        padding: 0 16px;
    }

    .section--contrast,
    .closing-cta {
        padding: 24px 16px;
    }

    .preview-content,
    .preview-nav {
        padding: 14px;
    }
}
