/* JobOps public landing (JOBOPS_LANDING_GTM_DESIGN.md r4).
 *
 * Token values are transcribed from profile.css, which transcribes
 * design/tokens.css (Lambda-Phi design system): dark base on :root, light via
 * prefers-color-scheme, explicit data-theme winning in both directions —
 * exactly the product's theme contract (theme.js).
 *
 * Design intent, inherited from the product: hairlines over boxes, serif
 * display over system sans, type carries hierarchy, one accent for the one
 * primary action, brass for eyebrows. One quiet reveal animation (the hero
 * briefing), disabled under prefers-reduced-motion.
 */

:root {
  --void: #05070C;
  --bg: #0A0E17;
  --surface: #111725;
  --surface2: #18202F;
  --line: #232C40;
  --line2: #33415C;
  --paper: #EDEFF5;
  --mist: #AEB6C9;
  --muted: #8A93A8;
  --accent: #4F8DF5;
  --accent-strong: #2E6FE0;
  --accent-300: #A9C6FF;
  --accent-tint: rgba(79, 141, 245, .10);
  --accent-border: rgba(79, 141, 245, .28);
  --on-accent: #05070C;
  --brass: #C7A667;
  --brass-300: #E4CE9E;
  --brass-tint: rgba(199, 166, 103, .14);
  --brass-border: rgba(199, 166, 103, .30);
  --ok: #3FB97A;
  --ok-text: #8FE3B4;
  --ok-tint: rgba(63, 185, 122, .12);
  --ok-border: rgba(63, 185, 122, .28);
  --warn: #E0A23C;
  --warn-text: #F0C888;
  --warn-tint: rgba(224, 162, 60, .12);
  --warn-border: rgba(224, 162, 60, .28);
  --bad: #E06A5A;
  --bad-text: #F0A99B;
  --bad-tint: rgba(224, 106, 90, .10);
  --bad-border: rgba(224, 106, 90, .28);
  --hover: rgba(255, 255, 255, .04);
  --backdrop: rgba(5, 7, 12, .62);
  --sh-overlay: 0 1px 0 rgba(255, 255, 255, .05) inset, 0 24px 60px rgba(0, 0, 0, .6);
  --brass-text: #C7A667;
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Archivo', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mono: ui-monospace, 'SF Mono', SFMono-Regular, Menlo, monospace;
  color-scheme: dark;
}

/* The two faces the design is built on, self-hosted (OFL). The page's CSP
   allows no third-party loader, so without these files the serif signature
   never reached a visitor. Latin subset, the weights the page uses. */
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 500 600; font-display: swap; src: url(fonts/cormorant-garamond.woff2) format('woff2'); }
@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 400 600; font-display: swap; src: url(fonts/archivo.woff2) format('woff2'); }

