/* Module groups (Platform / Endpoint scoring / Site oversight). The brand morphs to
   "What we do" in the nav, and each module's small, non-bold name pins ("catches") just
   under it — so the two lines (WHAT WE DO / <module>) sit above one rule, with the rule
   beneath the module name. Each module head is pushed up by the next as you scroll. */
.wwd-module-head {
  position: sticky;
  top: 30px;                 /* sits just below the sticky nav */
  z-index: 4;                /* under the nav (z-index 10), above content */
  margin: 0;
  padding: 12px 0 10px;
  background: var(--bg);
  border-bottom: 1px solid var(--border-subtle);
  font-size: 0.8rem;
  font-weight: 400;          /* decent, not bold */
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
}

/* Platform dashboard frames — floating screenshot with a soft shadow, kept full
   resolution so the dashboard detail stays legible. */
#wwdPlatformDashImg,
#wwdPlatformDashImgMobile {
  border-radius: 10px !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14) !important;
}

/* Clean visuals for Site oversight steps — no grey panel on desktop,
   matching the "rater performance" (consistency) treatment. */
.wwd-right-inner.oversight-active {
  background: #fff !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Clean screenshots on mobile too — drop the dashed frame for these steps */
.wwd-mobile-visual-box--bare {
  border: none;
  background: transparent;
  padding: 0;
  min-height: 0;
}
