/* ========================================================================
   AÇOS LITORAL — APRIMORAMENTOS EXCLUSIVOS DA PÁGINA SOBRE
   ======================================================================== */
.page-sobre{
  --sobre-heading-font: Georgia, "Times New Roman", Times, serif;
  --sobre-black: #05070c;
  --sobre-black-soft: #0d1017;
  --sobre-yellow: #f5c400;
  --sobre-yellow-deep: #d5a900;
  --sobre-paper: #f6f6f3;
  --sobre-line: rgba(5,7,12,.14);
}

/* Mesma tipografia de títulos utilizada na Home. */
.page-sobre :where(h1,h2,h3,h4,h5,h6,.display,.h-xl,.h-lg,.brands-title,.stat b){
  font-family: var(--sobre-heading-font) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: -.018em !important;
}
.page-sobre :where(h1,h2,h3,h4,h5,h6,.display,.h-xl,.h-lg,.brands-title,.stat b) :where(strong,b){
  font-weight: 400 !important;
}

/* Centralização exata dos dois cabeçalhos solicitados. */
.page-sobre .section-profissionalismo .sec-head,
.page-sobre .section-timeline .sec-head{
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  width: 100% !important;
  text-align: center !important;
}
.page-sobre .section-profissionalismo .sec-head-main,
.page-sobre .section-timeline .sec-head-main{
  width: 100% !important;
  max-width: 960px !important;
  margin-inline: auto !important;
  align-items: center !important;
  text-align: center !important;
}
.page-sobre .section-profissionalismo .sec-head :where(h2,p),
.page-sobre .section-timeline .sec-head :where(h2,p){
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.page-sobre .section-profissionalismo .sec-head h2,
.page-sobre .section-timeline .sec-head h2{
  max-width: 24ch !important;
}
.page-sobre .section-profissionalismo .sec-head p,
.page-sobre .section-timeline .sec-head p{
  max-width: 880px !important;
  font-size: clamp(1.12rem,1.45vw,1.34rem) !important;
  line-height: 1.72 !important;
}

/* Cartões de profissionalismo com mais presença, leitura e acabamento visual. */
.page-sobre .section-profissionalismo .feat-grid{
  align-items: stretch !important;
  gap: clamp(18px,2.2vw,28px) !important;
  margin-top: clamp(34px,4.5vw,54px) !important;
}
.page-sobre .section-profissionalismo .feat{
  position: relative !important;
  isolation: isolate !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  height: 100% !important;
  min-height: 260px !important;
  padding: clamp(32px,3vw,42px) clamp(24px,2.6vw,34px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(5,7,12,.12) !important;
  border-top: 4px solid var(--sobre-yellow) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 100% 0,rgba(245,196,0,.13),transparent 38%),
    linear-gradient(180deg,#fff 0%,#f8f8f5 100%) !important;
  box-shadow: 0 18px 44px rgba(5,7,12,.09) !important;
  text-align: center !important;
  transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease !important;
}
.page-sobre .section-profissionalismo .feat::before{
  content: "" !important;
  position: absolute !important;
  top: 22px !important;
  left: 50% !important;
  width: 46px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: var(--sobre-yellow) !important;
  transform: translateX(-50%) !important;
  box-shadow: 0 0 0 6px rgba(245,196,0,.08) !important;
}
.page-sobre .section-profissionalismo .feat::after{
  content: "" !important;
  position: absolute !important;
  right: -42px !important;
  bottom: -58px !important;
  z-index: -1 !important;
  width: 150px !important;
  height: 150px !important;
  border: 1px solid rgba(5,7,12,.06) !important;
  border-radius: 50% !important;
}
.page-sobre .section-profissionalismo .feat:hover{
  transform: translateY(-6px) !important;
  border-color: rgba(245,196,0,.56) !important;
  box-shadow: 0 24px 58px rgba(5,7,12,.14) !important;
}
.page-sobre .section-profissionalismo .feat h3{
  max-width: 13ch !important;
  margin: 18px auto 0 !important;
  color: var(--sobre-black) !important;
  font-size: clamp(1.62rem,2.1vw,2rem) !important;
  line-height: 1.12 !important;
  text-align: center !important;
}
.page-sobre .section-profissionalismo .feat p{
  max-width: 34ch !important;
  margin: 17px auto 0 !important;
  color: #5e6671 !important;
  font-size: clamp(.98rem,1.05vw,1.06rem) !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

/* Linha do tempo premium, horizontal no desktop e vertical no celular. */
.page-sobre .project-timeline{
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  grid-auto-rows: 1fr !important;
  align-items: stretch !important;
  gap: clamp(18px,2vw,28px) !important;
  width: 100% !important;
  max-width: 1240px !important;
  margin: clamp(46px,6vw,76px) auto 0 !important;
  padding: 52px 0 10px !important;
  border: 0 !important;
  counter-reset: sobre-etapa !important;
}
.page-sobre .project-timeline::before{
  content: "" !important;
  position: absolute !important;
  top: 25px !important;
  left: 8% !important;
  right: 8% !important;
  height: 3px !important;
  background: linear-gradient(90deg,
    rgba(245,196,0,.35),
    var(--sobre-yellow) 18%,
    var(--sobre-yellow) 82%,
    rgba(245,196,0,.35)) !important;
  border-radius: 999px !important;
  box-shadow: 0 0 0 1px rgba(5,7,12,.04) !important;
}
.page-sobre .project-timeline .flow-step{
  counter-increment: sobre-etapa !important;
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 245px !important;
  margin: 0 !important;
  padding: 42px 25px 28px !important;
  border: 1px solid rgba(5,7,12,.12) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,246,243,.96)) !important;
  box-shadow: 0 18px 44px rgba(5,7,12,.09) !important;
  overflow: visible !important;
  text-align: center !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}
.page-sobre .project-timeline .flow-step:nth-child(even){
  transform: none !important;
}
.page-sobre .project-timeline .flow-step:hover{
  transform: translateY(-6px) !important;
  border-color: rgba(245,196,0,.65) !important;
  box-shadow: 0 24px 58px rgba(5,7,12,.14) !important;
}
.page-sobre .project-timeline .flow-step:nth-child(even):hover{
  transform: translateY(-6px) !important;
}
.page-sobre .project-timeline .flow-step::before{
  content: counter(sobre-etapa, decimal-leading-zero) !important;
  position: absolute !important;
  top: -48px !important;
  left: 50% !important;
  display: grid !important;
  place-items: center !important;
  width: 52px !important;
  height: 52px !important;
  border: 7px solid #fff !important;
  border-radius: 50% !important;
  background: var(--sobre-yellow) !important;
  color: var(--sobre-black) !important;
  box-shadow: 0 8px 22px rgba(5,7,12,.18),0 0 0 1px rgba(5,7,12,.1) !important;
  font-family: Arial,sans-serif !important;
  font-size: .86rem !important;
  font-weight: 800 !important;
  letter-spacing: .04em !important;
  transform: translateX(-50%) !important;
  z-index: 2 !important;
}
.page-sobre .project-timeline .flow-step::after{
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 22px !important;
  right: 22px !important;
  height: 3px !important;
  border-radius: 0 0 999px 999px !important;
  background: linear-gradient(90deg,transparent,var(--sobre-yellow),transparent) !important;
}
.page-sobre .project-timeline .flow-step > div{
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 0 !important;
}
.page-sobre .project-timeline .flow-step h3{
  margin: 0 !important;
  color: var(--sobre-black) !important;
  font-size: clamp(1.28rem,1.8vw,1.62rem) !important;
  line-height: 1.14 !important;
  text-align: center !important;
}
.page-sobre .project-timeline .flow-step p{
  margin: 14px auto 0 !important;
  color: #5e6671 !important;
  font-size: .94rem !important;
  line-height: 1.65 !important;
  text-align: center !important;
}

/* Formulário copiado da Home, com o mesmo layout, dimensões e comportamento. */
.page-sobre .section-contact-final{
  padding-top: clamp(72px,7vw,104px) !important;
  padding-bottom: clamp(72px,7vw,104px) !important;
  background: linear-gradient(180deg,#fff 0%,var(--sobre-paper) 100%) !important;
}
.page-sobre .section-contact-final .container{
  width: min(1380px,calc(100% - var(--gutter)*2)) !important;
}
.page-sobre .inline-contact-wrap{
  width: 100% !important;
  max-width: 1320px !important;
  margin-inline: auto !important;
}
.page-sobre .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(--sobre-line) !important;
  border-top: 4px solid var(--sobre-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-sobre .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(--sobre-black),var(--sobre-black-soft)) !important;
  color: #fff !important;
  text-align: left !important;
}
.page-sobre .contact-showcase-rule{
  width: 54px !important;
  height: 3px !important;
  margin-bottom: 22px !important;
  background: var(--sobre-yellow) !important;
}
.page-sobre .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-sobre .contact-showcase-accent{
  max-width: 32ch !important;
  margin: 0 0 14px !important;
  color: var(--sobre-yellow) !important;
  font-size: .98rem !important;
  line-height: 1.55 !important;
  text-align: left !important;
}
.page-sobre .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-sobre .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(--sobre-paper) !important;
}
.page-sobre .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-sobre .home-contact-form .form-grid{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}
.page-sobre .home-contact-form .field{
  text-align: left !important;
}
.page-sobre .home-contact-form .field label{
  color: #28313c !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
  text-align: left !important;
}
.page-sobre .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-sobre .home-contact-form .field :where(input,select){
  min-height: 46px !important;
}
.page-sobre .home-contact-form .field textarea{
  min-height: 112px !important;
}
.page-sobre .home-contact-form .field :where(input,select,textarea):focus{
  border-color: var(--sobre-yellow-deep) !important;
  box-shadow: 0 0 0 4px rgba(245,196,0,.16) !important;
  outline: 0 !important;
}
.page-sobre .home-contact-actions{
  display: flex !important;
  justify-content: flex-start !important;
  max-width: none !important;
  margin: 22px 0 0 !important;
}
.page-sobre .home-contact-actions .btn{
  min-width: 190px !important;
}
.page-sobre .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-sobre .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-sobre .home-contact-form .form-feedback.is-ok{color:#166534 !important}
.page-sobre .home-contact-form .form-feedback.is-error{color:#b42318 !important}
.page-sobre .home-form-trap,
.page-sobre .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-sobre .home-contact-form [aria-busy="true"]{
  cursor: wait !important;
  opacity: .78 !important;
}
.page-sobre .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-sobre .home-success-modal.is-visible{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.page-sobre .home-success-dialog{
  position: relative !important;
  width: min(100%,460px) !important;
  padding: 40px 34px 34px !important;
  border-top: 5px solid var(--sobre-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-sobre .home-success-modal.is-visible .home-success-dialog{
  transform: translateY(0) scale(1) !important;
}
.page-sobre .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-sobre .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(--sobre-yellow) !important;
  color: var(--sobre-black) !important;
  font: 700 2rem/1 Arial,sans-serif !important;
}
.page-sobre .home-success-dialog h3{
  margin: 0 0 12px !important;
  color: var(--sobre-black) !important;
  font-size: clamp(1.75rem,4vw,2.15rem) !important;
  text-align: center !important;
}
.page-sobre .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-sobre .home-success-button{min-width:160px !important}
body.home-modal-open{overflow:hidden !important}

@media (max-width:900px){
  .page-sobre .project-timeline{
    grid-template-columns: 1fr 1fr !important;
    gap: 26px 18px !important;
    padding-top: 18px !important;
  }
  .page-sobre .project-timeline::before{display:none !important}
  .page-sobre .project-timeline .flow-step,
  .page-sobre .project-timeline .flow-step:nth-child(even){
    min-height: 220px !important;
    padding-top: 48px !important;
    transform: none !important;
  }
  .page-sobre .project-timeline .flow-step::before{
    top: -18px !important;
  }
}
@media (max-width:760px){
  .page-sobre .contact-showcase{
    grid-template-columns: 1fr !important;
  }
  .page-sobre .contact-showcase-intro{
    align-items: center !important;
    min-height: auto !important;
    padding: 36px 28px !important;
    text-align: center !important;
  }
  .page-sobre .contact-showcase-rule{margin-inline:auto !important}
  .page-sobre .contact-showcase-intro :where(h2,.contact-showcase-accent,.contact-showcase-copy){
    max-width: 620px !important;
    text-align: center !important;
  }
}
@media (max-width:680px){
  .page-sobre .section-contact-final{
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  .page-sobre .contact-showcase-form{
    padding: 24px 18px !important;
  }
  .page-sobre .home-contact-form .form-grid{
    grid-template-columns: 1fr !important;
  }
  .page-sobre .home-contact-actions .btn{
    width: 100% !important;
  }
}
@media (max-width:620px){
  .page-sobre .project-timeline{
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .page-sobre .project-timeline .flow-step{
    min-height: 0 !important;
  }
}

/* Banner da página Sobre: conteúdo centralizado no centro da tela. */
.page-sobre .phero{
  display: grid !important;
  align-items: center !important;
  min-height: clamp(520px,calc(100svh - 118px),820px) !important;
  text-align: center !important;
}
.page-sobre .phero > .container{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin-inline: auto !important;
  text-align: center !important;
}
.page-sobre .phero :where(h1,.lead){
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.page-sobre .phero .lead{
  max-width: 820px !important;
}
.page-sobre .phero .actions{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}
@media(max-width:620px){
  .page-sobre .phero{
    min-height: calc(100svh - 104px) !important;
  }
  .page-sobre .phero .actions{
    flex-direction: column !important;
  }
}
