: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,
.ahead-section,
.fit-section,
.faq-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-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;
}

.free-note {
  width: fit-content;
  margin: 17px 0 0;
  padding: 8px 11px;
  border: 1px solid rgba(25, 156, 101, 0.22);
  border-radius: 999px;
  color: #396350;
  background: rgba(91, 211, 157, 0.11);
  font-size: 12px;
  font-weight: 700;
}

.free-note strong { color: #12744c; }
.outcome-line { margin: 12px 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);
}

.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("https://imagedelivery.net/CK8pZVpYw3kWXkvoQZvoXA/SunnyApp/lakeside-plan-v2.jpg/public");
  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; }

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

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

.ahead-section {
  width: min(100% - 40px, 1440px);
  padding-block: 46px 52px;
}

.ahead-intro {
  max-width: 720px;
  margin-bottom: 20px;
  padding-left: 2px;
}

.ahead-intro h2 {
  max-width: 760px;
  font-size: 76px;
  line-height: 0.9;
}

.ahead-intro > p {
  max-width: 520px;
  margin-top: 15px;
  font-size: 18.5px;
  line-height: 1.41;
}

.planning-radar {
  position: relative;
}

.radar-stage {
  position: relative;
  min-height: 490px;
  display: grid;
  grid-template-columns: minmax(350px, 410px) minmax(0, 1fr);
  border: 1px solid rgba(224, 197, 156, 0.5);
  border-radius: 34px;
  background:
    radial-gradient(circle at 9% 52%, rgba(255, 203, 62, 0.13), transparent 18rem),
    radial-gradient(circle at 94% 12%, rgba(99, 208, 230, 0.08), transparent 21rem),
    linear-gradient(145deg, #fffdf9, #fffcf5);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.72) inset,
    0 26px 74px -48px rgba(80, 55, 24, 0.4);
  overflow: visible;
}

.radar-title {
  position: absolute;
  z-index: 8;
  top: -20px;
  left: 50%;
  min-height: 54px;
  translate: -50% 0;
  padding: 10px 23px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(231, 187, 123, 0.68);
  border-radius: 999px;
  color: var(--home-ink);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 13px 34px -24px rgba(75, 46, 15, 0.44);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

.radar-title svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #71819a;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.radar-sunny {
  position: relative;
  min-height: 490px;
  display: grid;
  place-items: end center;
  isolation: isolate;
}

.radar-sunny img {
  position: relative;
  z-index: 3;
  width: min(115%, 450px);
  height: auto;
  margin-bottom: 40px;
  translate: 23px 0;
  object-fit: contain;
  filter: drop-shadow(0 24px 23px rgba(97, 65, 31, 0.16));
}

.radar-ring {
  position: absolute;
  z-index: 1;
  left: 55%;
  top: 50%;
  border: 1px solid rgba(255, 125, 87, 0.18);
  border-radius: 50%;
  translate: -50% -50%;
  animation: radarBreathe 4.8s ease-in-out infinite;
}

.radar-ring::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(99, 208, 230, 0.15);
  border-radius: inherit;
}

.ring-one { width: 340px; height: 340px; }
.ring-two { width: 430px; height: 430px; animation-delay: -2.4s; }

.radar-spark {
  position: absolute;
  z-index: 4;
  color: var(--home-yellow);
  font-size: 23px;
  filter: drop-shadow(0 6px 9px rgba(120, 84, 35, 0.14));
}

.spark-one { top: 17%; right: 1%; }
.spark-two { bottom: 13%; left: 7%; color: var(--home-cyan); font-size: 13px; }

@keyframes radarBreathe {
  0%, 100% { scale: 0.96; opacity: 0.55; }
  50% { scale: 1.04; opacity: 1; }
}

.radar-board {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 95px 89px 18px 11px;
}

.radar-skyline {
  position: absolute;
  z-index: 0;
  top: 29px;
  right: 88px;
  width: calc(100% - 279px);
  height: 78px;
  opacity: 0.13;
  pointer-events: none;
}

.skyline-stroke {
  fill: none;
  stroke: #6b91bd;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.radar-moments {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.radar-track {
  position: absolute;
  z-index: 0;
  top: 42px;
  left: -11px;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--home-coral), var(--home-mint) 34%, #4e9fdf 67%, var(--home-violet));
}

.radar-track::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--home-coral);
  border-right: 2px solid var(--home-coral);
  translate: 0 -50%;
  rotate: 45deg;
}

.radar-moment {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  grid-template-rows: 26px 18px 149px 23px;
  justify-items: center;
  align-items: center;
  gap: 3px;
  text-align: center;
}

