.elementor-748 .elementor-element.elementor-element-d5b719c{--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;}.elementor-748 .elementor-element.elementor-element-1d3479e{--spacer-size:50px;}.elementor-748 .elementor-element.elementor-element-2806f97{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3e293e4 *//* Domitech Legal (Terms + Privacy) — Premium */
.legal {
  --domitech-ink: #0b1220;
  --domitech-muted: #475569;
  --domitech-brand: #002d3e;
  --domitech-border: rgba(2, 6, 23, 0.10);
  --domitech-soft: rgba(0, 45, 62, 0.05);
  --domitech-soft-2: rgba(0, 45, 62, 0.08);

  color: var(--domitech-ink);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  line-height: 1.7;
}

.legal a {
  color: var(--domitech-brand);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.legal a:hover,
.legal a:focus {
  text-decoration-thickness: 2px;
}

.legal__header {
  margin: 0 0 26px 0;
  padding: 20px 22px;
  background: linear-gradient(180deg, var(--domitech-soft), rgba(255,255,255,0));
  border: 1px solid var(--domitech-border);
  border-radius: 16px;
}

.legal__header h1 {
  margin: 0 0 10px 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--domitech-brand);
}

.legal__header p {
  margin: 0;
  color: var(--domitech-muted);
  font-size: 16px;
  max-width: 80ch;
}

.legal__content {
  max-width: 920px;
}

.legal__content h2 {
  margin: 28px 0 10px 0;
  padding-top: 14px;
  border-top: 1px solid var(--domitech-border);
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.legal__content p {
  margin: 0 0 12px 0;
  font-size: 16px;
}

.legal__content ul {
  margin: 0 0 14px 0;
  padding-left: 20px;
}

.legal__content li {
  margin: 7px 0;
  font-size: 16px;
}

.legal__content strong {
  font-weight: 650;
}

.legal__content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95em;
}

.legal__updated {
  margin-top: 22px;
  padding: 12px 14px;
  background: var(--domitech-soft);
  border: 1px solid var(--domitech-border);
  border-radius: 12px;
  color: var(--domitech-muted);
  font-size: 14px;
}

/* Nice list bullets */
.legal__content ul li::marker {
  color: var(--domitech-brand);
}

/* Mobile */
@media (max-width: 767px) {
  .legal__header {
    padding: 16px 16px;
    border-radius: 14px;
  }
  .legal__content {
    max-width: 100%;
  }
  .legal__content h2 {
    margin-top: 22px;
  }
}/* End custom CSS */