@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{
  --blue-950:#06172f;
  --blue-900:#082247;
  --blue-800:#0b356d;
  --blue-700:#0f4c8a;
  --blue-600:#1264ad;
  --blue-100:#e8f3ff;
  --blue-50:#f3f8ff;
  --red:#d71920;
  --red-dark:#aa1016;
  --text:#102033;
  --muted:#64748b;
  --line:#dbe7f3;
  --white:#fff;
  --shadow:0 18px 45px rgba(8,34,71,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,var(--blue-50),#fff 22rem)}
a{color:var(--blue-700);text-decoration:none;transition:.2s ease}
a:hover{color:var(--red)}
.prebar{display:flex;justify-content:space-between;align-items:center;padding:.65rem 6vw;background:var(--blue-950);color:#eaf4ff;font-size:.95rem;border-bottom:3px solid var(--red)}
.prebar small{display:block;color:#b9d4f1}.prebar a{color:#fff;font-weight:700}.prebar a:hover{color:#ffced1}.toplogo{height:36px;max-width:150px;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2))}
header{display:flex;justify-content:space-between;align-items:center;padding:1rem 6vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);z-index:10;box-shadow:0 8px 25px rgba(8,34,71,.06)}
.brand img{height:62px;object-fit:contain}nav{display:flex;gap:.35rem;align-items:center;flex-wrap:wrap}nav a{padding:.7rem .9rem;border-radius:999px;color:var(--blue-900);font-weight:700}nav a:hover{background:var(--blue-100);color:var(--blue-800)}
.btn,button{background:linear-gradient(135deg,var(--red),var(--red-dark));color:white;border:0;border-radius:999px;padding:.85rem 1.2rem;font-weight:800;cursor:pointer;box-shadow:0 12px 24px rgba(215,25,32,.22);transition:.2s ease}.btn:hover,button:hover{transform:translateY(-1px);color:#fff;box-shadow:0 16px 32px rgba(215,25,32,.3)}
.hero{position:relative;min-height:64vh;overflow:hidden;background:radial-gradient(circle at 18% 25%,rgba(18,100,173,.75),transparent 35%),linear-gradient(135deg,var(--blue-950),var(--blue-800));display:flex;align-items:center;border-bottom:5px solid var(--red)}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,23,47,.9),rgba(6,23,47,.55),rgba(6,23,47,.15));z-index:1}.hero img.slide,.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.32}.hero img.slide{display:none}.hero img.slide:first-child{display:block}.heroText{position:relative;z-index:2;color:white;max-width:820px;margin-left:6vw;padding:4.5rem 0}.hero h1{font-size:clamp(2.2rem,5vw,4.7rem);line-height:.98;margin:0 0 1rem;font-weight:800;letter-spacing:-.05em}.hero p{font-size:1.25rem;color:#dcecff;line-height:1.65}.hero .btn{display:inline-block;margin-top:1rem}
main h1{padding:2.4rem 6vw 0;margin:0;font-size:clamp(2rem,3vw,3rem);color:var(--blue-950);letter-spacing:-.04em}main h1:after{content:"";display:block;width:82px;height:5px;background:var(--red);border-radius:999px;margin:.85rem 0 0}
.cards,.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.4rem;padding:4rem 6vw}.cards article,.service,figure,.contact,.split article{border:1px solid var(--line);border-radius:26px;padding:1.5rem;background:rgba(255,255,255,.96);box-shadow:var(--shadow)}.cards article,.service{position:relative;overflow:hidden}.cards article:before,.service:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--blue-600),var(--red))}.cards h3,.service h2,.split h2{color:var(--blue-900);letter-spacing:-.02em}.cards p,.service p,.split p,.portfolio figcaption{color:#334155;line-height:1.65}.icon{height:58px;width:58px;object-fit:contain;background:var(--blue-100);border-radius:18px;padding:.55rem;border:1px solid #c7def7}.icon.service-icon{display:inline-flex;align-items:center;justify-content:center;font-size:2rem;color:var(--blue-700);line-height:1}
.split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:4rem 6vw}.split img,.photos img,.portfolio img{width:100%;border-radius:22px;object-fit:cover;box-shadow:var(--shadow)}.photos{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.portfolio figure{margin:0;overflow:hidden}.portfolio img{height:260px;transition:.25s ease}.portfolio figure:hover img{transform:scale(1.03)}
.contact{margin:2rem 6vw;display:grid;grid-template-columns:1fr 1.4fr;gap:1.2rem}.contact iframe{width:100%;height:370px;border:0;border-radius:22px;box-shadow:var(--shadow)}.contact strong{color:var(--blue-900)}
.form{display:grid;gap:1rem;max-width:760px;margin:2rem 6vw}.form input,.form textarea{padding:1rem;border:1px solid #c9d8e8;border-radius:14px;background:#fff;outline:none;transition:.2s}.form input:focus,.form textarea:focus{border-color:var(--blue-600);box-shadow:0 0 0 4px rgba(18,100,173,.12)}.form textarea{min-height:170px}
footer{background:linear-gradient(135deg,var(--blue-950),var(--blue-800));color:white;padding:3rem 6vw;margin-top:4rem;border-top:5px solid var(--red)}footer a{color:#dcecff}footer a:hover{color:#fff}
#cookies{position:fixed;left:1rem;right:1rem;bottom:1rem;background:#fff;border:1px solid var(--line);border-radius:20px;padding:1rem;box-shadow:0 24px 70px rgba(8,34,71,.22);display:none;justify-content:space-between;gap:1rem;align-items:center;z-index:99}
@media(max-width:760px){header,nav,.prebar{flex-direction:column;align-items:flex-start}.prebar{gap:.6rem}nav{width:100%}.split,.contact{grid-template-columns:1fr}.heroText{padding:3.2rem 6vw;margin:0}.brand img{height:52px}.photos{grid-template-columns:1fr}}

/* Correções: título do banner, notas de chamada e menu mobile compacto */
.hero h1,
.heroText h1,
main .hero h1{
  color:#fff !important;
  opacity:1 !important;
  text-shadow:0 3px 16px rgba(0,0,0,.55);
}
.heroText p{
  color:#fff !important;
  opacity:1 !important;
  text-shadow:0 2px 10px rgba(0,0,0,.45);
}
.call-note{
  color:#b9d4f1;
  font-size:.72rem;
  font-weight:500;
  line-height:1.25;
}
.call-note.inline{
  display:inline;
  margin-left:.35rem;
  color:#64748b;
  white-space:nowrap;
}
@media(max-width:760px){
  header{
    gap:.7rem;
    overflow:hidden;
    will-change:padding, box-shadow;
    transition:
      padding .38s cubic-bezier(.22,1,.36,1),
      gap .38s cubic-bezier(.22,1,.36,1),
      box-shadow .38s cubic-bezier(.22,1,.36,1),
      background-color .38s cubic-bezier(.22,1,.36,1);
  }
  header .brand img,
  header .brand strong{
    transform-origin:left center;
    transition:
      height .38s cubic-bezier(.22,1,.36,1),
      transform .38s cubic-bezier(.22,1,.36,1);
  }
  header nav{
    overflow:hidden;
    max-height:320px;
    opacity:1;
    transform:translateY(0);
    transition:
      max-height .42s cubic-bezier(.22,1,.36,1),
      opacity .28s ease,
      transform .38s cubic-bezier(.22,1,.36,1),
      margin .38s cubic-bezier(.22,1,.36,1);
  }
  header nav a{
    transition:
      padding .34s cubic-bezier(.22,1,.36,1),
      opacity .24s ease,
      background-color .2s ease,
      color .2s ease;
  }
  header.is-compact{
    padding:.5rem 6vw;
    gap:.25rem;
    box-shadow:0 10px 28px rgba(8,34,71,.14);
    background:rgba(255,255,255,.96);
  }
  header.is-compact .brand img{
    height:36px;
    transform:scale(.96);
  }
  header.is-compact nav{
    max-height:0;
    opacity:0;
    transform:translateY(-8px);
    margin-top:-.2rem;
    pointer-events:none;
  }
  header.is-compact nav a{
    padding:.45rem .75rem;
  }
  .call-note.inline{
    display:block;
    margin-left:0;
    margin-top:.2rem;
  }
}
@media (prefers-reduced-motion: reduce){
  header, header *, header nav{
    transition:none !important;
  }
}

/* Patch: ícones dos serviços maiores na página inicial */
.cards article .icon,
.cards article .service-icon,
.cards .icon.service-icon{
  width:96px;
  height:96px;
  min-width:96px;
  min-height:96px;
  border-radius:26px;
  padding:1rem;
  font-size:3.4rem;
  margin-bottom:1rem;
  box-shadow:0 14px 34px rgba(8,34,71,.14);
}
.cards article .icon:not(.service-icon){
  object-fit:contain;
}
@media(max-width:760px){
  .cards article .icon,
  .cards article .service-icon,
  .cards .icon.service-icon{
    width:86px;
    height:86px;
    min-width:86px;
    min-height:86px;
    font-size:3rem;
    border-radius:24px;
  }
}


/* Patch reforçado: ícones grandes na Página Inicial e página Serviços
   Aplica-se tanto a imagens enviadas manualmente como a Bootstrap Icons. */
main section.cards article > img.icon,
main section.cards article > i.icon,
main section.cards article .icon,
main section.cards article .service-icon,
main section.grid article.service > img.icon,
main section.grid article.service > i.icon,
main section.grid article.service .icon,
main section.grid article.service .service-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:128px !important;
  height:128px !important;
  min-width:128px !important;
  min-height:128px !important;
  max-width:128px !important;
  max-height:128px !important;
  padding:1.15rem !important;
  margin:0 0 1.35rem 0 !important;
  border-radius:30px !important;
  background:#eaf4ff !important;
  border:1px solid #bdd8f5 !important;
  box-shadow:0 20px 44px rgba(8,34,71,.18) !important;
  object-fit:contain !important;
  line-height:1 !important;
}
main section.cards article > i.icon,
main section.cards article .service-icon,
main section.grid article.service > i.icon,
main section.grid article.service .service-icon{
  font-size:4.8rem !important;
  color:#075da8 !important;
}
main section.cards article,
main section.grid article.service{
  padding-top:2rem !important;
}
@media(max-width:760px){
  main section.cards article > img.icon,
  main section.cards article > i.icon,
  main section.cards article .icon,
  main section.cards article .service-icon,
  main section.grid article.service > img.icon,
  main section.grid article.service > i.icon,
  main section.grid article.service .icon,
  main section.grid article.service .service-icon{
    width:104px !important;
    height:104px !important;
    min-width:104px !important;
    min-height:104px !important;
    max-width:104px !important;
    max-height:104px !important;
    font-size:4rem !important;
    border-radius:26px !important;
  }
}


/* Patch: ícones minimalistas e conteúdo dos serviços centrado na página inicial */
main section.cards article{
  text-align:center !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
}
main section.cards article > img.icon,
main section.cards article > i.icon,
main section.cards article .icon,
main section.cards article .service-icon{
  margin-left:auto !important;
  margin-right:auto !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:0 !important;
  color:#075da8 !important;
}
main section.cards article > img.icon{
  object-fit:contain !important;
  filter:none !important;
}
main section.cards article h3,
main section.cards article p{
  text-align:center !important;
  width:100% !important;
}

/* Patch final: serviços da página inicial centrados, ícones minimalistas e texto centrado */
main section.cards.home-services{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:1.6rem !important;
  max-width:1180px !important;
  margin:0 auto !important;
  padding-left:6vw !important;
  padding-right:6vw !important;
  justify-content:center !important;
}
main section.cards.home-services article{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:center !important;
}
main section.cards.home-services article > .icon,
main section.cards.home-services article > img.icon,
main section.cards.home-services article > i.icon,
main section.cards.home-services article > .service-icon{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:112px !important;
  height:112px !important;
  min-width:112px !important;
  min-height:112px !important;
  max-width:112px !important;
  max-height:112px !important;
  margin:0 auto 1.2rem auto !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  color:var(--blue-700) !important;
  line-height:1 !important;
  object-fit:contain !important;
  float:none !important;
}
main section.cards.home-services article > i.icon,
main section.cards.home-services article > i.service-icon{
  font-size:5.4rem !important;
}
main section.cards.home-services article h3,
main section.cards.home-services article p{
  text-align:center !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Patch final: página Serviços em linhas de 3, centrada na página */
main section.grid.services-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:1.6rem !important;
  max-width:1180px !important;
  margin:0 auto !important;
  padding-left:6vw !important;
  padding-right:6vw !important;
  justify-content:center !important;
}
main section.grid.services-grid article.service{
  text-align:center !important;
}
main section.grid.services-grid article.service > .icon,
main section.grid.services-grid article.service > img.icon,
main section.grid.services-grid article.service > i.icon,
main section.grid.services-grid article.service > .service-icon{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 auto 1.2rem auto !important;
  float:none !important;
}
main section.grid.services-grid article.service h2,
main section.grid.services-grid article.service p{
  text-align:center !important;
}
@media(max-width:980px){
  main section.cards.home-services,
  main section.grid.services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:640px){
  main section.cards.home-services,
  main section.grid.services-grid{
    grid-template-columns:1fr !important;
  }
  main section.cards.home-services article > .icon,
  main section.cards.home-services article > img.icon,
  main section.cards.home-services article > i.icon,
  main section.cards.home-services article > .service-icon{
    width:96px !important;
    height:96px !important;
    min-width:96px !important;
    min-height:96px !important;
    max-width:96px !important;
    max-height:96px !important;
  }
  main section.cards.home-services article > i.icon,
  main section.cards.home-services article > i.service-icon{
    font-size:4.7rem !important;
  }
}



/* Patch: rodapé com Facebook e Livro de Reclamações */
footer .footer-inner{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:2rem !important;
}
footer .footer-info{max-width:760px !important}
.footer-social{margin-top:1rem !important}
.footer-social a{
  display:inline-flex !important;
  align-items:center !important;
  gap:.45rem !important;
  font-weight:800 !important;
  color:#fff !important;
}
.footer-social a:hover{color:#ffced1 !important}
.complaints-link,
footer a[aria-label="Livro de Reclamações"]{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  box-shadow:none !important;
}
.complaints-link img,
footer a[aria-label="Livro de Reclamações"] img{
  display:block !important;
  height:76px !important;
  width:auto !important;
  max-width:220px !important;
  object-fit:contain !important;
}
@media(max-width:760px){
  footer .footer-inner{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
  .complaints-link,
  footer a[aria-label="Livro de Reclamações"]{align-self:flex-end !important}
  .complaints-link img,
  footer a[aria-label="Livro de Reclamações"] img{height:62px !important;max-width:190px !important}
}


.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:2rem}
.footer-social a{display:inline-flex;align-items:center;gap:.5rem}
.complaints-link img{height:75px;width:auto;display:block;background:transparent !important;mix-blend-mode:normal}
.footer-info a[href^="mailto:"]{font-weight:600}


/* Patch: suporte, privacidade e hover azul */
.support-download{margin:1rem 0 1.5rem}
.support-btn,
.form .support-btn,
a.btn.support-btn{
  background:linear-gradient(135deg,var(--blue-700),var(--blue-800)) !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:0 12px 24px rgba(11,78,162,.22) !important;
}
.support-btn:hover,
.form .support-btn:hover,
a.btn.support-btn:hover,
.btn[href*="support"]:hover,
header nav a.btn[href="/support"]:hover{
  background:linear-gradient(135deg,var(--blue-800),var(--blue-950)) !important;
  color:#fff !important;
  opacity:1 !important;
  filter:none !important;
  box-shadow:0 16px 32px rgba(11,78,162,.32) !important;
}
.privacy-note{font-size:.9rem;color:var(--muted);line-height:1.55;margin:.5rem 0 1rem}
.privacy-note a,.privacy-page a{font-weight:800;color:var(--blue-700)}
.privacy-page{max-width:980px}
.privacy-page h2{margin-top:1.6rem;color:var(--blue-900)}
.muted{color:var(--muted)}


/* Patch: espaçamento real das páginas Suporte/Privacidade e avisos */
main.privacy-page,
main.support-page{
  width:min(1120px, calc(100% - 32px)) !important;
  max-width:1120px !important;
  margin:0 auto !important;
  padding:2.6rem 0 1rem !important;
}
main.privacy-page h1,
main.support-page h1{
  padding:0 !important;
  margin:0 0 1.5rem 0 !important;
}
main.privacy-page h1:after,
main.support-page h1:after{
  margin-left:0 !important;
}
main.privacy-page p,
main.privacy-page h2,
main.privacy-page ul,
main.privacy-page ol{
  max-width:920px !important;
  line-height:1.75 !important;
}
main.support-page .support-download{
  margin:1.2rem 0 1.8rem !important;
  max-width:920px !important;
}
main.support-page .support-download .muted,
main.support-page p.muted{
  display:block !important;
  padding:1rem 1.15rem !important;
  border:1px solid var(--line) !important;
  border-left:5px solid var(--blue-600) !important;
  border-radius:16px !important;
  background:#fff !important;
  box-shadow:0 10px 26px rgba(8,34,71,.08) !important;
  margin:0 !important;
}
main.support-page .form{
  margin:2rem 0 !important;
}
@media(max-width:760px){
  main.privacy-page,
  main.support-page{
    width:calc(100% - 24px) !important;
    padding-top:2rem !important;
  }
}
.support-download{
    margin-top:40px;
    text-align:center;
}

.download-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:280px;
}

.support-download-empty{
    text-align:center;
}

/* Correção Portefólio - máximo 3 fotos por linha */
.portfolio{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:1.6rem !important;
  max-width:1180px !important;
  margin:0 auto !important;
  padding:4rem 6vw !important;
  justify-content:center !important;
}

.portfolio figure{
  width:100% !important;
  margin:0 !important;
}

.portfolio img{
  width:100% !important;
  height:280px !important;
  object-fit:cover !important;
  display:block !important;
}

.portfolio figcaption{
  text-align:center !important;
  margin-top:12px !important;
}

@media(max-width:980px){
  .portfolio{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media(max-width:640px){
  .portfolio{
    grid-template-columns:1fr !important;
  }

  .portfolio img{
    height:240px !important;
  }
}



/* Patch: Alvará no rodapé */
.footer-alvara{
  margin:.45rem 0 0 !important;
  color:#dcecff !important;
  font-size:.92rem !important;
  font-weight:700 !important;
  letter-spacing:.01em !important;
}
.support-wrapper{
    position:relative;
}

.support-download-corner{
    position:absolute;
    top:0;
    right:0;
    z-index:20;
}

.support-download-corner.download-btn{
    min-width:260px;
    text-align:center;
}

@media(max-width:760px){

    .support-download-corner{
        position:static;
        display:block;
        width:100%;
        max-width:340px;
        margin:0 auto 1.5rem auto;
        text-align:center;
    }
}

/* Patch: Alvará na barra superior e cookies com aceitar/rejeitar */
.top-alvara{
  display:block;
  color:#dcecff;
  font-size:.78rem;
  font-weight:700;
  line-height:1.3;
  margin-top:.15rem;
}

#cookies{
  align-items:flex-start !important;
}

#cookies .cookies-text{
  flex:1 1 auto;
}

#cookies .cookies-text p{
  margin:.15rem 0;
  line-height:1.45;
}

#cookies .cookies-actions{
  display:flex;
  gap:.65rem;
  align-items:center;
  flex:0 0 auto;
}

#cookies .cookie-reject{
  background:transparent !important;
  color:var(--blue-800) !important;
  border:1px solid var(--line) !important;
  box-shadow:none !important;
}

#cookies .cookie-reject:hover{
  background:var(--blue-100) !important;
  color:var(--blue-950) !important;
}

@media(max-width:760px){
  #cookies{
    flex-direction:column;
  }

  #cookies .cookies-actions{
    width:100%;
    flex-direction:column;
    align-items:stretch;
  }

  #cookies .cookies-actions button{
    width:100%;
  }
}







.footer-credit{
    width:100%;
    text-align:center;
    margin-top:.4rem;
    padding-top:0;
    font-size:.78rem;
}

.footer-credit a{
    color:#dcecff;
    font-size:.78rem;
    font-weight:500;
    text-decoration:none;
    opacity:.85;
}

.footer-credit a:hover{
    color:#fff;
    opacity:1;
}
