/* ========== Header ========== */
.terms-header {
  background: linear-gradient(135deg, #004aad, #0083ff);
  color: #fff;
  text-align: center;
  padding: 3rem 1rem;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.terms-header h1 {
  font-size: 4rem;
  font-weight: 600;
}
.terms-header p {
  margin-top: .8rem;
    font-size: 2rem;
    opacity: 0.9;
}
/* ========== Content ========== */
.terms-content {
  background: #fff;
  margin-top: -3rem;
  padding: 3.2rem;
  border-radius: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.container {
  width: 90%;
  max-width: 83.7rem;
  margin: 0 auto;
}
.terms-content section {
  margin-bottom: 3.2rem;
}
.terms-content h2 {
  color: #004aad;
  margin-bottom: .8rem;
  font-size: 2.2rem;
}
.terms-content p,
.terms-content ul {
  font-size: 1.6rem;
  color: #555;
}
.terms-content ul {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}
.terms-content li {
  margin-bottom: 0.5rem;
}
/* ========== Acceptance Section ========== */
.acceptance {
  background: #eaf4ff;
  padding: 1rem;
  border-left: 4px solid #004aad;
  margin-top: 2rem;
  border-radius: 10px;
  font-style: italic;
  color: #004aad;
}

/* ========== Footer Buttons ========== */
.terms-footer {
  text-align: center;
  margin-top: 2rem;
}


/* ========== Main Footer ========== */
.main-footer {
  text-align: center;
  padding: 1.6rem;
  margin-top: 4.8rem;
  background: #f1f1f1;
  font-size: 1.4rem;
  color: #666;
}
