:root {
  --ink: #18211d;
  --muted: #65716b;
  --paper: #f3f1e9;
  --paper-2: #e9e6dc;
  --panel: #fbfaf5;
  --line: #cfcec4;
  --green: #153e32;
  --green-2: #225c49;
  --lime: #c9f04a;
  --amber: #e8a73b;
  --red: #c95a48;
  --blue: #4b76b8;
  --radius: 3px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

/* Founding Review Kit delivery */
.delivery-body { background: var(--paper); }
.delivery-status { color: var(--green); font: 700 .76rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .12em; }
.delivery-main { padding-top: 5rem; padding-bottom: 7rem; }
.delivery-hero { max-width: 820px; }
.delivery-hero h1 { max-width: 760px; margin: .6rem 0 1.1rem; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .92; letter-spacing: -.065em; color: var(--green); }
.delivery-hero p { max-width: 680px; font-size: 1.2rem; line-height: 1.65; color: var(--muted); }
.delivery-primary { margin-top: 1.4rem; }
.delivery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 4rem; }
.delivery-card { min-height: 270px; display: flex; flex-direction: column; padding: 1.6rem; border: 1px solid var(--green); background: #fff; }
.delivery-card.featured { background: var(--green); color: #fff; }
.delivery-card h2 { margin: .7rem 0; font-size: 1.45rem; }
.delivery-card p { flex: 1; color: var(--muted); line-height: 1.55; }
.delivery-card.featured p { color: #dce7e1; }
.delivery-card a { color: inherit; font-weight: 800; text-underline-offset: .25rem; }
.download-type { color: var(--muted); font: 700 .72rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; }
.featured .download-type { color: var(--lime); }
.delivery-note { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; margin-top: 1rem; padding: 2.2rem; border: 1px solid var(--green); background: var(--lime); }
.delivery-note h2 { margin: .35rem 0 0; font-size: 2rem; color: var(--green); }
.delivery-note p { margin: 0; line-height: 1.65; }
.delivery-next { margin-top: 4rem; max-width: 760px; }
.delivery-next h2 { margin: .5rem 0; font-size: 2.4rem; color: var(--green); }
.delivery-next p { margin-bottom: 1.5rem; color: var(--muted); }

/* AI agent handoff template */
.template-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; align-items: center; min-height: 680px; padding-block: 95px; }
.template-hero h1 { max-width: 780px; margin: 18px 0; font-size: clamp(58px, 8vw, 105px); }
.template-receipt { padding: 1.7rem; background: var(--green); color: #fff; box-shadow: 16px 16px 0 var(--lime); transform: rotate(1deg); }
.template-receipt .kicker { color: var(--lime); }
.template-receipt > div { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.template-receipt strong { color: var(--lime); font: 750 .72rem/1.4 ui-monospace, monospace; }
.template-receipt span { color: #e6ece9; }
.template-receipt .template-decision { display: block; margin-top: 1rem; padding: 1.2rem; border: 0; background: rgba(255,255,255,.08); }
.template-decision small { display: block; margin-bottom: .5rem; color: var(--lime); font: 750 .65rem/1 ui-monospace, monospace; letter-spacing: .12em; }
.template-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; padding-block: 90px; border-top: 1px solid var(--line); }
.template-intro h2, .template-section h2, .template-example h2, .template-boundary h2, .template-cta h2 { margin: .5rem 0; color: var(--green); font: 600 clamp(34px, 4vw, 58px)/1 Georgia, serif; letter-spacing: -.035em; }
.template-intro p { margin: 1rem 0 0; color: var(--muted); font-size: 1.15rem; line-height: 1.7; }
.template-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; padding-block: 90px; }
.template-content { min-width: 0; }
.template-content > p { color: var(--muted); }
.template-code { max-height: 700px; overflow: auto; margin: 2rem 0; padding: 1.7rem; border: 1px solid var(--green); background: #202923; color: #eef4ef; font: .83rem/1.6 ui-monospace, SFMono-Regular, Consolas, monospace; white-space: pre-wrap; }
.template-labels { align-self: start; position: sticky; top: 92px; padding: 1.7rem; border: 1px solid var(--green); background: #fff; }
.template-labels h2 { font-size: 2rem; }
.template-labels dl { margin: 1.5rem 0 0; }
.template-labels dl div { padding: 1rem 0; border-top: 1px solid var(--line); }
.template-labels dt { color: var(--green); font-weight: 800; }
.template-labels dd { margin: .35rem 0 0; color: var(--muted); line-height: 1.45; }
.template-example { padding-block: 90px; }
.template-example > h2 { max-width: 850px; }
.example-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 2rem; border: 1px solid var(--green); }
.example-grid article { min-height: 180px; padding: 1.5rem; border-right: 1px solid var(--green); border-bottom: 1px solid var(--green); background: #fff; }
.example-grid article:nth-child(2n) { border-right: 0; }
.example-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.example-grid span { color: var(--green-2); font: 750 .7rem/1 ui-monospace, monospace; letter-spacing: .11em; }
.example-grid p { line-height: 1.6; }
.example-grid .next { background: var(--lime); }
.template-boundary { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; padding-block: 90px; border-block: 1px solid var(--line); }
.template-boundary ul { margin: 0; padding: 0; list-style: none; }
.template-boundary li { padding: 1rem 0 1rem 1.5rem; border-bottom: 1px solid var(--line); line-height: 1.5; position: relative; }
.template-boundary li::before { content: "—"; position: absolute; left: 0; color: var(--green-2); }
.template-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding-block: 90px; }
.template-cta > div { padding: 2.2rem; border: 1px solid var(--green); background: #fff; }
.template-cta > div:last-child { background: var(--paper-2); }
.template-cta h2 { font-size: 2.3rem; }
.template-cta p { min-height: 75px; color: var(--muted); line-height: 1.6; }
.guide-aside-link { display: block; margin-top: 1rem; color: var(--green-2); font-weight: 750; }
@media (max-width: 800px) {
  .delivery-grid { grid-template-columns: 1fr; }
  .delivery-card { min-height: 230px; }
  .delivery-note { grid-template-columns: 1fr; gap: 1rem; }
  .delivery-status { display: none; }
  .template-hero, .template-intro, .template-section, .template-boundary, .template-cta { grid-template-columns: 1fr; }
  .template-hero { padding-block: 70px; }
  .template-receipt { margin-right: 16px; }
  .template-labels { position: static; }
  .example-grid { grid-template-columns: 1fr; }
  .example-grid article { border-right: 0; border-bottom: 1px solid var(--green) !important; }
  .example-grid article:last-child { border-bottom: 0 !important; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between;
  min-height: 68px; padding: 0 5vw; border-bottom: 1px solid var(--line); background: rgba(243,241,233,.94); backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 760; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--green); color: var(--lime); font: 800 14px/1 ui-monospace, monospace; }
nav { display: flex; align-items: center; gap: 26px; font-size: 14px; }
nav a { text-decoration: none; }
.nav-cta { padding: 10px 14px; background: var(--ink); color: #fff; }

.section-shell { width: min(1180px, 90vw); margin-inline: auto; }
.hero { min-height: 760px; padding: 105px 0 84px; position: relative; }
.hero::before { content: ""; position: absolute; right: -8vw; top: 40px; width: 58vw; height: 620px; background: radial-gradient(circle at 60% 35%, rgba(201,240,74,.18), transparent 48%); pointer-events: none; }
.eyebrow, .kicker { font: 700 11px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .14em; text-transform: uppercase; color: var(--green-2); }
.pulse { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(201,240,74,.2); }
h1 { max-width: 720px; margin: 22px 0 20px; font: 600 clamp(54px, 8vw, 104px)/.9 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
h1 em { color: var(--green-2); font-weight: inherit; }
.hero-copy { max-width: 650px; margin: 0; color: #3f4b45; font-size: clamp(19px, 2vw, 24px); line-height: 1.5; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--ink); border-radius: var(--radius); text-decoration: none; cursor: pointer; transition: transform .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--green); border-color: var(--green); color: white; }
.button.primary:hover { background: var(--green-2); }
.button.ghost { background: transparent; color: var(--ink); }
.button.compact { min-height: 40px; padding: 0 14px; font-size: 13px; }
.button.full { width: 100%; }
.privacy-line { margin-top: 19px; color: var(--muted); font-size: 13px; }
.privacy-line span { color: var(--green-2); }

.receipt-preview { position: absolute; top: 162px; right: 0; width: min(410px, 38vw); padding: 24px; background: var(--green); color: #f7f6ef; box-shadow: 18px 18px 0 var(--lime); transform: rotate(1.2deg); }
.preview-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.18); font: 700 10px/1 ui-monospace, monospace; letter-spacing: .12em; }
.status { display: inline-flex; align-items: center; width: fit-content; padding: 7px 9px; border-radius: 999px; font: 750 10px/1 ui-monospace, monospace; letter-spacing: .08em; white-space: nowrap; }
.status.caution { background: var(--amber); color: #241b0d; }
.status.clear { background: var(--lime); color: var(--green); }
.status.blocked { background: #f1b0a5; color: #4c1912; }
.preview-grid { display: grid; grid-template-columns: repeat(3,1fr); padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.preview-grid div { display: flex; flex-direction: column; gap: 4px; }
.metric { font: 600 28px/1 Georgia, serif; }
.label { color: rgba(255,255,255,.62); font-size: 11px; }
.preview-callout { display: grid; grid-template-columns: 10px 1fr; gap: 10px; margin-top: 17px; }
.preview-callout strong { font-size: 12px; }
.preview-callout p { margin: 4px 0 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.4; }
.preview-question { margin-top: 19px; padding: 14px; background: rgba(255,255,255,.08); }
.preview-question span { display: block; margin-bottom: 7px; color: var(--lime); font: 700 9px/1 ui-monospace, monospace; letter-spacing: .13em; }
.preview-question strong { font-size: 13px; line-height: 1.35; }
.evidence-dot { display: inline-block; width: 9px; height: 9px; margin-top: 4px; border-radius: 50%; background: var(--muted); }
.evidence-dot.observed { background: var(--lime); }
.evidence-dot.governed { background: var(--blue); }
.evidence-dot.prevented { background: var(--red); }
.evidence-dot.reported { background: var(--amber); }
.evidence-dot.inferred { background: #9a79b5; }
.evidence-dot.unknown { background: #929992; }

.trust-strip { display: flex; justify-content: space-around; gap: 20px; padding: 20px 5vw; border-block: 1px solid var(--line); background: var(--paper-2); color: var(--muted); font: 700 10px/1 ui-monospace, monospace; letter-spacing: .14em; }
.review-section, .how-section, .offer-section, .feedback-section { padding-block: 100px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 45px; }
.section-heading h2, .offer-copy h2, .feedback-section h2 { margin: 9px 0 0; font: 600 clamp(38px, 5vw, 64px)/1 Georgia, serif; letter-spacing: -.035em; }
.section-heading p, .feedback-section > div > p { margin: 0; color: var(--muted); line-height: 1.6; }

.workspace { display: grid; grid-template-columns: 1fr 1.08fr; min-height: 690px; border: 1px solid var(--line); background: var(--panel); box-shadow: 12px 12px 0 var(--paper-2); }
.panel { min-width: 0; }
.input-panel { display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--line); }
.panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.panel-head > div { display: flex; align-items: center; gap: 10px; }
.step { color: var(--green-2); font: 700 11px ui-monospace, monospace; }
.text-button { border: 0; padding: 0; background: none; color: var(--green-2); text-decoration: underline; cursor: pointer; }
.drop-zone { display: grid; place-items: center; min-height: 150px; padding: 20px; border: 1px dashed #aeb4ac; background: #f7f6f0; cursor: pointer; text-align: center; }
.drop-zone.dragover { border-color: var(--green-2); background: #eef2df; }
.drop-zone input { position: absolute; opacity: 0; pointer-events: none; }
.drop-zone strong { margin-top: 7px; }
.drop-zone span:last-child { margin-top: 3px; color: var(--muted); font-size: 12px; }
.upload-icon { color: var(--green-2); font-size: 28px; }
.or { display: flex; align-items: center; gap: 10px; margin: 17px 0; color: #8a918b; font: 700 9px ui-monospace, monospace; letter-spacing: .12em; }
.or::before, .or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
#activity-input { flex: 1; min-height: 250px; resize: vertical; border: 1px solid var(--line); border-radius: 0; padding: 15px; background: #202923; color: #e9f0e8; font: 12px/1.55 ui-monospace, SFMono-Regular, Consolas, monospace; outline: none; }
#activity-input:focus { border-color: var(--lime); box-shadow: 0 0 0 2px rgba(201,240,74,.3); }
.input-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 15px; }
#input-status { color: var(--muted); font-size: 12px; }
.output-panel { min-height: 100%; background: #f7f6f0; }
.empty-state { display: grid; place-items: center; align-content: center; height: 100%; min-height: 570px; padding: 40px; text-align: center; }
.empty-glyph { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 17px; background: var(--green); color: var(--lime); font: 800 22px ui-monospace, monospace; }
.empty-state h3 { margin: 0; font: 600 26px Georgia, serif; }
.empty-state p { max-width: 380px; color: var(--muted); line-height: 1.55; }
.handback { padding: 28px; }
.handback-header { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.handback-header h3 { margin: 8px 0 5px; font: 600 31px Georgia, serif; }
.handback-header p { margin: 0; color: var(--muted); font-size: 12px; }
.summary-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-block: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.summary-grid div { padding: 17px 10px; background: #f7f6f0; }
.summary-grid strong { display: block; font: 600 24px Georgia, serif; }
.summary-grid span { color: var(--muted); font-size: 10px; }
.decision-card { margin: 22px 0; padding: 19px; border-left: 4px solid var(--amber); background: #f4e8d0; }
.decision-card.clear { border-color: var(--green-2); background: #e7eee8; }
.decision-card.blocked { border-color: var(--red); background: #f4dfdb; }
.decision-card span { color: var(--green-2); font: 700 9px ui-monospace, monospace; letter-spacing: .14em; }
.decision-card h4 { margin: 7px 0 4px; font-size: 16px; }
.decision-card p { margin: 0; color: #565f59; font-size: 12px; line-height: 1.5; }
.result-heading { display: flex; align-items: center; justify-content: space-between; }
.result-heading h4 { margin: 0; }
.result-heading span { color: var(--muted); font: 700 9px ui-monospace, monospace; letter-spacing: .1em; }
.timeline { margin-top: 12px; }
.timeline-item { display: grid; grid-template-columns: 84px 1fr; gap: 13px; padding: 13px 0; border-top: 1px solid var(--line); }
.timeline-label { display: flex; align-items: center; gap: 7px; text-transform: uppercase; font: 700 9px ui-monospace, monospace; letter-spacing: .08em; }
.timeline-body strong { display: block; font-size: 13px; line-height: 1.4; }
.timeline-body p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; word-break: break-word; }
.limits { margin-top: 18px; padding: 14px; border: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.5; }
.limits strong { color: var(--ink); }
.handback-actions { display: flex; gap: 9px; margin-top: 16px; }

.how-section { border-top: 1px solid var(--line); }
.section-heading.narrow { display: block; max-width: 760px; }
.evidence-cards { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.evidence-cards article { min-height: 195px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.evidence-cards article:nth-child(3n) { border-right: 0; }
.evidence-cards article:nth-child(n+4) { border-bottom: 0; }
.evidence-cards h3 { margin: 15px 0 7px; font: 600 24px Georgia, serif; }
.evidence-cards p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.guide-link { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin: 28px 0 0; padding: 22px 0; border-bottom: 1px solid var(--line); }
.guide-link a { color: var(--green-2); font-weight: 700; }

.guide-hero { min-height: 0; padding: 95px 0 70px; border-bottom: 1px solid var(--line); }
.guide-hero h1 { max-width: 970px; font-size: clamp(50px, 7vw, 92px); }
.guide-deck { max-width: 760px; color: #3f4b45; font-size: clamp(19px, 2vw, 24px); line-height: 1.55; }
.guide-meta { margin-top: 25px; color: var(--muted); font: 700 10px/1.4 ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 80px; padding-block: 80px 110px; }
.guide-article { max-width: 760px; }
.guide-article h2 { margin: 65px 0 18px; font: 600 clamp(34px, 4vw, 52px)/1.05 Georgia, serif; letter-spacing: -.03em; }
.guide-article h2:first-child { margin-top: 0; }
.guide-article h3 { margin: 30px 0 10px; font-size: 19px; }
.guide-article p, .guide-article li { color: #4e5a54; font-size: 17px; line-height: 1.72; }
.guide-article li { margin-bottom: 12px; }
.guide-article code { padding: 2px 5px; background: var(--paper-2); font-size: .88em; }
.guide-callout { margin: 32px 0; padding: 26px; border-left: 5px solid var(--lime); background: var(--green); color: white; }
.guide-callout strong { display: block; margin-bottom: 12px; color: var(--lime); font: 700 11px ui-monospace, monospace; letter-spacing: .12em; }
.guide-callout p, .guide-callout li { color: rgba(255,255,255,.8); }
.guide-sequence { counter-reset: guide-step; padding: 0; list-style: none; }
.guide-sequence li { position: relative; min-height: 48px; padding-left: 58px; }
.guide-sequence li::before { counter-increment: guide-step; content: "0" counter(guide-step); position: absolute; left: 0; top: 2px; color: var(--green-2); font: 700 12px ui-monospace, monospace; }
.guide-example { overflow-x: auto; margin: 28px 0; padding: 22px; background: #202923; color: #e9f0e8; font: 13px/1.65 ui-monospace, monospace; white-space: pre-wrap; }
.guide-aside { position: sticky; top: 100px; align-self: start; padding: 25px; background: var(--green); color: white; box-shadow: 10px 10px 0 var(--lime); }
.guide-aside h2 { margin: 10px 0 13px; font: 600 30px/1.05 Georgia, serif; }
.guide-aside p { color: rgba(255,255,255,.7); line-height: 1.55; }
.guide-aside .button { margin-top: 10px; background: var(--lime); border-color: var(--lime); color: var(--green); font-weight: 700; }
.guide-aside small { display: block; margin-top: 14px; color: rgba(255,255,255,.55); line-height: 1.45; }
.guide-faq { margin-top: 65px; }
.guide-faq details { padding: 19px 0; border-top: 1px solid var(--line); }
.guide-faq summary { cursor: pointer; font-weight: 700; }
.guide-faq details p { margin-bottom: 0; font-size: 15px; }

.offer-section { display: grid; grid-template-columns: 1.15fr .65fr; gap: 100px; align-items: center; border-top: 1px solid var(--line); }
.offer-copy p { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.offer-copy ul { padding: 0; list-style: none; }
.offer-copy li { margin: 10px 0; }
.offer-copy li::before { content: "↳"; margin-right: 9px; color: var(--green-2); }
.kit-preview { max-width: 650px; margin-top: 28px; border-block: 1px solid var(--line); }
.kit-preview summary { padding: 17px 0; cursor: pointer; color: var(--green); font-weight: 700; }
.kit-preview figure { margin: 0 0 18px; }
.kit-preview img { display: block; width: min(100%, 480px); height: auto; border: 1px solid var(--line); background: var(--paper-2); box-shadow: 8px 8px 0 var(--paper-2); }
.kit-preview figcaption { max-width: 480px; margin-top: 14px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.price-card { padding: 30px; background: var(--green); color: white; box-shadow: 12px 12px 0 var(--lime); }
.price-card > span { color: var(--lime); font: 700 10px ui-monospace, monospace; letter-spacing: .13em; }
.price { margin: 24px 0 4px; font: 600 72px/1 Georgia, serif; }
.price sup { font-size: 24px; }
.price-card p { color: rgba(255,255,255,.65); font-size: 13px; }
.price-card .button { margin-top: 20px; background: var(--lime); border-color: var(--lime); color: var(--green); font-weight: 700; }
.price-card small, .interest-form small { display: block; margin-top: 15px; color: rgba(255,255,255,.58); line-height: 1.45; }

.feedback-section { display: grid; grid-template-columns: .85fr 1fr; gap: 100px; border-top: 1px solid var(--line); }
.interest-form { display: grid; gap: 15px; padding: 28px; background: var(--ink); color: white; }
.interest-form label { display: grid; gap: 7px; font-size: 12px; }
.interest-form input, .interest-form select, .interest-form textarea { width: 100%; border: 1px solid #536059; border-radius: 0; padding: 12px; background: #29332d; color: white; outline: none; }
.interest-form input:focus, .interest-form select:focus, .interest-form textarea:focus { border-color: var(--lime); }
.interest-form small { color: #aeb8b1; }
.honeypot { position: absolute; left: -9999px; }
footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 35px 5vw; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.metrics-note { grid-column: 1 / -1; text-align: center; line-height: 1.5; }
footer p { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.thanks-page { display: grid; min-height: 100vh; place-items: center; }
.thanks-page main { max-width: 650px; padding: 60px; text-align: center; }
.thanks-page h1 { margin-inline: auto; font-size: clamp(45px,7vw,74px); }
.thanks-page p { margin-bottom: 30px; color: var(--muted); }

@media (max-width: 960px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 75px; }
  .hero-copy { max-width: 560px; }
  .receipt-preview { position: relative; top: auto; right: auto; width: min(620px, 92%); margin: 70px 0 0; }
  .section-heading, .offer-section, .feedback-section { grid-template-columns: 1fr; gap: 35px; }
  .workspace { grid-template-columns: 1fr; }
  .input-panel { border-right: 0; border-bottom: 1px solid var(--line); }
  .evidence-cards { grid-template-columns: repeat(2,1fr); }
  .evidence-cards article, .evidence-cards article:nth-child(3n), .evidence-cards article:nth-child(n+4) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .evidence-cards article:nth-child(2n) { border-right: 0; }
  .evidence-cards article:nth-last-child(-n+2) { border-bottom: 0; }
  .offer-section { align-items: stretch; }
  .price-card { max-width: 520px; }
  .guide-layout { grid-template-columns: 1fr; gap: 45px; }
  .guide-aside { position: static; max-width: 520px; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { padding-inline: 4vw; }
  .nav-cta { font-size: 11px; }
  .hero { min-height: 0; padding-block: 58px 70px; }
  h1 { font-size: 55px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .receipt-preview { width: calc(100% - 12px); margin-top: 50px; padding: 18px; box-shadow: 10px 10px 0 var(--lime); }
  .trust-strip { flex-wrap: wrap; }
  .review-section, .how-section, .offer-section, .feedback-section { padding-block: 72px; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 20px; }
  .workspace { box-shadow: 7px 7px 0 var(--paper-2); }
  .input-panel, .handback { padding: 18px; }
  .input-footer { align-items: stretch; flex-direction: column; }
  .summary-grid { grid-template-columns: repeat(2,1fr); }
  .timeline-item { grid-template-columns: 1fr; gap: 5px; }
  .evidence-cards { grid-template-columns: 1fr; }
  .evidence-cards article, .evidence-cards article:nth-child(2n), .evidence-cards article:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .evidence-cards article:last-child { border-bottom: 0; }
  .price-card { box-shadow: 8px 8px 0 var(--lime); }
  .guide-link { align-items: flex-start; flex-direction: column; }
  .guide-hero { padding-block: 65px 55px; }
  .guide-layout { padding-block: 55px 75px; }
}

@media print {
  .site-header, .hero, .trust-strip, .input-panel, .how-section, .offer-section, .feedback-section, footer, .handback-actions, .section-heading { display: none !important; }
  body, .review-section, .workspace, .output-panel { background: white; border: 0; box-shadow: none; margin: 0; padding: 0; width: 100%; }
  .workspace { display: block; }
  .handback { display: block !important; }
}
