:root {
  --ink-950: #1c3058;
  --ink-900: #2b4575;
  --ink-700: #64769d;
  --paper: rgba(255, 255, 255, 0.84);
  --paper-strong: rgba(255, 255, 255, 0.92);
  --line: rgba(99, 126, 175, 0.18);
  --glow-sky: #c8e8ff;
  --glow-mint: #d8f5e7;
  --glow-pink: #f6d5eb;
  --glow-violet: #d7d7ff;
  --action-start: #6e6ae8;
  --action-end: #f1a9d6;
  --brand-display: ui-serif, "New York", "Iowan Old Style", Georgia, serif;
  --brand-ui: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Segoe UI", sans-serif;
  --shadow-lg: 0 28px 72px rgba(92, 113, 157, 0.16);
  --shadow-md: 0 18px 46px rgba(92, 113, 157, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  font-family: var(--brand-ui);
  color: var(--ink-950);
  background: #f7fbff;
}

body {
  margin: 0;
  min-height: 100vh;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.site-backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 10%, rgba(200, 232, 255, 0.72), transparent 28%),
    radial-gradient(circle at 84% 8%, rgba(216, 245, 231, 0.74), transparent 22%),
    radial-gradient(circle at 72% 84%, rgba(246, 213, 235, 0.42), transparent 18%),
    linear-gradient(180deg, #fbfdff 0%, #eef6ff 100%);
}

.site-shell {
  width: min(1220px, calc(100% - 28px));
  margin: 0 auto;
  padding: 28px 0 42px;
}

.legal-shell {
  width: min(1040px, calc(100% - 28px));
}

.site-header,
.hero,
.feature-band,
.waitlist-section,
.privacy-summary,
.site-footer,
.legal-hero,
.legal-card {
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(22px);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px 20px;
  border-radius: 28px;
}

.compact-header {
  margin-bottom: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-lockup {
  width: auto;
  height: 54px;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-nav a,
.footer-links a {
  text-decoration: none;
  color: var(--ink-700);
  font-weight: 700;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 42px;
  margin-top: 22px;
  padding: 34px;
  border-radius: 38px;
  align-items: center;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 8px 18px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--ink-700);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 800;
}

h1,
h2,
.legal-hero h1 {
  margin: 0;
  font-family: var(--brand-display);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.02;
  text-wrap: balance;
}

h1 {
  max-width: 13.5ch;
  font-size: clamp(3.15rem, 4.8vw, 4.7rem);
}

h2,
.legal-hero h1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.1;
}

.hero-body,
.section-body,
.detail-list span,
.statement-grid p,
.privacy-grid p,
.legal-card p,
.waitlist-header p,
.form-status {
  color: var(--ink-700);
  line-height: 1.65;
  font-size: 1.02rem;
}

.hero-body {
  max-width: 36rem;
  margin-top: 18px;
}

.hero-actions,
.privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--action-start), var(--action-end));
  box-shadow: 0 18px 38px rgba(143, 122, 224, 0.28);
}

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

.button-block {
  width: 100%;
}

.hero-visual {
  display: grid;
  place-items: center;
}

.hero-figure {
  position: relative;
  width: 100%;
  min-height: 560px;
  padding: 34px 34px 108px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(240, 247, 255, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-md);
  display: grid;
  place-items: center;
}

.hero-figure::before,
.hero-figure::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  filter: blur(34px);
}

.hero-figure::before {
  width: 220px;
  height: 220px;
  background: rgba(200, 232, 255, 0.62);
  left: 8%;
  top: 12%;
}

.hero-figure::after {
  width: 240px;
  height: 240px;
  background: rgba(246, 213, 235, 0.52);
  right: 10%;
  top: 18%;
}

.hero-orb {
  position: relative;
  width: min(78%, 360px);
  aspect-ratio: 1;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(193, 222, 255, 0.96), rgba(245, 199, 227, 0.94), rgba(186, 178, 255, 0.92));
  box-shadow:
    0 40px 70px rgba(105, 129, 177, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.hero-orb::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 999px;
  background: rgba(244, 248, 255, 0.9);
}

