:root {
  color-scheme: dark;
  --bg: #000;
  --text: rgba(255, 255, 255, 0.96);
  --muted: rgba(255, 255, 255, 0.58);
  --quiet: rgba(255, 255, 255, 0.34);
  --line: rgba(255, 255, 255, 0.14);
  --line-soft: rgba(255, 255, 255, 0.08);
  --glass: rgba(255, 255, 255, 0.055);
  --glass-strong: rgba(255, 255, 255, 0.09);
  --blue: #007aff;
  --blue-soft: rgba(0, 122, 255, 0.28);
  --blue-glow: rgba(0, 122, 255, 0.42);
  --radius-card: 24px;
  --radius-small: 16px;
  --page-max: 1180px;
  --page-gutter: 16px;
  --header-pad-y: 16px;
  --goal-controls-top: 84px;
  --goal-progress-duration: 5200ms;
  --font-ui: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", system-ui, sans-serif;
  --font-serif: "New York", ui-serif, "Iowan Old Style", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 50% -18%, rgba(0, 122, 255, 0.18), transparent 34rem),
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.06), transparent 18rem),
    #000;
  color: var(--text);
  font-family: var(--font-ui);
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

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

button,
input {
  color: inherit;
  font: inherit;
}

.page-shell {
  width: min(100%, var(--page-max));
  margin: 0 auto;
  padding: 0 var(--page-gutter) 32px;
}

.top-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  margin-inline: calc(50% - 50vw);
  padding: var(--header-pad-y) max(var(--page-gutter), calc((100vw - var(--page-max)) / 2 + var(--page-gutter)));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.wordmark {
  font-family: var(--font-serif);
  font-size: 31px;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
}

.top-cta,
.waitlist-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}

.top-cta {
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px var(--line-soft);
  color: var(--text);
}

.hero-section {
  display: grid;
  justify-items: center;
  gap: 36px;
  padding: 18px 0 24px;
}

.glass-surface {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035) 42%, rgba(255, 255, 255, 0.015)),
    var(--glass);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(255, 255, 255, 0.035),
    0 24px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(28px) saturate(130%);
}

.glass-surface::after {
  position: absolute;
  inset: 1px;
  content: "";
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.13), transparent 36%);
  opacity: 0.55;
}

.pace-hero {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: 100%;
  padding: 2px 0 0;
}

.eyebrow {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.pace-meaning {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 560;
  text-align: center;
}

.radar-stage {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 320px;
  isolation: isolate;
}

.radar-stage::before {
  position: absolute;
  width: 230px;
  height: 230px;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 122, 255, 0.18), transparent 64%);
  filter: blur(18px);
}

.radar-figure {
  position: relative;
  width: min(92vw, 354px);
  aspect-ratio: 1;
}

.radar-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.attachment-connectors .connector-base {
  fill: none;
  stroke: rgba(255, 255, 255, 0.18);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.attachment-connectors .connector-highlight {
  fill: none;
  opacity: 0;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.outer-pentagon {
  fill: url("#outerGlass");
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1;
}

.guide-rings path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 0.9;
  stroke-linejoin: round;
}

.guide-rings path:nth-child(1) {
  stroke-opacity: 0.44;
}

.guide-rings path:nth-child(2) {
  stroke-opacity: 0.58;
}

.guide-rings path:nth-child(3) {
  stroke-opacity: 0.74;
}

.guide-rings path:nth-child(4) {
  stroke-opacity: 0.9;
}

.radar-shape {
  fill: url("#radarFill");
  fill-opacity: 0.84;
  stroke: var(--blue);
  stroke-width: 2.2;
  stroke-linejoin: round;
}

.pace-number {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  color: var(--text);
  font-size: clamp(42px, 13vw, 58px);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  line-height: 1;
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%);
  transition: transform 360ms ease, opacity 240ms ease;
}

.pace-number.is-changing {
  transform: translate(-50%, -50%) scale(1.04);
}

.metric-attachment {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1.5px;
  width: 48px;
  height: 48px;
  color: var(--text);
  overflow: visible;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition:
    left 520ms cubic-bezier(0.22, 1, 0.36, 1),
    top 520ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
}

.metric-attachment::before {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
}

