
:root {
  --ink: #071c22;
  --muted: #536568;
  --cream: #f6f4ed;
  --paper: #ffffff;
  --line: #d9dfd9;
  --green: #0aaa74;
  --green-dark: #087653;
  --mint: #dff6eb;
  --gold: #e7b75a;
  --purple: #8a49df;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.site-header { width: min(1180px, calc(100% - 48px)); height: 86px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; letter-spacing: -0.04em; }
.brand > span:last-child span { color: var(--green); }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--ink); color: white; font-size: 17px; box-shadow: inset -6px -6px 0 rgba(10, 170, 116, 0.45); }
nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 700; }
nav a:not(.nav-cta):hover { color: var(--green-dark); }
.nav-cta { padding: 12px 18px; border: 1px solid var(--ink); border-radius: 999px; transition: 160ms ease; }
.nav-cta:hover { background: var(--ink); color: white; }

.hero { width: min(1180px, calc(100% - 48px)); min-height: 680px; margin: 0 auto; padding: 64px 0 82px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr); gap: 72px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: var(--green); }
.eyebrow.light { color: #a9d9c9; }
.eyebrow.light span { background: var(--gold); }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(48px, 5.6vw, 76px); line-height: 0.99; letter-spacing: -0.065em; font-weight: 740; }
.hero h1 em { color: var(--green-dark); font-style: normal; }
.hero-lede { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 34px; }
.cta-assurance { max-width: 610px; margin: 19px 0 0; padding: 1px 0 1px 14px; border-left: 3px solid var(--gold); color: #667577; font-size: 12px; line-height: 1.55; }
.cta-assurance strong { color: var(--ink); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 15px; font-weight: 800; }
.button.primary { padding: 0 24px; border-radius: 8px; background: var(--ink); color: white; box-shadow: 0 10px 30px rgba(7, 28, 34, 0.15); transition: 160ms ease; }
.button.primary:hover { transform: translateY(-2px); background: var(--green-dark); }
.button.full { width: 100%; }
.text-button { border-bottom: 1px solid var(--ink); min-height: 36px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 31px; color: #657578; font-size: 12px; font-weight: 700; }
.trust-row span::before { content: "✓"; color: var(--green); margin-right: 7px; }

.model-card { position: relative; padding: 28px; border: 1px solid #cfd9d2; border-radius: 22px; background: rgba(255, 255, 255, 0.92); box-shadow: 0 26px 70px rgba(16, 50, 45, 0.12); overflow: hidden; }
.model-card::before { content: ""; position: absolute; width: 170px; height: 170px; right: -80px; top: -100px; border-radius: 50%; background: var(--mint); }
.model-head { position: relative; display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.mini-label { display: block; color: #758184; font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.model-head h2 { margin: 7px 0 26px; font-size: 25px; letter-spacing: -0.04em; }
.live-pill { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; background: var(--mint); color: var(--green-dark); font-size: 10px; font-weight: 800; white-space: nowrap; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.sample-inputs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 19px; }
.sample-inputs div { padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfa; }
.sample-inputs span { display: block; margin-bottom: 6px; color: #758184; font-size: 8px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.sample-inputs strong { font-size: 15px; }
.transfer-line { margin: 0 0 20px; }
.transfer-line > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 700; }
.transfer-line > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
.transfer-line i { height: 7px; border-radius: 999px; background: #e4e9e5; }
.transfer-line i:first-child { background: var(--gold); }
.transfer-line strong { display: block; margin-top: 7px; color: #9a6f1f; font-size: 9px; text-align: right; text-transform: uppercase; letter-spacing: 0.08em; }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.value-grid div { padding: 15px; background: white; }
.value-grid span, .windfall-total span { display: block; margin-bottom: 6px; color: #718082; font-size: 9px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.value-grid strong { font-size: 18px; }
.windfall-total { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding: 17px; border-radius: 12px; background: var(--ink); color: white; }
.windfall-total span { margin: 0; color: #bad2cc; }
.windfall-total strong { color: #63e3ae; font-size: 27px; letter-spacing: -0.04em; }
.model-note { margin: 13px 3px 0; color: #899294; font-size: 9px; line-height: 1.5; }

.ticker { min-height: 64px; padding: 20px 24px; display: flex; justify-content: center; align-items: center; gap: 32px; background: var(--ink); color: white; font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.ticker i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.intro-section, .guided-section, .levers-section, .process-section, .engagement-section, .faq-section, .ownership-section { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0; }
.section-heading { max-width: 780px; }
.section-heading.centered { margin: 0 auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .guided-copy h2, .finding-copy h2, .small-founder-section h2, .no-pitch-section h2, .reserve-section h2 { margin: 0; font-size: clamp(38px, 4.8vw, 62px); line-height: 1.06; letter-spacing: -0.058em; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.65; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.outcome-grid article { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.58); }
.card-number { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green-dark); font-size: 10px; font-weight: 900; }
.outcome-grid h3 { margin: 54px 0 12px; font-size: 25px; letter-spacing: -0.04em; }
.outcome-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

.finding-band { padding: 96px max(24px, calc((100vw - 1120px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; background: var(--ink); color: white; }
.finding-copy > p:not(.eyebrow) { color: #b7c9c7; font-size: 17px; line-height: 1.7; }
.finding-copy .fine-print { font-size: 11px !important; color: #7f9895 !important; }
.finding-metrics { display: grid; gap: 12px; }
.finding-metrics div { padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #29454a; border-radius: 14px; background: #0c282f; }
.finding-metrics strong { color: #6ee5b3; font-size: 32px; letter-spacing: -0.04em; }
.finding-metrics span { max-width: 190px; color: #b7c9c7; font-size: 11px; font-weight: 700; line-height: 1.4; text-align: right; text-transform: uppercase; letter-spacing: 0.08em; }

.guided-section { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 95px; align-items: center; }
.guided-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.75; }
.calm-promise { margin-top: 30px; padding: 20px; border-left: 4px solid var(--gold); background: white; }
.calm-promise strong, .calm-promise span { display: block; }
.calm-promise span { margin-top: 5px; color: var(--muted); }
.guided-list { display: grid; gap: 2px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }
.guided-list > div { min-height: 105px; padding: 25px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; background: white; }
.guided-list b { color: var(--green); font-size: 11px; }
.guided-list span { color: var(--muted); line-height: 1.55; }
.guided-list strong { color: var(--ink); }

.levers-section { padding-top: 30px; }
.lever-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 55px; }
.lever-columns article { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
.lever-head { padding: 26px; display: flex; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.lever-head > span { font-size: 42px; font-weight: 800; letter-spacing: -0.06em; }
.profit-head { background: var(--mint); }
.profit-head > span { color: var(--green-dark); }
.exit-head { background: #f0e9fb; }
.exit-head > span { color: var(--purple); }
.lever-head small { color: #647477; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
.lever-head h3 { margin: 4px 0 0; font-size: 21px; }
.lever-columns ol { margin: 0; padding: 18px 26px 25px; list-style: none; counter-reset: levers; columns: 2; column-gap: 34px; }
.lever-columns li { counter-increment: levers; position: relative; break-inside: avoid; padding: 12px 0 12px 25px; border-bottom: 1px solid #edf0ed; color: #405255; font-size: 13px; }
.lever-columns li::before { content: counter(levers, decimal-leading-zero); position: absolute; left: 0; color: #9aa5a4; font-size: 9px; font-weight: 800; }

.small-founder-section { padding: 95px max(24px, calc((100vw - 1120px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; background: var(--green-dark); color: white; }
.small-founder-section > p { color: #d3eae2; font-size: 18px; line-height: 1.75; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 58px; }
.process-grid article { min-height: 250px; padding: 26px; border-top: 3px solid var(--green); background: white; }
.process-grid article > span { color: var(--green); font-size: 11px; font-weight: 900; }
.process-grid h3 { margin: 52px 0 12px; font-size: 21px; letter-spacing: -0.03em; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.ownership-section { padding-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.ownership-card { padding: 38px; display: grid; grid-template-columns: 54px 1fr; gap: 24px; border-radius: 20px; background: var(--ink); color: white; }
.ownership-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--green); font-size: 23px; }
.ownership-card h2 { margin: 8px 0 15px; font-size: 36px; letter-spacing: -0.05em; }
.ownership-card p:last-child { color: #b5c8c6; line-height: 1.65; }
.change-list { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--line); }
.change-list > div { padding: 24px; display: grid; grid-template-columns: 140px 1fr; gap: 20px; background: white; }
.change-list span { color: var(--muted); line-height: 1.55; }

.engagement-section { width: 100%; padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); background: #eef2ee; }
.pricing-grid { display: grid; grid-template-columns: 1.12fr 0.94fr 0.94fr; gap: 16px; margin-top: 58px; align-items: stretch; }
.pricing-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.pricing-card.featured { border: 2px solid var(--green-dark); box-shadow: 0 20px 55px rgba(8,118,83,0.12); }
.recommended { position: absolute; right: 20px; top: 18px; padding: 6px 9px; border-radius: 999px; background: var(--mint); color: var(--green-dark); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; }
.pricing-card h3 { margin: 15px 0 12px; font-size: 41px; letter-spacing: -0.05em; }
.pricing-card h3 span { color: var(--muted); font-size: 14px; letter-spacing: 0; }
.price-note { min-height: 104px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.pricing-card ul { min-height: 216px; margin: 24px 0; padding: 0; list-style: none; }
.pricing-card li { position: relative; padding: 8px 0 8px 22px; color: #415356; font-size: 13px; }
.pricing-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.availability-note { padding: 15px; border-radius: 9px; background: var(--cream); color: #6c7a7c; font-size: 11px; font-weight: 700; text-align: center; }

.no-pitch-section { padding: 95px max(24px, calc((100vw - 1120px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; background: var(--ink); color: white; }
.no-pitch-section > div:last-child p { color: #b7c9c7; font-size: 17px; line-height: 1.75; }
.no-pitch-section > div:last-child strong { display: inline-block; margin-top: 13px; color: #6ee5b3; font-size: 18px; }

.faq-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 30px; cursor: pointer; font-size: 17px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 20px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -5px 35px 25px 0; color: var(--muted); line-height: 1.7; }

.reserve-section { padding: 90px max(24px, calc((100vw - 1120px) / 2)); display: grid; grid-template-columns: 1fr 380px; gap: 80px; align-items: center; background: var(--green-dark); color: white; }
.reserve-section > div:first-child > p:last-child { max-width: 670px; color: #d3eae2; font-size: 17px; line-height: 1.7; }
.reserve-card { padding: 30px; border-radius: 18px; background: white; color: var(--ink); }
.reserve-card > strong { display: block; margin-top: 18px; color: var(--green-dark); font-size: 54px; letter-spacing: -0.06em; }
.reserve-card > p { margin: 0 0 22px; color: var(--muted); }
.reserve-button { width: 100%; padding: 0 18px; border-radius: 8px; background: var(--gold); color: var(--ink); }
.reserve-card small { display: block; margin-top: 15px; color: #778486; line-height: 1.5; }

footer { padding: 65px max(24px, calc((100vw - 1120px) / 2)) 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; background: #041418; color: white; }
.footer-brand { align-self: start; }
footer > p { margin: 0; color: #a9bcba; text-align: right; }
footer > div { display: flex; gap: 25px; color: #a9bcba; font-size: 13px; }
footer > div a:hover { color: white; }
footer small { color: #708480; text-align: right; }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 48px; padding-top: 45px; }
  .hero-copy { text-align: center; }
  .hero .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .cta-assurance { margin-left: auto; margin-right: auto; text-align: left; }
  .model-card { width: min(540px, 100%); margin: 0 auto; }
  .finding-band, .guided-section, .small-founder-section, .no-pitch-section, .faq-section, .reserve-section { grid-template-columns: 1fr; gap: 50px; }
  .outcome-grid, .pricing-grid { grid-template-columns: 1fr; }
  .price-note, .pricing-card ul { min-height: 0; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .ownership-section { grid-template-columns: 1fr; }
  .reserve-section { text-align: center; }
  .reserve-card { width: min(430px, 100%); margin: 0 auto; text-align: left; }
}

@media (max-width: 680px) {
  .site-header, .hero, .intro-section, .guided-section, .levers-section, .process-section, .ownership-section, .faq-section { width: min(100% - 30px, 1180px); }
  .site-header { height: 72px; }
  .brand { font-size: 18px; }
  .nav-cta { padding: 10px 13px; font-size: 12px; }
  .hero { padding: 38px 0 60px; }
  .hero h1 { font-size: 47px; }
  .hero-lede { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 8px; }
  .button.primary { width: 100%; }
  .model-card { padding: 21px; border-radius: 17px; }
  .model-head { display: block; }
  .live-pill { position: absolute; right: 0; top: 0; }
  .value-grid, .sample-inputs { grid-template-columns: 1fr; }
  .windfall-total { align-items: flex-start; flex-direction: column; gap: 6px; }
  .ticker { gap: 15px; flex-wrap: wrap; }
  .ticker i { display: none; }
  .intro-section, .guided-section, .levers-section, .process-section, .engagement-section, .faq-section, .ownership-section { padding-top: 82px; padding-bottom: 82px; }
  .section-heading h2, .guided-copy h2, .finding-copy h2, .small-founder-section h2, .no-pitch-section h2, .reserve-section h2 { font-size: 39px; }
  .outcome-grid, .lever-columns, .process-grid { grid-template-columns: 1fr; }
  .lever-columns ol { columns: 1; }
  .finding-metrics div { align-items: flex-start; flex-direction: column; gap: 7px; }
  .finding-metrics span { text-align: left; }
  .change-list > div { grid-template-columns: 1fr; gap: 6px; }
  .ownership-card { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > p, footer small { text-align: left; }
  footer > div { flex-wrap: wrap; }
}

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

