/* =========================================================================
   E3 Aviation Association — Homepage
   Design tokens, base styles, and section styles
   ========================================================================= */

:root {
  /* Brand colors — locked per Master Brief */
  --navy: #0A2540;
  --navy-deep: #061a30;
  --navy-2: #102f4e;
  --e3-blue: #0070B9;
  --e3-blue-bright: #0073E6;
  --gold: #FDB913;
  --gold-warm: #f0a500;
  --footer-dark: #191A1C;
  --red: #E80404;
  --body: #272727;
  --body-soft: #4a5560;
  --hairline: rgba(10, 37, 64, 0.10);
  --hairline-dark: rgba(255, 255, 255, 0.12);
  --bg: #ffffff;
  --bg-warm: #f7f5f1;
  --bg-cool: #f1f4f8;

  /* Type scale */
  --h1: clamp(40px, 5.6vw, 64px);
  --h2: clamp(30px, 3.6vw, 44px);
  --h3: clamp(22px, 2.2vw, 28px);
  --eyebrow-size: 12px;
  --body-size: 17px;

  /* Spacing rhythm */
  --section-y: clamp(72px, 9vw, 128px);
  --gutter: clamp(20px, 3vw, 40px);
  --container: 1240px;
  --container-narrow: 720px;

  /* Density (tunable via Tweaks) */
  --density: 1;
}

[data-density="dense"] {
  --section-y: clamp(56px, 6vw, 88px);
  --body-size: 16px;
}
[data-density="spacious"] {
  --section-y: clamp(96px, 12vw, 168px);
  --body-size: 18px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--body-size);
  line-height: 1.65;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; }

h1, h2, h3, h4 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-wrap: balance;
  margin: 0;
}

h1 { font-size: var(--h1); letter-spacing: -0.025em; }
h2 { font-size: var(--h2); letter-spacing: -0.02em; }
h3 { font-size: var(--h3); letter-spacing: -0.01em; }

p { margin: 0 0 1em; text-wrap: pretty; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Lato", sans-serif;
  font-size: var(--eyebrow-size);
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.9;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 var(--gutter); }

/* =========================================================================
   Buttons
   ========================================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 28px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.3px;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn-gold {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 6px 18px rgba(253, 185, 19, 0.25), inset 0 -2px 0 rgba(0,0,0,0.08);
}
.btn-gold:hover { background: #ffc733; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(253, 185, 19, 0.35); }
.btn-ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.3);
}
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,0.06); }
.btn-ghost-dark {
  background: transparent;
  color: var(--navy);
  border-color: rgba(10,37,64,0.25);
}
.btn-ghost-dark:hover { border-color: var(--navy); background: rgba(10,37,64,0.04); }
.btn-lg { padding: 22px 36px; font-size: 16px; }
.btn-block { width: 100%; }
.btn .play {
  width: 28px; height: 28px; border-radius: 999px;
  border: 1.5px solid currentColor;
  display: grid; place-items: center;
}
.btn .play svg { width: 10px; height: 10px; fill: currentColor; margin-left: 1px; }

/* =========================================================================
   Sticky Navigation
   ========================================================================= */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(10, 37, 64, 0);
  transition: background .25s ease, backdrop-filter .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(10, 37, 64, 0.92);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom-color: rgba(255,255,255,0.08);
}
.nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex;
  align-items: center;
  gap: 36px;
  color: #fff;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.brand-mark {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  background: var(--gold);
  color: var(--navy);
  border-radius: 6px;
  font-size: 19px;
  letter-spacing: -0.5px;
  font-weight: 900;
  position: relative;
  overflow: hidden;
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 6px;
  background: linear-gradient(90deg, var(--navy) 33%, var(--e3-blue) 33% 66%, var(--gold-warm) 66%);
}
.brand-name {
  display: flex; flex-direction: column; line-height: 1;
}
.brand-name strong { font-size: 16px; letter-spacing: 0.5px; }
.brand-name span { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-top: 4px; }

.nav-links {
  display: flex; gap: 28px; align-items: center;
  margin-left: auto;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.85); transition: color .15s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: var(--gold);
  color: var(--navy) !important;
  padding: 12px 22px;
  border-radius: 4px;
  font-weight: 900;
  letter-spacing: 0.5px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(253,185,19,0.3);
  transition: transform .15s, background .2s;
}
.nav-cta:hover { background: #ffc733; transform: translateY(-1px); color: var(--navy) !important; }

@media (max-width: 960px) {
  .nav-links a:not(.nav-cta) { display: none; }
}

/* =========================================================================
   HERO
   ========================================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 140px 0 80px;
  color: #fff;
  background: var(--navy);
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(ellipse 80% 60% at 70% 30%, rgba(0, 115, 230, 0.25), transparent 60%),
    linear-gradient(180deg, #0a2540 0%, #061a30 100%);
}
.hero-image {
  position: absolute; inset: 0; z-index: -1;
  background-size: cover;
  background-position: center;
  background-image:
    linear-gradient(90deg, rgba(6, 26, 48, 0.96) 0%, rgba(6, 26, 48, 0.78) 40%, rgba(6, 26, 48, 0.45) 100%),
    /* SVG mountain horizon */
    var(--hero-art);
  opacity: 0.9;
}
/* Atmospheric runway/horizon SVG defined inline via custom prop */

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
}

