.elementor-799 .elementor-element.elementor-element-cb98aaa{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-320afda *//* CSS */
.legal-page {
  padding: 80px 20px 100px;
  min-height: 100vh;
  margin-top: 4rem
}

.legal-container {
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.legal-header {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.legal-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 300;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 24px;
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
  letter-spacing: -0.5px;
}

.legal-intro {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0 0 16px;
}

.legal-date {
  font-size: 0.9rem;
  font-weight: 400;
  color: #999;
  margin: 0;
}

.legal-content {
  margin-bottom: 50px;
}

.legal-section {
  margin-bottom: 50px;
}

.legal-section:last-child {
  margin-bottom: 0;
}

.legal-heading {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0 0 20px;
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.legal-section p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: #4a4a4a;
  margin: 0 0 16px;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-section a {
  color: #1a1a1a;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}

.legal-section a:hover {
  color: #000000;
  text-decoration-color: rgba(0, 0, 0, 0.6);
}

.legal-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.legal-list li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}

.legal-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #ccc;
}

.legal-list li:last-child {
  margin-bottom: 0;
}

.legal-list strong {
  font-weight: 400;
  color: #1a1a1a;
}

.legal-footer {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.legal-footer p {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.7;
  color: #666;
  margin: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .legal-page {
    padding: 60px 20px 80px;
  }
  
  .legal-container {
    padding: 40px 30px;
  }
  
  .legal-header {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  
  .legal-title {
    margin-bottom: 20px;
  }
  
  .legal-intro {
    font-size: 1.05rem;
  }
  
  .legal-section {
    margin-bottom: 40px;
  }
  
  .legal-heading {
    font-size: 1.35rem;
    margin-bottom: 16px;
  }
  
  .legal-footer {
    margin-top: 50px;
    padding-top: 30px;
  }
}

@media (max-width: 480px) {
  .legal-page {
    padding: 50px 16px 70px;
  }
  
  .legal-container {
    padding: 30px 20px;
  }
  
  .legal-header {
    margin-bottom: 40px;
    padding-bottom: 25px;
  }
  
  .legal-intro {
    font-size: 1rem;
  }
  
  .legal-section p,
  .legal-list li {
    font-size: 0.95rem;
  }
  
  .legal-list li {
    padding-left: 20px;
  }
}/* End custom CSS */