:root {
  --w-paper: #f4f1e9;
  --w-surface: #fffdf8;
  --w-ink: #121311;
  --w-muted: #62635c;
  --w-line: rgba(18, 19, 17, 0.17);
  --w-orange: #ff4500;
  --w-orange-dark: #a92e00;
  --w-orange-soft: #ffe1d6;
  --w-shell: min(1180px, calc(100% - 48px));
}

html { scroll-behavior: auto; scroll-padding-top: 96px; }
.webinar-page { margin: 0; overflow-x: hidden; color: var(--w-ink); background: var(--w-paper); font-family: var(--font-body); }
.webinar-page *, .webinar-page *::before, .webinar-page *::after { box-sizing: border-box; }
.webinar-page *, .webinar-page *::before, .webinar-page *::after { animation: none !important; transition: none !important; }
.webinar-page .reveal, .webinar-page .motion-target { opacity: 1 !important; transform: none !important; }
.webinar-shell { width: var(--w-shell); margin-inline: auto; }

.webinar-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 15px 0; background: rgba(244, 241, 233, .97); box-shadow: 0 1px 0 var(--w-line); }
.webinar-nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.webinar-brand { display: inline-flex; width: 148px; min-height: 48px; align-items: center; }
.webinar-brand img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
.webinar-nav-cta { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--w-ink); border-radius: 999px; color: var(--w-ink); font-size: .79rem; font-weight: 700; text-decoration: none; transition: color .2s ease, background .2s ease; }
.webinar-nav-cta:hover { color: var(--w-surface); background: var(--w-ink); }

