/* Standaardpagina's (juridisch, berichten, archieven, 404): hero zonder foto. */
.hero-plain { position: relative; background: var(--wm-navy); color: #fff; padding: clamp(150px, 20vh, 220px) 0 clamp(90px, 12vh, 150px); isolation: isolate; }
.hero-plain::after { content: ""; position: absolute; top: 10%; right: -6%; width: 40vw; height: 40vw; max-width: 560px; max-height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(23,162,174,.3), transparent 68%); z-index: -1; pointer-events: none; }
.hero-plain .hero-page__ctas { margin-top: clamp(24px, 3vw, 34px); }
