/* =====================
   Terms & Conditions Page Styles
   ===================== */

.page-header {
  background: linear-gradient(135deg, var(--navy) 0%, #1a3a6e 100%);
  padding: 5rem 0 4rem;
}

.page-header h1 {
  margin: 0.5rem 0 1rem;
  font-size: 2.5rem;
}

.policy-content {
  max-width: 760px;
  margin: 0 auto;
}

.policy-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.policy-content h2:first-child {
  margin-top: 0;
}

.policy-content p {
  margin-bottom: 1rem;
  line-height: 1.8;
}

.policy-content a {
  color: var(--amber);
  font-weight: 600;
  text-decoration: underline;
}