:root {
  --ready-black: #070807;
  --field: #101312;
  --field-2: #151917;
  --bone: #eee8da;
  --mist: #aab0a6;
  --line: rgba(238, 232, 218, .14);
  --green: #8faf6a;
  --green-soft: rgba(143, 175, 106, .16);
  --brass: #b99a5b;
  --font-head: "Space Grotesk", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section { scroll-margin-top: 96px; }
body {
  margin: 0;
  color: var(--bone);
  background:
    radial-gradient(circle at 74% 8%, rgba(143,175,106,.18), transparent 30rem),
    radial-gradient(circle at 16% 0%, rgba(238,232,218,.055), transparent 26rem),
    var(--ready-black);
  font-family: var(--font-body);
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .13; background-image: linear-gradient(rgba(238,232,218,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(238,232,218,.025) 1px, transparent 1px); background-size: 52px 52px; }
.topbar { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px clamp(18px, 4vw, 60px); background: rgba(7,8,7,.86); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-head); font-weight: 800; letter-spacing: .16em; }
.brand-logo { width: 34px !important; height: 34px !important; max-width: 34px !important; max-height: 34px !important; border-radius: 8px; display: block; object-fit: contain; box-shadow: 0 0 24px rgba(143,175,106,.12); flex: 0 0 34px; }
nav { display: flex; gap: 24px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--mist); }
nav a:hover { color: var(--bone); }
.top-cta, .button { font-family: var(--font-mono); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; border-radius: 999px; border: 1px solid var(--line); padding: 12px 15px; cursor: pointer; text-align: center; white-space: nowrap; }
.top-cta { color: #090a09; background: var(--green); border-color: var(--green); }
main { width: min(1120px, calc(100% - 72px)); margin: 0 auto; }
.hero { min-height: 82vh; display: flex; flex-direction: column; justify-content: center; padding: 76px 0 42px; border-bottom: 1px solid var(--line); }
.eyebrow, .section-label { font-family: var(--font-mono); font-size: 12px; color: var(--green); letter-spacing: .18em; text-transform: uppercase; font-weight: 700; }
h1, h2, h3 { font-family: var(--font-head); }
h1 { max-width: 1060px; margin: 16px 0 22px; font-size: clamp(52px, 8.8vw, 116px); line-height: .88; letter-spacing: -.07em; }
h2 { margin: 8px 0 0; font-size: clamp(34px, 5vw, 72px); line-height: .94; letter-spacing: -.055em; }
h3 { margin: 16px 0 10px; font-size: 24px; letter-spacing: -.03em; }
.lede { max-width: 800px; color: #d9d3c6; font-size: clamp(19px, 2.1vw, 25px); line-height: 1.42; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button.primary { color: #090a09; background: var(--green); border-color: var(--green); }
.button.secondary { color: var(--bone); background: rgba(238,232,218,.03); }
.hero-grid, .card-grid { display: grid; gap: 16px; margin-top: 50px; }
.hero-grid { grid-template-columns: repeat(3, 1fr); }
.hero-grid article, .card, .panel { background: linear-gradient(180deg, rgba(238,232,218,.055), rgba(238,232,218,.018)); border: 1px solid var(--line); border-radius: 28px; padding: clamp(28px, 4.4vw, 56px); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.hero-grid span { display: block; font-family: var(--font-mono); font-size: 12px; color: var(--green); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 12px; }
.card span { display: block; font-family: var(--font-mono); font-size: 20px; color: var(--green); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 24px; font-weight: 800; line-height: 1; }
.hero-grid strong { display: block; font-family: var(--font-head); font-size: 22px; line-height: 1.08; letter-spacing: -.035em; }
.section-pad { padding: 80px 0; }
.panel.section-pad { padding: clamp(34px, 4.8vw, 64px); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 6vw, 80px); border-bottom: 1px solid var(--line); }
.copy-stack { display: grid; gap: 18px; color: #d4cec1; font-size: 20px; line-height: 1.52; }
.copy-stack p { margin: 0; }
.four { grid-template-columns: repeat(4, 1fr); margin: 22px 0 80px; }
.card { min-height: 230px; }
.card p, .muted, .timeline p, footer p, .form-note { color: var(--mist); line-height: 1.5; }
.panel { margin-bottom: 0; }
.pack-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(34px, 5.5vw, 78px); align-items: start; }
.checklist, .newsletter-form { display: grid; gap: 12px; }
.field-pair { display: grid; gap: 8px; }
.field-pair label span { color: var(--mist); font-weight: 400; letter-spacing: .06em; }
.hidden-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.newsletter-form .consent-row { display: flex; gap: 12px; align-items: flex-start; color: #d4cec1; font-family: var(--font-body); font-size: 14px; line-height: 1.45; letter-spacing: 0; text-transform: none; }
.newsletter-form .consent-row input { width: 18px; height: 18px; min-width: 18px; margin: 2px 0 0; padding: 0; accent-color: var(--green); border-radius: 4px; }
.newsletter-form .consent-row span { display: block; min-width: 0; }
.form-note[data-state="success"] { color: var(--green); }
.form-note[data-state="error"] { color: #f1b8a8; }
button:disabled { opacity: .66; cursor: wait; }
.checklist div { border: 1px solid var(--line); border-radius: 16px; background: rgba(0,0,0,.16); padding: 15px 15px 15px 40px; position: relative; color: #ded8ca; }
.checklist div:before { content: ""; position: absolute; left: 17px; top: 21px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px rgba(143,175,106,.44); }
.newsletter-panel { margin-bottom: 88px; }
.newsletter-form { border: 1px solid var(--line); border-radius: 20px; padding: 22px; background: rgba(0,0,0,.18); }
.newsletter-form label { font-family: var(--font-mono); color: var(--green); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.newsletter-form input { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 16px 15px; color: var(--bone); background: rgba(7,8,7,.74); font: 16px var(--font-body); outline: none; }
.newsletter-form input:focus { border-color: rgba(143,175,106,.72); box-shadow: 0 0 0 4px rgba(143,175,106,.12); }
.newsletter-form .button { width: 100%; min-height: 48px; }
.form-note { margin: 0; font-size: 13px; }
.pricing-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.price-card { border: 1px solid var(--line); border-radius: 22px; padding: clamp(24px, 3vw, 34px); background: rgba(0,0,0,.18); }
.price-card.featured { border-color: rgba(143,175,106,.55); background: linear-gradient(180deg, rgba(143,175,106,.14), rgba(0,0,0,.16)); }
.price-kicker { margin: 0 0 10px; font-family: var(--font-mono); color: var(--green); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.price-card strong { display: block; font-family: var(--font-head); font-size: clamp(30px, 4.6vw, 54px); letter-spacing: -.055em; }
.price-card strong span { font-family: var(--font-body); font-size: 16px; color: var(--mist); letter-spacing: 0; }
.price-card p:last-child { margin-bottom: 0; color: var(--mist); line-height: 1.5; }
.price-button { display: inline-block; margin-top: 14px; }
.price-row { margin-top: 32px; display: flex; justify-content: space-between; align-items: center; gap: 28px; border-top: 1px solid var(--line); padding-top: 32px; }
.price-row strong { font-family: var(--font-head); font-size: clamp(24px, 3.1vw, 38px); line-height: 1.06; letter-spacing: -.045em; max-width: 820px; }
.price-row .button { flex: 0 0 auto; min-width: 118px; }
.readiness { border-bottom: none; }
.timeline { display: grid; gap: 14px; }
.timeline div { padding: 18px; border-left: 2px solid var(--green); background: rgba(143,175,106,.06); border-radius: 0 18px 18px 0; }
.timeline strong { font-family: var(--font-mono); color: var(--green); letter-spacing: .12em; text-transform: uppercase; font-size: 12px; }
footer { width: min(1120px, calc(100% - 72px)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; border-top: 1px solid var(--line); padding: 32px 0 46px; }
footer strong { font-family: var(--font-head); font-size: 22px; }
.legal-page { min-height: 48vh; }
.legal-copy { margin: 0 0 88px; }
.legal-copy h2 { font-size: clamp(28px, 3vw, 40px); margin-top: 34px; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { color: #d4cec1; font-size: 18px; line-height: 1.62; max-width: 860px; }
.legal-copy a, footer a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 920px) {
  nav { display: none; }
  .hero-grid, .four, .split, .pack-layout, .pricing-grid, footer { grid-template-columns: 1fr; }
  main, footer { width: min(100% - 32px, 1120px); }
  .panel.section-pad { padding: 30px; }
  .newsletter-form { padding: 20px; }
  .card { padding: 38px; min-height: 228px; }
  .card span { font-size: 22px; margin-bottom: 28px; }
  .topbar { gap: 10px; padding: 12px 18px; }
  .brand-logo { width: 28px !important; height: 28px !important; max-width: 28px !important; max-height: 28px !important; border-radius: 7px; flex-basis: 28px; }
  .brand { font-size: 14px; gap: 9px; }
  .top-cta { display: none; }
  .hero { min-height: auto; padding-top: 44px; }
  h1 { font-size: clamp(48px, 15vw, 78px); }
  h2 { font-size: clamp(38px, 12vw, 60px); }
  .price-row { align-items: flex-start; flex-direction: column; }
  .price-row .button { width: auto; }
}
