.policies {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 64px 20px 80px;
  background: linear-gradient(135deg, #f1f6ff 0%, #fdf6ed 100%);
  color: #122244;
}

.policies-card {
  width: min(960px, 100%);
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 36px;
  box-shadow: 0 24px 60px rgba(15, 33, 60, 0.12);
  border: 1px solid rgba(18, 34, 68, 0.08);
}

.eyebrow {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1f6ad6;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}

.policy-title {
  margin: 0 0 10px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.policy-subtitle {
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #707070;
  line-height: 1.6;
}

.policy-body {
  margin: 0;
  font-size: 1rem;
  color: #1c2942;
  line-height: 1.7;
  white-space: pre-line;
}

.policy-status {
  margin-top: 18px;
  color: #1f6ad6;
  font-weight: 600;
}

@media (max-width: 640px) {
  .policies {
    padding: 48px 16px 64px;
  }

  .policy-title {
    font-size: 2rem;
  }

  .policy-subtitle {
    font-size: 1.05rem;
  }
}
