/* Extensões do visual existente para as páginas institucionais. */
.skip-link{position:fixed;top:8px;left:12px;z-index:100;background:var(--preto);color:var(--branco);padding:12px 18px;border-radius:10px;transform:translateY(-150%)}
.skip-link:focus{transform:none}
.main-nav a[aria-current="page"]:after{width:100%}
.main-nav a[aria-current="page"]{color:var(--ouro2)}
.main-nav .mobile-nav-cta{padding:16px 26px;font-size:16px;gap:9px}
.main-nav .mobile-nav-cta:after{display:none}
.main-nav .mobile-nav-cta svg{width:20px;height:20px}
.btn{max-width:100%;white-space:normal;text-align:center;line-height:1.5;cursor:pointer}
.header-cta{white-space:nowrap;flex-shrink:0}
.logo-header{flex-shrink:0}
.mobile-menu-toggle{position:relative;z-index:63;flex-shrink:0}
.button-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:26px}
.section-action{display:flex;justify-content:center;margin-top:36px}
.section-heading{max-width:740px;margin:0 auto 42px;text-align:center}
.section-heading p{margin-top:18px;color:var(--texto-suave)}
.dark .section-heading p{color:rgba(255,255,255,.74)}
.surface-soft{background:var(--suave)}
.home-map{padding:0;width:100%;height:280px}
.home-map iframe{display:block;width:100%;height:100%;border:0}
@media(max-width:640px){.home-map{height:220px}}
.page-hero{position:relative;color:var(--branco);min-height:300px;display:flex;align-items:center;background-color:var(--preto-profundo);background-image:var(--bg-desktop);background-size:cover;background-position:center;overflow:hidden}
@media(max-width:640px){.page-hero{background-image:var(--bg-mobile, var(--bg-desktop))}}
.page-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,9,6,.86),rgba(10,9,6,.62))}
.page-hero-inner{position:relative;z-index:1;padding:40px 0}
.page-hero h1{font-size:clamp(30px,3.6vw,44px);margin:0 0 10px}
.page-hero p{font-size:15.5px;color:rgba(255,255,255,.78);max-width:560px}
.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.editorial-grid>*,.form-grid>*{min-width:0}
.editorial-grid figure img{width:100%;height:420px;object-fit:cover;border-radius:24px;}
.editorial-grid figcaption{font-size:12px;color:var(--texto-suave);margin-top:14px}
.editorial-copy p{color:var(--texto-suave);margin-top:14px}
.editorial-copy p strong{color:var(--preto)}
.legal-content{max-width:780px}
.legal-content p{color:var(--texto-suave);margin-top:18px;line-height:1.7}
.legal-content p:first-child{margin-top:0}
.legal-content a{color:var(--ouro2);font-weight:600}
.editorial-copy p:first-child{margin-top:0}
.editorial-reverse figure{order:2}
.editorial-copy h3{font-size:22px;margin-bottom:4px}
.service-group-title{font-size:20px;color:var(--preto);margin:48px 0 22px;display:flex;align-items:center;gap:12px}
.service-group-title:first-of-type{margin-top:8px}
.service-group-title .badge{width:34px;height:34px;border-radius:50%;border:2px solid var(--preto);background:var(--ouro);display:grid;place-items:center;flex:0 0 auto}
.service-group-title .badge svg{width:17px;height:17px;stroke:var(--preto);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.service-card{background:var(--branco);border:1px solid var(--borda);border-radius:18px;overflow:hidden;display:flex;flex-direction:column}
.service-card img{width:100%;height:210px;object-fit:cover;display:block}
.service-card .body{padding:16px;display:flex;flex-direction:column;flex:1}
.service-card h4{font-size:15px;margin-bottom:6px;color:var(--preto)}
.service-card p{font-size:13px;color:var(--texto-suave);margin-bottom:12px;flex:1}
.service-card .btn{align-self:flex-start;font-size:12px;padding:6px 8px 6px 16px}
.service-card .btn::after{width:22px;height:22px;border-width:1.5px}
.service-carousel{display:flex;align-items:center;gap:14px}
.carousel-viewport{overflow:hidden;flex:1;min-width:0}
.carousel-track{display:flex;gap:20px;transition:transform .5s ease}
.service-carousel .service-card,.service-carousel .diff{flex:0 0 calc((100% - 2*20px)/3);box-sizing:border-box}
.carousel-nav{flex:0 0 auto;width:40px;height:40px;border-radius:50%;border:1px solid rgba(13,13,12,.12);background:var(--branco);display:grid;place-items:center;color:var(--preto);cursor:pointer;transition:.2s}
.carousel-nav:hover{background:var(--ouro);border-color:var(--ouro)}
.carousel-nav svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.carousel-dots{display:flex;justify-content:center;gap:8px;margin:16px 0 8px}
.carousel-dots button{width:9px;height:9px;border-radius:50%;border:0;background:rgba(13,13,12,.2);padding:0;cursor:pointer;transition:.2s}
.carousel-dots button.is-active{background:var(--ouro2);width:22px;border-radius:5px}
.values-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.values-section{background:var(--ouro)}
.values-section .section-heading p{color:rgba(13,13,12,.72)}
.value-card{padding:32px;border:1px solid var(--borda);background:var(--fundo);border-radius:20px}
.value-card .outline-icon{margin-bottom:24px;width:56px;height:56px;border:none;background:var(--ouro);color:var(--preto)}
.value-card .outline-icon svg{width:26px;height:26px}
.value-card h3{font-size:22px;margin-bottom:14px}
.value-card p{font-size:15px;color:var(--texto-suave)}
.process-list{list-style:none;padding:0}
.home-services{grid-template-columns:repeat(4,minmax(0,1fr))}
.home-services .service{min-height:240px}
.services-full{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.service-detail{padding:32px;display:flex;align-items:flex-start;flex-direction:column}
.service-detail h3{font-size:21px;line-height:1.3}
.service-detail p{font-size:14px;margin-bottom:18px}
.service-detail .service-application{margin-top:8px}
.service-application strong{display:block;color:var(--ouro-claro);margin-bottom:6px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.benefit-list{display:grid;gap:6px;margin:0 0 20px;font-size:14px;color:rgba(255,255,255,.86)}
.benefit-list li{padding-left:18px;position:relative}
.benefit-list li:before{content:'✓';position:absolute;left:0;color:var(--ouro-claro)}
.text-link{color:var(--ouro-claro);font-size:14px;font-weight:600;display:inline-flex;gap:16px;padding:8px 0;border-bottom:1px solid currentColor;margin-top:auto}

.full-diffs{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.diff .card-detail{margin-top:20px;padding-top:18px;border-top:1px solid var(--borda)}
.check-list{list-style:none;display:grid;gap:10px;margin:18px 0;color:var(--texto-suave)}
.check-list li{padding-left:26px;position:relative}
.check-list li:before{content:'✓';position:absolute;left:0;color:var(--ouro2);font-weight:700}
.client-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.client-grid .cliente-logo{width:100%;height:150px;padding:24px}
.client-grid .cliente-logo img{object-fit:contain;width:100%;height:100%}
.home-marquee .marquee-track{gap:0;animation:client-scroll 34s linear infinite}
.marquee-group{display:flex;gap:20px;padding-right:20px;flex-shrink:0}
.home-marquee .cliente-logo{width:220px;height:140px;padding:22px}
.home-marquee .cliente-logo img{max-width:100%;max-height:100%;object-fit:contain}
@keyframes client-scroll{to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.home-marquee{overflow-x:auto;mask-image:none;-webkit-mask-image:none}.home-marquee .marquee-group[aria-hidden="true"]{display:none}}
.cta .button-row{margin-top:20px;justify-content:center}
.contact-cards-row{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}
.contact-cards-row .contact-card{flex:1 1 220px;max-width:260px}
.contact-form-panel{max-width:760px;margin-inline:auto}
.contact-card{background:transparent;border:none;padding:0}
.contact-card h3{font-size:15px;margin-bottom:14px}
.contact-card a:not(.btn),.contact-card p{display:block;color:var(--texto-suave);font-size:13.5px;overflow-wrap:anywhere}
.contact-card a:not(.btn){padding:2px 0}
.contact-card a:hover{text-decoration:underline;color:var(--ouro2)}
.contact-line{display:flex;align-items:center;gap:12px;margin-top:6px}
.contact-line svg{width:26px;height:26px;flex:0 0 auto;stroke:var(--ouro2);fill:none;stroke-width:1.6}
.contact-line svg.ico-solid{fill:var(--ouro2);stroke:none}
.contact-line a,.contact-line p{padding:0!important;margin:0}
.contact-form-section{padding:48px 0}
.contact-form-panel{background:var(--branco);border:1px solid var(--borda);border-radius:24px;padding:32px 34px;}
.contact-form-panel h2{font-size:28px;text-align:center;margin-bottom:18px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.form-field{display:flex;flex-direction:column;gap:6px}
.form-field label{font-size:14.5px;font-weight:600}
.form-field input,.form-field select,.form-field textarea{width:100%;min-width:0;min-height:46px;padding:11px 14px;font:inherit;font-size:15px;color:var(--texto);background:var(--fundo);border:1px solid rgba(13,13,12,.2);border-radius:9px}
.form-field textarea{resize:vertical;min-height:110px}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:2px solid var(--ouro2);outline-offset:2px}
.form-field small{font-size:12.5px;color:var(--texto-suave)}
.field-wide{grid-column:1/-1}
.form-field .field-error{color:#a32b21}
.field-error:empty{display:none}
.form-field [aria-invalid="true"]{border-color:#a32b21}
.form-status{font-size:14px;margin:10px 0;color:var(--texto-suave)}
.form-status:empty{margin:0 0 10px}
.form-consent{margin-top:16px}
.contact-form-panel .btn{padding:14px 26px;font-size:15px;margin-top:4px}
.form-consent label{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--texto-suave);line-height:1.45;cursor:pointer}
.form-consent input[type="checkbox"]{width:20px;height:20px;flex:0 0 auto;margin-top:1px;accent-color:var(--ouro2);cursor:pointer}
.form-consent a{color:var(--ouro2);font-weight:600;text-decoration:underline}
.form-consent a:hover{color:var(--ouro)}
.form-consent [aria-invalid="true"]{outline:2px solid #a32b21;outline-offset:2px}
.form-consent .field-error{display:block;margin-top:6px}
.message-review{padding:16px 18px;margin-top:16px;background:var(--suave);border-radius:14px}
.message-review[hidden]{display:none}
.message-review h3{font-size:18px;margin-bottom:10px}
.message-review p{font-size:13px;color:var(--texto-suave)}
.message-review pre{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;font-size:13px;margin:18px 0}
.message-review .btn{font-size:13px;padding:12px 18px}
.footer-col a,.footer-col span{overflow-wrap:anywhere;min-width:0}
.footer-brand,.footer-col{min-width:0}
@media(min-width:981px) and (max-width:1150px){.main-nav{gap:18px;font-size:14px}.header-inner{gap:18px}.logo-header img{height:34px}}
@media(max-width:1080px){
 .full-diffs{grid-template-columns:repeat(2,minmax(0,1fr))}
 .editorial-grid{gap:36px}
 .contact-form-panel{padding:26px}
 .home-services{grid-template-columns:repeat(2,minmax(0,1fr))}
 .client-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:980px){
 .main-nav{top:76px;right:0;height:auto;max-height:calc(100dvh - 76px);width:100%;overflow-y:auto;gap:0;padding:16px 24px 26px;justify-content:flex-start;visibility:hidden;transform:translateY(-8px);opacity:0;border-bottom:1px solid var(--borda)}
 .main-nav.is-open{transform:none;visibility:visible;opacity:1}
 .main-nav>a:not(.btn){padding:12px 0;font-size:15px;width:100%}
 .main-nav>a:after{bottom:5px;max-width:40px}
 .main-nav .mobile-nav-cta{margin-top:12px;width:auto}
 .page-hero{min-height:260px}
 .page-hero h1{font-size:34px}
 .values-grid{gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}
 .value-card{padding:24px}
 .editorial-grid figure img{height:360px}
 .service-carousel .service-card,.service-carousel .diff{flex-basis:calc((100% - 20px)/2)}
 .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .cta .button-row{margin-top:24px;max-width:none}
}
@media(max-width:720px){
 .editorial-grid{grid-template-columns:1fr;gap:30px}
 .page-hero{min-height:220px}
 .page-hero h1{font-size:30px}
 .page-hero p{font-size:14.5px}
 .editorial-reverse figure{order:0}
 .values-grid,.services-full{grid-template-columns:1fr}
 .service-carousel .service-card,.service-carousel .diff{flex-basis:100%}
 .carousel-nav{width:34px;height:34px}
 .client-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
 .client-grid .cliente-logo{height:125px;padding:18px}
 .form-grid{grid-template-columns:1fr}
 .editorial-grid figure img{height:300px}
 .section-heading{margin-bottom:30px}
 .button-row{gap:12px}
}
@media(max-width:480px){
 .home-services,.full-diffs{grid-template-columns:1fr}
 .service-carousel .service-card,.service-carousel .diff{flex-basis:100%}
 .service-carousel{gap:8px}
 .contact-form-panel{padding:22px 18px}
 .service-detail{padding:26px 22px}
 .button-row .btn{width:100%}
 .cta .button-row{display:grid}
 .logo-header img{height:36px}
 .hero-actions .btn{font-size:13px;padding:14px 18px}
 .page-hero{min-height:190px}
 .editorial-grid figure img{height:270px}
 .footer-bottom{padding:24px 24px 100px}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;}}
