:root {
  --background: #f7f4ee;
  --background-warm: #fffaf2;
  --card: #ffffff;
  --navy: #132447;
  --body: #465064;
  --muted: #697386;
  --blue: #4a8cf4;
  --blue-dark: #2f6ed3;
  --lavender: #ecebfa;
  --lavender-strong: #7562e8;
  --mint: #eaf5ec;
  --mint-strong: #20a979;
  --gold: #fff2d7;
  --border: #e3e6ef;
  --shadow: 0 24px 64px rgba(19, 36, 71, 0.11);
  --soft-shadow: 0 12px 30px rgba(19, 36, 71, 0.065);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --rounded: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 8% 8%, rgba(236, 235, 250, 0.9), transparent 32rem),
    radial-gradient(circle at 90% 14%, rgba(234, 245, 236, 0.9), transparent 30rem),
    linear-gradient(180deg, var(--background-warm), var(--background));
  color: var(--navy);
  font-family: var(--rounded);
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(19, 36, 71, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 36, 71, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent 55%);
}

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

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

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

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

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

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(227, 230, 239, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 36px rgba(19, 36, 71, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
.mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand img,
.mini-brand img {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(19, 36, 71, 0.12);
}

.brand span {
  font-family: var(--serif);
  font-size: 1.22rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(227, 230, 239, 0.75);
  border-radius: 999px;
  background: rgba(247, 244, 238, 0.65);
}

.site-nav a,
.header-cta {
  color: var(--body);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a {
  padding: 8px 12px;
  border-radius: 999px;
}

.site-nav a:hover {
  background: var(--card);
  color: var(--navy);
}

.header-cta {
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--blue-dark);
  background: #eef4ff;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: clamp(42px, 7vw, 86px);
  align-items: center;
}

.hero {
  min-height: auto;
  padding: clamp(48px, 6vw, 72px) 0 clamp(46px, 6vw, 66px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(74, 140, 244, 0.12);
}

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

h1,
h2 {
  color: var(--navy);
  font-family: var(--serif);
  letter-spacing: -0.035em;
  line-height: 1.06;
}

h1 {
  max-width: 13ch;
  margin-bottom: 20px;
  font-size: clamp(1.9rem, 2.8vw, 2.45rem);
}

.hero-copy h1 {
  max-width: none;
}

.hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.9rem, 2.8vw, 2.45rem);
}

h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1.14rem;
  line-height: 1.18;
}

.hero-lede,
.solution-card p,
.section-heading p,
.closing-cta p {
  max-width: 600px;
  color: var(--body);
  font-size: clamp(1.04rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

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

.primary-button {
  color: #fff;
  background: linear-gradient(135deg, #5d4de8, #4a8cf4);
  box-shadow: 0 18px 34px rgba(74, 140, 244, 0.28);
}

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

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

.waitlist-form {
  position: relative;
  max-width: 590px;
  margin-top: 18px;
}

.waitlist-label {
  margin-bottom: 9px;
  color: var(--body);
  font-size: 0.88rem;
  font-weight: 650;
}

.waitlist-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.waitlist-form input[type="email"],
.waitlist-form button {
  min-height: 54px;
  border-radius: 999px;
  font: inherit;
}

.waitlist-form input[type="email"] {
  width: 100%;
  min-width: 0;
  padding: 0 19px;
  border: 1px solid var(--border);
  outline: none;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.waitlist-form input[type="email"]::placeholder {
  color: var(--muted);
}

.waitlist-form input[type="email"]:focus {
  border-color: rgba(74, 140, 244, 0.62);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(74, 140, 244, 0.12);
}

.waitlist-form button {
  padding: 0 22px;
  border: 1px solid rgba(74, 140, 244, 0.28);
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 26px rgba(19, 36, 71, 0.08);
  font-weight: 720;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.waitlist-form button:hover,
.waitlist-form button:focus-visible {
  transform: translateY(-2px);
  background: #fff;
}

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

.trap-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-message {
  min-height: 22px;
  margin: 9px 3px 0;
  color: var(--mint-strong);
  font-size: 0.9rem;
  font-weight: 650;
}

.form-message.is-error {
  color: #bd4f61;
}

.hero-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 2px;
  color: var(--blue-dark);
  font-size: 0.94rem;
  font-weight: 700;
}

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

.hero-beta-actions span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.hero-text-link span {
  transition: transform 180ms ease;
}

.hero-text-link:hover span {
  transform: translateY(2px);
}

.microcopy {
  margin-top: 17px;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 600;
}

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

.phone-frame {
  position: relative;
  width: min(370px, 100%);
  padding: 20px;
  border: 1px solid rgba(19, 36, 71, 0.08);
  border-radius: 44px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 242, 0.9)),
    var(--card);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.phone-frame::after {
  content: "";
  position: absolute;
  inset: auto -20% -24% -20%;
  height: 190px;
  background: radial-gradient(circle, rgba(236, 235, 250, 0.9), transparent 68%);
}

.phone-status,
.app-topline,
.app-greeting,
.handoff-card,
.care-list,
.mock-share {
  position: relative;
  z-index: 1;
}

.phone-status,
.app-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-status {
  margin-bottom: 18px;
  font-size: 0.88rem;
  font-weight: 850;
}

.status-dots {
  width: 46px;
  height: 14px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--navy) 0 26%, transparent 26% 38%, var(--navy) 38% 62%, transparent 62% 72%, var(--navy) 72% 100%);
  opacity: 0.9;
}

.app-topline {
  margin-bottom: 28px;
}

.mini-brand strong {
  font-family: var(--serif);
  font-size: 1.2rem;
}

.bell-dot {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 10px 20px rgba(19, 36, 71, 0.07);
}

.app-greeting span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-weight: 750;
}

