:root {
  --bg: #050b14;
  --bg-secondary: #07111f;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-strong: rgba(255, 255, 255, 0.065);
  --text: #f5f2ea;
  --text-secondary: #aab3c2;
  --muted: #6f7b8c;
  --gold: #c8a45d;
  --gold-hover: #d6b46a;
  --gold-dark: #a9843a;
  --line: rgba(255, 255, 255, 0.1);
  --gold-line: rgba(200, 164, 93, 0.35);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(126deg, rgba(200, 164, 93, 0.1), transparent 24%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-secondary) 48%, var(--bg) 100%);
  color: var(--text);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.045) 50%, transparent 100%),
    repeating-linear-gradient(90deg, transparent 0 119px, rgba(255, 255, 255, 0.028) 120px),
    repeating-linear-gradient(180deg, transparent 0 119px, rgba(255, 255, 255, 0.025) 120px);
  content: "";
  mask-image: linear-gradient(180deg, black, rgba(0, 0, 0, 0.2) 72%, transparent);
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
p,
ul,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--text);
  font-family: "Sora", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: 62px;
}

h2 {
  margin-bottom: 18px;
  font-size: 38px;
}

h3 {
  margin-bottom: 14px;
  font-size: 24px;
}

p {
  color: var(--text-secondary);
  margin-bottom: 18px;
}

svg,
img {
  display: block;
  max-width: 100%;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

:focus-visible {
  outline: 3px solid rgba(214, 180, 106, 0.84);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 14px;
  left: 14px;
  transform: translateY(-160%);
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  background: var(--text);
  color: var(--bg);
  padding: 11px 15px;
  font-weight: 700;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--container), calc(100% - 64px));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: 108px;
}

.section-intro {
  max-width: 790px;
  margin-bottom: 42px;
}

.section-intro p:last-child,
.about-copy p:last-child,
.cta-shell p:last-child {
  margin-bottom: 0;
}

.eyebrow,
.product-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 18px;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  background: rgba(200, 164, 93, 0.08);
  color: var(--gold-hover);
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 13px 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: rgba(214, 180, 106, 0.34);
  background: var(--gold);
  box-shadow: 0 14px 36px rgba(200, 164, 93, 0.18);
  color: #150f05;
}

.button-primary:hover {
  background: var(--gold-hover);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
}

.button-secondary:hover {
  border-color: var(--gold-line);
  background: rgba(255, 255, 255, 0.07);
}

.button.is-pending {
  border-style: dashed;
}

.brand-logo {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  color: var(--text);
}

.logo-placeholder,
.LogoPlaceholder {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
}

.logo-mark {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(200, 164, 93, 0.25), rgba(255, 255, 255, 0.045)),
    var(--bg-secondary);
  color: var(--text);
  font-family: "Sora", "Inter", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.logo-wordmark {
  overflow: hidden;
  color: var(--text);
  font-family: "Sora", "Inter", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.logo-image {
  display: block;
  width: auto;
  height: 44px;
  max-width: 250px;
  object-fit: contain;
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 11, 20, 0.82);
  backdrop-filter: blur(18px);
}

.header-shell {
  display: grid;
  min-height: 84px;
  grid-template-columns: minmax(210px, 1fr) auto auto;
  align-items: center;
  gap: 24px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  color: var(--text-secondary);
  font-size: 15px;
  font-weight: 600;
}

.site-nav > a:not(.button) {
  position: relative;
  transition: color 180ms ease;
}

.site-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--gold);
  content: "";
  transition: transform 180ms ease;
}

.site-nav > a:not(.button):hover,
.site-nav > a[aria-current="page"] {
  color: var(--text);
}

.site-nav > a:not(.button):hover::after,
.site-nav > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-cta {
  display: none;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 0;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 19px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-header.is-open .nav-toggle span:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-open .nav-toggle span:nth-child(3) {
  opacity: 0;
}

.site-header.is-open .nav-toggle span:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  padding-top: 82px;
  padding-bottom: 88px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(440px, 0.96fr);
  align-items: center;
  gap: 64px;
}

.hero-copy {
  min-width: 0;
}

.hero-lead {
  max-width: 720px;
  color: var(--text-secondary);
  font-size: 20px;
}

.trust-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-block: 28px 0;
  color: var(--text);
  font-weight: 600;
}

.trust-line::before {
  width: 42px;
  height: 1px;
  flex: 0 0 42px;
  background: var(--gold);
  content: "";
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 34px;
}

.decision-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(7, 17, 31, 0.8);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.decision-visual::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 4%, rgba(200, 164, 93, 0.13) 46%, transparent 76%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 25%);
  content: "";
  pointer-events: none;
}

