.events-page .events-hero {
  padding-top: clamp(72px, 9vw, 116px);
  padding-bottom: clamp(72px, 9vw, 112px);
}

.events-page .events-hero h1 {
  max-width: 1150px;
  margin: 0 0 28px;
  font-size: clamp(2.9rem, 6vw, 5.65rem);
  line-height: .98;
}

.events-page .events-hero-copy {
  display: grid;
  gap: 8px;
  max-width: 980px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1.03rem, 1.6vw, 1.27rem);
  line-height: 1.5;
}

.events-page .events-hero-copy span { display: block; }

.events-page .centered-intro {
  max-width: 1040px;
  margin: 0 auto 38px;
  text-align: center;
}

.events-page .centered-intro h2 { max-width: none; margin: 0 0 16px; }
.events-page .centered-intro p { max-width: 900px; margin: 0 auto; color: #586777; font-size: 1.05rem; line-height: 1.7; }

.events-page .schedule-panel {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 66px);
  border: 1px solid #dce4ec;
  border-top: 5px solid #117fc3;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  box-shadow: 0 22px 55px rgba(0, 56, 112, .08);
}

.events-page .schedule-status {
  margin-bottom: 18px;
  color: #0066b3;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.events-page .schedule-panel h3 { margin: 0 0 16px; color: #003870; font-size: clamp(2rem, 3.6vw, 3.2rem); line-height: 1.05; }
.events-page .schedule-panel > p { max-width: 760px; margin: 0 auto 26px; color: #586777; line-height: 1.7; }
.events-page .schedule-panel .cta-group { justify-content: center; }

.events-page .topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1160px;
  margin: 0 auto;
}

.events-page .topic-grid article {
  padding: 28px 24px;
  border: 1px solid #dce4ec;
  border-top: 4px solid #117fc3;
  border-radius: 12px;
  background: #fff;
}

.events-page .topic-grid article > span { display: block; margin-bottom: 20px; color: #117fc3; font-size: .72rem; font-weight: 850; letter-spacing: .15em; }
.events-page .topic-grid h3 { margin: 0 0 12px; color: #003870; font-size: 1.16rem; line-height: 1.28; }
.events-page .topic-grid p { max-width: none; margin: 0; color: #586777; font-size: .9rem; line-height: 1.62; }

.events-page .formats-section .centered-intro h2 { color: #fff; }
.events-page .formats-section .centered-intro { max-width: 1160px; }
.events-page .formats-section .centered-intro p {
  max-width: none;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(.9rem, 1.3vw, 1.05rem);
  white-space: nowrap;
}

.events-page .format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1160px;
  margin: 0 auto;
}

.events-page .format-grid article { padding: 28px 24px; border: 1px solid rgba(255, 255, 255, .14); border-top: 4px solid #ccdb2f; border-radius: 12px; background: rgba(255, 255, 255, .05); }
.events-page .format-grid h3 { margin: 0 0 12px; color: #fff; font-size: 1.17rem; line-height: 1.22; }
.events-page .format-grid p { max-width: none; margin: 0; color: rgba(255, 255, 255, .72); font-size: .9rem; line-height: 1.62; }

.events-page .speaking-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(38px, 6vw, 66px);
  border-radius: 16px;
  background: #003870;
}

.events-page .speaking-panel h2 { max-width: 650px; margin: 0 0 18px; color: #fff; }
.events-page .speaking-panel > div:first-child p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .72); line-height: 1.7; }
.events-page .speaking-details { padding: 28px; border: 1px solid rgba(204, 219, 47, .42); border-radius: 12px; background: rgba(255, 255, 255, .05); }
.events-page .speaking-details h3 { margin: 0 0 16px; color: #ccdb2f; font-size: 1rem; }
.events-page .speaking-details ul { margin: 0 0 24px; padding-left: 20px; color: rgba(255, 255, 255, .78); font-size: .92rem; line-height: 1.7; }

.events-page .library-panel {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #dce4ec;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.events-page .library-panel p { max-width: 760px; margin: 0 auto; color: #586777; line-height: 1.65; }
.events-page .library-panel a, .events-page .faq-item a { color: #0066b3; font-weight: 750; }

.events-page .events-faq > h2 { max-width: none; margin: 0 auto 36px; text-align: center; }
.events-page .events-faq .faq-list { max-width: 960px; margin: 0 auto; }

@media (max-width: 920px) {
  .events-page .formats-section .centered-intro p { white-space: normal; }
  .events-page .topic-grid,
  .events-page .format-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .events-page .speaking-panel { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .events-page .events-hero-copy { display: block; }
  .events-page .events-hero-copy span + span { margin-top: 8px; }
  .events-page .topic-grid,
  .events-page .format-grid { grid-template-columns: 1fr; }
  .events-page .speaking-panel { padding: 30px 24px; }
}
