:root {
  --bg: #070706;
  --panel: #101110;
  --panel-strong: #171816;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(239, 184, 82, 0.36);
  --text: #f7f3ea;
  --muted: rgba(247, 243, 234, 0.66);
  --faint: rgba(247, 243, 234, 0.42);
  --gold: #efb852;
  --gold-deep: #b77924;
  --red: #ef3f34;
  --teal: #3ee0c5;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 12%, rgba(239, 184, 82, 0.13), transparent 28%),
    radial-gradient(circle at 82% 32%, rgba(239, 63, 52, 0.12), transparent 30%),
    linear-gradient(135deg, #070706 0%, #0b0d0d 46%, #050505 100%);
  color: var(--text);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 7, 6, 0.14), rgba(7, 7, 6, 0.86));
  content: "";
}

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

button,
input {
  font: inherit;
}

input[type="checkbox"] {
  accent-color: var(--red);
}

.page-shell {
  width: min(100%, 1510px);
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 142px;
  padding: 26px clamp(20px, 4vw, 72px);
  background: #000;
  box-shadow: 0 0 0 100vmax #000;
  clip-path: inset(0 -100vmax);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 320px;
  min-width: 250px;
  padding: 10px 14px;
  border-radius: 2px;
  background: #000;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.34));
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.site-nav a,
.header-cta {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-nav a:hover {
  color: var(--text);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(239, 184, 82, 0.1);
  color: #f6cc78;
  font-size: 0.92rem;
  font-weight: 900;
}

.header-cta:hover {
  transform: translateY(-1px);
  background: rgba(239, 184, 82, 0.16);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: clamp(34px, 5vw, 74px);
  min-height: calc(100vh - 142px);
  padding: clamp(24px, 4vw, 58px) clamp(20px, 4vw, 72px) 70px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 0;
  border: 1px solid rgba(239, 184, 82, 0.28);
  border-radius: 999px;
  background: rgba(239, 184, 82, 0.08);
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow {
  padding: 10px 13px;
  border-color: rgba(239, 63, 52, 0.32);
  background: rgba(239, 63, 52, 0.075);
  color: rgba(247, 243, 234, 0.9);
}

.eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 22px rgba(239, 63, 52, 0.74);
  content: "";
}

.section-kicker {
  padding: 9px 12px;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  margin-top: 24px;
  font-size: clamp(3rem, 5.65vw, 5.95rem);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.05rem, 3.85vw, 4.25rem);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.16;
}

.hero-lead {
  max-width: 700px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  font-weight: 650;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 14px;
}

.capacity-note {
  max-width: 660px;
  margin: 0 0 30px;
  color: rgba(247, 243, 234, 0.5);
  font-size: 0.92rem;
  font-weight: 780;
  line-height: 1.5;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 12px;
  font-weight: 950;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.primary-button span {
  display: inline-flex;
  transform: translateY(-1px);
  transition: transform 180ms ease;
}

.primary-button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, var(--red), #ff6b37);
  color: white;
  box-shadow: 0 18px 55px rgba(239, 63, 52, 0.28);
}

.secondary-button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
}

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

.primary-button:hover span {
  transform: translate(3px, -1px);
}

.secondary-button:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.075);
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 0;
}

.signal-strip div,
.workflow-grid article,
.waitlist-form,
.hero-panel {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.026));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.signal-strip div {
  min-height: 132px;
  padding: 18px;
  border-radius: 18px;
}

.signal-strip dt {
  margin-bottom: 8px;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 950;
}

.signal-strip dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: clamp(20px, 3.2vw, 34px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026)),
    var(--panel);
  box-shadow: var(--shadow);
}

.hero-panel::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: linear-gradient(135deg, rgba(239, 184, 82, 0.5), transparent 34%, rgba(62, 224, 197, 0.24));
  content: "";
}

.panel-top,
.form-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.panel-top {
  margin-bottom: 22px;
  color: var(--faint);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.panel-top strong {
  border-radius: 999px;
  background: rgba(62, 224, 197, 0.12);
  color: #83ffe9;
  padding: 8px 12px;
  letter-spacing: 0;
  text-transform: none;
}

.metric-card {
  border: 1px solid rgba(239, 184, 82, 0.22);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  padding: 22px;
}

.metric-label {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  line-height: 1.05;
}

.metric-card p,
.pipeline-step p,
.workflow-grid p,
.text-stack p,
.waitlist-copy p,
.form-note {
  color: var(--muted);
  line-height: 1.62;
}

.metric-card p {
  margin: 0;
}

.pipeline {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.pipeline-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.032);
  padding: 15px;
}

