:root {
  --bg: #071613;
  --panel: #0d211c;
  --panel-2: #123027;
  --line: #2d5a4b;
  --text: #f3f8f5;
  --muted: #b7c9c1;
  --accent: #83f7bd;
  --accent-2: #c9ffe4;
  --warning: #ffd166;
  --ink: #06110e;
  --shell: 74rem;
  --radius: 1.25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: radial-gradient(circle at 80% 5%, rgb(75 203 151 / 16%), transparent 28rem), var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
a { color: inherit; }
p, h1, h2, h3, dl, dd { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 13ch; margin-bottom: 1.5rem; font-size: clamp(3rem, 7vw, 6.2rem); }
h2 { margin-bottom: 1.2rem; font-size: clamp(2.1rem, 4vw, 3.8rem); }
h3 { margin-bottom: .75rem; font-size: 1.35rem; }
.shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.skip { position: fixed; z-index: 20; top: .75rem; left: .75rem; padding: .7rem 1rem; color: var(--ink); background: var(--accent); border-radius: .6rem; transform: translateY(-180%); }
.skip:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--warning); outline-offset: 4px; }
.header { border-bottom: 1px solid rgb(183 201 193 / 16%); background: rgb(7 22 19 / 88%); }
.header-inner { min-height: 5.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { display: grid; width: 2.8rem; height: 2.8rem; place-items: center; color: var(--ink); background: var(--accent); border-radius: 50%; font-weight: 900; }
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-size: .72rem; }
nav { display: flex; gap: 1.4rem; }
nav a { color: var(--muted); font-size: .9rem; font-weight: 700; text-decoration: none; }
nav a:hover { color: var(--accent); }
.button { min-height: 3.1rem; display: inline-flex; align-items: center; justify-content: center; padding: .75rem 1.25rem; color: var(--ink); background: var(--accent); border: 1px solid var(--accent); border-radius: 999px; font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none; }
.button:hover { background: var(--accent-2); transform: translateY(-2px); }
.button-small { min-height: 2.6rem; padding-inline: 1rem; font-size: .86rem; }
.button-outline { color: var(--text); background: transparent; border-color: var(--line); }
.button-outline:hover { color: var(--ink); }
.eyebrow, .label { margin-bottom: .8rem; color: var(--accent); font-size: .74rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero { padding: clamp(5rem, 10vw, 9rem) 0 6rem; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(20rem, .65fr); gap: clamp(3rem, 7vw, 7rem); align-items: end; }
.lede { max-width: 43rem; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; }
.text-link { font-weight: 750; text-underline-offset: .3em; }
.text-link:hover { color: var(--accent); }
.boundary-list { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; margin: 2rem 0 0; padding: 0; color: var(--muted); font-size: .86rem; list-style: none; }
.boundary-list li::before { content: ""; display: inline-block; width: .48rem; height: .48rem; margin-right: .5rem; background: var(--accent); border-radius: 50%; }
.proof-card { padding: 2rem; background: linear-gradient(145deg, var(--panel-2), var(--panel)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 24px 70px rgb(0 0 0 / 25%); }
.proof-card h2 { font-size: 2rem; }
.status { color: var(--warning); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.status span { display: inline-block; width: .55rem; height: .55rem; margin-right: .5rem; background: var(--warning); border-radius: 50%; }
.proof-card dl { margin-bottom: 1rem; }
.proof-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .72rem 0; border-top: 1px solid rgb(183 201 193 / 18%); }
.proof-card dt { color: var(--muted); }
.proof-card dd { font-weight: 800; text-align: right; }
.fine { margin-bottom: 0; color: var(--muted); font-size: .78rem; }
section:not(.hero) { padding: clamp(4.5rem, 8vw, 7rem) 0; }
.heading { max-width: 55rem; margin-bottom: 3rem; }
.proof { background: var(--panel); border-block: 1px solid rgb(183 201 193 / 14%); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.proof-grid article { padding: 1.5rem; background: var(--bg); border: 1px solid var(--line); border-radius: 1rem; }
.proof-grid article > span { color: var(--accent); font-weight: 900; }
.proof-grid p, .process p, .scope p, .faq p { color: var(--muted); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.offer-card { display: flex; flex-direction: column; padding: 1.8rem; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.offer-card.featured { background: linear-gradient(160deg, var(--panel-2), var(--panel)); border-color: var(--accent); transform: translateY(-.5rem); }
.price { margin: .7rem 0 0; font-size: 3.4rem; font-weight: 900; line-height: 1; }
.price span { color: var(--accent); font-size: 1.3rem; vertical-align: top; }
.duration { color: var(--muted); font-size: .86rem; }
.offer-card ul { flex: 1; padding-left: 1.2rem; color: var(--muted); }
.offer-card li + li { margin-top: .55rem; }
.process { background: var(--accent); color: var(--ink); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); }
.process .eyebrow, .process p { color: #164b39; }
.process ol { margin: 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid rgb(6 17 14 / 25%); }
.process li > span { display: grid; width: 2.25rem; height: 2.25rem; place-items: center; background: var(--ink); color: var(--accent); border-radius: 50%; font-weight: 900; }
.process li p { margin-bottom: 0; }
.intake-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.intake-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 0; padding: 0; counter-reset: input; list-style: none; }
.intake-list li { padding: 1.1rem; background: var(--panel); border: 1px solid var(--line); border-radius: .9rem; }
.intake-list strong, .intake-list span { display: block; }
.intake-list span { margin-top: .35rem; color: var(--muted); font-size: .88rem; }
.scope { background: var(--panel); }
.scope-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: center; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.faq-grid article { padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem; }
footer { padding: 2.5rem 0; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 3rem; }
.footer-inner p { max-width: 44rem; margin: .4rem 0 0; color: var(--muted); font-size: .82rem; }
.footer-inner a { color: var(--accent); font-weight: 800; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero-grid, .process-grid, .intake-grid, .scope-grid { grid-template-columns: 1fr; }
  .proof-grid, .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-card.featured { transform: none; }
}
@media (max-width: 600px) {
  h1 { font-size: clamp(2.7rem, 14vw, 4.3rem); }
  .header .button-small { display: none; }
  .proof-grid, .offer-grid, .intake-list, .faq-grid, .footer-inner { grid-template-columns: 1fr; }
  .actions { align-items: stretch; }
  .actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
