.landing-theme-body {
    background:
        radial-gradient(circle at top left, rgba(219, 234, 254, 0.95), transparent 28%),
        radial-gradient(circle at top right, rgba(199, 210, 254, 0.92), transparent 24%),
        linear-gradient(180deg, #f7fbff 0%, #eef4ff 42%, #f8fafc 100%);
    color: #0f172a;
}

.landing-nav-shell {
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
}

.landing-hero {
    position: relative;
    background:
        radial-gradient(circle at 14% 18%, rgba(125, 211, 252, 0.28), transparent 22%),
        radial-gradient(circle at 82% 24%, rgba(96, 165, 250, 0.20), transparent 20%),
        linear-gradient(145deg, #081225 0%, #10284a 38%, #1b4d7f 100%);
}

.landing-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 80%);
    opacity: 0.18;
    pointer-events: none;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto 1rem;
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(191, 219, 254, 0.18);
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.22);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #cbd5e1;
    backdrop-filter: blur(10px);
}

.hero-accent {
    color: #9bd3ff;
}

.hero-signal-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    max-width: 52rem;
    margin: 0 auto 1.5rem;
}

.hero-signal-pill {
    padding: 0.6rem 0.95rem;
    border: 1px solid rgba(191, 219, 254, 0.16);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.10);
    color: #eff6ff;
    font-size: 0.86rem;
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-proof-card {
    max-width: 56rem;
    margin: 1.35rem auto 1rem;
    padding: 1.2rem 1.25rem;
    border: 1px solid rgba(191, 219, 254, 0.18);
    border-radius: 24px;
    background: rgba(8, 20, 41, 0.42);
    box-shadow: 0 28px 70px rgba(2, 8, 23, 0.18);
    backdrop-filter: blur(14px);
}

.hero-proof-label {
    margin-bottom: 0.8rem;
    color: #e2e8f0;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

.hero-proof-item {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    text-align: left;
}

.hero-proof-item strong {
    color: #fff;
    font-size: 0.96rem;
}

.hero-proof-item span {
    color: #bfdbfe;
    font-size: 0.88rem;
    line-height: 1.55;
}

.hero-metrics-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    max-width: 62rem;
    margin: 1.5rem auto 0;
}

.hero-metric {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(191, 219, 254, 0.16);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
    box-shadow: 0 20px 40px rgba(2, 8, 23, 0.16);
}

.hero-metric strong {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
}

.hero-metric span {
    display: block;
    margin-top: 0.2rem;
    color: #cbd5e1;
    font-size: 0.84rem;
}

.hero-trial-input {
    box-shadow: 0 26px 60px rgba(2, 8, 23, 0.28);
}

.demo-answer-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(191, 219, 254, 0.55);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.22);
}

.landing-card,
.pricing-card,
.stat-tile {
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.88));
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.07);
}

.section-bright {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 255, 0.96));
}

.section-muted {
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.78), rgba(255, 255, 255, 0.96));
}

.footer-shell {
    background: linear-gradient(180deg, #09111f 0%, #0f1d33 100%);
}

.trial-signin-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(191, 219, 254, 0.2);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 16px 40px rgba(2, 8, 23, 0.16);
}

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

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

@media (max-width: 640px) {
    .hero-kicker {
        font-size: 0.66rem;
        letter-spacing: 0.1em;
    }

    .hero-signal-row {
        justify-content: flex-start;
    }

    .hero-signal-pill {
        width: 100%;
        text-align: left;
    }

    .hero-proof-card {
        padding: 1rem;
    }

    .hero-metrics-strip {
        grid-template-columns: 1fr;
    }

    .hero-metric {
        text-align: left;
    }
}
