@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../fonts/bricolage-latin-ext.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400 800;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400 800;
}

:root {
    --night: #000d32;
    --navy: #001854;
    --cyan: #00b8c8;
    --lime: #b8ff3d;
    --mineral: #f3f4ef;
    --paper: #ffffff;
    --ink: #0b1437;
    --muted: #596174;
    --line: #ced3d8;
    --line-dark: rgba(255, 255, 255, 0.18);
    --display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
    --body: "Manrope", Arial, sans-serif;
    --shell: min(1240px, calc(100% - 48px));
    --shadow: 0 22px 64px rgba(0, 13, 50, 0.16);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--mineral);
    color: var(--ink);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body,
button,
a,
summary {
    font-family: var(--body);
}

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

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

p,
h1,
h2,
h3 {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3 {
    font-family: var(--display);
    font-weight: 750;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

h2 {
    font-size: clamp(2.25rem, 5vw, 4.25rem);
    margin-bottom: 24px;
}

h3 {
    font-size: clamp(1.75rem, 3vw, 2.6rem);
}

.shell {
    width: var(--shell);
    margin-inline: auto;
}

.section {
    padding: clamp(88px, 10vw, 152px) 0;
}

.skip-link {
    position: fixed;
    z-index: 9999;
    top: 8px;
    left: 8px;
    padding: 12px 18px;
    background: var(--lime);
    color: var(--night);
    font-weight: 800;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

:focus-visible {
    outline: 3px solid var(--cyan);
    outline-offset: 4px;
}

.site-header {
    position: relative;
    z-index: 20;
    height: 78px;
    border-bottom: 1px solid rgba(11, 20, 55, 0.12);
    background: rgba(243, 244, 239, 0.98);
}

.header-row {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    text-decoration: none;
    white-space: nowrap;
}

.brand img {
    width: 162px;
    height: auto;
}

.brand span {
    color: #8a91a0;
    font-size: 1.15rem;
}

.brand strong {
    font-family: var(--display);
    font-size: 0.95rem;
    letter-spacing: -0.02em;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: clamp(22px, 3vw, 44px);
    margin-left: auto;
}

.desktop-nav a {
    position: relative;
    color: #343d55;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
}

.desktop-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 2px;
    background: var(--cyan);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
    transform: scaleX(1);
}

.header-cta {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 18px;
    border: 1px solid var(--ink);
    background: var(--ink);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease;
}

.header-cta:hover {
    background: var(--lime);
    color: var(--night);
}

.mobile-menu {
    display: none;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100svh - 78px);
    padding: clamp(72px, 9vw, 132px) 0 28px;
    background: var(--night);
    color: #fff;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--cyan) 40%, var(--lime) 60%, transparent);
}

.hero-glow {
    position: absolute;
    width: 58vw;
    height: 58vw;
    right: -18vw;
    top: -22vw;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 184, 200, 0.16), rgba(0, 24, 84, 0) 68%);
    pointer-events: none;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    align-items: center;
    gap: clamp(52px, 8vw, 118px);
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
    color: var(--cyan);
    font-family: var(--body);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.eyebrow > span {
    width: 8px;
    height: 8px;
    background: currentColor;
}

.eyebrow.dark {
    color: #008d9b;
}

.hero h1 {
    max-width: 10.8ch;
    margin-bottom: 28px;
    color: #fff;
    font-size: clamp(3.4rem, 6.7vw, 6.8rem);
}

.hero-lead {
    max-width: 650px;
    margin-bottom: 34px;
    color: #c7cede;
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 22px;
    border: 1px solid transparent;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.button-primary {
    background: var(--lime);
    color: var(--night);
}

.button-primary:hover {
    background: #cbff73;
}

.button-ghost {
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
}

.button-ghost:hover {
    border-color: var(--cyan);
    background: rgba(0, 184, 200, 0.1);
}

.hero-note {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 24px;
    color: #8f9ab3;
    font-size: 0.78rem;
}

.hero-note span {
    color: var(--cyan);
    font-size: 0.55rem;
}

.route-terminal {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 24, 84, 0.62);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}

.route-terminal::after {
    content: "";
    position: absolute;
    width: 92px;
    height: 92px;
    right: -18px;
    bottom: -18px;
    border-right: 2px solid var(--lime);
    border-bottom: 2px solid var(--lime);
    pointer-events: none;
}

.terminal-bar {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border-bottom: 1px solid var(--line-dark);
    color: #9aa7c5;
    font-family: var(--body);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.terminal-bar > span:last-child {
    display: flex;
    gap: 6px;
}

.terminal-bar i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5d6985;
}

