@media print{
  @page{ size: Letter; margin: 0.5in 0.55in; }

  html, body{
    background: #fff !important;
    color: #1A2230 !important;
    font-size: 11pt !important;
    line-height: 1.45 !important;
  }
  *{
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a{ color: #14304A !important; text-decoration: none !important; }

  /* Hide interactive chrome */
  .nav, .demo-float, .faq-q .icon, .hero-cta-row .btn-ghost,
  .how-footnote .btn, .faq-aside, .nav-cta, .pilot-cta .email{}
  .nav{ display: none !important; }
  .demo-float{ display: none !important; }
  .faq-q .icon{ display: none !important; }

  .container{ max-width: 100% !important; padding: 0 !important; }

  /* Kill heavy backgrounds, gradients, masks */
  .hero, .why, .modules, .how-section, .faq-section, .final-cta, .footer,
  .story, .story-visual, .faq-aside{
    background: #fff !important;
  }
  .hero::before, .final-cta::before, .how-section::before, .story-visual::before,
  .faq-aside::before{ display: none !important; }
  .hero, .section, .story, .final-cta{
    padding: 18pt 0 !important;
  }

  /* Layout — stack to single column where it helps print */
  .hero-inner{ grid-template-columns: 1fr !important; gap: 16pt !important; }
  .hero-demo{ page-break-before: always; }
  .story-inner{ grid-template-columns: 1.2fr 1fr !important; gap: 20pt !important; }
  .story-visual{
    aspect-ratio: auto !important; min-height: 0 !important;
    max-width: none !important; padding: 16pt !important;
    border: 1px solid #D5DAE2 !important;
  }
  .pillars{ grid-template-columns: repeat(2, 1fr) !important; gap: 10pt !important; }
  .module-grid{ grid-template-columns: repeat(2, 1fr) !important; border-radius: 6pt !important; }
  .module{ min-height: 0 !important; padding: 14pt !important; page-break-inside: avoid; }
  .module:nth-child(3n){ border-right: 1px solid #E3E6EC !important; }
  .module:nth-child(2n){ border-right: none !important; }
  .steps{ grid-template-columns: repeat(3, 1fr) !important; margin-top: 20pt !important; }
  .steps::before{ display: none !important; }
  .final-cta .inner{ grid-template-columns: 1.2fr 1fr !important; gap: 24pt !important; }
  .faq-grid{ grid-template-columns: 1fr !important; gap: 16pt !important; }
  .footer-inner{ grid-template-columns: repeat(3, 1fr) !important; gap: 20pt !important; padding-bottom: 14pt !important;}

  /* Navy-reversed sections → light in print */
  .how-section, .how-section h2, .how-section .section-sub,
  .how-section .step h4, .how-section .step p,
  .how-footnote .big, .footer, .footer *, .faq-aside, .faq-aside *{
    color: #1A2230 !important;
  }
  .how-section .section-kicker, .faq-aside .k, .footer-col h5,
  .how-section h2 em, .how-footnote .big em{ color: #B8924A !important; }
  .step-marker{
    background: #FBFAF6 !important;
    border: 1px solid #B8924A !important;
    color: #14304A !important;
  }
  .step-marker::after{ display: none !important; }
  .how-footnote{ border-top: 1px solid #E3E6EC !important; }
  .footer{ border-top: 1px solid #E3E6EC !important; padding: 16pt 0 8pt !important; }
  .footer-inner{ border-bottom: 1px solid #E3E6EC !important; }
  .footer-bottom{ color: #6B7787 !important; }

  /* Demo card — flatten */
  .demo-card{
    transform: none !important;
    border: 1px solid #D5DAE2 !important;
    page-break-inside: avoid;
  }
  .demo-head, .demo-body{ background: #fff !important; }

  /* Pilot card */
  .pilot-card{ border: 1px solid #D5DAE2 !important; page-break-inside: avoid; }
  .pilot-cta{
    background: #14304A !important; color: #fff !important;
    border: 1px solid #14304A !important;
  }
  .pilot-cta .email{ color: #EFE6CF !important; }

  /* Page-break hygiene */
  h1, h2, h3, h4{ page-break-after: avoid; }
  .section-head, .pillar, .faq-item, .step, .building-card,
  .hero-inner, .story-inner{ page-break-inside: avoid; }
  .section, .story, .final-cta{ page-break-inside: auto; }
  .modules, .how-section, .faq-section, .final-cta{ page-break-before: auto; }

  /* Trim heavy decorative strokes/animations */
  .demo-float, .cursor, .thinking{ display: none !important; }
  .demo-q .cursor{ display: none !important; }

  /* Ensure nothing clips */
  body{ overflow: visible !important; }
  section, .container{ overflow: visible !important; }

  /* Headline sizes — bring down for print */
  .hero h1{ font-size: 28pt !important; }
  .section h2, .final-cta h2, .story-inner h2{ font-size: 20pt !important; }
  .section-sub, .hero .lede{ font-size: 11pt !important; }
  .modules-counter .n{ font-size: 36pt !important; }
}

:root{
  --navy:      #14304A;
  --navy-2:    #1E4466;
  --navy-3:    #2C5A82;
  --navy-ink:  #0B1E30;
  --ink:       #1A2230;
  --body:      #3A4656;
  --muted:     #6B7787;
  --muted-2:   #8A94A3;
  --line:      #E3E6EC;
  --line-2:    #D5DAE2;
  --bg:        #F7F6F2;
  --bg-2:      #F1EEE4;
  --paper:     #FFFFFF;
  --paper-2:   #FBFAF6;
  --accent:    #B8924A;
  --accent-2:  #A07D3A;
  --accent-soft: #EFE6CF;
  --accent-softer: #F8F2DF;
  --green:     #2F7D5B;
  --green-soft:#E3F0E8;
  --blue-soft: #E6EFF8;

  --radius: 14px;
  --radius-lg: 18px;
  --radius-sm: 8px;

  --shadow-sm: 0 1px 2px rgba(20,48,74,.06), 0 1px 1px rgba(20,48,74,.04);
  --shadow: 0 10px 30px rgba(20,48,74,.08), 0 2px 6px rgba(20,48,74,.04);
  --shadow-lg: 0 30px 80px rgba(20,48,74,.14), 0 8px 20px rgba(20,48,74,.06);

  --font-display: "Figtree", system-ui, sans-serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
html,body{
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body{ overflow-x: hidden; }
a{ color: var(--navy); text-decoration: none; }
img{ max-width: 100%; display: block; }
button{ font-family: inherit; cursor: pointer; border: none; background: none; color: inherit;}

.container{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ═══════════════ NAV ═══════════════ */
.nav{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 246, 242, 0.85);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.nav.scrolled{
  border-bottom-color: var(--line);
  background: rgba(247, 246, 242, 0.92);
}
.nav-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 40px;
}
.brand-lockup{
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  color: var(--navy);
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}
.brand-mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 9px;
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 1px 2px rgba(20,48,74,0.06);
}
.brand-mark img{
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 3px;
}
.nav-right{
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav-pilot{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: var(--green-soft);
  color: var(--green);
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: -0.005em;
  border-radius: 999px;
  border: 1px solid color-mix(in oklab, var(--green) 22%, transparent);
}
.nav-pilot-dot{
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--green) 22%, transparent);
  animation: pilot-pulse 2.4s ease-in-out infinite;
}
@keyframes pilot-pulse{
  0%, 100% { opacity: 1; }
  50% { opacity: .45; }
}
.brand-lockup .kicker{
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-top: 1px;
}
.brand-lockup .name-wrap{ display: flex; flex-direction: column; line-height: 1.1; }

.nav-links{
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a{
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--body);
  letter-spacing: -0.005em;
  transition: color .15s ease;
}
.nav-links a:hover{ color: var(--navy); }
.nav-cta{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  border-radius: 999px;
  transition: background .15s ease, transform .15s ease;
  border: 1px solid var(--navy);
  white-space: nowrap;
}
.nav-cta:hover{ background: var(--navy-2); color: #fff; transform: translateY(-1px); }
.nav-cta .arr{ transition: transform .15s ease; }
.nav-cta:hover .arr{ transform: translateX(2px); }

/* ═══════════════ HERO ═══════════════ */
.hero{
  position: relative;
  padding: 40px 0 90px;
  background:
    radial-gradient(ellipse 80% 50% at 70% 0%, rgba(184,146,74,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 20% 20%, rgba(20,48,74,0.05) 0%, transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--paper-2) 100%);
  overflow: hidden;
}
.hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: center;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 75%);
  opacity: .5;
  pointer-events: none;
}
.hero-inner{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 44px;
}
.hero-split{
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-copy{ min-width: 0; text-align: center; }
.hero-logo{
  width: 280px; height: 280px;
  margin: 0 auto -1rem;
}
.hero-logo img{
  width: 100%; height: 100%;
  object-fit: contain;
}
.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 6px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  box-shadow: var(--shadow-sm);
  margin-bottom: 24px;
  white-space: nowrap;
}
.eyebrow .pill{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  border-radius: 999px;
  white-space: nowrap;
}
.eyebrow .pill-dot{
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--green) 22%, transparent);
  animation: pilot-pulse 2.4s ease-in-out infinite;
}
.hero h1{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 5.4vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.028em;
  color: var(--navy);
  margin: 0 0 24px;
  text-wrap: balance;
}
.hero h1 .hl{ color: var(--accent); font-style: italic; font-weight: 600; }
.hero .lede{
  font-size: 19px;
  line-height: 1.55;
  color: var(--body);
  margin: 0 auto 32px;
  max-width: 46ch;
  text-wrap: pretty;
}
.hero .lede strong{ color: var(--navy); font-weight: 600; }
.hero-cta-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 36px;
}
.btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  transition: all .18s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn-primary{
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  box-shadow: 0 4px 14px rgba(20,48,74,0.25), 0 1px 2px rgba(20,48,74,0.1);
}
.btn-primary:hover{
  background: var(--navy-2);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(20,48,74,0.28);
}
.btn-primary .arr{ transition: transform .18s ease; }
.btn-primary:hover .arr{ transform: translateX(3px); }
.btn-ghost{
  background: transparent;
  color: var(--navy);
  border-color: var(--line-2);
}
.btn-ghost:hover{ background: var(--paper); border-color: var(--navy); }

.trust-row{
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.trust-item{
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  color: var(--body);
}
.trust-item svg{ flex-shrink: 0; color: var(--accent);}

/* ─────────── HERO DEMO ─────────── */
.hero-demo{
  position: relative;
  /* Lock the box so nothing inside can resize its container */
  width: 100%;
  height: 620px;
  contain: layout size;
}
/* Compy modal — matches the real in-app modal */
:root{
  --compy-bg: #0E1A2B;
  --compy-surface: #152437;
  --compy-surface-2: #1A2B42;
  --compy-border: rgba(255,255,255,0.08);
  --compy-border-2: rgba(255,255,255,0.12);
  --compy-text: #E8EEF7;
  --compy-text-2: #9AAAC2;
  --compy-text-3: #6B7E99;
  --compy-blue: #3E8FF5;
  --compy-blue-2: #2E7CE0;
}
.compy-modal{
  background: var(--compy-bg);
  border: 1px solid var(--compy-border-2);
  border-radius: 14px;
  box-shadow:
    0 30px 60px -20px rgba(12,22,38,0.55),
    0 12px 28px -8px rgba(12,22,38,0.35),
    0 0 0 1px rgba(255,255,255,0.03) inset;
  overflow: hidden;
  position: absolute;
  inset: 0;
  color: var(--compy-text);
  font-family: var(--font-display);
  transform: perspective(1600px) rotateY(-4deg) rotateX(2deg);
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
  display: flex;
  flex-direction: column;
}
.compy-modal:hover{ transform: perspective(1600px) rotateY(-2deg) rotateX(1deg); }

.compy-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px 16px;
  border-bottom: 1px solid var(--compy-border);
}
.compy-head-left{ display: flex; align-items: flex-start; gap: 14px; flex: 1; min-width: 0; }
.compy-logo{
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(145deg, #4A9BFF 0%, #2E6FD6 100%);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(46,111,214,0.35);
}
.compy-title .t{
  font-size: 16px;
  font-weight: 700;
  color: var(--compy-text);
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
.compy-title .s{
  font-size: 12px;
  color: var(--compy-text-2);
  line-height: 1.45;
  max-width: 44ch;
}
.compy-close{
  background: transparent;
  border: 0;
  color: var(--compy-text-3);
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  transition: color .15s ease, background .15s ease;
}
.compy-close:hover{ color: var(--compy-text); background: rgba(255,255,255,0.05); }

.compy-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 20px 14px;
  border-bottom: 1px solid var(--compy-border);
}
.compy-chip{
  background: var(--compy-surface);
  color: var(--compy-text);
  border: 1px solid var(--compy-border-2);
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 11.5px;
  font-weight: 600;
  font-family: var(--font-display);
  cursor: pointer;
  transition: all .18s ease;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(4px);
  animation: compy-chip-in .4s cubic-bezier(.2,.7,.2,1) forwards;
}
.compy-chip:nth-child(1){ animation-delay: .15s; }
.compy-chip:nth-child(2){ animation-delay: .22s; }
.compy-chip:nth-child(3){ animation-delay: .29s; }
.compy-chip:nth-child(4){ animation-delay: .36s; }
.compy-chip:nth-child(5){ animation-delay: .43s; }
.compy-chip:hover{ border-color: var(--compy-blue); color: #fff; background: var(--compy-surface-2); }
.compy-chip.is-picked{
  background: var(--compy-blue);
  border-color: var(--compy-blue);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(62,143,245,0.22);
}
@keyframes compy-chip-in{
  to{ opacity: 1; transform: none; }
}

.compy-thread{
  padding: 18px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.14) transparent;
}
.compy-thread::-webkit-scrollbar{ width: 6px; }
.compy-thread::-webkit-scrollbar-thumb{ background: rgba(255,255,255,0.14); border-radius: 999px; }
.compy-turn{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  animation: compy-msg-in .4s cubic-bezier(.2,.7,.2,1) both;
}
@keyframes compy-msg-in{
  from{ opacity: 0; transform: translateY(6px); }
  to{ opacity: 1; transform: none; }
}
.compy-turn--user{ justify-content: flex-end; }
.compy-turn--user .compy-msg{
  background: var(--compy-blue);
  color: #fff;
  border-color: transparent;
  max-width: 75%;
}
.compy-turn--user .compy-msg-body{ color: #fff; }
.compy-avatar{
  width: 26px; height: 26px;
  border-radius: 50%;
  background: linear-gradient(145deg, #4A9BFF 0%, #2E6FD6 100%);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(46,111,214,0.3);
}
.compy-msg{
  background: var(--compy-surface);
  border: 1px solid var(--compy-border-2);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--compy-text);
  flex: 1;
  min-width: 0;
}
.compy-msg-head{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--compy-text-2);
  margin-bottom: 8px;
}
.compy-msg-head svg{ color: var(--compy-text-2); }
.compy-msg-body strong{ color: #fff; font-weight: 700; }
.compy-msg-body mark{
  background: rgba(62,143,245,0.22);
  color: #CFE3FF;
  padding: 1px 5px;
  border-radius: 4px;
}
.compy-thinking{
  display: inline-flex; gap: 5px; align-items: center;
  color: var(--compy-text-2);
  font-size: 12px;
}
.compy-thinking i{
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--compy-text-2);
  animation: bounce 1.4s infinite ease-in-out;
}
.compy-thinking i:nth-child(1){ animation-delay: -0.32s; }
.compy-thinking i:nth-child(2){ animation-delay: -0.16s; }
@keyframes bounce{
  0%,80%,100%{ transform: translateY(0); opacity: .3;}
  40%{ transform: translateY(-3px); opacity: 1;}
}
.compy-grounded{
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  margin-left: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--compy-border-2);
  border-radius: 5px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--compy-text);
  white-space: nowrap;
}
.compy-answer-title{
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--compy-text-2);
  margin-bottom: 8px;
}
.compy-answer-sub{
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.compy-sec{ margin-bottom: 12px; }
.compy-sec-h{
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--compy-text-2);
  margin-bottom: 5px;
}
.compy-sec-p{
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--compy-text);
}
.compy-sec-p strong{ color: #fff; font-weight: 700; }
.compy-mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  margin: 0 2px;
  background: rgba(62,143,245,0.14);
  border: 1px solid rgba(62,143,245,0.35);
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  color: #9DC5FF;
  vertical-align: middle;
  line-height: 1;
}

.compy-evidence{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--compy-border-2);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.compy-evidence-head{
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--compy-text-2);
  margin-bottom: 2px;
}
.compy-ev-row{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 10px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--compy-border);
  border-radius: 8px;
}
.compy-ev-num{
  width: 20px; height: 20px;
  border-radius: 5px;
  background: rgba(62,143,245,0.18);
  border: 1px solid rgba(62,143,245,0.32);
  color: #9DC5FF;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.compy-ev-main{ flex: 1; min-width: 0; }
.compy-ev-doc{
  font-size: 11.5px;
  color: var(--compy-text);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.compy-ev-doc strong{ color: #fff; font-weight: 600; }
.compy-ev-page{
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--compy-border-2);
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--compy-text-2);
}
.compy-ev-snip{
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--compy-text-3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compy-ev-open{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: var(--compy-text-2);
  flex-shrink: 0;
  margin-top: 1px;
  cursor: pointer;
  transition: color .15s ease;
}
.compy-ev-open:hover{ color: var(--compy-blue); }

.compy-cites{
  display: flex; gap: 6px; flex-wrap: wrap;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--compy-border-2);
}
.compy-cite{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 9px;
  background: rgba(62,143,245,0.12);
  border: 1px solid rgba(62,143,245,0.28);
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 600;
  color: #9DC5FF;
}
.compy-cite .hash{ font-family: var(--font-mono); font-size: 9.5px; color: var(--compy-blue); }
.compy-cite .pg{ color: var(--compy-text-3); font-weight: 500; }

.compy-input{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px 14px;
  border-top: 1px solid var(--compy-border);
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.18) 100%);
}
.compy-input-field{
  flex: 1;
  position: relative;
  background: var(--compy-surface);
  border: 1px solid var(--compy-border-2);
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 12.5px;
  color: var(--compy-text);
  min-height: 40px;
  display: flex;
  align-items: center;
}
.compy-input-field.is-focus{ border-color: var(--compy-blue); box-shadow: 0 0 0 3px rgba(62,143,245,0.18); }
.compy-input-placeholder{ color: var(--compy-text-3); }
.compy-input-placeholder.hidden{ display: none; }
.compy-input-text{ color: var(--compy-text); }
.compy-cursor{
  display: inline-block;
  width: 1.5px; height: 14px;
  background: var(--compy-blue);
  margin-left: 2px;
  vertical-align: middle;
  animation: blink 1s infinite;
  opacity: 0;
}
.compy-cursor.on{ opacity: 1; }
@keyframes blink { 0%,50% { opacity: 1;} 51%,100%{ opacity: 0;}}
.compy-send{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 16px;
  background: var(--compy-blue);
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s ease, transform .15s ease;
  flex-shrink: 0;
}
.compy-send:hover{ background: var(--compy-blue-2); transform: translateY(-1px); }
.compy-send.is-armed{ animation: compy-pulse 1s ease-out; }
@keyframes compy-pulse{
  0% { box-shadow: 0 0 0 0 rgba(62,143,245,0.6); }
  100% { box-shadow: 0 0 0 12px rgba(62,143,245,0); }
}

/* Floating annotations around demo */
.demo-float{
  position: absolute;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 14px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  color: var(--navy);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: floaty 6s ease-in-out infinite;
  z-index: 2;
}
.demo-float.tl{ top: -18px; left: -20px; }
.demo-float.br{ bottom: 30px; right: -28px; animation-delay: -3s; }
.demo-float .dot{ width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px var(--green-soft);}
.demo-float .dot.brass{ background: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft);}
@keyframes floaty{ 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-6px);} }

