/* SolariaTheme overrides for OrchardCore-specific markup.
   OrchardCore renders a LandingPage's FlowPart inside <section class="flow">, which
   inherits Solaria's default <section> padding (~100px). That pushed the hero down
   and left a white band under the transparent header. Zero it so full-bleed sections
   sit flush; each inner Solaria section supplies its own vertical spacing. */
section.flow {
    padding-top: 0;
    padding-bottom: 0;
}
