:root {
    --ink: #0b1f3a;
    --muted: #557086;
    --line: #d9e8f2;
    --sky: #00aeef;
    --blue: #0957d7;
    --navy: #06255f;
    --green: #19b886;
    --coral: #ff6b4a;
    --gold: #f6b73c;
    --surface: #ffffff;
    --wash: #f4fbff;
    --shadow: 0 24px 70px rgba(6, 37, 95, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
    color: var(--ink);
    background: var(--surface);
}

body {
    min-height: 100vh;
    margin: 0;
}

.launch-page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 32px;
    background: #06162f;
}

.launch-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    height: auto;
    background:
        linear-gradient(90deg, rgba(6, 22, 47, 0.5), rgba(6, 22, 47, 0.18) 42%, rgba(6, 22, 47, 0.62)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03) 34%, rgba(6, 22, 47, 0.3));
    pointer-events: none;
}

.launch-shell {
    position: relative;
    z-index: 2;
    width: min(1240px, 100%);
    display: grid;
    grid-template-columns: minmax(300px, 0.95fr) minmax(420px, 1.05fr);
    gap: clamp(22px, 4vw, 54px);
    align-items: center;
}

.video-background,
.video-layer {
    position: absolute;
    inset: 0;
}

.video-background {
    z-index: 0;
    background: #06162f;
}

.video-layer {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.02);
    transition: opacity 2.2s ease;
}

.video-layer.is-active {
    opacity: 1;
}

.video-layer.is-fading-out {
    opacity: 0;
}

.brand-panel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: min(480px, calc(100vh - 96px));
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(244, 251, 255, 0.18)),
        linear-gradient(90deg, rgba(0, 174, 239, 0.18), rgba(25, 184, 134, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.52);
    box-shadow: 0 30px 90px rgba(0, 10, 30, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(26px) saturate(155%);
}

.brand-panel::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 7px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 45%);
    pointer-events: none;
}

.brand-logo {
    position: relative;
    z-index: 1;
    display: block;
    width: min(84%, 520px);
    height: auto;
    filter: drop-shadow(0 22px 32px rgba(6, 37, 95, 0.2));
}

.message-panel {
    position: relative;
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-left: 6px solid rgba(0, 174, 239, 0.92);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.34));
    box-shadow: 0 30px 90px rgba(0, 10, 30, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(26px) saturate(160%);
}

.message-panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 6px;
    background: linear-gradient(90deg, var(--green), var(--gold), var(--coral));
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--blue);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(2.2rem, 4.35vw, 4.2rem);
    line-height: 1;
    letter-spacing: 0;
}

.intro {
    max-width: 620px;
    margin: 18px 0 24px;
    color: var(--muted);
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    line-height: 1.65;
}

.countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.time-card {
    min-width: 0;
    padding: 15px 12px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(244, 251, 255, 0.34));
    box-shadow: 0 16px 34px rgba(6, 37, 95, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.56);
    backdrop-filter: blur(20px) saturate(150%);
    text-align: center;
}

