:root {
    --navy: #0f1e35;
    --deep-navy: #071528;
    --mint: #00d68f;
    --mint-soft: #dffcf1;
    --cream: #f7f3ed;
    --paper: #fbfaf7;
    --ink: #0f1e35;
    --airport-hero-image: url("/static/images/airport-hero.png");
}

body {
    margin: 0;
    font-family: "DM Sans", Arial, sans-serif;
    background: var(--cream);
    color: var(--ink);
}

header,
footer {
    background: var(--navy);
    color: #fff;
}

header a,
footer a {
    color: #fff;
    text-decoration: none;
}

.discovery-footer {
    background: var(--deep-navy);
}

.discovery-footer-inner {
    padding-bottom: 34px;
    padding-top: 42px;
}

.discovery-footer-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(220px, 1.5fr) repeat(4, minmax(0, 1fr));
}

.discovery-footer-grid strong,
.discovery-footer-grid a {
    display: block;
}

.discovery-footer-grid strong {
    color: var(--mint);
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.discovery-footer-brand strong {
    color: #fff;
    font-size: 19px;
    letter-spacing: 0;
    text-transform: none;
}

.discovery-footer-grid a {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    margin-top: 11px;
}

.discovery-footer-grid a:hover,
.discovery-footer-note a:hover {
    color: #fff;
}

.discovery-footer-brand p,
.discovery-footer-note {
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    line-height: 1.7;
}

.discovery-footer-brand p {
    margin: 12px 0 0;
    max-width: 350px;
}

.discovery-footer-note {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 30px;
    padding-top: 20px;
}

.discovery-footer-note p {
    margin: 0;
}

.discovery-footer-note p + p {
    margin-top: 5px;
}

.discovery-footer-note a {
    color: var(--mint);
}

.wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 24px;
}

.hero {
    background: radial-gradient(circle at top right, rgba(0, 214, 143, .11), transparent 34%), var(--navy);
    color: #fff;
    padding: 46px 24px 42px;
}

.hero-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.eyebrow {
    color: var(--mint);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 600;
    line-height: 1.04;
    margin: 12px 0 0;
}

h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(25px, 4vw, 36px);
    font-weight: 600;
    line-height: 1.14;
    margin: 0;
}

h3 {
    font-weight: 600;
    margin: 0;
}

p {
    line-height: 1.7;
}

.hero-copy {
    max-width: 720px;
    color: rgba(255, 255, 255, .76);
    font-size: 17px;
    margin-top: 14px;
}

.freshness {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 500;
    margin-top: 16px;
    padding: 8px 12px;
}

.actions,
.nav-links,
.related,
.internal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.cta,
.row-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--mint);
    color: var(--navy);
    font-weight: 650;
    padding: 12px 18px;
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.cta:hover,
.row-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 214, 143, .18);
}

.row-cta {
    font-size: 13px;
    padding: 8px 13px;
}

.ghost-link,
.nav-links a,
.related a,
.internal-links a {
    border: 1px solid rgba(15, 30, 53, .12);
    border-radius: 999px;
    color: var(--navy);
    font-weight: 550;
    padding: 9px 13px;
    text-decoration: none;
}

.hero .ghost-link,
.hero .nav-links a {
    border-color: rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .03);
}

.section {
    padding: 34px 24px;
}

.section-copy,
.muted {
    color: rgba(15, 30, 53, .64);
}

.section-copy {
    max-width: 800px;
}

.card,
.seo-card {
    background: #fff;
    border: 1px solid rgba(15, 30, 53, .08);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(15, 30, 53, .06);
    padding: 28px;
}

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

.stat {
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    box-shadow: none;
    padding: 18px;
}

