/* ────────────────────────────────────────────────────────────
   Reset + base
   ──────────────────────────────────────────────────────────── */
:root {
  --color-accent: #0066cc;
  --color-accent-dark: #0077ed;
  --color-green: #0F7038;        /* INSEAD-style deep green */
  --color-green-light: #1FA160;
  --color-green-bg: rgba(15, 112, 56, 0.08);
  --color-green-border: rgba(15, 112, 56, 0.22);
}
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

/* ───────── scroll-triggered fade-up ───────── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease-out, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
body {
  margin: 0;
  background: #ffffff;
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.47059;
  letter-spacing: -0.022em;
  font-weight: 400;
}
img { display: block; max-width: 100%; }

a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.18s ease;
}
a:hover { color: #0077ed; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }

.container { max-width: 1080px; margin: 0 auto; padding: 0 22px; }
.container-narrow { max-width: 692px; margin: 0 auto; padding: 0 22px; }

/* ────────────────────────────────────────────────────────────
   Nav
   ──────────────────────────────────────────────────────────── */
nav.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
nav.site .row {
  max-width: 1080px; margin: 0 auto;
  padding: 0 22px; height: 52px;
  display: flex; align-items: center; justify-content: space-between;
}
nav.site .brand {
  font-size: 17px; font-weight: 500; color: #1d1d1f;
  letter-spacing: -0.022em;
}
nav.site .brand a { color: inherit; }
nav.site .links { display: flex; align-items: center; gap: 22px; font-size: 13px; }
nav.site .links a {
  color: #1d1d1f; opacity: 0.88;
  transition: opacity 0.18s ease;
}
nav.site .links a:hover { opacity: 1; text-decoration: none; }
@media (max-width: 640px) {
  nav.site .links a:not(.btn-ghost) { display: none; }
}

/* ────────────────────────────────────────────────────────────
   Hero — two-column on desktop, stacks on mobile
   ──────────────────────────────────────────────────────────── */
section.hero {
  padding: 64px 22px 56px;
}
@media (min-width: 880px) {
  section.hero { padding: 96px 22px 96px; }
}

.hero-grid {
  max-width: 1080px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 880px) {
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 72px;
  }
}

.hero-copy { order: 1; }
.hero-portrait { order: 2; justify-self: center; }
@media (min-width: 880px) {
  .hero-copy { order: 1; }
  .hero-portrait { order: 2; justify-self: end; }
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.008em;
  color: var(--color-green);
  background: var(--color-green-bg);
  padding: 6px 14px;
  border-radius: 980px;
  margin: 0 0 22px;
}
.hero-kicker::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--color-green);
  animation: pulseDot 2.4s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.55; transform: scale(0.7); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-kicker::before { animation: none; }
}

h1.hero-title {
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 600;
  margin: 0 0 18px;
  max-width: 14ch;
  color: #1d1d1f;
}
h1.hero-title .accent { color: #0066cc; display: block; }

p.hero-dek {
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.4;
  letter-spacing: -0.016em;
  color: #6e6e73;
  font-weight: 400;
  margin: 0 0 32px;
  max-width: 36ch;
}

p.cta-sub {
  font-size: 13px;
  color: #6e6e73;
  margin: 10px 0 0;
  letter-spacing: -0.01em;
}

/* hero promise — used as the lead sub-headline now */
p.hero-promise {
  font-size: 15px;
  color: #424245;
  letter-spacing: -0.014em;
  line-height: 1.5;
  margin: 0 0 28px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  max-width: 36ch;
}
p.hero-promise strong {
  color: var(--color-green);
  font-weight: 600;
}
/* lead variant: promotes the promise to subhead role (replaces hero-dek) */
p.hero-promise--lead {
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.45;
  color: #6e6e73;
  margin: 0 0 32px;
  padding: 0;
  border-top: none;
  max-width: 40ch;
}
p.hero-promise--lead strong {
  color: var(--color-green);
  font-weight: 600;
}

/* ────────────────────────────────────────────────────────────
   Testimonials
   ──────────────────────────────────────────────────────────── */
section.testimonials {
  background:
    radial-gradient(800px 400px at 50% 0%, rgba(15, 112, 56, 0.04), transparent 70%),
    #ffffff;
}
section.testimonials .quotes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media (min-width: 768px) {
  section.testimonials .quotes { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
.quote {
  background: #ffffff;
  border-radius: 22px;
  padding: 30px 30px 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex; flex-direction: column; gap: 16px;
  position: relative;
}
.quote::before {
  content: "“";
  font-family: Georgia, "Times New Roman", serif;
  position: absolute;
  top: 10px; left: 22px;
  font-size: 56px;
  line-height: 1;
  color: var(--color-green);
  opacity: 0.35;
  pointer-events: none;
}
.quote blockquote {
  margin: 22px 0 0; padding: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.014em;
  color: #1d1d1f;
  flex: 1;
}
.quote blockquote::before, .quote blockquote::after { content: none; }
.quote .attribution {
  display: flex; align-items: center; gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.quote .avatar {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--color-green-bg);
  color: var(--color-green);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 600;
  letter-spacing: -0.01em;
}
.quote .attribution .who {
  display: flex; flex-direction: column;
  font-size: 13px;
  line-height: 1.35;
}
.quote .attribution .who strong {
  color: #1d1d1f;
  font-weight: 600;
  letter-spacing: -0.012em;
}
.quote .attribution .who span {
  color: #6e6e73;
  font-size: 12px;
  letter-spacing: -0.008em;
}
@media (max-width: 640px) {
  .quote { padding: 26px 22px 22px; }
  .quote blockquote { font-size: 15px; }
}

.cta-row { display: inline-flex; gap: 14px; align-items: center; flex-wrap: wrap; }

/* portrait — green-tinted glow + floating credential badge */
.hero-portrait {
  position: relative;
}
.hero-portrait img {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top center;
  border-radius: 28px;
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.10),
    0 0 0 1px rgba(15, 112, 56, 0.06),
    -28px 28px 0 -16px rgba(15, 112, 56, 0.10);
}
@media (max-width: 879px) {
  .hero-portrait img { max-width: 240px; }
  .hero-portrait img { box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08); }
}
.hero-portrait .credential-badge {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border-radius: 980px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  color: #1d1d1f;
  letter-spacing: -0.01em;
  white-space: nowrap;
  display: inline-flex; align-items: center; gap: 8px;
}
.hero-portrait .credential-badge .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--color-green);
}

