.elementor-928 .elementor-element.elementor-element-12dc0b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-928:not(.elementor-motion-effects-element-type-background), body.elementor-page-928 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F151F;}/* Start custom CSS for html, class: .elementor-element-09cff8e *//* Botão Voltar */
.tl-back {
  margin-bottom: 20px;
}
.tl-back a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.tl-back a svg {
  width: 20px;
  height: 20px;
}
.tl-back a:hover {
  color: #2962FF;
}

/* Card de contato */
.contact-card {
  background: #1E293B;
  border: 1px solid #233046;
  border-radius: 16px;
  padding: 32px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #E5E7EB;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.contact-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-subtitle {
  font-size: 16px;
  margin-bottom: 24px;
  color: #cbd5e1;
}

/* E-mail */
.contact-email {
  font-size: 18px;
  margin-top: 10px;
}
.contact-email a {
  color: #2962FF;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
}
.contact-email a:hover {
  text-decoration: underline;
}

/* Responsivo */
@media(max-width: 600px) {
  .contact-card {
    padding: 20px;
  }
  .contact-title {
    font-size: 22px;
  }
}/* End custom CSS */