.elementor-647 .elementor-element.elementor-element-d314605{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-d314605 *//* =========================================================
   CONTACT PAGE (Contato) - usa tokens do .bn-home
   Escopo: .bn-home.bn-contactpage
   Cole NO FINAL do CSS único
========================================================= */

.bn-home.bn-contactpage{
  background: var(--bn-white);
}

/* evita “vazar” largura no mobile por causa de widgets/iframes */
.bn-home.bn-contactpage img,
.bn-home.bn-contactpage iframe,
.bn-home.bn-contactpage video{
  max-width: 100% !important;
}

/* -------------------------
   HERO
------------------------- */
.bn-home.bn-contactpage .bn-contact-hero{
  padding: 84px 0 58px;
  background: var(--bn-ivory);
}

.bn-home.bn-contactpage .bn-contact-hero-grid{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 980px){
  .bn-home.bn-contactpage .bn-contact-hero-grid{
    grid-template-columns: 1fr;
  }
}

.bn-home.bn-contactpage .bn-contact-kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(199,162,106,.14);
  border: 1px solid rgba(199,162,106,.26);
  color: rgba(7,26,44,.86);
  font-weight: 650;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bn-home.bn-contactpage .bn-contact-hero-copy{
  max-width: 70ch;
}

.bn-home.bn-contactpage .bn-contact-mini{
  margin-top: 18px;
  display: grid;
  gap: 10px;
}
.bn-home.bn-contactpage .bn-mini-item{
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(7,26,44,.80);
  font-size: 14px;
}

/* Card à direita */
.bn-home.bn-contactpage .bn-contact-hero-card{
  border-radius: var(--bn-radius);
  overflow: hidden;
  border: 1px solid rgba(7,26,44,.10);
  background: #ffffff;
  box-shadow: var(--bn-shadow);
  padding: 18px;
}

/* métodos */
.bn-home.bn-contactpage .bn-contact-methods{
  display: grid;
  gap: 12px;
}

.bn-home.bn-contactpage .bn-contact-method{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 16px;
  text-decoration: none;
  border: 1px solid rgba(7,26,44,.10);
  background: rgba(199,162,106,.08);
  transition: transform 220ms cubic-bezier(.2,.8,.2,1), border-color 220ms cubic-bezier(.2,.8,.2,1), background 220ms cubic-bezier(.2,.8,.2,1);
}
.bn-home.bn-contactpage .bn-contact-method:hover{
  transform: translateY(-2px);
  border-color: rgba(199,162,106,.34);
  background: rgba(199,162,106,.12);
}

.bn-home.bn-contactpage .bn-contact-icobox{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(7,26,44,.96);
  border: 1px solid rgba(7,26,44,.10);
  color: rgba(243,241,234,.96);
  flex: 0 0 auto;
}

.bn-home.bn-contactpage .bn-contact-meta{
  display: grid;
  gap: 2px;
}
.bn-home.bn-contactpage .bn-contact-label{
  font-weight: 750;
  color: rgba(7,26,44,.92);
}
.bn-home.bn-contactpage .bn-contact-value{
  color: rgba(7,26,44,.74);
  font-size: 14px;
}

/* -------------------------
   MAIN (texto + formulário)
------------------------- */
.bn-home.bn-contactpage .bn-contact-main{
  padding: 64px 0 74px;
  background: var(--bn-white);
}

.bn-home.bn-contactpage .bn-contact-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}
@media (max-width: 980px){
  .bn-home.bn-contactpage .bn-contact-grid{
    grid-template-columns: 1fr;
  }
}

.bn-home.bn-contactpage .bn-contact-left{
  max-width: 70ch;
}

.bn-home.bn-contactpage .bn-list{
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(7,26,44,.76);
  line-height: 1.75;
}
.bn-home.bn-contactpage .bn-list li{ margin: 6px 0; }

/* -------------------------
   FORM CARD (navy + glass)
------------------------- */
.bn-home.bn-contactpage .bn-form-card{
  border-radius: var(--bn-radius);
  border: 1px solid rgba(243,241,234,.14);
  background: rgba(7,26,44,.96);
  box-shadow: 0 28px 90px rgba(0,0,0,.22);
  padding: 22px 20px;
  overflow: hidden;
}

