← Back to catalog
Heroes & Top-of-Page Live

sa-cva-blog-hero v2026-06-13

Split-card blog hero for aguiarinjurylawyers.com. Image-left / centered navy copy-right layout for blog posts and editorial pages. Full-bleed dark navy (#0B212D) section, left column is a cover-image cell with a subtle navy gradient overlay, right column is a centered copy column: large Poppins-700 H1 with one Foundry-orange (#D97706) accent span, a 500-weight subline span, and a single orange CALL NOW pill button. NO eyebrow, NO trust strip, NO form, NO results ticker in the hero. Forms live in the sidebar (Option B), not the hero.

Source skill: sa-cva-split-hero (closest packaged sibling); blog-hero variant first shipped on the UPS Flight 2976 NTSB post 2026-06-06 · Updated 2026-06-13 21:28:50

Edit

Live preview

Open ↗

When to use

Top-of-page hero on blog posts and editorial/news pages that need a clean, focused, single-action header with a strong cover image. Use when a post warrants a designed hero (e.g. a major firm news story or investigative recap) rather than the default WordPress title block. Pair with sidebar Option B (CTA -> Form -> Trust) so the lead-capture form sits in the rail, not the hero.

Rules & constraints

Live reference

https://aguiarinjurylawyers.com/sam-aguiar-and-jon-hollan-on-the-ntsb-hearings-into-the-ups-flight-2976-crash/

Deployment notes

Ships as a single <section class="cva-hero"> immediately followed by a scoped <style> block that holds the grid + media-query rules. On aguiarinjurylawyers.com the page-level <style> block survives WP Rocket on this post, so the scoped grid/media rules render correctly; if deploying to a page where Rocket strips <style>, move the grid rules to a surviving stylesheet. The full-bleed effect uses width:100vw + margin-left:calc(50% - 50vw) on the section, so it must sit inside .sa-page-wrapper. Pair with sidebar Option B. Swatch via Python find/replace (the edit tool fails on large multi-line HTML).

HTML

<section class="cva-hero" aria-label="Sam Aguiar and Jon Hollan at the UPS Flight 2976 NTSB hearings" style="min-height:520px !important;background:#0B212D !important;width:100vw !important;margin-left:calc(50% - 50vw) !important;">
    <div class="cva-hero__img" role="img" aria-label="NTSB investigative hearing room during the UPS Flight 2976 hearings" style="background-image:linear-gradient(rgba(11,33,45,.22),rgba(11,33,45,.5)),url('https://aguiarinjurylawyers.com/wp-content/uploads/2026/06/ups-flight-2976-ntsb-hearing-room.jpg') !important;background-size:cover !important;background-position:center !important;min-height:220px !important;"></div>
    <div class="cva-hero__copy" style="padding:clamp(36px,5vw,72px) !important;display:flex !important;flex-direction:column !important;justify-content:center !important;align-items:center !important;text-align:center !important;">
      <h1 style="font-family:'Poppins',sans-serif !important;font-weight:700 !important;letter-spacing:-.01em !important;font-size:clamp(26px,3.6vw,44px) !important;line-height:1.12 !important;margin:0 0 16px !important;color:#fff !important;text-align:center !important;">INSIDE THE NTSB HEARINGS ON THE <span style="color:#D97706 !important;">UPS FLIGHT 2976</span> CRASH<span style="display:block !important;margin:14px auto 0 !important;font-family:'Poppins',sans-serif !important;font-weight:500 !important;font-size:clamp(15px,1.4vw,18px) !important;line-height:1.55 !important;color:#fff !important;max-width:50ch !important;">Sam Aguiar and Jon Hollan were in the room as testimony exposed two decades of downplayed warnings, optional fixes, and records the parties could not produce.</span></h1>
      <div class="cva-hero__cta" style="display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:12px !important;margin:8px 0 0 !important;">
        <a class="cva-btn cva-btn--primary" href="tel:5028888888" style="display:inline-flex !important;align-items:center !important;gap:8px !important;font:700 15px/1 'Poppins',sans-serif !important;text-decoration:none !important;padding:14px 26px !important;border-radius:999px !important;background:#D97706 !important;color:#fff !important;">
          <svg viewBox="0 0 24 24" width="17" height="17" fill="currentColor" aria-hidden="true"><path d="M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.2 1l-2.4 2.2z"/></svg>
          CALL NOW
        </a>
      </div>
    </div>
  </section>

CSS

.sa-page-wrapper .cva-hero{display:grid !important;grid-template-columns:1fr 1fr !important;}@media(max-width:900px){.sa-page-wrapper .cva-hero{grid-template-columns:1fr !important;}.sa-page-wrapper .cva-hero__img{order:-1 !important;min-height:220px !important;}}