.time-value {
    display: block;
    color: var(--navy);
    font-size: clamp(1.9rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.time-label {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.launch-note {
    display: inline-flex;
    align-items: center;
    margin: 16px 0 0;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 8px;
    background: rgba(6, 37, 95, 0.78);
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(6, 37, 95, 0.18);
}

.launch-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.network-cta {
    position: relative;
    display: inline-grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 14px;
    align-items: center;
    min-width: min(100%, 360px);
    margin-top: 0;
    padding: 13px 18px;
    border: 1px solid rgba(9, 87, 215, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, var(--blue), #0a7be8 54%, var(--sky));
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(9, 87, 215, 0.22);
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.booking-cta {
    background:
        linear-gradient(135deg, var(--green), #0f9d73 58%, var(--gold));
    border-color: rgba(25, 184, 134, 0.28);
    box-shadow: 0 18px 36px rgba(25, 184, 134, 0.22);
}

.network-cta::after {
    content: "->";
    grid-row: 1 / span 2;
    grid-column: 2;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 900;
}

.network-cta span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.network-cta strong {
    font-size: 1.05rem;
}

.network-cta:hover,
.network-cta:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 24px 46px rgba(9, 87, 215, 0.28);
}

.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid var(--blue);
    border-radius: 8px;
    background: linear-gradient(135deg, var(--blue), var(--sky));
    color: #ffffff;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(9, 87, 215, 0.18);
}

.button-secondary {
    background: #ffffff;
    color: var(--blue);
}

.button-small {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 0.9rem;
}

.button:disabled {
    cursor: wait;
    opacity: 0.65;
    transform: none;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px clamp(18px, 5vw, 56px);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.94);
}

.site-mark img {
    display: block;
    width: 190px;
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.site-nav a {
    color: var(--ink);
    font-weight: 700;
    text-decoration: none;
}

.info-page {
    background: #ffffff;
}

.integration-band,
.content-band,
.process-section,
.cta-band {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
}

.info-hero {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(46px, 9vw, 96px) 0 clamp(36px, 6vw, 72px);
}

.network-photo-hero {
    --hero-shift: 0px;
    --hero-fade: 1;
    --hero-scale: 1.06;
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: min(620px, calc(100vh - 78px));
    display: grid;
    align-items: center;
    margin: 0;
    padding: clamp(58px, 9vw, 112px) max(18px, calc((100vw - 1120px) / 2)) clamp(52px, 8vw, 96px);
    overflow: hidden;
    color: #ffffff;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 900ms ease, transform 900ms ease;
}

.network-photo-hero.is-loaded {
    opacity: 1;
    transform: translateY(0);
}

.network-hero-bg {
    position: absolute;
    inset: -52px 0;
    z-index: -2;
    background-image: url("/assets/img/network-hero-plane.jpg");
    background-size: cover;
    background-position: center 42%;
    transform-origin: 58% 42%;
    transform: translateY(var(--hero-shift)) scale(var(--hero-scale));
    opacity: var(--hero-fade);
    transition: opacity 180ms linear;
}

@supports (animation-timeline: view()) {
    .network-hero-bg {
        animation: networkHeroScrollIn linear both;
        animation-timeline: view();
        animation-range: exit 0% exit 100%;
    }

    @keyframes networkHeroScrollIn {
        from {
            opacity: 1;
            transform: translateY(0) scale(1.06);
        }

        to {
            opacity: 0.72;
            transform: translateY(70px) scale(1.18);
        }
    }
}

.network-photo-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(6, 22, 47, 0.88), rgba(6, 22, 47, 0.62) 48%, rgba(6, 22, 47, 0.3)),
        linear-gradient(180deg, rgba(6, 22, 47, 0.18), rgba(6, 22, 47, 0.78));
}

.network-hero-content {
    width: min(760px, calc(100% - 36px));
}

.network-photo-hero .eyebrow {
    color: #73d7ff;
}

.network-photo-hero h1 {
    color: #ffffff;
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.network-photo-hero .lead {
    color: rgba(255, 255, 255, 0.86);
}

.network-photo-hero .button-secondary {
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.info-page {
    background:
        linear-gradient(135deg, rgba(0, 174, 239, 0.08), rgba(255, 255, 255, 0) 36%),
        linear-gradient(315deg, rgba(25, 184, 134, 0.08), rgba(255, 255, 255, 0) 28%),
        #ffffff;
}

.info-hero h1,
.section-heading h2,
.cta-band h2 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(2.25rem, 6vw, 5.1rem);
    line-height: 0.98;
}

.lead {
    max-width: 760px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: clamp(1.08rem, 2vw, 1.32rem);
    line-height: 1.65;
}

.action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.content-band,
.integration-band,
.process-section {
    padding: clamp(38px, 7vw, 76px) 0;
    border-top: 1px solid var(--line);
}

.section-heading {
    display: grid;
    gap: 12px;
    margin-bottom: 28px;
}

.section-heading h2,
.cta-band h2 {
    font-size: clamp(1.9rem, 4vw, 3.45rem);
    line-height: 1.05;
}

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

.integration-copy {
    max-width: 700px;
}

.integration-copy-centered {
    max-width: 880px;
    margin: 28px auto 0;
    text-align: center;
}

.integration-copy p {
    margin: 0 0 22px;
    color: var(--muted);
    font-size: clamp(1.02rem, 1.8vw, 1.18rem);
    line-height: 1.68;
}

.workflow-diagram {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr) 54px minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
}

.workflow-node {
    position: relative;
    display: grid;
    grid-template-rows: auto 112px auto 1fr;
    gap: 12px;
    min-height: 318px;
    padding: 20px;
    border: 1px solid rgba(217, 232, 242, 0.92);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 251, 255, 0.84));
    box-shadow: 0 18px 42px rgba(6, 37, 95, 0.08);
}

.workflow-node-primary {
    border-color: rgba(0, 174, 239, 0.34);
}

