/* ==========================================================================
   home-webinar.css — TEMPORARY homepage webinar promo band.
   Promotes the Sep 2, 2026 Vulnpocalypse webinar between the hero and the
   founder film. Deliberately separate from home.css so takedown after the
   webinar is: delete the .home-webinar section in index.html, its <link>
   to this file, and this file. Rides the shared vocabulary (.home-h2, .rv,
   .btn-arrow) and the page shell's ink/background tokens.
   ========================================================================== */
.home-webinar{padding:var(--space-2xl) 0;text-align:center;}
.home-webinar__kicker{
  font-size:15px;font-weight:600;letter-spacing:0.01em;
  margin:0 0 var(--space-xs);
}
/* badge on "Live webinar" so the band reads as a webinar at a glance
   (Hannah, #website_2026). Full lime accent fill + forest companion text
   (the system's success pair) rather than the lime-100 tint: the word
   WEBINAR must register for homepage scanners, not just careful readers
   (Ingrid, #website_2026). */
.home-webinar__live{
  display:inline-block;background:var(--lime);color:var(--forest);
  font-size:15px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;
  padding:6px 16px;border-radius:var(--radius-pill);margin-right:10px;
}
.home-webinar__h{max-width:24ch;margin-left:auto;margin-right:auto;}
.home-webinar__p{
  font-size:17px;line-height:1.55;max-width:56ch;
  margin:var(--space-sm) auto 0;
}
.home-webinar__cta{
  display:flex;justify-content:center;
  margin-top:var(--space-md);
}
