

:root {
  --paper: #ffffff;
  --grey: #f5f5f4;
  --grey-2: #ececec;
  --ink: #1f1f21;
  --muted: #6e6e73;
  --faint: #9c9fa2;
  --line: rgba(31, 31, 33, 0.1);

  --purple: #9543ef;
  --purple-d: #7e2fd8;
  --purple-soft: #f3ebfe;
  --up: #16a34a;
  --down: #f45c4f;

  --font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --t-cap: 0.75rem;
  --t-sm: 0.875rem;
  --t-body: 1rem;
  --t-lead: 1.125rem;
  --t-h3: 1.375rem;
  --t-h2: 2.5rem;
  --t-h1: 3.5rem;

  --r: 20px;
  --r-sm: 14px;
  --r-btn: 12px;

  --wrap: 1160px;
  --gutter: 24px;
  --gap: 104px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media (max-width: 1000px) {
  :root { --t-h1: 2.25rem; --t-h2: 1.75rem; --gap: 68px; --gutter: 18px; }
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: var(--t-body); line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; text-wrap: balance; }
h1 { font-size: var(--t-h1); }
h2 { font-size: var(--t-h2); }
h3 { font-size: var(--t-h3); letter-spacing: -0.015em; line-height: 1.25; }

:focus-visible { outline: 2px solid var(--purple); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -9999px; top: 12px; z-index: 100; background: var(--purple); color: #fff; padding: 12px 20px; border-radius: var(--r-btn); }
.skip-link:focus { left: 16px; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--gap); }
.section--tight { padding-block: calc(var(--gap) * 0.5); }
.section--surface, .section--grey { background: var(--grey); }
.section--paper { background: var(--paper); }
.section--abyss { background: var(--ink); color: var(--paper); }
.section--abyss h1, .section--abyss h2, .section--abyss h3 { color: var(--paper); }
.on-light { background: var(--grey); color: var(--ink); }

.eyebrow { font-size: var(--t-sm); font-weight: 600; color: var(--purple); margin-bottom: 14px; }
.lede { font-size: var(--t-lead); line-height: 1.6; color: var(--muted); max-width: 54ch; }
.section--abyss .lede { color: rgba(255,255,255,0.72); }
.section-head { margin-bottom: 48px; }
.section-head h2 { max-width: 20ch; }
.section-head--center { text-align: center; }
.section-head--center h2, .section-head--center .lede { margin-inline: auto; }
.lead2col { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 48px; align-items: end; margin-bottom: 44px; }
@media (max-width: 900px) { .lead2col { grid-template-columns: 1fr; gap: 16px; margin-bottom: 32px; } }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border: 1px solid transparent; border-radius: var(--r-btn); font-size: var(--t-sm); font-weight: 600; cursor: pointer; white-space: nowrap; transition: background-color 150ms var(--ease), color 150ms var(--ease), border-color 150ms var(--ease); }
.btn--primary { background: var(--purple); color: #fff; }
.btn--primary:hover { background: var(--purple-d); }
.btn--secondary { background: var(--purple-soft); color: var(--purple); }
.btn--secondary:hover { background: #e9ddfd; }
.btn--ghost { background: transparent; color: var(--purple); border-color: var(--purple); }
.btn--ghost:hover { background: var(--purple-soft); }
.btn--sm { padding: 9px 18px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.section--abyss .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.4); }

.announcement { background: var(--purple-soft); color: var(--ink); font-size: var(--t-sm); text-align: center; padding: 10px var(--gutter); }
.announcement a { color: var(--purple); text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,0.94); backdrop-filter: blur(12px); }
.site-header.is-stuck { border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: 26px; height: 66px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 1.375rem; font-weight: 800; letter-spacing: -0.04em; color: var(--purple); }
.brand__mark { width: 24px; height: 24px; border-radius: 7px; background: var(--purple); flex: none; position: relative; }
.brand__mark::after { content: ""; position: absolute; inset: 0; background: #fff; clip-path: polygon(26% 30%,42% 30%,50% 58%,58% 30%,74% 30%,56% 72%,44% 72%); }
.brand__logo { height: 24px; width: auto; }
.nav__links { display: flex; align-items: center; gap: 24px; margin-inline: auto; font-size: var(--t-sm); font-weight: 600; }
.nav__links a { color: var(--ink); opacity: 0.78; }
.nav__links a:hover, .nav__links a[aria-current] { opacity: 1; color: var(--purple); }
.nav__actions { display: flex; align-items: center; gap: 12px; }
.nav__login { font-size: var(--t-sm); font-weight: 600; }
.nav__actions .btn--secondary { background: var(--purple); color: #fff; }
.nav__actions .btn--secondary:hover { background: var(--purple-d); }
.nav__toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav__toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; }
@media (max-width: 980px) {
  .nav__links { display: none; } .nav__toggle { display: block; order: 3; } .nav__login { display: none; }
  .nav__links.is-open { display: flex; position: absolute; top: 66px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 2px; padding: 18px var(--gutter) 24px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav__links.is-open a { padding: 11px 0; font-size: var(--t-lead); opacity: 1; }
}

.hero { position: relative; overflow: hidden; background: var(--grey); }
.hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.9; }
.hero__bg--fallback { background: radial-gradient(120% 90% at 70% 20%, #efe4fe 0%, var(--grey) 60%); }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,245,244,0.96) 0%, rgba(245,245,244,0.7) 52%, rgba(245,245,244,0.2) 100%); }
.hero .wrap { position: relative; z-index: 2; }
.hero__inner { padding-block: 118px 96px; max-width: 620px; }
.hero h1 { margin-bottom: 18px; }
.hero__sub { font-size: var(--t-lead); line-height: 1.6; color: var(--muted); max-width: 46ch; }
.hero__sub:empty { display: none; }
.hero__cta { margin-top: 30px; }
.hero__controls { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.email-cta { display: flex; align-items: stretch; border: 1px solid var(--line); border-radius: var(--r-btn); background: var(--paper); padding: 5px 5px 5px 6px; }
.email-cta input { width: 220px; background: transparent; border: 0; color: var(--ink); font: inherit; font-size: var(--t-sm); padding: 0 14px; }
.email-cta input::placeholder { color: var(--faint); }
.email-cta input:focus { outline: none; }
.hero__error { margin-top: 12px; font-size: var(--t-sm); color: var(--down); min-height: 1.2em; }
.hero__legal { position: relative; z-index: 2; padding-bottom: 24px; }
.hero__legal p { font-size: var(--t-cap); color: var(--faint); max-width: 92ch; line-height: 1.55; }
@media (max-width: 900px) { .hero__inner { padding-block: 76px 60px; } .email-cta { width: 100%; } .email-cta input { flex: 1; width: auto; } }

.ticker__grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 40px; align-items: start; }
@media (max-width: 960px) { .ticker__grid { grid-template-columns: 1fr; } }
.ticker__head { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; }
.ticker__logo { width: 56px; height: 56px; border-radius: 50%; background: var(--ink); flex: none; position: relative; }
.ticker__logo::after { content: ""; position: absolute; inset: 26%; border-radius: 4px; background: #76b900; }
.ticker__price { display: flex; align-items: baseline; gap: 12px; margin-top: 6px; font-size: var(--t-lead); }
.ticker__sym { color: var(--faint); font-weight: 600; }
.ticker__price strong { font-size: 1.375rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.ticker__delta { color: var(--up); font-weight: 600; font-variant-numeric: tabular-nums; }
.ticker__chart {
  height: 210px; border-radius: var(--r-sm); margin-bottom: 14px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 210' preserveAspectRatio='none'%3E%3Cpolyline points='0,150 40,120 70,168 100,132 130,175 170,140 210,182 250,150 290,190 330,160 370,150 410,110 450,86 490,120 530,74 570,102 610,60 650,88 690,50 730,72 770,40 800,54' fill='none' stroke='%239543ef' stroke-width='2.5' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
}
.tfrow { display: flex; gap: 4px; background: var(--grey); border-radius: var(--r-sm); padding: 4px; margin-bottom: 32px; }
.tf { flex: 1; padding: 9px 0; background: none; border: 0; border-radius: 10px; font-size: var(--t-sm); font-weight: 600; color: var(--muted); cursor: pointer; }
.tf.is-on { background: var(--paper); color: var(--ink); }

.ratings { background: var(--grey); border-radius: var(--r); padding: 26px; margin-bottom: 34px; }
.ratings h3 { margin-bottom: 26px; }
.rt { display: flex; align-items: flex-end; gap: 22px; height: 130px; }
.rt li { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 6px; flex: 1; }
.rt__bar { width: 12px; border-radius: 6px; background: var(--purple); }
.rt li:nth-child(1) .rt__bar { background: #f0b429; }
.rt li:nth-child(2) .rt__bar, .rt li:nth-child(3) .rt__bar { background: #62c370; }
.rt li:nth-child(4) .rt__bar, .rt li:nth-child(5) .rt__bar { background: var(--down); }
.rt__pct { font-size: var(--t-sm); font-weight: 700; }
.rt__lab { font-size: 0.625rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); text-align: center; }
.rt__range { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-size: var(--t-sm); color: var(--muted); }
.rt__cur { background: var(--ink); color: var(--paper); padding: 4px 12px; border-radius: 999px; font-size: var(--t-cap); font-weight: 600; }
.ticker__about h2 { font-size: 1.5rem; margin-bottom: 12px; }
.ticker__about p { color: var(--muted); max-width: 62ch; }

.ticker__side { display: grid; gap: 28px; position: sticky; top: 86px; }
@media (max-width: 960px) { .ticker__side { position: static; } }
.promo { background: var(--grey); border-radius: var(--r); padding: 22px; display: grid; gap: 14px; }
.promo h3 { font-size: 1.25rem; }
.promo p { font-size: var(--t-sm); color: var(--muted); }
.promo .figure { border-radius: var(--r-sm); }
.pop__title { font-size: 1.25rem; margin-bottom: 12px; }
.pop li { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.pop li:last-child { border-bottom: 0; }
.pop__mark { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(140deg, var(--purple) 0%, #c9a2f7 100%); }
.pop__name strong { display: block; font-size: var(--t-sm); font-weight: 600; }
.pop__name span { font-size: var(--t-cap); color: var(--faint); }
.pop__chg { font-size: var(--t-sm); font-weight: 600; font-variant-numeric: tabular-nums; }
.pop__chg--up { color: var(--up); }
.pop__chg--down { color: var(--down); }

.figure { position: relative; width: 100%; border-radius: var(--r-sm); overflow: hidden; background: var(--grey-2); aspect-ratio: 16/9; }
.figure img { width: 100%; height: 100%; object-fit: cover; }
.figure--wide { aspect-ratio: 16/8; } .figure--square { aspect-ratio: 1/1; }
.figure--portrait, .figure--tall { aspect-ratio: 3/4; }
.figure--mist::after, .figure--orb::after, .figure--grid::after, .figure--ridge::after, .figure--halo::after, .figure--arc::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(64% 60% at 32% 28%, rgba(149,67,239,0.16), transparent 62%),
              radial-gradient(56% 66% at 74% 74%, rgba(31,31,33,0.06), transparent 64%);
}

.cardgrid { display: grid; gap: 18px; }
.cardgrid[data-cols="2"] { grid-template-columns: repeat(2, minmax(0,1fr)); }
.cardgrid[data-cols="3"] { grid-template-columns: repeat(3, minmax(0,1fr)); }
.cardgrid[data-cols="4"] { grid-template-columns: repeat(4, minmax(0,1fr)); }
@media (max-width: 980px) { .cardgrid[data-cols="3"], .cardgrid[data-cols="4"] { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 660px) { .cardgrid[data-cols="2"], .cardgrid[data-cols="3"], .cardgrid[data-cols="4"] { grid-template-columns: 1fr; } }
.card { display: flex; flex-direction: column; gap: 12px; background: var(--grey); border-radius: var(--r); padding: 26px; }
.cardgrid--plain .card { background: none; padding: 0; }
.cardgrid--tiles .card { min-height: 190px; position: relative; }
.cardgrid--tiles .card .eyebrow { position: absolute; top: 20px; right: 22px; margin: 0; color: var(--faint); }
.cardgrid--tiles .card__title { margin-top: auto; }
.card__title { font-size: var(--t-h3); font-weight: 700; letter-spacing: -0.015em; }
.card__text { font-size: var(--t-sm); color: var(--muted); line-height: 1.6; }
.card--linked:hover { filter: brightness(0.98); }
.card__arrow { margin-top: auto; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-size: 12px; }
.cardband { padding-block: 54px 64px; }
.cards--banded { padding-bottom: 0; }

.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 64px; align-items: center; }
.split[data-flip="true"] .split__media { order: -1; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 28px; } .split[data-flip="true"] .split__media { order: 0; } }
.split h2 { max-width: 16ch; }
.split__list { margin-top: 24px; }
.split__list li { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: var(--t-body); color: var(--muted); }
.split__list li strong { display: block; color: var(--ink); font-weight: 600; margin-bottom: 4px; }
.split .btn-row { margin-top: 28px; }

.stats h2 { max-width: 18ch; margin-bottom: 40px; }
.stats__row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
@media (max-width: 980px) { .stats__row { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 560px) { .stats__row { grid-template-columns: 1fr; } }
.stats__item { padding: 26px 24px; background: var(--grey); border-radius: var(--r); min-height: 160px; display: flex; flex-direction: column; }
.stats__value { font-size: 2.5rem; font-weight: 700; letter-spacing: -0.035em; line-height: 1; color: var(--purple); font-variant-numeric: tabular-nums; }
.stats__label { margin-top: auto; padding-top: 18px; font-size: var(--t-sm); color: var(--muted); }
.stats__caption { margin-top: 20px; font-size: var(--t-cap); color: var(--faint); }

.logos__cap { font-size: var(--t-sm); color: var(--muted); margin-bottom: 20px; }
.logos__wall { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 36px; }
.logos__wall li { font-size: var(--t-lead); font-weight: 700; color: var(--faint); }
.logos__wall li img { height: 26px; width: auto; }

.featurelist__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 56px; align-items: start; }
@media (max-width: 960px) { .featurelist__grid { grid-template-columns: 1fr; gap: 32px; } }
.featurelist h2 { max-width: 14ch; margin-bottom: 28px; }
.frow { display: block; width: 100%; text-align: left; background: none; border: 0; border-bottom: 1px solid var(--line); padding: 18px 0; cursor: pointer; transition: opacity 160ms var(--ease); }
.frow__title { font-size: var(--t-h3); font-weight: 700; }
.frow__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 260ms var(--ease); }
.frow__body > span { overflow: hidden; }
.frow__p { display: block; padding-top: 10px; font-size: var(--t-sm); color: var(--muted); max-width: 48ch; line-height: 1.6; }
.frow[aria-expanded="false"] { opacity: 0.55; }
.frow[aria-expanded="true"] .frow__body { grid-template-rows: 1fr; }
.acctpanel { background: var(--grey); border-radius: var(--r); padding: 22px 22px 10px; }
.acctpanel__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.acctpanel__label { font-size: var(--t-cap); text-transform: uppercase; letter-spacing: 0.1em; color: var(--faint); }
.acctpanel__total { font-size: var(--t-h3); font-weight: 700; }
.acctpanel__row { display: grid; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.acctpanel__row:last-child { border-bottom: 0; }
.acctpanel__chip { width: 22px; height: 22px; border-radius: 7px; background: var(--purple-soft); }
.acctpanel__name { font-size: var(--t-sm); font-weight: 600; }
.acctpanel__meta { font-size: var(--t-cap); color: var(--faint); }
.acctpanel__amt { font-size: var(--t-sm); font-variant-numeric: tabular-nums; }
.acctpanel__caption { margin-top: 10px; font-size: var(--t-cap); color: var(--faint); }

.process__row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
@media (max-width: 900px) { .process__row { grid-template-columns: 1fr; } }
.step { padding: 26px; background: var(--grey); border-radius: var(--r); min-height: 190px; display: flex; flex-direction: column; }
.step__num { font-size: var(--t-sm); font-weight: 700; color: var(--purple); margin-bottom: 34px; }
.step h3 { margin-bottom: 10px; }
.step p { font-size: var(--t-sm); color: var(--muted); line-height: 1.6; margin-top: auto; }
.statement { border-block: 1px solid var(--line); }
.statement p { font-size: clamp(1.375rem, 2.4vw, 2rem); font-weight: 700; letter-spacing: -0.025em; line-height: 1.28; max-width: 32ch; color: var(--faint); }
.statement strong { color: var(--ink); }
.qcards { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
@media (max-width: 860px) { .qcards { grid-template-columns: 1fr; } }
.qcard { margin: 0; padding: 28px; border-radius: var(--r); display: flex; flex-direction: column; gap: 24px; min-height: 250px; background: var(--grey); }
.qcard--accent { background: var(--purple); color: #fff; }
.qcard blockquote { margin: 0; font-size: var(--t-h3); font-weight: 600; line-height: 1.38; }
.qcard figcaption { margin-top: auto; display: flex; align-items: center; gap: 12px; font-size: var(--t-sm); }
.qcard__mark { width: 32px; height: 32px; border-radius: 9px; background: rgba(31,31,33,0.12); flex: none; }
.qcard--accent .qcard__mark { background: rgba(255,255,255,0.24); }
.qcard__logo { width: 34px; height: 34px; border-radius: 9px; object-fit: cover; }
.qcard figcaption strong { display: block; font-weight: 700; }
.faqsec__grid { display: grid; grid-template-columns: minmax(0,0.8fr) minmax(0,1.2fr); gap: 56px; align-items: start; }
@media (max-width: 900px) { .faqsec__grid { grid-template-columns: 1fr; gap: 26px; } }
.qalist { border-top: 1px solid var(--line); }
.qa { border-bottom: 1px solid var(--line); }
.qa__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; background: none; border: 0; cursor: pointer; text-align: left; font-size: var(--t-body); font-weight: 600; }
.qa__mk { position: relative; width: 13px; height: 13px; flex: none; }
.qa__mk::before, .qa__mk::after { content: ""; position: absolute; inset: 50% 0 auto 0; height: 2px; background: var(--purple); transition: transform 200ms var(--ease); }
.qa__mk::after { transform: rotate(90deg); }
.qa__q[aria-expanded="true"] .qa__mk::after { transform: rotate(0deg); }
.qa__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 260ms var(--ease); }
.qa__a > div { overflow: hidden; }
.qa__a p { font-size: var(--t-sm); color: var(--muted); line-height: 1.65; padding-bottom: 20px; max-width: 62ch; }
.qa__a a { color: var(--purple); text-decoration: underline; text-underline-offset: 3px; }
.qa__q[aria-expanded="true"] + .qa__a { grid-template-rows: 1fr; }

.proseband__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 40px 56px; }
@media (max-width: 860px) { .proseband__grid { grid-template-columns: 1fr; gap: 30px; } }
.proseband__col h3 { font-size: var(--t-lead); margin-bottom: 10px; }
.proseband__col p { color: var(--muted); font-size: var(--t-sm); line-height: 1.7; max-width: 52ch; }
.proseband__col p + p { margin-top: 12px; }
.proseband__col a { color: var(--purple); text-decoration: underline; text-underline-offset: 3px; }
.showcase__h { max-width: 22ch; margin-bottom: 36px; }
.showcase__frame { border-radius: var(--r); overflow: hidden; background: var(--grey); }
.showcase__foot { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: center; margin-top: 24px; }
.showcase__foot p { color: var(--muted); font-size: var(--t-sm); max-width: 68ch; }
@media (max-width: 780px) { .showcase__foot { grid-template-columns: 1fr; gap: 16px; } }
.notegrid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px 26px; margin-top: 24px; }
@media (max-width: 900px) { .notegrid { grid-template-columns: 1fr; } }
.notegrid li { font-size: var(--t-sm); color: var(--muted); padding-top: 12px; border-top: 1px solid var(--line); }

.signup-sec { background: var(--grey); }
.signup { max-width: 540px; }
.signup__title { font-size: var(--t-h2); margin-bottom: 12px; }
.signup .lede { margin-bottom: 28px; }
.signup-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.field--wide, .signup-form .btn, .signup__note, .signup__legal { grid-column: 1 / -1; }
.inp { width: 100%; padding: 15px 16px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-sm); color: var(--ink); font: inherit; font-size: var(--t-sm); }
.inp::placeholder { color: var(--faint); }
.inp:focus { outline: none; border-color: var(--purple); }
.inp.err { border-color: var(--down); }
.field__err { margin: 7px 0 0 4px; font-size: var(--t-cap); color: var(--down); }
.signup-form .btn--block { width: 100%; margin-top: 4px; }
.submit.busy { opacity: 0.6; pointer-events: none; }
.signup__note { font-size: var(--t-sm); color: var(--muted); }
.signup__legal { font-size: var(--t-cap); color: var(--faint); line-height: 1.6; }
.signup__legal a { color: var(--purple); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 560px) { .signup-form { grid-template-columns: 1fr; } }

.finalcta { text-align: center; }
.finalcta h2 { max-width: 20ch; margin-inline: auto; }
.finalcta .lede { margin: 16px auto 0; text-align: center; }
.finalcta .btn-row { justify-content: center; margin-top: 28px; }
.panels { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 56px; text-align: left; }
@media (max-width: 900px) { .panels { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 620px) { .panels { grid-template-columns: 1fr; } }
.panel { background: var(--grey); border-radius: var(--r); padding: 26px; display: flex; flex-direction: column; gap: 10px; }
.panel h3 { font-size: var(--t-h3); }
.panel p { font-size: var(--t-sm); color: var(--muted); }
.panel .btn { align-self: flex-start; margin-top: auto; }

.phero { padding-block: 76px 46px; border-bottom: 1px solid var(--line); }
.phero h1 { font-size: var(--t-h2); max-width: 20ch; }
.phero .lede { margin-top: 16px; }
.crumbs { display: flex; gap: 10px; align-items: center; font-size: var(--t-sm); color: var(--faint); margin-bottom: 16px; }
.crumbs a:hover { color: var(--purple); }
.pbody { padding-block: 54px 80px; }
.pblock + .pblock { margin-top: 56px; }
.pblock > h2 { font-size: 1.625rem; max-width: 24ch; margin-bottom: 20px; }
.prose { max-width: 68ch; display: grid; gap: 15px; }
.prose p { color: var(--muted); line-height: 1.72; }
.prose a, .deflist a { color: var(--purple); text-decoration: underline; text-underline-offset: 3px; }
.deflist { max-width: 74ch; border-top: 1px solid var(--line); }
.deflist li { padding: 19px 0; border-bottom: 1px solid var(--line); }
.deflist strong { display: block; font-weight: 700; margin-bottom: 6px; }
.deflist span { color: var(--muted); font-size: var(--t-sm); line-height: 1.65; }
.steps { max-width: 76ch; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 34px 1fr; gap: 18px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.step__n { width: 26px; height: 26px; border-radius: 50%; background: var(--purple); color: #fff; display: grid; place-items: center; font-size: var(--t-cap); font-weight: 700; }
.steps strong { display: block; font-weight: 700; margin-bottom: 6px; }
.steps span { color: var(--muted); font-size: var(--t-sm); line-height: 1.65; }
.midpage { padding-block: 118px 100px; }
.midpage h1 { font-size: var(--t-h2); max-width: 18ch; }
.midpage .lede { margin-top: 16px; }
.midpage__note { margin-top: 14px; font-size: var(--t-sm); color: var(--muted); }
.midpage__links { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 24px 0 6px; font-size: var(--t-sm); }
.midpage__links a { color: var(--purple); }
.midpage .btn-row { margin-top: 22px; }

.site-footer { background: var(--grey); padding-block: 56px 40px; font-size: var(--t-sm); }
.footer__cols { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 32px 22px; }
@media (max-width: 780px) { .footer__cols { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.footer__col h4 { font-size: var(--t-cap); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; color: var(--faint); margin-bottom: 14px; }
.footer__col li { margin-bottom: 10px; }
.footer__col a { color: var(--ink); opacity: 0.8; }
.footer__col a:hover { opacity: 1; color: var(--purple); }
.footer__meta { margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: space-between; font-size: var(--t-cap); color: var(--faint); }
.footer__legal { margin-top: 24px; column-count: 2; column-gap: 38px; font-size: var(--t-cap); line-height: 1.6; color: var(--faint); }
.footer__legal p { margin-bottom: 12px; break-inside: avoid; }
@media (max-width: 780px) { .footer__legal { column-count: 1; } }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity 460ms var(--ease), transform 460ms var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; } html { scroll-behavior: auto; }
}

.cardgrid--tiles .card[style] .card__title,
.cardgrid--tiles .card[style] .card__text { color: var(--ink); }
.cardgrid--tiles .card[style] .eyebrow { color: rgba(31,31,33,0.55); }
