@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@500;600;700&display=swap");

:root {
  --ink: #131313;
  --paper: #f1efe7;
  --muted: #716f68;
  --acid: #d8ff38;
  --violet: #796bff;
  --line: rgba(19, 19, 19, 0.16);
  --white: #fbfaf5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: 112px; }
.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { color: inherit; text-decoration: none; display: flex; align-items: center; gap: 11px; font-size: 12px; line-height: 1.05; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.brandMark { width: 34px; height: 34px; display: grid; place-items: center; background: var(--ink); color: var(--acid); border-radius: 50%; font-size: 18px; }
.navCta, .footer button { background: transparent; border: 0; border-bottom: 1px solid currentColor; padding: 7px 0; font-weight: 700; }
.hero { min-height: 850px; padding-top: 58px; position: relative; overflow: hidden; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; }
.eyebrow span { width: 28px; height: 2px; background: var(--violet); }
h1, h2 { font-family: "Unbounded", "Manrope", sans-serif; margin: 0; letter-spacing: -.055em; line-height: .99; }
h1 { font-size: clamp(50px, 7.7vw, 106px); max-width: 1080px; margin-top: 28px; position: relative; z-index: 2; }
h1 em, h2 em { color: var(--violet); font-style: normal; }
.heroBottom { display: flex; align-items: flex-end; justify-content: flex-start; gap: 48px; width: min(820px, 100%); margin-top: 46px; position: relative; z-index: 3; }
.heroCopy { width: 470px; margin: 0; font-size: 20px; line-height: 1.55; }
.primary { min-width: 285px; border: 0; padding: 21px 24px; background: var(--acid); display: flex; justify-content: space-between; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.hero .primary { border: 2px solid var(--ink); box-shadow: 9px 9px 0 var(--ink); }
.primary:hover { transform: translateY(-3px); box-shadow: 8px 8px 0 var(--ink); }
.hero .primary:hover { transform: translate(-2px, -3px); box-shadow: 12px 13px 0 var(--ink); }
.primary span { font-size: 20px; }
.heroVisual { position: absolute; width: 500px; height: 320px; right: -20px; bottom: 30px; }
.orbit { position: absolute; border: 1px solid rgba(121,107,255,.28); border-radius: 50%; transform: rotate(-13deg); }
.orbitOne { inset: 5% 2%; }
.orbitTwo { inset: 20% -12%; transform: rotate(16deg); }
.visualCard { position: absolute; width: 190px; height: 205px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 14px 16px 0 rgba(19,19,19,.08); }
.visualCard span { font-size: 10px; letter-spacing: .17em; font-weight: 800; }
.visualCard strong { font-family: "Unbounded"; font-size: 22px; line-height: 1.1; }
.visualCard i { font-style: normal; font-size: 12px; }
.visualAd { background: var(--violet); color: white; left: 12px; top: 78px; transform: rotate(-6deg); }
.visualLead { background: var(--acid); right: 0; top: 26px; transform: rotate(5deg); }
.visualLead strong { font-size: 18px; line-height: 1.18; }
.visualArrow { position: absolute; left: 47%; top: 46%; font-size: 65px; z-index: 2; }
.sectionHead { display: grid; grid-template-columns: 150px 1fr; align-items: start; margin-bottom: 64px; }
.sectionNumber { font-weight: 800; font-size: 13px; border: 1px solid var(--line); border-radius: 50px; padding: 7px 12px; width: fit-content; }
.sectionHead h2, .whoIntro h2 { font-size: clamp(38px, 5.2vw, 68px); }
.sectionHead h2 em { color: var(--violet); font-style: normal; }
.painManifesto { margin: -12px 0 55px 150px; border-top: 1px solid var(--ink); padding-top: 32px; }
.painLead { margin: 0 0 42px; font-size: clamp(25px, 3vw, 40px); line-height: 1.22; max-width: 980px; letter-spacing: -.035em; }
.painStory { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; max-width: 930px; }
.painStory p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.painStory strong { color: var(--ink); }
.painManifesto blockquote { margin: 56px 0; padding: 34px 38px; background: var(--acid); font-family: "Unbounded"; font-size: clamp(24px, 3.3vw, 42px); line-height: 1.25; letter-spacing: -.045em; transform: rotate(-1deg); }
.painManifesto blockquote b { color: var(--violet); }
.painTurn { margin: 0; max-width: 920px; font-size: 21px; line-height: 1.6; font-weight: 600; }
.painGrid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.painCard { min-height: 305px; padding: 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.painCard:last-child { border-right: 0; }
.painCard > span, .whoGrid article > span { font-size: 12px; font-weight: 800; color: var(--violet); }
.painCard h3 { font-family: "Unbounded"; font-size: 24px; margin: auto 0 20px; }
.painCard p { margin: 0; color: var(--muted); line-height: 1.55; }
.promise { background: var(--ink); color: var(--white); }
.promiseGrid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.light { border-color: rgba(255,255,255,.25); }
.stickyCopy { align-self: start; position: sticky; top: 35px; }
.stickyCopy h2 { font-size: clamp(40px, 5vw, 65px); margin: 28px 0; }
.stickyCopy p { color: rgba(255,255,255,.63); line-height: 1.6; max-width: 440px; }
.proofShot { margin: 32px 0 0; max-width: 455px; padding: 10px; background: var(--white); color: var(--ink); transform: rotate(-1deg); }
.proofShot img { display: block; width: 100%; height: auto; border: 1px solid rgba(19,19,19,.1); }
.proofShot figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 9px 7px; }
.proofShot figcaption strong { font-family: "Unbounded"; font-size: 17px; white-space: nowrap; }
.proofShot figcaption span { max-width: 185px; color: var(--muted); font-size: 11px; line-height: 1.35; text-align: right; }
.step { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 31px 0; border-top: 1px solid rgba(255,255,255,.17); }
.step:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.step > span { color: var(--acid); font-weight: 800; }
.step h3 { margin: 0 0 9px; font-size: 20px; }
.step p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.55; }
.longCase { margin-top: 90px; padding-top: 70px; border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: start; }
.longCaseCopy h3 { margin: 28px 0 24px; font-family: "Unbounded"; font-size: clamp(34px, 4.6vw, 60px); line-height: 1.08; letter-spacing: -.055em; }
.longCaseCopy h3 em { color: var(--acid); font-style: normal; }
.longCaseLead { max-width: 680px; margin: 0 0 32px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.65; }
.longCaseMetrics { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.longCaseMetrics div { min-height: 145px; padding: 23px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); display: flex; flex-direction: column; justify-content: space-between; }
.longCaseMetrics strong { color: var(--acid); font-family: "Unbounded"; font-size: clamp(26px, 3.5vw, 42px); letter-spacing: -.05em; }
.longCaseMetrics span { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.45; }
.longCase blockquote { margin: 30px 0 22px; padding: 24px; background: var(--acid); color: var(--ink); font-size: 19px; line-height: 1.5; font-weight: 800; }
.longCaseNote { margin: 0; color: rgba(255,255,255,.62); line-height: 1.65; }
.longCaseVisual { position: sticky; top: 25px; margin: 0; padding: 14px; background: white; color: var(--ink); transform: rotate(1deg); box-shadow: 18px 20px 0 rgba(121,107,255,.2); }
.longCaseVisual img { display: block; width: 100%; height: auto; }
.followerCompare { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.followerCompare div { min-width: 0; padding: 8px; background: var(--ink); }
.followerCompare span { display: block; padding: 2px 2px 8px; color: var(--acid); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.longCaseVisual figcaption { padding: 16px 5px 3px; display: flex; flex-direction: column; gap: 6px; }
.longCaseVisual figcaption b { font-size: 13px; }
.longCaseVisual figcaption span { color: var(--muted); font-size: 10px; line-height: 1.45; }
.resultPanel { min-height: 470px; display: grid; grid-template-columns: .55fr 1fr .9fr; gap: 45px; align-items: center; padding: 55px; background: var(--violet); color: white; }
.resultBig { font-family: "Unbounded"; font-size: 250px; line-height: .8; color: var(--acid); }
.resultCopy h3 { font-family: "Unbounded"; font-size: 35px; line-height: 1.12; margin: 0 0 26px; }
.resultCopy p { font-size: 18px; line-height: 1.6; }
.resultPanel ul { list-style: none; margin: 0; padding: 0; }
.resultPanel li { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.3); }
.resultPanel li::before { content: "✓"; color: var(--acid); margin-right: 10px; font-weight: 800; }
.service { background: var(--ink); color: white; overflow: hidden; }
.serviceHead .sectionNumber { border-color: rgba(255,255,255,.22); }
.serviceHead h2 { font-size: clamp(38px, 5.2vw, 68px); }
.servicePromise { margin: -8px 0 55px 150px; padding-top: 31px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 65px; border-top: 1px solid rgba(255,255,255,.25); }
.servicePromise p { margin: 0; color: rgba(255,255,255,.64); font-size: 17px; line-height: 1.7; }
.servicePromise .serviceLead { color: white; font-size: clamp(24px, 3vw, 38px); line-height: 1.3; letter-spacing: -.035em; font-weight: 700; }
.serviceGrid { display: grid; grid-template-columns: repeat(2, 1fr); margin-left: 150px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.serviceGrid article { min-height: 310px; padding: 27px 30px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.serviceGrid article > span { color: rgba(255,255,255,.4); font-size: 10px; font-weight: 800; }
.serviceIcon { margin: 37px 0 28px; font-size: 43px; line-height: 1; }
.serviceGrid h3 { margin: 0 0 14px; font-family: "Unbounded"; font-size: 20px; line-height: 1.25; }
.serviceGrid p { max-width: 440px; margin: 0; color: rgba(255,255,255,.58); line-height: 1.6; }
.serviceRoute { margin: 50px 0 0 150px; padding: 30px; background: var(--acid); color: var(--ink); display: grid; grid-template-columns: 1fr auto; gap: 18px 35px; align-items: center; }
.serviceRoute b { font-family: "Unbounded"; font-size: 17px; }
.serviceRoute div { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }
.serviceRoute div span { font-size: 13px; font-weight: 800; }
.serviceRoute div i { font-style: normal; color: var(--violet); font-size: 18px; }
.serviceRoute button { grid-column: 2; grid-row: 1 / 3; min-width: 245px; border: 0; padding: 17px 19px; background: var(--violet); color: white; display: flex; justify-content: space-between; gap: 20px; font-weight: 800; }
.caseStudy .sectionHead h2 { font-size: clamp(38px, 5.2vw, 68px); }
.caseLayout { margin-left: 150px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 55px; align-items: start; }
.caseLabel { width: fit-content; padding: 8px 12px; border: 1px solid var(--line); border-radius: 50px; color: var(--violet); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.caseLead { margin: 25px 0 35px; font-size: clamp(22px, 2.8vw, 34px); line-height: 1.35; letter-spacing: -.035em; font-weight: 700; }
.caseTimeline { border-top: 1px solid var(--line); }
.caseTimeline article { padding: 21px 0; display: grid; grid-template-columns: 42px 1fr; gap: 5px 12px; border-bottom: 1px solid var(--line); }
.caseTimeline article > span { grid-row: 1 / 3; color: var(--violet); font-size: 11px; font-weight: 800; }
.caseTimeline strong { font-size: 16px; }
.caseTimeline p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.caseNumbers { margin: 34px 0; padding: 25px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--ink); color: white; }
.caseNumbers div { display: flex; flex-direction: column; }
.caseNumbers span { color: rgba(255,255,255,.52); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.caseNumbers strong { margin-top: 6px; font-family: "Unbounded"; font-size: clamp(30px, 4vw, 48px); color: var(--acid); letter-spacing: -.05em; }
.caseNumbers i { color: var(--violet); font-size: 35px; font-style: normal; }
.caseHonest { padding: 20px 22px; background: var(--acid); line-height: 1.65; font-size: 14px; }
.caseProof { position: sticky; top: 25px; margin: 0; padding: 16px; background: white; transform: rotate(1.5deg); box-shadow: 16px 18px 0 rgba(19,19,19,.09); }
.caseProof img { display: block; width: 100%; height: auto; }
.caseProof figcaption { padding: 16px 5px 3px; display: flex; flex-direction: column; gap: 5px; }
.caseProof figcaption b { font-size: 13px; }
.caseProof figcaption span { color: var(--muted); font-size: 10px; line-height: 1.45; }
.monetize .sectionHead h2 { font-size: clamp(38px, 5.2vw, 68px); }
.monetizeIntro { margin: -8px 0 50px 150px; padding-top: 30px; border-top: 1px solid var(--ink); display: flex; justify-content: space-between; gap: 45px; align-items: flex-start; }
.monetizeIntro > p { max-width: 760px; margin: 0; font-size: clamp(20px, 2.5vw, 30px); line-height: 1.45; letter-spacing: -.025em; }
.monetizeBadge { flex: 0 0 auto; padding: 15px 18px; background: var(--acid); font-size: 11px; line-height: 1.55; text-transform: uppercase; letter-spacing: .08em; }
.monetizeBadge strong { font-size: 14px; }
.monetizeGrid { display: grid; grid-template-columns: 1fr 1fr; margin-left: 150px; }
.monetizeGrid article { min-height: 520px; padding: 32px; border: 1px solid var(--line); }
.monetizeClients { background: var(--violet); color: white; border-color: var(--violet) !important; transform: translateY(18px); }
.monetizeGrid article > span { font-size: 10px; font-weight: 800; letter-spacing: .12em; opacity: .58; }
.monetizeEmoji { margin: 55px 0 30px; font-size: 50px; }
.monetizeGrid h3 { max-width: 480px; margin: 0 0 18px; font-family: "Unbounded"; font-size: clamp(23px, 3vw, 33px); line-height: 1.15; letter-spacing: -.045em; }
.monetizeGrid p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.65; }
.monetizeClients p { color: rgba(255,255,255,.7); }
.monetizeGrid ul { margin: 32px 0 0; padding: 0; list-style: none; }
.monetizeGrid li { padding: 11px 0; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.monetizeGrid li::before { content: "✓"; margin-right: 9px; color: var(--violet); }
.monetizeClients li { border-color: rgba(255,255,255,.2); }
.monetizeClients li::before { color: var(--acid); }
.monetizeBottom { margin: 65px 0 0 150px; padding: 27px 30px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border: 1px solid var(--ink); }
.monetizeBottom p { max-width: 720px; margin: 0; line-height: 1.6; }
.monetizeBottom button { flex: 0 0 auto; min-width: 250px; border: 0; padding: 17px 19px; background: var(--ink); color: white; display: flex; justify-content: space-between; gap: 20px; font-weight: 800; }
.whoIntro { display: grid; grid-template-columns: 150px 1fr; margin-bottom: 65px; }
.whoGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.whoGrid article { background: var(--white); padding: 30px; min-height: 260px; }
.whoGrid h3 { font-family: "Unbounded"; font-size: 20px; line-height: 1.2; margin: 85px 0 18px; }
.whoGrid p { color: var(--muted); line-height: 1.55; margin: 0; }
.lead { background: var(--acid); }
.leadGrid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: end; }
.lightEyebrow { color: rgba(19,19,19,.6); }
.lightEyebrow span { background: var(--ink); }
.lead h2 { font-size: clamp(38px, 5.2vw, 68px); margin-top: 26px; }
.lead h2 em { color: var(--ink); text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 8px; }
.leadNote { max-width: 570px; margin: 36px 0 0; line-height: 1.6; }
.priceLine { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.priceLine strong { font-family: "Unbounded"; font-size: clamp(42px, 5vw, 66px); letter-spacing: -.06em; }
.priceLine span { border-left: 1px solid rgba(19,19,19,.3); padding-left: 24px; font-size: 13px; line-height: 1.5; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.earlyOffer { max-width: 650px; margin-top: 25px; padding: 21px 23px; border: 1px solid rgba(19,19,19,.35); background: rgba(255,255,255,.34); }
.earlyOffer b { font-family: "Unbounded"; font-size: 14px; }
.earlyOffer p { margin: 10px 0 0; font-size: 14px; line-height: 1.6; }
form { background: var(--ink); color: white; padding: 35px; }
form label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 12px; color: rgba(255,255,255,.62); }
.inputRow { display: flex; flex-direction: column; gap: 12px; }
input { width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); color: white; padding: 14px 3px; outline: none; font-size: 24px; }
input:focus { border-color: var(--acid); }
form button { margin-top: 14px; border: 0; background: var(--violet); color: white; padding: 19px 20px; display: flex; justify-content: space-between; font-weight: 800; }
form small { display: block; color: rgba(255,255,255,.47); line-height: 1.5; margin-top: 16px; }
.faqList { border-top: 1px solid var(--line); }
.faqItem { width: 100%; display: grid; grid-template-columns: 70px 1fr 40px; text-align: left; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 27px 0; color: inherit; }
.faqIndex { color: var(--violet); font-weight: 800; }
.faqText { display: flex; flex-direction: column; }
.faqText strong { font-size: 19px; }
.faqText em { max-height: 0; opacity: 0; overflow: hidden; font-style: normal; color: var(--muted); line-height: 1.6; transition: .3s ease; max-width: 760px; }
.faqItem.open .faqText em { max-height: 180px; opacity: 1; margin-top: 18px; }
.plus { font-size: 30px; font-weight: 300; }
.footer { min-height: 150px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.5fr .5fr; align-items: center; gap: 50px; }
.footer p { font-size: 12px; color: var(--muted); line-height: 1.5; }
.footer button { justify-self: end; }

@media (max-width: 900px) {
  .hero { min-height: 980px; }
  .heroBottom { display: grid; gap: 28px; }
  .heroCopy { width: auto; }
  .heroVisual { right: 50%; transform: translateX(50%); bottom: 20px; }
  .sectionHead, .whoIntro { grid-template-columns: 1fr; gap: 24px; }
  .painManifesto { margin-left: 0; }
  .promiseGrid, .leadGrid { grid-template-columns: 1fr; gap: 60px; }
  .longCase { grid-template-columns: 1fr; }
  .longCaseVisual { position: static; width: min(680px, 100%); }
  .servicePromise, .serviceGrid, .serviceRoute { margin-left: 0; }
  .monetizeIntro, .monetizeGrid, .monetizeBottom { margin-left: 0; }
  .caseLayout { margin-left: 0; grid-template-columns: 1fr; }
  .caseProof { position: static; width: min(680px, 100%); }
  .servicePromise { grid-template-columns: 1fr; gap: 25px; }
  .serviceRoute { grid-template-columns: 1fr; }
  .serviceRoute button { grid-column: auto; grid-row: auto; }
  .monetizeBottom { align-items: flex-start; flex-direction: column; }
  .stickyCopy { position: static; }
  .resultPanel { grid-template-columns: .45fr 1fr; }
  .resultPanel ul { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav { height: 78px; }
  .navCta { font-size: 12px; }
  .hero { min-height: 880px; padding-top: 40px; }
  h1 { font-size: clamp(42px, 13.8vw, 62px); }
  .heroCopy { font-size: 17px; }
  .primary { width: 100%; min-width: 0; }
  .heroVisual { width: 410px; height: 285px; bottom: -32px; transform: translateX(50%) scale(.78); transform-origin: bottom; }
  .section { padding-block: 76px; }
  .painGrid, .whoGrid { grid-template-columns: 1fr; }
  .longCase { margin-top: 65px; padding-top: 50px; gap: 45px; }
  .longCaseMetrics { grid-template-columns: 1fr 1fr; }
  .longCaseMetrics div { min-height: 125px; padding: 18px; }
  .longCase blockquote { padding: 21px; font-size: 17px; }
  .serviceGrid { grid-template-columns: 1fr; }
  .monetizeIntro { flex-direction: column; }
  .caseNumbers { align-items: flex-start; flex-direction: column; }
  .caseNumbers i { transform: rotate(90deg); }
  .monetizeGrid { grid-template-columns: 1fr; }
  .monetizeGrid article { min-height: 440px; padding: 25px; }
  .monetizeClients { transform: none; }
  .monetizeBottom { margin-top: 30px; padding: 23px 20px; }
  .monetizeBottom button { width: 100%; min-width: 0; }
  .serviceGrid article { min-height: 265px; padding: 24px; }
  .serviceRoute { padding: 24px 20px; }
  .serviceRoute button { width: 100%; min-width: 0; }
  .painStory { grid-template-columns: 1fr; gap: 22px; }
  .painManifesto blockquote { margin: 40px 0; padding: 28px 22px; }
  .painTurn { font-size: 18px; }
  .painCard { min-height: 235px; border-right: 0; border-bottom: 1px solid var(--line); }
  .painCard:last-child { border-bottom: 0; }
  .resultPanel { display: block; padding: 34px 25px; }
  .resultBig { font-size: 150px; margin-bottom: 40px; }
  .resultCopy h3 { font-size: 27px; }
  .resultPanel ul { margin-top: 30px; }
  .whoGrid article { min-height: 230px; }
  form { padding: 26px 20px; }
  .faqItem { grid-template-columns: 45px 1fr 25px; }
  .faqText strong { font-size: 16px; }
  .footer { grid-template-columns: 1fr; gap: 22px; padding-block: 35px; }
  .footer button { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
