:root {
  --policy-accent: #f59e0b;
  --policy-accent-soft: #fff7e0;
  --policy-bg: #f3f4f6;
  --policy-text-main: #0f172a;
  --policy-text-muted: #6b7280;
}
.policy-page {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background: radial-gradient(
    circle at top left,
    #e0f2fe,
    #f3f4f6 40%,
    #fef3c7
  );
  padding: 96px 16px 72px;
}
.policy-container {
  max-width: 1120px;
  margin: 0 auto;
}
.policy-header {
  margin-bottom: 24px;
}
.policy-tagline {
  font-size: 14px;
  font-weight: 500;
  color: var(--policy-accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.policy-header h1 {
  font-size: 28px;
  font-weight: 700;
  color: var(--policy-text-main);
  margin-bottom: 6px;
}
.policy-header p {
  font-size: 14px;
  color: var(--policy-text-muted);
}
.policy-main {
  background: #fff;
  border-radius: 22px;
  padding: 20px 22px 24px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18);
}
.policy-section {
  margin-bottom: 20px;
  scroll-margin-top: 96px;
}
.policy-section:last-child {
  margin-bottom: 0;
}
.policy-section h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--policy-text-main);
  margin-bottom: 4px;
}
.policy-section h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--policy-text-main);
  margin-bottom: 4px;
}
.policy-section p {
  font-size: 13px;
  color: var(--policy-text-muted);
  line-height: 1.7;
  margin-bottom: 8px;
}
.policy-section ul {
  padding-left: 18px;
  margin: 4px 0 8px;
}
.policy-section li {
  font-size: 13px;
  color: var(--policy-text-muted);
  line-height: 1.6;
  margin-bottom: 4px;
}
.policy-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--policy-accent-soft);
  color: #92400e;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
}
.policy-badge i {
  font-size: 16px;
}
.policy-highlight {
  padding: 10px 12px;
  border-radius: 12px;
  background: #f9fafb;
  border: 1px dashed #e5e7eb;
  font-size: 12px;
  color: var(--policy-text-muted);
  margin: 6px 0 10px;
}
.policy-contact-box {
  padding: 10px 12px;
  border-radius: 12px;
  background: #fffbeb;
  border: 1px solid #facc15;
  font-size: 12px;
  color: #78350f;
}
.policy-contact-box a {
  color: #b45309;
  text-decoration: none;
}
.policy-contact-box a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .policy-page {
    padding: 80px 14px 60px;
  }
  .policy-header h1 {
    font-size: 24px;
  }
  .policy-main {
    padding: 16px 14px 20px;
  }
}
.site-header{
    backdrop-filter: blur(50px);
}
.site-header a{
    color: black;
}