/* ============================================================
   AVIATOOLS.AI — Components & Sections  v3.0
   ============================================================ */

/* ══════════════════════════════════════════════════
   HERO BAND — white canvas, 7/5 grid
   ══════════════════════════════════════════════════ */
.hero-band {
  padding: var(--sp-sec) 0;
  background: var(--canvas);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-eyebrow-row {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 24px;
}
.hero-eyebrow-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--surface-card);
  border: 1px solid var(--hairline);
  border-radius: var(--r-pill);
  padding: 5px 14px;
  font-size: 13px; font-weight: 500; color: var(--muted);
}
.hero-eyebrow-pill span.dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--badge-green);
  flex-shrink: 0;
}
.hero-h1 {
  font-family: var(--display);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -2px;
  color: var(--ink);
  margin-bottom: 20px;
}
.hero-h1 em { font-style: normal; color: var(--gold); }
.hero-sub {
  font-size: 17px; font-weight: 400;
  color: var(--muted); line-height: 1.7;
  max-width: 520px;
  margin-bottom: 32px;
}
.hero-ctas {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-bottom: 48px;
  align-items: center;
}
.hero-trust {
  display: flex; align-items: center; gap: 12px;
  flex-wrap: wrap;
}
.hero-trust-label {
  font-size: 12px; font-weight: 500; color: var(--muted-soft);
  white-space: nowrap;
}
.hero-trust-badges {
  display: flex; gap: 8px; flex-wrap: wrap;
}

/* Hero visual card (right) */
.hero-vis-card {
  background: var(--surface-card);
  border: 1px solid var(--hairline);
  border-radius: var(--r-xl);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  display: flex; align-items: flex-end;
}
.hero-vis-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-vis-overlay {
  position: relative; z-index: 2;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 100%);
  padding: 28px;
}
.hero-vis-stat-row {
  display: flex; gap: 20px;
}
.hero-vis-stat {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r-md);
  padding: 10px 16px;
}
.hero-vis-stat-num {
  font-size: 22px; font-weight: 700;
  color: white; line-height: 1;
  margin-bottom: 3px;
}
.hero-vis-stat-lbl {
  font-size: 11px; font-weight: 500;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase; letter-spacing: 0.06em;
}

