:root{
  --ink:#071938;
  --green:#079b72;
  --green-dark:#08795f;
  --green-soft:#eaf8f3;
  --blue:#2997d5;
  --muted:#4b5870;
  --line:#dfe8eb;
  --shadow:0 12px 32px rgba(28,56,70,.08);
  --page:min(1180px,calc(100% - 56px));
  --content:min(1360px,calc(100% - 80px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
img,svg{display:block}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
h1,h2,h3,p{margin-top:0}
em{font-style:normal;color:var(--green)}
.symbols{position:absolute;width:0;height:0;overflow:hidden}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
:where(a,button,input):focus-visible{outline:3px solid rgba(41,151,213,.45);outline-offset:4px}
.section-shell{width:var(--content);margin-inline:auto}

/* Header */
.site-header{height:86px;background:#fff;position:relative;z-index:50}
.nav-inner{width:var(--page);height:100%;margin:auto;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:12px;flex:none}
.brand svg{width:39px;height:43px;color:var(--green)}
.brand b{font-size:32px;line-height:1;letter-spacing:-1.45px}
.site-header nav{display:flex;align-items:center;justify-content:center;gap:clamp(28px,3.2vw,62px);margin-left:clamp(65px,8vw,145px)}
.site-header nav a{font-size:14px;font-weight:600;white-space:nowrap}
.outline-cta{height:48px;display:flex;align-items:center;justify-content:center;gap:10px;flex:none;margin-left:auto;padding:0 27px;border:1.5px solid #29aa82;border-radius:999px;color:var(--green-dark);font-size:14px;font-weight:600;white-space:nowrap}
.outline-cta svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2}
.beta-cta{width:148px;height:48px;display:flex;align-items:center;justify-content:center;flex:0 0 148px;margin-left:12px;padding:0;border:1.5px solid #29aa82;border-radius:999px;background:#fff;color:var(--green-dark);font-size:14px;font-weight:600;white-space:nowrap;transition:background .2s,color .2s}
.beta-cta:hover{background:#f1faf6}
.menu-toggle{display:none;width:45px;height:45px;padding:10px;border:0;border-radius:10px;background:transparent;color:var(--ink);cursor:pointer}
.menu-toggle span{display:block;width:25px;height:2px;margin:5px auto;background:currentColor;border-radius:2px;transition:transform .2s,opacity .2s}
.site-header.open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.site-header.open .menu-toggle span:nth-child(2){opacity:0}
.site-header.open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Hero */
.hero{height:745px;position:relative;overflow:hidden}
.hero-bg{position:absolute;left:0;bottom:0;width:100%;height:auto;max-width:none;pointer-events:none;z-index:1}
.hero-inner{width:var(--page);height:calc(100% - 118px);margin:auto;display:grid;grid-template-columns:minmax(430px,.82fr) minmax(610px,1.18fr);align-items:start;position:relative}
.hero-copy{width:min(570px,100%);padding-top:40px;position:relative;z-index:6}
.health-pill{width:max-content;min-height:30px;padding:7px 14px;border-radius:999px;background:#eef8f4;color:#27866d;display:flex;align-items:center;gap:7px;font-size:16px;font-weight:600;line-height:1;margin-bottom:22px}
.health-pill>span{font-size:16px;color:#6ebd8f}
.hero-copy h1{font-size:clamp(56px,3.7vw,68px);line-height:1.035;letter-spacing:-3px;margin-bottom:25px;font-weight:800}
.hero-copy h1 em{background:linear-gradient(90deg,#0b9c70,#3e9fd7);background-clip:text;-webkit-background-clip:text;color:transparent}
.hero-copy>p{max-width:510px;font-size:17px;line-height:1.55;color:var(--muted);margin-bottom:20px}
.hero-signup-card{width:min(375px,100%);padding:10px;border:1px solid rgba(7,25,56,.08);border-radius:19px;background:rgba(255,255,255,.72);box-shadow:0 8px 25px rgba(30,60,70,.035)}
.first{display:flex;align-items:center;gap:12px;margin:0 2px 7px}
.round-icon{width:40px;height:40px;border-radius:50%;background:var(--green-soft);display:grid;place-items:center;flex:none}
.round-icon svg{width:21px;height:21px;fill:none;stroke:var(--green);stroke-width:2.5}
.first b{font-size:15px;line-height:1.25}
.hero-copy .email-form{height:45px;width:100%;border-radius:13px;box-shadow:0 5px 15px rgba(31,52,69,.09);padding:4px}
.email-form{height:68px;width:min(560px,100%);border-radius:22px;background:#fff;box-shadow:0 9px 27px rgba(31,52,69,.13);display:flex;align-items:center;padding:7px;position:relative}
.email-form>svg{width:21px;height:21px;margin-left:14px;fill:none;stroke:#8c9bac;stroke-width:2;flex:none}
.email-form input{border:0;outline:0;background:transparent;min-width:0;flex:1;padding:0 13px;color:var(--ink);font-size:14px}
.email-form .first-name-input{flex:0 0 92px}
.email-form input[type="email"]{flex:1 1 150px;width:0}
.email-form input[type="email"]{border-left:1px solid #e1e8eb;padding-left:14px}
.email-form input::placeholder{color:#9aa4ae}
.email-form button{height:54px;min-width:155px;border:0;border-radius:17px;padding:0 28px;background:linear-gradient(120deg,#08a779,#078f69);color:#fff;font-weight:700;font-size:16px;cursor:pointer;transition:transform .2s,opacity .2s}
.hero-copy .email-form button{height:37px;min-width:116px;border-radius:10px;padding:0 18px;font-size:14px}
.hero-copy .email-form>svg{width:18px;height:18px;margin-left:10px}
.hero-copy .email-form input{font-size:17px;padding:0 10px}
.email-form button:hover{transform:translateY(-1px)}
.email-form button:disabled{opacity:.72;cursor:default;transform:none}
.privacy{display:block;color:#627086;font-size:16px;margin:10px 0 23px}
.social-proof{display:flex;align-items:center;min-width:0}
.faces{display:flex;margin-right:13px;flex:none}
.faces i{width:34px;height:34px;border:3px solid #fff;border-radius:50%;background:#d9e0e2;display:grid;place-items:center;font-style:normal;font-size:19px;margin-left:-8px}
.faces i:first-child{margin-left:0}
.faces img{display:block;width:116px;height:34px;object-fit:cover}
.social-proof p{font-size:17px;margin:0;line-height:1.3;white-space:nowrap}
.social-proof p b{display:block;font-weight:500}
.social-proof p em{font-size:20px;font-weight:700;margin-right:3px}
.hero-visual{position:relative;height:100%;min-width:0;z-index:4;perspective:1400px;transform-style:preserve-3d}
.hero-composite{position:absolute;width:900px;max-width:none;height:auto;right:-246px;top:0;z-index:5;display:block}
.phone{position:absolute;width:var(--phone-width,auto);height:var(--phone-height,auto);aspect-ratio:auto;border-radius:42px;background:linear-gradient(105deg,#090b0c,#5e6465 48%,#151819);padding:7px;box-shadow:15px 22px 32px rgba(13,34,40,.2);transform-style:preserve-3d;transform-origin:center bottom}
.phone:before{content:"";position:absolute;z-index:3;left:50%;top:13px;transform:translateX(-50%);width:54px;height:14px;border-radius:999px;background:#050606;box-shadow:inset 0 -1px 1px rgba(255,255,255,.08)}
.hero-phone-secondary:before{top:11px;width:45px;height:12px}
.hero-phone-main{--phone-width:238px;--phone-height:557px;left:8%;top:0;transform:translate3d(0,0,22px) rotateX(.15deg) rotateY(-1.2deg) rotateZ(-.25deg);z-index:5}
.hero-phone-secondary{--phone-width:196px;--phone-height:454px;left:57%;top:48px;transform:translate3d(-4px,0,0) rotateX(.35deg) rotateY(-5deg) rotateZ(3.8deg);z-index:3}
.phone-screen{height:100%;border-radius:36px;background:#f5f7f7;overflow:hidden}
.phone-screen img{width:100%;height:100%;object-fit:fill;object-position:center}
.plant{position:absolute;width:362px;height:auto;aspect-ratio:220/310;left:-34px;bottom:-7px;z-index:2}
.right-leaves{position:absolute;right:-4px;top:104px;width:150px;height:390px;z-index:2;transform:rotate(4deg)}
.right-leaves:before{content:"";position:absolute;left:49px;top:0;width:3px;height:350px;border-radius:9px;background:#209d75;transform:rotate(22deg);transform-origin:bottom}
.right-leaves:after{content:"";position:absolute;top:252px;left:5px;width:76px;height:36px;border-radius:80% 8% 80% 8%;background:linear-gradient(135deg,#85d8b0,#26a478);transform:rotate(-26deg);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.right-leaves i{position:absolute;width:76px;height:36px;border-radius:80% 8% 80% 8%;background:linear-gradient(135deg,#85d8b0,#26a478);transform:rotate(-29deg);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.right-leaves i:nth-child(1){top:20px;left:8px}.right-leaves i:nth-child(2){top:84px;left:37px;transform:scaleX(-1) rotate(-26deg)}.right-leaves i:nth-child(3){top:148px;left:0;transform:rotate(-26deg)}
.float-icon{position:absolute;width:68px;height:68px;border-radius:50%;background:rgba(255,255,255,.96);box-shadow:0 9px 22px rgba(33,65,79,.1);z-index:6;display:grid;place-items:center}
.float-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.6}
.heart{right:0;top:230px;color:#238ce8}.strength{right:1.5%;top:375px;color:#278f72}.stats{right:0;top:505px;color:#08a174}
.hero-benefits{position:absolute;left:50%;bottom:5px;transform:translateX(-50%);width:min(1180px,calc(100% - 62px));min-height:130px;border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 10px 32px rgba(26,62,74,.09);z-index:10;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:12px 10px;backdrop-filter:blur(10px)}
.hero-benefits article{display:flex;align-items:center;gap:10px;padding:0 14px;min-width:0}
.hero-benefits article+article{border-left:1px solid #e8efec}
.hero-benefits article>span{width:47px;height:47px;border-radius:50%;background:#e9f8f3;display:grid;place-items:center;flex:none;color:#079b72}
.hero-benefits article>span.blue{background:#eaf3ff;color:#287de8}.hero-benefits article>span.pink{background:#fff0f2;color:#ff5870}.hero-benefits article>span.orange{background:#fff3e8;color:#f09423}
.hero-benefits svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.5}
.hero-benefits h3{font-size:17px;line-height:1.2;margin:0 0 4px}
.hero-benefits p{font-size:16px;line-height:1.45;color:#48566b;margin:0}

/* Titres et cartes communes */
.steps,.features{padding-top:48px}
.steps{width:min(1180px,calc(100% - 80px))}
.steps h2,.features>h2{text-align:center;font-size:32px;line-height:1.2;letter-spacing:-1px;margin-bottom:34px}
.steps-grid{display:grid;grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr) 52px minmax(0,1fr);align-items:center}
.step-card{min-height:330px;border:1px solid var(--line);border-radius:24px;padding:25px 28px;background:#fff;box-shadow:var(--shadow)}
.step-card header{display:flex;gap:18px;min-height:90px}
.step-card header>span{width:43px;height:43px;background:#0d9f75;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:19px;font-weight:700;flex:none}
.step-card h3{font-size:18px;margin:3px 0 10px}
.step-card p{max-width:250px;font-size:14px;line-height:1.55;color:#57647a;margin-bottom:0}
.arrow{text-align:center;font-size:36px;font-weight:700}
.food-photo{height:172px;border-radius:19px;background:#f7f8f6;position:relative;overflow:visible}
.food-photo>img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:inherit;filter:saturate(.96) contrast(.99)}
.food-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05),transparent 45%,rgba(255,255,255,.08));pointer-events:none}
.food-photo i{position:absolute;width:62px;height:62px;border-radius:50%;background:#fff;border:2px solid var(--green);display:grid;place-items:center;bottom:-16px;left:50%;transform:translateX(-50%);z-index:2}
.food-photo svg{width:32px;height:32px;fill:none;stroke:var(--green);stroke-width:2.5}
.step-card ul{list-style:none;padding:13px 0 0;margin:0}
.step-card li{height:47px;border-bottom:1px solid #eef1f2;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:17px}
.step-card li>small{font-size:inherit;color:#526076;white-space:nowrap}
.food-label{display:flex;align-items:center;gap:8px;min-width:0}
.food-thumb{width:25px;height:25px;border-radius:50%;overflow:hidden;display:block;position:relative;flex:none;background:#f2f6f3}
.food-thumb img{position:absolute;width:86px;height:58px;max-width:none;object-fit:cover}
.food-thumb.salmon img{left:-38px;top:-7px}
.food-thumb.rice img{left:-2px;top:-8px}
.food-thumb.broccoli img{left:-21px;top:-4px}
.success{min-height:160px;margin-top:22px;background:#fff;border-radius:18px;box-shadow:0 7px 22px rgba(29,58,72,.08);padding:25px;position:relative}
.success em,.success b{font-size:14px;display:block;line-height:1.6;max-width:230px}
.success b{margin-top:8px}
.success svg{position:absolute;width:42px;height:42px;color:var(--green);right:20px;bottom:16px}

/* Conseil */
.advice{width:min(1240px,calc(100% - 80px));min-height:220px;margin-top:30px;margin-bottom:30px;border-radius:28px;background:linear-gradient(105deg,#f4faf7,#f5f8f7);display:grid;grid-template-columns:120px minmax(320px,1fr) minmax(420px,1.25fr);align-items:center;gap:34px;padding:16px 50px;overflow:hidden}
.brain-art{width:120px;height:150px;overflow:hidden;position:relative}
.brain-art>img{position:absolute;width:120px;height:150px;left:50%;top:50%;transform:translate(-50%,-50%);object-fit:contain}
.advice-copy h2{font-size:30px;line-height:1.3;margin-bottom:16px}
.advice-copy p{font-size:14px;line-height:1.7;color:#45536a;margin-bottom:16px;max-width:390px}
.advice a{font-size:14px;font-weight:700;color:var(--green-dark)}
.advice>article{min-height:188px;background:#fff;border-radius:22px;padding:19px 24px;box-shadow:0 7px 22px rgba(35,63,75,.08);position:relative;overflow:hidden}
.advice-tags{display:flex;gap:10px}
.advice-tags span,.advice-tags i{font-size:16px;border-radius:999px;padding:7px 12px;background:#e8faee;color:#168d66;font-style:normal}
.advice-tags i{background:#fff3e8;color:#f28c2a}
.advice>article h3{font-size:18px;color:var(--green-dark);margin:17px 0 11px}
.advice>article p{font-size:16px;line-height:1.65;color:#45536a;max-width:410px;margin-bottom:14px;padding-right:130px}
.advice-shot{position:absolute;right:-62px;bottom:-9px;width:205px;height:165px;overflow:visible;background:transparent;box-shadow:none;pointer-events:none}
.advice-shot img{width:100%;height:100%;object-fit:contain}

/* Fonctionnalités */
.features{margin-bottom:26px;padding-top:34px}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.feature-grid article{min-height:340px;border:1px solid var(--line);border-radius:23px;padding:22px 20px 18px;box-shadow:var(--shadow);display:flex;flex-direction:column;background:#fff;min-width:0}
.feature-grid header{display:flex;gap:14px;min-height:92px}
.feature-grid header>span,.trust article>span{width:57px;height:57px;border-radius:50%;background:#e9f8f3;display:grid;place-items:center;flex:none;color:#079b72}
.feature-grid header>span.blue{background:#eaf3ff;color:#287de8}.feature-grid header>span.pink{background:#fff0f2;color:#ff5870}.feature-grid header>span.orange{background:#fff3e8;color:#f09423}
.feature-grid svg,.trust svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.6}
.feature-grid h3{font-size:18px;margin:2px 0 8px}
.feature-grid p{font-size:17px;line-height:1.55;color:#4b5870;margin-bottom:0}
.feature-shot{height:170px;border-radius:16px;overflow:hidden;background:#f6f9f8;border:1px solid rgba(10,58,45,.06);margin-top:12px}
.feature-shot img{width:100%;height:100%;object-fit:cover;object-position:center}
.health-feature .feature-shot img{object-position:center top}
.feature-grid{align-items:stretch}
.feature-grid article>a{color:#087d9e;font-size:17px;font-weight:700;margin-top:auto;padding-top:14px;align-self:flex-start}

/* Carte stock détaillée */
.stock-feature{grid-column:auto!important}
.stock-feature{position:relative}
.stock-feature header{padding-right:40%}
.stock-feature .feature-shot{position:absolute;right:-4px;top:-18px;width:44%;height:190px;margin:0;border:0;background:transparent;z-index:2}
.stock-feature .feature-shot img{object-fit:contain;padding:8px}
.stock-extra-shot{position:absolute;right:10px;top:158px;width:40%;height:180px;margin:0;border:0;border-radius:16px;overflow:hidden;background:#f6f9f8;z-index:2}
.stock-extra-shot img{width:100%;height:100%;object-fit:cover;object-position:center top}
.activity-feature .feature-shot{overflow:hidden}
.activity-feature .feature-shot img{object-fit:cover;object-position:center 18%}
.activity-feature{min-height:420px!important}
.activity-feature .feature-shot{width:86%;height:250px;margin-inline:auto}
.activity-feature header>span{width:64px;height:64px;background:#e9f8f3;color:#278f72}
.activity-feature header>span svg{width:36px;height:36px}
.activity-feature header>span.activity-icon{overflow:hidden;padding:0}
.activity-feature header>span.activity-icon img{width:82%;height:82%;margin:auto;object-fit:contain;object-position:center;border-radius:50%}
.activity-feature{min-height:0!important}
.activity-gallery{display:flex;flex-direction:column;gap:12px;margin-top:-20px}
.activity-gallery .feature-shot{margin:0 auto;width:86%;height:250px}
.activity-second-shot{width:86%;height:190px;margin:0 auto;border:1px solid #e2e8ef;border-radius:15px;overflow:hidden;background:#f7f9fb}
.activity-second-shot img{width:100%;height:100%;object-fit:cover;object-position:center top}

/* Composition détaillée du stock */
.stock-feature{min-height:0!important;padding:25px 22px 20px!important}
.stock-feature header{min-height:155px!important;padding-right:42%;position:relative}
.stock-feature header>span{width:58px;height:58px}
.stock-feature header>div{padding-top:2px}.stock-feature h3{font-size:23px;line-height:1.15}.stock-feature p{font-size:16px;line-height:1.45}
.stock-hero-image{position:absolute;right:-18px;top:-44px;width:46%;height:190px;object-fit:contain;z-index:2}
.stock-overview{margin-bottom:-8px;position:relative;top:-20px}
.stock-overview img{display:block;width:100%;height:auto;border-radius:10px;transform:translateY(-7px)}
.stock-items{height:205px;border:1px solid #e2e8ef;border-radius:15px;overflow:hidden;background:#fff;margin-bottom:-16px;position:relative;top:-5px}.stock-items img{width:100%;height:100%;object-fit:cover;object-position:center top}
.stock-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.stock-actions button{height:45px;border:1px solid #dbe7f3;border-radius:13px;background:#fff;color:#0b1935;font:700 13px Inter,sans-serif}.stock-actions button:first-child{color:#1669e3}.stock-actions button span{margin-left:4px}

/* Engagements, CTA, footer */
.trust{min-height:132px;border-radius:28px;background:linear-gradient(100deg,#f3faf6,#f4faf7);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:25px 35px;gap:30px;margin-bottom:27px}
.trust article{display:flex;gap:14px;min-width:0}
.trust article>span{width:53px;height:53px}
.trust article:nth-child(3) svg{fill:currentColor;stroke:none}
.trust h3{font-size:18px;line-height:1.25;margin:2px 0 8px}
.trust p{font-size:17px;line-height:1.6;color:#536176;margin:0}
.final-cta{min-height:190px;margin-bottom:17px;border-radius:24px;background:linear-gradient(110deg,#079b70,#2878dc);color:#fff;display:grid;grid-template-columns:minmax(330px,.75fr) minmax(500px,1.25fr);align-items:center;padding:30px 92px;gap:65px;position:relative;overflow:hidden}
.final-cta>div{position:relative;z-index:2}
.final-cta h2{font-size:34px;line-height:1.22;margin-bottom:12px}
.final-cta p{font-size:14px;line-height:1.6;margin:0;max-width:440px}
.final-cta .email-form{width:min(540px,100%);height:64px;box-shadow:none}
.final-cta .email-form button{height:50px}
.cta-form-wrap>small{display:block;font-size:16px;margin:10px 0}
.mini-proof{display:flex;align-items:center}.mini-proof .faces{width:90px;height:31px;margin-right:8px;overflow:hidden}.mini-proof .faces img{width:93px;height:31px;object-fit:cover;object-position:left center}.mini-proof>b{font-size:22px}.mini-proof b small{font-size:16px}
.cta-botanical{position:absolute;right:-4px;bottom:-24px;width:220px;height:220px;object-fit:contain;pointer-events:none;z-index:1;opacity:.9;transform:rotate(-14deg);transform-origin:bottom center}
footer{height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}
footer .brand svg{width:32px;height:36px}footer .brand b{font-size:27px}
footer nav{display:flex;gap:clamp(35px,5vw,90px);font-size:17px}
.socials{display:flex;align-items:center;gap:20px}.socials a{display:grid;place-items:center}.socials svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2.5}

/* Tablettes et petits ordinateurs */
@media(max-width:1350px){
  :root{--page:min(1180px,calc(100% - 56px));--content:min(1080px,calc(100% - 56px))}
  .site-header{height:78px}.brand svg{width:34px;height:38px}.brand b{font-size:29px}.site-header nav{gap:clamp(22px,3vw,43px);margin-left:clamp(58px,8vw,115px)}.site-header nav a{font-size:15px}.outline-cta{height:44px;margin-left:auto;min-width:190px;padding:0 22px;font-size:15px}
  .hero{height:705px}.hero-inner{height:calc(100% - 112px);grid-template-columns:minmax(375px,.82fr) minmax(500px,1.18fr)}.hero-copy{padding-top:37px}.hero-copy h1{font-size:56px}.hero-copy>p{font-size:15px;max-width:450px}.hero-phone-main{--phone-width:238px;--phone-height:557px;left:8%;top:0}.hero-phone-secondary{--phone-width:196px;--phone-height:454px;left:47%;top:48px}.plant{width:270px;height:auto;left:-5px;bottom:3px}.float-icon{width:61px;height:61px}.float-icon svg{width:28px;height:28px}.heart{top:216px}.strength{top:346px}.stats{top:465px}
  .hero-benefits{min-height:130px}.hero-benefits article{padding-inline:10px;gap:8px}.hero-benefits article>span{width:44px;height:44px}.hero-benefits h3{font-size:17px}.hero-benefits p{font-size:16px}
  .steps,.features{padding-top:40px}.steps-grid{grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr) 38px minmax(0,1fr)}.step-card{min-height:305px;padding:22px}.step-card header{min-height:85px}.food-photo{height:153px}.success{min-height:145px}
  .advice{grid-template-columns:105px minmax(270px,.9fr) minmax(350px,1.15fr);gap:25px;padding:16px 34px}.brain-art{width:105px;height:132px}.brain-art>img{width:105px;height:132px}
  .feature-grid{gap:15px}.feature-grid article{padding-inline:16px}.feature-grid header{gap:10px}.feature-grid header>span{width:49px;height:49px}.feature-grid h3{font-size:18px}.feature-grid p{font-size:16px}.feature-shot{height:155px}
  .final-cta{padding-inline:60px;gap:45px}
}

@media(min-width:1051px) and (max-width:1350px){
  .site-header nav{margin-left:30px;gap:22px}
  .outline-cta{min-width:168px;padding-inline:15px;margin-left:auto}
  .beta-cta{width:138px;flex-basis:138px;padding-inline:0}
}

@media(min-width:1051px){
  .right-leaves{right:8px;top:98px;width:128px;height:220px;z-index:4}
  .heart{right:0;top:216px}
  .strength{right:1.2%;top:346px}
  .stats{right:0;top:465px}
}

@media(max-width:1050px){
  :root{--page:calc(100% - 56px);--content:calc(100% - 56px)}
  .site-header{height:76px}.brand svg{width:33px;height:37px}.brand b{font-size:29px}.nav-inner{gap:18px}.site-header nav{gap:22px;margin-left:96px}.site-header nav a{font-size:15px}.outline-cta{height:42px;margin-left:auto;padding-inline:18px;font-size:15px}
  .hero{height:705px}.hero-inner{grid-template-columns:42% 58%}.hero-copy{padding-top:33px;padding-left:5px}.hero-copy h1{font-size:61px;line-height:1.03;letter-spacing:-3px;margin-bottom:16px;white-space:nowrap}.hero-copy>p{font-size:15px}.hero-signup-card{width:367px}.hero-copy .email-form button{min-width:112px}.hero-phone-main{--phone-width:238px;--phone-height:557px;left:17.2%;top:0}.hero-phone-secondary{--phone-width:200px;--phone-height:468px;left:58.5%;top:45px}.plant{width:270px;height:auto;left:-6px;bottom:3px}.right-leaves{right:4px;top:95px;width:122px;height:215px}.float-icon{width:66px;height:66px}.float-icon svg{width:30px;height:30px}.heart{top:214px}.strength{top:328px}.stats{top:440px}.hero-benefits{bottom:1px}.hero-benefits article{padding-inline:8px}.hero-benefits article>span{width:42px;height:42px}.hero-benefits p{font-size:16px}
  .features{padding-top:18px}.features>h2{font-size:24px;margin-bottom:27px}
  .steps{width:min(815px,calc(100% - 48px));padding-top:8px}.steps h2{font-size:24px;line-height:28px;letter-spacing:-.45px;margin-bottom:9px}.steps-grid{grid-template-columns:minmax(0,1fr) 45px minmax(0,1fr) 45px minmax(0,1fr)}.step-card{min-height:230px;border-radius:17px;padding:17px 23px 16px;box-shadow:0 7px 20px rgba(28,56,70,.055)}.step-card header{gap:13px;min-height:80px}.step-card header>span{width:34px;height:34px;font-size:17px}.step-card h3{font-size:18px;line-height:23px;margin:1px 0 5px}.step-card p{font-size:16px;line-height:22px;max-width:170px}.arrow{font-size:27px}.food-photo{height:111px;border-radius:12px}.food-photo i{width:47px;height:47px;bottom:-11px;border-width:1.5px}.food-photo svg{width:24px;height:24px}.step-card ul{padding:6px 0 0}.step-card li{font-size:16px;height:32px;gap:7px}.step-card li:last-child{border-bottom:0}.food-label{gap:6px}.food-thumb{width:21px;height:21px}.food-thumb img{width:76px;height:50px}.food-thumb.salmon img{left:-34px;top:-6px}.food-thumb.rice img{left:-2px;top:-7px}.food-thumb.broccoli img{left:-18px;top:-3px}.success{min-height:130px;margin-top:7px;border-radius:13px;padding:18px 15px}.success em,.success b{font-size:16px;line-height:22px;max-width:150px}.success b{margin-top:5px}.success svg{width:30px;height:30px;right:13px;bottom:11px}
  .advice{width:min(886px,calc(100% - 48px));min-height:170px;margin:11px auto 10px;border-radius:18px;padding:14px 34px;grid-template-columns:120px 250px 356px;column-gap:20px;justify-content:start;overflow:visible}.brain-art{width:120px;height:140px}.brain-art>img{width:120px;height:140px}.advice-copy h2{font-size:22px;line-height:27px;margin-bottom:8px}.advice-copy p{font-size:16px;line-height:23px;margin-bottom:9px;max-width:250px}.advice a{font-size:16px}.advice>article{width:356px;min-height:150px;margin-left:10px;border-radius:16px;padding:13px 21px;overflow:visible}.advice-tags{gap:8px}.advice-tags span,.advice-tags i{font-size:16px;padding:5px 10px}.advice>article h3{font-size:18px;margin:11px 0 7px}.advice>article p{font-size:16px;line-height:22px;max-width:275px;margin-bottom:8px;padding-right:54px}.advice-shot{right:-66px;bottom:-3px;width:175px;height:140px}
  .feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid article{min-height:355px}.feature-grid header{min-height:82px}.feature-grid p{font-size:17px}.feature-shot{height:205px}
  .trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;min-height:210px}
  .final-cta{grid-template-columns:1fr;gap:20px;padding:30px 60px}.final-cta p{max-width:580px}.cta-form-wrap{width:min(620px,100%)}
}

@media(max-width:900px){
  .site-header nav,.outline-cta,.beta-cta{display:none}.menu-toggle{display:block;margin-left:auto}
  .site-header.open nav{display:flex;position:absolute;top:76px;left:0;right:0;min-height:calc(100vh - 76px);background:rgba(255,255,255,.98);flex-direction:column;justify-content:flex-start;align-items:center;gap:0;padding:35px 20px;margin:0;box-shadow:0 18px 30px rgba(7,25,56,.1)}
  .site-header.open nav a{width:min(480px,100%);padding:18px;text-align:center;font-size:18px;border-bottom:1px solid #edf1f2}
  .right-leaves{display:none}
}

@media(min-width:721px) and (max-width:900px){
  .hero{height:620px}
  .hero-visual{overflow:hidden}
}

@media(min-width:1051px) and (max-width:1350px){
  .hero-phone-main{left:8%}
  .hero-phone-secondary{left:44%}
  .plant{left:-5px}
}

/* Calage du hero sur la maquette 1024 px : positions X/Y/Z vérifiées. */
@media(min-width:901px) and (max-width:1050px){
  .hero-copy{padding-top:43px}
  .hero-copy h1{font-size:57px;margin-bottom:22px}
  .hero-copy>p{max-width:405px;margin-bottom:15px}
  .privacy{margin-bottom:28px}
  .hero-phone-main{--phone-width:238px;--phone-height:557px;left:17.4%;top:2px;transform:translate3d(0,0,22px) rotateX(.15deg) rotateY(-1.2deg) rotateZ(-.3deg)}
  .hero-phone-secondary{--phone-width:192px;--phone-height:464px;left:58%;top:48px;transform:translate3d(-4px,0,0) rotateX(.35deg) rotateY(-4deg) rotateZ(3.8deg)}
  .plant{width:315px;left:-25px;bottom:-4px}
  .right-leaves{right:-58px;top:101px;width:135px;height:390px}
  .strength{right:0;top:333px}
  .hero-benefits{min-height:130px;bottom:3px}
}

/* Mobile */
@media(max-width:720px){
  :root{--page:calc(100% - 28px);--content:calc(100% - 28px)}
  .site-header{height:68px}.site-header.open nav{top:68px;min-height:calc(100vh - 68px)}.brand svg{width:30px;height:33px}.brand b{font-size:24px}
  .hero{height:auto;min-height:0;padding-bottom:30px}.hero-bg{top:auto;bottom:0;width:100%;height:auto}.hero-inner{height:auto;display:flex;flex-direction:column;align-items:center}.hero-copy{width:100%;padding-top:24px;text-align:center}.health-pill{margin:0 auto 18px}.hero-copy h1{font-size:clamp(40px,12vw,52px);line-height:1.06;letter-spacing:-2px;margin-bottom:20px}.hero-copy>p{font-size:15px;line-height:1.55;max-width:520px;margin-inline:auto;margin-bottom:20px}.hero-signup-card{margin-inline:auto;text-align:left}.first{justify-content:flex-start}.privacy{font-size:16px;margin:11px 0 17px}.social-proof{justify-content:center}.social-proof p{font-size:16px;text-align:left;white-space:normal}.social-proof p em{font-size:18px}
  .hero-visual{width:100%;height:500px;margin-top:16px;overflow:hidden}.hero-composite{width:740px;right:-184px;top:0;max-width:none}.hero-phone-main,.hero-phone-secondary,.plant,.right-leaves,.float-icon{display:none}
  .hero-benefits{position:relative;left:auto;bottom:auto;transform:none;width:var(--page);height:auto;min-height:176px;margin:8px auto 0;padding:8px;grid-template-columns:repeat(2,minmax(0,1fr));border-radius:18px}.hero-benefits article{min-height:78px;padding:8px 11px}.hero-benefits article+article{border-left:0}.hero-benefits article:nth-child(even){border-left:1px solid #e8efec}.hero-benefits article:nth-child(n+3){border-top:1px solid #e8efec}.hero-benefits h3{font-size:17px}.hero-benefits p{font-size:16px}
  .steps,.features{padding-top:35px}.steps{width:var(--content)}.steps h2,.features>h2{font-size:25px;line-height:1.25;margin-bottom:26px;padding-inline:8px}.steps-grid{display:flex;flex-direction:column;gap:18px}.step-card{width:min(520px,100%);height:auto;min-height:0;padding:22px}.step-card header{min-height:82px}.step-card header>span{width:43px;height:43px;font-size:19px}.step-card h3{font-size:18px;line-height:1.25;margin:3px 0 10px}.step-card p{font-size:17px;line-height:1.55;max-width:250px}.arrow{font-size:27px;transform:rotate(90deg);line-height:1}.food-photo{height:180px;border-radius:19px}.food-photo i{width:62px;height:62px;bottom:-16px;border-width:2px}.food-photo svg{width:32px;height:32px}.step-card ul{padding:13px 0 0}.step-card li{font-size:16px;height:44px}.food-label{gap:8px}.food-thumb{width:25px;height:25px}.food-thumb img{width:86px;height:58px}.food-thumb.salmon img{left:-38px;top:-7px}.food-thumb.rice img{left:-2px;top:-8px}.food-thumb.broccoli img{left:-21px;top:-4px}.success{height:auto;min-height:150px;margin-top:22px;border-radius:18px;padding:25px}.success em,.success b{font-size:17px;line-height:1.6;max-width:230px}.success b{margin-top:8px}.success svg{width:42px;height:42px;right:20px;bottom:16px}
  .advice{width:var(--content);height:auto;min-height:0;margin-top:24px;padding:24px 22px;display:flex;flex-direction:column;gap:16px;overflow:hidden}.brain-art{width:140px;height:150px;flex:none}.brain-art>img{width:140px;height:150px}.advice-copy{text-align:center}.advice-copy h2{font-size:26px;line-height:1.3;margin-bottom:16px}.advice-copy p{font-size:17px;line-height:1.7;margin-inline:auto;margin-bottom:16px}.advice a{font-size:17px}.advice>article{width:100%;height:auto;min-height:210px;margin-left:0;padding:20px;border-radius:18px;overflow:visible}.advice>article h3{font-size:18px;margin:15px 0 10px}.advice>article p{font-size:16px;line-height:1.65;max-width:none;padding-right:105px;margin-bottom:14px}.advice-tags span,.advice-tags i{font-size:16px;padding:6px 10px}.advice-shot{right:-42px;bottom:-4px;width:180px;height:150px}
  .feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:345px;padding:20px}.feature-grid header{min-height:86px}.feature-grid h3{font-size:16px}.feature-grid p{font-size:17px}.feature-shot{height:205px}.feature-grid article>a{font-size:17px}
  .trust{grid-template-columns:1fr;min-height:0;padding:25px 22px;gap:24px}.trust article>span{width:50px;height:50px}.trust h3{font-size:18px}.trust p{font-size:16px}
  .final-cta{width:var(--content);padding:30px 20px;gap:23px;text-align:center}.final-cta h2{font-size:29px}.final-cta p{font-size:17px;margin-inline:auto}.final-cta .email-form{height:58px}.final-cta .email-form button{height:46px}.cta-form-wrap>small{font-size:16px}.mini-proof{justify-content:center}.mini-proof>b{font-size:19px}.mini-proof b small{font-size:16px}.cta-botanical{width:135px;height:110px}
  footer{height:auto;min-height:155px;padding:22px 0;flex-wrap:wrap;justify-content:center;gap:20px}footer .brand{width:100%;justify-content:center}footer nav{order:3;width:100%;justify-content:space-between;gap:8px;font-size:17px}.socials{gap:18px}
}

@media(max-width:430px){
  :root{--page:calc(100% - 22px);--content:calc(100% - 22px)}
  .hero-copy h1{font-size:42px}.hero-copy>p{font-size:14px}.first b{font-size:14px}.hero-bg{height:auto}.hero-visual{height:465px}.hero-composite{width:680px;right:-174px}
  .email-form button{min-width:114px;padding-inline:13px;font-size:17px}.email-form input{font-size:17px}
  .social-proof p b{max-width:210px}.social-proof p small{max-width:210px}
  .steps h2,.features>h2{font-size:23px}.food-photo{height:155px}
  .advice>article{padding:20px}.advice>article p{padding-right:88px}.advice-shot{right:-45px;bottom:-2px;width:165px;height:138px}
  .feature-shot{height:185px}.feature-grid article{min-height:330px}
  .final-cta{padding-inline:16px}.final-cta .email-form button{min-width:112px}.mini-proof>b{font-size:18px}
  footer nav{font-size:17px}
}

@media(max-width:365px){
  .hero-phone-secondary{display:none}.hero-phone-main{left:50%;transform:translateX(-50%) rotate(-1deg)}
  .hero-benefits{grid-template-columns:1fr}.hero-benefits article{min-height:72px}.hero-benefits article:nth-child(even){border-left:0}.hero-benefits article+article{border-top:1px solid #e8efec}
}

/* Ajustements de finition pour les petits écrans. */
@media(max-width:720px){
  body{overflow-x:hidden}
  h1,h2,h3,p{overflow-wrap:break-word}

  .site-header{position:relative}
  .nav-inner{width:var(--page)}

  .hero-bg{bottom:55px}
  .hero-copy h1{max-width:100%;text-wrap:balance}
  .hero-copy>p{max-width:34rem}
  .hero-signup-card{width:100%;max-width:23rem}
  .social-proof{width:100%;max-width:23rem;margin-inline:auto}
  .social-proof p{min-width:0}

  .hero-benefits article{min-width:0}
  .hero-benefits article>div{min-width:0}
  .hero-benefits h3,.hero-benefits p{overflow-wrap:normal}

  .feature-grid{gap:16px}
  .feature-grid article{min-width:0;min-height:0;padding:20px 18px 18px}
  .feature-grid header{align-items:flex-start;min-height:0;gap:12px}
  .feature-grid header>span{width:52px;height:52px}
  .feature-grid header>div{min-width:0}
  .feature-grid h3{font-size:clamp(18px,5.2vw,21px);line-height:1.2;margin:2px 0 8px}
  .feature-grid p{font-size:clamp(16px,4.5vw,18px);line-height:1.5}
  .feature-shot{width:100%;height:auto;aspect-ratio:1.55;margin-top:18px}
  .feature-shot img{object-fit:cover}
  .feature-grid article>a{font-size:clamp(16px,4.5vw,18px);padding-top:17px}

  .steps h2,.features>h2{max-width:22rem;margin-inline:auto;text-wrap:balance}
  .step-card header>div{min-width:0}
  .step-card h3,.step-card p{overflow-wrap:break-word}

  .advice-copy h2,.advice-copy p{text-wrap:balance}
  .advice>article{min-width:0}
  .advice-tags{flex-wrap:wrap}
  .advice>article h3{max-width:19rem;line-height:1.3}

  .trust article{align-items:flex-start}
  .trust article>div{min-width:0}
  .trust h3{font-size:clamp(18px,5vw,21px)}
  .trust p{font-size:clamp(16px,4.4vw,18px);line-height:1.5}

  .final-cta{min-width:0;overflow:hidden}
  .final-cta h2{font-size:clamp(26px,7.6vw,32px);text-wrap:balance}
  .final-cta p{font-size:clamp(16px,4.4vw,18px);text-wrap:balance}
  .cta-form-wrap{min-width:0;width:100%}
  .final-cta .email-form{width:100%;min-width:0;padding:6px}
  .final-cta .email-form>svg{margin-left:8px}
  .final-cta .email-form input{min-width:0;font-size:clamp(14px,4.2vw,17px);padding-inline:8px}
  .final-cta .email-form button{flex:0 0 auto;min-width:0;width:auto;height:46px;padding-inline:clamp(14px,4vw,22px);font-size:clamp(14px,4.2vw,17px);white-space:nowrap}
  .cta-form-wrap>small{font-size:clamp(14px,4vw,16px);line-height:1.4}
  .mini-proof{width:100%;gap:8px;align-items:center}
  .mini-proof>b{min-width:0;font-size:clamp(17px,4.8vw,20px);line-height:1.25}
  .mini-proof b small{font-size:clamp(14px,4vw,16px)}
  .cta-botanical{opacity:.7;pointer-events:none}

  .stock-feature{grid-column:auto!important;padding:20px 18px 18px!important}
  .stock-feature header{min-height:145px!important;padding-right:105px}
  .stock-feature header>span{width:52px;height:52px}
  .stock-feature header>div{padding-top:0}
  .stock-feature h3{font-size:clamp(18px,5.2vw,21px);line-height:1.2}
  .stock-feature p{font-size:clamp(16px,4.5vw,18px);line-height:1.5}
  .stock-feature .feature-shot{right:-12px;top:-10px;width:145px;height:145px}
  .stock-extra-shot{right:-8px;top:142px;width:130px;height:135px;border-radius:12px}
  .activity-feature .feature-shot{width:100%;height:220px}
  .stock-dashboard{padding:16px 12px 13px;border-radius:16px}
  .stock-dashboard-title{font-size:18px}.stock-dashboard-title span{font-size:13px;padding:7px 12px}
  .stock-dashboard li{min-height:50px;grid-template-columns:32px minmax(0,1fr) auto 18px;gap:6px;font-size:14px}
  .stock-dashboard li i{width:30px;height:30px;font-size:18px;border-radius:9px}
  .stock-dashboard li b{font-size:15px}.stock-dashboard li span{font-size:13px}.stock-dashboard li em{font-size:12px;grid-column:3;grid-row:1}.stock-dashboard li strong:last-child{font-size:24px;grid-column:4;grid-row:1}
  .stock-warning{gap:8px;margin-top:12px;padding:10px;border-radius:13px}.stock-warning>b{width:30px;height:30px;border-width:2px;font-size:18px}.stock-warning div strong{font-size:13px}.stock-warning div span{font-size:11px}.stock-warning>strong{font-size:25px}
}

/*
 * Scène desktop canonique, construite sur l'artboard 1024 × 680 de la maquette.
 * Toutes les coordonnées utilisent le même repère : aucun saut entre 1050/1051
 * ou 1350/1351 et aucune dérive entre les deux téléphones.
 */
@media(min-width:901px){
  .site-header{height:clamp(67px,7.421875vw,76px)}
  .nav-inner{width:min(100%,1024px);position:relative;display:block}
  .nav-inner>.brand{position:absolute;left:2.734375%;top:50%;transform:translateY(-50%);gap:clamp(9px,1.074vw,11px)}
  .brand svg{width:clamp(29px,3.125vw,32px);height:clamp(32px,3.417969vw,35px)}
  .brand b{font-size:clamp(27px,2.929688vw,30px);letter-spacing:-1.4px}
  .site-header nav{position:absolute;left:27.34375%;top:0;height:100%;display:flex;align-items:center;gap:clamp(16px,2vw,22px);margin:0}
  .site-header nav a{font-size:clamp(14px,1.171875vw,15px);font-weight:600}
  .outline-cta{position:absolute;right:calc(1.5% + clamp(125px,13.5vw,140px) + 10px);top:50%;transform:translateY(-50%);width:clamp(155px,16.5vw,170px);height:clamp(38px,4.101563vw,42px);min-width:0;margin:0;padding:0;font-size:clamp(13px,1.171875vw,14px);gap:clamp(7px,.8vw,9px)}
  .outline-cta svg{width:clamp(15px,1.757813vw,18px);height:clamp(15px,1.757813vw,18px)}
  .beta-cta{position:absolute;right:1.5%;top:50%;transform:translateY(-50%);width:clamp(125px,13.5vw,140px);height:clamp(38px,4.101563vw,42px);min-width:0;margin:0;padding:0;font-size:clamp(12px,1.074219vw,13px)}

  .hero{height:clamp(600px,60vw,650px);background:linear-gradient(to bottom,#fff 0,#fff 87%,#f3fbf8 100%)}
  .hero-bg{left:0;right:auto;width:100%;transform:none}
  .hero-inner{width:min(100%,1024px);height:100%;display:block;position:relative}
  .hero-copy{position:absolute;left:3.222656%;top:0;width:42%;padding:clamp(38px,4.199219vw,43px) 0 0;z-index:6}
  .health-pill{min-height:clamp(26px,2.929688vw,30px);padding:clamp(6px,.683594vw,7px) clamp(12px,1.367188vw,14px);gap:clamp(6px,.683594vw,7px);font-size:clamp(12px,1.171875vw,12.5px);margin-bottom:clamp(18px,2.148438vw,22px)}
  .health-pill>span{font-size:inherit}
  .hero-copy h1{font-size:clamp(50px,5.566406vw,57px);line-height:1.03;letter-spacing:clamp(-3px,-.293vw,-2.4px);margin-bottom:clamp(19px,2.148438vw,22px);white-space:nowrap}
  .hero-copy>p{width:clamp(356px,39.550781vw,405px);max-width:100%;font-size:clamp(13px,1.464844vw,15px);line-height:1.55;margin-bottom:clamp(13px,1.464844vw,15px)}
  .hero-signup-card{width:clamp(323px,35.839844vw,367px);padding:clamp(8px,.976563vw,10px);border-radius:clamp(16px,1.855469vw,19px)}
  .first{gap:clamp(10px,1.171875vw,12px);margin:0 2px clamp(6px,.683594vw,7px)}
  .round-icon{width:clamp(35px,3.90625vw,40px);height:clamp(35px,3.90625vw,40px)}
  .round-icon svg{width:clamp(18px,2.050781vw,21px);height:clamp(18px,2.050781vw,21px)}
  .first b{font-size:clamp(13px,1.464844vw,15px)}
  .hero-copy .email-form{height:clamp(39px,4.394531vw,45px);border-radius:clamp(11px,1.269531vw,13px);padding:clamp(3px,.390625vw,4px)}
  .hero-copy .email-form button{height:clamp(32px,3.613281vw,37px);min-width:clamp(102px,11.328125vw,116px);border-radius:clamp(9px,.976563vw,10px);padding:0 clamp(15px,1.757813vw,18px);font-size:clamp(13px,1.269531vw,14px)}
  .hero-copy .email-form>svg{width:clamp(16px,1.757813vw,18px);height:clamp(16px,1.757813vw,18px);margin-left:clamp(8px,.976563vw,10px)}
  .hero-copy .email-form input{font-size:clamp(12px,1.171875vw,13px);padding:0 clamp(8px,.976563vw,10px)}
  .privacy{font-size:clamp(12px,1.074219vw,13px);margin:clamp(8px,.976563vw,10px) 0 clamp(22px,2.734375vw,28px)}
  .faces{width:clamp(103px,11.328125vw,116px);height:clamp(30px,3.320313vw,34px);margin-right:clamp(11px,1.269531vw,13px);overflow:hidden;flex:none}
  .faces img{display:block;width:100%;height:100%;object-fit:cover}
  .social-proof p{font-size:clamp(12px,1.171875vw,13px)}
  .social-proof p em{font-size:clamp(17px,1.953125vw,20px)}

  .hero-visual{position:absolute;inset:0;height:100%;z-index:4;perspective:1400px}
  .phone{padding:clamp(6px,.683594vw,7px);border-radius:clamp(37px,4.101563vw,42px);box-shadow:clamp(12px,1.464844vw,15px) clamp(18px,2.148438vw,22px) clamp(28px,3.125vw,32px) rgba(13,34,40,.2)}
  .phone:before{width:clamp(42px,4.6875vw,54px);height:clamp(11px,1.220703vw,14px);top:clamp(10px,1.171875vw,13px)}
  .phone-screen{border-radius:clamp(32px,3.515625vw,36px)}
  .phone-screen img{object-fit:fill}
  .hero-phone-main{--phone-width:clamp(209px,23.242188vw,238px);--phone-height:clamp(490px,54.394531vw,557px);left:51.464844%;top:.292969%;transform:translate3d(0,0,22px) rotateX(.15deg) rotateY(-1.2deg) rotateZ(-.3deg);z-index:5}
  .hero-phone-secondary{--phone-width:clamp(170px,18.5vw,192px);--phone-height:clamp(408px,45.3125vw,464px);left:73%;top:7.5%;transform:translate3d(-4px,0,0) rotateX(.35deg) rotateY(-4deg) rotateZ(3.8deg);z-index:3}
  .plant{width:clamp(277px,30.761719vw,315px);left:32.226563%;bottom:-.588235%;height:auto;z-index:2}
  .right-leaves{display:block;right:1.953125%;top:13.970588%;width:clamp(119px,13.183594vw,135px);height:clamp(343px,38.085938vw,390px);z-index:2;transform:none;overflow:visible;opacity:.88}
  .right-leaves .botanical-stem,.right-leaves .botanical-vein{fill:none;stroke:#209d75;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
  .right-leaves .botanical-leaf{fill:url(#rightLeafGreen)}
  .right-leaves .botanical-vein{stroke:#d8f3e6;stroke-width:2;opacity:.7}
  .float-icon{width:clamp(58px,6.445313vw,66px);height:clamp(58px,6.445313vw,66px)}
  .float-icon svg{width:clamp(27px,2.929688vw,30px);height:clamp(27px,2.929688vw,30px)}
  .heart{right:2.734375%;top:31.470588%}.strength{right:2.34375%;top:48.970588%}.stats{right:2.734375%;top:64.705882%}
  .hero-benefits{width:97%;min-height:clamp(96px,10.5vw,112px);bottom:.441176%;padding:clamp(7px,.8vw,9px) clamp(6px,.8vw,8px);border-radius:clamp(18px,1.953125vw,20px)}
  .hero-benefits article{gap:clamp(6px,.7vw,8px);padding:0 clamp(6px,1vw,10px)}
  .hero-benefits article>span{width:clamp(36px,4vw,40px);height:clamp(36px,4vw,40px)}
  .hero-benefits svg{width:clamp(22px,2.441406vw,25px);height:clamp(22px,2.441406vw,25px)}
  .hero-benefits h3{font-size:clamp(17px,1.55vw,20px);line-height:1.15;margin-bottom:5px}
  .hero-benefits p{font-size:clamp(15px,1.35vw,18px);line-height:1.3}

  /* La maquette reste en composition desktop dès 901 px. */
  .feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
  .feature-grid article{min-height:340px;padding:18px 15px 16px;overflow:hidden}
  .feature-grid header{min-height:105px;gap:10px}
  .feature-grid header>span{width:47px;height:47px}
  .feature-grid h3{font-size:18px}
  .feature-grid p{font-size:17px}
  .feature-shot{height:170px}
  .feature-shot img{min-width:100%;max-width:none}
  .trust{grid-template-columns:repeat(4,minmax(0,1fr));min-height:132px;padding:24px 30px;gap:22px}
  .trust article{gap:12px}
  .trust article>span{width:49px;height:49px}
  .trust h3{font-size:18px}
  .trust p{font-size:17px}
  .final-cta{grid-template-columns:minmax(280px,.75fr) minmax(440px,1.25fr);gap:38px;padding:28px 58px}
  .final-cta h2{font-size:31px}
  .final-cta p{font-size:17px}
  .cta-form-wrap{width:auto}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}

/* La carte santé doit afficher toute la capture, sans recadrage ni bande vide. */
.health-feature{min-height:0!important}
.health-feature .feature-shot{width:88%;height:auto;aspect-ratio:auto;overflow:hidden;margin-inline:auto;position:relative;top:-18px;margin-bottom:-18px}
.health-feature .feature-shot img{display:block;width:100%;height:auto;object-fit:contain}

/* Réduction légère de la première capture activité, sans déplacer celle du bas. */
.activity-gallery>.feature-shot{width:84%;height:250px;transform:translateY(6px)}

/*
 * Mobile : les captures de l'application restent lisibles et les cartes
 * s'adaptent à leur contenu. Ces ajustements sont volontairement limités aux
 * petits écrans afin de préserver la composition desktop.
 */
@media (max-width:720px){
  /* Les captures verticales ne doivent pas être écrasées dans une fenêtre
     trop basse : on leur laisse leur ratio naturel. */
  .stock-overview{top:0;margin:0 0 12px}
  .stock-overview img{width:100%;height:auto;transform:none}
  .stock-items{height:auto;min-height:0;margin:0;top:0;border-radius:16px}
  .stock-items img{display:block;width:100%;height:auto;object-fit:contain;object-position:top}

  .activity-gallery{margin-top:18px;gap:14px}
  .activity-gallery>.feature-shot,
  .activity-gallery .feature-shot{width:100%;height:auto;aspect-ratio:auto;transform:none}
  .activity-gallery .feature-shot img,
  .activity-second-shot img{display:block;width:100%;height:auto;object-fit:contain;object-position:top}
  .activity-second-shot{width:100%;height:auto;aspect-ratio:auto}

  /* L'image santé est une capture longue : elle doit s'afficher entièrement. */
  .health-feature .feature-shot{width:100%;height:auto;top:0;margin:18px 0 0;aspect-ratio:auto}
  .health-feature .feature-shot img{width:100%;height:auto;object-fit:contain}

  /* Sur téléphone, l'illustration du conseil passe sous le texte au lieu de
     le recouvrir. */
  .advice>article{display:flex;flex-direction:column;min-height:0;padding-bottom:0;overflow:hidden}
  .advice>article p{padding-right:0;margin-bottom:18px}
  .advice>article>a{position:relative;z-index:1}
  .advice-shot{position:relative;right:auto;bottom:auto;width:min(210px,72%);height:auto;min-height:150px;margin:8px auto -4px;align-self:flex-end}
  .advice-shot img{width:100%;height:auto}

  /* Les quatre liens restent dans la largeur du téléphone. */
  footer nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));text-align:center;row-gap:12px}
}

@media (max-width:430px){
  .stock-feature header{min-height:132px!important;padding-right:98px}
  .stock-hero-image{width:42%;height:132px;top:-24px;right:-8px}
  .activity-gallery .feature-shot{width:100%}
  .advice>article h3{max-width:none}
  .advice-shot{width:68%;min-height:125px}
}
