/* ========================================================================
   AÇOS LITORAL — AJUSTES EXCLUSIVOS DA HOME
   Escopo desta folha:
   1) banner: título à esquerda e menor;
   2) três cabeçalhos solicitados centralizados;
   3) formulário visual próprio, sem incorporar o Google Forms.
   Nenhuma grade de produtos, serviços, cards, imagens ou ordem de conteúdo
   é alterada aqui.
   ======================================================================== */

.page-home{
  --home-heading-font: Georgia, "Times New Roman", Times, serif;
  --home-black: #05070c;
  --home-black-soft: #0d1017;
  --home-yellow: #f5c400;
  --home-yellow-deep: #d5a900;
  --home-paper: #f6f6f3;
  --home-line: rgba(5,7,12,.14);
}

/* Mantém a tipografia leve aprovada na versão anterior. */
.page-home :where(h1,h2,h3,h4,h5,h6,.display,.h-xl,.h-lg,.brands-title,.stat b){
  font-family: var(--home-heading-font) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: -.018em !important;
}
.page-home :where(h1,h2,h3,h4,h5,h6,.display,.h-xl,.h-lg,.brands-title,.stat b) :where(strong,b){
  font-weight: 400 !important;
}

/* 1. Banner: altera somente o título solicitado. O texto, os botões, a
      mídia e a grade mantêm a disposição da versão anterior. */
.page-home main .home-hero .home-hero-copy h1.display{
  width: 100% !important;
  max-width: 15ch !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  font-size: clamp(2.25rem,3.8vw,3.75rem) !important;
  line-height: 1.02 !important;
  text-align: left !important;
}

