:root {
  --home-bg: #fffaf0;
  --home-paper: #fffefb;
  --home-white: #ffffff;
  --home-ink: #10264f;
  --home-muted: #64718a;
  --home-coral: #ff5f4c;
  --home-coral-deep: #f24e43;
  --home-yellow: #ffc83d;
  --home-cyan: #63d0e6;
  --home-mint: #60c994;
  --home-violet: #8068dc;
  --home-line: rgba(16, 38, 79, 0.10);
  --home-shadow:
    0 0 0 1px rgba(16, 38, 79, 0.05),
    0 2px 4px -2px rgba(16, 38, 79, 0.12),
    0 24px 70px -30px rgba(16, 38, 79, 0.24);
  --home-shadow-hover:
    0 0 0 1px rgba(16, 38, 79, 0.07),
    0 5px 12px -6px rgba(16, 38, 79, 0.16),
    0 30px 76px -30px rgba(16, 38, 79, 0.30);
  --home-radius-xl: 34px;
  --home-radius-lg: 26px;
  --home-radius-md: 18px;
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--home-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), transparent 34rem),
    var(--home-bg);
  font-family: ui-rounded, "Avenir Next Rounded", "Avenir Next", "Nunito Sans", system-ui, sans-serif;
}

button,
input { font: inherit; }

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

a { color: inherit; }

button { color: inherit; }

h1,
h2,
h3 { text-wrap: balance; }

p { text-wrap: pretty; }

[hidden] { display: none !important; }

.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;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  color: #fff;
  background: var(--home-ink);
  transform: translateY(-160%);
  transition-property: transform;
  transition-duration: 160ms;
}

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

.home-ambient {
  position: absolute;
  z-index: -1;
  width: min(420px, 100vw);
  height: min(420px, 100vw);
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.16;
  pointer-events: none;
}

.home-ambient-sun { top: 72px; left: 0; background: var(--home-yellow); }
.home-ambient-sky { top: 260px; right: 0; background: var(--home-cyan); opacity: 0.12; }

.home-header,
.home-hero,
.moment-section,
.ahead-section,
.fit-section,
.closing-section,
.home-footer {
  width: min(100% - 40px, 1410px);
  margin-inline: auto;
}

.home-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(16, 38, 79, 0.075);
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex: 0 0 auto;
}

.home-brand img {
  width: 50px;
  height: 50px;
  display: block;
  object-fit: contain;
  outline: 0;
  filter: drop-shadow(0 9px 12px rgba(242, 78, 67, 0.15));
}

.home-brand span { display: grid; gap: 1px; }
.home-brand strong { font-size: 23px; letter-spacing: 0.13em; line-height: 1; }
.home-brand small { color: var(--home-muted); font-size: 10px; font-weight: 700; }

.home-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.home-nav a,
.home-nav button {
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  text-decoration: none;
  background: transparent;
  font-size: 13px;
  font-weight: 820;
  cursor: pointer;
  transition-property: scale, transform, background-color, box-shadow, color;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}

.home-nav a:active,
.home-nav button:active,
.home-button:active:not(:disabled) { scale: 0.96; }

.nav-waitlist {
  border: 2px solid var(--home-ink) !important;
  color: var(--home-ink);
  background: #fff !important;
}