.step-label {
    display: inline-flex;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(9, 87, 215, 0.1);
    color: var(--blue);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.workflow-node img {
    align-self: center;
    justify-self: center;
    display: block;
    max-width: 100%;
    max-height: 112px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.workflow-node h3 {
    margin: 0;
    color: var(--navy);
    font-size: 1.18rem;
    line-height: 1.18;
}

.workflow-node p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.workflow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.workflow-arrow span {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(9, 87, 215, 0.22);
}

.workflow-arrow span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    width: 13px;
    height: 13px;
    border-top: 3px solid var(--blue);
    border-right: 3px solid var(--blue);
    transform: translateY(-50%) rotate(45deg);
}

.workflow-arrow span::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 56%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(0, 174, 239, 0), var(--sky), var(--blue), rgba(9, 87, 215, 0));
    animation: workflowPulse 1.9s ease-in-out infinite;
}

.workflow-arrow:nth-of-type(2) span::before {
    animation-delay: 0.35s;
}

@keyframes workflowPulse {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    18%,
    82% {
        opacity: 1;
    }

    100% {
        transform: translateX(210%);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .workflow-arrow span::before {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

.feature-card {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 16px 36px rgba(6, 37, 95, 0.07);
}

.feature-card h3 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 1.12rem;
}

.feature-card p,
.cta-band p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.process-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: process;
}

.process-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    line-height: 1.55;
    counter-increment: process;
}

.process-list li::before {
    content: counter(process);
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--sky), var(--blue));
    color: #ffffff;
    font-weight: 800;
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: clamp(42px, 7vw, 82px);
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(0, 174, 239, 0.12), rgba(25, 184, 134, 0.11));
}

.modal-open {
    overflow: hidden;
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(6, 37, 95, 0.44);
}

.modal-backdrop[hidden] {
    display: none;
}

.signup-modal {
    position: relative;
    width: min(640px, 100%);
    max-height: min(760px, calc(100vh - 36px));
    overflow: auto;
    padding: clamp(24px, 4vw, 36px);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 30px 70px rgba(6, 37, 95, 0.24);
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #ffffff;
    color: var(--ink);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

.signup-modal h2 {
    margin: 0 38px 22px 0;
    font-size: clamp(1.65rem, 4vw, 2.45rem);
    line-height: 1.08;
}

.signup-form {
    display: grid;
    gap: 14px;
}

.signup-form label {
    display: grid;
    gap: 7px;
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 800;
}

.signup-form input,
.signup-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px 13px;
    color: var(--ink);
    font: inherit;
    font-weight: 400;
    background: #ffffff;
}

.signup-form textarea {
    resize: vertical;
}

.signup-form input:focus,
.signup-form textarea:focus {
    outline: 3px solid rgba(0, 174, 239, 0.18);
    border-color: var(--sky);
}

.form-status {
    min-height: 22px;
    margin: 0;
    color: var(--muted);
    font-weight: 700;
}

.form-status[data-tone="success"] {
    color: var(--green);
}

.form-status[data-tone="error"] {
    color: #b42318;
}

.booking-page {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(0, 174, 239, 0.12), rgba(255, 255, 255, 0) 36%),
        linear-gradient(315deg, rgba(25, 184, 134, 0.1), rgba(255, 255, 255, 0) 32%),
        #ffffff;
}

.booking-shell {
    width: min(1120px, calc(100% - 36px));
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    margin: 0 auto;
    padding: clamp(32px, 6vw, 76px) 0;
}

.booking-shell[hidden] {
    display: none;
}

.booking-mark img {
    display: block;
    width: min(260px, 64vw);
    height: auto;
    margin-bottom: 28px;
}

.booking-card,
.staff-auth-card,
.request-card,
.review-empty {
    border: 1px solid rgba(217, 232, 242, 0.92);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow);
}

.booking-card {
    padding: clamp(22px, 4vw, 34px);
}

.booking-form,
.booking-confirmation {
    display: grid;
    gap: 18px;
}

.booking-form[hidden],
.booking-confirmation[hidden] {
    display: none;
}

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

.booking-form label,
.staff-auth-card label {
    display: grid;
    gap: 7px;
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 800;
}

.booking-form input,
.booking-form textarea,
.staff-auth-card input {
    width: 100%;
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px 13px;
    color: var(--ink);
    font: inherit;
    font-weight: 500;
    background: #ffffff;
}

.booking-form textarea {
    resize: vertical;
}