@media (prefers-color-scheme: light) {
  :root:not([data-theme="dark"]) {
  --void: #FBFAF6;
  --bg: #F2F0E9;
  --surface: #FAF8F3;
  --surface2: #ECE9E0;
  --line: #DED9CC;
  --line2: #C6C0AF;
  --paper: #171B24;
  --mist: #454C5E;
  --muted: #5E6778;
  --accent: #2E6FE0;
  --accent-strong: #1F56B8;
  --accent-300: #1D4FA8;
  --accent-tint: rgba(46, 111, 224, .08);
  --accent-border: rgba(46, 111, 224, .30);
  --on-accent: #FBFAF6;
  --brass: #A8894F;
  --brass-300: #8A6D35;
  --brass-tint: rgba(168, 137, 79, .14);
  --brass-border: rgba(168, 137, 79, .35);
  --brass-text: #7A5F2C;
  --ok-text: #1E7A4C;
  --ok-tint: rgba(63, 185, 122, .14);
  --ok-border: rgba(30, 122, 76, .30);
  --warn-text: #8A6215;
  --warn-tint: rgba(224, 162, 60, .16);
  --warn-border: rgba(138, 98, 21, .30);
  --bad-text: #A63A28;
  --bad-tint: rgba(224, 106, 90, .14);
  --bad-border: rgba(166, 58, 40, .30);
  --hover: rgba(23, 27, 36, .05);
  --backdrop: rgba(23, 27, 36, .35);
  --sh-overlay: 0 24px 60px rgba(23, 27, 36, .16);
  color-scheme: light;
  }
}
:root[data-theme="light"] {
  --void: #FBFAF6;
  --bg: #F2F0E9;
  --surface: #FAF8F3;
  --surface2: #ECE9E0;
  --line: #DED9CC;
  --line2: #C6C0AF;
  --paper: #171B24;
  --mist: #454C5E;
  --muted: #5E6778;
  --accent: #2E6FE0;
  --accent-strong: #1F56B8;
  --accent-300: #1D4FA8;
  --accent-tint: rgba(46, 111, 224, .08);
  --accent-border: rgba(46, 111, 224, .30);
  --on-accent: #FBFAF6;
  --brass: #A8894F;
  --brass-300: #8A6D35;
  --brass-tint: rgba(168, 137, 79, .14);
  --brass-border: rgba(168, 137, 79, .35);
  --brass-text: #7A5F2C;
  --ok-text: #1E7A4C;
  --ok-tint: rgba(63, 185, 122, .14);
  --ok-border: rgba(30, 122, 76, .30);
  --warn-text: #8A6215;
  --warn-tint: rgba(224, 162, 60, .16);
  --warn-border: rgba(138, 98, 21, .30);
  --bad-text: #A63A28;
  --bad-tint: rgba(224, 106, 90, .14);
  --bad-border: rgba(166, 58, 40, .30);
  --hover: rgba(23, 27, 36, .05);
  --backdrop: rgba(23, 27, 36, .35);
  --sh-overlay: 0 24px 60px rgba(23, 27, 36, .16);
  color-scheme: light;
}

/* ── base ───────────────────────────────────────────────────────────────── */

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
body {
  background: var(--bg);
  color: var(--paper);
  font: 400 15px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent-300); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font: inherit; color: inherit; background: none; border: none; padding: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--accent-300); outline-offset: 2px; border-radius: 3px; }
::selection { background: var(--accent-tint); }
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
[hidden] { display: none !important; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 28px; }

/* ── top bar — nearly silent ────────────────────────────────────────────── */

.bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 28px;
  max-width: 1080px;
  margin: 0 auto;
}
.wordmark { font: 600 15px var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.wordmark b { color: var(--brass-text); font-weight: 600; }
.bar .grow { flex: 1; }
.bar a.quiet { font: 500 13.5px var(--sans); color: var(--mist); }
.iconbtn {
  width: 34px; height: 34px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--mist);
  font-size: 15px;
}
.iconbtn:hover { color: var(--paper); border-color: var(--line2); background: var(--hover); }

/* ── shared section rhythm ──────────────────────────────────────────────── */

section { padding: 36px 0; }
.kicker {
  font: 600 11px var(--sans);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--brass-text);
  margin: 0 0 14px;
}
section h2 {
  font: 500 clamp(26px, 4vw, 34px)/1.18 var(--serif);
  letter-spacing: .01em;
  margin: 0 0 12px;
  text-wrap: balance;
}
.lead { font-size: 17px; color: var(--paper); max-width: 56ch; margin: 0 0 6px; }
.sub { color: var(--mist); max-width: 60ch; margin: 0; }
.proof { color: var(--mist); max-width: 60ch; margin: 10px 0 0; }

/* ── hero ───────────────────────────────────────────────────────────────── */

