﻿/* ==========================================================================
   TRUST ME BRUH INSURANCE™
   Template Forge Template #002

   Production stylesheet
   ========================================================================== */


/* ==========================================================================
   ROOT
   ========================================================================== */

:root {
    --color-navy-950: #070b18;
    --color-navy-900: #0a1024;
    --color-navy-850: #101831;
    --color-navy-800: #15203b;
    --color-navy-700: #1f2d4d;

    --color-violet-700: #6237ed;
    --color-violet-600: #7450ff;
    --color-violet-500: #8b70ff;
    --color-violet-300: #b7a6ff;

    --color-blue-600: #276cff;
    --color-blue-500: #4284ff;
    --color-blue-300: #8db7ff;

    --color-lime: #d9ff62;
    --color-lime-soft: #eaff9d;
    --color-lime-dark: #9ec528;

    --color-ice: #eaf6ff;
    --color-white: #ffffff;
    --color-paper: #f5f7fb;
    --color-surface: #edf1f8;

    --color-ink: #101527;
    --color-muted: #626b7f;
    --color-muted-light: #9ca6ba;

    --border-dark: rgba(255, 255, 255, 0.12);
    --border-light: rgba(16, 21, 39, 0.11);

    --shadow-large:
        0 40px 100px rgba(5, 9, 24, 0.22);

    --shadow-card:
        0 22px 55px rgba(10, 16, 36, 0.12);

    --font-display: "Space Grotesk", sans-serif;
    --font-body: "Manrope", sans-serif;
    --font-mono: "DM Mono", monospace;

    --shell: 1220px;

    --radius-xs: 10px;
    --radius-sm: 16px;
    --radius-md: 24px;
    --radius-lg: 34px;
}


/* ==========================================================================
   RESET
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--color-ink);
    background: var(--color-paper);
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.nav-open {
    overflow: hidden;
}

img,
svg {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
select {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

p,
h1,
h2,
h3,
blockquote {
    margin-top: 0;
}

p:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

::selection {
    color: var(--color-navy-950);
    background: var(--color-lime);
}


/* ==========================================================================
   ACCESSIBILITY
   ========================================================================== */

.skip-link {
    position: fixed;
    z-index: 9999;
    top: 16px;
    left: 16px;
    padding: 11px 16px;
    border-radius: 999px;
    color: var(--color-navy-950);
    background: var(--color-lime);
    font-weight: 800;
    transform: translateY(-180%);
    transition: transform 180ms ease;
}

.skip-link:focus {
    transform: translateY(0);
}


/* ==========================================================================
   GLOBAL LAYOUT
   ========================================================================== */

.shell {
    width: min(calc(100% - 48px), var(--shell));
    margin-inline: auto;
}

.section {
    padding-block: 118px;
}

