:root{
  --forest:#023F2A;--brand:#067133;--fresh:#4BB00A;--lime:#6AC119;--mint:#D0E2C1;
  --apple:#EA141A;--carrot:#FD7D01;--gold:#FDB308;--ink:#0E241B;--muted:#61736B;
  --cream:#F7FAF4;--white:#fff;--line:#E4ECE1;--soft:#EFF5EA;--shadow:0 24px 70px rgba(2,63,42,.13);
  --radius:28px;--radius-sm:18px;--max:1200px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;left:12px;top:-80px;background:var(--forest);color:#fff;padding:12px 16px;border-radius:10px;z-index:999}.skip-link:focus{top:12px}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;transition:.3s;border-bottom:1px solid transparent}.site-header.scrolled{background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-color:rgba(2,63,42,.08);box-shadow:0 6px 28px rgba(2,63,42,.05)}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:190px;height:auto}.desktop-nav{display:flex;gap:30px;margin-left:auto}.desktop-nav a{font-size:14px;color:#385149;font-weight:650}.desktop-nav a:hover{color:var(--brand)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;font-weight:800;transition:.2s;cursor:pointer;border:0}.button:hover{transform:translateY(-2px)}.button-sm{padding:11px 18px;font-size:13px}.button-lg{padding:16px 23px;font-size:15px}.button-xl{padding:19px 28px;font-size:16px}.button-primary{background:var(--forest);color:#fff;box-shadow:0 10px 24px rgba(2,63,42,.18)}.button-primary:hover{background:#075036}.button-lime{background:var(--lime);color:#12321f;box-shadow:0 18px 35px rgba(106,193,25,.25)}
.hero{position:relative;overflow:hidden;padding:150px 0 50px;background:radial-gradient(circle at 80% 15%,rgba(106,193,25,.12),transparent 35%),linear-gradient(180deg,#FBFDF9 0,#fff 100%)}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:62px;min-height:610px}.hero-copy{position:relative;z-index:3}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin-bottom:20px}.eyebrow span{width:25px;height:2px;background:var(--fresh);display:block}.eyebrow.light{color:#cce8ba}.eyebrow.light span{background:var(--lime)}.centered-eye{justify-content:center}.hero h1,.section h2,.trial-inner h2{margin:0;letter-spacing:-.045em;line-height:1.04;font-size:clamp(44px,5.2vw,70px);font-weight:860}.hero h1 em,.section h2 em,.trial-inner h2 em{font-style:normal;color:var(--fresh)}.hero-lead{font-size:18px;line-height:1.7;color:#50675d;max-width:650px;margin:26px 0}.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.text-link{font-size:14px;font-weight:800;color:var(--forest)}.hero-points{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#50675d;font-size:12px;font-weight:650}.hero-points span{display:flex;align-items:center;gap:7px}.hero-points i{font-style:normal;color:var(--brand);font-weight:900}.hero-glow{position:absolute;border-radius:50%;filter:blur(20px);opacity:.4}.hero-glow-a{width:420px;height:420px;background:rgba(106,193,25,.14);right:-130px;top:90px}.hero-glow-b{width:250px;height:250px;background:rgba(253,179,8,.08);left:-100px;bottom:60px}.hero-visual{position:relative;z-index:2}.app-shell{display:grid;grid-template-columns:66px 1fr;border:1px solid rgba(2,63,42,.1);background:#fff;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);transform:rotate(1.3deg);min-height:505px}.app-sidebar{background:var(--forest);display:flex;flex-direction:column;align-items:center;padding:18px 0;gap:20px}.app-sidebar img{width:38px;height:38px;border-radius:12px;object-fit:cover;background:#fff}.side-dot{width:20px;height:20px;border-radius:6px;background:rgba(255,255,255,.13);position:relative}.side-dot.active{background:var(--lime)}.side-dot.active:after{content:"";position:absolute;left:-16px;width:3px;height:20px;background:#fff;border-radius:4px}.app-main{padding:24px;background:#fbfcfa}.mock-topbar{display:flex;justify-content:space-between;align-items:center}.mock-topbar div:first-child{display:flex;flex-direction:column}.mock-topbar small{color:#74877f;font-size:10px}.mock-topbar strong{font-size:17px;margin-top:2px}.avatar-stack{display:flex}.avatar-stack span,.avatar-stack b{width:29px;height:29px;border-radius:50%;background:var(--mint);border:2px solid #fff;margin-left:-7px;display:grid;place-items:center;font-size:9px}.avatar-stack span:first-child{margin:0;background:#ffd7cd}.avatar-stack b{background:var(--forest);color:#fff}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0}.metric-card{background:#fff;border:1px solid var(--line);padding:12px;border-radius:14px;display:grid;grid-template-columns:26px 1fr;column-gap:7px;align-items:center}.metric-card small{font-size:8px;color:#7b8d85}.metric-card strong{font-size:11px;grid-column:2}.metric-icon{width:25px;height:25px;border-radius:8px;display:grid;place-items:center;font-size:11px;grid-row:1/3}.metric-icon.green{background:#e1f4d2;color:var(--brand)}.metric-icon.orange{background:#ffe6cf;color:var(--carrot)}.metric-icon.yellow{background:#fff1bf;color:#ad7700}.mock-content-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:12px}.meal-panel,.pantry-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px}.panel-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.panel-heading div{display:flex;flex-direction:column}.panel-heading small{font-size:8px;color:#8a9b94;text-transform:uppercase;letter-spacing:.08em}.panel-heading strong{font-size:12px}.panel-heading>span{font-size:8px;color:var(--brand);font-weight:800}.meal-days{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin-bottom:13px}.meal-day{border:1px solid var(--line);border-radius:9px;display:flex;flex-direction:column;align-items:center;padding:6px 2px}.meal-day b{font-size:6px;color:#83958d}.meal-day span{font-size:10px;font-weight:800}.meal-day.active{background:var(--forest);color:#fff}.meal-day.active b{color:#cfe1d8}.meal-item{border-top:1px solid #eef2ec;padding:10px 0;display:grid;grid-template-columns:34px 1fr;gap:8px;align-items:center}.meal-item:last-child{padding-bottom:0}.food-thumb{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-size:17px}.food-thumb.tomato{background:#ffe4df}.food-thumb.bowl{background:#e8f3dc}.meal-item div:nth-child(2){display:flex;flex-direction:column}.meal-item small{font-size:7px;color:#87988f}.meal-item strong{font-size:9px}.pill{grid-column:2;width:max-content;font-size:6px;background:#eaf7df;color:#407612;border-radius:999px;padding:3px 6px}.pill.warning{background:#fff0db;color:#a45e00}.pantry-item{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:7px;padding:8px 0;border-bottom:1px solid #eef2ec}.produce{font-size:16px}.pantry-item div{display:flex;flex-direction:column}.pantry-item strong{font-size:9px}.pantry-item small{font-size:6px;color:#85968e}.pantry-item b{font-size:8px;color:var(--carrot)}.mock-ai{width:100%;border:0;background:var(--forest);color:#fff;border-radius:11px;margin-top:12px;padding:10px;display:grid;grid-template-columns:22px 1fr auto;text-align:left;align-items:center;gap:6px}.mock-ai>span{width:22px;height:22px;border-radius:7px;display:grid;place-items:center;background:var(--lime);color:var(--forest)}.mock-ai div{display:flex;flex-direction:column}.mock-ai small{font-size:6px;color:#bcd0c7}.mock-ai strong{font-size:7px}.mock-ai i{font-style:normal}.floating-card{position:absolute;background:#fff;border-radius:15px;box-shadow:0 14px 34px rgba(2,63,42,.16);padding:11px 13px;display:flex;align-items:center;gap:9px;z-index:4}.floating-card div{display:flex;flex-direction:column}.floating-card small{font-size:7px;color:#7c8f86}.floating-card strong{font-size:9px}.float-icon{width:28px;height:28px;border-radius:9px;background:#e4f6d7;color:var(--brand);display:grid;place-items:center}.float-icon.sparkle{background:#fff0d2;color:#bb7600}.float-check{margin-left:5px;color:#fff;background:var(--fresh);border-radius:50%;width:17px;height:17px;display:grid;place-items:center;font-size:9px}.receipt-card{left:-20px;bottom:45px;transform:rotate(-4deg)}.recipe-card{right:-20px;top:45px;transform:rotate(4deg)}.product-strip{border-top:1px solid var(--line);padding-top:33px;margin-top:30px;display:flex;align-items:center;justify-content:space-between;color:#94a59d;font-size:11px;font-weight:850;letter-spacing:.08em}.product-strip i{font-style:normal;color:#cbd6d0}.product-strip strong{color:var(--brand)}
.section{padding:110px 0}.section-heading{max-width:760px;margin-bottom:54px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading.centered .eyebrow{justify-content:center}.section h2{font-size:clamp(36px,4.3vw,56px)}.section-heading p,.story-copy>p{font-size:16px;line-height:1.75;color:var(--muted);margin-top:20px}.flow-section{background:var(--cream)}.flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.flow-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;position:relative;min-height:285px;transition:.25s}.flow-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(2,63,42,.08)}.step{position:absolute;right:20px;top:16px;color:#b7c5bd;font-weight:800;font-size:12px}.icon-tile{width:48px;height:48px;border-radius:14px;background:var(--soft);color:var(--brand);display:grid;place-items:center;font-size:21px;margin-bottom:28px}.flow-card h3{font-size:18px;margin:0 0 10px}.flow-card p{font-size:13px;color:var(--muted);line-height:1.65}.mini-chip{display:inline-flex;background:#eff8e8;color:#4f7f28;font-size:9px;font-weight:800;padding:6px 9px;border-radius:999px;margin-top:12px}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.split-grid.reverse>:first-child{order:1}.split-grid.reverse>:last-child{order:2}.story-copy h2{font-size:clamp(36px,4vw,54px)}.feature-list{margin-top:28px}.feature-list>div{display:grid;grid-template-columns:36px 1fr;gap:14px;border-top:1px solid var(--line);padding:17px 0}.feature-list>div>b{font-size:9px;color:var(--fresh);padding-top:4px}.feature-list span{font-size:13px;color:var(--muted)}.feature-list span strong{display:block;color:var(--ink);font-size:14px;margin-bottom:3px}.micro-note{background:var(--soft);padding:15px 17px;border-radius:14px;font-size:12px!important;border-left:3px solid var(--fresh)}.demo-window{background:#f7faf5;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden;padding-bottom:28px}.demo-browser{height:48px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:6px;padding:0 14px}.demo-browser>span{width:7px;height:7px;border-radius:50%;background:#d8e1dc}.demo-browser>div{margin-left:8px;background:#f2f5f1;border-radius:7px;padding:6px 10px;color:#92a199;font-size:8px;width:70%}.import-box{margin:28px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;text-align:center}.import-icon{width:48px;height:48px;border-radius:14px;background:#e4f5d6;color:var(--brand);display:grid;place-items:center;font-size:22px;margin:0 auto 10px}.import-box small{display:block;color:var(--brand);font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.import-box strong{display:block;font-size:16px;margin:5px 0 18px}.url-bar{border:1px solid var(--line);padding:5px;border-radius:11px;display:flex;align-items:center;text-align:left}.url-bar span{flex:1;color:#a2afa8;font-size:9px;padding-left:8px}.url-bar button{border:0;background:var(--forest);color:#fff;border-radius:8px;padding:8px 12px;font-size:8px;font-weight:800}.transform-arrow{text-align:center;color:var(--brand);display:flex;flex-direction:column;align-items:center;margin:-14px 0}.transform-arrow span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--lime)}.transform-arrow b{font-size:8px;margin-top:5px}.transform-arrow i{font-style:normal}.recipe-result{margin:28px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:15px;display:grid;grid-template-columns:72px 1fr 28px;gap:14px;align-items:center}.recipe-photo{width:72px;height:72px;border-radius:14px;background:linear-gradient(135deg,#ffe9a4,#dff3bf);display:grid;place-items:center;font-size:35px}.recipe-info small{font-size:7px;color:var(--fresh);font-weight:850}.recipe-info h4{margin:4px 0 9px;font-size:15px}.recipe-info div{display:flex;gap:5px;flex-wrap:wrap}.recipe-info span{font-size:7px;background:#f1f5ef;padding:4px 6px;border-radius:999px}.recipe-check{width:27px;height:27px;border-radius:50%;background:var(--fresh);color:#fff;display:grid;place-items:center}.meal-section{background:#fcfdfb}.calendar-demo{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--shadow)}.week-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.week-header div{display:flex;flex-direction:column;text-align:center}.week-header small{font-size:7px;color:#83958d;letter-spacing:.08em}.week-header strong{font-size:13px}.week-header button{width:27px;height:27px;border:1px solid var(--line);border-radius:8px;background:#fff}.calendar-table{border:1px solid var(--line);border-radius:14px;overflow:hidden}.cal-row{display:grid;grid-template-columns:72px repeat(4,1fr);border-bottom:1px solid var(--line)}.cal-row:last-child{border:0}.cal-row>span,.cal-row>b{padding:8px;border-right:1px solid var(--line);min-height:56px}.cal-row>span:last-child{border-right:0}.cal-row>b{font-size:8px;color:#75887e;display:flex;align-items:center}.cal-head{background:#f7faf5}.cal-head>span{min-height:30px;font-size:7px;text-align:center;font-weight:800;color:#64796f}.meal-chip{font-size:7px!important;font-weight:800!important;border:4px solid #fff!important;border-radius:9px!important;display:flex!important;flex-direction:column;justify-content:center}.meal-chip small{font-size:6px;color:#6d8177;margin-top:2px}.meal-chip.yellow{background:#fff4cc}.meal-chip.green{background:#eaf6df}.meal-chip.mint{background:#e6f1ea}.meal-chip.orange{background:#ffecda}.meal-chip.strong{box-shadow:inset 0 0 0 1px var(--fresh)}.family-adjust{margin-top:14px;border-radius:14px;background:var(--forest);color:#fff;padding:12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.family-avatars{display:flex}.family-avatars span,.family-avatars b{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--forest);font-size:6px;border:2px solid var(--forest);margin-left:-6px}.family-avatars span:first-child{margin:0}.family-avatars b{background:var(--lime)}.family-adjust div:nth-child(2){display:flex;flex-direction:column}.family-adjust small{font-size:6px;color:#bed0c7}.family-adjust strong{font-size:8px}.check-dot{width:22px;height:22px;border-radius:50%;background:var(--lime);color:var(--forest);display:grid;place-items:center;font-size:9px}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:25px 0}.benefit-grid>div{border:1px solid var(--line);border-radius:16px;padding:15px}.benefit-grid span{width:30px;height:30px;border-radius:9px;background:var(--soft);color:var(--brand);display:grid;place-items:center;margin-bottom:10px;font-weight:850}.benefit-grid strong{display:block;font-size:12px}.benefit-grid p{font-size:10px;line-height:1.55;color:var(--muted);margin:5px 0 0}.callout{background:#eef7e8;border-radius:16px;padding:16px;display:grid;grid-template-columns:35px 1fr;gap:12px}.callout>span{width:34px;height:34px;border-radius:10px;background:var(--lime);display:grid;place-items:center;color:var(--forest);font-weight:900}.callout strong{font-size:12px}.callout p{font-size:10px;color:var(--muted);margin:3px 0 0}.grocery-section{background:var(--cream)}.grocery-showcase{display:grid;grid-template-columns:1fr 220px 1fr;align-items:center;gap:25px}.grocery-before,.grocery-after{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(2,63,42,.06)}.g-head{display:flex;flex-direction:column;border-bottom:1px solid var(--line);padding-bottom:13px;margin-bottom:6px}.g-head small{font-size:7px;color:#83958d;letter-spacing:.08em}.g-head strong{font-size:15px}.ingredient-line{display:grid;grid-template-columns:34px 1fr auto;align-items:center;padding:12px 0;border-bottom:1px solid #eff2ee}.ingredient-line span{font-size:19px}.ingredient-line b,.ingredient-line em{font-size:11px}.ingredient-line em{font-style:normal;color:#6f8178}.grocery-engine{text-align:center;display:flex;flex-direction:column;align-items:center}.engine-orbit{width:78px;height:78px;border-radius:50%;border:1px dashed var(--fresh);display:grid;place-items:center;background:#fff;color:var(--brand);font-size:25px;box-shadow:0 0 0 12px rgba(106,193,25,.08);margin-bottom:20px}.grocery-engine small{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:var(--fresh);font-weight:850}.grocery-engine strong{font-size:11px;margin-top:6px}.grocery-engine i{font-style:normal;font-size:8px;color:#9aaaa2;margin:3px}.grocery-after label{display:grid;grid-template-columns:20px 1fr auto;gap:7px;align-items:center;padding:11px 0;border-bottom:1px solid #eff2ee}.grocery-after input{accent-color:var(--fresh)}.grocery-after label span,.grocery-after label b{font-size:11px}.grocery-after label small{grid-column:2/4;font-size:7px;color:#7a8d84}.grocery-after label.done{opacity:.58}.add-item{width:100%;border:1px dashed #bfd0c5;background:#f8fbf6;border-radius:10px;padding:10px;margin-top:12px;color:var(--brand);font-size:9px;font-weight:800}.feature-list.compact>div{padding:14px 0}.pantry-demo{position:relative;min-height:520px}.inventory-card{position:absolute;right:0;top:20px;width:78%;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow)}.inv-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:12px}.inv-head div{display:flex;flex-direction:column}.inv-head small{font-size:7px;color:#82948b}.inv-head strong{font-size:15px}.inv-head>span{font-size:7px;background:#eef6e9;color:var(--brand);padding:5px 7px;border-radius:999px}.inv-row{display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #eef2ee}.inv-row>span{width:36px;height:36px;background:#f4f7f2;border-radius:10px;display:grid;place-items:center;font-size:18px}.inv-row div{display:flex;flex-direction:column}.inv-row strong{font-size:10px}.inv-row small{font-size:7px;color:#81928a}.inv-row em{font-size:8px;font-style:normal;background:#edf5e8;color:#5c7b48;padding:5px 7px;border-radius:999px}.inv-row.urgent em{background:#ffe2dc;color:#b23122}.inv-row.soon em{background:#fff0d6;color:#a26400}.estimate-note{font-size:6px;color:#8c9b94;margin-top:9px}.receipt-float{position:absolute;left:0;bottom:20px;width:42%;z-index:3;transform:rotate(-6deg)}.receipt-paper{background:#fff;box-shadow:0 15px 35px rgba(2,63,42,.14);padding:22px 18px;border-radius:8px;font-family:ui-monospace,monospace}.receipt-paper>span{display:block;text-align:center;font-weight:900;font-size:9px}.receipt-paper i{display:block;border-top:1px dashed #ccd5d0;margin:10px 0}.receipt-paper p{font-size:7px;margin:6px 0}.receipt-paper strong{font-size:8px}.scan-line{position:absolute;left:8%;right:8%;top:55%;height:2px;background:var(--fresh);box-shadow:0 0 10px var(--fresh)}.scan-label{position:absolute;left:50%;transform:translateX(-50%);bottom:-13px;background:var(--forest);color:#fff;border-radius:999px;padding:7px 9px;font-size:7px;font-weight:800;white-space:nowrap}.smart-section{padding-top:30px}.smart-card{background:var(--forest);border-radius:36px;padding:56px;display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;color:#fff;position:relative;overflow:hidden}.smart-card:after{content:"";position:absolute;width:350px;height:350px;border-radius:50%;background:rgba(106,193,25,.12);right:-80px;top:-100px}.smart-copy h2{font-size:clamp(38px,4vw,54px)}.smart-copy p{color:#bad0c5;max-width:470px}.smart-points{display:grid;gap:12px;margin-top:25px}.smart-points span{font-size:11px;display:flex;gap:10px;color:#dcebe4}.smart-points i{font-style:normal;width:19px;height:19px;border-radius:50%;background:var(--lime);color:var(--forest);display:grid;place-items:center;font-size:9px;flex:0 0 auto}.smart-recipes{display:grid;gap:11px;position:relative;z-index:2}.smart-recipe{background:#fff;color:var(--ink);border-radius:17px;padding:14px;display:grid;grid-template-columns:50px 1fr;column-gap:12px;align-items:center}.recipe-emoji{width:50px;height:50px;border-radius:13px;background:#eef4ea;display:grid;place-items:center;font-size:25px;grid-row:1/4}.smart-recipe small{font-size:6px;color:#7e9187;font-weight:850;letter-spacing:.07em}.smart-recipe strong{font-size:12px}.smart-recipe>div:last-child{display:flex;gap:7px;margin-top:3px}.smart-recipe>div span{font-size:6px;padding:4px 6px;border-radius:999px;background:#f0f4ee}.smart-recipe .match{background:#e5f4d9;color:#4b7e23}.smart-recipe .missing{background:#fff0dc;color:#a56205}.smart-recipe.best{box-shadow:0 0 0 2px var(--lime)}.family-section{background:#fcfdfb}.family-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.family-card{border:1px solid var(--line);border-radius:21px;padding:24px;background:#fff}.family-icon{width:45px;height:45px;border-radius:14px;background:var(--soft);display:grid;place-items:center;color:var(--brand);font-size:20px;margin-bottom:28px}.family-card h3{font-size:15px;margin:0 0 9px}.family-card p{font-size:11px;color:var(--muted);line-height:1.65}.privacy-strip{margin-top:20px;background:var(--soft);border-radius:18px;padding:17px 22px;display:flex;gap:13px;align-items:center}.privacy-strip>span{font-size:20px}.privacy-strip strong{font-size:12px}.privacy-strip p{font-size:10px;color:var(--muted);margin:2px 0 0}.all-features-section{background:var(--cream)}.all-features-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #dfe8db;border-left:1px solid #dfe8db}.feature-column{padding:22px;border-right:1px solid #dfe8db;border-bottom:1px solid #dfe8db;background:rgba(255,255,255,.55)}.feature-column h3{margin:0 0 16px;font-size:14px;color:var(--brand)}.feature-column ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.feature-column li{font-size:9px;color:#5f7369;line-height:1.45;padding-left:14px;position:relative}.feature-column li:before{content:"✓";position:absolute;left:0;color:var(--fresh);font-weight:900}.waste-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.waste-visual{height:450px;position:relative}.waste-ring{width:280px;height:280px;border-radius:50%;border:1px dashed var(--fresh);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;box-shadow:0 0 0 28px rgba(106,193,25,.06),0 0 0 56px rgba(106,193,25,.035)}.waste-ring div{width:185px;height:185px;border-radius:50%;background:var(--forest);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.waste-ring span{font-size:34px}.waste-ring strong{font-size:15px;margin-top:5px}.waste-ring small{font-size:8px;color:#b9d0c5}.waste-node{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:0 12px 25px rgba(2,63,42,.09);border-radius:999px;padding:10px 14px;font-size:9px;font-weight:850;display:flex;align-items:center;gap:6px}.waste-node span{width:24px;height:24px;border-radius:50%;background:var(--soft);display:grid;place-items:center;color:var(--brand)}.node-a{top:45px;left:8%}.node-b{top:105px;right:3%}.node-c{bottom:60px;right:5%}.node-d{bottom:35px;left:5%}.story-copy blockquote{margin:28px 0 0;border-left:3px solid var(--lime);padding:14px 18px;background:var(--soft);font-size:17px;font-weight:800;color:var(--forest)}.faq-section{background:#fcfdfb}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.faq-list details{border-top:1px solid var(--line);padding:18px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;display:flex;justify-content:space-between;gap:20px;font-weight:800;font-size:14px;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--fresh);font-size:20px;font-weight:400}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{font-size:12px;line-height:1.7;color:var(--muted);padding-right:50px}.trial-section{padding:110px 0;background:var(--forest);color:#fff;position:relative;overflow:hidden}.trial-glow{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(106,193,25,.18),transparent 65%)}.trial-inner{text-align:center;max-width:820px;position:relative}.trial-icon{width:82px;height:82px;border-radius:23px;margin:0 auto 22px;box-shadow:0 18px 40px rgba(0,0,0,.18)}.trial-inner h2{font-size:clamp(42px,5.4vw,68px)}.trial-inner p{color:#bed3c8;font-size:17px;max-width:670px;margin:24px auto 30px}.trial-inner small{display:block;color:#8fab9e;margin-top:13px;font-size:9px}.site-footer{background:#f7faf5;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:45px}.footer-brand img{width:190px}.footer-brand p{font-size:10px;color:#6d8076}.footer-grid>div:not(.footer-brand):not(.footer-note){display:flex;flex-direction:column;gap:9px}.footer-grid strong{font-size:10px;text-transform:uppercase;letter-spacing:.08em}.footer-grid a{font-size:10px;color:#63766d}.footer-grid a:hover{color:var(--brand)}.footer-note{font-weight:900;color:var(--forest)}.footer-note span{font-size:9px;color:#70837a;font-weight:500}.footer-bottom{border-top:1px solid var(--line);padding-top:20px;margin-top:35px;display:flex;justify-content:space-between;font-size:8px;color:#81928a}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay{transition-delay:.1s}
@media(max-width:1000px){.desktop-nav{display:none}.hero-grid,.split-grid,.waste-grid,.faq-grid{grid-template-columns:1fr}.hero-grid{gap:35px}.hero-copy{max-width:760px}.hero-visual{max-width:760px;margin:auto}.flow-grid,.family-grid{grid-template-columns:1fr 1fr}.grocery-showcase{grid-template-columns:1fr}.grocery-engine{padding:18px}.all-features-grid{grid-template-columns:1fr 1fr}.smart-card{grid-template-columns:1fr}.receipt-float{left:5%}.pantry-demo{max-width:650px}.split-grid.reverse>:first-child,.split-grid.reverse>:last-child{order:initial}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-note{grid-column:1/-1}.product-strip{gap:12px;justify-content:center;flex-wrap:wrap}}
@media(max-width:680px){.container{width:min(100% - 28px,var(--max))}.site-header .button-sm{font-size:0;padding:10px 13px}.site-header .button-sm:after{content:"7 jours";font-size:11px}.brand img{width:155px}.nav-wrap{height:72px}.hero{padding-top:118px}.hero h1{font-size:42px}.hero-lead{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-points{flex-direction:column;gap:7px}.app-shell{grid-template-columns:48px 1fr;min-height:430px;border-radius:22px}.app-sidebar{padding-top:12px}.app-sidebar img{width:30px;height:30px}.side-dot{width:16px;height:16px}.app-main{padding:13px}.metric-row{grid-template-columns:1fr}.metric-card:nth-child(n+2){display:none}.mock-content-grid{grid-template-columns:1fr}.pantry-panel{display:none}.receipt-card{left:0;bottom:-20px}.recipe-card{right:0;top:-24px}.product-strip i{display:none}.product-strip{font-size:9px}.section{padding:78px 0}.flow-grid,.family-grid,.benefit-grid,.all-features-grid{grid-template-columns:1fr}.split-grid{gap:45px}.grocery-showcase{gap:8px}.calendar-demo{overflow-x:auto}.calendar-table{min-width:580px}.family-adjust{min-width:580px}.pantry-demo{min-height:480px}.inventory-card{width:85%}.receipt-float{width:48%}.smart-card{padding:34px 22px;border-radius:26px}.waste-visual{height:390px}.waste-ring{width:230px;height:230px}.waste-ring div{width:155px;height:155px}.waste-node{font-size:7px;padding:8px 10px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand,.footer-note{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:5px}.trial-section{padding:85px 0}.button-xl{font-size:14px;padding:17px 21px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button{transition:none}}
