.elementor-913 .elementor-element.elementor-element-6a70b8a{--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-913:not(.elementor-motion-effects-element-type-background), body.elementor-page-913 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1220;}/* Start custom CSS for html, class: .elementor-element-758ea40 */:root {
  --tl-bg: #0B1220;
  --tl-card: #1E293B;
  --tl-text: #E5E7EB;
  --tl-line: #233046;
  --tl-blue: #2962FF;
  --tl-purple: #7C3AED;
  --tl-r: 16px;
  --tl-shadow: 0 6px 18px rgba(0,0,0,0.3);
}

/* Fundo geral */
body {
  background: var(--tl-bg);
  color: var(--tl-text);
  font-family: "Montserrat", sans-serif;
}

/* Botão Voltar */
.privacy-back-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  background: none;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  transition: 0.2s ease-in-out;
}
.privacy-back-top:hover {
  color: var(--tl-blue);
}
.privacy-back-top svg {
  width: 20px;
  height: 20px;
}

/* Card */
.privacy-card {
  background: var(--tl-card);
  border: 1px solid var(--tl-line);
  border-radius: var(--tl-r);
  padding: 24px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: var(--tl-shadow);
}

.privacy-card h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}

.privacy-card h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  color: var(--tl-blue);
}

.privacy-card p, 
.privacy-card ul {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: var(--tl-text);
}

.privacy-card ul {
  list-style: disc;
  padding-left: 20px;
}

.privacy-card a {
  color: var(--tl-purple);
  text-decoration: underline;
}

.privacy-card a:hover {
  color: var(--tl-blue);
}/* End custom CSS */