/* ═══════════════ STORY ═══════════════ */
.story{
  padding: 90px 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.story-inner{
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 72px;
  align-items: center;
}
.story-visual{
  background: linear-gradient(140deg, var(--bg-2) 0%, var(--accent-softer) 100%);
  border-radius: var(--radius-lg);
  padding: 44px;
  position: relative;
  aspect-ratio: 4/5;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
}
.story-visual::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(184,146,74,0.2) 0%, transparent 55%),
    radial-gradient(circle at 75% 70%, rgba(20,48,74,0.1) 0%, transparent 55%);
}
.building-card{
  position: relative;
  background: var(--paper);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  width: 100%;
  max-width: 340px;
  border: 1px solid var(--line);
}
.building-card .lbl{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
}
.building-card .lbl::before{ content: ""; width: 20px; height: 1px; background: var(--accent);}
.building-card h4{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--navy);
  margin: 0 0 4px;
  letter-spacing: -0.015em;
}
.building-card .loc{
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 20px;
}
.building-stats{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.building-stats .stat .n{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -0.02em;
}
.building-stats .stat .l{
  font-size: 10.5px;
  color: var(--muted);
  margin-top: 5px;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.year-tag{
  position: absolute;
  top: 22px; right: 22px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--navy);
  letter-spacing: .14em;
  padding: 4px 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 500;
}

.story-kicker{
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.story-inner h2{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 3.8vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin: 0 0 20px;
  text-wrap: balance;
}
.story-inner p{
  font-size: 17px;
  line-height: 1.6;
  color: var(--body);
  margin: 0 0 18px;
  max-width: 56ch;
  text-wrap: pretty;
}
.story-quote{
  padding: 22px 0 0;
  margin-top: 28px;
  border-top: 2px solid var(--accent);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--navy);
  max-width: 52ch;
  letter-spacing: -0.01em;
}
.story-author{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  font-family: var(--font-display);
}
.story-author .avatar{
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--paper-2);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .04em;
}
.story-author .name{ font-size: 14.5px; font-weight: 600; color: var(--navy); display: block; }
.story-author .role{ font-size: 13px; color: var(--muted); }