.hero-headline {
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
}
.hero-headline .accent { color: var(--gold); display: block; }
.hero-sub {
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
  max-width: 580px;
  margin-bottom: 36px;
}
.hero-ctas {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.proof-bar {
  display: flex;
  gap: clamp(20px, 3vw, 40px);
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.14);
  font-size: 13px;
  color: rgba(255,255,255,0.78);
  font-weight: 600;
  letter-spacing: 0.3px;
}
.proof-bar span { display: inline-flex; align-items: center; gap: 8px; }
.proof-bar .check {
  width: 18px; height: 18px;
  display: grid; place-items: center;
  background: rgba(253,185,19,0.18);
  border-radius: 999px;
  color: var(--gold);
}
.proof-bar .check svg { width: 10px; height: 10px; }

/* Hero — right column visual stack */
.hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  max-width: 520px;
  margin-left: auto;
}
.hero-visual .slot-main {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.08);
}
.hero-visual .slot-inset {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 42%;
  aspect-ratio: 4/3;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5), 0 0 0 6px var(--navy);
}
.hero-visual .tag {
  position: absolute;
  top: 20px;
  right: -20px;
  background: var(--gold);
  color: var(--navy);
  padding: 10px 18px;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  transform: rotate(2deg);
}

.hero-corner {
  position: absolute;
  bottom: 24px;
  right: var(--gutter);
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  display: flex; align-items: center; gap: 10px;
}
.hero-corner::before {
  content: ""; width: 30px; height: 1px; background: currentColor;
}

@media (max-width: 980px) {
  .hero-visual { max-width: 100%; aspect-ratio: 16/11; margin-top: 30px; }
}

/* =========================================================================
   PROBLEM SECTION
   ========================================================================= */
.problem {
  padding: var(--section-y) 0;
  background: #fff;
  text-align: center;
}
.problem .container-narrow > * { text-align: left; }
.problem h2 {
  font-size: clamp(30px, 3.4vw, 42px);
  margin-bottom: 28px;
  text-wrap: balance;
}
.problem p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--body-soft);
}
.problem .lead { color: var(--body); font-size: 19px; }
.problem .closer {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: var(--navy);
  font-size: 19px;
  border-left: 3px solid var(--gold);
  padding-left: 24px;
  margin-top: 36px;
}

/* =========================================================================
   GUIDE / 3 PILLARS
   ========================================================================= */
.guide {
  background: var(--navy);
  color: #fff;
  padding: var(--section-y) 0;
  position: relative;
  overflow: hidden;
}
.guide::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 20% 20%, rgba(0,115,230,0.18), transparent 60%);
  pointer-events: none;
}
.guide .container { position: relative; }
.guide-intro {
  max-width: 760px;
  margin-bottom: 64px;
}
.guide-intro h2 { font-size: clamp(32px, 4vw, 48px); margin-bottom: 24px; }
.guide-intro p { color: rgba(255,255,255,0.78); font-size: 18px; line-height: 1.65; }
.guide-intro p strong { color: #fff; font-weight: 700; }

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 860px) { .pillars { grid-template-columns: 1fr; } }
.pillar {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, background .25s ease;
}
.pillar:hover { background: rgba(255,255,255,0.07); transform: translateY(-3px); }
.pillar-num {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: var(--gold);
  letter-spacing: 3px;
}
.pillar h3 {
  margin: 12px 0 14px;
  font-size: 30px;
  color: #fff;
}
.pillar p {
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.pillar-icon {
  width: 56px; height: 56px;
  margin-bottom: 18px;
  display: grid; place-items: center;
  background: rgba(253,185,19,0.12);
  color: var(--gold);
  border-radius: 6px;
}
.pillar-icon svg { width: 28px; height: 28px; }

/* =========================================================================
   SKYSHARE
   ========================================================================= */
.skyshare {
  padding: var(--section-y) 0;
  background: var(--bg-warm);
  position: relative;
  overflow: hidden;
}
.skyshare-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
@media (max-width: 960px) { .skyshare-grid { grid-template-columns: 1fr; } }
.skyshare h2 {
  font-size: clamp(32px, 3.8vw, 48px);
  margin-bottom: 24px;
  color: var(--navy);
}
.skyshare-copy p {
  font-size: 17px;
  color: var(--body-soft);
  line-height: 1.7;
}
.skyshare-copy .lead {
  font-size: 19px;
  color: var(--body);
  font-weight: 600;
  margin-bottom: 22px;
}
.skyshare-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 4px;
  transition: gap .2s;
}
.skyshare-cta:hover { gap: 14px; }
.skyshare-cta::after { content: "→"; }

