.elementor-188 .elementor-element.elementor-element-13db3b7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-99a0df1 *//* Fontes (pode trocar por <link> no head) */

/* Container e tipografia base */
.dm-terms{
  max-width: 900px;
  margin: 40px auto;
  padding: 0 16px;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 16px;              /* texto 16 */
  line-height: 1.7;
  color: #1f2937;
}

/* Título e subtítulo */
.dm-terms .dm-title{
  font-family: 'Host Grotesk', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;             /* bold 700 */
  font-size: 36px;              /* título 36 */
  line-height: 1.2;
  margin: 0 0 6px;
}
.dm-terms .dm-subtitle{
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;             /* regular 400 */
  font-size: 16px;
  color: #6b7280;
  margin: 0 0 18px;
}

/* Hierarquia de títulos internos */
.dm-terms h2{
  font-family: 'Host Grotesk', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 28px 0 8px;
  line-height: 1.25;
  color: #111827;
}
.dm-terms h3{
  font-weight: 700;
  font-size: 18px;
  margin: 18px 0 6px;
  color: #111827;
}

/* Texto e listas */
.dm-terms p{ margin: 10px 0 12px; }
.dm-terms ul{ margin: 8px 0 16px 18px; }
.dm-terms li{ margin: 6px 0; }

/* Links e divisórias */
.dm-terms a{ color: #7B3FF3; text-decoration: none; }
.dm-terms a:hover{ text-decoration: underline; }
.dm-terms hr{ border: none; border-top: 1px solid #e5e7eb; margin: 28px 0; }
.dm-terms .dm-footnote{ color:#6b7280; font-size:14px; }

/* Responsivo */
@media (max-width: 480px){
  .dm-terms .dm-title{ font-size: 28px; }
}/* End custom CSS */