.hero { padding: 56px 0 64px; }
.hero .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 56px;
  align-items: center;
}
.hero h1 {
  font: 500 clamp(36px, 5.4vw, 54px)/1.1 var(--serif);
  letter-spacing: .01em;
  margin: 0 0 18px;
  max-width: 15ch;
  text-wrap: balance;
}
.hero .sub { font-size: 16.5px; max-width: 52ch; }
.cta { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; margin-top: 30px; }
.cta .note { margin: 0; }
.note { font: 400 12.5px var(--sans); color: var(--muted); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: 600 14px var(--sans);
  border: 1px solid var(--line2);
  border-radius: 9px;
  padding: 11px 20px;
  color: var(--paper);
  transition: border-color .15s, background .15s;
  text-decoration: none;
}
.btn:hover { border-color: var(--muted); background: var(--hover); text-decoration: none; }
.btn.primary { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.btn.primary:hover { background: var(--accent-strong); border-color: var(--accent-strong); }
.btn:disabled { opacity: .4; cursor: default; }

/* ── the briefing vignette — the one reveal animation on the page ───────── */

.vignette {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 28px;
  box-shadow: var(--sh-overlay);
  animation: reveal .7s ease .2s both;
}
@keyframes reveal {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
.vkicker {
  font: 600 11px var(--sans);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--brass-text);
  margin: 0 0 6px;
}
.vmeta { font: 500 12.5px var(--mono); color: var(--muted); margin: 0 0 16px; }
.vignette h3 {
  font: 500 22px/1.2 var(--serif);
  letter-spacing: .01em;
  margin: 0 0 2px;
}
.vrole { font: 400 13px var(--sans); color: var(--muted); margin: 0 0 18px; }
.vignette dl { margin: 0; }
.vignette dt {
  font: 600 11px var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--mist);
  border-top: 1px solid var(--line);
  padding-top: 14px;
  margin: 14px 0 4px;
}
.vignette dt:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.vignette dd { margin: 0; font-size: 13.5px; line-height: 1.55; color: var(--paper); }
.vignette .vready { color: var(--ok-text); }

/* ── founder proof ──────────────────────────────────────────────────────── */

.founder { padding: 0 0 36px; }
.founder .wrap { border-top: 1px solid var(--line); padding-top: 44px; }
.founder blockquote {
  margin: 0;
  max-width: 72ch;
  font: 500 clamp(17px, 2.2vw, 20px)/1.55 var(--serif);
  letter-spacing: .005em;
  color: var(--paper);
}
.founder cite { display: block; margin-top: 14px; font: 500 13px var(--sans); font-style: normal; color: var(--brass-text); }

/* ── a day with JobOps — the ledger ─────────────────────────────────────── */

.day .wrap { border-top: 1px solid var(--line); padding-top: 44px; }
.ledger { list-style: none; margin: 34px 0 0; padding: 0; max-width: 640px; }
.ledger li {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  padding: 15px 2px;
  border-top: 1px solid var(--line);
}
.ledger li:last-child { border-bottom: 1px solid var(--line); }
.ledger time { font: 500 12px/1.7 var(--mono); color: var(--muted); white-space: nowrap; }
.ledger p { margin: 0; font-size: 14.5px; color: var(--paper); }

/* ── profile section + briefing fragment ────────────────────────────────── */

.approve .wrap {
  border-top: 1px solid var(--line);
  padding-top: 44px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 56px;
  align-items: center;
}
.fragment {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 24px;
}
.fragment ul { list-style: none; margin: 0; padding: 0; }
.fragment li { display: flex; gap: 12px; align-items: baseline; padding: 12px 0; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--paper); }
.fragment li:first-child { border-top: 0; padding-top: 4px; }
.tag {
  flex: none;
  font: 600 11px var(--sans);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 3px 9px;
  border: 1px solid var(--line2);
  color: var(--muted);
}
.tag.fits { color: var(--ok-text); border-color: var(--ok-border); background: var(--ok-tint); }

/* ── you stay the author — the quietest section ─────────────────────────── */

.author .wrap { border-top: 1px solid var(--line); padding-top: 44px; }
.author p { max-width: 62ch; }
.author .sub { margin-top: 10px; }

/* ── preview & price + the invitation card ──────────────────────────────── */

.pricing .wrap { border-top: 1px solid var(--line); padding-top: 44px; }
.price { font: 500 17px/1.5 var(--sans); color: var(--paper); max-width: 56ch; margin: 0; }
.invite-card {
  margin-top: 26px;
  max-width: 640px;
  background: var(--brass-tint);
  border: 1px solid var(--brass-border);
  border-radius: 12px;
  padding: 20px 22px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--paper);
}
.invite-card p { margin: 0; }
.invite-card .mechanism { margin-bottom: 14px; }
.invite-card .stack {
  margin: 0 0 14px;
  padding: 0 0 0 18px;
  display: grid;
  gap: 6px;
}
.invite-card .stack li::marker { color: var(--brass); }
.invite-card .capacity { margin-bottom: 14px; color: var(--muted); }

/* ── request form ───────────────────────────────────────────────────────── */

.request .wrap { border-top: 1px solid var(--line); padding-top: 44px; }
.request form { max-width: 480px; margin-top: 26px; }
/* field styling lives with the shared lp-form rules below (one look for the
   invitation and support forms, the lambda-phi.com look) */
