@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css);:root{--text-color:#1b2e44;--primary-color:#15c91e;--box-shadow:0 10px 24px #00000029;--header-height:44px;--maxw:1320px}.header{background:#0000;box-shadow:none;left:0;padding:20px 0;position:absolute;right:0;top:0;z-index:1000}.header-shell{align-items:center;background:#f69a38;background:var(--color-menu);border-radius:16px;box-shadow:0 10px 24px #00000029;box-shadow:var(--box-shadow);display:flex;gap:24px;height:64px;justify-content:space-between;margin:0 auto;max-width:1320px;max-width:var(--maxw);min-height:44px;min-height:var(--header-height);padding:0 16px}.logo-container{max-width:200px}.logo{display:block;height:auto;max-width:100%}.main-nav{display:flex;justify-content:center;width:100%}.nav-list{align-items:center;display:flex;gap:28px;list-style:none;margin:0;padding:0}.main-nav .nav-list li a{color:#1b2e44;color:var(--text-color);font-size:.98rem;font-weight:700;padding:10px 5;position:relative;text-decoration:none;transition:color .2s ease}.main-nav .nav-list li a:hover{color:#1264d8}.main-nav .nav-list li a:after{background:var(--primary-color-header);bottom:-8px;content:"";height:2px;left:0;position:absolute;transition:width .2s ease;width:0}.main-nav .nav-list li a.active:after,.main-nav .nav-list li a:hover:after{width:100%}.whatsapp-menu-item{margin-left:12px}.whatsapp-link{align-items:center;background:#25d366;border-radius:999px;color:#fff;display:flex;font-size:.98rem;font-weight:800;gap:8px;padding:12px 18px}.whatsapp-link:hover{filter:brightness(1.06)}.whatsapp-icon{fill:#fff;margin-right:0}.mobile-menu-btn{background:#fff3;border:1px solid #1b2e444d;border-radius:10px;cursor:pointer;display:none;padding:8px 10px}.menu-icon{grid-gap:6px;display:grid;gap:6px;width:24px}.menu-icon i{background-color:#1b2e44;background-color:var(--text-color);display:block;height:2px;transition:transform .2s ease;width:24px}.menu-icon.active i:first-child{transform:translateY(4px) rotate(45deg)}.menu-icon.active i:last-child{transform:translateY(-4px) rotate(-45deg)}@media (max-width:992px){.header{padding:10px 0}.header-shell{border-radius:14px;height:64px;padding:0 18px}.mobile-menu-btn{display:block}.main-nav{background-color:#f69a38;background-color:var(--color-menu);box-shadow:-2px 0 10px #00000029;height:auto;opacity:0;overflow-y:auto;padding:10px;pointer-events:none;position:absolute;right:16px;top:calc(100% + 10px);transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease;width:min(202px,calc(100vw - 32px));z-index:1001}.main-nav.active{border-radius:12px;opacity:1;pointer-events:auto;right:16px;transform:translateY(0)}.nav-list{flex-direction:column;gap:2px}.nav-list li{width:100%}.main-nav .nav-list li a{border-radius:8px;display:block;font-size:.95rem;padding:10px 12px}.main-nav .nav-list li a.active,.main-nav .nav-list li a:hover{background:#ffffff61}}.nav-list li a:after{display:none!important}.header-stats{background:#f7f7f7;background:var(--light-bg,#f7f7f7);display:flex;gap:40px;justify-content:center;margin:0;padding:20px 0;text-align:center}.stat-item{color:#333;font-size:1.1rem}.stat-item strong{color:#218838;display:block;font-size:1.4rem;margin-bottom:4px}.footer{background-color:var(--dark);color:var(--white);padding:60px 0 20px}.footer-location{align-items:flex-end;display:flex;gap:24px;justify-content:space-between;margin-bottom:22px}.footer-kicker{color:#f69a38;font-size:.74rem;font-weight:800;letter-spacing:.14em}.footer-location h2{color:#fff;font-size:1.55rem;margin:8px 0 5px}.footer-location p{color:#c8d2df;margin:0}.footer-directions{align-items:center;background:#f69a38;border-radius:999px;color:#1b2e44;display:inline-flex;flex:none;font-weight:800;gap:8px;padding:12px 18px;text-decoration:none}.footer-directions:hover{background:#ffb45d;color:#1b2e44}.map-embed{border:0;border-radius:18px;box-shadow:0 12px 30px #00000038;display:block;height:360px;margin:0 auto 42px;max-width:100%}.footer-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.footer-section h3{color:var(--white);margin-bottom:20px;padding-bottom:10px;position:relative}.footer-section h3:after{background-color:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;width:50px}.footer-section p{color:#bbb;margin-bottom:15px}.footer-section.about p{max-width:350px}.footer-section.links ul{list-style:none;margin:0;padding:0}.footer-section.links ul li{margin-bottom:10px}.footer-section.links ul li a{color:#bbb;display:inline-block;transition:color .3s ease}.footer-section.links ul li a:hover{color:var(--primary-color);padding-left:5px}.footer-section.contact i{color:var(--primary-color);margin-right:10px}.social-links{gap:15px;margin-top:20px}.social-links,.social-links a{display:flex;justify-content:center}.social-links a{align-items:center;background-color:#333;border-radius:50%;color:var(--white);height:40px;transition:all .3s ease;width:40px}.social-links a:hover{background-color:var(--primary-color);transform:translateY(-3px)}.social-links a i{font-size:1.2rem;margin:0}.footer-bottom{border-top:1px solid #444;padding-top:20px;text-align:center}.footer-bottom p{color:#aaa;font-size:.9rem;margin:0}@media (max-width:768px){.footer{padding:40px 0 20px}.footer-content{gap:30px;grid-template-columns:1fr}.footer-section{margin-bottom:0}.footer-location{align-items:flex-start;flex-direction:column;gap:16px}.footer-location h2{font-size:1.35rem}}.hero-section{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--white);display:flex;min-height:680px;padding:110px 0;position:relative;text-align:center}.hero-section:before{background:linear-gradient(#0000008c,#0000008c);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-section .container{position:relative;z-index:2}.hero-content{margin:0 auto;max-width:850px;text-align:center}.hero-eyebrow{color:#ffd28a;display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.18em;margin-bottom:14px}.hero-content h1{font-size:3rem;line-height:1.12;margin-bottom:18px;text-shadow:1px 1px 3px #000c}.hero-content p{font-size:1.2rem;line-height:1.55;margin:0 auto 34px;text-shadow:1px 1px 2px #000c}.hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:22px;justify-content:center}.hero-cta{align-items:center;background:#f69a38;border-radius:999px;box-shadow:0 10px 25px #0003;color:#172b42;display:inline-flex;font-weight:800;gap:12px;padding:14px 22px}.hero-cta:hover{color:#172b42;transform:translateY(-2px)}.hero-link{border-bottom:1px solid #ffffffb3;color:#fff;font-weight:700}.cta-button{background-color:var(--primary-color);border-radius:4px;box-shadow:0 4px 15px #0003;color:var(--white);display:inline-block;font-size:1.1rem;font-weight:600;padding:14px 28px;text-transform:uppercase;transition:background-color .3s ease,transform .3s ease}.cta-button:hover{background-color:var(--primary-dark);color:var(--white);transform:translateY(-3px)}@media (max-width:768px){.hero-section{padding:100px 0}.hero-content h1{font-size:2.3rem}.cta-button,.hero-content p{font-size:1rem}.cta-button{padding:12px 24px}}@media (max-width:480px){.hero-section{min-height:650px;padding:100px 0 80px}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1rem}}.home-page{display:flex;flex-direction:column}.home-page>.faq-section{order:3}.home-page>.cta-section{order:4}.container{max-width:1320px}.section-title{color:#1f2937;font-size:2.2rem;font-weight:700;line-height:1.2;margin:24px 0}.section-title.center{text-align:center}.benefits-section{background:#f7f7f7;background:var(--light-bg-2,#f7f7f7);padding:40px 0}.benefits-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.benefit-card{border:1px solid #e5eaf1;border-radius:18px;color:inherit;padding:24px;text-align:left;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.benefit-card:hover{color:inherit;transform:translateY(-5px)}.benefit-icon{display:block;margin:0 auto}.benefit-title{font-size:1.125rem;font-weight:700;margin-top:12px}.benefit-text{color:#4b5563;font-size:.95rem;margin-top:6px}.benefit-read{color:#1264d8;display:block;font-size:.9rem;font-weight:700;margin-top:20px}.pain-cta{align-items:center;background:#1b2e44;border-radius:18px;color:#fff;display:flex;gap:26px;justify-content:space-between;margin:34px auto 0;max-width:980px;padding:24px 28px;text-align:left}.pain-cta span{color:#f69a38;font-size:.72rem;font-weight:800;letter-spacing:.1em}.pain-cta h3{line-height:1.2;margin:8px 0 4px}.pain-cta p{color:#dbe7f3;margin:0}.pain-cta .hero-cta{flex:none}.pain-cta button.hero-cta{border:0;cursor:pointer;font:inherit}.cards-2col{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:#fff;border-radius:12px;box-shadow:0 6px 20px #92141414;display:flex;flex-direction:column;justify-content:space-between;padding:24px}.card-title{color:#374151;font-size:1.25rem;font-weight:700;margin-bottom:8px}.card-sub{color:#4b5563;margin-bottom:16px}.card-img{border-radius:8px;display:block;margin-bottom:16px;width:100%}.economy-intro{color:#52627a;margin:-8px auto 28px;max-width:620px}.economy-kicker{color:#e27917;display:block;font-size:.76rem;font-weight:800;letter-spacing:.14em}#economia .section-title{color:#1b2e44;margin:12px auto 14px;max-width:820px}.economy-result{align-items:center;background:linear-gradient(100deg,#138a45,#23b85f);border-radius:16px;box-shadow:0 14px 28px #138a4533;color:#fff;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin:28px auto 0;max-width:760px;padding:18px 24px}.economy-result strong{font-size:1.8rem}.economy-result-label{font-size:.72rem;font-weight:700;letter-spacing:.08em}.simulation-launch{align-items:center;background:#fff;border:1px solid #dbe3ed;border-radius:16px;display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin:28px auto 0;max-width:760px;padding:18px 22px}.simulation-launch span{color:#52627a;font-weight:700}.simulation-launch-button,.simulation-primary{background:#f69a38;border:0;border-radius:999px;color:#1b2e44;cursor:pointer;font-weight:800;padding:13px 20px}.simulation-launch-button:hover,.simulation-primary:hover{background:#ffb45d}.simulation-modal-backdrop{background:#0f1f30b8;display:grid;inset:0;padding:22px;place-items:center;position:fixed;z-index:2000}.simulation-modal{background:#f7f9fc;border-radius:20px;box-shadow:0 24px 70px #00000047;max-height:min(900px,94vh);overflow:auto;width:min(900px,100%)}.simulation-modal-header{align-items:flex-start;background:#1b2e44;color:#fff;display:flex;gap:20px;justify-content:space-between;padding:24px 28px}.simulation-modal-header h2{color:#fff;font-size:1.5rem;margin:8px 0 0}.simulation-kicker{color:#f69a38;font-size:.72rem;font-weight:800;letter-spacing:.14em}.simulation-close{background:#0000;border:0;color:#fff;cursor:pointer;font-size:2rem;line-height:1}.simulation-guide{padding:30px}.simulation-progress{background:#dbe3ed;border-radius:999px;height:6px;margin-bottom:30px;overflow:hidden}.simulation-progress span{background:#f69a38;border-radius:inherit;display:block;height:100%;transition:width .2s ease}.simulation-question{color:#1b2e44;font-size:1.25rem;font-weight:800;margin:0 0 20px}.simulation-options{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.simulation-options button{background:#fff;border:1px solid #d4dfeb;border-radius:14px;color:#1b2e44;cursor:pointer;font-weight:700;padding:18px 14px}.simulation-options button.selected,.simulation-options button:hover{background:#fff4e8;border-color:#f69a38}.simulation-summary{grid-gap:8px;background:#fff;border:1px solid #e3eaf2;border-radius:14px;color:#52627a;display:grid;gap:8px;margin:0 0 22px;padding:20px}.simulation-summary strong{color:#1b2e44;font-size:1.1rem}.simulation-summary small{color:#718096}.simulation-back{background:#0000;border:0;color:#1264d8;cursor:pointer;display:block;font-weight:700;margin:14px auto 0}.simulation-calculator-actions{align-items:center;background:#fff;border-bottom:1px solid #e3eaf2;display:flex;gap:12px;justify-content:space-between;padding:14px 22px}.simulation-calculator-actions button{background:#0000;border:0;color:#1264d8;cursor:pointer;font-weight:800}.simulation-calculator-actions span{color:#718096;font-size:.86rem}.simulation-calculator iframe{display:block;min-height:620px}.faq-section{background:#fff;padding:76px 0}.faq-heading{margin:0 auto 28px;max-width:680px;text-align:center}.faq-heading .hero-eyebrow{color:#e27917}.faq-heading p{color:#52627a}.faq-list{margin:0 auto;max-width:820px}.faq-item{border-bottom:1px solid #dbe3ed;padding:0}.faq-item summary{align-items:center;color:#1b2e44;cursor:pointer;display:flex;font-size:1.05rem;font-weight:700;gap:24px;justify-content:space-between;list-style:none;padding:21px 4px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{color:#1264d8;font-size:1.5rem;font-weight:400;transition:transform .2s ease}.faq-item[open] summary span{transform:rotate(45deg)}.faq-item p{color:#52627a;line-height:1.65;margin:0;max-width:720px;padding:0 40px 22px 4px}.blog-post{background:linear-gradient(135deg,#f3f7fb,#fff);min-height:70vh;padding:150px 0 90px}.blog-post-inner{max-width:820px}.blog-back{color:#1264d8;display:block;font-weight:700;margin-bottom:50px}.blog-tag{color:#e27917;display:inline-block;font-size:.8rem;font-weight:800;letter-spacing:.1em;margin:20px 0 12px;text-transform:uppercase}.blog-post h1{color:#1b2e44;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.08;margin-bottom:24px}.blog-post p{color:#52627a;font-size:1.15rem;line-height:1.7;margin-bottom:30px;max-width:650px}.blog-post h2{color:#1b2e44;font-size:1.7rem;line-height:1.25;margin:34px 0 14px;max-width:650px}.blog-post .blog-intro{font-size:1.3rem}.blog-points{color:#52627a;line-height:1.8;margin-bottom:34px;max-width:650px;padding-left:22px}.btn-whats{align-items:center;background:#16a34a;border-radius:8px;color:#fff;display:inline-flex;font-weight:700;justify-content:center;padding:10px 14px;text-decoration:none}.btn-whats:hover{filter:brightness(1.05)}.services-section{background:#fff;padding:40px 0}.home-products-section{background:#f7f9fc;padding-bottom:20px}.products-kicker{color:#e27917;display:block;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-align:center}.products-intro{color:#52627a;margin:-8px auto 26px;max-width:640px;text-align:center}.home-products-carousel{background:#f7f9fc;padding:0 0 56px}.home-products-carousel .product-card{background:#fff;border:1px solid #e3eaf2;border-radius:18px;box-shadow:0 10px 24px #1b2e4414;padding:14px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.home-products-carousel .product-card:hover{box-shadow:0 18px 30px #1b2e4424;transform:translateY(-5px)}.home-products-carousel .product-image{background:#f1f5f9;border-radius:12px}.product-card-cta{color:#1264d8;display:block;font-size:.86rem;font-weight:800;margin-top:16px}.home-products-carousel .carousel-arrow{border-color:#dbe3ed;color:#1264d8}.home-products-carousel .carousel-dot.active{background:#f69a38}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.cta-section{padding:40px 0 60px}@media (max-width:992px){.benefits-grid,.cards-2col{grid-template-columns:1fr}}@media (max-width:600px){.header-stats{gap:10px;padding:20px 8px}.stat-item{font-size:.85rem;line-height:1.35}.stat-item strong{font-size:1.1rem}.section-title{font-size:1.75rem}.benefit-card{text-align:center}.pain-cta{align-items:flex-start;flex-direction:column;padding:22px}.simulation-modal-backdrop{padding:10px}.simulation-guide,.simulation-modal-header{padding:22px 18px}.simulation-options{grid-template-columns:1fr}.simulation-calculator-actions{align-items:flex-start;flex-direction:column}.blog-post{padding-top:130px}}.stats-block{background:#e0911a;color:#fff}.about-intro{background:linear-gradient(135deg,#eff5fb,#fff);padding:110px 0 76px}.about-intro-grid{grid-gap:56px;align-items:center;display:grid;gap:56px;grid-template-columns:1fr 1fr}.about-kicker{color:#e27917;font-size:.76rem;font-weight:800;letter-spacing:.16em}.about-intro h1{color:#1b2e44;font-size:clamp(2.2rem,4vw,4rem);line-height:1.08;margin:14px 0 22px}.about-intro p{color:#52627a;font-size:1.1rem;line-height:1.65;margin-bottom:28px;max-width:570px}.about-highlight-panel{background:#1b2e44;border-radius:22px;box-shadow:0 20px 45px #1b2e4433;padding:10px}.about-tabs{display:flex;flex-wrap:wrap;gap:4px}.about-tabs button{background:#0000;border:0;border-radius:12px;color:#dbe7f3;cursor:pointer;flex:1 1;font-weight:700;padding:12px 10px}.about-tabs button.active{background:#f69a38;color:#1b2e44}.about-highlight-content{color:#fff;min-height:240px;padding:50px 30px 38px}.about-highlight-content span{color:#f69a38;font-size:2rem;font-weight:800}.about-highlight-content h2{line-height:1.2;margin:18px 0 12px}.about-highlight-content p{color:#dbe7f3;line-height:1.65}.about-values{background:#fff;padding:82px 0}.about-values-heading{margin:0 auto 36px;max-width:620px;text-align:center}.about-values-heading h2{color:#1b2e44;font-size:2.2rem;line-height:1.2;margin-top:12px}.about-values-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(3,1fr)}.about-values-grid article{border:1px solid #e2e9f1;border-radius:18px;padding:26px;transition:transform .2s,box-shadow .2s}.about-values-grid article:hover{box-shadow:0 15px 30px #1b2e441a;transform:translateY(-5px)}.about-values-grid svg{height:48px;margin-bottom:18px;width:48px}.about-values-grid h3{color:#1b2e44;margin-bottom:10px}.about-values-grid p{color:#52627a;line-height:1.6}.about-section,.about-stats{padding:20px 0}.about-content{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 1fr}.about-text h2{margin-bottom:20px;padding-bottom:15px;position:relative}.about-text h2:after{background-color:var(--primary-color);bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.about-image img{border-radius:8px;box-shadow:var(--box-shadow);height:auto;width:100%}.mission-section{background-color:var(--light-bg);padding:60px 0}.mission-values{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.mission-box{background-color:var(--white);border-radius:8px;box-shadow:var(--box-shadow);height:100%;padding:30px}.mission-box h3{color:var(--primary-color);margin-bottom:15px;padding-bottom:10px;position:relative}.mission-box h3:after{background-color:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;width:30px}.mission-box ul{margin-left:20px}.mission-box ul li{margin-bottom:8px}.team-section{padding:60px 0}.team-section h2{margin-bottom:40px;text-align:center}.team-content{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 1fr}.team-image img{border-radius:8px;box-shadow:var(--box-shadow);height:auto;width:100%}@media (max-width:992px){.about-intro-grid{gap:32px}.about-intro-grid,.mission-values{grid-template-columns:1fr}}@media (max-width:768px){.about-intro{padding:95px 0 55px}.about-highlight-content{min-height:210px;padding:34px 22px}.about-values{padding:58px 0}.about-values-grid{grid-template-columns:1fr}.about-content,.team-content{gap:30px;grid-template-columns:1fr}.about-text{order:2}.about-image{order:1}}.about-final-cta{border-top:5px solid #f69a38;overflow:hidden;padding:76px 0 84px;position:relative}.about-final-cta,.about-page .about-final-cta{background:#1b2e44}.about-final-cta:before{background:#f69a3824;border-radius:50%;content:"";height:300px;position:absolute;right:-100px;top:-160px;width:300px}.about-final-cta .container{position:relative;z-index:1}.about-cta-kicker{color:#f69a38;font-size:.76rem;font-weight:800;letter-spacing:.14em}.about-final-cta .section-title{color:#fff;margin:12px auto 14px}.about-final-cta p{color:#dbe7f3;margin:0 auto 28px;max-width:680px}.about-final-cta .whatsapp-button{background:#f69a38;border-radius:999px;box-shadow:0 10px 24px #0000002e;color:#1b2e44;font-weight:800;padding:15px 26px}.about-final-cta .whatsapp-button:hover{background:#ffb45d;color:#1b2e44}.produtos-page{display:flex;flex-direction:column}.produtos-page>.pre-sale-hero{order:2}.produtos-page>.cta-section{order:3}.produtos-page>.product-catalog-section{padding-top:112px}.product-catalog-heading{margin:0 auto 14px;max-width:760px}.product-kicker{color:#e27917;font-size:.76rem;font-weight:800;letter-spacing:.16em}.product-catalog-heading .section-title{color:#1b2e44;line-height:1.15;margin:12px 0}.product-catalog-heading p{color:#52627a;line-height:1.6}.product-filters{margin:28px auto 4px;max-width:920px}.product-filters input{border:1px solid #dce5ef;border-radius:999px;margin-bottom:14px;padding:14px 18px}.brand-filters{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.brand-filters button{background:#fff;border:1px solid #d4dfeb;border-radius:999px;color:#1b2e44;cursor:pointer;font-weight:700;padding:8px 14px}.brand-filters button.active,.brand-filters button:hover{background:#f69a38;border-color:#f69a38}.product-open{color:#1264d8;display:block;font-size:.85rem;font-weight:800;margin-top:14px}.product-keywords{color:#718096;font-size:.78rem;line-height:1.35;margin:10px 0 0}.empty-products{color:#52627a;padding:40px}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.container{padding:0 16px}.products-grid{grid-gap:24px;align-items:stretch;gap:24px;grid-template-columns:1fr;justify-items:center}@media (min-width:640px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-card{border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;max-width:320px;padding:16px;width:100%}.product-image{align-items:center;aspect-ratio:8/6;background:#fd9239;border-radius:12px;display:flex;justify-content:center}.product-image img{display:block;max-height:100%;max-width:100%}.product-title{color:#111827;font-size:16px;margin-top:10px}.product-desc{color:#4b5563;font-size:14px;line-height:1.4;margin-top:6px}.products-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.product-card{background:#fff;border:1px solid #e6e6e6;border-radius:14px;cursor:pointer;outline:none;padding:12px;transition:transform .15s ease,box-shadow .15s ease}.product-card:focus,.product-card:hover{box-shadow:0 10px 24px #00000014;transform:translateY(-2px)}.product-image{aspect-ratio:16/10;background:#f7f7f8;border-radius:10px;display:grid;overflow:hidden;place-items:center}.product-image img{height:100%;object-fit:cover;width:100%}.product-title{font-weight:700;margin:10px 0 4px}.product-desc{color:#666;font-size:.95rem}.modal-overlay{background:#00000073;display:grid;inset:0;padding:16px;place-items:center;position:fixed;z-index:80}.modal-card{animation:modalIn .18s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;overflow:hidden;width:min(900px,100%)}@keyframes modalIn{0%{opacity:.6;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:14px 18px}.modal-header h3{font-size:1.15rem;margin:0}.modal-close{background:#0000;border:0;cursor:pointer;font-size:1.25rem;line-height:1}.modal-body{grid-gap:16px;display:grid;gap:16px;grid-template-columns:360px 1fr;padding:16px 18px}@media (max-width:860px){.modal-body{grid-template-columns:1fr}}.modal-figure{aspect-ratio:4/3;background:#f7f7f8;border-radius:12px;display:grid;overflow:hidden;place-items:center}.modal-figure img{height:100%;object-fit:cover;width:100%}.modal-content{font-size:.98rem}.modal-desc{color:#444;margin:0 0 8px}.modal-specs{list-style:none;margin:8px 0 0;padding:0}.modal-specs li{border-bottom:1px dashed #eee;padding:6px 0}.modal-specs li:last-child{border-bottom:0}.modal-footer{border-top:1px solid #eee;display:flex;gap:10px;justify-content:flex-end;padding:14px 18px}.pre-sale-hero{background:#f7f9fc;border-bottom:1px solid #edf1f6;border-top:1px solid #edf1f6;padding-bottom:56px;padding-top:56px}.pre-sale-hero .section-title{color:#1b2e44;margin-bottom:10px}.pre-sale-hero>.container>.container>p{color:#52627a;line-height:1.5;margin-left:auto;margin-right:auto;max-width:760px}.section-sub{margin-top:6px}.pre-sale-benefits{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));list-style:none;margin:18px auto 12px;max-width:760px;padding:0}.pre-sale-benefits li{background:#f7f7f8;border:1px solid #eee;border-radius:10px;font-size:.96rem;padding:10px 12px}.pre-sale-cta{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:14px}.btn{background:#fff;border:1px solid #e6e6e6;border-radius:10px;cursor:pointer;padding:10px 14px}.btn-primary{background:#111827;border-color:#111827;color:#fff}.btn-ghost{background:#fff;color:#111}.btn-whatsapp{align-items:center;background-color:#25d366;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;justify-content:center;padding:10px 16px;text-decoration:none;transition:background-color .2s ease}.btn-whatsapp:hover{background-color:#1ebe5d}.benefit-cards{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin:28px auto 6px;max-width:980px}.benefit-card{animation:benefitFadeUp .5s ease both;background:#fff;border:1px solid #e3eaf2;border-radius:16px;box-shadow:0 8px 22px #1b2e440f;overflow:hidden;padding:22px 18px 20px;position:relative;transition:transform .18s ease,box-shadow .18s ease,border-color .2s ease}.benefit-card:before{background:#f69a38;content:"";height:4px;left:0;position:absolute;right:0;top:0}.benefit-card:hover{border-color:#cbd9e8;box-shadow:0 16px 30px #1b2e441f;transform:translateY(-4px)}.benefit-card:active{transform:translateY(-1px) scale(1.005)}.benefit-icon{border-radius:12px;color:#fff;display:grid;font-size:1.2rem;height:44px;margin:0 0 10px;place-items:center;transition:transform .2s ease;width:44px}.benefit-card:hover .benefit-icon{transform:scale(1.08) rotate(-3deg)}.benefit-card:first-child .benefit-icon{background:linear-gradient(135deg,#2563eb,#3b82f6)}.benefit-card:nth-child(2) .benefit-icon{background:linear-gradient(135deg,#16a34a,#22c55e)}.benefit-card:nth-child(3) .benefit-icon{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.benefit-card:nth-child(4) .benefit-icon{background:linear-gradient(135deg,#dc2626,#ef4444)}.benefit-card:first-child .benefit-icon{background:#1264d8}.benefit-card:nth-child(2) .benefit-icon{background:#1b2e44}.benefit-card:nth-child(3) .benefit-icon{background:#f69a38}.benefit-card:nth-child(4) .benefit-icon{background:#0c8f62}.benefit-card h5{color:#1b2e44;font-size:.94rem;margin:0 0 8px}.benefit-card p{color:#52627a;line-height:1.5;margin:0}@media (max-width:900px){.benefit-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.benefit-cards{grid-template-columns:1fr}.pre-sale-hero{padding-bottom:42px;padding-top:42px}}.produtos-page>.cta-section{background:#1b2e44;border-top:5px solid #f69a38;color:#fff;padding:76px 0 82px}.produtos-page>.cta-section .cta-kicker{color:#f69a38;display:inline-block;font-size:.76rem;font-weight:800;letter-spacing:.14em}.produtos-page>.cta-section .section-title{color:#fff;margin:12px auto 14px}.produtos-page>.cta-section p{color:#dbe7f3;margin-bottom:28px;max-width:640px}.produtos-page>.cta-section .whatsapp-button{background:#f69a38;border-radius:999px;box-shadow:0 10px 24px #0000002e;color:#1b2e44;font-weight:800;padding:15px 26px}.produtos-page>.cta-section .whatsapp-button:hover{background:#ffb45d;color:#1b2e44}:root{--primary-color:#06c;--primary-color-header:#f5f7f8;--primary-dark:#004d99;--secondary-color:#ffc107;--secondary-dark:#e6ac00;--text-color:#333;--light-text:#666;--light-bg:#f5f5f5;--light-bg-2:#f7f7f7;--dark:#222;--border-color:#ddd;--success:#28a745;--error:#dc3545;--gray-light:#eee;--box-shadow:0 3px 10px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;background-color:var(--white);color:#333;color:var(--text-color);font-family:Poppins,sans-serif;font-size:16px;line-height:1.6}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;margin-bottom:15px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:20px}a{color:#06c;color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:#004d99;color:var(--primary-dark)}ol,ul{margin:0 0 20px 20px}.primary-button{background-color:#06c;background-color:var(--primary-color);border:none;border-radius:4px;color:#fff;color:var(--white);cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 24px;text-align:center;transition:background-color .3s ease}.primary-button:hover{background-color:#004d99;background-color:var(--primary-dark);color:#fff;color:var(--white)}.secondary-button{background-color:#fff;background-color:var(--white);border:2px solid #06c;border:2px solid var(--primary-color);border-radius:4px;color:#06c;color:var(--primary-color);cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 24px;text-align:center;transition:all .3s ease}.secondary-button:hover{background-color:#06c;background-color:var(--primary-color);color:#fff;color:var(--white)}.whatsapp-button{align-items:center;background-color:#25d366;border:none;border-radius:4px;color:#fff;color:var(--white);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;padding:12px 24px;transition:background-color .3s ease}.whatsapp-button i{font-size:1.2rem;margin-right:8px}.whatsapp-button:hover{background-color:#128c7e;color:#fff;color:var(--white)}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:2.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:2.5rem}section{padding:60px 0}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.7rem}h3{font-size:1.3rem}section{padding:40px 0}}@media (max-width:480px){h1{font-size:1.8rem}h2{font-size:1.5rem}h3{font-size:1.2rem}section{padding:30px 0}.container{padding:0 15px}}main{min-height:calc(100vh - 380px)}.page-header{background-color:#06c;background-color:var(--primary-color);color:#fff;color:var(--white);padding:40px 0;text-align:center}.page-header h1{margin-bottom:0}.cta-section{background-color:#f5f5f5;background-color:var(--light-bg);padding:60px 0;text-align:center}.cta-section h2{margin-bottom:15px}.cta-section p{margin-bottom:30px;margin-left:auto;margin-right:auto;max-width:700px}.cta-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}input,select,textarea{border:1px solid #ddd;border:1px solid var(--border-color);border-radius:4px;font-family:Poppins,sans-serif;font-size:1rem;margin-bottom:15px;padding:12px;width:100%}input:focus,select:focus,textarea:focus{border-color:#06c;border-color:var(--primary-color);outline:none}label{display:block;font-weight:500;margin-bottom:5px}.form-group{margin-bottom:20px}.error{border-color:#dc3545;border-color:var(--error)}.error-message{color:#dc3545;color:var(--error);display:block;font-size:.85rem;margin-bottom:15px;margin-top:-10px}.success-message{background-color:#28a7451a;border:1px solid #28a745;border:1px solid var(--success);border-radius:4px;margin-bottom:20px;padding:20px;text-align:center}.success-message h3{color:#28a745;color:var(--success);margin-bottom:10px}.whats-fab{background:#25d366;border-radius:50%;bottom:18px;box-shadow:0 10px 30px rgba(255,254,254,.795);color:#fff;display:grid;font-weight:900;height:52px;place-items:center;position:fixed;right:18px;text-decoration:none;transition:transform .08s ease,filter .2s ease;width:52px}.whats-chat{background:#f0eeee;border-radius:12px;bottom:25px;box-shadow:0 4px 12px #0003;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;transform:translateY(10px);transition:all .6s ease;width:250px}.whats-fab:hover .whats-chat{opacity:1;pointer-events:auto;transform:translateY(0)}.whats-header{background:#25d366;color:#fff;font-size:20px;font-weight:700;padding:8px}.whats-body{color:#333;font-size:15px;padding:10px}.whats-body p{margin:0}.carousel{margin:0 auto 8px;position:relative;width:100%}.carousel-track{-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory}.carousel-page{display:flex;flex:0 0 100%;scroll-snap-align:start}.carousel-slide{flex:0 0 auto}.carousel-arrow{background:#fff;border:1px solid #e6e6e6;border-radius:999px;box-shadow:0 6px 18px #00000014;cursor:pointer;display:grid;height:42px;place-items:center;position:absolute;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none;width:42px;z-index:5}.carousel-arrow.left{left:-4px}.carousel-arrow.right{right:-4px}.carousel-arrow:hover{background:#f8f8f8}.carousel-dots{display:flex;gap:6px;justify-content:center;margin-top:10px}.carousel-dot{background:#d4d4d4;border:0;border-radius:999px;cursor:pointer;height:8px;width:8px}.carousel-dot.active{background:#111827}.carousel.ratio-4x3 .card{aspect-ratio:4/3;background:#f7f7f8;border:1px solid #eee;border-radius:14px;overflow:hidden}.carousel.ratio-4x3 .card img{height:100%;object-fit:cover;width:100%}.centered-slide{display:grid;height:100%;padding:0;place-items:center}.centered-slide .cta-section{align-items:center;display:flex;justify-content:center;width:100%}.centered-slide .product-card{margin:0 auto;max-width:460px}.centered-slide .product-image{align-items:center;aspect-ratio:4/3;display:flex;justify-content:center;overflow:hidden;width:100%}.centered-slide .product-image img{display:block;max-height:100%;max-width:100%;object-fit:contain}.carousel-wrap{margin-inline:auto;max-width:900px;overflow:hidden}:root{--color-primary:#61dafb;--color-secondary:#282c34;--color-menu:#f69a38;--color-background:#fff;--color-header:#282c34;--white:#fff;--light-bg-1:#f8f9fa;--light-bg-2:#f1f3f5;--dark:#20232a;--dark-2:#333;--dark-3:#444;--color-text:#000;--text-primary:#212529;--text-secondary:#495057;--text-muted-1:#bbb;--text-muted-2:#aaa;--color-muted:#6c757d;--color-success:#28a745;--color-warning:#ffc107;--color-danger:#dc3545;--color-info:#17a2b8;--gradient-primary:linear-gradient(135deg,#61dafb,#21a1f1);--font-body:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--font-code:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:16px}:root.dark{--color-background:#181a1b;--color-header:#1f2224;--color-text:#f8f9fa;--text-primary:#f8f9fa;--text-secondary:#ced4da;--text-muted-1:#999;--text-muted-2:#777;--color-muted:#868e96;--white:#1f1f1f;--light-bg-1:#222;--light-bg-2:#2a2a2a;--color-primary:#4dc3ff;--gradient-primary:linear-gradient(135deg,#4dc3ff,#1b8cd8)}
/*# sourceMappingURL=main.3984c39d.css.map*/