.eyebrow {
    margin-bottom: 20px;
    color: var(--color-violet-700);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.eyebrow--light {
    color: var(--color-lime);
}

.section-heading {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(280px, 0.42fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 58px;
}

.section-heading h2 {
    max-width: 820px;
    margin-bottom: 0;
    font-family: var(--font-display);
    font-size: clamp(2.7rem, 5vw, 5.2rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.section-heading__copy {
    margin-bottom: 5px;
    color: var(--color-muted);
    font-size: 1.02rem;
    line-height: 1.78;
}


/* ==========================================================================
   BUTTONS
   ========================================================================== */

.button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background 180ms ease,
        color 180ms ease,
        box-shadow 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button--compact {
    min-height: 45px;
    padding-inline: 18px;
    font-size: 0.78rem;
}

.button--light {
    color: var(--color-navy-950);
    background: var(--color-white);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.button--light:hover {
    background: var(--color-lime);
}

.button--lime {
    color: var(--color-navy-950);
    background: var(--color-lime);
    box-shadow:
        0 16px 42px rgba(217, 255, 98, 0.17);
}

.button--lime:hover {
    background: var(--color-lime-soft);
    box-shadow:
        0 20px 50px rgba(217, 255, 98, 0.24);
}

.button--dark {
    color: var(--color-white);
    background: var(--color-navy-950);
}

.button--dark:hover {
    background: var(--color-violet-700);
}


/* ==========================================================================
   TRUST STRIP
   ========================================================================== */

.trust-strip {
    position: relative;
    z-index: 70;
    color: rgba(255, 255, 255, 0.75);
    background: #050815;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-strip__inner {
    display: grid;
    min-height: 40px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    font-family: var(--font-mono);
    font-size: 0.69rem;
    letter-spacing: 0.02em;
}

.trust-strip p {
    margin-bottom: 0;
}

.trust-strip__status {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-lime);
    text-transform: uppercase;
}

.trust-strip__pulse {
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-lime);
    box-shadow:
        0 0 0 5px rgba(217, 255, 98, 0.08);
}

.trust-strip__pulse::after {
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(217, 255, 98, 0.4);
    border-radius: 50%;
    content: "";
    animation: confidencePulse 2.1s ease-out infinite;
}

.trust-strip__message {
    opacity: 0.76;
}

.trust-strip__link {
    color: var(--color-white);
    font-weight: 500;
}

.trust-strip__link:hover {
    color: var(--color-lime);
}


/* ==========================================================================
   HEADER
   ========================================================================== */

.site-header {
    position: absolute;
    z-index: 60;
    top: 40px;
    right: 0;
    left: 0;
    color: var(--color-white);
}

.site-header__inner {
    display: grid;
    min-height: 84px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 45px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand__symbol {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    color: var(--color-lime);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.02)
        );
    font-family: var(--font-display);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand__copy {
    display: grid;
    line-height: 1;
}

.brand__copy strong {
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.brand__copy small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.42);
    font-family: var(--font-mono);
    font-size: 0.48rem;
    letter-spacing: 0.2em;
}

.primary-nav {
    display: flex;
    justify-content: center;
    gap: 31px;
}

.primary-nav a {
    position: relative;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
    font-weight: 700;
    transition: color 180ms ease;
}

.primary-nav a::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 1px;
    background: var(--color-lime);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.primary-nav a:hover {
    color: var(--color-white);
}

.primary-nav a:hover::after {
    transform: scaleX(1);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-login {
    color: rgba(255, 255, 255, 0.61);
    font-size: 0.78rem;
    font-weight: 700;
}

.header-login:hover {
    color: var(--color-white);
}

.nav-toggle {
    display: none;
}


/* ==========================================================================
   HERO
   ========================================================================== */

.hero {
    position: relative;
    min-height: 990px;
    overflow: hidden;
    color: var(--color-white);
    background:
        radial-gradient(
            circle at 78% 28%,
            rgba(116, 80, 255, 0.23),
            transparent 28%
        ),
        radial-gradient(
            circle at 13% 63%,
            rgba(39, 108, 255, 0.12),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            #090e20 0%,
            #0b1128 46%,
            #0d1430 100%
        );
}

.hero::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.027) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.027) 1px,
            transparent 1px
        );
    background-size: 72px 72px;
    mask-image:
        linear-gradient(
            to bottom,
            transparent,
            black 18%,
            black 82%,
            transparent
        );
    content: "";
}

.hero::after {
    position: absolute;
    right: -160px;
    bottom: 180px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.045);
    border-radius: 50%;
    box-shadow:
        0 0 0 82px rgba(255, 255, 255, 0.015),
        0 0 0 166px rgba(255, 255, 255, 0.01);
    content: "";
}

.hero__glow {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(24px);
}

.hero__glow--one {
    top: 190px;
    right: 9%;
    width: 420px;
    height: 420px;
    background: rgba(104, 71, 255, 0.13);
}

.hero__glow--two {
    top: 430px;
    left: -120px;
    width: 330px;
    height: 330px;
    background: rgba(52, 125, 255, 0.08);
}

.hero__grid {
    position: relative;
    z-index: 3;
    display: grid;
    min-height: 760px;
    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(430px, 0.75fr);
    align-items: center;
    gap: 72px;
    padding-top: 145px;
}

.hero__content {
    padding-top: 16px;
}

.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 27px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.04);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    text-transform: uppercase;
    backdrop-filter: blur(16px);
}

.hero__eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-lime);
    box-shadow: 0 0 18px rgba(217, 255, 98, 0.8);
}

.hero h1 {
    max-width: 760px;
    margin-bottom: 28px;
    font-family: var(--font-display);
    font-size: clamp(4.3rem, 7vw, 7.6rem);
    line-height: 0.88;
    letter-spacing: -0.075em;
}

.hero h1 span {
    display: block;
    color: var(--color-lime);
}

.hero__lead {
    max-width: 650px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.63);
    font-size: clamp(1.1rem, 1.7vw, 1.42rem);
    line-height: 1.6;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 23px;
}

.hero__text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.83rem;
    font-weight: 700;
}

.hero__text-link span {
    color: var(--color-lime);
    transition: transform 180ms ease;
}

.hero__text-link:hover {
    color: var(--color-white);
}

.hero__text-link:hover span {
    transform: translate(3px, -3px);
}

.hero__trust-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 42px;
}

.hero__avatars {
    display: flex;
    padding-left: 7px;
}

.hero__avatars span {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    margin-left: -7px;
    border: 2px solid var(--color-navy-900);
    border-radius: 50%;
    color: var(--color-navy-950);
    background:
        linear-gradient(
            145deg,
            var(--color-lime),
            var(--color-violet-300)
        );
    font-family: var(--font-display);
    font-size: 0.62rem;
    font-weight: 700;
}

.hero__trust-row strong {
    font-family: var(--font-display);
    font-size: 0.88rem;
}