/* ────────────────────────────────────────────────────────────
   Built-at strip
   ──────────────────────────────────────────────────────────── */
section.builtat {
  padding: 36px 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #fbfbfd;
}
.builtat .row {
  max-width: 1080px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.builtat .label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: #6e6e73;
  font-weight: 500;
}
.builtat .marks {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 4px 0;
}
.builtat .marks li {
  position: relative;
  padding: 0 22px;
  font-size: 14px;
  color: #1d1d1f;
  font-weight: 500;
  letter-spacing: -0.014em;
  line-height: 1.4;
}
.builtat .marks li + li::before {
  content: "·";
  position: absolute;
  left: -4px; top: 50%;
  transform: translateY(-50%);
  color: #c7c7cc;
}
@media (max-width: 480px) {
  .builtat .marks li { padding: 0 14px; font-size: 13px; }
}

/* ────────────────────────────────────────────────────────────
   Buttons
   ──────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 980px;
  padding: 13px 24px;
  font-size: 15px; font-weight: 400;
  letter-spacing: -0.012em;
  transition: background 0.18s ease, transform 0.1s ease, color 0.18s ease;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, #0066cc 0%, #0F7038 100%);
  background-size: 200% 200%;
  background-position: 0% 0%;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 102, 204, 0.18);
  transition: background-position 0.4s ease, box-shadow 0.18s ease, transform 0.1s ease;
}
.btn-primary:hover {
  background-position: 100% 100%;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(15, 112, 56, 0.22);
}
.btn-primary:active { transform: scale(0.99); }
.btn-secondary {
  background: #ffffff;
  color: var(--color-green);
  border: 1.5px solid var(--color-green);
  transition: background 0.18s ease, color 0.18s ease, transform 0.1s ease, border-color 0.18s ease;
  box-shadow: 0 4px 14px rgba(15, 112, 56, 0.08);
}
.btn-secondary:hover {
  background: var(--color-green);
  color: #ffffff;
  text-decoration: none;
  border-color: var(--color-green);
}
.btn-secondary:active { transform: scale(0.99); }

.btn-ghost {
  background: transparent;
  color: #0066cc;
  padding: 13px 0;
}
.btn-ghost:hover { color: #0077ed; text-decoration: none; }
.btn-ghost::after { content: " ›"; margin-left: 2px; transition: transform 0.18s ease; display: inline-block; }
.btn-ghost:hover::after { transform: translateX(3px); }

/* ────────────────────────────────────────────────────────────
   Section common
   ──────────────────────────────────────────────────────────── */
section.scene { padding: 96px 22px; }
@media (min-width: 768px) { section.scene { padding: 120px 22px; } }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 500;
  color: #6e6e73;
  margin: 0 0 14px;
}
.eyebrow.center { text-align: center; }
.eyebrow.accent { color: var(--color-green); }

h2.section-title {
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.07;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin: 0 0 18px;
  color: #1d1d1f;
  max-width: 22ch;
}
h2.section-title.center { margin-left: auto; margin-right: auto; text-align: center; }

p.section-lede {
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.43;
  letter-spacing: -0.016em;
  color: #6e6e73;
  margin: 0 0 48px;
  max-width: 56ch;
}
p.section-lede.center { margin-left: auto; margin-right: auto; text-align: center; }

section.alt { background: #fbfbfd; }

/* ────────────────────────────────────────────────────────────
   Four-pillar grid
   ──────────────────────────────────────────────────────────── */
.pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
}
@media (min-width: 768px) { .pillars { grid-template-columns: repeat(2, 1fr); gap: 20px; } }