/* ═══════════════ SECTION COMMON ═══════════════ */
.section{ padding: 100px 0; }
.section-head{
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}
.section-head.left{
  text-align: left;
  margin: 0 0 48px;
  max-width: none;
}
.section-kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.section-kicker::before{ content: ""; width: 20px; height: 1px; background: var(--accent); }
.section-head.centered .section-kicker{ justify-content: center; }
.section h2{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--navy);
  margin: 0 0 18px;
  text-wrap: balance;
}
.section h2 em{ font-style: italic; font-weight: 600; color: var(--accent); }
.section-sub{
  font-size: 18px;
  line-height: 1.55;
  color: var(--body);
  margin: 0 auto;
  max-width: 60ch;
  text-wrap: pretty;
}
.section-head.left .section-sub{ margin: 0; }

/* ═══════════════ WHY — pillars ═══════════════ */
.why{ background: var(--bg); }
.pillars{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pillar{
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px 26px;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pillar:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--accent-soft);
}
.pillar-num{
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  color: var(--accent);
  margin-bottom: 16px;
}
.pillar-icon{
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--blue-soft);
  color: var(--navy);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  transition: background .2s ease, color .2s ease;
}
.pillar:hover .pillar-icon{ background: var(--accent-softer); color: var(--accent-2); }
.pillar h3{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  color: var(--navy);
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.pillar p{
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--body);
  margin: 0;
}

