:root {
    --bg: #07111f;
    --bg-soft: rgba(12, 22, 39, 0.72);
    --panel: rgba(12, 22, 39, 0.7);
    --panel-strong: rgba(16, 26, 47, 0.92);
    --line: rgba(255, 255, 255, 0.08);
    --text: #edf4ff;
    --muted: #aac0dd;
    --primary: #79e7ff;
    --secondary: #9f8cff;
    --accent: #5af4c0;
    --danger: #ff8f9f;
    --good: #91f0bf;
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    --radius: 28px;
    --radius-sm: 18px;
    --content: 1200px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(121, 231, 255, 0.16), transparent 28%),
        radial-gradient(circle at 80% 20%, rgba(159, 140, 255, 0.2), transparent 30%),
        linear-gradient(180deg, #07111f 0%, #081523 38%, #06101b 100%);
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: -20%;
    background:
        radial-gradient(circle, rgba(90, 244, 192, 0.09), transparent 30%),
        radial-gradient(circle, rgba(121, 231, 255, 0.07), transparent 26%);
    filter: blur(70px);
    animation: drift 18s linear infinite alternate;
    pointer-events: none;
    z-index: -4;
    opacity: 0;
    transition: opacity 260ms ease;
}

.page-shell,
.page-shell-alt {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -3;
    opacity: 0;
    transition: opacity 260ms ease;
}

.page-shell::before,
.page-shell::after,
.page-shell-alt::before,
.page-shell-alt::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(70px);
    opacity: 0.65;
}

.page-shell::before,
.page-shell-alt::before {
    width: 32rem;
    height: 32rem;
    background: rgba(121, 231, 255, 0.13);
    top: 8%;
    left: -8%;
    animation: floatBlob 16s ease-in-out infinite;
}

.page-shell::after,
.page-shell-alt::after {
    width: 34rem;
    height: 34rem;
    background: rgba(159, 140, 255, 0.14);
    right: -10%;
    top: 30%;
    animation: floatBlob 18s ease-in-out infinite reverse;
}

.page-shell-alt::before {
    background: rgba(90, 244, 192, 0.11);
}

.page-shell-alt::after {
    background: rgba(121, 231, 255, 0.11);
}

.noise {
    position: fixed;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.04) 0.7px, transparent 0.7px);
    background-size: 12px 12px;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    transition: opacity 260ms ease;
}

.cursor-glow {
    position: fixed;
    width: 26rem;
    height: 26rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(121, 231, 255, 0.16), transparent 62%);
    filter: blur(18px);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -2;
    opacity: 0;
    transition: opacity 260ms ease;
}

body.ui-ready::before,
body.ui-ready .page-shell,
body.ui-ready .page-shell-alt,
body.ui-ready .page-shell-alt {
    opacity: 1;
}

body.ui-ready .noise {
    opacity: 0.07;
}

body.ui-ready .cursor-glow {
    opacity: 0.75;
}

.fi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1em;
    min-width: 1.1em;
    height: 1.1em;
    line-height: 1;
    vertical-align: -0.125em;
}

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

main,
.topbar,
.footer {
    width: min(calc(100% - 2rem), var(--content));
    margin: 0 auto;
}

.topbar {
    position: sticky;
    top: 1rem;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding: 0.95rem 1.15rem;
    background: rgba(8, 16, 30, 0.72);
    border: 1px solid var(--line);
    border-radius: 999px;
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 40px rgba(3, 8, 18, 0.28);
}

.topbar.compact {
    max-width: 1120px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #04111d;
    box-shadow: 0 12px 30px rgba(121, 231, 255, 0.25);
}

nav {
    display: flex;
    gap: 1.35rem;
    align-items: center;
}

nav a,
.footer-links a {
    color: var(--muted);
    transition: color 180ms ease, transform 180ms ease;
}

nav a:hover,
.footer-links a:hover {
    color: var(--text);
    transform: translateY(-1px);
}

.section {
    padding: 5.5rem 0;
}

.hero {
    display: grid;
    grid-template-columns: 1.03fr 0.97fr;
    gap: 3rem;
    padding-top: 5rem;
    align-items: center;
}

.hero-copy {
    position: relative;
}

.hero-copy::after {
    content: "";
    position: absolute;
    width: 14rem;
    height: 14rem;
    left: -2rem;
    top: -2rem;
    background: radial-gradient(circle, rgba(121, 231, 255, 0.16), transparent 65%);
    filter: blur(18px);
    z-index: -1;
}

