body {
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
  margin: 0;
  color: #333;
  line-height: 1.7;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.terms-header {
  background: linear-gradient(135deg, #102542, #0d1b2a);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.terms-header h1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.terms-header p {
  font-size: 1rem;
  color: #ccc;
}

.terms-content h2 {
  font-size: 1.4rem;
  color: #102542;
  margin-top: 30px;
  margin-bottom: 10px;
}

.terms-content p, .terms-content li {
  font-size: 1rem;
  color: #444;
}

.terms-content ul {
  padding-left: 20px;
  margin-top: 10px;
}

.terms-content a {
  color: #ff3e3e;
  text-decoration: none;
}

.terms-content a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .terms-header h1 {
    font-size: 2rem;
  }

  .terms-content h2 {
    font-size: 1.2rem;
  }

  .container {
    padding: 20px 15px;
  }
}