.metric-percent {
  position: relative;
  z-index: 1;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 14px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.metric-title {
  position: relative;
  z-index: 1;
  display: block;
  justify-self: center;
  min-width: max-content;
  width: max-content;
  margin-top: 2px;
  color: var(--muted);
  font-size: 9.5px;
  line-height: 1;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
}

.hero-copy {
  display: grid;
  justify-items: stretch;
  gap: 12px;
  width: min(100%, 680px);
  margin-top: 16px;
}

.hero-signup-card {
  display: grid;
  gap: 14px;
  padding: 22px 18px;
}

.hero-signup-card > * {
  position: relative;
  z-index: 2;
}

.hero-signup-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

h1,
h2,
p {
  text-wrap: pretty;
}

h1 {
  width: min(100%, 680px);
  max-width: 680px;
  margin: 0;
  padding-bottom: 0.08em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(232, 242, 255, 0.9) 46%, rgba(156, 194, 255, 0.82) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: clamp(30px, 7.8vw, 68px);
  font-weight: 780;
  line-height: 1.06;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 18px 48px rgba(0, 122, 255, 0.14);
}

h1 span {
  text-decoration-line: underline;
  text-decoration-color: rgba(0, 122, 255, 0.78);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.14em;
}

.hero-actions {
  display: grid;
  justify-items: center;
  margin-top: 0;
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.scroll-cue-arrow {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.72;
  transform: rotate(45deg) translateY(-1px);
}

.demo-section,
.waitlist-section {
  padding: 26px 0;
}

.demo-section {
  scroll-margin-top: 76px;
}

h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(28px, 8vw, 50px);
  line-height: 1.02;
  letter-spacing: 0;
}

.demo-panel {
  display: grid;
  gap: 14px;
  max-width: 720px;
  margin: 0 auto;
}

.goal-carousel {
  position: relative;
  overflow: hidden;
  padding: 18px 16px;
  touch-action: pan-y;
  user-select: none;
}

.goal-carousel::after {
  z-index: 3;
}

.statement-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 8px 0 0;
}

.statement-track {
  display: flex;
  will-change: transform;
  transition: transform 760ms cubic-bezier(0.2, 0.78, 0.18, 1);
}

.statement-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.card-label {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.statement {
  display: block;
  margin: 0;
  width: 100%;
  min-height: 4.32em;
  font-family: var(--font-serif);
  font-size: clamp(30px, 8vw, 43px);
  line-height: 1.08;
}

.statement em {
  color: var(--text);
  font-style: italic;
}

.statement span {
  color: var(--text);
}

.goal-controls {
  position: sticky;
  top: var(--goal-controls-top);
  z-index: 19;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: calc(100vw - (var(--page-gutter) * 2));
  min-height: 38px;
  margin: 0 auto;
}

.goal-picker {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 38px;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.goal-controls.is-floating .goal-picker {
  background: rgba(12, 12, 14, 0.92);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 38px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.goal-rotation-toggle {
  position: relative;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 36px;
  height: 36px;
  min-height: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  box-shadow: none;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.goal-controls.is-floating .goal-rotation-toggle {
  background: rgba(12, 12, 14, 0.92);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 24px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.pause-icon {
  width: 9px;
  height: 10px;
  border-right: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.play-icon {
  display: none;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}

.goal-controls.is-paused .pause-icon {
  display: none;
}

.goal-controls.is-paused .play-icon {
  display: block;
}

.goal-chip {
  position: relative;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: none;
  cursor: pointer;
  transition:
    width 220ms ease,
    background 220ms ease,
    opacity 220ms ease;
}

.goal-chip.is-active {
  width: 36px;
  background: rgba(255, 255, 255, 0.14);
}

.goal-chip.is-active::before {
  position: absolute;
  inset: 0;
  width: 100%;
  content: "";
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), rgba(156, 194, 255, 0.9));
  box-shadow: 0 0 12px rgba(0, 122, 255, 0.34);
  transform: scaleX(0);
  transform-origin: left;
  animation: goal-dot-progress var(--goal-progress-duration) linear forwards;
}

.goal-controls.is-paused .goal-chip.is-active::before {
  animation-play-state: paused;
}

@keyframes goal-dot-progress {
  to {
    transform: scaleX(1);
  }
}

.system-stack {
  display: grid;
  gap: 30px;
  margin-top: 14px;
}

.system-card {
  padding: 18px;
}

.card-topline {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.step-number {
  color: var(--quiet);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.system-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}

.clarify-card {
  display: grid;
  gap: 20px;
}

.clarify-card .card-topline {
  margin-bottom: 0;
}

.clarify-chat-preview {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 22px;
  min-height: 386px;
  padding: 4px 0 4px;
}

.clarify-send-button::before {
  display: block;
  content: "";
  background: currentColor;
}

.clarify-message-list {
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
}

.clarify-assistant-message {
  display: flex;
  justify-content: flex-start;
}

.clarify-assistant-message p {
  width: min(92%, 318px);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 530;
  line-height: 1.42;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.16);
}

.clarify-message-list .clarify-assistant-message:first-child p {
  min-height: 117px;
}

.clarify-message-list .clarify-assistant-message:last-child p {
  min-height: 94px;
}

.clarify-user-message {
  display: flex;
  justify-content: flex-end;
}

.clarify-user-message p {
  width: min(86%, 298px);
  min-height: 83px;
  padding: 12px;
  border-radius: 20px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 660;
  line-height: 1.3;
  box-shadow: 0 10px 24px rgba(0, 122, 255, 0.22);
}

.clarify-input-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
  color: var(--quiet);
  font-size: 15px;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 12px 30px rgba(0, 0, 0, 0.16);
}

.clarify-send-button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 0 18px rgba(0, 122, 255, 0.3);
}

.clarify-send-button::before {
  width: 14px;
  height: 14px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 19V5 M5 12l7-7 7 7' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 19V5 M5 12l7-7 7 7' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.feature-card {
  display: grid;
  gap: 18px;
  align-content: start;
}

.feature-card .card-topline {
  margin-bottom: 0;
}

.feature-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.feature-copy h3 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(24px, 6vw, 34px);
  font-weight: 740;
  line-height: 1.08;
  letter-spacing: 0;
}

.feature-copy p,
.feature-body {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 620px;
  margin: 0;
  padding-top: 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.42;
}

.feature-note {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--quiet);
  font-size: 13px;
  line-height: 1.35;
}

.pace-feature-visual {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 28px;
  align-content: center;
  min-height: 260px;
  margin-top: 8px;
  padding: 8px 0;
}

.pace-feature-visual::before {
  position: absolute;
  inset: -34px 14% 156px;
  z-index: -1;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 122, 255, 0.2), transparent 68%);
  filter: blur(22px);
}