.inner-hero {
    padding-top: 6rem;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d8e7fb;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

h1,
h2,
h3 {
    margin: 0;
    letter-spacing: -0.04em;
}

h1 {
    margin-top: 1.35rem;
    font-size: clamp(3rem, 6vw, 5.6rem);
    line-height: 0.98;
    max-width: 11.5ch;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.03;
    max-width: 13ch;
}

h3 {
    font-size: 1.35rem;
    line-height: 1.1;
}

p {
    margin: 0;
    color: var(--muted);
    line-height: 1.72;
    font-size: 1rem;
}

.lede {
    margin-top: 1.35rem;
    max-width: 62ch;
    font-size: 1.08rem;
}

.launch-note {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.launch-note span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #dbe8f8;
    font-size: 0.92rem;
}

.hero-proof {
    margin-top: 1.5rem;
}

.proof-card {
    padding: 1rem 1.1rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(121, 231, 255, 0.18);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.proof-label {
    display: inline-flex;
    margin-bottom: 0.9rem;
    color: #dff4ff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

.proof-grid div {
    display: grid;
    gap: 0.3rem;
    padding: 0.85rem 0.9rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.proof-grid strong {
    color: var(--text);
    font-size: 0.95rem;
}

.proof-grid span {
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.95rem 1.4rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    transition:
        transform 200ms ease,
        box-shadow 200ms ease,
        border-color 200ms ease,
        background 200ms ease;
    overflow: hidden;
}

.button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.22), transparent 70%);
    transform: translateX(-120%);
    transition: transform 380ms ease;
}

.button:hover::after {
    transform: translateX(120%);
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    color: #04111d;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    box-shadow: 0 18px 40px rgba(90, 244, 192, 0.18);
}

.button-secondary,
.button-ghost {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
}

.button-secondary:hover,
.button-ghost:hover {
    border-color: rgba(121, 231, 255, 0.4);
    box-shadow: 0 12px 26px rgba(121, 231, 255, 0.12);
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.5rem;
    margin: 1.8rem 0 0;
    padding: 0;
    list-style: none;
    color: #dbe8f8;
}

.hero-points li,
.quick-actions span,
.floating-chip,
.check-item,
.mini-panel {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.hero-visual {
    position: relative;
}

.phone-stage {
    position: relative;
    min-height: 42rem;
}

.card,
.info-card,
.feature-card,
.stack-card,
.cta-card,
.compare-table,
.pitch-strip,
.spotlight-card,
.mini-panel,
.trust-band,
.timeline-step {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}

.phone-float {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: min(100%, 24rem);
    padding: 1rem;
    border-radius: 2.2rem;
    transform: rotate(-8deg);
}

.phone-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dbe8f8;
    font-size: 0.95rem;
}

.status-dot {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 0 rgba(90, 244, 192, 0.6);
    animation: pulse 1.8s infinite;
}

.chat-stream {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1rem 0;
}

.bubble {
    max-width: 88%;
    padding: 0.85rem 1rem;
    border-radius: 1.2rem;
    font-size: 0.96rem;
    line-height: 1.5;
}

.bubble-in {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.08);
}

.bubble-out {
    align-self: flex-end;
    background: rgba(121, 231, 255, 0.14);
}

.bubble-out.accent {
    background: rgba(90, 244, 192, 0.18);
}

.quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.quick-actions span,
.floating-chip,
.check-item {
    padding: 0.72rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: #dbe8f8;
    font-size: 0.92rem;
}

.floating-chip {
    position: absolute;
    max-width: 18rem;
    backdrop-filter: blur(18px);
    animation: bob 6s ease-in-out infinite;
}

.chip-a {
    left: 0;
    top: 3.5rem;
}

.chip-b {
    right: 1.2rem;
    bottom: 7rem;
    animation-delay: 0.8s;
}

.chip-c {
    left: 2.5rem;
    bottom: 1rem;
    animation-delay: 1.5s;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
}

.orb-a {
    width: 15rem;
    height: 15rem;
    top: 4rem;
    right: 6rem;
    background: rgba(121, 231, 255, 0.22);
}

.orb-b {
    width: 10rem;
    height: 10rem;
    bottom: 5rem;
    left: 2rem;
    background: rgba(159, 140, 255, 0.2);
}

.trust-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 1.35rem 1.4rem;
    border-radius: 24px;
    color: #dce8fa;
}

.section-heading {
    display: grid;
    gap: 1rem;
    max-width: 52rem;
}

.grid {
    display: grid;
    gap: 1.25rem;
    margin-top: 2rem;
}

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

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

.info-card,
.feature-card,
.stack-card,
.mini-panel,
.spotlight-card,
.pitch-strip,
.cta-card {
    padding: 1.5rem;
    border-radius: var(--radius);
}