.pipeline-step span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(239, 184, 82, 0.1);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
}

.pipeline-step.active span {
  background: linear-gradient(135deg, var(--gold), var(--red));
  color: #1b0f07;
}

.pipeline-step strong {
  color: var(--text);
  font-size: 1rem;
}

.pipeline-step p {
  margin: 4px 0 0;
  font-size: 0.9rem;
}

.section-grid,
.workflow-section,
.data-trust-section,
.waitlist-section {
  padding: clamp(70px, 8vw, 112px) clamp(20px, 4vw, 72px);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 6vw, 86px);
  border-block: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.18);
}

.section-grid h2,
.section-heading h2,
.waitlist-copy h2 {
  margin-top: 18px;
}

.text-stack {
  display: grid;
  gap: 18px;
  max-width: 780px;
  font-size: 1.08rem;
  font-weight: 620;
}

.text-stack p {
  margin: 0;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(239, 184, 82, 0.24);
  border-radius: 999px;
  background: rgba(239, 184, 82, 0.08);
  color: #f2c36d;
  font-size: 0.86rem;
  font-weight: 950;
  padding: 0 14px;
}

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

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

.workflow-grid article {
  min-height: 236px;
  border-radius: 22px;
  padding: 24px;
}

.workflow-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.workflow-grid p {
  margin-bottom: 0;
}

.data-trust-section {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 14%, rgba(62, 224, 197, 0.11), transparent 30%),
    linear-gradient(145deg, rgba(239, 184, 82, 0.055), transparent 44%),
    rgba(0, 0, 0, 0.2);
}

.data-trust-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  grid-template-rows: auto auto;
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
}

.data-trust-heading .section-kicker {
  grid-column: 1;
  grid-row: 1;
}

.data-trust-heading h2 {
  grid-column: 1;
  grid-row: 2;
  margin: 18px 0 0;
}

.data-trust-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.66;
}

.data-trust-heading a,
.data-trust-links a {
  color: #f2c36d;
}

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

.data-trust-grid article {
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.022));
  padding: 24px;
}

.data-trust-grid span {
  display: inline-flex;
  margin-bottom: 30px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.data-trust-grid p {
  margin-bottom: 0;
}

.data-trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 28px;
}

.data-trust-links a {
  font-weight: 900;
  text-underline-offset: 4px;
}

.waitlist-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.7fr);
  gap: clamp(30px, 7vw, 96px);
  align-items: center;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(239, 184, 82, 0.08), transparent 42%),
    rgba(0, 0, 0, 0.24);
}

.waitlist-copy {
  max-width: 690px;
}

.waitlist-copy > p {
  margin-top: 22px;
  font-size: 1.08rem;
  font-weight: 650;
}

.beta-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.beta-list li {
  position: relative;
  padding-left: 32px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  line-height: 1.45;
}

.beta-list li::before {
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  content: "";
}

.waitlist-form {
  border-radius: 26px;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
    var(--panel-strong);
  box-shadow: var(--shadow);
}