.pillar {
  background: #ffffff;
  border-radius: 22px;
  padding: 36px 32px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex; flex-direction: column; gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pillar:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}
.pillar .num {
  font-size: 13px; font-weight: 500;
  color: #0066cc;
  letter-spacing: -0.012em;
  font-feature-settings: "tnum";
  margin: 0;
}
.pillar h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.16667;
  letter-spacing: -0.026em;
  font-weight: 600;
  color: #1d1d1f;
}
.pillar p {
  margin: 0;
  font-size: 16px;
  line-height: 1.47;
  letter-spacing: -0.014em;
  color: #424245;
}

/* ────────────────────────────────────────────────────────────
   Chief of Staff — hub layout (7 cards + central core + VS Code bg)
   ──────────────────────────────────────────────────────────── */
.cos-hub {
  position: relative;
  margin-top: 32px;
  isolation: isolate;
}
.cos-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 880px) {
  /* legacy 7-card layout (kept for safety, no longer used) */
  .cos-grid:not(.cos-grid--four) {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px 24px;
    grid-template-areas:
      "p1 p2 p3"
      "p4 core p5"
      "p6 p7 ___";
  }
  .cos-grid:not(.cos-grid--four) .cos-cell.pos-1 { grid-area: p1; }
  .cos-grid:not(.cos-grid--four) .cos-cell.pos-2 { grid-area: p2; }
  .cos-grid:not(.cos-grid--four) .cos-cell.pos-3 { grid-area: p3; }
  .cos-grid:not(.cos-grid--four) .cos-cell.pos-4 { grid-area: p4; }
  .cos-grid:not(.cos-grid--four) .cos-cell.pos-5 { grid-area: p5; }
  .cos-grid:not(.cos-grid--four) .cos-cell.pos-6 { grid-area: p6; }
  .cos-grid:not(.cos-grid--four) .cos-cell.pos-7 { grid-area: p7; }
  .cos-grid:not(.cos-grid--four) .cos-core      { grid-area: core; }

  /* NEW 4-card layout: core spans 2 rows in the middle column */
  .cos-grid--four {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 22px 24px;
    grid-template-areas:
      "p1 core p2"
      "p3 core p4";
  }
  .cos-grid--four .cos-cell.pos-1 { grid-area: p1; }
  .cos-grid--four .cos-cell.pos-2 { grid-area: p2; }
  .cos-grid--four .cos-cell.pos-3 { grid-area: p3; }
  .cos-grid--four .cos-cell.pos-4 { grid-area: p4; }
  .cos-grid--four .cos-core      { grid-area: core; min-height: auto; }
}

.cos-cell {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(140%) blur(6px);
  -webkit-backdrop-filter: saturate(140%) blur(6px);
  border-radius: 22px;
  padding: 26px 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  display: flex; flex-direction: column; gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.cos-cell:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  border-color: rgba(15, 112, 56, 0.20);
}
.cos-cell .num {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-green);
  margin: 0;
}
.cos-cell h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -0.022em;
  font-weight: 600;
  color: #1d1d1f;
}
.cos-cell p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.5;
  letter-spacing: -0.012em;
  color: #424245;
}
.cos-cell em {
  font-style: italic;
  color: #6e6e73;
}

/* central core */
.cos-core {
  display: flex; justify-content: center; align-items: center;
  position: relative;
  min-height: 220px;
}
.cos-core-inner {
  position: relative;
  width: 200px; height: 200px;
  display: flex; align-items: center; justify-content: center;
}
.cos-core-ring,
.cos-core-ring.r2 {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid var(--color-green);
  opacity: 0.45;
  animation: coreRing 3.4s ease-out infinite;
}
.cos-core-ring.r2 { animation-delay: 1.6s; }
@keyframes coreRing {
  0%   { transform: scale(0.85); opacity: 0.65; }
  100% { transform: scale(1.5);  opacity: 0;    }
}
@media (prefers-reduced-motion: reduce) {
  .cos-core-ring, .cos-core-ring.r2 { animation: none; opacity: 0.25; }
}
.cos-core-circle {
  position: relative;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0066cc 0%, #0F7038 100%);
  color: #ffffff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow:
    0 14px 36px rgba(15, 112, 56, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.30) inset;
  text-align: center; padding: 0 18px;
}
.cos-core-circle::before {
  content: "";
  position: absolute; inset: -3px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0066cc, #0F7038);
  filter: blur(14px);
  opacity: 0.45;
  z-index: -1;
}
.cos-core-label {
  font-size: 15px; font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 1.1;
  margin-bottom: 4px;
}
.cos-core-sub {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 400;
}

/* mobile: stack everything in a single column, core appears between groups */
@media (max-width: 879px) {
  .cos-core { order: 4; min-height: 180px; margin: 8px 0; }
  .cos-cell.pos-4 { order: 5; }
  .cos-cell.pos-5 { order: 6; }
  .cos-cell.pos-6 { order: 7; }
  .cos-cell.pos-7 { order: 8; }
  .cos-grid { display: flex; flex-direction: column; }
  .cos-grid--four { display: flex; flex-direction: column; }
  .cos-grid--four .cos-core { order: 3; }
  .cos-grid--four .cos-cell.pos-3 { order: 4; }
  .cos-grid--four .cos-cell.pos-4 { order: 5; }
}