.hero__trust-row p {
    margin: 3px 0 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.72rem;
}


/* ==========================================================================
   HERO CONSOLE
   ========================================================================== */

.hero-console {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 32px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.105),
            rgba(255, 255, 255, 0.035)
        );
    box-shadow:
        0 40px 100px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(22px);
    transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}

.hero-console::before {
    position: absolute;
    top: -30%;
    left: -16%;
    width: 90%;
    height: 62%;
    background:
        linear-gradient(
            115deg,
            transparent,
            rgba(255, 255, 255, 0.065),
            transparent
        );
    content: "";
    transform: rotate(-11deg);
}

.hero-console__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.console-kicker {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.36);
    font-family: var(--font-mono);
    font-size: 0.60rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.hero-console__top strong {
    font-family: var(--font-display);
    font-size: 1rem;
    letter-spacing: -0.025em;
}

.console-status {
    padding: 6px 9px;
    border: 1px solid rgba(217, 255, 98, 0.2);
    border-radius: 999px;
    color: var(--color-lime);
    background: rgba(217, 255, 98, 0.06);
    font-family: var(--font-mono);
    font-size: 0.57rem;
    letter-spacing: 0.08em;
}

.hero-console__score {
    display: grid;
    min-height: 315px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at center,
            rgba(116, 80, 255, 0.18),
            rgba(5, 8, 21, 0.24) 57%,
            rgba(5, 8, 21, 0.42)
        );
}

.confidence-orbit {
    position: relative;
    display: grid;
    width: 230px;
    height: 230px;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(
            circle at center,
            rgba(217, 255, 98, 0.09),
            transparent 63%
        );
}

.confidence-orbit::before,
.confidence-orbit::after {
    position: absolute;
    border-radius: 50%;
    content: "";
}

.confidence-orbit::before {
    inset: 8px;
    border:
        1px dashed rgba(217, 255, 98, 0.24);
    animation: orbitRotate 18s linear infinite;
}

.confidence-orbit::after {
    inset: 29px;
    border:
        1px solid rgba(116, 80, 255, 0.22);
}

.confidence-orbit__ring {
    position: absolute;
    inset: 0;
    border: 11px solid rgba(255, 255, 255, 0.05);
    border-top-color: var(--color-lime);
    border-right-color: var(--color-lime);
    border-bottom-color: var(--color-lime);
    border-radius: 50%;
    filter:
        drop-shadow(
            0 0 13px rgba(217, 255, 98, 0.15)
        );
    transform: rotate(34deg);
}
.confidence-orbit__ring--full {
    border-color: var(--color-lime);
    transform: none;
}

.confidence-orbit__value {
    position: relative;
    z-index: 2;
    text-align: center;
}

.confidence-orbit__value span,
.confidence-orbit__value small {
    display: block;
    font-family: var(--font-mono);
    text-transform: uppercase;
}

.confidence-orbit__value span {
    color: rgba(255, 255, 255, 0.32);
    font-size: 0.52rem;
    letter-spacing: 0.12em;
}

.confidence-orbit__value strong {
    display: block;
    margin-block: 3px;
    font-family: var(--font-display);
    font-size: 3.3rem;
    line-height: 1;
    letter-spacing: -0.075em;
}

.confidence-orbit__value small {
    color: var(--color-lime);
    font-size: 0.52rem;
}

.hero-console__metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 11px;
}

.metric-card {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.035);
}

.metric-card span,
.metric-card small {
    display: block;
}

.metric-card span {
    color: rgba(255, 255, 255, 0.31);
    font-family: var(--font-mono);
    font-size: 0.66rem;
    text-transform: uppercase;
}

.metric-card strong {
    display: block;
    margin-block: 4px 2px;
    font-family: var(--font-display);
    font-size: 1.02rem;
}

.metric-card small {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.66rem;
}

.hero-console__notice {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 11px;
    padding: 15px;
    border: 1px solid rgba(217, 255, 98, 0.11);
    border-radius: 15px;
    background: rgba(217, 255, 98, 0.045);
}

.hero-console__notice-icon {
    display: grid;
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    color: var(--color-navy-950);
    background: var(--color-lime);
    font-weight: 900;
}

.hero-console__notice strong {
    display: block;
    font-family: var(--font-display);
    font-size: 0.78rem;
}

.hero-console__notice p {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.68rem;
}

.hero-console__tiny {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.2);
    font-family: var(--font-mono);
    font-size: 0.52rem;
    letter-spacing: 0.07em;
    text-align: center;
}


/* ==========================================================================
   HERO STATS
   ========================================================================== */