.booking-form input:focus,
.booking-form textarea:focus,
.staff-auth-card input:focus {
    outline: 3px solid rgba(0, 174, 239, 0.18);
    border-color: var(--sky);
}

.airport-field {
    position: relative;
}

.airport-field input {
    text-transform: uppercase;
}

.airport-results {
    position: absolute;
    z-index: 10;
    inset-inline: 0;
    top: calc(100% + 6px);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(6, 37, 95, 0.18);
}

.airport-result {
    display: grid;
    grid-template-columns: 12px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    width: 100%;
    padding: 11px 12px;
    border: 0;
    border-bottom: 1px solid rgba(217, 232, 242, 0.75);
    background: #ffffff;
    color: var(--ink);
    font: inherit;
    font-size: 0.94rem;
    text-align: left;
    cursor: pointer;
}

.airport-position-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
}

.airport-result.has-positioned-aircraft .airport-position-dot {
    background: var(--green);
    box-shadow: 0 0 0 3px rgba(25, 184, 134, 0.16);
}

.airport-result-label {
    min-width: 0;
}

.airport-result:hover,
.airport-result:focus-visible {
    background: var(--wash);
}

.airport-result:last-child {
    border-bottom: 0;
}

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

.booking-admin-links {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin: 0 0 1.25rem;
}

.booking-confirmation h2,
.staff-auth-card h1,
.review-header h1,
.review-empty h2 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    line-height: 1.05;
}

.booking-confirmation p,
.staff-auth-card p,
.review-empty p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.availability-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(6, 37, 95, 0.42);
    backdrop-filter: blur(10px);
}

.availability-modal[hidden] {
    display: none;
}

.availability-modal-card {
    width: min(460px, 100%);
    display: grid;
    gap: 14px;
    padding: clamp(24px, 5vw, 36px);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 30px 90px rgba(6, 37, 95, 0.26);
    text-align: center;
}

.availability-modal-card h2,
.availability-modal-card p {
    margin: 0;
}

.loading-orbit {
    width: 58px;
    height: 58px;
    justify-self: center;
    border: 4px solid rgba(0, 174, 239, 0.18);
    border-top-color: var(--blue);
    border-right-color: var(--green);
    border-radius: 999px;
    animation: loading-spin 0.85s linear infinite;
}

@keyframes loading-spin {
    to {
        transform: rotate(360deg);
    }
}

.progress-track {
    overflow: hidden;
    height: 12px;
    border-radius: 999px;
    background: #e5f3fb;
}

.progress-bar {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--blue), var(--sky), var(--green));
    transition: width 0.24s ease;
}

.progress-percent {
    color: var(--navy);
    font-weight: 900;
}

.recommendation-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(6, 37, 95, 0.42);
    backdrop-filter: blur(10px);
}

.recommendation-modal[hidden] {
    display: none;
}

.recommendation-modal-card {
    width: min(540px, 100%);
    display: grid;
    gap: 16px;
    padding: clamp(24px, 5vw, 36px);
    border: 1px solid rgba(0, 174, 239, 0.22);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 30px 90px rgba(6, 37, 95, 0.26);
}

.recommendation-modal-card h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(1.55rem, 4vw, 2.15rem);
    line-height: 1.08;
}

.recommendation-modal-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.recommendation-modal-card dl {
    display: grid;
    margin: 0;
    border-top: 1px solid var(--line);
}

.recommendation-modal-card dl > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
}

.recommendation-modal-card dt {
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
}

.recommendation-modal-card dd {
    margin: 0;
    color: var(--navy);
    font-weight: 900;
    text-align: right;
}

.recommendation-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.booking-results {
    min-height: 100vh;
    padding: clamp(22px, 4vw, 48px);
    background:
        linear-gradient(135deg, rgba(0, 174, 239, 0.12), rgba(255, 255, 255, 0) 34%),
        linear-gradient(315deg, rgba(25, 184, 134, 0.1), rgba(255, 255, 255, 0) 28%),
        #ffffff;
}

.booking-results[hidden] {
    display: none;
}

.booking-results-shell {
    width: min(1320px, 100%);
    display: grid;
    gap: 20px;
    margin: 0 auto;
}

.route-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: clamp(12px, 2vw, 24px);
    align-items: center;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 40px rgba(6, 37, 95, 0.09);
}

.route-airport {
    display: grid;
    gap: 4px;
}

.route-airport:last-child {
    text-align: right;
}

