:root {
  --ink: #08182a;
  --ink-raised: #10253c;
  --paper: #f6f8fa;
  --paper-blue: #e8f4fa;
  --muted: #afbdc9;
  --text: #10243a;
  --text-soft: #51657a;
  --signal: #31a9e1;
  --signal-bright: #80d5f6;
  --line: rgb(136 164 185 / .26);
  --radius: 16px;
  --display: "Aptos Display", "Segoe UI Variable Display", "Arial", sans-serif;
  --body: "Aptos", "Segoe UI Variable", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.035em; }
::selection { background: var(--signal); color: var(--ink); }
:focus-visible { outline: 3px solid var(--signal-bright); outline-offset: 4px; }
.section-wrap { width: min(100% - 48px, 1240px); margin: 0 auto; }
.site-header { position: relative; z-index: 3; display: flex; align-items: center; gap: 28px; width: min(100% - 48px, 1360px); height: 76px; margin: 0 auto; }
.brand-backdrop { display: grid; place-items: center; width: 176px; height: 38px; border-radius: 7px; background: #fff; }
.brand img { width: 154px; }
.site-header nav { display: flex; gap: 26px; margin-left: auto; }
.site-header nav a { color: #617388; font-size: 13px; font-weight: 680; transition: color .25s ease; }
.site-header nav a:hover { color: var(--signal); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 46px; padding: 0 19px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .35s cubic-bezier(.16, 1, .3, 1), background .35s ease, border-color .35s ease; }
.nav-cta { background: var(--ink); color: #fff; }
.nav-cta:hover, .button-primary:hover { transform: translateY(-2px); background: #123c5d; }
.nav-cta:active, .button:active { transform: scale(.98); }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); gap: clamp(42px, 7vw, 128px); align-items: center; width: min(100% - 48px, 1360px); min-height: calc(100dvh - 76px); margin: 0 auto; padding: 42px 0 70px; }
.hero-copy { position: relative; z-index: 1; max-width: 555px; }
.kicker, .section-label { margin-bottom: 19px; color: var(--signal); font-size: 11px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
h1 { max-width: 570px; margin-bottom: 26px; color: var(--ink); font-size: clamp(50px, 5.9vw, 88px); font-weight: 780; line-height: .96; }
.hero-lede { max-width: 505px; margin-bottom: 33px; color: var(--text-soft); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.38; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button-primary { background: var(--signal); color: var(--ink); }
.text-action { padding: 10px 0; color: var(--text); font-size: 14px; font-weight: 760; border-bottom: 1px solid var(--text); transition: color .25s ease, border-color .25s ease; }
.text-action:hover { color: var(--signal); border-color: var(--signal); }
.hero-image { position: relative; min-height: min(70dvh, 650px); margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--ink); isolation: isolate; }
.hero-image img { width: 100%; height: 100%; min-height: min(70dvh, 650px); object-fit: cover; filter: saturate(.58) contrast(1.08) brightness(.82); transform: scale(1.015); }
.image-scrim { position: absolute; inset: 0; background: linear-gradient(155deg, rgb(8 24 42 / .12), rgb(8 24 42 / .9)); }
.hero-image figcaption { position: absolute; right: 34px; bottom: 31px; left: 34px; max-width: 300px; color: #f6fbff; font-size: clamp(18px, 2vw, 25px); font-weight: 680; letter-spacing: -.02em; line-height: 1.12; }
.signal { position: absolute; z-index: -1; border-radius: 999px; background: var(--signal); filter: blur(1px); opacity: .88; transform: rotate(-42deg); }
.signal-one { top: 17%; right: -12%; width: 68%; height: 2px; }
.signal-two { bottom: 27%; left: -11%; width: 55%; height: 1px; background: var(--signal-bright); }
.pressure { padding: 145px 0 125px; background: var(--ink); color: #f3f8fb; }
.pressure-intro { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: end; }
.pressure .section-label { color: var(--signal-bright); }
h2 { margin-bottom: 0; font-size: clamp(42px, 5.2vw, 73px); line-height: .98; }
.pressure-intro > p:last-child { max-width: 520px; margin: 0 0 7px; color: #bdd0df; font-size: 19px; line-height: 1.5; }
.pressure-scenes { display: grid; grid-template-columns: 1.08fr .78fr 1fr; align-items: end; gap: 17px; margin-top: 76px; }
.scene { min-height: 245px; padding: 27px; border-top: 1px solid rgb(170 207 230 / .35); background: rgb(255 255 255 / .035); }
.scene-two { min-height: 315px; background: #102d47; }
.scene-three { min-height: 275px; background: #0d2237; }
.scene-time { display: block; margin-bottom: 70px; color: var(--signal-bright); font-size: 13px; font-weight: 800; }
.scene p { max-width: 270px; margin-bottom: 0; font-family: var(--display); font-size: 21px; font-weight: 650; line-height: 1.15; }
.pressure-close { margin-top: 58px; color: var(--signal-bright); font-size: clamp(23px, 2.5vw, 36px); font-weight: 720; letter-spacing: -.03em; }
.shift { padding: 150px 0 0; overflow: hidden; }
.shift-grid { display: grid; grid-template-columns: 1.05fr .72fr; gap: clamp(56px, 11vw, 180px); align-items: start; }
.shift-title h2 { max-width: 610px; color: var(--ink); }
.shift-copy { padding-top: 36px; color: var(--text-soft); font-size: 18px; }
.shift-copy p + p { color: var(--text); font-weight: 680; }
.workflow-strip { display: grid; grid-template-columns: 1.1fr .9fr 1.1fr; gap: 1px; margin-top: 94px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workflow-strip article { min-height: 310px; padding: 34px clamp(24px, 4vw, 58px); background: var(--paper); }
.workflow-strip article:nth-child(2) { background: var(--paper-blue); }
.workflow-strip span { display: block; margin-bottom: 92px; color: var(--signal); font-size: 12px; font-weight: 800; }
.workflow-strip h3 { max-width: 310px; margin-bottom: 12px; font-size: 29px; line-height: 1.04; }
.workflow-strip p { max-width: 300px; margin-bottom: 0; color: var(--text-soft); }
.proof { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .85fr); min-height: 720px; background: var(--ink); color: #f2f8fc; }
.proof-photo { min-height: 720px; overflow: hidden; }
.proof-photo img { width: 100%; height: 100%; min-height: 720px; object-fit: cover; filter: grayscale(1) contrast(1.16) brightness(.73); }
.proof-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(54px, 8vw, 130px); }
.proof-copy .section-label { color: var(--signal-bright); }
.proof-copy h2 { max-width: 470px; }
.proof-copy dl { margin: 52px 0 0; }
.proof-copy dl div { padding: 20px 0; border-top: 1px solid rgb(215 237 248 / .22); }
.proof-copy dt { margin-bottom: 7px; color: var(--signal-bright); font-size: 13px; font-weight: 800; }
.proof-copy dd { max-width: 390px; margin: 0; color: #c1d3df; line-height: 1.42; }
.guardrails { padding: 145px 0; }
.guardrails-intro { max-width: 790px; }
.guardrails-intro h2 { max-width: 720px; }
.guardrails-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(45px, 9vw, 140px); margin-top: 68px; }
.guardrails-layout > p { max-width: 380px; color: var(--text-soft); font-size: 19px; }
.guardrails ul { margin: 0; padding: 0; list-style: none; }
.guardrails li { display: grid; grid-template-columns: .6fr 1fr; gap: 28px; padding: 20px 0; border-top: 1px solid var(--line); }
.guardrails strong { color: var(--ink); font-size: 17px; }
.guardrails span { color: var(--text-soft); }
.offers { padding: 145px 0 138px; }
.offers-heading { max-width: 730px; }
.offers-heading h2 { max-width: 700px; }
.offers-heading > p:last-child { max-width: 590px; margin: 27px 0 0; color: var(--text-soft); font-size: 18px; }
.offer-list { margin-top: 72px; border-top: 1px solid var(--line); }
.offer { display: grid; grid-template-columns: .9fr 1fr .9fr .9fr; gap: 28px; align-items: start; padding: 32px 0; border-bottom: 1px solid var(--line); }
.offer-featured { position: relative; }
.offer-featured::before { position: absolute; top: 0; left: -18px; width: 4px; height: 100%; content: ""; background: var(--signal); }
.offer-name h3 { margin-bottom: 5px; font-size: 27px; }
.offer-name p, .offer-story { margin: 0; color: var(--text-soft); font-size: 14px; }
.offer-story { max-width: 230px; }
.offer-price { display: grid; gap: 2px; }
.offer-price s { color: #6d7d8e; font-size: 12px; }
.offer-price strong { color: var(--ink); font-family: var(--display); font-size: 29px; letter-spacing: -.035em; line-height: 1; }
.offer-price span { color: var(--signal); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.offer ul { grid-column: 2 / -1; display: flex; flex-wrap: wrap; gap: 8px 22px; margin: -4px 0 0; padding: 0; color: var(--text-soft); font-size: 13px; list-style: none; }
.offer li::before { margin-right: 7px; color: var(--signal); content: "•"; }
.pricing-note { margin: 22px 0 0; color: var(--text-soft); font-size: 12px; }
.audit { padding: 145px 0; background: var(--paper-blue); }
.audit-grid { display: grid; grid-template-columns: 1fr .78fr; gap: clamp(60px, 11vw, 180px); align-items: center; }
.audit-grid h2 { max-width: 630px; color: var(--ink); }
.audit-grid > div > p:not(.section-label) { max-width: 530px; margin: 27px 0 31px; color: var(--text-soft); font-size: 18px; }
.audit-detail { padding: 34px; background: var(--ink); color: #fff; border-radius: var(--radius); }
.audit-detail > p { margin-bottom: 20px; color: var(--signal-bright); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.audit-price { display: flex; align-items: baseline; gap: 13px; }
.audit-price s { color: #a7bbc9; font-size: 17px; }
.audit-price strong { color: #fff; font-family: var(--display); font-size: 44px; letter-spacing: -.045em; }
.audit-detail > span { display: block; margin-top: 6px; color: var(--signal-bright); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.audit-detail ol { margin: 28px 0 24px; padding: 0; list-style-position: inside; color: #d4e1e9; }
.audit-detail li { padding: 7px 0; }
.audit-detail small { display: block; padding-top: 20px; border-top: 1px solid rgb(199 228 244 / .22); color: #a9bdcb; line-height: 1.4; }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; min-height: 120px; }
.site-footer p, .site-footer > a:last-child { margin: 0; color: var(--text-soft); font-size: 13px; }
.site-footer > a:last-child { color: var(--signal); font-weight: 800; }
[data-reveal] { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .hero-image img { animation: image-settle 1.35s cubic-bezier(.16, 1, .3, 1) both; }
  .signal-one { animation: signal-drift 7s ease-in-out infinite alternate; }
  .signal-two { animation: signal-drift 9s ease-in-out -2s infinite alternate-reverse; }
}
@keyframes image-settle { from { clip-path: inset(0 0 100% 0); transform: scale(1.08); } to { clip-path: inset(0); transform: scale(1.015); } }
@keyframes signal-drift { from { translate: -6% 0; } to { translate: 8% 0; } }
@media (max-width: 920px) {
  .site-header nav { display: none; }
  .hero, .pressure-intro, .shift-grid, .proof, .guardrails-layout, .audit-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; gap: 46px; padding-top: 36px; }
  .hero-image, .hero-image img { min-height: 510px; }
  .pressure-intro > p:last-child { margin-top: 26px; }
  .proof-photo, .proof-photo img { min-height: 520px; }
  .offer { grid-template-columns: 1.05fr 1fr 1fr; }
  .offer-story { grid-column: 2 / -1; }
  .offer ul { grid-column: 1 / -1; margin-top: 0; }
}
@media (max-width: 680px) {
  .section-wrap, .site-header, .hero { width: min(100% - 32px, 1240px); }
  .site-header { height: 68px; gap: 12px; }
  .brand-backdrop { width: 147px; height: 34px; }
  .brand img { width: 132px; }
  .nav-cta { min-height: 39px; padding: 0 13px; font-size: 11px; }
  .hero { padding: 30px 0 46px; }
  h1 { font-size: clamp(45px, 13vw, 67px); }
  h2 { font-size: clamp(39px, 11vw, 55px); }
  .hero-lede { font-size: 18px; }
  .hero-image, .hero-image img { min-height: 420px; }
  .hero-image figcaption { right: 23px; bottom: 23px; left: 23px; font-size: 20px; }
  .pressure, .shift, .guardrails, .offers, .audit { padding: 92px 0; }
  .pressure-scenes, .workflow-strip { grid-template-columns: 1fr; gap: 1px; }
  .pressure-scenes { margin-top: 47px; }
  .scene, .scene-two, .scene-three { min-height: 185px; }
  .scene-time, .workflow-strip span { margin-bottom: 45px; }
  .shift { padding-bottom: 0; }
  .workflow-strip { margin-top: 55px; }
  .workflow-strip article { min-height: 230px; padding: 30px 24px; }
  .proof-copy { padding: 76px 24px; }
  .proof-photo, .proof-photo img { min-height: 420px; }
  .guardrails-layout { margin-top: 42px; }
  .guardrails li { grid-template-columns: 1fr; gap: 8px; }
  .offer { grid-template-columns: 1fr 1fr; gap: 22px 16px; padding: 28px 0; }
  .offer-name, .offer-story, .offer ul { grid-column: 1 / -1; }
  .offer-featured::before { left: -16px; }
  .audit-detail { padding: 28px 24px; }
  .site-footer { grid-template-columns: 1fr; gap: 13px; padding: 30px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
