:root {
  --bg: #06050b;
  --coral: #FF7B54;
  --coral-soft: rgba(255, 123, 84, 0.12);
  --warm-orange: #FFA726;
  --warm-orange-soft: rgba(255, 167, 38, 0.12);
  --warm-orange-glow: rgba(255, 167, 38, 0.35);
  --sage: #98b89a;
  --cream: #f7f7f7;
  --muted: #a39f9d;
  --line: rgba(247, 247, 247, 0.08);
  --glass: rgba(10, 10, 16, 0.72);
  --shadow: 0 32px 96px rgba(0, 0, 0, 0.65);
  --display: 'Outfit', sans-serif;
  --body: 'Inter', sans-serif;
  --mono: 'JetBrains Mono', monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--cream);
  font-family: var(--body);
  line-height: 1.5;
  overflow-x: hidden;
}

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

button,
input {
  font: inherit;
}

#health-scene,
.ambient-field {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

#health-scene {
  z-index: 0;
}

.ambient-field {
  z-index: 1;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 123, 84, 0.12), transparent 40rem),
    radial-gradient(circle at 88% 18%, rgba(255, 167, 38, 0.12), transparent 40rem),
    radial-gradient(circle at 50% 50%, rgba(255, 123, 84, 0.03), transparent 60rem),
    linear-gradient(180deg, rgba(6, 5, 11, 0.1), #06050b 92%);
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 2;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 1.5rem;
  background: rgba(10, 10, 15, 0.72);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(22px);
  z-index: 10;
}

.brand,
.nav-links,
.hero-actions,
.status-row,
.site-footer,
.store-row,
.download-store-row {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.65rem;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--coral) 0%, #ff8e6e 100%);
  border-radius: 0.65rem;
  box-shadow: 0 0 28px rgba(255, 123, 84, 0.42), 0 0 14px rgba(255, 123, 84, 0.25);
  font-weight: 900;
}

.nav-links {
  gap: 1.6rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

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

.header-cta,
.store-badge,
.waitlist-form button {
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  font-family: var(--display);
  cursor: pointer;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
              border-color 300ms cubic-bezier(0.16, 1, 0.3, 1),
              background 300ms cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1),
              color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.header-cta {
  padding: 0.55rem 1.25rem;
  display: inline-flex;
  align-items: center;
  background: rgba(18, 18, 24, 0.45);
  color: var(--cream);
  border: 1px solid rgba(255, 123, 84, 0.25);
  backdrop-filter: blur(16px);
  font-size: 0.82rem;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05),
              0 0 0 1px rgba(255, 167, 38, 0.03),
              0 4px 20px rgba(0, 0, 0, 0.25);
}

.header-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 123, 84, 0.75);
  background: rgba(255, 123, 84, 0.08);
  color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1),
              0 0 20px rgba(255, 123, 84, 0.35),
              0 0 10px rgba(255, 167, 38, 0.2);
}

.tech-tag {
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--warm-orange);
  padding-right: 0.6rem;
  border-right: 1px solid rgba(247, 247, 247, 0.12);
  margin-right: 0.6rem;
  display: inline-block;
  line-height: 1;
}

.section,
.product-hero {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
}

.product-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.72fr);
  align-items: center;
  gap: 2.5rem;
  padding: 8rem 0 5.5rem;
}

.hero-copy {
  max-width: 49rem;
}

.status-row {
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.status-pill span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
}

.status-pill.sage span {
  background: var(--sage);
  box-shadow: 0 0 14px var(--sage);
}

.status-pill.coral span {
  background: var(--coral);
  box-shadow: 0 0 14px var(--coral);
}

.status-pill.orange span {
  background: var(--warm-orange);
  box-shadow: 0 0 14px var(--warm-orange);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--coral);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

