/* Educational Philosophy page styles */
.philosophy-band {
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(246, 198, 75, 0.22),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(170, 143, 218, 0.16),
      transparent 30%
    ),
    linear-gradient(135deg, rgba(137, 208, 238, 0.14), rgba(239, 125, 97, 0.1));
  border-radius: 34px;
  padding: 2rem;
  box-shadow: var(--shadow-soft);
}
