.webinar-page {
  background: #fff;
}

.webinar-main {
  color: #16151f;
}

.webinar-shell {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.webinar-hero {
  padding: 84px 0 56px;
}

.webinar-copy {
  max-width: 760px;
}

.webinar-label {
  color: #2991ff;
  font-size: 16px;
  line-height: 1.05;
  letter-spacing: 0.005em;
  margin-bottom: 28px;
}

.webinar-title {
  font-size: clamp(2.5rem, 5vw, 4.1rem);
  line-height: 0.98;
  letter-spacing: -0.015em;
  font-weight: 400;
  /* max-width: 14ch; */
}

.webinar-intro {
  margin-top: 28px;
  max-width: 72ch;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.012em;
  color: rgba(22, 21, 31, 0.82);
}

.webinar-video-block {
  margin-top: 42px;
}

.webinar-video-frame {
  overflow: hidden;
  border-radius: 18px;
  background: #dfe9f7;
  box-shadow: 0 20px 60px rgba(18, 25, 38, 0.12);
}

.webinar-video-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.webinar-content-section {
  padding: 0 0 96px;
}

.webinar-content {
  max-width: 760px;
}

.webinar-audio-block {
  margin-bottom: 34px;
}

.webinar-audio-label {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: rgba(22, 21, 31, 0.88);
}

.webinar-audio-player {
  width: 100%;
  margin-top: 16px;
}

.webinar-meta {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(22, 21, 31, 0.78);
}

.webinar-divider {
  height: 1px;
  margin: 28px 0 34px;
  background: rgba(22, 21, 31, 0.16);
}

.webinar-section-title {
  font-size: 44px;
  line-height: 1.02;
  letter-spacing: -0.012em;
  font-weight: 400;
}

.webinar-takeaway {
  margin-top: 42px;
}

.webinar-takeaway h3 {
  font-size: 34px;
  line-height: 1.06;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.webinar-takeaway p,
.webinar-takeaway li {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: rgba(22, 21, 31, 0.78);
}

.webinar-takeaway ul {
  margin: 8px 0 0 0;
  padding-left: 22px;
}

.webinar-takeaway li + li {
  margin-top: 10px;
}

.webinar-cta-section {
  background: #001323;
  padding: 100px 24px;
}

.webinar-cta-shell {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}

.webinar-cta-shell h2 {
  max-width: 18ch;
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}

.webinar-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 15px 28px;
  border-radius: 9999px;
  background: #219dfb;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.webinar-cta-button:hover {
  transform: translateY(-2px);
}

@media (max-width: 1023px) {
  .webinar-hero {
    padding: 72px 0 48px;
  }

  .webinar-title {
    max-width: 100%;
  }

  .webinar-section-title {
    font-size: 36px;
  }

  .webinar-takeaway h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .webinar-shell {
    padding: 0 20px;
  }

  .webinar-hero {
    padding: 64px 0 40px;
  }

  .webinar-label {
    margin-bottom: 20px;
  }

  .webinar-intro {
    margin-top: 22px;
    font-size: 18px;
  }

  .webinar-video-block {
    margin-top: 32px;
  }

  .webinar-content-section {
    padding-bottom: 72px;
  }

  .webinar-audio-label {
    font-size: 17px;
  }

  .webinar-section-title {
    font-size: 30px;
  }

  .webinar-takeaway {
    margin-top: 34px;
  }

  .webinar-takeaway h3 {
    font-size: 24px;
  }

  .webinar-takeaway p,
  .webinar-takeaway li {
    font-size: 17px;
  }

  .webinar-cta-section {
    padding: 80px 20px;
  }
}