.hero-stats {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.hero-stat {
    min-height: 162px;
    padding: 25px 27px;
    border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.hero-stat:first-child {
    padding-left: 0;
}

.hero-stat:last-child {
    border-right: 0;
}

.hero-stat span {
    display: block;
    color: rgba(255, 255, 255, 0.31);
    font-family: var(--font-mono);
    font-size: 0.59rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-stat strong {
    display: block;
    margin-block: 5px 8px;
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3vw, 3rem);
    letter-spacing: -0.06em;
}

.hero-stat p {
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.73rem;
    line-height: 1.55;
}


/* ==========================================================================
   COVERAGE
   ========================================================================== */

.coverage-section {
    background:
        linear-gradient(
            180deg,
            #f5f7fb,
            #edf2f8
        );
}

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.coverage-card {
    position: relative;
    display: flex;
    min-height: 355px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 25px;
    border-radius: 27px;
    transition:
        transform 220ms ease,
        box-shadow 220ms ease;
}

.coverage-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow-card);
}

.coverage-card::after {
    position: absolute;
    right: -45px;
    bottom: -60px;
    width: 180px;
    height: 180px;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: 0.08;
    content: "";
}

.coverage-card--violet {
    color: var(--color-white);
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(255, 255, 255, 0.18),
            transparent 33%
        ),
        var(--color-violet-700);
}

.coverage-card--blue {
    color: var(--color-white);
    background:
        radial-gradient(
            circle at 88% 12%,
            rgba(255, 255, 255, 0.15),
            transparent 35%
        ),
        var(--color-blue-600);
}

.coverage-card--dark {
    color: var(--color-white);
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(116, 80, 255, 0.23),
            transparent 36%
        ),
        var(--color-navy-950);
}

.coverage-card--ice {
    color: var(--color-ink);
    background: var(--color-ice);
}

.coverage-card--lime {
    color: var(--color-navy-950);
    background: var(--color-lime);
}

.coverage-card--outline {
    color: var(--color-ink);
    border: 1px solid var(--border-light);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.95),
            rgba(240, 243, 249, 0.84)
        );
}

.coverage-card__top,
.coverage-card__footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.coverage-card__code {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    opacity: 0.52;
}

.coverage-card__icon {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 0.73rem;
    opacity: 0.4;
    transition:
        transform 200ms ease,
        opacity 200ms ease;
}

.coverage-card:hover .coverage-card__icon {
    opacity: 1;
    transform: rotate(45deg);
}

.coverage-card__body {
    position: relative;
    z-index: 2;
    margin-block: auto;
    padding-block: 40px;
}

.coverage-card__category {
    display: block;
    margin-bottom: 7px;
    font-family: var(--font-mono);
    font-size: 0.61rem;
    text-transform: uppercase;
    opacity: 0.52;
}

.coverage-card h3 {
    margin-bottom: 14px;
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 2vw, 2rem);
    line-height: 1.03;
    letter-spacing: -0.05em;
}

.coverage-card p {
    max-width: 340px;
    margin-bottom: 0;
    font-size: 0.94rem;
    line-height: 1.65;
    opacity: 0.68;
}

.coverage-card__footer {
    padding-top: 15px;
    border-top: 1px solid currentColor;
    font-size: 0.75rem;
}

.coverage-card__footer {
    border-top-color: rgba(255, 255, 255, 0.15);
}

.coverage-card--ice .coverage-card__footer,
.coverage-card--lime .coverage-card__footer,
.coverage-card--outline .coverage-card__footer {
    border-top-color: rgba(16, 21, 39, 0.12);
}

.coverage-card__footer span {
    opacity: 0.48;
}

.coverage-card__footer strong {
    font-family: var(--font-display);
}

.coverage-disclaimer {
    margin: 22px 0 0;
    color: var(--color-muted);
    font-family: var(--font-mono);
    font-size: 0.63rem;
    line-height: 1.6;
}


/* ==========================================================================
   CLAIMS
   ========================================================================== */

.claims-section {
    position: relative;
    overflow: hidden;
    color: var(--color-white);
    background:
        linear-gradient(
            135deg,
            #0a1024 0%,
            #0d1430 55%,
            #141b3d 100%
        );
}

.claims-section::before {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background-image:
        radial-gradient(
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        );
    background-size: 22px 22px;
    content: "";
    mask-image:
        linear-gradient(
            90deg,
            transparent,
            black,
            transparent
        );
}

.claims-section__orb {
    position: absolute;
    top: -140px;
    left: -140px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(98, 55, 237, 0.2);
    filter: blur(45px);
}

.claims-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 0.8fr)
        minmax(0, 1fr);
    gap: 110px;
    align-items: start;
}

.claims-copy {
    position: sticky;
    top: 120px;
}

.claims-copy h2 {
    margin-bottom: 25px;
    font-family: var(--font-display);
    font-size: clamp(3.2rem, 5.3vw, 5.8rem);
    line-height: 0.92;
    letter-spacing: -0.07em;
}

.claims-copy h2 span {
    display: block;
    color: var(--color-lime);
}

