@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Syne:wght@400;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,300&display=swap";.page-shell{position:relative}.container{width:min(1200px,100% - 48px);margin:0 auto}.section{padding:6rem 0}.site-header{z-index:100;background:var(--ink);border-bottom:none;position:fixed;top:0;left:0;right:0}.header-inner{align-items:center;gap:2rem;width:min(1200px,100% - 48px);height:68px;margin:0 auto;display:flex}.brand{color:var(--white);font-family:var(--font-display);letter-spacing:-.01em;align-items:center;gap:10px;font-size:1.2rem;font-weight:700;display:inline-flex}.brand-dot{background:var(--lime);border-radius:50%;flex-shrink:0;width:10px;height:10px}.site-nav{align-items:center;gap:0;margin-left:auto;display:flex}.site-nav a{color:#ffffffa6;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.06em;padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:color .15s}.site-nav a:hover{color:var(--lime)}.nav-cta{background:var(--lime);color:var(--ink);font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:7px;padding:.55rem 1.3rem;font-size:.78rem;font-weight:800;transition:background .15s,transform .1s;display:inline-flex}.nav-cta:hover{background:#d4f255;transform:translateY(-1px)}.ticker-bar{background:var(--lime);color:var(--ink);border-bottom:2px solid var(--ink);padding:.55rem 0;overflow:hidden}.ticker-inner{white-space:nowrap;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.1em;gap:3rem;font-size:.78rem;font-weight:800;animation:22s linear infinite ticker;display:flex}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-dot{opacity:.4}.btn{min-height:3.2rem;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:0 2rem;font-size:.82rem;font-weight:800;transition:all .18s;display:inline-flex}.btn-primary{background:var(--ink);color:var(--lime)}.btn-primary:hover{background:var(--sage);color:var(--white);transform:translateY(-2px)}.btn-secondary{color:var(--ink);border-color:var(--ink);background:0 0}.btn-secondary:hover{background:var(--ink);color:var(--lime);transform:translateY(-2px)}.btn-lime{background:var(--lime);color:var(--ink)}.btn-lime:hover{background:var(--lime-dark);transform:translateY(-2px)}.btn-block{width:100%}.hero-section{background:var(--ink);flex-direction:column;min-height:100svh;padding-top:68px;display:flex;position:relative;overflow:hidden}.hero-ticker{order:0}.hero-grid{flex:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem;width:min(1200px,100% - 48px);margin:0 auto;padding:5rem 0 6rem;display:grid}.hero-badge{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.1em;color:var(--lime);background:#c5e84a1f;border:1px solid #c5e84a4d;border-radius:100px;align-items:center;gap:6px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero-badge-dot{background:var(--lime);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-copy h1{color:var(--white);margin-bottom:1.5rem;font-size:clamp(3rem,5.5vw,5.2rem);line-height:1}.hero-copy h1 .highlight{color:var(--lime);font-style:italic}.hero-text{color:#fff9;max-width:30rem;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-stats{border-top:1px solid #ffffff1a;gap:0;margin-top:3.5rem;padding-top:2rem;display:flex}.hero-stat{border-right:1px solid #ffffff1a;flex:1;margin-right:2rem;padding-right:2rem}.hero-stat:last-child{border-right:none;margin-right:0}.hero-stat-num{font-family:var(--font-display);color:var(--lime);margin-bottom:.3rem;font-size:2.4rem;font-weight:900;line-height:1;display:block}.hero-stat-label{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.1em;color:#fff6;font-size:.72rem;font-weight:700}.hero-visual{position:relative}.hero-img-frame{aspect-ratio:1;background:var(--sage);border:1px solid #ffffff1a;position:relative;overflow:hidden}.hero-img-frame img{object-fit:cover;width:100%;height:100%}.hero-img-frame:after{content:"";pointer-events:none;background:linear-gradient(135deg,#0000 60%,#c5e84a26);position:absolute;inset:0}.hero-tag{background:var(--lime);color:var(--ink);font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.1em;padding:.7rem 1.2rem;font-size:.72rem;font-weight:800;position:absolute;bottom:-1px;right:-1px}.hero-decor-ring{z-index:-1;border:2px solid #c5e84a4d;border-radius:50%;width:96px;height:96px;position:absolute;top:-24px;left:-24px}.section-header{margin-bottom:4rem}.kicker{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.15em;color:var(--sage);align-items:center;gap:8px;margin-bottom:1rem;font-size:.72rem;font-weight:800;display:inline-flex}.kicker:before{content:"";background:var(--lime);width:24px;height:2px;display:block}.section-header h2{color:var(--heading);font-size:clamp(2rem,4vw,3.2rem)}.section-header p.subtitle{color:var(--text-muted);max-width:38rem;margin-top:1rem;font-size:1.05rem;line-height:1.75}.super-heading{font-family:var(--font-display);letter-spacing:-.04em;color:var(--ink);padding-bottom:.1em;font-size:clamp(4rem,9vw,8rem);font-weight:900;line-height:.95}.why-section{background:var(--sage-mist)}.why-grid{background:var(--border);grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.why-card{background:var(--white);padding:2.5rem 2rem;transition:background .22s}.why-card:hover{background:var(--sage-pale)}.why-icon{border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.why-icon-lime{background:var(--lime-pale)}.why-icon-coral{background:#fff0e8}.why-icon-amber{background:#fff8e0}.why-card h3{color:var(--heading);margin-bottom:.6rem;font-size:1.15rem}.why-card p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.products-grid{background:var(--border);grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.product-card{background:var(--white);flex-direction:column;transition:transform .22s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-6px)}.product-accent-bar{height:4px}.product-accent-lime{background:var(--lime)}.product-accent-green{background:var(--sage)}.product-accent-purple{background:#9b6fd4}.product-img-wrap{aspect-ratio:1;background:var(--sage-pale);overflow:hidden}.product-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-img-wrap img{transform:scale(1.06)}.product-body{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem;display:flex}.product-body h3{color:var(--heading);font-size:1.05rem}.product-body h3 a{color:inherit;text-decoration:none}.product-tagline{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.08em;color:var(--sage);font-size:.72rem;font-weight:800}.product-benefit{color:var(--text-muted);font-size:.87rem;line-height:1.65}.stars{align-items:center;gap:2px;display:flex}.star-text{color:var(--text-muted);margin-left:6px;font-size:.78rem;font-weight:600}.variant-pills{gap:6px;margin-top:.3rem;display:flex}.pill{border:1.5px solid var(--border);font-family:var(--font-ui);cursor:pointer;color:var(--text);background:0 0;padding:.3rem .8rem;font-size:.75rem;font-weight:700;transition:all .15s}.pill-active{background:var(--ink);color:var(--lime);border-color:var(--ink)}.product-price-row{align-items:baseline;gap:.5rem;margin-top:auto;display:flex}.price-current{font-family:var(--font-display);color:var(--heading);font-size:1.5rem;font-weight:700}.price-original{color:var(--text-light);font-size:.88rem;text-decoration:line-through}.subscribe-toggle{cursor:pointer;align-items:center;gap:10px;display:flex}.subscribe-toggle input{display:none}.toggle-track{background:var(--border);border-radius:100px;flex-shrink:0;width:38px;height:20px;transition:background .2s;position:relative}.subscribe-toggle input:checked+.toggle-track{background:var(--lime)}.toggle-thumb{background:var(--ink);border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px}.subscribe-toggle input:checked+.toggle-track .toggle-thumb{transform:translate(18px)}.toggle-label{color:var(--sage);font-size:.8rem;font-weight:700;font-family:var(--font-ui)}.cart-bar{z-index:50;margin-top:2rem;position:sticky;bottom:72px}.cart-bar-inner{background:var(--ink);width:min(1200px,100% - 48px);color:var(--white);justify-content:space-between;align-items:center;margin:0 auto;padding:1.1rem 1.8rem;display:flex}.cart-bar-inner span{font-family:var(--font-ui);font-size:.9rem}.subscribe-section{background:var(--cream-warm)}.tiers-grid{background:var(--border);grid-template-columns:repeat(2,1fr);gap:2px;max-width:800px;margin:0 auto;display:grid}.tier-card{background:var(--white);text-align:center;padding:2.5rem 2rem;transition:background .2s;position:relative}.tier-card:hover{background:var(--sage-mist)}.tier-featured{color:var(--white);background:var(--ink)!important}.tier-badge{background:var(--lime);color:var(--ink);font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.12em;padding:.3rem 1rem;font-size:.65rem;font-weight:900;position:absolute;top:0;left:50%;transform:translate(-50%)}.tier-card h3{margin-bottom:.3rem;font-size:1.3rem}.tier-desc{opacity:.65;font-size:.88rem}.tier-price{margin:1.5rem 0}.tier-price strong{font-family:var(--font-display);font-size:2.8rem}.tier-price span{opacity:.6;font-size:.88rem}.tier-features{text-align:left;margin:0 0 1.5rem;padding:0;list-style:none}.tier-features li{border-bottom:1px solid #0000000f;padding:.45rem 0;font-size:.87rem}.tier-features li:before{content:"✓  ";color:var(--lime);font-weight:900}.tier-features li:last-child{border:none}.tier-featured .tier-features li{border-bottom-color:#ffffff1a}.tier-featured .tier-features li:before{color:var(--lime)}.how-section{background:var(--white)}.steps-grid{justify-content:center;align-items:flex-start;gap:0;display:flex}.step{text-align:center;flex:0 260px;padding:2rem 1.5rem}.step-number{background:var(--lime);width:44px;height:44px;font-family:var(--font-ui);color:var(--ink);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.2rem;font-size:.95rem;font-weight:900;display:inline-flex}.step-icon{margin-bottom:.8rem;font-size:2.2rem;display:block}.step h3{color:var(--heading);margin-bottom:.4rem;font-size:1.1rem}.step p{color:var(--text-muted);font-size:.88rem;line-height:1.65}.step-connector{background:var(--border);flex-shrink:0;width:80px;height:1px;margin-top:3.8rem}.proof-section{background:var(--ink)}.proof-section .section-header h2{color:var(--white)}.proof-section .kicker{color:var(--lime)}.testimonials-grid{background:#ffffff14;grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.testimonial-card{background:#ffffff0a;align-content:start;gap:.8rem;padding:2rem;transition:background .2s;display:grid}.testimonial-card:hover{background:#ffffff14}.testimonial-card p{color:#ffffffbf;font-size:.95rem;font-style:italic;line-height:1.65}.testimonial-card footer{margin-top:.5rem}.testimonial-card footer strong{color:var(--white);font-size:.88rem;display:block}.testimonial-card footer span{color:#fff6;font-size:.78rem}.faq-section{background:var(--sage-mist)}.faq-list{max-width:760px}.faq-item{border-bottom:1px solid var(--border);background:0 0}.faq-item:first-child{border-top:1px solid var(--border)}.faq-trigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.3rem 0;display:flex}.faq-trigger h3{color:var(--heading);font-size:.97rem;font-weight:600;font-family:var(--font-body)}.faq-icon{width:28px;height:28px;color:var(--sage);border:1.5px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;transition:all .15s;display:flex}.faq-open .faq-icon{background:var(--ink);color:var(--lime);border-color:var(--ink)}.faq-body{transition:max-height .32s;overflow:hidden}.faq-body p{color:var(--text-muted);max-width:620px;padding:0 0 1.3rem;font-size:.9rem;line-height:1.8}.site-footer{background:var(--black);color:#ffffffb3}.footer-inner{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;width:min(1200px,100% - 48px);margin:0 auto;padding:5rem 0 4rem;display:grid}.footer-brand .brand-dot{background:var(--lime)}.footer-logo-text{font-family:var(--font-display);color:var(--white);margin-top:.6rem;font-size:1.4rem;font-weight:900;display:block}.footer-tagline{color:var(--lime);font-size:.88rem;font-family:var(--font-ui);letter-spacing:.03em;margin-top:.4rem;font-weight:600}.footer-nav,.footer-contact,.footer-location{align-content:start;gap:.55rem;display:grid}.footer-nav h4,.footer-contact h4,.footer-location h4{font-family:var(--font-ui);letter-spacing:.15em;text-transform:uppercase;color:#ffffff4d;margin-bottom:.6rem;font-size:.68rem;font-weight:900}.footer-nav a,.footer-contact a{color:#ffffff8c;font-size:.88rem;transition:color .15s}.footer-nav a:hover,.footer-contact a:hover{color:var(--lime)}.footer-location p{font-size:.88rem;line-height:1.65}.footer-location strong{color:var(--white)}.footer-bottom{justify-content:space-between;align-items:center;width:min(1200px,100% - 48px);margin:0 auto;padding:1.5rem 0;display:flex}.footer-bottom p{color:#ffffff40;font-size:.78rem}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:#ffffff40;font-size:.78rem;transition:color .15s}.footer-legal a:hover{color:#ffffff80}.whatsapp-float{z-index:9999;color:var(--white);font-family:var(--font-ui);letter-spacing:.05em;background:#25d366;border-radius:100px;align-items:center;gap:8px;padding:12px 22px;font-size:.82rem;font-weight:800;transition:transform .18s,background .18s;display:inline-flex;position:fixed;bottom:24px;right:24px}.whatsapp-float:hover{background:#1db954;transform:translateY(-3px)}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.reveal.revealed{opacity:1;transform:translateY(0)}.massive-spacer{background:var(--ink);height:clamp(80px,12vw,180px)}@media (width<=1024px){.hero-grid{grid-template-columns:1fr;gap:3rem;padding:4rem 0 5rem}.hero-visual{width:100%;max-width:480px;margin:0 auto}.products-grid,.why-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr;gap:2.5rem}.steps-grid{flex-direction:column;align-items:center}.step-connector{width:1px;height:40px;margin:0}}@media (width<=700px){.container{width:calc(100% - 32px)}.header-inner{flex-wrap:wrap;gap:6px;width:calc(100% - 32px);height:auto;padding:10px 0}.site-nav{scrollbar-width:none;border-top:1px solid #ffffff1a;order:3;justify-content:flex-start;gap:0;width:100%;padding-top:8px;overflow-x:auto}.site-nav::-webkit-scrollbar{display:none}.site-nav a{white-space:nowrap;padding:.3rem .7rem;font-size:.72rem}.nav-cta{display:none}.hero-section{padding-top:110px}.hero-copy h1{font-size:clamp(2.4rem,9vw,3.2rem)}.hero-stats{flex-direction:column;gap:1.2rem}.hero-stat{border-bottom:1px solid #ffffff1a;border-right:none;margin-right:0;padding-bottom:1.2rem;padding-right:0}.hero-stat:last-child{border-bottom:none}.hero-actions{flex-direction:column}.btn{width:100%;min-height:3.4rem}.products-grid,.why-grid,.testimonials-grid{grid-template-columns:1fr}.product-card{grid-template-columns:120px 1fr;grid-template-areas:"accent accent""img body";display:grid}.product-accent-bar{grid-area:accent}.product-img-wrap{aspect-ratio:auto;grid-area:img}.product-body{grid-area:body;padding:1rem}.tiers-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.8rem}.cart-bar-inner{flex-direction:column;gap:.8rem;width:calc(100% - 32px)}.whatsapp-float{border-radius:12px;justify-content:center;bottom:16px;left:16px;right:16px}.super-heading{font-size:clamp(3rem,10vw,5rem)}}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}.ticker-inner{animation:none}*{transition-duration:0s!important}}:root{--ink:#0d1a0f;--ink-soft:#1e3322;--sage:#3d6b4f;--sage-mid:#5a8a6a;--sage-light:#a8c5b0;--sage-pale:#e8f2ec;--sage-mist:#f2f8f4;--lime:#c5e84a;--lime-dark:#9dc229;--lime-pale:#f0f9d4;--cream:#faf7f0;--cream-warm:#f3edd8;--cream-deep:#e8dfc8;--clay:#c97b4b;--clay-pale:#f8ede3;--white:#fff;--black:#080f09;--bg:var(--cream);--surface:var(--white);--text:#2a3d2e;--text-muted:#5a7060;--text-light:#8faa95;--heading:var(--ink);--border:var(--cream-deep);--border-bold:var(--ink);--font-display:"Playfair Display", Georgia, serif;--font-ui:"Syne", system-ui, sans-serif;--font-body:"DM Sans", system-ui, sans-serif;--font-heading:var(--font-display);font-family:var(--font-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;scroll-behavior:smooth;font-size:16px;line-height:1.6}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{height:100%;scroll-padding-top:80px}body{background:var(--bg);min-height:100%;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{color:inherit;cursor:pointer;font-family:inherit}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;font-weight:700;line-height:1.1}p{margin:0}#root{min-height:100svh;overflow-x:clip}
