:root {
    --blue: #1a73e8;
    --blue-dark: #1557b0;
    --ink: #1a2230;
    --muted: #5b6573;
    --line: #e4e8ee;
    --bg: #f6f8fb;
    --card: #ffffff;
    --radius: 14px;
    --shadow: 0 1px 2px rgba(16,24,40,.04), 0 8px 24px rgba(16,24,40,.06);
    --max: 1080px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 92px; }
body {
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { line-height: 1.25; color: var(--ink); }
h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; letter-spacing: -.02em; }
h2 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; }
p { margin: 0 0 1rem; color: var(--muted); }

/* Header */
.site-header { background: var(--card); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; box-shadow: 0 1px 0 rgba(16,24,40,.02); }
.header-inner { display: flex; align-items: center; gap: 1rem; height: 74px; }
.logo { display: flex; align-items: center; gap: .7rem; color: var(--ink); }
.logo:hover { text-decoration: none; }
.logo-badge { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%); color: #fff; box-shadow: 0 4px 12px rgba(26,115,232,.35); flex-shrink: 0; }
.logo-text strong { display: block; font-size: 1.28rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.logo-accent { color: var(--blue); }
.logo-dot { color: var(--muted); font-weight: 700; }
.logo-text small { display: block; font-size: .74rem; color: var(--muted); font-weight: 500; margin-top: 1px; }
@media (max-width: 560px) { .logo-text small { display: none; } .logo-text strong { font-size: 1.12rem; } }
@media (max-width: 1180px) and (min-width: 761px) { .logo-text small { display: none; } .main-nav a { padding: .5rem .5rem; font-size: .88rem; } }
.main-nav { margin-left: auto; }
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; align-items: center; gap: .1rem; list-style: none; margin: 0; padding: 0; white-space: nowrap; }
.main-nav a { display: block; padding: .5rem .6rem; border-radius: 8px; color: var(--ink); font-weight: 500; font-size: .92rem; }
.main-nav a:hover { background: var(--bg); text-decoration: none; }
.main-nav a.active { color: var(--blue); }
.main-nav a.nav-cta { background: var(--blue); color: #fff; padding: .55rem .95rem; margin-left: .3rem; }
.main-nav a.nav-cta:hover { background: var(--blue-dark); }
.nav-currency { margin-left: .25rem; }
.nav-currency select { appearance: none; -webkit-appearance: none; background: var(--bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%235b6573' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right .45rem center; border: 1px solid var(--line); border-radius: 8px; padding: .4rem 1.3rem .4rem .55rem; font-size: .82rem; font-weight: 700; color: var(--ink); cursor: pointer; font-family: inherit; }
.nav-currency select:focus { outline: none; border-color: var(--blue); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; margin-left: auto; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; }

/* Main */
.site-main { padding: 2.5rem 0 3.5rem; }
.hero-section { text-align: center; max-width: 760px; margin: 0 auto 2.5rem; }
.hero-compact { margin-bottom: 1.5rem; }
.hero-lead { font-size: 1.15rem; color: var(--muted); margin: .75rem 0 1.5rem; }
.search-hint { font-size: .85rem; color: var(--muted); margin-top: 1rem; }

/* Flight-search CTA block (links to the white-label search; no embedded widget) */
.search-cta { margin: 0 auto; max-width: 920px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; text-align: left; }
.search-cta-main { display: flex; align-items: center; gap: 1rem; padding: 1.15rem 1.25rem; }
.search-cta-icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 11px; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 18px rgba(26,115,232,.22); }
.search-cta-copy { min-width: 0; }
.search-cta-copy strong { display: block; font-size: 1.02rem; color: var(--ink); font-weight: 800; letter-spacing: -.01em; }
.search-cta-copy span { display: block; margin-top: .15rem; font-size: .88rem; color: var(--muted); line-height: 1.45; }
.search-cta-btn { margin-left: auto; flex-shrink: 0; display: inline-flex; align-items: center; gap: .5rem; background: var(--blue); color: #fff !important; font-weight: 700; font-size: .95rem; border-radius: 10px; padding: .7rem 1.15rem; text-decoration: none !important; white-space: nowrap; box-shadow: 0 8px 18px rgba(26,115,232,.2); transition: background .15s ease; }
.search-cta-btn:hover { background: var(--blue-dark); }
.search-cta-foot { display: flex; flex-wrap: wrap; gap: .4rem 1.25rem; padding: .7rem 1.25rem; border-top: 1px solid var(--line); background: #fbfcfe; }
.search-cta-foot span { display: inline-flex; align-items: center; gap: .35rem; font-size: .8rem; font-weight: 600; color: #4b5563; }
.search-cta-foot svg { color: var(--blue); flex-shrink: 0; }
@media (max-width: 600px) {
    .search-cta-main { flex-wrap: wrap; }
    .search-cta-icon { width: 40px; height: 40px; }
    .search-cta-btn { margin-left: 0; width: 100%; justify-content: center; padding: .8rem 1rem; }
}

/* Bridge pre-fill card */
.bridge-card { background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%); color: #fff; border-radius: var(--radius); padding: 2rem 1.5rem; margin: 0 0 2rem; text-align: center; box-shadow: var(--shadow); }
.bridge-eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 700; opacity: .85; }
.bridge-route { color: #fff; margin: .4rem 0 .6rem; font-size: clamp(1.4rem, 3vw, 2rem); }
.bridge-meta { color: rgba(255,255,255,.9); display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; align-items: center; margin-bottom: 1.25rem; }
.bridge-iata { background: rgba(255,255,255,.18); border-radius: 6px; padding: .1rem .5rem; font-weight: 700; font-size: .85rem; }
.bridge-country, .bridge-airline { font-size: .85rem; }
.bridge-airline { width: 100%; opacity: .85; }
.bridge-note { color: rgba(255,255,255,.8); font-size: .82rem; margin: .9rem 0 0; }

/* Buttons */
.btn { display: inline-block; border: 0; border-radius: 10px; font-weight: 600; cursor: pointer; padding: .7rem 1.4rem; font-size: .98rem; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); text-decoration: none; }
.bridge-card .btn-primary { background: #fff; color: var(--blue-dark); }
.bridge-card .btn-primary:hover { background: #f0f4ff; }
.btn-lg { padding: .9rem 1.8rem; font-size: 1.05rem; }

/* Sections / cards */
.content-section { margin: 2.5rem 0; }
.content-section > h2 { margin-bottom: 1rem; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); }
.content-card p:last-child { margin-bottom: 0; }

.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.trust-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem; text-align: center; }
.trust-item strong { display: block; margin-bottom: .25rem; }
.trust-item span { font-size: .88rem; color: var(--muted); }
.trust-disclaimer { text-align: center; font-size: .82rem; margin-top: 1rem; }

/* Guide article */
.guide-article { max-width: 760px; margin-left: auto; margin-right: auto; }
.guide-article h2 { margin-top: 2rem; }
.guide-article p { color: #374151; }
.guide-cta-line { margin-top: 2rem; }

.hero-iata { color: var(--muted); font-weight: 600; }
.muted-note { font-size: .85rem; color: var(--muted); margin-top: .75rem; }

/* Destination / card grids */
.dest-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: .85rem; }
.dest-card { display: flex; flex-direction: column; gap: .2rem; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 1rem 1.1rem; box-shadow: var(--shadow); transition: transform .12s ease, border-color .12s ease; }
.dest-card:hover { text-decoration: none; transform: translateY(-2px); border-color: var(--blue); }
.dest-city { font-weight: 700; color: var(--ink); }
.dest-country { font-size: .82rem; color: var(--muted); }
.dest-card-rich .dc-top { display: flex; align-items: baseline; justify-content: space-between; gap: .5rem; }
.dc-iata { font-size: .7rem; font-weight: 800; color: #fff; background: var(--blue); border-radius: 5px; padding: .1rem .4rem; flex-shrink: 0; }
.dc-foot { display: flex; align-items: center; gap: .5rem; margin-top: .35rem; flex-wrap: wrap; }
.dc-fare { font-weight: 800; color: var(--blue-dark); font-size: .92rem; }
.dc-air { font-size: .74rem; color: var(--muted); background: var(--bg); border: 1px solid var(--line); border-radius: 999px; padding: .1rem .5rem; }

/* Route rows (Tenerife hubs) */
.route-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: .75rem; }
.route-card-row { display: flex; align-items: stretch; background: var(--card); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.route-card-main { flex: 1; display: flex; flex-direction: column; gap: .2rem; padding: .85rem 1rem; }
.route-card-main:hover { text-decoration: none; background: var(--bg); }
.route-line { font-weight: 600; color: var(--ink); }
.route-arrow { color: var(--blue); }
.route-sub { font-size: .8rem; color: var(--muted); }
.route-card-cta { display: flex; align-items: center; padding: 0 1.1rem; background: var(--blue); color: #fff; font-weight: 600; font-size: .9rem; white-space: nowrap; }
.route-card-cta:hover { background: var(--blue-dark); text-decoration: none; }

/* Airline badges + logos */
.airline-badges { display: flex; flex-wrap: wrap; gap: .5rem; }
.airline-badge { display: inline-flex; align-items: center; gap: .45rem; background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: .35rem .9rem .35rem .45rem; font-size: .88rem; font-weight: 500; color: var(--ink); }
.airline-badge:hover { border-color: var(--blue); color: var(--blue); text-decoration: none; }
.airline-badge img { width: 20px; height: 20px; border-radius: 4px; object-fit: contain; background: #fff; }
.airline-badge-plain { color: var(--muted); cursor: default; }
.airline-logo { width: 80px; height: 80px; object-fit: contain; border-radius: 12px; background: #fff; border: 1px solid var(--line); padding: 8px; margin: 0 auto .75rem; display: block; }

/* Airlines hub: filter tabs + card grid */
.airline-filter { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-bottom: 1.25rem; }
.af-tab { background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: .45rem .9rem; font-size: .9rem; font-weight: 600; color: var(--ink); cursor: pointer; }
.af-tab span { color: var(--muted); font-weight: 500; margin-left: .2rem; }
.af-tab:hover { border-color: var(--blue); }
.af-tab.is-active { background: var(--blue); color: #fff; border-color: var(--blue); }
.af-tab.is-active span { color: rgba(255,255,255,.8); }
.af-search { margin-left: auto; padding: .5rem .9rem; border: 1px solid var(--line); border-radius: 999px; font-size: .9rem; min-width: 180px; font-family: inherit; }
.af-search:focus { outline: none; border-color: var(--blue); }
.airline-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: .75rem; }
.airline-card { display: flex; align-items: center; gap: .7rem; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: .8rem .9rem; box-shadow: var(--shadow); }
.airline-card:hover { text-decoration: none; border-color: var(--blue); transform: translateY(-2px); transition: transform .12s ease; }
.airline-card-logo { width: 40px; height: 40px; object-fit: contain; border-radius: 8px; background: #fff; flex-shrink: 0; }
.airline-card-name { font-weight: 700; color: var(--ink); line-height: 1.15; }
.airline-card-meta { display: block; font-size: .75rem; color: var(--muted); }
.airline-card > div { display: flex; flex-direction: column; }

/* ============ PHASE 4 — PREMIUM UI SYSTEM ============ */
.ui-icon { display: block; }
h2 .ui-icon { display: inline-block; vertical-align: -4px; margin-right: .4rem; color: var(--blue); }
.section-soft { background: var(--bg); border-radius: var(--radius); padding: 1.25rem; }
.section-soft > h2:first-child { margin-top: .25rem; }

/* Icon stat cards */
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: .85rem; }
.stat-card { display: flex; align-items: flex-start; gap: .7rem; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.1rem; box-shadow: var(--shadow); }
.sc-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: #eef4fe; color: var(--blue); flex-shrink: 0; }
.sc-body { display: flex; flex-direction: column; min-width: 0; }
.sc-value { font-size: 1.3rem; font-weight: 800; color: var(--ink); letter-spacing: -.02em; line-height: 1.1; }
.sc-label { font-size: .82rem; font-weight: 600; color: var(--ink); margin-top: .15rem; }
.sc-hint { font-size: .74rem; color: var(--muted); margin-top: .1rem; }

/* Rich verdict badge */
.verdict-card { display: inline-flex; align-items: center; gap: .6rem; border-radius: 12px; padding: .6rem .9rem; border: 1px solid; }
.verdict-card .vc-dot { font-size: 1rem; line-height: 1; }
.vc-body { display: flex; flex-direction: column; }
.vc-label { font-weight: 800; font-size: .98rem; line-height: 1.15; }
.vc-sub { font-size: .8rem; opacity: .85; }
.verdict-card-lg { padding: .8rem 1.1rem; }
.verdict-card-lg .vc-label { font-size: 1.15rem; }
.verdict-card.v-excellent { background: #e6f7ec; border-color: #b6e7c6; color: #0a7a38; }
.verdict-card.v-good { background: #e8f0fe; border-color: #c7dbfb; color: #1557b0; }
.verdict-card.v-average { background: #fff6e3; border-color: #f6e0a8; color: #946200; }
.verdict-card.v-expensive { background: #fdecea; border-color: #f6c7c0; color: #b3261e; }

/* Section rhythm: alternating + highlight + insight */
.section-alt { background: var(--card); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-alt .container, .band > .container { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.band { margin: 2.5rem 0; }
.band-tint { background: linear-gradient(180deg, #f3f7fd 0%, #f8fafc 100%); }
.insight-box { background: #f0f6ff; border: 1px solid #d7e6fb; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; padding: 1.1rem 1.25rem; color: #1f3a5f; }
.insight-box strong { color: #143a6b; }
.insight-box .ui-icon { display: inline-block; vertical-align: -3px; margin-right: .35rem; color: var(--blue); }

/* Stat ribbon (trust / database) */
.stat-ribbon { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.stat-ribbon .sr-item { background: var(--card); padding: 1.2rem .8rem; text-align: center; }
.sr-num { display: block; font-size: 1.7rem; font-weight: 800; color: var(--blue-dark); letter-spacing: -.02em; }
.sr-lbl { display: block; font-size: .78rem; color: var(--muted); margin-top: .15rem; }

/* Trust signals row */
.trust-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.5rem; padding: 1rem 0; }
.trust-pill { display: inline-flex; align-items: center; gap: .4rem; font-size: .85rem; font-weight: 600; color: var(--muted); }
.trust-pill .ui-icon { color: #0a8a3f; }

/* Flight intelligence database band */
.db-band { background: linear-gradient(135deg, #11244a 0%, #1a3a6b 100%); border-radius: 18px; padding: 2rem 1.75rem; color: #fff; }
.db-band-head { text-align: center; margin-bottom: 1.25rem; }
.db-band-head h2 { color: #fff; margin: 0; }
.db-band-head h2 .ui-icon { color: #7fb0ff; }
.db-band-head p { color: #b9c8e4; margin: .3rem 0 0; font-size: .92rem; }
.db-band .stat-ribbon { background: rgba(255,255,255,.12); border: 0; }
.db-band .sr-item { background: rgba(255,255,255,.04); }
.db-band .sr-num { color: #fff; }
.db-band .sr-lbl { color: #b9c8e4; }
.db-band .trust-bar { margin-top: 1.25rem; padding-bottom: 0; }
.db-band .trust-pill { color: #cdd9ee; }
.db-band .trust-pill .ui-icon { color: #5ce0a0; }

/* Contextual widget intro */
.widget-context { text-align: center; margin: 0 auto 1rem; max-width: 640px; }
.widget-context h2 { margin: 0 0 .25rem; }
.widget-context p { color: var(--muted); margin: 0; font-size: .95rem; }

/* Icon benefits row (hub heroes) */
.benefit-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.25rem 2rem; margin-top: 1.25rem; }
.benefit { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--ink); font-size: .95rem; }
.benefit .ui-icon { color: var(--blue); }

@media (max-width: 560px) {
    .sc-value { font-size: 1.15rem; }
    .sr-num { font-size: 1.4rem; }
}

/* Airline facts grid */
.facts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: .75rem; margin-bottom: 1rem; }
.fact { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 1rem; text-align: center; box-shadow: var(--shadow); }
.fact-num { display: block; font-size: 1.6rem; font-weight: 800; color: var(--blue-dark); letter-spacing: -.02em; }
.fact-num-sm { font-size: 1.05rem; }
.fact-label { display: block; font-size: .78rem; color: var(--muted); margin-top: .2rem; }
.facts-note { color: var(--muted); font-size: .9rem; }
.airport-facts { font-size: .9rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: .85rem; margin-top: .25rem; }

/* Real-route facts (Airlabs) */
.route-fact { border: 1px solid var(--line); border-radius: 12px; padding: 1.1rem; margin-bottom: .85rem; background: var(--bg); }
.route-fact:last-of-type { margin-bottom: .5rem; }
.route-fact-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-bottom: .5rem; }
.route-fact-od { font-weight: 700; color: var(--ink); }
.route-chip { background: #e8f0fe; color: var(--blue-dark); border-radius: 999px; padding: .15rem .6rem; font-size: .78rem; font-weight: 600; }
.route-fact p { margin: 0 0 .6rem; color: #374151; }
.route-fact-cta { font-weight: 600; font-size: .9rem; }

/* Deals page: cards, table, chart */
.deal-card { display: flex; flex-direction: column; gap: .25rem; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 1.1rem; box-shadow: var(--shadow); }
.deal-card:hover { text-decoration: none; border-color: var(--blue); transform: translateY(-2px); transition: transform .12s ease; }
.deal-card-rel { position: relative; }
.trend-chip { position: absolute; top: .7rem; right: .8rem; font-size: .72rem; font-weight: 800; border-radius: 999px; padding: .12rem .45rem; }
.td-down { background: #e6f7ec; color: #0a7a38; }
.td-up { background: #fdecea; color: #b3261e; }
.td-flat { background: var(--bg); color: var(--muted); }
.ac-code { font-size: .72rem; font-weight: 800; color: var(--blue); }
.h2-count { font-size: .85rem; font-weight: 700; color: #fff; background: var(--blue); border-radius: 999px; padding: .1rem .55rem; vertical-align: middle; margin-left: .3rem; }
.deal-route { font-weight: 700; color: var(--ink); padding-right: 3.2rem; }
.deal-price { font-size: 1.6rem; font-weight: 800; color: var(--blue-dark); }
.deal-meta { font-size: .82rem; color: var(--muted); }
.fare-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: var(--card); }
.fare-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.fare-table th, .fare-table td { padding: .7rem .9rem; text-align: left; border-bottom: 1px solid var(--line); }
.fare-table thead th { font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); background: var(--bg); }
.fare-table tbody tr:last-child td { border-bottom: 0; }
.fare-table tbody tr:hover { background: var(--bg); }
.fare-iata { color: var(--muted); font-size: .78rem; }
.fare-dates { color: var(--muted); white-space: nowrap; }
.fare-price { font-weight: 800; color: var(--blue-dark); white-space: nowrap; }
.fare-cta { display: inline-block; background: var(--blue); color: #fff; border-radius: 8px; padding: .35rem .8rem; font-size: .82rem; font-weight: 600; }
.fare-cta:hover { background: var(--blue-dark); text-decoration: none; }
.ta-r { text-align: right; }
.chart-wrap { margin: .5rem 0; }
.price-chart { width: 100%; height: auto; display: block; }
.chart-interactive { position: relative; }
.chart-interactive .ch-hit { cursor: crosshair; }
.ch-tip { position: absolute; pointer-events: none; background: #11244a; color: #fff; border-radius: 8px; padding: .35rem .6rem; font-size: .8rem; line-height: 1.25; box-shadow: 0 4px 14px rgba(16,24,40,.25); white-space: nowrap; z-index: 5; }
.ch-tip strong { display: block; font-size: .95rem; }
.ch-tip span { color: #9fb4d6; font-size: .72rem; }

/* Local time & daylight */
.local-context-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.local-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; box-shadow: var(--shadow); }
.local-card h3 { margin: 0 0 .6rem; font-size: 1.1rem; }
.local-facts { list-style: none; margin: 0 0 .8rem; padding: 0; }
.local-facts li { display: flex; justify-content: space-between; padding: .3rem 0; border-bottom: 1px dashed var(--line); font-size: .92rem; }
.local-facts li:last-child { border-bottom: 0; }
.local-facts span { color: var(--muted); }
.local-facts strong { color: var(--ink); }
.local-links { display: flex; flex-direction: column; gap: .3rem; }
.local-links a { font-size: .88rem; font-weight: 600; }
.local-diff { margin: 1rem 0 0; padding: .7rem .9rem; background: #f0f6ff; border-left: 3px solid var(--blue); border-radius: 0 8px 8px 0; color: #1f3a5f; font-weight: 600; }

/* Airport hub cards */
.airport-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: .8rem; }
.airport-card { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 1rem 1.1rem; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: .25rem; }
.airport-card:hover { text-decoration: none; border-color: var(--blue); transform: translateY(-2px); transition: transform .12s ease; }
.airport-card-top { display: flex; justify-content: space-between; align-items: baseline; gap: .5rem; }
.airport-card-name { font-weight: 700; color: var(--ink); line-height: 1.2; }
.airport-card-iata { font-size: .75rem; font-weight: 700; color: #fff; background: var(--blue); border-radius: 5px; padding: .1rem .4rem; flex-shrink: 0; }
.airport-card-country { font-size: .82rem; color: var(--muted); }
.airport-card-meta { font-size: .78rem; color: var(--blue-dark); margin-top: .15rem; }
.airport-search { padding: .6rem 1rem; border: 1px solid var(--line); border-radius: 999px; font-size: .95rem; font-family: inherit; width: 100%; }
.airport-search:focus { outline: none; border-color: var(--blue); }

/* Autocomplete (global airport search) */
.ac-wrap { position: relative; }
.ac-list { position: absolute; left: 0; right: 0; top: calc(100% + 4px); background: var(--card); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 10px 30px rgba(16,24,40,.14); overflow: hidden; z-index: 30; text-align: left; }
.ac-item { display: flex; align-items: center; gap: .7rem; padding: .6rem .8rem; border-bottom: 1px solid var(--line); }
.ac-item:last-child { border-bottom: 0; }
.ac-item:hover { background: var(--bg); text-decoration: none; }
.ac-iata { font-size: .75rem; font-weight: 800; color: #fff; background: var(--blue); border-radius: 5px; padding: .2rem .4rem; flex-shrink: 0; }
.ac-text { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.ac-name { font-weight: 600; color: var(--ink); font-size: .9rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-loc { font-size: .76rem; color: var(--muted); }
.ac-badge { font-size: .68rem; font-weight: 700; color: var(--blue-dark); background: #e8f0fe; border-radius: 5px; padding: .15rem .4rem; flex-shrink: 0; }

/* Catchment bar viz */
.catchment-bars { display: flex; flex-direction: column; gap: .5rem; margin: .5rem 0; }
.catchment-row { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: .7rem; }
.catchment-km { font-size: .82rem; color: var(--muted); font-weight: 600; }
.catchment-track { background: var(--bg); border-radius: 999px; height: 14px; overflow: hidden; border: 1px solid var(--line); }
.catchment-fill { height: 100%; background: linear-gradient(90deg, var(--blue), var(--blue-dark)); border-radius: 999px; }
.catchment-val { font-size: .85rem; font-weight: 700; color: var(--blue-dark); white-space: nowrap; }

/* Nearby cities list */
.nearby-list { list-style: none; margin: .5rem 0 0; padding: 0; columns: 2; }
.nearby-list li { margin-bottom: .4rem; break-inside: avoid; }
@media (max-width: 560px) { .nearby-list { columns: 1; } }

/* Route intelligence page */
.route-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: stretch; margin: 1rem 0 2rem; }
.route-hero-main { display: flex; flex-direction: column; justify-content: center; }
.route-eyebrow { display: inline-flex; align-items: center; gap: .35rem; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--blue); margin-bottom: .4rem; }
.route-eyebrow .ui-icon { color: var(--blue); }
.route-hero-main h1 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
.route-dash { margin-top: -1rem; }
.sc-unit { font-size: .72em; color: var(--muted); font-weight: 700; margin-left: 1px; }
.verdict-card { margin: .25rem 0 1rem; }
.route-hero-sub { color: var(--muted); font-weight: 600; margin: .35rem 0 1rem; }
.route-live-fare { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; margin-bottom: 1rem; }
.route-live-label { color: var(--muted); font-size: .9rem; }
.route-live-price { font-size: 2rem; font-weight: 800; color: var(--blue-dark); letter-spacing: -.02em; }
.route-cta-row { display: flex; gap: .6rem; flex-wrap: wrap; }
.btn-ghost { background: #fff; border: 1px solid var(--line); color: var(--ink); border-radius: 10px; padding: .7rem 1.4rem; font-weight: 600; }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); text-decoration: none; }
.route-conclusion { margin: 1rem 0 0; padding: .7rem .9rem; background: #f0f6ff; border-left: 3px solid var(--blue); border-radius: 0 8px 8px 0; color: #1f3a5f; font-size: .92rem; }
.route-hero-map { min-height: 300px; }
.route-map { width: 100%; height: 100%; min-height: 300px; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); z-index: 0; }

/* Verdict badges */
.verdict-badge { display: inline-block; border-radius: 999px; padding: .3rem .8rem; font-size: .82rem; font-weight: 700; }
.v-excellent { background: #e3f6e9; color: #0a8a3f; }
.v-good { background: #e8f0fe; color: #1557b0; }
.v-average { background: #fff4e0; color: #9a6700; }
.v-expensive { background: #fde8e6; color: #b3261e; }

/* Window averages strip */
.window-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(90px,1fr)); gap: .6rem; margin-bottom: 1rem; }
.window-cell { text-align: center; background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: .6rem; }
.window-cell-now { background: #e8f0fe; border-color: #c7dbfb; }
.window-avg { display: block; font-weight: 800; color: var(--blue-dark); }
.window-lbl { display: block; font-size: .72rem; color: var(--muted); }
.big-stat { font-size: 1.5rem; color: var(--blue-dark); }

/* Trend headline + metrics */
.trend-headline { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.trend-headline-text { font-weight: 600; color: #1f3a5f; }
.trend-metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px,1fr)); gap: .6rem; margin: 1rem 0 .5rem; }
.trend-metric { text-align: center; padding: .5rem; }
.tm-val { display: block; font-size: 1.25rem; font-weight: 800; color: var(--ink); }
.tm-val.tm-low { color: #0a8a3f; }
.tm-val.tm-high { color: #b3261e; }
.tm-lbl { display: block; font-size: .74rem; color: var(--muted); }
.tm-lbl .ui-icon { display: inline-block; vertical-align: -2px; color: var(--blue); margin-right: .1rem; }

/* FAQ accordion */
.faq-list .faq-item { border-bottom: 1px solid var(--line); padding: .25rem 0; }
.faq-list .faq-item:last-child { border-bottom: 0; }
.faq-item summary { cursor: pointer; font-weight: 600; padding: .6rem 0; color: var(--ink); }
.faq-item summary:hover { color: var(--blue); }
.faq-item p { margin: 0 0 .8rem; color: var(--muted); }

@media (max-width: 760px) { .route-hero { grid-template-columns: 1fr; } .route-hero-map { min-height: 260px; } }

/* Prices + freshness */
.price-headline { font-size: 1.05rem; color: var(--ink); margin: .25rem 0 1.25rem; }
.price-headline strong { color: var(--blue-dark); }
.price-updated { color: var(--muted); font-size: .82rem; font-weight: 400; }
.route-price { display: inline-block; margin-left: .35rem; color: var(--blue-dark); font-weight: 700; }
.footer-fresh { font-size: .8rem; color: #8a94a2; margin: 0 0 .5rem; }

/* Info two-up + lists */
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; }
.info-grid h3 { margin: 0 0 .5rem; font-size: 1.05rem; }
.tick-list { list-style: none; margin: 0; padding: 0; }
.tick-list li { position: relative; padding-left: 1.4rem; margin-bottom: .4rem; color: var(--muted); }
.tick-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--blue); font-weight: 700; }

/* Hub link cards */
.hub-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.hub-link-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: .25rem; }
.hub-link-card:hover { text-decoration: none; border-color: var(--blue); }
.hub-link-card strong { color: var(--ink); }
.hub-link-card span { font-size: .85rem; color: var(--muted); }
.hub-links { margin-top: 1rem; font-weight: 600; }
.info-disclosure { font-size: .85rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 1.25rem; }

/* Breadcrumb */
.breadcrumb ul { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; padding: 0; margin: 0 0 1rem; font-size: .85rem; }
.breadcrumb li { color: var(--muted); }
.breadcrumb .separator { color: var(--muted); }

/* Footer — multi-column links, centered disclosure/copyright below */
.site-footer { background: var(--ink); color: #c2cad6; padding: 2.75rem 0 1.75rem; }
.footer-cols { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; margin-bottom: 2rem; }
.footer-col { display: flex; flex-direction: column; gap: .45rem; }
.footer-col h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 .35rem; }
.footer-col a { color: #b3bcc9; font-size: .9rem; }
.footer-col a:hover { color: #fff; }
.footer-disclosure { border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.5rem; color: #9aa4b2; font-size: .82rem; max-width: 880px; margin: 0 auto 1.25rem; text-align: center; }
.footer-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.5rem; padding: 1.25rem 0; margin-top: .5rem; border-top: 1px solid rgba(255,255,255,.1); }
.footer-trust .trust-pill { color: #aeb8c6; }
.footer-trust .trust-pill .ui-icon { color: #5ce0a0; }
.footer-fresh { font-size: .8rem; color: #8a94a2; margin: 0 0 .5rem; text-align: center; }
.footer-bottom { font-size: .82rem; color: #8a94a2; margin: 0; text-align: center; }
@media (max-width: 760px) {
    .footer-cols { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 1rem; }
}

@media (max-width: 760px) {
    .nav-toggle { display: flex; }
    .main-nav { position: absolute; left: 0; right: 0; top: 64px; background: var(--card); border-bottom: 1px solid var(--line); display: none; }
    .main-nav.open { display: block; }
    .main-nav ul { flex-direction: column; align-items: stretch; padding: .5rem; }
    .main-nav a.nav-cta { text-align: center; }
    .trust-grid { grid-template-columns: 1fr; }
}
