@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Syne:wght@400;500;600;700;800&display=swap";:root{--color-bg:#fff;--color-bg-secondary:#e5e9ec;--color-text:#000;--color-primary:#124c27;--color-secondary:#4a4a4a;--color-accent:#f4c430;--font-primary:"Inter", sans-serif;--font-display:"Syne", sans-serif;--spacing-xs:clamp(.5rem, 1vw, .75rem);--spacing-sm:clamp(1rem, 1.5vw, 1.5rem);--spacing-md:clamp(1.5rem, 3vw, 2.5rem);--spacing-lg:clamp(2.5rem, 4vw, 4rem);--spacing-xl:clamp(3rem, 5vw, 5rem);--text-xs:clamp(.7rem, .8vw, .8rem);--text-sm:clamp(.8rem, .9vw, .9rem);--text-base:clamp(.9rem, 1vw, 1rem);--text-lg:clamp(1.125rem, 1.5vw, 1.25rem);--text-xl:clamp(1.25rem, 2vw, 1.75rem);--text-xxl:clamp(1.75rem, 3vw, 2.5rem);--text-hero:clamp(2.5rem, 4vw, 3.5rem)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}.reveal-hidden{opacity:0;transition:opacity .8s cubic-bezier(.33,1,.68,1),transform .8s cubic-bezier(.33,1,.68,1);transform:translateY(60px);transition-delay:0s!important}.reveal-visible{opacity:1;transition:opacity 1.8s cubic-bezier(.22,1,.36,1),transform 1.8s cubic-bezier(.22,1,.36,1);transition-delay:var(--delay,0s);transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal-hidden{opacity:1;transition:none;transform:none}}.fluid-container.hero-section{padding-top:1rem!important;padding-bottom:1rem!important}.hero-section .fluid-container-inner{justify-content:center;align-items:center;gap:2rem;padding:1.5rem 0;display:flex}.hero-image-col{flex-shrink:0;width:38%}.hero-text-col{text-align:left;width:50%}.hero-image-card{background-color:#0000;width:100%;transition:transform .4s;overflow:hidden}.hero-image-card:hover{transform:translateY(-8px)scale(1.02)}.hero-photo{width:100%;height:auto;display:block}.hero-title{margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.2}.hero-subtitle{color:var(--color-text-light);margin-bottom:1.5rem;font-size:1.25rem;line-height:1.6}.hero-author{color:#104f25;margin-bottom:2rem;font-size:1.15rem;font-weight:700;line-height:1.5}.hero-author span{color:var(--color-text-light);font-size:1rem;font-weight:400}.hero-cta-btn{width:auto;padding:1.2rem 2.5rem!important;font-size:1.2rem!important}@media (width<=900px){.fluid-container.hero-section{padding-top:.25rem!important;padding-bottom:.5rem!important}.hero-section .fluid-container-inner{text-align:center;flex-direction:column;gap:1rem;padding:.5rem 0 1rem}.hero-image-col{order:1;width:100%;max-width:52%;margin:0 auto}.hero-text-col{text-align:center;order:2;width:100%}.hero-title-clean{max-width:100%;margin-bottom:.8rem;font-size:1.75rem}.hero-subtitle-clean{max-width:100%;margin-bottom:1.2rem;font-size:.95rem}.hero-supertitle-clean{margin-bottom:.4rem;font-size:.85rem}.hero-cta-btn{width:100%;padding:.9rem 1.5rem!important;font-size:1.05rem!important}}.hero-green-box{background-color:#f0f4eb;border:1px solid #c288f5;border-radius:4px;padding:3rem;box-shadow:0 10px 30px #0000000d}.hero-supertitle{color:#f1a02f;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem;font-size:.95rem;font-weight:800}.hero-title-box{color:#2b2b2b;margin-bottom:1.5rem;font-size:2.8rem;font-weight:900;line-height:1.1}.hero-title-box .text-green{color:#104f25}.hero-title-box .text-orange{color:#f1a02f;border-bottom:4px solid #f1a02f;padding-bottom:5px;line-height:.8;display:inline-block}.hero-subtitle-box{color:#666;margin-bottom:2.5rem;font-size:1.15rem;font-weight:400;line-height:1.6}.hero-cta-box{text-transform:uppercase;transition:all .3s;color:#fff!important;background:#f1a02f!important;border:none!important;border-radius:8px!important;padding:1.2rem 2.5rem!important;font-size:1.1rem!important;font-weight:700!important;box-shadow:0 4px 15px #f1a02f66!important}.hero-cta-box:hover{transform:translateY(-2px);background:#e6901c!important}@media (width<=900px){.hero-green-box{padding:2rem}.hero-title-box{font-size:2rem}}.hero-supertitle-clean{color:#666;font-size:1.1rem;font-family:var(--font-primary);margin-bottom:.6rem}.hero-title-clean{color:#1a1a1a;max-width:90%;margin-bottom:1.2rem;font-size:clamp(2.5rem,4.5vw,3.8rem);font-weight:700;line-height:1.1}.hero-subtitle-clean{color:#444;max-width:85%;margin-bottom:1.8rem;font-size:1.3rem;line-height:1.6}.typography-h1,.typography-h2{font-family:var(--font-display);color:var(--color-primary);letter-spacing:-.02em}.typography-h1{font-size:var(--text-hero);margin-bottom:var(--spacing-sm);font-weight:700;line-height:.95}.typography-h2{font-size:var(--text-xxl);margin-bottom:var(--spacing-sm);font-weight:600;line-height:1}.typography-h3{font-family:var(--font-primary);font-size:var(--text-sm);color:var(--color-text);text-transform:uppercase;letter-spacing:.2em;margin-bottom:var(--spacing-xs);font-weight:500;line-height:1.4}.typography-p{font-size:var(--text-lg);color:var(--color-text);font-weight:300;line-height:1.5}.sab-button{font-family:var(--font-primary);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:1px solid var(--color-text);color:var(--color-text);background-color:#0000;border-radius:50px;padding:clamp(1rem,2vw,1.5rem) clamp(2rem,5vw,3rem);font-weight:500;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-block}.sab-button.primary{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary);z-index:1;position:relative;overflow:hidden}.sab-button.primary:before{content:"";z-index:-1;transform-origin:100%;background:linear-gradient(135deg,#8bc34a 0%,#1e7039 100%);width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;transform:scaleX(0)}.sab-button.primary:hover{color:#fff;border-color:#0000;transform:translateY(-4px);box-shadow:0 15px 30px #1e70394d}.sab-button.primary:hover:before{transform-origin:0;transform:scaleX(1)}.sab-button.secondary{color:var(--color-text);background-color:#0000}.sab-button.secondary:hover{background-color:var(--color-text);color:var(--color-bg)}.footer-wrapper .sab-button.primary{color:var(--color-primary);background-color:#fff;border-color:#fff}.footer-wrapper .sab-button.primary:hover{color:#fff;box-shadow:none;background-color:#0000;border-color:#fff}.footer-wrapper .sab-button.primary:before{display:none}.fluid-container{width:100%;padding:var(--spacing-lg) clamp(1rem, 5vw, 6vw);box-sizing:border-box;justify-content:center;display:flex}.fluid-container-inner{width:100%;max-width:1600px;margin:0 auto}.target-audience-section{background-color:var(--color-background);padding:5rem 0}.target-audience-header{text-align:center;max-width:800px;margin:0 auto 4rem}.target-audience-title{color:var(--color-text);margin-bottom:1.5rem}.target-audience-subtitle{color:var(--color-text-light);font-size:1.1rem;line-height:1.6}.target-audience-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (width<=1100px){.target-audience-grid{grid-template-columns:repeat(2,1fr)}}.audience-card{background:#fff;border:1px solid #0000000d;border-radius:16px;align-items:flex-start;gap:1rem;height:100%;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 6px #00000005}.audience-card:hover{border-color:#104f2533;transform:translateY(-5px);box-shadow:0 10px 20px #0000000f}.audience-icon{background:#104f251a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.audience-question{font-family:var(--font-primary);color:var(--color-text);margin:0;padding-top:.2rem;font-size:1.05rem;font-weight:500;line-height:1.4}@media (width<=768px){.target-audience-section{padding:4rem 0}.target-audience-header{margin-bottom:3rem}.target-audience-grid{grid-template-columns:1fr}}.audience-cta-wrapper{text-align:center;width:100%;margin:3.5rem auto 0;display:block}.audience-cta-btn{justify-content:center;align-items:center;width:auto;margin:0 auto!important;padding:1.2rem 2.5rem!important;font-size:1.2rem!important;font-weight:700!important;display:inline-flex!important}@media (width<=768px){.audience-cta-wrapper{margin-top:2.5rem}.audience-cta-btn{width:100%;padding:1rem 1.5rem!important;font-size:1.1rem!important;display:flex!important}}.the-problem-section{background-color:#fafafa;padding:6rem 0}.problem-content-wrapper{flex-direction:column;gap:3rem;max-width:800px;margin:0 auto;display:flex}.problem-box{background:#fff;border-left:5px solid #d32f2f;border-radius:20px;padding:3rem;box-shadow:0 10px 30px #00000008}.problem-title{color:var(--color-text);margin-bottom:1.5rem;font-size:1.8rem}.problem-text{color:var(--color-text-light);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.problem-highlight{color:var(--color-text);font-size:1.2rem;font-weight:700}.solution-box{background:#fff;border-left:5px solid #104f25;border-radius:20px;padding:3rem;box-shadow:0 10px 30px #00000008}.solution-text{color:var(--color-text);margin-bottom:1.5rem;font-size:1.15rem;line-height:1.6}.solution-highlight{color:#104f25;font-size:1.3rem;font-weight:700}@media (width<=768px){.problem-box,.solution-box{padding:1.5rem}.problem-title{font-size:1.4rem}.problem-text,.solution-text{font-size:1rem}.the-problem-section{padding:3rem 0}}.video-section{background-color:#fafafa;flex-direction:column;align-items:center;padding:6rem 0;display:flex}.video-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.video-title{color:var(--color-text);margin-bottom:1rem;font-size:2.2rem}.video-subtitle{color:var(--color-text-light);font-size:1.1rem;line-height:1.6}.video-container{justify-content:center;width:100%;margin-bottom:3.5rem;display:flex;position:relative}.video-container:before{content:"";z-index:1;pointer-events:none;background:radial-gradient(circle,#104f250d 0%,#0000 70%);width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.instagram-embed{z-index:2;background:#fff;border:1px solid #0000000d;border-radius:20px;max-width:90vw;box-shadow:0 25px 60px #00000026}.video-cta-wrapper{justify-content:center;width:100%;margin-top:1rem;display:flex}.video-section-btn{color:#fff!important;background:#104f25!important;border-radius:50px!important;padding:1.3rem 3rem!important;font-size:1.2rem!important;box-shadow:0 10px 20px #104f2533!important}@media (width<=768px){.video-section{padding:4rem 0}.video-title{font-size:1.8rem}.video-header{margin-bottom:2.5rem}}@media (width<=480px){.instagram-embed{max-width:100%;height:600px;width:100%!important}}.about-project-section{background-color:var(--color-background);padding:5rem 0}.about-project-wrapper{max-width:800px;margin:0 auto}.about-content{text-align:center}.about-title{color:var(--color-text);margin-bottom:2.5rem;font-size:2.2rem}.about-text-box{background:#fff;border-bottom:5px solid #104f25;border-radius:20px;flex-direction:column;gap:1.5rem;padding:3rem;display:flex;box-shadow:0 10px 30px #0000000a}.about-text{color:var(--color-text);font-size:1.15rem;line-height:1.6}@media (width<=768px){.about-project-section{padding:3rem 0}.about-text-box{padding:1.5rem}.about-title{margin-bottom:1.5rem;font-size:1.8rem}.about-text{font-size:1rem}}.offer-section{background-color:#fafafa;padding:6rem 0}.offer-wrapper{max-width:900px;margin:0 auto}.offer-header{text-align:center;margin-bottom:3rem}.offer-title{color:var(--color-text);margin-bottom:.5rem;font-size:2.5rem}.offer-subtitle{color:#104f25;font-size:1.5rem;font-weight:500}.offer-card{background:#fff;border:1px solid #0000000d;border-radius:24px;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000014}.offer-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0000001f}.offer-benefits{background:#fff;flex-direction:column;flex:1;justify-content:center;gap:1.5rem;padding:3rem;display:flex}.benefit-item{align-items:flex-start;gap:1.2rem;display:flex}.benefit-icon{padding-top:.15rem;font-size:1.8rem;line-height:1}.benefit-content{flex-direction:column;gap:.25rem;display:flex}.benefit-title{font-family:var(--font-primary);color:var(--color-text);margin:0!important;font-size:1.15rem!important;font-weight:700!important;line-height:1.3!important}.benefit-desc{font-family:var(--font-primary);color:#555!important;margin:0!important;font-size:.95rem!important;font-weight:400!important;line-height:1.4!important}.offer-price-box{text-align:center;background:#104f25;flex-direction:column;justify-content:center;align-items:center;width:380px;padding:3rem;display:flex}.price-old{color:#fff9;margin-bottom:.5rem;font-size:1.2rem;text-decoration:line-through}.price-new{color:#fff;margin-bottom:.5rem;font-size:3.5rem;font-weight:700;line-height:1}.price-new .currency{font-size:1.2rem;font-weight:400}.price-condition{color:#a3e6b9;margin-bottom:2rem;font-size:1.1rem;font-weight:700}.offer-btn{width:100%;color:#1a1a1a!important;background:#ffb100!important;border:none!important;padding:1.2rem!important;font-size:1.1rem!important}.offer-btn:hover{transform:translateY(-2px);background:#e6a000!important}.secure-checkout{color:#ffffffb3;margin-top:1rem;font-size:.85rem}@media (width<=800px){.offer-card{flex-direction:column}.offer-price-box{width:100%;padding:2.5rem 1.5rem}.offer-title{font-size:2rem}.offer-subtitle{font-size:1.2rem}.offer-benefits{padding:1.5rem}.price-new{font-size:2.8rem}.offer-section{padding:3rem 0}}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:999999;background-color:#0006;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem 1rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.modal-container{background:#fff;border:1px solid #0000000d;border-radius:24px;width:100%;max-width:480px;margin:auto;padding:2.5rem;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;position:relative;box-shadow:0 25px 50px #00000026}.modal-close-btn{color:var(--color-text-light);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;font-size:2rem;line-height:1;transition:color .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close-btn:hover{color:var(--color-primary);background:#0000000d}.modal-header{text-align:center;margin-bottom:2rem}.modal-subtitle{color:var(--color-text-light);font-size:var(--text-sm);margin-top:.5rem}.modal-options{flex-direction:column;gap:1rem;display:flex}.modal-option-card{background:#fff;border:1px solid #00000014;border-radius:16px;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 6px #00000005}.modal-option-card:hover{border-color:#00000026;transform:translateY(-2px);box-shadow:0 8px 15px #0000000d}.modal-option-info{align-items:center;gap:1rem;display:flex}.modal-option-icon{font-size:2rem}.modal-option-text{flex-direction:column;display:flex}.modal-option-text strong{font-family:var(--font-primary);color:var(--color-text);font-size:1.1rem}.modal-option-text span{font-family:var(--font-primary);color:var(--color-text-light);font-size:.85rem}.modal-select-btn{min-width:auto!important;padding:.75rem 1.25rem!important;font-size:.9rem!important}.modal-footer{text-align:center;margin-top:2rem}.modal-footer p{font-family:var(--font-primary);color:#888;font-size:.8rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=480px){.modal-container{padding:2rem 1.5rem}.modal-option-card{text-align:center;flex-direction:column;gap:1.5rem;padding:1.5rem 1rem}.modal-option-info{flex-direction:column;gap:.5rem}.modal-select-btn{width:100%}}.form-step{flex-direction:column;align-items:center;display:flex}.form-header{text-align:center;margin-bottom:1.5rem}.check-icon{margin-bottom:.5rem}.form-disclaimer{font-family:var(--font-primary);color:var(--color-text);margin-top:1rem;font-size:.95rem;line-height:1.5}.pre-checkout-form{flex-direction:column;gap:1rem;width:100%;display:flex}.form-group{text-align:left;flex-direction:column;gap:.3rem;display:flex}.form-group label{font-family:var(--font-primary);color:var(--color-text);font-size:.9rem;font-weight:600}.form-group input{font-family:var(--font-primary);box-sizing:border-box;border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:.8rem 1rem;font-size:1rem;transition:border-color .2s}.form-group input:focus{border-color:#104f25}.form-group input:disabled{cursor:not-allowed;background-color:#f5f5f5}.submit-btn{text-transform:uppercase;margin-top:.5rem;font-weight:700;padding:1rem!important;font-size:1.1rem!important}.cep-input-container{width:100%;position:relative}.cep-loader-spinner{border:2px solid #104f251a;border-top-color:#104f25;border-radius:50%;width:1.2rem;height:1.2rem;animation:.8s linear infinite cepSpin;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}@keyframes cepSpin{to{transform:translateY(-50%)rotate(360deg)}}.cep-error-msg{font-family:var(--font-primary);color:#dc3545;margin-top:.2rem;font-size:.85rem;font-weight:500}.cep-manual-toggle{font-family:var(--font-primary);color:#104f25;cursor:pointer;margin-top:.2rem;font-size:.85rem;font-weight:600;text-decoration:underline;transition:color .2s;display:inline-block}.cep-manual-toggle:hover{color:#0c3c1c}.cep-address-summary{box-sizing:border-box;background-color:#f7f9f6;border:1px dashed #104f2533;border-radius:12px;width:100%;margin-top:.25rem;padding:1rem}.cep-address-summary p{font-family:var(--font-primary);color:var(--color-text);margin:0 0 .35rem;font-size:.9rem;line-height:1.4}.cep-address-summary p:last-of-type{margin-bottom:.6rem}.cep-address-summary p strong{color:#104f25;font-weight:600}.cep-address-summary .cep-manual-toggle{margin-top:0;font-size:.8rem}