.terminal-bar i:nth-child(2) {
    background: var(--cyan);
}

.terminal-bar i:nth-child(3) {
    background: var(--lime);
}

.terminal-body {
    position: relative;
    padding: 32px;
}

.route-source,
.route-destination {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.route-source span,
.route-destination > span {
    color: var(--cyan);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.route-source strong,
.route-destination strong {
    margin-left: auto;
    color: #fff;
    font-family: var(--display);
    font-size: 1.35rem;
}

.route-lines {
    display: grid;
    gap: 23px;
    padding: 30px 0;
}

.route-lines span {
    position: relative;
    display: block;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 184, 200, 0.2), var(--cyan) 45%, rgba(184, 255, 61, 0.72));
}

.route-lines span::before,
.route-lines span::after {
    content: "";
    position: absolute;
    top: -3px;
    width: 7px;
    height: 7px;
    background: var(--cyan);
}

.route-lines span::before {
    left: 0;
}

.route-lines span::after {
    right: 0;
    background: var(--lime);
}

.route-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: -88px 18px 34px;
}

.route-options span {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: var(--night);
    color: #d7dced;
    font-size: 0.72rem;
    font-weight: 700;
}

.route-options b {
    color: var(--cyan);
    font-size: 0.6rem;
}

.route-destination {
    padding-top: 24px;
    border-top: 1px solid var(--line-dark);
}

.route-destination small {
    display: none;
}

.hero-index {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 22px;
    margin-top: clamp(72px, 10vw, 120px);
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: #596783;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.services {
    background: var(--mineral);
}

.section-heading {
    margin-bottom: clamp(48px, 7vw, 84px);
}

.split-heading {
    display: grid;
    grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(40px, 8vw, 120px);
}

.section-heading h2 {
    max-width: 13ch;
}

.section-heading p:not(.eyebrow) {
    max-width: 710px;
    color: var(--muted);
    font-size: 1.04rem;
}

.service-list {
    border-top: 1px solid #aeb5bf;
}

.service-row {
    display: grid;
    grid-template-columns: 72px minmax(160px, 0.55fr) minmax(280px, 1fr) minmax(150px, max-content);
    align-items: center;
    gap: 24px;
    min-height: 112px;
    padding: 22px 12px;
    border-bottom: 1px solid #aeb5bf;
    text-decoration: none;
    transition: background 180ms ease, padding 180ms ease;
}

.service-row:hover {
    padding-right: 22px;
    padding-left: 22px;
    background: #fff;
}

.service-number {
    color: #008d9b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.service-row strong {
    font-family: var(--display);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    letter-spacing: -0.025em;
}

.service-row > span:nth-child(3) {
    color: var(--muted);
    font-size: 0.94rem;
}

.service-action {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 12px;
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
}

.service-action i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid #aeb5bf;
    color: var(--ink);
    font-style: normal;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.service-row:hover .service-action i {
    border-color: var(--lime);
    background: var(--lime);
    transform: translate(2px, -2px);
}

.choice {
    padding-top: 0;
    background: var(--mineral);
}

.compact-heading {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: clamp(40px, 8vw, 120px);
    align-items: start;
}

.compact-heading h2 {
    margin: 0;
}

.choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #aeb5bf;
}

.choice-panel {
    min-height: 480px;
    padding: clamp(34px, 5vw, 64px);
}

.choice-panel + .choice-panel {
    border-left: 1px solid #aeb5bf;
}

.choice-topline {
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(100px, 12vw, 150px);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.choice-panel h3 {
    max-width: 13ch;
    margin-bottom: 24px;
}

.choice-panel p {
    max-width: 590px;
    margin-bottom: 30px;
}

.choice-panel a {
    display: inline-flex;
    gap: 14px;
    font-weight: 800;
}

.choice-business {
    background: var(--navy);
    color: #fff;
}

.choice-business p {
    color: #bec7db;
}

.choice-business .choice-topline,
.choice-business a {
    color: var(--lime);
}

.choice-individual {
    background: #fff;
}

.choice-individual .choice-topline,
.choice-individual a {
    color: #007e8a;
}

.decision-notes {
    background: #fff;
}

.notes-grid {
    display: grid;
    grid-template-columns: minmax(270px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(60px, 10vw, 150px);
}

.notes-intro {
    position: sticky;
    top: 44px;
    align-self: start;
}

.notes-intro h2 {
    max-width: 9ch;
}

.notes-intro > p:last-child {
    max-width: 440px;
    color: var(--muted);
}

.notes-list {
    margin: 0;
    border-top: 1px solid var(--line);
}

.notes-list div {
    display: grid;
    grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1fr);
    gap: 36px;
    padding: 30px 0;
    border-bottom: 1px solid var(--line);
}

.notes-list dt {
    font-family: var(--display);
    font-size: 1.45rem;
    font-weight: 750;
    letter-spacing: -0.025em;
}

.notes-list dd {
    margin: 0;
    color: var(--muted);
}

.process {
    position: relative;
    overflow: hidden;
    background: var(--night);
    color: #fff;
}

.process::after {
    content: "";
    position: absolute;
    right: -14vw;
    bottom: -30vw;
    width: 58vw;
    height: 58vw;
    border: 1px solid rgba(0, 184, 200, 0.22);
    border-radius: 50%;
}

.process .shell {
    position: relative;
    z-index: 1;
}

.light-heading p:not(.eyebrow) {
    color: #aab5ce;
}

.process-list {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line-dark);
    list-style: none;
}

