/* Webinar toolkit landing page (scoped) */

/* TASK 1: hide global SAP/Oracle gold promo bar on toolkit page only */
body.hh-webinar-toolkit-landing .hh-v5-promo {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

.hh-webinar-toolkit-page {
  color: #1f2937;
}

.hh-webinar-toolkit-wrap {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.hh-webinar-toolkit-hero {
  background: #011726;
  color: #fff;
  padding: 56px 0 48px;
  position: relative;
  overflow: hidden;
}

.hh-webinar-toolkit-hero::after {
  display: none;
}

.hh-webinar-toolkit-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 44px;
  align-items: center;
}

.hh-webinar-toolkit-hero-media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
}

.hh-webinar-toolkit-hero-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  margin-bottom: 24px;
}

.hh-webinar-toolkit-hero-logo {
  display: block;
  width: auto;
  max-width: 150px;
  max-height: 44px;
  height: auto;
  object-fit: contain;
}

.hh-webinar-toolkit-hero-logo-sep {
  color: rgba(255, 255, 255, .65);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

.hh-webinar-toolkit-hero-logos-fallback {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  color: rgba(255, 255, 255, .92);
}

.hh-webinar-toolkit-hero .hh-webinar-toolkit-cover {
  width: 100%;
  max-width: 420px;
  border-radius: 0;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none;
  transform: none;
  display: block;
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .35));
}

.hh-webinar-toolkit-cover {
  width: 100%;
  max-width: 420px;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .12);
}

.hh-webinar-toolkit-cover-placeholder {
  display: grid;
  place-items: center;
  min-height: 520px;
  color: #0b1a2a;
  font-weight: 700;
  text-align: center;
}

.hh-webinar-toolkit-hero .hh-webinar-toolkit-cover-placeholder {
  background: rgba(255, 255, 255, .06);
  border: 1px dashed rgba(255, 255, 255, .22);
  box-shadow: none;
  padding: 16px;
  border-radius: 8px;
  color: rgba(255, 255, 255, .78);
}

.hh-webinar-toolkit-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .2px;
  color: #06111d;
  background: linear-gradient(90deg, rgba(140,198,63,1) 0%, rgba(214,178,94,1) 100%);
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.hh-webinar-toolkit-hero .hh-webinar-toolkit-title {
  margin: 0 0 10px;
  color: #fff;
}

.hh-webinar-toolkit-hero .hh-webinar-toolkit-date {
  margin: 0 0 14px;
  font-weight: 600;
  color: #d6b25e;
}

.hh-webinar-toolkit-hero .hh-webinar-toolkit-intro {
  margin: 0 0 18px;
  line-height: 1.7;
  max-width: 52ch;
  color: rgba(255, 255, 255, .82);
}

.hh-webinar-toolkit-hero .hh-webinar-toolkit-box {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  padding: 14px 14px 12px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .82);
}
.hh-webinar-toolkit-hero .hh-webinar-toolkit-box strong {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
}
.hh-webinar-toolkit-hero .hh-webinar-toolkit-box span {
  display: block;
  font-weight: 700;
  color: #d6b25e;
}
.hh-webinar-toolkit-hero .hh-webinar-toolkit-box small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .68);
}

.hh-webinar-toolkit-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hh-webinar-toolkit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  font-weight: 700;
}

.hh-webinar-toolkit-btn-primary {
  background: #8cc63f;
  color: #06111d;
}
.hh-webinar-toolkit-btn-primary:hover { filter: brightness(.98); }

.hh-webinar-toolkit-btn-secondary {
  background: #f6f8fb;
  border-color: rgba(7, 24, 39, .14);
  color: #071827;
}

.hh-webinar-toolkit-section {
  padding: 56px 0;
  background: #fff;
}
.hh-webinar-toolkit-overview { background: #f6f8fb; }

.hh-webinar-toolkit-hero .hh-webinar-toolkit-title {
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.12;
  font-weight: inherit;
  letter-spacing: normal;
}

.hh-webinar-toolkit-section-head h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.22;
}
.hh-webinar-toolkit-section-head p {
  margin: 0 0 10px;
  color: rgba(31,41,51,.82);
  line-height: 1.8;
}

.hh-webinar-toolkit-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.hh-webinar-toolkit-card {
  background: #fff;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.hh-webinar-toolkit-card h3 { margin: 0 0 8px; font-size: 16px; }
.hh-webinar-toolkit-card p { margin: 0; color: rgba(31,41,51,.82); line-height: 1.7; }

/* Speakers — dark premium block */
.hh-webinar-toolkit-speakers {
  background: #011726;
  color: #fff;
}

.hh-webinar-toolkit-speakers .hh-webinar-toolkit-section-head h2 {
  color: #fff;
  font-size: 28px;
}

.hh-webinar-toolkit-speakers .hh-webinar-toolkit-section-head p {
  color: rgba(255, 255, 255, .78);
}

.hh-webinar-toolkit-speaker-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 22px;
}

.hh-webinar-toolkit-speaker-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
}

.hh-webinar-toolkit-speaker-photo {
  flex-shrink: 0;
}

.hh-webinar-toolkit-speaker-portrait {
  display: block;
  width: 168px;
  height: 168px;
  max-width: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}

.hh-webinar-toolkit-speaker-photo-fallback {
  width: 168px;
  height: 168px;
  border-radius: 18px;
  border: 1px dashed rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .04);
}

.hh-webinar-toolkit-speaker-copy {
  flex: 1;
  min-width: 0;
}

.hh-webinar-toolkit-speaker-name {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}

.hh-webinar-toolkit-speaker-role {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .78);
}

.hh-webinar-toolkit-speaker-role::before {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #93d83e;
}

