:root {
  color-scheme: dark;
  --ink: #f8f5fc;
  --muted: #bdb6c8;
  --faint: #827a8e;
  --line: #3d344c;
  --panel: #15101d;
  --panel-deep: #0d0913;
  --purple: #8967ff;
  --purple-soft: #d9ceff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 17% 1%, #4b238d63, transparent 29rem),
    radial-gradient(circle at 91% 31%, #3121684f, transparent 26rem),
    #09070d;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(#ffffff08 1px, transparent 1px), linear-gradient(90deg, #ffffff08 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(to bottom, #0009, transparent 65%);
}

main, footer { width: min(1120px, calc(100% - 44px)); margin: 0 auto; }

.site-header {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #ffffff16;
}

.wordmark {
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: 1;
  text-decoration: none;
}

.wordmark span { color: var(--purple); }

.site-header > p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero { max-width: 850px; padding: clamp(86px, 14vw, 166px) 0 clamp(68px, 10vw, 120px); }

.eyebrow {
  margin: 0 0 15px;
  color: var(--purple-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.3;
}

h1, h2, h3, p { overflow-wrap: anywhere; }

h1, h2, h3 { margin: 0; }

h1 {
  max-width: 850px;
  font-size: clamp(52px, 8.8vw, 108px);
  font-weight: 900;
  letter-spacing: -.092em;
  line-height: .84;
  text-transform: uppercase;
}

h1 span { color: var(--purple); }

.intro {
  max-width: 655px;
  margin: 33px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.58;
}

.hero-note {
  width: min(100%, 640px);
  margin-top: 38px;
  padding: 17px 19px;
  display: grid;
  grid-template-columns: minmax(156px, .7fr) minmax(0, 1.5fr);
  gap: 18px;
  border: 1px solid #6b55a2;
  border-radius: 14px;
  background: linear-gradient(120deg, #28194c, #130e1c);
}

.hero-note strong {
  color: #fff;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-note span { color: #d8d0e7; font-size: 13px; line-height: 1.5; }

.section { padding: clamp(67px, 10vw, 116px) 0; border-top: 1px solid #ffffff16; }

.section-heading { max-width: 650px; }

h2 {
  font-size: clamp(32px, 5vw, 57px);
  font-weight: 900;
  letter-spacing: -.072em;
  line-height: .91;
  text-transform: uppercase;
}

.offer-grid {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.offer-grid article {
  min-height: 271px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, #18121f, var(--panel-deep));
}

.offer-grid span, .process-list > li > span {
  color: var(--purple);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

h3 {
  margin-top: auto;
  font-size: 21px;
  font-weight: 850;
  letter-spacing: -.053em;
}

.offer-grid p, .process-list p, .guidance > p:last-child, .support > p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.process-section { padding-bottom: clamp(67px, 11vw, 130px); }

.process-list {
  margin: 45px 0 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.process-list > li {
  min-height: 124px;
  padding: 23px 0;
  display: grid;
  grid-template-columns: 87px minmax(0, 1fr);
  gap: 22px;
  border-top: 1px solid var(--line);
}

.process-list > li:last-child { border-bottom: 1px solid var(--line); }

.process-list h3 { margin: 0; font-size: clamp(22px, 3vw, 31px); }

.guidance {
  padding: clamp(42px, 7vw, 79px);
  border: 1px solid #7059a4;
  border-radius: 23px;
  background:
    radial-gradient(circle at 91% 2%, #7d4cff52, transparent 29%),
    linear-gradient(135deg, #211537, #100b17 72%);
}

.guidance h2 { max-width: 650px; }

.guidance > p:last-child { max-width: 730px; font-size: 16px; }

.support {
  padding: clamp(79px, 12vw, 146px) 0;
  text-align: center;
}

.support .eyebrow { color: var(--purple-soft); }

.support h2 { font-size: clamp(42px, 7vw, 80px); }

.support > p { margin-right: auto; margin-left: auto; }

.support a {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: clamp(18px, 3vw, 27px);
  font-weight: 800;
  letter-spacing: -.04em;
  text-decoration-color: var(--purple);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.support a:hover { color: var(--purple-soft); }

.support a span { color: var(--purple); }

footer {
  min-height: 117px;
  padding: 27px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border-top: 1px solid #ffffff16;
}

footer p { margin: 0; color: var(--faint); font-size: 11px; line-height: 1.45; }

footer p:last-child { text-align: right; }

@media (max-width: 720px) {
  main, footer { width: min(100% - 28px, 1120px); }
  .site-header { min-height: 76px; }
  .hero { padding-top: 78px; }
  .offer-grid { grid-template-columns: 1fr; gap: 10px; }
  .offer-grid article { min-height: 196px; }
  .hero-note { grid-template-columns: 1fr; gap: 7px; }
  .process-list > li { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; }
  footer { grid-template-columns: 1fr; gap: 10px; }
  footer p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Terms page: a readable legal document that still belongs to the Voro visual system. */
.terms-page .terms-hero { max-width: 920px; padding-bottom: clamp(54px, 8vw, 86px); }
.terms-page .terms-hero h1 { max-width: 760px; }

.terms-page .terms-summary {
  width: min(100%, 780px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.terms-page .terms-summary > div { display: grid; gap: 6px; }

.terms-updated {
  margin: 17px 0 0;
  color: var(--faint);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}

.terms-shell {
  padding: 42px 0 clamp(76px, 11vw, 126px);
  display: grid;
  grid-template-columns: 190px minmax(0, 770px);
  justify-content: space-between;
  align-items: start;
  gap: clamp(30px, 7vw, 86px);
  border-top: 1px solid #ffffff16;
}

.terms-nav {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 4px;
  padding: 4px 0;
}

.terms-nav > p {
  margin: 0 0 9px;
  color: var(--purple-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.terms-nav a {
  padding: 8px 10px;
  color: var(--muted);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.terms-nav a:hover { color: #fff; background: #ffffff0b; }

.terms-nav a:focus-visible,
.terms-document a:focus-visible {
  outline: 2px solid var(--purple-soft);
  outline-offset: 3px;
}

.terms-document {
  min-width: 0;
  display: grid;
  gap: 14px;
}

.terms-card {
  padding: clamp(25px, 4vw, 37px);
  border: 1px solid #493e5c;
  border-radius: 18px;
  background: linear-gradient(145deg, #17111f, #100c16);
  box-shadow: 0 16px 42px #00000024;
  scroll-margin-top: 24px;
}

.terms-card h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -.058em;
  line-height: 1.02;
  text-transform: none;
}

.terms-kicker {
  margin: 0 0 12px;
  color: #bcaaff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.terms-card p,
.terms-card li {
  max-width: 680px;
  color: #c8c0d1;
  font-size: 15px;
  line-height: 1.68;
}

.terms-card h2 + p { margin-top: 18px; }
.terms-card p { margin: 13px 0 0; }
.terms-card ul { max-width: 690px; margin: 17px 0 0; padding-left: 20px; }
.terms-card li + li { margin-top: 7px; }
.terms-card a { color: #e0d8ff; font-weight: 800; text-decoration-color: var(--purple); text-underline-offset: 3px; }
.terms-card a:hover { color: #fff; }

.legal-callout {
  max-width: 680px;
  margin-top: 20px;
  padding: 16px 18px;
  display: grid;
  gap: 5px;
  border: 1px solid #65518c;
  border-radius: 12px;
  background: #2718438a;
}

.legal-callout strong { color: #fff; font-size: 13px; }
.legal-callout span { color: #d8d0e7; font-size: 13px; line-height: 1.55; }

.terms-card-support {
  background:
    radial-gradient(circle at 88% 13%, #8659ff45, transparent 38%),
    linear-gradient(145deg, #211536, #110c18);
}

.terms-support-link {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: clamp(18px, 2.5vw, 24px) !important;
  letter-spacing: -.04em;
}

.terms-support-link span { color: var(--purple); }

@media (max-width: 720px) {
  .terms-page .terms-summary { grid-template-columns: 1fr; gap: 12px; }
  .terms-shell { padding-top: 28px; grid-template-columns: 1fr; gap: 23px; }
  .terms-nav {
    position: static;
    width: calc(100% + 28px);
    margin: 0 -14px;
    padding: 0 14px 6px;
    display: flex;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .terms-nav > p { display: none; }
  .terms-nav a { flex: 0 0 auto; padding: 9px 11px; border: 1px solid #4a3d60; background: #140e1d; font-size: 12px; }
  .terms-card { border-radius: 15px; }
  .terms-card p, .terms-card li { font-size: 14px; line-height: 1.63; }
}
