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

:root {
  --cream: #FDFCF7;
  --cream-warm: #F2E6CC;
  --white: #FFFFFF;
  --surface: #F2F0E8;
  --border: #E5E2DA;
  --terra-50: #FDF4F2;
  --terra-100: #FAE1DA;
  --terra-200: #F2B9A8;
  --terra-300: #E48E74;
  --terra-500: #D96B57;
  --terra-600: #B8523D;
  --terra-700: #8C3A26;
  --teal-50: #F0F7F6;
  --teal-100: #D5EAE6;
  --teal-500: #5F9E91;
  --teal-dark: #27695D;
  --purple: #695873;
  --gold: #C49350;
  --rose: #C4788E;
  --text: #131314;
  --text-strong: #1B1C17;
  --text-soft: #55433D;
  --text-muted: #88726C;
  --text-faint: #9B958D;
  --shadow: 0 18px 60px rgba(27, 28, 23, 0.08);
  --soft-shadow: 0 8px 28px rgba(27, 28, 23, 0.06);
  --radius: 24px;
}

html {
  scroll-behavior: smooth;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Manrope", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0.018;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

a { color: inherit; }

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

button, input { font: inherit; }

.fraunces,
h1,
h2,
.quote,
.logo-word {
  font-family: "Fraunces", Georgia, serif;
  font-variation-settings: "SOFT" 100, "WONK" 0;
  letter-spacing: 0;
}

.page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, var(--cream-warm) 0%, var(--cream) 18%, var(--cream) 100%);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1001;
  padding: .65rem 1rem;
  border-radius: 999px;
  background: var(--text);
  color: var(--white);
  text-decoration: none;
  transition: top .2s ease;
}

.skip-link:focus { top: 1rem; }

.nav {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  color: var(--text-strong);
}

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

.logo-word {
  font-size: 1.42rem;
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: .86rem;
  color: var(--text-muted);
}

.nav-links a {
  text-decoration: none;
  font-weight: 700;
}

.nav-links a:hover { color: var(--terra-600); }

.button,
.waitlist-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .82rem 1.08rem;
  border: 0;
  border-radius: 14px;
  background: var(--teal-500);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
  box-shadow: 0 10px 24px rgba(95, 158, 145, .22);
}

.button:hover,
.waitlist-form button:hover {
  background: var(--teal-dark);
  transform: translateY(-1px);
}

.button.secondary {
  background: rgba(255, 255, 255, .58);
  color: var(--text-soft);
  border: 1px solid rgba(229, 226, 218, .9);
  box-shadow: none;
}

.button.terra { background: var(--terra-500); box-shadow: 0 10px 24px rgba(217, 107, 87, .2); }
.button.terra:hover { background: var(--terra-600); }

.hero {
  width: min(1120px, calc(100% - 32px));
  min-height: calc(100svh - 74px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .86fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  padding: 34px 0 82px;
  position: relative;
}

.hero::before,
.orb-wrap::before {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero::before {
  width: 440px;
  height: 440px;
  right: -160px;
  top: 32px;
  background: radial-gradient(circle, rgba(228, 142, 116, .18), transparent 68%);
  filter: blur(12px);
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: .42rem .78rem;
  border: 1px solid rgba(217, 107, 87, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .42);
  color: var(--terra-700);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 22px 0 20px;
  max-width: 760px;
  color: var(--text-strong);
  font-size: clamp(3.4rem, 8vw, 7.35rem);
  line-height: .91;
  font-weight: 430;
  font-variation-settings: "SOFT" 100, "opsz" 96, "wght" 430;
}

.hero h1 em {
  color: var(--terra-500);
  font-style: italic;
  font-weight: 430;
}

.hero-copy {
  max-width: 612px;
  margin: 0 0 26px;
  color: var(--text-muted);
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 24px 0 0;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.trust-row span,
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .36rem .7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
  border: 1px solid rgba(229, 226, 218, .85);
  color: var(--text-muted);
  font-size: .78rem;
  font-weight: 800;
}

.visual {
  position: relative;
  align-self: center;
}

.phone {
  width: min(390px, 100%);
  margin-inline: auto;
  border: 1px solid rgba(229, 226, 218, .9);
  border-radius: 38px;
  background: rgba(255, 255, 255, .52);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .8);
  backdrop-filter: blur(24px);
  padding: 18px;
  overflow: hidden;
}

.phone-screen {
  min-height: 560px;
  border-radius: 28px;
  background: linear-gradient(180deg, #F2E6CC 0%, #FDFCF8 22%, #FDFCF8 100%);
  border: 1px solid rgba(229, 226, 218, .8);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-faint);
  font-size: .78rem;
  font-weight: 900;
}

.orb-wrap {
  position: relative;
  display: grid;
  place-items: center;
  padding: 42px 0 28px;
}

.orb-wrap::before {
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(228, 142, 116, .3), transparent 66%);
  filter: blur(10px);
}