.decision-visual svg {
  position: relative;
  width: 100%;
  height: auto;
}

.decision-visual figcaption {
  position: relative;
  border-top: 1px solid var(--line);
  color: var(--text-secondary);
  padding: 16px 22px 18px;
  font-size: 14px;
}

.visual-frame,
.visual-panels rect {
  fill: rgba(255, 255, 255, 0.028);
  stroke: rgba(255, 255, 255, 0.11);
}

.visual-grid {
  fill: none;
  stroke: rgba(255, 255, 255, 0.065);
  stroke-width: 1;
}

.visual-labels,
.visual-panel-text {
  fill: var(--text-secondary);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.signal {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.signal-muted {
  stroke: rgba(170, 179, 194, 0.34);
  stroke-dasharray: 9 15;
  animation: signal-drift 16s linear infinite;
}

.signal-b {
  animation-duration: 19s;
}

.signal-c {
  animation-duration: 22s;
}

.signal-clear {
  stroke: url("#signalGold");
  stroke-dasharray: 16 10;
  stroke-width: 5;
  animation: signal-drift 12s linear infinite;
}

.visual-nodes circle {
  fill: var(--bg-secondary);
  stroke: rgba(170, 179, 194, 0.72);
  stroke-width: 2;
}

.visual-nodes .node-focus {
  fill: rgba(200, 164, 93, 0.12);
  stroke: var(--gold);
}

.visual-nodes .node-decision {
  fill: var(--gold);
  stroke: var(--text);
}

.visual-panels .panel-focus {
  fill: rgba(200, 164, 93, 0.09);
  stroke: var(--gold-line);
}

.visual-panel-text text:last-child,
.visual-panel-text text:nth-last-child(2) {
  fill: var(--text);
}

.statement-band {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.022);
  padding-block: 72px;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
}

.trust-grid h2 {
  max-width: 850px;
  margin-bottom: 0;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-chips {
  justify-content: flex-end;
}

.chip {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text-secondary);
  padding: 7px 13px;
  font-size: 14px;
  font-weight: 600;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.audience-card,
.directory-card,
.support-card,
.product-signal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.feature-card,
.directory-card,
.support-card,
.product-signal-card {
  padding: 31px;
}

.feature-card:hover,
.audience-card:hover,
.directory-card:hover,
.support-card:hover,
.product-signal-card:hover,
.product-spotlight:hover {
  border-color: var(--gold-line);
  background: var(--surface-strong);
  transform: translateY(-4px);
}

.feature-card p:last-child,
.directory-card p:last-child,
.support-card p:last-child,
.product-signal-card p:last-child {
  margin-bottom: 0;
}

.products-band {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.018);
}

.product-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 42px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.022));
  padding: 42px;
  box-shadow: var(--shadow);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.product-copy h3 {
  margin-bottom: 8px;
  font-size: 42px;
}

.product-tagline {
  color: var(--gold-hover);
  font-family: "Sora", "Inter", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.product-chips {
  margin-block: 27px 31px;
}

.product-panel {
  display: grid;
  min-height: 430px;
  grid-template-rows: auto auto 1fr auto;
  gap: 24px;
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(200, 164, 93, 0.12), transparent 33%),
    rgba(5, 11, 20, 0.76);
  padding: 26px;
}

.product-panel-top,
.metric-grid,
.decision-note {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.product-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--text);
  padding: 14px 16px;
  font-weight: 700;
}

.product-panel-top span:last-child {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 600;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.metric-grid span {
  min-height: 72px;
  background: rgba(5, 11, 20, 0.92);
  color: var(--text-secondary);
  padding: 16px;
  font-weight: 600;
}

.forecast-line {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  min-height: 112px;
  border-bottom: 1px solid var(--line);
  padding: 0 14px 18px;
}

.forecast-line span {
  width: 100%;
  border: 1px solid var(--gold-line);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, rgba(214, 180, 106, 0.36), rgba(200, 164, 93, 0.08));
}

.forecast-line span:nth-child(1) {
  height: 38%;
}

.forecast-line span:nth-child(2) {
  height: 61%;
}

.forecast-line span:nth-child(3) {
  height: 83%;
}

.forecast-line span:nth-child(4) {
  height: 52%;
}

.decision-note {
  color: var(--text);
  padding: 15px 16px;
  font-weight: 600;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  align-items: start;
  gap: 72px;
}

.split-layout .section-intro {
  margin-bottom: 0;
}

.value-list,
.use-case-list {
  list-style: none;
}