.app-greeting h2 {
  margin-bottom: 16px;
  font-family: var(--rounded);
  font-size: 1.55rem;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.handoff-card,
.care-list,
.preview-card,
.insight-card,
.solution-card,
.feature-stack,
.closing-cta {
  border: 1px solid rgba(227, 230, 239, 0.92);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--soft-shadow);
}

.handoff-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
  padding: 16px;
  border-radius: 26px;
}

.avatar-stack {
  display: flex;
  align-items: center;
}

.child-avatar,
.caregiver-avatar,
.heart-chip {
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 900;
}

.child-avatar,
.caregiver-avatar {
  width: 58px;
  height: 58px;
  color: var(--navy);
  background: linear-gradient(135deg, #dbeafd, #fff);
  border: 3px solid #fff;
}

.caregiver-avatar {
  margin-left: -10px;
  background: linear-gradient(135deg, #efeaff, #fff);
}

.heart-chip {
  z-index: 2;
  width: 28px;
  height: 28px;
  margin-left: -8px;
  color: #de5a6e;
  background: #fff;
  box-shadow: 0 8px 18px rgba(19, 36, 71, 0.08);
}

.handoff-card h3 {
  margin-bottom: 3px;
  font-size: 1.08rem;
}

.handoff-card p {
  margin-bottom: 8px;
  color: var(--body);
  font-size: 0.9rem;
}

.live-pill {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--mint-strong);
  background: rgba(32, 169, 121, 0.12);
  font-size: 0.78rem;
  font-weight: 850;
}

.care-list {
  padding: 8px;
  border-radius: 24px;
}

.care-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 11px 10px;
  border-bottom: 1px solid rgba(227, 230, 239, 0.78);
  color: var(--body);
  font-weight: 760;
}

.care-row:last-child {
  border-bottom: 0;
}

.care-row strong {
  color: var(--mint-strong);
  font-size: 0.78rem;
}

.icon,
.card-icon {
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 900;
}

.icon {
  width: 34px;
  height: 34px;
  font-size: 0.9rem;
}

.mint {
  background: var(--mint);
  color: #1b9d87;
}

.lavender {
  background: var(--lavender);
  color: var(--lavender-strong);
}

.blue {
  background: #eaf1ff;
  color: var(--blue-dark);
}

.gold {
  background: var(--gold);
  color: #d99a25;
}

.mock-share {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 52px;
  margin-top: 14px;
  border: 0;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #5d4de8, #4a8cf4);
  font: 850 0.98rem var(--rounded);
}

.live-screen {
  padding: 16px;
}

.mock-live-header,
.mock-session-overview,
.mock-section-heading,
.mock-update-list,
.mock-conversation,
.mock-quick-actions {
  position: relative;
  z-index: 1;
}

.mock-live-header {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  margin-bottom: 7px;
  text-align: center;
}

.mock-live-header strong {
  font-size: 0.98rem;
  letter-spacing: -0.025em;
}

