:root{--green: #1b8a00;--green-ground: #178000;--green-deep: #0f5c00;--ink: #123908;--gold: #f6a61c;--gold-text: #9a5a00;--yellow: #ffd23f;--cream: #fff7e6;--white: #ffffff;--mint: #6fd9b4;--pink: #f79ac0;--naranja: #ff9438;--bg: var(--cream);--surface: var(--white);--text: var(--ink);--text-soft: #3e5b33;--border: var(--ink);--sticker-shadow: var(--gold);--hero-bg: var(--green-ground);--hero-text: #fff9ec;--marquee-bg: var(--gold);--marquee-text: var(--ink);--footer-bg: var(--ink);--footer-text: #eaf3e9;--chip-bg: #eff8e5;--photo-well: #fffdf6;--wa: #25d366;--wa-deep: #128c4b;--font-round: ui-rounded, "SF Pro Rounded", "Arial Rounded MT Bold", "Hiragino Maru Gothic ProN", "Quicksand", "Trebuchet MS", sans-serif;--radius-lg: 2rem;--radius-md: 1.25rem;--radius-pill: 99rem;--shadow-pop: .45rem .45rem 0 var(--sticker-shadow);--shadow-pop-sm: .3rem .3rem 0 var(--sticker-shadow);--maxw: 72rem}@media(prefers-color-scheme:dark){:root{--bg: #091f03;--surface: #11330a;--text: #f3f0dc;--text-soft: #bccdaf;--border: #f3f0dc;--sticker-shadow: #c97f00;--hero-bg: #146206;--hero-text: #fff9ec;--marquee-bg: #f6a61c;--marquee-text: #123908;--footer-bg: #051602;--footer-text: #ddebd2;--chip-bg: #0d2a06;--photo-well: #fffdf6;--green: #2ea915;--green-ground: #146206;--gold-text: #f6a61c}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}body{background:var(--bg);color:var(--text);font-family:var(--font-round);font-size:1rem;line-height:1.6;overflow-x:clip;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit}button{cursor:pointer;border:none;background:none;font:inherit}ul,ol{list-style:none}h1,h2,h3{font-family:var(--font-round);text-wrap:balance;line-height:1.08}:focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:4px}::selection{background:var(--gold);color:#123908}[id]{scroll-margin-top:1.25rem}.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:1.25rem}@media(min-width:48rem){.wrap{padding-inline:2.5rem}}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.eyebrow-gold{color:var(--gold-text)}.sparkle{width:1em;height:1em;flex:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--font-round);font-weight:800;font-size:1.05rem;padding:.9rem 1.6rem;border-radius:var(--radius-pill);min-height:2.75rem;border:3px solid var(--ink);text-decoration:none;line-height:1.1;box-shadow:var(--shadow-pop-sm);transition:transform .15s ease,box-shadow .15s ease}.btn:hover{transform:translate(-2px,-2px);box-shadow:.5rem .5rem 0 var(--sticker-shadow)}.btn:active{transform:translate(2px,2px);box-shadow:.1rem .1rem 0 var(--sticker-shadow)}.btn-gold{background:var(--gold);color:#1f2a08}.btn-gold:focus-visible{outline-color:var(--ink)}.btn-wa{background:var(--wa);color:#07300f}.btn-ghost{background:transparent;color:var(--hero-text);border-color:var(--hero-text);box-shadow:none}.btn-ghost:hover{transform:none;box-shadow:none;background:#ffffff1f}.btn svg{width:1.25em;height:1.25em;flex:none}.site-header{background:var(--hero-bg);padding-block:.9rem;position:relative;z-index:5}.header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo-img{height:3rem;width:auto;filter:drop-shadow(0 2px 0 rgba(0,0,0,.18))}@media(min-width:48rem){.logo-img{height:3.6rem}}.header-nav{display:none;gap:1.75rem}@media(min-width:48rem){.header-nav{display:flex}}.header-nav a{color:var(--hero-text);text-decoration:none;font-weight:700;font-size:.95rem;border-bottom:3px solid transparent;padding:.65rem .15rem 2px}.header-nav a:hover{border-bottom-color:var(--yellow)}.header-cta{font-size:.9rem;padding:.6rem 1.1rem}.hero{background:var(--hero-bg);color:var(--hero-text);position:relative;overflow:clip;padding-block:2rem 6.5rem}.hero-grid{display:grid;gap:2.5rem;align-items:center;position:relative;z-index:2}@media(min-width:56rem){.hero-grid{grid-template-columns:1.1fr .9fr;gap:3rem}.hero{padding-block:4rem 8rem}}.hero .eyebrow{background:#ffffff29;color:var(--hero-text);padding:.45rem .9rem;border-radius:var(--radius-pill);border:2px solid rgba(255,255,255,.35)}.hero h1{font-size:clamp(2.35rem,8.5vw,4.4rem);font-weight:800;letter-spacing:-.01em;margin-block:1.1rem .9rem}.shine{white-space:nowrap;background:linear-gradient(105deg,#fff0 30%,#fff6cef2,#fff0 70%) no-repeat,linear-gradient(100deg,#f6a61c,#ffd23f 35%,#f1b33a 55%,#f6a61c);background-size:60% 100%,100% 100%;background-position:-150% 0,0 0;-webkit-background-clip:text;background-clip:text;color:var(--yellow);-webkit-text-fill-color:transparent;filter:drop-shadow(0 3px 0 rgba(0,0,0,.22));animation:glint-sweep 5s ease-in-out infinite}@keyframes glint-sweep{0%{background-position:-150% 0,0 0}45%,to{background-position:250% 0,0 0}}.hero p{max-width:34ch;font-size:1.1rem;color:#effae9}.hero-ctas{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.8rem}.hero-blob-zone{position:relative;justify-self:center;width:min(100%,26rem)}.hero-blob{background:var(--photo-well);border:4px solid var(--ink);border-radius:53% 47% 44% 56%/49% 55% 45% 51%;box-shadow:var(--shadow-pop);padding:1.6rem;aspect-ratio:1/1;display:grid;place-items:center;animation:blob-breathe 9s ease-in-out infinite}.hero-blob img{width:92%;height:92%;object-fit:contain;mix-blend-mode:multiply}@keyframes blob-breathe{0%,to{border-radius:53% 47% 44% 56%/49% 55% 45% 51%}50%{border-radius:46% 54% 56% 44%/55% 46% 54% 45%}}.badge-20x{position:absolute;right:-.4rem;top:-.9rem;z-index:3;background:var(--yellow);color:var(--ink);border:3px solid var(--ink);border-radius:50%;width:5.6rem;height:5.6rem;display:grid;place-content:center;text-align:center;font-weight:800;line-height:1;transform:rotate(8deg);box-shadow:.25rem .25rem #00000038}.badge-20x b{font-size:1.5rem;display:block}.badge-20x span{font-size:.6rem;letter-spacing:.05em;text-transform:uppercase}.bubble-field{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.bubble{position:absolute;border-radius:50%;pointer-events:none;border:2px solid rgba(255,255,255,.5);background:radial-gradient(circle at 32% 30%,#ffffff8c,#ffffff0f 60%);transform:translateY(var(--py, 0px));will-change:transform;animation:rise 11s ease-in-out infinite}.bubble--deep{filter:blur(2px);opacity:.5}.b1{width:2.4rem;height:2.4rem;left:6%;bottom:12%;animation-delay:0s}.b2{width:1.3rem;height:1.3rem;left:14%;bottom:30%;animation-delay:2.5s}.b3{width:1.8rem;height:1.8rem;right:10%;bottom:18%;animation-delay:1.2s;animation-name:rise-sway}.b4{width:1rem;height:1rem;right:20%;top:22%;animation-delay:4s}.b5{width:3rem;height:3rem;left:44%;top:8%;animation-delay:3s}.b6{width:.85rem;height:.85rem;left:28%;top:16%;animation-delay:5.2s;animation-duration:9s}.b7{width:2.1rem;height:2.1rem;right:32%;bottom:6%;animation-delay:1.6s;animation-duration:14s;animation-name:rise-sway}.b8{width:1.15rem;height:1.15rem;left:8%;top:46%;animation-delay:3.8s;animation-duration:12s;animation-name:rise-sway}.b9{width:.7rem;height:.7rem;right:6%;bottom:40%;animation-delay:6.5s;animation-duration:8s}.b10{width:3.4rem;height:3.4rem;right:42%;top:30%;animation-delay:2.2s;animation-duration:16s}@keyframes rise{0%,to{transform:translateY(var(--py, 0px))}50%{transform:translateY(calc(var(--py, 0px) - 1.6rem))}}@keyframes rise-sway{0%,to{transform:translateY(var(--py, 0px))}30%{transform:translate(.45rem,calc(var(--py, 0px) - 1.1rem))}65%{transform:translate(-.35rem,calc(var(--py, 0px) - 1.9rem))}}.stat-20x .bubble{border-color:#3caa1e66;background:radial-gradient(circle at 32% 30%,#3caa1e38,#3caa1e08 62%)}.sb1{width:2.6rem;height:2.6rem;left:5%;bottom:12%;animation-delay:.8s;animation-duration:13s;animation-name:rise-sway}.sb2{width:1.3rem;height:1.3rem;left:12%;top:22%;animation-delay:4s}.sb3{width:2rem;height:2rem;right:7%;top:18%;animation-delay:2.4s;animation-duration:15s}.sb4{width:1rem;height:1rem;right:14%;bottom:24%;animation-delay:5.6s}.hero-sparkle{position:absolute;color:var(--yellow);animation:twinkle 3.4s ease-in-out infinite}.s1{width:1.7rem;height:1.7rem;left:2%;top:14%}.s2{width:1.1rem;height:1.1rem;right:4%;top:44%;animation-delay:1.4s}.s3{width:1.4rem;height:1.4rem;left:52%;bottom:6%;animation-delay:.7s}@keyframes twinkle{0%,to{opacity:.35;transform:scale(.85) rotate(0)}50%{opacity:1;transform:scale(1.1) rotate(18deg)}}.hero-wave{position:absolute;bottom:-1px;left:0;right:0;z-index:1}.hero-wave svg{display:block;width:100%;height:4rem}.hero-wave path{fill:var(--bg)}.marquee{background:var(--marquee-bg);color:var(--marquee-text);border-block:3px solid var(--ink);overflow:hidden;padding-block:.85rem}.marquee-track{display:flex;gap:0;width:max-content;animation:scroll-x 26s linear infinite}.marquee-track:hover{animation-play-state:paused}.marquee-seq{display:flex;align-items:center;gap:1.6rem;padding-right:1.6rem;font-weight:800;font-size:1.05rem;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.marquee-seq .sparkle{width:1.05em;height:1.05em}@keyframes scroll-x{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.marquee-track{animation:none;flex-wrap:wrap;width:auto}}section{padding-block:4rem}@media(min-width:48rem){section{padding-block:5.5rem}}.section-head{max-width:38rem;margin-bottom:2.5rem}.section-head .eyebrow{color:var(--gold-text)}.section-head h2{font-size:clamp(1.9rem,5.5vw,3rem);font-weight:800;margin-top:.6rem}.section-head p{color:var(--text-soft);margin-top:.8rem;max-width:52ch}.product{display:grid;gap:2rem;align-items:center}@media(min-width:56rem){.product{grid-template-columns:1fr 1fr;gap:3.5rem}.product.flip .product-media{order:2}}.product+.product{margin-top:4.5rem}.product-media{position:relative;justify-self:center;width:min(100%,24rem)}.shelf-card{background:var(--photo-well);border:4px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-pop);padding:1.4rem;transform:rotate(-2deg)}.flip .shelf-card{transform:rotate(2deg)}.shelf-card img{mix-blend-mode:multiply}.media-tag{position:absolute;left:-.5rem;bottom:-1rem;background:var(--green-ground);color:#fff;border:3px solid var(--ink);border-radius:var(--radius-pill);font-weight:800;font-size:.85rem;letter-spacing:.04em;padding:.4rem 1rem;transform:rotate(-4deg);box-shadow:.2rem .2rem #00000040}.flip .media-tag{left:auto;right:-.5rem;transform:rotate(4deg)}.media-sparkle{position:absolute;color:var(--gold);width:1.6rem;height:1.6rem;right:-.6rem;top:-.8rem;animation:twinkle 3.2s ease-in-out infinite}.flip .media-sparkle{right:auto;left:-.6rem}.product-body h3{font-size:clamp(1.7rem,5vw,2.4rem);font-weight:800}.product-body .sub{color:var(--gold-text);font-weight:800;font-size:1rem;letter-spacing:.06em;text-transform:uppercase;margin-top:.35rem}.product-body>p:not(.sub):not(.surfaces-label){margin-top:1rem;color:var(--text-soft);max-width:50ch}.chips{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.25rem;list-style:none}.chips li{background:var(--chip-bg);border:2px solid var(--border);border-radius:var(--radius-pill);font-weight:700;font-size:.86rem;padding:.38rem .85rem;display:inline-flex;align-items:center;gap:.4rem}.chips li:before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:var(--green);flex:none}.surfaces-label{margin-top:1.4rem;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft)}.surfaces{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.5rem;list-style:none}.surfaces li{font-size:.82rem;font-weight:700;border:2px dashed var(--border);border-radius:var(--radius-pill);padding:.28rem .75rem;opacity:.85}.product-cta{margin-top:1.6rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}details.packinfo{margin-top:1.2rem;max-width:26rem}details.packinfo summary{cursor:pointer;font-weight:800;font-size:.92rem;color:var(--text);list-style:none;display:inline-flex;align-items:center;gap:.5rem;border-bottom:3px solid var(--gold);padding:.5rem 0 .2rem}details.packinfo summary::-webkit-details-marker{display:none}details.packinfo summary:after{content:"+";font-size:1.2em;line-height:1}details.packinfo[open] summary:after{content:"–"}details.packinfo img{margin-top:1rem;border:3px solid var(--border);border-radius:var(--radius-md);background:var(--photo-well);box-shadow:var(--shadow-pop-sm)}.claims{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:1.4rem;list-style:none;max-width:26rem}.claims li{border:3px solid var(--ink);border-radius:var(--radius-md);font-weight:800;font-size:1rem;text-align:center;padding:.7rem .4rem;color:#14330a;box-shadow:.25rem .25rem #11320759;transform:rotate(-1deg)}.claims li:nth-child(2n){transform:rotate(1.2deg)}.claims .c-mint{background:var(--mint)}.claims .c-pink{background:var(--pink)}.claims .c-naranja{background:var(--naranja)}.claims .c-verde{background:var(--yellow)}.stat-20x{background:var(--surface);border-block:3px solid var(--ink);text-align:center;overflow:clip;position:relative}.stat-20x .wrap{position:relative;z-index:1}.stat-20x .big{font-size:clamp(6rem,26vw,15rem);font-weight:800;line-height:.95;letter-spacing:-.03em;color:var(--green);text-shadow:.5rem .5rem 0 var(--gold)}.stat-20x .big sup{font-size:.35em;vertical-align:super;color:var(--gold-text)}.stat-20x p{font-size:clamp(1.1rem,3vw,1.5rem);font-weight:800;max-width:26ch;margin:1rem auto 0}.stat-20x small{display:block;margin-top:.8rem;color:var(--text-soft);font-size:.85rem;font-weight:600}.stripe-rail{display:flex;height:.9rem;border-radius:var(--radius-pill);overflow:hidden;max-width:16rem;margin:1.6rem auto 0;border:2px solid var(--ink)}.stripe-rail span{flex:1}.stripe-rail .st-m{background:var(--mint)}.stripe-rail .st-p{background:var(--pink)}.stripe-rail .st-o{background:var(--naranja)}.stripe-rail .st-y{background:var(--yellow)}.trust{background:var(--bg)}.trust-statement{font-size:clamp(1.5rem,4.5vw,2.6rem);font-weight:800;line-height:1.28;max-width:24ch;margin-top:1rem}.hl{display:inline-block;padding:.05em .3em;border-radius:.5em;transform:rotate(-1deg);color:#14330a}.hl-gold{background:var(--gold)}.hl-mint{background:var(--mint)}.hl-pink{background:var(--pink);transform:rotate(1deg)}.trust-notes{margin-top:2.2rem;display:flex;flex-direction:column;gap:1rem;max-width:44rem;list-style:none}.trust-notes li{display:flex;gap:.9rem;align-items:flex-start;font-weight:600;color:var(--text-soft)}.trust-notes .dot{flex:none;width:1.9rem;height:1.9rem;margin-top:.1rem;border-radius:50%;border:3px solid var(--ink);display:grid;place-items:center;color:var(--ink)}.trust-notes .d1{background:var(--yellow)}.trust-notes .d2{background:var(--mint)}.trust-notes .d3{background:var(--pink)}.trust-notes .dot svg{width:.85rem;height:.85rem}.trust-notes b{color:var(--text)}.finale{background:var(--bg);padding-bottom:5rem}.finale-card{background:var(--hero-bg);color:var(--hero-text);border:4px solid var(--ink);border-radius:2.5rem;box-shadow:var(--shadow-pop);padding:3rem 1.5rem;text-align:center;position:relative;overflow:clip}@media(min-width:48rem){.finale-card{padding:4.5rem 3rem}}.finale-card h2{font-size:clamp(2rem,6.5vw,3.4rem);font-weight:800}.finale-card p{margin:1rem auto 0;max-width:42ch;color:#effae9}.finale-card .btn{margin-top:2rem;font-size:1.15rem;padding:1.05rem 2rem}.finale-num{margin-top:1.2rem;font-weight:800;font-size:1.3rem;letter-spacing:.05em;font-variant-numeric:tabular-nums;color:#ffe27a}.finale-fb{display:inline-block;margin-top:1.6rem;font-size:.9rem;font-weight:700;color:var(--hero-text);text-decoration:underline;text-underline-offset:3px}.finale-card .bubble{border-color:#ffffff59}.fb1{width:3.2rem;height:3.2rem;left:5%;bottom:10%}.fb2{width:1.6rem;height:1.6rem;right:8%;top:16%;animation-delay:2s}.fb3{width:2.2rem;height:2.2rem;right:16%;bottom:14%;animation-delay:3.4s;animation-name:rise-sway}.fb4{width:1.1rem;height:1.1rem;left:16%;top:20%;animation-delay:1.2s;animation-duration:9s}.fb5{width:2.7rem;height:2.7rem;right:4%;bottom:42%;animation-delay:4.4s;animation-duration:15s}.fb6{width:.9rem;height:.9rem;left:42%;bottom:6%;animation-delay:3s;animation-duration:10s;animation-name:rise-sway}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding-block:3rem 6rem}.footer-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;align-items:flex-start}.footer-brand img{height:3.2rem;width:auto}.footer-brand p{margin-top:.9rem;font-size:.9rem;max-width:30ch;opacity:.85}.footer-links{display:flex;flex-direction:column;gap:.15rem;font-size:.95rem}.footer-links a{text-decoration:none;font-weight:700;opacity:.9;padding-block:.45rem}.footer-links a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px}.footer-fine{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.18);font-size:.8rem;opacity:.65}.social-links{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.social-links__link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffff1f;text-decoration:none;transition:background .2s,transform .15s}.social-links__link:hover{background:#ffffff40;transform:translateY(-2px)}.social-links__link svg{width:20px;height:20px}.wa-float{position:fixed;right:1.1rem;bottom:1.1rem;z-index:50;width:3.9rem;height:3.9rem;border-radius:50%;background:var(--wa);border:3px solid var(--ink);display:grid;place-items:center;box-shadow:.3rem .3rem #0e3a1e66;transition:transform .15s ease}.wa-float:hover{transform:scale(1.08) rotate(6deg)}.wa-float svg{width:2rem;height:2rem;color:#fff}.wa-float .pulse{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:3px solid var(--wa);animation:pulse 2.4s ease-out infinite;pointer-events:none}@keyframes pulse{0%{transform:scale(1);opacity:.8}70%,to{transform:scale(1.5);opacity:0}}.reveal{transition:opacity .6s ease,transform .6s ease}.js .reveal{opacity:0;transform:translateY(1.4rem);animation:reveal-fallback .6s ease 2.5s forwards}@keyframes reveal-fallback{to{opacity:1;transform:none}}.js .reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal,.js .reveal{opacity:1;transform:none;animation:none}}.inquiry-form-shell{display:none}
