@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #141d29;
  --navy-2: #1b2736;
  --navy-3: #263547;
  --paper: #f4f3ef;
  --paper-2: #e9e8e2;
  --white: #ffffff;
  --ink: #17202b;
  --muted: #5d6874;
  --line: #cfd3d4;
  --line-dark: #344252;
  --orange: #f36f2b;
  --orange-light: #ff9a66;
  --red: #bd342d;
  --red-soft: #f6e6e3;
  --green: #23684f;
  --max: 1180px;
  --radius: 6px;
  --shadow: 0 24px 70px rgba(10, 17, 25, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
body::selection { background: var(--orange); color: var(--navy); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(790px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--orange); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(20, 29, 41, .96);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(14px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; text-decoration: none; }
.brand img { width: 208px; height: auto; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 26px; }
.nav-links a { color: #d9e0e6; text-decoration: none; font-size: .9rem; font-weight: 700; letter-spacing: .01em; }
.nav-links a:hover { color: var(--orange-light); }
.nav-links .language { color: #aeb9c4; }
.nav-links [aria-current="page"] { color: var(--white); }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 19px;
  border: 1px solid var(--orange);
  border-radius: 4px;
  background: var(--orange);
  color: #131a22;
  text-decoration: none;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -.01em;
  box-shadow: 0 10px 30px rgba(243, 111, 43, .18);
  transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}
.button:hover { transform: translateY(-2px); background: #ff8040; border-color: #ff8040; }
.button.secondary { background: transparent; border-color: #6d7b89; color: var(--white); box-shadow: none; }
.button.secondary:hover { background: rgba(255,255,255,.07); border-color: #a6b2bd; }
.button.dark { background: var(--navy); border-color: var(--navy); color: var(--white); box-shadow: none; }
.button.dark:hover { background: var(--navy-3); border-color: var(--navy-3); }
.button.light { background: transparent; border-color: #98a1a9; color: var(--ink); box-shadow: none; }
.button.light:hover { background: var(--white); border-color: var(--navy); }
.button.small { min-height: 42px; padding: 9px 14px; font-size: .86rem; }
.arrow { font-size: 1.1em; line-height: 1; }

.eyebrow, .kicker {
  margin: 0 0 16px;
  color: var(--orange-light);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .055em;
}
.kicker { color: #9ba8b5; }
.section-index { display: inline-block; margin-right: 10px; color: var(--orange); }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px),
    radial-gradient(circle at 88% 14%, rgba(243,111,43,.12), transparent 30%),
    var(--navy);
  background-size: 48px 48px, 48px 48px, auto, auto;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,29,41,.2), rgba(20,29,41,.82) 76%); pointer-events: none; }
.hero-layout { position: relative; z-index: 1; min-height: 690px; padding: 88px 0 82px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(380px, .77fr); gap: 74px; align-items: center; }
.hero h1, .page-hero h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(3.1rem, 6.4vw, 6.3rem);
  line-height: .93;
  letter-spacing: -.062em;
  text-wrap: balance;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 800;
}
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 690px; margin: 27px 0 0; color: #c9d2da; font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.55; }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { max-width: 650px; margin: 18px 0 0; color: #9eabb7; font-size: .9rem; }
.price-lockup { margin-top: 28px; display: flex; align-items: baseline; gap: 11px; color: #bcc6cf; }
.price-lockup strong { color: var(--white); font-size: 2.15rem; line-height: 1; letter-spacing: -.045em; }
.price-lockup span { font-size: .9rem; }

.ops-card { position: relative; border: 1px solid #435162; background: #101821; box-shadow: var(--shadow); }
.ops-card::before { content: "DEMONSTRATION"; position: absolute; right: 16px; top: -1px; padding: 6px 10px; background: #2b3746; color: #c5cdd5; font-size: .66rem; font-weight: 800; letter-spacing: .12em; }
.ops-head { min-height: 92px; display: grid; grid-template-columns: 76px 1fr; border-bottom: 1px solid var(--line-dark); }
.stop-mark { display: grid; place-items: center; background: var(--red); color: var(--white); font-size: 1.45rem; font-weight: 800; letter-spacing: -.05em; }
.ops-title { padding: 20px; }
.ops-title span { display: block; color: #8fa0af; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ops-title strong { display: block; margin-top: 5px; color: var(--white); font-size: 1.14rem; line-height: 1.2; }
.ops-body { padding: 22px; }
.ops-finding { padding-bottom: 20px; border-bottom: 1px solid var(--line-dark); }
.ops-finding:last-child { padding: 18px 0 0; border-bottom: 0; }
.ops-label { display: block; margin-bottom: 7px; color: #8fa0af; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ops-body p { margin: 0; color: #d8e0e7; }
.source-ref { display: inline-flex; margin-top: 12px; padding: 5px 8px; border: 1px solid #536174; color: #bcc7d0; font-size: .75rem; font-weight: 800; }
.action-line { padding-left: 14px; border-left: 3px solid var(--orange); color: var(--white) !important; font-weight: 700; }

.review-summary {
  overflow: hidden;
  border: 1px solid #435162;
  background: #101821;
  box-shadow: var(--shadow);
}
.review-summary-head { padding: 25px 26px; border-bottom: 1px solid var(--line-dark); background: #172230; }
.review-summary-head span { display: block; color: var(--orange-light); font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.review-summary-head strong { display: block; margin-top: 8px; color: var(--white); font-size: 1.35rem; line-height: 1.2; }
.review-summary-list { margin: 0; }
.review-summary-list div { display: grid; grid-template-columns: 112px 1fr; gap: 20px; padding: 20px 26px; border-bottom: 1px solid var(--line-dark); }
.review-summary-list div:last-child { border-bottom: 0; }
.review-summary-list dt { color: #95a5b3; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.review-summary-list dd { margin: 0; color: #dce3e9; line-height: 1.45; }
.review-summary-list .citation-row { border-left: 4px solid var(--orange); background: rgba(243,111,43,.07); }
.review-summary-list .citation-row dt { color: var(--orange-light); }

.proof-rail { color: var(--white); background: var(--navy-2); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { min-height: 110px; padding: 24px 30px; border-right: 1px solid var(--line-dark); display: flex; gap: 16px; align-items: center; }
.proof-item:last-child { border-right: 0; }
.proof-number { color: var(--orange); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.proof-item strong { display: block; font-size: 1rem; }
.proof-item span:last-child { display: block; margin-top: 2px; color: #9daab6; font-size: .84rem; }

section { padding: 96px 0; }
.section-head { max-width: 790px; margin-bottom: 44px; }
.section-head h2, .split-copy h2, .cta-panel h2 { margin: 0; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: clamp(2.35rem, 4.5vw, 4.35rem); font-weight: 700; line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
.section-head p, .split-copy > p { max-width: 700px; margin: 19px 0 0; color: var(--muted); font-size: 1.08rem; }
.scope-band { padding: 26px 0; background: #f7e8df; border-block: 1px solid #e3b69e; }
.scope-inner { display: grid; grid-template-columns: 190px 1fr; gap: 28px; align-items: center; }
.scope-label { color: #7f3b1e; font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.scope-inner p { margin: 0; color: #4f3b32; }

.coverage-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.coverage-item { min-height: 190px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.34); }
.coverage-item b { display: block; margin: 20px 0 7px; font-size: 1.06rem; }
.coverage-item p { margin: 0; color: var(--muted); font-size: .94rem; }
.coverage-icon { color: var(--orange); font-weight: 800; font-size: .78rem; letter-spacing: .1em; }

.dark-section { color: var(--white); background: var(--navy); }
.dark-section .section-head p, .dark-section .split-copy > p { color: #aab6c1; }
.deliverables .section-head { max-width: 850px; }
.deliverable-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid var(--line-dark); background: var(--line-dark); }
.deliverable-item { min-height: 230px; padding: 30px; background: #172230; }
.deliverable-item span { color: var(--orange-light); font-size: .74rem; font-weight: 800; letter-spacing: .13em; }
.deliverable-item h3 { margin: 30px 0 10px; color: var(--white); font-size: 1.45rem; line-height: 1.15; }
.deliverable-item p { margin: 0; color: #aab6c1; }
.citation-promise { display: grid; grid-template-columns: 230px 1fr; gap: 28px; margin-top: 22px; padding: 23px 25px; border-left: 4px solid var(--orange); background: #101821; }
.citation-promise strong { color: var(--white); }
.citation-promise span { color: #b8c2cb; }
.package-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; align-items: center; }
.package-list { border-top: 1px solid var(--line-dark); }
.package-row { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); }
.package-row span { color: var(--orange); font-size: .76rem; font-weight: 800; letter-spacing: .1em; }
.package-row strong { display: block; }
.package-row p { margin: 4px 0 0; color: #9facb8; font-size: .92rem; }

.report-stack { position: relative; min-height: 520px; display: grid; place-items: center; }
.report-sheet { position: absolute; width: min(360px, 80%); background: white; border: 1px solid #b9bec2; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.report-sheet:nth-child(1) { transform: translate(-38px, 18px) rotate(-5deg); opacity: .45; }
.report-sheet:nth-child(2) { transform: translate(22px, -4px) rotate(3deg); opacity: .7; }
.report-sheet:nth-child(3) { transform: translate(0, -10px); }
.report-sheet img { width: 100%; height: auto; }
.report-flag { position: absolute; z-index: 5; right: 1%; top: 13%; width: 174px; padding: 13px 14px; background: var(--red); color: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.25); font-size: .78rem; font-weight: 800; line-height: 1.35; }
.report-flag::after { content: ""; position: absolute; left: -18px; top: 19px; border-width: 9px; border-style: solid; border-color: transparent var(--red) transparent transparent; }

.sample-home { background: var(--paper-2); }
.sample-proof-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.sample-proof-image { width: min(380px, 100%); padding: 10px; background: var(--white); border: 1px solid #bcc2c4; box-shadow: 0 24px 55px rgba(15,23,32,.16); transform: rotate(-1.5deg); }
.sample-proof-image img { width: 100%; height: auto; }
.sample-home-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.finding-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.finding-row { padding: 22px 24px; background: var(--paper); }
.finding-row .finding-type { color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.finding-row b { display: block; margin-top: 7px; font-size: 1.05rem; }
.finding-row p { margin: 5px 0 0; color: var(--muted); font-size: .92rem; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.process-step { min-height: 270px; padding: 30px; background: var(--paper); }
.process-step span { color: var(--orange); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.process-step h3 { margin: 38px 0 10px; font-size: 1.4rem; line-height: 1.1; }
.process-step p { margin: 0; color: var(--muted); }

.price-panel { display: grid; grid-template-columns: .75fr 1.25fr; border: 1px solid var(--line-dark); background: var(--white); box-shadow: var(--shadow); }
.price-stage { padding: 46px; color: var(--white); background: var(--navy); }
.price-stage .eyebrow { color: var(--orange-light); }
.price-stage strong { display: block; margin-top: 18px; font-size: clamp(4.4rem, 9vw, 7.7rem); line-height: .82; letter-spacing: -.075em; }
.price-stage span { display: block; margin-top: 15px; color: #a9b6c1; }
.price-details { padding: 44px; }
.price-details h2 { margin: 0 0 20px; font-size: 1.75rem; line-height: 1.1; }
.price-intro { max-width: 720px; margin: 0 0 26px; color: var(--muted); font-size: 1.03rem; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 0 0 26px; padding: 0; list-style: none; }
.check-grid li { position: relative; padding: 10px 0 10px 22px; border-bottom: 1px solid #e1e3e2; }
.check-grid li::before { content: ""; position: absolute; left: 0; top: 17px; width: 8px; height: 8px; background: var(--orange); }
.price-details .terms-note { color: var(--muted); font-size: .9rem; }

.limits { padding-top: 0; }
.limits-box { display: grid; grid-template-columns: 220px 1fr; gap: 35px; padding: 32px; border: 1px solid #d4a18b; border-left: 5px solid var(--orange); background: #f8ebe4; }
.limits-box h2 { margin: 0; font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; }
.limits-box p { margin: 0; color: #55483f; }

.privacy-strip { padding: 38px 0; color: #dbe2e8; background: var(--navy-2); border-block: 1px solid var(--line-dark); }
.privacy-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.privacy-inner strong { display: block; color: var(--white); font-size: 1.12rem; }
.privacy-inner p { margin: 5px 0 0; color: #a7b3be; }

.final-cta { color: var(--white); background: var(--navy); }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; }
.cta-panel p { max-width: 680px; margin: 20px 0 0; color: #aab6c1; font-size: 1.08rem; }
.cta-panel .actions { margin: 0; justify-content: flex-end; }

.site-footer { padding: 42px 0 92px; color: #9facb7; background: #0e151d; border-top: 1px solid #283543; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; }
.footer-logo { width: 190px; }
.footer-copy { margin: 13px 0 0; max-width: 500px; font-size: .84rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a { color: #d4dce3; font-size: .84rem; }
.copyright { margin-top: 22px; color: #6f7e8c; font-size: .8rem; }

.page-hero { padding: 86px 0 76px; color: var(--white); background: var(--navy); border-bottom: 1px solid var(--line-dark); }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 6vw, 5.8rem); }
.page-hero p { max-width: 720px; margin: 24px 0 0; color: #b6c1cb; font-size: 1.15rem; }
.page-hero .actions { margin-top: 28px; }
.subnav { padding: 20px 0; background: var(--navy-2); border-bottom: 1px solid var(--line-dark); }
.subnav-inner { display: flex; flex-wrap: wrap; gap: 10px 24px; color: #bac4cd; font-size: .88rem; }
.subnav a { color: var(--white); }

.sample-summary { display: grid; grid-template-columns: .68fr 1.32fr; gap: 64px; align-items: start; }
.sample-meta { position: sticky; top: 104px; padding: 26px; border: 1px solid var(--line); background: var(--white); }
.sample-meta dl { margin: 0; }
.sample-meta div { padding: 12px 0; border-bottom: 1px solid #e0e3e3; }
.sample-meta div:last-child { border-bottom: 0; }
.sample-meta dt { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sample-meta dd { margin: 5px 0 0; font-weight: 700; }
.sample-copy h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -.045em; }
.sample-copy > p { color: var(--muted); font-size: 1.05rem; }
.sample-callouts { margin-top: 32px; display: grid; gap: 12px; }
.sample-callout { padding: 22px; border: 1px solid var(--line); background: var(--white); }
.sample-callout span { color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sample-callout h3 { margin: 8px 0 7px; font-size: 1.2rem; }
.sample-callout p { margin: 0; color: var(--muted); }
.sample-callout small { display: block; margin-top: 10px; color: var(--navy-3); font-weight: 700; }
.page-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.page-card { margin: 0; }
.page-card a { display: block; border: 1px solid #bcc2c4; background: var(--white); box-shadow: 0 18px 45px rgba(15,23,32,.12); transition: transform .16s ease; }
.page-card a:hover { transform: translateY(-3px); }
.page-card .page-image { border: 1px solid #bcc2c4; background: var(--white); box-shadow: 0 18px 45px rgba(15,23,32,.12); }
.page-card figcaption { display: flex; justify-content: space-between; gap: 16px; margin-top: 11px; color: var(--muted); font-size: .84rem; }
.page-card figcaption strong { color: var(--ink); }
.sample-utility { margin: 30px 0 0; color: #abb7c1; text-align: right; }
.sample-utility a { color: var(--white); text-underline-offset: 4px; }

.faq-layout { display: grid; grid-template-columns: 300px 1fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro h2 { margin: 0; font-size: 2rem; line-height: 1.05; letter-spacing: -.035em; }
.faq-intro p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 23px 44px 23px 0; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 6px; top: 19px; color: var(--orange); font-size: 1.5rem; }
details[open] summary::after { content: "–"; }
.answer { max-width: 760px; padding: 0 48px 24px 0; color: var(--muted); }
.answer p { margin: 0 0 12px; }
.answer ul { margin: 0; padding-left: 20px; }

.legal { padding: 72px 0 100px; }
.legal h2 { margin: 40px 0 10px; font-size: 1.5rem; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: #48535e; }
.legal ul { padding-left: 22px; }
.effective { padding: 14px 16px; background: var(--paper-2); border-left: 3px solid var(--orange); }

/* Refined homepage */
.hero-refined .hero-layout { min-height: 720px; grid-template-columns: minmax(0, 1.08fr) minmax(370px, .72fr); }
.hero-refined .hero-lead { max-width: 655px; }
.hero-offer { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.hero-offer .price-lockup { margin: 0; min-width: 215px; }
.hero-offer .button { min-height: 54px; }

.sample-deck { position: relative; display: block; min-height: 560px; color: var(--white); text-decoration: none; perspective: 1200px; }
.deck-kicker { position: absolute; z-index: 6; top: 1%; left: 5%; color: var(--orange-light); font-size: .78rem; font-weight: 800; letter-spacing: .06em; }
.deck-front, .deck-back { position: absolute; left: 50%; width: min(340px, 78%); overflow: hidden; background: var(--white); border: 1px solid #6e7a86; box-shadow: 0 28px 65px rgba(0,0,0,.32); transition: transform .42s cubic-bezier(.2,.8,.2,1), opacity .42s ease; }
.deck-front { z-index: 4; top: 10%; transform: translateX(-48%) rotate(1deg); }
.deck-back-one { z-index: 3; top: 12%; opacity: .7; transform: translateX(-56%) rotate(-3deg); }
.deck-back-two { z-index: 2; top: 14%; opacity: .38; transform: translateX(-64%) rotate(-6deg); }
.deck-front img, .deck-back img { width: 100%; height: auto; }
.deck-tab { position: absolute; z-index: 7; top: 22%; right: 0; padding: 10px 13px; color: var(--white); background: var(--orange); font-size: .78rem; font-weight: 800; box-shadow: 0 10px 25px rgba(0,0,0,.24); transition: transform .35s ease; }
.deck-action { position: absolute; z-index: 8; right: 1%; bottom: 4%; display: flex; align-items: center; justify-content: space-between; gap: 30px; min-width: 235px; padding: 17px 18px; color: var(--navy); background: var(--white); border-bottom: 4px solid var(--orange); box-shadow: 0 18px 40px rgba(0,0,0,.28); transition: transform .24s ease, background-color .24s ease; }
.deck-action span { color: var(--orange); font-size: 1.25rem; }
.sample-deck:hover .deck-front { transform: translateX(-45%) translateY(-8px) rotate(1deg); }
.sample-deck:hover .deck-back-one { opacity: .85; transform: translateX(-63%) translateY(2px) rotate(-5deg); }
.sample-deck:hover .deck-back-two { opacity: .55; transform: translateX(-76%) translateY(11px) rotate(-8deg); }
.sample-deck:hover .deck-tab { transform: translateX(9px); }
.sample-deck:hover .deck-action { transform: translateY(-5px); background: #fff8f3; }

.scope-line { padding: 19px 0; color: #4c392f; background: #f7e9df; border-block: 1px solid #e4bda8; }
.scope-line strong { margin-right: 7px; color: #7f3b1e; }
.compact-head { max-width: 820px; margin-bottom: 38px; }
.compact-head h2 { font-size: clamp(2.8rem, 5vw, 4.7rem); }
.compact-head .kicker { color: var(--orange); }

.deliverable-section { background: var(--paper); }
.deliverable-section .deliverable-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; border: 0; background: transparent; }
.deliverable-section .deliverable-item { min-height: 310px; padding: 29px 27px; border: 1px solid var(--line-dark); background: var(--navy); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.deliverable-section .deliverable-item:hover { transform: translateY(-5px); border-color: var(--orange); box-shadow: 0 20px 42px rgba(14,23,32,.16); }
.deliverable-section .deliverable-item h3 { margin-top: 42px; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 1.75rem; font-weight: 700; letter-spacing: -.015em; }
.signal-label { display: inline-flex; padding: 5px 8px; color: #c8d3dc !important; background: #263546; border-radius: 2px; font-size: .75rem !important; font-weight: 700 !important; letter-spacing: .02em !important; }
.signal-label.danger { color: var(--white) !important; background: var(--red); }
.deliverable-section .citation-promise { display: block; margin: 20px 0 0; padding: 20px 24px; color: #56616c; background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--orange); }
.deliverable-section .citation-promise strong { color: var(--ink); }

.process-section { color: var(--white); background: var(--navy); }
.process-section .kicker { color: var(--orange-light); }
.process-route { position: relative; width: calc(66.666% + 2px); height: 18px; margin: 0 auto -1px; overflow: visible; }
.process-route::before { content: ""; position: absolute; left: 0; right: 0; top: 8px; height: 1px; background: #485668; }
.process-route span { position: absolute; z-index: 2; left: 0; top: 3px; width: 11px; height: 11px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(243,111,43,.14); }
.process-route.is-visible span { animation: waypoint-run 1.45s .25s cubic-bezier(.25,.8,.25,1) both; }
@keyframes waypoint-run { from { left: 0; } to { left: calc(100% - 11px); } }
.process-section .process-grid { border-color: var(--line-dark); background: var(--line-dark); }
.process-section .process-step { background: #172230; }
.process-section .process-step span { color: var(--orange-light); font-weight: 700; letter-spacing: .025em; }
.process-section .process-step h3 { margin-top: 32px; color: var(--white); font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 1.75rem; font-weight: 700; }
.process-section .process-step p { color: #aebac4; }

.coverage-section { background: var(--paper-2); }
.coverage-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.coverage-layout .section-head { position: sticky; top: 112px; margin-bottom: 0; }
.coverage-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; border-top: 1px solid #bec4c7; }
.coverage-list li { position: relative; min-height: 118px; padding: 24px 22px 22px 38px; border-bottom: 1px solid #bec4c7; }
.coverage-list li:nth-child(odd) { border-right: 1px solid #bec4c7; }
.coverage-list li::before { content: "✓"; position: absolute; left: 5px; top: 22px; display: grid; place-items: center; width: 22px; height: 22px; color: var(--navy); background: var(--orange); border-radius: 50%; font-size: .78rem; font-weight: 800; }
.coverage-list span { display: block; font-weight: 700; line-height: 1.3; }
.coverage-list small { display: block; margin-top: 7px; color: var(--muted); font-size: .87rem; line-height: 1.45; }

.boundary-section { padding: 70px 0; background: var(--paper); }
.boundary-card { display: grid; grid-template-columns: 74px 1fr; gap: 28px; align-items: center; max-width: 980px; }
.boundary-card img { width: 64px; height: 64px; padding: 12px; background: var(--navy); border-radius: 50%; }
.boundary-card h2 { margin: 0; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 700; letter-spacing: -.02em; }
.boundary-card p { margin: 8px 0 0; color: var(--muted); }

.request-section { padding: 0 0 110px; background: var(--paper); }
.request-panel { display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; border: 1px solid var(--line-dark); background: var(--white); box-shadow: var(--shadow); }
.request-offer { padding: 50px 44px; color: var(--white); background: var(--navy); }
.request-offer .kicker { color: var(--orange-light); }
.request-price { display: block; margin: 30px 0 20px; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: clamp(5rem, 9vw, 8rem); font-weight: 800; line-height: .72; letter-spacing: -.045em; }
.request-offer h2, .request-form-wrap h2 { margin: 0; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: clamp(2.15rem, 3.8vw, 3.5rem); font-weight: 700; line-height: .95; letter-spacing: -.025em; }
.request-offer > p:last-child { margin: 22px 0 0; color: #acb8c2; }
.request-form-wrap { padding: 48px 46px; }
.request-form-wrap > p { margin: 13px 0 28px; color: var(--muted); }
.intake-form { display: grid; gap: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.intake-form label { display: grid; gap: 7px; color: #36414c; font-size: .88rem; font-weight: 700; }
.intake-form label > span { color: #7b858e; font-size: .8rem; font-weight: 500; }
.intake-form input, .intake-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fafaf8; border: 1px solid #bdc3c6; border-radius: 3px; outline: 0; }
.intake-form input:focus, .intake-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(243,111,43,.15); }
.intake-form textarea { resize: vertical; }
.intake-form .button { width: fit-content; margin-top: 4px; cursor: pointer; }
.form-status { min-height: 1.4em; margin: 0; color: var(--green); font-weight: 700; }
.privacy-note { margin: -2px 0 0; color: #737d85; font-size: .78rem; line-height: 1.5; }
.privacy-note a { color: var(--ink); }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .58s ease, transform .58s cubic-bezier(.2,.8,.2,1); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }

.page-hero h1, .sample-copy h2, .faq-intro h2, .legal h2 { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-weight: 700; }

.mobile-cta { display: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; min-height: auto; gap: 54px; }
  .hero-refined .hero-layout { grid-template-columns: 1fr; min-height: auto; }
  .sample-deck { width: min(620px, 100%); min-height: 535px; }
  .ops-card { max-width: 650px; }
  .coverage-grid { grid-template-columns: repeat(2, 1fr); }
  .deliverable-section .deliverable-grid { grid-template-columns: 1fr 1fr; }
  .coverage-layout { grid-template-columns: 1fr; gap: 44px; }
  .coverage-layout .section-head { position: static; }
  .request-panel { grid-template-columns: 1fr; }
  .package-grid, .sample-home-grid, .sample-proof-grid, .sample-summary { grid-template-columns: 1fr; }
  .sample-proof-image { width: min(420px, 76%); }
  .sample-meta { position: static; }
  .price-panel { grid-template-columns: 1fr; }
  .price-stage { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; }
  .price-stage strong { margin: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .faq-intro { position: static; }
  .cta-panel { grid-template-columns: 1fr; gap: 32px; }
  .cta-panel .actions { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .wrap, .narrow { width: min(100% - 28px, var(--max)); }
  .nav { min-height: 68px; }
  .brand img { width: 174px; }
  .nav-links > a:not(.language):not(.button) { display: none; }
  .nav-links { gap: 12px; }
  .nav-links .button { display: none; }
  .hero-layout { padding: 42px 0 50px; }
  .hero-refined .hero-layout { gap: 32px; }
  .hero h1 { font-size: clamp(3rem, 12vw, 4rem); line-height: .94; }
  .hero-lead { margin-top: 22px; font-size: 1.05rem; line-height: 1.55; }
  .hero-offer { align-items: flex-start; }
  .hero-offer .button { width: 100%; }
  .sample-deck { min-height: 440px; margin-top: -10px; }
  .deck-kicker { left: 0; }
  .deck-front, .deck-back { width: min(270px, 72%); }
  .deck-action { right: 0; bottom: 0; min-width: 210px; }
  .deck-tab { right: 2%; }
  .hero-actions, .actions { flex-direction: column; }
  .button { width: 100%; }
  .ops-head { grid-template-columns: 62px 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .proof-item:last-child { border-bottom: 0; }
  section { padding: 72px 0; }
  .scope-inner, .limits-box, .privacy-inner, .footer-grid { grid-template-columns: 1fr; gap: 15px; }
  .coverage-grid { grid-template-columns: 1fr; }
  .coverage-item { min-height: auto; }
  .deliverable-section .deliverable-grid { grid-template-columns: 1fr; }
  .deliverable-section .deliverable-item { min-height: auto; }
  .process-route { display: none; }
  .coverage-list { grid-template-columns: 1fr; }
  .coverage-list li:nth-child(odd) { border-right: 0; }
  .boundary-card { grid-template-columns: 1fr; }
  .request-offer, .request-form-wrap { padding: 36px 24px; }
  .field-row { grid-template-columns: 1fr; }
  .review-summary-list div { grid-template-columns: 1fr; gap: 5px; padding: 18px 20px; }
  .deliverable-grid { grid-template-columns: 1fr; }
  .deliverable-item { min-height: auto; padding: 25px 23px; }
  .deliverable-item h3 { margin-top: 20px; }
  .citation-promise { grid-template-columns: 1fr; gap: 6px; }
  .sample-proof-image { width: min(88%, 360px); margin-inline: auto; }
  .report-stack { min-height: 440px; }
  .report-flag { right: 0; top: 14%; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: auto; }
  .process-step h3 { margin-top: 22px; }
  .price-stage { display: block; padding: 32px 24px; }
  .price-stage strong { margin-top: 16px; }
  .price-details { padding: 30px 23px; }
  .check-grid { grid-template-columns: 1fr; }
  .privacy-inner .button { margin-top: 8px; }
  .footer-links { justify-content: flex-start; }
  .page-hero { padding: 58px 0 52px; }
  .page-gallery { grid-template-columns: 1fr; }
  .mobile-cta { position: fixed; z-index: 35; left: 10px; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 12px 11px 16px; background: rgba(14,21,29,.97); border: 1px solid #4b5865; box-shadow: 0 14px 36px rgba(0,0,0,.32); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(calc(100% + 22px)); transition: opacity .2s ease, transform .25s cubic-bezier(.2,.8,.2,1), visibility .2s; }
  .mobile-cta.is-active { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .mobile-cta span { color: #c8d1d9; font-size: .76rem; }
  .mobile-cta strong { display: block; color: var(--white); font-size: .9rem; }
  .mobile-cta .button { width: auto; min-height: 42px; padding: 8px 12px; font-size: .78rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

@media print {
  .site-header, .mobile-cta, .button, .site-footer { display: none !important; }
  body { background: white; }
  .page-hero, .dark-section { color: black; background: white; }
}