.process-list li {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: clamp(40px, 8vw, 120px);
    padding: 36px 0;
    border-bottom: 1px solid var(--line-dark);
}

.process-list li > span {
    color: var(--cyan);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.process-list strong {
    display: block;
    margin-bottom: 8px;
    font-family: var(--display);
    font-size: 1.55rem;
}

.process-list p {
    max-width: 660px;
    color: #aab5ce;
}

.technical-band {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 48px;
    margin-top: 80px;
    padding: clamp(34px, 5vw, 58px);
    border: 1px solid rgba(184, 255, 61, 0.45);
    background: rgba(0, 24, 84, 0.58);
}

.technical-band > div > span {
    color: var(--lime);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.technical-band h3 {
    max-width: 17ch;
    margin: 14px 0 16px;
}

.technical-band p {
    max-width: 700px;
    color: #aab5ce;
}

.faq {
    background: var(--mineral);
}

.faq-grid {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: clamp(40px, 8vw, 120px);
}

.faq-list {
    border-top: 1px solid #aeb5bf;
}

.faq-list details {
    border-bottom: 1px solid #aeb5bf;
}

.faq-list summary {
    display: flex;
    min-height: 88px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    color: var(--ink);
    cursor: pointer;
    font-family: var(--display);
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    list-style: none;
}

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

.faq-list summary span {
    color: #008d9b;
    font-family: var(--body);
    font-size: 1.35rem;
    transition: transform 180ms ease;
}

.faq-list details[open] summary span {
    transform: rotate(45deg);
}

.faq-list details p {
    max-width: 720px;
    padding: 0 52px 30px 0;
    color: var(--muted);
}

.final-cta {
    padding: clamp(82px, 10vw, 144px) 0;
    background: var(--navy);
    color: #fff;
}

.final-grid {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: clamp(60px, 10vw, 150px);
    align-items: end;
}

.final-grid h2 {
    max-width: 12ch;
    margin-bottom: 0;
}

.final-grid > div:last-child > p {
    margin-bottom: 32px;
    color: #bdc7db;
    font-size: 1.04rem;
}

.text-link {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-weight: 800;
}

.site-footer {
    padding: 54px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    background: var(--night);
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: end;
    gap: 48px;
}

.footer-brand {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--lime);
    font-family: var(--display);
    font-size: 1.65rem;
    font-weight: 750;
    text-decoration: none;
}

.site-footer p {
    color: #8995b0;
    font-size: 0.78rem;
}

.site-footer nav {
    display: flex;
    gap: 26px;
}

.site-footer nav a {
    color: #dce1ec;
    font-size: 0.78rem;
    font-weight: 700;
}

.footer-note {
    max-width: 310px;
    margin-left: auto;
    text-align: right;
}

.not-found {
    min-height: calc(100svh - 78px);
    padding: clamp(96px, 12vw, 180px) 0;
    background: var(--night);
    color: #fff;
}

.not-found-grid h1 {
    max-width: 9ch;
    margin-bottom: 28px;
    font-size: clamp(3.4rem, 8vw, 7rem);
}

.not-found-grid > p:not(.eyebrow) {
    max-width: 620px;
    margin-bottom: 34px;
    color: #b9c3d8;
}

@media (max-width: 1040px) {
    :root {
        --shell: min(100% - 40px, 920px);
    }

    .desktop-nav,
    .header-cta {
        display: none;
    }

    .mobile-menu {
        position: relative;
        display: block;
        margin-left: auto;
    }

    .mobile-menu summary {
        display: flex;
        min-width: 96px;
        min-height: 44px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 0 12px;
        border: 1px solid #aeb5bf;
        cursor: pointer;
        font-size: 0.78rem;
        font-weight: 800;
        list-style: none;
    }

    .mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .mobile-menu[open] summary span:last-child {
        transform: rotate(45deg);
    }

    .mobile-menu nav {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        display: grid;
        width: min(320px, calc(100vw - 40px));
        border: 1px solid #aeb5bf;
        background: #fff;
        box-shadow: var(--shadow);
    }

    .mobile-menu nav a {
        min-height: 50px;
        padding: 14px 18px;
        border-bottom: 1px solid var(--line);
        font-size: 0.86rem;
        font-weight: 700;
        text-decoration: none;
    }

    .mobile-menu nav a:last-child {
        border-bottom: 0;
        background: var(--lime);
    }

    .hero {
        min-height: auto;
    }

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

    .hero h1 {
        max-width: 11ch;
    }

    .route-terminal {
        width: min(100%, 650px);
    }

    .service-row {
        grid-template-columns: 56px minmax(150px, 0.55fr) minmax(220px, 1fr) minmax(148px, max-content);
        gap: 16px;
    }

    .choice-panel {
        min-height: 430px;
    }

    .technical-band {
        grid-template-columns: 1fr;
        align-items: start;
    }

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

    .footer-note {
        grid-column: 1 / -1;
        max-width: none;
        margin: 0;
        text-align: left;
    }
}

@media (max-width: 760px) {
    :root {
        --shell: calc(100% - 32px);
    }

    .section {
        padding: 80px 0;
    }

    .site-header {
        height: 68px;
    }

    .brand {
        gap: 6px;
    }

    .brand img {
        width: 136px;
    }

    .brand strong {
        font-size: 0.75rem;
    }

    .brand span {
        font-size: 0.9rem;
    }

    .hero {
        padding-top: 64px;
    }

    .hero h1 {
        font-size: clamp(3rem, 15vw, 4.4rem);
    }

    .hero-lead {
        font-size: 1rem;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .button,
    .text-link {
        width: 100%;
        justify-content: space-between;
    }

    .terminal-body {
        padding: 24px 18px;
    }

    .route-source,
    .route-destination {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .route-source strong,
    .route-destination strong {
        margin-left: 0;
    }

    .route-options {
        margin-right: 8px;
        margin-left: 8px;
    }

    .hero-index {
        overflow: hidden;
        justify-content: flex-start;
        margin-top: 72px;
    }

    .hero-index span:nth-child(n + 4) {
        display: none;
    }

    .split-heading,
    .compact-heading,
    .notes-grid,
    .faq-grid,
    .final-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section-heading,
    .compact-heading {
        margin-bottom: 44px;
    }

    .section-heading h2,
    .compact-heading h2 {
        max-width: 12ch;
    }

    .service-row {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 10px 12px;
        min-height: 164px;
        padding: 22px 0;
    }

    .service-row strong {
        grid-column: 2;
        grid-row: 1;
    }

    .service-row > span:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
        padding-right: 8px;
        font-size: 0.86rem;
    }

    .service-action {
        grid-column: 2;
        grid-row: 3;
        justify-self: start;
        min-height: 44px;
        margin-top: 2px;
    }

    .service-action i {
        width: 36px;
        height: 36px;
    }

    .service-row:hover {
        padding-right: 8px;
        padding-left: 8px;
    }

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

    .choice-panel {
        min-height: auto;
        padding: 38px 26px 44px;
    }

    .choice-panel + .choice-panel {
        border-top: 1px solid #aeb5bf;
        border-left: 0;
    }

    .choice-topline {
        margin-bottom: 84px;
    }

    .notes-intro {
        position: static;
        margin-bottom: 32px;
    }

    .notes-list div {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 26px 0;
    }

    .process-list li {
        grid-template-columns: 44px 1fr;
        gap: 18px;
    }

    .technical-band {
        gap: 28px;
        margin-top: 56px;
        padding: 30px 22px;
    }

    .faq-grid > div:first-child {
        margin-bottom: 24px;
    }

    .faq-list summary {
        min-height: 96px;
        font-size: 1.1rem;
    }

    .final-grid {
        gap: 44px;
    }

    .site-footer {
        padding: 46px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 30px;
    }

    .site-footer nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .footer-note {
        grid-column: auto;
    }
}

@media (max-width: 390px) {
    .brand img {
        width: 122px;
    }

    .brand strong,
    .brand span {
        display: none;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .route-options span {
        padding-inline: 7px;
        font-size: 0.66rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .site-header,
    .hero-actions,
    .site-footer {
        display: none;
    }

    .hero,
    .process,
    .final-cta {
        background: #fff;
        color: #000;
    }
}