/* 2. Centralização apenas dos cabeçalhos expressamente solicitados. */
.page-home .home-centered-head,
.page-home .home-process-head{
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  width: 100% !important;
  text-align: center !important;
}
.page-home .home-centered-head .sec-head-main,
.page-home .home-process-head .sec-head-main,
.page-home .home-process-head .sec-head-aside{
  width: 100% !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center !important;
  text-align: center !important;
}
.page-home .home-centered-head :where(h2,p),
.page-home .home-process-head :where(h2,p){
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.page-home .home-centered-head h2,
.page-home .home-process-head h2{
  max-width: 22ch !important;
}
.page-home .home-centered-head p,
.page-home .home-process-head p{
  max-width: 760px !important;
}
.page-home .home-process-head{
  gap: 14px !important;
}
.page-home .home-process-head .sec-head-aside{
  justify-content: flex-start !important;
}


/* Formulário sincronizado literalmente com a página Sobre: mesmo layout, dimensões e comportamento. */
.page-home .section-contact-final{
  padding-top: clamp(72px,7vw,104px) !important;
  padding-bottom: clamp(72px,7vw,104px) !important;
  background: linear-gradient(180deg,#fff 0%,var(--home-paper) 100%) !important;
}
.page-home .section-contact-final .container{
  width: min(1380px,calc(100% - var(--gutter)*2)) !important;
}
.page-home .inline-contact-wrap{
  width: 100% !important;
  max-width: 1320px !important;
  margin-inline: auto !important;
}
.page-home .contact-showcase{
  display: grid !important;
  grid-template-columns: minmax(300px,340px) minmax(0,1fr) !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 1320px !important;
  min-height: 0 !important;
  margin-inline: auto !important;
  overflow: hidden !important;
  border: 1px solid var(--home-line) !important;
  border-top: 4px solid var(--home-yellow) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 22px 58px rgba(5,7,12,.14) !important;
  text-align: left !important;
}
.page-home .contact-showcase-intro{
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 100% !important;
  padding: clamp(34px,4vw,50px) clamp(26px,3vw,40px) !important;
  background:
    radial-gradient(90% 65% at 0 0,rgba(245,196,0,.17),transparent 65%),
    repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 1px,transparent 1px 24px),
    linear-gradient(150deg,var(--home-black),var(--home-black-soft)) !important;
  color: #fff !important;
  text-align: left !important;
}
.page-home .contact-showcase-rule{
  width: 54px !important;
  height: 3px !important;
  margin-bottom: 22px !important;
  background: var(--home-yellow) !important;
}
.page-home .contact-showcase-intro h2{
  max-width: 12ch !important;
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: clamp(2.2rem,3.4vw,3.3rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -.025em !important;
  text-align: left !important;
}
.page-home .contact-showcase-accent{
  max-width: 32ch !important;
  margin: 0 0 14px !important;
  color: var(--home-yellow) !important;
  font-size: .98rem !important;
  line-height: 1.55 !important;
  text-align: left !important;
}
.page-home .contact-showcase-copy{
  max-width: 35ch !important;
  margin: 0 !important;
  color: rgba(255,255,255,.82) !important;
  font-size: .94rem !important;
  line-height: 1.68 !important;
  text-align: left !important;
}
.page-home .contact-showcase-form{
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
  padding: clamp(28px,3.3vw,42px) !important;
  background: var(--home-paper) !important;
}
.page-home .home-contact-form{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
}
.page-home .home-contact-form .form-grid{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}
.page-home .home-contact-form .field{
  text-align: left !important;
}
.page-home .home-contact-form .field label{
  color: #28313c !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
  text-align: left !important;
}
.page-home .home-contact-form .field :where(input,select,textarea){
  border: 1px solid #d6dbe2 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #111827 !important;
  font-family: inherit !important;
  font-size: .94rem !important;
  text-align: left !important;
}
.page-home .home-contact-form .field :where(input,select){
  min-height: 46px !important;
}
.page-home .home-contact-form .field textarea{
  min-height: 112px !important;
}
.page-home .home-contact-form .field :where(input,select,textarea):focus{
  border-color: var(--home-yellow-deep) !important;
  box-shadow: 0 0 0 4px rgba(245,196,0,.16) !important;
  outline: 0 !important;
}
.page-home .home-contact-actions{
  display: flex !important;
  justify-content: flex-start !important;
  max-width: none !important;
  margin: 22px 0 0 !important;
}
.page-home .home-contact-actions .btn{
  min-width: 190px !important;
}
.page-home .home-contact-form .inline-contact-hint{
  margin: 16px 0 0 !important;
  color: #626b76 !important;
  font-size: .78rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.page-home .home-contact-form .form-feedback{
  min-height: 22px !important;
  margin: 10px 0 0 !important;
  font-size: .86rem !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
.page-home .home-contact-form .form-feedback.is-ok{color:#166534 !important}
.page-home .home-contact-form .form-feedback.is-error{color:#b42318 !important}
.page-home .home-form-trap,
.page-home .home-contact-sink{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.page-home .home-contact-form [aria-busy="true"]{
  cursor: wait !important;
  opacity: .78 !important;
}
.page-home .home-success-modal{
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: grid !important;
  place-items: center !important;
  padding: 22px !important;
  background: rgba(5,7,12,.74) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .2s ease,visibility .2s ease !important;
}
.page-home .home-success-modal.is-visible{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.page-home .home-success-dialog{
  position: relative !important;
  width: min(100%,460px) !important;
  padding: 40px 34px 34px !important;
  border-top: 5px solid var(--home-yellow) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.34) !important;
  text-align: center !important;
  transform: translateY(10px) scale(.98) !important;
  transition: transform .2s ease !important;
}
.page-home .home-success-modal.is-visible .home-success-dialog{
  transform: translateY(0) scale(1) !important;
}
.page-home .home-success-close{
  position: absolute !important;
  top: 12px !important;
  right: 14px !important;
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #f1f2f3 !important;
  color: #111827 !important;
  font: 400 1.65rem/1 Arial,sans-serif !important;
  cursor: pointer !important;
}
.page-home .home-success-icon{
  display: grid !important;
  place-items: center !important;
  width: 64px !important;
  height: 64px !important;
  margin: 0 auto 20px !important;
  border-radius: 50% !important;
  background: var(--home-yellow) !important;
  color: var(--home-black) !important;
  font: 700 2rem/1 Arial,sans-serif !important;
}
.page-home .home-success-dialog h3{
  margin: 0 0 12px !important;
  color: var(--home-black) !important;
  font-size: clamp(1.75rem,4vw,2.15rem) !important;
  text-align: center !important;
}
.page-home .home-success-dialog p{
  max-width: 36ch !important;
  margin: 0 auto 24px !important;
  color: #56606c !important;
  line-height: 1.65 !important;
  text-align: center !important;
}
.page-home .home-success-button{min-width:160px !important}
body.home-modal-open{overflow:hidden !important}


@media (max-width:760px){
  .page-home .contact-showcase{
    grid-template-columns: 1fr !important;
  }
  .page-home .contact-showcase-intro{
    align-items: center !important;
    min-height: auto !important;
    padding: 36px 28px !important;
    text-align: center !important;
  }
  .page-home .contact-showcase-rule{margin-inline:auto !important}
  .page-home .contact-showcase-intro :where(h2,.contact-showcase-accent,.contact-showcase-copy){
    max-width: 620px !important;
    text-align: center !important;
  }
}
@media (max-width:680px){
  .page-home .section-contact-final{
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  .page-home .contact-showcase-form{
    padding: 24px 18px !important;
  }
  .page-home .home-contact-form .form-grid{
    grid-template-columns: 1fr !important;
  }
  .page-home .home-contact-actions .btn{
    width: 100% !important;
  }
}

/* ========================================================================
   HERO — vídeo em fundo total do banner com camada escura
   ======================================================================== */
.page-home .home-hero{
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: #05070c !important;
}
.page-home .home-hero::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(90deg, rgba(5,7,12,.78) 0%, rgba(5,7,12,.66) 38%, rgba(5,7,12,.58) 100%) !important;
  pointer-events: none !important;
}
.page-home .home-hero > .container{
  position: relative !important;
  z-index: 2 !important;
  width: min(1380px, calc(100% - var(--gutter)*2)) !important;
  padding-top: clamp(74px, 7.2vw, 110px) !important;
  padding-bottom: clamp(18px, 2.6vw, 28px) !important;
}
.page-home .home-hero-grid{
  display: block !important;
  min-height: clamp(300px, 38vw, 420px) !important;
}
.page-home .home-hero-copy{
  position: relative !important;
  z-index: 3 !important;
  max-width: 640px !important;
  padding-right: 24px !important;
}
.page-home .home-hero-copy .lead{
  max-width: 48ch !important;
  color: rgba(255,255,255,.84) !important;
}
.page-home .home-hero-copy .actions{
  justify-content: flex-start !important;
}
.page-home .home-hero-media{
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
}
.page-home .home-hero-frame{
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
}
.page-home .home-hero-video{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: saturate(.9) contrast(1.02) brightness(.72) !important;
  transform: scale(1.08) !important;
}
.page-home .home-hero-badge{
  display: none !important;
}
.page-home .home-hero .stats{
  position: relative !important;
  z-index: 3 !important;
  margin-top: 26px !important;
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.14) !important;
  backdrop-filter: blur(6px) !important;
}
.page-home .home-hero .stat{
  background: rgba(8,10,15,.34) !important;
}
.page-home .home-hero .stat b{
  color: #fff !important;
}
.page-home .home-hero .stat span{
  color: rgba(255,255,255,.78) !important;
}
@media (max-width: 900px){
  .page-home .home-hero > .container{
    padding-top: 72px !important;
  }
  .page-home .home-hero-grid{
    min-height: 0 !important;
  }
  .page-home .home-hero-copy{
    max-width: 100% !important;
    padding-right: 0 !important;
  }
  .page-home .home-hero::before{
    background: linear-gradient(180deg, rgba(5,7,12,.8) 0%, rgba(5,7,12,.66) 100%) !important;
  }
}


/* Ajustes solicitados finais: lead do banner mais largo e blocos movidos para a linha institucional. */
.page-home .home-about-stats .stat{
  padding: 18px 14px !important;
}
.page-home .home-about-stats .stat b{
  font-size: 1rem !important;
  line-height: 1.15 !important;
}
.page-home .home-about-stats .stat span{
  font-size: .86rem !important;
  line-height: 1.45 !important;
}

.page-home .home-about-stats{
  margin-top: 24px !important;
}
.page-home .home-about-stats .stat{
  text-align: center !important;
}
.page-home .home-about-stats .stat b,
.page-home .home-about-stats .stat span{
  text-align: center !important;
}
@media (max-width: 900px){
  .page-home .home-about-stats{
    margin-top: 20px !important;
  }
}


/* Ajuste final: vídeo do banner ocupa toda a largura, sem faixas laterais. */
.page-home .home-hero-grid{position:static !important}
.page-home .home-hero-media{
  left:50% !important;
  right:auto !important;
  top:0 !important;
  bottom:0 !important;
  width:100vw !important;
  max-width:none !important;
  transform:translateX(-50%) !important;
}
.page-home .home-hero-frame,
.page-home .home-hero-video{width:100vw !important;max-width:none !important}
.page-home .home-hero-video{transform:scale(1.18) !important;transform-origin:center center !important}
