@font-face {
  font-family: "Outfit";
  src: url("outfit.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --brand: #0f5691;
  --brand-dark: #0b4374;
  --ink: #16202b;
  --muted: #51606e;
  --line: #d6dde5;
  --pale: #e7f0f8;
  --paper: #f1f4f7;
  --amber: #b07400;
  --amber-pale: #fdf3e0;
  --shadow: 0 1px 2px rgba(22, 32, 43, 0.05), 0 12px 32px rgba(15, 86, 145, 0.08);
  font-family: "Outfit", "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
}
h1 {
  font-size: clamp(2.4rem, 6.2vw, 4rem);
}
h2 {
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  max-width: 20ch;
}
h3 {
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
svg {
  display: block;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 16px;
  top: 16px;
  z-index: 60;
  background: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  box-shadow: var(--shadow);
}
:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
  border-radius: 4px;
}
.wrap {
  width: min(1180px, 100% - 40px);
  margin-inline: auto;
}

/* ---------------------------------------------------------------- header */
header.site {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
header.site .wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 72px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  flex: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: var(--brand);
  color: #fff;
  flex: none;
}
.brand-mark svg {
  width: 20px;
  height: 20px;
}
.wordmark {
  white-space: nowrap;
}
.brand .accent {
  color: var(--brand);
}
nav.site {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
}
nav.site a:hover {
  color: var(--brand);
}
/* The full width header needs no menu button, and the panel only CTA would
   duplicate the one already beside it. */
/* .cta is declared later with equal specificity, so a bare .menu-cta rule
   lost and both header buttons appeared side by side on a wide screen. */
nav.site .menu-cta,
header.site .menu-toggle {
  display: none;
}
.menu-toggle {
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  min-height: 42px;
  padding: 0 14px;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--ink);
  flex: none;
}
.bars {
  display: grid;
  gap: 4px;
  width: 18px;
}
.bars span {
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.menu-toggle[aria-expanded="true"] .bars span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] .bars span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] .bars span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  border: 1.5px solid transparent;
  transition: transform 0.12s ease, background 0.15s ease;
}
.cta:active {
  transform: translateY(1px);
}
.cta.primary {
  background: var(--brand);
  color: #fff;
}
.cta.primary:hover {
  background: var(--brand-dark);
}
.cta.ghost {
  border-color: var(--line);
  color: var(--brand);
  background: #fff;
}
.cta.ghost:hover {
  border-color: var(--brand);
}
header.site .cta {
  flex: none;
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.9375rem;
}

/* ------------------------------------------------------------------ hero */
.hero {
  padding: clamp(40px, 7vw, 88px) 0 clamp(48px, 8vw, 96px);
  background:
    radial-gradient(1100px 420px at 88% -12%, var(--pale), transparent 62%),
    #fff;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 14px;
}
.lede {
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  color: var(--muted);
  margin-top: 18px;
  max-width: 34ch;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.cta-row.centred {
  justify-content: center;
  margin-top: 36px;
}
.ticks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 24px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--muted);
}
.ticks li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ticks li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--pale);
  border: 1.5px solid var(--brand);
  flex: none;
}

