body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #f4f6fc;
  color: #333;
}

.terms {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 3rem 2rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease-in-out;
}

.terms h1 {
  font-size: 2.5rem;
  color: #2d3e50;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.update-date {
  font-size: 0.95rem;
  color: #888;
  margin-bottom: 2.5rem;
}

.terms section {
  margin-bottom: 2.5rem;
  border-left: 4px solid #5c6bc0;
  padding-left: 1.5rem;
}

.terms h2 {
  font-size: 1.6rem;
  color: #3949ab;
  margin-bottom: 0.8rem;
  font-weight: 600;
}

.terms p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}

.terms ul {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  color: #555;
}

.terms ul li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

.footer {
  margin-top: 3rem;
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  font-size: 0.9rem;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .terms {
    padding: 2rem 1.5rem;
  }

  .terms h1 {
    font-size: 2rem;
  }

  .terms h2 {
    font-size: 1.3rem;
  }
}