.hero-orb::after {
  content: "";
  position: absolute;
  inset: 26px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.92);
}

.hero-orb-core {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.hero-plus {
  position: relative;
  width: 78px;
  height: 78px;
}

.hero-plus::before,
.hero-plus::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: var(--ink-900);
}

.hero-plus::before {
  width: 78px;
  height: 14px;
}

.hero-plus::after {
  width: 14px;
  height: 78px;
}

.hero-stat {
  position: absolute;
  bottom: 28px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(102, 124, 168, 0.14);
  display: grid;
  gap: 4px;
  min-width: 164px;
  z-index: 2;
}

.hero-stat strong {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.hero-stat span {
  color: var(--ink-700);
  font-weight: 700;
}

.hero-stat-left {
  left: 28px;
}

.hero-stat-right {
  right: 28px;
}

.feature-band,
.waitlist-section,
.legal-hero {
  margin-top: 22px;
  border-radius: 32px;
  padding: 28px;
}

.feature-band-copy {
  max-width: 56rem;
  margin-bottom: 24px;
}

.feature-band-list,
.statement-grid,
.privacy-grid,
.legal-grid {
  display: grid;
  gap: 16px;
}

.feature-band-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.feature-band-list article {
  padding: 18px;
  border-radius: 24px;
  border-left: 1px solid var(--line);
}

.legal-card {
  padding: 18px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--paper-strong);
}

.feature-band-list article:first-child {
  border-left: 0;
  padding-left: 0;
}

.feature-band-list strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.96rem;
}

.feature-band-list p {
  margin: 0;
}

.waitlist-shell {
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, rgba(200, 232, 255, 0.28), rgba(246, 213, 235, 0.28));
  box-shadow: var(--shadow-md);
}

.waitlist-section .section-heading {
  max-width: 42rem;
  margin-bottom: 24px;
}

.waitlist-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  margin-top: 0;
}

.waitlist-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-900);
  font-size: 0.92rem;
  font-weight: 700;
}

.waitlist-form input,
.waitlist-form textarea {
  width: 100%;
  border: 1px solid rgba(117, 139, 185, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  padding: 14px 16px;
  color: var(--ink-950);
}

.waitlist-form textarea {
  resize: vertical;
}

.field-wide {
  grid-column: 1 / -1;
}

.checkbox-row {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
}

.checkbox-row input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.form-status {
  min-height: 1.6em;
  margin: 0;
  font-size: 0.94rem;
}

.form-status[data-state="success"] {
  color: #24663d;
}

.form-status[data-state="error"] {
  color: #8c3350;
}

.legal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding: 20px 24px;
  border-radius: 28px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 980px) {
  .hero,
  .feature-band-list,
  .waitlist-form,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .feature-band-list article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 18px;
    border-radius: 0;
  }

  .feature-band-list article:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .hero-figure {
    min-height: 420px;
  }

  .hero-stat {
    min-width: 148px;
  }

  h1 {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .site-shell,
  .legal-shell {
    width: min(100%, calc(100% - 20px));
    padding-top: 14px;
  }

  .site-header,
  .hero,
  .feature-band,
  .waitlist-section,
  .privacy-summary,
  .site-footer,
  .legal-hero {
    padding: 18px;
    border-radius: 24px;
  }

  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    gap: 14px;
  }

  .hero-actions,
  .privacy-actions,
  .footer-links {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .hero-figure {
    min-height: 320px;
    padding: 20px 20px 86px;
  }

  .hero-plus {
    width: 62px;
    height: 62px;
  }

  .hero-plus::before {
    width: 62px;
    height: 12px;
  }

  .hero-plus::after {
    width: 12px;
    height: 62px;
  }

  .hero-stat {
    bottom: 18px;
    min-width: auto;
    padding: 12px 14px;
  }

  .hero-stat strong {
    font-size: 1.45rem;
  }
}
