<style>/* PREMIUM PAGE DESIGN */
.policy-hero {
  background: linear-gradient(135deg,#0d3c61,#0a58ca);
  color:#fff;
  padding:80px 0;
  text-align:center;
}

.policy-hero h1 {
  font-size:40px;
  font-weight:700;
}

.policy-container {
  padding:60px 0;
  background:#f8fbff;
}

.policy-card {
  background:#fff;
  padding:30px;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
  margin-bottom:25px;
  transition:0.3s;
}

.policy-card:hover {
  transform:translateY(-5px);
}

.policy-card h4 {
  font-weight:600;
  margin-bottom:15px;
  color:#0d3c61;
}

.policy-card ul {
  padding-left:18px;
}

.policy-card ul li {
  margin-bottom:8px;
}

.policy-highlight {
  background:#e9f3ff;
  padding:15px;
  border-left:4px solid #0d6efd;
  border-radius:6px;
  margin-top:10px;
}</style>