/* Innova webinars: only the pieces the theme doesn't already provide.
   Everything else uses the site's own CPD, section header and process styles. */
.iw { --iw-ink: #27272c; --iw-muted: #5f6166; --iw-line: #ece7e8; --iw-soft: #f8f6f5; --iw-orange: #f25d21; --iw-dark: #26282a; }
.iw-textlink { color: inherit; font-weight: 500; text-decoration: underline; text-underline-offset: 4px; }
.iw-empty { color: var(--iw-muted); padding: 24px 0; }

/* Status label (small, used on cards and heroes) */
.iw-status { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; letter-spacing: .02em; }
.iw-status--live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--iw-orange); }
.iw-category--live { display: inline-flex; align-items: center; gap: 6px; }
.iw-category--live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--iw-orange); }
.iw-hero-label { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin: 0 0 16px; font-size: 14px; letter-spacing: .56px; text-transform: uppercase; color: rgba(255, 255, 255, .75); }
.iw-hero-label .iw-status { color: #fff; text-transform: none; letter-spacing: 0; }
.iw-hero-note { margin: 14px 0 0; font-size: 14px; opacity: .75; }

/* Upcoming sessions: agenda-style rows */
.iw-upcoming { padding: 100px 0; background: var(--iw-soft); }
.iw-upcoming .rp-section-header { margin-bottom: 44px; }
.iw-sessions { display: grid; gap: 16px; }
.iw-session { display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 24px 28px; background: #fff; border: 1px solid var(--iw-line); border-radius: 18px; }
.iw-session__date { display: flex; flex-direction: column; align-items: center; justify-content: center; aspect-ratio: 1; border-radius: 14px; background: var(--iw-dark); color: #fff; }
.iw-session__day { font-family: var(--font-aeonik, inherit); font-size: 2.1rem; line-height: 1; }
.iw-session__month { margin-top: 4px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--iw-orange); }
.iw-session__series { margin: 0 0 6px; font-size: 13px; text-transform: uppercase; letter-spacing: .56px; color: var(--iw-muted); }
.iw-session__title { margin: 0 0 8px; font-family: var(--font-aeonik, inherit); font-weight: 400; font-size: 1.4rem; line-height: 1.25; }
.iw-session__title a { color: var(--iw-ink); text-decoration: none; }
.iw-session__title a:hover { text-decoration: underline; text-underline-offset: 4px; }
.iw-session__meta { margin: 0; font-size: 15px; color: var(--iw-muted); line-height: 1.6; }
.iw-session__actions { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.iw-session__actions .iw-textlink { font-size: 14px; color: var(--iw-ink); }

/* Recording band (dark, like the site's featured sections) */
.iw-recording { padding: 100px 0; background: var(--iw-dark); color: #fff; }
.iw-recording .rp-section-header__label, .iw-recording .rp-section-header__title { color: #fff; }
.iw-recording .rp-section-header__body { color: rgba(255, 255, 255, .78); }
.iw-recording .rp-section-header { margin-bottom: 40px; }
.iw-slides { margin: 14px 0 0; }
.iw-video { border-radius: 18px; overflow: hidden; background: #000; }
.iw-video iframe { display: block; width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; }
.iw-video p { margin: 0; padding: 24px; }
.iw-gate { max-width: 720px; padding: 32px; border-radius: 18px; background: #fff; color: var(--iw-ink); }
.iw-takeaways { margin-top: 48px; }
.iw-takeaways__title { margin: 0 0 20px; font-family: var(--font-aeonik, inherit); font-weight: 400; font-size: 1.5rem; }

/* Lists inside the About section */
.iw-list-title { margin: 0 0 18px; font-family: var(--font-aeonik, inherit); font-weight: 400; font-size: 1.4rem; }
.iw-about-lists .iw-list-title:not(:first-child) { margin-top: 36px; }
.iw-ticks, .iw-bullets { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.iw-ticks li, .iw-bullets li { position: relative; padding-left: 34px; line-height: 1.55; }
.iw-ticks li::before { content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--iw-orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 65% no-repeat; }
.iw-ticks--light li { color: rgba(255, 255, 255, .9); }
.iw-bullets li::before { content: ""; position: absolute; left: 6px; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }

/* Speakers */
.iw-speakers { padding: 100px 0; }
.iw-speakers .rp-section-header { margin-bottom: 44px; }
.iw-speakers__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; }
.iw-speaker { padding: 28px; border: 1px solid var(--iw-line); border-radius: 18px; background: #fff; }
.iw-speaker__photo { display: block; width: 88px; height: 88px; margin-bottom: 20px; border-radius: 50%; object-fit: cover; }
.iw-speaker__photo--initial { display: flex; align-items: center; justify-content: center; background: var(--iw-soft); font-family: var(--font-aeonik, inherit); font-size: 2rem; color: var(--iw-ink); }
.iw-speaker__name { margin: 0 0 6px; font-family: var(--font-aeonik, inherit); font-size: 1.3rem; color: var(--iw-ink); }
.iw-speaker__role, .iw-speaker__org { margin: 0; font-size: 15px; line-height: 1.45; color: var(--iw-muted); }
.iw-speaker__org { color: var(--iw-ink); font-weight: 500; margin-top: 4px; }
.iw-quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 48px; }
.iw-quote { margin: 0; padding-left: 18px; border-left: 2px solid var(--iw-orange); }
.iw-quote blockquote { margin: 0; }
.iw-quote p { margin: 0 0 8px; font-family: var(--font-aeonik, inherit); font-size: 1.2rem; line-height: 1.45; color: var(--iw-ink); }
.iw-quote figcaption { font-size: 14px; color: var(--iw-muted); }

/* Process cards: align titles regardless of description length */
.iw .hr-process__card-top { margin-bottom: 0; }

.iw-more .rp-section-header { margin-bottom: 44px; }

@media (max-width: 900px) {
    .iw-session { grid-template-columns: 72px minmax(0, 1fr); }
    .iw-session__actions { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: flex-start; }
    .iw-upcoming, .iw-recording, .iw-speakers { padding: 64px 0; }
}
