@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; }
.primary:hover { transform: translateY(-3px); box-shadow: 8px 8px 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); }
.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; }
.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; }
.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; }
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; }
  .servicePromise, .serviceGrid, .serviceRoute { margin-left: 0; }
  .servicePromise { grid-template-columns: 1fr; gap: 25px; }
  .serviceRoute { grid-template-columns: 1fr; }
  .serviceRoute button { grid-column: auto; grid-row: auto; }
  .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: 820px; 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; transform: translateX(50%) scale(.78); transform-origin: bottom; }
  .section { padding-block: 76px; }
  .painGrid, .whoGrid { grid-template-columns: 1fr; }
  .serviceGrid { grid-template-columns: 1fr; }
  .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; }
}
