/* Home only: the keyword H1 is screen-reader/crawler-facing; visually hidden to avoid doubling the band's existing eyebrow (same sr-only pattern as .octi-aeo-sronly on /octi) */
.small-container-4 .seo-eyebrow-h1 { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* The sr-only H1 sits in its own .small-container-4 whose 60px top/bottom padding renders as a ~121px empty band under the logos (the H1 itself is out of flow, so the wrapper is visually empty). Collapse just that first wrapper so the eyebrow band sits directly beneath the logo strip. Scoped to #home-smarter's first container only — the real content container (second one) keeps its padding. */
#home-smarter > .small-container-4:first-of-type { padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; min-height: 0 !important; border-top: 0 !important; border-bottom: 0 !important; }