/* ═══════════════ MODULES ═══════════════ */
.modules{
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.modules-head{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  margin-bottom: 48px;
}
.modules-head .section-sub{ margin: 0; max-width: 52ch; }
.modules-counter{ font-family: var(--font-display); text-align: right; }
.modules-counter .n{
  font-size: 68px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--navy);
  line-height: 1;
}
.modules-counter .l{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 8px;
}

.module-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--paper);
}
.module{
  padding: 28px 28px 28px;
  background: var(--paper);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: background .2s ease;
  min-height: 250px;
  display: flex;
  flex-direction: column;
}
.module:hover{ background: var(--paper-2); }
.module:nth-child(3n){ border-right: none; }
.module:nth-last-child(-n+3){ border-bottom: none; }
.module-head{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.module-num{
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .14em;
  color: var(--accent);
  padding: 3px 8px;
  background: var(--accent-softer);
  border-radius: 4px;
}
.module-tag{
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.module h4{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  color: var(--navy);
  margin: 0 0 10px;
  letter-spacing: -0.015em;
  line-height: 1.2;
  text-wrap: balance;
}
.module p{
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--body);
  margin: 0 0 16px;
}
.module-chips{
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.chip{
  font-family: var(--font-display);
  font-size: 11.5px;
  font-weight: 500;
  color: var(--navy);
  padding: 4px 10px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 999px;
}

/* ═══════════════ HOW ═══════════════ */
.how-section{
  background: var(--navy);
  color: var(--paper-2);
  position: relative;
  overflow: hidden;
}
.how-section::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(184,146,74,0.12) 0%, transparent 50%),
    radial-gradient(ellipse 40% 40% at 10% 80%, rgba(44,90,130,0.35) 0%, transparent 50%);
  pointer-events: none;
}
.how-section .section-kicker{ color: var(--accent); }
.how-section h2{ color: var(--paper-2); }
.how-section h2 em{ color: var(--accent); }
.how-section .section-sub{ color: rgba(244,241,234,0.75); }