.stat span {
    color: var(--mint);
    display: block;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.stat strong {
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.12;
    margin-top: 8px;
    overflow-wrap: anywhere;
}

.table-wrap {
    overflow-x: auto;
    margin-top: 20px;
}

table {
    border-collapse: collapse;
    width: 100%;
    min-width: 820px;
}

th,
td {
    border-bottom: 1px solid rgba(15, 30, 53, .08);
    padding: 14px 12px;
    text-align: left;
    vertical-align: middle;
}

th {
    color: rgba(15, 30, 53, .48);
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.flight-number {
    color: var(--navy);
    font-size: 15px;
    font-weight: 650;
}

.status-badge {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 9px;
}

.status-cancelled {
    background: #feecec;
    color: #9f2a2a;
}

.status-delayed {
    background: #fff5d6;
    color: #8a5a12;
}

.status-neutral {
    background: #eef0f3;
    color: #4b5563;
}

.empty-state {
    border: 1px solid rgba(15, 30, 53, .08);
    border-radius: 18px;
    background: var(--cream);
    padding: 24px;
    margin-top: 20px;
}

.mobile-flight-list {
    display: none;
}

.comp-table {
    margin-top: 18px;
}

.comp-table table {
    min-width: 0;
}

.faq-grid {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.faq-item {
    border: 1px solid rgba(15, 30, 53, .08);
    border-radius: 20px;
    background: #fff;
    padding: 17px 18px;
}

.faq-item summary {
    cursor: pointer;
    font-weight: 600;
    line-height: 1.45;
    list-style: none;
}

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

.faq-item p {
    color: rgba(15, 30, 53, .66);
    font-weight: 400;
    margin-bottom: 0;
}

body:has(.nav-links) .faq-item summary::after {
    color: rgba(15, 30, 53, .42);
    content: "+";
    float: right;
    font-weight: 500;
    margin-left: 14px;
}

body:has(.nav-links) .faq-item[open] summary::after {
    content: "-";
}

.internal-links {
    gap: 10px;
    margin-top: 20px;
}

.internal-links a,
.related a {
    background: rgba(15, 30, 53, .02);
    font-size: 14px;
}

.airport-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    margin-top: 20px;
}

.airport-card {
    align-items: flex-start;
    background: rgba(15, 30, 53, .02);
    border: 1px solid rgba(15, 30, 53, .08);
    border-radius: 18px;
    color: var(--ink);
    display: flex;
    gap: 14px;
    padding: 16px;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease;
}

.airport-card:hover {
    border-color: rgba(0, 214, 143, .38);
    transform: translateY(-1px);
}

.airport-card.compact {
    box-shadow: none;
}

.airport-card-top {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 8px;
}

.airport-chip,
.route-count {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.airport-chip {
    background: rgba(15, 30, 53, .04);
    border: 1px solid rgba(15, 30, 53, .08);
    color: rgba(15, 30, 53, .56);
    padding: 6px 8px;
}

.airport-code {
    align-items: center;
    background: rgba(0, 214, 143, .12);
    border: 1px solid rgba(0, 214, 143, .24);
    border-radius: 14px;
    color: var(--navy);
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 650;
    height: 48px;
    justify-content: center;
    letter-spacing: .08em;
    width: 58px;
}

.airport-card h3 {
    font-size: 17px;
    margin: 0;
}

.airport-card p {
    color: rgba(15, 30, 53, .6);
    font-size: 14px;
    line-height: 1.55;
    margin: 6px 0 10px;
}

.card-cta {
    color: var(--navy);
    font-size: 13px;
    font-weight: 600;
}

.note {
    color: rgba(15, 30, 53, .58);
    font-size: 14px;
    margin-top: 18px;
}

.route-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 178px;
    display: flex;
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
    color: var(--ink);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.route-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    pointer-events: none;
    z-index: 1;
}

.route-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 54px rgba(15, 30, 53, .11);
}

.ticket-strip {
    margin-left: 1px;
    position: relative;
    width: 52px;
    flex-shrink: 0;
    background:
        repeating-linear-gradient(
            0deg,
            #cbd5e1 0 2px,
            transparent 2px 5px,
            #94a3b8 5px 7px,
            transparent 7px 11px
        );
    background-size: 22px 140px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .75;
}

.ticket-strip::after {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 22px;
    right: 0;
    width: 3px;
    background:
        repeating-linear-gradient(
            to bottom,
            #d1d5db 0 10px,
            transparent 10px 18px
        );
}

.ticket-strip::before,
.route-card::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1efef;
    z-index: 5;
}

.ticket-strip::before {
    right: -14px;
    top: -13px;
}

.route-card::after {
    left: 39px;
    bottom: -13px;
}

.route-card-body {
    position: relative;
    flex: 1;
    min-width: 0;
    padding: 17px 20px 16px;
    overflow: hidden;
    z-index: 2;
}

.route-card-body::after {
    content: "✈";
    position: absolute;
    right: 22px;
    bottom: 20px;
    color: #e5e7eb;
    font-size: 34px;
    transform: rotate(-45deg);
    pointer-events: none;
    z-index: 0;
}

.route-card-body > * {
    position: relative;
    z-index: 1;
}

.route-card-meta {
    display: flex;
    justify-content: center;
}

.route-count {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 14px;
    padding: 5px 11px;
    border-radius: 12px;
    background: #ffe4ea;
    color: #e64b68;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
}

.route-path {
    display: grid;
    grid-template-columns: 1fr 78px 1fr;
    align-items: center;
    justify-items: center;
    gap: 10px;
}

