/* =========================================================
   NewEvol × Liongard Webinar Landing Page — Additional Styles
   File: newevol-and-liongard/webinar.css
   Extends: ../css/style.css
   ========================================================= */

/* ── Hero Section ─────────────────────────────────────── */
.webinar-hero-section {
  position: relative;
  z-index: 1;
  padding: 140px 0 100px;
  min-height: calc(100vh - 130px);
  display: flex;
  align-items: center;
}
.webinar-hero-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url('../images/banner-bg-image.webp') no-repeat center center;
  background-size: cover;
}

.webinar-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--primary-color);
  color: #fff;
  font-family: var(--semiBold);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 30px;
  margin-bottom: 24px;
}
.webinar-live-badge .fa-circle-dot {
  animation: dot-pulse 1.6s ease-in-out infinite;
}
@keyframes dot-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.3; }
}

.webinar-cobrand {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}
.cobrand-logo {
  height: 34px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
}
.cobrand-x {
  font-size: 26px;
  font-family: var(--light);
  color: rgba(0, 0, 0, 0.35);
  line-height: 1;
}

.webinar-hero-content h1 {
  font-size: 40px;
  line-height: 52px;
  font-family: var(--bold);
  color: var(--black-color);
  margin-bottom: 20px;
}

.webinar-hero-desc {
  font-size: var(--txt-xl);
  color: rgba(0, 0, 0, 0.68);
  line-height: 1.8;
  margin-bottom: 28px;
}

.webinar-event-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
.event-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(22, 135, 140, 0.07);
  border: 1px solid rgba(22, 135, 140, 0.22);
  color: var(--primary-color);
  font-family: var(--semiBold);
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 30px;
  line-height: 1;
}
.event-chip i {
  font-size: 12px;
}

.webinar-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
.webinar-cta-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.webinar-cta-group .btn {
  white-space: nowrap;
}
.webinar-cta-sublabel {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-family: var(--medium);
  text-align: center;
}

/* ── Speaker Preview Card (Hero Right) — Redesigned ───── */
.webinar-speakers-preview {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.18);
  margin-left: 20px;
}

/* Gradient header */
.spk-card-head {
  background: linear-gradient(135deg, var(--primary-color) 0%, #083c3f 100%);
  padding: 22px 24px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.sch-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sch-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.95);
  font-size: 10px;
  font-family: var(--semiBold);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 30px;
  width: fit-content;
}
.sch-live .fa-circle-dot {
  animation: dot-pulse 1.6s ease-in-out infinite;
  color: #7df5a3;
}
.sch-event {
  font-size: 20px;
  font-family: var(--bold);
  color: #fff;
  letter-spacing: -0.3px;
  line-height: 1.2;
}
.sch-date {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 12px 18px;
  text-align: center;
  color: #fff;
  flex-shrink: 0;
  min-width: 72px;
}
.sch-date-num {
  display: block;
  font-size: 30px;
  font-family: var(--black);
  line-height: 1;
}
.sch-date-sub {
  display: block;
  font-size: 11px;
  font-family: var(--semiBold);
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.82;
  margin-top: 4px;
}

/* Session times strip */
.spk-card-sessions {
  display: flex;
  align-items: stretch;
  background: var(--light-green, #f0f7f4);
  border-bottom: 1px solid rgba(22, 135, 140, 0.12);
}
.scs-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
}
.scs-icon {
  font-size: 17px;
  color: var(--primary-color);
  flex-shrink: 0;
}
.scs-region {
  font-size: 10px;
  font-family: var(--medium);
  color: rgba(0, 0, 0, 0.48);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 4px;
}
.scs-time {
  font-size: 16px;
  font-family: var(--bold);
  color: var(--black-color);
  line-height: 1;
}
.scs-sep {
  width: 1px;
  background: rgba(22, 135, 140, 0.15);
  margin: 10px 0;
}

/* Speakers label */
.spk-card-label {
  padding: 18px 24px 10px;
  font-size: 10px;
  font-family: var(--semiBold);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  gap: 12px;
}
.spk-card-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.07);
}