.route-airport span {
    color: var(--blue);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.route-airport strong {
    font-size: clamp(1.75rem, 4vw, 3rem);
    line-height: 1;
}

.route-airport small {
    color: var(--muted);
    font-size: clamp(0.92rem, 1.5vw, 1.08rem);
    font-weight: 900;
}

.route-arrow {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: var(--blue);
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 900;
}

.booking-result-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    gap: 20px;
    align-items: stretch;
}

.route-map-panel,
.aircraft-summary {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 48px rgba(6, 37, 95, 0.11);
}

.route-map-panel {
    overflow: hidden;
    min-height: 560px;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
}

.route-map {
    min-height: 500px;
}

.leaflet-route-map {
    width: 100%;
    height: 100%;
    min-height: 500px;
    background: #dceefa;
}

.route-map .leaflet-container {
    font-family: inherit;
}

.route-map .leaflet-control-attribution {
    font-size: 0.68rem;
}

.leaflet-route-map .leaflet-tile,
.leaflet-route-map .leaflet-marker-icon,
.leaflet-route-map .leaflet-marker-shadow {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
}

.leaflet-route-map .leaflet-overlay-pane svg {
    width: auto;
    height: auto;
    min-height: 0;
}

.route-map-tooltip {
    border: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 22px rgba(6, 37, 95, 0.16);
    color: var(--ink);
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
}

.route-map > svg {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.route-map-fallback {
    min-height: 500px;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: linear-gradient(135deg, #eaf8ff, #ffffff);
    color: var(--navy);
    font-size: clamp(2rem, 6vw, 4.2rem);
    font-weight: 900;
}

.route-map-fallback span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: var(--blue);
    color: #ffffff;
    font-size: 1.5rem;
}

.map-grid {
    fill: none;
    stroke: rgba(85, 112, 134, 0.16);
    stroke-width: 1;
}

.map-line {
    fill: none;
    stroke-linecap: round;
    stroke-width: 8;
    filter: url(#routeGlow);
}

.map-line-trip {
    stroke: var(--blue);
}

.map-line-reposition {
    stroke: var(--green);
    stroke-dasharray: 16 14;
}

.map-marker circle {
    fill: #ffffff;
    stroke: var(--blue);
    stroke-width: 5;
}

.map-route-dot {
    fill: var(--blue);
    opacity: 0.55;
}

.map-marker-position circle {
    stroke: var(--green);
}

.map-marker text {
    fill: var(--ink);
    font-size: 25px;
    font-weight: 900;
    text-anchor: middle;
}

.map-marker .map-city {
    fill: var(--muted);
    font-size: 18px;
    font-weight: 800;
}

.route-map-caption {
    margin: 0;
    padding: 14px 18px 18px;
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
}

.aircraft-summary {
    display: grid;
    align-content: start;
    gap: 16px;
    padding: 18px;
}

.aircraft-summary img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--line);
}

.image-credit {
    margin: -6px 0 0;
    color: var(--muted);
    font-size: 0.72rem;
}

.aircraft-summary dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.aircraft-summary dl > div {
    display: grid;
    grid-template-columns: minmax(120px, 0.9fr) minmax(0, 1.1fr);
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(217, 232, 242, 0.86);
}

.aircraft-summary dt {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.aircraft-summary dd {
    margin: 0;
    color: var(--ink);
    font-weight: 900;
    text-align: right;
}

.result-total {
    display: grid;
    gap: 4px;
    padding: 16px;
    border-radius: 8px;
    background: #eef7ff;
}

.result-total span {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
}

.result-total strong {
    color: var(--blue);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.booking-result-actions {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.staff-auth-page,
.review-page {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(0, 174, 239, 0.1), rgba(255, 255, 255, 0) 34%),
        #f8fcff;
}

.staff-auth-page {
    display: grid;
    place-items: center;
    padding: 18px;
}

.staff-auth-card {
    width: min(430px, 100%);
    display: grid;
    gap: 18px;
    padding: 28px;
}

.staff-auth-card form {
    display: grid;
    gap: 14px;
}

.auth-error {
    padding: 10px 12px;
    border-left: 4px solid #b42318;
    border-radius: 8px;
    background: #fff4f2;
    color: #b42318;
    font-weight: 800;
}

.review-header,
.review-shell {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
}

.review-header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 34px 0 18px;
}

.review-shell {
    display: grid;
    gap: 18px;
    padding-bottom: 52px;
}

.review-empty {
    padding: 24px;
}

.request-card {
    padding: clamp(18px, 3vw, 26px);
}

.request-card-main {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.request-card h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(1.45rem, 3vw, 2.25rem);
}

.request-card p,
.match-list p {
    margin: 6px 0 0;
    color: var(--muted);
    line-height: 1.55;
}

.request-code,
.status-pill {
    color: var(--blue);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.status-pill {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(9, 87, 215, 0.1);
}

.request-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 18px 0 0;
}

.request-facts div {
    min-width: 0;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--wash);
}