/* SKYSHARE phone mock */
.phone-stage {
  position: relative;
  padding: 40px;
  display: grid;
  place-items: center;
}
.phone-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 50%, rgba(0,115,230,0.10), transparent 70%);
  pointer-events: none;
}
.phone {
  width: 280px;
  aspect-ratio: 9/19;
  background: #0a2540;
  border-radius: 38px;
  padding: 10px;
  box-shadow:
    0 40px 80px rgba(10,37,64,0.25),
    0 20px 40px rgba(10,37,64,0.15),
    inset 0 0 0 2px rgba(255,255,255,0.06);
  position: relative;
}
.phone::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 28px;
  background: #000;
  border-radius: 999px;
  z-index: 2;
}
.phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: #1a3a5c;
  position: relative;
}

/* Stats card floating beside phone */
.phone-card {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  padding: 18px 22px;
  box-shadow: 0 20px 40px rgba(10,37,64,0.18);
  font-family: "Lato", sans-serif;
  z-index: 3;
}
.phone-card.top {
  top: 60px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.phone-card.bottom {
  bottom: 60px;
  left: 0;
}
.phone-card .num {
  font-size: 28px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
}
.phone-card .label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--body-soft);
  margin-top: 6px;
}
.phone-card.bottom { padding: 14px 18px; }
.phone-card.bottom .row {
  display: flex; align-items: center; gap: 10px;
}
.phone-card.bottom .pin {
  width: 32px; height: 32px;
  background: var(--gold);
  border-radius: 999px;
  display: grid; place-items: center;
  color: var(--navy);
}
.phone-card.bottom .pin svg { width: 14px; height: 14px; }
.phone-card.bottom .title { font-size: 13px; font-weight: 900; color: var(--navy); }
.phone-card.bottom .meta { font-size: 11px; color: var(--body-soft); margin-top: 2px; }

@media (max-width: 600px) {
  .phone-card.top { right: 0; }
  .phone-card.bottom { left: -10px; }
}

/* =========================================================================
   SKYHUB
   ========================================================================= */
.skyhub {
  padding: var(--section-y) 0;
  background: #fff;
  position: relative;
}
.skyhub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
@media (max-width: 960px) { .skyhub-grid { grid-template-columns: 1fr; } .skyhub-visual { order: -1; } }
.skyhub h2 { color: var(--navy); font-size: clamp(32px, 3.8vw, 46px); margin-bottom: 24px; }
.skyhub p { font-size: 17px; color: var(--body-soft); line-height: 1.7; }
.skyhub .lead { font-size: 19px; color: var(--body); font-weight: 600; margin-bottom: 22px; }
.skyhub .punchline { font-style: italic; color: var(--navy); font-weight: 600; }

/* mentor connection graphic */
.mentor-graphic {
  position: relative;
  aspect-ratio: 5/4;
  background: var(--bg-cool);
  border-radius: 8px;
  overflow: hidden;
  padding: 30px;
  display: grid;
  place-items: center;
}
.mentor-card {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 16px 36px rgba(10,37,64,0.12);
  font-family: "Lato", sans-serif;
}
.mentor-card .ava {
  width: 40px; height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--e3-blue), var(--navy));
  flex-shrink: 0;
}
.mentor-card .name { font-weight: 900; font-size: 13px; color: var(--navy); }
.mentor-card .role { font-size: 11px; color: var(--body-soft); letter-spacing: 0.5px; }
.mentor-card .badge {
  background: var(--gold);
  color: var(--navy);
  font-size: 9px;
  font-weight: 900;
  padding: 2px 6px;
  border-radius: 3px;
  letter-spacing: 1px;
  margin-left: 6px;
  vertical-align: middle;
}

