:root{--gold:#f8bc3f;--gold2:#ffc242;--dark:#292929;--text:#626262;--light:#f5f7f6;--container:1120px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Poppins',Arial,sans-serif;color:var(--dark);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(var(--container),calc(100% - 40px));margin:auto}.narrow{width:min(1100px,calc(100% - 40px))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:6px;font-weight:600;transition:.25s ease}.gold-btn,.hero-btn{background:var(--gold);color:#222;padding:13px 24px}.gold-btn:hover,.hero-btn:hover{background:#ffca57;transform:translateY(-1px)}
.site-header{position:absolute;z-index:50;left:0;top:0;width:100%;height:128px;border-bottom:1px solid rgba(255,255,255,.45);transition:.25s}.header-inner{height:100%;width:min(1120px,calc(100% - 32px));margin:auto;display:flex;align-items:center;gap:24px}.site-header.scrolled{position:fixed;height:88px;background:rgba(38,46,50,.95);backdrop-filter:blur(8px);box-shadow:0 5px 20px rgba(0,0,0,.15)}.brand{display:flex;align-items:center;min-width:180px;color:#fff}.site-logo{display:block;width:180px;max-height:72px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}.brand-mark{width:34px;height:42px;border:2px solid var(--gold);color:var(--gold);display:grid;place-items:center;font-size:20px;font-weight:800;transform:skew(-8deg)}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:15px;letter-spacing:1.4px}.brand-copy small{font-size:7px;letter-spacing:1px;margin-top:5px}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:20px;flex:1}.desktop-nav>a,.nav-dropdown>button{position:relative;color:#fff;font:600 12px/1 'Poppins',sans-serif;border:0;background:none;padding:18px 0;white-space:nowrap;cursor:pointer}.desktop-nav>a.active{color:#ffd03f}.desktop-nav>a.active:after{content:"";position:absolute;left:0;right:0;bottom:8px;height:2px;background:#ffd03f}.nav-dropdown{position:relative}.nav-dropdown button i{font-size:9px}.dropdown-menu{display:none;position:absolute;top:46px;left:-14px;background:#fff;min-width:225px;padding:8px 0;box-shadow:0 12px 35px rgba(0,0,0,.18);border-radius:4px}.dropdown-menu a{display:block;padding:10px 14px;color:#444;font-size:12px}.dropdown-menu a:hover{background:#f8f8f8;color:#d89705}.nav-dropdown:hover .dropdown-menu{display:block}.header-whatsapp{padding:10px 20px;color:#fff;border:1px solid var(--gold);border-radius:8px;font-size:13px}.menu-toggle,.mobile-menu{display:none}
.hero{height:950px;position:relative;overflow:hidden;background:#777}.hero-panels{position:absolute;inset:0;display:grid;grid-template-columns:25% 24% 51%}.hero-panel{background-size:cover;background-position:center}.panel-a{background-image:url('../img/hero-left.jpg');background-position:43% center}.panel-b{background-image:url('../img/hero-mid.jpg');background-position:50% center}.panel-c{background-image:url('../img/hero-right.jpg');background-position:65% center}.hero-overlay{position:absolute;inset:0;background:rgba(32,46,52,.42)}.hero-content{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding-top:80px}.eyebrow{margin:0 0 22px;color:#ffc641;font-size:17px;letter-spacing:7px;font-weight:700}.hero h1{font-size:65px;line-height:1.08;margin:0;font-weight:800;letter-spacing:-2px}.hero h1 span{font-weight:800}.hero h1 strong{color:#ffc043;font-weight:800}.cursor{color:#ffc043;font-weight:400;animation:blink 1s infinite}@keyframes blink{50%{opacity:0}}.hero-btn{margin-top:25px;font-size:14px}
.section{padding:82px 0}.section-title{text-align:center;font-size:44px;line-height:1;margin:0 0 20px}.section-intro{text-align:center;color:#666;font-size:13.5px;line-height:1.6;max-width:980px;margin:0 auto}.title-rule{display:block;width:110px;height:2px;background:#f5b700;margin:38px auto 30px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{height:330px;border-radius:11px;position:relative;z-index:1;overflow:hidden;background-size:cover;background-position:center;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;transform:translateZ(0) scale(1);transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s ease,filter .32s ease;will-change:transform}.service-card:hover{z-index:20;transform:translateY(-8px) scale(1.055);box-shadow:0 22px 45px rgba(0,0,0,.28);filter:saturate(1.08)}.service-card:before{content:"";position:absolute;inset:0;background-size:cover;background-position:center;filter:saturate(.85)}.service-1:before{background-image:url('../img/service-1.jpg')}.service-2:before{background-image:url('../img/service-2.jpg')}.service-3:before{background-image:url('../img/service-3.jpg')}.service-4:before{background-image:url('../img/service-4.jpg')}.service-5:before{background-image:url('../img/service-5.jpg')}.service-6:before{background-image:url('../img/service-6.jpg')}.card-shade{position:absolute;inset:0;background:rgba(94,73,50,.55);backdrop-filter:blur(.2px);transition:background .32s ease}.service-card:hover .card-shade{background:rgba(76,57,37,.42)}.card-copy{position:relative;z-index:1;padding:28px}.card-copy h3{font-size:22px;line-height:1.12;margin:0 0 16px}.card-copy p{font-size:14px;line-height:1.55;margin:0;font-weight:500}.services-actions{display:flex;justify-content:center;gap:20px;margin-top:20px}.services-actions .btn{width:340px;font-size:16px}
.testimonials{background:#f2f5f3;padding:92px 0 88px;min-height:430px}.testimonial-wrap{max-width:760px;text-align:center}.testimonial{display:none}.testimonial.is-active{display:block}.stars{color:#ffbf00;font-size:24px;letter-spacing:2px;margin-bottom:6px}.testimonial blockquote{margin:0 auto 34px;color:#78909b;font-size:16px;line-height:1.6;font-style:italic;max-width:720px}.testimonial strong{display:block;font-size:12px;font-weight:500}.testimonial small{display:block;color:#bbb;font-size:9px;margin-top:2px}.testimonial-dots{display:flex;gap:6px;justify-content:center;margin-top:32px}.testimonial-dots button{border:0;width:8px;height:8px;border-radius:50%;background:#d2d2d2;padding:0}.testimonial-dots button.active{background:#323232}
.contact-section{padding:110px 0 125px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:center}.contact-copy{padding-top:25px}.contact-kicker{font-size:16px}.contact-copy h2{font-size:46px;line-height:1.05;margin:18px 0 24px;font-weight:500}.contact-copy p{font-size:13px;line-height:1.55;color:#626262}.contact-form{display:flex;flex-direction:column;gap:13px}.contact-form label{font-size:11px;font-weight:600;color:#111}.contact-form b{color:#e1a51b}.contact-form input,.contact-form textarea{width:100%;margin-top:5px;background:#fafafa;border:1px solid #ececec;padding:13px 12px;font:12px 'Poppins';outline:none}.contact-form textarea{height:150px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{border-color:#f3bd43}.submit-btn{border:0;align-self:flex-start;color:#fff;padding:12px 20px;cursor:pointer}.form-status{padding:10px;border-radius:5px;font-size:12px}.form-status.enviado{background:#e8f7ed;color:#20753c}.form-status.erro,.form-status.falha{background:#fff2ee;color:#a34832}
.whatsapp-cta{height:490px;position:relative;overflow:hidden;color:#fff}.cta-panels{position:absolute;inset:0;display:grid;grid-template-columns:25% 24% 51%}.cta-panels div:nth-child(1){background:url('../img/hero-left.jpg') center/cover}.cta-panels div:nth-child(2){background:url('../img/hero-mid.jpg') center/cover}.cta-panels div:nth-child(3){background:url('../img/hero-right.jpg') center/cover}.cta-overlay{position:absolute;inset:0;background:rgba(43,67,76,.45)}.cta-content{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cta-content h2{font-size:45px;line-height:1.08;margin:0;font-weight:600}.cta-content .title-rule{margin:22px auto 22px;width:72px}.cta-content p{font-size:12.5px;line-height:1.5;margin:0}.cta-content .hero-btn{color:#222;margin-top:28px}
.site-footer{background:#fff;padding:58px 0 20px}.footer-logo{display:block;width:210px;max-height:80px;object-fit:contain;object-position:left center}.footer-main{display:grid;grid-template-columns:1.3fr .8fr 1fr .9fr;gap:55px;align-items:start}.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:44px}.brand-mark.dark{color:#c78c00;border-color:#c78c00}.dark-copy{color:#666}.contact-line{display:flex;gap:12px;align-items:center;color:#777;font-size:12px;margin:12px 0}.contact-line i{color:#f4b42d;width:14px}.align-start{align-items:flex-start}.footer-col h3{font-size:15px;margin:0 0 14px}.footer-col>a:not(.btn){display:block;color:#777;font-size:12px;margin:10px 0}.footer-btn{background:#f7b93c;color:#fff;width:165px;padding:9px 12px;margin-top:14px;font-size:13px}.footer-bottom{border-top:1px solid #eee;margin-top:22px;padding-top:20px;text-align:center;color:#bbb;font-size:10px}.floating-whatsapp{position:fixed;z-index:80;left:28px;bottom:28px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:32px;box-shadow:0 6px 18px rgba(0,0,0,.2)}.back-to-top{position:fixed;z-index:80;right:23px;bottom:30px;width:43px;height:43px;border-radius:4px;background:#ffc400;color:#fff;display:grid;place-items:center;font-size:11px}
@media(max-width:1180px){.desktop-nav{gap:12px}.desktop-nav>a,.nav-dropdown>button{font-size:10px}.header-whatsapp{padding:9px 12px}.hero h1{font-size:56px}}
@media(max-width:980px){.site-header{height:92px}.desktop-nav,.header-whatsapp{display:none}.header-inner{justify-content:space-between}.menu-toggle{display:flex;width:42px;height:42px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:5px}.menu-toggle span{height:2px;background:#fff;width:26px}.mobile-menu{position:absolute;top:92px;left:0;right:0;background:#26343a;padding:18px 24px;display:none;flex-direction:column}.mobile-menu.open{display:flex}.mobile-menu a{color:#fff;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px}.mobile-menu .mobile-wa{color:#f9c23e}.hero{height:760px}.hero h1{font-size:45px}.service-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{gap:50px}.footer-main{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.container,.narrow{width:min(100% - 28px,1120px)}.hero{height:690px}.hero-panels,.cta-panels{grid-template-columns:1fr}.panel-a,.panel-b,.cta-panels div:nth-child(1),.cta-panels div:nth-child(2){display:none}.hero h1{font-size:38px;line-height:1.1}.eyebrow{font-size:13px;letter-spacing:5px}.section{padding:62px 0}.section-title{font-size:36px}.service-grid{grid-template-columns:1fr}.service-card{height:315px}.services-actions{flex-direction:column}.services-actions .btn{width:100%}.testimonials{padding:70px 0}.testimonial blockquote{font-size:14px}.contact-section{padding:70px 0}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-copy h2{font-size:40px}.whatsapp-cta{height:430px}.cta-content h2{font-size:34px}.cta-content p br{display:none}.footer-main{grid-template-columns:1fr;gap:30px}.footer-brand{margin-bottom:26px}.floating-whatsapp{left:18px;bottom:18px}.back-to-top{right:18px;bottom:22px}}

/* ===== Página Sobre nós ===== */
.about-page{background:#fff}.about-hero{height:460px;position:relative;overflow:hidden}.about-hero .hero-panels{grid-template-columns:25% 24% 51%}.about-hero-overlay{position:absolute;inset:0;background:rgba(53,38,23,.48)}.about-hero-content{position:relative;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;padding-top:110px;text-align:center}.about-hero h1{margin:0;font-size:58px;line-height:1;font-weight:800;letter-spacing:-1.5px}.about-content{padding:88px 0 35px}.about-container{width:min(1120px,calc(100% - 40px))}.about-lead{margin:0 auto 62px;max-width:1110px;text-align:center;color:#607d89;font-size:15px;line-height:1.08;font-weight:400}.about-main-image{display:block;width:100%;height:515px;object-fit:cover;border-radius:8px;margin:0 auto 72px}.about-columns{display:grid;grid-template-columns:1fr 1fr;gap:82px}.about-block h2,.center-heading h2{margin:0;font-size:18px;line-height:1.2;font-weight:700;color:#222}.about-rule{display:block;width:74px;height:2px;background:#f4b600;margin:9px 0 15px}.about-rule.long{width:150px}.about-block p,.center-heading p{margin:0 0 17px;color:#595959;font-size:13px;line-height:1.55}.about-block h3{margin:16px 0 10px;font-size:13px;color:#4d4d4d;font-weight:600}.solutions{margin-top:70px}.solutions>p{margin-top:24px}.solutions-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-top:46px}.solutions-grid ul,.why-list{list-style:none;padding:0;margin:0}.solutions-grid li{display:flex;align-items:center;gap:13px;margin:12px 0;color:#48515d;font-size:15px}.solutions-grid i,.why-list i,.about-contact-details i{color:#f7b73d}.why-us{margin-top:80px}.center-heading{text-align:center}.center-heading .about-rule.center{margin:10px auto 28px;width:132px}.center-heading p{margin-bottom:0}.why-list{margin:48px 0 0 18px}.why-list li{display:flex;align-items:center;gap:12px;color:#44505b;font-size:15px;margin:12px 0}.why-list i{font-size:17px}.about-contact{margin-top:118px;margin-bottom:150px}.about-contact .center-heading h2{font-size:17px}.about-contact .contact-rule{width:150px!important;margin-bottom:42px!important}.about-contact-details{width:560px;max-width:100%;margin:0 0 0 18px}.about-contact-details p{display:flex;align-items:center;gap:12px;color:#4f5963;font-size:15px;margin:12px 0}.about-contact-details i{width:16px;text-align:center}.about-contact-action{text-align:center;margin-top:25px}.about-wa{min-width:205px;padding:9px 22px;color:#fff;border-radius:2px}.about-page + .site-footer{padding-top:0}

@media(max-width:980px){.about-hero{height:390px}.about-hero h1{font-size:48px}.about-content{padding-top:65px}.about-main-image{height:440px}.about-columns{gap:45px}.solutions-grid{gap:45px}}
@media(max-width:700px){.about-hero{height:330px}.about-hero .hero-panels{grid-template-columns:1fr}.about-hero .panel-a,.about-hero .panel-b{display:none}.about-hero-content{padding-top:80px}.about-hero h1{font-size:40px}.about-content{padding-top:50px}.desktop-br{display:none}.about-lead{font-size:13px;line-height:1.45;margin-bottom:38px}.about-main-image{height:260px;margin-bottom:48px}.about-columns,.solutions-grid{grid-template-columns:1fr;gap:38px}.solutions{margin-top:55px}.solutions-grid{margin-top:28px}.why-us{margin-top:60px}.why-list{margin-left:0;margin-top:35px}.about-contact{margin-top:75px;margin-bottom:90px}.about-contact-details{margin-left:0}.about-contact-details p{align-items:flex-start;font-size:13px}.about-wa{width:100%}}

/* ===== Páginas Guindastes ===== */
.nav-dropdown>button.active{color:#ffd03f}.nav-dropdown>button.active:after{content:"";position:absolute;left:0;right:0;bottom:8px;height:2px;background:#ffd03f}
.equipment-hero{height:460px}.equipment-hero .about-hero-content h1{font-size:58px;line-height:.95}.equipment-content{padding:92px 0 0}.equipment-container{width:min(1120px,calc(100% - 40px))}.equipment-copy h2{margin:0;font-size:18px;font-weight:700}.equipment-copy p{font-size:13px;line-height:1.55;color:#595959;margin:0 0 16px}.equipment-divider{display:block;width:150px;height:2px;background:#f4b600;margin:72px 0 42px}.equipment-gallery{display:grid;grid-template-columns:1fr 1fr;gap:38px}.equipment-gallery img{width:100%;height:auto;max-height:none;object-fit:contain;border-radius:3px;display:block}.equipment-placeholder{height:220px;border:1px dashed #d7a936;background:linear-gradient(135deg,#faf7ef,#f4f4f4);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#9a7b32;border-radius:3px;overflow:hidden}.equipment-placeholder i{font-size:36px;margin-bottom:12px;color:#f4b73d}.equipment-placeholder strong{font-size:13px}.equipment-placeholder small{font-size:10px;color:#999;margin-top:5px}.equipment-contact{margin-top:500px;margin-bottom:150px}.equipment-contact .center-heading h2{font-size:17px}.equipment-contact .contact-rule{width:150px!important;margin-bottom:42px!important}.equipment-contact-details{width:560px;max-width:100%;margin:0 0 0 18px}.equipment-contact-details p{display:flex;align-items:center;gap:12px;color:#4f5963;font-size:15px;margin:12px 0}.equipment-contact-details i{color:#f7b73d;width:16px;text-align:center}.equipment-page + .site-footer{padding-top:0}
@media(max-width:700px){.equipment-hero{height:340px}.equipment-hero .about-hero-content h1{font-size:39px;line-height:1.05}.equipment-content{padding-top:58px}.equipment-gallery{grid-template-columns:1fr;gap:18px}.equipment-placeholder{height:190px}.equipment-gallery img{height:auto}.equipment-divider{margin:50px 0 30px}.equipment-contact{margin-top:180px;margin-bottom:90px}.equipment-contact-details{margin-left:0}.equipment-contact-details p{font-size:13px;align-items:flex-start}}

/* ===== Páginas de Serviços ===== */
.services-dropdown .dropdown-menu{min-width:270px}.services-dropdown .dropdown-menu a{padding:11px 14px;line-height:1.35}.service-page{background:#fff}.service-hero{height:460px}.service-hero .about-hero-content h1{font-size:58px;line-height:.96;max-width:980px}.service-body{padding:92px 0 0}.service-container{width:min(1120px,calc(100% - 40px))}.service-copy h2,.quality-content h2{margin:0;font-size:18px;font-weight:700}.service-copy p,.quality-content p,.quality-content li{font-size:13px;line-height:1.55;color:#595959}.service-copy p{margin:0 0 16px}.service-rule{display:block;width:150px;height:2px;background:#f4b600;margin:10px 0 14px}.service-divider{display:block;width:150px;height:2px;background:#f4b600;margin:72px 0 42px}.service-gallery{display:grid;grid-template-columns:1fr 1fr;gap:34px}.service-gallery img{width:100%;height:auto;max-height:none;object-fit:contain;display:block}.service-image-placeholder{width:100%;height:315px}.service-image-placeholder{border:1px dashed #d5ae51;background:linear-gradient(135deg,#faf7ef,#f3f3f3);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#987a39;text-align:center}.service-image-placeholder i{font-size:32px;color:#f3b83f;margin-bottom:10px}.service-image-placeholder strong{font-size:13px}.service-image-placeholder small{font-size:10px;color:#999;margin-top:5px}.service-contact{margin-top:125px;margin-bottom:150px}.service-contact.large-gap{margin-top:430px}.service-contact .center-heading h2{font-size:17px}.service-contact .contact-rule{width:150px!important;margin-bottom:42px!important}.service-contact-details{width:560px;max-width:100%;margin:0 0 0 18px}.service-contact-details p{display:flex;align-items:center;gap:12px;color:#4f5963;font-size:15px;margin:12px 0}.service-contact-details i{color:#f7b73d;width:16px;text-align:center}.service-page + .site-footer{padding-top:0}.quality-content{max-width:1100px}.quality-list{list-style:none;margin:8px 0 42px;padding:0}.quality-list li{margin:13px 0}.quality-list i{font-size:11px;margin-right:3px;color:#6a625d}.quality-subtitle{font-size:18px!important;font-weight:500!important;color:#555!important;margin:42px 0 14px!important}.quality-person{margin:48px 0 0!important;line-height:1.5!important}.prancha-list{list-style:none;padding:0;margin:14px 0 0}.prancha-list li{font-size:13px;color:#595959;margin:4px 0}.no-gallery-space{height:40px}.short-content-contact{margin-top:150px}.service-page.storage .service-contact{margin-top:145px}.service-page.dismantling .service-contact{margin-top:125px}.quality-page .service-contact{margin-top:110px}.prancha-page .service-contact{margin-top:110px}
@media(max-width:700px){.service-hero{height:340px}.service-hero .about-hero-content h1{font-size:38px;line-height:1.04;padding:0 10px}.service-body{padding-top:58px}.service-gallery{grid-template-columns:1fr;gap:18px}.service-gallery img{height:auto}.service-image-placeholder{height:230px}.service-divider{margin:50px 0 30px}.service-contact,.service-contact.large-gap,.short-content-contact,.service-page.storage .service-contact,.service-page.dismantling .service-contact,.quality-page .service-contact,.prancha-page .service-contact{margin-top:80px;margin-bottom:90px}.service-contact-details{margin-left:0}.service-contact-details p{font-size:13px;align-items:flex-start}.services-dropdown .dropdown-menu{min-width:230px}}


/* ===== Cidades Atendidas ===== */
.cities-page{background:#fff}.cities-hero{height:460px}.cities-hero .about-hero-content h1{font-size:58px;line-height:.97;max-width:980px}.cities-content{padding:92px 0 0}.cities-container{width:min(1120px,calc(100% - 40px));margin:auto}.city-service-block h2{margin:0;font-size:18px;font-weight:700;color:#222}.city-rule{display:block;width:150px;height:2px;background:#f4b600;margin:9px 0 38px}.cities-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:88px}.cities-grid ul{list-style:none;margin:0;padding:0}.cities-grid li{font-size:15px;line-height:1.45;color:#6a6a6a;margin:2px 0;position:relative;padding-left:11px}.cities-grid li:before{content:"–";position:absolute;left:0;top:0}.cities-divider{display:block;width:150px;height:2px;background:#f4b600;margin:76px 0 72px}.cities-page .service-contact{margin-top:95px;margin-bottom:150px}.cities-page + .site-footer{padding-top:0}
@media(max-width:900px){.cities-grid{column-gap:38px}.cities-grid li{font-size:14px}}
@media(max-width:700px){.cities-hero{height:340px}.cities-hero .about-hero-content h1{font-size:38px;line-height:1.04;padding:0 10px}.cities-content{padding-top:58px}.cities-grid{grid-template-columns:1fr;gap:0}.cities-grid ul{margin-bottom:0}.cities-grid li{font-size:13px;line-height:1.55}.city-rule{margin-bottom:25px}.cities-divider{margin:50px 0}.cities-page .service-contact{margin-top:70px;margin-bottom:90px}}

/* ===== Canal de Denúncias ===== */
.report-page{background:#f4f5f6;min-height:100vh}.report-page+.site-footer{padding-top:0}
.report-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#17191c 0%,#24282d 58%,#1d2125 100%);min-height:540px;color:#fff;display:flex;align-items:center;padding-top:105px}
.report-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(248,188,63,.65),transparent)}
.report-hero-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.report-hero-glow-a{width:460px;height:460px;right:-120px;top:-170px;background:radial-gradient(circle,rgba(248,188,63,.18),transparent 68%)}.report-hero-glow-b{width:360px;height:360px;left:-120px;bottom:-170px;background:radial-gradient(circle,rgba(255,255,255,.07),transparent 70%)}
.report-hero-inner{position:relative;z-index:2}.report-kicker{display:inline-flex;align-items:center;gap:9px;color:#f8bc3f;font-size:13px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;margin-bottom:22px}.report-kicker i{font-size:16px}
.report-hero h1{font-size:68px;line-height:.94;margin:0;letter-spacing:-2.5px;font-weight:800;max-width:650px}.report-hero h1 span{color:#f8bc3f}.report-hero p{font-size:15px;line-height:1.7;color:#d2d5d8;max-width:650px;margin:25px 0 0}
.report-hero-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.report-hero-chips span{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.06);font-size:11px;color:#eceff1;backdrop-filter:blur(6px)}.report-hero-chips i{color:#f8bc3f}
.report-content{padding:82px 0 105px}.report-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:32px;align-items:stretch}.report-info-card,.report-form-card{border-radius:18px;background:#fff;box-shadow:0 18px 55px rgba(20,25,30,.08)}
.report-info-card{padding:46px 44px;border-top:4px solid #f8bc3f}.report-card-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:#fff6df;color:#d99a0e;font-size:22px;margin-bottom:26px}.report-label{font-size:11px;letter-spacing:1.4px;color:#b27a00;font-weight:800}.report-info-card h2,.report-form-card h2{font-size:27px;line-height:1.2;color:#23272b;margin:8px 0 24px}.report-info-card>p{font-size:13.5px;line-height:1.78;color:#5f666c;margin:0 0 19px}.report-info-card strong{color:#272b2f}.report-highlight{display:flex;gap:14px;align-items:flex-start;background:#fff8e8;border:1px solid #f8e2ae;border-radius:12px;padding:17px 18px;margin:26px 0}.report-highlight>i{color:#d69a12;margin-top:3px}.report-highlight p{font-size:13px;line-height:1.65;color:#5b6064;margin:0}.report-closing{margin-bottom:0!important;font-weight:600;color:#373c40!important}
.report-form-card{padding:42px 42px 38px}.report-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid #eceeef;padding-bottom:18px;margin-bottom:28px}.report-form-head h2{margin:7px 0 0}.report-form-lock{width:42px;height:42px;border-radius:12px;background:#22272b;color:#f8bc3f;display:grid;place-items:center;flex:0 0 auto}
.report-form{display:grid;gap:22px}.report-field label{display:block;font-size:12px;font-weight:700;color:#30353a;margin-bottom:9px}.report-field label span{color:#db8f00}.report-input-wrap{position:relative}.report-input-wrap>i{position:absolute;left:15px;top:50%;transform:translateY(-50%);font-size:13px;color:#a5abb0}.report-input-wrap input,.report-field textarea{width:100%;border:1px solid #dfe3e6;background:#fafbfb;color:#333;border-radius:10px;outline:none;font:400 13px 'Poppins',sans-serif;transition:border-color .2s,box-shadow .2s,background .2s}.report-input-wrap input{height:50px;padding:0 15px 0 42px}.report-field textarea{min-height:185px;resize:vertical;padding:15px 16px;line-height:1.6}.report-input-wrap input:focus,.report-field textarea:focus{border-color:#e3ad33;background:#fff;box-shadow:0 0 0 4px rgba(248,188,63,.13)}.report-input-wrap input::placeholder,.report-field textarea::placeholder{color:#adb2b6}.report-field-note{font-size:10.5px;color:#8d949a;margin-top:8px;display:flex;align-items:center;gap:6px}.report-field-note i{color:#c68d11}
.report-submit{border:0;border-radius:10px;background:#f8bc3f;color:#202326;min-height:52px;padding:0 19px;font:700 13px 'Poppins',sans-serif;display:flex;align-items:center;justify-content:space-between;cursor:pointer;box-shadow:0 9px 22px rgba(215,154,17,.22);transition:transform .2s,background .2s,box-shadow .2s}.report-submit:hover{transform:translateY(-2px);background:#ffc952;box-shadow:0 13px 28px rgba(215,154,17,.28)}.report-submit i{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.45);font-size:11px}.report-privacy{margin:0;text-align:center;font-size:10.5px;color:#92999f}.report-privacy i{color:#687078;margin-right:4px}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.report-alert{display:flex;gap:12px;align-items:flex-start;padding:13px 15px;border-radius:10px;font-size:11.5px;line-height:1.5;margin:-4px 0 22px}.report-alert>i{font-size:16px;margin-top:2px}.report-alert.success{background:#edf9f2;border:1px solid #c8ead6;color:#276742}.report-alert.error{background:#fff1f1;border:1px solid #f0cccc;color:#9b3838}
.report-page~.floating-whatsapp{z-index:60}
@media(max-width:900px){.report-grid{grid-template-columns:1fr}.report-hero h1{font-size:58px}.report-content{padding-top:55px}}
@media(max-width:700px){.report-hero{min-height:500px;padding-top:125px}.report-hero h1{font-size:47px;letter-spacing:-1.5px}.report-hero p{font-size:13px}.report-hero-chips{gap:7px}.report-hero-chips span{font-size:10px}.report-content{padding:42px 0 70px}.report-info-card,.report-form-card{border-radius:14px}.report-info-card{padding:32px 25px}.report-form-card{padding:30px 24px}.report-info-card h2,.report-form-card h2{font-size:23px}.report-form-head{margin-bottom:23px}.report-field textarea{min-height:165px}}

/* ===== Contato ===== */
.contact-page{background:#fff}.contact-hero{height:460px}.contact-hero .about-hero-content h1{font-size:58px}.contact-page-body{padding:88px 0 0}.contact-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:78px;align-items:start}.contact-page-info{padding-top:8px}.contact-page-info h2{font-size:28px;font-weight:500;margin:0;color:#222}.contact-page-rule{display:block;width:72px;height:2px;background:#f4b600;margin:10px 0 32px}.contact-info-item{display:flex;gap:18px;align-items:flex-start;margin:22px 0;color:#222}.contact-info-item>i{width:18px;font-size:18px;margin-top:5px;color:#111}.contact-info-item strong{display:block;font-size:19px;line-height:1.1;margin-bottom:3px}.contact-info-item a,.contact-info-item span{display:block;color:#68727c;font-size:13px;line-height:1.45}.contact-social-btn{height:38px;background:#f8bf4a;color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;border-radius:7px;font-size:14px;font-weight:600;margin-top:18px;transition:.2s}.contact-social-btn:hover{background:#ffca5c;transform:translateY(-1px)}.contact-page-form-wrap{padding-top:5px}.contact-page-form{gap:15px}.contact-page-form label{font-size:11px}.contact-page-form input{height:42px}.contact-page-form textarea{height:132px}.contact-page-form .submit-btn{margin-top:2px}.contact-map-wrap{margin-top:115px;margin-bottom:38px}.contact-map-wrap iframe{display:block;width:100%;height:335px;border:0}.contact-page+.site-footer{padding-top:22px}
@media(max-width:800px){.contact-page-grid{grid-template-columns:1fr;gap:48px}.contact-map-wrap{margin-top:70px}.contact-page-info{padding-top:0}}
@media(max-width:700px){.contact-hero{height:340px}.contact-hero .about-hero-content h1{font-size:40px}.contact-page-body{padding-top:55px}.contact-page-info h2{font-size:25px}.contact-info-item strong{font-size:17px}.contact-map-wrap iframe{height:280px}.contact-map-wrap{margin-bottom:10px}}