.request-facts dt {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.request-facts dd {
    margin: 6px 0 0;
    color: var(--ink);
    line-height: 1.45;
}

.request-facts a {
    color: var(--blue);
}

.request-notes,
.match-list {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.request-notes strong,
.match-list h3 {
    color: var(--navy);
}

.match-list h3 {
    margin: 0 0 12px;
}

.match-row {
    display: grid;
    gap: 4px;
    margin-top: 10px;
    padding: 13px;
    border-left: 4px solid var(--sky);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(6, 37, 95, 0.06);
}

.match-row strong {
    color: var(--navy);
    text-transform: capitalize;
}

.match-row span {
    color: var(--blue);
    font-size: 0.84rem;
    font-weight: 900;
}

.admin-auth-page,
.admin-page,
.not-found-page {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(0, 174, 239, 0.13), rgba(255, 255, 255, 0) 38%),
        linear-gradient(315deg, rgba(25, 184, 134, 0.1), rgba(255, 255, 255, 0) 30%),
        #ffffff;
}

.admin-auth-page,
.not-found-page {
    display: grid;
    place-items: center;
    padding: 18px;
}

.admin-auth-card,
.not-found-card {
    width: min(520px, 100%);
    display: grid;
    gap: 18px;
    padding: clamp(24px, 4vw, 36px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow);
}

.admin-auth-card img,
.not-found-card img {
    width: min(240px, 70vw);
    height: auto;
}

.admin-auth-card h1,
.not-found-card h1,
.admin-hero h1 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1.03;
}

.admin-auth-card form {
    display: grid;
    gap: 14px;
}

.admin-auth-form {
    display: grid;
    gap: 14px;
}

.admin-setup-request {
    display: grid;
    gap: 12px;
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.admin-setup-request h2 {
    margin: 0;
    color: var(--navy);
    font-size: 1.15rem;
}

.admin-setup-request p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.admin-auth-card label {
    display: grid;
    gap: 7px;
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 800;
}

.admin-auth-card input {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px 13px;
    color: var(--ink);
    font: inherit;
    font-weight: 500;
    background: #ffffff;
}

.admin-auth-card input:focus {
    outline: 3px solid rgba(0, 174, 239, 0.18);
    border-color: var(--sky);
}

.admin-auth-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.auth-message {
    margin: 0;
    padding: 11px 13px;
    border-radius: 8px;
    color: var(--muted);
    font-weight: 800;
    line-height: 1.45;
}

.auth-message[data-tone="success"] {
    border-left: 4px solid var(--green);
    background: rgba(25, 184, 134, 0.1);
    color: #087653;
}

.auth-message[data-tone="error"] {
    border-left: 4px solid #b42318;
    background: #fff4f2;
    color: #b42318;
}

.password-meter {
    display: grid;
    gap: 8px;
}

.password-meter::before {
    content: "";
    grid-row: 1;
    width: 100%;
    height: 9px;
    border-radius: 999px;
    background: var(--line);
}

.password-meter span {
    grid-row: 1;
    width: 0;
    height: 9px;
    border-radius: 999px;
    background: #b42318;
    transition: width 160ms ease, background 160ms ease;
}

.password-meter span[data-score="3"] {
    background: var(--gold);
}

.password-meter span[data-score="4"],
.password-meter span[data-score="5"] {
    background: var(--green);
}

.password-meter strong {
    color: var(--muted);
    font-size: 0.9rem;
}

.admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px clamp(18px, 5vw, 56px);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.94);
}

.admin-shell {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(34px, 6vw, 72px) 0;
}

.admin-hero {
    display: grid;
    gap: 14px;
    margin-bottom: 28px;
}

.admin-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.admin-card {
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 36px rgba(6, 37, 95, 0.07);
}

.admin-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.admin-card h2 {
    margin: 0;
    color: var(--navy);
    font-size: 1.35rem;
}

.admin-card p,
.not-found-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.admin-small {
    font-size: 0.88rem;
}

