/* Previous styles from index.html remain unchanged. Append the following: */

/* Policy and Terms Pages */
.policy-banner {
  min-height: 60vh;
}

.policy-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 20px 0;
}

.policy-list li {
  margin-bottom: 10px;
}

#policy-content h3, #terms-content h3 {
  font-size: 1.5rem;
  color: var(--primary);
  margin: 20px 0 10px;
}

/* Thanks Page */
.thanks-banner {
  min-height: 60vh;
}

.thanks-message {
  text-align: center;
  background: white;
  border-radius: 15px;
  padding: 40px;
  box-shadow: var(--shadow);
  max-width: 800px;
  margin: 0 auto;
}

.icon-success {
  font-size: 4rem;
  color: var(--accent);
  margin-bottom: 20px;
}

.thanks-message .policy-list {
  list-style: none;
  padding: 0;
}

.thanks-message .policy-list li {
  margin: 15px 0;
}

.thanks-message .social-links {
  margin-top: 20px;
}