:root{--bg: #fffdf8;--surface: #ffffff;--ink: #2a2a2a;--green: #4fb0f0;--green-deep: #1e78d0;--green-soft: #e6f2fd;--green-tint: #eef6fe;--blue-mist: #eef6fe;--blue-soft: #d8eafb;--blue: #6fa8e6;--blue-deep: #3f6aa0;--butter: #ffd166;--protein: #ff9e7d;--lavender: #c3aaff;--gray: #8f8c86;--gray2: #9ca3af;--muted: #f0ebe1;--line: #f3f4f6;--r-lg: 12px;--r-xl: 16px;--r-xxl: 24px;--shadow-soft: 0 4px 24px rgba(42, 42, 42, .06);--shadow-lift: 0 12px 40px rgba(42, 42, 42, .1);--shadow-glow: 0 6px 24px rgba(79, 176, 240, .38);--font: "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px}body{font-family:var(--font);background:var(--bg);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}.wrap{max-width:1120px;margin:0 auto;padding:0 24px}.nav{position:sticky;top:0;z-index:50;background:#fffdf8d9;backdrop-filter:blur(12px);border-bottom:1px solid rgba(240,235,225,.6)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:22px;letter-spacing:-.02em}.brand-mark{height:34px;width:auto}.nav-links{display:flex;gap:28px;font-weight:700;font-size:15px;color:var(--gray)}.nav-links a:hover{color:var(--ink)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font);font-weight:800;font-size:15px;border:none;cursor:pointer;border-radius:9999px;padding:12px 24px;transition:transform .15s ease,box-shadow .15s ease}.btn-green{background:var(--green);color:var(--ink);box-shadow:var(--shadow-glow)}.btn-green:hover{transform:translateY(-1px)}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{transform:translateY(-1px)}.btn-ghost{background:var(--surface);color:var(--ink);border:1.5px solid var(--muted)}.btn-store{background:var(--surface);color:var(--ink);border:1.5px solid var(--muted);gap:7px}.btn-store svg{width:15px;height:15px;margin-top:-2px}.btn-store:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft)}@media(max-width:720px){.nav-links{display:none}}.hero{position:relative;overflow:hidden;padding:72px 0 88px}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;pointer-events:none}.hero-blob.g1{width:480px;height:480px;background:var(--blue-soft);top:-120px;right:-80px;opacity:.9}.hero-blob.g2{width:360px;height:360px;background:#fff4e3;bottom:-140px;left:-100px}.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}h1{font-size:clamp(40px,5.4vw,62px);line-height:1.06;font-weight:900;letter-spacing:-.03em;margin-bottom:20px}.accent{color:var(--green-deep)}.hero-icon{height:124px;width:auto;filter:drop-shadow(0 12px 22px rgba(42,42,42,.16));margin-bottom:24px}@media(max-width:900px){.hero-icon{height:104px;margin-bottom:18px}}.hero-sub{font-size:18.5px;color:var(--gray);font-weight:600;max-width:500px;margin-bottom:32px}.store-badge{display:inline-flex;align-items:center;gap:12px;background:#000;color:#fff;border-radius:13px;padding:11px 26px 11px 20px;border:1px solid #000;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.store-badge:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft)}.store-badge svg{width:27px;height:27px;flex-shrink:0}.sb-txt{text-align:left;line-height:1.16}.sb-txt small{display:block;font-size:11.5px;font-weight:500;opacity:.92}.sb-txt b{font-size:21px;font-weight:600;letter-spacing:-.01em}.store-badge.on-dark{border-color:#fff6}.store-wrap{margin-top:4px}.updates-strip{padding:8px 0 40px}.updates-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:32px}.updates-copy h3{font-size:20px;margin:0 0 4px}.updates-copy p{margin:0;color:var(--gray);font-weight:600}.updates-inner .notify{flex:1 1 360px;max-width:480px}.notify{max-width:440px}.notify-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.notify-row{display:flex;gap:10px;flex-wrap:wrap}.notify-input{flex:1;min-width:200px;font-family:var(--font);font-size:15.5px;font-weight:700;color:var(--ink);background:var(--surface);border:1.5px solid var(--muted);border-radius:9999px;padding:12px 20px;transition:border-color .15s ease,box-shadow .15s ease}.notify-input::placeholder{color:var(--gray2);font-weight:600}.notify-input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 4px #4fb0f033}.notify-btn{flex-shrink:0}.notify-note{font-size:13px;color:var(--gray);font-weight:600;margin-top:12px}.notify-note a{color:var(--green-deep);font-weight:700;text-decoration:underline}.notify.on-dark .notify-note a{color:var(--green)}.notify-ok{font-size:15px;color:var(--green-deep);font-weight:800;margin-top:4px}.notify.on-dark{max-width:460px;margin:0 auto}.notify.on-dark .notify-input{background:#ffffff14;border-color:#ffffff38;color:#fff}.notify.on-dark .notify-input::placeholder{color:#ffffff80}.notify.on-dark .notify-input:focus{border-color:var(--green)}.notify.on-dark .notify-note{color:#ffffff8c}.notify.on-dark .notify-ok{color:var(--green)}.stats{display:flex;gap:36px;margin-top:44px}.stat b{display:block;font-size:26px;font-weight:900;letter-spacing:-.02em}.stat span{font-size:14px;color:var(--gray);font-weight:700}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:56px}.hero{padding:48px 0 72px}}.phone-wrap{display:flex;justify-content:center}.phone{position:relative;width:320px;background:var(--ink);border-radius:48px;padding:12px;box-shadow:var(--shadow-lift);transform:rotate(1.5deg)}.screen{background:#d1cfcb;border-radius:38px;padding:14px 0 0;overflow:hidden;position:relative}.notch{width:110px;height:26px;background:var(--ink);border-radius:9999px;margin:0 auto 14px}.side-btn{position:absolute;left:-4px;width:5px;border-radius:3px 0 0 3px;background:#232329}.side-btn.mute{top:81px;height:21px}.side-btn.vol-up{top:115px;height:42px}.side-btn.vol-down{top:166px;height:42px}.side-btn.power{left:auto;right:-4px;top:130px;height:69px;border-radius:0 3px 3px 0}.scr-shot{display:block;width:100%;height:auto}section{padding:88px 0}#how{background:var(--blue-mist)}.sec-badge{display:inline-block;background:var(--green-soft);color:var(--green-deep);font-size:12.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;border-radius:9999px;padding:7px 16px;margin-bottom:18px}h2{font-size:clamp(30px,4vw,44px);font-weight:900;letter-spacing:-.03em;line-height:1.1;margin-bottom:16px}.sec-sub{font-size:17.5px;color:var(--gray);font-weight:600;max-width:560px}.sec-center{text-align:center}.sec-center .sec-sub{margin:0 auto}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.step{background:var(--surface);border-radius:var(--r-xxl);box-shadow:var(--shadow-soft);padding:28px;position:relative}.step-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:14px;background:var(--green);color:var(--ink);font-weight:900;font-size:16px;margin-bottom:16px}.step h3{font-size:19px;font-weight:900;margin-bottom:8px}.step p{font-size:15px;color:var(--gray);font-weight:600}@media(max-width:860px){.steps{grid-template-columns:1fr}}.log-chips{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:36px}.log-chip{display:inline-flex;align-items:center;gap:9px;background:var(--surface);border:1.5px solid var(--muted);border-radius:9999px;padding:10px 20px;font-size:14.5px;font-weight:800}.log-chip .ic{width:26px;height:26px;border-radius:50%;background:var(--green-soft);display:flex;align-items:center;justify-content:center}.log-chip .ic svg{width:14px;height:14px}.voice-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-top:48px}.voice-card{background:var(--surface);border-radius:var(--r-xxl);box-shadow:var(--shadow-lift);padding:28px}.voice-pill{display:inline-flex;align-items:center;gap:10px;background:var(--ink);color:#fff;border-radius:9999px;padding:10px 20px;font-size:14px;font-weight:800;margin-bottom:18px}.wave{display:inline-flex;gap:3px;align-items:center;height:16px}.wave i{width:3px;border-radius:2px;background:var(--green);animation:wave 1s ease-in-out infinite}.wave i:nth-child(1){height:6px;animation-delay:0s}.wave i:nth-child(2){height:14px;animation-delay:.15s}.wave i:nth-child(3){height:9px;animation-delay:.3s}.wave i:nth-child(4){height:15px;animation-delay:.45s}.wave i:nth-child(5){height:7px;animation-delay:.6s}@keyframes wave{0%,to{transform:scaleY(.6)}50%{transform:scaleY(1.15)}}.voice-quote{font-size:19px;font-weight:800;line-height:1.45;margin-bottom:22px}.voice-quote em{color:var(--green-deep);font-style:normal}.created{border-top:1.5px dashed var(--muted);padding-top:18px}.created-lbl{font-size:11.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--gray2);margin-bottom:12px}.created-row{display:flex;justify-content:space-between;align-items:center;padding:9px 0}.created-row+.created-row{border-top:1px solid var(--line)}.created-food{font-size:15px;font-weight:800}.created-macros{font-size:12.5px;color:var(--gray);font-weight:700}.created-macros b.p{color:var(--protein)}.created-macros b.c{color:#d9a520}.created-macros b.f{color:var(--lavender)}.voice-foot{margin-top:16px;background:var(--green-soft);border-radius:var(--r-lg);padding:11px 16px;font-size:13.5px;font-weight:800;color:var(--green-deep)}.voice-copy h2{margin-bottom:16px}.voice-points{list-style:none;margin-top:28px;display:flex;flex-direction:column;gap:16px}.voice-points li{display:flex;gap:14px;align-items:flex-start;font-size:15.5px;font-weight:600;color:var(--gray)}.voice-points li b{color:var(--ink)}.voice-points .tick{margin-top:2px}@media(max-width:860px){.voice-grid{grid-template-columns:1fr}}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.feature{background:var(--surface);border:1.5px solid rgba(240,235,225,.8);border-radius:var(--r-xxl);padding:28px;transition:box-shadow .2s ease,transform .2s ease}.feature:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.feature .f-ic{width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.feature .f-ic svg{width:22px;height:22px}.feature h3{font-size:18px;font-weight:900;margin-bottom:8px}.feature p{font-size:14.5px;color:var(--gray);font-weight:600}@media(max-width:860px){.features{grid-template-columns:1fr}}.faq-list{max-width:720px;margin:48px auto 0;display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--surface);border:1.5px solid var(--muted);border-radius:var(--r-xl);overflow:hidden}.faq-q{width:100%;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;font-family:var(--font);font-size:16px;font-weight:800;text-align:left;color:var(--ink);background:none;border:none}.faq-q:after{content:"+";font-size:22px;font-weight:700;color:var(--gray2);transition:transform .25s ease;flex-shrink:0}.faq-item:not(.collapsed) .faq-q:after{transform:rotate(45deg)}.faq-a-wrap{display:grid;grid-template-rows:1fr;transition:grid-template-rows .3s ease}.faq-item.collapsed .faq-a-wrap{grid-template-rows:0fr}.faq-item .faq-a{overflow:hidden;min-height:0;padding:0 24px;font-size:15px;color:var(--gray);font-weight:600}.faq-item .faq-a:after{content:"";display:block;height:20px}.cta-panel{background:var(--ink);border-radius:32px;padding:72px 32px;text-align:center;position:relative;overflow:hidden}.cta-panel:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:#4fb0f03d;filter:blur(90px);top:-160px;right:-80px}.cta-panel:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:#6fa8e638;filter:blur(80px);bottom:-140px;left:-60px}.cta-panel>*{position:relative;z-index:1}.cta-panel h2{color:#fff}.cta-panel .sec-sub{color:#ffffffa6;margin:0 auto 36px}footer{padding:64px 0 40px;margin-top:auto}.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;padding-bottom:40px;border-bottom:1px solid var(--muted)}.foot-tag{margin-top:14px;font-size:14.5px;color:var(--gray);font-weight:600;max-width:280px}.foot-col h4{font-size:12.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--gray2);margin-bottom:14px}.foot-col a{display:block;font-size:15px;font-weight:700;color:var(--gray);padding:5px 0}.foot-col a:hover{color:var(--ink)}.foot-base{display:flex;flex-direction:column;align-items:center;gap:6px;padding-top:28px;font-size:13.5px;color:var(--gray2);font-weight:600;text-align:center}@media(max-width:760px){.foot-grid{grid-template-columns:1fr 1fr}}.legal-hero{padding:64px 0 8px}.legal-hero h1{font-size:clamp(34px,4.5vw,48px)}.legal-updated{color:var(--gray2);font-weight:700;font-size:14.5px}.legal-body{max-width:720px;padding:40px 0 96px}.legal-body section{padding:0;margin-bottom:36px}.legal-lead{font-size:17px;font-weight:600;color:var(--gray);margin-bottom:32px}.legal-body h2{font-size:21px;margin-bottom:10px}.legal-body p,.legal-body li{font-size:16px;color:#55524c;font-weight:600}.legal-body ul{padding-left:22px;margin-top:8px}.legal-body p+p{margin-top:14px}.legal-body a{color:var(--green-deep);font-weight:800}.legal-body a.btn-green{color:var(--ink)}.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:40px 0 8px}.support-card{background:var(--surface);border:1.5px solid var(--muted);border-radius:var(--r-xxl);padding:28px}.support-card h3{font-size:18px;font-weight:900;margin-bottom:8px}.support-card p{font-size:14.5px;color:var(--gray);font-weight:600;margin-bottom:16px}@media(max-width:720px){.support-grid{grid-template-columns:1fr}}