.mock-round-control,
.mock-menu-control {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--navy);
  font-weight: 850;
}

.mock-round-control {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  font-size: 1.45rem;
  line-height: 1;
}

.mock-menu-control {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.mock-live-status {
  position: relative;
  z-index: 1;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  margin: 0 auto 10px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--mint-strong);
  background: rgba(32, 169, 121, 0.12);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.mock-live-status span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}

.mock-session-overview,
.mock-update-list,
.mock-conversation {
  border: 1px solid rgba(227, 230, 239, 0.92);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 22px rgba(19, 36, 71, 0.055);
}

.mock-session-overview {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: center;
  padding: 13px;
  border-radius: 20px;
}

.compact-avatar {
  width: 45px;
  height: 45px;
  border-width: 2px;
}

.compact-heart {
  width: 24px;
  height: 24px;
  margin-left: -7px;
  font-size: 0.74rem;
}

.mock-session-copy h3 {
  margin-bottom: 4px;
  font-size: 0.98rem;
}

.mock-session-copy p {
  margin-bottom: 1px;
  color: var(--body);
  font-size: 0.77rem;
}

.mock-session-copy span {
  display: block;
  margin-top: 4px;
  color: #149a8b;
  font-size: 0.72rem;
  font-weight: 700;
}

.mock-section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 12px 4px 7px;
}

.mock-section-heading strong {
  font-size: 0.89rem;
}

.mock-section-heading span {
  color: var(--blue-dark);
  font-size: 0.73rem;
  font-weight: 700;
}

.mock-update-list {
  overflow: hidden;
  padding: 3px 10px;
  border-radius: 18px;
}

.mock-update-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(227, 230, 239, 0.82);
}

.mock-update-row:last-child {
  border-bottom: 0;
}

.mock-update-icon {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 999px;
  font-size: 0.82rem;
}

.mock-update-row div,
.mock-message div {
  display: grid;
  gap: 2px;
}

.mock-update-row strong,
.mock-message strong {
  color: var(--navy);
  font-size: 0.79rem;
}

.mock-update-row small,
.mock-message small {
  color: var(--body);
  font-size: 0.7rem;
}

.mock-update-row time,
.mock-message time {
  color: var(--muted);
  font-size: 0.68rem;
  white-space: nowrap;
}

.conversation-heading {
  margin-top: 11px;
}

.mock-conversation {
  padding: 9px 10px 10px;
  border-radius: 18px;
}

.mock-message {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 9px;
  align-items: center;
  padding-bottom: 8px;
}

.mock-message > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  color: var(--lavender-strong);
  background: var(--lavender);
  font-size: 0.75rem;
  font-weight: 800;
}

.mock-message-input {
  display: flex;
  min-height: 37px;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px;
  border: 1px solid var(--border);
  border-radius: 13px;
  color: var(--muted);
  background: #fbfcff;
  font-size: 0.72rem;
}

.mock-message-input strong {
  color: var(--blue-dark);
}

.mock-quick-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.mock-quick-actions span {
  display: grid;
  min-height: 36px;
  place-items: center;
  border: 1px solid rgba(47, 110, 211, 0.22);
  border-radius: 12px;
  color: var(--blue-dark);
  background: rgba(74, 140, 244, 0.06);
  font-size: 0.72rem;
  font-weight: 750;
}

.mock-quick-actions .danger {
  border-color: rgba(189, 79, 97, 0.2);
  color: #bd4f61;
  background: rgba(189, 79, 97, 0.05);
}

.floating-note {
  position: absolute;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(19, 36, 71, 0.12);
  font-size: 0.84rem;
  font-weight: 850;
  backdrop-filter: blur(16px);
}

.note-one {
  top: 12%;
  right: -14px;
}

.note-two {
  bottom: 19%;
  left: -16px;
}

.problem-solution,
.solution {
  padding: clamp(42px, 5.5vw, 64px) 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 24px;
}

.section-heading.centered {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.problem-grid,
.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.insight-card,
.preview-card {
  min-height: 200px;
  padding: 22px;
  border-radius: var(--radius-lg);
}

.card-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}

.insight-card p,
.preview-card p,
.feature-line p {
  margin-bottom: 0;
  color: var(--body);
}

.solution-card,
.feature-stack,
.closing-cta {
  border-radius: var(--radius-xl);
}

