.elementor-140 .elementor-element.elementor-element-1757b05{--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-140 .elementor-element.elementor-element-4cbc183.elementor-element{--align-self:center;}.elementor-140 .elementor-element.elementor-element-49187f3{--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-140 .elementor-element.elementor-element-2a34614d.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4cbc183 */<style>
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Montserrat:wght@700&display=swap');

  .legal-container {
    background-color: #0f172a;
    color: #cbd5e1;
    font-family: 'Inter', sans-serif;
    padding: 60px 20px;
    line-height: 1.8;
  }

  .legal-card {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(30, 41, 59, 0.5);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(56, 189, 248, 0.1);
  }

  .legal-card h1 {
    font-family: 'Montserrat', sans-serif;
    color: #f8fafc;
    font-size: 32px;
    margin-bottom: 30px;
    border-bottom: 2px solid #38bdf8;
    display: inline-block;
    padding-bottom: 10px;
  }

  .legal-card h2 {
    font-family: 'Montserrat', sans-serif;
    color: #38bdf8;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .legal-card p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .legal-card strong {
    color: #f8fafc;
  }

  .legal-card ul {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .legal-card li {
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .legal-card { padding: 30px 20px; }
  }
</style>/* End custom CSS */