@import url("./contact.css");

/* Privacy page specific tweaks */
body {
  background-image:
    radial-gradient(circle at top, rgba(99, 102, 241, 0.08), transparent 55%),
    radial-gradient(circle at bottom, rgba(15, 23, 42, 0.45), transparent 60%);
  background-attachment: fixed;
}

.hero p {
  max-width: 520px;
}

.info-card {
  gap: 1.5rem;
}

.policy-section h2 {
  color: var(--indigo);
}

.policy-section p {
  font-size: 0.72rem;
}
