:root {
  --paper: #f4f1ec;
  --ink: #141210;
  --muted: #6b6560;
  --line: #e4dfd8;
  --surface: #fffcf8;
  --green: #14532d;
  --leaf: #15803d;
  --moss: #ecf4ee;
  --danger: #b91c1c;
  --danger-soft: #fef2f2;
  --danger-line: #fecaca;
  --stone: #57534e;
  --body: #3f3a36;
  --fog: #d6d3d1;
  --mint: #c6e7d0;
  --amber: #b45309;
  --amber-soft: #fef3c7;
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 4.5rem; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, [role="button"] { cursor: pointer; font-family: inherit; }
h1, h2, h3 { text-wrap: balance; letter-spacing: -0.03em; margin: 0; }
p { text-wrap: pretty; }
.font-display { font-family: Newsreader, "Iowan Old Style", Georgia, serif; }
.font-mono { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; }

.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.kick {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0;
}
h1.display, h2.display {
  font-family: Newsreader, "Iowan Old Style", Georgia, serif;
  font-weight: 600;
  line-height: 1.05;
}
h1.display { font-size: clamp(32px, 5vw, 48px); }
h2.display { font-size: clamp(28px, 3.4vw, 42px); margin-top: 4px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 0 20px;
  border-radius: 12px;
  background: var(--green);
  color: var(--paper);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  box-shadow: 0 2px 10px rgba(20, 83, 45, 0.28);
}
.btn:hover { background: var(--leaf); }
.btn.lg { height: 48px; padding: 0 24px; font-size: 15px; border-radius: 14px; }
.btn.sm { height: 40px; padding: 0 16px; border-radius: 10px; }
.btn.block { display: flex; width: 100%; margin-top: 16px; }
.btn.outline {
  background: var(--surface);
  color: var(--green);
  border: 1px solid var(--line);
  box-shadow: none;
}
.btn.outline:hover { border-color: var(--green); background: var(--moss); }
.btn.light {
  background: transparent;
  color: var(--paper);
  border: 1px solid rgba(244, 241, 236, 0.35);
  box-shadow: none;
}
.btn.light:hover { background: rgba(244, 241, 236, 0.1); }
.btn:disabled { opacity: 0.5; cursor: default; }

/* Header */
header.site {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 64px;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
header.site .bar {
  height: 64px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo {
  display: inline-flex;
  align-items: center;
  background: var(--green);
  color: var(--paper);
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-decoration: none;
}
.tag {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
header.site.overlay:not(.solid) .tag { color: rgba(244, 241, 236, 0.7); }
header.site.solid {
  background: rgba(255, 252, 248, 0.95);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 3px rgba(20, 18, 16, 0.06);
  backdrop-filter: blur(12px);
}
nav.desk { margin-left: auto; display: none; align-items: center; gap: 4px; }
nav.desk a, nav.desk button.nav {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
  background: none;
  border: 0;
}
header.site.overlay:not(.solid) nav.desk a,
header.site.overlay:not(.solid) nav.desk button.nav,
header.site.overlay:not(.solid) .phone-link { color: var(--paper); }
.phone-link {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 700;
  color: var(--green);
  text-decoration: none;
  padding: 0 8px;
}
.burger {
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header.site.overlay:not(.solid) .burger { color: var(--paper); }
.mobile-menu {
  display: none;
  background: var(--surface);
  border-top: 1px solid var(--line);
  padding: 16px 20px 20px;
}
.mobile-menu.open { display: block; }
.mobile-menu a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  border-radius: 10px;
}
.drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 256px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 8px;
  box-shadow: 0 16px 40px rgba(20, 18, 16, 0.14);
  display: none;
}
.biz-wrap { position: relative; }
.biz-wrap:hover .drop, .biz-wrap:focus-within .drop { display: block; }
.drop a {
  display: block;
  padding: 8px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}
.drop a:hover { background: var(--moss); color: var(--green); }

@media (min-width: 1024px) {
  nav.desk { display: flex; }
  .burger { display: none; }
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink) center / cover no-repeat;
}
.hero img.bg, .hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20,18,16,0.78) 0%, rgba(20,18,16,0.36) 44%, rgba(20,18,16,0.06) 100%),
    linear-gradient(180deg, rgba(20,18,16,0.32) 0%, transparent 38%, rgba(20,18,16,0.42) 100%);
}
.hero-grid {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 100svh;
  display: grid;
  align-items: center;
  gap: 40px;
  padding: 96px 0 80px;
}
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: 1.1fr 0.9fr; }
}
.hero h1 {
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 600;
  line-height: 1.02;
  color: var(--paper);
  margin: 12px 0 0;
}
.mint { color: var(--mint); }
.hero p.lede {
  margin-top: 20px;
  max-width: 46ch;
  font-size: 18px;
  line-height: 1.6;
  color: var(--fog);
}
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.pause-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: none;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(244, 241, 236, 0.9);
  color: var(--ink);
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
@media (min-width: 1024px) { .pause-btn { display: inline-flex; } }