.scenario-card {
    position: relative;
}

.scenario-step {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d8e7fb;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.info-card,
.feature-card {
    min-height: 16rem;
}

.card-icon,
.feature-icon,
.timeline-marker,
.stack-number {
    display: inline-grid;
    place-items: center;
}

.card-icon,
.feature-icon,
.timeline-marker {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(121, 231, 255, 0.2), rgba(159, 140, 255, 0.18));
    color: var(--primary);
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.stack-number {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    background: rgba(90, 244, 192, 0.12);
    color: var(--accent);
    font-weight: 800;
}

.split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.privacy-focus {
    align-items: stretch;
}

.privacy-stack,
.stacked-list {
    display: grid;
    gap: 1rem;
}

.timeline {
    position: relative;
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 1.45rem;
    top: 1rem;
    bottom: 1rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(121, 231, 255, 0.28), rgba(159, 140, 255, 0.08));
}

.timeline-step {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    border-radius: var(--radius-sm);
}

.compare-section {
    overflow: hidden;
}

.pricing-section {
    overflow: hidden;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.pricing-clarity,
.faq-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
}

.pricing-clarity {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: start;
    margin-top: 1.6rem;
    padding: 1.15rem 1.25rem;
    border-radius: 22px;
}

.pricing-clarity i {
    display: grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 16px;
    background: rgba(121, 231, 255, 0.12);
    color: var(--primary);
}

.pricing-clarity strong {
    color: var(--text);
}

.price-card,
.signup-shell {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}

.price-card {
    padding: 1.6rem;
    border-radius: var(--radius);
}

.featured-price {
    border-color: rgba(121, 231, 255, 0.55);
    box-shadow:
        0 0 0 1px rgba(121, 231, 255, 0.35),
        var(--shadow);
}

.price-badge,
.price-label {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-weight: 700;
}

.price-badge {
    position: absolute;
    top: -0.7rem;
    left: 1.25rem;
    padding: 0.35rem 0.8rem;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #04111d;
    font-size: 0.73rem;
}

.price-label {
    padding: 0.45rem 0.8rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d8e7fb;
    font-size: 0.78rem;
    letter-spacing: 0.01em;
}

.price-line {
    margin-top: 1rem;
    font-size: clamp(2.4rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.05em;
}

.price-line span {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--muted);
    letter-spacing: 0;
}

.price-list {
    display: grid;
    gap: 0.75rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.price-list li {
    position: relative;
    padding-left: 1.35rem;
    color: #dbe8f8;
}

.price-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    box-shadow: 0 0 18px rgba(121, 231, 255, 0.35);
}