.route-airport {
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

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

.route-airport strong {
    display: block;
    color: #071735;
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 28px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: -0.03em;
}

.route-airport span {
    display: block;
    max-width: 100%;
    margin-top: 7px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.12;
    text-transform: none;
    letter-spacing: 0;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.route-connector {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.route-connector span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        90deg,
        #cbd5e1 0 calc(50% - 16px),
        transparent calc(50% - 16px) calc(50% + 16px),
        #cbd5e1 calc(50% + 16px) 100%
    );
}

.route-connector span::after {
    content: "✈";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #071735;
    font-size: 19px;
    transform: translate(-50%, -52%);
}

.route-card p {
    margin: 14px 0 5px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
}

.route-card .card-cta {
    color: #009966;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.route-card .card-cta::after {
    content: "→";
    border: 0;
    height: auto;
    width: auto;
    transform: none;
}

body:has(.route-card) .airport-grid {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 16px;
    padding-bottom: 18px;
}

.airport-directory {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.airport-directory-link {
    align-items: center;
    background: rgba(255, 255, 255, .84);
    border: 1px solid rgba(15, 30, 53, .08);
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(15, 30, 53, .035);
    color: rgba(15, 30, 53, .72);
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 9px;
    line-height: 1.2;
    min-height: 38px;
    padding: 5px 12px 5px 6px;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
    width: auto;
}

.airport-directory-link:hover {
    background: #fff;
    border-color: rgba(0, 214, 143, .28);
    box-shadow: 0 12px 26px rgba(15, 30, 53, .06);
    color: rgba(7, 23, 53, .9);
    transform: translateY(-1px);
}

.airport-directory-link span {
    align-items: center;
    background: rgba(0, 214, 143, .12);
    border: 1px solid rgba(0, 214, 143, .2);
    border-radius: 999px;
    color: var(--navy);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 750;
    height: 26px;
    justify-content: center;
    letter-spacing: .06em;
    width: 42px;
}

body:not(:has(.nav-links)):has(.stats) .actions,
body:not(:has(.nav-links)):has(.stats) .internal-links {
    margin-top: 18px;
}

body:not(:has(.nav-links)):has(.stats) .stat {
    border-radius: 16px;
    min-width: 0;
    padding: 15px;
}

.airport-hub-page {
    background: var(--paper);
}

.airport-hub-page footer {
    background: var(--deep-navy);
}

.airport-hero {
    position: relative;
    min-height: 585px;
    color: #fff;
    overflow: hidden;
    background:
        radial-gradient(circle at 69% 39%, rgba(255, 159, 74, .36) 0, rgba(255, 139, 54, .18) 20%, transparent 44%),
        linear-gradient(90deg, rgba(5, 17, 36, .88) 0%, rgba(5, 17, 36, .7) 34%, rgba(5, 17, 36, .09) 62%, rgba(5, 17, 36, .31) 100%),
        linear-gradient(180deg, rgba(5, 17, 36, .14), rgba(5, 17, 36, .4)),
        var(--airport-hero-image) 58% center / cover no-repeat,
        #071528;
}

.airport-hero::after {
    display: none;
}

.airport-nav {
    position: relative;
    z-index: 2;
    background: transparent;
    color: #fff;
}

.airport-nav-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 24px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.airport-logo {
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.airport-nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex: 1;
}

.airport-nav-links a {
    color: rgba(255, 255, 255, .84);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.airport-nav-links a:hover {
    color: #fff;
}

.site-nav-links a.is-active {
    color: #fff;
}

.site-nav-links a.is-active::after {
    background: var(--mint);
    border-radius: 999px;
    content: "";
    display: block;
    height: 2px;
    margin-top: 6px;
    width: 100%;
}

.airport-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.airport-language {
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 700;
    padding: 9px 11px;
}

.airport-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--mint);
    color: var(--deep-navy);
    font-size: 14px;
    font-weight: 750;
    padding: 11px 17px;
    text-decoration: none;
    white-space: nowrap;
}

.airport-hero .hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    padding: 88px 24px 72px;
}

.airport-hero h1 {
    max-width: 660px;
    font-size: clamp(42px, 5.4vw, 72px);
    letter-spacing: 0;
    text-shadow: 0 12px 40px rgba(0, 0, 0, .38);
}

.airport-hero .hero-copy {
    max-width: 560px;
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    text-shadow: 0 8px 26px rgba(0, 0, 0, .3);
}

.airport-hero .cta {
    background: var(--mint);
    box-shadow: 0 18px 42px rgba(0, 214, 143, .22);
}

.airport-hero .ghost-link {
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

.airport-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 690px;
    margin-top: 29px;
}

.airport-benefits div {
    align-items: flex-start;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    display: grid;
    gap: 12px;
    grid-template-columns: 24px minmax(0, 1fr);
    padding: 0;
}

.airport-benefits strong,
.airport-benefits span {
    display: block;
}

.airport-benefit-icon {
    color: var(--mint);
    height: 23px;
    margin-top: 1px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 23px;
}

.airport-benefit-icon path,
.airport-benefit-icon rect {
    fill: none;
}

