:root {
  --ink: #111827;
  --muted: #5d6575;
  --line: #dce2e9;
  --paper: #ffffff;
  --tint: #f3f6f5;
  --night: #090d17;
  --night-2: #111827;
  --lime: #ffad32;
  --lime-2: #ff633d;
  --cyan: #66e6e1;
  --violet: #a994ff;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(11, 18, 30, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-dark { position: relative; color: #fff; background: var(--night); overflow: hidden; }
.section-tint { background: var(--tint); }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 999; background: var(--lime); color: var(--night); padding: 10px 14px; font-weight: 800; border-radius: 8px; }
.skip-link:focus { top: 14px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 100; color: #fff; background: rgba(9, 13, 23, .9); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.03rem; font-weight: 900; letter-spacing: .16em; }
.brand-glyph { display: grid; place-items: center; width: 34px; height: 34px; color: var(--night); background: var(--lime); border-radius: 9px; font-size: .98rem; letter-spacing: 0; box-shadow: 0 0 34px rgba(200,255,79,.25); }
.brand-flame { display: block; width: 34px; height: 40px; filter: drop-shadow(0 0 14px rgba(255,106,50,.38)); }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav > a:not(.button) { color: #cfd5e1; font-size: .91rem; text-decoration: none; transition: color .2s ease; }
.site-nav > a:not(.button):hover { color: var(--lime); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; color: var(--night); background: var(--lime); border: 1px solid var(--lime); border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,99,61,.24); background: #ffc45d; }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid rgba(102,230,225,.65); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 18px; font-size: .88rem; }
.button-ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.28); }
.button-ghost:hover { color: var(--lime); background: rgba(255,255,255,.05); box-shadow: none; }
.button-outline { color: var(--ink); background: transparent; border-color: #aab2bf; }
.button-outline:hover { background: var(--night); color: #fff; border-color: var(--night); box-shadow: none; }
.button-dark { color: #fff; background: var(--night); border-color: var(--night); white-space: nowrap; }
.button-dark:hover { background: #20283a; box-shadow: none; }
.full { width: 100%; }
.text-link { display: inline-flex; gap: 8px; color: var(--lime); font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(255,173,50,.38); }

.hero { padding: 104px 0 86px; min-height: 740px; display: flex; align-items: center; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(2px); opacity: .2; }
.hero-orb-one { width: 520px; height: 520px; right: -180px; top: -180px; background: radial-gradient(circle, var(--cyan), transparent 68%); }
.hero-orb-two { width: 420px; height: 420px; left: 32%; bottom: -330px; background: radial-gradient(circle, var(--violet), transparent 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 78px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: #738093; font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-dark .eyebrow { color: #aeb8c8; }
.eyebrow > span { width: 26px; height: 2px; background: var(--lime-2); }
.eyebrow.centered { justify-content: center; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: ui-sans-serif, system-ui, sans-serif; letter-spacing: -.045em; line-height: 1.04; }
h1 { max-width: 780px; margin-bottom: 14px; font-size: clamp(3.2rem, 6vw, 6rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4.4vw, 4.3rem); }
h2 span { color: #678a20; }
h3 { line-height: 1.22; }
.hero-accent { max-width: 710px; margin-bottom: 26px; color: var(--lime); font-size: clamp(1.35rem, 2.2vw, 2.05rem); font-weight: 750; line-height: 1.25; letter-spacing: -.025em; }
.hero-lead { max-width: 700px; color: #bdc6d4; font-size: 1.12rem; line-height: 1.75; }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; margin: 36px 0; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 26px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #a9b2c2; font-size: .83rem; text-transform: uppercase; letter-spacing: .06em; }
.hero-proof span { display: flex; flex-direction: column; }
.hero-proof strong { color: #fff; font-size: 1.2rem; letter-spacing: 0; text-transform: none; }
.microcopy { margin: 22px 0 0; color: #7f8b9e; font-size: .85rem; }

.audit-preview { position: relative; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.16); border-radius: 26px; box-shadow: 0 40px 100px rgba(0,0,0,.35); overflow: hidden; backdrop-filter: blur(14px); transform: rotate(1deg); }
.audit-preview::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.12); }
.preview-head { display: flex; align-items: center; gap: 10px; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.12); color: #c9d0dc; font-size: .79rem; text-transform: uppercase; letter-spacing: .08em; }
.status-dot { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 14px var(--lime); }
.preview-live { margin-left: auto; color: var(--lime); font-size: .68rem; }
.matrix { padding: 26px 24px 20px; }
.axis-label { color: #828da0; font-size: .7rem; text-transform: uppercase; }
.axis-top { margin-bottom: 8px; }
.matrix-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.matrix-cell { min-height: 112px; display: flex; align-items: flex-end; justify-content: space-between; padding: 16px; border-radius: 14px; font-size: .73rem; color: #d9dfeb; }
.matrix-cell b { font-size: 1.5rem; }
.strategic { background: rgba(169,148,255,.18); border: 1px solid rgba(169,148,255,.35); }
.wins { background: rgba(255,173,50,.18); border: 1px solid rgba(255,99,61,.42); }
.avoid { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); }
.improve { background: rgba(102,230,225,.14); border: 1px solid rgba(102,230,225,.3); }
.matrix-axis { display: flex; justify-content: space-between; margin-top: 8px; color: #828da0; font-size: .67rem; text-transform: uppercase; }
.preview-list { padding: 0 24px 24px; }
.preview-list > div { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.09); color: #d8ddea; font-size: .82rem; }
.preview-list .rank { color: #6f7b8d; }
.preview-list em { color: var(--lime); font-style: normal; font-weight: 800; }

.trust-strip { color: #d2d8e2; background: #111725; border-top: 1px solid rgba(255,255,255,.06); }
.trust-grid { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; text-align: center; }
.trust-grid span { padding: 8px 18px; border-right: 1px solid rgba(255,255,255,.1); font-size: .77rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-grid span:last-child { border: 0; }

.split-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: start; }
.wide-left { grid-template-columns: .7fr 1.3fr; }
.section-intro > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.section-dark .section-intro > p:not(.eyebrow) { color: #adb7c7; }
blockquote { margin: 36px 0 0; padding: 22px 0 22px 24px; color: #30394a; border-left: 3px solid var(--lime-2); font-size: 1.08rem; font-weight: 750; }
.signal-list { padding: 38px; background: var(--tint); border: 1px solid #e2e7e5; border-radius: var(--radius); }
.signal-list h3 { margin-bottom: 24px; font-size: 1.35rem; }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { position: relative; padding: 10px 0 10px 34px; color: #485264; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 10px; display: grid; place-items: center; width: 21px; height: 21px; color: #24320d; background: var(--lime); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.section-heading { max-width: 760px; margin-bottom: 56px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }

.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.outcome-card { min-height: 290px; padding: 28px; background: #fff; border: 1px solid #e2e6e3; border-radius: 18px; transition: transform .2s ease, box-shadow .2s ease; }
.outcome-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.outcome-card > span { color: #8a9690; font-size: .76rem; font-weight: 900; }
.outcome-card h3 { margin: 70px 0 14px; font-size: 1.25rem; }
.outcome-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.deliverable-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.deliverable { min-height: 250px; padding: 34px; background: #fff; }
.deliverable .icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 42px; color: #4a2010; background: #fff0cf; border-radius: 12px; font-size: .76rem; font-weight: 900; }
.deliverable h3 { margin-bottom: 12px; }
.deliverable p { margin: 0; color: var(--muted); }

.use-case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.use-case-grid > div { display: flex; flex-direction: column; min-height: 136px; padding: 24px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.use-case-grid strong { margin-bottom: 18px; color: var(--lime); }
.use-case-grid span { color: #aeb8c7; font-size: .9rem; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; list-style: none; padding: 0; margin: 0; }
.process-grid::before { content: ""; position: absolute; left: 7%; right: 7%; top: 27px; height: 1px; background: #cfd6d1; }
.process-grid li { position: relative; padding-top: 78px; }
.process-grid li > span { position: absolute; top: 0; left: 0; z-index: 1; display: grid; place-items: center; width: 55px; height: 55px; color: var(--night); background: var(--lime); border: 8px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #cfddbe; font-weight: 900; }
.process-grid h3 { font-size: 1.12rem; }
.process-grid p { color: var(--muted); font-size: .93rem; }
.ownership-note { margin: 50px 0 0; padding: 18px 24px; text-align: center; background: var(--tint); border-radius: 10px; }

.founding-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 32px; padding: 28px 32px; background: linear-gradient(100deg, var(--lime), #ff7b3d); border-radius: 16px; }
.founding-banner span { display: block; margin-bottom: 4px; font-size: .7rem; font-weight: 900; letter-spacing: .15em; }
.founding-banner strong { display: block; font-size: 1.22rem; }
.founding-banner p { margin: 5px 0 0; font-size: .86rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px 30px 30px; background: #fff; border: 1px solid #dce2df; border-radius: var(--radius); }
.price-card.featured { border: 2px solid #202a16; box-shadow: var(--shadow); transform: translateY(-8px); }
.popular { position: absolute; top: -14px; right: 22px; padding: 7px 12px; color: var(--night); background: var(--lime); border-radius: 999px; font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.tier { margin-bottom: 16px; color: #718078; font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.price-card h3 { min-height: 54px; margin-bottom: 10px; font-size: 1.35rem; }
.price { margin-bottom: 2px; font-size: 3.2rem; font-weight: 850; letter-spacing: -.05em; }
.price sup { font-size: 1.2rem; vertical-align: top; position: relative; top: 10px; margin-right: 3px; }
.price > span { margin-right: 8px; color: var(--muted); font-size: .8rem; letter-spacing: 0; }
.price-note { min-height: 42px; color: var(--muted); font-size: .83rem; }
.check-list.compact { flex: 1; margin: 22px 0 30px; padding-top: 18px; border-top: 1px solid var(--line); }
.check-list.compact li { padding-top: 7px; padding-bottom: 7px; font-size: .88rem; }
.check-list.compact li::before { top: 8px; width: 18px; height: 18px; }
.pricing-footnote { max-width: 870px; margin: 32px auto 0; color: var(--muted); font-size: .83rem; text-align: center; }

.principles { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.principles > div { padding: 26px; border: 1px solid var(--line); border-radius: 14px; }
.principles strong { display: block; margin-bottom: 10px; }
.principles p { margin: 0; color: var(--muted); font-size: .9rem; }
.founder { padding: 88px 0; }
.founder-grid { display: grid; grid-template-columns: 260px 1fr; gap: 80px; align-items: center; }
.founder-mark { display: grid; place-items: center; aspect-ratio: 1; background: radial-gradient(circle at 30% 20%, #29364e, #111725 60%); border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: inset 0 0 80px rgba(200,255,79,.06); }
.founder-mark span { display: grid; place-items: center; width: 120px; height: 120px; color: var(--night); background: var(--lime); border-radius: 50%; font-size: 2rem; font-weight: 900; }
.founder-grid h2 { max-width: 700px; }
.founder-grid p { max-width: 760px; color: #aeb8c7; }

.faq-wrap { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; padding: 23px 44px 23px 0; cursor: pointer; font-weight: 780; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 8px; top: 32px; width: 15px; height: 2px; background: var(--ink); }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { padding: 0 50px 24px 0; color: var(--muted); }

.apply { padding-bottom: 130px; }
.apply-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 74px; align-items: start; }
.apply-copy { position: sticky; top: 120px; }
.apply-copy > p:not(.eyebrow):not(.direct-contact) { color: var(--muted); font-size: 1.05rem; }
.apply-points { list-style: none; margin: 40px 0; padding: 0; }
.apply-points li { display: flex; flex-direction: column; padding: 14px 0; border-bottom: 1px solid #dce1df; }
.apply-points span { color: var(--muted); font-size: .88rem; }
.direct-contact a { font-weight: 800; }
.form-shell { background: #fff; border: 1px solid #dbe1de; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.form-shell form { padding: 34px; }
.form-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: -34px -34px 34px; padding: 22px 34px; color: #fff; background: var(--night); }
.form-head span { font-weight: 800; }
.form-head small { color: #aeb8c7; }
fieldset { margin: 0 0 34px; padding: 0; border: 0; }
legend { width: 100%; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 1rem; font-weight: 850; }
.form-grid { display: grid; gap: 18px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
label { display: block; margin-bottom: 17px; color: #343d4b; font-size: .86rem; font-weight: 720; }
label > span { color: #6b812e; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #fbfcfc; border: 1px solid #cfd6d3; border-radius: 9px; transition: border .2s ease, box-shadow .2s ease; }
input, select { min-height: 48px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #d7602f; box-shadow: 0 0 0 4px rgba(255,99,61,.13); outline: 0; }
.field-error { border-color: #b82f42 !important; box-shadow: 0 0 0 3px rgba(184,47,66,.1) !important; }
.checkbox-group { margin-bottom: 24px; }
.checkbox-group > span { display: block; margin-bottom: 10px; font-size: .86rem; font-weight: 720; }
.checkbox-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.checkbox-grid label { margin: 0; }
.checkbox-grid input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.checkbox-grid label span { display: block; padding: 11px 8px; color: #505b6b; background: #f7f9f8; border: 1px solid #d5dcda; border-radius: 8px; text-align: center; cursor: pointer; font-size: .78rem; }
.checkbox-grid input:checked + span { color: var(--night); background: #fff0cf; border-color: #e69043; }
.checkbox-grid input:focus-visible + span { outline: 3px solid rgba(102,230,225,.65); outline-offset: 2px; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 8px 0 20px; font-weight: 500; }
.consent input { width: 18px; min-height: 18px; height: 18px; margin-top: 3px; }
.consent span { color: #525d6c; }
.consent strong { color: #6b812e; }
.submit-button[disabled] { cursor: wait; opacity: .7; }
.privacy-note { margin: 14px 0 0; color: #7c8794; font-size: .73rem; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin-bottom: 22px; padding: 14px 16px; border-radius: 9px; font-size: .88rem; }
.form-status.success { color: #1f552b; background: #e9f7e9; border: 1px solid #bde0c2; }
.form-status.error { color: #8b2533; background: #fff0f2; border: 1px solid #e9bac1; }

.site-footer { padding: 70px 0 24px; color: #aeb7c6; background: #070a11; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-brand { color: #fff; }
.footer-grid strong { display: block; margin-bottom: 14px; color: #fff; font-size: .85rem; }
.footer-grid > div > a:not(.brand) { display: block; margin: 8px 0; color: #9ba5b5; font-size: .84rem; text-decoration: none; }
.footer-grid > div > a:hover { color: var(--lime); }
.footer-grid p { margin-top: 12px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.footer-bottom a { text-decoration: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
  .section { padding: 88px 0; }
  .js .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: #0b101b; border-bottom: 1px solid rgba(255,255,255,.12); }
  html:not(.js) .site-nav { display: flex; position: static; flex-direction: row; flex-wrap: wrap; padding: 8px 0; background: transparent; }
  .js .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 14px; }
  .site-nav .button { margin-top: 8px; }
  .hero { min-height: auto; padding: 80px 0; }
  .hero-grid, .split-grid, .wide-left, .faq-wrap, .apply-grid { grid-template-columns: 1fr; gap: 54px; }
  .audit-preview { max-width: 620px; transform: none; }
  .outcome-grid { grid-template-columns: 1fr 1fr; }
  .deliverable-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .process-grid::before { display: none; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .price-card.featured { transform: none; }
  .founder-grid { grid-template-columns: 200px 1fr; gap: 48px; }
  .apply-copy { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 72px 0; }
  .hero { padding: 64px 0; }
  h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.1rem); }
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  .hero-proof { gap: 18px; }
  .hero-proof span { width: calc(50% - 10px); }
  .matrix-cell { min-height: 92px; padding: 12px; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 14px 0; }
  .trust-grid span { border: 0; }
  .outcome-grid, .deliverable-grid, .use-case-grid, .process-grid, .principles { grid-template-columns: 1fr; }
  .outcome-card { min-height: 230px; }
  .outcome-card h3 { margin-top: 42px; }
  .founding-banner { flex-direction: column; align-items: stretch; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-mark { width: 180px; }
  .form-shell form { padding: 23px; }
  .form-head { flex-direction: column; align-items: flex-start; margin: -23px -23px 28px; padding: 20px 23px; }
  .form-grid.two, .checkbox-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media print {
  .site-header, .button-row, .trust-strip, .apply, .site-footer { display: none !important; }
  .section, .hero, .founder { padding: 34px 0; color: #000; background: #fff; }
  .reveal { opacity: 1; transform: none; }
  .audit-preview { color: #000; border: 1px solid #999; box-shadow: none; }
}