.m-1 { top: 12%; left: 8%; }
.m-2 { top: 6%; right: 6%; }
.m-3 { bottom: 16%; left: 4%; }
.m-4 { bottom: 8%; right: 8%; }
.m-center {
  position: relative;
  background: var(--navy);
  color: #fff;
  border-radius: 12px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  box-shadow: 0 30px 60px rgba(10,37,64,0.25);
}
.m-center .ava { background: linear-gradient(135deg, var(--gold), #c97f00); }
.m-center .name { color: #fff; font-size: 15px; }
.m-center .role { color: rgba(255,255,255,0.7); }
.mentor-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* =========================================================================
   AMBASSADORS
   ========================================================================= */
.ambassadors {
  background: var(--navy-deep);
  color: #fff;
  padding: var(--section-y) 0;
  position: relative;
  overflow: hidden;
}
.ambassadors::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 80% 20%, rgba(253,185,19,0.10), transparent 70%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(0,115,230,0.10), transparent 70%);
  pointer-events: none;
}
.ambassadors .container { position: relative; }
.ambassadors-head {
  max-width: 760px;
  margin-bottom: 56px;
}
.ambassadors h2 { font-size: clamp(32px, 4vw, 48px); margin-bottom: 22px; }
.ambassadors-head p { color: rgba(255,255,255,0.78); font-size: 18px; }

.ambassador-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1100px) { .ambassador-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .ambassador-grid { grid-template-columns: repeat(2, 1fr); } }

.ambassador {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 6px;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease;
}
.ambassador:hover { transform: translateY(-4px); border-color: rgba(253,185,19,0.4); }
.ambassador-photo {
  aspect-ratio: 4/5;
  background: linear-gradient(180deg, rgba(0,115,230,0.15), rgba(10,37,64,0.5));
  position: relative;
  overflow: hidden;
}
.ambassador-photo image-slot { width: 100%; height: 100%; }
.ambassador-body {
  padding: 20px 18px;
}
.ambassador-name {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 17px;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.ambassador-callsign {
  color: var(--gold);
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}
.ambassador-cred {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255,255,255,0.66);
  line-height: 1.5;
  letter-spacing: 0.2px;
}

/* =========================================================================
   VALUE STACK
   ========================================================================= */
.value-stack {
  background: var(--bg-warm);
  padding: var(--section-y) 0;
}
.value-stack-head {
  max-width: 720px;
  margin: 0 auto 60px;
  text-align: center;
}
.value-stack h2 {
  font-size: clamp(30px, 3.6vw, 44px);
  color: var(--navy);
  margin-bottom: 18px;
}
.value-stack-head p { color: var(--body-soft); font-size: 18px; }

.value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--hairline);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--hairline);
}
@media (max-width: 760px) { .value-grid { grid-template-columns: 1fr; } }
.value-item {
  background: #fff;
  padding: 36px 32px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  align-items: start;
}
.value-icon {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  background: var(--navy);
  color: var(--gold);
  border-radius: 6px;
}
.value-icon svg { width: 26px; height: 26px; }
.value-item h3 {
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.value-item p {
  margin: 0;
  color: var(--body-soft);
  font-size: 15px;
  line-height: 1.6;
}
.value-item.premium { background: linear-gradient(135deg, #fff 0%, #fff8e6 100%); position: relative; }
.value-item.premium::after {
  content: "Premium & VIP";
  position: absolute;
  top: 16px; right: 16px;
  background: var(--gold);
  color: var(--navy);
  font-family: "Lato", sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.5px;
  padding: 4px 8px;
  border-radius: 3px;
  text-transform: uppercase;
}

/* =========================================================================
   TESTIMONIALS
   ========================================================================= */
.testimonials {
  background: #fff;
  padding: var(--section-y) 0;
}
.testimonials h2 {
  text-align: center;
  font-size: clamp(30px, 3.6vw, 42px);
  color: var(--navy);
  margin-bottom: 56px;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
}
@media (max-width: 960px) { .testimonial-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .testimonial-grid { grid-template-columns: 1fr; } }

.testimonial {
  background: var(--bg-cool);
  border-radius: 8px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid var(--hairline);
}
.testimonial.feature {
  grid-row: span 2;
  background: var(--navy);
  color: #fff;
  border-color: transparent;
}
.testimonial.feature .quote-mark { color: var(--gold); }
.testimonial.feature p { color: rgba(255,255,255,0.88); }
.testimonial.feature .author { color: #fff; }
.testimonial.feature .meta { color: rgba(255,255,255,0.6); }

.quote-mark {
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 0.5;
  color: var(--gold);
  margin-bottom: 12px;
  font-weight: 700;
}
.testimonial p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--body);
  flex: 1;
  margin: 0 0 24px;
}
.testimonial.feature p { font-size: 18px; line-height: 1.6; flex: 0 0 auto; }
.testimonial.has-photo p { flex: 0 0 auto; }
.feature-photo {
  flex: 1 1 auto;
  width: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: 50% 28%;
  border-radius: 8px;
  margin: 4px 0 24px;
}
.t-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid var(--hairline);
}
.testimonial.feature .t-author { border-top-color: rgba(255,255,255,0.15); }
.t-avatar {
  width: 44px; height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--e3-blue), var(--navy));
  flex-shrink: 0;
  overflow: hidden;
}
.testimonial.feature .t-avatar { background: linear-gradient(135deg, var(--gold), #c97f00); }
.author { font-family: "Lato", sans-serif; font-weight: 900; font-size: 14px; color: var(--navy); }
.meta { font-size: 12px; color: var(--body-soft); letter-spacing: 0.3px; margin-top: 2px; }

/* =========================================================================
   PARTNER LOGOS
   ========================================================================= */
.partners {
  background: #fff;
  padding: clamp(64px, 8vw, 100px) 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  text-align: center;
}
.partners h2 {
  font-size: clamp(24px, 2.6vw, 32px);
  color: var(--navy);
  margin-bottom: 14px;
}
.partners-sub {
  color: var(--body-soft);
  max-width: 660px;
  margin: 0 auto 48px;
  font-size: 16px;
}

/* Partner logos — full color, scrolling marquee */
.partner-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.partner-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: max-content;
  align-items: center;
  animation: partnerScroll 50s linear infinite;
}
.partner-track:hover { animation-play-state: paused; }
@keyframes partnerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.partner-marquee .partner-logo {
  flex: 0 0 auto;
  width: 220px;
  min-height: 110px;
  padding: 20px 32px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: var(--navy);
  font-size: 22px;
  letter-spacing: -0.01em;
  opacity: 1;
}
.partner-marquee .partner-logo img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  filter: none;
  transition: transform .2s;
}
.partner-marquee .partner-logo:hover img { transform: scale(1.05); }
.partner-marquee .partner-logo.text small {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--body-soft);
  margin-top: 2px;
}