.airport-benefits strong {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.airport-benefits span {
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 1.35;
    margin-top: 3px;
}

.airlines-hub-page {
    background: var(--paper);
}

.airline-hero {
    background:
        radial-gradient(circle at 70% 38%, rgba(255, 154, 66, .28) 0, rgba(255, 139, 54, .12) 20%, transparent 43%),
        linear-gradient(90deg, rgba(5, 17, 36, .92) 0%, rgba(5, 17, 36, .75) 38%, rgba(5, 17, 36, .2) 70%, rgba(5, 17, 36, .42) 100%),
        linear-gradient(180deg, rgba(5, 17, 36, .12), rgba(5, 17, 36, .42)),
        var(--airport-hero-image) 58% center / cover no-repeat,
        #071528;
    color: #fff;
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.airline-hero .hero-inner {
    max-width: 1180px;
    padding: 94px 24px 88px;
    position: relative;
    z-index: 1;
}

.airline-hero h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(44px, 5vw, 70px);
    letter-spacing: 0;
    line-height: 1.02;
    margin: 12px 0 0;
    max-width: 680px;
    text-shadow: 0 12px 40px rgba(0, 0, 0, .38);
}

.airline-hero .hero-copy {
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    line-height: 1.65;
    max-width: 590px;
    text-shadow: 0 8px 26px rgba(0, 0, 0, .3);
}

.airline-hero .cta {
    background: var(--mint);
    box-shadow: 0 18px 42px rgba(0, 214, 143, .2);
}

.airline-hero .ghost-link {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
}

.airline-detail-page {
    background: var(--paper);
}

.airline-detail-hero {
    background:
        radial-gradient(circle at 70% 38%, rgba(255, 154, 66, .28) 0, rgba(255, 139, 54, .12) 20%, transparent 43%),
        linear-gradient(90deg, rgba(5, 17, 36, .92) 0%, rgba(5, 17, 36, .75) 38%, rgba(5, 17, 36, .2) 70%, rgba(5, 17, 36, .42) 100%),
        linear-gradient(180deg, rgba(5, 17, 36, .12), rgba(5, 17, 36, .42)),
        var(--airport-hero-image) 58% center / cover no-repeat,
        #071528;
    color: #fff;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

.airline-detail-hero .hero-inner {
    max-width: 1180px;
    padding: 92px 24px 86px;
    position: relative;
    z-index: 1;
}

.airline-detail-hero h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(44px, 5vw, 70px);
    letter-spacing: 0;
    line-height: 1.02;
    margin: 12px 0 0;
    max-width: 760px;
    text-shadow: 0 12px 40px rgba(0, 0, 0, .38);
}

.airline-detail-hero .hero-copy {
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    line-height: 1.65;
    max-width: 620px;
    text-shadow: 0 8px 26px rgba(0, 0, 0, .3);
}

.airline-detail-hero .cta {
    background: var(--mint);
    box-shadow: 0 18px 42px rgba(0, 214, 143, .2);
}

.airline-detail-hero .ghost-link {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
}

.airline-detail-resource-section {
    padding-bottom: 58px;
    padding-top: 58px;
}

.airline-detail-card {
    align-items: start;
    background: #fff;
    border: 1px solid rgba(15, 30, 53, .08);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(15, 30, 53, .07);
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    padding: 30px;
}

.airline-detail-card h2,
.related-airlines-section h2 {
    color: var(--deep-navy);
    font-size: clamp(25px, 3vw, 36px);
    letter-spacing: 0;
    margin: 7px 0 0;
}

.airline-meta-grid {
    display: grid;
    gap: 10px;
}

.airline-meta-grid > div {
    background: rgba(247, 243, 237, .68);
    border: 1px solid rgba(15, 30, 53, .07);
    border-radius: 12px;
    display: grid;
    gap: 5px;
    padding: 14px;
}

.airline-meta-grid span {
    color: rgba(15, 30, 53, .5);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.airline-meta-grid strong,
.airline-meta-grid a {
    color: var(--deep-navy);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.45;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.airline-meta-grid a:hover {
    color: #007657;
}

.related-airlines-section {
    padding-bottom: 68px;
    padding-top: 22px;
}

.related-airlines-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
}

.related-airline-link {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 30, 53, .08);
    border-radius: 12px;
    color: var(--deep-navy);
    display: flex;
    gap: 11px;
    padding: 13px;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.related-airline-link:hover {
    border-color: rgba(0, 166, 113, .28);
    box-shadow: 0 12px 25px rgba(15, 30, 53, .07);
    transform: translateY(-2px);
}

.related-airline-link span {
    align-items: center;
    background: var(--mint-soft);
    border-radius: 8px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    letter-spacing: .06em;
    width: 40px;
}

.related-airline-link strong {
    font-size: 14px;
}

.airline-disruption-section {
    padding-bottom: 34px;
    padding-top: 58px;
}

.airline-disruption-section h2 {
    color: var(--deep-navy);
    font-size: clamp(25px, 3vw, 36px);
    letter-spacing: 0;
    margin: 7px 0 0;
}

.airline-snapshot-table {
    margin-top: 22px;
}

.airline-snapshot-list {
    display: none;
}

.airline-disruption-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.airline-data-card {
    background: #fff;
    border: 1px solid rgba(15, 30, 53, .08);
    border-radius: 14px;
    padding: 17px;
}

.airline-data-card h3 {
    color: var(--deep-navy);
    font-size: 15px;
    margin: 0;
}

.airline-data-card div {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.airline-data-card a {
    align-items: center;
    background: rgba(247, 243, 237, .6);
    border-radius: 9px;
    color: var(--deep-navy);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 10px;
    text-decoration: none;
}

.airline-data-card a:hover {
    background: var(--mint-soft);
}

.airline-data-card strong {
    font-size: 13px;
}

.airline-data-card span,
.airline-data-card p {
    color: rgba(15, 30, 53, .56);
    font-size: 12px;
    margin: 0;
}

.airline-trend-note {
    color: rgba(15, 30, 53, .58);
    font-size: 13px;
    line-height: 1.6;
    margin: 16px 0 0;
}

.route-hub-page {
    background: var(--paper);
}

.route-hub-hero,
.eu261-guide-hero {
    background:
        radial-gradient(circle at 70% 38%, rgba(255, 154, 66, .28) 0, rgba(255, 139, 54, .12) 20%, transparent 43%),
        linear-gradient(90deg, rgba(5, 17, 36, .92) 0%, rgba(5, 17, 36, .75) 38%, rgba(5, 17, 36, .2) 70%, rgba(5, 17, 36, .42) 100%),
        linear-gradient(180deg, rgba(5, 17, 36, .12), rgba(5, 17, 36, .42)),
        var(--airport-hero-image) 58% center / cover no-repeat,
        #071528;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.route-hub-hero {
    min-height: 500px;
}

.route-hub-hero .hero-inner {
    max-width: 1180px;
    padding: 92px 24px 86px;
    position: relative;
    z-index: 1;
}

.route-hub-hero h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(44px, 5vw, 70px);
    letter-spacing: 0;
    line-height: 1.02;
    margin: 12px 0 0;
    max-width: 680px;
    text-shadow: 0 12px 40px rgba(0, 0, 0, .38);
}

.route-hub-hero .hero-copy {
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    line-height: 1.65;
    max-width: 590px;
    text-shadow: 0 8px 26px rgba(0, 0, 0, .3);
}

.route-hub-hero .cta {
    background: var(--mint);
    box-shadow: 0 18px 42px rgba(0, 214, 143, .2);
}

.route-hub-hero .ghost-link {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
}

.eu261-guide-hero {
    min-height: 520px;
}

.eu261-guide-hero > div {
    padding-bottom: 88px;
    padding-top: 84px;
    position: relative;
    z-index: 1;
}

.eu261-guide-hero > div > p:first-of-type {
    margin-top: 0;
}

.airline-resources-section {
    padding-bottom: 58px;
    padding-top: 62px;
}

.airline-section-head {
    align-items: flex-end;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.airline-section-head h2,
.airline-info-grid h2,
.airline-links-section h2 {
    color: var(--deep-navy);
    font-size: clamp(27px, 3vw, 38px);
    letter-spacing: 0;
    margin: 7px 0 0;
}

.airline-section-head .section-copy {
    margin-bottom: 0;
    max-width: 690px;
}

.airline-search {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 30, 53, .1);
    border-radius: 12px;
    box-shadow: 0 15px 38px rgba(15, 30, 53, .06);
    color: #008f63;
    display: flex;
    flex: 0 0 294px;
    gap: 10px;
    min-height: 50px;
    padding: 0 16px;
}

.airline-search input {
    background: transparent;
    border: 0;
    color: var(--navy);
    font: inherit;
    min-width: 0;
    outline: 0;
    width: 100%;
}

.airline-search input::placeholder {
    color: rgba(15, 30, 53, .48);
}

.airline-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
}

.airline-card {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(15, 30, 53, .075);
    border-radius: 17px;
    box-shadow: 0 12px 28px rgba(15, 30, 53, .055);
    color: var(--navy);
    display: flex;
    flex-direction: column;
    min-height: 208px;
    padding: 20px;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.airline-card:hover {
    border-color: rgba(0, 166, 113, .23);
    box-shadow: 0 18px 36px rgba(15, 30, 53, .1);
    transform: translateY(-3px);
}

.airline-card[hidden] {
    display: none;
}

.airline-card-top {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.airline-code {
    align-items: center;
    background: var(--mint-soft);
    border: 1px solid rgba(0, 166, 113, .15);
    border-radius: 10px;
    color: var(--deep-navy);
    display: inline-flex;
    font-size: 16px;
    font-weight: 800;
    height: 40px;
    justify-content: center;
    letter-spacing: .08em;
    width: 48px;
}

.airline-card-label {
    color: rgba(15, 30, 53, .45);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .1em;
}

.airline-card-copy h3 {
    font-size: 17px;
    font-weight: 720;
    letter-spacing: 0;
    margin: 18px 0 0;
}

.airline-card-copy p {
    color: rgba(15, 30, 53, .58);
    font-size: 13px;
    line-height: 1.5;
    margin: 6px 0 0;
}

.airline-resource-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
}

.airline-resource-pill {
    background: rgba(0, 214, 143, .08);
    border: 1px solid rgba(0, 166, 113, .13);
    border-radius: 999px;
    color: #087253;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 8px;
}

.airline-resource-pill-muted {
    background: rgba(15, 30, 53, .035);
    border-color: rgba(15, 30, 53, .08);
    color: rgba(15, 30, 53, .55);
}

.airline-card-stats {
    border-top: 1px solid rgba(15, 30, 53, .075);
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 15px;
    padding-top: 13px;
}

.airline-card-stats div + div {
    border-left: 1px solid rgba(15, 30, 53, .08);
    padding-left: 12px;
}

.airline-card-stats span,
.airline-card-stats strong {
    display: block;
}

.airline-card-stats span {
    color: rgba(15, 30, 53, .48);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
}

.airline-card-stats strong {
    color: var(--deep-navy);
    font-size: 15px;
    margin-top: 5px;
}

.airline-card-cta {
    color: #006ddd;
    font-size: 13px;
    font-weight: 750;
    margin-top: auto;
    padding-top: 16px;
}

.airline-search-empty {
    background: #fff;
    border: 1px solid rgba(15, 30, 53, .08);
    border-radius: 14px;
    color: rgba(15, 30, 53, .6);
    margin: 18px 0 0;
    padding: 16px;
}

.airline-info-band {
    background: #eef7f4;
    border-bottom: 1px solid rgba(15, 30, 53, .06);
    border-top: 1px solid rgba(15, 30, 53, .06);
}

.airline-info-grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 54px;
    padding-top: 54px;
}

.airline-info-grid article {
    padding-right: 42px;
}

.airline-info-grid article + article {
    border-left: 1px solid rgba(15, 30, 53, .11);
    padding-left: 42px;
    padding-right: 0;
}

.airline-info-grid p:not(.eyebrow) {
    color: rgba(15, 30, 53, .66);
    font-size: 15px;
    line-height: 1.7;
}

.airline-info-grid a,
.airline-internal-links a {
    color: #007657;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.airline-links-section {
    padding-bottom: 68px;
    padding-top: 58px;
}

.airline-internal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.airline-internal-links a {
    background: #fff;
    border: 1px solid rgba(15, 30, 53, .09);
    border-radius: 999px;
    padding: 10px 14px;
}

.airline-internal-links a:hover {
    border-color: rgba(0, 166, 113, .32);
}

.airport-hub-page .section {
    padding-top: 42px;
    padding-bottom: 42px;
}

.airport-hub-page main > .section:first-of-type {
    margin-top: 0;
    position: relative;
    z-index: 3;
}

.airport-hub-section {
    position: relative;
}

.airport-hub-featured {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.airport-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

.airport-section-head .section-copy {
    margin-bottom: 0;
}

.airport-search-visual {
    display: flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 330px;
    min-height: 54px;
    border: 1px solid rgba(15, 30, 53, .11);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 30, 53, .08);
    color: rgba(15, 30, 53, .5);
    font-size: 14px;
    font-weight: 600;
    padding: 0 18px;
}

.airport-search-visual span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--mint-soft);
    color: #008f63;
    font-size: 16px;
}

