/* GET_VOIDED marketing site — brand tokens from docs/DESIGN.md + config/brand.yaml
   DRAFT. No CDN. No analytics. Square corners only. */
:root {
  --emerald: #0A7A55;
  --emerald-deep: #065F46;
  --emerald-soft: #D1FAE5;
  --purple: #5B2C6F;
  --purple-deep: #3D1A5C;
  --purple-soft: #EDE4F5;
  --ink: #1A1A1F;
  --muted: #5C5C66;
  --paper: #F7F5F2;
  --line: #E0DCE6;
  --white: #ffffff;
  --night: #0B0716;
  --font: "Segoe UI", system-ui, sans-serif;
  --mono: Consolas, "SF Mono", ui-monospace, monospace;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; border-radius: 0 !important; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--night);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
a { color: var(--emerald-deep); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--purple); }

/* Draft banner */
.draft-banner {
  background: #3D1A5C;
  color: #fff;
  text-align: center;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-bottom: 2px solid var(--emerald);
  position: sticky;
  top: 0;
  z-index: 100;
}
.draft-banner strong { color: #A7F3D0; }

/* Shell */
.bg-field {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 100% 80% at 50% 30%, rgba(91,44,111,0.28) 0%, transparent 58%),
    radial-gradient(ellipse 70% 55% at 50% 60%, rgba(10,122,85,0.14) 0%, transparent 52%),
    var(--night);
}
.shell { position: relative; z-index: 1; }

/* Nav */
.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 18px 20px 8px;
}
.nav-brand {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.nav-brand span { color: #6EE7B7; }
.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  list-style: none;
  font-size: 13px;
}
.nav-links a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-weight: 600;
}
.nav-links a:hover { color: #A7F3D0; }
.nav-cta {
  display: inline-block;
  background: var(--emerald);
  color: #fff !important;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid var(--emerald-deep);
}
.nav-cta:hover { background: var(--emerald-deep); color: #fff !important; }

/* Layout */
.wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 12px 20px 64px;
}
.panel {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 24px 26px;
}
.panel + .panel { margin-top: 14px; }
.panel-head { border-top: 4px solid var(--purple); }
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}
@media (max-width: 780px) {
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
}