/* =========================================================================
   PRICING
   ========================================================================= */
.pricing {
  background: var(--bg-warm);
  padding: var(--section-y) 0;
}
.pricing-head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.pricing h2 {
  font-size: clamp(32px, 4vw, 48px);
  color: var(--navy);
  margin-bottom: 18px;
}
.pricing-head p { color: var(--body-soft); font-size: 18px; }
.pricing-roi {
  margin-top: 24px;
  display: inline-block;
  padding: 12px 22px;
  background: rgba(253,185,19,0.15);
  border: 1px solid rgba(253,185,19,0.4);
  border-radius: 999px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--navy);
  letter-spacing: 0.3px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 40px;
}
@media (max-width: 960px) { .price-grid { grid-template-columns: 1fr; gap: 20px; } }

.price-card {
  background: #fff;
  border-radius: 8px;
  padding: 36px 30px 32px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--hairline);
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.price-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(10,37,64,0.08); }
.price-card .tier {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--body-soft);
  margin-bottom: 10px;
}
.price-card .price {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 56px;
  color: var(--navy);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 4px;
}
.price-card .price span { font-size: 18px; color: var(--body-soft); font-weight: 700; }
.price-card .price-note {
  font-size: 13px;
  color: var(--body-soft);
  margin-bottom: 28px;
  font-weight: 600;
}
.price-card p.desc {
  font-size: 15px;
  color: var(--body-soft);
  line-height: 1.6;
  margin-bottom: 24px;
}
.price-card ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  flex: 1;
}
.price-card ul li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  padding: 8px 0;
  font-size: 14.5px;
  color: var(--body);
  line-height: 1.5;
  border-bottom: 1px dashed var(--hairline);
}
.price-card ul li:last-child { border-bottom: 0; }
.price-card ul li svg { margin-top: 4px; color: var(--e3-blue); }

.price-card.premium {
  background: linear-gradient(180deg, #0a2540 0%, #102f4e 100%);
  color: #fff;
  border: 2px solid var(--gold);
  transform: scale(1.04);
  box-shadow: 0 30px 60px rgba(10,37,64,0.25);
  z-index: 2;
}
@media (max-width: 960px) { .price-card.premium { transform: none; } }
.price-card.premium:hover { transform: scale(1.04) translateY(-3px); }
.price-card.premium .tier { color: var(--gold); }
.price-card.premium .price { color: #fff; }
.price-card.premium .price span { color: rgba(255,255,255,0.7); }
.price-card.premium .price-note { color: rgba(255,255,255,0.7); }
.price-card.premium p.desc { color: rgba(255,255,255,0.85); }
.price-card.premium ul li { color: rgba(255,255,255,0.92); border-bottom-color: rgba(255,255,255,0.12); }
.price-card.premium ul li svg { color: var(--gold); }

.price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--navy);
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 3px;
  white-space: nowrap;
  display: flex; align-items: center; gap: 6px;
}