.webinar-hero { position: relative; min-height: 100svh; padding: clamp(138px, 14vw, 190px) 0 clamp(76px, 9vw, 125px); }
.webinar-hero::before { position: absolute; inset: 0 0 auto; height: 8px; content: ""; background: var(--w-orange); }
.webinar-hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(370px, .88fr); align-items: center; gap: clamp(54px, 7vw, 104px); }
.webinar-kicker, .webinar-section-label { margin: 0 0 24px; color: var(--w-orange-dark); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.webinar-kicker { display: flex; align-items: center; gap: 14px; }
.webinar-kicker::before { width: 30px; height: 1px; content: ""; background: var(--w-orange); }
.webinar-kicker span { padding-left: 14px; border-left: 1px solid var(--w-line); color: var(--w-muted); letter-spacing: .05em; }
.webinar-hero h1, .webinar-section-heading h2, .audience-intro h2, .live-build-copy h2, .speaker-copy h2, .register-copy h2, .faq-intro h2, .final-cta-inner h2 { margin: 0; font-family: var(--font-display); font-weight: 500; letter-spacing: -.052em; }
.webinar-hero h1 { max-width: 790px; font-size: clamp(3.1rem, 5vw, 5.25rem); line-height: .98; }
.webinar-lede { max-width: 690px; margin: 30px 0 0; color: #3e3f3a; font-size: clamp(1rem, 1.5vw, 1.23rem); line-height: 1.68; }
.webinar-event-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 36px; padding-block: 20px; border-top: 1px solid var(--w-line); border-bottom: 1px solid var(--w-line); }
.webinar-event-strip > div { display: flex; min-width: 0; align-items: center; gap: 11px; padding: 0 18px; border-left: 1px solid var(--w-line); }
.webinar-event-strip > div:first-child { padding-left: 0; border-left: 0; }
.webinar-event-strip svg { flex: 0 0 auto; width: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.webinar-event-strip span { display: grid; gap: 3px; color: var(--w-muted); font-size: .65rem; line-height: 1.25; }
.webinar-event-strip strong { color: var(--w-ink); font-size: .76rem; }
.webinar-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.webinar-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 0; border-radius: 4px; font: inherit; font-size: .79rem; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, opacity .2s ease; }
.webinar-button-primary { color: #fff; background: var(--w-ink); }
.webinar-button-primary:hover { background: var(--w-orange-dark); transform: translateY(-2px); }
.webinar-button-light { color: var(--w-ink); background: var(--w-surface); }
.webinar-button-light:hover { background: var(--w-orange-soft); transform: translateY(-2px); }
.webinar-button span[aria-hidden="true"] { font-size: 1rem; transition: transform .2s ease; }
.webinar-button:hover span[aria-hidden="true"] { transform: translate(2px, 2px); }
.webinar-button:active { transform: scale(.98); }
.webinar-text-link { display: inline-flex; min-height: 48px; align-items: center; color: var(--w-ink); font-size: .76rem; font-weight: 700; text-underline-offset: 6px; }
.webinar-microcopy { margin: 18px 0 0; color: var(--w-muted); font-size: .68rem; }

.webinar-demo { position: relative; }
.webinar-demo::before { position: absolute; z-index: -1; inset: 9% -12% -10% 14%; content: ""; background: var(--w-orange); }
.demo-window { border: 1px solid var(--w-ink); background: var(--w-surface); box-shadow: 22px 24px 0 rgba(18, 19, 17, .1); }
.demo-toolbar { display: flex; min-height: 42px; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid var(--w-line); }
.demo-toolbar span { width: 8px; height: 8px; border-radius: 50%; background: var(--w-line); }
.demo-toolbar span:first-child { background: var(--w-orange); }
.demo-toolbar small { margin-left: auto; color: var(--w-muted); font-size: .62rem; }
.demo-preview { position: relative; display: grid; min-height: 330px; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(135deg, rgba(18,19,17,.94), rgba(18,19,17,.63)), radial-gradient(circle at 75% 20%, var(--w-orange), transparent 43%), #24251f; }
.demo-preview::before, .demo-preview::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.demo-preview::before { width: 280px; height: 280px; top: -145px; right: -80px; }
.demo-preview::after { width: 150px; height: 150px; bottom: -90px; left: 22px; }
.demo-caption { position: absolute; z-index: 2; top: 32px; left: 30px; display: grid; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 3rem); line-height: .98; }
.demo-caption span { color: var(--w-orange); font-style: italic; }
.demo-play { position: relative; z-index: 2; display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.demo-play svg { width: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.demo-preview > p { position: absolute; right: 25px; bottom: 20px; margin: 0; color: rgba(255,255,255,.66); font-size: .62rem; }
.demo-timeline { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 18px 16px 14px; }
.demo-timeline > span { color: var(--w-muted); font-size: .58rem; font-variant-numeric: tabular-nums; }
.demo-timeline > div { position: relative; display: grid; grid-template-columns: .8fr 1.3fr .65fr 1fr; gap: 3px; height: 28px; }
.demo-timeline > div::after { position: absolute; top: -4px; bottom: -4px; left: 42%; width: 1px; content: ""; background: var(--w-orange); }
.demo-timeline i, .demo-timeline b, .demo-timeline em { display: block; background: #d9d5cb; }
.demo-timeline b { background: var(--w-orange-soft); }
.demo-timeline em { background: #23241f; }
.demo-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0 16px 18px; list-style: none; }
.demo-steps li { display: grid; gap: 4px; padding: 12px; border-left: 1px solid var(--w-line); font-size: .67rem; font-weight: 650; }
.demo-steps li:first-child { border-left: 0; }
.demo-steps span { color: var(--w-orange-dark); font-size: .58rem; }
.demo-note { max-width: 400px; margin: 26px 0 0 42px; padding-left: 18px; border-left: 1px solid var(--w-ink); color: var(--w-muted); font-size: .72rem; line-height: 1.55; }
.demo-note strong { color: var(--w-ink); }

.webinar-proof { border-top: 1px solid var(--w-ink); border-bottom: 1px solid var(--w-ink); background: var(--w-surface); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid p { margin: 0; padding: 25px 22px; border-left: 1px solid var(--w-line); font-size: .71rem; font-weight: 700; text-align: center; }
.proof-grid p:first-child { border-left: 0; }
.webinar-section { padding: clamp(86px, 10vw, 145px) 0; }
.webinar-section-heading { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); align-items: end; gap: 50px; margin-bottom: 58px; }
.webinar-section-heading .webinar-section-label { grid-column: 1 / -1; margin-bottom: -16px; }
.webinar-section-heading h2, .audience-intro h2, .speaker-copy h2, .register-copy h2, .faq-intro h2 { font-size: clamp(2.6rem, 4.35vw, 4.7rem); line-height: 1; }
.webinar-section-heading > p:last-child, .faq-intro > p:last-child { margin: 0; color: var(--w-muted); line-height: 1.7; }
.outcome-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--w-ink); border-left: 1px solid var(--w-ink); }
.outcome-card { min-height: 280px; padding: clamp(25px,3vw,38px); border-right: 1px solid var(--w-ink); border-bottom: 1px solid var(--w-ink); background: var(--w-surface); }
.outcome-card > span { color: var(--w-orange-dark); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.outcome-card h3 { margin: 58px 0 14px; font-family: var(--font-display); font-size: clamp(1.45rem,2.2vw,2.1rem); font-weight: 500; line-height: 1.08; }
.outcome-card p { margin: 0; color: var(--w-muted); font-size: .8rem; line-height: 1.65; }
.outcome-card-dark { color: #fff; background: var(--w-ink); }
.outcome-card-dark > span { color: var(--w-orange); }
.outcome-card-dark p { color: rgba(255,255,255,.66); }

.audience-section { background: var(--w-surface); }
.audience-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(60px,10vw,150px); }
.audience-intro { position: sticky; top: 120px; align-self: start; }
.audience-list { border-top: 1px solid var(--w-ink); }
.audience-list article { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 34px 0; border-bottom: 1px solid var(--w-line); }
.audience-list article > span { color: var(--w-orange-dark); font-family: var(--font-display); font-size: 1.55rem; }
.audience-list h3 { margin: 0 0 9px; font-family: var(--font-display); font-size: 1.6rem; font-weight: 500; }
.audience-list p { max-width: 560px; margin: 0; color: var(--w-muted); font-size: .83rem; line-height: 1.65; }

.live-build-section { color: #fff; background: var(--w-ink); }
.live-build-grid { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: clamp(60px,9vw,130px); }
.live-build-copy .webinar-section-label { color: var(--w-orange); }
.live-build-copy h2 { font-size: clamp(2.7rem,4.25vw,4.5rem); line-height: 1; }
.live-build-copy > p:not(.webinar-section-label) { margin: 28px 0 35px; color: rgba(255,255,255,.67); line-height: 1.7; }
.build-sequence { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.26); list-style: none; }
.build-sequence li { display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.19); }
.build-sequence li > span { color: var(--w-orange); font-size: .67rem; font-variant-numeric: tabular-nums; }
.build-sequence strong { display: block; margin-bottom: 7px; font-family: var(--font-display); font-size: 1.45rem; font-weight: 500; }
.build-sequence p { margin: 0; color: rgba(255,255,255,.6); font-size: .76rem; line-height: 1.6; }

.creative-preview-section { border-bottom: 1px solid var(--w-line); background: var(--w-surface); }
.creative-preview-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.68fr); align-items: center; gap: clamp(55px,9vw,130px); }
.creative-preview-copy h2 { max-width: 760px; margin-bottom: 25px; font-size: clamp(2.7rem,4.6vw,4.8rem); line-height: .98; }
.creative-preview-copy > p:not(.webinar-section-label) { max-width: 650px; margin: 0; color: var(--w-muted); line-height: 1.72; }
.creative-preview-copy ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 34px 0 0; padding: 0; border-top: 1px solid var(--w-line); border-left: 1px solid var(--w-line); list-style: none; }
.creative-preview-copy li { min-height: 86px; display: flex; align-items: center; padding: 16px; border-right: 1px solid var(--w-line); border-bottom: 1px solid var(--w-line); font-size: .7rem; font-weight: 700; line-height: 1.45; }
.creative-preview-media { width: min(100%, 410px); margin: 0; justify-self: end; }
.creative-preview-media video { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; border: 1px solid var(--w-ink); background: var(--w-ink); object-fit: cover; box-shadow: 14px 14px 0 var(--w-orange); }
.creative-preview-media figcaption { margin-top: 20px; color: var(--w-muted); font-size: .65rem; line-height: 1.5; }