.pace-feature-score {
  display: grid;
  justify-items: center;
}

.pace-feature-value {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(52px, 15vw, 86px);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 0.95;
  text-shadow: 0 0 34px rgba(0, 122, 255, 0.28);
  transition: transform 360ms ease, opacity 240ms ease;
}

.pace-feature-value.is-changing {
  transform: scale(1.04);
}

.pace-signal-grid {
  display: grid;
  gap: 10px;
}

.pace-signal {
  display: grid;
  gap: 6px;
}

.pace-signal > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.pace-signal strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.pace-signal-track {
  display: block;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.pace-signal-track span {
  display: block;
  width: var(--signal-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(0, 122, 255, 0.72), #4d9bff 58%, rgba(181, 220, 255, 0.92));
  box-shadow: 0 0 14px rgba(0, 122, 255, 0.24);
  transition: width 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.context-feature-visual {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 300px;
  margin-top: 8px;
  isolation: isolate;
}

.context-feature-visual::before {
  position: absolute;
  inset: 34px 18%;
  z-index: -1;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 122, 255, 0.2), transparent 68%);
  filter: blur(22px);
}

.context-user {
  position: relative;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 42px rgba(0, 122, 255, 0.18);
}

.context-user-head {
  position: absolute;
  top: 28px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.context-user-body {
  position: absolute;
  bottom: 26px;
  width: 54px;
  height: 30px;
  border-radius: 999px 999px 18px 18px;
  background: rgba(255, 255, 255, 0.88);
}

.context-fact {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  max-width: min(48%, 178px);
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 12px 28px rgba(0, 0, 0, 0.2);
  animation: context-fact-float 7.5s ease-in-out infinite;
}

.context-fact-one {
  top: 26px;
  left: 4px;
}

.context-fact-two {
  top: 58px;
  right: 2px;
  animation-delay: -1.1s;
}

.context-fact-three {
  bottom: 74px;
  left: 0;
  animation-delay: -2.2s;
}

.context-fact-four {
  right: 8px;
  bottom: 58px;
  animation-delay: -3.3s;
}

.context-fact-five {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-name: context-fact-float-centered;
  animation-delay: -4.4s;
}

@keyframes context-fact-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes context-fact-float-centered {
  0%,
  100% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -3px);
  }
}

