.legal-header {
  width: 100%;
  padding: 120px 20px 60px;
  background: linear-gradient(135deg, #48C5B6 0%, #3aa297 100%);
  text-align: center;
  color: white;
}

.legal-header h1 {
  font-size: 2.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.legal-container {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
  color: #2d3e3a;
  line-height: 1.8;
}

.legal-container h2 {
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1f3f32;
  position: relative;
}

.legal-container h2::after {
  content: "";
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, #48C5B6, #5CC8C8);
  position: absolute;
  bottom: -6px;
  left: 0;
  border-radius: 2px;
}

.legal-container p {
  margin-bottom: 18px;
  color: #4a5955;
  font-size: 1.05rem;
}

.legal-container a {
  color: #48C5B6;
  text-decoration: none;
}

.legal-container a:hover {
  text-decoration: underline;
}

.update-date {
  text-align: right;
  margin-top: 50px;
  font-size: 0.95rem;
  color: #777;
}

@media (max-width: 600px) {
  .legal-header h1 {
    font-size: 2rem;
  }

  .legal-container h2 {
    font-size: 1.5rem;
  }
}
