:root {
  --paper: #fffdf8;
  --ink: #070c20;
  --muted: #50586b;
  --red: #d71920;
  --red-dark: #b81411;
  --rule: #cfd4de;
  --blue: #edf5ff;
  --yellow: #fff9e9;
  --shadow: 7px 8px 0 rgb(7 12 32 / 8%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, blockquote { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; letter-spacing: -.022em; }
h1, h2, h3, p { margin-top: 0; }
p { line-height: 1.6; }
.shell { max-width: 1440px; margin: auto; padding: 0 30px; }
.header { height: 72px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); }
.logo { font-family: "Barlow Condensed", sans-serif; font-size: 1.8rem; font-weight: 800; }
.header nav { display: flex; gap: 32px; font-size: .9rem; font-weight: 700; }
.eyebrow { margin-bottom: 12px; color: var(--red); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.hero { display: grid; grid-template-columns: .95fr 1.05fr; gap: 50px; align-items: center; padding: 44px 0 48px; border-bottom: 1px solid var(--ink); }
.hero h1 { max-width: 700px; margin-bottom: 18px; font-size: clamp(3.6rem, 5vw, 4.75rem); line-height: .92; }
.hero-method { max-width: 650px; margin-bottom: 12px; font-family: "Barlow Condensed", sans-serif; font-size: 1.65rem; font-weight: 700; line-height: 1.1; }
.hero > div:first-child > p:not(.eyebrow):not(.hero-method) { max-width: 610px; margin-bottom: 12px; color: var(--muted); font-size: 1rem; }
.soft-link { display: inline-block; margin-top: 4px; padding-bottom: 5px; border-bottom: 2px solid var(--red); color: var(--red); font-size: .95rem; font-weight: 800; }
.kit { min-height: 450px; position: relative; }
.paper { position: absolute; border: 1px solid var(--ink); background: #fff; box-shadow: var(--shadow); }
.bingo { z-index: 2; top: 10px; left: 0; width: 58%; padding: 16px; text-align: center; transform: rotate(-1deg); }
.bingo h2 { margin: 0; font-size: 2rem; text-transform: uppercase; }
.bingo small { color: var(--muted); font-size: .7rem; }
.grid { margin-top: 12px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.grid > * { min-height: 39px; padding: 4px; display: grid; place-items: center; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: .45rem; line-height: 1.2; }
.grid b { color: var(--red); text-transform: uppercase; }
.attendee { z-index: 3; width: 29%; min-height: 150px; padding: 14px; text-align: center; }
.attendee small, .prep > small { display: block; padding-bottom: 7px; border-bottom: 1px solid var(--rule); font-family: "Barlow Condensed", sans-serif; font-size: .85rem; font-weight: 800; text-transform: uppercase; }
.attendee strong { min-height: 95px; display: grid; place-items: center; font-family: "Barlow Condensed", sans-serif; font-size: 1.2rem; line-height: 1; }
.attendee-a { top: 42px; left: 53%; transform: rotate(2deg); }
.attendee-b { top: 220px; left: 50%; background: #fff9df; transform: rotate(-1deg); }
.prep { z-index: 4; top: 75px; right: 0; width: 28%; min-height: 285px; padding: 14px; transform: rotate(3deg); }
.prep h3 { margin: 12px 0; font-size: 1.2rem; text-transform: uppercase; }
.prep b { font-size: .72rem; text-transform: uppercase; }
.prep p { margin-bottom: 9px; color: var(--muted); font-size: .72rem; line-height: 1.35; }

.pain { padding: 44px 0 36px; border-bottom: 1px solid var(--rule); }
.pain > h2, .proof h2, .formats h2, .offer h2, .faq > h2, .final h2 { margin-bottom: 28px; font-size: clamp(3rem, 4vw, 3.8rem); line-height: .95; }
.pain-rail { display: grid; grid-template-columns: repeat(4, 1fr); }
.pain article { position: relative; padding: 24px 22px; border-right: 1px solid var(--rule); background: #fff; }
.pain article:nth-child(2) { background: #f1f7ff; transform: rotate(-.5deg); }
.pain article:nth-child(4) { background: var(--yellow); }
.pain article i { width: 29px; height: 29px; position: absolute; top: 0; left: 0; display: grid; place-items: center; color: #fff; background: var(--ink); font-style: normal; font-size: .75rem; font-weight: 800; }
.pain article > b { color: #2f6fed; font-size: .8rem; text-transform: uppercase; }
.pain blockquote { margin: 18px 0 14px; font-size: clamp(1.65rem, 2vw, 2rem); line-height: 1.02; }
.pain article p { margin-bottom: 0; color: var(--muted); font-size: .95rem; line-height: 1.5; }
.truth { max-width: 920px; margin: 28px auto 0; text-align: center; font-size: 1.1rem; font-weight: 800; }
.meeting-story { margin-top: 30px; padding: 24px 28px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; border: 1px solid var(--ink); background: #fff; box-shadow: var(--shadow); }
.meeting-story h3 { margin-bottom: 0; font-size: 2rem; line-height: 1.05; }
.meeting-story > div:last-child { padding-left: 30px; border-left: 1px solid var(--rule); }
.meeting-story p { margin-bottom: 9px; color: var(--muted); font-size: .96rem; line-height: 1.5; }
.meeting-story p:last-child { margin-bottom: 0; }
.meeting-story b { color: var(--ink); }

.mechanism { margin: 0 -1px; padding: 42px 32px 28px; display: grid; grid-template-columns: .9fr 1.6fr; gap: 32px; background: var(--blue); border-bottom: 1px solid var(--rule); }
.mechanism > div:first-child { padding-right: 30px; border-right: 1px solid var(--rule); }
.mechanism h2 { margin-bottom: 18px; font-size: clamp(2.9rem, 3.8vw, 3.7rem); line-height: .95; }
.mechanism p { margin-bottom: 0; color: var(--muted); font-size: 1rem; }
.mechanism ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.mechanism li { min-height: 112px; padding: 18px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.mechanism li b, .mechanism li span { display: block; font-size: .94rem; line-height: 1.4; }
.mechanism li span { margin-top: 8px; color: var(--muted); }
.mechanism-cta { grid-column: 1 / -1 !important; padding: 24px 10px 0 !important; display: grid; justify-items: center; border: 0 !important; border-top: 1px solid var(--rule) !important; }
.mechanism-cta p { margin-bottom: 14px; color: var(--ink); font-family: "Barlow Condensed", sans-serif; font-size: 1.4rem; font-weight: 700; }
.button, .outline { min-height: 50px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--red); font-size: .95rem; font-weight: 800; }
.button { color: #fff; background: var(--red); }
.button:hover { background: var(--red-dark); }
.button:focus-visible, .outline:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #2f6fed; outline-offset: 3px; }
.outline { border-color: var(--ink); }
.mechanism-cta small, .center small, .final small { display: block; margin-top: 11px; font-size: .82rem; font-weight: 700; }

.proof { padding: 46px 0; text-align: center; border-bottom: 1px solid var(--rule); }
.proof-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.proof article { padding: 18px 28px 24px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.proof article:nth-child(3n) { border-right: 0; }
.proof article:nth-child(n+4) { border-bottom: 0; }
.mini { width: 120px; height: 112px; margin: auto; padding: 12px; display: grid; place-items: center; border: 1px solid var(--ink); background: #fff; box-shadow: 5px 6px 0 var(--rule); font-family: "Barlow Condensed", sans-serif; font-size: 1.15rem; font-weight: 800; text-transform: uppercase; }
.mini.timeline { place-items: start; font-family: Inter, sans-serif; font-size: .7rem; line-height: 1.8; text-align: left; }
.mini.pdf { color: #fff; background: var(--red); font-size: 2rem; }
.mini.cards { background: var(--blue); font-size: 2rem; letter-spacing: -.3em; }
.proof h3 { margin: 16px 0 6px; font-family: Inter, sans-serif; font-size: 1rem; letter-spacing: 0; }
.proof article p { max-width: 260px; margin: auto; color: var(--muted); font-size: .94rem; line-height: 1.5; }
.center-note { margin: 24px 0 18px; font-size: .92rem; font-weight: 700; }
.center { display: grid; justify-items: center; }

.formats { margin: 0 -1px; padding: 44px 4%; background: var(--blue); border-bottom: 1px solid var(--rule); }
.formats > h2 { text-align: center; }
.formats > div { display: grid; grid-template-columns: repeat(3, 1fr); }
.formats article { padding: 0 30px; border-right: 1px solid var(--rule); }
.formats article:last-child { border: 0; }
.format-visual { height: 155px; padding: 24px; display: grid; place-items: center; border: 1px solid var(--ink); background: #fff; text-align: center; font-family: "Barlow Condensed", sans-serif; font-size: 1.7rem; font-weight: 800; }
.format-visual.stack { box-shadow: 8px 8px 0 #fff; }
.format-visual.list { place-items: start; font-family: Inter, sans-serif; font-size: .85rem; line-height: 2.2; text-align: left; }
.format-visual.list b { color: var(--red); }
.formats h3 { margin: 18px 0 6px; font-size: 1.5rem; }
.formats article p { margin-bottom: 0; color: var(--muted); font-size: .96rem; line-height: 1.5; }

.offer { padding: 46px 2% 52px; border-bottom: 1px solid var(--rule); }
.offer-intro { max-width: 850px; margin-bottom: 28px; }
.offer-intro h2 { margin-bottom: 14px; }
.offer-intro > p:last-child { max-width: 760px; margin-bottom: 0; color: var(--muted); font-size: 1.04rem; }
.offer-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 42px; align-items: stretch; }
.offer-card { padding: 28px; border: 1px solid var(--ink); background: #fff; box-shadow: var(--shadow); }
.offer-card > b { font-size: 1.05rem; }
.offer-card > div { margin: 6px 0 8px; display: flex; gap: 12px; align-items: baseline; }
.offer-card strong { color: var(--red); font-family: "Barlow Condensed", sans-serif; font-size: 4.2rem; line-height: 1; }
.offer-card span { color: var(--muted); font-size: .9rem; }
.offer-card ul { margin: 14px 0 22px; padding-left: 1.2rem; font-size: 1rem; line-height: 1.75; }
.offer-card small { display: block; margin-top: 12px; color: var(--muted); font-size: .82rem; }
.alternatives { padding: 24px; display: grid; align-content: center; gap: 0; border: 1px solid var(--rule); background: #fafcff; }
.alternatives > b { margin-bottom: 8px; color: var(--red); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.alternatives > div { padding: 16px 0; border-bottom: 1px solid var(--rule); }
.alternatives h3 { margin: 0 0 5px; font-family: Inter, sans-serif; font-size: 1rem; letter-spacing: 0; }
.alternatives p { margin-bottom: 0; color: var(--muted); font-size: .96rem; line-height: 1.5; }
.alternatives .best { padding: 18px; border: 1px solid var(--ink); background: var(--blue); }

.risk { margin: 0 -1px; padding: 38px 28px; display: grid; grid-template-columns: 1.15fr repeat(2, 1fr); background: var(--blue); border-bottom: 1px solid var(--rule); }
.risk > div, .risk article { padding: 16px 24px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.risk > div { grid-row: span 2; align-content: center; }
.risk article:nth-child(3), .risk article:nth-child(5) { border-right: 0; }
.risk article:nth-child(4), .risk article:nth-child(5) { border-bottom: 0; }
.risk h2 { margin-bottom: 18px; font-size: clamp(2.7rem, 3.2vw, 3.4rem); line-height: .95; }
.risk a { color: var(--red); font-size: .9rem; font-weight: 800; }
.risk article b { font-size: 1rem; }
.risk article p { margin: 7px 0 0; color: var(--muted); font-size: .94rem; line-height: 1.5; }

.faq { max-width: 1040px; margin: auto; padding: 48px 0; }
.faq > h2 { text-align: center; }
.faq > div { display: grid; grid-template-columns: 1fr 1fr; gap: 0 50px; }
.faq details { padding: 15px 3px; border-bottom: 1px solid var(--rule); }
.faq summary { cursor: pointer; font-size: .98rem; font-weight: 800; }
.faq details p { margin: 12px 0 2px; color: var(--muted); font-size: .96rem; line-height: 1.55; }
.final { padding: 44px 0 50px; border-top: 1px solid var(--rule); text-align: center; }
.final h2 { margin-bottom: 12px; }
.final p { margin-bottom: 18px; color: var(--muted); font-size: 1rem; }
.final small { display: block; }
footer { padding: 24px 0; display: grid; grid-template-columns: 1fr auto 1fr; gap: 35px; border-top: 1px solid var(--ink); font-size: .82rem; }
footer div { display: grid; }
footer div span { color: var(--muted); }
footer nav { display: flex; gap: 20px; }
footer > span { text-align: right; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; }
  .kit { width: min(100%, 800px); margin: auto; }
  .mechanism { grid-template-columns: 1fr; }
  .mechanism > div:first-child { padding-right: 0; border: 0; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .shell { padding: 0 18px; }
  .header { height: 62px; }
  .header nav { display: none; }
  .hero { gap: 24px; padding: 34px 0 38px; }
  .hero h1 { font-size: clamp(2.7rem, 11vw, 3.25rem); }
  .hero-method { font-size: 1.4rem; }
  .kit { min-height: 385px; }
  .bingo { width: 75%; }
  .grid > * { min-height: 30px; font-size: .32rem; }
  .attendee { width: 40%; min-height: 125px; padding: 9px; }
  .attendee strong { min-height: 78px; font-size: 1rem; }
  .attendee-a { top: 228px; left: 4%; }
  .attendee-b { top: 252px; left: 43%; }
  .prep { top: 30px; width: 39%; min-height: 230px; padding: 9px; }
  .prep p { font-size: .62rem; }
  .pain, .proof, .offer, .faq { padding-top: 36px; padding-bottom: 36px; }
  .pain > h2, .proof h2, .formats h2, .offer h2, .faq > h2, .final h2 { margin-bottom: 22px; font-size: 2.7rem; }
  .pain-rail { grid-template-columns: 1fr; gap: 12px; }
  .pain article { padding: 22px; border: 1px solid var(--rule); }
  .pain blockquote { font-size: 1.8rem; }
  .meeting-story { padding: 20px; grid-template-columns: 1fr; gap: 16px; }
  .meeting-story h3 { font-size: 1.75rem; }
  .meeting-story > div:last-child { padding: 16px 0 0; border-top: 1px solid var(--rule); border-left: 0; }
  .mechanism { margin: 0 -18px; padding: 36px 18px 24px; }
  .mechanism h2 { font-size: 2.7rem; }
  .mechanism ol { grid-template-columns: 1fr 1fr; }
  .mechanism li { min-height: 125px; padding: 15px; }
  .mechanism li b, .mechanism li span { font-size: .9rem; }
  .mechanism-cta { text-align: center; }
  .proof-rail { grid-template-columns: 1fr 1fr; }
  .proof article { padding: 18px 10px; }
  .proof article:nth-child(3n) { border-right: 1px solid var(--rule); }
  .proof article:nth-child(2n) { border-right: 0; }
  .proof article:nth-child(n+4) { border-bottom: 1px solid var(--rule); }
  .proof article:nth-child(n+5) { border-bottom: 0; }
  .proof article p { font-size: .95rem; }
  .formats { margin: 0 -18px; padding: 36px 18px; }
  .formats > div { grid-template-columns: 1fr; }
  .formats article { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .format-visual { height: 126px; }
  .offer-grid { grid-template-columns: 1fr; gap: 28px; }
  .offer-card { padding: 23px; }
  .offer-card strong { font-size: 3.8rem; }
  .alternatives { padding: 20px; }
  .risk { margin: 0 -18px; padding: 32px 18px; grid-template-columns: 1fr; }
  .risk > div { grid-row: auto; }
  .risk > div, .risk article, .risk article:nth-child(3), .risk article:nth-child(5) { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .risk article:last-child { border-bottom: 0; }
  .faq > div { grid-template-columns: 1fr; }
  .final { padding: 36px 0 42px; }
  .final h2 { font-size: 2.45rem; }
  .final .button { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 16px; }
  footer nav { flex-wrap: wrap; }
  footer > span { text-align: left; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