/* CSS aviation visual for hero (no image) */
.hero-avia-vis {
  background: linear-gradient(135deg, #0d1117 0%, #1a2332 40%, #0d1420 100%);
  border-radius: var(--r-xl);
  border: 1px solid var(--hairline);
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
  display: flex; flex-direction: column;
  align-items: stretch;
}
.hav-topbar {
  background: rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 12px 20px;
  display: flex; align-items: center; gap: 10px;
}
.hav-dot { width: 10px; height: 10px; border-radius: 50%; }
.hav-title {
  font-family: var(--mono); font-size: 11px;
  color: rgba(255,255,255,0.5); letter-spacing: 0.12em;
  text-transform: uppercase; margin-left: auto;
}
.hav-body { flex: 1; padding: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hav-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px; padding: 14px;
}
.hav-card-label {
  font-family: var(--mono); font-size: 9px;
  color: rgba(255,255,255,0.35); letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 8px;
}
.hav-card-val {
  font-family: var(--mono); font-size: 22px;
  font-weight: 700; color: white; line-height: 1;
  margin-bottom: 4px;
}
.hav-card-sub { font-size: 11px; color: rgba(255,255,255,0.45); }
.hav-bar { height: 3px; border-radius: 2px; margin-top: 10px; background: rgba(255,255,255,0.1); overflow: hidden; }
.hav-bar-fill { height: 100%; border-radius: 2px; }
.hav-events {
  grid-column: 1 / -1;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px; padding: 12px;
}
.hav-evt-row {
  display: flex; align-items: center; gap: 8px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.hav-evt-row:last-child { border-bottom: none; }
.hav-evt-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.hav-evt-text { font-family: var(--mono); font-size: 10px; color: rgba(255,255,255,0.5); }
.hav-evt-time { font-family: var(--mono); font-size: 10px; color: rgba(255,255,255,0.25); margin-left: auto; }
.hav-footer {
  padding: 14px 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; gap: 10px;
}
.hav-evt-chip {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 3px 8px; border-radius: 3px;
  animation: chip-pulse 3s ease-in-out infinite;
}
.hav-evt-chip:nth-child(2n) { animation-delay: .6s; }
.hav-evt-chip:nth-child(3n) { animation-delay: 1.2s; }
.hav-evt-chip:nth-child(4n) { animation-delay: 1.8s; }
@keyframes chip-pulse {
  0%,100% { opacity:.4; border-color:rgba(255,255,255,0.08); }
  50% { opacity:1; border-color:rgba(184,148,30,0.5); color:rgba(212,168,32,0.9); }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-avia-vis { aspect-ratio: 16/7; }
  .hav-body { grid-template-columns: repeat(4,1fr); }
  .hav-events { grid-column: auto; }
}
@media (max-width: 600px) {
  .hero-h1 { letter-spacing: -1.2px; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hav-body { grid-template-columns: 1fr 1fr; }
  .hav-events { display: none; }
}

/* ══════════════════════════════════════════════════
   LOGOS / TRUST BAND
   ══════════════════════════════════════════════════ */
.logos-band {
  padding: 32px 0;
  background: var(--surface-soft);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.logos-label {
  text-align: center;
  font-size: 12px; font-weight: 500;
  color: var(--muted-soft);
  letter-spacing: 0.05em; text-transform: uppercase;
  margin-bottom: 20px;
}
.logos-row {
  display: flex; align-items: center;
  justify-content: center;
  flex-wrap: wrap; gap: 12px 20px;
}
.logo-chip {
  font-family: var(--mono);
  font-size: 11px; font-weight: 400;
  color: var(--muted);
  background: var(--canvas);
  border: 1px solid var(--hairline);
  padding: 6px 16px;
  border-radius: var(--r-sm);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ══════════════════════════════════════════════════
   PLATFORM CARDS — 4-up
   ══════════════════════════════════════════════════ */
.platform-section { background: var(--canvas); }
.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.platform-card {
  background: var(--surface-card);
  border-radius: var(--r-lg);
  padding: var(--sp-xl);
  transition: box-shadow .2s;
  cursor: default;
}
.platform-card:hover { box-shadow: var(--shadow-md); }
.pc-vis {
  height: 140px;
  border-radius: var(--r-md);
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.pc-title { font-size: 18px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.pc-desc  { font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 14px; }
.pc-tags  { display: flex; flex-wrap: wrap; gap: 6px; }

/* Visual fragments inside platform cards */
.pcv-occ {
  background: linear-gradient(135deg, #0d1117 0%, #1c2b3a 100%);
  display: flex; flex-direction: column;
  gap: 6px; padding: 12px;
}
.pcv-row { display: flex; align-items: center; gap: 8px; }
.pcv-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.pcv-line { height: 1px; flex: 1; background: rgba(255,255,255,0.06); }
.pcv-val { font-family: var(--mono); font-size: 10px; color: rgba(255,255,255,0.5); }
.pcv-bar-row { display: flex; gap: 3px; margin-top: 4px; }
.pcv-bar-seg { height: 24px; border-radius: 3px; flex: 1; }

.pcv-commercial {
  background: var(--canvas);
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  padding: 12px;
  display: flex; flex-direction: column; gap: 6px;
}
.pcv-chart-row { display: flex; align-items: flex-end; gap: 4px; height: 50px; padding: 0 4px; }
.pcv-bar-v { border-radius: 2px 2px 0 0; width: 100%; }
.pcv-legend { display: flex; gap: 8px; }
.pcv-leg-item { display: flex; align-items: center; gap: 4px; font-size: 10px; color: var(--muted); }
.pcv-leg-dot { width: 6px; height: 6px; border-radius: 50%; }

.pcv-mro {
  background: #0f1923;
  display: flex; align-items: center; justify-content: center;
  gap: 12px; padding: 12px;
}
.pcv-mro-item { text-align: center; }
.pcv-mro-num {
  font-family: var(--mono); font-size: 20px; font-weight: 700;
  line-height: 1; margin-bottom: 4px;
}
.pcv-mro-lbl { font-size: 9px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.08em; }
.pcv-sep { width: 1px; height: 40px; background: rgba(255,255,255,0.08); }

.pcv-approval {
  background: var(--surface-soft);
  display: flex; flex-direction: column; gap: 6px; padding: 12px;
}
.pcv-appr-step {
  display: flex; align-items: center; gap: 8px;
  background: var(--canvas);
  border: 1px solid var(--hairline);
  border-radius: var(--r-sm);
  padding: 7px 10px;
}
.pcv-appr-icon { font-size: 13px; flex-shrink: 0; }
.pcv-appr-text { font-size: 11px; font-weight: 500; color: var(--body); flex: 1; }
.pcv-appr-status {
  font-size: 10px; font-weight: 600;
  padding: 2px 8px; border-radius: var(--r-pill);
}
.status-approved { background: rgba(16,185,129,0.12); color: #10b981; }
.status-review   { background: rgba(251,146,60,0.12);  color: #fb923c; }
.status-ai       { background: rgba(139,92,246,0.12);  color: #8b5cf6; }

@media (max-width: 768px) { .platform-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════
   AVIATION DOMAINS — 12-card grid
   ══════════════════════════════════════════════════ */
.domains-section { background: var(--surface-soft); }
.domains-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.domain-card {
  background: var(--canvas);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  padding: 24px;
  transition: box-shadow .2s, border-color .2s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.domain-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  background: var(--hairline);
  transition: background .2s;
}
.domain-card:hover { box-shadow: var(--shadow-sm); border-color: var(--surface-strong); }
.domain-card:hover::before { background: var(--ink); }
.domain-icon-wrap {
  width: 40px; height: 40px;
  border-radius: var(--r-md);
  background: var(--surface-card);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.domain-title { font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.domain-desc  { font-size: 13px; color: var(--muted); line-height: 1.55; margin-bottom: 12px; }
.domain-tags  { display: flex; flex-wrap: wrap; gap: 5px; }

@media (max-width: 960px) { .domains-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .domains-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════
   COMMERCIAL — route / pricing / distribution
   ══════════════════════════════════════════════════ */
.commercial-section { background: var(--canvas); }
.commercial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.commercial-copy { }
.commercial-copy .eyebrow { margin-bottom: 12px; }
.commercial-points { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.commercial-point {
  display: flex; gap: 14px; align-items: flex-start;
}
.cp-icon {
  width: 36px; height: 36px; flex-shrink: 0;
  background: var(--surface-card);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
}
.cp-title { font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.cp-desc  { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* Big feature visual card (dark) */
.feature-dark-card {
  background: var(--surface-dark);
  border-radius: var(--r-xl);
  overflow: hidden;
  padding: 28px;
  display: flex; flex-direction: column; gap: 20px;
}
.fdc-header { display: flex; align-items: center; justify-content: space-between; }
.fdc-label {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
.fdc-live { display: flex; align-items: center; gap: 6px; font-size: 11px; color: rgba(16,185,129,0.9); }
.fdc-live-dot { width: 6px; height: 6px; border-radius: 50%; background: #10b981; animation: live-blink 2s ease-in-out infinite; }
@keyframes live-blink { 0%,100%{opacity:1} 50%{opacity:.3} }

/* Route map visual */
.route-map {
  height: 180px;
  background: linear-gradient(135deg, #0a0f1a 0%, #111928 100%);
  border-radius: var(--r-md);
  position: relative;
  overflow: hidden;
}
.route-map svg { width: 100%; height: 100%; }
.route-map-label {
  position: absolute; bottom: 10px; right: 12px;
  font-family: var(--mono); font-size: 9px;
  color: rgba(255,255,255,0.2); letter-spacing: 0.1em;
}

/* Metrics row in dark card */
.fdc-metrics {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 10px;
}
.fdc-metric {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--r-md);
  padding: 12px;
}
.fdc-metric-val {
  font-family: var(--mono); font-size: 20px; font-weight: 700;
  color: white; line-height: 1; margin-bottom: 4px;
}
.fdc-metric-lbl { font-size: 11px; color: rgba(255,255,255,0.4); }

/* Booking curve mini chart */
.fdc-curve {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--r-md);
  padding: 14px;
}
.fdc-curve-label { font-family: var(--mono); font-size: 9px; color: rgba(255,255,255,0.3); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; }
.fdc-curve-bars { display: flex; align-items: flex-end; gap: 3px; height: 48px; }
.fdc-bar { border-radius: 2px 2px 0 0; flex: 1; }

/* Distribution tags */
.fdc-distribution { display: flex; flex-wrap: wrap; gap: 6px; }
.fdc-dist-chip {
  font-family: var(--mono); font-size: 9px;
  color: rgba(255,255,255,0.45); border: 1px solid rgba(255,255,255,0.1);
  padding: 4px 10px; border-radius: 3px;
  letter-spacing: 0.06em; text-transform: uppercase;
}

@media (max-width: 860px) { .commercial-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════
   MAINTENANCE & TRAINING SECTION
   ══════════════════════════════════════════════════ */
.mro-section { background: var(--surface-soft); }
.mro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.mro-card {
  background: var(--canvas);
  border: 1px solid var(--hairline);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.mro-card-vis {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.mro-vis-dark {
  background: linear-gradient(135deg, #0c1a24 0%, #1a2d3e 100%);
  height: 100%;
  display: flex; flex-direction: column;
  gap: 8px; padding: 20px;
  justify-content: flex-end;
}
.mro-vis-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.mro-vis-tag {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 3px 8px; border-radius: 3px;
}
.mro-vis-title {
  font-family: var(--mono); font-size: 14px;
  font-weight: 700; color: white; line-height: 1.3;
}
.mro-vis-sub { font-size: 12px; color: rgba(255,255,255,0.45); }
.mro-vis-metrics { display: flex; gap: 16px; margin-top: 6px; }
.mro-vis-m { }
.mro-vis-m-val { font-family: var(--mono); font-size: 18px; font-weight: 700; color: white; line-height: 1; }
.mro-vis-m-lbl { font-size: 10px; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.08em; }
.mro-card-body { padding: 24px; }
.mro-card-title { font-size: 18px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.mro-card-desc  { font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }
.mro-checklist  { display: flex; flex-direction: column; gap: 8px; }
.mro-check-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--body);
}
.mro-check-tick {
  width: 18px; height: 18px; border-radius: 50%;
  background: rgba(16,185,129,0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; color: #10b981;
  flex-shrink: 0;
}

@media (max-width: 768px) { .mro-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════
   ARCHITECTURE / SYSTEMS SECTION
   ══════════════════════════════════════════════════ */
.arch-section { background: var(--canvas); }
.arch-layers {
  display: flex; flex-direction: column; gap: 8px;
  margin-top: 32px;
}
.arch-layer {
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow .2s;
}
.arch-layer:hover { box-shadow: var(--shadow-sm); }
.arch-layer-header {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 24px;
  background: var(--canvas);
  user-select: none;
}
.arch-layer-num {
  font-family: var(--mono); font-size: 11px;
  color: var(--muted-soft); letter-spacing: 0.1em;
  flex-shrink: 0; width: 28px;
}
.arch-layer-name { font-size: 15px; font-weight: 600; color: var(--ink); flex: 1; }
.arch-layer-tags { display: flex; gap: 6px; }
.arch-layer-chevron {
  font-size: 14px; color: var(--muted-soft);
  transition: transform .2s;
  flex-shrink: 0;
}
.arch-layer.open .arch-layer-chevron { transform: rotate(180deg); }
.arch-layer-body {
  display: none;
  padding: 0 24px 20px;
  background: var(--surface-soft);
  border-top: 1px solid var(--hairline);
}
.arch-layer.open .arch-layer-body { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 10px; padding-top: 20px; }
.arch-item {
  background: var(--canvas);
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  padding: 14px 16px;
}
.arch-item-title { font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.arch-item-desc  { font-size: 12px; color: var(--muted); line-height: 1.5; }

/* ══════════════════════════════════════════════════
   GOVERNANCE / TRUST SECTION
   ══════════════════════════════════════════════════ */
.governance-section { background: var(--surface-soft); }
.governance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.gov-not-list { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.gov-not-item {
  display: flex; align-items: flex-start; gap: 12px;
  background: var(--canvas);
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  padding: 14px 16px;
}
.gov-not-x {
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(239,68,68,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; color: #ef4444;
  flex-shrink: 0; margin-top: 1px;
}
.gov-not-text { font-size: 14px; color: var(--body); line-height: 1.4; }
.gov-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.gov-pillar {
  background: var(--canvas);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  padding: 20px;
  text-align: center;
}
.gov-pillar-icon { font-size: 24px; margin-bottom: 10px; display: block; }
.gov-pillar-name { font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.gov-pillar-desc { font-size: 12px; color: var(--muted); line-height: 1.5; }
.gov-tagline {
  margin-top: 28px;
  background: var(--ink);
  color: var(--on-primary);
  border-radius: var(--r-lg);
  padding: 20px 24px;
  font-size: 14px; line-height: 1.7;
  color: rgba(255,255,255,0.75);
}
.gov-tagline strong { color: white; }

@media (max-width: 768px) { .governance-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════
   FOUNDER SECTION
   ══════════════════════════════════════════════════ */
.founder-section { background: var(--canvas); }
.founder-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 64px;
  align-items: start;
}
.founder-portrait-wrap { position: relative; }
.founder-portrait-img {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--surface-card);
  border: 1px solid var(--hairline);
}
.founder-portrait-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 12%;
  filter: contrast(1.04);
  display: block;
}
.founder-badge-row {
  display: flex; gap: 8px; margin-top: 16px;
  flex-wrap: wrap;
}
.founder-copy { padding-top: 8px; }
.founder-h2 {
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600; letter-spacing: -1.2px;
  color: var(--ink); line-height: 1.1;
  margin-bottom: 20px;
}
.founder-quote {
  font-size: 18px; font-style: italic;
  color: var(--muted); line-height: 1.7;
  border-left: 3px solid var(--hairline);
  padding-left: 20px;
  margin-bottom: 24px;
}
.founder-body { font-size: 15px; color: var(--body); line-height: 1.8; margin-bottom: 16px; }
.founder-ctas { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.founder-name-block { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--hairline); }
.founder-name { font-size: 20px; font-weight: 600; color: var(--ink); }
.founder-role { font-size: 14px; color: var(--muted); margin-top: 2px; }

@media (max-width: 860px) { .founder-grid { grid-template-columns: 1fr; gap: 40px; } .founder-portrait-img { aspect-ratio: 4/3; max-width: 380px; } }

/* ══════════════════════════════════════════════════
   CTA BAND
   ══════════════════════════════════════════════════ */
.cta-band {
  background: var(--surface-card);
  padding: var(--sp-sec) 0;
}
.cta-band-inner {
  background: var(--ink);
  border-radius: var(--r-xl);
  padding: 64px 56px;
  text-align: center;
  display: flex; flex-direction: column;
  align-items: center; gap: 20px;
}
.cta-band-h2 {
  font-family: var(--display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600; letter-spacing: -1.5px;
  color: white; line-height: 1.1;
}
.cta-band-sub { font-size: 16px; color: rgba(255,255,255,0.6); max-width: 520px; line-height: 1.65; }
.cta-band-btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.btn-white {
  background: white; color: var(--ink);
  border-color: white;
}
.btn-white:hover { background: var(--surface-soft); }
.btn-ghost-white {
  background: transparent; color: white;
  border-color: rgba(255,255,255,0.25);
}
.btn-ghost-white:hover { border-color: white; }
@media (max-width: 600px) { .cta-band-inner { padding: 40px 24px; } }

/* ══════════════════════════════════════════════════
   MEETING / CAL.COM SECTION
   ══════════════════════════════════════════════════ */
.meeting-section { background: var(--canvas); }
.meeting-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 56px;
  align-items: start;
}
.meeting-copy { padding-top: 16px; }
.meeting-points {
  display: flex; flex-direction: column; gap: 12px;
  margin-top: 28px; margin-bottom: 32px;
}
.meeting-point {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; color: var(--body);
}
.meeting-point-tick {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--surface-card);
  border: 1px solid var(--hairline);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; color: var(--ink);
  flex-shrink: 0;
}
.meeting-who { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--hairline); }
.meeting-who-title { font-size: 13px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 12px; }
.meeting-who-chips { display: flex; flex-wrap: wrap; gap: 6px; }

/* Cal.com embed card */
.cal-card {
  background: var(--surface-soft);
  border: 1px solid var(--hairline);
  border-radius: var(--r-xl);
  overflow: hidden;
  position: relative;
}
.cal-card-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--hairline);
  background: var(--canvas);
  display: flex; align-items: center; gap: 10px;
}
.cal-card-dot { width: 10px; height: 10px; border-radius: 50%; }
.cal-card-title { font-size: 13px; font-weight: 500; color: var(--muted); }
.cal-embed-wrap {
  width: 100%;
  min-height: 680px;
  position: relative;
}
.cal-embed-wrap iframe {
  width: 100%;
  height: 680px;
  border: 0;
  display: block;
}
.cal-fallback-strip {
  padding: 16px 20px;
  border-top: 1px solid var(--hairline);
  background: var(--canvas);
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
}
.cal-fallback-note { font-size: 12px; color: var(--muted-soft); }

@media (max-width: 960px) { .meeting-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════ */
footer {
  background: var(--surface-dark);
  padding: 64px 0 40px;
}
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.footer-top {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand-mark {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.footer-logo-mark {
  width: 28px; height: 28px;
  background: rgba(255,255,255,0.1);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-size: 12px; font-weight: 700;
  color: white;
}
.footer-logo-text { font-size: 15px; font-weight: 600; color: white; }
.footer-tagline { font-size: 13px; color: var(--on-dark-soft); line-height: 1.7; margin-bottom: 20px; max-width: 280px; }
.footer-social { display: flex; gap: 8px; }
.footer-social-btn {
  width: 32px; height: 32px;
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--on-dark-soft);
  text-decoration: none;
  transition: background .15s;
}
.footer-social-btn:hover { background: rgba(255,255,255,0.15); }
.footer-col-title { font-size: 12px; font-weight: 600; color: white; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 13px; color: var(--on-dark-soft); text-decoration: none; transition: color .15s; }
.footer-links a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 28px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.3); }
.footer-disclaimer { font-size: 11px; color: rgba(255,255,255,0.2); max-width: 540px; line-height: 1.55; text-align: right; }

@media (max-width: 860px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-top { grid-template-columns: 1fr; } .footer-disclaimer { text-align: left; } }