.steps{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
  position: relative;
}
.steps::before{
  content: "";
  position: absolute;
  top: 40px;
  left: 14%; right: 14%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(184,146,74,0.4) 0 8px, transparent 8px 16px);
  z-index: 0;
}
.step{
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 12px;
}
.step-marker{
  width: 80px; height: 80px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--navy-2);
  border: 1px solid rgba(184,146,74,0.4);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 32px;
  color: var(--accent);
  box-shadow: 0 0 0 8px var(--navy);
  letter-spacing: -0.02em;
  position: relative;
}
.step-marker::after{
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(184,146,74,0.25);
}
.step h4{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--paper-2);
  margin: 0 0 12px;
  letter-spacing: -0.015em;
}
.step p{
  font-size: 15px;
  line-height: 1.55;
  color: rgba(244,241,234,0.72);
  margin: 0 auto;
  max-width: 30ch;
}
.how-footnote{
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(244,241,234,0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.how-footnote .big{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  color: var(--paper-2);
  letter-spacing: -0.005em;
  max-width: 52ch;
}
.how-footnote .big em{ color: var(--accent); font-style: italic; }

/* ═══════════════ FAQ ═══════════════ */
.faq-section{ background: var(--bg); }
.faq-grid{
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 72px;
  align-items: start;
}
.faq-list{ display: flex; flex-direction: column; gap: 10px; }
.faq-item{
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.faq-item:hover{ border-color: var(--line-2); }
.faq-item[open]{
  border-color: var(--accent-soft);
  box-shadow: var(--shadow-sm);
}
.faq-q{
  list-style: none;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16.5px;
  color: var(--navy);
  line-height: 1.35;
  letter-spacing: -0.005em;
}
.faq-q::-webkit-details-marker{ display: none; }
.faq-q .icon{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--bg);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  transition: transform .25s ease, background .2s ease;
  color: var(--navy);
}
.faq-item[open] .faq-q .icon{
  transform: rotate(45deg);
  background: var(--accent-softer);
  border-color: var(--accent-soft);
  color: var(--accent-2);
}
.faq-a{
  padding: 0 24px 22px 24px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--body);
}
.faq-a > *:first-child{
  padding-top: 18px;
  border-top: 1px solid var(--line);
  margin-top: 0;
}
.faq-a p{ margin: 0 0 10px; }
.faq-a strong{ color: var(--navy); font-weight: 600; }

.faq-aside{
  background: var(--navy);
  color: var(--paper-2);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: sticky;
  top: 96px;
  overflow: hidden;
}
.faq-aside::before{
  content: "";
  position: absolute;
  top: -40px; right: -40px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,146,74,0.22), transparent 60%);
  pointer-events: none;
}
.faq-aside .k{
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.faq-aside h3{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0 0 14px;
  color: var(--paper-2);
  text-wrap: balance;
}
.faq-aside p{
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(244,241,234,0.78);
  margin: 0 0 22px;
}
.faq-aside .btn{
  background: var(--accent);
  color: var(--navy-ink);
  border-color: var(--accent);
  box-shadow: 0 4px 14px rgba(184,146,74,0.3);
}
.faq-aside .btn:hover{ background: #C9A35A; border-color: #C9A35A; color: var(--navy-ink); transform: translateY(-2px); }

.aside-contact{
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(244,241,234,0.12);
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(244,241,234,0.6);
  line-height: 1.7;
}
.aside-contact a{ color: var(--accent); }

/* ═══════════════ FINAL CTA ═══════════════ */
.final-cta{
  padding: 120px 0;
  background:
    radial-gradient(ellipse 60% 60% at 80% 100%, rgba(184,146,74,0.14) 0%, transparent 60%),
    radial-gradient(ellipse 60% 60% at 10% 0%, rgba(20,48,74,0.08) 0%, transparent 60%),
    linear-gradient(180deg, var(--paper-2) 0%, var(--bg-2) 100%);
  border-top: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.final-cta::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 10%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 10%, transparent 70%);
  opacity: .5;
  pointer-events: none;
}
.final-cta .inner{
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 72px;
  align-items: center;
}
.final-cta .kicker{
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.final-cta h2{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.028em;
  color: var(--navy);
  margin: 0 0 22px;
  text-wrap: balance;
}
.final-cta h2 em{ font-style: italic; font-weight: 600; color: var(--accent); }
.final-cta p{
  font-size: 18px;
  line-height: 1.55;
  color: var(--body);
  margin: 0 0 30px;
  max-width: 48ch;
}
.final-cta .author-line{
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  margin-top: 30px;
}
.final-cta .author-line .avatar{
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--paper-2);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
}
.final-cta .author-line .name{ font-family: var(--font-display); font-weight: 600; color: var(--navy); display: block; font-size: 15px;}
.final-cta .author-line .role{ font-size: 13px; color: var(--muted); font-family: var(--font-display); }

.pilot-card{
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-lg);
}
.pilot-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.pilot-head h3{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--navy);
  margin: 0 0 4px;
  letter-spacing: -0.015em;
}
.pilot-head .sub{
  font-size: 13px;
  color: var(--muted);
  font-family: var(--font-display);
}
.pilot-price{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--green);
  background: var(--green-soft);
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: .02em;
}
.pilot-list{
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.pilot-list li{
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--body);
  padding-left: 28px;
  position: relative;
}
.pilot-list li::before{
  content: "";
  position: absolute;
  left: 0; top: 4px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--green-soft);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'><path d='M2.5 6.5l2.5 2.5 4.5-5' stroke='%232F7D5B' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.pilot-cta{
  display: block;
  padding: 16px 20px;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15.5px;
  border-radius: 12px;
  text-align: center;
  transition: all .18s ease;
  border: 1px solid var(--navy);
}
.pilot-cta:hover{
  background: var(--navy-2);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(20,48,74,0.28);
}
.pilot-cta .email{
  font-family: var(--font-mono);
  font-weight: 500;
  color: var(--accent-soft);
  font-size: 13px;
  display: block;
  margin-top: 4px;
  letter-spacing: 0;
}
.pilot-note{
  margin-top: 16px;
  font-size: 12.5px;
  color: var(--muted);
  text-align: center;
  font-family: var(--font-display);
}