.admin-toggle-form {
    margin: 0;
}

.toggle-switch {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    padding: 4px 0 4px 4px;
    border: 0;
    background: transparent;
    color: var(--muted);
    font: inherit;
    font-size: 0.86rem;
    font-weight: 900;
    cursor: pointer;
}

.toggle-switch-track {
    position: relative;
    width: 52px;
    height: 30px;
    flex: 0 0 auto;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #dbe8f0;
    transition: background 160ms ease, border-color 160ms ease;
}

.toggle-switch-track::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 3px 8px rgba(6, 37, 95, 0.22);
    transition: transform 160ms ease;
}

.toggle-switch[aria-checked="true"] {
    color: #087653;
}

.toggle-switch[aria-checked="true"] .toggle-switch-track {
    border-color: rgba(25, 184, 134, 0.5);
    background: var(--green);
}

.toggle-switch[aria-checked="true"] .toggle-switch-track::after {
    transform: translateX(22px);
}

.toggle-switch:hover .toggle-switch-track,
.toggle-switch:focus-visible .toggle-switch-track {
    box-shadow: 0 0 0 4px rgba(0, 174, 239, 0.16);
}

.toggle-switch:focus-visible {
    outline: none;
}

.simulation-shell {
    width: min(1480px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(24px, 4vw, 46px) 0;
}

.simulation-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 16px;
}

.simulation-toolbar h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.simulation-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.simulation-commission {
    display: grid;
    gap: 2px;
    min-width: 190px;
    padding: 10px 12px;
    border: 1px solid rgba(25, 184, 134, 0.35);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgba(6, 37, 95, 0.08);
}

.simulation-commission span,
.simulation-commission small {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.simulation-commission strong {
    color: #087653;
    font-size: 1.45rem;
    line-height: 1;
}

.simulation-commission small {
    text-transform: none;
}

.simulation-status {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-left: 4px solid var(--sky);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--muted);
    font-weight: 800;
}

.simulation-status[data-tone="success"] {
    border-left-color: var(--green);
    color: #087653;
}

.simulation-status[data-tone="error"] {
    border-left-color: #b42318;
    color: #b42318;
}

.simulation-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    gap: 16px;
    min-height: 680px;
}

.simulation-map-panel,
.simulation-list-panel {
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 48px rgba(6, 37, 95, 0.1);
}

.simulation-map-panel {
    overflow: hidden;
}

.simulation-map {
    width: 100%;
    min-height: 680px;
    height: 100%;
    background: #dceefa;
}

.simulation-list-panel {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
}

.simulation-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid var(--line);
}

.simulation-list-header h2 {
    margin: 0;
    color: var(--navy);
    font-size: 1.2rem;
}

.simulation-list-header span {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 900;
}

.simulation-flight-list {
    overflow: auto;
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 12px;
}

.simulation-flight-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--line);
    border-left: 4px solid var(--blue);
    border-radius: 8px;
    background: #ffffff;
    cursor: context-menu;
}

.simulation-flight-card[data-status="reposition"] {
    border-left-color: var(--green);
}

.simulation-flight-card[data-status="scheduled"] {
    border-left-color: #f4a100;
    background: #fffaf0;
}

.simulation-flight-card[data-focused="true"] {
    border-color: #00aeef;
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.18);
}

.simulation-flight-card[data-status="arrived"] {
    opacity: 0.72;
}

.simulation-flight-card div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.simulation-flight-card strong,
.simulation-flight-card b {
    min-width: 0;
    color: var(--ink);
    font-size: 0.95rem;
}

.simulation-flight-card span {
    min-width: 0;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
    text-align: right;
}

.simulation-aircraft-icon {
    width: 20px !important;
    height: 20px !important;
}

.simulation-aircraft-icon img {
    display: block;
    width: 20px;
    height: 20px;
    transform-origin: 50% 50%;
    filter: drop-shadow(0 2px 4px rgba(6, 37, 95, 0.35));
}

.simulation-aircraft-tooltip {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(6, 37, 95, 0.18);
}

.simulation-aircraft-hover {
    position: absolute;
    z-index: 650;
    max-width: min(320px, calc(100% - 20px));
    padding: 12px;
    border: 1px solid rgba(0, 27, 68, 0.1);
    border-radius: 8px;
    background: #ffffff;
    pointer-events: none;
    filter: drop-shadow(0 16px 36px rgba(6, 37, 95, 0.18));
}

.simulation-aircraft-hover[hidden] {
    display: none;
}