.roadmap-card {
  display: grid;
  gap: 20px;
}

.roadmap-card .card-topline {
  margin-bottom: 0;
}

.roadmap-preview {
  display: grid;
  gap: 0;
  margin-top: 4px;
}

.roadmap-step {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 16px;
  padding-bottom: 16px;
}

.roadmap-step::before {
  position: absolute;
  top: 23px;
  bottom: -1px;
  left: 11px;
  width: 3px;
  content: "";
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.roadmap-step.is-last {
  padding-bottom: 0;
}

.roadmap-step.is-last::before {
  display: none;
}

.roadmap-marker {
  position: relative;
  z-index: 1;
  align-self: start;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.24);
}

.roadmap-step.is-complete .roadmap-marker {
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 0 16px rgba(0, 122, 255, 0.28);
}

.roadmap-step.is-complete .roadmap-marker span {
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.roadmap-subgoal {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 34px rgba(0, 0, 0, 0.2);
}

.roadmap-step.is-open .roadmap-subgoal {
  padding: 16px;
}

.roadmap-subgoal-header {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.roadmap-subgoal-title {
  min-width: 0;
  min-height: 46px;
  margin: 0;
  color: var(--text);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.18;
}

.roadmap-subgoal-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  margin-left: auto;
}

.roadmap-icon-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 8px 18px rgba(0, 0, 0, 0.14);
}

.roadmap-menu::before {
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: currentColor;
  box-shadow: -6px 0 0 currentColor, 6px 0 0 currentColor;
}

.roadmap-chevron::before {
  width: 13px;
  height: 13px;
  content: "";
  background: currentColor;
  transform: translateX(-0.25px);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m9 18 6-6-6-6' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m9 18 6-6-6-6' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.roadmap-step.is-open .roadmap-chevron::before {
  transform: translateY(1px) rotate(90deg);
}

.roadmap-outcome {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.roadmap-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.09);
}

.roadmap-task-list {
  display: grid;
  gap: 10px;
}

.roadmap-task-row {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.roadmap-task-control {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.roadmap-task-row.is-complete .roadmap-task-control {
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 0 16px rgba(0, 122, 255, 0.26);
}

.roadmap-task-row.is-complete .roadmap-task-control::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  content: "";
  background: #fff;
  transform: translate(-50%, -50%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.roadmap-task-row.is-repeat .roadmap-task-control {
  border-color: rgba(0, 122, 255, 0.7);
}

.roadmap-task-row.is-repeat .roadmap-task-control::before,
.roadmap-task-row.is-repeat .roadmap-task-control::after {
  position: absolute;
  width: 11px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: rgba(83, 164, 255, 0.95);
}

.roadmap-task-row.is-repeat .roadmap-task-control::after {
  transform: rotate(90deg);
}

.roadmap-task-content {
  min-width: 0;
}

.roadmap-task-title {
  display: flex;
  align-items: center;
  min-height: 46px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.25;
}

.roadmap-task-row.is-repeat .roadmap-task-title {
  min-height: 69px;
}

.roadmap-task-row.is-complete .roadmap-task-title {
  color: var(--muted);
  text-decoration: line-through;
}

.roadmap-repeat-grid {
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  gap: 2px;
  width: min(126px, 100%);
  margin-top: 7px;
}

.roadmap-repeat-grid span {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.18);
}

.roadmap-repeat-grid span.is-filled {
  background: var(--blue);
  box-shadow: 0 0 8px rgba(0, 122, 255, 0.22);
}

.focus-card {
  display: grid;
  gap: 20px;
}

.focus-card .card-topline {
  margin-bottom: 0;
}

.focus-session-preview {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 22px;
  padding: 6px 0 0;
}

.focus-task-card {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 94px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 34px rgba(0, 0, 0, 0.2);
}

.focus-task-control {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.focus-task-card p {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 64px;
  margin: 0;
  color: var(--text);
  font-size: 17px;
  font-weight: 720;
  line-height: 1.25;
}

.focus-timer-panel {
  display: grid;
  justify-items: center;
  gap: 0;
}

.focus-timer-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 296px);
  min-height: 274px;
  isolation: isolate;
}

.focus-timer-stage::before {
  position: absolute;
  inset: 42px 20px;
  z-index: -1;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 122, 255, 0.16), transparent 68%);
  filter: blur(22px);
}