/* ────────────────────────────────────────────────────────────
   "What it ISN'T" panel — differentiator callout
   ──────────────────────────────────────────────────────────── */
.cos-notthis {
  position: relative; z-index: 2;
  max-width: 720px; margin: 36px auto 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 4px solid #c84545;
  border-radius: 18px;
  padding: 24px 28px;
}
.cos-notthis .label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: #c84545;
  margin: 0 0 12px;
}
.cos-notthis ul {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 720px) { .cos-notthis ul { grid-template-columns: 1fr 1fr; gap: 12px 28px; } }
.cos-notthis li {
  font-size: 14.5px;
  line-height: 1.5;
  color: #424245;
  letter-spacing: -0.012em;
}
.cos-notthis li .strike {
  display: inline;
  text-decoration: line-through;
  text-decoration-color: rgba(200, 69, 69, 0.55);
  text-decoration-thickness: 1.5px;
  color: #1d1d1f;
  font-weight: 500;
  margin-right: 4px;
}

/* ────────────────────────────────────────────────────────────
   Chief of Staff timeline — Month 1 / 3 / 6
   ──────────────────────────────────────────────────────────── */
.cos-timeline {
  position: relative; z-index: 2;
  margin: 44px auto 0;
  max-width: 1080px;
}
.cos-timeline-label {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 11px;
  font-weight: 500;
  color: #6e6e73;
  margin: 0 0 16px;
}
.cos-timeline-stops {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  position: relative;
}
@media (min-width: 720px) {
  .cos-timeline-stops {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  /* connecting line between stops, behind cards */
  .cos-timeline-stops::before {
    content: "";
    position: absolute;
    left: 18%; right: 18%; top: 28px; height: 2px;
    background: linear-gradient(90deg, var(--color-green) 0%, var(--color-accent) 100%);
    opacity: 0.32;
    border-radius: 999px;
    z-index: 0;
  }
}
.cos-tl {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 24px 22px;
  position: relative;
  z-index: 1;
  display: flex; flex-direction: column; gap: 8px;
}
.cos-tl .when {
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--color-green);
  background: var(--color-green-bg);
  padding: 4px 10px;
  border-radius: 999px;
  align-self: flex-start;
}
.cos-tl.m6 .when { color: var(--color-accent); background: rgba(0, 102, 204, 0.08); }
.cos-tl h4 {
  margin: 6px 0 2px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.022em;
  color: #1d1d1f;
}
.cos-tl p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #424245;
  letter-spacing: -0.012em;
}

/* ────────────────────────────────────────────────────────────
   VS Code mockup background (fills the entire section)
   ──────────────────────────────────────────────────────────── */