.airport-search-visual input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #071735;
    font: inherit;
}

.airport-search-visual input::placeholder {
    color: rgba(15, 30, 53, .48);
}

.airport-search-empty {
    border: 1px solid rgba(15, 30, 53, .08);
    border-radius: 16px;
    background: #fff;
    color: rgba(15, 30, 53, .6);
    margin: 18px 0 0;
    padding: 18px;
}

.airport-card[hidden] {
    display: none;
}

.airport-hub-page .airport-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
}

.airport-hub-page .airport-card {
    position: relative;
    align-items: stretch;
    background: rgba(255, 255, 255, .96);
    border-color: rgba(15, 30, 53, .075);
    border-radius: 17px;
    box-shadow: 0 14px 34px rgba(15, 30, 53, .065);
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 190px;
    max-width: 340px;
    overflow: hidden;
    padding: 17px 18px 16px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.airport-hub-page .airport-card::after {
    display: none;
}

.airport-hub-page .airport-card:hover {
    border-color: rgba(0, 214, 143, .24);
    box-shadow: 0 18px 42px rgba(15, 30, 53, .095);
    transform: translateY(-3px);
}

.airport-hub-page .airport-card-top {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 8px;
    min-height: 24px;
}

.airport-hub-page .airport-chip {
    background: #f4f7fb;
    border: 1px solid rgba(15, 30, 53, .055);
    color: rgba(15, 30, 53, .52);
    font-size: 9px;
    letter-spacing: .06em;
    padding: 5px 8px;
}

.airport-plane {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 30, 53, .08);
    border-radius: 999px;
    color: var(--navy);
    display: inline-flex;
    box-shadow: 0 7px 17px rgba(15, 30, 53, .12);
    font-size: 16px;
    height: 28px;
    justify-content: center;
    position: absolute;
    right: -10px;
    bottom: -7px;
    width: 28px;
}