.bn-home.bn-contactpage .bn-form-card .bn-h3{
  color: rgba(243,241,234,.95);
  margin-bottom: 8px;
}

.bn-home.bn-contactpage .bn-form-card .bn-lead{
  color: rgba(243,241,234,.84);
}

/* Host onde você cola shortcode/wiget */
.bn-home.bn-contactpage .bn-form-host{
  margin-top: 14px;
}

/* -------------------------
   Form nativo (fallback)
------------------------- */
.bn-home.bn-contactpage .bn-form{
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.bn-home.bn-contactpage .bn-field{
  display: grid;
  gap: 6px;
}

.bn-home.bn-contactpage .bn-label{
  color: rgba(243,241,234,.86);
  font-size: 13px;
  font-weight: 650;
}

.bn-home.bn-contactpage .bn-input,
.bn-home.bn-contactpage .bn-textarea{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(243,241,234,.16);
  background: rgba(255,255,255,.06);
  color: rgba(243,241,234,.92);
  padding: 12px 12px;
  outline: none;
  transition: border-color 220ms cubic-bezier(.2,.8,.2,1), background 220ms cubic-bezier(.2,.8,.2,1), box-shadow 220ms cubic-bezier(.2,.8,.2,1);
}

.bn-home.bn-contactpage .bn-textarea{
  min-height: 120px;
  resize: vertical;
}

.bn-home.bn-contactpage .bn-input::placeholder,
.bn-home.bn-contactpage .bn-textarea::placeholder{
  color: rgba(243,241,234,.55);
}

.bn-home.bn-contactpage .bn-input:focus,
.bn-home.bn-contactpage .bn-textarea:focus{
  border-color: rgba(199,162,106,.55);
  background: rgba(255,255,255,.08);
  box-shadow: 0 0 0 4px rgba(199,162,106,.14);
}

.bn-home.bn-contactpage .bn-submit{
  margin-top: 6px;
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(199,162,106,.34);
  background: rgba(199,162,106,.20);
  color: rgba(243,241,234,.96);
  font-weight: 750;
  padding: 12px 14px;
  cursor: pointer;
  transition: transform 220ms cubic-bezier(.2,.8,.2,1), background 220ms cubic-bezier(.2,.8,.2,1), border-color 220ms cubic-bezier(.2,.8,.2,1);
}
.bn-home.bn-contactpage .bn-submit:hover{
  transform: translateY(-1px);
  background: rgba(199,162,106,.26);
  border-color: rgba(199,162,106,.46);
}

.bn-home.bn-contactpage .bn-form-legal{
  margin-top: 12px;
  color: rgba(243,241,234,.62);
  font-size: 12px;
  line-height: 1.6;
}

/* -------------------------
   Elementor Form (se você usar widget do Elementor)
   (escopado para não bagunçar outras páginas)
------------------------- */
.bn-home.bn-contactpage .elementor-form{
  margin-top: 14px;
}

.bn-home.bn-contactpage .elementor-form .elementor-field-group{
  margin-bottom: 12px !important;
}

.bn-home.bn-contactpage .elementor-form label{
  color: rgba(243,241,234,.86) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

.bn-home.bn-contactpage .elementor-form .elementor-field{
  width: 100% !important;
  border-radius: 14px !important;
  border: 1px solid rgba(243,241,234,.16) !important;
  background: rgba(255,255,255,.06) !important;
  color: rgba(243,241,234,.92) !important;
  padding: 12px 12px !important;
  outline: none !important;
}

.bn-home.bn-contactpage .elementor-form .elementor-field:focus{
  border-color: rgba(199,162,106,.55) !important;
  background: rgba(255,255,255,.08) !important;
  box-shadow: 0 0 0 4px rgba(199,162,106,.14) !important;
}

.bn-home.bn-contactpage .elementor-form .elementor-button{
  width: 100% !important;
  border-radius: 999px !important;
  border: 1px solid rgba(199,162,106,.34) !important;
  background: rgba(199,162,106,.20) !important;
  color: rgba(243,241,234,.96) !important;
  font-weight: 750 !important;
  padding: 12px 14px !important;
}
.bn-home.bn-contactpage .elementor-form .elementor-button:hover{
  background: rgba(199,162,106,.26) !important;
  border-color: rgba(199,162,106,.46) !important;
}/* End custom CSS */