.simulation-tooltip {
    display: grid;
    gap: 5px;
    min-width: 240px;
    color: var(--ink);
    font-size: 0.8rem;
    line-height: 1.35;
}

.simulation-tooltip strong {
    color: var(--navy);
    font-size: 0.92rem;
}

.simulation-tooltip span {
    color: var(--muted);
    font-weight: 800;
}

.simulation-delete-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(0, 27, 68, 0.54);
}

.simulation-delete-modal[hidden] {
    display: none;
}

.simulation-delete-card {
    width: min(440px, 100%);
    padding: 24px;
    border: 1px solid rgba(180, 35, 24, 0.18);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(0, 27, 68, 0.28);
}

.simulation-delete-card h2 {
    margin: 6px 0 10px;
    color: var(--navy);
    font-size: 1.45rem;
}

.simulation-delete-card p {
    margin: 0;
    color: var(--muted);
    font-weight: 700;
    line-height: 1.5;
}

.simulation-delete-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.button-danger {
    border-color: #b42318;
    background: #b42318;
    color: #ffffff;
}

.button-danger:hover {
    background: #8f1c13;
}

@media (max-width: 780px) {
    .launch-page {
        align-items: flex-start;
        padding: 22px 18px 28px;
    }

    .launch-shell {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .brand-logo {
        width: min(82vw, 380px);
    }

    .brand-panel {
        min-height: 330px;
    }

    .message-panel {
        padding: 24px;
        border-left: 1px solid rgba(255, 255, 255, 0.38);
        border-top: 4px solid var(--sky);
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.4));
        box-shadow: 0 20px 60px rgba(0, 10, 30, 0.24);
    }

    .message-panel::before {
        display: none;
    }

    h1 {
        font-size: clamp(2rem, 11vw, 3.25rem);
        line-height: 1.02;
    }

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

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

    .site-mark img {
        width: 160px;
    }

    .site-nav {
        width: 100%;
        justify-content: space-between;
    }

    .network-photo-hero {
        min-height: 600px;
        padding: 64px 18px 56px;
    }

    .network-hero-content {
        width: 100%;
    }

    .network-photo-hero::before {
        background:
            linear-gradient(90deg, rgba(6, 22, 47, 0.86), rgba(6, 22, 47, 0.62)),
            linear-gradient(180deg, rgba(6, 22, 47, 0.2), rgba(6, 22, 47, 0.82));
    }

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

    .workflow-diagram {
        grid-template-columns: 1fr;
    }

    .workflow-node {
        min-height: 0;
        grid-template-rows: auto 96px auto auto;
    }

    .workflow-node img {
        max-height: 96px;
    }

    .workflow-arrow {
        min-height: 34px;
        transform: rotate(90deg);
        width: 54px;
        justify-self: center;
    }

    .cta-band {
        align-items: stretch;
        flex-direction: column;
    }

    .booking-shell {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .booking-results {
        padding: 14px;
    }

    .route-summary {
        grid-template-columns: 1fr;
    }

    .route-airport,
    .route-airport:last-child {
        text-align: left;
    }

    .route-arrow {
        width: 38px;
        height: 38px;
        transform: rotate(90deg);
    }

    .booking-result-layout {
        grid-template-columns: 1fr;
    }

    .route-map-panel {
        min-height: auto;
    }

    .route-map,
    .route-map svg {
        min-height: 360px;
    }

    .aircraft-summary dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .aircraft-summary dd {
        text-align: left;
    }

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

    .review-header,
    .request-card-main {
        align-items: stretch;
        flex-direction: column;
    }

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

    .admin-card-grid {
        grid-template-columns: 1fr;
    }

    .simulation-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .simulation-layout {
        grid-template-columns: 1fr;
    }

    .simulation-map {
        min-height: 520px;
    }
}

@media (max-width: 390px) {
    .launch-page {
        padding-inline: 14px;
    }

    .message-panel {
        padding-top: 18px;
    }

    .countdown {
        gap: 9px;
    }

    .time-card {
        padding: 15px 8px;
    }

    .site-nav {
        align-items: stretch;
        flex-direction: column;
    }

    .button,
    .button-small,
    .network-cta {
        width: 100%;
    }

    .process-list li {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
    }

    .process-list li::before {
        width: 36px;
        height: 36px;
    }

    .route-map,
    .route-map svg {
        min-height: 300px;
    }

    .route-map-caption {
        font-size: 0.82rem;
    }
}
