/*
Theme Name: Air Logistics Africa — Investor Edition V3
Theme URI: https://airlogistics.africa/
Author: Air Logistics Africa
Description: Investor-focused Air Logistics Africa theme with regional expansion routes, illustrative flight economics and a streamlined presentation-only structure.
Version: 5.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: air-logistics-africa-investor-v3
*/

:root {
  --navy: #06182a;
  --navy-2: #0a2942;
  --navy-3: #0e3854;
  --teal: #20c7c5;
  --teal-bright: #72ece5;
  --mint: #d8fbf7;
  --ink: #10273a;
  --muted: #5c7180;
  --paper: #f7fbfc;
  --white: #ffffff;
  --line: #dce8ed;
  --shadow: 0 22px 70px rgba(6, 24, 42, .12);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: var(--container); margin: 0 auto; }
.section { padding: 110px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-140%);
  background: var(--white); padding: 10px 16px; border-radius: 8px; transition: .2s;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(5, 22, 39, .78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 11px; align-items: center; color: var(--white); }
.brand img { filter: drop-shadow(0 8px 22px rgba(32, 199, 197, .24)); }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-size: 15px; letter-spacing: .025em; }
.brand small { color: var(--teal-bright); font-weight: 800; font-size: 14px; letter-spacing: .22em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 31px; }
.main-nav a { color: #dceaf1; font-size: 14px; font-weight: 650; transition: color .2s; }
.main-nav a:hover { color: var(--teal-bright); }
.main-nav .nav-cta {
  padding: 11px 18px; border: 1px solid rgba(114, 236, 229, .48);
  border-radius: 999px; color: var(--white); background: rgba(32, 199, 197, .08);
}
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; background: var(--white); margin: 5px 0; }