.register {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(20, 18, 16, 0.28);
}
.register-hd {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--green);
  color: var(--paper);
  padding: 10px 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.register-hd span {
  margin-left: auto;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  opacity: 0.7;
}
.register-bd { min-height: 236px; padding: 12px 16px; font-size: 13.5px; }
.line { display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--paper); padding: 6px 0; }
.chip {
  display: inline-block;
  margin-left: 6px;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 800;
}
.chip.min { background: var(--amber-soft); color: var(--amber); }
.chip.deal { background: var(--moss); color: var(--leaf); }
.total { display: flex; justify-content: space-between; padding-top: 10px; font-size: 18px; font-weight: 800; }
.gate {
  margin-top: 10px;
  border-radius: 12px;
  border: 1.5px solid var(--danger-line);
  background: var(--danger-soft);
  padding: 10px;
  text-align: center;
  font-weight: 800;
  color: var(--danger);
}
.gate.ok { border-color: var(--mint); background: var(--moss); color: var(--leaf); }

.jump {
  position: sticky;
  top: 64px;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 241, 236, 0.95);
  backdrop-filter: blur(10px);
}
.jump .wrap { display: flex; gap: 8px; overflow-x: auto; padding: 10px 0; }
.jump a {
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 6px 14px;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  color: var(--body);
}
.jump a:hover { border-color: var(--green); color: var(--green); }

section.band { padding: 64px 0; }
section.alt { background: var(--surface); }
.muted { color: var(--muted); }
.stone { color: var(--stone); }
.bodyc { color: var(--body); }
.leaf { color: var(--leaf); }

.photos { display: grid; gap: 14px; margin-top: 24px; }
@media (min-width: 640px) { .photos { grid-template-columns: repeat(3, 1fr); } }
figure.shot {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(20, 18, 16, 0.06);
  margin: 0;
}
figure.shot img { aspect-ratio: 3 / 2; width: 100%; object-fit: cover; }
figure.shot figcaption { padding: 12px 14px; font-size: 12.5px; line-height: 1.4; color: var(--stone); }

.cards-3 { display: grid; gap: 14px; margin-top: 12px; }
@media (min-width: 768px) { .cards-3 { grid-template-columns: repeat(3, 1fr); } }
.persona {
  border-radius: 18px;
  border: 1.5px solid var(--line);
  background: var(--surface);
  padding: 16px 20px;
  text-align: left;
  transition: transform 0.15s, border-color 0.15s;
}
.persona:hover { transform: translateY(-2px); border-color: var(--green); }
.persona.on { border-color: var(--green); background: var(--moss); box-shadow: 0 8px 22px rgba(20, 83, 45, 0.12); }
.persona b { display: block; font-size: 14px; letter-spacing: 0.04em; }
.persona span { display: block; margin-top: 4px; font-size: 12.5px; color: var(--muted); }
.persona em { display: block; margin-top: 8px; font-style: normal; font-size: 14px; font-weight: 800; color: var(--green); }

.split { display: grid; gap: 40px; align-items: center; }
@media (min-width: 1024px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split.reverse img { order: 2; }
}
.split img.feat {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(20, 18, 16, 0.16);
}

.feat-grid { display: grid; gap: 16px; margin-top: 24px; }
@media (min-width: 768px) { .feat-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .feat-grid { grid-template-columns: 1fr 1fr 1fr; } }
.feat {
  border-radius: 18px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  background: var(--surface);
  padding: 16px;
}
.feat h3 { font-size: 15px; font-weight: 800; }
.feat p { margin: 6px 0 0; font-size: 13.5px; line-height: 1.5; color: var(--body); }

.invoice {
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 16px;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.6;
  box-shadow: 0 8px 24px rgba(20, 18, 16, 0.08);
}
.invoice hr { border: 0; border-top: 1px solid var(--ink); margin: 6px 0; }