.request .actions { display: flex; align-items: center; gap: 16px; margin-top: 22px; flex-wrap: wrap; }
.request .legal { margin: 18px 0 0; }
.confirm {
  max-width: 560px;
  margin-top: 26px;
  border: 1px solid var(--ok-border);
  background: var(--ok-tint);
  border-radius: 12px;
  padding: 20px 22px;
  font-size: 14.5px;
  line-height: 1.6;
  outline: none;
}
.confirm p { margin: 0; }
.error { color: var(--bad-text); font-weight: 500; margin: 14px 0 0; max-width: 56ch; }

/* The honeypot lives off-canvas for people and assistive tech alike; only
   form scrapers meet it. */
.hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

/* ── footer ─────────────────────────────────────────────────────────────── */

.foot { padding: 40px 0 56px; }
.foot .wrap {
  border-top: 1px solid var(--line);
  padding-top: 26px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.foot p { margin: 0; font-size: 12.5px; color: var(--muted); }
.foot nav { display: flex; gap: 18px; flex-wrap: wrap; }
.foot nav a { font: 500 12.5px var(--sans); color: var(--mist); }

/* ── recomposition ──────────────────────────────────────────────────────── */

@media (max-width: 880px) {
  section { padding: 28px 0; }
  .hero { padding: 36px 0 56px; }
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { max-width: none; }
  .approve .wrap { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 18px; }
  .bar { padding: 14px 18px; }
  .ledger li { grid-template-columns: 60px minmax(0, 1fr); gap: 12px; }
  .cta .btn, .request .actions .btn { width: 100%; }
}

/* Touch: controls clear 44px on a coarse pointer without inflating the
   desktop rhythm (the profile.css discipline). */
@media (pointer: coarse) {
  .btn { min-height: 44px; }
  .iconbtn { width: 44px; height: 44px; }
  .request input[type="email"],
  .request input[type="text"] { min-height: 44px; }
}

/* ── legal pages (terms, privacy) — the landing's own language ─────────── */

.bar .wordmark { color: inherit; text-decoration: none; }
main.legal { max-width: 720px; margin: 0 auto; padding: 24px 28px 64px; }
main.legal h1 {
  font: 500 clamp(30px, 4.6vw, 42px)/1.12 var(--serif);
  letter-spacing: .01em;
  margin: 0 0 12px;
  text-wrap: balance;
}
main.legal .dateline { font: 400 13px var(--sans); color: var(--muted); margin: 0 0 8px; }
main.legal section { padding: 26px 0 0; border-top: 0; }
main.legal section h2 {
  font: 500 22px/1.25 var(--serif);
  margin: 0 0 8px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
main.legal p { color: var(--mist); font-size: 15px; line-height: 1.65; margin: 0 0 10px; max-width: 66ch; }
main.legal a { color: var(--accent-300); }
@media (max-width: 640px) { main.legal { padding: 16px 18px 48px; } }

/* ── the hero demo — ten seconds of the app ─────────────────────────────── */

.demo {
  position: relative;
  overflow: hidden;
  min-height: 372px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--sh-overlay);
  font: 400 13px/1.45 var(--sans);
  color: var(--paper);
  animation: reveal .7s ease .2s both;
}
.demo-bar {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  font: 500 12px var(--mono);
  color: var(--mist);
}
.demo-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 0 var(--ok-tint);
  animation: demo-pulse 1.6s ease-out infinite;
}
@keyframes demo-pulse {
  0% { box-shadow: 0 0 0 0 var(--ok-border); }
  100% { box-shadow: 0 0 0 8px transparent; }
}
.demo-title { flex: 1; }
.demo-clock { color: var(--muted); }
.demo-body { position: relative; padding: 14px 16px 18px; min-height: 320px; }

/* the list: cards slide in one by one, the matching one lights up */
.demo-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.demo-card {
  display: grid; gap: 2px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .35s ease, transform .35s ease, border-color .25s, box-shadow .25s;
}
.demo-card.in { opacity: 1; transform: none; }
.demo-card b { font-weight: 600; font-size: 13.5px; }
.demo-card span { color: var(--mist); font-size: 12.5px; }
.demo-card i { font: 500 11px var(--mono); color: var(--muted); font-style: normal; }
.demo-card.hit {
  border-color: var(--accent-border);
  box-shadow: 0 0 0 3px var(--accent-tint);
}
.demo-card.hit i { color: var(--ok-text); }

