.elementor-919 .elementor-element.elementor-element-3178d79{--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-919:not(.elementor-motion-effects-element-type-background), body.elementor-page-919 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#121924;}/* Start custom CSS for html, class: .elementor-element-4d4ea69 *//* Barra superior com botão voltar */
.tl-back-bar {
  margin-bottom: 20px;
}
.tl-back-bar .btn-back {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.tl-back-bar .btn-back svg {
  width: 20px;
  height: 20px;
}

/* Card principal */
.tl-card {
  background: #1E293B;
  border: 1px solid #233046;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  color: #E5E7EB;
  max-width: 960px;
  margin: 0 auto;
}

/* Títulos */
.tl-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.tl-card h2 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
}

/* Texto */
.tl-card p {
  margin-bottom: 14px;
  line-height: 1.6;
  font-size: 15px;
}

/* Links */
.tl-card a {
  color: #2962FF;
  text-decoration: none;
}
.tl-card a:hover {
  text-decoration: underline;
}/* End custom CSS */