.pay-card {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 20px;
}
.pay-card.top { border-top: 4px solid var(--green); }

table.cmp {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: var(--surface);
  border-radius: 18px;
  overflow: hidden;
  font-size: 14px;
  box-shadow: 0 8px 24px rgba(20, 18, 16, 0.06);
}
table.cmp th, table.cmp td { padding: 12px 14px; text-align: left; }
table.cmp thead { background: var(--paper); font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; }
table.cmp .hi { background: var(--moss); }
table.cmp tbody tr { border-top: 1px solid var(--line); }

.vgrid { display: grid; gap: 12px; margin-top: 24px; }
@media (min-width: 640px) { .vgrid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .vgrid { grid-template-columns: 1fr 1fr 1fr; } }
a.vcard {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 18px;
  text-decoration: none;
  color: var(--paper);
}
a.vcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
a.vcard:hover img { transform: scale(1.05); }
a.vcard .veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,18,16,0.88) 0%, rgba(20,18,16,0.28) 42%, transparent 72%);
}
a.vcard .copy { position: absolute; inset: auto 0 0; padding: 16px; }
a.vcard b { display: block; font-size: 15px; }
a.vcard span { display: block; margin-top: 4px; font-size: 14px; color: rgba(244,241,236,0.8); }

.film {
  position: relative;
  min-height: 56vh;
  overflow: hidden;
  background: var(--ink);
}
.film img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.film-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,18,16,0.28) 0%, rgba(20,18,16,0.52) 55%, rgba(20,18,16,0.72) 100%);
}
.film .inner {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 56vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 64px 0;
  color: var(--paper);
}

.plans { display: grid; gap: 16px; margin-top: 24px; }
@media (min-width: 768px) { .plans { grid-template-columns: 1fr 1fr; } }
.plan-card {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 24px;
  box-shadow: 0 8px 24px rgba(20, 18, 16, 0.06);
}
.plan-card .price {
  font-family: Newsreader, Georgia, serif;
  font-size: 40px;
  font-weight: 600;
  margin-top: 4px;
}
.plan-card .price small { font-size: 15px; font-weight: 700; color: var(--muted); }
.plan-card ul { margin: 14px 0 0; padding: 0; list-style: none; }
.plan-card li { position: relative; padding-left: 24px; margin: 6px 0; font-size: 14px; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; font-weight: 800; color: var(--green); }

details.faq {
  margin-bottom: 8px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
}
details.faq[open] { border-top: 4px solid var(--green); }
details.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 700;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq p { padding: 0 16px 16px; margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--body); }

.contact { background: var(--ink); color: var(--paper); padding: 64px 0; }
.contact-grid { display: grid; gap: 40px; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
form.note {
  display: grid;
  gap: 12px;
  background: var(--surface);
  color: var(--ink);
  border-radius: 18px;
  padding: 20px;
}
label.fld span {
  display: block;
  margin-bottom: 4px;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
input.fld, textarea.fld, .field {
  width: 100%;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 12px;
  padding: 0 12px;
  font: 14px Inter, sans-serif;
  color: var(--ink);
}
textarea.fld { height: auto; padding: 8px 12px; }
input.fld:focus, textarea.fld:focus, .field:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(20, 83, 45, 0.12);
}
.row-2 { display: grid; gap: 12px; }
@media (min-width: 640px) { .row-2 { grid-template-columns: 1fr 1fr; } }

footer.site {
  background: var(--ink);
  color: var(--fog);
  font-size: 13px;
  padding: 32px 0 96px;
}
footer.site .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
footer.site a { color: var(--fog); text-decoration: none; }
footer.site a:hover { color: var(--paper); }

.sticky {
  position: fixed;
  inset: auto 0 0;
  z-index: 40;
  border-top: 1px solid var(--line);
  background: rgba(255, 252, 248, 0.95);
  box-shadow: 0 -6px 24px rgba(20, 18, 16, 0.12);
  backdrop-filter: blur(12px);
  transform: translateY(110%);
  transition: transform 0.3s;
}
.sticky.show { transform: none; }
.sticky .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 10px 0; }
.sticky .actions { margin-left: auto; display: flex; gap: 8px; }

/* Widgets */
.age input {
  width: 100%;
  max-width: 420px;
  border: 2px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  background: var(--surface);
}
.age-msg {
  margin: 10px auto 0;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px;
  font-size: 18px;
  font-weight: 800;
  color: var(--muted);
}
.age-msg.ok { border: 1.5px solid var(--mint); background: var(--moss); color: var(--leaf); }
.age-msg.no { border: 1.5px solid var(--danger-line); background: var(--danger-soft); color: var(--danger); }
.age-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 10px; }

