:root {
  --font-geist-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --ink: #18342b;
  --ink-deep: #0b2e24;
  --green: #0b5a45;
  --lime: #dfff73;
  --paper: #fbfcf8;
  --mist: #f1f4ee;
  --line: #d9dfd7;
  --muted: #65736d;
  --warm: #f4efe5;
  --red: #d85a44;
  --shadow: 0 24px 70px rgba(17, 55, 43, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section-space { padding: 118px 0; }
.eyebrow {
  margin: 0 0 20px;
  color: var(--green);
  font: 700 11px/1 var(--font-geist-mono), monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(216, 224, 216, .9);
  background: rgba(251, 252, 248, .9);
  backdrop-filter: blur(16px);
}
.nav-wrap { display: flex; align-items: center; min-height: 76px; gap: 36px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; width: fit-content; color: #12231d; font-family: Georgia, serif; font-size: 27px; font-weight: 700; letter-spacing: -.05em; }
.wordmark-mark { width: 31px; height: 31px; display: flex; align-items: flex-end; justify-content: center; gap: 3px; padding: 6px; border-radius: 50%; background: #123f32; transform: rotate(-10deg); }
.wordmark-mark i { display: block; width: 4px; border-radius: 3px; background: #cef275; }
.wordmark-mark i:nth-child(1) { height: 8px; }
.wordmark-mark i:nth-child(2) { height: 16px; }
.wordmark-mark i:nth-child(3) { height: 12px; }
.nav-wrap nav { display: flex; gap: 28px; margin-left: auto; }
.nav-wrap nav a { color: #52635c; font-size: 13px; font-weight: 550; transition: color .2s; }
.nav-wrap nav a:hover { color: var(--green); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 42px; padding: 0 18px; border-radius: 5px; background: var(--ink-deep); color: white; font-size: 12px; font-weight: 700; white-space: nowrap; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(14, 53, 41, .16); }
.button-primary { background: var(--lime); color: #16362c; }
.button-dark { background: var(--ink-deep); color: white; }
.button span { font-size: 18px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(470px, .98fr);
  gap: 76px;
  align-items: center;
  min-height: 735px;
  padding-top: 84px;
  padding-bottom: 92px;
}
.hero-copy h1 {
  max-width: 650px;
  margin-bottom: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(55px, 5.4vw, 78px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .99;
}
.hero-copy h1 em { color: var(--green); font-style: italic; }
.hero-lede { max-width: 610px; margin-bottom: 33px; color: #54655e; font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.text-link { color: var(--green); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 8px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.trust-line span { display: inline-flex; align-items: center; gap: 8px; color: #63716b; font-size: 11px; font-weight: 650; }
.trust-line span::before { width: 6px; height: 6px; border-radius: 50%; background: var(--green); content: ""; }

.hero-command {
  position: relative;
  overflow: hidden;
  min-height: 555px;
  padding: 26px;
  border: 1px solid #1b5947;
  border-radius: 14px;
  background: #0a3026;
  color: white;
  box-shadow: 0 35px 90px rgba(6, 45, 34, .24);
}
.command-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 28px 28px; }
.command-grid::after { position: absolute; width: 320px; height: 320px; right: -120px; top: -100px; border-radius: 50%; background: rgba(223,255,115,.25); filter: blur(70px); content: ""; }
.command-top, .source-flow, .command-signal, .command-insight, .command-action { position: relative; z-index: 1; }
.command-top { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.14); font: 700 9px/1 var(--font-geist-mono), monospace; letter-spacing: .1em; }
.command-top span { display: flex; align-items: center; gap: 8px; color: #dff6e8; }
.command-top span i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(223,255,115,.08); }
.command-top b { color: #7fa696; }
.source-flow { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 22px 0; }
.source-flow span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 4px; background: rgba(255,255,255,.05); color: #d9e8e1; font-size: 9px; font-weight: 650; }
.source-flow i { color: #6e9b8a; font-style: normal; }
.command-signal { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 18px; border-radius: 7px; background: rgba(255,255,255,.07); }
.command-signal > span { grid-column: 1 / -1; color: #8db4a4; font: 700 8px/1 var(--font-geist-mono), monospace; letter-spacing: .1em; }
.command-signal strong { display: flex; justify-content: space-between; padding: 13px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 5px; font-size: 12px; }
.command-signal strong b { color: var(--lime); }
.command-signal strong em { color: #ff9d89; font-style: normal; }
.command-insight { margin: 12px 0; padding: 20px; border-left: 3px solid var(--lime); border-radius: 4px; background: #123f33; }
.command-insight > span, .command-action > span { color: #96bdad; font: 700 8px/1 var(--font-geist-mono), monospace; letter-spacing: .1em; }
.command-insight h3 { margin: 12px 0 7px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; line-height: 1.2; }
.command-insight p { margin: 0; color: #a7c3b7; font-size: 10px; }
.command-action { display: grid; grid-template-columns: 1fr auto; gap: 10px 16px; padding: 20px; border: 1px solid rgba(223,255,115,.35); border-radius: 6px; background: rgba(223,255,115,.09); }
.command-action > span { grid-column: 1 / -1; }
.command-action b { font-family: Georgia, serif; font-size: 15px; font-weight: 400; line-height: 1.45; }
.command-action i { align-self: center; padding: 7px 10px; border-radius: 999px; background: var(--lime); color: var(--ink-deep); font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; white-space: nowrap; }

.logo-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.strip-content { display: grid; grid-template-columns: 220px 1fr; align-items: center; min-height: 110px; gap: 40px; }
.strip-label { color: #66756f; font: 700 9px/1.5 var(--font-geist-mono), monospace; letter-spacing: .1em; }
.brand-list { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand-tool { display: inline-flex; align-items: center; gap: 10px; color: #44564f; font-size: 12px; }
.brand-icon { display: grid; width: 27px; height: 27px; place-items: center; }
.brand-icon img { width: 21px; height: 21px; object-fit: contain; }

.section-intro h2, .results-copy h2, .boundary-heading h2, .diagnostic-copy h2, .continuity-copy h2, .faq-heading h2 {
  margin-bottom: 22px;
  font-family: Georgia, serif;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.06;
}
.split-intro { display: grid; grid-template-columns: 180px 1.25fr .65fr; gap: 38px; align-items: start; }
.split-intro h2 { margin: 0; }
.split-intro h2 span { color: var(--green); }
.split-intro > p:last-child { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.problem-section { background: var(--mist); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 66px; }
.problem-grid > article { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 240px; grid-template-rows: auto auto 1fr; gap: 0 28px; min-height: 335px; padding: 30px; border: 1px solid #d7ddd5; border-radius: 9px; background: var(--paper); transition: transform .25s, box-shadow .25s; }
.problem-grid > article:hover { transform: translateY(-4px); box-shadow: 0 22px 55px rgba(21, 57, 45, .1); }
.problem-grid > article.problem-wide { grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr) 500px; min-height: 270px; }
.card-index { grid-column: 1; color: var(--green); font: 700 9px/1 var(--font-geist-mono), monospace; letter-spacing: .1em; }
.problem-grid h3 { grid-column: 1; max-width: 330px; margin: 37px 0 14px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; line-height: 1.16; }
.problem-grid p { grid-column: 1; max-width: 360px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.problem-visual { grid-column: 2; grid-row: 1 / 4; align-self: center; min-height: 230px; padding: 18px; border: 1px solid #dce2da; border-radius: 7px; background: white; box-shadow: 0 13px 34px rgba(29, 61, 50, .07); }
.visual-kicker { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid #e3e7e1; font: 700 8px/1 var(--font-geist-mono), monospace; letter-spacing: .08em; }
.visual-kicker span { color: #7b8882; }
.visual-kicker b { color: var(--green); }
.journey-track { display: flex; justify-content: space-between; align-items: center; margin: 55px 10px 16px; height: 2px; background: #bfd1c7; }
.journey-track i { width: 12px; height: 12px; border: 3px solid white; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.journey-track i.lost { background: #f5b6a8; box-shadow: 0 0 0 1px var(--red), 0 0 0 8px #fff2ee; }
.journey-values { display: flex; justify-content: space-between; text-align: center; }
.journey-values span { display: grid; gap: 3px; }
.journey-values b { font-size: 11px; }
.journey-values small { color: #89958f; font-size: 7px; }
.journey-values .lost-value b { color: var(--red); }
.claim-list { display: grid; gap: 9px; margin-top: 18px; }
.claim-list > span { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 8px; padding: 11px; border-radius: 4px; background: #f4f6f2; color: #55665f; font-size: 9px; }
.claim-list i { width: 7px; height: 7px; border-radius: 50%; }
.google-dot { background: #4285f4; }.meta-dot { background: #0a66ff; }.email-dot { background: #df7549; }
.claim-list b { color: var(--red); font-size: 10px; }
.visual-warning { margin-top: 13px; padding: 9px; border-radius: 4px; background: #fff1ed; color: #aa4b37; font-size: 8px; font-weight: 750; text-align: center; }
.signal-numbers { display: grid; grid-template-columns: 1fr auto 1fr; gap: 9px; align-items: center; margin-top: 8px; }
.signal-numbers span { display: grid; gap: 7px; padding: 13px 8px; border-radius: 4px; background: #f3f6f1; text-align: center; }
.signal-numbers small { color: #7c8b84; font-size: 7px; }
.signal-numbers b { font-size: 21px; }
.signal-numbers > i { color: #9ca9a3; font-style: normal; }
.signal-numbers .signal-loss b { color: var(--red); }
.signal-bar { margin: 16px 0; }
.signal-bar i { display: block; height: 5px; border-radius: 99px; background: #e5e9e3; }
.signal-bar i u { display: block; width: 62%; height: 100%; border-radius: inherit; background: var(--red); }
.signal-bar span { display: block; margin-top: 6px; color: var(--red); font-size: 7px; text-align: right; }
.platform-state { display: grid; gap: 7px; padding: 11px; border-left: 3px solid #e78771; background: #fff5f2; }
.platform-state span { color: #9a6b60; font-size: 7px; font-weight: 700; }
.platform-state b { font-size: 9px; }
.analysis-visual { display: grid; align-content: center; gap: 7px; }
.analysis-visual > span { display: grid; gap: 5px; padding: 11px; border: 1px solid #e0e5df; border-radius: 4px; background: #f8faf6; }
.analysis-visual > span small { color: #829087; font-size: 7px; font-weight: 750; }
.analysis-visual > span b { font-size: 10px; }
.analysis-visual > i { color: #8ca097; font-size: 10px; font-style: normal; text-align: center; }
.analysis-visual .analysis-result { border-color: #b9d286; background: #f5fbdc; }
.analysis-visual .analysis-result b { color: #355a38; }
.control-visual { display: grid; min-height: 190px; align-content: center; }
.change-pill { justify-self: start; padding: 8px 11px; border-radius: 3px; background: #ecf0eb; color: #67776f; font: 700 8px/1 var(--font-geist-mono), monospace; }
.tracking-chain { display: flex; align-items: center; justify-content: space-between; margin: 26px 0; }
.tracking-chain span { padding: 11px 14px; border: 1px solid #d8dfd7; border-radius: 4px; font-size: 9px; font-weight: 750; }
.tracking-chain i { color: #8a9891; font-style: normal; }
.tracking-chain i.broken { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: #fff0ec; color: var(--red); font-size: 14px; }
.event-alert { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; padding: 12px; border-left: 3px solid var(--red); background: #fff5f2; }
.event-alert span { font-family: var(--font-geist-mono), monospace; font-size: 8px; }
.event-alert b { color: #9d4a38; font-size: 9px; }
.event-alert i { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: 10px; font-style: normal; }

.results-section { background: var(--ink-deep); color: white; }
.results-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.results-copy .eyebrow { color: var(--lime); }
.results-copy h2 { max-width: 500px; }
.results-copy > p:last-child { max-width: 500px; color: #a8c2b7; font-size: 14px; line-height: 1.75; }
.results-steps { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.results-steps article { display: flex; min-height: 185px; gap: 22px; padding: 28px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.results-steps article > span { color: var(--lime); font: 700 9px/1 var(--font-geist-mono), monospace; }
.results-steps h3 { margin: 0 0 11px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.results-steps p { margin: 0; color: #a8c2b7; font-size: 11px; line-height: 1.65; }

.method-section { background: #f7f8f4; }
.centered-intro { max-width: 770px; margin: 0 auto; text-align: center; }
.centered-intro > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.7; }
.pito-method { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 64px; }
.pito-method article { min-height: 338px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: white; transition: transform .25s, box-shadow .25s; }
.pito-method article:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(23, 59, 47, .1); }
.method-letter { display: grid; width: 52px; height: 52px; margin-bottom: 28px; place-items: center; border-radius: 50%; background: var(--ink-deep); color: var(--lime); font-family: Georgia, serif; font-size: 25px; }
.pito-method article > span { color: #6c7c74; font: 700 8px/1 var(--font-geist-mono), monospace; letter-spacing: .08em; }
.pito-method h3 { margin: 22px 0 12px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.pito-method p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.method-loopback { display: flex; align-items: center; justify-content: center; gap: 18px; width: fit-content; margin: 28px auto 0; padding: 12px 18px; border-radius: 999px; background: #e6eee8; color: #557067; font-size: 10px; font-weight: 650; }
.method-loopback i { color: var(--green); font-size: 19px; font-style: normal; }

.boundary-section { background: var(--paper); }
.boundary-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.boundary-heading > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.75; }
.boundary-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.boundary-cards article { padding: 28px; border-radius: 8px; }
.boundary-cards article > span { font: 700 8px/1 var(--font-geist-mono), monospace; letter-spacing: .1em; }
.owned-card { background: var(--ink-deep); color: white; }
.owned-card > span { color: var(--lime); }
.owned-card ul, .continuity-cards ul { display: grid; gap: 16px; margin: 30px 0 0; padding: 0; list-style: none; }
.owned-card li, .continuity-cards li { display: flex; align-items: flex-start; gap: 11px; color: #d4e2dc; font-size: 11px; line-height: 1.5; }
.check { display: grid; flex: 0 0 18px; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: rgba(223,255,115,.15); color: var(--lime); font-size: 10px; }
.specialist-card { border: 1px solid var(--line); background: white; }
.specialist-card > span { color: #6a7a73; }
.specialist-card > div { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0; }
.specialist-card > div b { padding: 9px 11px; border-radius: 3px; background: #eff3ee; color: #50645b; font-size: 9px; font-weight: 650; }
.specialist-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }

.diagnostic-section { background: #e6efe8; }
.diagnostic-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.diagnostic-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 28px; color: #5c6f66; font-size: 14px; line-height: 1.75; }
.diagnostic-copy .button { margin-top: 4px; }
.diagnostic-copy > small { display: block; margin-top: 13px; color: #697870; font-size: 9px; }
.diagnostic-promises { display: grid; gap: 12px; }
.diagnostic-promises article { display: flex; align-items: center; gap: 24px; padding: 24px 26px; border: 1px solid #cad7cd; border-radius: 7px; background: rgba(255,255,255,.76); }
.diagnostic-promises article > span { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--ink-deep); color: var(--lime); font: 700 9px/1 var(--font-geist-mono), monospace; }
.diagnostic-promises h3 { margin: 0 0 6px; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.diagnostic-promises p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

.offers-section { background: #f8f8f4; }
.offers-intro { max-width: 780px; }
.offers-intro > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.7; }
.offer-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 58px 0 18px; }
.offer-summary > article { padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.offer-summary > article > span { color: #6c7a74; font: 700 8px/1 var(--font-geist-mono), monospace; letter-spacing: .1em; }
.offer-summary .offer-featured { border-color: var(--ink-deep); background: var(--ink-deep); color: white; }
.offer-featured > span { color: var(--lime) !important; }
.offer-name { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin: 24px 0 18px; }
.offer-name h3 { margin: 0; font-family: Georgia, serif; font-size: 38px; font-weight: 400; }
.offer-name p { display: grid; margin: 0; text-align: right; }
.offer-name small { color: #78867f; font-size: 8px; font-weight: 650; text-transform: uppercase; }
.offer-name strong { font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.offer-summary > article > p:last-child { max-width: 530px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.offer-featured > p:last-child { color: #acc3b9 !important; }
.offer-comparison { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: white; }
.comparison-head, .comparison-row { display: grid; grid-template-columns: .72fr 1fr 1fr; }
.comparison-head { background: #edf1eb; }
.comparison-head > * { padding: 17px 22px; color: #5c6d65; font: 700 9px/1.3 var(--font-geist-mono), monospace; letter-spacing: .07em; }
.comparison-head strong:last-child { background: var(--ink-deep); color: var(--lime); }
.comparison-row { border-top: 1px solid var(--line); }
.comparison-row > * { min-height: 94px; padding: 20px 22px; border-right: 1px solid var(--line); }
.comparison-row > *:last-child { border-right: 0; background: #f5f8f3; }
.comparison-row > b { display: flex; align-items: center; font-family: Georgia, serif; font-size: 15px; font-weight: 400; }
.comparison-row > span { display: flex; align-items: flex-start; gap: 10px; color: #5d6d66; font-size: 10px; line-height: 1.55; }
.comparison-row i { display: grid; flex: 0 0 17px; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: #e0eddb; color: #3a723f; font-size: 9px; font-style: normal; }
.offer-path { display: grid; grid-template-columns: .85fr 1.15fr; gap: 46px 70px; margin-top: 22px; padding: 42px; border-radius: 9px; background: var(--warm); }
.offer-path > div:first-child h3 { max-width: 450px; margin: 0; font-family: Georgia, serif; font-size: 34px; font-weight: 400; line-height: 1.1; }
.offer-path ol { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.offer-path li { display: flex; gap: 13px; padding: 15px; border: 1px solid #dfd7c9; border-radius: 5px; background: rgba(255,255,255,.65); }
.offer-path li > b { color: var(--green); font: 700 8px/1 var(--font-geist-mono), monospace; }
.offer-path li span { display: grid; gap: 5px; }
.offer-path li strong { font-size: 10px; }
.offer-path li small { color: #716f69; font-size: 8px; line-height: 1.45; }
.offer-action { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid #d7cfbf; }
.offer-action p { display: grid; gap: 5px; margin: 0; }
.offer-action p b { font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.offer-action p span { color: #6d6b66; font-size: 10px; }

.continuity-section { background: var(--paper); }
.continuity-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.continuity-copy > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.75; }
.continuity-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.continuity-cards > article { padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.continuity-cards > article.continuity-featured { border-color: var(--green); background: #ecf4eb; }
.continuity-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.continuity-top > span { color: #687971; font: 700 7px/1.3 var(--font-geist-mono), monospace; letter-spacing: .08em; }
.continuity-top strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; white-space: nowrap; }
.continuity-top strong small { color: #6b7b74; font-family: var(--font-geist-sans); font-size: 8px; }
.continuity-cards h3 { margin: 30px 0 12px; font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.continuity-cards > article > p { min-height: 48px; color: var(--muted); font-size: 10px; line-height: 1.65; }
.continuity-cards ul { margin-top: 25px; }
.continuity-cards li { color: #4f625a; }
.continuity-cards .check { background: #e7f1df; color: #3f7543; }
.continuity-limit { grid-column: 2; margin: 0; padding: 15px 18px; border-left: 3px solid #cdd5ce; background: #f1f3ef; color: #68756f; font-size: 9px; line-height: 1.6; }

.about-section { background: #eff2ec; }
.about-card { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid #d5dcd3; border-radius: 10px; background: white; box-shadow: var(--shadow); }
.founder-panel { display: flex; align-items: center; gap: 24px; padding: 42px; background: var(--ink-deep); color: white; }
.founder-portrait { position: relative; flex: 0 0 105px; width: 105px; height: 125px; }
.founder-monogram { position: relative; display: grid; width: 100%; height: 100%; place-items: center; border: 1px solid #2b6856; border-radius: 55px 55px 9px 9px; background: #154838; }
.founder-monogram span { color: var(--lime); font-family: Georgia, serif; font-size: 30px; }
.founder-monogram i { position: absolute; right: 10px; bottom: 12px; width: 12px; height: 12px; border: 3px solid var(--ink-deep); border-radius: 50%; background: var(--lime); }
.founder-photo { position: absolute; inset: 0; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; border: 1px solid #2b6856; border-radius: 55px 55px 9px 9px; background: #154838; }
.founder-panel .eyebrow { color: var(--lime); }
.founder-panel h2 { margin: 0 0 9px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.founder-panel > div:last-child > span { color: #a9c4b9; font-size: 9px; line-height: 1.55; }
.about-copy { padding: 42px 48px; }
.about-copy > p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.about-lede { color: var(--ink) !important; font-family: Georgia, serif; font-size: 22px !important; line-height: 1.35 !important; }
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-facts span { display: grid; gap: 5px; padding: 17px 12px; border-right: 1px solid var(--line); }
.about-facts span:first-child { padding-left: 0; }
.about-facts span:last-child { border-right: 0; }
.about-facts b { font-size: 11px; }
.about-facts small { color: #7a8881; font-size: 8px; }
.about-trust { display: flex; gap: 13px; padding: 14px; border-radius: 5px; background: #eff5ed; }
.about-trust > i { display: grid; flex: 0 0 22px; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 11px; font-style: normal; }
.about-trust p { margin: 0; color: #53665d; font-size: 9px; line-height: 1.6; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 90px; }
.faq-heading > p:last-child { color: var(--muted); font-size: 12px; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; padding: 20px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 17px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--green); font-family: var(--font-geist-sans); font-size: 20px; font-style: normal; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -4px 42px 22px 0; color: var(--muted); font-size: 11px; line-height: 1.75; }

.final-cta { padding: 84px 0; background: var(--ink-deep); color: white; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-cta .eyebrow { color: var(--lime); }
.final-cta h2 { max-width: 700px; margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 4vw, 55px); font-weight: 400; line-height: 1.05; }
.final-cta-inner > div:last-child { flex: 0 0 auto; text-align: center; }
.final-cta-inner > div:last-child p { margin: 12px 0 0; color: #91afa3; font-size: 8px; }

footer { padding: 38px 0 22px; background: #071f19; color: white; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-top .wordmark { justify-self: start; color: white; }
.footer-top p { margin: 0; color: #91aaa0; font-size: 10px; text-align: center; }
.footer-top > a:last-child { justify-self: end; color: #adc1b8; font-size: 9px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: #718b81; font: 600 8px/1 var(--font-geist-mono), monospace; letter-spacing: .06em; }

@media (max-width: 1040px) {
  .nav-wrap nav { display: none; }
  .nav-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 90px; }
  .hero-copy { max-width: 760px; }
  .hero-command { max-width: 680px; width: 100%; margin: 0 auto; }
  .split-intro { grid-template-columns: 150px 1fr; }
  .split-intro > p:last-child { grid-column: 2; }
  .problem-grid > article { grid-template-columns: minmax(0, 1fr) 210px; }
  .problem-grid > article.problem-wide { grid-template-columns: minmax(0, 1fr) 420px; }
  .pito-method { grid-template-columns: 1fr 1fr; }
  .results-layout, .boundary-layout, .diagnostic-layout, .continuity-layout, .faq-layout { grid-template-columns: 1fr; gap: 55px; }
  .continuity-limit { grid-column: 1; }
  .offer-path { grid-template-columns: 1fr; }
  .offer-path ol, .offer-action { grid-column: 1; }
  .about-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 1180px); }
  .section-space { padding: 82px 0; }
  .nav-wrap { min-height: 68px; }
  .nav-cta { min-height: 39px; padding: 0 13px; font-size: 10px; }
  .hero { gap: 52px; padding-top: 68px; padding-bottom: 70px; }
  .hero-copy h1 { font-size: clamp(45px, 13vw, 62px); }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-command { min-height: 535px; padding: 18px; }
  .command-signal { grid-template-columns: 1fr; }
  .command-signal > span { grid-column: 1; }
  .command-action { grid-template-columns: 1fr; }
  .command-action i { justify-self: start; }
  .strip-content { grid-template-columns: 1fr; gap: 22px; padding-top: 28px; padding-bottom: 28px; }
  .brand-list { justify-content: flex-start; flex-wrap: wrap; }
  .split-intro { grid-template-columns: 1fr; gap: 8px; }
  .split-intro > p:last-child { grid-column: 1; margin-top: 14px; }
  .section-intro h2, .results-copy h2, .boundary-heading h2, .diagnostic-copy h2, .continuity-copy h2, .faq-heading h2 { font-size: 39px; }
  .problem-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .problem-grid > article, .problem-grid > article.problem-wide { grid-column: auto; grid-template-columns: 1fr; min-height: auto; }
  .problem-grid h3, .problem-grid p, .card-index, .problem-visual { grid-column: 1; }
  .problem-visual { grid-row: auto; margin-top: 25px; }
  .results-steps, .pito-method, .boundary-cards, .offer-summary, .continuity-cards { grid-template-columns: 1fr; }
  .results-steps { border-left: 0; }
  .results-steps article { border-left: 1px solid rgba(255,255,255,.16); }
  .comparison-head { display: none; }
  .comparison-row { grid-template-columns: 1fr; padding: 20px; }
  .comparison-row > * { min-height: auto; padding: 12px 0; border-right: 0; }
  .comparison-row > span:last-child { padding: 14px; border-radius: 4px; }
  .comparison-row > span::before { flex: 0 0 62px; color: #74827b; font: 700 8px/1 var(--font-geist-mono), monospace; }
  .comparison-row > span:nth-child(2)::before { content: "SOCLE"; }
  .comparison-row > span:nth-child(3)::before { content: "FONDATION"; }
  .offer-path { padding: 28px 22px; }
  .offer-path ol { grid-template-columns: 1fr; }
  .offer-action { align-items: stretch; flex-direction: column; }
  .offer-action .button { width: 100%; }
  .founder-panel { align-items: flex-start; flex-direction: column; padding: 30px; }
  .about-copy { padding: 30px; }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts span { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-facts span:last-child { border-bottom: 0; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .final-cta-inner .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 22px; }
  .footer-top .wordmark, .footer-top > a:last-child { justify-self: center; }
  .footer-bottom { gap: 15px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
