:root {
  --ink: #18211f; --muted: #64716e; --bg: #f4f6f5; --panel: #fff;
  --line: #d8dfdd; --accent: #ff5529; --accent-dark: #c43d16; --dark: #14201e;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink); background: var(--bg); font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; }
body { min-width: 320px; background: var(--bg); }
a { color: var(--accent-dark); }
a:focus-visible, summary:focus-visible { outline: 3px solid #ff8b6e; outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 8px; top: -48px; z-index: 20; background: #fff; color: var(--ink); padding: 9px 12px; border-radius: 8px; }
.skip:focus { top: 8px; }
.wrap { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }
.wrap.narrow { width: min(720px, calc(100% - 40px)); }
.top { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 20px; background: #fff; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 750; font-size: 20px; }
.mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--accent); color: #fff; }
.mark svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nav { display: flex; align-items: center; gap: 18px; }
.nav a { color: #4e5c59; text-decoration: none; font-weight: 650; font-size: 14px; }
.nav a:hover { color: var(--ink); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 17px; border-radius: 8px; background: var(--accent-dark); color: #fff; font-weight: 720; text-decoration: none; line-height: 1.2; box-shadow: 0 5px 18px #ff552926; }
.btn:hover { color: #fff; background: #a93212; }
.btn:focus-visible { outline-color: #fff; box-shadow: 0 0 0 5px #ff8b6e55; }
.btn-lg { min-height: 50px; padding: 0 23px; font-size: 16px; }
.nav .btn { color: #fff; }
.hero { background: var(--dark); color: #fff; padding: 68px 0 72px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: 70px; align-items: center; }
.hero .eyebrow { color: #ff9a7f; }
.eyebrow { margin: 0 0 12px; font-size: 11px; font-weight: 780; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-dark); }
.hero h1 { margin: 0 0 18px; max-width: 15ch; font-size: clamp(36px, 4.6vw, 56px); line-height: 1.04; letter-spacing: -.04em; font-weight: 520; }
.lead { margin: 0 0 28px; max-width: 38em; font-size: 18px; line-height: 1.55; color: #d0d8d6; }
.hero-actions { margin-bottom: 14px; }
.hero .note { color: #aab5b2; }
.note { margin: 0; font-size: 14px; line-height: 1.5; color: var(--muted); }
.sample { background: #fff; color: var(--ink); border: 1px solid #31403d; border-radius: 16px; padding: 22px; box-shadow: 0 24px 60px #07100e66; }
.sample-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.sample-label { margin: 0 0 6px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.sample h2 { margin: 0; font-size: 21px; font-weight: 720; letter-spacing: -.02em; }
.sample-status { flex: none; display: inline-flex; align-items: center; gap: 6px; padding: 6px 8px; border-radius: 999px; background: #e9f6ef; color: #167149; font-size: 11px; font-weight: 700; }
.sample-status span { width: 7px; height: 7px; border-radius: 50%; background: #2e9c6b; }
.sample-prices { display: grid; grid-template-columns: 1fr 1fr; margin: 0; }
.sample-prices div { padding: 19px 0 16px; }
.sample-prices div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.sample-prices dt { color: var(--muted); font-size: 13px; }
.sample-prices dd { margin: 7px 0 0; font-size: 27px; font-weight: 760; letter-spacing: -.03em; }
.sample-prices dd a { display: block; margin-top: 5px; color: var(--orange-dark); font-size: 12px; font-weight: 650; letter-spacing: 0; overflow-wrap: anywhere; }
.sample-result { display: inline-block; margin: 0; padding: 8px 10px; border-radius: 7px; background: #e9f6ef; color: #167149; font-weight: 750; font-size: 14px; }
.sample-meta { margin: 15px 0 0; color: var(--muted); font-size: 13px; }
.sample-disclaimer { margin: 12px 0 0; padding-top: 12px; border-top: 1px solid var(--line); color: #7c8885; font-size: 11px; line-height: 1.45; }
.proof { background: #fff; border-bottom: 1px solid var(--line); }
.proof-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 22px 0; list-style: none; }
.proof-list li { display: grid; gap: 4px; padding: 0 24px; border-left: 1px solid var(--line); }
.proof-list li:first-child { padding-left: 0; border-left: 0; }
.proof-list strong { font-size: 14px; }
.proof-list span { color: var(--muted); font-size: 13px; }
.block { padding: 72px 0; }
.block.alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.block h2, .final-cta h2 { margin: 0 0 18px; font-size: clamp(28px, 3.4vw, 38px); line-height: 1.15; font-weight: 520; letter-spacing: -.035em; }
.block p { font-size: 16px; line-height: 1.6; color: #3f4c49; }
.steps { list-style: none; margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.steps li { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 21px; }
.steps > li > span { flex: none; width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; background: var(--accent-dark); color: #fff; font-size: 13px; font-weight: 750; }
.steps h3 { margin: 2px 0 8px; font-size: 18px; }
.steps p { margin: 0; font-size: 14px; color: var(--muted); }
.benefits-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.section-lead { max-width: 38em; margin: 0; }
.benefits { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.benefits li { display: grid; gap: 6px; padding: 20px 0; border-top: 1px solid var(--line); }
.benefits li:first-child { padding-top: 0; border-top: 0; }
.benefits strong { font-size: 17px; }
.benefits span { color: var(--muted); font-size: 14px; line-height: 1.55; }
.access { background: var(--dark); color: #fff; }
.access .eyebrow { color: #ff9a7f; }
.access h2 { color: #fff; }
.access-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; }
.price-line { margin: 0 0 10px; color: #fff !important; font-size: 20px !important; font-weight: 650; }
.access .cadence { margin: 0 0 24px; max-width: 40em; color: #b8c3c0; }
.paid-summary { padding: 22px; border: 1px solid #384642; border-radius: 14px; background: #1b2926; }
.paid-summary h3 { margin: 0 0 8px; font-size: 19px; }
.paid-summary p { margin: 0 0 14px; color: #b8c3c0; font-size: 14px; }
.paid-summary a { color: #ff9a7f; font-weight: 700; }
.faq { display: grid; gap: 8px; margin-top: 26px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 4px 16px; }
summary { cursor: pointer; font-weight: 680; padding: 14px 0; }
details p { margin: 0 0 15px; font-size: 14px !important; color: var(--muted) !important; }
.final-cta { padding: 68px 0; text-align: center; background: #e9edeb; border-top: 1px solid var(--line); }
.final-cta p { margin: 0 auto 24px; max-width: 35em; color: var(--muted); line-height: 1.55; }
.final-cta span { display: block; margin-top: 12px; color: var(--muted); font-size: 13px; }
.foot { padding: 28px 0; border-top: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 14px; }
.foot-row { display: flex; justify-content: space-between; gap: 16px; align-items: center; flex-wrap: wrap; }
.foot a { margin-left: 18px; color: #4e5c59; text-decoration: none; font-weight: 650; }
@media (max-width: 900px) {
  .wrap, .wrap.narrow { width: calc(100% - 32px); }
  .hero { padding: 48px 0 52px; }
  .hero-grid, .benefits-grid, .access-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero h1 { max-width: 17ch; }
  .sample { max-width: 620px; }
  .block { padding: 52px 0; }
  .steps { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .top { padding: 11px 16px; }
  .nav a:not(.btn) { display: none; }
  .nav .btn { min-height: 40px; padding: 0 12px; font-size: 13px; }
  .brand { font-size: 18px; }
  .mark { width: 31px; height: 31px; }
  .hero { padding-top: 40px; }
  .hero h1 { font-size: 35px; }
  .lead { font-size: 16px; }
  .hero-actions .btn, .access .btn, .final-cta .btn { width: 100%; }
  .sample { padding: 18px; }
  .sample-top { display: grid; }
  .sample-status { width: max-content; }
  .sample-prices dd { font-size: 23px; }
  .proof-list { grid-template-columns: 1fr; padding: 8px 0; }
  .proof-list li, .proof-list li:first-child { padding: 13px 0; border-left: 0; border-top: 1px solid var(--line); }
  .proof-list li:first-child { border-top: 0; }
  .foot-row { align-items: flex-start; }
  .foot nav { display: grid; gap: 10px; }
  .foot a { margin-left: 0; }
}
@media (max-width: 370px) {
  .nav .btn { max-width: 126px; text-align: center; }
  .hero h1 { font-size: 31px; }
  .sample-prices { grid-template-columns: 1fr; }
  .sample-prices div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}
