:root{--color-primary:#4e170d;--color-primary-light:#6b3a2e;--color-primary-dark:#3a110a;--color-accent:#25D366;--color-white:#ffffff;--color-black:#000000;--color-gray-100:#f8f8f8;--color-gray-200:#e9e9e9;--color-gray-300:#d4d4d4;--color-gray-600:#666666;--color-gray-800:#333333;--color-gray-900:#1a1a1a;--font-main:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--header-height:60px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-main);font-size:16px;line-height:1.6;color:var(--color-gray-800);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}h1{font-size:1.625rem;font-weight:700;line-height:1.2;color:var(--color-black)}h2{font-size:1.375rem;font-weight:700;line-height:1.25;color:var(--color-black)}h3{font-size:1.125rem;font-weight:600;line-height:1.3}h4{font-size:1rem;font-weight:600}h5{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}p{margin-bottom:1rem}.container{width:100%;padding-left:20px;padding-right:20px}section{padding-top:3rem;padding-bottom:3rem}section[id]{scroll-margin-top:var(--header-height)}.section-header{text-align:center;margin-bottom:2rem}.section-tag{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.5rem}.section-title{color:var(--color-gray-800);margin-bottom:.75rem}.section-subtitle{color:var(--color-gray-600);font-size:.9375rem}.btn{display:inline-block;padding:14px 24px;font-size:.9375rem;font-weight:600;border-radius:4px;text-align:center;transition:background-color 0.2s,transform 0.2s}.btn-primary{background-color:var(--color-primary);color:var(--color-white)}.btn-primary:active{transform:scale(.98)}.btn-secondary{background-color:var(--color-primary);color:var(--color-white)}.btn-outline{border:2px solid var(--color-primary);color:var(--color-primary);background:#fff0}.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background-color:var(--color-white);box-shadow:0 1px 3px rgb(0 0 0 / .08);z-index:1000;transition:box-shadow 0.3s ease}.header.scrolled{box-shadow:0 2px 20px rgb(0 0 0 / .1)}.header .container{display:flex;align-items:center;justify-content:space-between;height:100%}.logo img{height:36px;width:auto}.menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:26px;height:18px;padding:0;z-index:1001}.menu-toggle span{display:block;width:100%;height:2px;background-color:var(--color-primary);transition:transform 0.3s,opacity 0.3s}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav{position:fixed;top:0;right:-100%;width:85%;max-width:300px;height:100vh;height:100dvh;background-color:var(--color-white);padding:calc(var(--header-height) + 24px) 24px 24px;box-shadow:-4px 0 20px rgb(0 0 0 / .1);transition:right 0.3s ease;overflow-y:auto}.nav.active{right:0}.nav-list{display:flex;flex-direction:column;gap:0;margin-bottom:24px}.nav-link{display:block;padding:14px 0;font-size:1rem;font-weight:500;color:var(--color-gray-800);border-bottom:1px solid var(--color-gray-200)}.nav-link.active{color:var(--color-primary)}.nav .btn-secondary{display:block;width:100%;text-align:center}.hero{padding-top:calc(var(--header-height) + 2rem);padding-bottom:2rem;background-color:var(--color-white)}.hero-bg,.hero-overlay{display:none}.hero-content{text-align:left}.hero h1{margin-bottom:1rem}.hero-subtitle{font-size:1rem;font-weight:600;color:var(--color-primary);margin-bottom:1rem;line-height:1.4}.hero-text{font-size:.9375rem;color:var(--color-gray-800);margin-bottom:1.5rem;line-height:1.6}.hero .btn{width:100%}.services-cards{background-color:var(--color-white);padding-top:0}.cards-grid{display:flex;flex-direction:column;gap:1rem;min-height:600px}.service-card{background-color:var(--color-white);padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .08);min-height:180px}.card-icon{width:60px;height:60px;margin:2rem auto}.card-icon img{display:block;width:60px;height:60px;object-fit:contain}.service-card h2{font-size:.875rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.02em}.service-card p{font-size:.875rem;color:var(--color-gray-600);margin-bottom:0;line-height:1.5}.services-detailed{background-color:var(--color-gray-100)}.services-grid{display:flex;flex-direction:column;gap:1rem}.service-item{position:relative;min-height:380px;border-radius:8px;overflow:hidden;display:flex;align-items:center}.service-item::before{content:'';position:absolute;inset:0;background-image:var(--bg-image);background-size:cover;background-position:center}.service-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(78 23 13 / .98) 0%,rgb(78 23 13 / .92) 50%,rgb(78 23 13 / .85) 100%)}.service-content{position:relative;z-index:2;padding:1.25rem;color:var(--color-white)}.service-content h3{color:var(--color-white);font-size:1.25rem;margin-bottom:.5rem}.service-intro{font-size:.875rem;line-height:1.5;margin-bottom:.75rem;opacity:.95;font-weight:500}.service-list{list-style:none;margin:0;padding:0}.service-list li{font-size:.8125rem;line-height:1.5;padding-left:1.25rem;margin-bottom:.375rem;position:relative;opacity:.95}.service-list li:last-child{margin-bottom:0}.service-list li::before{content:'✓';position:absolute;left:0;color:var(--color-accent);font-weight:700;font-size:.875rem}.features{background-color:var(--color-white)}.features-grid{display:grid;grid-template-columns:1fr;gap:1rem}.feature-card{display:block;background-color:var(--color-white);border:1px solid var(--color-gray-200);border-radius:8px;padding:1.5rem;text-align:center;text-decoration:none;transition:border-color 0.2s,box-shadow 0.2s}.feature-card:hover{border-color:var(--color-primary);box-shadow:0 4px 12px rgb(0 0 0 / .08)}.feature-icon{width:40px;height:40px;margin:0 auto 1rem;color:var(--color-primary)}.feature-card h3{font-size:1rem;font-weight:600;color:var(--color-gray-800);margin-bottom:.5rem}.feature-card p{font-size:.875rem;color:var(--color-gray-600);margin-bottom:0}.cta-section{background-color:var(--color-gray-100)}.cta-grid{display:block}.cta-content .section-tag,.cta-content .section-title{text-align:left}.cta-content .section-title{margin-bottom:1.5rem}.responsible-info{margin-bottom:1.5rem}.responsible-info h3{font-size:.9375rem;font-weight:600;color:var(--color-primary);margin-bottom:.25rem}.responsible-info p{font-size:.875rem;color:var(--color-gray-600);margin-bottom:0}.cta-video{margin-top:2rem;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .1)}.cta-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.testimonials{background-color:var(--color-white)}.testimonials-carousel{position:relative}.testimonials-track{overflow:hidden;min-height:550px;display:flex;align-items:center}.testimonial-item{display:none;text-align:center;padding:0;width:100%}.testimonial-item.active{display:block}.quote-icon{color:var(--color-primary);opacity:.3;width:32px;height:32px;margin:0 auto 1rem}.testimonial-item blockquote p{font-size:1rem;font-style:italic;color:var(--color-gray-800);line-height:1.7;margin-bottom:1.5rem}.testimonial-author{display:block}.testimonial-author strong{display:block;font-size:1rem;color:var(--color-primary);margin-bottom:.25rem}.testimonial-author span{font-size:.8125rem;color:var(--color-gray-600)}.testimonial-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:3px solid var(--color-gray-200)}.testimonial-video-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;margin-bottom:1rem;max-width:100%;width:100%}.testimonial-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.testimonial-video .testimonial-author{margin-top:1rem}.carousel-arrow{display:flex;position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background-color:rgb(255 255 255 / .95);border:1px solid var(--color-gray-200);color:var(--color-gray-800);align-items:center;justify-content:center;cursor:pointer;transition:background-color 0.2s,transform 0.2s;box-shadow:0 2px 8px rgb(0 0 0 / .1);z-index:10}.carousel-arrow:hover{background-color:var(--color-white);transform:translateY(-50%) scale(1.05)}.carousel-arrow.prev{left:10px}.carousel-arrow.next{right:10px}.testimonial-dots{margin-top:1.5rem}.clients{background-color:var(--color-gray-100)}.clients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:center;justify-items:center}.clients-grid img{width:80px;height:80px;object-fit:contain;opacity:.85}.humanized-service{background:linear-gradient(135deg,var(--color-gray-900) 0%,var(--color-gray-800) 100%);color:var(--color-white);text-align:center;padding-top:4rem;padding-bottom:4rem}.humanized-content{max-width:700px;margin:0 auto}.humanized-icon{margin:0 auto 2rem;width:120px;height:120px;display:flex;align-items:center;justify-content:center}.humanized-service h2{color:var(--color-white);font-size:1.75rem;margin-bottom:1.5rem;font-weight:700}.humanized-text{font-size:1rem;line-height:1.8;color:rgb(255 255 255 / .95);margin-bottom:2rem;font-weight:500}.humanized-service .btn{background-color:var(--color-white);color:var(--color-primary);font-weight:700;padding:16px 32px;font-size:1rem}.humanized-service .btn:hover{background-color:var(--color-gray-100);transform:translateY(-2px);box-shadow:0 8px 20px rgb(0 0 0 / .3)}.faq{background-color:var(--color-gray-100)}.faq-grid{display:flex;flex-direction:column;gap:1.5rem}.faq-column{display:flex;flex-direction:column;gap:1rem}.faq-item{background-color:var(--color-white);border-radius:8px;border:1px solid var(--color-gray-200);overflow:hidden;transition:box-shadow 0.2s}.faq-item:hover{box-shadow:0 2px 8px rgb(0 0 0 / .08)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem;text-align:left;font-size:.9375rem;font-weight:600;color:var(--color-gray-800);background:none;border:none;cursor:pointer;transition:color 0.2s;gap:1rem}.faq-question:hover{color:var(--color-primary)}.faq-question span{flex:1}.faq-icon{flex-shrink:0;color:var(--color-primary);transition:transform 0.3s ease}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease;padding:0 1.25rem}.faq-item.active .faq-answer{padding:0 1.25rem 1.25rem}.faq-answer p{font-size:.9375rem;line-height:1.7;color:var(--color-gray-600);margin-bottom:0}.faq-answer a{color:var(--color-primary);font-weight:600;text-decoration:none;border-bottom:1px solid #fff0;transition:border-color 0.2s}.faq-answer a:hover{border-bottom-color:var(--color-primary)}.footer{background-color:var(--color-gray-800);color:var(--color-gray-300);padding:2.5rem 0 1.5rem}.footer-grid{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.footer-col h3{font-size:.9375rem;font-weight:600;color:var(--color-white);margin-bottom:.75rem}.footer-col p{font-size:.875rem;line-height:1.6;margin-bottom:.75rem}.footer-col a:hover{color:var(--color-accent)}.footer-logo{margin-top:1rem;width:120px;opacity:.8}.partners-logos{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.partners-logos img{height:28px;width:auto;opacity:.7}.footer-bottom{padding-top:1.5rem;border-top:1px solid rgb(255 255 255 / .1);text-align:center}.footer-bottom p{font-size:.8125rem;margin-bottom:1rem}.social-links{display:flex;justify-content:center;gap:.75rem}.social-links a{width:36px;height:36px;border-radius:50%;background-color:rgb(255 255 255 / .1);display:flex;align-items:center;justify-content:center;color:var(--color-white)}.youtube-facade{position:relative;width:100%;cursor:pointer;background-color:#000;border-radius:8px;overflow:hidden}.youtube-facade img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity 0.3s}.youtube-facade:hover img{opacity:.85}.youtube-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:none;border:none;padding:0;cursor:pointer;transition:transform 0.2s,opacity 0.3s;opacity:.9;z-index:1}.youtube-play-btn:hover{transform:translate(-50%,-50%) scale(1.1);opacity:1}.youtube-play-btn:focus{outline:3px solid var(--color-accent);outline-offset:4px;border-radius:4px}.youtube-play-btn svg{display:block;filter:drop-shadow(0 2px 8px rgb(0 0 0 / .3))}.youtube-facade iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.contact-section{background-color:var(--color-white)}.contact-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:600px;margin:0 auto}.contact-btn{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-radius:8px;text-align:left;text-decoration:none;transition:transform 0.2s,box-shadow 0.2s;cursor:pointer}.contact-btn:active{transform:scale(.98)}.contact-btn-primary{background-color:var(--color-primary);color:var(--color-white);border:2px solid var(--color-primary);box-shadow:0 4px 12px rgb(78 23 13 / .2)}.contact-btn-primary:hover{background-color:var(--color-primary-dark);box-shadow:0 6px 16px rgb(78 23 13 / .3)}.contact-btn-secondary{background-color:var(--color-white);color:var(--color-gray-800);border:2px solid var(--color-gray-300)}.contact-btn-secondary:hover{border-color:var(--color-primary);color:var(--color-primary);box-shadow:0 4px 12px rgb(0 0 0 / .08)}.contact-icon{flex-shrink:0}.contact-btn-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.contact-btn-text{font-size:1rem;font-weight:600;line-height:1.2}.contact-btn-badge{font-size:.8125rem;opacity:.9;font-weight:500}.contact-btn-primary .contact-btn-badge{color:var(--color-white)}.btn-phone-reveal[disabled]{cursor:default;border-color:var(--color-gray-300)}.btn-phone-reveal[disabled]:hover{transform:none;box-shadow:none}.whatsapp-float-wrapper{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;align-items:center;gap:12px}.whatsapp-float{width:56px;height:56px;border-radius:50%;background-color:var(--color-accent);color:var(--color-white);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgb(37 211 102 / .4);transition:transform 0.3s,box-shadow 0.3s;flex-shrink:0}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px rgb(37 211 102 / .5)}.whatsapp-tooltip{position:relative;background-color:var(--color-white);color:var(--color-gray-800);padding:12px 36px 12px 16px;border-radius:24px;box-shadow:0 4px 16px rgb(0 0 0 / .15);font-size:.875rem;font-weight:600;white-space:nowrap;opacity:0;transform:translateX(20px);pointer-events:none;transition:opacity 0.4s ease,transform 0.4s ease}.whatsapp-tooltip.show{opacity:1;transform:translateX(0);pointer-events:auto}.whatsapp-tooltip-text{display:block}.whatsapp-tooltip-close{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:20px;height:20px;border:none;background:none;color:var(--color-gray-600);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:color 0.2s}.whatsapp-tooltip-close:hover{color:var(--color-gray-800)}@media (min-width:768px){:root{--header-height:70px}h1{font-size:2rem}h2{font-size:1.625rem}h3{font-size:1.25rem}.container{padding-left:32px;padding-right:32px}section{padding-top:4rem;padding-bottom:4rem}.logo img{height:42px}.hero{padding-top:calc(var(--header-height) + 3rem);padding-bottom:3rem}.hero .btn{width:auto}.cards-grid{flex-direction:row;flex-wrap:wrap;min-height:400px}.service-card{flex:1 1 calc(50% - 0.5rem);text-align:center;min-height:200px}.service-card:last-child{flex:1 1 100%;max-width:50%;margin:0 auto}.card-icon{margin:2rem auto}.services-grid{flex-direction:row;flex-wrap:wrap}.service-item{flex:1 1 calc(50% - 0.5rem);min-height:360px}.features-grid{grid-template-columns:repeat(2,1fr)}.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.cta-video{margin-top:0}.carousel-arrow{width:40px;height:40px}.carousel-arrow.prev{left:20px}.carousel-arrow.next{right:20px}.whatsapp-tooltip-text{font-size:0}.whatsapp-tooltip-text::after{content:'Fale conosco';font-size:.875rem}.testimonials-track{min-height:520px}.testimonial-item{padding:0 3rem}.clients-grid{grid-template-columns:repeat(4,1fr)}.contact-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:700px}.contact-btn{padding:1.5rem}.contact-btn-text{font-size:1.0625rem}.clients-grid img{width:100px;height:100px}.faq-grid{display:flex;flex-direction:row;gap:1.5rem;align-items:flex-start}.faq-column{flex:1 1 50%;display:flex;flex-direction:column;gap:1.5rem}.faq-item{width:100%;display:flex;flex-direction:column}.faq-question{padding:1.5rem;font-size:1.0625rem;min-height:80px}.faq-answer{padding:0 1.5rem;flex:1}.faq-item.active .faq-answer{padding:0 1.5rem 1.5rem}.humanized-service h2{font-size:2.25rem}.whatsapp-tooltip-text{display:block}.whatsapp-tooltip-text::after{content:''}.humanized-text{font-size:1.125rem}.whatsapp-tooltip-text{font-size:.875rem}.whatsapp-tooltip-text::after{content:''}.footer-grid{flex-direction:row;flex-wrap:wrap}.footer-col{flex:1 1 calc(50% - 1rem)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;text-align:left}.footer-bottom p{margin-bottom:0}}@media (min-width:1024px){:root{--header-height:80px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.375rem}.container{max-width:1200px;margin:0 auto;padding-left:40px;padding-right:40px}section{padding-top:5rem;padding-bottom:5rem}.menu-toggle{display:none}.nav{position:static;width:auto;max-width:none;height:auto;padding:0;box-shadow:none;display:flex;align-items:center;gap:2rem;overflow:visible}.nav-list{flex-direction:row;gap:0;margin-bottom:0}.nav-link{padding:.5rem 1rem;font-size:.9375rem;border-bottom:none}.nav-link:hover{color:var(--color-primary)}.nav .btn-secondary{width:auto;padding:10px 20px;font-size:.875rem}.hero{position:relative;min-height:85vh;display:flex;align-items:center;padding-top:var(--header-height);padding-bottom:0}.hero-bg{display:block;position:absolute;inset:0;background-image:url(../images/hero/hero-bg.webp);background-size:cover;background-position:center right;z-index:0}.hero-overlay{display:block;position:absolute;inset:0;background:linear-gradient(to right,rgb(255 255 255 / .95) 0%,rgb(255 255 255 / .85) 40%,rgb(255 255 255 / .4) 100%);z-index:1}.hero .container{position:relative;z-index:2}.hero-content{max-width:55%}.hero h1{margin-bottom:1.25rem}.hero-subtitle{font-size:1.125rem;margin-bottom:1.25rem}.hero-text{font-size:1rem;margin-bottom:2rem}.cards-grid{gap:1.5rem;min-height:280px}.service-card{flex:1 1 calc(33.333% - 1rem);padding:2rem;min-height:240px}.service-card:last-child{flex:1 1 calc(33.333% - 1rem);max-width:none;margin:0}.card-icon{width:60px;height:60px}.services-grid{gap:1.5rem}.service-item{flex:1 1 calc(50% - 0.75rem);min-height:400px}.service-content{padding:2rem}.service-intro{font-size:.9375rem}.service-list li{font-size:.875rem;margin-bottom:.5rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{padding:2rem}.testimonials-carousel{max-width:800px;margin:0 auto}.carousel-arrow.prev{left:-20px}.carousel-arrow.next{right:-20px}.testimonials-track{min-height:480px}.testimonial-item blockquote p{font-size:1.125rem}.testimonial-video-wrap{max-width:560px;margin-left:auto;margin-right:auto}.testimonial-photo{width:100px;height:100px}.clients-grid{grid-template-columns:repeat(6,1fr);gap:1.5rem}.clients-grid img{width:120px;height:120px}.humanized-service{padding-top:6rem;padding-bottom:6rem}.humanized-icon{width:140px;height:140px;margin-bottom:2.5rem}.humanized-service h2{font-size:2.75rem;margin-bottom:2rem}.humanized-text{font-size:1.25rem;line-height:1.9}.footer-grid{flex-wrap:nowrap}.footer-col{flex:1}.whatsapp-float{width:56px;height:56px;bottom:24px;right:24px}.whatsapp-float:hover{transform:scale(1.1)}}@media (min-width:1280px){h1{font-size:2.75rem}.container{max-width:1280px}.hero-content{max-width:50%}}@media (min-width:1440px){.container{max-width:1400px}.hero-content{max-width:45%}}