.hero {
  min-height: 850px; padding-top: 116px; position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(26, 202, 198, .23), transparent 29%),
    radial-gradient(circle at 7% 90%, rgba(47, 133, 172, .28), transparent 28%),
    linear-gradient(135deg, #06182a 0%, #071d32 46%, #0b2d47 100%);
  color: var(--white);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.hero-layout {
  position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr;
  gap: 55px; align-items: center; min-height: 700px;
}
.hero-copy { padding: 70px 0; }
.eyebrow {
  margin: 0 0 20px; color: var(--teal-bright); font-size: 12px; font-weight: 850;
  text-transform: uppercase; letter-spacing: .23em;
}
.eyebrow.dark { color: #159d9d; }
.hero h1 {
  margin: 0; font-size: clamp(56px, 7vw, 93px); line-height: .94; letter-spacing: -.055em;
  max-width: 720px;
}
.hero h1 span { color: var(--teal-bright); }
.hero-intro { max-width: 610px; margin: 30px 0 0; font-size: 20px; color: #c9dbe5; line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px;
  padding: 0 24px; border-radius: 999px; font-weight: 800; font-size: 14px;
  border: 0; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: var(--navy); box-shadow: 0 16px 38px rgba(32, 199, 197, .25); }
.button-primary:hover { background: var(--teal-bright); }
.button-ghost { color: var(--white); border: 1px solid rgba(255, 255, 255, .25); background: rgba(255,255,255,.03); }
.trust-row { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 36px; color: #a9c2cf; font-size: 13px; }
.trust-row span { display: flex; align-items: center; gap: 9px; }
.trust-row span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(32,199,197,.10); }

.hero-visual { position: relative; }
.glow { position: absolute; inset: 18% 11%; background: rgba(35, 223, 216, .17); filter: blur(55px); border-radius: 50%; }
.route-card {
  position: relative; border-radius: 28px; padding: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.16); box-shadow: 0 35px 90px rgba(0,0,0,.30);
  backdrop-filter: blur(20px); transform: perspective(1000px) rotateY(-3deg) rotateX(1deg);
}
.route-card-top { display: flex; align-items: center; gap: 10px; color: #bdd2dc; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.route-card-top strong { margin-left: auto; color: var(--teal-bright); letter-spacing: .2em; }
.status-dot { width: 8px; height: 8px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 6px rgba(32, 199, 197, .13); }
.plane-art { margin-top: 5px; }
.route-line { fill: none; stroke: rgba(114,236,229,.38); stroke-width: 2; stroke-dasharray: 8 10; }
.route-node { fill: var(--teal); filter: drop-shadow(0 0 7px rgba(114,236,229,.9)); }
.route-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; border-top: 1px solid rgba(255,255,255,.11); padding-top: 17px; }
.route-stats div { display: flex; flex-direction: column; }
.route-stats span { font-size: 10px; text-transform: uppercase; letter-spacing: .11em; color: #8eabb9; }
.route-stats strong { font-size: 19px; color: var(--white); }
.hero-bottom { position: absolute; bottom: -1px; left: 0; right: 0; height: 80px; background: var(--white); clip-path: polygon(0 100%, 100% 100%, 100% 35%, 70% 100%, 0 72%); }

.intro-strip { padding: 42px 0 36px; border-bottom: 1px solid var(--line); }
.strip-grid { display: grid; grid-template-columns: 1fr 2fr; align-items: center; gap: 30px; }
.strip-grid > p { margin: 0; font-weight: 800; color: var(--ink); }
.strip-items { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.strip-items span { padding: 7px 12px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; }

.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .network-copy h2, .fleet-copy h2, .about-layout h2, .contact-copy h2 {
  margin: 0; font-size: clamp(39px, 5vw, 63px); line-height: 1.05; letter-spacing: -.045em; color: var(--ink);
}
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.card-grid { display: grid; }
.services-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card {
  min-height: 285px; padding: 30px; border: 1px solid var(--line); border-radius: 20px;
  background: var(--white); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { background: var(--navy); color: var(--white); border-color: var(--navy); }
.card-number { font-size: 12px; font-weight: 850; letter-spacing: .15em; color: #159d9d; }
.service-card.featured .card-number { color: var(--teal-bright); }
.service-card h3 { margin: auto 0 10px; font-size: 24px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); }
.service-card.featured p { color: #bcd0dc; }
.service-card a { margin-top: 20px; color: var(--teal-bright); font-weight: 800; font-size: 13px; }
.service-card a span { margin-left: 6px; }

.network-section { background: var(--navy); color: var(--white); overflow: hidden; }
.network-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.network-copy h2 { color: var(--white); }
.network-copy > p:not(.eyebrow) { color: #b5cbd7; font-size: 18px; max-width: 570px; }
.route-list { margin-top: 38px; display: grid; gap: 12px; }
.route-item { display: flex; align-items: center; gap: 17px; padding: 17px; border: 1px solid rgba(255,255,255,.10); border-radius: 15px; background: rgba(255,255,255,.035); }
.route-code { width: 58px; height: 42px; border-radius: 10px; background: rgba(32,199,197,.13); display: grid; place-items: center; color: var(--teal-bright); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.route-item div { display: flex; flex-direction: column; }
.route-item strong { font-size: 17px; }
.route-item small { color: #8faab8; }
.network-map { position: relative; min-height: 660px; display: grid; place-items: center; }
.network-map::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(32,199,197,.13), transparent 66%); }
.network-map svg { position: relative; width: min(100%, 620px); }
.nigeria-shape { stroke: rgba(114,236,229,.14); stroke-width: 2; }
.map-route { fill: none; stroke: var(--teal-bright); stroke-width: 3; stroke-dasharray: 10 11; filter: url(#mapGlow); }
.map-route.second { opacity: .45; }
.map-point { fill: var(--teal-bright); }
.pulse { fill: none; stroke: var(--teal-bright); stroke-width: 2; opacity: .5; transform-origin: center; animation: pulse 2.8s infinite; }
.pulse.delay { animation-delay: .8s; }
.pulse.delay2 { animation-delay: 1.5s; }
.map-label rect { fill: rgba(6,24,42,.92); stroke: rgba(114,236,229,.28); }
.map-label text { fill: #d9ffff; font-size: 13px; font-family: Arial, sans-serif; font-weight: 800; letter-spacing: .08em; }
@keyframes pulse { 0% { opacity: .65; transform: scale(.5); } 100% { opacity: 0; transform: scale(1.55); } }

.fleet-section { background: var(--paper); }
.fleet-panel { border-radius: 30px; background: var(--white); display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; box-shadow: var(--shadow); }
.fleet-copy { padding: 62px; }
.fleet-copy > p:not(.eyebrow):not(.technical-note) { color: var(--muted); font-size: 17px; }
.feature-list { margin: 32px 0; display: grid; gap: 18px; }
.feature-list > div { display: grid; grid-template-columns: 32px 1fr; gap: 13px; }
.feature-list > div > span { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); color: #109797; font-weight: 900; }
.feature-list p { margin: 0; display: flex; flex-direction: column; }
.feature-list small { color: var(--muted); margin-top: 2px; }
.technical-note { color: #788b97; font-size: 11px; line-height: 1.55; border-top: 1px solid var(--line); padding-top: 18px; }
.fleet-graphic {
  position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden;
  background: radial-gradient(circle at 50% 45%, #17546f, #09283e 56%, #06182a);
}
.fleet-ring { position: absolute; width: 480px; height: 480px; border-radius: 50%; border: 1px solid rgba(114,236,229,.16); box-shadow: 0 0 0 55px rgba(114,236,229,.025), 0 0 0 115px rgba(114,236,229,.018); }
.fleet-graphic svg { position: relative; width: 105%; transform: translateX(-4%); filter: drop-shadow(0 30px 25px rgba(0,0,0,.4)); }
.fleet-tag { position: absolute; right: 28px; bottom: 28px; padding: 17px 19px; min-width: 150px; border-radius: 16px; background: rgba(5,22,39,.75); border: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(12px); color: var(--white); display: flex; flex-direction: column; }
.fleet-tag span, .fleet-tag small { color: #9ab3c0; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.fleet-tag strong { font-size: 28px; color: var(--teal-bright); }

.industries-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industries-grid article { min-height: 245px; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.industries-grid span { color: #159d9d; font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.industries-grid h3 { margin: 65px 0 8px; font-size: 22px; letter-spacing: -.025em; }
.industries-grid p { color: var(--muted); margin: 0; }

.about-section { background: linear-gradient(135deg, #0a2b44, #06182a); color: var(--white); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.about-layout h2 { color: var(--white); }
.about-copy p { color: #b9cfda; }
.about-copy .large { font-size: 22px; color: var(--white); margin-top: 0; }
.values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.values span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-size: 12px; font-weight: 750; color: var(--teal-bright); }

.contact-section { background: var(--paper); }
.contact-panel { display: grid; grid-template-columns: .78fr 1.22fr; background: var(--navy); color: var(--white); border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); }
.contact-copy { padding: 65px; background: radial-gradient(circle at 20% 10%, rgba(32,199,197,.15), transparent 38%); }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { color: #bad0dc; font-size: 17px; }
.contact-details { margin-top: 40px; display: flex; flex-direction: column; gap: 9px; }
.contact-details a { color: var(--teal-bright); font-weight: 800; }
.contact-details span { color: #90a9b7; }
.quote-form { padding: 50px; background: var(--white); color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.quote-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 15px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: #455c6b; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 14px 14px;
  color: var(--ink); background: #fbfdfe; outline: none; text-transform: none; letter-spacing: 0;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(32,199,197,.10); }
.quote-form textarea { resize: vertical; }
.form-message { margin: 12px 0 0; color: #167d7c; font-size: 13px; font-weight: 700; }

.site-footer { background: #04111e; color: #9cb1bd; padding: 50px 0 28px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-top > p { text-align: center; color: var(--white); font-weight: 750; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; font-size: 13px; }
.footer-bottom { display: grid; grid-template-columns: .5fr 1.5fr; gap: 30px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; line-height: 1.55; }
.footer-bottom span:last-child { text-align: right; }

@media (max-width: 1040px) {
  .main-nav { gap: 20px; }
  .hero-layout { grid-template-columns: 1fr; padding: 30px 0 120px; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { max-width: 760px; margin: 0 auto; }
  .services-grid, .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .network-layout { grid-template-columns: 1fr; }
  .network-copy { padding-top: 10px; }
  .network-map { min-height: 560px; }
  .fleet-panel, .contact-panel { grid-template-columns: 1fr; }
  .about-layout { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 780px) {
  :root { --container: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute; left: 14px; right: 14px; top: 72px; display: none; flex-direction: column;
    align-items: stretch; gap: 0; padding: 12px; background: #071b2f; border: 1px solid rgba(255,255,255,.11);
    border-radius: 16px; box-shadow: 0 20px 45px rgba(0,0,0,.28);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 11px; }
  .main-nav .nav-cta { text-align: center; margin-top: 5px; }
  .hero { min-height: auto; }
  .hero-layout { min-height: auto; gap: 24px; }
  .hero-copy { padding-top: 65px; }
  .hero h1 { font-size: clamp(52px, 16vw, 76px); }
  .hero-intro { font-size: 17px; }
  .route-card { transform: none; padding: 14px; }
  .route-card-top { font-size: 9px; }
  .route-stats strong { font-size: 15px; }
  .strip-grid, .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .strip-items { justify-content: flex-start; }
  .services-grid, .industries-grid { grid-template-columns: 1fr; }
  .network-map { min-height: 430px; }
  .fleet-copy, .contact-copy, .quote-form { padding: 34px 24px; }
  .fleet-graphic { min-height: 410px; }
  .fleet-ring { width: 320px; height: 320px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; text-align: left; }
  .footer-top > p { text-align: left; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom span:last-child { text-align: left; }
}

@media (max-width: 450px) {
  .brand strong { font-size: 13px; }
  .brand small { font-size: 12px; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 13px; flex-direction: column; }
  .route-stats { grid-template-columns: 1fr; }
  .route-stats div { flex-direction: row; justify-content: space-between; }
  .service-card { min-height: 250px; }
}


/* Investor Edition refinements */
body.admin-bar .site-header { top: 32px; }
.status-strip { border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(2,13,24,.72); }
.status-strip-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #9db7c5; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.status-strip-inner span { display: inline-flex; align-items: center; gap: 9px; }
.status-strip-inner i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(32,199,197,.12); }
.status-strip-inner a { color: var(--teal-bright); font-weight: 800; }
.site-header + main .hero { padding-top: 116px; }

.metrics-section { position: relative; z-index: 4; background: var(--white); border-bottom: 1px solid var(--line); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric-grid > div { padding: 38px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.metric-grid > div:first-child { border-left: 1px solid var(--line); }
.metric-grid strong { font-size: 34px; letter-spacing: -.04em; color: var(--ink); }
.metric-grid span { font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; color: #177f82; }
.metric-grid small { margin-top: 5px; color: var(--muted); line-height: 1.4; }

.investment-section { background: linear-gradient(180deg, #ffffff, #f7fbfc); }
.investment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.investment-card { min-height: 330px; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 18px 55px rgba(6,24,42,.06); }
.investment-card > span { color: #159d9d; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.investment-icon { width: 54px; height: 54px; margin: 52px 0 22px; border-radius: 16px; display: grid; place-items: center; background: var(--navy); color: var(--teal-bright); font-size: 25px; box-shadow: 0 15px 34px rgba(6,24,42,.16); }
.investment-card h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -.025em; }
.investment-card p { margin: 0; color: var(--muted); }

.model-section { background: var(--paper); }
.model-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.model-copy { position: sticky; top: 160px; }
.model-copy h2 { margin: 0; font-size: clamp(39px, 5vw, 63px); line-height: 1.05; letter-spacing: -.045em; }
.model-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; gap: 8px; margin-top: 20px; font-weight: 850; color: #118d8f; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.process-card { min-height: 245px; padding: 30px; border-radius: 20px; border: 1px solid var(--line); background: var(--white); }
.process-card span { color: #159d9d; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.process-card h3 { margin: 70px 0 9px; font-size: 25px; }
.process-card p { margin: 0; color: var(--muted); }

.roadmap-section { background: #f7fbfc; }
.roadmap-track { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.roadmap-step { position: relative; min-height: 300px; padding: 36px 28px 28px 0; border-right: 1px solid var(--line); }
.roadmap-step + .roadmap-step { padding-left: 28px; }
.roadmap-step::before { content: ''; position: absolute; top: -7px; left: 0; width: 13px; height: 13px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 7px #dff9f7; }
.roadmap-step + .roadmap-step::before { left: 28px; }
.roadmap-step span { color: #159d9d; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.roadmap-step strong { display: block; margin-top: 92px; font-size: 23px; color: var(--ink); }
.roadmap-step p { color: var(--muted); }

.contact-assurance { display: grid; gap: 12px; margin-top: 40px; color: #a9c5d1; font-size: 13px; }
.contact-assurance span { display: flex; gap: 10px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-privacy { margin: 14px 0 0; color: #70838e; font-size: 11px; }
.form-message.success { color: #127b65; }
.form-message.error { color: #b33b3b; }

.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; padding-bottom: 42px; }
.footer-identity p { max-width: 370px; color: #91a9b6; }
.footer-column { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.footer-column strong { color: var(--white); margin-bottom: 8px; }
.footer-column a:hover { color: var(--teal-bright); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 1040px) {
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .investment-grid { grid-template-columns: 1fr; }
  .model-layout { grid-template-columns: 1fr; }
  .model-copy { position: static; }
  .roadmap-track { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (max-width: 720px) {
  .status-strip-inner { min-height: 42px; }
  .status-strip-inner a { display: none; }
  .site-header + main .hero { padding-top: 120px; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-grid > div { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .process-grid, .roadmap-track, .footer-main { grid-template-columns: 1fr; }
  .roadmap-step, .roadmap-step + .roadmap-step { padding-left: 0; border-right: 0; }
  .roadmap-step + .roadmap-step::before { left: 0; }
}


/* Regional expansion and flight economics */
.regional-section {
  background:
    radial-gradient(circle at 88% 20%, rgba(32, 199, 197, .12), transparent 30%),
    linear-gradient(180deg, #f7fbfc 0%, #eef7f9 100%);
}
.regional-intro {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 44px;
}
.regional-intro h2 { margin-bottom: 0; }
.regional-intro-copy {
  color: var(--muted);
  font-size: 18px;
  max-width: 620px;
}
.regional-intro-copy strong { color: var(--ink); }
.expansion-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.expansion-card {
  position: relative;
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 46px rgba(6,24,42,.07);
  overflow: hidden;
}
.expansion-card::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  right: -70px;
  bottom: -82px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32,199,197,.16), transparent 68%);
}
.expansion-card.priority { border-color: rgba(32,199,197,.55); }
.expansion-card .route-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf9f8;
  color: #087b7d;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.expansion-card .route-status::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(32,199,197,.11);
}
.expansion-route {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 26px 0 10px;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -.03em;
}
.expansion-route span { color: var(--teal); }
.expansion-distance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.expansion-distance strong { color: var(--ink); font-size: 20px; }
.expansion-card p { margin: 0; color: var(--muted); font-size: 15px; }
.expansion-card small {
  display: block;
  margin-top: 17px;
  color: #718591;
  font-size: 12px;
  line-height: 1.55;
}
.route-logic {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--white);
}
.route-logic div { padding: 22px 24px; }
.route-logic div + div { border-left: 1px solid var(--line); }
.route-logic strong { display: block; margin-bottom: 4px; font-size: 14px; }
.route-logic span { color: var(--muted); font-size: 13px; }

.economics-section {
  color: var(--white);
  background:
    radial-gradient(circle at 90% 4%, rgba(32,199,197,.22), transparent 26%),
    linear-gradient(145deg, #06182a 0%, #092b44 100%);
}
.economics-section .eyebrow { color: var(--teal-bright); }
.economics-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}
.economics-heading h2 { color: var(--white); margin-bottom: 0; }
.economics-heading p { color: #bdd0db; font-size: 18px; margin: 0; }
.economics-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}
.economics-summary div {
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 15px;
  background: rgba(255,255,255,.055);
}
.economics-summary span {
  display: block;
  color: #95afbd;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.economics-summary strong { display: block; margin-top: 5px; font-size: 18px; }
.economics-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(3,17,30,.44);
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
}
.economics-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}
.economics-table th,
.economics-table td {
  padding: 20px 18px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  text-align: left;
}
.economics-table th {
  color: #8faab8;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .11em;
  background: rgba(255,255,255,.035);
}
.economics-table tbody tr:last-child td { border-bottom: 0; }
.economics-table td { color: #dcebf1; font-size: 14px; }
.economics-table .route-cell strong { display: block; color: var(--white); font-size: 16px; }
.economics-table .route-cell small { color: #90a9b6; }
.economics-table .profit { color: var(--teal-bright); font-weight: 850; font-size: 17px; }
.economics-table .cost { color: #ffc987; font-weight: 750; }
.economics-table .break-even { color: #cddde5; font-weight: 750; }
.economics-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(114,236,229,.26);
  border-radius: 18px;
  background: rgba(32,199,197,.08);
}
.economics-callout strong { font-size: 20px; }
.economics-callout span { color: #b9ced8; font-size: 14px; max-width: 620px; }
.methodology-note {
  margin: 18px 0 0;
  color: #8fa8b5;
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 1050px) {
  .expansion-grid { grid-template-columns: repeat(2, 1fr); }
  .economics-summary { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .regional-intro,
  .economics-heading { grid-template-columns: 1fr; gap: 18px; }
  .expansion-grid { grid-template-columns: 1fr; }
  .route-logic { grid-template-columns: 1fr; }
  .route-logic div + div { border-left: 0; border-top: 1px solid var(--line); }
  .economics-summary { grid-template-columns: 1fr 1fr; }
  .economics-callout { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 460px) {
  .economics-summary { grid-template-columns: 1fr; }
}