/* the frames after the list sit on top and fade in by step */
.demo-detail, .demo-form, .demo-done {
  position: absolute; inset: 14px 16px 18px;
  background: var(--surface);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}
.demo[data-step="detail"] .demo-detail,
.demo[data-step="prepare"] .demo-detail,
.demo[data-step="form"] .demo-form,
.demo[data-step="apply"] .demo-form,
.demo[data-step="done"] .demo-done { opacity: 1; transform: none; }
.demo[data-step="detail"] .demo-list,
.demo[data-step="prepare"] .demo-list,
.demo[data-step="form"] .demo-list,
.demo[data-step="apply"] .demo-list,
.demo[data-step="done"] .demo-list { opacity: .12; }
.demo-list { transition: opacity .3s ease; }

.demo-kicker { margin: 0 0 2px; font: 500 15px/1.25 var(--serif); }
.demo-meta { margin: 0 0 12px; font: 500 11px var(--mono); color: var(--ok-text); }
.demo-label {
  margin: 10px 0 2px;
  font: 600 10.5px var(--sans); letter-spacing: .12em; text-transform: uppercase;
  color: var(--mist);
}
.demo-text { margin: 0; font-size: 12.5px; line-height: 1.5; color: var(--paper); }
.demo-ok { color: var(--ok-text); font-weight: 600; }
.demo-btn {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 14px;
  border: 1px solid var(--accent);
  border-radius: 8px;
  background: var(--accent);
  color: var(--on-accent);
  font: 600 12.5px var(--sans);
  cursor: default;
  transition: transform .12s ease, filter .12s ease;
}
.demo[data-step="prepare"] .demo-detail .demo-btn,
.demo[data-step="apply"] .demo-form .demo-btn { transform: scale(.96); filter: brightness(.85); }

.demo-field {
  display: grid; grid-template-columns: 92px 1fr; gap: 10px; align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12.5px;
}
.demo-field span { color: var(--mist); }
.demo-field b { font-weight: 500; min-height: 1.4em; }
.demo-field b[data-type]:not(:empty)::after {
  content: ""; display: inline-block; width: 1px; height: 1em;
  margin-left: 2px; background: var(--paper); vertical-align: -2px;
  animation: demo-caret 1s steps(2) infinite;
}
.demo[data-step="apply"] .demo-field b[data-type]::after,
.demo[data-step="done"] .demo-field b[data-type]::after { display: none; }
@keyframes demo-caret { to { opacity: 0; } }
.demo-file { color: var(--ok-text); }

