:root {
  --ink: #201922;
  --ink-soft: #5d515b;
  --pink: #ff85a1;
  --pink-deep: #e95f82;
  --pink-pale: #fff0f5;
  --lavender: #e5d5fa;
  --lavender-deep: #aa91d2;
  --cream: #fffaf4;
  --white: #fff;
  --line: rgba(65, 41, 58, 0.12);
  --radius-lg: 32px;
  --radius-xl: 48px;
  --sans: "Outfit", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  overflow-x: hidden;
}
body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  content: "";
  opacity: 0.42;
  pointer-events: none;
  background-image: radial-gradient(rgba(53, 27, 43, 0.16) 0.55px, transparent 0.55px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.site-shell { overflow: clip; }
.section-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.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; }

.topbar {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1280px, calc(100% - 48px));
  min-height: 94px;
  margin: 0 auto;
}
.brand { display: inline-flex; align-items: center; gap: 8px; font-size: 19px; font-weight: 900; letter-spacing: 0.16em; }
.brand-mark { width: 25px; height: 25px; fill: var(--pink); filter: drop-shadow(0 2px 2px rgba(233, 95, 130, 0.22)); }
.nav-links { display: flex; align-items: center; gap: 31px; color: #5f525d; font-size: 14px; font-weight: 600; }
.nav-links > a:not(.nav-cta) { position: relative; }
.nav-links > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -5px; left: 0; height: 1px; content: ""; background: var(--pink); transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; }
.nav-links > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { border: 1px solid rgba(255, 133, 161, 0.42); border-radius: 999px; padding: 11px 18px; color: #cb5073; background: rgba(255,255,255,0.48); transition: background 180ms ease, transform 180ms ease; }
.nav-cta:hover { background: white; transform: translateY(-2px); }
.menu-toggle { display: none; width: 43px; height: 43px; border: 0; border-radius: 50%; background: rgba(255,255,255,.65); }
.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1.5px; margin: 4px auto; background: var(--ink); transition: transform .2s ease; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, 0.94fr); align-items: center; min-height: 680px; padding: 42px 0 76px; }
.hero-copy { position: relative; z-index: 2; padding-top: 9px; }
.eyebrow, .section-label, .card-kicker { margin: 0; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 8px; color: #a65677; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgba(255,133,161,.15); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 690px; margin: 21px 0 23px; font-size: clamp(3.45rem, 6vw, 5.7rem); line-height: 0.91; letter-spacing: -0.068em; font-weight: 800; }
h1 em, h2 em, h3 em { position: relative; color: var(--pink-deep); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.075em; }
h1 em::after, h2 em::after, h3 em::after { position: absolute; right: 2%; bottom: 1px; left: 3%; height: 7px; content: ""; border-radius: 50%; background: #f6b9ca; opacity: .52; transform: rotate(-2deg); z-index: -1; }
.hero-summary { max-width: 502px; margin-bottom: 29px; color: var(--ink-soft); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 999px; padding: 16px 23px; font-size: 14px; font-weight: 800; letter-spacing: -0.01em; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-3px) rotate(-1deg); }
.button-primary { color: white; background: var(--pink); box-shadow: 0 10px 19px rgba(233,95,130,.22); }
.button-primary:hover { background: var(--pink-deep); box-shadow: 0 15px 25px rgba(233,95,130,.28); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #422f3e; font-size: 14px; font-weight: 800; transition: color 180ms ease, gap 180ms ease; }
.text-link:hover { gap: 12px; color: var(--pink-deep); }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 43px; color: #74636f; font-size: 11px; line-height: 1.35; }
.hero-note strong { color: #352b33; font-weight: 700; }
.note-avatars { display: flex; padding-left: 4px; }
.note-avatars span { width: 28px; height: 28px; margin-left: -4px; border: 2px solid var(--cream); border-radius: 50%; background: linear-gradient(145deg,#aa745e 0 35%,#f1c7b2 35% 100%); }
.note-avatars span:nth-child(2) { background: linear-gradient(145deg,#442e25 0 37%,#e8b79b 37% 100%); }
.note-avatars span:nth-child(3) { background: linear-gradient(145deg,#f2c04d 0 32%,#8b624c 32% 100%); }

.hero-stage { position: relative; display: grid; min-height: 555px; place-items: center; }
.hero-stage::before { position: absolute; width: 520px; height: 520px; content: ""; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #fff 0, #ffe2ec 34%, #e6d5fa 68%, rgba(229,213,250,0) 70%); opacity: .95; }
.orbit { position: absolute; border: 1px solid rgba(184,139,190,.21); border-radius: 50%; }
.orbit-one { width: 500px; height: 280px; transform: rotate(-22deg); }
.orbit-two { width: 410px; height: 475px; transform: rotate(37deg); }
.phone { position: relative; z-index: 2; overflow: hidden; border: 7px solid #261e28; border-radius: 41px; background: #261e28; box-shadow: 0 26px 50px rgba(86,48,74,.3), inset 0 0 0 1px rgba(255,255,255,.2); }
.phone-hero { width: 277px; height: 542px; transform: rotate(5deg); animation: float 5s ease-in-out infinite; }
.phone-speaker { position: absolute; z-index: 5; top: 8px; left: 50%; width: 86px; height: 18px; border-radius: 99px; background: #261e28; transform: translateX(-50%); }
.phone-screen { height: 100%; overflow: hidden; border-radius: 33px; background: linear-gradient(141deg,#ffc5d9 0%,#eadbfa 84%); }
.phone-status { display: flex; justify-content: space-between; padding: 10px 20px 0; color: #453343; font-size: 8px; font-weight: 800; }
.status-icons { letter-spacing: -1px; }
.app-topline { display: flex; align-items: center; justify-content: space-between; padding: 21px 17px 0; color: #9a667a; font-family: var(--mono); font-size: 7px; letter-spacing: .13em; }
.tiny-bell { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: var(--pink-deep); background: rgba(255,255,255,.54); font-size: 12px; }
.app-greeting { padding: 4px 17px 0; font-size: 20px; font-weight: 800; letter-spacing: -.06em; }
.mascot-space { position: relative; height: 161px; margin: 0 25px; }
.mascot-aura { position: absolute; top: 16px; left: 50%; width: 138px; height: 130px; border-radius: 50%; background: radial-gradient(ellipse,rgba(255,255,255,.95),rgba(255,255,255,.05) 68%); transform: translateX(-50%); }
.mascot-head { position: absolute; z-index: 3; top: 44px; left: 50%; width: 70px; height: 73px; border: 3px solid #46323b; border-radius: 44% 44% 46% 46%; background: #e5a98d; transform: translateX(-50%); }
.mascot-head i { position: absolute; z-index: -1; top: -15px; left: -5px; width: 72px; height: 45px; border: 3px solid #46323b; border-radius: 48% 58% 23% 25%; background: #5e3b33; transform: rotate(-5deg); }
.mascot-head b { position: absolute; top: 32px; width: 6px; height: 7px; border-radius: 50%; background: #32222a; }
.mascot-head b:nth-of-type(1) { left: 17px; }.mascot-head b:nth-of-type(2) { right: 17px; }
.mascot-head strong { position: absolute; bottom: 11px; left: 50%; width: 17px; height: 7px; border-bottom: 2px solid #b65e71; border-radius: 50%; transform: translateX(-50%); }
.mascot-body { position: absolute; z-index: 2; top: 111px; left: 50%; width: 95px; height: 78px; border: 3px solid #46323b; border-radius: 43px 43px 16px 16px; background: #ff96b1; transform: translateX(-50%); }
.mascot-hair { position: absolute; z-index: 1; top: 72px; width: 46px; height: 92px; border: 3px solid #46323b; background: #5e3b33; }.hair-left { left: 53px; border-radius: 50% 7px 19px 42px; }.hair-right { right: 53px; border-radius: 7px 50% 42px 19px; }
.aura-card { position: relative; margin: -3px 14px 10px; padding: 18px 14px 11px; border: 1px solid rgba(255,255,255,.77); border-radius: 19px; background: rgba(255,255,255,.42); box-shadow: 0 6px 17px rgba(188,111,148,.12); }.level-badge { position: absolute; top: -11px; left: -7px; border: 2px solid white; border-radius: 999px; padding: 4px 8px; color: white; background: var(--pink); font-size: 7px; font-weight: 900; transform: rotate(-5deg); }.aura-title { display: flex; align-items: center; justify-content: space-between; padding-top: 4px; }.aura-title span { font-size: 11px; font-weight: 800; }.aura-title b { border-radius: 99px; padding: 4px 7px; color: #5d4b58; background: rgba(255,255,255,.55); font-size: 6px; }.progress-track { height: 12px; margin: 10px 0 7px; padding: 2px; overflow: hidden; border: 1px solid rgba(68,39,57,.08); border-radius: 99px; background: rgba(65,42,59,.08); }.progress-track span { display: block; width: 68%; height: 100%; border-radius: inherit; background: repeating-linear-gradient(48deg,#ff85a1 0 7px,#f87599 7px 11px); box-shadow: inset 0 3px 2px rgba(255,255,255,.4); }.aura-card p { margin: 0; color: #b36781; font-size: 6px; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .07em; }
.scan-preview { display: flex; align-items: center; gap: 8px; margin: 0 14px; padding: 11px; border-radius: 18px; background: rgba(255,255,255,.56); }.scan-icon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 11px; color: white; background: linear-gradient(135deg,#ff85a1,#a98bdb); font-size: 14px; }.scan-preview div:nth-child(2) { display: grid; gap: 2px; flex: 1; }.scan-preview span { color: #c76382; font-family: var(--mono); font-size: 6px; letter-spacing: .08em; }.scan-preview b { color: #3c2e3a; font-size: 8px; }.scan-preview i { color: #9d6178; font-style: normal; }.phone-nav { display: flex; justify-content: space-around; padding: 14px 16px 0; color: #8b7282; font-size: 13px; }.phone-nav .active { color: var(--pink-deep); }
.hero-star { position: absolute; z-index: 4; color: var(--pink); font-size: 37px; animation: twinkle 3s ease-in-out infinite; }.star-one { top: 51px; right: 29px; }.star-two { bottom: 93px; left: 48px; color: #ab8ed4; font-size: 25px; animation-delay: -1s; }.hero-sticker { position: absolute; z-index: 6; padding: 11px 12px; border: 2px solid #493444; border-radius: 15px; color: #44333d; background: #fff9f5; box-shadow: 3px 4px 0 #493444; font-family: var(--mono); font-size: 8px; font-weight: 500; line-height: 1.3; letter-spacing: .08em; text-align: center; }.hero-sticker span { display: block; margin-bottom: 4px; color: var(--pink-deep); font-family: var(--sans); font-size: 22px; line-height: .8; }.aura-sticker { top: 128px; left: 3%; transform: rotate(-12deg); }.glow-sticker { right: 4%; bottom: 124px; transform: rotate(10deg); }.glow-sticker span { color: #8d70bb; }

.proof-strip { display: flex; align-items: center; justify-content: center; gap: 45px; min-height: 94px; padding: 15px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.36); }.proof-strip p { margin: 0; font-size: 20px; font-weight: 700; letter-spacing: -.035em; }.proof-strip p span { color: #d66d8a; font-family: Georgia,serif; font-style: italic; font-weight: 400; }.proof-icons { display: flex; gap: 15px; color: #e895ac; font-size: 19px; }.proof-icons i { font-style: normal; }

.feature-intro { padding: 132px 0 143px; }.section-label { display: flex; align-items: center; gap: 11px; color: #9d6479; }.section-label span { display: inline-grid; width: 26px; height: 26px; place-items: center; border: 1px solid rgba(157,100,121,.42); border-radius: 50%; font-size: 8px; }.intro-grid { display: grid; grid-template-columns: 1.23fr .77fr; gap: 90px; align-items: end; padding: 28px 0 60px; }.intro-grid h2, .showcase-copy h2, .privacy-content h2, .signup-card h2 { margin: 0; font-size: clamp(3rem,5vw,4.85rem); line-height: .94; letter-spacing: -.07em; font-weight: 800; }.intro-copy { padding-bottom: 6px; }.intro-copy p { max-width: 390px; margin-bottom: 22px; color: var(--ink-soft); font-size: 16px; line-height: 1.58; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 19px; }.feature-card { position: relative; display: flex; min-height: 510px; overflow: hidden; flex-direction: column; padding: 27px; border: 1px solid rgba(255,255,255,.75); border-radius: var(--radius-lg); box-shadow: inset 0 0 0 1px rgba(70,43,61,.04); }.feature-card-pink { background: linear-gradient(145deg,#ffd6e2,#f7b8ca); }.feature-card-lavender { background: linear-gradient(145deg,#eee9ff,#d6c8f2); }.feature-card-cream { background: linear-gradient(145deg,#fffef8,#f8eddf); }.feature-number { color: rgba(67,42,56,.55); font-family: var(--mono); font-size: 10px; }.feature-icon { display: grid; width: 49px; height: 49px; margin: 19px 0 25px; place-items: center; border-radius: 17px; color: white; background: rgba(255,255,255,.5); box-shadow: inset 0 0 0 1px rgba(255,255,255,.77); font-size: 26px; }.sparkle-icon { color: #f16e91; }.moon-icon { color: #8f75be; }.heart-icon { color: #d27b91; }.card-kicker { color: #9d687c; }.feature-card h3 { max-width: 275px; margin: 8px 0 11px; font-size: 28px; line-height: .99; letter-spacing: -.058em; }.feature-card > p:not(.card-kicker) { max-width: 285px; color: #65515e; font-size: 14px; line-height: 1.48; }
.mini-scan { position: absolute; right: 19px; bottom: -21px; left: 19px; height: 162px; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 23px 23px 0 0; background: rgba(255,255,255,.37); }.mini-scan small { position: absolute; bottom: 16px; left: 0; right: 0; color: #b16980; font-family: var(--mono); font-size: 7px; letter-spacing: .1em; text-align: center; }.mini-face { position: absolute; top: 28px; left: 50%; width: 82px; height: 96px; border-radius: 49% 49% 42% 42%; background: #e9b799; transform: translateX(-50%); }.mini-face::before { position: absolute; top: -16px; left: -2px; width: 83px; height: 43px; content: ""; border-radius: 49% 59% 27% 27%; background: #553a32; }.scan-corner { position: absolute; z-index: 2; width: 22px; height: 22px; border-color: rgba(245,92,132,.82); }.c1 { top: 20px; left: 23%; border-top: 2px solid; border-left: 2px solid; }.c2 { top: 20px; right: 23%; border-top: 2px solid; border-right: 2px solid; }.c3 { bottom: 33px; left: 23%; border-bottom: 2px solid; border-left: 2px solid; }.c4 { right: 23%; bottom: 33px; border-right: 2px solid; border-bottom: 2px solid; }
.mini-chart { position: absolute; right: 20px; bottom: 0; left: 20px; padding: 17px 16px 13px; border: 1px solid rgba(255,255,255,.76); border-radius: 22px 22px 0 0; background: rgba(255,255,255,.43); }.chart-head { display: flex; justify-content: space-between; color: #6e5c81; font-family: var(--mono); font-size: 7px; letter-spacing: .08em; }.chart-head b { font-size: 8px; }.chart-bars { display: flex; height: 75px; align-items: end; justify-content: space-between; gap: 5px; padding-top: 10px; }.chart-bars i { width: 10%; border-radius: 8px 8px 2px 2px; background: linear-gradient(#aa90d3,#d1c2eb); }.chart-bars i:nth-child(1){height:34%}.chart-bars i:nth-child(2){height:67%}.chart-bars i:nth-child(3){height:47%}.chart-bars i:nth-child(4){height:83%;background:#a184cf}.chart-bars i:nth-child(5){height:61%}.chart-bars i:nth-child(6){height:75%}.chart-bars i:nth-child(7){height:54%}.chart-days { display: flex; justify-content: space-between; padding-top: 8px; color: #9889a4; font-size: 7px; }
.mini-task-list { position: absolute; right: 20px; bottom: -6px; left: 20px; display: grid; gap: 8px; padding: 16px; border-radius: 20px 20px 0 0; background: rgba(255,255,255,.58); }.mini-task-list div { display: flex; align-items: center; gap: 8px; color: #5c4a52; font-size: 10px; }.mini-task-list b { display: grid; width: 17px; height: 17px; place-items: center; border: 1px solid #d87e99; border-radius: 50%; color: white; background: #ed8fa8; font-size: 9px; }.mini-task-list div:last-child b { background: transparent; }.mini-task-list em { margin-left: auto; color: #d06e8b; font-family: var(--mono); font-size: 9px; font-style: normal; }

.app-showcase { position: relative; overflow: hidden; padding: 121px 0 110px; color: white; background: #281e2c; }.app-showcase::before { position: absolute; top: -450px; right: -180px; width: 820px; height: 820px; content: ""; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018); }.app-showcase::after { position: absolute; bottom: -125px; left: -170px; width: 460px; height: 460px; content: ""; border-radius: 50%; background: #ff85a1; filter: blur(130px); opacity: .25; }.showcase-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .91fr 1.09fr; gap: 33px; align-items: center; }.section-label-light { color: #d4bddb; }.section-label-light span { border-color: rgba(255,255,255,.43); }.showcase-copy h2 { margin: 26px 0 22px; }.showcase-copy h2 em { color: #ff9fb5; }.showcase-copy p { max-width: 430px; color: #d3c8d3; font-size: 16px; line-height: 1.57; }.check-list { display: grid; gap: 13px; padding: 16px 0 29px; margin: 0; list-style: none; color: #f7eff6; font-size: 14px; font-weight: 600; }.check-list span { display: inline-block; width: 25px; color: #ff9ab1; font-size: 18px; text-align: center; }.button-light { color: #402d3b; background: #fff8fb; box-shadow: 0 9px 25px rgba(0,0,0,.16); }
.showcase-phones { position: relative; height: 520px; }.phone-small { position: absolute; width: 170px; height: 335px; border-width: 5px; border-radius: 28px; }.phone-small .phone-screen { border-radius: 23px; }.phone-tall { position: absolute; z-index: 4; top: 16px; left: 50%; width: 208px; height: 410px; border-width: 5px; border-radius: 31px; box-shadow: 0 25px 50px rgba(0,0,0,.38); transform: translateX(-50%); }.phone-tall .phone-screen { border-radius: 26px; }.phone-left { top: 84px; left: 0; transform: rotate(-12deg); }.phone-right { top: 68px; right: 0; transform: rotate(12deg); }.phone-small .phone-speaker, .phone-tall .phone-speaker { top: 6px; width: 57px; height: 11px; }.small-status { padding: 8px 14px 0; font-size: 6px; font-weight: 800; }.screen-sleep, .screen-routine, .screen-nourish { padding: 12px 12px 0; }.screen-sleep { color: white; background: linear-gradient(160deg,#2f2142,#6d5a94); }.screen-routine { background: linear-gradient(150deg,#ffd5e2,#e4d5f7); }.screen-nourish { background: linear-gradient(150deg,#fbdbbf,#f9a9c0); }.screen-sleep > p, .screen-routine > p, .screen-nourish > p { margin: 18px 0 4px; font-family: var(--mono); font-size: 6px; letter-spacing: .09em; }.screen-sleep > p { color: #cfc4df; }.screen-routine > p { color: #a16079; }.screen-nourish > p { color: #a85b69; }.screen-sleep h3, .screen-routine h3, .screen-nourish h3 { margin: 0; font-size: 17px; line-height: .97; letter-spacing: -.06em; }.screen-routine h3 { font-size: 21px; }.sleep-orbit { display: grid; width: 115px; height: 115px; margin: 21px auto 15px; place-items: center; border: 10px solid #e8e0ff; border-right-color: rgba(232,224,255,.19); border-radius: 50%; box-shadow: 0 0 21px rgba(207,191,242,.42); }.sleep-orbit span { font-size: 31px; font-weight: 800; line-height: .7; }.sleep-orbit small { display: block; margin-top: 8px; font-family: var(--mono); font-size: 7px; text-align: center; }.sleep-pill { margin: 0 auto; padding: 6px; border-radius: 99px; color: #eee5ff; background: rgba(255,255,255,.13); font-family: var(--mono); font-size: 6px; letter-spacing: .06em; text-align: center; }.sleep-wave { display: flex; height: 26px; align-items: end; justify-content: space-between; gap: 3px; margin: 11px 11px; }.sleep-wave i { width: 8px; border-radius: 8px; background: #d8ccf1; }.sleep-wave i:nth-child(1){height:35%}.sleep-wave i:nth-child(2){height:68%}.sleep-wave i:nth-child(3){height:40%}.sleep-wave i:nth-child(4){height:100%}.sleep-wave i:nth-child(5){height:67%}.sleep-wave i:nth-child(6){height:80%}.sleep-wave i:nth-child(7){height:50%}.routine-score { display: flex; align-items: center; gap: 8px; margin: 18px 0 12px; padding: 13px; border-radius: 19px; background: rgba(255,255,255,.53); }.routine-score b { display: grid; width: 48px; height: 48px; place-items: center; border: 4px solid var(--pink); border-left-color: #c29fe7; border-radius: 50%; font-size: 17px; }.routine-score span { color: #78596c; font-size: 10px; font-weight: 700; line-height: 1.1; }.routine-row { display: flex; align-items: center; gap: 8px; padding: 10px 6px; border-bottom: 1px solid rgba(99,64,85,.11); color: #594652; font-size: 10px; font-weight: 700; }.routine-row i { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; color: white; background: #f487a4; font-size: 9px; font-style: normal; }.routine-row b { margin-left: auto; color: #c26a87; font-size: 9px; }.routine-row.incomplete i { border: 1px solid #bb9bd2; background: transparent; }.meal-circle { display: grid; width: 109px; height: 109px; margin: 18px auto 14px; place-content: center; border: 9px solid #e66e8d; border-left-color: #f7e4a8; border-bottom-color: #f2b0c8; border-radius: 50%; text-align: center; }.meal-circle b { font-size: 18px; letter-spacing: -.05em; }.meal-circle span { color: #91616d; font-family: var(--mono); font-size: 7px; }.macro-row { display: grid; grid-template-columns: 41px 1fr 27px; align-items: center; gap: 5px; margin: 10px 0; color: #774e5a; font-size: 8px; font-weight: 700; }.macro-row i { display: block; height: 6px; overflow: hidden; border-radius: 9px; background: rgba(115,64,78,.14); }.macro-row i b { display: block; width: 75%; height: 100%; border-radius: inherit; background: #e67591; }.macro-row:last-child i b { width: 60%; background: #996fc8; }.macro-row em { font-family: var(--mono); font-size: 7px; font-style: normal; text-align: right; }.floating-note { position: absolute; z-index: 7; border: 1px solid rgba(255,255,255,.72); border-radius: 13px; padding: 9px 12px; color: #47323e; background: #fbf1ec; box-shadow: 3px 4px 0 #9c7791; font-family: var(--mono); font-size: 8px; font-weight: 500; line-height: 1.3; letter-spacing: .06em; text-align: center; }.floating-note span { color: #d05c7e; }.note-one { top: 6px; right: 2%; transform: rotate(8deg); }.note-two { bottom: 53px; left: 3%; color: #715a7b; transform: rotate(-9deg); }

.privacy-section { position: relative; display: grid; grid-template-columns: 170px minmax(0,1fr); gap: 55px; align-items: center; padding: 124px 12%; overflow: hidden; border-bottom: 1px solid var(--line); }.privacy-orb { position: absolute; top: -275px; left: -160px; width: 570px; height: 570px; border-radius: 50%; background: radial-gradient(circle,#f8d8e3,rgba(255,240,245,0)); }.privacy-icon { position: relative; z-index: 1; display: grid; width: 145px; height: 145px; place-items: center; border: 1px solid rgba(255,255,255,.86); border-radius: 50%; background: linear-gradient(135deg,#f8cedb,#e8ddfa); box-shadow: 0 18px 30px rgba(214,127,157,.15),inset 7px 7px 15px rgba(255,255,255,.5); }.privacy-icon span { color: #e66d8f; font-size: 62px; }.privacy-content { position: relative; z-index: 1; }.privacy-content h2 { max-width: 590px; margin: 10px 0 18px; font-size: clamp(2.65rem,4.5vw,4rem); }.privacy-content p:not(.card-kicker) { max-width: 555px; margin-bottom: 21px; color: var(--ink-soft); font-size: 16px; line-height: 1.6; }

.early-access { padding: 112px 0 128px; }.signup-card { position: relative; overflow: hidden; padding: 73px max(7%,50px); border: 1px solid rgba(255,255,255,.77); border-radius: var(--radius-xl); text-align: center; background: linear-gradient(121deg,#ffd4e1 0%,#f9dfeb 45%,#e5dafa 100%); box-shadow: 0 22px 45px rgba(207,113,146,.13); }.signup-card::before { position: absolute; top: -146px; right: -62px; width: 360px; height: 360px; content: ""; border: 1px solid rgba(255,255,255,.67); border-radius: 50%; box-shadow: 0 0 0 44px rgba(255,255,255,.11),0 0 0 88px rgba(255,255,255,.07); }.signup-card .section-label { justify-content: center; }.signup-card h2 { margin: 21px 0 17px; font-size: clamp(3.3rem,5.4vw,5rem); }.signup-card > p:not(.section-label):not(.form-note) { max-width: 440px; margin-right: auto; margin-bottom: 27px; margin-left: auto; color: #654f5d; font-size: 16px; line-height: 1.55; }.signup-form { position: relative; z-index: 1; display: flex; width: min(100%, 535px); margin: 0 auto; padding: 5px; border: 1px solid rgba(255,255,255,.9); border-radius: 999px; background: rgba(255,255,255,.7); box-shadow: 0 10px 24px rgba(158,97,124,.1); }.signup-form input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 17px; color: var(--ink); background: transparent; font-size: 14px; }.signup-form input::placeholder { color: #aa909c; }.signup-form .button { padding: 13px 19px; }.form-note { position: relative; z-index: 1; margin: 13px 0 0; color: #846b79; font-size: 10px; }.signup-spark { position: absolute; z-index: 1; color: #e56d91; font-size: 40px; }.spark-a { top: 42px; left: 13%; }.spark-b { right: 15%; bottom: 38px; color: #9c7ecc; font-size: 28px; }

.site-footer { display: grid; grid-template-columns: 1.2fr 1.5fr auto; gap: 24px; align-items: center; min-height: 135px; color: #7f6c77; font-size: 12px; }.site-footer .brand { color: var(--ink); }.site-footer > p { margin: 0; }.footer-links { display: flex; gap: 18px; font-weight: 700; }.footer-links a:hover { color: var(--pink-deep); }.copyright { grid-column: 1 / -1; padding-bottom: 20px; color: #a1909a; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }.reveal.visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .13s; }.reveal-delay-2 { transition-delay: .24s; }
@keyframes float { 0%,100% { transform: rotate(5deg) translateY(0); } 50% { transform: rotate(5deg) translateY(-13px); } }
@keyframes twinkle { 0%,100% { transform: scale(.75) rotate(0); opacity:.45; } 50% { transform: scale(1.15) rotate(20deg); opacity:1; } }

@media (max-width: 850px) {
  .topbar { min-height: 76px; }.menu-toggle { display: block; z-index: 2; }.nav-links { position: absolute; top: 66px; right: 0; left: 0; display: grid; gap: 4px; padding: 12px; border: 1px solid rgba(83,55,72,.11); border-radius: 22px; background: rgba(255,250,244,.97); box-shadow: 0 15px 30px rgba(96,63,78,.13); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease,transform .2s ease; }.nav-links.open { opacity: 1; pointer-events: auto; transform: translateY(0); }.nav-links a { padding: 12px 10px; }.nav-links .nav-cta { margin-top: 4px; text-align: center; }.hero { grid-template-columns: 1fr; gap: 5px; padding-top: 52px; text-align: center; }.eyebrow { justify-content: center; }.hero-summary { margin-right: auto; margin-left: auto; }.hero-actions { justify-content: center; }.hero-note { justify-content: center; text-align: left; }.hero-stage { min-height: 510px; }.hero-stage::before { width: 480px; height: 480px; }.aura-sticker { left: 8%; }.glow-sticker { right: 9%; }.intro-grid, .showcase-layout { grid-template-columns: 1fr; gap: 28px; }.feature-intro { padding: 95px 0; }.intro-grid { padding-bottom: 42px; }.showcase-copy { text-align: center; }.check-list { width: max-content; max-width: 100%; margin: 0 auto; text-align: left; }.showcase-phones { width: min(590px,100%); margin: 0 auto; }.privacy-section { grid-template-columns: 1fr; gap: 25px; padding: 87px 12%; text-align: center; }.privacy-icon { margin: 0 auto; }.privacy-content { display: grid; justify-items: center; }.site-footer { grid-template-columns: 1fr auto; }.site-footer > p { grid-column: 1 / -1; grid-row: 2; }.footer-links { grid-column: 2; grid-row: 1; }.copyright { grid-row: 3; }
}
@media (max-width: 620px) {
  .section-wrap, .topbar { width: min(100% - 32px, 1180px); }.hero { min-height: auto; padding: 39px 0 48px; }.hero-actions { flex-direction: column; gap: 18px; }.hero-note { margin-top: 32px; }.hero-stage { min-height: 440px; margin: 5px -16px 0; transform: scale(.88); }.proof-strip { gap: 17px; min-height: 75px; }.proof-strip p { font-size: 15px; }.proof-icons { display: none; }.feature-intro { padding: 76px 0; }.intro-grid h2, .showcase-copy h2 { font-size: 3.1rem; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 440px; }.feature-card h3 { font-size: 30px; }.app-showcase { padding: 78px 0 55px; }.showcase-phones { height: 455px; transform: scale(.78); transform-origin: top center; margin-bottom: -86px; }.phone-left { left: -30px; }.phone-right { right: -30px; }.privacy-section { width: 100%; padding: 74px 30px; }.privacy-icon { width: 122px; height: 122px; }.privacy-content h2 { font-size: 3rem; }.early-access { padding: 78px 0; }.signup-card { padding: 56px 21px; border-radius: 32px; }.signup-card h2 { font-size: 3.4rem; }.signup-form { display: grid; gap: 9px; border-radius: 20px; padding: 8px; }.signup-form input { height: 45px; }.signup-form .button { width: 100%; }.spark-a { left: 6%; }.spark-b { right: 6%; }.site-footer { display: flex; min-height: 0; flex-direction: column; align-items: flex-start; gap: 15px; padding-bottom: 25px; }.site-footer > p, .footer-links, .copyright { margin: 0; }.copyright { padding: 12px 0 0; }.footer-links { order: 3; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