.value-list {
  display: grid;
  gap: 12px;
  padding-top: 49px;
}

.value-list li,
.point-stack p {
  position: relative;
  min-height: 68px;
  margin-bottom: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  padding: 20px 20px 20px 55px;
  font-weight: 600;
}

.value-list li::before,
.point-stack p::before,
.use-case-list li::before {
  position: absolute;
  top: 50%;
  left: 22px;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  border: 1px solid var(--gold-line);
  border-radius: 4px;
  background: rgba(200, 164, 93, 0.15);
  content: "";
}

.audience-section {
  padding-top: 0;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.audience-card {
  padding: 42px;
}

.audience-card h2 {
  font-size: 31px;
}

.use-case-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.use-case-list li {
  position: relative;
  min-height: 55px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-secondary);
  padding: 14px 14px 14px 42px;
  font-size: 15px;
  font-weight: 600;
}

.use-case-list li::before {
  left: 16px;
  width: 10px;
  height: 10px;
}

.why-section {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.018);
}

.why-layout {
  align-items: center;
}

.point-stack {
  display: grid;
  gap: 12px;
}

.about-copy {
  max-width: 870px;
}

.about-copy p {
  font-size: 20px;
}

.about-copy .eyebrow {
  font-size: 13px;
}

.closing-line {
  margin-top: 30px;
  border-left: 2px solid var(--gold);
  color: var(--text);
  padding-left: 22px;
  font-family: "Sora", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.cta-band {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(110deg, rgba(200, 164, 93, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.03);
  padding-block: 78px;
}

.cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.cta-shell > div {
  max-width: 840px;
}

.site-footer {
  padding-top: 72px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.6fr) repeat(3, minmax(0, 0.72fr));
  gap: 30px;
  padding-bottom: 48px;
}

.footer-brand {
  max-width: 390px;
}

.footer-brand p {
  margin: 14px 0 0;
}

.footer-brand p:first-of-type {
  color: var(--text);
  font-weight: 600;
}

.footer-grid h2 {
  margin: 11px 0 20px;
  color: var(--muted);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand) a {
  display: block;
  width: fit-content;
  margin-bottom: 12px;
  color: var(--text-secondary);
  font-weight: 600;
  transition: color 180ms ease;
}

.footer-grid > div:not(.footer-brand) a:hover {
  color: var(--gold-hover);
}

.footer-meta {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding-block: 24px 42px;
  font-size: 14px;
}

.page-hero {
  padding-block: 92px 72px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.56fr);
  align-items: start;
  gap: 56px;
}

.page-hero h1 {
  margin-bottom: 20px;
  font-size: 54px;
}

.page-lead {
  max-width: 820px;
  color: var(--text-secondary);
  font-size: 20px;
}

.page-aside {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 29px;
}

.page-aside strong {
  display: block;
  margin-bottom: 9px;
  color: var(--text);
  font-family: "Sora", "Inter", Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.page-aside p:last-child {
  margin-bottom: 0;
}

.directory-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.54fr);
  gap: 18px;
}

.directory-card {
  display: grid;
  min-height: 360px;
  align-content: space-between;
}

.directory-card h2 {
  margin-bottom: 10px;
}

.directory-card .product-tagline {
  margin-bottom: 18px;
}

.future-card {
  align-content: center;
}

.future-card h2 {
  font-size: 30px;
}

.product-page-hero {
  padding-bottom: 54px;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.68fr);
  align-items: center;
  gap: 56px;
}

.product-page-hero h1 {
  margin-bottom: 6px;
  font-size: 70px;
}

.product-page-hero .product-tagline {
  margin-bottom: 22px;
  font-size: 29px;
}

.product-stage {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(200, 164, 93, 0.16), transparent 46%),
    var(--surface);
  padding: 26px;
  box-shadow: var(--shadow);
}

.stage-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--text-secondary);
  padding-bottom: 18px;
  font-weight: 700;
}

.stage-card {
  margin-top: 24px;
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  background: rgba(5, 11, 20, 0.72);
  padding: 24px;
}

.stage-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.stage-row span {
  min-height: 76px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  padding: 16px 12px;
  font-size: 14px;
  font-weight: 700;
}

.stage-purchase {
  border-left: 2px solid var(--gold);
  color: var(--text);
  padding-left: 16px;
  font-weight: 600;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-signal-card h2 {
  font-size: 28px;
}

.privacy-callout {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  padding-block: 68px;
}

.privacy-callout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 38px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.66fr);
  gap: 18px;
}

.contact-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 42px;
}

.contact-panel h2 {
  font-size: 31px;
}

