:root {
  --purple: #4630d4;
  --purple-hover: #3726b8;
  --ink: #000;
  --paper: #f7f7f5;
  --muted: #333;
  --line: #dcdcdc;
  --navy: #001a33;
  --teal: #92eeee;
  --gray: #b7c0c8;
  --font: "Outfit", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  background: var(--paper);
}

.skip {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--purple);
  color: #fff;
  padding: 0.5rem 0.8rem;
}
.skip:focus { top: 1rem; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 2rem;
  background: #fff;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.mark {
  width: 18px;
  height: 18px;
  background: #000;
}
.nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.9rem;
  font-weight: 400;
}
.nav a {
  color: var(--ink);
  text-decoration: none;
}
.nav a:hover { color: var(--purple); }
.header-cta {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  background: var(--purple);
  border: 1px solid var(--purple);
  padding: 4px 16px;
  text-decoration: none;
}
.header-cta:hover { background: var(--purple-hover); }

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  padding: 3.5rem 2rem 4.5rem;
}

.display {
  margin: 0 0 1.25rem;
  font-size: clamp(3rem, 6vw, 56px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.lede {
  margin: 0 0 1.25rem;
  max-width: 28rem;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.points {
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
}
.points li {
  position: relative;
  padding-left: 1.1rem;
  margin: 0.35rem 0;
}
.points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: #000;
}

.actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-width: 16rem;
  font: inherit;
  font-weight: 400;
  font-size: 16px;
  padding: 12px;
  border: 1px solid var(--purple);
  cursor: pointer;
  text-decoration: none;
  line-height: 1.5;
}
.btn-primary {
  background: var(--purple);
  color: #fff;
}
.btn-primary:hover { background: var(--purple-hover); border-color: var(--purple-hover); }
.btn-ghost {
  background: #fff;
  color: var(--purple);
}
.btn-ghost:hover { background: #f3f0ff; }
.btn:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.chev { width: 14px; height: 14px; }

.waitlist label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.waitlist input[type="email"] {
  min-width: 16rem;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font: inherit;
  font-weight: 400;
  padding: 12px;
  outline: none;
}
.waitlist input:focus { border-color: var(--purple); }
.form-note { margin: 0.6rem 0 0; color: var(--purple); }
.form-note[hidden] { display: none; }

.collage {
  position: relative;
  min-height: 420px;
}
.tile {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.1rem 1.15rem 1.2rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.tile-a { width: 200px; left: 8%; top: 8%; transform: rotate(-7deg); z-index: 2; }
.tile-b { width: 210px; right: 6%; top: 18%; transform: rotate(6deg); z-index: 3; }
.tile-c { width: 190px; left: 28%; bottom: 4%; transform: rotate(-2deg); z-index: 1; }
.dial { display: block; width: 88px; height: 88px; margin: 0 auto 0.7rem; }
.tile .who { margin: 0; font-weight: 400; }

.band {
  background: var(--navy);
  color: #fff;
  padding: 4.5rem 2rem;
  text-align: center;
}
.band h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.025em;
}
.band .sub {
  margin: 1rem auto 2.5rem;
  max-width: 28rem;
  color: var(--gray);
  font-size: 18px;
}
.tabs {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
  color: var(--gray);
  font-weight: 400;
}
.tabs b { color: var(--teal); font-weight: 500; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.steps h3 {
  margin: 0 0 0.4rem;
  color: var(--teal);
  font-size: 1.05rem;
  font-weight: 500;
}
.steps p { margin: 0; color: var(--gray); }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1160px;
  margin: 0 auto;
  padding: 4.5rem 2rem 3rem;
}
.split h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 500;
  letter-spacing: -0.025em;
}
.split p {
  margin: 0 0 1rem;
  max-width: 28rem;
  color: var(--muted);
}
.arrow-link {
  color: var(--purple);
  text-decoration: none;
  font-weight: 400;
}
.arrow-link:hover { text-decoration: underline; }

.faq {
  max-width: 640px;
  margin: 0 auto 4rem;
  padding: 0 2rem;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  font-weight: 500;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq details p {
  margin: 0.5rem 0 0;
  color: var(--muted);
}

.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 3.5rem 2rem 5rem;
}
.legal .page-title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.025em;
}
.legal .updated {
  margin: 0 0 2rem;
  color: var(--muted);
  font-size: 0.9rem;
}
.legal h2 {
  margin: 2rem 0 0.6rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.legal p, .legal li { color: var(--muted); }
.legal ul { padding-left: 1.2rem; }
.legal a { color: var(--purple); }

footer {
  background: var(--navy);
  color: var(--gray);
  padding: 1.5rem 2rem 2rem;
  font-size: 0.85rem;
}
footer strong { color: #fff; font-weight: 500; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  margin: 0.75rem 0 0.9rem;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
}
.footer-links a:hover { text-decoration: underline; }

@media (max-width: 860px) {
  .hero, .split, .steps { grid-template-columns: 1fr; }
  .collage { min-height: 360px; margin: 0 auto; max-width: 420px; }
  .tile-a { left: 4%; }
  .tile-b { right: 2%; }
  .actions, .waitlist input[type="email"], .btn { width: 100%; max-width: 20rem; }
  .tabs { gap: 1.2rem; flex-wrap: wrap; }
  .site-header { flex-wrap: wrap; }
  .nav { order: 3; width: 100%; font-size: 0.85rem; }
}