.demo-done { display: grid; align-content: center; justify-items: start; gap: 6px; padding: 8px 4px; }
.demo-stamp { margin: 0; font: 500 11px var(--mono); color: var(--muted); }
.demo-first { margin: 0; font: 500 clamp(24px, 3vw, 30px)/1.15 var(--serif); }
.demo-first b { color: var(--brass-text); font-weight: 600; }
.demo[data-step="done"] .demo-first { animation: demo-land .5s ease both; }
@keyframes demo-land {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

/* the cursor: a small disc that glides to whatever the step presses */
.demo-cursor {
  position: absolute; left: 0; top: 0;
  width: 14px; height: 14px; margin: -7px 0 0 -7px;
  border-radius: 50%;
  background: var(--paper);
  opacity: .85;
  box-shadow: 0 0 0 2px var(--surface), 0 2px 8px rgba(0, 0, 0, .35);
  transform: translate(40px, 24px);
  transition: transform .55s cubic-bezier(.2, .8, .2, 1);
  pointer-events: none;
}
.demo-cursor.press { animation: demo-press .35s ease; }
@keyframes demo-press {
  40% { transform-origin: center; opacity: .5; }
}
.demo[data-step="done"] .demo-cursor { opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  .demo, .demo-card, .demo-detail, .demo-form, .demo-done, .demo-cursor, .demo-first, .demo-dot { animation: none; transition: none; }
  .demo-cursor { display: none; }
}
@media (max-width: 720px) {
  .demo { min-height: 340px; }
}

/* ── the checklist before subscribing ───────────────────────────────────── */

.checklist { list-style: none; margin: 8px 0 18px; padding: 0; display: grid; gap: 8px; max-width: 56ch; }
.checklist li {
  position: relative; padding-left: 30px;
  font-size: 15.5px; line-height: 1.5; color: var(--paper);
}
.checklist li::before {
  content: ""; position: absolute; left: 0; top: .35em;
  width: 16px; height: 16px; border-radius: 4px;
  border: 1px solid var(--brass-border); background: var(--brass-tint);
}
.checklist li::after {
  content: ""; position: absolute; left: 5px; top: .35em; margin-top: 4px;
  width: 7px; height: 4px; border: 2px solid var(--brass-text); border-top: 0; border-right: 0;
  transform: rotate(-45deg);
}

/* ── forms — the lambda-phi.com look, one for invitations and support ────── */

/* ── the support dialog ─────────────────────────────────────────────────── */

.modal {
  width: min(560px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  margin: auto;
  padding: 26px 28px 28px;
  border: 1px solid var(--line2);
  border-radius: 16px;
  background: var(--surface);
  color: var(--paper);
  box-shadow: var(--sh-overlay);
  overflow: auto;
}
.modal::backdrop { background: var(--backdrop); }
.modal[open] { animation: reveal .25s ease both; }
.modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.modal-head h2 { margin: 0; }
.modal-close { flex: none; font-size: 14px; }
.modal .sub { margin-top: 6px; }
.modal form { margin-top: 6px; }
.modal .confirm { margin-top: 18px; }
.modal .confirm .actions { margin: 16px 0 0; }

/* ── hero highlights — the two things the page is about ─────────────────── */

.hl {
  background: linear-gradient(transparent 58%, var(--brass-tint) 58%);
  color: var(--paper);
  font-weight: 500;
  padding: 0 .12em;
  border-radius: 2px;
}

/* ── the offer ──────────────────────────────────────────────────────────── */

.pricing .kicker { margin-bottom: 10px; }
.price strong { color: var(--paper); font-weight: 600; }
.deadline {
  margin: 14px 0 0;
  max-width: 56ch;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--mist);
}
.deadline strong { color: var(--brass-text); font-weight: 600; }
.lp-form .field { margin-top: 20px; }
.lp-form .error { margin: 16px 0 0; outline: none; }
.lp-form .lp-label {
  margin: 0 0 8px;
  color: var(--mist);
  font: 500 16px/1.4 var(--sans);
  letter-spacing: 0; text-transform: none;
}
.lp-form .lp-label .opt { color: var(--muted); }
.lp-form .lp-input {
  min-height: 48px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid var(--line2);
  border-radius: 0;
  background: transparent;
  color: var(--paper);
  font: 400 16px/1.5 var(--sans);
}
.lp-form textarea.lp-input { min-height: 96px; resize: vertical; }
.lp-form .lp-input::placeholder { color: var(--muted); opacity: 1; }
.lp-form .lp-input:focus-visible {
  border-color: var(--accent);
  box-shadow: none;
  outline: 2px solid var(--accent-300);
  outline-offset: 3px;
}
.choice-group { border: 0; margin: 22px 0 0; padding: 0; min-width: 0; }
.choice-group legend { padding: 0; }
.choice-line { display: flex; flex-wrap: wrap; gap: 6px 26px; }
.choice {
  min-height: 40px;
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--mist);
  font: 500 15.5px/1.4 var(--sans);
  cursor: pointer;
}
.choice:has(input:checked) { color: var(--paper); }
.choice input[type="checkbox"] {
  appearance: none;
  width: 20px; height: 20px; flex: none; margin: 0;
  display: grid; place-items: center;
  border: 1px solid var(--line2);
  border-radius: 4px;
  background: var(--surface);
}
.choice input[type="checkbox"]:checked { border-color: var(--accent); background: var(--accent); }
.choice input[type="checkbox"]:checked::after {
  content: ""; width: 10px; height: 6px;
  border: 2px solid var(--on-accent); border-top: 0; border-right: 0;
  transform: translateY(-1px) rotate(-45deg);
}
.choice input:focus-visible { outline: 2px solid var(--accent-300); outline-offset: 2px; }
.lp-form .actions { margin-top: 26px; }
.lp-form .lp-btn { min-height: 48px; }
