:root {
  --ink: #111426;
  --ink-soft: #20243b;
  --paper: #f4f0e8;
  --paper-bright: #fcfaf6;
  --white: #ffffff;
  --violet: #7a6cf6;
  --violet-light: #a99fff;
  --mint: #79ded0;
  --coral: #ff8a70;
  --line-dark: rgba(17, 20, 38, 0.15);
  --line-light: rgba(255, 255, 255, 0.15);
  --text-muted: #606478;
  --shell: min(1180px, calc(100vw - 48px));
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --shadow: 0 28px 80px rgba(10, 12, 27, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

svg {
  display: block;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--mint);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--paper-bright);
  border-bottom: 1px solid transparent;
  transition: background 200ms ease, border-color 200ms ease, backdrop-filter 200ms ease;
}

.site-header.is-scrolled {
  background: rgba(17, 20, 38, 0.86);
  border-color: var(--line-light);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 740;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 34px;
  height: 34px;
}

.brand-mark circle,
.brand-mark path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.brand-mark .brand-spark {
  stroke: var(--mint);
  stroke-width: 2.2;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 14px;
  font-weight: 570;
}

.primary-nav > a:not(.button) {
  color: rgba(255, 255, 255, 0.72);
  transition: color 160ms ease;
}

.primary-nav > a:not(.button):hover {
  color: var(--white);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 1px solid var(--line-light);
  border-radius: 50%;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 680;
  letter-spacing: -0.01em;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

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

.button svg {
  width: 18px;
  height: 18px;
}

.button svg path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.button-small {
  min-height: 42px;
  padding-inline: 20px;
  font-size: 13px;
}

.button-large {
  min-height: 60px;
  padding-inline: 28px;
}

.button-primary {
  color: var(--ink);
  background: var(--mint);
  box-shadow: 0 12px 36px rgba(121, 222, 208, 0.18);
}

.button-primary:hover {
  background: #90e8dc;
  box-shadow: 0 15px 42px rgba(121, 222, 208, 0.28);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover {
  background: #292d48;
}

.site-header .button-dark {
  color: var(--ink);
  background: var(--paper-bright);
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  color: var(--paper-bright);
  background:
    linear-gradient(115deg, rgba(122, 108, 246, 0.08), transparent 45%),
    var(--ink);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.24;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to right, black, transparent 75%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  opacity: 0.8;
  pointer-events: none;
}

.hero-glow-one {
  width: 480px;
  height: 480px;
  top: -250px;
  right: 8%;
  background: radial-gradient(circle, rgba(122, 108, 246, 0.32), transparent 68%);
}

.hero-glow-two {
  width: 400px;
  height: 400px;
  right: -230px;
  bottom: -130px;
  background: radial-gradient(circle, rgba(121, 222, 208, 0.18), transparent 68%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 780px;
  padding-top: 146px;
  padding-bottom: 92px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(450px, 0.98fr);
  align-items: center;
  gap: 70px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 23px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.19em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 23px;
  height: 1px;
  background: var(--mint);
}

.eyebrow-dark {
  color: var(--text-muted);
}

.hero h1,
.section-heading h2,
.process-copy h2,
.beta-copy h2,
.error-content h1 {
  margin: 0;
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(56px, 6.1vw, 88px);
}

.hero h1 em {
  color: var(--violet-light);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-intro {
  max-width: 590px;
  margin: 30px 0 34px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-block: 8px;
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 14px;
  font-weight: 620;
  transition: color 160ms ease, border-color 160ms ease;
}

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

.microcopy {
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
}

.answer-stage {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
}

.stage-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 50%;
}

.orbit-one {
  width: 520px;
  height: 520px;
}

.orbit-two {
  width: 390px;
  height: 390px;
}

.answer-card {
  position: relative;
  z-index: 2;
  width: min(445px, 100%);
  padding: 25px;
  color: var(--ink);
  background: rgba(252, 250, 246, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 26px;
  box-shadow: var(--shadow);
  transform: rotate(1.4deg);
}

.answer-topbar {
  padding-bottom: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-dark);
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 720;
}

.mini-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-family: Georgia, serif;
}

.status {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 670;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status span {
  width: 7px;
  height: 7px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(121, 222, 208, 0.16);
}

.question-bubble {
  margin: 25px 0 15px 44px;
  padding: 16px 18px;
  background: #e9e5ff;
  border-radius: 15px 15px 4px 15px;
}

.bubble-label {
  display: block;
  margin-bottom: 5px;
  color: #6c629c;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.question-bubble p,
.carmen-answer p {
  margin: 0;
}

.question-bubble p {
  font-size: 14px;
  font-weight: 630;
  line-height: 1.45;
}

.carmen-answer {
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 4px 15px 15px 15px;
}

.answer-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.answer-icon {
  color: var(--violet);
  font-size: 15px;
}

.answer-summary {
  margin-top: 17px !important;
  font-size: 14px;
  font-weight: 640;
}

.answer-metric {
  margin-top: 9px;
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.metric-value {
  font-size: 31px;
  font-weight: 760;
  letter-spacing: -0.05em;
}

.metric-label {
  color: var(--text-muted);
  font-size: 12px;
}

.answer-foot {
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #989bad;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.answer-line {
  height: 1px;
  flex: 1;
  background: var(--line-dark);
}

.prompt-chip {
  position: absolute;
  z-index: 3;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(41, 45, 72, 0.85);
  border: 1px solid var(--line-light);
  border-radius: 999px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  font-size: 11px;
  font-weight: 560;
}

.prompt-chip-one {
  top: 39px;
  left: 4px;
  transform: rotate(-4deg);
}

.prompt-chip-two {
  right: -8px;
  bottom: 45px;
  transform: rotate(3deg);
}

.question-strip {
  overflow: hidden;
  color: var(--ink);
  background: var(--mint);
  border-block: 1px solid rgba(17, 20, 38, 0.12);
}

.question-track {
  width: max-content;
  min-height: 74px;
  padding-inline: 18px;
  display: flex;
  align-items: center;
  gap: 28px;
  animation: ticker 26s linear infinite;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.question-track i {
  color: rgba(17, 20, 38, 0.42);
  font-size: 11px;
  font-style: normal;
}

@keyframes ticker {
  to { transform: translateX(-35%); }
}

.section {
  padding: 130px 0;
}

.section-light {
  background: var(--paper);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 62px;
}

.section-heading h2,
.process-copy h2,
.beta-copy h2 {
  font-size: clamp(43px, 5.2vw, 68px);
}

.section-heading > p:last-child {
  max-width: 680px;
  margin: 27px 0 0;
  color: var(--text-muted);
  font-size: 18px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 16px;
}

.benefit-card {
  position: relative;
  min-height: 380px;
  padding: 31px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
}

.benefit-card-featured {
  background: var(--paper-bright);
  box-shadow: 0 18px 55px rgba(17, 20, 38, 0.08);
}

.card-number {
  display: block;
  color: #9496a1;
  font-size: 10px;
  font-weight: 740;
  letter-spacing: 0.15em;
}

.benefit-icon {
  width: 64px;
  height: 64px;
  margin-top: 58px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: rgba(122, 108, 246, 0.09);
  border-radius: 50%;
}

.benefit-card-featured .benefit-icon {
  background: var(--mint);
}

.benefit-icon svg {
  width: 34px;
  height: 34px;
}

.benefit-icon path,
.benefit-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.benefit-card h3 {
  margin: 31px 0 10px;
  font-size: 23px;
  letter-spacing: -0.035em;
}

.benefit-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
}

.card-accent {
  position: absolute;
  width: 170px;
  height: 170px;
  top: -65px;
  right: -50px;
  border: 22px solid rgba(122, 108, 246, 0.08);
  border-radius: 50%;
}

.section-ink {
  position: relative;
  color: var(--paper-bright);
  background: var(--ink);
}

.section-ink::after {
  position: absolute;
  width: 350px;
  height: 350px;
  right: 4%;
  bottom: -220px;
  content: "";
  background: radial-gradient(circle, rgba(122, 108, 246, 0.24), transparent 68%);
  pointer-events: none;
}

.process-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 110px;
}

.process-copy {
  position: sticky;
  top: 150px;
  align-self: start;
}

.process-copy p:not(.eyebrow) {
  max-width: 450px;
  margin: 28px 0 28px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 17px;
}

.text-link-light {
  color: var(--mint);
  border-color: rgba(121, 222, 208, 0.28);
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-item {
  min-height: 192px;
  padding: 37px 0;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 25px;
  border-top: 1px solid var(--line-light);
}

.process-item:last-child {
  border-bottom: 1px solid var(--line-light);
}

.process-number {
  color: var(--mint);
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
}

.process-item h3 {
  margin: 0 0 10px;
  font-size: 23px;
  font-weight: 590;
  letter-spacing: -0.03em;
}

.process-item p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 15px;
}

.beta-section {
  position: relative;
  background: var(--paper);
}

.beta-card {
  position: relative;
  min-height: 420px;
  padding: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: 50px;
  overflow: hidden;
  background: var(--paper-bright);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 70px rgba(17, 20, 38, 0.09);
}

.beta-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: radial-gradient(rgba(17, 20, 38, 0.11) 0.8px, transparent 0.8px);
  background-size: 17px 17px;
  mask-image: linear-gradient(to left, black, transparent 55%);
  opacity: 0.35;
}

.beta-orb {
  position: absolute;
  width: 290px;
  height: 290px;
  top: -130px;
  right: 11%;
  background: linear-gradient(145deg, var(--violet), var(--mint));
  border: 42px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  box-shadow: 0 24px 80px rgba(122, 108, 246, 0.24);
}

.beta-copy,
.beta-action {
  position: relative;
  z-index: 2;
}

.beta-copy h2 {
  max-width: 720px;
}

.beta-copy > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--text-muted);
  font-size: 16px;
}

.beta-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.beta-action > span {
  color: var(--text-muted);
  font-size: 11px;
}

.site-footer {
  padding: 70px 0 30px;
  color: var(--paper-bright);
  background: #0b0d19;
}

.footer-main {
  padding-bottom: 65px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer-tagline {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.footer-links a:hover {
  color: var(--mint);
}

.footer-legal {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  color: rgba(255, 255, 255, 0.32);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 10px;
}

.footer-legal span:last-child {
  max-width: 560px;
  text-align: right;
}

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

.reveal-delay {
  transition-delay: 130ms;
}

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

.error-page {
  min-height: 100vh;
  color: var(--paper-bright);
  background: var(--ink);
}

.error-content {
  width: min(680px, calc(100vw - 48px));
  min-height: 100vh;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.error-content .brand {
  margin-bottom: 90px;
}

.error-content h1 {
  font-size: clamp(50px, 7vw, 82px);
}

.error-content > p:not(.eyebrow) {
  max-width: 500px;
  margin: 25px 0 35px;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 175px;
  }

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

  .answer-stage {
    min-height: 510px;
  }

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

  .benefit-card:first-child {
    grid-column: 1 / -1;
  }

  .process-layout {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .process-copy {
    position: static;
  }

  .beta-card {
    padding: 58px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 32px, 620px);
  }

  .header-inner {
    min-height: 72px;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    inset: 72px 0 auto;
    padding: 24px 16px 32px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: rgba(17, 20, 38, 0.98);
    border-bottom: 1px solid var(--line-light);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav > a:not(.button) {
    padding: 17px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .primary-nav .button {
    margin-top: 22px;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    padding-top: 130px;
    padding-bottom: 62px;
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(49px, 14vw, 66px);
  }

  .hero-intro {
    margin-top: 24px;
    font-size: 17px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .answer-stage {
    min-height: 445px;
  }

  .orbit-one {
    width: 430px;
    height: 430px;
  }

  .orbit-two {
    width: 315px;
    height: 315px;
  }

  .answer-card {
    width: calc(100% - 10px);
    padding: 18px;
    transform: none;
  }

  .question-bubble {
    margin-left: 24px;
  }

  .prompt-chip {
    display: none;
  }

  .question-track {
    min-height: 64px;
  }

  .section {
    padding: 90px 0;
  }

  .section-heading {
    margin-bottom: 45px;
  }

  .section-heading h2,
  .process-copy h2,
  .beta-copy h2 {
    font-size: 43px;
  }

  .section-heading > p:last-child {
    font-size: 16px;
  }

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

  .benefit-card:first-child {
    grid-column: auto;
  }

  .benefit-card {
    min-height: 340px;
  }

  .benefit-icon {
    margin-top: 42px;
  }

  .process-item {
    grid-template-columns: 45px 1fr;
    gap: 16px;
  }

  .beta-card {
    min-height: 500px;
    padding: 42px 28px;
    align-content: end;
  }

  .beta-orb {
    width: 220px;
    height: 220px;
    top: -90px;
    right: -45px;
    border-width: 32px;
  }

  .footer-main,
  .footer-legal {
    flex-direction: column;
  }

  .footer-links {
    flex-direction: column;
    gap: 13px;
  }

  .footer-legal span:last-child {
    text-align: left;
  }
}

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

  .motion-ready .reveal {
    opacity: 1;
    transform: none;
  }
}