h1 em,
h2 em {
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  background: linear-gradient(135deg, #ff8e6e 0%, var(--coral) 50%, #ffca28 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

h1 {
  max-width: 24ch;
  font-size: clamp(3.2rem, 6.8vw, 6.4rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(2.2rem, 4.8vw, 4.6rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
}

p {
  letter-spacing: -0.015em;
}

.hero-text,
.product-statement p,
.features-card p,
.care-copy p,
.trust-list p,
.download p,
.download small {
  color: var(--muted);
}

.hero-text {
  max-width: 42rem;
  margin: 1.55rem 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.hero-actions,
.download-store-row {
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.store-badge {
  display: inline-flex;
  min-width: 10.8rem;
  min-height: 3.6rem;
  flex-direction: column;
  justify-content: center;
  padding: 0.55rem 1.05rem;
  line-height: 1.05;
  background: rgba(18, 18, 24, 0.45);
  color: var(--cream);
  border: 1px solid rgba(247, 247, 247, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.03),
              0 8px 32px rgba(0, 0, 0, 0.24);
}

.store-badge span {
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  opacity: 0.85;
}

.store-badge strong {
  margin-top: 0.22rem;
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 800;
}

.store-badge:hover {
  transform: translateY(-2px) scale(1.02);
}

.store-badge.dark:hover {
  border-color: rgba(255, 167, 38, 0.65);
  background: rgba(255, 167, 38, 0.06);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08),
              0 12px 32px rgba(255, 167, 38, 0.25),
              0 0 10px rgba(255, 167, 38, 0.1);
}

.store-badge.coral:hover {
  border-color: rgba(255, 123, 84, 0.65);
  background: rgba(255, 123, 84, 0.06);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08),
              0 12px 32px rgba(255, 123, 84, 0.25),
              0 0 10px rgba(255, 123, 84, 0.1);
}

.hero-product-card,
.product-statement,
.features-card,
.care-card,
.download {
  background: var(--glass);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.hero-product-card {
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
  border-radius: 1.45rem;
  background: rgba(18, 18, 24, 0.86);
}

.phone-shell {
  display: grid;
  min-height: 31rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 123, 84, 0.15), transparent 17rem),
    rgba(247, 247, 247, 0.05);
  overflow: hidden;
}

.phone-ui {
  width: min(78%, 18.5rem);
  min-height: 26.5rem;
  padding: 1rem;
  border: 1px solid rgba(247, 247, 247, 0.14);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(247, 247, 247, 0.08), rgba(247, 247, 247, 0.02)),
    #0b0b12;
  box-shadow: 0 34px 58px rgba(0, 0, 0, 0.58);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  user-select: none;
}

.phone-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(247, 247, 247, 0.08);
}

.phone-logo {
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.8rem;
  color: var(--coral);
  letter-spacing: -0.01em;
}

.phone-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.22rem 0.55rem;
  border: 1px solid rgba(152, 184, 154, 0.25);
  border-radius: 99px;
  background: rgba(152, 184, 154, 0.08);
  color: var(--sage);
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.phone-status-pill span {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 8px var(--sage);
  display: inline-block;
}

.mockup-map-container {
  position: relative;
  height: 6.8rem;
  border: 1px solid rgba(247, 247, 247, 0.08);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 123, 84, 0.12), transparent 4rem),
    radial-gradient(circle at 70% 70%, rgba(255, 167, 38, 0.12), transparent 4rem),
    rgba(18, 18, 24, 0.45);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.mockup-map-grid {
  position: relative;
  width: 100%;
  height: 100%;
}

.mockup-map-grid .map-node {
  position: absolute;
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
}

.mockup-map-grid .map-node.heart {
  left: 48%;
  top: 40%;
  background: var(--coral);
  box-shadow: 0 0 16px rgba(255, 123, 84, 0.65);
}

.mockup-map-grid .map-node.sleep {
  left: 24%;
  top: 22%;
  background: var(--warm-orange);
  box-shadow: 0 0 10px rgba(255, 167, 38, 0.6);
}

.mockup-map-grid .map-node.meds {
  right: 24%;
  top: 26%;
  background: var(--sage);
  box-shadow: 0 0 10px rgba(152, 184, 154, 0.4);
}

.mockup-map-grid .map-node.family {
  right: 36%;
  bottom: 22%;
  background: var(--cream);
  box-shadow: 0 0 8px rgba(247, 247, 247, 0.3);
}

.mockup-map-grid .map-node.agent {
  left: 12%;
  bottom: 18%;
  background: var(--coral);
  box-shadow: 0 0 16px rgba(255, 123, 84, 0.5);
}

.mockup-map-grid .map-line {
  position: absolute;
  left: 25%;
  top: 48%;
  width: 50%;
  height: 1px;
  background: rgba(247, 247, 247, 0.12);
  transform-origin: center;
}