.nav-waitlist:hover { color: #fff; background: var(--home-ink) !important; }

.nav-quiz {
  color: #fff;
  background: var(--home-ink) !important;
  box-shadow: 0 12px 28px -18px rgba(16, 38, 79, 0.65);
}

.nav-quiz:hover { transform: translateY(-1px); box-shadow: 0 16px 32px -18px rgba(16, 38, 79, 0.75); }

.nav-whatsapp {
  color: #fff;
  background: linear-gradient(105deg, var(--home-coral-deep), #ff754d) !important;
  box-shadow: 0 14px 30px -17px rgba(242, 78, 67, 0.8);
}

.nav-whatsapp:hover { transform: translateY(-1px); }

.whatsapp-icon { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }

.home-hero {
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.05fr);
  align-items: center;
  gap: clamp(30px, 3vw, 44px);
  padding-block: clamp(52px, 4.5vw, 68px) 72px;
}

.hero-copy-column { position: relative; z-index: 3; }

.section-kicker,
.waitlist-kicker,
.approval-kicker {
  color: var(--home-coral-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 710px;
  margin: 0 0 24px;
  font-size: clamp(53px, 4.9vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.066em;
}

.home-hero h1 em { color: var(--home-coral); font-style: normal; }

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: #40506b;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.55;
  letter-spacing: -0.018em;
}

.hero-actions {
  max-width: 620px;
  display: grid;
  gap: 15px;
  margin-top: 32px;
}

.whatsapp-action-row {
  display: grid;
  grid-template-columns: minmax(0, auto) 94px;
  align-items: center;
  justify-content: start;
  gap: 12px;
}

.home-button {
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 15px 20px 15px 22px;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition-property: scale, transform, box-shadow, background-color, opacity;
  transition-duration: 170ms;
  transition-timing-function: ease-out;
}

.home-button:hover { transform: translateY(-2px); }
.home-button:disabled { opacity: 0.58; cursor: wait; }

.home-button-whatsapp {
  width: 100%;
  color: #fff;
  background: linear-gradient(105deg, var(--home-coral-deep), #ff754d);
  box-shadow: 0 18px 38px -18px rgba(242, 78, 67, 0.72);
}

.home-button-whatsapp:hover { box-shadow: 0 23px 44px -18px rgba(242, 78, 67, 0.82); }

.hero-qr {
  width: 94px;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 6px 6px 5px;
  border-radius: 13px;
  color: var(--home-ink);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(16, 38, 79, 0.11), 0 14px 28px -20px rgba(16, 38, 79, 0.55);
  text-decoration: none;
}

.hero-qr img { width: 74px; height: 74px; display: block; image-rendering: crisp-edges; }
.hero-qr span { font-size: 8px; font-weight: 850; line-height: 1.1; text-align: center; }
.hero-qr:focus-visible { outline: 3px solid rgba(50, 140, 219, 0.42); outline-offset: 3px; }

.quiz-action-wrap { max-width: 540px; display: grid; gap: 8px; }

.quiz-action-wrap small {
  color: #354663;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.home-button-quiz {
  width: 100%;
  color: #fff;
  background: var(--home-ink);
  box-shadow: 0 18px 40px -20px rgba(16, 38, 79, 0.75);
}

.home-button-quiz:hover { background: #173467; box-shadow: 0 24px 48px -20px rgba(16, 38, 79, 0.86); }

.quiz-compass {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--home-ink);
  background: var(--home-cyan);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.waitlist-card {
  max-width: 600px;
  margin-top: 18px;
  padding: 0;
  transition-property: transform;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
}

.waitlist-card.is-whatsapp-interest {
  transform: translateY(2px);
}

.waitlist-context {
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  padding: 12px;
  border-radius: 16px;
  color: #70322f;
  background: rgba(255, 95, 76, 0.09);
}

.waitlist-context > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--home-coral);
}

.waitlist-context p { margin: 0; font-size: 12px; line-height: 1.5; }
.waitlist-context strong { display: block; color: var(--home-ink); }

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

.waitlist-fields input {
  min-width: 0;
  min-height: 52px;
  border: 1px solid rgba(16, 38, 79, 0.16);
  border-radius: 14px;
  padding: 12px 14px;
  outline: 0;
  color: var(--home-ink);
  background: #fff;
  transition-property: border-color, box-shadow;
  transition-duration: 150ms;
}

.waitlist-fields input:focus {
  border-color: var(--home-cyan);
  box-shadow: 0 0 0 4px rgba(99, 208, 230, 0.18);
}

.home-button-waitlist {
  min-height: 52px;
  border: 2px solid var(--home-ink);
  color: var(--home-ink);
  background: #fff;
  box-shadow: none;
}

.home-button-waitlist:hover { color: #fff; background: var(--home-ink); }

.waitlist-consent {
  margin: 10px 2px 0;
  color: #788399;
  font-size: 10px;
  line-height: 1.45;
}

.waitlist-error {
  min-height: 1.3em;
  margin: 7px 2px 0;
  color: #c13b36;
  font-size: 11px;
  font-weight: 750;
}

.waitlist-success {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 13px;
  outline: 0;
}

.waitlist-success > span {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--home-mint);
}

.waitlist-success strong { display: block; }
.waitlist-success p { margin: 3px 0 0; color: var(--home-muted); font-size: 12px; }

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.outcome-line { margin: 17px 0 0; color: #657087; font-size: 13px; font-weight: 700; }
.outcome-line span { color: var(--home-coral); }

.hero-product {
  position: relative;
  min-height: 690px;
  isolation: isolate;
}

.hero-product::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 8% 1% 2% 16%;
  border-radius: 48% 46% 42% 54%;
  background:
    radial-gradient(circle at 40% 35%, rgba(255, 200, 61, 0.36), transparent 44%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(234, 248, 247, 0.75));
}

.hero-product::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 1%;
  top: 24%;
  width: 290px;
  height: 360px;
  border: 2px dashed rgba(16, 38, 79, 0.12);
  border-left-color: transparent;
  border-radius: 50%;
}

.hero-sunny {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 25px;
  width: min(55%, 430px);
  height: auto;
  display: block;
  transform: scaleX(-1);
  filter: drop-shadow(0 28px 28px rgba(16, 38, 79, 0.15));
  outline: 0;
}

.phone-shell {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 17%;
  width: 340px;
  min-height: 654px;
  padding: 38px 13px 15px;
  border: 8px solid #172034;
  border-radius: 47px;
  background:
    radial-gradient(circle at 10px 10px, rgba(83, 102, 96, 0.045) 1px, transparent 1.5px) 0 0 / 22px 22px,
    #efeae2;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.35),
    0 40px 80px -28px rgba(16, 38, 79, 0.38);
}

.whatsapp-phone-label {
  position: absolute;
  z-index: 5;
  top: -27px;
  right: 18px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 3px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: #168b50;
  box-shadow: 0 13px 28px -16px rgba(18, 112, 65, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.whatsapp-phone-label .whatsapp-icon { width: 21px; height: 21px; }

.phone-speaker {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 92px;
  height: 22px;
  border-radius: 999px;
  background: #0d111c;
  transform: translateX(-50%);
}

.chat-header {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-inline: -13px;
  padding: 3px 13px 9px 8px;
  border-bottom: 1px solid var(--home-line);
  background: #f0f2f5;
}

.chat-back { color: #168b50; font-size: 30px; font-weight: 500; line-height: 1; }
.chat-header img { width: 34px; height: 34px; outline: 0; }
.chat-header div { flex: 1; display: grid; }
.chat-header strong { font-size: 12px; letter-spacing: 0.06em; }
.chat-header small { color: #66756f; font-size: 8px; }
.verified { width: 13px; height: 13px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; background: #168b50; font-size: 8px; vertical-align: 1px; }
.chat-actions { color: #168b50; font-size: 14px; font-weight: 900; letter-spacing: 0.08em; }

.chat-day {
  width: fit-content;
  margin: 12px auto 8px;
  padding: 4px 8px;
  border-radius: 999px;
  color: #677286;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(16, 38, 79, 0.08);
  font-size: 8px;
  font-weight: 800;
}

.chat-bubble {
  position: relative;
  margin-bottom: 9px;
  padding: 12px 12px 11px;
  border-radius: 13px 13px 13px 4px;
  background: #fff;
  box-shadow: 0 4px 10px -7px rgba(16, 38, 79, 0.3), 0 0 0 1px rgba(16, 38, 79, 0.06);
}

.chat-bubble p { margin: 0; font-size: 11px; line-height: 1.45; }
.chat-time { float: right; margin: 1px 0 4px 7px; color: #9aa1ad; font-size: 7px; }
.chat-greeting { width: 68%; display: flex; align-items: end; justify-content: space-between; gap: 6px; padding-block: 9px; }
.chat-greeting .chat-time { float: none; flex: 0 0 auto; margin: 0; }

.plan-card {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(16, 38, 79, 0.07), 0 12px 30px -22px rgba(16, 38, 79, 0.4);
}

.plan-photo {
  height: 124px;
  background-image: url("/assets/elaine/lakeside-plan-v2.jpg");
  background-size: cover;
  background-position: center 55%;
  outline: 1px solid rgba(16, 38, 79, 0.08);
  outline-offset: -1px;
}

.plan-copy { padding: 12px; }
.plan-label { color: var(--home-coral-deep); font-size: 8px; font-weight: 900; letter-spacing: 0.11em; }
.plan-copy h2 { margin: 3px 0 8px; font-size: 16px; letter-spacing: -0.03em; }
.plan-copy ul { display: grid; gap: 5px; margin: 0 0 10px; padding: 0; list-style: none; }
.plan-copy li { display: flex; align-items: center; gap: 6px; color: #45536a; font-size: 8px; }
.plan-copy li span { width: 14px; height: 14px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 7px; }
.fit-green { background: var(--home-mint); }
.fit-coral { background: var(--home-coral); }
.fit-blue { background: #4c9fe9; }

.plan-approve,
.plan-change {
  width: 100%;
  min-height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 900;
  pointer-events: none;
}

.plan-approve { color: #fff; background: linear-gradient(105deg, var(--home-coral-deep), #ff754d); }
.plan-change { margin-top: 6px; color: var(--home-ink); background: #fff; box-shadow: inset 0 0 0 1px rgba(16, 38, 79, 0.25); }

.chat-composer {
  min-height: 36px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  color: #168b50;
  font-size: 16px;
}

.chat-input {
  min-height: 32px;
  display: flex;
  align-items: center;
  padding-inline: 12px;
  border-radius: 999px;
  color: #8b948f;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(16, 38, 79, 0.08);
  font-size: 9px;
}

.signal-chip {
  position: absolute;
  z-index: 4;
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--home-shadow);
  font-size: 11px;
  font-weight: 850;
}

.signal-chip span { font-size: 17px; }
.signal-public { right: 0; top: 205px; }
.signal-public span { color: var(--home-coral); }
.signal-school { right: 0; top: 279px; }
.signal-school span { color: var(--home-mint); }
.signal-diet { right: 0; top: 353px; }
.signal-diet span { color: #38ad65; }
.signal-near { right: -2%; top: 427px; }
.signal-near span { color: #328cdb; }

.moment-section,
.ahead-section,
.fit-section,
.closing-section { margin-top: 40px; }

.moment-section {
  padding: clamp(34px, 5vw, 64px);
  border-radius: var(--home-radius-xl);
  background: linear-gradient(125deg, #fffdf7, #f2faf8);
  box-shadow: var(--home-shadow);
}

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 50px;
}

.section-heading-row h2,
.ahead-intro h2,
.fit-copy h2,
.closing-section h2 {
  margin: 10px 0 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.058em;
}

.section-heading-row > p,
.ahead-intro > p,
.fit-copy > p,
.closing-section p {
  margin: 0;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.65;
}

.signal-flow {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.flow-item {
  min-height: 136px;
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 14px;
  padding: 19px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(16, 38, 79, 0.05), 0 14px 34px -27px rgba(16, 38, 79, 0.35);
}

.flow-icon { grid-row: 1 / 3; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; font-size: 21px; }
.flow-coral { color: var(--home-coral-deep); background: rgba(255, 95, 76, 0.11); }
.flow-green { color: #29955e; background: rgba(96, 201, 148, 0.14); }
.flow-blue { color: #328cdb; background: rgba(99, 208, 230, 0.16); }
.flow-item strong { align-self: end; font-size: 15px; }
.flow-item small { align-self: start; margin-top: 4px; color: var(--home-muted); font-size: 11px; line-height: 1.4; }
.flow-arrow { color: #9aa5b6; font-size: 22px; }

.ahead-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(48px, 8vw, 130px);
  padding-block: clamp(70px, 9vw, 130px);
}

.ahead-intro { align-self: start; position: sticky; top: 36px; }
.ahead-intro > p { margin-top: 24px; max-width: 510px; }

.ahead-stories { display: grid; gap: 14px; }

.story {
  min-height: 170px;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 24px;
  padding: clamp(24px, 4vw, 40px);
  border-radius: var(--home-radius-lg);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--home-shadow);
  transition-property: transform, box-shadow;
  transition-duration: 180ms;
  transition-timing-function: ease-out;
}

.story:hover { transform: translateY(-2px); box-shadow: var(--home-shadow-hover); }
.story-number { color: var(--home-coral); font-size: 13px; font-weight: 900; letter-spacing: 0.1em; }
.story h3 { margin: 0 0 8px; font-size: 24px; letter-spacing: -0.035em; }
.story p { margin: 0; color: var(--home-muted); line-height: 1.6; }
.story-proactive { background: linear-gradient(135deg, #fff, #fff9e9); }
.story-suggest { background: linear-gradient(135deg, #fff, #f2fbff); }
.story-schedule { background: linear-gradient(135deg, #fff, #f2faf5); }

.fit-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  padding: clamp(44px, 7vw, 88px);
  border-radius: var(--home-radius-xl);
  color: #fff;
  background:
    radial-gradient(circle at 92% 20%, rgba(99, 208, 230, 0.13), transparent 27rem),
    var(--home-ink);
  box-shadow: 0 34px 90px -40px rgba(16, 38, 79, 0.62);
}

.fit-copy h2 { max-width: 790px; }
.fit-copy > p { max-width: 790px; margin-top: 25px; color: #c6d0df; }

.fit-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.fit-tags span { padding: 8px 11px; border-radius: 999px; color: #e7edf6; background: rgba(255, 255, 255, 0.08); font-size: 11px; font-weight: 750; }

.approval-card {
  align-self: center;
  padding: 30px;
  border-radius: 28px;
  color: var(--home-ink);
  background: #fff;
  box-shadow: 0 24px 70px -30px rgba(0, 0, 0, 0.4);
}

.approval-card h3 { margin: 9px 0 22px; font-size: 28px; letter-spacing: -0.045em; }
.approval-actions { display: grid; gap: 8px; }
.approval-actions span { min-height: 44px; display: flex; align-items: center; padding: 10px 13px; border-radius: 13px; background: #f5f7fa; font-size: 12px; font-weight: 850; }
.approval-actions .is-approve { color: #fff; background: linear-gradient(105deg, var(--home-coral-deep), #ff754d); }
.approval-card p { margin: 18px 0 0; color: var(--home-muted); font-size: 12px; }

.closing-section {
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 70px);
  padding: clamp(40px, 6vw, 76px);
  overflow: hidden;
  border-radius: var(--home-radius-xl);
  background: linear-gradient(130deg, #fff7dd, #fff, #eef9f7);
  box-shadow: var(--home-shadow);
}

.closing-section > img {
  width: min(100%, 330px);
  height: auto;
  justify-self: center;
  display: block;
  outline: 0;
  filter: drop-shadow(0 25px 30px rgba(16, 38, 79, 0.14));
}

.closing-section h2 { max-width: 850px; }
.closing-section p { max-width: 700px; margin-top: 20px; }
.closing-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.closing-actions .home-button { width: auto; }

.home-footer {
  min-height: 130px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--home-line);
}

.footer-brand img { width: 42px; height: 42px; }
.footer-brand strong { font-size: 16px; }
.home-footer > div { display: flex; align-items: center; gap: 22px; }
.home-footer a,
.home-footer button { border: 0; color: var(--home-muted); background: none; font-size: 12px; text-decoration: none; cursor: pointer; }
.home-footer a:hover,
.home-footer button:hover { color: var(--home-ink); }

.privacy-dialog {
  width: min(100% - 32px, 620px);
  border: 0;
  border-radius: 28px;
  padding: 34px;
  color: var(--home-ink);
  background: #fff;
  box-shadow: 0 34px 100px -28px rgba(16, 38, 79, 0.5);
}

.privacy-dialog::backdrop { background: rgba(16, 38, 79, 0.42); backdrop-filter: blur(6px); }
.privacy-dialog h2 { margin: 9px 0 18px; font-size: 32px; letter-spacing: -0.04em; }
.privacy-dialog p { color: var(--home-muted); line-height: 1.65; }
.dialog-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #f4f5f7; font-size: 24px; cursor: pointer; }

.home-button:focus-visible,
.home-nav a:focus-visible,
.home-nav button:focus-visible,
.home-footer a:focus-visible,
.home-footer button:focus-visible,
.dialog-close:focus-visible {
  outline: 3px solid rgba(50, 140, 219, 0.42);
  outline-offset: 3px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(4px);
  transition-property: opacity, transform, filter;
  transition-duration: 520ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

[data-reveal].is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }

@media (max-width: 1190px) {
  .home-hero { grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr); }
  .phone-shell { right: 12%; }
  .signal-chip { right: -2%; }
  .hero-sunny { left: -4%; }
}

@media (max-width: 980px) {
  .home-header { min-height: 78px; }
  .home-brand strong { font-size: 18px; }
  .home-brand img { width: 44px; height: 44px; }
  .home-nav .nav-whatsapp { display: none; }
  .home-hero { grid-template-columns: 1fr; padding-top: 64px; }
  .hero-copy-column { max-width: 760px; }
  .hero-product { width: min(100%, 760px); margin: 20px auto 0; }
  .phone-shell { right: 18%; }
  .signal-chip { right: 2%; }
  .hero-sunny { left: 4%; }
  .section-heading-row { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .section-heading-row > p { max-width: 680px; }
  .signal-flow { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); justify-self: center; }
  .ahead-section { grid-template-columns: 1fr; }
  .ahead-intro { position: static; }
  .fit-section { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .home-header,
  .home-hero,
  .moment-section,
  .ahead-section,
  .fit-section,
  .closing-section,
  .home-footer { width: min(100% - 28px, 1410px); }

  .home-header { min-height: 72px; }
  .home-brand { gap: 8px; }
  .home-brand img { width: 40px; height: 40px; }
  .home-brand strong { font-size: 14px; }
  .home-brand small { font-size: 8px; }
  .home-nav .nav-waitlist { display: none; }
  .home-nav { gap: 6px; }
  .home-nav a { min-height: 42px; padding-inline: 12px; font-size: 11px; }

  .home-hero { min-height: 0; gap: 30px; padding-block: 48px 56px; }
  .home-hero h1 { font-size: clamp(47px, 14.1vw, 67px); }
  .hero-lead { font-size: 17px; }
  .whatsapp-action-row { grid-template-columns: minmax(0, 1fr) 88px; }
  .hero-qr { width: 88px; }
  .hero-qr img { width: 68px; height: 68px; }
  .hero-actions { margin-top: 26px; }
  .waitlist-card { padding: 0; }
  .waitlist-fields { grid-template-columns: 1fr; }
  .home-button-waitlist { width: 100%; }

  .hero-product { min-height: 690px; margin-top: 0; }
  .hero-product::before { inset: 5% -18% 0 -13%; }
  .hero-product::after { display: none; }
  .phone-shell { top: 15px; right: 0; width: 315px; min-height: 628px; transform: rotate(1deg); }
  .hero-sunny { z-index: 4; left: -12%; bottom: -12px; width: 61%; }
  .signal-chip { z-index: 5; min-height: 42px; padding: 9px 11px; font-size: 9px; }
  .signal-chip span { font-size: 13px; }
  .signal-public { right: auto; left: 0; top: 58px; }
  .signal-school { right: auto; left: 0; top: 111px; }
  .signal-diet { right: 0; top: 490px; }
  .signal-near { right: 0; top: 542px; }

  .moment-section { margin-top: 14px; padding: 30px 20px; border-radius: 27px; }
  .section-heading-row h2,
  .ahead-intro h2,
  .fit-copy h2,
  .closing-section h2 { font-size: 40px; }
  .section-heading-row > p { font-size: 14px; }
  .signal-flow { margin-top: 32px; gap: 10px; }
  .flow-item { min-height: 112px; }

  .ahead-section { gap: 34px; padding-block: 74px; }
  .story { min-height: 0; grid-template-columns: 42px 1fr; gap: 12px; padding: 23px 18px; border-radius: 22px; }
  .story h3 { font-size: 20px; }
  .story p { font-size: 13px; }

  .fit-section { padding: 34px 21px; border-radius: 28px; }
  .fit-copy > p { font-size: 14px; }
  .approval-card { padding: 22px; border-radius: 22px; }

  .closing-section { grid-template-columns: 1fr; min-height: 0; padding: 34px 21px; text-align: center; }
  .closing-section > img { width: 210px; }
  .closing-actions { justify-content: center; }
  .closing-actions .home-button { width: 100%; }

  .home-footer { min-height: 150px; flex-direction: column; justify-content: center; }
  .home-footer > div { gap: 18px; }
}

@media (max-width: 430px) {
  .nav-quiz { max-width: 130px; text-align: center; line-height: 1.1; }
  .phone-shell { right: -13px; width: 294px; transform: scale(0.95) rotate(1deg); transform-origin: top right; }
  .whatsapp-phone-label { right: 7px; font-size: 10px; }
  .hero-sunny { left: -16%; bottom: 13px; width: 64%; }
  .hero-product { min-height: 658px; }
  .signal-diet { top: 467px; }
  .signal-near { top: 515px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; filter: none; }
}