.orb {
  width: 118px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--terra-50), var(--terra-200) 48%, var(--terra-300));
  box-shadow: 0 0 48px rgba(217, 107, 87, .2);
  animation: breathe 4s ease-in-out infinite;
  position: relative;
}

.orb::after {
  content: "";
  position: absolute;
  inset: 20%;
  border-radius: inherit;
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, .75), transparent 42%);
}

.chat {
  display: grid;
  gap: 9px;
  margin-top: auto;
}

.bubble {
  max-width: 88%;
  padding: .78rem .92rem;
  border-radius: 18px;
  font-size: .86rem;
  color: var(--text-soft);
  background: var(--surface);
}

.bubble.user {
  justify-self: end;
  background: var(--terra-500);
  color: var(--white);
  border-bottom-right-radius: 6px;
}

.bubble.gromi {
  justify-self: start;
  border-bottom-left-radius: 6px;
}

.suggestions {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.suggestions span {
  padding: .36rem .68rem;
  border-radius: 999px;
  background: var(--teal-100);
  color: var(--teal-dark);
  font-size: .75rem;
  font-weight: 900;
}

main section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.section-header {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-header.center {
  text-align: center;
  margin-inline: auto;
}

h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(2.25rem, 5vw, 4.1rem);
  line-height: 1;
  font-weight: 430;
  font-variation-settings: "SOFT" 100, "opsz" 64, "wght" 430;
}

.section-header p {
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.quote-band {
  width: min(900px, calc(100% - 32px));
  text-align: center;
  padding: 34px clamp(22px, 5vw, 60px);
  border: 1px solid rgba(229, 226, 218, .72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .46);
  box-shadow: var(--soft-shadow), inset 0 1px 0 rgba(255, 255, 255, .75);
  backdrop-filter: blur(22px);
}

.quote {
  margin: 0;
  color: var(--text-soft);
  font-size: clamp(1.65rem, 4vw, 3.05rem);
  line-height: 1.12;
  font-style: italic;
}

.quote-band p:last-child {
  margin: 14px 0 0;
  color: var(--text-faint);
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.grid {
  display: grid;
  gap: 14px;
}

.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.card {
  min-height: 100%;
  border: 1px solid rgba(229, 226, 218, .88);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .54);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset, var(--soft-shadow);
  padding: 24px;
}

.card h3 {
  margin: 14px 0 8px;
  color: var(--text-strong);
  font-size: 1.08rem;
  line-height: 1.25;
}

.card p {
  margin: 0;
  color: var(--text-muted);
  font-size: .94rem;
}

.icon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: var(--terra-700);
  background: var(--terra-100);
  font-weight: 1000;
}

.icon.teal { color: var(--teal-dark); background: var(--teal-100); }
.icon.purple { color: var(--purple); background: #EFEEF5; }
.icon.gold { color: #8A6028; background: #F7F0E4; }
.icon.rose { color: var(--rose); background: #F7EEF1; }

.steps {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .42);
  border: 1px solid rgba(229, 226, 218, .78);
}

.step-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--terra-700);
  background: var(--terra-100);
  font-weight: 1000;
}

.step h3 { margin: 0 0 4px; line-height: 1.2; }
.step p { margin: 0; color: var(--text-muted); }

.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
}

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

.memory {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .56);
  border: 1px solid rgba(229, 226, 218, .82);
}

.memory strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text-strong);
}

.memory span { color: var(--text-muted); font-size: .9rem; }

.versions {
  background: linear-gradient(180deg, rgba(255, 255, 255, .24), rgba(242, 240, 232, .44));
  border-block: 1px solid rgba(229, 226, 218, .7);
}

.versions-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.version-card {
  text-decoration: none;
  color: inherit;
  transition: transform .18s ease, border-color .18s ease;
}

.version-card:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 107, 87, .3);
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 860px;
  margin: 0 auto;
}

details {
  border: 1px solid rgba(229, 226, 218, .88);
  border-radius: 18px;
  background: rgba(255, 255, 255, .52);
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  color: var(--text-strong);
  font-weight: 900;
}

details p {
  margin: 10px 0 0;
  color: var(--text-muted);
}

.cta {
  text-align: center;
  padding-bottom: 86px;
}