.valor-strip {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 8px;
  padding: 0;
  display: grid;
  grid-template-columns: 280px 1fr auto;
  gap: 0;
  align-items: stretch;
  margin-top: 24px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(10,37,64,0.06);
  position: relative;
}
@media (max-width: 880px) { .valor-strip { grid-template-columns: 1fr; text-align: center; } }
.valor-banner {
  background: linear-gradient(135deg, var(--navy) 0%, #143a64 100%);
  color: var(--gold);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 880px) { .valor-banner { align-items: center; padding: 28px 24px; } }
.valor-stripes {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(135deg, transparent 0 14px, rgba(253,185,19,0.06) 14px 16px);
  pointer-events: none;
}
.valor-shield {
  width: 64px;
  height: 64px;
  color: var(--gold);
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 12px rgba(253,185,19,0.25));
}
.valor-shield svg { width: 100%; height: 100%; }
.valor-eyebrow {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: var(--gold);
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(253,185,19,0.35);
  padding-top: 12px;
  width: 100%;
  text-align: inherit;
}
.valor-body {
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.valor-body h3 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: var(--navy);
  margin: 0;
  letter-spacing: -0.01em;
}
.valor-body p {
  font-size: 14.5px;
  color: var(--body-soft);
  margin: 0;
  line-height: 1.55;
}
.valor-body p strong { color: var(--navy); font-weight: 900; }
.valor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 4px 0 2px;
  justify-content: flex-start;
}
@media (max-width: 880px) { .valor-tags { justify-content: center; } }
.valor-tag {
  display: inline-flex;
  align-items: center;
  background: rgba(10,37,64,0.06);
  color: var(--navy);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
}
.valor-note {
  font-size: 12px !important;
  color: var(--body-soft) !important;
  font-style: italic;
  margin-top: 4px !important;
  letter-spacing: 0.2px;
}
.valor-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--navy);
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 32px;
  white-space: nowrap;
  transition: background .2s;
  border-left: 1px solid rgba(10,37,64,0.1);
}
.valor-cta:hover { background: #ffc733; }
@media (max-width: 880px) {
  .valor-cta { padding: 18px 24px; justify-content: center; border-left: 0; border-top: 1px solid rgba(10,37,64,0.1); }
}

.pricing-reassurance {
  text-align: center;
  margin-top: 36px;
  font-size: 14px;
  color: var(--body-soft);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.pricing-reassurance .lock { color: var(--navy); }

.annual-toggle {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 38px;
}
.annual-pill {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  padding: 6px;
  display: flex;
  gap: 4px;
}
.annual-pill button {
  border: 0;
  background: transparent;
  padding: 10px 22px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: var(--body-soft);
  border-radius: 999px;
  cursor: pointer;
  transition: all .2s;
}
.annual-pill button.active {
  background: var(--navy);
  color: #fff;
}
.annual-pill .save {
  background: var(--gold);
  color: var(--navy);
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 6px;
  letter-spacing: 1px;
}

/* =========================================================================
   GUARANTEE
   ========================================================================= */
.guarantee {
  background: var(--navy);
  color: #fff;
  padding: var(--section-y) 0;
  position: relative;
  overflow: hidden;
}
.guarantee::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(253,185,19,0.10), transparent 70%);
  pointer-events: none;
}

/* Certificate frame — double-line gold border with corner ornaments */
.cert-frame {
  position: relative;
  margin: 0 var(--gutter);
  padding: clamp(50px, 7vw, 90px) clamp(40px, 5vw, 70px);
  background: linear-gradient(180deg, rgba(10,37,64,0.4), rgba(10,37,64,0.2));
  border: 2px solid var(--gold);
  border-radius: 4px;
  z-index: 1;
}
.cert-frame::before {
  /* Inner thin gold border */
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(253,185,19,0.55);
  border-radius: 2px;
  pointer-events: none;
}
.cert-frame::after {
  /* Subtle dashed mid-band */
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(253,185,19,0.20);
  border-radius: 2px;
  pointer-events: none;
}

/* Corner ornaments — SVG flourishes anchored to all 4 corners */
.cert-corner {
  position: absolute;
  width: 60px;
  height: 60px;
  color: var(--gold);
  pointer-events: none;
  z-index: 2;
}
.cert-corner.tl { top: -2px; left: -2px; }
.cert-corner.tr { top: -2px; right: -2px; transform: scaleX(-1); }
.cert-corner.bl { bottom: -2px; left: -2px; transform: scaleY(-1); }
.cert-corner.br { bottom: -2px; right: -2px; transform: scale(-1, -1); }
.cert-corner svg { width: 100%; height: 100%; }

/* Top + bottom decorative ribbon labels */
.cert-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--navy);
  padding: 0 22px;
  color: var(--gold);
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cert-label::before, .cert-label::after {
  content: "";
  width: 8px; height: 8px;
  background: var(--gold);
  transform: rotate(45deg);
  display: inline-block;
}
.cert-label.top { top: -8px; }
.cert-label.bottom { bottom: -8px; }

