
:root{
  --navy:#052c59; --blue:#0b4c93; --cyan:#14bfd0; --dark:#222; --light:#f5f7fa;
  --text:#232a33; --muted:#66717e; --white:#fff; --line:#e5e9ef;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}
.container{width:min(1140px,92%);margin:auto}
.topbar{background:#f4f5f7;border-bottom:1px solid #e7e7e7;font-size:14px}
.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0}
.topbar .location{font-weight:600}.social a{margin-left:14px;color:var(--blue)}
.header-main{background:#fff}.header-row{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:18px 0}
.brand img{width:320px;max-height:120px;object-fit:contain;object-position:left center}
.header-info{display:flex;align-items:center;gap:34px}
.header-info .label{font-size:13px;color:#777;margin:0}.header-info .value{font-weight:700;margin:2px 0 0}
.portal-btn,.btn{display:inline-block;background:var(--cyan);color:#fff;font-weight:800;padding:13px 21px;border-radius:2px;border:0;transition:.2s}
.portal-btn:hover,.btn:hover{background:#0a9eae;transform:translateY(-1px)}
.navbar{background:#171717;position:relative;z-index:10}
.navbar .container{display:flex;align-items:center;justify-content:space-between}
.navlinks{display:flex;list-style:none;margin:0;padding:0}
.navlinks a{display:block;color:#fff;font-size:13px;font-weight:800;letter-spacing:.3px;padding:21px 22px}
.navlinks a:hover,.navlinks a.active{background:var(--blue)}
.navlinks .external{background:#0c386c}
.menu-toggle{display:none;color:white;font-size:28px;padding:10px 0;cursor:pointer}
.hero{position:relative;height:560px;overflow:hidden;background:#072f61}
.slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .7s ease}
.slide.active{opacity:1}
.slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,33,75,.65),rgba(0,33,75,.1))}
.hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center}
.hero-copy{max-width:760px;color:#fff}
.hero-copy .eyebrow{font-size:20px;text-transform:uppercase;letter-spacing:1px;margin:0 0 5px}
.hero-copy h1{font-size:54px;line-height:1.05;text-transform:uppercase;margin:0 0 18px;font-weight:900}
.hero-copy p{font-size:18px;max-width:680px}
.hero-actions{display:flex;gap:12px;margin-top:25px}.btn.dark{background:#151515}.btn.outline{background:transparent;border:2px solid #fff}
.hero-dots{position:absolute;z-index:3;bottom:25px;left:50%;transform:translateX(-50%);display:flex;gap:8px}
.hero-dot{width:11px;height:11px;border-radius:50%;border:1px solid #fff;background:transparent;cursor:pointer}
.hero-dot.active{background:#fff}
.section{padding:72px 0}.section.gray{background:var(--light)}.section-title{text-align:center;margin-bottom:42px}
.section-title .small{text-transform:uppercase;font-size:16px;color:#555}.section-title h2{font-size:36px;text-transform:uppercase;margin:5px 0;font-weight:900}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.card{border:1px solid var(--line);background:#fff;padding:30px;box-shadow:0 3px 15px rgba(0,0,0,.04)}
.card h3{color:var(--navy);font-size:20px;margin:10px 0}.icon-circle{width:58px;height:58px;background:var(--blue);border-radius:50%;display:grid;place-items:center;color:white}
.icon-circle svg{width:26px;height:26px;fill:white}
.features{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.feature{display:flex;gap:20px}.feature h3{margin:0 0 7px;font-size:19px}.feature .bar{width:5px;background:var(--cyan);flex:0 0 5px}
.about-split{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.about-panel{background:var(--navy);color:#fff;padding:44px}.about-panel h2{font-size:34px;margin-top:0}
.stats{background:#202020;color:#fff;padding:34px 0}.stats .container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.stat strong{display:block;color:var(--cyan);font-size:35px}.stat span{font-size:13px;text-transform:uppercase;font-weight:800}
.page-banner{background:linear-gradient(rgba(2,37,78,.74),rgba(2,37,78,.74)),url('../images/bg1.png') center/cover;height:250px;display:grid;place-items:center;color:white;text-align:center}.page-banner h1{font-size:44px;text-transform:uppercase}
.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.contact-card{background:#232323;color:white;text-align:center;padding:34px 28px;min-height:315px}.contact-card h3{text-transform:uppercase;margin:22px 0 12px;font-size:18px}.contact-card p{margin:9px 0}.contact-card a{color:white}.contact-card a:hover{color:var(--cyan)}
.maps-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:50px}.map-box h2{font-size:28px;text-transform:uppercase}.map-box iframe{width:100%;height:360px;border:0}.map-link{display:inline-block;margin-top:10px;color:var(--blue);font-weight:800}
.legal{max-width:900px;margin:auto}.legal h2{color:var(--navy);margin-top:34px}.legal p,.legal li{color:#4e5965}
.footer{background:#0f1720;color:#c9d0d7;padding:50px 0 18px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}.footer h3{color:#fff;text-transform:uppercase;font-size:16px}.footer-logo{width:250px;background:#fff;padding:10px}.footer a{color:#c9d0d7}.footer a:hover{color:var(--cyan)}.footer-bottom{border-top:1px solid #34404c;margin-top:35px;padding-top:18px;font-size:13px;text-align:center}
.badge{display:inline-block;background:#e9f7f9;color:#087a87;padding:4px 9px;font-size:12px;font-weight:800;border-radius:20px}
.list-clean{list-style:none;padding:0}.list-clean li{margin:9px 0}
@media(max-width:900px){
 .header-row{flex-direction:column;align-items:flex-start}.header-info{flex-wrap:wrap;gap:18px}.brand img{width:285px}
 .menu-toggle{display:block}.navbar .container{display:block}.navlinks{display:none;flex-direction:column}.navlinks.open{display:flex}.navlinks a{padding:14px}
 .hero{height:500px}.hero-copy h1{font-size:40px}.grid-3,.contact-cards{grid-template-columns:1fr}.features,.about-split,.maps-grid{grid-template-columns:1fr}.stats .container{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
 .topbar .container{flex-direction:column;gap:3px}.header-info{flex-direction:column;align-items:flex-start}.hero-copy h1{font-size:34px}.section{padding:52px 0}.section-title h2{font-size:29px}.stats .container{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:flex-start}
}

/* Ajustes V3 - cabeçalho alinhado e contato unificado */
.topbar .container{justify-content:flex-end;min-height:38px;align-items:center}
.topbar .social{display:flex;align-items:center;gap:16px}
.topbar .social a{margin-left:0;font-weight:700}
.header-row{display:grid;grid-template-columns:minmax(250px,360px) 1fr;align-items:center;gap:54px;padding:16px 0}
.brand{display:flex;align-items:center}
.brand img{width:300px;max-width:100%;max-height:110px;object-fit:contain;object-position:left center}
.header-info{display:grid;grid-template-columns:minmax(175px,.8fr) minmax(260px,1.25fr) auto;align-items:center;gap:28px}
.header-info .label{margin:0 0 4px;font-size:13px;color:#6f7780}
.header-info .value{margin:0;font-size:17px;line-height:1.35;white-space:nowrap}
.header-info .value a:hover{color:var(--blue)}
.portal-btn{white-space:nowrap;text-align:center}
@media(max-width:1050px){
 .header-row{grid-template-columns:1fr;gap:18px}.brand{justify-content:center}.brand img{object-position:center}.header-info{grid-template-columns:1fr 1fr;justify-items:start}.portal-btn{grid-column:1/-1}
}
@media(max-width:650px){.header-info{grid-template-columns:1fr}.portal-btn{grid-column:auto}.header-info .value{white-space:normal}}


.whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  width:62px;
  height:62px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
  z-index:9999;
  transition:transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover{
  transform:translateY(-2px) scale(1.04);
  box-shadow:0 10px 28px rgba(0,0,0,.3);
}
.whatsapp-float svg{
  width:32px;
  height:32px;
  fill:#fff;
}
@media(max-width:560px){
  .whatsapp-float{right:16px;bottom:16px;width:56px;height:56px}
  .whatsapp-float svg{width:29px;height:29px}
}


/* V5 - visual refinements */
.topbar{background:#fff;border-bottom:1px solid #eef1f4}
.topbar .container{min-height:34px;padding:5px 0;justify-content:flex-end}
.social-icons{display:flex!important;gap:8px!important}
.social-icons .social-icon{
  width:29px;height:29px;border-radius:50%;display:grid;place-items:center;
  margin:0!important;transition:transform .18s ease,box-shadow .18s ease;
}
.social-icons .social-icon svg{width:16px;height:16px;fill:#fff}
.social-icons .facebook{background:#1877F2}
.social-icons .instagram{background:linear-gradient(135deg,#feda75,#d62976 48%,#4f5bd5)}
.social-icons .social-icon:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.18)}

.header-row{padding:15px 0}
.brand img{width:250px;max-height:100px}
.header-info{gap:24px}
.header-info .value{font-size:16px}
.portal-btn{padding:11px 17px;font-size:13px}

.photo-showcase{padding-top:62px}
.photo-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:280px 280px;gap:18px}
.photo-card{position:relative;overflow:hidden;border-radius:8px;min-height:0;background:#ddd}
.photo-card.large{grid-row:1/3}
.photo-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.photo-card:hover img{transform:scale(1.035)}
.photo-overlay{position:absolute;left:0;right:0;bottom:0;padding:28px 24px;color:#fff;background:linear-gradient(transparent,rgba(0,24,51,.92))}
.photo-overlay h3{margin:0 0 6px;font-size:24px}.photo-overlay p{margin:0;max-width:620px}

.service-visual{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:center;margin-bottom:52px}
.service-visual img{width:100%;height:360px;object-fit:cover;border-radius:8px}
.service-visual h2{font-size:34px;line-height:1.15;margin:12px 0}

.photo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.photo-strip img{width:100%;height:260px;object-fit:cover;border-radius:8px}

.card{border-radius:7px;transition:transform .2s ease,box-shadow .2s ease}
.card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.08)}

@media(max-width:900px){
 .photo-grid{grid-template-columns:1fr;grid-template-rows:none}.photo-card.large{grid-row:auto}.photo-card{height:320px}
 .service-visual{grid-template-columns:1fr}.photo-strip{grid-template-columns:1fr}
 .photo-strip img{height:300px}
}

/* V6: imagens remotas removidas para evitar quadros quebrados. */

/* V7 - logo horizontal somente no topo da página inicial */
.home-brand{
  display:flex;
  align-items:center;
  width:310px;
  flex:0 0 310px;
}
.home-brand img{
  width:100%;
  max-width:310px;
  height:92px;
  max-height:92px;
  object-fit:contain;
  object-position:left center;
}
@media(max-width:900px){
  .home-brand{width:270px;flex:0 0 auto}
  .home-brand img{max-width:270px;height:82px}
}
@media(max-width:560px){
  .home-brand{width:235px}
  .home-brand img{max-width:235px;height:74px}
}

/* V8 - imagens anteriores preservadas e armazenadas no próprio site */
.preserved-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.preserved-card{
  position:relative;
  min-height:340px;
  overflow:hidden;
  border-radius:8px;
  background:#0b2e58;
}
.preserved-card img{
  width:100%;
  height:340px;
  object-fit:cover;
  display:block;
}
.preserved-caption{
  position:absolute;
  left:0;right:0;bottom:0;
  padding:26px 24px 22px;
  color:#fff;
  background:linear-gradient(transparent,rgba(0,28,60,.92));
}
.preserved-caption h3{margin:0 0 5px;font-size:23px}
.preserved-caption p{margin:0}
@media(max-width:800px){
  .preserved-grid{grid-template-columns:1fr}
}

/* V9 - otimização visual */
.site-brand{
  display:flex;
  align-items:center;
  width:320px;
  flex:0 0 320px;
}
.site-brand img{
  width:100%;
  max-width:320px;
  height:92px;
  max-height:92px;
  object-fit:contain;
  object-position:left center;
}

.people-section{background:#f6f8fb}
.people-grid{
  display:grid;
  grid-template-columns:1.35fr .85fr;
  grid-template-rows:270px 270px;
  gap:20px;
}
.people-card{
  position:relative;
  border-radius:10px;
  overflow:hidden;
  background:#dfe5ec;
  box-shadow:0 8px 24px rgba(0,35,75,.08);
}
.people-card-wide{grid-row:1/3}
.people-card img{width:100%;height:100%;object-fit:cover;display:block}
.people-card::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 34%,rgba(0,28,62,.9) 100%);
}
.people-copy{position:absolute;z-index:2;left:0;right:0;bottom:0;color:#fff;padding:28px}
.people-copy span{font-size:12px;font-weight:800;letter-spacing:1px;color:#4ddbea}
.people-copy h3{font-size:25px;margin:5px 0 7px}
.people-copy p{margin:0;max-width:650px}

.soft-section{background:#f6f8fb}
.visual-split,.service-photo-row,.contact-human{
  display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center;
}
.visual-photo img,.service-photo img,.contact-human img{
  width:100%;height:390px;object-fit:cover;border-radius:10px;
  box-shadow:0 10px 30px rgba(0,35,75,.10);
}
.visual-copy h2,.service-photo-copy h2,.contact-human h2{
  font-size:35px;line-height:1.15;margin:12px 0 14px;color:#052c59;
}
.service-photo-row{margin:0 0 55px}
.contact-human{margin:55px 0 15px;background:#f6f8fb;padding:28px;border-radius:10px}
.contact-human img{height:310px}

@media(max-width:900px){
  .site-brand{width:275px;flex:0 0 auto}
  .site-brand img{max-width:275px;height:82px}
  .people-grid{grid-template-columns:1fr;grid-template-rows:none}
  .people-card,.people-card-wide{height:340px;grid-row:auto}
  .visual-split,.service-photo-row,.contact-human{grid-template-columns:1fr}
}
@media(max-width:560px){
  .site-brand{width:235px}
  .site-brand img{max-width:235px;height:72px}
  .people-card,.people-card-wide{height:300px}
  .people-copy{padding:20px}
  .people-copy h3{font-size:21px}
}


/* V10 - carrossel de fotos da página inicial */
.home-photo-carousel-section{background:#fff;padding-top:64px;padding-bottom:70px}
.photo-carousel{position:relative;max-width:1180px;margin:0 auto}
.photo-carousel-viewport{overflow:hidden;border-radius:12px;box-shadow:0 14px 38px rgba(0,35,75,.14);background:#e9eef3}
.photo-carousel-track{display:flex;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}
.photo-carousel-slide{position:relative;min-width:100%;height:500px;overflow:hidden}
.photo-carousel-slide img{width:100%;height:100%;object-fit:cover;display:block}
.photo-carousel-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,20,45,.02) 38%,rgba(0,27,60,.88) 100%);pointer-events:none}
.photo-carousel-caption{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:34px 38px;color:#fff;display:flex;flex-direction:column;gap:4px}
.photo-carousel-caption strong{font-size:27px;line-height:1.15}
.photo-carousel-caption span{font-size:16px;max-width:760px;opacity:.96}
.photo-carousel-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#06315e;font-size:34px;line-height:1;cursor:pointer;box-shadow:0 7px 20px rgba(0,0,0,.18);display:grid;place-items:center;transition:transform .18s ease,background .18s ease}
.photo-carousel-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.06)}
.photo-carousel-arrow.prev{left:18px}.photo-carousel-arrow.next{right:18px}
.photo-carousel-dots{display:flex;justify-content:center;gap:9px;margin-top:18px}
.photo-carousel-dots button{width:10px;height:10px;border:0;border-radius:50%;background:#bbc5cf;padding:0;cursor:pointer;transition:width .2s ease,background .2s ease}
.photo-carousel-dots button.active{width:28px;border-radius:8px;background:#0d7190}
@media(max-width:900px){.photo-carousel-slide{height:420px}.photo-carousel-caption{padding:28px}.photo-carousel-caption strong{font-size:24px}}
@media(max-width:560px){.home-photo-carousel-section{padding-top:48px;padding-bottom:54px}.photo-carousel-slide{height:330px}.photo-carousel-caption{padding:22px 20px}.photo-carousel-caption strong{font-size:21px}.photo-carousel-caption span{font-size:14px}.photo-carousel-arrow{width:40px;height:40px;font-size:30px}.photo-carousel-arrow.prev{left:10px}.photo-carousel-arrow.next{right:10px}}
\n\n/* V11 - formulário de proposta + conversão Google Ads */\n.lead-form-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:start;margin:55px 0;padding:36px;background:#f6f8fb;border-radius:12px;box-shadow:0 10px 30px rgba(0,35,75,.08)}\n.lead-form-copy h2{font-size:35px;line-height:1.15;margin:12px 0 14px;color:#052c59}\n.lead-form-copy p{margin:0 0 14px}.lead-form-note{font-size:13px;color:#5a6774}\n.lead-form{background:#fff;padding:28px;border-radius:10px;box-shadow:0 8px 22px rgba(0,35,75,.07)}\n.lead-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}\n.lead-form label{display:flex;flex-direction:column;gap:7px;font-weight:700;color:#173a5e;font-size:14px;margin-bottom:18px}\n.lead-form input,.lead-form textarea{width:100%;box-sizing:border-box;border:1px solid #c9d3dd;border-radius:7px;padding:13px 14px;font:inherit;color:#18344f;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}\n.lead-form input:focus,.lead-form textarea:focus{border-color:#0d7190;box-shadow:0 0 0 3px rgba(13,113,144,.12)}\n.lead-form-consent{flex-direction:row!important;align-items:flex-start;font-weight:400!important;line-height:1.45;color:#506070!important}.lead-form-consent input{width:auto;margin-top:3px}.lead-form-consent a{color:#0d7190;text-decoration:underline}\n.lead-submit{border:0;cursor:pointer}.lead-form-status{margin-top:14px;min-height:20px;font-size:14px}.lead-form-status.error{color:#a52a2a}.lead-form-status.ok{color:#116b38}\n@media(max-width:900px){.lead-form-section{grid-template-columns:1fr}.lead-form-grid{grid-template-columns:1fr}}\n@media(max-width:560px){.lead-form-section{padding:24px 18px;margin:40px 0}.lead-form{padding:22px 18px}.lead-form-copy h2{font-size:29px}}\n