/* ===================================
   Legal Pages Styles
   =================================== */

/* Legal Hero Section */
.legal-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  padding: 80px 0 60px;
  text-align: center;
  color: #ffffff;
}

.legal-hero-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
}

.legal-hero-date {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

/* Legal Content Section */
.legal-content {
  padding: 80px 0;
  background-color: #ffffff;
}

.legal-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.legal-section {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e8f0;
}

.legal-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.legal-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.3;
}

.legal-subsection-title {
  font-size: 24px;
  font-weight: 600;
  color: #334155;
  margin-top: 30px;
  margin-bottom: 16px;
  line-height: 1.3;
}

.legal-text {
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 16px;
}

.legal-text:last-child {
  margin-bottom: 0;
}

.legal-highlight {
  background-color: #fef3c7;
  padding: 20px;
  border-left: 4px solid #f59e0b;
  border-radius: 4px;
  font-weight: 500;
  color: #92400e;
}

.legal-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.legal-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
}

.legal-list li::before {
  content: """;
  position: absolute;
  left: 10px;
  color: #3b82f6;
  font-weight: bold;
  font-size: 20px;
}

.legal-contact-box {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 30px;
  margin-top: 20px;
}

.legal-contact-box p {
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}

.legal-contact-box strong {
  color: #1e293b;
  font-size: 18px;
}

/* Responsive - Tablet */
@media (max-width: 768px) {
  .legal-hero {
    padding: 60px 0 40px;
  }

  .legal-hero-title {
    font-size: 36px;
  }

  .legal-hero-date {
    font-size: 14px;
  }

  .legal-content {
    padding: 50px 0;
  }

  .legal-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .legal-section-title {
    font-size: 28px;
  }

  .legal-subsection-title {
    font-size: 22px;
  }

  .legal-text {
    font-size: 15px;
  }

  .legal-list li {
    font-size: 15px;
  }

  .legal-contact-box {
    padding: 24px 20px;
  }
}

/* Responsive - Mobile */
@media (max-width: 480px) {
  .legal-hero {
    padding: 50px 0 30px;
  }

  .legal-hero-title {
    font-size: 28px;
  }

  .legal-content {
    padding: 40px 0;
  }

  .legal-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .legal-section-title {
    font-size: 24px;
  }

  .legal-subsection-title {
    font-size: 20px;
    margin-top: 24px;
  }

  .legal-text,
  .legal-list li {
    font-size: 14px;
  }

  .legal-highlight {
    padding: 16px;
    font-size: 14px;
  }

  .legal-contact-box {
    padding: 20px 16px;
  }

  .legal-contact-box p {
    font-size: 14px;
  }
}