/* ═══════════════ FOOTER ═══════════════ */
.footer{
  background: var(--navy-ink);
  color: rgba(244,241,234,0.65);
  padding: 64px 0 28px;
}
.footer-inner{
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(244,241,234,0.08);
}
.footer-brand{ max-width: 38ch; }
.footer-brand .brand-lockup{ color: var(--paper-2); margin-bottom: 20px; }
.footer-brand .brand-lockup .kicker{ color: rgba(244,241,234,0.55); }
.footer-brand .brand-lockup img{ background: var(--paper); border-color: transparent; width: 64px; height: 64px; }
.footer-brand p{
  font-size: 14px;
  line-height: 1.55;
  color: rgba(244,241,234,0.6);
  margin: 0 0 20px;
}
.footer-brand .email{
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--accent);
}
.footer-col h5{
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 18px;
}
.footer-col ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col a{
  font-family: var(--font-display);
  font-size: 14px;
  color: rgba(244,241,234,0.7);
  transition: color .15s ease;
}
.footer-col a:hover{ color: var(--accent); }
.footer-bottom{
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: rgba(244,241,234,0.45);
  flex-wrap: wrap;
  gap: 12px;
}

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width: 1100px){
  .hero-inner{ grid-template-columns: 1fr; gap: 60px; }
  .demo-card{ transform: none; }
  .demo-float.tl{ left: 0; }
  .demo-float.br{ right: 0; }
  .story-inner{ grid-template-columns: 1fr; gap: 40px; }
  .story-visual{ aspect-ratio: auto; min-height: 360px; max-width: 520px; margin: 0 auto; padding: 36px; }
  .pillars{ grid-template-columns: repeat(2, 1fr); }
  .module-grid{ grid-template-columns: repeat(2, 1fr); }
  .module:nth-child(3n){ border-right: 1px solid var(--line); }
  .module:nth-child(2n){ border-right: none; }
  .module:nth-last-child(-n+3){ border-bottom: 1px solid var(--line); }
  .module:nth-last-child(-n+2){ border-bottom: none; }
  .faq-grid{ grid-template-columns: 1fr; gap: 40px; }
  .faq-aside{ position: static; }
  .final-cta .inner{ grid-template-columns: 1fr; gap: 40px; }
  .footer-inner{ grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 720px){
  .container{ padding: 0 22px; }
  .nav-links{ display: none; }
  .hero{ padding: 48px 0 70px; }
  .hero-logo{ width: 180px; height: 180px; border-radius: 28px; margin: 0 auto -0.5rem; }
  .hero-demo{ height: 480px; }
  .section{ padding: 70px 0; }
  .story{ padding: 64px 0; }
  .final-cta{ padding: 80px 0; }
  .pillars{ grid-template-columns: 1fr; }
  .module-grid{ grid-template-columns: 1fr; }
  .module{ border-right: none !important; }
  .module:last-child{ border-bottom: none; }
  .module:not(:last-child){ border-bottom: 1px solid var(--line) !important; }
  .steps{ grid-template-columns: 1fr; gap: 32px; }
  .steps::before{ display: none; }
  .modules-head{ grid-template-columns: 1fr; }
  .modules-counter{ text-align: left; }
  .footer-inner{ grid-template-columns: 1fr; gap: 32px; }
  .pilot-card{ padding: 24px; }
  .demo-float{ display: none; }
}
