/* Jolting Course — intro video, the real copy, and the real offer.
   Everything sits on the page's normal measure; the video is constrained rather
   than running the full column width (owner, 2026-07-14). */

/* Copy left, video right — one section, not two (owner, 2026-07-14). */
.jolt-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.6rem,4vw,3.2rem);align-items:center}
@media(max-width:1024px){.jolt-split{grid-template-columns:1fr}}
.jolt-split__body h2{margin-block-end:1.2rem}
/* The video is sticky-free and simply fills its column. */
.jolt-split__media{min-width:0}

.jolt-prose{max-width:60ch}
.jolt-prose p{color:var(--ink-soft);line-height:1.65;margin-block-start:1rem}
.jolt-prose p:first-child{margin-block-start:0}

.jolt-offer{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);
  background:var(--surface-2);padding:clamp(1.6rem,3.5vw,2.6rem);margin-block-start:1.5rem}
.jolt-offer::before{content:"";position:absolute;inset:0;background:var(--silver);opacity:.06;pointer-events:none}
.jolt-offer__lede{position:relative;font-size:var(--step-1);line-height:1.4;max-width:52ch}
.jolt-offer__terms{position:relative;color:var(--ink-soft);font-size:var(--step--1);line-height:1.6;max-width:64ch;margin-block-start:1rem}
.jolt-offer__actions{position:relative;display:flex;flex-wrap:wrap;gap:.7rem;margin-block-start:1.6rem}