.form-header {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.form-header span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.form-header strong {
  color: var(--text);
  font-size: 0.98rem;
}

.waitlist-form label {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
}

.waitlist-form input:not([type="checkbox"]) {
  display: block;
  width: 100%;
  height: 56px;
  margin-top: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  outline: none;
  background: rgba(0, 0, 0, 0.34);
  color: var(--text);
  font-size: 1rem;
  font-weight: 760;
  padding: 0 16px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.waitlist-form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.waitlist-form input:not([type="checkbox"]):focus {
  border-color: rgba(239, 184, 82, 0.72);
  background: rgba(0, 0, 0, 0.44);
  box-shadow: 0 0 0 4px rgba(239, 184, 82, 0.12);
}

.waitlist-form input:not([type="checkbox"]).has-error {
  border-color: rgba(239, 63, 52, 0.78);
  box-shadow: 0 0 0 4px rgba(239, 63, 52, 0.12);
}

.consent-row {
  display: grid !important;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 12px;
  margin-top: 2px;
  color: rgba(247, 243, 234, 0.66) !important;
  font-size: 0.86rem;
  font-weight: 720 !important;
  line-height: 1.48;
}

.consent-row input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.consent-row input.has-error {
  outline: 3px solid rgba(239, 63, 52, 0.2);
  outline-offset: 3px;
}

.consent-row a,
.legal-links a {
  color: #f2c36d;
  font-weight: 900;
}

.form-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 16px 0 0;
  font-size: 0.85rem;
}

.form-status {
  min-height: 24px;
  margin: 18px 0 0;
  border-radius: 14px;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.45;
}

.form-status.success,
.form-status.error {
  padding: 13px 14px;
}

.form-status.success {
  border: 1px solid rgba(62, 224, 197, 0.26);
  background: rgba(62, 224, 197, 0.1);
  color: #a6fff0;
}

.form-status.error {
  border: 1px solid rgba(239, 63, 52, 0.28);
  background: rgba(239, 63, 52, 0.1);
  color: #ffc4bf;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  gap: 24px clamp(28px, 5vw, 72px);
  margin: 54px clamp(20px, 4vw, 72px) 0;
  padding: 34px 0 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #000;
  box-shadow: 0 0 0 100vmax #000;
  clip-path: inset(0 -100vmax);
  color: var(--faint);
  font-size: 0.92rem;
  font-weight: 760;
}

.footer-main {
  display: flex;
  align-items: flex-end;
  gap: clamp(18px, 3vw, 34px);
  min-width: 0;
}

.footer-logo {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 8px 12px;
  background: #000;
  opacity: 0.96;
}

.footer-logo img {
  display: block;
  width: clamp(150px, 15vw, 220px);
  height: auto;
}

.footer-main p {
  max-width: 380px;
  margin: 0 0 8px;
  color: rgba(247, 243, 234, 0.58);
  font-size: 0.9rem;
  line-height: 1.45;
}

.legal-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  align-self: end;
}

.social-links {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  align-self: start;
}

.legal-links a,
.social-links a,
.footer-meta a {
  color: rgba(247, 243, 234, 0.72);
  text-decoration: none;
}

.legal-links a {
  position: relative;
  padding-bottom: 5px;
  font-size: 0.9rem;
  font-weight: 900;
}

.legal-links a:hover {
  color: rgba(247, 243, 234, 0.92);
}

.legal-links a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(247, 243, 234, 0.26);
  content: "";
  opacity: 0.62;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(239, 184, 82, 0.22);
  border-radius: 999px;
  background: rgba(239, 184, 82, 0.055);
  color: rgba(247, 243, 234, 0.68);
  font-size: 0.82rem;
  font-weight: 950;
  padding: 0 12px;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.social-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(239, 184, 82, 0.42);
  background: rgba(239, 184, 82, 0.1);
  color: rgba(247, 243, 234, 0.92);
}

.social-links a:nth-child(2) {
  border-color: rgba(239, 63, 52, 0.28);
  background: rgba(239, 63, 52, 0.06);
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px 18px;
  flex-wrap: wrap;
  padding-top: 4px;
  color: rgba(247, 243, 234, 0.48);
  font-size: 0.8rem;
  line-height: 1.4;
}

.footer-meta span:first-child {
  color: rgba(247, 243, 234, 0.58);
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-meta span:not(:first-child),
.footer-meta a {
  color: rgba(247, 243, 234, 0.42);
}

.footer-meta a:hover {
  color: rgba(247, 243, 234, 0.72);
}

.legal-page {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 56px) 72px;
  overflow-x: hidden;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 110px;
}

.legal-content {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022)),
    rgba(0, 0, 0, 0.18);
  padding: clamp(26px, 5vw, 58px);
}

.legal-content h1 {
  max-width: 900px;
  font-size: clamp(2.6rem, 5vw, 5.3rem);
  overflow-wrap: anywhere;
  hyphens: auto;
}

.legal-content h2 {
  margin-top: 38px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.12;
}

.legal-content h3 {
  max-width: 860px;
  margin-top: 28px;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.25;
}

.legal-content p {
  max-width: 860px;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.68;
}

.legal-content a {
  color: #f2c36d;
  text-underline-offset: 3px;
}

.legal-content strong {
  color: var(--text);
}

.legal-content ul,
.legal-content ol {
  display: grid;
  gap: 10px;
  max-width: 860px;
  margin: 16px 0 0;
  padding-left: 22px;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.62;
}

.legal-header-actions,
.legal-language,
.legal-page-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.legal-language a {
  color: rgba(247, 243, 234, 0.68);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.legal-language a[aria-current="page"] {
  color: var(--gold);
}

.legal-meta {
  margin: 18px 0 0;
  color: var(--faint) !important;
  font-size: 0.92rem;
}

.legal-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: none;
  margin-top: 30px;
}

