 .hero--policy {
  position: relative;
}

.hero--policy::before {
  opacity: 0.8;
}

.policy-hero-card {
  margin-top: var(--space-8);
}

@media (min-width: 768px) {
  .policy-hero-card {
    margin-top: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.policy-content {
  max-width: 960px;
}

.policy-content h2 {
  margin-bottom: var(--space-4);
}

.policy-section-alt {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.85), rgba(5, 8, 20, 1));
}

.policy-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: var(--space-4);
}

.policy-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.4rem;
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
}

.policy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: radial-gradient(circle, var(--color-accent-gold) 0, var(--color-primary) 70%);
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.7);
}

.policy-cta {
  border-top: 1px solid rgba(148, 163, 184, 0.4);
}

.policy-cta .section__title {
  max-width: 36rem;
}

.policy-cta p {
  max-width: 40rem;
}

@media (max-width: 767px) {
  .policy-content {
    max-width: 100%;
  }
}