/* Type */
.brand-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 10px;
}
.brand-kicker em {
  font-style: normal;
  color: var(--emerald);
  margin-left: 8px;
}
h1 {
  font-size: clamp(1.55rem, 3.2vw, 2.05rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--purple-deep);
  line-height: 1.18;
  margin-bottom: 10px;
}
h2 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--emerald-deep);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
h3 {
  font-size: 1rem;
  color: var(--purple-deep);
  margin-bottom: 8px;
}
.lede {
  font-size: 1.02rem;
  color: var(--muted);
  max-width: 40em;
}
.lede strong { color: var(--ink); }
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 14px;
  font-size: 12px;
  color: var(--muted);
  font-family: var(--mono);
}
.pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--muted);
}
.pill-good { background: var(--emerald-soft); color: var(--emerald-deep); border-color: #A7F3D0; }
.pill-purple { background: var(--purple-soft); color: var(--purple-deep); border-color: #D8C8E8; }

/* Capacity stamp (generated by voided site-stamp / site-build — never hand-edit numbers) */
.capacity-line {
  margin-top: 14px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--emerald-deep);
  background: var(--emerald-soft);
  border: 1px solid #A7F3D0;
  padding: 8px 12px;
  display: inline-block;
}
.capacity-line[data-roster="full"] {
  color: var(--purple-deep);
  background: var(--purple-soft);
  border-color: #D8C8E8;
}
.referral-line { max-width: 38em; }
.roster-full-banner {
  margin-top: 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 12px 14px;
  font-size: 0.92rem;
  color: var(--muted);
}
.roster-full-banner strong { color: var(--purple-deep); }

/* Hero promise strip */
.promise {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-top: none;
  background: #fff;
}
@media (max-width: 700px) { .promise { grid-template-columns: 1fr; } }
.promise-cell {
  padding: 16px 18px;
  border-right: 1px solid var(--line);
}
.promise-cell:last-child { border-right: 0; }
.promise-k {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.promise-v {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--purple-deep);
  line-height: 1.3;
}

/* Buttons */
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.btn {
  display: inline-block;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: var(--font);
  line-height: 1.2;
}
.btn-primary {
  background: var(--emerald);
  color: #fff !important;
  border-color: var(--emerald-deep);
}
.btn-primary:hover { background: var(--emerald-deep); }
.btn-secondary {
  background: #fff;
  color: var(--purple-deep) !important;
  border-color: var(--purple);
}
.btn-secondary:hover { background: var(--purple-soft); }
.btn-ghost {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255,255,255,0.35);
}
.btn-ghost:hover { border-color: #A7F3D0; color: #A7F3D0 !important; }
.btn-block { width: 100%; text-align: center; }
.btn:disabled, .btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Value cards */
.card {
  border: 1px solid var(--line);
  padding: 16px 18px;
  background: var(--paper);
  height: 100%;
}
.card h3 { font-size: 0.95rem; }
.card p { font-size: 0.9rem; color: var(--muted); }
.card .num {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--emerald);
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

/* Pricing */
.billing-toggle {
  display: inline-flex;
  border: 1px solid var(--line);
  margin: 4px 0 18px;
  background: #fff;
}
.billing-toggle button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 10px 18px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
}
.billing-toggle button[aria-pressed="true"] {
  background: var(--purple);
  color: #fff;
}
.price-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
}
.price-card.featured {
  border-color: var(--emerald);
  box-shadow: inset 0 4px 0 var(--emerald);
}
.price-card .who {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.price-card .amount {
  font-size: 2rem;
  font-weight: 700;
  color: var(--purple-deep);
  letter-spacing: -0.02em;
  line-height: 1;
}
.price-card .amount small {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
}
.price-card .save {
  font-size: 12px;
  color: var(--emerald-deep);
  font-weight: 700;
}
.price-card ul {
  list-style: none;
  font-size: 0.9rem;
  color: var(--muted);
  flex: 1;
}
.price-card ul li {
  padding: 5px 0 5px 16px;
  position: relative;
  border-top: 1px solid var(--line);
}
.price-card ul li::before {
  content: "·";
  position: absolute;
  left: 2px;
  color: var(--emerald);
  font-weight: 700;
}
.price-note {
  margin-top: 12px;
  font-size: 12px;
  color: var(--muted);
  font-family: var(--mono);
}

/* Honesty block */
.honesty {
  background: var(--emerald-deep);
  color: #ECFDF5;
  padding: 16px 18px;
  border: 1px solid #065F46;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
}
.honesty .label {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 6px;
  font-family: var(--mono);
}

/* Forms */
label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.field { margin-bottom: 14px; }
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-family: var(--font);
  font-size: 15px;
  padding: 10px 12px;
}
input:focus, select:focus, textarea:focus {
  outline: 2px solid var(--emerald);
  outline-offset: 0;
  border-color: var(--emerald);
}
textarea { min-height: 100px; resize: vertical; }
.hint { font-size: 12px; color: var(--muted); margin-top: 4px; }
.choice-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 560px) { .choice-row { grid-template-columns: 1fr; } }
.choice {
  border: 1px solid var(--line);
  padding: 12px 14px;
  cursor: pointer;
  background: #fff;
  display: block;
}
.choice:has(input:checked),
.choice.selected {
  border-color: var(--emerald);
  background: var(--emerald-soft);
  box-shadow: inset 3px 0 0 var(--emerald);
}
.choice input { margin-right: 8px; vertical-align: middle; }
.choice .t { font-weight: 700; color: var(--purple-deep); display: block; margin-bottom: 2px; }
.choice .d { font-size: 12px; color: var(--muted); }

/* Summary box */
.summary {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 16px 18px;
}
.summary dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  font-size: 0.92rem;
}
.summary dt { color: var(--muted); }
.summary dd { text-align: right; font-weight: 700; color: var(--ink); }
.summary .total {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  margin-top: 6px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--purple-deep);
}

/* Tables */
table.data {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}
table.data th, table.data td {
  border: 1px solid var(--line);
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
table.data th {
  background: var(--paper);
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
table.data .mono { font-family: var(--mono); }

/* Steps */
.steps { counter-reset: step; list-style: none; }
.steps li {
  position: relative;
  padding: 12px 0 12px 48px;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}
.steps li:last-child { border-bottom: 0; }
.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 12px;
  width: 32px;
  height: 32px;
  background: var(--purple-soft);
  color: var(--purple-deep);
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
}
.steps strong { color: var(--purple-deep); }

/* Admin */
.admin-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FCA5A5;
  border: 1px solid #7F1D1D;
  background: #450A0A;
  padding: 3px 8px;
  display: inline-block;
  margin-bottom: 10px;
}
.check-list { list-style: none; }
.check-list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
}
.check-list .box {
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--muted);
  margin-top: 2px;
}

/* Footer */
.site-footer {
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px 20px 40px;
  color: rgba(255,255,255,0.55);
  font-size: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-family: var(--mono);
}
.site-footer a { color: #A7F3D0; }
.site-footer .legal { margin-top: 8px; max-width: 52em; line-height: 1.5; }

/* Success / notice */
.notice {
  border: 1px solid var(--emerald);
  background: var(--emerald-soft);
  color: var(--emerald-deep);
  padding: 14px 16px;
  font-size: 0.92rem;
  margin-bottom: 14px;
}
.notice.warn {
  border-color: #D97706;
  background: #FEF3C7;
  color: #92400E;
}
.hidden { display: none !important; }

/* Print */
@media print {
  .draft-banner, .nav, .bg-field, .btn-row, .site-footer { display: none !important; }
  body { background: #fff; color: #000; }
  .panel { border-color: #ccc; }
}