.mockup-map-grid .map-line.one {
  transform: rotate(14deg);
}

.mockup-map-grid .map-line.two {
  transform: rotate(-22deg);
}

.mockup-map-grid .map-line.three {
  transform: rotate(42deg);
}

.mockup-briefing-card {
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(247, 247, 247, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mockup-card-header {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.mockup-card-icon {
  color: var(--coral);
  font-size: 0.7rem;
  line-height: 1;
}

.mockup-card-title {
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.mockup-briefing-body {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.35;
  color: var(--cream);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.mockup-do-now-card {
  padding: 0.6rem 0.8rem;
  border: 1px solid rgba(255, 123, 84, 0.24);
  border-radius: 1rem;
  background: rgba(255, 123, 84, 0.06);
  box-shadow: 0 4px 15px rgba(255, 123, 84, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.mockup-alert-bullet {
  color: var(--coral);
  font-size: 0.55rem;
  display: inline-block;
  animation: pulse-coral 2s infinite ease-in-out;
}

.mockup-alert-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mockup-alert-desc {
  font-size: 0.7rem;
  font-weight: 650;
  color: var(--cream);
}

.mockup-alert-timer {
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--coral);
  background: rgba(255, 123, 84, 0.12);
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
}

.mockup-streak-card {
  padding: 0.6rem 0.8rem;
  border: 1px solid rgba(247, 247, 247, 0.08);
  border-radius: 1rem;
  background: rgba(247, 247, 247, 0.04);
}

.mockup-streak-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mockup-streak-program {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--cream);
}

.mockup-streak-badge {
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 700;
  color: var(--coral);
  background: rgba(255, 123, 84, 0.08);
  padding: 0.15rem 0.45rem;
  border-radius: 99px;
  border: 1px solid rgba(255, 123, 84, 0.15);
}

@keyframes pulse-coral {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.15); }
}

.map-summary {
  min-height: 9rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.075);
}

.readout-label {
  display: block;
  color: var(--coral);
  font-family: var(--mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.map-summary strong {
  display: block;
  margin-top: 0.55rem;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 800;
}

.map-summary p {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.product-statement {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 2rem;
  margin-top: 1rem;
  padding: 3rem;
  border-radius: 1.45rem;
}

.product-statement p:last-child {
  align-self: end;
  margin: 0;
  font-size: 1.12rem;
}

.program-story {
  padding: 5.5rem 0;
}

.program-story-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 4rem;
  align-items: center;
}

.program-story-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-left: 1.5rem;
}

.timeline-connector {
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 2.25rem;
  width: 1px;
  background: linear-gradient(180deg, var(--coral) 0%, rgba(255, 123, 84, 0.25) 50%, var(--warm-orange) 100%);
  z-index: 1;
}

.story-card {
  position: relative;
  z-index: 2;
  margin-left: 2rem;
  padding: 1.35rem 1.6rem;
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
              border-color 300ms cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.story-card:hover {
  transform: translateX(4px);
}

.story-card-header {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.5rem;
}

.story-card-tag {
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--muted);
  text-transform: uppercase;
}

.logo-tag {
  color: var(--coral);
}

.story-card-body strong {
  display: block;
  font-size: 1.05rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.25rem;
  letter-spacing: -0.015em;
}

.story-card-body p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
}

.signal-card {
  border-color: rgba(255, 123, 84, 0.16);
}
.signal-card:hover {
  border-color: rgba(255, 123, 84, 0.35);
  box-shadow: 0 10px 30px rgba(255, 123, 84, 0.06);
}

.pulse-dot {
  font-size: 0.55rem;
  animation: pulse-coral 2s infinite ease-in-out;
}

.assistant-chat-card {
  background: radial-gradient(circle at top left, rgba(255, 123, 84, 0.06), transparent), var(--glass);
  border-color: rgba(255, 123, 84, 0.24);
  box-shadow: 0 10px 40px rgba(255, 123, 84, 0.03), var(--shadow);
}

.assistant-chat-card:hover {
  border-color: rgba(255, 123, 84, 0.45);
  box-shadow: 0 12px 48px rgba(255, 123, 84, 0.1), var(--shadow);
}

.assistant-chat-card .story-card-body p {
  color: var(--cream);
  font-weight: 500;
  font-size: 0.92rem;
  line-height: 1.45;
}

.streak-tracker-card {
  border-color: rgba(255, 123, 84, 0.16);
}
.streak-tracker-card:hover {
  border-color: rgba(255, 123, 84, 0.35);
  box-shadow: 0 10px 30px rgba(255, 123, 84, 0.06);
}

.streak-tracker-card .story-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.streak-program-info {
  display: flex;
  flex-direction: column;
}

.streak-program-info strong {
  margin-bottom: 0.15rem;
}

.streak-program-info span {
  font-size: 0.78rem;
  color: var(--muted);
}

.check-icon {
  color: var(--coral);
  font-weight: 900;
  font-size: 0.75rem;
}

.streak-badge {
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--coral);
  background: rgba(255, 123, 84, 0.08);
  padding: 0.35rem 0.75rem;
  border-radius: 99px;
  border: 1px solid rgba(255, 123, 84, 0.15);
  white-space: nowrap;
}

.story-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.program-pillars {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.program-pillars li {
  position: relative;
  padding-left: 2rem;
}

.program-pillars li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: var(--coral);
  font-size: 1rem;
}

.program-pillars li strong {
  display: block;
  font-size: 1.15rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.35rem;
  letter-spacing: -0.015em;
}

.program-pillars li p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--muted);
}

