/* ========================================================================
   AÇOS LITORAL — FORMULÁRIO DA HOME REPLICADO NA PÁGINA PRODUTOS
   Regras locais e autossuficientes para não depender de um CSS externo
   inexistente ou de seletores limitados ao body.page-home.
   ======================================================================== */

.page-produtos{
  --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);
}

.page-produtos .inline-contact-wrap{
  position: relative !important;
  left: 50% !important;
  width: min(1320px,calc(100vw - 40px)) !important;
  max-width: none !important;
  margin-inline: 0 !important;
  transform: translateX(-50%) !important;
}

.page-produtos .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;
}

.page-produtos .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;
}

.page-produtos .contact-showcase-rule{
  display: block !important;
  width: 54px !important;
  height: 3px !important;
  margin-bottom: 22px !important;
  background: var(--home-yellow) !important;
}

.page-produtos .contact-showcase-intro h2{
  max-width: 12ch !important;
  margin: 0 0 18px !important;
  color: #fff !important;
  font-family: var(--home-heading-font) !important;
  font-size: clamp(2.2rem,3.4vw,3.3rem) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: -.025em !important;
  text-align: left !important;
}

.page-produtos .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-produtos .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-produtos .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-produtos .home-contact-form{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.page-produtos .home-contact-form .form-grid{
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 16px !important;
}

.page-produtos .home-contact-form .field{
  min-width: 0 !important;
  text-align: left !important;
}

.page-produtos .home-contact-form .field.full{
  grid-column: 1 / -1 !important;
}

.page-produtos .home-contact-form .field label{
  display: block !important;
  margin: 0 0 7px !important;
  color: #28313c !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

.page-produtos .home-contact-form .field :where(input,select,textarea){
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  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;
  box-shadow: none !important;
}

.page-produtos .home-contact-form .field :where(input,select){
  min-height: 46px !important;
}

.page-produtos .home-contact-form .field textarea{
  min-height: 112px !important;
  resize: vertical !important;
}

.page-produtos .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-produtos .home-contact-actions{
  display: flex !important;
  justify-content: flex-start !important;
  max-width: none !important;
  margin: 22px 0 0 !important;
}

.page-produtos .home-contact-actions .btn{
  min-width: 190px !important;
}

.page-produtos .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-produtos .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-produtos .home-contact-form .form-feedback.is-ok{color:#166534 !important}
.page-produtos .home-contact-form .form-feedback.is-error{color:#b42318 !important}

/* Campo antispam e iframe nunca podem aparecer visualmente. */
.page-produtos .home-form-trap,
.page-produtos .home-contact-sink{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.page-produtos .home-contact-form [aria-busy="true"]{
  cursor: wait !important;
  opacity: .78 !important;
}

.page-produtos .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-produtos .home-success-modal.is-visible{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.page-produtos .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-produtos .home-success-modal.is-visible .home-success-dialog{
  transform: translateY(0) scale(1) !important;
}

.page-produtos .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-produtos .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-produtos .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-produtos .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-produtos .home-success-button{
  min-width: 160px !important;
}

body.home-modal-open{
  overflow: hidden !important;
}

@media (max-width:760px){
  .page-produtos .contact-showcase{
    grid-template-columns: 1fr !important;
  }

  .page-produtos .contact-showcase-intro{
    align-items: center !important;
    min-height: auto !important;
    padding: 36px 28px !important;
    text-align: center !important;
  }

  .page-produtos .contact-showcase-rule{
    margin-inline: auto !important;
  }

  .page-produtos .contact-showcase-intro :where(h2,.contact-showcase-accent,.contact-showcase-copy){
    max-width: 620px !important;
    text-align: center !important;
  }
}

@media (max-width:680px){
  .page-produtos .contact-showcase-form{
    padding: 24px 18px !important;
  }

  .page-produtos .home-contact-form .form-grid{
    grid-template-columns: 1fr !important;
  }

  .page-produtos .home-contact-actions .btn{
    width: 100% !important;
  }
}
