/* Webinar single page — ACF-driven. Banner reuses the studio .do-breadcrumb; the
   rest is scoped to .webinar so it can't touch other pages.
   Spacing/widths matched to Figma node 15492-3424 (2026-08-18 pass). */

.webinar { color: #1a1617; }
.webinar .ttc-hero-serif, .webinar em.ttc-hero-serif { font-family: 'Source Serif 4', serif; font-style: italic; font-weight: 500; }

/* ---------- Banner (full-bleed dark) ---------- */
.web-hero { margin-top: 70px; background-color: #14161e; background-size: cover; background-position: center right; background-repeat: no-repeat; min-height: 480px; display: flex; align-items: center; padding: 96px clamp(20px, 6.94vw, 100px); }
.web-hero__inner { max-width: 820px; width: 100%; }
.web-hero .do-breadcrumb, .web-breadcrumb { color: #e9e9ee; margin-bottom: 26px; }
.web-breadcrumb__link, .web-breadcrumb__current { color: #e9e9ee; }
.web-breadcrumb__home { filter: none; }
.web-hero__title { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: clamp(32px, 3.9vw, 56px); line-height: 1.2; color: #fff; margin: 0 0 20px; }
.web-hero__title-a, .web-hero__title-b { color: #fff; } .web-hero__title-b { display: inline; }
.webinar em.web-hero__title-b { font-weight: 600; } /* Figma: "AI Hype Cycle" = Source Serif SemiBold italic; beat .webinar em.ttc-hero-serif (500) */
/* subtext: Figma = Poppins Regular 22px, white, line-height 1.4 (NOT serif-italic); 32px gap to meta */
.web-hero__subtext { font-family: 'Poppins', sans-serif; font-weight: 400; font-style: normal; color: #fff; font-size: 22px; line-height: 1.4; margin: 0 0 32px; max-width: 760px; }
.web-hero__meta { display: flex; flex-wrap: wrap; gap: 26px; color: #d7d7de; font-size: 15px; }
.web-hero__meta-item { position: relative; padding-left: 16px; }
.web-hero__meta-item::before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: #f96815; transform: translateY(-50%); }

/* ---------- Main: intro (left, capped 715px per Figma) + form (right, 505px per Figma) ---------- */
.web-main { padding: 72px clamp(20px, 6.94vw, 100px); }
.web-main__grid { display: grid; grid-template-columns: minmax(0, 1fr) 505px; gap: 40px; align-items: start; }
.web-main__left { min-width: 0; max-width: 715px; }
.web-intro__heading { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: clamp(26px, 2.6vw, 38px); line-height: 1.2; margin: 0 0 32px; }
.web-intro__accent { color: #f96815; font-style: italic; }
.web-intro__para { font-size: 16px; line-height: 1.7; color: #3a3a3a; margin: 0 0 44px; overflow-wrap: break-word; }

/* Event box (blue) */
.web-event { position: relative; background: #005eb8; color: #fff; padding: 28px 30px; margin: 0 0 56px; overflow: hidden; }
.web-event__deco { position: absolute; top: 28px; right: 30px; width: 136px; height: 136px; pointer-events: none; }
.web-event__cols { display: flex; gap: 56px; margin-bottom: 20px; flex-wrap: wrap; }
.web-event__cell { display: flex; flex-direction: column; gap: 5px; margin-bottom: 6px; }
.web-event__k { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); }
.web-event__v { font-size: 16px; font-weight: 500; }

/* Section headings — Figma heading→content gap = 32px */
.web-sec-heading { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: clamp(24px, 2.4vw, 34px); margin: 0 0 32px; }

/* Walk away */
.web-walk { margin: 8px 0 60px; }
.web-walk__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 24px; }
.web-walk__list li { padding-left: 0; margin-left: 0; }
.web-walk__item { display: flex; gap: 16px; align-items: center; }
/* numbered badge (Figma 15689-3499): 42px circle, 1px border #cdeff8, number #59cbe8 Poppins SemiBold 22px */
.web-walk__num { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid #cdeff8; color: #59cbe8; display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 22px; line-height: 1; }
.web-walk__check { flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: #eaf3ff; color: #1f52d6; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; }
/* decision items — Figma node 15689-3284: title 20px SemiBold #000, question 18px Regular #000, both line-height 30px, 8px gap */
.web-walk__title { font-weight: 600; font-size: 20px; line-height: 30px; color: #000; margin-bottom: 8px; }
.web-walk__desc { font-size: 18px; line-height: 30px; color: #000; overflow-wrap: break-word; }

/* Key takeaways (Figma node 15689-3435): two-tone heading w/ purple accent, bullets w/ 42px check icon */
.web-takeaways { margin: 8px 0 60px; }
.web-takeaways .web-sec-heading { margin-bottom: 32px; }
.web-takeaways .web-accent { color: #8031a7; } /* Secondary/Solidcolor/Purple */
.web-tk__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 24px; }
.web-tk__item { display: flex; gap: 16px; align-items: center; }
.web-tk__icon { flex: 0 0 42px; width: 42px; height: 42px; display: block; }
.web-tk__text { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 18px; line-height: 30px; color: #000; overflow-wrap: break-word; }

/* Hosts accordion */
.web-hosts { margin: 8px 0 20px; }
.web-hosts__list { display: flex; flex-direction: column; gap: 16px; }
.web-host { border: 1px solid #e6e6e6; overflow: hidden; }
.web-host__head { width: 100%; display: flex; align-items: center; gap: 16px; padding: 18px 20px; background: #fff; border: 0; cursor: pointer; text-align: left; }
.web-host__photo { width: 56px; height: 56px; object-fit: cover; flex: 0 0 56px; }
.web-host__id { display: flex; flex-direction: column; flex: 1 1 auto; }
.web-host__name { font-weight: 600; font-size: 17px; }
.web-host__role { font-size: 14px; color: #777; }
.web-host__toggle { width: 12px; height: 12px; border-right: 2px solid #999; border-bottom: 2px solid #999; transform: rotate(45deg); transition: transform .2s; flex: 0 0 auto; }
.web-host.is-open .web-host__toggle { transform: rotate(-135deg); }
.web-host__body { display: none; padding: 0 20px 22px 92px; }
.web-host.is-open .web-host__body { display: block; }
.web-host__bio { font-size: 15px; line-height: 1.65; color: #444; margin: 0 0 14px; overflow-wrap: break-word; }
.web-host__ln { display: inline-flex; width: 30px; height: 30px; background: #0a66c2; color: #fff; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; text-decoration: none; }

/* Form card (505px per Figma) */
.web-main__right { position: sticky; top: 96px; min-width: 0; }
.web-form-card { background: #f4f4f5; padding: 33px 30px; }
.web-form__heading { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 28px; margin: 0 0 12px; }
.web-form__intro { font-size: 14px; line-height: 1.55; color: #555; margin: 0 0 28px; }
.web-form__label { display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 500; color: #222; margin-bottom: 22px; }
.web-form__label input { border: 1px solid #d7d7d7; padding: 14px 16px; font-size: 15px; font-family: inherit; background: #fff; }
.web-form__label input:focus { outline: none; border-color: #1f52d6; }
.web-form__btn { width: auto; background: #f4b400; color: #1a1617; border: 0; padding: 12px 26px; font-weight: 600; font-size: 15px; cursor: pointer; margin-top: 4px; }
.web-form__btn:hover { background: #e5a800; }
.web-form__btn[disabled] { opacity: .6; cursor: default; }
.web-form__msg { font-size: 14px; margin-top: 14px; }
.web-form__msg.is-ok { color: #1a7f37; }
.web-form__msg.is-err { color: #c0392b; }

/* Related blogs — Figma: card 25px pad, image 300px inset+rounded, image→text 32, eyebrow→title 12, title→link 12 */
.web-blogs { padding: 8px clamp(20px, 6.94vw, 100px) 80px; }
.web-blogs .web-sec-heading { margin-bottom: 40px; }
.web-blogs__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.web-blog { display: block; text-decoration: none; color: inherit; border: 1px solid #ececec; padding: 25px; }
.web-blog__img { display: block; height: 300px; background-size: cover; background-position: center; margin-bottom: 32px; }
.web-blog__body { display: block; padding: 0; }
.web-blog__cat { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #f96815; margin-bottom: 12px; }
.web-blog__title { display: block; font-weight: 600; font-size: 18px; line-height: 1.35; margin-bottom: 12px; }
.web-blog__more { display: inline-block; font-size: 14px; color: #1f52d6; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .web-main__grid { grid-template-columns: 1fr; gap: 40px; }
    .web-main__left { max-width: none; }
    .web-main__right { position: static; }
    .web-blogs__grid { grid-template-columns: 1fr; }
    .web-host__body { padding-left: 20px; }
    .web-hero { min-height: 400px; padding: 72px 20px; }
}
@media (max-width: 575px) {
    .web-event__cols { gap: 24px; }
    .web-blog__img { height: 220px; }
    .web-event__deco { display: none; } /* decorative flourish; the mobile event box is text-dense and the Figma has no mobile spec for it */
    .web-hero__subtext { font-size: 16px; margin-bottom: 24px; }
    .web-main { padding: 48px 20px; }
    .web-blogs { padding: 8px 20px 56px; }
}

/* theme.css adds a global orange FontAwesome tick via `li:before` site-wide;
   suppress it ONLY inside .webinar (nav.css precedent — no dequeue). */
.webinar li::before { content: none !important; display: none !important; }

/* =================== Mukesh round (2026-08-19) =================== */
/* all titles -> weight 500 (medium) */
.web-hero__title, .web-intro__heading, .web-sec-heading, .web-form__heading, .web-blog__title, .web-host__name { font-weight: 500; }
/* per-section eyebrow/accent: Source Serif, italic, different colour each */
.web-accent { font-family: 'Source Serif 4', serif; font-style: italic; font-weight: 500; }
.web-accent--blue { color: #1f52d6; }
.web-accent--green { color: #2f9e6b; }
.web-accent--yellow { color: #e5a800; }
.web-accent--purple { color: #7c5cbf; }
/* taller banner */
.web-hero { min-height: 560px; padding-top: 120px; padding-bottom: 120px; }
@media (max-width: 991px) { .web-hero { min-height: 440px; padding: 84px 20px; } }
/* accordion active/focus outline — drop the black default, subtle keyboard ring only */
.web-host__head:focus { outline: none; }
.web-host__head:focus-visible { outline: 2px solid #1f52d6; outline-offset: -2px; }
/* spacing ("add space") */
.web-intro__heading { line-height: 1.25; margin-bottom: 36px; }   /* 10:43 – more room around the title (best-guess; see note) */
.web-walk .web-sec-heading { margin-bottom: 40px; }               /* 10:45 – title -> walk-away items */
.web-hosts .web-sec-heading { margin-bottom: 28px; }              /* 10:47 – space above the accordion */
.web-hosts__list { margin-top: 6px; }
.web-blogs .web-sec-heading { margin-bottom: 62px; }              /* 10:49 – related blogs 40 -> 62 (images now present) */
.web-form__heading { margin-bottom: 20px; }                       /* 10:52 – below the "Your Spot" title */

/* theme.css sets `h1,h2,h3,h4,h5,h6,strong{display:inline}` (bare-tag, no !important) which
   voids the vertical margins on every section heading — this is the real "no space below the
   title" bug (an inline box ignores margin-top/bottom). Restore block the scoped way: a class
   selector (0,1,0) beats the bare-tag rule (0,0,1), so no !important is needed (nav.css precedent). */
.web-hero__title, .web-intro__heading, .web-sec-heading, .web-form__heading { display: block; }

/* =================== Success popup (Thank-you modal, Figma node 15560-3337) =================== */
.web-modal { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.web-modal[hidden] { display: none; }
.web-modal__scrim { position: absolute; inset: 0; background: rgba(10, 12, 20, .55); }
.web-modal__card { position: relative; z-index: 1; background: #fff; border-radius: 16px; width: 652px; max-width: 100%; padding: 62px 42px; box-shadow: 0 24px 70px rgba(0, 0, 0, .25); text-align: center; }
.web-modal__card:focus { outline: none; }
.web-modal__x { position: absolute; top: 20px; right: 20px; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; background: none; border: 0; padding: 0; color: #f96815; cursor: pointer; border-radius: 6px; }
.web-modal__x:focus-visible { outline: 2px solid #f96815; outline-offset: 2px; }
.web-modal__body { display: flex; flex-direction: column; align-items: center; }
.web-modal__icon { width: 112px; height: 112px; border-radius: 50%; border: 2px solid #77dd77; display: flex; align-items: center; justify-content: center; color: #00a86b; margin-bottom: 32px; }
.web-modal .web-modal__title { font-family: 'Source Serif 4', serif; font-style: italic; font-weight: 600; font-size: clamp(34px, 4vw, 48px); line-height: 1.1; color: #005eb8; margin: 0 0 24px; }
.web-modal .web-modal__text { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 18px; line-height: 1.5; color: #1a1617; margin: 0; max-width: 568px; }
@media (max-width: 575px) {
    .web-modal__card { padding: 48px 24px; border-radius: 14px; }
    .web-modal__icon { width: 88px; height: 88px; margin-bottom: 24px; }
    .web-modal__icon svg { width: 32px; height: auto; }
    .web-modal .web-modal__text { font-size: 16px; }
}
