/* ===============================
   POLICY PAGES BASE STYLE
================================ */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
  background: #ffffff;
  color: #0f172a;
  line-height: 1.7;
}

/* HEADER */

.policy-header {
  text-align: center;
  padding: 70px 16px 40px;
  border-bottom: 1px solid #e5e7eb;
}

.policy-header h1 {
  font-size: 2.2rem;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}

.policy-header p {
  color: #64748b;
  font-size: 0.95rem;
}

/* CONTAINER */

.policy-container {
  max-width: 820px;
  margin: auto;
  padding: 50px 16px 80px;
}

.updated {
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 30px;
}

/* SECTIONS */

.policy-container section {
  margin-bottom: 28px;
}

.policy-container h2 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #020617;
}

.policy-container p {
  font-size: 0.95rem;
  color: #334155;
}

/* EMAIL */

.email {
  margin-top: 6px;
  font-weight: 600;
  color: #4f46e5;
}

/* FOOTER */

.policy-footer {
  text-align: center;
  padding: 26px 16px;
  border-top: 1px solid #e5e7eb;
  font-size: 0.8rem;
  color: #64748b;
}

/* MOBILE */

@media (max-width: 768px) {
  .policy-header h1 {
    font-size: 1.7rem;
  }

  .policy-container p {
    font-size: 0.88rem;
  }
}