.guarantee .container {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 760px) {
  .guarantee .container { grid-template-columns: 1fr; text-align: center; }
  .cert-seal { margin: 0 auto; }
  .cert-frame { padding: 40px 24px; margin: 0 12px; }
  .cert-corner { width: 40px; height: 40px; }
}

/* Certificate-style seal */
.cert-seal {
  width: 260px;
  height: 260px;
  flex-shrink: 0;
  position: relative;
  filter: drop-shadow(0 20px 40px rgba(253,185,19,0.25)) drop-shadow(0 6px 14px rgba(0,0,0,0.35));
}
.cert-svg { width: 100%; height: 100%; display: block; }
.cert-burst { transform-origin: center; animation: certBurstSpin 36s linear infinite; }
.cert-text-spin { transform-origin: center; animation: certTextSpin 22s linear infinite reverse; }
@keyframes certBurstSpin { to { transform: rotate(360deg); } }
@keyframes certTextSpin  { to { transform: rotate(360deg); } }

@media (max-width: 760px) { .cert-seal { width: 220px; height: 220px; } }

.guarantee h2 {
  font-size: clamp(30px, 3.6vw, 44px);
  margin-bottom: 22px;
}
.guarantee p {
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  line-height: 1.7;
  max-width: 720px;
}

/* =========================================================================
   MAJOR SPONSORS — top-tier partner showcase
   ========================================================================= */
.major-sponsors {
  background: linear-gradient(180deg, #fff 0%, #f4f1e8 100%);
  padding: clamp(64px, 8vw, 100px) 0;
  position: relative;
  border-top: 1px solid var(--hairline);
}
.ms-head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 56px;
}
.ms-head h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  color: var(--navy);
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  line-height: 1.08;
}
.ms-head h2 em {
  font-style: italic;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: var(--gold-warm);
}
.ms-head p {
  color: var(--body-soft);
  font-size: 16px;
  line-height: 1.7;
}

.ms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .ms-grid { grid-template-columns: 1fr; }
}

.ms-card {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 6px;
  padding: 48px 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-decoration: none;
  color: var(--navy);
  position: relative;
  min-height: 220px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ms-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(253,185,19,0) 0%, rgba(253,185,19,0.06) 100%);
  opacity: 0;
  transition: opacity .25s ease;
}
.ms-card:hover {
  transform: translateY(-4px);
  border-color: rgba(253,185,19,0.55);
  box-shadow: 0 20px 50px rgba(10,37,64,0.10);
}
.ms-card:hover::before { opacity: 1; }
.ms-card img {
  max-width: 80%;
  max-height: 80px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: transform .25s ease;
}
.ms-card:hover img { transform: scale(1.04); }
.ms-card .ms-fallback {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: 1px;
  color: var(--navy);
  position: relative;
  z-index: 1;
}
.ms-card .ms-visit {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold-warm);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 3px;
  position: relative;
  z-index: 1;
  transition: gap .2s ease;
}
.ms-card:hover .ms-visit {
  color: var(--navy);
}

/* =========================================================================
   OTHER E3 BRANDS — enriched SkyPath feature
   ========================================================================= */
.other-brands {
  background: #f4f1e8;
  padding: clamp(72px, 9vw, 120px) 0;
  border-top: 1px solid var(--hairline);
}
.ob-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.ob-head h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  color: var(--navy);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  line-height: 1.08;
}
.ob-head p {
  color: var(--body-soft);
  font-size: 16px;
  line-height: 1.65;
}

.ob-feature {
  background: linear-gradient(135deg, var(--navy) 0%, #143a64 100%);
  color: #fff;
  border-radius: 12px;
  padding: 0;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(10,37,64,0.20);
}
.ob-feature::before {
  content: "";
  position: absolute;
  top: -120px; right: -120px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(253,185,19,0.15), transparent 70%);
  pointer-events: none;
}
@media (max-width: 880px) {
  .ob-feature { grid-template-columns: 1fr; }
}

.ob-feature-copy {
  padding: clamp(36px, 5vw, 56px);
  position: relative;
  z-index: 1;
}

.ob-feature-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}
.ob-feature-mark {
  width: 72px;
  height: 72px;
  background: rgba(253,185,19,0.15);
  border: 2px solid rgba(253,185,19,0.55);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--gold);
  flex-shrink: 0;
}
.ob-feature-mark svg { width: 36px; height: 36px; }
.ob-feature-tag {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 10.5px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.ob-feature h3 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 3.6vw, 42px);
  letter-spacing: -0.025em;
  margin: 0;
  color: #fff;
  line-height: 1;
}