/* ------------------------------------------------------- the live replay */
.hero-demo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.phone {
  margin: 0;
  width: min(330px, 100%);
  border-radius: 34px;
  padding: 10px;
  background: linear-gradient(170deg, #223449, #16202b);
  box-shadow: var(--shadow);
}
.phone-screen {
  background: #fff;
  border-radius: 26px;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 460px;
  position: relative;
  overflow: hidden;
}
.rp-top {
  background: var(--pale);
  border-radius: 14px;
  padding: 14px 16px;
}
.rp-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.625rem;
  font-weight: 700;
  color: var(--muted);
}
.rp-total {
  display: block;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.rp-count {
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 600;
}
.rp-lines {
  flex: 1;
  min-height: 104px;
  max-height: 104px;
  overflow-y: auto;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  gap: 2px;
  scrollbar-width: thin;
}
.rp-lines li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 7px 4px;
  border-bottom: 1px solid #eef1f5;
  animation: lineIn 0.26s ease both;
}
.rp-lines li span {
  color: var(--muted);
  font-size: 0.8125rem;
  font-weight: 600;
}
.rp-lines li strong {
  font-variant-numeric: tabular-nums;
}
@keyframes lineIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
}
.rp-pads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.rp-pad {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--ink);
  transition: background 0.14s ease, border-color 0.14s ease, transform 0.14s ease;
}
.rp-pad em {
  font-style: normal;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--muted);
}
.rp-pad.tapped {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  transform: translateY(1px);
}
.rp-pad.tapped em {
  color: rgba(255, 255, 255, 0.85);
}
.rp-pay {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--brand);
  color: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 1.05rem;
  transition: transform 0.14s ease, background 0.14s ease;
}
.rp-pay svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rp-pay strong {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
}
.rp-pay.pressed {
  transform: scale(0.97);
  background: var(--brand-dark);
}
.rp-saved {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: var(--ink);
  color: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 0.9375rem;
  text-align: center;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  pointer-events: none;
}
.rp-saved.show {
  opacity: 1;
  transform: translateY(0);
}
.replay-toggle {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  border-radius: 999px;
  padding: 7px 18px;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  min-height: 38px;
}
.replay-toggle:hover {
  color: var(--brand);
  border-color: var(--brand);
}

/* ------------------------------------------------------------ three steps */
.band {
  background: var(--paper);
  padding: clamp(48px, 7vw, 84px) 0;
  border-block: 1px solid var(--line);
}
.band h2 {
  max-width: 22ch;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
}
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 24px;
}
.step-no {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--pale);
  color: var(--brand);
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 16px;
}
.step p {
  color: var(--muted);
  margin-top: 8px;
  font-size: 0.9375rem;
}