section.has-vscode-bg { position: relative; overflow: hidden; }
.vscode-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.10;
  overflow: hidden;
}
@media (max-width: 879px) { .vscode-bg { opacity: 0.06; } }
section.has-vscode-bg > .container { position: relative; z-index: 2; }
.vsc-window {
  width: 100%; height: 100%;
  background: #1e1e1e;
  border-radius: 14px;
  border: 1px solid #2a2a2a;
  display: flex; flex-direction: column;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  color: #d4d4d4;
}
.vsc-titlebar {
  height: 28px; flex-shrink: 0;
  background: #1e1e1e;
  border-bottom: 1px solid #2a2a2a;
  display: flex; align-items: center; gap: 6px;
  padding: 0 12px;
  font-size: 12px;
  color: #888;
}
.vsc-titlebar .dot {
  width: 11px; height: 11px; border-radius: 50%;
}
.vsc-titlebar .dot.r { background: #ff5f57; }
.vsc-titlebar .dot.y { background: #ffbd2e; }
.vsc-titlebar .dot.g { background: #28c940; }
.vsc-titlebar .vsc-path { margin-left: 20px; font-size: 11px; }
.vsc-body { flex: 1; display: flex; min-height: 0; }
.vsc-sidebar {
  width: 280px;
  background: #252526;
  border-right: 1px solid #2a2a2a;
  font-size: 11px;
  padding: 8px 0;
  overflow: hidden;
}
.vsc-explorer {
  padding: 6px 14px 10px;
  font-size: 10px;
  color: #888;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.vsc-tree .row {
  padding: 2px 14px;
  color: #cccccc;
  display: flex; align-items: center; gap: 4px;
  white-space: nowrap;
}
.vsc-tree .row .caret { color: #858585; font-size: 10px; width: 10px; display: inline-block; }
.vsc-tree .row.file { color: #d4d4d4; }
.vsc-editor {
  flex: 1;
  padding: 0;
  background: #1e1e1e;
  display: flex; flex-direction: column;
  min-width: 0;
}
.vsc-tab {
  height: 30px; flex-shrink: 0;
  background: #2d2d2d;
  border-right: 1px solid #2a2a2a;
  border-bottom: 1px solid #007acc;
  padding: 0 14px;
  display: inline-flex; align-items: center;
  font-size: 11px;
  color: #ffffff;
  align-self: flex-start;
}
.vsc-code {
  margin: 0;
  padding: 12px 14px;
  font-size: 11px;
  line-height: 1.5;
  color: #d4d4d4;
  white-space: pre;
  overflow: hidden;
}
.vsc-code .c1 { color: #6a9955; } /* comment hash */
.vsc-code .c2 { color: #6a9955; } /* comment text */
.vsc-code .c3 { color: #569cd6; } /* keys */
.vsc-code .c4 { color: #ce9178; } /* strings */
.vsc-code .c5 { color: #d4d4d4; } /* list dash */

/* old orbit styles preserved below for safety (unused now) */
.orbit { display: none; }
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  margin-top: 24px;
}
@media (min-width: 960px) {
  .orbit { grid-template-columns: 1.05fr 0.95fr; gap: 32px; }
}
.orbit-stage {
  display: flex; justify-content: center; align-items: center;
  width: 100%;
}
.orbit-svg {
  width: 100%; max-width: 560px; height: auto; display: block;
  user-select: none;
}
.orbit-ring {
  transform-origin: 320px 270px;
  animation: orbitSpin 80s linear infinite;
}
@keyframes orbitSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) { .orbit-ring { animation: none; } }

.orbit-pulse {
  transform-origin: 320px 270px;
  animation: corePulse 3.2s ease-in-out infinite;
}
@keyframes corePulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50%      { transform: scale(1.10); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .orbit-pulse { animation: none; } }

.orbit-node {
  cursor: pointer;
  transition: transform 0.18s ease;
}
.orbit-node circle.bg {
  fill: #ffffff;
  stroke: rgba(15, 112, 56, 0.4);
  stroke-width: 1.5;
  transition: stroke 0.2s ease, fill 0.2s ease, stroke-width 0.2s ease;
}
.orbit-node .ring {
  fill: none;
  stroke: var(--color-green);
  stroke-width: 2;
  opacity: 0;
  transform-origin: center;
  animation: nodePulse 1.8s ease-out infinite;
}
.orbit-node.active .ring { opacity: 0.55; }
.orbit-node.active circle.bg {
  fill: var(--color-green);
  stroke: var(--color-green);
  stroke-width: 2;
}
.orbit-node.active text.num { fill: #ffffff; }
.orbit-node text.num {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 12px;
  fill: var(--color-green);
  font-weight: 600;
  pointer-events: none;
}
.orbit-node text.label {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.014em;
  fill: #1d1d1f;
  pointer-events: none;
  opacity: 0.7;
}
.orbit-node.active text.label { opacity: 1; font-weight: 600; }
.orbit-node:hover circle.bg { stroke: var(--color-green); fill: rgba(15, 112, 56, 0.06); }
@keyframes nodePulse {
  0%   { transform: scale(1);    opacity: 0.55; }
  100% { transform: scale(1.45); opacity: 0; }
}

.orbit-spoke {
  stroke: url(#spokeGrad);
  stroke-width: 1.5;
  opacity: 0.45;
  transition: opacity 0.2s ease, stroke-width 0.2s ease;
}
.orbit-spoke.active { opacity: 1; stroke-width: 2.5; }

/* detail panel */
.orbit-detail {
  background: #ffffff;
  border-radius: 22px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.04);
  margin-top: 12px;
  min-height: 220px;
}
@media (min-width: 960px) {
  .orbit-detail { margin-top: 0; padding: 36px 36px 32px; }
}
.orbit-detail .num {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-green);
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  margin: 0 0 10px;
  display: inline-block;
  background: var(--color-green-bg);
  padding: 4px 12px;
  border-radius: 999px;
}
.orbit-detail h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.024em;
  font-weight: 600;
  color: #1d1d1f;
}
.orbit-detail p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.014em;
  color: #424245;
}
@media (max-width: 640px) {
  .orbit-detail { padding: 26px 22px; }
  .orbit-detail h3 { font-size: 21px; }
  .orbit-detail p { font-size: 15px; }
}

/* ────────────────────────────────────────────────────────────
   Why-this section — single column, prose only
   ──────────────────────────────────────────────────────────── */
/* why-block — two stacked sub-sections */
.why-block { max-width: 720px; }
.why-block + .block-rule { display: block; }
hr.block-rule {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 64px 0;
  max-width: 720px;
}
@media (min-width: 768px) { hr.block-rule { margin: 88px 0; } }

.why-prose { max-width: 640px; }
.why-prose p {
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: -0.018em;
  color: #424245;
  margin: 0 0 1em;
}
.why-prose p:last-child { margin-bottom: 0; }
.why-prose strong { color: #1d1d1f; font-weight: 500; }
@media (max-width: 640px) {
  .why-prose p { font-size: 17px; }
}

/* ───────── animated number ───────── */
.num-anim {
  font-variant-numeric: tabular-nums;
  display: inline-block;
  min-width: 1ch;
}

/* ────────────────────────────────────────────────────────────
   Reclaimed-hours chart (inside Outcomes section)
   ──────────────────────────────────────────────────────────── */
.chart-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0 0 28px;
}
@media (min-width: 768px) {
  .chart-card { padding: 36px 40px; }
}
.chart-header {
  display: flex; flex-wrap: wrap; align-items: baseline;
  justify-content: space-between; gap: 12px;
  margin-bottom: 18px;
}
.chart-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.018em;
  color: #1d1d1f;
}
.chart-header .legend {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px;
  color: #6e6e73;
}
.chart-header .legend .swatch {
  width: 10px; height: 3px; background: var(--color-green); border-radius: 2px;
}
.chart-svg {
  width: 100%; height: auto; display: block;
}
.chart-svg .axis line { stroke: rgba(0,0,0,0.08); stroke-width: 1; }
.chart-svg .axis text { fill: #6e6e73; font-size: 11px; font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace; }
.chart-svg .line {
  fill: none;
  stroke: var(--color-green);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.chart-svg.in-view .line { stroke-dashoffset: 0; }
.chart-svg .area {
  fill: url(#chartGradient);
  opacity: 0;
  transition: opacity 0.9s ease-in 0.6s;
}
.chart-svg.in-view .area { opacity: 1; }
.chart-svg .dot {
  fill: var(--color-green);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.chart-svg.in-view .dot { opacity: 1; transition-delay: 1.3s; }
.chart-svg .dot.last { r: 5; }
.chart-svg .label {
  fill: #1d1d1f; font-size: 11px; font-weight: 500;
  letter-spacing: -0.01em;
  opacity: 0;
  transition: opacity 0.5s ease 1.5s;
}
.chart-svg.in-view .label { opacity: 1; }
.chart-footnote {
  margin: 14px 0 0;
  font-size: 12px; color: #86868b;
}

/* ────────────────────────────────────────────────────────────
   AI Maturity Progression — 6-level stepper
   ──────────────────────────────────────────────────────────── */
.prog-stepper {
  position: relative;
  margin: 16px 0 36px;
}
.prog-track {
  position: absolute;
  left: 32px; right: 32px; top: 18px; height: 3px;
  background: linear-gradient(90deg, #5BC0DE 0%, #F0A726 20%, #2DB87E 40%, #9C5BD3 60%, #E26B43 80%, #5B6FE2 100%);
  border-radius: 999px;
  opacity: 0.85;
}
@media (max-width: 879px) {
  .prog-track { display: none; }
}
.prog-stops {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 880px) {
  .prog-stops {
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }
}
.prog-stop {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 18px 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  display: flex; flex-direction: column; gap: 6px;
  text-align: left;
}
@media (min-width: 880px) {
  .prog-stop { padding: 44px 16px 18px; }
}
.prog-stop .badge {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 13px; font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.01em;
  position: absolute; top: -10px; left: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border: 2px solid #ffffff;
}
@media (min-width: 880px) {
  .prog-stop .badge { top: 4px; left: 50%; transform: translateX(-50%); }
}
.prog-stop.l1 .badge { background: #5BC0DE; }
.prog-stop.l2 .badge { background: #F0A726; }
.prog-stop.l3 .badge { background: #2DB87E; }
.prog-stop.l4 .badge { background: #9C5BD3; }
.prog-stop.l5 .badge { background: #E26B43; }
.prog-stop.l6 .badge { background: #5B6FE2; }
.prog-stop.l1 { border-top: 3px solid #5BC0DE; }
.prog-stop.l2 { border-top: 3px solid #F0A726; }
.prog-stop.l3 { border-top: 3px solid #2DB87E; }
.prog-stop.l4 { border-top: 3px solid #9C5BD3; }
.prog-stop.l5 { border-top: 3px solid #E26B43; }
.prog-stop.l6 { border-top: 3px solid #5B6FE2; }
.prog-stop .title {
  font-size: 15px; font-weight: 600;
  margin: 4px 0 0;
  color: #1d1d1f;
  letter-spacing: -0.018em;
}
.prog-stop .theme {
  font-size: 11px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6e6e73;
}
.prog-stop .body {
  font-size: 13px;
  line-height: 1.5;
  color: #424245;
  margin: 4px 0 0;
  letter-spacing: -0.011em;
}

.prog-image {
  margin: 32px 0 32px;
  text-align: center;
}
.prog-image img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: inline-block;
}

.prog-cta {
  text-align: center;
  margin-top: 12px;
}
.prog-cta .btn { display: inline-flex; }
.prog-cta-sub {
  font-size: 13px;
  color: #6e6e73;
  margin: 12px 0 0;
}

/* ────────────────────────────────────────────────────────────
   Mid-page CTA — slim, softer than the bookend CTAs
   ──────────────────────────────────────────────────────────── */
section.midcta {
  padding: 56px 22px;
  background:
    radial-gradient(700px 240px at 50% 50%, rgba(15, 112, 56, 0.05), transparent 70%),
    #ffffff;
}
@media (min-width: 768px) { section.midcta { padding: 80px 22px; } }
.midcta-card {
  max-width: 720px; margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 4px solid var(--color-green);
  border-radius: 22px;
  padding: 40px 32px 36px;
  text-align: center;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) { .midcta-card { padding: 52px 56px 44px; } }
.midcta-card .eyebrow { margin: 0 0 12px; text-align: center; }
.midcta-card h3 {
  margin: 0 auto 12px;
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: -0.024em;
  font-weight: 600;
  color: #1d1d1f;
  max-width: 26ch;
}
@media (min-width: 768px) { .midcta-card h3 { font-size: 28px; } }
.midcta-card > p {
  margin: 0 auto 26px;
  max-width: 50ch;
  font-size: 15px;
  line-height: 1.55;
  color: #6e6e73;
  letter-spacing: -0.013em;
}
.midcta-card .btn { display: inline-flex; }

/* ────────────────────────────────────────────────────────────
   Pre-CTA recap — "What you're signing up for"
   ──────────────────────────────────────────────────────────── */
section.recap {
  padding: 80px 22px 0;
}
@media (min-width: 768px) { section.recap { padding: 96px 22px 0; } }
.recap-card {
  max-width: 880px; margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  padding: 36px 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) { .recap-card { padding: 44px 48px; } }
.recap-card .label {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.10em;
  color: var(--color-green);
  font-weight: 600;
  margin: 0 0 8px;
}
.recap-card h3 {
  margin: 0 0 26px;
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -0.024em;
  font-weight: 600;
  color: #1d1d1f;
}
@media (min-width: 768px) { .recap-card h3 { font-size: 30px; } }
.recap-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .recap-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 48px; }
  .recap-grid--three { grid-template-columns: repeat(3, 1fr); gap: 28px 32px; }
}
.recap-row { display: block; }
.recap-row .label-row {
  display: flex; align-items: center; gap: 10px;
  margin: 0 0 6px;
}
.recap-row .label-row .num {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-green);
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  background: var(--color-green-bg);
  padding: 2px 8px;
  border-radius: 999px;
  line-height: 1.4;
}
.recap-row .label-row dt {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em;
  color: #6e6e73; font-weight: 500; margin: 0;
}
.recap-row dd {
  margin: 0;
  font-size: 16px; line-height: 1.5;
  color: #1d1d1f;
  letter-spacing: -0.014em;
}

/* ────────────────────────────────────────────────────────────
   Mobile-tightening pass — small-screen refinements
   ──────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
  /* tighter section padding so mobile doesn't feel air-locked */
  section.scene { padding: 64px 22px; }
  section.cta { padding: 80px 22px; }
  section.builtat { padding: 28px 22px; }
  section.recap { padding: 64px 22px 0; }

  /* hero breathing room */
  section.hero { padding: 48px 22px 36px; }
  h1.hero-title { max-width: 18ch; }
  p.hero-dek { max-width: 100%; font-size: 17px; }
  .cta-row { width: 100%; }
  .cta-row .btn { width: 100%; justify-content: center; }
  .cta-row .btn-ghost { padding: 13px 0; }
  p.cta-sub { font-size: 12px; }

  /* keep navigation usable — hide ghost link too on very small screens, keep brand only */
  nav.site .links { gap: 12px; }
  nav.site .links a.btn-ghost {
    font-size: 13px;
    padding: 8px 14px !important;
    background: rgba(0, 102, 204, 0.08);
    border-radius: 980px;
    color: var(--color-accent) !important;
    text-decoration: none !important;
  }
  nav.site .links a.btn-ghost::after { content: " ›"; }

  /* pillars + caps + outcomes: full-width on small phones */
  .pillar { padding: 28px 24px; }
  .pillar h3 { font-size: 22px; }
  .cap { padding: 24px 0; }
  .outcome { padding: 26px 22px; }
  .outcome h3 { font-size: 20px; }
  .cadence-card { padding: 24px 22px; }
  .recap-card { padding: 28px 24px; border-radius: 22px; }

  /* faq tap target tight */
  details.faq-item summary { padding: 18px 36px 18px 0; }
  details.faq-item summary h3 { font-size: 17px; }
  details.faq-item > p { font-size: 15px; padding: 0 24px 0 0; }
  details.faq-item summary::after { right: 4px; width: 10px; height: 10px; }

  /* chart shrinks gracefully */
  .chart-card { padding: 22px 20px; }
  .chart-header h3 { font-size: 16px; }

  /* built-at marks wrap better */
  .builtat .marks { font-size: 13px; gap: 8px 18px; }
  .builtat .marks .dot { display: none; }
  .builtat .marks > span { padding: 2px 0; }
}
@media (max-width: 380px) {
  .hero-portrait img { max-width: 200px; }
  .hero-portrait .credential-badge { font-size: 11px; padding: 6px 12px; }
}
.why-grid .stat {
  display: inline-block;
  background: var(--color-green-bg);
  color: var(--color-green);
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}

.facts {
  background: #ffffff;
  border-radius: 22px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.facts dl { margin: 0; }
.facts dt {
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em;
  color: #6e6e73; font-weight: 500;
  margin-top: 22px;
}
.facts dt:first-child { margin-top: 0; }
.facts dd {
  margin: 6px 0 0;
  font-size: 17px;
  line-height: 1.41;
  color: #1d1d1f;
  letter-spacing: -0.016em;
}

/* ────────────────────────────────────────────────────────────
   Cadence — Monday/Mid-week/Friday
   ──────────────────────────────────────────────────────────── */
.cadence {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 56px;
}
@media (min-width: 768px) { .cadence { grid-template-columns: repeat(3, 1fr); gap: 20px; } }

.cadence-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.cadence-card .day {
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.10em;
  font-weight: 500; color: #0066cc;
  margin: 0 0 12px;
}
.cadence-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.024em;
  font-weight: 600;
  color: #1d1d1f;
}
.cadence-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.012em;
  color: #424245;
}

/* ────────────────────────────────────────────────────────────
   Working-on grid (the engagement examples)
   ──────────────────────────────────────────────────────────── */
.work-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.work-row {
  display: grid;
  grid-template-columns: 1fr;
  padding: 26px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  gap: 6px;
}
@media (min-width: 768px) { .work-row { grid-template-columns: 0.42fr 0.58fr; gap: 40px; align-items: baseline; } }
.work-row .what {
  font-size: 18px; font-weight: 500;
  color: #1d1d1f; letter-spacing: -0.018em;
  margin: 0;
}
.work-row .out {
  font-size: 16px; color: #6e6e73;
  letter-spacing: -0.014em; line-height: 1.45;
  margin: 0;
}

/* ────────────────────────────────────────────────────────────
   Outcomes grid — "What changes in 90 days"
   ──────────────────────────────────────────────────────────── */
.outcomes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) { .outcomes { grid-template-columns: repeat(2, 1fr); gap: 20px; } }

.outcome {
  background: #ffffff;
  border-radius: 22px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex; flex-direction: column; gap: 14px;
}
.outcome .metric {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-green);
  letter-spacing: 0.01em;
  background: var(--color-green-bg);
  padding: 5px 11px;
  border-radius: 999px;
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 7px;
}
.outcome .metric::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--color-green);
}
.outcome h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.024em;
  font-weight: 600;
  color: #1d1d1f;
}
.outcome p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.013em;
  color: #424245;
}
.outcome .precedent {
  font-size: 13px;
  color: #6e6e73;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 12px;
  margin: 4px 0 0;
}
.outcome .precedent strong { color: #1d1d1f; font-weight: 500; }

/* ────────────────────────────────────────────────────────────
   FAQ — native <details>/<summary> accordion
   ──────────────────────────────────────────────────────────── */
.faq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 8px;
}
details.faq-item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0;
}
details.faq-item:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
details.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  user-select: none;
  transition: color 0.18s ease;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary h3 {
  margin: 0;
  flex: 1;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #1d1d1f;
}
details.faq-item summary:hover h3 { color: var(--color-accent); }
/* chevron — separate span for reliable alignment */
details.faq-item summary .chevron {
  flex-shrink: 0;
  width: 11px; height: 11px;
  border-right: 1.6px solid #6e6e73;
  border-bottom: 1.6px solid #6e6e73;
  transform: rotate(45deg) translate(-2px, -2px);
  transform-origin: center;
  transition: transform 0.22s ease, border-color 0.18s ease;
  margin-right: 2px;
}
details.faq-item[open] summary .chevron {
  transform: rotate(-135deg) translate(-2px, -2px);
  border-color: var(--color-accent);
}
details.faq-item summary:hover .chevron { border-color: var(--color-accent); }
details.faq-item > p {
  margin: 0 0 22px;
  padding: 0 36px 0 0;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.014em;
  color: #424245;
  animation: faqFadeIn 0.25s ease-out;
}
@keyframes faqFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ────────────────────────────────────────────────────────────
   Final CTA
   ──────────────────────────────────────────────────────────── */
section.cta {
  text-align: center;
  padding: 120px 22px;
  position: relative;
  background:
    radial-gradient(900px 480px at 50% 100%, rgba(0, 102, 204, 0.06), transparent 70%),
    radial-gradient(900px 480px at 50% 0%, rgba(15, 112, 56, 0.06), transparent 70%),
    #ffffff;
}
section.cta h2 {
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 600;
  margin: 0 auto 18px;
  max-width: 18ch;
  color: #1d1d1f;
}
section.cta p {
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.43;
  letter-spacing: -0.016em;
  color: #6e6e73;
  margin: 0 auto 36px;
  max-width: 44ch;
}

/* ────────────────────────────────────────────────────────────
   Footer
   ──────────────────────────────────────────────────────────── */
footer.site {
  background: #f5f5f7;
  font-size: 12px;
  color: #6e6e73;
  padding: 30px 22px;
}
footer.site .row {
  max-width: 1080px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
footer.site a { color: #6e6e73; }
footer.site a:hover { color: #1d1d1f; text-decoration: underline; text-underline-offset: 3px; }