.contact-email {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  background: rgba(200, 164, 93, 0.08);
  color: var(--text);
  margin-top: 9px;
  padding: 15px 18px;
  font-size: 20px;
  font-weight: 700;
  word-break: break-word;
}

.contact-meta {
  display: grid;
  align-content: center;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
  padding: 42px;
}

.contact-meta p {
  margin-bottom: 0;
}

.redirect-page {
  display: grid;
  min-height: 100vh;
  align-items: center;
  padding-block: 48px;
}

.redirect-shell {
  max-width: 700px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 42px;
}

.redirect-shell h1 {
  margin-bottom: 18px;
  font-size: 44px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes signal-drift {
  to {
    stroke-dashoffset: -180;
  }
}

@media (max-width: 1120px) {
  h1 {
    font-size: 54px;
  }

  .header-shell {
    grid-template-columns: minmax(190px, 1fr) auto;
    gap: 16px;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 32px;
    left: 32px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 var(--radius) var(--radius);
    background: rgba(5, 11, 20, 0.98);
    box-shadow: var(--shadow);
    padding: 14px;
  }

  .site-header.is-open .site-nav {
    display: flex;
  }

  .site-nav > a:not(.button) {
    border-bottom: 1px solid var(--line);
    padding: 13px 4px;
  }

  .site-nav > a:not(.button)::after {
    display: none;
  }

  .site-nav > a:not(.button):last-of-type {
    border-bottom: 0;
  }

  .nav-cta {
    display: inline-flex;
    width: 100%;
    margin-top: 14px;
  }

  .hero-grid,
  .page-hero-grid,
  .product-hero-grid,
  .directory-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 64px;
  }

  .decision-visual {
    max-width: 720px;
  }

  .three-up,
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-spotlight,
  .split-layout {
    grid-template-columns: 1fr;
  }

  .value-list {
    padding-top: 0;
  }

  .footer-grid {
    grid-template-columns: minmax(300px, 1.4fr) repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 40px, var(--container));
  }

  .section {
    padding-block: 82px;
  }

  h1,
  .page-hero h1,
  .product-page-hero h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 31px;
  }

  .hero-lead,
  .page-lead,
  .about-copy p {
    font-size: 18px;
  }

  .statement-band,
  .cta-band {
    padding-block: 62px;
  }

  .trust-grid,
  .cta-shell,
  .privacy-callout-shell {
    grid-template-columns: 1fr;
  }

  .trust-chips {
    justify-content: flex-start;
  }

  .three-up,
  .audience-grid,
  .support-grid,
  .signal-grid {
    grid-template-columns: 1fr;
  }

  .product-spotlight,
  .audience-card,
  .contact-panel,
  .contact-meta {
    padding: 31px;
  }

  .product-panel {
    min-height: 380px;
  }

  .product-copy h3 {
    font-size: 35px;
  }

  .product-page-hero .product-tagline {
    font-size: 24px;
  }

  .use-case-list,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .container {
    width: calc(100% - 28px);
  }

  body {
    font-size: 15px;
  }

  .site-header {
    backdrop-filter: blur(14px);
  }

  .header-shell {
    min-height: 76px;
  }

  .site-nav {
    right: 14px;
    left: 14px;
  }

  .logo-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 16px;
  }

  .logo-wordmark {
    font-size: 16px;
  }

  h1,
  .page-hero h1,
  .product-page-hero h1 {
    font-size: 36px;
  }

  h2,
  .audience-card h2,
  .contact-panel h2 {
    font-size: 27px;
  }

  h3,
  .product-signal-card h2 {
    font-size: 22px;
  }

  .hero {
    padding-block: 50px 70px;
  }

  .hero-grid {
    gap: 38px;
  }

  .hero-actions,
  .inline-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .feature-card,
  .directory-card,
  .support-card,
  .product-signal-card,
  .product-spotlight,
  .audience-card,
  .page-aside,
  .product-stage,
  .contact-panel,
  .contact-meta,
  .redirect-shell {
    padding: 24px;
  }

  .decision-visual figcaption {
    padding-inline: 16px;
  }

  .product-panel {
    min-height: 0;
    padding: 18px;
  }

  .metric-grid span {
    min-height: 62px;
    padding: 13px;
  }

  .stage-row,
  .use-case-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stage-row span {
    min-height: 58px;
  }

  .value-list li,
  .point-stack p {
    min-height: 60px;
    padding: 17px 16px 17px 46px;
  }

  .value-list li::before,
  .point-stack p::before {
    left: 17px;
  }

  .contact-email {
    font-size: 17px;
  }

  .footer-brand {
    grid-column: auto;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