/* ------------------------------------------------------------------ modes */
.modes {
  padding: clamp(52px, 8vw, 96px) 0;
}
.mode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}
.mode {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.16s ease, transform 0.16s ease;
}
.mode:hover {
  border-color: var(--brand);
  transform: translateY(-3px);
}
.mode h3 {
  margin-top: 6px;
  min-height: 1.5em;
}
.mode p {
  font-size: 0.9375rem;
  color: var(--muted);
}
.mode-for {
  font-size: 0.8125rem !important;
  color: var(--brand) !important;
  font-weight: 700;
}
.mode-price {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 0.875rem !important;
}
.mode-price strong {
  font-size: 1.35rem;
  color: var(--ink);
  letter-spacing: -0.03em;
}
.mode-art {
  background: var(--paper);
  border-radius: 14px;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  /* fixed, not minimum: a taller illustration was pushing one card's title
     below its neighbours and the row stopped reading as a row */
  height: 132px;
  align-content: center;
}
.mode h3 {
  min-height: 1.6em;
}
.mode > p:not(.mode-for):not(.mode-price) {
  min-height: 3.6em;
}
.mode-for {
  min-height: 2.4em;
}
.m-pad,
.m-key,
.m-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 6px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  color: var(--muted);
}
.m-pad.on,
.m-key.on,
.m-table.busy {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.mode-art-keys {
  grid-template-columns: repeat(3, 1fr);
}
.mode-art-keys .m-key {
  padding: 6px;
}
.mode-art .m-key.wide {
  grid-column: 1 / -1;
}
.mode-art-tables {
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.m-table {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 0;
}
.m-ticket {
  grid-column: 1 / -1;
  background: var(--amber-pale);
  border: 1px solid #f0dcae;
  border-radius: 8px;
  padding: 7px 9px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #7a5100;
  display: flex;
  flex-direction: column;
}
.m-ticket em {
  font-style: normal;
  font-weight: 600;
}
.mode-art-scan {
  grid-template-columns: 1fr;
  position: relative;
  overflow: hidden;
  color: var(--ink);
  justify-items: center;
}
.m-bars {
  width: min(100%, 150px);
  height: 56px;
}
.m-scanline {
  position: absolute;
  left: 18%;
  right: 18%;
  height: 2px;
  background: var(--brand);
  box-shadow: 0 0 10px rgba(15, 86, 145, 0.6);
  animation: scan 2.6s ease-in-out infinite;
}
@keyframes scan {
  0%,
  100% {
    top: 22%;
  }
  50% {
    top: 74%;
  }
}

/* ------------------------------------------------------------------ proof */
.proof {
  background: var(--paper);
  border-block: 1px solid var(--line);
  padding: clamp(52px, 8vw, 96px) 0;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}
.proof-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.proof-card.wide {
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 24px 40px;
  align-items: center;
}
.proof-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.proof-card.wide .chart {
  width: 100%;
  height: auto;
}
.proof-card p {
  color: var(--muted);
  font-size: 0.9375rem;
}
.bars rect {
  fill: var(--pale);
}
.bars rect.peak {
  fill: var(--brand);
}
.chart-note {
  font-weight: 700;
  color: var(--brand) !important;
  font-size: 0.875rem !important;
}
.proof-stat {
  margin-top: auto;
  font-weight: 700;
  color: var(--ink) !important;
  font-size: 0.9375rem !important;
}
.qr-art {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  width: 92px;
}
.qr-art span {
  aspect-ratio: 1;
  background: var(--pale);
  border-radius: 2px;
}
.qr-art span:nth-child(3n + 1),
.qr-art span:nth-child(7n) {
  background: var(--brand);
}

/* ---------------------------------------------------------------- pricing */
.pricing {
  padding: clamp(52px, 8vw, 96px) 0;
}
.section-sub {
  color: var(--muted);
  margin-top: 14px;
  max-width: 56ch;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
  align-items: start;
}
.price-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px 22px;
  position: relative;
}
.price-card.featured {
  border-color: var(--brand);
  border-width: 2px;
  box-shadow: var(--shadow);
}
.flag {
  position: absolute;
  top: -12px;
  left: 22px;
  background: var(--brand);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
}
.amount {
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  margin-top: 12px;
  line-height: 1;
}
.amount span {
  font-size: 1.4rem;
  vertical-align: 12%;
  margin-right: 2px;
}
.per {
  color: var(--muted);
  font-size: 0.875rem;
  margin-bottom: 18px;
}
.price-card ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 0.9375rem;
  color: var(--muted);
}
.price-card li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}
.price-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  margin-top: 8px;
  flex: none;
}

/* ----------------------------------------------------------------- footer */
footer.site {
  background: var(--ink);
  color: #fff;
  padding: 52px 0 40px;
}
footer.site .brand-mark {
  background: #fff;
  color: var(--ink);
}
footer.site .brand-mark svg {
  stroke: var(--ink) !important;
}
footer.site .brand .accent {
  color: #8fc2ee;
}
.foot-top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.foot-top nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-weight: 600;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.78);
}
.foot-top nav a:hover {
  color: #fff;
}
.foot-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 60px;
  justify-content: space-between;
  padding-top: 26px;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.66);
}
.foot-bottom a {
  color: #fff;
}