.scan {
  display: grid;
  gap: 24px;
  align-items: center;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 24px;
  box-shadow: 0 8px 24px rgba(20, 18, 16, 0.06);
  margin-top: 32px;
}
@media (min-width: 768px) { .scan { grid-template-columns: 1fr 280px; } }
.scan label { display: flex; justify-content: space-between; font-size: 14px; font-weight: 700; margin-top: 16px; }
.scan label:first-child { margin-top: 0; }
.scan input[type="range"] { width: 100%; margin-top: 8px; accent-color: var(--green); }
.scan-out {
  border-radius: 18px;
  background: var(--green);
  color: var(--paper);
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(20, 83, 45, 0.3);
}
.scan-out .num {
  font-family: Newsreader, Georgia, serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
}

.display-screen {
  position: relative;
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px;
  padding: 32px 24px;
  text-align: center;
  color: var(--paper);
  box-shadow: 0 14px 40px rgba(20, 18, 16, 0.2);
}
.swatches { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.swatches button {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 3px solid var(--paper);
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.swatches button.on { outline: 3px solid var(--green); }

.steps { display: grid; gap: 20px; margin-top: 20px; }
@media (min-width: 768px) { .steps { grid-template-columns: 230px 1fr; } }
.step-btn {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  border-radius: 12px;
  border: 1.5px solid var(--line);
  background: var(--surface);
  padding: 12px 14px;
  text-align: left;
}
.step-btn.on { border-color: var(--green); background: var(--moss); }
.step-btn small { display: block; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.16em; color: var(--amber); }
.step-pane {
  min-height: 220px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 24px;
}

.todo-box { margin-top: 10px; border-radius: 10px; border: 1px solid var(--line); background: var(--paper); padding: 10px; font-size: 12.5px; }

/* Inner pages */
main.page { width: min(1040px, calc(100% - 40px)); margin: 0 auto; padding: 96px 0 64px; }
main.narrow { width: min(780px, calc(100% - 40px)); }
.cta-band { background: var(--ink); color: var(--paper); }
.cta-band .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; padding: 32px 0; }
.cta-band .actions { margin-left: auto; display: flex; gap: 8px; }

.signup-card {
  border-radius: 18px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  background: var(--surface);
  padding: 24px;
  box-shadow: 0 10px 30px rgba(20, 18, 16, 0.08);
  max-width: 720px;
}
.plan-pick {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 2px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  background: var(--surface);
  text-align: left;
  margin-top: 8px;
}
.plan-pick.on { border-color: var(--green); background: var(--moss); }
.check { width: 16px; height: 16px; margin-top: 4px; border: 1px solid var(--green); border-radius: 2px; background: var(--surface); flex-shrink: 0; }
.plan-pick.on .check { background: var(--green); }
.err { margin-top: 12px; border-radius: 10px; border: 1px solid var(--danger-line); background: var(--danger-soft); padding: 8px 12px; font-size: 14px; color: var(--danger); }

.how-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 20px; }
.how-tabs button {
  border-radius: 999px;
  border: 1px solid var(--green);
  background: var(--surface);
  color: var(--green);
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
}
.how-tabs button.on { background: var(--green); color: var(--paper); }
.how-card {
  border-radius: 18px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  background: var(--surface);
  padding: 28px;
}
.how-card ol { margin: 16px 0 0; padding-left: 20px; }
.how-card li { margin: 8px 0; font-size: 14.5px; line-height: 1.55; color: var(--body); }
.tip { margin-top: 16px; border-radius: 12px; border: 1px solid var(--mint); background: var(--moss); padding: 10px 14px; font-size: 13px; color: var(--leaf); }

.legal h2 { margin: 32px 0 8px; font-size: 19px; }
.legal p { font-size: 15px; line-height: 1.65; color: var(--body); }
.callout {
  border-radius: 14px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  background: var(--surface);
  padding: 14px 16px;
  font-size: 14px;
}

.center-card {
  max-width: 540px;
  margin: 0 auto;
  border-radius: 18px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  background: var(--surface);
  padding: 32px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(20, 18, 16, 0.1);
}
.stamp {
  display: inline-block;
  margin-bottom: 16px;
  transform: rotate(-3deg);
  border: 3px solid var(--green);
  padding: 4px 14px;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--green);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