.legal-summary article {
  border: 1px solid rgba(239, 184, 82, 0.2);
  border-radius: 18px;
  background: rgba(239, 184, 82, 0.055);
  padding: 18px;
}

.legal-summary span {
  display: block;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-summary p {
  margin: 9px 0 0;
  color: rgba(247, 243, 234, 0.72);
  font-size: 0.92rem;
  line-height: 1.52;
}

.legal-toc {
  max-width: 860px;
  margin-top: 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  padding: 18px 20px;
}

.legal-toc strong {
  display: block;
  margin-bottom: 10px;
}

.legal-toc ol {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 28px;
  margin: 0;
}

.legal-table-wrap {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.legal-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.legal-table th,
.legal-table td {
  padding: 15px 17px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-table tr:last-child td {
  border-bottom: 0;
}

.legal-callout {
  max-width: 860px;
  margin-top: 18px;
  border: 1px solid rgba(62, 224, 197, 0.25);
  border-radius: 18px;
  background: rgba(62, 224, 197, 0.065);
  padding: 16px 18px;
}

.legal-callout p {
  margin: 0;
}

.legal-page-footer {
  justify-content: space-between;
  margin-top: 24px;
  padding: 22px 4px 0;
  color: var(--faint);
  font-size: 0.88rem;
}

.legal-page-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.legal-page-footer a {
  color: rgba(247, 243, 234, 0.72);
}

.legal-warning {
  border: 1px solid rgba(239, 184, 82, 0.28);
  border-radius: 18px;
  background: rgba(239, 184, 82, 0.08);
  color: #f2c36d !important;
  padding: 16px 18px;
}

.status-page {
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: 48px clamp(18px, 4vw, 56px) 92px;
}

.status-hero {
  min-height: calc(100vh - 250px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 85, 58, 0.16), transparent 34%),
    radial-gradient(circle at 86% 24%, rgba(93, 220, 174, 0.13), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.24);
  padding: clamp(34px, 7vw, 86px);
}

.status-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239, 184, 82, 0.55), transparent);
}

.status-hero h1 {
  max-width: 900px;
  font-size: clamp(3.2rem, 8vw, 7.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.status-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.5vw, 1.38rem);
  font-weight: 760;
  line-height: 1.58;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.status-grid article,
.status-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.22);
  padding: 24px;
}

.status-grid span,
.status-panel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  border-radius: 13px;
  background: rgba(239, 184, 82, 0.14);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 960;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-panel-logo {
  display: block;
  width: min(240px, 62vw);
  height: auto;
  margin: 0 0 22px;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(239, 184, 82, 0.18);
  background: rgba(0, 0, 0, 0.34);
}

.status-grid h2 {
  margin-top: 18px;
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
}

.status-grid p,
.status-panel p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.62;
}

.status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.status-hero-confirmed {
  background:
    radial-gradient(circle at 16% 18%, rgba(93, 220, 174, 0.18), transparent 34%),
    radial-gradient(circle at 86% 24%, rgba(239, 184, 82, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.24);
}

.status-panel {
  max-width: 780px;
  margin-top: 40px;
  border-color: rgba(93, 220, 174, 0.26);
}

.status-panel strong {
  display: block;
  margin-top: 18px;
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  line-height: 1.1;
}

.blog-hero,
.blog-index-section,
.article-layout,
.blog-cta-band {
  padding-inline: clamp(20px, 4vw, 72px);
}

.blog-hero {
  max-width: 1120px;
  padding-top: clamp(58px, 8vw, 118px);
  padding-bottom: clamp(46px, 7vw, 92px);
}

.blog-hero h1 {
  max-width: 1040px;
}

.blog-index-section {
  padding-top: 18px;
  padding-bottom: clamp(70px, 8vw, 112px);
}

.blog-index-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.blog-index-heading h2 {
  margin-top: 16px;
}

.blog-index-subtitle {
  max-width: 790px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  font-weight: 680;
  line-height: 1.62;
}

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

.blog-card {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.2);
  padding: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.blog-card.is-muted {
  opacity: 0.72;
}

.blog-card-meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--faint);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card-meta span,
.article-meta span {
  color: var(--gold);
}

.blog-card h3 {
  margin: 22px 0 12px;
  font-size: clamp(1.38rem, 1.8vw, 1.8rem);
}

.blog-card p {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.62;
}

.blog-card .text-link {
  margin-top: auto;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #f4c570;
  font-weight: 950;
  text-decoration: none;
}

.text-link:hover {
  color: var(--text);
}