/* ------------------------------------------------------------ responsive */
@media (max-width: 1000px) {
  .mode-grid,
  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .proof-card.wide {
    grid-column: span 2;
  }
}
@media (max-width: 860px) {
  /* A header with no way into the page is broken, so the links move into a
     panel behind a button people already recognise. */
  header.site .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }
  nav.site .menu-cta {
    display: inline-flex;
    width: 100%;
    margin-top: 6px;
  }
  .header-cta {
    display: none;
  }
  nav.site {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 12px 20px 18px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    font-size: 1.0625rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  }
  nav.site a {
    padding: 13px 4px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
  }
  nav.site a:last-of-type {
    border-bottom: 0;
  }
  nav.site.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  header.site .wrap {
    position: relative;
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    text-align: left;
  }
  .lede {
    max-width: none;
  }
  .steps {
    grid-template-columns: minmax(0, 1fr);
  }
  .proof-card.wide {
    grid-template-columns: minmax(0, 1fr);
  }
  .proof-card.wide .chart {
    grid-column: 1;
    grid-row: auto;
  }
}
@media (max-width: 620px) {
  .wrap {
    width: min(1180px, 100% - 32px);
  }
  /* The headline is read first on a phone. The demo follows it, a little
     shorter so the next section is visible under the thumb. */
  .phone-screen {
    min-height: 0;
  }
  .rp-lines {
    min-height: 72px;
  }
  body {
    font-size: 16px;
  }
  .mode-grid,
  .price-grid,
  .proof-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .proof-card.wide {
    grid-column: span 1;
  }
  .cta {
    width: 100%;
  }
  header.site .cta.header-cta {
    width: auto;
  }
  .foot-bottom {
    gap: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* ------------------------------------------------------- monthly or yearly */
.term-toggle {
  display: inline-flex;
  gap: 4px;
  margin-top: 22px;
  padding: 4px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
}
.term {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: none;
  border-radius: 999px;
  padding: 0 20px;
  min-height: 44px;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
}
.term.on {
  background: var(--brand);
  color: #fff;
}
.term span {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--amber-pale);
  color: #7a5100;
}
.term.on span {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}
@media (max-width: 620px) {
  .term-toggle {
    width: 100%;
  }
  .term {
    flex: 1;
    justify-content: center;
    padding: 0 10px;
  }
}

/* ------------------------------------------------------------ legal pages */
/* Terms and Privacy share this stylesheet with the landing page. These
   rules were lost when the landing page was rebuilt, which left both
   documents rendering as raw HTML. */
.legal main {
  max-width: 740px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 72px) 24px 96px;
}
.legal h1 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  margin-bottom: 10px;
}
.legal .updated {
  color: var(--muted);
  font-size: 0.9375rem;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
}
.legal h2 {
  font-size: 1.25rem;
  margin: 40px 0 12px;
  max-width: none;
}
.legal p {
  color: #384250;
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 14px;
}
.legal p:last-child {
  margin-bottom: 0;
}
.legal main a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal strong {
  color: var(--ink);
}
.identity {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 28px;
  margin: 8px 0 36px;
}
.identity h2 {
  margin: 0 0 18px;
  font-size: 1.0625rem;
}
.identity dl {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 12px 28px;
  margin: 0;
}
.identity dt {
  color: var(--muted);
  font-size: 0.875rem;
  font-weight: 700;
}
.identity dd {
  margin: 0;
  font-size: 0.9375rem;
  overflow-wrap: anywhere;
}
@media (max-width: 560px) {
  .identity {
    padding: 22px 18px;
  }
  .identity dl {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }
  .identity dt {
    margin-top: 12px;
  }
  .identity dt:first-of-type {
    margin-top: 0;
  }
}

/* ----------------------------------------------------- which mode wizard */
.wizard {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 32px;
  align-items: start;
  margin-top: 40px;
  padding: 30px 32px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
}
.wiz-head h3 {
  font-size: 1.35rem;
}
.wiz-head p {
  color: var(--muted);
  margin-top: 8px;
}
.wiz-q {
  font-weight: 700;
  font-size: 1.0625rem;
  margin-bottom: 14px;
}
.wiz-options {
  display: grid;
  gap: 10px;
}
.wiz-option {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  min-height: 56px;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  color: var(--ink);
  cursor: pointer;
  transition: border-color 0.14s ease, transform 0.14s ease;
}
.wiz-option:hover {
  border-color: var(--brand);
  transform: translateX(2px);
}
.wiz-back {
  margin-top: 14px;
  border: 0;
  background: none;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  min-height: 44px;
  padding: 0;
}
.wiz-answer {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 26px;
}
.wiz-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--muted);
}
.wiz-name {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-top: 4px;
}
.wiz-why {
  color: var(--muted);
  margin-top: 10px;
}
.wiz-price {
  font-weight: 700;
  margin-top: 12px;
}
.wiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.wiz-actions .cta {
  min-height: 48px;
}
.wiz-note {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 14px;
}
@media (max-width: 860px) {
  .wizard {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 24px 20px;
  }
}
@media (max-width: 620px) {
  .wiz-actions .cta {
    width: 100%;
  }
}
