/* Policy Pages (Privacy Policy & Terms of Service) */

.policy-page {
  padding: 80px 0 80px;
  background: #ffffff;
}

.policy-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.policy-header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e9ecef;
}

.policy-header h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 15px;
}

.policy-header .last-updated {
  color: #6b7280;
  font-size: 0.95rem;
}

.policy-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  margin-top: 40px;
  margin-bottom: 20px;
}

.policy-content h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #374151;
  margin-top: 30px;
  margin-bottom: 15px;
}

.policy-content p {
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1rem;
}

.policy-content ul {
  margin-bottom: 20px;
  padding-left: 30px;
}

.policy-content ul li {
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 10px;
}

.policy-content strong {
  color: #1f2937;
  font-weight: 600;
}

.contact-box {
  background: #0C3365;
  color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  margin-top: 40px;
}

.contact-box h3 {
  color: #ffffff;
  margin-top: 0;
}

.contact-box a {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .policy-page {
    padding: 100px 0 60px;
  }

  .policy-container {
    padding: 0 15px;
  }

  .policy-header h1 {
    font-size: 2rem;
  }

  .policy-content h2 {
    font-size: 1.5rem;
  }
}