.blog-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin: 0 clamp(20px, 4vw, 72px) clamp(70px, 8vw, 112px);
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(62, 224, 197, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 18%, rgba(62, 224, 197, 0.13), transparent 32%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.22);
}

.blog-cta-band h2 {
  max-width: 760px;
  margin-top: 16px;
  font-size: clamp(1.95rem, 3.2vw, 3.35rem);
}

.blog-cta-band p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 680;
  line-height: 1.62;
}

.article-layout {
  max-width: 1020px;
  padding-top: clamp(48px, 7vw, 92px);
  padding-bottom: clamp(40px, 6vw, 76px);
}

.article-header {
  max-width: 900px;
}

.article-header .text-link {
  margin-bottom: 28px;
}

.article-header h1 {
  max-width: 980px;
  margin-top: 22px;
}

.article-lead {
  max-width: 850px;
  color: rgba(247, 243, 234, 0.78);
  font-size: clamp(1.12rem, 1.55vw, 1.42rem);
  font-weight: 720;
  line-height: 1.58;
}

.article-body {
  max-width: 820px;
  margin-top: 48px;
}

.article-body h2 {
  margin-top: 46px;
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 2.35vw, 2.45rem);
}

.article-body p,
.article-body li {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 620;
  line-height: 1.78;
}

.article-body ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 1.2rem;
}

.article-body li::marker {
  color: var(--gold);
}

.article-callout {
  margin: 40px 0;
  border: 1px solid rgba(239, 184, 82, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(239, 184, 82, 0.12), rgba(255, 255, 255, 0.026)),
    rgba(0, 0, 0, 0.22);
  padding: 24px;
}

.article-callout strong {
  display: block;
  color: var(--text);
  font-size: 1.2rem;
}

.article-callout p {
  margin: 10px 0 0;
}

.article-cta {
  margin-top: 0;
}

@media (max-width: 1050px) {
  .hero-section,
  .section-grid,
  .data-trust-heading,
  .waitlist-section {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-panel,
  .waitlist-form {
    max-width: 720px;
  }

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

  .data-trust-grid,
  .legal-summary {
    grid-template-columns: 1fr;
  }

  .data-trust-heading .section-kicker,
  .data-trust-heading h2,
  .data-trust-heading > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .status-grid {
    grid-template-columns: 1fr;
  }

  .blog-card-grid,
  .blog-cta-band {
    grid-template-columns: 1fr;
  }

  .blog-cta-band .primary-button {
    width: fit-content;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    min-height: 74px;
    padding-top: 16px;
  }

  .brand {
    width: 206px;
    min-width: 178px;
    justify-content: center;
    overflow: hidden;
  }

  .brand img {
    width: 130%;
    max-width: none;
  }

  .site-nav {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 0.86rem;
  }

  .hero-section,
  .section-grid,
  .workflow-section,
  .data-trust-section,
  .waitlist-section,
  .blog-hero,
  .blog-index-section,
  .article-layout {
    padding-inline: 18px;
  }

  .hero-section {
    padding-top: 34px;
    padding-bottom: 62px;
  }

  h1 {
    font-size: clamp(2.6rem, 12.5vw, 4rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

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

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .signal-strip {
    grid-template-columns: 1fr;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .data-trust-grid {
    grid-template-columns: 1fr;
  }

  .data-trust-grid article {
    min-height: auto;
  }

  .workflow-grid article {
    min-height: auto;
  }

  .workflow-grid span {
    margin-bottom: 28px;
  }

  .pipeline-step {
    grid-template-columns: 38px 1fr;
  }

  .pipeline-step span {
    width: 38px;
    height: 38px;
  }

  .panel-top,
  .form-header,
  .site-footer {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .legal-links,
  .social-links {
    grid-column: 1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .legal-header {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 18px;
  }

  .legal-header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .legal-toc ol {
    grid-template-columns: 1fr;
  }

  .legal-content {
    border-radius: 22px;
  }

  .legal-content h1 {
    font-size: clamp(2rem, 10vw, 3.4rem);
  }

  .legal-page-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main {
    align-items: flex-start;
    flex-direction: column;
  }

  .status-page {
    padding-top: 28px;
  }

  .status-hero {
    min-height: auto;
    border-radius: 24px;
  }

  .status-actions .primary-button,
  .status-actions .secondary-button {
    width: 100%;
  }

  .blog-index-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-card {
    min-height: auto;
  }

  .blog-cta-band {
    margin-inline: 18px;
  }

  .blog-cta-band .primary-button {
    width: 100%;
  }

  .article-body {
    margin-top: 34px;
  }
}

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