.hh-webinar-toolkit-toolkit {
  background: #fff;
}
.hh-webinar-toolkit-toolkit-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 26px;
  align-items: center;
}
.hh-webinar-toolkit-bullets {
  margin: 14px 0 18px;
  padding-left: 18px;
  color: rgba(31,41,51,.88);
  line-height: 1.9;
}

.hh-webinar-toolkit-toolkit-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
}

.hh-webinar-toolkit-toolkit-media .hh-webinar-toolkit-section-cover {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  transform: none;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .12));
}

.hh-webinar-toolkit-toolkit-media .hh-webinar-toolkit-section-cover-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 420px;
  min-height: 280px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 8px;
  border: 1px dashed rgba(7, 24, 39, .12);
  background: #f6f8fb;
  box-shadow: none;
  color: #0b1a2a;
  font-weight: 700;
  text-align: center;
}

.hh-webinar-toolkit-form {
  background: #f6f8fb;
}
.hh-webinar-toolkit-reg-form {
  background: #fff;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
}
.hh-webinar-toolkit-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.hh-webinar-toolkit-form-grid label span {
  display:block;
  font-weight: 700;
  margin-bottom: 6px;
}
.hh-webinar-toolkit-form-grid input,
.hh-webinar-toolkit-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(16,24,40,.14);
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
}
.hh-webinar-toolkit-form-full { grid-column: 1 / -1; }

.hh-webinar-toolkit-submit {
  margin-top: 14px;
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 12px 14px;
  background: #06111d;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.hh-webinar-toolkit-submit[disabled] { opacity: .6; cursor: not-allowed; }

.hh-webinar-toolkit-note {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(140,198,63,.14);
  color: #1f2933;
}
.hh-webinar-toolkit-note.is-err { background: rgba(220, 38, 38, .12); }

.hh-webinar-toolkit-sticky-mobile {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
  border: 0;
  border-radius: 14px;
  padding: 14px 16px;
  background: #8cc63f;
  color: #06111d;
  font-weight: 900;
  display: none;
}

.hh-webinar-toolkit-modal[hidden] { display: none; }
.hh-webinar-toolkit-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
}
.hh-webinar-toolkit-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}
.hh-webinar-toolkit-modal-card {
  position: relative;
  width: min(680px, calc(100% - 24px));
  max-height: min(86vh, 860px);
  overflow: auto;
  margin: 8vh auto 0;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}
.hh-webinar-toolkit-modal-card h2 { margin: 0 0 6px; font-size: 22px; }
.hh-webinar-toolkit-modal-desc { margin: 0 0 14px; color: rgba(31,41,51,.8); }
/* Popup close — scoped to toolkit modal only */
.hh-webinar-toolkit-modal .hh-webinar-toolkit-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, .12);
  background: #f8fafc;
  color: #0f172a;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.hh-webinar-toolkit-modal .hh-webinar-toolkit-modal-close:hover,
.hh-webinar-toolkit-modal .hh-webinar-toolkit-modal-close:focus-visible {
  background: #e5e7eb;
  color: #1f2937;
  border-color: rgba(15, 23, 42, .2);
}

.hh-webinar-toolkit-modal .hh-webinar-toolkit-modal-close:active {
  background: #dbeafe;
  color: #0f172a;
}

@media (max-width: 980px) {
  .hh-webinar-toolkit-hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .hh-webinar-toolkit-hero-media {
    max-width: 100%;
    align-items: center;
  }
  .hh-webinar-toolkit-hero-logos {
    justify-content: center;
    margin-bottom: 20px;
    gap: 18px;
  }
  .hh-webinar-toolkit-hero-logo {
    max-height: 38px;
  }
  .hh-webinar-toolkit-cover { max-width: 360px; margin: 0 auto; }
  .hh-webinar-toolkit-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .hh-webinar-toolkit-wrap { width: calc(100% - 28px); }
  .hh-webinar-toolkit-hero-logos {
    gap: 16px;
    margin-bottom: 18px;
  }
  .hh-webinar-toolkit-hero-logo {
    max-height: 34px;
  }
  .hh-webinar-toolkit-hero-logo-sep {
    font-size: 18px;
  }
  .hh-webinar-toolkit-sticky-mobile { display: block; }
  .hh-webinar-toolkit-card-grid { grid-template-columns: 1fr; }
  .hh-webinar-toolkit-speaker-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .hh-webinar-toolkit-speaker-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    min-width: 0;
    padding: 14px 10px;
    border-radius: 16px;
  }
  .hh-webinar-toolkit-speaker-photo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .hh-webinar-toolkit-speaker-copy {
    width: 100%;
    min-width: 0;
  }
  .hh-webinar-toolkit-speaker-name {
    font-size: 17px;
    margin-bottom: 4px;
  }
  .hh-webinar-toolkit-speaker-role {
    font-size: 13px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-wrap: break-word;
  }
  .hh-webinar-toolkit-speaker-role::before {
    width: 24px;
    height: 2px;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
  }
  .hh-webinar-toolkit-speaker-portrait,
  .hh-webinar-toolkit-speaker-photo-fallback {
    width: 100%;
    max-width: 130px;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center top;
    border-radius: 14px;
  }
  .hh-webinar-toolkit-toolkit-grid { grid-template-columns: 1fr; }
  .hh-webinar-toolkit-toolkit-media {
    margin-top: 8px;
  }
  .hh-webinar-toolkit-toolkit-media .hh-webinar-toolkit-section-cover,
  .hh-webinar-toolkit-toolkit-media .hh-webinar-toolkit-section-cover-placeholder {
    max-width: min(360px, 100%);
  }
  .hh-webinar-toolkit-form-grid { grid-template-columns: 1fr; }
}

