/* ===========================
   HubSpot Python Magic - Hero / Webinar
   =========================== */
.hpm-hero {
  padding: 200px 0 80px;
  background: linear-gradient(135deg, #1C0944 0%, #100329 100%);
  position: relative;
  overflow: hidden;
}

.hpm-hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(130, 94, 231, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.hpm-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hpm-hero__title {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 40px;
}

.hpm-hero__video-placeholder {
  width: 100%;
  max-width: 860px;
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(130, 94, 231, 0.15);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hpm-hero__video-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.hpm-hero__play-icon {
  width: 64px;
  height: 64px;
}

.hpm-hero__video-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* ===========================
   HubSpot Python Magic - CTA
   =========================== */
.hpm-cta {
  padding: 100px 0;
  background: linear-gradient(180deg, #100329 0%, #0F0039 100%);
}

.hpm-cta__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.hpm-cta__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hpm-cta__text {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 20px;
}

.hpm-cta__disclaimer {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}

.hpm-cta__booking {
  min-height: 500px;
  border-radius: 16px;
  overflow: hidden;
}

/* ===========================
   Responsive - 992px
   =========================== */
@media (max-width: 992px) {
  .hpm-cta__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hpm-hero__title {
    font-size: 2.25rem;
  }

  .hpm-cta__title {
    font-size: 1.85rem;
  }
}

/* ===========================
   Responsive - 768px
   =========================== */
@media (max-width: 768px) {
  .hpm-hero {
    padding: 160px 0 60px;
  }

  .hpm-hero__title {
    font-size: 2rem;
    margin-bottom: 28px;
  }

  .hpm-cta {
    padding: 60px 0;
  }

  .hpm-cta__title {
    font-size: 1.65rem;
  }
}

/* ===========================
   Responsive - 480px
   =========================== */
@media (max-width: 480px) {
  .hpm-hero {
    padding: 140px 0 48px;
  }

  .hpm-hero__title {
    font-size: 1.65rem;
    margin-bottom: 24px;
  }

  .hpm-hero__play-icon {
    width: 48px;
    height: 48px;
  }

  .hpm-hero__video-text {
    font-size: 0.85rem;
  }

  .hpm-cta {
    padding: 48px 0;
  }

  .hpm-cta__inner {
    gap: 32px;
  }

  .hpm-cta__title {
    font-size: 1.4rem;
  }

  .hpm-cta__text {
    font-size: 0.95rem;
  }
}
