.terms-container {
  max-width: 800px;
  margin: 120px auto 60px;
  background: white;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: 40px;
}

.terms-header {
  text-align: center;
  margin-bottom: 40px;
}

.terms-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: var(--primary);
}

.terms-content h2 {
  font-size: 1.5rem;
  margin: 30px 0 15px;
  color: var(--primary-dark);
}

.terms-content h3 {
  font-size: 1.2rem;
  margin: 20px 0 10px;
}

.terms-content p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.terms-content ul,
.terms-content ol {
  margin-bottom: 15px;
  padding-left: 20px;
}

.terms-content ul li,
.terms-content ol li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.terms-content ol li {
  list-style-type: decimal;
}

.terms-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--light-gray);
  text-align: center;
}

.terms-footer p {
  color: var(--gray);
  margin-bottom: 20px;
}

.contact-info {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item i {
  color: var(--primary);
}
