@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--green:#145a2a;--deep:#103c23;--lime:#c3d640;--ink:#15271c;--muted:#5b675f;--line:#e0e7e1;--paper:#f5f7f4;--radius:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:86px;scroll-padding-bottom:90px;-webkit-text-size-adjust:100%}body{margin:0;color:var(--ink);background:var(--paper);font:400 16px/1.5 'DM Sans',Arial,sans-serif}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid #57842a;outline-offset:4px}.wrap{width:calc(100% - 32px);max-width:1100px;margin-inline:auto}.skip{position:fixed;z-index:100;top:-100px;left:16px;padding:12px;background:#fff}.skip:focus{top:12px}
.header{position:sticky;top:0;z-index:30;background:#fffffffa;border-bottom:1px solid var(--line)}.header-inner{max-width:1100px;margin:auto;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand img{width:49px;height:42px;object-fit:contain}.brand>span{font-size:12px;font-weight:700;letter-spacing:.4px;line-height:1.4}.brand small{display:block;font-size:12px;font-weight:400;letter-spacing:0;color:var(--muted);margin-top:2px}.header-contact{font-size:12px;font-weight:700;display:flex;align-items:center;gap:6px;min-height:44px;white-space:nowrap}.header-contact>span{font-size:21px;color:var(--green)}
.hero{position:relative;isolation:isolate;color:#fff;overflow:hidden;background:var(--deep)}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:67% center;z-index:-2}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#071f13e8,#071f1380);z-index:-1}.hero-content{padding-block:35px 37px}.eyebrow{font-size:12px;line-height:1.5;letter-spacing:1.1px;font-weight:700}.hero .eyebrow{color:#e3edc3;font-size:11px;letter-spacing:.7px}.hero h1{font-size:clamp(34px,10vw,45px);line-height:1.08;letter-spacing:-1.5px;margin:15px 0}.hero h1 span{color:var(--lime)}.hero-content>p:not(.eyebrow){font-size:14px;line-height:1.55;color:#f1f5ef;max-width:390px}.hero-link{display:inline-flex;align-items:center;gap:30px;min-height:44px;border-bottom:1px solid #c3d64088;margin-top:16px;font-size:14px;font-weight:700;color:var(--lime)}
.section-nav{background:#fff;border-bottom:1px solid var(--line)}.section-nav .wrap{display:flex;justify-content:space-between;gap:8px}.section-nav a{min-height:49px;display:flex;align-items:center;font-size:14px;font-weight:600}.section-nav a:first-child{color:var(--green);border-bottom:2px solid var(--green)}
.offers{padding-block:29px 24px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:18px}.section-heading .eyebrow{font-size:10px;letter-spacing:.8px;color:var(--muted);margin-bottom:5px}h2{font-size:27px;line-height:1.2;letter-spacing:-.8px}.count{font-size:12px;color:var(--muted);white-space:nowrap;padding-bottom:3px}.offer-list{display:grid;gap:14px}.product{min-width:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px;box-shadow:0 3px 12px #103c2303;scroll-margin-top:16px}.product-top{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:16px;align-items:center}.product-photo{min-width:0;display:flex;align-items:center;justify-content:center;height:169px;background:white}.product-photo>img{max-width:100%;height:100%;object-fit:contain}.product-photo .glutamina-photo{height:auto;max-height:169px}.product-info{min-width:0}.product-brand{font-size:10px;font-weight:700;letter-spacing:.8px;line-height:1.4;color:var(--muted);margin-bottom:5px}.product-info h3{font-size:21px;letter-spacing:-.6px;line-height:1.2}.product-description{font-size:13px;line-height:1.4;margin:7px 0;color:var(--muted)}.saving{font-size:11px;font-weight:700;color:var(--green);background:#eef5e6;border-radius:5px;padding:4px 6px;display:inline-block}.price{margin-top:8px}.price del{display:block;font-size:12px;line-height:1.3;color:var(--muted)}.price strong{display:block;font:800 29px/1.2 Manrope,Arial,sans-serif;letter-spacing:-1px;color:var(--green);white-space:nowrap}.price small{font-size:18px}.composition{border-top:1px solid var(--line);margin-top:15px}.composition summary,.faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;font-size:14px;min-height:44px}.composition summary::-webkit-details-marker,.faq summary::-webkit-details-marker{display:none}summary>span{font-size:21px;color:var(--green)}details[open] summary>span{transform:rotate(45deg)}.composition ul{padding:0 0 10px 18px;margin:0;color:var(--muted);font-size:14px;line-height:1.6}.composition>p{font-size:14px;color:var(--muted);padding-bottom:12px}.buy{min-height:46px;border-radius:9px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 15px;font-size:14px;font-weight:700}.buy>span{font-size:21px;line-height:1}.buy:hover{background:var(--deep)}.offers-note{font-size:12px;color:var(--muted);line-height:1.5;margin-top:15px}
.uevo-combo{position:relative;width:100%;max-width:180px;aspect-ratio:1/1.12}.uevo-protein{position:absolute;left:0;bottom:0;width:68%;height:auto}.uevo-creatine{position:absolute;right:0;bottom:0;width:49%;aspect-ratio:9/13;overflow:hidden}.uevo-creatine img{display:block;width:178%;max-width:none;height:auto;transform:translate(-22%,-10%)}
.how{padding-block:17px 32px}.how h2{font-size:27px}.steps{list-style:none;padding:0;margin:0;display:grid;gap:0}.steps li{display:flex;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}.steps li:last-child{border:0}.steps li>span{font-size:12px;line-height:30px;color:var(--green);font-weight:700;width:30px;height:30px;border-radius:50%;text-align:center;background:#e6eddf;flex-shrink:0}.steps h3{font-size:16px;font-weight:700;line-height:1.4}.steps p{font-size:14px;color:var(--muted);margin-top:4px;line-height:1.5}.store{background:var(--deep);color:#fff;padding:29px 0}.store .eyebrow{color:#d5e0b2;font-size:11px;letter-spacing:.6px;margin-bottom:12px}.store h2{font-size:28px}address{font-style:normal;font-size:15px;line-height:1.7;color:#e1e8e0;margin:18px 0}.route{display:flex;align-items:center;justify-content:space-between;background:var(--lime);color:var(--deep);padding:12px 16px;min-height:47px;border-radius:9px;font-size:14px;font-weight:700}.store-phone{display:flex;justify-content:center;align-items:center;min-height:44px;font-size:14px;margin-top:5px}.faq{padding-block:30px 15px}.faq h2{font-size:24px;margin-bottom:12px}.faq details{border-bottom:1px solid var(--line);padding:5px 0}.faq summary{font-weight:500;min-height:48px}.faq details p{color:var(--muted);font-size:15px;line-height:1.6;padding:0 0 16px}.faq details:last-child{border:0}footer{display:flex;align-items:center;gap:14px;padding-block:15px calc(95px + env(safe-area-inset-bottom))}footer img{width:53px;height:47px;object-fit:contain}footer p{font-size:12px;font-weight:700}footer small{display:block;font-size:12px;font-weight:400;color:var(--muted);margin-top:3px}.mobile-contact{position:fixed;bottom:0;left:0;right:0;z-index:25;background:#fffffff5;border-top:1px solid var(--line);padding:8px 16px calc(8px + env(safe-area-inset-bottom));backdrop-filter:blur(10px)}.mobile-contact a{display:flex;justify-content:center;align-items:center;gap:20px;min-height:46px;background:var(--lime);color:var(--deep);font-size:14px;font-weight:700;border-radius:9px}.mobile-contact span{font-size:21px}
@media(min-width:700px){.wrap{width:calc(100% - 64px)}.header-inner{padding:12px 32px}.brand img{width:62px;height:52px}.brand>span{font-size:14px}.header-contact{font-size:14px}.hero-content{padding-block:55px 60px}.hero h1{font-size:58px}.hero-photo{object-position:center 45%}.hero-content>p:not(.eyebrow){font-size:16px}.hero .eyebrow{font-size:12px}.section-nav .wrap{justify-content:flex-start;gap:38px}.offers{padding-block:38px}.section-heading{margin-bottom:23px}.section-heading .eyebrow{font-size:12px}h2{font-size:32px}.offer-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product{padding:18px}.product-top{gap:12px}.product-info h3{font-size:22px}.product-brand{font-size:11px}.how{padding-block:12px 40px}.steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.steps li{border:0}.store{padding-block:38px}.store-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px}.store-actions{max-width:340px;width:100%;justify-self:end}.faq{max-width:760px;padding-block:35px 20px}.mobile-contact{display:none}footer{padding-block:20px 30px}.hero:after{background:linear-gradient(90deg,#071f13eb,#071f1390 50%,#071f131a)}}
@media(min-width:1050px){.offer-list{grid-template-columns:repeat(3,minmax(0,1fr))}.product-top{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.product{padding:17px}.product-photo{height:178px}.product-info h3{font-size:21px}}
@media(max-width:350px){.wrap{width:calc(100% - 24px)}.header-inner{padding-inline:12px;gap:7px}.brand{gap:6px}.brand>span{font-size:11px;letter-spacing:0}.brand img{width:42px}.header-contact{font-size:11px;gap:3px}.product{padding:12px}.product-top{gap:10px;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.product-photo{height:162px}.product-info h3{font-size:19px}.price strong{font-size:27px}.hero-content{padding-block:28px}.hero .eyebrow{font-size:10px}.hero-content>p:not(.eyebrow){font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Início mobile em bento: uma oferta principal e dois destaques. */
body{background:#f1f5ed}.header{background:#f1f5edf5;border-bottom:0}.header-inner{padding-block:9px}.header-contact{background:#e3ecd9;padding-inline:11px;border-radius:30px}
.bento-home{padding-block:18px 20px}.bento-intro{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.bento-intro .eyebrow{font-size:10px;letter-spacing:.7px;color:var(--muted);margin-bottom:7px}.bento-intro h1{font-size:30px;line-height:1.12;letter-spacing:-1.1px}.bento-intro h1 span{color:var(--green)}.intro-star{font-size:43px;color:#86a83d}
.bento-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bento-tile{position:relative;border-radius:24px;overflow:hidden;min-width:0;box-shadow:0 6px 18px #123e2307;transition:transform .2s,box-shadow .2s;animation:bento-enter .55s ease-out both}.bento-tile:active{transform:scale(.98)}.bento-feature{grid-column:1/-1;background:radial-gradient(ellipse at 90% 20%,#397440,#145a2a 58%,#0d3e24);color:white;padding:19px 17px;min-height:260px}.bento-feature-copy{position:relative;z-index:2;width:56%;pointer-events:none}.bento-badge{display:inline-block;border-radius:25px;background:var(--lime);color:var(--deep);padding:6px 9px;font-size:10px;font-weight:700;letter-spacing:.25px}.bento-brand{font-size:10px;line-height:1.4;letter-spacing:.65px;font-weight:700}.bento-feature .bento-brand{color:#d6e6c2;margin-top:14px;margin-bottom:6px}.bento-feature h2{font-size:25px;line-height:1.1;letter-spacing:-.7px}.bento-caption{font-size:12px;line-height:1.45;color:#e1ecdb;margin-top:8px}.bento-price{margin-top:12px}.bento-price del{font-size:12px;color:#d6e6c2;display:block}.bento-price strong{font:800 30px/1.2 Manrope,Arial,sans-serif;letter-spacing:-1px}.bento-price small{font-size:18px}.bento-see{display:inline-flex;align-items:center;gap:13px;font-size:12px;font-weight:700;margin-top:7px}.bento-see>span{font-size:19px}.bento-floating{position:absolute;right:-2%;top:15%;width:51%;height:80%;object-fit:contain;filter:drop-shadow(0 14px 12px #00190866);animation:bento-float 6s ease-in-out infinite}
.bento-uevo,.bento-essential{background:#fff;animation-delay:.1s;padding:12px}.bento-essential{animation-delay:.18s}.mini-saving{position:absolute;top:11px;left:11px;z-index:2;background:#eaf2df;color:var(--green);border-radius:20px;padding:4px 7px;font-size:10px;font-weight:700}.bento-essential .mini-saving{background:#f1f5ca}.bento-product-art{height:123px;display:flex;align-items:center;justify-content:center;padding-top:12px;margin-bottom:9px}.bento-product-art .uevo-combo{width:92px;max-width:100%}.bento-product-art>img{width:119px;height:119px;object-fit:contain}.bento-small-copy .bento-brand{font-size:9px;letter-spacing:.25px;color:var(--muted)}.bento-small-copy h2{font-size:18px;letter-spacing:-.5px;line-height:1.3;margin:3px 0 6px}.bento-small-copy>del{font-size:11px;color:var(--muted);display:block}.bento-small-price{display:flex;align-items:center;justify-content:space-between;gap:5px}.bento-small-price strong{font:800 23px/1.3 Manrope,Arial,sans-serif;letter-spacing:-.9px;color:var(--green);white-space:nowrap}.bento-small-price small{font-size:14px}.bento-small-price>span{display:grid;place-items:center;background:var(--lime);border-radius:50%;width:27px;height:27px;flex-shrink:0;font-size:18px}
.bento-store{grid-column:1/-1;display:flex;align-items:center;gap:13px;background:#e5edda;padding:10px;animation-delay:.25s}.bento-store>img{width:69px;height:69px;object-fit:cover;object-position:72% center;border-radius:15px}.bento-store>div{min-width:0}.bento-store .bento-brand{font-size:9px;color:var(--green)}.bento-store h2{font-size:17px;letter-spacing:-.4px;margin:3px 0}.bento-store p:last-child{font-size:12px;color:var(--muted)}.bento-store>span{margin-left:auto;padding-right:5px;font-size:23px;color:var(--green)}
.section-nav{border:0;background:transparent}.section-nav .wrap{gap:8px}.section-nav a{justify-content:center;flex:1;min-height:42px;background:#e5ecdE;border-radius:24px;font-size:12px}.section-nav a:first-child{background:var(--green);color:white;border:0}.offers{padding-top:27px}.product{border-radius:22px;border-color:#e5eade}.buy{border-radius:14px}.mobile-contact{background:#f1f5edf5}.mobile-contact a{border-radius:24px}.route{border-radius:14px}
@keyframes bento-float{0%,100%{transform:translateY(3px) rotate(-2deg)}50%{transform:translateY(-8px) rotate(1deg)}}
@keyframes bento-enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:600px){.bento-home{max-width:730px}.bento-intro h1{font-size:38px}.bento-feature{min-height:310px;padding:25px}.bento-feature h2{font-size:34px}.bento-feature-copy{width:55%}.bento-floating{height:93%;top:3%;right:3%;width:43%}.bento-caption{font-size:15px}.bento-product-art{height:150px}.bento-product-art>img{height:145px;width:145px}.bento-product-art .uevo-combo{width:118px}.bento-small-copy h2{font-size:23px}.bento-small-copy .bento-brand{font-size:11px}.bento-uevo,.bento-essential{padding:18px}.bento-small-price strong{font-size:29px}.bento-store h2{font-size:20px}}
@media(max-width:350px){.bento-grid{gap:9px}.bento-intro h1{font-size:27px}.intro-star{font-size:35px}.bento-feature{padding:16px 14px}.bento-feature h2{font-size:23px}.bento-feature-copy{width:57%}.bento-floating{right:-3%;width:50%}.bento-small-copy h2{font-size:16px}.bento-small-price strong{font-size:21px}.bento-small-price>span{width:23px;height:23px}.bento-uevo,.bento-essential{padding:10px}.bento-product-art{height:113px}.bento-product-art>img{height:107px;width:107px}}
@media(prefers-reduced-motion:reduce){.bento-tile,.bento-floating{animation:none}.bento-tile{transition:none}}
/* Contato e encerramento da página mobile. */
.header-contact{background:var(--deep);color:#fff;gap:7px;padding:10px 13px;justify-content:center;min-height:44px;border-radius:24px}
.header-contact>span{font-size:12px;color:#fff}.header-contact .whatsapp-icon{width:18px;height:18px;flex-shrink:0}
.store,.store-inner,.store-actions,.faq,footer{text-align:center}
.store-inner{display:flex;flex-direction:column;align-items:center;gap:10px}.store-inner>div{width:100%}.store-actions{margin-inline:auto;max-width:360px}
.route{justify-content:center;gap:20px}.faq summary{position:relative;justify-content:center;padding-inline:25px}.faq summary>span{position:absolute;right:3px}.faq details p{max-width:580px;margin-inline:auto}
footer{justify-content:center}.bento-home{padding-bottom:25px}
@media(max-width:350px){.header-contact{padding-inline:9px;gap:5px}.header-contact>span{font-size:11px}.header-contact .whatsapp-icon{width:16px;height:16px}}
/* Logo central e textos institucionais alinhados no celular. */
.header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;padding-block:8px}
.header .brand{grid-column:2;justify-self:center;justify-content:center;gap:0}
.header .brand img{width:62px;height:52px;object-fit:contain}
.header-contact{grid-column:3;justify-self:end;padding:8px 10px;gap:5px;white-space:normal;text-align:center;line-height:1.25;max-width:120px}
.header-contact>span{font-size:12px}.header-contact .whatsapp-icon{width:17px;height:17px}
.bento-intro{justify-content:center;text-align:center}.bento-intro>div{width:100%}.intro-star{display:none}
.store h2,.store .eyebrow,.store address,.faq h2,.faq p,footer p{text-align:center}
@media(max-width:350px){.header-inner{gap:6px;padding-inline:12px}.header .brand img{width:56px;height:48px}.header-contact{padding:7px 8px}.header-contact>span{font-size:11px}}
/* Cabeçalho mobile apenas com a marca centralizada. */
.header-inner{display:flex;justify-content:center;padding-block:9px}
.header .brand{margin-inline:auto}
.header .brand img{width:82px;height:68px}
@media(max-width:350px){.header .brand img{width:76px;height:63px}}
/* Um único eixo para a página mobile e espaçamento consistente. */
.mobile-layout .wrap{width:calc(100% - 32px);max-width:640px;margin-inline:auto}
.header-inner{width:calc(100% - 32px);max-width:640px;padding-inline:0;margin-inline:auto}
.bento-home{padding-top:12px;padding-bottom:26px}.bento-intro{margin-bottom:20px}
.store{padding:28px 0}.store-inner{gap:0}.store-actions{align-self:center;justify-self:center;width:100%;max-width:360px;margin:0 auto}
.store address{margin:16px 0 22px}.route{position:relative;justify-content:center;padding-inline:45px}.route>span{position:absolute;right:20px}
.faq{padding:28px 0 12px}.faq h2{margin-bottom:16px}.faq summary{padding:12px 30px;min-height:52px;line-height:1.5}.faq summary>span{right:8px}.faq details p{padding:0 10px 16px}
.mobile-layout footer{display:block;padding-top:14px;padding-bottom:calc(94px + env(safe-area-inset-bottom));text-align:center;border-top:1px solid var(--line)}
.mobile-layout footer p{font-size:12px;font-weight:400;color:var(--muted)}
.mobile-contact{display:block;padding-inline:16px}.mobile-contact a{position:relative;max-width:640px;margin-inline:auto;padding-inline:42px;justify-content:center}.mobile-contact a>span{position:absolute;right:22px}