:root {
  --ink: #0b1320;
  --ink-soft: #1b263b;
  --paper: #f5f7f9;
  --paper-white: #ffffff;
  --line: rgba(10, 23, 33, 0.14);
  --muted: #64748b;
  --mint: #22c55e;
  --mint-dark: #15803d;
  --lime: #86efac;
  --orange: #f3a65a;
  --red: #e66d66;
  --blue: #69a9e6;
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 22px;
  --shadow: 0 28px 80px rgba(4, 14, 21, 0.16);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Montserrat", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled { background: rgba(8, 21, 31, .84); border-color: rgba(255,255,255,.09); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 20px; font-weight: 760; letter-spacing: -.035em; }
.brand > span:last-child > span { color: var(--mint); }
.official-brand { flex: 0 0 auto; width: 180px; height: auto; overflow: visible; }
.brand-logo { display: block; width: 180px; height: auto; object-fit: contain; }
.brand-mark { position: relative; display: inline-block; width: 28px; height: 28px; border: 2px solid var(--mint); border-radius: 9px 3px 9px 3px; transform: rotate(45deg); }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; display: block; background: var(--mint); border-radius: 2px; }
.brand-mark::before { width: 3px; height: 12px; left: 6px; top: 6px; }
.brand-mark::after { width: 3px; height: 8px; left: 12px; top: 10px; }
.brand-mark span { width: 3px; height: 15px; right: 4px; top: 3px; }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 14px; transition: color .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
.menu-toggle, .mobile-nav { display: none; }
.menu-toggle { width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #fff; background: rgba(255,255,255,.05); cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.site-header.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.site-header.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { border-top: 1px solid rgba(255,255,255,.09); background: rgba(8,21,31,.97); box-shadow: 0 22px 50px rgba(0,0,0,.28); }
.mobile-nav-inner { display: grid; padding-block: 10px 18px; }
.mobile-nav-inner > a:not(.button) { display: flex; align-items: center; min-height: 48px; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.8); font-size: 14px; font-weight: 650; text-decoration: none; }
.mobile-nav-inner .button { margin-top: 12px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 720; font-size: 14px; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.button-small { min-height: 40px; padding-inline: 18px; font-size: 13px; }
.button-primary { color: #071810; background: var(--mint); box-shadow: 0 14px 36px rgba(80,211,155,.2); }
.button-primary:hover { background: #6be2af; box-shadow: 0 18px 42px rgba(80,211,155,.27); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.button-light { background: var(--paper-white); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 650; text-decoration: none; }
.text-link:hover { color: #fff; }

.hero { position: relative; overflow: hidden; color: #fff; padding: 170px 0 0; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black 0%, transparent 85%); }
.hero::after { content: ""; position: absolute; width: 580px; height: 580px; right: -220px; top: 120px; border: 1px solid rgba(80,211,155,.16); border-radius: 50%; box-shadow: 0 0 0 80px rgba(80,211,155,.025), 0 0 0 170px rgba(80,211,155,.018); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 460px; height: 460px; right: 18%; top: 12%; background: radial-gradient(circle, rgba(36,148,111,.18), transparent 68%); }
.hero-glow-two { width: 380px; height: 380px; left: -12%; bottom: -30%; background: radial-gradient(circle, rgba(105,169,230,.13), transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 74px; }
.hero-copy { padding-bottom: 76px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: var(--mint-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow { color: var(--mint); }
.eyebrow::before, .section-kicker::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.hero h1 { max-width: 690px; margin: 24px 0; font-size: clamp(48px, 5.3vw, 76px); line-height: .98; letter-spacing: -.064em; font-weight: 750; }
.hero h1 span { display: block; color: rgba(255,255,255,.46); }
.hero-lede { max-width: 620px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: rgba(255,255,255,.65); font-size: 12px; }
.hero-proof div { display: flex; align-items: center; gap: 7px; }
.check { display: inline-grid; place-items: center; width: 17px; height: 17px; color: #082416; background: var(--mint); border-radius: 50%; font-size: 10px; font-weight: 900; }

.audit-window { position: relative; z-index: 3; margin-bottom: 72px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); color: var(--ink); background: #f8f8f5; box-shadow: 0 36px 100px rgba(0,0,0,.36); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.audit-window::after { content: ""; position: absolute; inset: -60% auto -60% -40%; width: 35%; transform: rotate(14deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent); animation: scan 7s ease-in-out infinite; pointer-events: none; }
.window-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 48px; padding: 0 17px; border-bottom: 1px solid rgba(10,23,33,.08); color: #71808a; font-size: 9px; font-weight: 750; letter-spacing: .12em; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: #d9ddd9; }
.secure-pill { justify-self: end; display: flex; align-items: center; gap: 6px; padding: 6px 8px; border-radius: 999px; color: #428769; background: #e4f4ec; letter-spacing: 0; text-transform: none; }
.window-content { padding: 25px; }
.readiness-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.mini-label { display: block; margin-bottom: 5px; color: #7a858c; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.readiness-header strong { font-size: 36px; letter-spacing: -.05em; }
.readiness-ring { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--mint-dark) 0 68%, #dfe5e1 68% 100%); }
.readiness-ring::before { content: ""; grid-area: 1/1; width: 43px; height: 43px; border-radius: 50%; background: #f8f8f5; }
.readiness-ring span { z-index: 1; font-size: 10px; font-weight: 800; }
.matrix-head, .matrix-row { display: grid; grid-template-columns: 1.35fr .88fr .75fr; gap: 10px; align-items: center; }
.matrix-head { padding: 0 13px 9px; color: #8b969c; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.matrix-row { min-height: 57px; padding: 9px 13px; border-top: 1px solid #e5e7e3; font-size: 10px; }
.matrix-row > span:first-child { display: flex; flex-direction: column; }
.matrix-row b { font-size: 10px; }
.matrix-row small { margin-top: 3px; color: #7a858c; font-size: 8px; }
.status { justify-self: start; padding: 6px 8px; border-radius: 999px; font-size: 8px; font-weight: 800; }
.status.deficient { color: #9d5d1c; background: #fff0d9; }
.status.missing { color: #a4403a; background: #fde5e2; }
.status.present { color: #287355; background: #dff3e9; }
.status.conflict { color: #356e9f; background: #e0effb; }
.priority-card { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-top: 19px; padding: 14px; border: 1px solid #f0d1b2; border-radius: 12px; background: #fff8ed; }
.priority-icon { display: grid; place-items: center; width: 31px; height: 31px; color: #9f5e20; background: #ffe7c7; border-radius: 9px; font-weight: 900; }
.priority-card span { display: block; color: #a17e5d; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.priority-card strong { display: block; margin-top: 4px; font-size: 9px; line-height: 1.3; }
.owner { padding-left: 13px; border-left: 1px solid #ead6bd; }
.owner strong { font-size: 8px; }
.trust-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); }
.trust-strip span { display: flex; justify-content: center; padding: 20px 12px; color: rgba(255,255,255,.55); border-right: 1px solid rgba(255,255,255,.1); font-size: 11px; letter-spacing: .02em; }
.trust-strip span:last-child { border-right: 0; }

.section { padding: 112px 0; }
.section-heading { margin-top: 19px; }
.split-heading { display: grid; grid-template-columns: 1.05fr .65fr; gap: 90px; align-items: end; }
.section h2 { margin: 0; font-size: clamp(40px, 4vw, 58px); line-height: 1.03; letter-spacing: -.055em; }
.split-heading p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 16px; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 65px; }
.pain-card { min-height: 270px; padding: 31px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.35); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.pain-card:hover { transform: translateY(-5px); background: var(--paper-white); box-shadow: 0 20px 60px rgba(15,35,45,.08); }
.card-number { display: inline-grid; place-items: center; width: 38px; height: 38px; color: var(--mint-dark); border: 1px solid rgba(13,123,88,.28); border-radius: 50%; font-size: 11px; font-weight: 800; }
.pain-card h3 { margin: 61px 0 13px; font-size: 22px; letter-spacing: -.035em; }
.pain-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.deliverable-section { background: var(--paper-white); }
.deliverable-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.deliverable-copy > p { max-width: 560px; margin: 24px 0 0; color: var(--muted); line-height: 1.75; }
.deliverable-copy h2 { margin-top: 20px; }
.feature-list { margin: 38px 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 16px 0; border-top: 1px solid var(--line); }
.feature-list li > span { color: var(--mint-dark); font-size: 11px; font-weight: 800; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { font-size: 15px; }
.feature-list small { margin-top: 4px; color: var(--muted); line-height: 1.5; }
.report-stack { position: relative; min-width: 0; min-height: 610px; perspective: 1000px; }
.report-stack::before { content: ""; position: absolute; width: 420px; height: 420px; inset: 90px auto auto 50%; transform: translateX(-50%); border-radius: 50%; background: #daf1e7; filter: blur(5px); }
.report-page { position: absolute; width: 380px; height: 500px; left: 50%; top: 50%; padding: 28px; border: 1px solid rgba(10,23,33,.09); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.page-back { transform: translate(-37%,-54%) rotate(10deg); color: #809098; }
.page-mid { transform: translate(-60%,-50%) rotate(-8deg); color: #809098; }
.page-front { transform: translate(-50%,-50%); overflow: hidden; }
.page-back > span, .page-mid > span { font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.page-back i { display: block; height: 35px; margin-top: 16px; border-radius: 4px; background: linear-gradient(90deg,#edf0ed 30%,#f5f6f4 30% 68%,#edf0ed 68%); }
.tiny-table { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; margin-top: 20px; }
.tiny-table i { height: 65px; border-radius: 4px; background: #eef1ee; }
.sample-band { margin: -28px -28px 42px; padding: 10px; color: #81642d; background: #f5eacb; text-align: center; font-size: 7px; font-weight: 850; letter-spacing: .13em; }
.report-brand { display: flex; align-items: center; width: 148px; min-height: 52px; padding: 5px 10px; border-radius: 7px; background: var(--ink); }
.report-brand img { display: block; width: 128px; height: auto; }
.page-front > small { display: block; margin-top: 70px; color: #879198; font-size: 7px; letter-spacing: .18em; }
.page-front h3 { margin: 8px 0 30px; font-size: 32px; line-height: 1.05; letter-spacing: -.05em; }
.report-score { display: flex; align-items: center; gap: 14px; padding: 18px; border-radius: 10px; color: #fff; background: var(--ink); }
.report-score strong { font-size: 34px; }
.report-score span { color: rgba(255,255,255,.58); font-size: 8px; line-height: 1.4; text-transform: uppercase; letter-spacing: .12em; }
.report-lines { margin-top: 25px; }
.report-lines i { display: block; height: 5px; margin-top: 8px; border-radius: 4px; background: #edf0ed; }
.report-lines i:nth-child(2) { width: 82%; }
.report-lines i:nth-child(3) { width: 66%; }
.report-footer { position: absolute; bottom: 23px; left: 28px; right: 28px; padding-top: 10px; border-top: 1px solid #eaede9; color: #98a19f; font-size: 7px; }

.process-section { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.process-section::before { content: ""; position: absolute; width: 700px; height: 700px; left: -360px; bottom: -420px; border: 1px solid rgba(80,211,155,.12); border-radius: 50%; box-shadow: 0 0 0 100px rgba(80,211,155,.02), 0 0 0 210px rgba(80,211,155,.015); }
.section-kicker.light { color: var(--mint); }
.split-heading.light p { color: rgba(255,255,255,.55); }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 68px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.process-grid li { position: relative; min-height: 280px; padding: 34px 36px 20px 0; border-right: 1px solid rgba(255,255,255,.12); }
.process-grid li:not(:first-child) { padding-left: 36px; }
.process-grid li:last-child { border-right: 0; }
.process-grid li > span { color: var(--mint); font-size: 11px; font-weight: 800; }
.process-grid h3 { margin: 100px 0 13px; font-size: 21px; }
.process-grid p { margin: 0; max-width: 310px; color: rgba(255,255,255,.54); font-size: 14px; line-height: 1.7; }

.scope-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.scope-grid h2 { margin-top: 20px; }
.scope-list { border-top: 1px solid var(--line); }
.scope-list > div { display: grid; grid-template-columns: 45px 180px 1fr; gap: 18px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.scope-list span { color: var(--mint-dark); font-size: 10px; font-weight: 850; }
.scope-list strong { font-size: 15px; }
.scope-list small { color: var(--muted); font-size: 13px; line-height: 1.6; }

.pilot-section { padding-top: 30px; background: var(--paper-white); }
.pilot-card { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; min-height: 530px; border-radius: 26px; color: #fff; background: #15803d; box-shadow: 0 28px 90px rgba(34,197,94,.18); }
.pilot-copy { position: relative; overflow: hidden; padding: 65px; }
.pilot-copy::after { content: ""; position: absolute; width: 380px; height: 380px; left: -220px; bottom: -250px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.03),0 0 0 150px rgba(255,255,255,.02); }
.pilot-copy h2 { margin-top: 24px; font-size: clamp(39px,4vw,55px); }
.pilot-copy p { max-width: 530px; margin: 24px 0 34px; color: rgba(255,255,255,.72); line-height: 1.7; }
.price-panel { margin: 22px; padding: 48px; border-radius: 18px; color: var(--ink); background: var(--paper-white); }
.price-panel > span { color: var(--mint-dark); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.price-panel > strong { display: block; margin: 17px 0 24px; font-size: 76px; letter-spacing: -.07em; }
.price-panel sup { font-size: 28px; vertical-align: top; }
.price-panel ul { margin: 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.price-panel li { position: relative; padding: 7px 0 7px 23px; font-size: 13px; }
.price-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--mint-dark); font-weight: 900; }
.price-panel small { display: block; margin-top: 19px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.guarantee-row { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 16px; border: 1px solid var(--line); border-radius: 16px; }
.guarantee-row > div { display: grid; grid-template-columns: 160px 1fr; gap: 25px; padding: 23px 28px; }
.guarantee-row > div:first-child { border-right: 1px solid var(--line); }
.guarantee-row strong { font-size: 12px; }
.guarantee-row span { color: var(--muted); font-size: 11px; line-height: 1.55; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-grid h2 { margin-top: 20px; }
.faq-grid > div:first-child > p { color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 24px 0; cursor: pointer; font-size: 16px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--mint-dark); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -5px 0 24px; padding-right: 45px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { padding: 72px 0; color: #fff; background: #15803d; }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.final-cta h2 { max-width: 760px; margin: 18px 0 0; font-size: clamp(38px,4.5vw,64px); line-height: 1; letter-spacing: -.055em; }
.final-cta-inner > div:last-child { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.footer-demo { color: rgba(255,255,255,.7); font-size: 11px; }
.site-footer { padding: 70px 0 25px; color: #fff; background: #08141d; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .65fr .85fr; gap: 70px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid p { max-width: 360px; color: rgba(255,255,255,.45); font-size: 13px; line-height: 1.65; }
.footer-links { display: flex; flex-direction: column; gap: 13px; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,.68); font-size: 13px; text-decoration: none; }
.footer-contact { display: flex; flex-direction: column; gap: 11px; }
.footer-contact > span { color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.footer-contact a { color: #fff; font-weight: 700; }
.footer-contact small { color: rgba(255,255,255,.38); line-height: 1.5; }
.legal-row { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.33); font-size: 9px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .32s; }
@keyframes scan { 0%, 65% { transform: translateX(-250%) rotate(14deg); } 100% { transform: translateX(720%) rotate(14deg); } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .nav-links { display: none; }
  .menu-toggle { display: block; flex: 0 0 auto; }
  .site-header.menu-open { background: rgba(8,21,31,.97); border-color: rgba(255,255,255,.09); }
  .site-header.menu-open .mobile-nav { display: block; }
  .hero { padding-top: 135px; }
  .hero-grid, .deliverable-grid, .scope-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { padding-bottom: 25px; }
  .audit-window { width: min(100%, 650px); margin: 0 auto 60px; transform: none; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 220px; }
  .pain-card h3 { margin-top: 42px; }
  .report-stack { min-height: 590px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:not(:first-child) { min-height: auto; padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .process-grid h3 { margin-top: 34px; }
  .scope-list > div { grid-template-columns: 40px 160px 1fr; }
  .pilot-card { grid-template-columns: 1fr; }
  .price-panel { margin-top: 0; }
  .guarantee-row { grid-template-columns: 1fr; }
  .guarantee-row > div:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .final-cta-inner { grid-template-columns: 1fr; }
  .final-cta-inner > div:last-child { align-items: flex-start; }
}

@media (min-width: 981px) and (max-width: 1100px) {
  .audit-window { transform: none; }
  .page-back { transform: translate(-44%,-54%) rotate(5deg); }
  .page-mid { transform: translate(-57%,-50%) rotate(-5deg); }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .site-header .button-small { display: none; }
  .header-inner { min-height: 68px; }
  .official-brand, .brand-logo { width: 168px; }
  .hero { padding-top: 115px; }
  .hero h1 { font-size: clamp(40px, 12vw, 46px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; min-height: 48px; }
  .hero-proof { gap: 12px; }
  .audit-window { margin-top: 15px; }
  .window-content { padding: 16px; }
  .window-bar { grid-template-columns: auto 1fr; gap: 10px; }
  .window-bar > span:nth-child(2) { display: none; }
  .matrix-head, .matrix-row { grid-template-columns: 1.3fr .8fr; }
  .matrix-head span:nth-child(2), .matrix-row > span:nth-child(2) { display: none; }
  .priority-card { grid-template-columns: auto 1fr; }
  .owner { grid-column: 2; padding: 8px 0 0; border: 0; }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .section { padding: 80px 0; }
  .section h2 { font-size: clamp(34px, 10.4vw, 39px); }
  .report-stack { min-height: 440px; width: 100%; overflow: clip; }
  .report-stack::before { width: 340px; height: 340px; }
  .report-page { width: min(78vw, 310px); height: 410px; padding: 22px; }
  .page-back { transform: translate(-45%,-53%) rotate(3deg); }
  .page-mid { transform: translate(-55%,-50%) rotate(-3deg); }
  .page-front { transform: translate(-50%,-50%); }
  .sample-band { margin: -22px -22px 30px; }
  .page-front > small { margin-top: 48px; }
  .page-front h3 { margin-bottom: 22px; font-size: 27px; }
  .report-score { padding: 14px; }
  .report-score strong { font-size: 30px; }
  .report-footer { left: 22px; right: 22px; bottom: 18px; }
  .scope-list > div { grid-template-columns: 35px 1fr; }
  .scope-list small { grid-column: 2; }
  .pilot-copy, .price-panel { padding: 34px 26px; }
  .pilot-copy h2 { font-size: 37px; }
  .price-panel > strong { font-size: 64px; }
  .guarantee-row > div { grid-template-columns: 1fr; gap: 8px; }
  .faq-grid { gap: 40px; }
  .faq-list summary { min-height: 64px; gap: 18px; padding: 18px 0; font-size: 15px; line-height: 1.45; }
  .faq-list p { padding-right: 24px; }
  .final-cta { padding: 60px 0; }
  .final-cta-inner .button { width: 100%; }
  .footer-demo { display: inline-flex; align-items: center; min-height: 44px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .legal-row { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