.claims-copy > p:not(.eyebrow) {
    max-width: 500px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1.04rem;
    line-height: 1.78;
}

.claims-timeline {
    position: relative;
}

.claims-timeline::before {
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 29px;
    width: 1px;
    background:
        linear-gradient(
            var(--color-lime),
            rgba(255, 255, 255, 0.08)
        );
    content: "";
}

.claim-step {
    position: relative;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;
    padding: 24px 0 38px;
}

.claim-step__number {
    position: relative;
    z-index: 2;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.42);
    background: var(--color-navy-900);
    font-family: var(--font-mono);
    font-size: 0.56rem;
}

.claim-step--active .claim-step__number {
    border-color: var(--color-lime);
    color: var(--color-navy-950);
    background: var(--color-lime);
    box-shadow:
        0 0 0 8px rgba(217, 255, 98, 0.05);
}

.claim-step__label {
    display: block;
    margin-bottom: 7px;
    color: var(--color-violet-300);
    font-family: var(--font-mono);
    font-size: 0.59rem;
    letter-spacing: 0.1em;
}

.claim-step h3 {
    margin-bottom: 10px;
    font-family: var(--font-display);
    font-size: 1.55rem;
    letter-spacing: -0.04em;
}

.claim-step p {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.61);
    font-size: 0.93rem;
    line-height: 1.7;
}


/* ==========================================================================
   PROOF
   ========================================================================== */

.proof-section {
    background: var(--color-paper);
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.proof-card {
    min-height: 285px;
    padding: 27px;
    border: 1px solid var(--border-light);
    border-radius: 24px;
    background: var(--color-white);
    box-shadow:
        0 15px 40px rgba(10, 16, 36, 0.05);
}

.proof-card__label {
    display: block;
    color: var(--color-muted);
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.proof-card__number {
    display: block;
    margin-block: 25px 20px;
    font-family: var(--font-display);
    font-size: clamp(3.2rem, 5vw, 5.3rem);
    line-height: 0.9;
    letter-spacing: -0.075em;
}

.proof-card__bar {
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf0f4;
}

.proof-card__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background:
        linear-gradient(
            90deg,
            var(--color-violet-700),
            var(--color-blue-500),
            var(--color-lime)
        );
}

.proof-card p {
    margin: 18px 0 0;
    color: var(--color-muted);
    font-size: 0.86rem;
}

.proof-quote {
    display: grid;
    margin-top: 18px;
    padding: 55px;
    border-radius: 30px;
    color: var(--color-white);
    background:
        radial-gradient(
            circle at 88% 20%,
            rgba(116, 80, 255, 0.27),
            transparent 35%
        ),
        var(--color-navy-950);
}

.proof-quote__mark {
    height: 45px;
    color: var(--color-lime);
    font-family: Georgia, serif;
    font-size: 5rem;
    line-height: 1;
}

.proof-quote blockquote {
    max-width: 950px;
    margin-bottom: 33px;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4.3vw, 4.5rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

.proof-quote__person {
    display: flex;
    align-items: center;
    gap: 12px;
}

.proof-quote__avatar {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 50%;
    color: var(--color-navy-950);
    background: var(--color-lime);
    font-family: var(--font-display);
    font-size: 0.65rem;
    font-weight: 700;
}

.proof-quote__person strong,
.proof-quote__person span {
    display: block;
}

.proof-quote__person strong {
    font-size: 0.70rem;
}

.proof-quote__person span {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.70rem;
}


/* ==========================================================================
   FAQ
   ========================================================================== */

.faq-section {
    background:
        linear-gradient(
            180deg,
            #edf2f8,
            #f6f8fb
        );
}

.faq-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.7fr)
        minmax(0, 1fr);
    gap: 100px;
}

.faq-intro {
    position: sticky;
    top: 120px;
    align-self: start;
}

.faq-intro h2 {
    margin-bottom: 24px;
    font-family: var(--font-display);
    font-size: clamp(2.7rem, 4.5vw, 4.7rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.faq-intro > p:not(.eyebrow) {
    max-width: 480px;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.faq-list {
    border-top: 1px solid var(--border-light);
}

.faq-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 17px;
    padding-block: 27px;
    border-bottom: 1px solid var(--border-light);
}

.faq-item__number {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--border-light);
    border-radius: 50%;
    color: var(--color-violet-700);
    font-family: var(--font-mono);
    font-size: 0.60rem;
}

.faq-item h3 {
    margin-bottom: 8px;
    font-family: var(--font-display);
    font-size: 1.28rem;
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.faq-item p {
    max-width: 620px;
    color: var(--color-muted);
    font-size: 0.95rem;
    line-height: 1.72;
}


/* ==========================================================================
   QUOTE SECTION
   ========================================================================== */

.quote-section {
    position: relative;
    overflow: hidden;
    color: var(--color-white);
    background:
        radial-gradient(
            circle at 18% 20%,
            rgba(116, 80, 255, 0.28),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 82%,
            rgba(39, 108, 255, 0.13),
            transparent 31%
        ),
        var(--color-navy-900);
}

.quote-section__grid-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.32;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px
        );
    background-size: 54px 54px;
}