.features {
  padding: 7rem 0 4rem;
}

.section-heading {
  max-width: 52rem;
  margin-bottom: 3.5rem;
}

.section-subtitle {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-top: 1rem;
  color: var(--muted);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.features-card {
  display: flex;
  flex-direction: column;
  padding: 2.25rem;
  border-radius: 1.45rem;
  background: var(--glass);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  position: relative;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1),
              border-color 320ms cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.features-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(255, 123, 84, 0.35);
  box-shadow: 
    0 20px 50px rgba(255, 123, 84, 0.08), 
    0 10px 30px rgba(255, 123, 84, 0.05),
    var(--shadow);
}

.features-card.highlight {
  border-color: rgba(255, 123, 84, 0.22);
  background: radial-gradient(circle at top right, rgba(255, 123, 84, 0.06), transparent), var(--glass);
  box-shadow: 0 0 40px rgba(255, 123, 84, 0.03), var(--shadow);
}

.features-card.highlight:hover {
  border-color: rgba(255, 123, 84, 0.45);
  box-shadow: 
    0 24px 58px rgba(255, 123, 84, 0.12),
    0 0 30px rgba(255, 123, 84, 0.1),
    var(--shadow);
}

.feature-icon {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  color: var(--warm-orange);
  background: var(--warm-orange-soft);
  border-radius: 0.8rem;
  margin-bottom: 1.6rem;
  box-shadow: 0 0 16px var(--warm-orange-glow);
}

.feature-icon.coral {
  color: var(--coral);
  background: var(--coral-soft);
  box-shadow: 0 0 16px rgba(255, 123, 84, 0.15);
}

.features-card h3 {
  margin: 0 0 0.85rem 0;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
}

.features-card p {
  margin: 0 0 1.75rem 0;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--muted);
  flex-grow: 1;
}

.feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  align-self: flex-start;
  padding: 0.4rem 0.75rem;
  border-radius: 99px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-badge.coral {
  border-color: rgba(255, 123, 84, 0.2);
  background: rgba(255, 123, 84, 0.05);
  color: var(--coral);
}

.care-section {
  display: grid;
  grid-template-columns: 1fr minmax(18rem, 0.75fr);
  align-items: center;
  gap: 2rem;
  padding: 5rem 0;
}

.care-copy p {
  max-width: 42rem;
  font-size: 1.1rem;
}

.care-card {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 1.25rem;
}

.care-member {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
}

.care-member span {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 16px rgba(255, 123, 84, 0.45);
}

.care-member strong {
  display: block;
}

.care-member p {
  margin: 0.1rem 0 0;
  color: var(--muted);
}