.speaker-grid { display: grid; grid-template-columns: minmax(320px,.78fr) minmax(0,1.22fr); align-items: center; gap: clamp(55px,9vw,130px); }
.speaker-photo { position: relative; width: min(100%, 480px); margin: 0; padding: 0 18px 18px 0; }
.speaker-photo::after { position: absolute; z-index: -1; inset: 44px 0 0 48px; content: ""; background: var(--w-orange); }
.speaker-photo img { display: block; width: 100%; height: auto; border: 8px solid var(--w-surface); object-fit: contain; object-position: center; box-shadow: 0 24px 60px rgba(18,19,17,.17); }
.speaker-role { margin: 14px 0 26px; color: var(--w-orange-dark); font-size: .78rem; font-weight: 700; }
.speaker-copy > p:not(.webinar-section-label):not(.speaker-role) { color: var(--w-muted); line-height: 1.72; }

.register-section { border-top: 1px solid var(--w-ink); background: var(--w-surface); }
.register-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(390px,1.18fr); gap: clamp(55px,8vw,110px); align-items: start; }
.register-copy > p:not(.webinar-section-label) { max-width: 570px; color: var(--w-muted); line-height: 1.7; }
.register-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 34px 0; border-top: 1px solid var(--w-line); border-left: 1px solid var(--w-line); }
.register-facts > div { padding: 18px; border-right: 1px solid var(--w-line); border-bottom: 1px solid var(--w-line); }
.register-facts dt { color: var(--w-muted); font-size: .61rem; font-weight: 700; text-transform: uppercase; }
.register-facts dd { margin: 7px 0 0; font-size: .78rem; font-weight: 700; }
.course-preview { padding: 24px; border-left: 4px solid var(--w-orange); background: var(--w-paper); }
.course-preview > p:first-child { margin: 0 0 7px; color: var(--w-orange-dark); font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.course-preview h3 { margin: 0 0 8px; font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; }
.course-preview > p:last-child { margin: 0; font-size: .72rem; line-height: 1.6; }
.webinar-form-panel { padding: clamp(26px,4vw,48px); border: 1px solid var(--w-ink); background: var(--w-paper); box-shadow: 18px 18px 0 var(--w-orange); }
.webinar-form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--w-line); }
.webinar-form-heading p { margin: 0; font-family: var(--font-display); font-size: 1.55rem; }
.webinar-form-heading span { color: var(--w-muted); font-size: .62rem; }
.webinar-form { display: grid; gap: 19px; padding-top: 26px; }
.webinar-form > label:not(.webinar-consent) { display: grid; gap: 7px; }
.webinar-form label > span { color: #34352f; font-size: .69rem; font-weight: 700; }
.webinar-form input, .webinar-form select { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid rgba(18,19,17,.25); border-radius: 3px; color: var(--w-ink); background: var(--w-surface); font: inherit; font-size: .87rem; transition: border-color .2s ease, box-shadow .2s ease; }
.webinar-form input::placeholder { color: #85867e; opacity: 1; }
.webinar-form input:focus, .webinar-form select:focus { outline: none; border-color: var(--w-orange); box-shadow: 0 0 0 4px var(--w-orange-soft); }
.webinar-form small { color: var(--w-muted); font-size: .62rem; line-height: 1.5; }
.webinar-consent { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; cursor: pointer; }
.webinar-consent input { width: 18px; min-height: 18px; margin: 2px 0 0; accent-color: var(--w-orange-dark); }
.webinar-consent span { line-height: 1.55; }
.webinar-optional { border-top: 1px solid var(--w-line); border-bottom: 1px solid var(--w-line); }
.webinar-optional summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #34352f; font-size: .69rem; font-weight: 700; cursor: pointer; list-style: none; }
.webinar-optional summary::-webkit-details-marker { display: none; }
.webinar-optional summary::after { content: "+"; width: 24px; height: 24px; display: grid; flex: 0 0 24px; place-items: center; border: 1px solid var(--w-line); border-radius: 50%; font-size: .9rem; font-weight: 500; }
.webinar-optional[open] summary::after { content: "−"; }
.webinar-optional summary span { margin-left: auto; color: var(--w-muted); font-size: .58rem; font-weight: 600; text-transform: uppercase; }
.webinar-optional > div { display: grid; gap: 17px; padding: 2px 0 19px; }
.webinar-optional label { display: grid; gap: 7px; }
.webinar-submit { width: 100%; }
.webinar-submit:disabled { cursor: wait; opacity: .62; transform: none; }
.webinar-form-note { margin: -6px 0 0; color: var(--w-muted); font-size: .62rem; line-height: 1.5; text-align: center; }
.webinar-form-status { margin: 0; padding: 13px 15px; border-radius: 3px; font-size: .78rem; font-weight: 650; line-height: 1.5; }
.webinar-form-status[data-state="success"] { color: #124c2b; border: 1px solid #a8ddba; background: #dff5e7; }
.webinar-form-status[data-state="error"] { color: #84220b; border: 1px solid #ffc1ae; background: #ffebe5; }
.webinar-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.faq-grid { display: grid; grid-template-columns: minmax(270px,.72fr) minmax(0,1.28fr); gap: clamp(60px,9vw,130px); }
.faq-list { border-top: 1px solid var(--w-ink); }
.faq-list details { border-bottom: 1px solid var(--w-line); }
.faq-list summary { display: grid; grid-template-columns: 1fr 30px; align-items: center; gap: 20px; min-height: 76px; padding: 12px 0; font-family: var(--font-display); font-size: 1.23rem; font-weight: 500; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--w-line); border-radius: 50%; font-family: var(--font-body); font-size: 1rem; transition: transform .2s ease, background .2s ease; }
.faq-list details[open] summary span { color: #fff; background: var(--w-orange-dark); transform: rotate(45deg); }
.faq-list details p { max-width: 670px; margin: -2px 45px 25px 0; color: var(--w-muted); font-size: .82rem; line-height: 1.7; }
.webinar-final-cta { padding: clamp(86px,10vw,140px) 0; color: #fff; background: var(--w-orange-dark); }
.final-cta-inner { text-align: center; }
.final-cta-inner > p { margin: 0 0 22px; color: rgba(255,255,255,.75); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.final-cta-inner h2 { max-width: 920px; margin-inline: auto; font-size: clamp(2.9rem,5.5vw,5.8rem); line-height: .96; }
.final-cta-inner .webinar-button { margin-top: 38px; }
.webinar-footer { padding: 28px 0; color: #fff; background: var(--w-ink); }
.webinar-footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.webinar-footer .webinar-brand img { filter: brightness(0) invert(1); mix-blend-mode: normal; }
.webinar-footer p { margin: 0; color: rgba(255,255,255,.62); font-size: .68rem; }
.webinar-footer-inner > div { display: flex; justify-content: flex-end; gap: 20px; }
.webinar-footer a { color: inherit; font-size: .69rem; }
.webinar-footer button { padding: 0; color: inherit; background: none; border: 0; font: inherit; font-size: .69rem; text-decoration: underline; cursor: pointer; }
.webinar-mobile-cta { display: none; }
.webinar-page :focus-visible { outline: 2px solid var(--w-orange); outline-offset: 4px; box-shadow: none; }
.webinar-cookie-notice { position: fixed; z-index: 220; left: 24px; bottom: 24px; width: min(calc(100% - 48px),680px); display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 26px; padding: 22px; color: var(--w-ink); background: var(--w-paper); border: 1px solid var(--w-ink); border-radius: 3px; box-shadow: 0 18px 50px rgba(18,19,17,.2); }
.webinar-cookie-notice[hidden] { display: none; }
.webinar-cookie-notice p { margin: 0; }
.webinar-cookie-notice .cookie-title { margin-bottom: 6px; font-family: var(--font-display); font-size: 1.35rem; line-height: 1.15; }
.webinar-cookie-notice p:not(.cookie-title) { max-width: 430px; color: var(--w-muted); font-size: .72rem; line-height: 1.55; }
.webinar-cookie-notice .cookie-actions { display: flex; align-items: center; gap: 12px; }
.webinar-cookie-notice .webinar-button { min-height: 42px; padding: 0 18px; font-size: .7rem; }
.webinar-cookie-notice .cookie-decline { min-height: 42px; padding: 0 4px; color: var(--w-muted); background: none; border: 0; font-size: .7rem; font-weight: 700; cursor: pointer; }
.webinar-cookie-notice .cookie-actions a { color: var(--w-muted); font-size: .68rem; white-space: nowrap; }

@media (max-width: 980px) {
  .webinar-hero-grid, .audience-grid, .live-build-grid, .creative-preview-grid, .speaker-grid, .register-grid, .faq-grid { grid-template-columns: 1fr; }
  .webinar-hero-grid { gap: 75px; }
  .webinar-demo { width: min(620px, 88%); margin-inline: auto; }
  .webinar-section-heading { grid-template-columns: 1fr; gap: 25px; }
  .outcome-grid { grid-template-columns: 1fr 1fr; }
  .audience-intro { position: static; }
  .creative-preview-media { justify-self: center; }
  .speaker-photo { max-width: 480px; justify-self: center; }
  .register-copy { max-width: 760px; }
}

@media (max-width: 760px) {
  :root { --w-shell: min(100% - 32px, 1180px); }
  html { scroll-padding-top: 76px; }
  .webinar-page { padding-bottom: 78px; }
  .webinar-header { padding: 9px 0; }
  .webinar-brand { width: 122px; }
  .webinar-nav-cta { min-height: 44px; padding: 0 14px; font-size: .68rem; }
  .webinar-hero { min-height: auto; padding: 118px 0 78px; }
  .webinar-hero h1 { font-size: clamp(2.7rem,12vw,3.8rem); line-height: 1; }
  .webinar-lede { margin-top: 23px; font-size: 1rem; }
  .webinar-event-strip { grid-template-columns: 1fr; gap: 15px; padding: 18px 0; }
  .webinar-event-strip > div, .webinar-event-strip > div:first-child { padding: 0; border-left: 0; }
  .webinar-hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .webinar-hero-actions .webinar-button, .webinar-hero-actions .webinar-text-link { width: 100%; justify-content: center; }
  .webinar-microcopy { text-align: center; }
  .webinar-demo { width: calc(100% - 10px); }
  .webinar-demo::before { inset: 8% -10px -13px 24px; }
  .demo-window { box-shadow: 10px 12px 0 rgba(18,19,17,.12); }
  .demo-preview { min-height: 265px; }
  .demo-caption { top: 24px; left: 22px; }
  .demo-steps li { padding: 9px 4px; text-align: center; }
  .demo-note { margin: 26px 0 0; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid p:nth-child(3) { border-left: 0; }
  .proof-grid p:nth-child(n + 3) { border-top: 1px solid var(--w-line); }
  .proof-grid p { display: grid; min-height: 72px; place-items: center; padding: 16px 10px; font-size: .64rem; }
  .webinar-section { padding: 82px 0; }
  .webinar-section-heading { margin-bottom: 38px; }
  .webinar-section-heading h2, .audience-intro h2, .creative-preview-copy h2, .speaker-copy h2, .register-copy h2, .faq-intro h2 { font-size: clamp(2.35rem,10.5vw,3.35rem); }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 235px; }
  .outcome-card h3 { margin-top: 42px; }
  .audience-grid, .live-build-grid, .creative-preview-grid, .speaker-grid, .register-grid, .faq-grid { gap: 48px; }
  .build-sequence li { grid-template-columns: 62px 1fr; gap: 15px; }
  .creative-preview-copy ul { grid-template-columns: 1fr; }
  .creative-preview-copy li { min-height: 58px; }
  .creative-preview-media { width: min(100% - 8px, 390px); }
  .creative-preview-media video { box-shadow: 8px 8px 0 var(--w-orange); }
  .speaker-photo { padding: 0 10px 10px 0; }
  .speaker-photo::after { inset: 28px 0 0 30px; }
  .speaker-photo img { border-width: 5px; }
  .register-facts { grid-template-columns: 1fr; }
  .webinar-form-panel { padding: 24px 18px; box-shadow: 9px 9px 0 var(--w-orange); }
  .webinar-form-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .faq-list summary { font-size: 1.12rem; }
  .final-cta-inner h2 { font-size: clamp(2.6rem,11.5vw,4rem); }
  .webinar-footer-inner { grid-template-columns: 1fr; justify-items: start; gap: 15px; }
  .webinar-footer-inner > div { justify-content: flex-start; flex-wrap: wrap; }
  .webinar-cookie-notice { inset: auto 10px calc(76px + env(safe-area-inset-bottom)); width: auto; grid-template-columns: 1fr; gap: 16px; padding: 19px; }
  .webinar-cookie-notice .cookie-actions { flex-wrap: wrap; }
  .webinar-cookie-notice .webinar-button { flex: 1 1 100px; }
  .webinar-mobile-cta { position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 16px max(10px, env(safe-area-inset-bottom)); color: #fff; background: var(--w-ink); box-shadow: 0 -8px 30px rgba(18,19,17,.16); }
  .webinar-mobile-cta > div { display: grid; gap: 3px; min-width: 0; }
  .webinar-mobile-cta strong { font-size: .72rem; }
  .webinar-mobile-cta span { color: rgba(255,255,255,.62); font-size: .61rem; }
  .webinar-mobile-cta a { display: inline-flex; min-height: 46px; flex: 0 0 auto; align-items: center; padding: 0 15px; border-radius: 3px; color: var(--w-ink); background: var(--w-orange); font-size: .68rem; font-weight: 750; text-decoration: none; }
}

@media (max-width: 390px) {
  .webinar-nav-cta { padding-inline: 11px; }
  .webinar-hero h1 { font-size: 2.65rem; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid p, .proof-grid p:nth-child(3) { min-height: 58px; border-top: 1px solid var(--w-line); border-left: 0; }
  .proof-grid p:first-child { border-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .webinar-page *, .webinar-page *::before, .webinar-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