.quote-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 0.7fr)
        minmax(500px, 0.95fr);
    gap: 80px;
    align-items: center;
}

.quote-copy h2 {
    margin-bottom: 22px;
    font-family: var(--font-display);
    font-size: clamp(3.1rem, 5.3vw, 5.8rem);
    line-height: 0.92;
    letter-spacing: -0.07em;
}

.quote-copy > p:not(.eyebrow) {
    max-width: 500px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1.04rem;
    line-height: 1.78;
}

.quote-copy__status {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 34px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.quote-copy__status-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--color-lime);
    box-shadow:
        0 0 0 6px rgba(217, 255, 98, 0.05);
}

.quote-copy__status strong,
.quote-copy__status span {
    display: block;
}

.quote-copy__status strong {
    font-family: var(--font-display);
    font-size: 0.70rem;
}

.quote-copy__status span {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.70rem;
}


/* ==========================================================================
   QUOTE FORM
   ========================================================================== */

.quote-form {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 27px;
    color: var(--color-ink);
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.98),
            rgba(244, 247, 251, 0.97)
        );
    box-shadow:
        0 40px 100px rgba(0, 0, 0, 0.25);
}

.quote-form__header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 25px;
    padding: 23px 25px;
    border-bottom: 1px solid var(--border-light);
}

.quote-form__header span {
    display: block;
    color: var(--color-violet-700);
    font-family: var(--font-mono);
    font-size: 0.60rem;
    letter-spacing: 0.09em;
}

.quote-form__header strong {
    display: block;
    margin-top: 6px;
    font-family: var(--font-display);
    font-size: 1.08rem;
    letter-spacing: -0.03em;
}

.quote-form__ref {
    color: var(--color-muted) !important;
    white-space: nowrap;
}

.quote-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
    padding: 25px;
}

.quote-field {
    display: grid;
    gap: 8px;
}

.quote-field--full {
    grid-column: 1 / -1;
}

.quote-field > span {
    color: #3f4657;
    font-size: 0.76rem;
    font-weight: 800;
}

.quote-field input,
.quote-field select,
.quote-field textarea {
    width: 100%;
    border: 1px solid var(--border-light);
    border-radius: 11px;
    outline: 0;
    color: var(--color-ink);
    background: var(--color-white);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.quote-field input,
.quote-field select {
    min-height: 50px;
    padding: 0 13px;
}

.quote-field textarea {
    min-height: 130px;
    padding: 13px;
    resize: vertical;
}

.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus {
    border-color: var(--color-violet-600);
    box-shadow:
        0 0 0 4px rgba(116, 80, 255, 0.08);
}

.quote-field input::placeholder,
.quote-field textarea::placeholder {
    color: #9ba3b3;
}

.quote-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 20px 25px 25px;
    border-top: 1px solid var(--border-light);
}

.quote-form__footer p {
    max-width: 330px;
    margin-bottom: 0;
    color: var(--color-muted);
    font-family: var(--font-mono);
    font-size: 0.59rem;
    line-height: 1.55;
}

.form-status {
    min-height: 0;
    margin: 0 25px 24px;
    color: var(--color-violet-700);
    font-size: 0.82rem;
    font-weight: 800;
}

.form-status:empty {
    display: none;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */

.site-footer {
    color: var(--color-white);
    background: #050815;
}

.site-footer__top {
    display: grid;
    grid-template-columns:
        1.25fr
        0.6fr
        0.6fr
        1fr;
    gap: 55px;
    padding-block: 72px 60px;
}

.brand--footer .brand__symbol {
    border-color: rgba(255, 255, 255, 0.14);
}

.site-footer__brand > p {
    max-width: 300px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.88rem;
    line-height: 1.7;
}

.site-footer__column {
    display: grid;
    align-content: start;
    gap: 10px;
}

.site-footer__label {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.3);
    font-family: var(--font-mono);
    font-size: 0.59rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.site-footer__column a {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.81rem;
}

.site-footer__column a:hover {
    color: var(--color-lime);
}

.site-footer__confidence {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.025);
}

.site-footer__confidence > span {
    color: rgba(255, 255, 255, 0.3);
    font-family: var(--font-mono);
    font-size: 0.57rem;
    letter-spacing: 0.08em;
}

.site-footer__confidence strong {
    display: block;
    margin-block: 6px 14px;
    font-family: var(--font-display);
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: -0.06em;
}

.site-footer__confidence-bar {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.site-footer__confidence-bar span {
    display: block;
    width: 99.8%;
    height: 100%;
    border-radius: inherit;
    background: var(--color-lime);
}

.site-footer__confidence small {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.25);
    font-size: 0.61rem;
    line-height: 1.55;
}