.price-note {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-footnote {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    margin-top: 1.35rem;
    padding: 1.2rem 1.3rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
}

.pricing-footnote i {
    display: grid;
    place-items: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 18px;
    background: rgba(121, 231, 255, 0.14);
    color: var(--primary);
}

.pricing-footnote strong,
.pricing-footnote span {
    color: var(--text);
}

.faq-section {
    overflow: hidden;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.faq-card {
    padding: 1.35rem;
    border-radius: 24px;
}

.faq-card h3 {
    margin-bottom: 0.7rem;
    font-size: 1.1rem;
}

.compare-table {
    margin-top: 2rem;
    border-radius: var(--radius);
    overflow: hidden;
}

.compare-row {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
}

.compare-row>div {
    padding: 1.15rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.compare-row>div:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.compare-head {
    background: rgba(255, 255, 255, 0.04);
    color: #dce8fa;
    font-weight: 700;
}

.good {
    color: var(--good);
}

.bad {
    color: #ffb8c2;
}

.pitch-strip {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.5rem;
    align-items: center;
}

.signup-shell {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 1.6rem;
    padding: 1.6rem;
    border-radius: var(--radius);
}

.signup-copy {
    display: grid;
    align-content: start;
    gap: 1rem;
}

.signup-points {
    display: grid;
    gap: 0.8rem;
    margin-top: 0.25rem;
}

.signup-points div {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: #dbe8f8;
}

.signup-points i {
    color: var(--accent);
}

.waitlist-form {
    display: grid;
    gap: 1rem;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.waitlist-form label {
    display: grid;
    gap: 0.45rem;
}

.waitlist-form label span,
.form-microcopy,
.form-status {
    font-size: 0.92rem;
}

.waitlist-form label span {
    color: #dce8fa;
    font-weight: 600;
}

.waitlist-form input,
.waitlist-form select,
.waitlist-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 0.95rem 1rem;
    font: inherit;
    color: var(--text);
    background: rgba(255, 255, 255, 0.04);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease;
}

.waitlist-form input::placeholder,
.waitlist-form textarea::placeholder {
    color: rgba(170, 192, 221, 0.9);
}

.waitlist-form input:focus,
.waitlist-form select:focus,
.waitlist-form textarea:focus {
    outline: none;
    border-color: rgba(121, 231, 255, 0.55);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 3px rgba(121, 231, 255, 0.12);
}

.waitlist-form textarea {
    min-height: 7.5rem;
    resize: vertical;
}

.form-actions {
    display: grid;
    gap: 0.8rem;
}

.form-microcopy {
    color: var(--muted);
}

.form-status {
    min-height: 1.2rem;
    margin: 0;
    color: var(--muted);
}

.form-status.is-success {
    color: var(--good);
}

.form-status.is-error {
    color: #ffb8c2;
}

.share-status {
    flex-basis: 100%;
    min-height: 1.2rem;
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
}

.share-status.is-success {
    color: var(--good);
}

.share-status.is-error {
    color: #ffb8c2;
}

.cta-card {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2rem;
    align-items: center;
}

.spotlight-card {
    position: relative;
    overflow: hidden;
}

.spotlight-card::before,
.cta-card::before {
    content: "";
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle, rgba(121, 231, 255, 0.12), transparent 35%);
    animation: rotateSlow 18s linear infinite;
}

.spotlight-card>*,
.cta-card>* {
    position: relative;
    z-index: 1;
}

.check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.check-item {
    justify-content: flex-start;
}

.mini-panel {
    padding: 1.15rem 1.2rem;
    border-radius: 22px;
    align-items: flex-start;
}

.footer {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    padding: 1.2rem 0 3rem;
}

.brand-footer {
    margin-bottom: 0.8rem;
}

.footer-links {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
}

@supports (content-visibility: auto) {

    .trust-band,
    main>.section:not(.hero),
    .footer {
        content-visibility: auto;
        contain-intrinsic-size: 1px 900px;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
    transition:
        opacity 650ms ease,
        transform 650ms ease;
}

.reveal-delay-1 {
    transition-delay: 120ms;
}

.reveal-delay-2 {
    transition-delay: 220ms;
}

.reveal.in-view {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.pulse-card {
    animation: hoverCard 7s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(90, 244, 192, 0.45);
    }

    70% {
        box-shadow: 0 0 0 16px rgba(90, 244, 192, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(90, 244, 192, 0);
    }
}

@keyframes bob {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes hoverCard {

    0%,
    100% {
        transform: rotate(-8deg) translateY(0);
    }

    50% {
        transform: rotate(-6deg) translateY(-10px);
    }
}

@keyframes floatBlob {

    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(2rem, -1.5rem, 0) scale(1.08);
    }
}

@keyframes rotateSlow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes drift {
    0% {
        transform: translate3d(-4%, -2%, 0);
    }

    100% {
        transform: translate3d(4%, 2%, 0);
    }
}

@media (max-width: 1080px) {

    .hero,
    .split-section,
    .signup-shell,
    .cta-card,
    .pitch-strip {
        grid-template-columns: 1fr;
    }

    .hero {
        gap: 2rem;
    }

    .phone-stage {
        min-height: 36rem;
    }

    .three-up,
    .pricing-grid,
    .faq-grid,
    .feature-grid,
    .trust-band,
    .check-grid,
    .proof-grid {
        grid-template-columns: 1fr 1fr;
    }

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

    .compare-row {
        grid-template-columns: 0.9fr 1fr 1fr;
    }
}

@media (max-width: 820px) {
    .topbar {
        border-radius: 26px;
        padding: 1rem;
        flex-wrap: wrap;
    }

    nav {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0.85rem 1rem;
    }

    h1 {
        max-width: 12ch;
    }

    .three-up,
    .pricing-grid,
    .faq-grid,
    .feature-grid,
    .trust-band,
    .check-grid,
    .compare-row,
    .proof-grid {
        grid-template-columns: 1fr;
    }

    .pricing-clarity {
        grid-template-columns: 1fr;
    }

    .form-grid,
    .pricing-footnote {
        grid-template-columns: 1fr;
    }

    .compare-row>div:not(:first-child) {
        border-left: 0;
    }

    .compare-row>div {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .phone-float {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
    }

    .pulse-card {
        animation: none;
    }

    .phone-stage {
        min-height: auto;
        display: grid;
        gap: 1rem;
    }

    .floating-chip {
        position: relative;
        inset: auto;
        max-width: none;
    }

    .section {
        padding: 4.2rem 0;
    }

    .footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}