.solution-card {
  padding: clamp(26px, 3.5vw, 38px);
  background:
    radial-gradient(circle at 0 0, rgba(236, 235, 250, 0.95), transparent 24rem),
    rgba(255, 255, 255, 0.84);
}

.solution-card h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.45rem);
}

.feature-stack {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.feature-line {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 15px 17px;
  border-radius: 22px;
  background: rgba(247, 244, 238, 0.66);
}

.feature-line span {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 7px rgba(74, 140, 244, 0.12);
}

.preview-card {
  position: relative;
  overflow: hidden;
}

.preview-top {
  height: 118px;
  margin: -8px -8px 22px;
  border-radius: 22px;
}

.preview-top.mint {
  background:
    linear-gradient(135deg, rgba(234, 245, 236, 1), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 22% 22%, #fff, transparent 18%);
}

.preview-top.lavender {
  background:
    linear-gradient(135deg, rgba(236, 235, 250, 1), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 70% 28%, #fff, transparent 18%);
}

.preview-top.blue {
  background:
    linear-gradient(135deg, rgba(234, 241, 255, 1), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 50% 52%, #fff, transparent 19%);
}

.closing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: clamp(34px, 5vw, 56px) 0 28px;
  padding: clamp(26px, 4vw, 40px);
  background:
    radial-gradient(circle at 12% 18%, rgba(234, 245, 236, 0.95), transparent 26rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(236, 235, 250, 0.75));
}

.closing-cta h2 {
  max-width: 780px;
  font-size: clamp(1.9rem, 2.7vw, 2.4rem);
}

.beta-promo {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin: clamp(42px, 6vw, 68px) 0;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(227, 230, 239, 0.92);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 90% 12%, rgba(234, 241, 255, 0.92), transparent 24rem),
    radial-gradient(circle at 8% 90%, rgba(236, 235, 250, 0.88), transparent 24rem),
    rgba(255, 255, 255, 0.86);
  box-shadow: var(--soft-shadow);
}

.beta-promo h2 {
  margin-bottom: 14px;
}

.beta-promo-copy > p:last-of-type,
.beta-promo-action p {
  color: var(--body);
}

.beta-promo-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.beta-promo-list li {
  position: relative;
  padding-left: 24px;
  color: var(--navy);
  font-weight: 650;
}

.beta-promo-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--mint-strong);
  font-weight: 850;
}

.beta-promo-action {
  padding: 24px;
  border: 1px solid rgba(227, 230, 239, 0.9);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
}

.reward-chip {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--lavender-strong);
  background: var(--lavender);
  font-size: 0.82rem;
  font-weight: 750;
}

.beta-promo-action .primary-button {
  margin-top: 6px;
}

.beta-promo-action small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.beta-page .page-shell {
  width: min(1040px, calc(100% - 40px));
}

.beta-page h1 {
  max-width: none;
}

.beta-hero {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 100px) 0 clamp(52px, 7vw, 74px);
  text-align: center;
}

.beta-hero .eyebrow {
  justify-content: center;
}

.beta-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(2.65rem, 4vw, 3.45rem);
}

.beta-hero-lede {
  max-width: 700px;
  margin: 0 auto 14px;
  color: var(--navy);
  font-size: clamp(1.2rem, 2vw, 1.48rem);
  font-weight: 650;
  line-height: 1.5;
}

.beta-hero-intro {
  max-width: 710px;
  margin: 0 auto;
  color: var(--body);
  font-size: 1.04rem;
  line-height: 1.7;
}

.beta-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin: 26px 0;
}

.beta-facts span {
  padding: 8px 12px;
  border: 1px solid rgba(227, 230, 239, 0.95);
  border-radius: 999px;
  color: var(--body);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 650;
}

.beta-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  scroll-margin-top: 100px;
}

.beta-info-card,
.beta-reward,
.beta-form-card {
  border: 1px solid rgba(227, 230, 239, 0.92);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--soft-shadow);
}

.beta-info-card {
  padding: clamp(26px, 4vw, 40px);
  border-radius: var(--radius-xl);
}

.beta-info-card h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.35rem);
}

.beta-info-card > p:not(.eyebrow),
.beta-reward p {
  color: var(--body);
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--body);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  color: var(--mint-strong);
  background: var(--mint);
  font-size: 0.75rem;
  font-weight: 850;
}

.card-note {
  margin: 0;
  padding: 15px 17px;
  border-radius: 16px;
  background: rgba(247, 244, 238, 0.8);
  font-size: 0.9rem;
  line-height: 1.55;
}