/* Side-by-side speaker display */
.spk-card-speakers {
  display: flex;
  align-items: center;
  padding: 12px 24px 28px;
}
.spk-card-speaker {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}
.spk-card-photo {
  position: relative;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--primary-color);
  background-color: var(--gray-color-bg);
  margin-bottom: 6px;
  flex-shrink: 0;
}
.spk-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.spk-card-role {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  font-family: var(--semiBold);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 30px;
  white-space: nowrap;
}
.role-host  { background-color: var(--primary-color); color: #fff; }
.role-guest { background-color: #172132; color: #fff; }
.spk-card-name {
  font-size: 15px;
  font-family: var(--bold);
  color: var(--black-color);
  line-height: 1.25;
}
.spk-card-title {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}
.spk-card-divider {
  width: 1px;
  height: 80px;
  background: rgba(0, 0, 0, 0.08);
  margin: 0 12px;
  flex-shrink: 0;
}

/* ── Speakers Full Cards ─────────────────────────────── */
.mb-50 { margin-bottom: 50px; }

.webinar-speaker-card {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s, box-shadow 0.25s;
}
.webinar-speaker-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 12px 30px 0px rgba(22, 135, 140, 0.16);
  -webkit-box-shadow: 0px 12px 30px 0px rgba(22, 135, 140, 0.16);
}
.speaker-photo-wrap {
  position: relative;
  height: 360px;
  overflow: hidden;
  background-color: var(--gray-color-bg);
}
.speaker-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.35s;
}
.webinar-speaker-card:hover .speaker-photo-wrap img {
  transform: scale(1.04);
}
.speaker-role-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 12px;
  font-family: var(--semiBold);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.badge-host {
  background-color: var(--primary-color);
  color: #fff;
}
.badge-guest {
  background-color: #172132;
  color: #fff;
}
.speaker-card-content {
  padding: 28px 30px 32px;
}
.speaker-card-content .news-items h3 {
  font-size: 22px;
  line-height: 30px;
}
.speaker-card-content p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 20px;
}

/* ── Sessions / Registration ─────────────────────────── */
.webinar-register-section {
  position: relative;
  z-index: 1;
}
.webinar-register-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url('../images/banner-bg-image.webp') no-repeat center center;
  background-size: cover;
  opacity: 0.55;
}

.session-card {
  background-color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  transition: transform 0.25s, box-shadow 0.25s;
}
.session-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 12px 32px 0px rgba(22, 135, 140, 0.18);
}
.session-card-featured {
  border: 2px solid var(--primary-color);
}
.session-featured-ribbon {
  background-color: var(--primary-color);
  color: #fff;
  font-family: var(--semiBold);
  font-size: 12px;
  text-align: center;
  padding: 9px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.session-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 26px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background-color: rgba(22, 135, 140, 0.04);
}
.session-label {
  font-family: var(--bold);
  font-size: 18px;
  color: var(--primary-color);
}
.session-audience-tag {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--semiBold);
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
}

.session-card-body {
  padding: 26px 26px 32px;
}
.session-time-display {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 18px;
}
.session-time-num {
  font-size: 54px;
  font-family: var(--black);
  color: var(--black-color);
  line-height: 1;
}
.session-time-suffix {
  font-size: 20px;
  font-family: var(--bold);
  color: var(--primary-color);
}

.session-time-zones {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
  padding: 16px 18px;
  background-color: var(--gray-color-bg);
  border-radius: 10px;
}
.tz-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  font-family: var(--medium);
}
.tz-item i {
  color: var(--primary-color);
  font-size: 13px;
  width: 14px;
  text-align: center;
  flex-shrink: 0;
}
.session-card-body p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 26px;
  line-height: 1.75;
}
.session-card-body .btn {
  padding: 14px 20px;
  font-size: 15px;
}

/* ── About Brands ────────────────────────────────────── */
.brands-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.brand-divider-col {
  position: relative;
}
.brand-divider-col::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.brand-block {
  padding: 0 40px 0 0;
}
.brand-block.brand-block-right {
  padding: 0 0 0 40px;
}
.brand-block-logo {
  height: 38px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  margin-bottom: 22px;
}
.brand-block-logo.logo-liongard {
  height: 32px;
}
.brand-block h3 {
  font-size: 22px;
  font-family: var(--bold);
  color: var(--black-color);
  margin-bottom: 14px;
}
.brand-block p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.8;
  margin-bottom: 22px;
}

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 991px) {
  .webinar-hero-section {
    padding: 90px 0 70px;
    min-height: auto;
  }
  .webinar-hero-content h1 {
    font-size: 32px;
    line-height: 44px;
  }
  .webinar-speakers-preview {
    margin-left: 0;
    margin-top: 40px;
  }
  .webinar-cta-row {
    flex-direction: column;
  }
  .webinar-cta-group .btn {
    width: 100%;
  }
  .speaker-photo-wrap {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .webinar-hero-content h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .webinar-event-chips {
    gap: 8px;
  }
  .session-time-num {
    font-size: 42px;
  }
  .brand-block {
    padding: 0;
    margin-bottom: 40px;
  }
  .brand-block.brand-block-right {
    padding: 0;
  }
  .brand-divider-col::after {
    display: none;
  }
  .brands-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .speaker-photo-wrap {
    height: 260px;
  }
}
