/* OBLYTECH v2.0 — presentation of the existing accessibility fallback H1.
   This affects only legacy page titles inserted by the established compatibility
   layer; page copy, Elementor data, URLs, and Yoast fields are untouched. */
body.obly-editorial-system-v1.page:not(.home) .oblytech-generated-h1,
body.obly-editorial-system-v1.page:not(.home) .obly-generated-h1 {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(38px,5vw,68px) max(28px,calc((100vw - 1124px)/2)) !important;
  background: linear-gradient(120deg,#102A43 0%,#173F64 62%,#1463FF 100%) !important;
  color: #FFFFFF !important;
  font-family: Merriweather,Georgia,serif !important;
  font-size: clamp(2rem,4vw,3.35rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -.018em !important;
}
@media (max-width:700px) {
  body.obly-editorial-system-v1.page:not(.home) .oblytech-generated-h1,
  body.obly-editorial-system-v1.page:not(.home) .obly-generated-h1 { padding: 38px 20px !important; }
}