.beta-reward {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: start;
  margin: 18px 0 clamp(56px, 7vw, 80px);
  padding: clamp(26px, 4vw, 40px);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 100% 0, rgba(236, 235, 250, 0.95), transparent 28rem),
    rgba(255, 255, 255, 0.84);
}

.reward-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 18px;
  color: #d85770;
  background: #ffedf0;
  font-size: 1.3rem;
}

.beta-reward h2 {
  margin-bottom: 12px;
}

.beta-reward small {
  color: var(--muted);
  line-height: 1.5;
}

.beta-application {
  scroll-margin-top: 100px;
}

.beta-form-heading {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.beta-form-heading .eyebrow {
  justify-content: center;
}

.beta-form-heading > p:last-child {
  color: var(--body);
  font-size: 1.06rem;
}

.beta-form-card {
  padding: clamp(22px, 5vw, 50px);
  border-radius: var(--radius-xl);
}

.google-form-card {
  position: relative;
  width: min(100%, 720px);
  margin-inline: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(213, 216, 230, 0.9);
  border-radius: 26px;
  background: #f7f5fb;
  box-shadow:
    0 30px 80px rgba(19, 36, 71, 0.13),
    0 8px 24px rgba(19, 36, 71, 0.06);
}

.google-form-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--lavender-strong), var(--blue), var(--mint-strong));
}

.google-form-bar {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(213, 216, 230, 0.85);
  background: rgba(255, 255, 255, 0.92);
}

.google-form-identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.google-form-mark {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(227, 230, 239, 0.9);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(19, 36, 71, 0.1);
}

.google-form-mark img {
  width: 28px;
  height: 28px;
  border-radius: 9px;
}

.google-form-identity > span:last-child {
  display: grid;
  min-width: 0;
}

.google-form-identity strong {
  color: var(--navy);
  font-size: 0.94rem;
  line-height: 1.25;
}

.google-form-identity small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.25;
}

.google-form-bar > a {
  display: inline-flex;
  min-height: 38px;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
  border: 1px solid rgba(74, 140, 244, 0.2);
  border-radius: 999px;
  color: var(--blue-dark);
  background: #f3f7ff;
  font-size: 0.82rem;
  font-weight: 750;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.google-form-bar > a:hover,
.google-form-bar > a:focus-visible {
  border-color: rgba(74, 140, 244, 0.42);
  background: #eaf2ff;
  transform: translateY(-1px);
}

.google-form-canvas {
  padding: 10px;
  background:
    radial-gradient(circle at 0 0, rgba(236, 235, 250, 0.72), transparent 26rem),
    #f7f5fb;
}

.google-form-embed {
  display: block;
  width: 100%;
  height: 3146px;
  border: 0;
  border-radius: 18px;
  background: #f0ebf8;
}

.beta-form {
  display: grid;
  gap: 25px;
}

.form-row {
  display: grid;
  gap: 18px;
}

.form-row.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-field > label,
.form-field > legend {
  display: block;
  margin-bottom: 9px;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.4;
}

.form-field > label span,
.form-field > legend span {
  color: #bd4f61;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  outline: none;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.form-field textarea {
  min-height: 130px;
  padding-block: 14px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #8a92a3;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(74, 140, 244, 0.62);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(74, 140, 244, 0.12);
}

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

.option-grid label {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border: 1px solid var(--border);
  border-radius: 15px;
  color: var(--body);
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 0.91rem;
  font-weight: 600;
  line-height: 1.25;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.option-grid label:hover {
  border-color: rgba(74, 140, 244, 0.4);
  background: #fff;
  transform: translateY(-1px);
}

.option-grid input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--blue);
}

.option-grid input:focus-visible {
  outline: 3px solid rgba(74, 140, 244, 0.22);
  outline-offset: 3px;
}

.field-error {
  min-height: 19px;
  margin: 6px 2px 0;
  color: #bd4f61;
  font-size: 0.82rem;
  font-weight: 650;
}

.form-field.is-invalid input[type="text"],
.form-field.is-invalid input[type="email"],
.form-field.is-invalid select,
.form-field.is-invalid textarea,
.form-field.is-invalid .option-grid {
  border-color: rgba(189, 79, 97, 0.7);
}

.form-field.is-invalid .option-grid {
  padding: 6px;
  border: 1px solid rgba(189, 79, 97, 0.55);
  border-radius: 18px;
}