.moment-time {
  align-self: end;
  color: var(--home-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.moment-marker {
  position: relative;
  z-index: 2;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: #fffdf8;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.58);
}

.radar-signal {
  position: relative;
  width: min(100%, 148px);
  height: 149px;
  display: grid;
  grid-template-rows: 100px 42px;
  place-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent !important;
  box-shadow: none;
  translate: 0 18px;
}

.radar-signal::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border: 1px solid currentColor;
  border-radius: 22px;
  background: var(--signal-bg);
  box-shadow: 0 15px 28px -23px currentColor;
}

.radar-signal svg {
  width: 62px;
  height: 62px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.radar-signal b {
  align-self: start;
  color: var(--home-ink);
  font-size: 14px;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.radar-moment > small {
  max-width: 170px;
  padding: 6px 16px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.035em;
  white-space: nowrap;
  translate: 0 18px;
}

.signal-new {
  position: absolute;
  top: -7px;
  right: -5px;
  padding: 5px 7px;
  border-radius: 999px;
  color: #fff;
  background: var(--home-mint);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.moment-now { color: var(--home-coral); }
.moment-now { --signal-bg: #fff1eb; }
.moment-thursday { color: #55a875; }
.moment-thursday { --signal-bg: #eff8e8; }
.moment-month { color: #4a95d3; }
.moment-month { --signal-bg: #edf7ff; }
.moment-school { color: #8967ca; }
.moment-school { --signal-bg: #f6efff; }

.radar-chat {
  position: relative;
  z-index: 3;
  max-width: calc(100% - 12px);
  width: 766px;
  margin: auto 0 0 -6px;
  display: grid;
  grid-template-columns: minmax(0, 310px) 58px minmax(0, 380px);
  align-items: center;
  gap: 8px;
}

.radar-message {
  min-width: 0;
  min-height: 76px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(16, 38, 79, 0.1);
  border-radius: 19px;
  color: var(--home-ink);
  background: #fff;
  box-shadow: 0 14px 30px -23px rgba(16, 38, 79, 0.45);
  font-size: 17px;
  font-weight: 620;
}

.message-user { background: #f5fbef; }
.message-sunny { background: #f0f8ff; border-color: rgba(69, 147, 210, 0.25); }

.message-whatsapp,
.message-sunny img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.message-whatsapp {
  display: grid;
  place-items: center;
  color: #fff;
  background: #20b45a;
}

.message-whatsapp svg { width: 27px; height: 27px; }
.message-sunny img { object-fit: contain; }
.message-sunny span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.message-sunny i { margin-left: auto; color: #328cdb; font-size: 10px; font-style: normal; }

.message-arrow {
  color: var(--home-mint);
  font-size: 27px;
  font-weight: 800;
  text-align: center;
  animation: messageNudge 1.8s ease-in-out infinite;
}

@keyframes messageNudge {
  0%, 100% { transform: translateX(-2px); }
  50% { transform: translateX(3px); }
}

.ahead-section.is-visible .radar-signal {
  animation: radarSignalIn 560ms cubic-bezier(0.2, 0, 0, 1) both;
}

.ahead-section.is-visible .moment-thursday .radar-signal { animation-delay: 90ms; }
.ahead-section.is-visible .moment-month .radar-signal { animation-delay: 180ms; }
.ahead-section.is-visible .moment-school .radar-signal { animation-delay: 270ms; }

@keyframes radarSignalIn {
  from { opacity: 0; transform: translateY(14px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.radar-notes {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.radar-note {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px 78px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 0 22px;
}

.radar-note + .radar-note { border-left: 1px solid rgba(16, 38, 79, 0.1); }

.note-number,
.note-icon {
  display: grid;
  place-items: center;
  font-weight: 900;
}

.note-number {
  width: 40px;
  height: 40px;
  margin-top: 2px;
  border-radius: 50%;
  color: #fff;
  background: var(--note-color);
  font-size: 13px;
}

.note-icon {
  width: 78px;
  height: 78px;
  border: 1px solid color-mix(in srgb, var(--note-color) 35%, transparent);
  border-radius: 18px;
  color: var(--note-color);
  background: color-mix(in srgb, var(--note-color) 9%, white);
  box-shadow: 0 14px 27px -25px var(--note-color);
}

.note-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.note-suggest .note-icon svg circle { fill: currentColor; stroke: none; }

.radar-note h3 {
  margin: 5px 0 8px;
  color: var(--home-ink);
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.radar-note p {
  margin: 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.55;
}

.note-fresh { --note-color: var(--home-coral); }
.note-suggest { --note-color: #4fac77; }
.note-rhythm { --note-color: #438fcf; }

.fit-section {
  position: relative;
  padding: clamp(48px, 6vw, 84px);
  overflow: hidden;
  border: 1px solid rgba(214, 184, 139, 0.35);
  border-radius: var(--home-radius-xl);
  background:
    radial-gradient(circle at 8% 72%, rgba(255, 200, 61, 0.18), transparent 23rem),
    radial-gradient(circle at 92% 18%, rgba(99, 208, 230, 0.17), transparent 25rem),
    linear-gradient(145deg, #fffdf8, #fff9ee 52%, #f6fcfb);
  box-shadow: var(--home-shadow);
}

.fit-section::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  top: -190px;
  left: 45%;
  border: 1px solid rgba(128, 104, 220, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(128, 104, 220, 0.035), 0 0 0 88px rgba(128, 104, 220, 0.025);
  pointer-events: none;
}

.fit-intro {
  position: relative;
  z-index: 2;
  max-width: 890px;
  margin-inline: auto;
  text-align: center;
}

.fit-intro h2 {
  max-width: 890px;
  margin-inline: auto;
}

.fit-intro > p {
  max-width: 710px;
  margin: 22px auto 0;
  font-size: 17px;
}

.fit-visual {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(190px, 0.5fr) minmax(390px, 1.12fr);
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  margin-top: clamp(42px, 5vw, 66px);
}

.household-signals {
  display: grid;
  gap: 13px;
}

.fit-rail-label,
.fit-plan-eyebrow {
  color: #718096;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.fit-rail-label { margin: 0 0 3px 7px; }

.household-signal {
  --signal-accent: var(--home-coral);
  min-height: 82px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid rgba(16, 38, 79, 0.075);
  border-left: 4px solid var(--signal-accent);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 16px 34px -29px rgba(16, 38, 79, 0.58);
}

.signal-child { --signal-accent: var(--home-violet); }
.signal-window { --signal-accent: #3e9bd8; }

.household-avatar {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--signal-accent);
  background: color-mix(in srgb, var(--signal-accent) 13%, white);
  font-size: 16px;
  font-weight: 950;
}

.household-signal div { min-width: 0; }
.household-signal strong { display: block; font-size: 14px; line-height: 1.2; }
.household-signal small { display: block; margin-top: 5px; color: var(--home-muted); font-size: 10.5px; line-height: 1.35; }

.signal-status {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #258c58;
  background: #e7f8ee;
  font-size: 12px;
  font-weight: 950;
}

.fit-engine {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
}

.fit-engine::before,
.fit-engine::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34%;
  border-top: 2px dashed rgba(16, 38, 79, 0.18);
}

.fit-engine::before { right: 87%; }
.fit-engine::after { left: 87%; }

.fit-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(128, 104, 220, 0.22);
  border-radius: 50%;
  translate: -50% -50%;
}

.orbit-one { width: 188px; height: 188px; }
.orbit-two { width: 244px; height: 244px; border-style: dashed; border-color: rgba(99, 208, 230, 0.38); }

.fit-engine-core {
  position: relative;
  z-index: 2;
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  border: 1px solid rgba(236, 169, 38, 0.42);
  border-radius: 42px;
  background: linear-gradient(145deg, #fffbed, #fff1be);
  box-shadow: 0 22px 48px -28px rgba(117, 77, 11, 0.55), 0 0 0 10px rgba(255, 255, 255, 0.75);
  rotate: -2deg;
}

.fit-engine-core img { width: 62px; height: 62px; object-fit: contain; }
.fit-engine-core strong { color: var(--home-ink); font-size: 10px; line-height: 1.05; letter-spacing: 0.11em; text-align: center; }

.fit-check {
  position: absolute;
  z-index: 3;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(16, 38, 79, 0.07);
  border-radius: 999px;
  color: var(--home-ink);
  background: #fff;
  box-shadow: 0 12px 28px -21px rgba(16, 38, 79, 0.7);
  font-size: 9px;
  font-weight: 850;
  white-space: nowrap;
}

.fit-check-live { top: 28px; left: 5px; color: #27895a; }
.fit-check-near { top: 72px; right: -5px; color: #2f8bc8; }
.fit-check-budget { bottom: 35px; left: 5px; color: #6d58c7; }
.fit-spark { position: absolute; z-index: 2; font-size: 17px; }
.fit-spark-one { top: 86px; left: 22px; color: var(--home-coral); }
.fit-spark-two { right: 14px; bottom: 92px; color: var(--home-yellow); }

.fit-plan-card {
  overflow: hidden;
  border: 1px solid rgba(16, 38, 79, 0.08);
  border-radius: 27px;
  color: var(--home-ink);
  background: #fff;
  box-shadow: 0 28px 70px -38px rgba(16, 38, 79, 0.62);
}

.fit-plan-photo { position: relative; aspect-ratio: 16 / 7.3; overflow: hidden; }
.fit-plan-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(11, 29, 57, 0.3)); }
.fit-plan-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.fit-plan-photo > span { position: absolute; z-index: 2; top: 15px; left: 15px; padding: 7px 10px; border-radius: 999px; color: #fff; background: rgba(16, 38, 79, 0.88); font-size: 9px; font-weight: 900; letter-spacing: 0.12em; }

.fit-plan-copy { padding: 22px; }
.fit-plan-eyebrow { color: var(--home-coral-deep); }
.fit-plan-copy h3 { margin: 6px 0 17px; font-size: 26px; line-height: 1.02; letter-spacing: -0.045em; }
.fit-plan-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 12px; }
.fit-plan-checks span { display: flex; align-items: center; gap: 7px; color: #4f5f77; font-size: 10.5px; font-weight: 720; line-height: 1.3; }
.fit-plan-checks i { width: 20px; height: 20px; flex: 0 0 20px; display: grid; place-items: center; border-radius: 7px; font-style: normal; font-size: 9px; }
.check-mint { color: #27895a; background: #e7f8ee; }
.check-blue { color: #2f8bc8; background: #e6f5fd; }
.check-coral { color: var(--home-coral-deep); background: #fff0ec; }
.check-violet { color: #6d58c7; background: #f0edff; }

.fit-plan-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 19px; }
.fit-plan-actions span { min-height: 41px; display: flex; align-items: center; justify-content: center; padding: 9px 12px; border: 1px solid rgba(16, 38, 79, 0.11); border-radius: 12px; font-size: 10.5px; font-weight: 880; }
.fit-plan-actions .fit-approve { border-color: transparent; color: #fff; background: linear-gradient(105deg, var(--home-coral-deep), #ff8152); box-shadow: 0 14px 30px -22px rgba(242, 78, 67, 0.9); }

.fit-memory-line {
  position: relative;
  z-index: 2;
  width: fit-content;
  max-width: 760px;
  min-height: 50px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 10px 17px;
  border: 1px solid rgba(16, 38, 79, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 34px -30px rgba(16, 38, 79, 0.58);
}

.fit-memory-line > span { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 50%; color: #6d58c7; background: #efebff; font-weight: 950; }
.fit-memory-line p { margin: 0; color: var(--home-muted); font-size: 11px; line-height: 1.45; }
.fit-memory-line strong { color: var(--home-ink); }

.fit-section.is-visible .household-signal { animation: fit-signal-in 520ms cubic-bezier(0.2, 0, 0, 1) both; }
.fit-section.is-visible .signal-child { animation-delay: 80ms; }
.fit-section.is-visible .signal-window { animation-delay: 160ms; }
.fit-section.is-visible .fit-engine-core { animation: fit-core-in 600ms 160ms cubic-bezier(0.2, 0, 0, 1) both; }
.fit-section.is-visible .fit-plan-card { animation: fit-plan-in 620ms 260ms cubic-bezier(0.2, 0, 0, 1) both; }

@keyframes fit-signal-in {
  from { opacity: 0; transform: translateX(-16px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fit-core-in {
  from { opacity: 0; scale: 0.82; rotate: -8deg; }
  to { opacity: 1; scale: 1; rotate: -2deg; }
}

@keyframes fit-plan-in {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Checked-plan story: planning noise + real household context → Sunny → one plan. */
.fit-section {
  padding: clamp(50px, 5.8vw, 82px) clamp(20px, 4vw, 58px);
  background:
    radial-gradient(circle at 12% 62%, rgba(255, 200, 61, 0.13), transparent 22rem),
    radial-gradient(circle at 87% 28%, rgba(99, 208, 230, 0.12), transparent 24rem),
    linear-gradient(145deg, #fffdf8, #fffaf0 52%, #f7fcfa);
}

.fit-section::before {
  width: 380px;
  height: 380px;
  top: -275px;
  left: calc(50% - 190px);
  border-color: rgba(255, 99, 82, 0.1);
  box-shadow: 0 0 0 48px rgba(255, 99, 82, 0.025), 0 0 0 96px rgba(128, 104, 220, 0.02);
}

.fit-intro { max-width: 940px; }
.fit-intro h2 { max-width: 940px; font-size: clamp(45px, 5vw, 72px); line-height: 0.98; }
.fit-intro > p { max-width: 690px; color: #60718d; font-size: clamp(16px, 1.4vw, 20px); }

.checked-plan-board {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(285px, 0.9fr) minmax(275px, 0.72fr) minmax(345px, 1fr);
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  margin-top: clamp(42px, 5vw, 66px);
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(214, 184, 139, 0.38);
  border-radius: 34px;
  background: rgba(255, 253, 248, 0.68);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.82);
}

.checked-rail-label {
  margin: 0;
  color: var(--home-ink);
  font-size: 11px;
  font-weight: 930;
  letter-spacing: 0.16em;
}

.checked-inputs {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 24px;
}

.checked-inputs::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 64px;
  right: -53px;
  top: 50%;
  border-top: 2px solid rgba(226, 187, 127, 0.5);
  box-shadow: 0 -10px rgba(226, 187, 127, 0.16), 0 10px rgba(226, 187, 127, 0.16);
}

.planning-noise,
.people-stream { min-width: 0; }

.noise-browser {
  position: relative;
  height: 114px;
  margin: 12px 0 0 8px;
}

.noise-tab {
  position: absolute;
  width: min(94%, 292px);
  min-height: 39px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(16, 38, 79, 0.11);
  border-radius: 12px 12px 8px 8px;
  color: #65718a;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 24px -20px rgba(16, 38, 79, 0.58);
  font-size: 10px;
  white-space: nowrap;
}

.noise-tab::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #ff6957;
  box-shadow: 10px 0 #f6bf3e, 20px 0 #58c67c;
  margin-right: 20px;
}

.noise-tab i { width: 13px; height: 13px; border-radius: 4px; background: #eee9ff; }
.noise-tab b { margin-left: auto; color: #99a1b0; font-size: 12px; }
.noise-tab-one { top: 0; left: 0; }
.noise-tab-two { top: 25px; left: 11px; background: #fdf9f3; }
.noise-tab-three { top: 50px; left: 22px; background: #f3f9fc; }
.noise-tab-four { top: 75px; left: 33px; background: #f4fbf7; }

.noise-questions { position: relative; display: grid; gap: 7px; margin-top: 5px; }
.noise-question {
  width: fit-content;
  max-width: 95%;
  min-height: 40px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px 8px 8px;
  border: 1px solid rgba(16, 38, 79, 0.08);
  border-radius: 15px;
  color: var(--home-ink);
  background: #fff;
  box-shadow: 0 12px 24px -18px rgba(16, 38, 79, 0.55);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.25;
}

.noise-question span {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff1dc;
  font-size: 15px;
}

.question-one { border-color: rgba(242, 176, 63, 0.33); }
.question-two { margin-left: 34px; border-color: rgba(62, 155, 216, 0.25); }
.question-two span { background: #e9f6fd; }
.question-three { margin-left: 16px; border-color: rgba(255, 99, 82, 0.25); }
.question-three span { background: #fff0ec; }

.people-stream {
  padding: 17px;
  border: 1px solid rgba(128, 104, 220, 0.14);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(248,245,255,0.76));
  box-shadow: 0 18px 32px -28px rgba(16, 38, 79, 0.6);
}

.people-cards { display: grid; gap: 8px; margin-top: 13px; }
.person-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 7px 9px;
  border: 1px solid rgba(16, 38, 79, 0.065);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
}

.person-portrait {
  width: 45px;
  height: 45px;
  display: block;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 13px;
  background-image: url("https://imagedelivery.net/CK8pZVpYw3kWXkvoQZvoXA/SunnyApp/options-people.jpg/public");
  background-repeat: no-repeat;
  background-size: 400% 400%;
  box-shadow: 0 6px 14px -10px rgba(16, 38, 79, 0.65);
}

.portrait-couple { background-position: 33.333% 0; }
.portrait-children { background-position: 33.333% 100%; }
.portrait-grandma { background-position: 66.666% 100%; }
.person-card strong { display: block; overflow: hidden; font-size: 11px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.person-card small { display: block; margin-top: 4px; color: var(--home-muted); font-size: 9px; line-height: 1.3; }

.household-window {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 11px;
  border-radius: 12px;
  color: #2a6d51;
  background: #eaf8ef;
  font-size: 9px;
}

.household-window strong { font-size: 9.5px; }
.household-window span { color: #4f7767; text-align: right; }

.sunny-check-stage {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
  justify-items: center;
  isolation: isolate;
}

.sunny-check-stage::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 86%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 219, 95, 0.18), rgba(255, 255, 255, 0) 68%);
}

.sunny-check-stage::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 48%;
  right: -48px;
  width: 62px;
  height: 32px;
  background: linear-gradient(90deg, rgba(255, 99, 82, 0.05), var(--home-coral));
  clip-path: polygon(0 35%, 68% 35%, 68% 0, 100% 50%, 68% 100%, 68% 65%, 0 65%);
  filter: drop-shadow(0 6px 7px rgba(255, 99, 82, 0.22));
}

.sunny-check-stage > img {
  position: relative;
  z-index: 2;
  width: min(100%, 330px);
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 23px rgba(97, 70, 22, 0.14));
}

.sunny-check-stage > p {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 2px;
  min-width: 184px;
  margin: 0;
  padding: 9px 13px;
  border: 1px solid rgba(16, 38, 79, 0.08);
  border-radius: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 13px 25px -20px rgba(16, 38, 79, 0.6);
  transform: translateX(-50%);
}

.sunny-check-stage > p strong,
.sunny-check-stage > p span { display: block; }
.sunny-check-stage > p strong { color: var(--home-ink); font-size: 10px; }
.sunny-check-stage > p span { margin-top: 2px; color: var(--home-muted); font-size: 8px; }

.sunny-check-badge {
  position: absolute;
  z-index: 4;
  width: 82px;
  min-height: 82px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  padding: 8px;
  border: 1px solid rgba(16, 38, 79, 0.1);
  border-radius: 24px;
  color: var(--home-ink);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 17px 28px -21px rgba(16, 38, 79, 0.55);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.sunny-check-badge b { font-size: 20px; font-weight: 900; letter-spacing: -0.17em; }
.check-fresh { top: 38px; left: -7px; color: #25875a; background: #e9f7eb; rotate: -2deg; }
.check-open { top: 39px; right: -8px; color: #287eb6; background: #eaf5fc; rotate: 2deg; }
.check-everyone { bottom: 55px; left: -13px; color: #6854b9; background: #f0edff; rotate: -2deg; }
.check-budget { right: -13px; bottom: 58px; color: #d95942; background: #fff0e7; rotate: 2deg; }

.ready-plan-card { min-width: 0; }
.ready-label { display: block; margin: 0 0 12px 16px; }
.ready-label i { margin-left: 9px; color: var(--home-coral); font-size: 24px; font-style: normal; vertical-align: -4px; }
.ready-plan-shell {
  overflow: hidden;
  border: 1px solid rgba(16, 38, 79, 0.1);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 58px -35px rgba(16, 38, 79, 0.58), 0 0 0 7px rgba(255,255,255,0.6);
}

.ready-plan-photo { position: relative; aspect-ratio: 16 / 7.4; overflow: hidden; background: #dcefdc; }
.ready-plan-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(11, 29, 57, 0.26)); }
.ready-plan-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ready-plan-copy { padding: 24px; }
.ready-plan-eyebrow { color: var(--home-coral-deep); font-size: 10px; font-weight: 900; letter-spacing: 0.12em; }
.ready-plan-copy h3 { margin: 7px 0 10px; font-size: clamp(25px, 2.2vw, 34px); line-height: 1; letter-spacing: -0.045em; }
.ready-plan-meta { margin: 0; display: flex; flex-wrap: wrap; gap: 8px 16px; color: #6a7890; font-size: 10px; font-weight: 780; text-transform: uppercase; }

.ready-plan-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid rgba(16, 38, 79, 0.08);
}

.ready-plan-checks span {
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 999px;
  color: #276346;
  background: #ebf7ed;
  font-size: 9px;
  font-weight: 820;
  white-space: nowrap;
}

.ready-plan-checks i { width: 17px; height: 17px; flex: 0 0 17px; display: grid; place-items: center; border-radius: 50%; color: #1d8052; background: #d8f1df; font-size: 8px; font-style: normal; }
.ready-plan-approve {
  min-height: 49px;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(105deg, #fb4f45, #ff7853);
  box-shadow: 0 17px 30px -20px rgba(242, 78, 67, 0.85);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fit-memory-line { margin-top: 28px; }
.fit-section.is-visible .noise-tab { animation: fit-signal-in 520ms cubic-bezier(0.2, 0, 0, 1) both; }
.fit-section.is-visible .noise-tab-two { animation-delay: 55ms; }
.fit-section.is-visible .noise-tab-three { animation-delay: 110ms; }
.fit-section.is-visible .noise-tab-four { animation-delay: 165ms; }
.fit-section.is-visible .person-card { animation: fit-signal-in 520ms 160ms cubic-bezier(0.2, 0, 0, 1) both; }
.fit-section.is-visible .sunny-check-stage > img { animation: fit-core-in 620ms 230ms cubic-bezier(0.2, 0, 0, 1) both; }
.fit-section.is-visible .ready-plan-shell { animation: fit-plan-in 620ms 330ms cubic-bezier(0.2, 0, 0, 1) both; }

.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; }
.footer-end { display: flex; align-items: flex-end; flex-direction: column; gap: 10px; }
.footer-links { display: flex; align-items: center; gap: 22px; }
.footer-credit { margin: 0; color: var(--home-muted); font-size: 11px; }
.footer-credit a { color: var(--home-ink); font-weight: 760; }
.footer-credit a span { display: inline-block; margin-left: 2px; transition: transform 180ms ease; }
.footer-credit a:hover span { transform: translate(2px, -2px); }
.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); }

/* FAQ section — added for GEO/AI-search extractability */
.faq-section {
  padding: clamp(40px, 6vw, 76px);
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius-xl);
  background: var(--home-paper);
  box-shadow: var(--home-shadow);
}

.faq-section h2 { max-width: 900px; }
.faq-intro { max-width: 740px; }

.faq-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 3vw, 34px);
  margin-top: 36px;
}

.faq-item {
  padding: clamp(18px, 2.4vw, 26px);
  border-radius: var(--home-radius-lg);
  background: #fff;
  border: 1px solid var(--home-line);
}

.faq-item h3 {
  margin: 0 0 10px;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--home-ink);
}

.faq-item p {
  margin: 0;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.65;
}

@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%; }
  .radar-stage { grid-template-columns: minmax(220px, 275px) minmax(0, 1fr); }
  .radar-sunny img { width: min(106%, 292px); }
  .ring-one { width: 245px; height: 245px; }
  .ring-two { width: 310px; height: 310px; }
  .radar-board { padding-right: 24px; }
  .radar-signal { width: min(100%, 112px); }
  .radar-chat { width: 100%; grid-template-columns: minmax(180px, 0.9fr) 32px minmax(230px, 1.1fr); }
  .radar-note { grid-template-columns: 36px 50px minmax(0, 1fr); gap: 10px; padding-inline: 14px; }
  .note-icon { width: 48px; height: 48px; border-radius: 15px; font-size: 19px; }
  .radar-note h3 { font-size: 16px; }
}

@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%; }
  .radar-stage { grid-template-columns: 220px minmax(0, 1fr); }
  .radar-board { padding-right: 18px; }
  .radar-signal { width: min(100%, 106px); min-height: 108px; }
  .radar-signal svg { width: 45px; height: 45px; }
  .radar-signal b { font-size: 10px; }
  .radar-moment > small { max-width: 106px; padding-inline: 7px; font-size: 7px; }
  .radar-chat { grid-template-columns: minmax(180px, 0.9fr) 26px minmax(230px, 1.1fr); }
  .radar-notes { gap: 0; }
  .radar-note { grid-template-columns: 36px minmax(0, 1fr); }
  .radar-note .note-icon { display: none; }
  .fit-visual { grid-template-columns: minmax(220px, 0.8fr) 160px minmax(320px, 1.1fr); gap: 17px; }
  .fit-engine { min-height: 300px; }
  .orbit-one { width: 150px; height: 150px; }
  .orbit-two { width: 198px; height: 198px; }
  .fit-engine-core { width: 110px; height: 110px; border-radius: 36px; }
  .fit-engine-core img { width: 52px; height: 52px; }
  .fit-check { font-size: 8px; }
  .fit-check-live { left: -2px; }
  .fit-check-near { right: -4px; }
  .fit-check-budget { left: -2px; }
  .fit-plan-checks { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .home-header,
  .home-hero,
  .ahead-section,
  .fit-section,
  .faq-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 { 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; }

  .ahead-intro h2,
  .fit-intro h2,
  .faq-section h2,
  .closing-section h2 { font-size: 40px; }

  .ahead-section { padding-block: 78px; }
  .ahead-intro { margin-bottom: 54px; }
  .ahead-intro > p { margin-top: 18px; font-size: 14px; }
  .ahead-title-break { display: none; }
  .radar-stage {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 28px;
    overflow: hidden;
  }
  .radar-title { top: 18px; min-height: 44px; padding: 8px 14px; font-size: 9px; }
  .radar-title svg { width: 23px; height: 23px; }
  .radar-sunny { min-height: 290px; padding-top: 66px; overflow: hidden; }
  .radar-sunny img { width: 220px; margin-bottom: 6px; }
  .radar-sunny img { translate: 0; }
  .radar-ring { left: 50%; }
  .ring-one { width: 220px; height: 220px; }
  .ring-two { width: 292px; height: 292px; }
  .spark-one { top: 30%; right: 16%; }
  .spark-two { bottom: 10%; left: 15%; }
  .radar-board { padding: 18px 18px 24px; }
  .radar-skyline { display: none; }
  .radar-moments { grid-template-columns: 1fr; gap: 12px; }
  .radar-track {
    top: 23px;
    bottom: 23px;
    left: 76px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--home-coral), var(--home-mint) 34%, #4e9fdf 67%, var(--home-violet));
  }
  .radar-track::after {
    top: auto;
    right: 50%;
    bottom: -2px;
    translate: 50% 0;
    rotate: 135deg;
  }
  .radar-moment {
    min-height: 83px;
    grid-template-columns: 60px 18px minmax(0, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas:
      "time marker signal"
      ". . badge";
    justify-items: start;
    column-gap: 8px;
    row-gap: 4px;
    text-align: left;
  }
  .moment-time { grid-area: time; align-self: center; justify-self: end; font-size: 9px; white-space: normal; text-align: right; }
  .moment-marker { grid-area: marker; align-self: center; justify-self: center; }
  .radar-signal {
    grid-area: signal;
    width: 100%;
    height: auto;
    min-height: 68px;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto;
    place-items: center start;
    align-content: center;
    gap: 10px;
    padding: 9px 14px;
    border-radius: 18px;
    border: 1px solid currentColor;
    background: var(--signal-bg) !important;
    box-shadow: 0 15px 28px -23px currentColor;
    text-align: left;
    translate: 0;
  }
  .radar-signal::before { display: none; }
  .radar-signal svg { width: 42px; height: 42px; }
  .radar-signal b { font-size: 11px; }
  .radar-moment > small { grid-area: badge; max-width: none; justify-self: start; padding: 5px 8px; font-size: 7px; translate: 0; }
  .signal-new { top: -6px; right: 8px; }
  .radar-chat { margin-top: 24px; margin-left: 0; grid-template-columns: 1fr; justify-items: stretch; }
  .radar-message { min-height: 54px; padding: 11px 14px; font-size: 12px; font-weight: 760; }
  .message-whatsapp,
  .message-sunny img { width: 34px; height: 34px; }
  .message-whatsapp svg { width: 22px; height: 22px; }
  .message-arrow { rotate: 90deg; line-height: 18px; }
  .radar-notes { margin-top: 24px; grid-template-columns: 1fr; }
  .radar-note { grid-template-columns: 40px 48px minmax(0, 1fr); padding: 22px 2px; }
  .radar-note + .radar-note { border-top: 1px solid rgba(16, 38, 79, 0.1); border-left: 0; }
  .radar-note .note-icon { display: grid; }
  .note-number { width: 34px; height: 34px; }
  .note-icon { width: 46px; height: 46px; border-radius: 14px; font-size: 18px; }
  .note-icon svg { width: 29px; height: 29px; }
  .radar-note h3 { margin-top: 0; font-size: 18px; }
  .radar-note p { font-size: 12px; }

  .fit-section { padding: 42px 19px 30px; border-radius: 28px; }
  .fit-intro { text-align: left; }
  .fit-intro > p { margin: 18px 0 0; font-size: 14px; }
  .fit-visual { grid-template-columns: 1fr; gap: 24px; margin-top: 35px; }
  .household-signals { gap: 10px; }
  .household-signal { min-height: 74px; grid-template-columns: 43px minmax(0, 1fr) 25px; padding: 11px 12px; }
  .household-avatar { width: 42px; height: 42px; border-radius: 13px; }
  .fit-engine { min-height: 190px; }
  .fit-engine::before,
  .fit-engine::after { left: 50%; width: 0; height: 31px; border-top: 0; border-left: 2px dashed rgba(16, 38, 79, 0.18); }
  .fit-engine::before { top: -26px; right: auto; }
  .fit-engine::after { top: auto; bottom: -27px; }
  .orbit-one { width: 148px; height: 148px; }
  .orbit-two { width: 192px; height: 192px; }
  .fit-engine-core { width: 104px; height: 104px; border-radius: 34px; }
  .fit-engine-core img { width: 48px; height: 48px; }
  .fit-check-live { top: 10px; left: calc(50% - 111px); }
  .fit-check-near { top: 42px; right: calc(50% - 114px); }
  .fit-check-budget { bottom: 10px; left: calc(50% - 112px); }
  .fit-spark-one { top: 52px; left: calc(50% - 95px); }
  .fit-spark-two { right: calc(50% - 92px); bottom: 48px; }
  .fit-plan-card { border-radius: 23px; }
  .fit-plan-photo { aspect-ratio: 16 / 8.5; }
  .fit-plan-copy { padding: 20px 17px; }
  .fit-plan-copy h3 { font-size: 24px; }
  .fit-plan-checks { grid-template-columns: 1fr; gap: 8px; }
  .fit-plan-actions { grid-template-columns: 1fr; }
  .fit-memory-line { width: 100%; border-radius: 18px; align-items: flex-start; padding: 12px 14px; }

  .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; }
  .footer-end { align-items: center; gap: 12px; }
  .footer-links { 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; }
  .hero-sunny { left: -16%; bottom: 13px; width: 64%; }
  .hero-product { min-height: 658px; }
  .signal-diet { top: 467px; }
  .signal-near { top: 515px; }
}

@media (max-width: 1050px) {
  .checked-plan-board { grid-template-columns: minmax(250px, 0.92fr) minmax(220px, 0.7fr) minmax(300px, 1fr); gap: 22px; padding: 26px; }
  .sunny-check-stage { min-height: 500px; }
  .sunny-check-stage::after { right: -31px; width: 45px; }
  .sunny-check-badge { width: 70px; min-height: 70px; border-radius: 20px; font-size: 8px; }
  .sunny-check-badge b { font-size: 17px; }
  .ready-plan-copy { padding: 20px; }
  .ready-plan-checks { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .checked-plan-board { grid-template-columns: 1fr; gap: 34px; }
  .checked-inputs { grid-template-columns: 1fr 1fr; align-items: end; gap: 20px; }
  .checked-inputs::after { display: none; }
  .sunny-check-stage { width: min(100%, 430px); min-height: 440px; margin-inline: auto; }
  .sunny-check-stage > img { width: 300px; }
  .sunny-check-stage::after { top: auto; right: 50%; bottom: -28px; width: 44px; rotate: 90deg; translate: 50% 0; }
  .check-fresh { left: 5px; }
  .check-open { right: 5px; }
  .check-everyone { left: 3px; }
  .check-budget { right: 3px; }
  .ready-plan-card { width: min(100%, 560px); margin-inline: auto; }
  .ready-plan-checks { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .fit-section { padding: 42px 18px 30px; }
  .fit-intro { text-align: center; }
  .fit-intro h2 { font-size: clamp(39px, 11.5vw, 52px); }
  .fit-intro > p { margin: 18px auto 0; font-size: 14px; }
  .checked-plan-board { gap: 28px; margin-top: 34px; padding: 17px; border-radius: 25px; }
  .checked-inputs { grid-template-columns: 1fr; gap: 22px; }
  .noise-browser { max-width: 315px; }
  .noise-question { font-size: 10px; }
  .people-stream { padding: 14px; border-radius: 18px; }
  .person-card { grid-template-columns: 43px minmax(0, 1fr); }
  .person-portrait { width: 43px; height: 43px; }
  .household-window { align-items: flex-start; flex-direction: column; gap: 3px; }
  .household-window span { text-align: left; }
  .sunny-check-stage { min-height: 390px; }
  .sunny-check-stage > img { width: min(78%, 280px); }
  .sunny-check-badge { width: 66px; min-height: 66px; border-radius: 19px; padding: 6px; font-size: 7px; }
  .sunny-check-badge b { font-size: 15px; }
  .check-fresh { top: 24px; left: -2px; }
  .check-open { top: 24px; right: -2px; }
  .check-everyone { bottom: 48px; left: -2px; }
  .check-budget { right: -2px; bottom: 48px; }
  .sunny-check-stage > p { bottom: 0; }
  .ready-label { margin-left: 5px; }
  .ready-plan-shell { border-radius: 23px; }
  .ready-plan-photo { aspect-ratio: 16 / 8.3; }
  .ready-plan-copy { padding: 19px 16px; }
  .ready-plan-copy h3 { font-size: 27px; }
  .ready-plan-checks { gap: 7px; }
  .ready-plan-checks span { min-height: 30px; padding: 6px 7px; font-size: 8px; }
  .ready-plan-approve { min-height: 48px; font-size: 11px; }
}

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