:root {
  --cream: #fffdf7;
  --cream-deep: #f6f2e7;
  --card: #ffffff;
  --ink: #15191c;
  --muted: #74746f;
  --navy: #111c27;
  --green: #55c72f;
  --green-dark: #3cae22;
  --green-soft: #edf7df;
  --orange: #ff9d17;
  --yellow: #ffc834;
  --line: #e8e4d9;
  --shadow: 0 18px 45px rgba(61, 52, 35, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: Arial, "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { width: min(1220px, calc(100% - 48px)); height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 850; letter-spacing: -.7px; }
.brand-cat { width: 44px; height: 44px; display: grid; place-items: center; overflow: hidden; flex: none; border-radius: 50%; background: var(--cream); }
.brand-cat img { width: 100%; height: 100%; max-width: none; object-fit: cover; transform: none; }
nav { display: flex; gap: 32px; margin-left: 80px; }
nav a { color: #61645e; font-size: 13px; font-weight: 700; transition: color .2s; }
nav a:hover { color: var(--green-dark); }
.small-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 13px; background: white; box-shadow: 0 5px 15px rgba(51, 44, 29, .05); font-size: 12px; font-weight: 800; }
.small-cta span { color: var(--green-dark); }

.hero { width: min(1220px, calc(100% - 48px)); min-height: 680px; margin: 0 auto; padding: 58px 0 85px; display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 55px; }
.app-label { width: max-content; display: flex; align-items: center; gap: 9px; margin-bottom: 24px; color: #49753b; font-size: 11px; line-height: 1; text-transform: uppercase; letter-spacing: 1.35px; font-weight: 850; }
.paw-dot { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 9px; background: var(--green-soft); font-size: 13px; }
h1, h2, h3 { margin: 0; }
h1 { max-width: 650px; font-size: clamp(60px, 6.7vw, 94px); line-height: .94; letter-spacing: -5.4px; font-weight: 900; }
h1 span, h2 span { color: var(--green-dark); }
.hero h1 span { display: block; max-width: 650px; margin-top: 12px; font-size: .62em; line-height: 1.02; letter-spacing: -3.4px; }
.hero-copy > p { max-width: 570px; margin: 28px 0; color: #595d57; font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 12px; }
.button { min-height: 58px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 16px; font-size: 14px; font-weight: 850; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: linear-gradient(180deg, #62d33a, #45b925); box-shadow: 0 12px 24px rgba(65, 178, 34, .27), inset 0 1px rgba(255,255,255,.25); }
.button-plus { width: 23px; height: 23px; display: grid; place-items: center; color: var(--green-dark); background: white; border-radius: 50%; font-size: 20px; line-height: 1; }
.button-ghost { color: #52554f; border: 1px solid var(--line); background: white; }
.button-ghost span { color: var(--green-dark); }
.hero-trust { margin-top: 30px; display: flex; align-items: center; gap: 12px; }
.trust-icon { width: 37px; height: 37px; display: grid; place-items: center; flex: none; color: white; background: var(--orange); border-radius: 50%; font-weight: 900; box-shadow: 0 6px 13px rgba(255,157,23,.23); }
.hero-trust p { margin: 0; color: #85867f; font-size: 11px; line-height: 1.45; }.hero-trust strong { color: var(--ink); font-size: 12px; }

.hero-app { min-height: 540px; position: relative; display: grid; place-items: center; }
.hero-glow { position: absolute; width: 430px; height: 430px; border-radius: 49% 51% 47% 53%; background: radial-gradient(circle at 45% 38%, #fcf7d8 0 47%, #f3f0dc 48% 100%); transform: rotate(-5deg); }
.hero-cat { position: relative; z-index: 2; width: 430px; filter: drop-shadow(0 28px 22px rgba(60, 48, 29, .12)); transform: translateY(-18px); }
.confetti { position: absolute; z-index: 1; color: var(--orange); font-size: 30px; }.confetti-one { left: 4%; top: 16%; }.confetti-two { right: 4%; top: 24%; color: var(--green); font-size: 20px; }.confetti-three { left: 5%; bottom: 29%; color: var(--green); font-size: 13px; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; background: rgba(255,255,255,.96); border: 1px solid rgba(227,222,210,.9); box-shadow: var(--shadow); }
.mood-card { width: 255px; left: -25px; top: 38%; gap: 11px; padding: 13px 14px; border-radius: 19px; }
.float-icon { width: 39px; height: 39px; display: grid; place-items: center; flex: none; border-radius: 13px; font-size: 22px; }.cat-icon { background: var(--green-soft); }.fire-icon { background: #eff9e8; }
.float-card strong, .float-card small { display: block; }.float-card strong { font-size: 12px; }.float-card small { margin-top: 4px; color: #85867f; font-size: 10px; }.mood-card > b { margin-left: auto; }
.calories-card { width: 280px; right: -18px; bottom: 16px; display: block; padding: 16px; border-radius: 20px; }
.calories-head { display: flex; align-items: center; gap: 11px; }.calories-head strong { font-size: 21px; }.calories-head small { display: inline; color: #565a54; font-size: 11px; font-weight: 700; }
.progress { height: 10px; margin: 11px 0 10px; overflow: hidden; border-radius: 20px; background: #eeece2; }.progress i { display: block; width: 67%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green-dark), var(--green)); }
.macros { display: flex; justify-content: space-between; color: #85867f; font-size: 9px; }.macros b { color: var(--green-dark); font-size: 11px; }.macros span:nth-child(2) b { color: var(--orange); }.macros span:nth-child(3) b { color: #dba91e; }
.streak-pill { position: absolute; z-index: 5; right: -5px; top: 19%; padding: 12px 17px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(227,222,210,.9); border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); transform: rotate(3deg); font-size: 11px; }.streak-pill span { font-size: 21px; }.streak-pill b { color: var(--orange); }

.mini-strip { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 22px 30px; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 14px 35px rgba(57, 47, 29, .07); }
.mini-strip > div { min-height: 54px; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: 1fr 1fr; column-gap: 12px; align-items: end; padding-left: 20px; border-left: 1px solid var(--line); }
.mini-strip > div:first-child { padding-left: 0; border-left: 0; }.mini-strip span { grid-row: 1 / 3; width: 46px; height: 46px; display: grid; place-items: center; align-self: center; border-radius: 15px; background: var(--green-soft); font-size: 22px; }.mini-strip > div:nth-child(2) span { background:#fff0dc; }.mini-strip > div:nth-child(3) span { background:#fff7d8; }.mini-strip > div:nth-child(4) span { background:#e9f7e2; }
.mini-strip strong { font-size: 13px; }.mini-strip small { align-self:start; margin-top:3px; color:#93948e; font-size:10px; }

.features { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 140px 0; }
.section-title { max-width: 750px; margin: 0 auto 58px; text-align: center; }.section-title .app-label { margin-left:auto; margin-right:auto; }
h2 { font-size: clamp(48px,5.5vw,76px); line-height:.98; letter-spacing:-4px; font-weight:900; }.section-title > p { max-width:590px; margin:22px auto 0; color:var(--muted); font-size:15px; line-height:1.6; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { min-height:500px; padding:27px; display:flex; flex-direction:column; overflow:hidden; border:1px solid var(--line); border-radius:28px; background:white; box-shadow:0 14px 35px rgba(59,49,30,.06); transition:transform .25s,box-shadow .25s; }.feature-card:hover { transform:translateY(-7px); box-shadow:var(--shadow); }
.feature-top { display:flex; justify-content:space-between; align-items:center; }.feature-icon { width:55px; height:55px; display:grid; place-items:center; border-radius:18px; font-size:28px; }.icon-green { background:var(--green-soft); }.icon-orange { background:#fff0dc; }.icon-yellow { background:#fff6d5; }.feature-num { color:#aaa99f; font-size:11px; font-weight:800; }
.feature-card h3 { margin:38px 0 16px; font-size:28px; line-height:1.08; letter-spacing:-1.4px; }.feature-card > p { margin:0; color:var(--muted); font-size:13px; line-height:1.6; }
.chat-demo { margin-top:auto; display:flex; flex-direction:column; gap:7px; }.chat-demo span,.chat-demo b { width:max-content; max-width:90%; padding:12px 14px; border-radius:14px; font-size:11px; }.chat-demo span { align-self:flex-end; background:#dff6d2; border-bottom-right-radius:4px; }.chat-demo b { background:#f1f0eb; border-bottom-left-radius:4px; }
.macro-demo { margin-top:auto; padding:18px; display:flex; align-items:center; gap:17px; border-radius:20px; background:#f8f7f2; }.macro-ring { width:76px; height:76px; display:grid; place-items:center; flex:none; border-radius:50%; background:conic-gradient(var(--green) 0 67%,#e4e2d8 67%); position:relative; }.macro-ring::after { content:""; position:absolute; inset:8px; border-radius:50%; background:white; }.macro-ring span { position:relative; z-index:1; font-size:19px; font-weight:900; }.macro-ring small { font-size:10px; }.macro-demo > div:last-child b,.macro-demo > div:last-child small { display:block; }.macro-demo > div:last-child b { font-size:15px; }.macro-demo > div:last-child small { margin-top:4px; color:var(--muted); font-size:10px; }
.mission-demo { margin-top:auto; padding:17px; display:flex; align-items:center; gap:12px; border-radius:20px; background:linear-gradient(135deg,#f7fae7,#f0f6de); border:1px solid #e5e9cf; }.mission-demo > span { font-size:30px; }.mission-demo b,.mission-demo small { display:block; }.mission-demo b { font-size:11px; }.mission-demo small { margin-top:4px; color:var(--muted); font-size:9px; }.mission-demo > strong { margin-left:auto; font-size:11px; }

.inside { min-height:760px; padding:95px max(24px,calc((100vw - 1220px)/2)); display:grid; grid-template-columns:.85fr 1.15fr; align-items:center; gap:70px; overflow:hidden; color:white; background:var(--navy); }
.light-label { color:#aeda9e; }.inside h2 span { color:var(--green); }.inside-copy > p { max-width:510px; margin:25px 0; color:#abb4bc; font-size:15px; line-height:1.7; }.inside ul { margin:0 0 32px; padding:0; display:grid; gap:12px; list-style:none; }.inside li { color:#e8ecef; font-size:13px; }.inside li span { width:24px; height:24px; margin-right:10px; display:inline-grid; place-items:center; border-radius:50%; color:var(--navy); background:var(--green); font-weight:900; }
.button-white { color:var(--ink); background:white; box-shadow:0 12px 28px rgba(0,0,0,.2); }.button-white span { color:var(--green-dark); font-size:18px; }
.screens { min-height:600px; position:relative; }.phone-shot { position:absolute; width:285px; margin:0; padding:8px; overflow:hidden; border:2px solid #31404e; border-radius:37px; background:#182633; box-shadow:0 28px 55px rgba(0,0,0,.38); }.phone-shot img { width:100%; border-radius:29px; }.shot-back { left:5%; top:46px; transform:rotate(-8deg); opacity:.76; }.shot-front { right:8%; top:0; z-index:2; transform:rotate(5deg); }.achievement-badge { position:absolute; z-index:4; left:33%; bottom:34px; width:115px; height:115px; display:grid; place-items:center; align-content:center; border:5px solid white; border-radius:50%; color:var(--ink); background:linear-gradient(145deg,#86dc50,#4dbb2e); box-shadow:0 18px 35px rgba(0,0,0,.28); }.achievement-badge span { font-size:40px; }.achievement-badge small { margin-top:3px; font-size:9px; font-weight:800; }

.final-cta { width:min(1220px,calc(100% - 48px)); min-height:480px; margin:100px auto 0; padding:55px 70px; display:grid; grid-template-columns:.72fr 1fr; align-items:center; gap:40px; position:relative; overflow:hidden; border:1px solid #dfe8cb; border-radius:34px; background:linear-gradient(135deg,#f6fae9,#edf7dc); box-shadow:var(--shadow); }.final-cta::after { content:""; position:absolute; width:390px; height:390px; left:-40px; bottom:-180px; border-radius:50%; background:#e1f1c8; }.final-cta img { width:360px; position:relative; z-index:2; filter:drop-shadow(0 24px 18px rgba(61,51,31,.13)); }.final-cta > div { position:relative; z-index:2; }.final-cta h2 { font-size:clamp(46px,4.7vw,67px); }.final-cta p { margin:20px 0 25px; color:var(--muted); font-size:15px; }.final-spark { position:absolute; z-index:1; color:var(--orange); font-size:30px; }.spark-left { left:5%; top:12%; }.spark-right { right:4%; bottom:13%; color:var(--green); }

footer { width:min(1220px,calc(100% - 48px)); min-height:120px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; color:var(--muted); font-size:11px; }.footer .brand,footer .brand { color:var(--ink); font-size:18px; }.footer .brand-cat,footer .brand-cat { width:32px; height:32px; border-radius:50%; font-size:17px; } footer > a:last-child { color:var(--ink); font-weight:800; }
footer .brand-cat img { width:100%; height:100%; transform:none; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease,transform .65s ease; }.reveal.is-visible { opacity:1; transform:none; }

@media(max-width:980px){
  nav{display:none}.hero{grid-template-columns:1fr;padding-top:70px;text-align:center}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero-copy>p{max-width:650px}.hero-app{margin-top:20px}.mini-strip{grid-template-columns:repeat(2,1fr)}.mini-strip>div:nth-child(3){border-left:0}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:390px}.inside{grid-template-columns:1fr;padding-top:100px}.inside-copy{text-align:center}.inside-copy .app-label{margin-left:auto;margin-right:auto}.inside-copy>p{margin-left:auto;margin-right:auto}.inside ul{width:max-content;margin-left:auto;margin-right:auto;text-align:left}.screens{width:min(650px,100%);margin:20px auto 0}.final-cta{grid-template-columns:.65fr 1fr;padding:45px}
}
@media(max-width:620px){
  .site-header{width:calc(100% - 32px);height:70px}.brand{font-size:18px}.brand-cat{width:34px;height:34px;font-size:18px}.small-cta{padding:9px 11px;font-size:10px}.hero{width:calc(100% - 32px);min-height:auto;padding:58px 0 52px;gap:0}h1{font-size:51px;line-height:1;letter-spacing:-2.5px}.hero h1 span{max-width:340px;margin-top:16px;font-size:.6em;line-height:1.15;letter-spacing:-1.2px}.hero-copy>p{font-size:15px;margin:24px 0}.hero-actions{width:100%;flex-direction:column}.button{width:100%;max-width:330px}.hero-trust{text-align:left}.hero-app{display:none}.mini-strip{width:calc(100% - 32px);grid-template-columns:1fr;padding:16px}.mini-strip>div{padding:10px 0;border-left:0;border-top:1px solid var(--line)}.mini-strip>div:first-child{border-top:0}.features{width:calc(100% - 32px);max-width:none;padding:105px 0}.section-title{margin-bottom:38px}h2{font-size:43px;letter-spacing:-2.8px}.feature-card{min-height:360px;padding:23px}.inside{padding:85px 16px;gap:30px}.inside h2{font-size:44px}.screens{min-height:515px}.phone-shot{width:210px;border-radius:29px}.phone-shot img{border-radius:22px}.shot-back{left:0;top:40px}.shot-front{right:0}.achievement-badge{width:85px;height:85px;left:38%;bottom:10px}.achievement-badge span{font-size:29px}.final-cta{width:calc(100% - 24px);margin-top:70px;padding:50px 22px;grid-template-columns:1fr;text-align:center}.final-cta img{width:270px;margin:0 auto -20px}.final-cta .app-label{margin-left:auto;margin-right:auto}.final-cta h2{font-size:42px}.final-cta .button{margin:0 auto}footer{width:calc(100% - 32px);padding:30px 0;flex-wrap:wrap;gap:15px}footer p{order:3;width:100%;margin:0}
  .hero-trust{display:none}
  .site-header .brand-cat{width:42px;height:42px}
  .site-header .brand-cat img{width:100%;height:100%;transform:none}
  .feature-card{min-height:310px;padding:18px 20px}
  .feature-icon{width:48px;height:48px;border-radius:15px;font-size:24px}
  .feature-card h3{margin:22px 0 10px;font-size:26px}
  .feature-card>p{font-size:12px;line-height:1.5}
  .chat-demo,.macro-demo,.mission-demo{margin-top:18px}
  .macro-demo,.mission-demo{padding:13px}
  .macro-ring{width:64px;height:64px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.feature-card{transition:none}}