.beta-form-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 4px;
}

.beta-form-footer p {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.beta-submit {
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
  font: 720 1rem var(--rounded);
}

.beta-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.submission-status {
  border-radius: 20px;
}

.submission-status[hidden] {
  display: none;
}

.submission-status.is-error {
  padding: 18px 20px;
  border: 1px solid rgba(189, 79, 97, 0.24);
  background: #fff3f4;
}

.submission-status.is-error h3 {
  margin-bottom: 5px;
  color: #9f3f52;
}

.submission-status.is-error p {
  margin: 0;
  color: #7b4a55;
}

.submission-status h2:focus,
.submission-status h3:focus {
  outline: none;
}

.submission-status.is-success {
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(30px, 6vw, 56px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(234, 245, 236, 0.9), transparent 24rem),
    rgba(255, 255, 255, 0.6);
}

.submission-status.is-success h2 {
  margin-bottom: 14px;
}

.submission-status.is-success p {
  color: var(--body);
}

.submission-status.is-success .primary-button {
  margin-top: 12px;
}

.success-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 999px;
  color: var(--mint-strong);
  background: var(--mint);
  font-size: 1.45rem;
  font-weight: 850;
}

.beta-alternative {
  padding: 42px 0 34px;
  text-align: center;
}

.beta-alternative p {
  display: inline;
  color: var(--muted);
}

.beta-alternative a {
  margin-left: 5px;
  color: var(--blue-dark);
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@media (max-width: 940px) {
  .site-nav {
    display: none;
  }

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

  .hero {
    min-height: auto;
    padding-top: 56px;
  }

  h1 {
    max-width: 12ch;
  }

  .phone-frame {
    width: min(360px, 100%);
  }

  .problem-grid,
  .preview-grid {
    grid-template-columns: 1fr;
  }

  .beta-promo,
  .beta-info-grid {
    grid-template-columns: 1fr;
  }

  .insight-card,
  .preview-card {
    min-height: auto;
  }

  .closing-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .page-shell {
    width: min(100% - 24px, 1180px);
  }

  .site-header {
    top: 10px;
    padding: 10px;
  }

  .brand span {
    font-size: 1.08rem;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .header-cta {
    padding: 9px 12px;
    font-size: 0.82rem;
  }

  .hero {
    padding-top: 38px;
  }

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

  h1 {
    font-size: clamp(1.78rem, 8vw, 2.2rem);
  }

  h2,
  .solution-card h2,
  .closing-cta h2 {
    font-size: clamp(1.78rem, 8vw, 2.2rem);
  }

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

  .waitlist-controls {
    grid-template-columns: 1fr;
  }

  .waitlist-form button {
    width: 100%;
  }

  .beta-promo {
    padding: 24px;
  }

  .beta-promo-list,
  .form-row.two-column,
  .option-grid {
    grid-template-columns: 1fr;
  }

  .beta-promo-action {
    padding: 20px;
  }

  .beta-page .page-shell {
    width: min(100% - 24px, 1040px);
  }

  .beta-hero {
    padding-top: 66px;
    text-align: left;
  }

  .beta-hero .eyebrow {
    justify-content: flex-start;
  }

  .beta-hero h1 {
    font-size: clamp(2.4rem, 10.8vw, 2.85rem);
  }

  .beta-hero-lede {
    font-size: 1.16rem;
  }

  .beta-facts {
    justify-content: flex-start;
  }

  .beta-reward {
    grid-template-columns: 1fr;
  }

  .beta-form-card {
    padding: 20px 16px;
  }

  .google-form-card {
    padding: 0;
    border-radius: 22px;
  }

  .google-form-bar {
    min-height: 64px;
    padding: 12px 13px;
  }

  .google-form-mark {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .google-form-mark img {
    width: 25px;
    height: 25px;
  }

  .google-form-bar > a {
    min-height: 36px;
    padding-inline: 11px;
    font-size: 0.78rem;
  }

  .google-form-canvas {
    padding: 6px;
  }

  .google-form-embed {
    height: 3360px;
  }

  .beta-form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .beta-submit {
    width: 100%;
  }

  .note-one,
  .note-two {
    display: none;
  }

  .phone-frame {
    border-radius: 34px;
    padding: 16px;
  }

  .handoff-card {
    grid-template-columns: 1fr;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