.focus-timer-arc {
  position: absolute;
  width: min(100%, 264px);
  aspect-ratio: 1;
  overflow: visible;
  opacity: 0;
  transition: opacity 220ms ease;
}

.focus-timer-stage.has-target .focus-timer-arc {
  opacity: 1;
}

.focus-arc-track,
.focus-arc-progress {
  fill: none;
  stroke-linecap: round;
  stroke-width: 18;
}

.focus-arc-track {
  stroke: rgba(255, 255, 255, 0.14);
}

.focus-arc-progress {
  stroke: var(--blue);
  stroke-dasharray: var(--focus-progress, 0) 100;
  filter: drop-shadow(0 0 8px rgba(0, 122, 255, 0.34));
  transition: stroke-dasharray 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.focus-timer-readout {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 7px;
  transform: translateY(14px);
}

.focus-timer-value {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(42px, 12vw, 58px);
  font-weight: 560;
  font-variant-numeric: tabular-nums;
  line-height: 0.95;
  text-shadow: 0 0 28px rgba(0, 122, 255, 0.18);
}

.focus-target-label {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.2;
}

.focus-body {
  width: 100%;
  max-width: 560px;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.42;
}

.waitlist-card {
  display: grid;
  gap: 12px;
  padding: 22px 18px;
}

.waitlist-card p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.waitlist-form {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.hero-waitlist-form {
  margin-top: 0;
}

.waitlist-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: none;
  background: rgba(255, 255, 255, 0.075);
  color: var(--text);
}

.waitlist-form input::placeholder {
  color: var(--quiet);
}

.waitlist-form input:focus {
  border-color: rgba(0, 122, 255, 0.7);
  box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.16);
}

.waitlist-form input:disabled {
  cursor: wait;
  opacity: 0.68;
}

.waitlist-form button {
  min-height: 52px;
  padding: 0 18px;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 0 24px var(--blue-soft);
}

.waitlist-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.waitlist-status,
.waitlist-consent {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.waitlist-status {
  min-height: 18px;
}

.waitlist-form[data-state="success"] .waitlist-status {
  color: rgba(112, 220, 160, 0.9);
}

.waitlist-form[data-state="error"] .waitlist-status {
  color: rgba(255, 146, 146, 0.92);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 28px 0 4px;
  color: var(--muted);
  font-size: 13px;
}

.footer .wordmark {
  color: var(--text);
  font-size: 26px;
}

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

@media (min-width: 760px) {
  :root {
    --page-gutter: 28px;
    --header-pad-y: 18px;
  }

  .page-shell {
    padding: 0 var(--page-gutter) 38px;
  }

  .hero-section {
    min-height: auto;
    padding: 38px 0 76px;
    gap: 38px;
  }

  .pace-hero {
    padding: 0;
  }

  .radar-stage {
    min-height: 430px;
  }

  .radar-figure {
    width: min(38vw, 438px);
  }

  .radar-stage::before {
    width: 310px;
    height: 310px;
  }

  .hero-copy {
    width: min(100%, 720px);
    gap: 14px;
    margin-top: 0;
  }

  .hero-actions {
    margin-top: 0;
  }

  h1 {
    width: min(100%, 760px);
    max-width: 760px;
    font-size: clamp(48px, 5.2vw, 68px);
    text-align: center;
  }

  .demo-panel {
    max-width: 760px;
  }

  .goal-carousel {
    position: relative;
  }

  .goal-carousel {
    padding: 22px;
  }

  .system-stack {
    gap: 36px;
    margin-top: 18px;
  }

  .system-card {
    padding: 22px;
  }

  .waitlist-card,
  .hero-signup-card {
    padding: 32px;
  }

  .waitlist-form {
    grid-template-columns: minmax(280px, 1fr) auto;
    max-width: 720px;
  }

  .waitlist-status {
    grid-column: 1 / -1;
  }

  .hero-waitlist-form {
    justify-self: center;
    width: min(100%, 680px);
  }
}

@media (min-width: 1040px) {
  .hero-section {
    gap: 44px;
  }

  .radar-figure {
    width: min(38vw, 438px);
  }

  .radar-svg {
    width: 100%;
  }

  .demo-section,
  .waitlist-section {
    padding: 42px 0;
  }
}

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