.airport-hub-page .airport-code {
    background: var(--mint-soft);
    border-color: rgba(0, 214, 143, .26);
    border-radius: 13px;
    font-size: 16px;
    font-weight: 800;
    height: 48px;
    width: 64px;
}

.airport-code-wrap {
    position: relative;
    flex: 0 0 auto;
    width: 74px;
}

.airport-card-main {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.airport-card-body {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    min-width: 0;
}

.airport-card-copy {
    min-width: 0;
}

.airport-hub-page .airport-card h3 {
    color: rgba(7, 23, 53, .96);
    font-size: 16.5px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

.airport-hub-page .airport-card p {
    color: rgba(15, 30, 53, .58);
    font-size: 13px;
    line-height: 1.45;
    margin: 7px 0 0;
}

.airport-card-stats {
    align-items: start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 2px;
    padding-top: 8px;
}

.airport-card-stats div {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 0 12px 0 0;
}

.airport-card-stats div + div {
    border-left: 1px solid rgba(15, 30, 53, .09);
    padding-left: 14px;
}

.airport-card-stats .airport-stat-label,
.airport-card-stats strong {
    display: block;
}

.airport-card-stats .airport-stat-label {
    align-items: center;
    color: rgba(15, 30, 53, .45);
    display: inline-flex;
    font-size: 9px;
    font-weight: 700;
    gap: 4px;
    letter-spacing: .06em;
    line-height: 1.25;
    text-transform: uppercase;
    white-space: nowrap;
}

.airport-stat-icon {
    color: rgba(15, 30, 53, .5);
    flex: 0 0 auto;
    height: 13px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    vertical-align: -2px;
    width: 13px;
}

.airport-stat-icon path,
.airport-stat-icon circle {
    fill: none;
}

.airport-card-stats .airport-stat-value {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    white-space: nowrap;
}

.airport-stat-low {
    color: #008f63;
}

.airport-stat-medium {
    color: #d97706;
}

.airport-stat-high {
    color: #d13b55;
}

.airport-stat-date {
    color: rgba(7, 23, 53, .82);
}

.airport-card-footer {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-top: 2px;
    border-top: 1px solid rgba(15, 30, 53, .07);
    padding-top: 11px;
}

.airport-card-meta {
    color: rgba(15, 30, 53, .46);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.25;
}

.airport-hub-page .card-cta {
    color: #006dff;
    font-size: 12.5px;
    font-weight: 700;
    margin-top: 0;
    white-space: nowrap;
    transition: color .18s ease, transform .18s ease;
}

.airport-hub-page .airport-card:hover .card-cta {
    color: #0055cc;
    transform: translateX(2px);
}

.airport-feature-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(15, 30, 53, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 18px 48px rgba(15, 30, 53, .06);
    margin-top: 30px;
}

.airport-feature-item {
    align-items: flex-start;
    display: grid;
    gap: 13px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 18px 20px;
}

.airport-feature-item + .airport-feature-item {
    border-left: 1px solid rgba(15, 30, 53, .08);
}

.airport-feature-icon {
    color: #00a876;
    height: 24px;
    margin-top: 1px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 24px;
}

.airport-feature-icon path,
.airport-feature-icon rect {
    fill: none;
}

.airport-feature-strip strong,
.airport-feature-strip span {
    display: block;
}

.airport-feature-strip strong {
    color: rgba(7, 23, 53, .92);
    font-size: 13.5px;
    font-weight: 750;
    line-height: 1.25;
}

.airport-feature-strip span {
    color: rgba(15, 30, 53, .58);
    font-size: 12.5px;
    line-height: 1.45;
    margin-top: 5px;
}

@media (min-width: 1320px) {
    .airport-hub-page .airport-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 960px) and (max-width: 1319px) {
    .airport-hub-page .airport-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    .airport-section-head {
        align-items: stretch;
        flex-direction: column;
    }

    .airport-search-visual {
        flex: 0 1 auto;
        max-width: 420px;
    }

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

    .airport-hub-page .airport-card {
        max-width: none;
    }
}

@media (max-width: 639px) {
    .discovery-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .discovery-footer-brand {
        grid-column: 1 / -1;
    }

    .wrap,
    .section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero {
        padding: 42px 16px 38px;
    }

    .actions,
    .nav-links,
    .related,
    .internal-links {
        gap: 10px;
    }

    .stats {
        grid-template-columns: 1fr 1fr;
        margin-top: 24px;
    }

    .stat {
        padding: 15px;
    }

    .stat strong {
        font-size: 22px;
    }

    .card,
    .seo-card {
        padding: 22px;
    }

    .table-wrap {
        display: none;
    }

    .mobile-flight-list {
        display: grid;
        gap: 14px;
        margin-top: 20px;
    }

    .mobile-flight-card {
        border: 1px solid rgba(15, 30, 53, .08);
        border-radius: 18px;
        background: var(--cream);
        padding: 16px;
    }

    .mobile-card-top {
        align-items: center;
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }

    .mobile-flight-card dl {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        margin: 14px 0;
    }

    .mobile-flight-card dt {
        color: rgba(15, 30, 53, .5);
        font-size: 10px;
        font-weight: 650;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .mobile-flight-card dd {
        margin: 4px 0 0;
        font-weight: 600;
    }

    .row-cta {
        width: 100%;
    }

    body:has(.route-card) .airport-grid {
    grid-template-columns: 1fr;
}

.route-card {
    min-height: 158px;
}

.ticket-strip {
    width: 42px;
    background-size: 18px 122px;
}

.route-card::after {
    left: 29px;
}

.route-card-body {
    padding: 14px 12px;
}

.route-card-body::after {
    right: 16px;
    bottom: 16px;
    font-size: 28px;
}

.route-count {
    margin-bottom: 12px;
    font-size: 10px;
    padding: 5px 9px;
}

.route-path {
    grid-template-columns: minmax(0, 1fr) 68px minmax(0, 1fr);
    gap: 14px;
}

.route-airport strong {
    font-size: 23px;
}

.route-airport span,
.route-card p,
.route-card .card-cta {
    font-size: 11px;
}

.route-card p {
    margin: 13px 0 5px;
}

.route-connector span::after {
    font-size: 17px;
}

    body:not(:has(.nav-links)):has(.stats) .hero {
        padding: 38px 16px 34px;
    }

    body:not(:has(.nav-links)):has(.stats) .stats {
        margin-top: 22px;
    }

    body:not(:has(.nav-links)):has(.stats) .stat strong {
        font-size: 20px;
    }

    .airport-hero {
        min-height: auto;
    }

    .airport-nav-inner {
        padding: 16px;
        gap: 12px;
    }

    .airport-logo {
        font-size: 21px;
    }

    .airport-nav-links {
        display: none;
    }

    .airport-nav-actions {
        margin-left: auto;
        gap: 8px;
    }

    .airport-language {
        display: none;
    }

    .airport-nav-cta {
        font-size: 12px;
        padding: 10px 12px;
    }

    .airport-hero .hero-inner {
        padding: 50px 16px 96px;
    }

    .airport-hero h1 {
        font-size: clamp(38px, 12vw, 48px);
        line-height: 1.02;
    }

    .airport-hero .hero-copy {
        font-size: 16px;
    }

    /* .airport-hero .actions {
        flex-direction: column;
        max-width: 320px;
    } */

    .airport-hero .cta,
    .airport-hero .ghost-link {
        justify-content: center;
        max-width: 100%;
        /* width: 180px; */
        text-align: center;
    }

    .airport-benefits {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 28px;
    }

    .airport-hub-page main > .section:first-of-type {
        margin-top: 0;
    }

    .airport-hub-featured {
        border-radius: 20px;
        padding: 18px;
    }

    .airport-section-head {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .airport-search-visual {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
    }

    .airport-hub-page .airport-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 22px;
    }

.airport-hub-page .airport-card {
        max-width: none;
        min-height: 0;
        padding: 16px;
    }

    .airport-card-body {
        gap: 13px;
    }

    .airport-hub-page .airport-card p {
        margin-top: 6px;
    }

    .airport-card-footer {
        align-items: center;
        flex-direction: row;
    }

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

    .airport-feature-item + .airport-feature-item {
        border-left: 0;
        border-top: 1px solid rgba(15, 30, 53, .08);
    }
}

@media (max-width: 959px) {
    .airline-detail-card {
        grid-template-columns: 1fr;
    }

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

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

    .airline-section-head {
        align-items: stretch;
        flex-direction: column;
    }

    .airline-search {
        flex: 0 1 auto;
        max-width: 420px;
    }
}

@media (max-width: 639px) {
    .airline-snapshot-table {
        display: none;
    }

    .airline-snapshot-list {
        display: grid;
        gap: 12px;
        margin-top: 20px;
    }

    .airline-snapshot-card {
        background: #fff;
        border: 1px solid rgba(15, 30, 53, .08);
        border-radius: 14px;
        padding: 15px;
    }

    .airline-snapshot-card p {
        color: rgba(15, 30, 53, .64);
        font-size: 13px;
        margin: 10px 0;
    }

    .airline-snapshot-card dl {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 12px 0;
    }

    .airline-snapshot-card dt {
        color: rgba(15, 30, 53, .5);
        font-size: 10px;
        font-weight: 750;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .airline-snapshot-card dd {
        color: var(--deep-navy);
        font-size: 13px;
        margin: 4px 0 0;
    }

    .airline-disruption-grid {
        grid-template-columns: 1fr;
    }

    .airline-detail-hero {
        min-height: auto;
    }

    .airline-detail-hero .hero-inner {
        padding: 54px 16px 74px;
    }

    .airline-detail-hero h1 {
        font-size: clamp(39px, 12vw, 50px);
    }

    .airline-detail-hero .hero-copy {
        font-size: 16px;
    }

    .airline-detail-card {
        gap: 22px;
        padding: 20px;
    }

    .related-airlines-grid {
        grid-template-columns: 1fr;
    }

    .route-hub-hero,
    .eu261-guide-hero {
        min-height: auto;
    }

    .route-hub-hero .hero-inner {
        padding: 54px 16px 74px;
    }

    .route-hub-hero h1 {
        font-size: clamp(39px, 12vw, 50px);
    }

    .route-hub-hero .hero-copy {
        font-size: 16px;
    }

    .eu261-guide-hero > div {
        padding-bottom: 64px;
        padding-top: 54px;
    }

    .airline-hero {
        min-height: auto;
    }

    .airline-hero .hero-inner {
        padding: 54px 16px 74px;
    }

    .airline-hero h1 {
        font-size: clamp(39px, 12vw, 50px);
    }

    .airline-hero .hero-copy {
        font-size: 16px;
    }

    .airline-grid,
    .airline-info-grid {
        grid-template-columns: 1fr;
    }

    .airline-resources-section {
        padding-bottom: 42px;
        padding-top: 44px;
    }

    .airline-card {
        min-height: 190px;
        padding: 17px;
    }

    .airline-info-grid {
        gap: 26px;
        padding-bottom: 42px;
        padding-top: 42px;
    }

    .airline-info-grid article {
        padding-right: 0;
    }

    .airline-info-grid article + article {
        border-left: 0;
        border-top: 1px solid rgba(15, 30, 53, .11);
        padding-left: 0;
        padding-top: 26px;
    }

    .airline-links-section {
        padding-bottom: 48px;
        padding-top: 44px;
    }
}