.trust-band {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 2rem;
  padding: 5.5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-list {
  display: grid;
  gap: 1rem;
}

.trust-list p {
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.trust-list strong {
  color: #ffffff;
  font-weight: 700;
}

.download {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding: 3rem 1.25rem;
  border-radius: 1.35rem;
  text-align: center;
}

.download h2 {
  max-width: 12ch;
  margin: 0 auto;
}

.download p {
  max-width: 32rem;
  margin: 1rem auto 0;
}

.download-store-row {
  justify-content: center;
  margin-top: 1.5rem;
}

.waitlist-form {
  display: flex;
  gap: 0.65rem;
  width: min(34rem, 100%);
  margin: 1.65rem auto 1rem;
  padding: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.waitlist-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0.85rem 1rem;
  background: transparent;
  color: var(--cream);
}

.waitlist-form input::placeholder {
  color: rgba(247, 247, 247, 0.42);
}

.waitlist-form button {
  padding: 0.7rem 1.4rem;
  display: inline-flex;
  align-items: center;
  background: rgba(18, 18, 24, 0.45);
  color: var(--cream);
  border: 1px solid rgba(255, 123, 84, 0.25);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05),
              0 4px 20px rgba(255, 123, 84, 0.08);
  font-weight: 800;
  cursor: pointer;
  border-radius: 999px;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1),
              border-color 300ms cubic-bezier(0.16, 1, 0.3, 1),
              background 300ms cubic-bezier(0.16, 1, 0.3, 1),
              color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.waitlist-form button:hover {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(255, 123, 84, 0.75);
  background: rgba(255, 123, 84, 0.08);
  color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1),
              0 0 24px rgba(255, 123, 84, 0.35),
              0 0 10px rgba(255, 167, 38, 0.2);
}

.download small {
  display: block;
  max-width: 42rem;
  margin: 1rem auto 0;
  font-size: 0.78rem;
}

.site-footer {
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  color: rgba(247, 247, 247, 0.52);
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 0.72rem;
}

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

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

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

  .product-hero,
  .product-statement,
  .care-section,
  .trust-band {
    grid-template-columns: 1fr;
  }

  .product-hero {
    padding-top: 7.5rem;
    min-height: auto;
  }

  .hero-product-card {
    max-width: 26rem;
  }

  .phone-shell {
    min-height: 24rem;
  }

  .program-story-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}

@media (max-width: 560px) {
  .header-cta {
    display: none;
  }

  .section,
  .product-hero,
  .site-footer {
    width: calc(100vw - 2.5rem);
    max-width: 1180px;
  }

  h1 {
    max-width: 16ch;
    font-size: 2.62rem;
    line-height: 1.18;
  }

  .hero-text {
    max-width: 20.5rem;
    font-size: 1rem;
  }

  .hero-actions {
    gap: 0.65rem;
  }

  .store-badge {
    min-width: 9.8rem;
    min-height: 3.35rem;
    padding-inline: 0.95rem;
  }

  .hero-product-card {
    max-width: 21.5rem;
    overflow: hidden;
  }

  .phone-shell {
    min-height: 21rem;
  }

  .phone-ui {
    width: min(90%, 17.5rem);
    min-height: 25.5rem;
    padding: 0.8rem;
    gap: 0.55rem;
    border-radius: 1.55rem;
  }

  .mockup-map-container {
    height: 5.5rem;
  }

  .mockup-briefing-body,
  .mockup-alert-desc,
  .mockup-streak-program {
    font-size: 0.65rem;
  }

  .product-statement,
  .features-card,
  .download {
    padding: 1.25rem;
  }

  .program-story {
    padding: 3.5rem 0;
  }

  .story-card {
    margin-left: 1rem;
    padding: 1.1rem 1.25rem;
  }

  .timeline-connector {
    left: 1.95rem;
  }

  .streak-tracker-card .story-card-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .story-description {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1.75rem;
  }

  .program-pillars li strong {
    font-size: 1.05rem;
  }

  .waitlist-form {
    flex-direction: column;
    border-radius: 1.2rem;
  }

  .waitlist-form button {
    border-radius: 0.9rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

.celestial-grid {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 850px;
  height: 850px;
  border: 1px dashed rgba(255, 123, 84, 0.05);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.celestial-grid::before {
  content: "";
  position: absolute;
  inset: 120px;
  border: 1px solid rgba(255, 123, 84, 0.04);
  border-radius: 50%;
}

.celestial-grid::after {
  content: "";
  position: absolute;
  inset: 240px;
  border: 1px dashed rgba(255, 123, 84, 0.03);
  border-radius: 50%;
  animation: rotate-celestial 180s linear infinite;
}

@keyframes rotate-celestial {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