.waitlist-form {
  width: min(500px, 100%);
  margin: 24px auto 0;
  display: flex;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 20px;
  background: rgba(255, 255, 255, .5);
  box-shadow: var(--soft-shadow), inset 0 1px 0 rgba(255, 255, 255, .75);
  backdrop-filter: blur(22px);
}

.waitlist-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--text);
  padding: 0 .9rem;
}

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

.form-note {
  margin: 10px auto 0;
  color: var(--text-faint);
  font-size: .78rem;
}

.success {
  display: none;
  width: min(500px, 100%);
  margin: 24px auto 0;
  padding: 22px;
  border-radius: 22px;
  background: var(--teal-50);
  color: var(--teal-dark);
  border: 1px solid var(--teal-100);
  font-weight: 900;
}

.success.show { display: block; }

.footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 42px;
  border-top: 1px solid rgba(229, 226, 218, .78);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--text-faint);
  font-size: .84rem;
}

.footer a { color: var(--text-muted); text-decoration: none; font-weight: 800; }
.footer a:hover { color: var(--terra-600); }

.content-page {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0 90px;
}

.content-page h1 {
  margin: 0 0 20px;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: .92;
  font-weight: 430;
}

.content-page h2 {
  margin-top: 42px;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
}

.content-page p,
.content-page li { color: var(--text-muted); }

.content-page a { color: var(--terra-600); font-weight: 800; }

.content-page h3 {
  margin-top: 32px;
  margin-bottom: 10px;
  font-family: "Fraunces", Georgia, serif;
  font-variation-settings: "SOFT" 100, "WONK" 0;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-weight: 460;
  color: var(--text-strong);
  letter-spacing: -0.005em;
}

.content-page p strong,
.content-page li strong {
  color: var(--text-strong);
  font-weight: 700;
}

.content-page .updated em { color: inherit; font-style: italic; }

.content-page .updated {
  color: var(--text-faint);
  margin-top: -8px;
  margin-bottom: 28px;
  font-size: .9rem;
}

.content-page ul {
  padding-left: 1.2rem;
  margin: 12px 0 16px;
}

.content-page ul li { margin-bottom: 8px; }

.content-page .table-wrap {
  margin: 18px 0 8px;
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.content-page .privacy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .92rem;
  color: var(--text-soft);
}

.content-page .privacy-table th,
.content-page .privacy-table td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

.content-page .privacy-table th {
  background: var(--surface);
  color: var(--text-strong);
  font-weight: 700;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.content-page .privacy-table tr:last-child td { border-bottom: none; }

.variant-hero {
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
  padding-top: 62px;
  text-align: center;
}

.variant-hero .hero-copy,
.variant-hero h1,
.variant-hero .eyebrow,
.variant-hero .hero-actions {
  margin-left: auto;
  margin-right: auto;
}

.variant-strip {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 72px;
}

.answer-block {
  max-width: 880px;
  margin: 0 auto;
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid rgba(229, 226, 218, .88);
  background: rgba(255, 255, 255, .52);
  box-shadow: var(--soft-shadow), inset 0 1px 0 rgba(255, 255, 255, .76);
}

.answer-block p {
  margin: 0;
  color: var(--text-soft);
  font-size: 1.04rem;
}

.compare-table {
  display: grid;
  gap: 10px;
}

.compare-row {
  display: grid;
  grid-template-columns: minmax(120px, .65fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}

.compare-row > div {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(229, 226, 218, .82);
  color: var(--text-muted);
  font-size: .92rem;
}

.compare-row.header > div {
  color: var(--text-strong);
  font-weight: 900;
  background: var(--surface);
}

.compare-row strong {
  color: var(--text-strong);
}

@keyframes breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.045); }
}

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

@media (max-width: 860px) {
  .hero,
  .split,
  .grid.two,
  .grid.three {
    grid-template-columns: 1fr;
  }

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

  .phone-screen { min-height: 500px; }
}

@media (max-width: 640px) {
  .nav {
    align-items: flex-start;
  }

  .nav-links {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav-links a:not(.button) { display: none; }

  .hero h1 { font-size: clamp(3.1rem, 17vw, 4.9rem); }

  main section,
  .versions-inner {
    padding: 52px 0;
  }

  .waitlist-form {
    flex-direction: column;
  }

  .waitlist-form input {
    min-height: 44px;
    padding: 0 .8rem;
  }

  .phone { border-radius: 30px; padding: 12px; }
  .phone-screen { min-height: 450px; border-radius: 24px; padding: 18px; }

  .compare-row {
    grid-template-columns: 1fr;
  }

  .compare-row.header {
    display: none;
  }
}