.ob-feature-lede {
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.45;
  color: rgba(255,255,255,0.95);
  font-weight: 600;
  margin: 4px 0 16px;
  text-wrap: balance;
}
.ob-feature-lede em {
  font-style: italic;
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.ob-feature p {
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 24px;
}

.ob-feature-audiences {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 28px;
}
@media (max-width: 540px) {
  .ob-feature-audiences { grid-template-columns: 1fr; }
}
.ob-aud {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ob-aud-ico {
  width: 32px; height: 32px;
  color: var(--gold);
  margin-bottom: 4px;
}
.ob-aud-ico svg { width: 100%; height: 100%; }
.ob-aud strong {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.4px;
  color: #fff;
  text-transform: uppercase;
}
.ob-aud span {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  line-height: 1.4;
}

.ob-feature-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.ob-feature-note {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  font-style: italic;
  letter-spacing: 0.2px;
  max-width: 280px;
}

.ob-feature-visual {
  position: relative;
  background: #f4f1e8;
  display: block;
  padding: 0;
  min-height: 380px;
  overflow: hidden;
}
.ob-feature-slot {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
.ob-feature-slot image-slot {
  width: 100%;
  height: 100%;
  --is-bg: rgba(255,255,255,0.04);
  --is-border: rgba(255,255,255,0.12);
  --is-color: rgba(255,255,255,0.55);
}
.ob-feature-img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.ob-feature-badge { display: none !important; }

.ob-feature-badge {
  position: absolute;
  bottom: clamp(18px, 3vw, 32px);
  left: clamp(18px, 3vw, 32px);
  right: clamp(18px, 3vw, 32px);
  background: rgba(10,37,64,0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(253,185,19,0.3);
  border-radius: 8px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 2;
}
.ob-feature-badge svg { width: 28px; height: 28px; color: var(--gold); flex-shrink: 0; }
.ob-feature-badge strong { display: block; font-family: "Lato", sans-serif; font-weight: 900; font-size: 13px; color: #fff; letter-spacing: 0.3px; }
.ob-feature-badge span { display: block; font-size: 12px; color: rgba(255,255,255,0.7); line-height: 1.4; }

/* CTA button reused */
.ob-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--navy) !important;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  transition: transform .15s ease, background .2s ease;
  box-shadow: 0 6px 18px rgba(253,185,19,0.25);
}
.ob-card-cta:hover {
  background: #ffc733;
  transform: translateY(-1px);
}

/* =========================================================================
   FINAL CTA
   ========================================================================= */
.final-cta {
  background: var(--navy-deep);
  color: #fff;
  padding: clamp(80px, 12vw, 160px) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 60% at 50% 100%, rgba(0,115,230,0.20), transparent 70%),
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(253,185,19,0.08), transparent 70%);
  pointer-events: none;
}
.final-cta .container { position: relative; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 {
  font-size: clamp(36px, 5.5vw, 72px);
  margin-bottom: 28px;
  letter-spacing: -0.035em;
  line-height: 1;
}
.final-cta p {
  color: rgba(255,255,255,0.78);
  font-size: 19px;
  max-width: 640px;
  margin: 0 auto 44px;
  line-height: 1.6;
}
.final-cta .btn { padding: 24px 40px; font-size: 17px; }
.final-cta .fineprint {
  margin-top: 26px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.5px;
}

/* =========================================================================
   FOOTER
   ========================================================================= */
.footer {
  background: var(--footer-dark);
  color: rgba(255,255,255,0.7);
  padding: 80px 0 32px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.footer h4 {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 22px;
}
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: 12px; }
.footer a { color: rgba(255,255,255,0.7); text-decoration: none; }
.footer a:hover { color: #fff; }
.footer .brand-name span { color: var(--gold); }
.footer-tagline { margin: 16px 0 0; color: rgba(255,255,255,0.55); font-size: 14px; line-height: 1.6; max-width: 320px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}
.footer-legal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-legal a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-weight: 600;
  transition: color .15s;
}
.footer-legal a:hover { color: var(--gold); }
.footer-legal .sep { color: rgba(255,255,255,0.25); }

/* =========================================================================
   Reveal-on-scroll
   ========================================================================= */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* =========================================================================
   Color intensity tweak
   ========================================================================= */
[data-intensity="bold"] {
  --gold: #ffc428;
  --navy: #061a30;
}
[data-intensity="light"] {
  --gold: #f0a500;
  --navy: #143a64;
}

/* =========================================================================
   Section order experiments — adjusted via JS reorder, not CSS
   ========================================================================= */

/* image-slot styling */
image-slot {
  --is-bg: rgba(255,255,255,0.04);
  --is-border: rgba(255,255,255,0.12);
}
.skyhub-visual image-slot, .skyshare-copy image-slot {
  --is-bg: rgba(10,37,64,0.04);
  --is-border: rgba(10,37,64,0.10);
}