.site-footer__legal {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__legal p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.25);
    font-family: var(--font-mono);
    font-size: 0.59rem;
    line-height: 1.5;
}


/* ==========================================================================
   MOBILE ACTION BAR
   ========================================================================== */

.mobile-action-bar {
    display: none;
}


/* ==========================================================================
   ANIMATIONS
   ========================================================================== */

@keyframes confidencePulse {
    0% {
        opacity: 0.8;
        transform: scale(0.7);
    }

    100% {
        opacity: 0;
        transform: scale(1.8);
    }
}

@keyframes orbitRotate {
    to {
        transform: rotate(360deg);
    }
}


/* ==========================================================================
   RESPONSIVE — 1120
   ========================================================================== */

@media (max-width: 1120px) {

    .site-header__inner {
        gap: 25px;
    }

    .primary-nav {
        gap: 20px;
    }

    .header-login {
        display: none;
    }

    .hero__grid {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(380px, 0.72fr);
        gap: 45px;
    }

    .coverage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .claims-grid,
    .faq-grid {
        gap: 65px;
    }

    .quote-shell {
        grid-template-columns:
            minmax(0, 0.67fr)
            minmax(460px, 1fr);
        gap: 50px;
    }

}


/* ==========================================================================
   RESPONSIVE — 900
   ========================================================================== */

@media (max-width: 900px) {

    .section {
        padding-block: 88px;
    }

    .shell {
        width: min(calc(100% - 36px), var(--shell));
    }

    .trust-strip__message {
        display: none;
    }

    .trust-strip__inner {
        grid-template-columns: 1fr auto;
    }

    .site-header {
        top: 40px;
    }

    .site-header__inner {
        min-height: 76px;
        grid-template-columns: 1fr auto;
    }

    .primary-nav {
        position: fixed;
        z-index: 90;
        top: 0;
        right: 0;
        bottom: 0;
        display: grid;
        width: min(84vw, 390px);
        align-content: center;
        justify-content: stretch;
        gap: 0;
        padding: 90px 32px 40px;
        background:
            radial-gradient(
                circle at 90% 15%,
                rgba(116, 80, 255, 0.25),
                transparent 30%
            ),
            var(--color-navy-950);
        box-shadow:
            -30px 0 80px rgba(0, 0, 0, 0.35);
        transform: translateX(105%);
        transition: transform 260ms ease;
    }

    .nav-open .primary-nav {
        transform: translateX(0);
    }

    .primary-nav a {
        padding-block: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.73);
        font-family: var(--font-display);
        font-size: 0.78rem;
    }

    .primary-nav a::after {
        display: none;
    }

    .site-header__actions .button {
        display: none;
    }

    .nav-toggle {
        position: relative;
        z-index: 100;
        display: inline-flex;
        min-height: 44px;
        align-items: center;
        gap: 10px;
        padding: 0 14px;
        border: 1px solid rgba(255, 255, 255, 0.13);
        border-radius: 999px;
        color: var(--color-white);
        background: rgba(255, 255, 255, 0.04);
    }

    .nav-toggle__label {
        font-size: 0.67rem;
        font-weight: 800;
    }

    .nav-toggle__icon {
        position: relative;
        width: 17px;
        height: 13px;
    }

    .nav-toggle__icon span {
        position: absolute;
        left: 0;
        width: 17px;
        height: 1px;
        background: currentColor;
        transition:
            top 180ms ease,
            transform 180ms ease;
    }

    .nav-toggle__icon span:first-child {
        top: 3px;
    }

    .nav-toggle__icon span:last-child {
        top: 9px;
    }

    .nav-open .nav-toggle__icon span:first-child {
        top: 6px;
        transform: rotate(45deg);
    }

    .nav-open .nav-toggle__icon span:last-child {
        top: 6px;
        transform: rotate(-45deg);
    }

    .hero {
        min-height: auto;
    }

    .hero__grid {
        grid-template-columns: 1fr;
        padding-top: 180px;
        padding-bottom: 65px;
    }

    .hero__content {
        max-width: 760px;
    }

    .hero h1 {
        max-width: 850px;
    }

    .hero-console {
        width: min(100%, 580px);
        justify-self: center;
        transform: none;
    }

    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-stat:nth-child(2) {
        border-right: 0;
    }

    .hero-stat:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

    .hero-stat:first-child {
        padding-left: 27px;
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .section-heading__copy {
        max-width: 650px;
    }

    .claims-grid,
    .faq-grid,
    .quote-shell {
        grid-template-columns: 1fr;
    }

    .claims-copy,
    .faq-intro {
        position: static;
    }

    .claims-copy {
        max-width: 650px;
    }

    .claims-timeline {
        max-width: 700px;
    }

    .proof-grid {
        grid-template-columns: 1fr;
    }

    .proof-card {
        min-height: 230px;
    }

    .quote-copy {
        max-width: 650px;
    }

    .quote-form {
        max-width: 720px;
    }

    .site-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* ==========================================================================
   RESPONSIVE — 680
   ========================================================================== */

@media (max-width: 680px) {

    body {
        padding-bottom: 66px;
    }

    .section {
        padding-block: 72px;
    }

    .shell {
        width: min(calc(100% - 28px), var(--shell));
    }

    .trust-strip__inner {
        min-height: 38px;
    }

    .trust-strip__status {
        font-size: 0.69rem;
    }

    .trust-strip__link {
        font-size: 0.56rem;
    }

    .brand__symbol {
        width: 42px;
        height: 42px;
    }

    .brand__copy strong {
        font-size: 0.78rem;
    }

    .brand__copy small {
        font-size: 0.42rem;
    }

    .site-header {
        top: 38px;
    }

    .site-header__inner {
        min-height: 70px;
    }

    .hero__grid {
        padding-top: 155px;
        padding-bottom: 45px;
    }

    .hero__eyebrow {
        margin-bottom: 20px;
        font-size: 0.68rem;
    }

    .hero h1 {
        margin-bottom: 22px;
        font-size: clamp(3.5rem, 15vw, 5.5rem);
    }

    .hero__lead {
        font-size: 1rem;
    }

    .hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero__actions .button {
        width: 100%;
    }

    .hero__text-link {
        justify-content: center;
    }

    .hero__trust-row {
        align-items: flex-start;
    }

    .hero-console {
        padding: 18px;
        border-radius: 24px;
    }

    .hero-console__score {
        min-height: 270px;
    }

    .confidence-orbit {
        width: 205px;
        height: 205px;
    }

    .confidence-orbit__value strong {
        font-size: 2.8rem;
    }

    .hero-console__metrics {
        grid-template-columns: 1fr;
    }

    .hero-console__tiny {
        line-height: 1.6;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .hero-stat {
        min-height: 130px;
        padding: 22px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

    .hero-stat:first-child {
        padding-left: 0;
    }

    .hero-stat:last-child {
        border-bottom: 0;
    }

    .coverage-grid {
        grid-template-columns: 1fr;
    }

    .coverage-card {
        min-height: 320px;
    }

    .claims-timeline::before {
        left: 23px;
    }

    .claim-step {
        grid-template-columns: 47px 1fr;
        gap: 15px;
    }

    .claim-step__number {
        width: 46px;
        height: 46px;
    }

    .claim-step h3 {
        font-size: 0.52rem;
    }

    .proof-quote {
        padding: 34px 26px;
    }

    .proof-quote blockquote {
        font-size: clamp(2rem, 9vw, 3.2rem);
    }

    .faq-item {
        grid-template-columns: 44px 1fr;
    }

    .faq-item__number {
        width: 34px;
        height: 34px;
    }

    .quote-form__grid {
        grid-template-columns: 1fr;
    }

    .quote-field--full {
        grid-column: auto;
    }

    .quote-form__header {
        flex-direction: column;
    }

    .quote-form__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .quote-form__footer .button {
        width: 100%;
    }

    .site-footer__top {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 40px;
    }

    .site-footer__legal {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        padding-block: 22px;
    }

    .mobile-action-bar {
        position: fixed;
        z-index: 80;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(5, 8, 21, 0.94);
        backdrop-filter: blur(18px);
    }

    .mobile-action-bar a {
        display: grid;
        min-height: 50px;
        place-items: center;
        border-radius: 11px;
        color: rgba(255, 255, 255, 0.64);
        font-size: 0.60rem;
        font-weight: 800;
    }

    .mobile-action-bar a:last-child {
        color: var(--color-navy-950);
        background: var(--color-lime);
    }

}


/* ==========================================================================
   RESPONSIVE — 420
   ========================================================================== */

@media (max-width: 420px) {

    .brand__copy strong {
        font-size: 0.69rem;
    }

    .brand__copy small {
        letter-spacing: 0.14em;
    }

    .nav-toggle__label {
        display: none;
    }

    .nav-toggle {
        width: 44px;
        justify-content: center;
        padding: 0;
    }

    .hero h1 {
        font-size: 3.7rem;
    }

    .hero__avatars span {
        width: 32px;
        height: 32px;
    }

    .hero-console__top {
        flex-direction: column;
    }

    .console-status {
        align-self: flex-start;
    }

    .confidence-orbit {
        width: 185px;
        height: 185px;
    }

    .confidence-orbit__value strong {
        font-size: 0.57rem;
    }

    .section-heading h2,
    .claims-copy h2,
    .quote-copy h2,
    .faq-intro h2 {
        font-size: 2.8rem;
    }

    .proof-card__number {
        font-size: 3.8rem;
    }

}


/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

}

