@charset "UTF-8";
/* ============================================
   Seminar Archive Page Styles
   ============================================ */

/* CSS Variables (Override) */
:root {
  --color-background-dark: #152850;
  --gradient-cta: linear-gradient(0deg, #ff0844 0%, #ffb199 100%);
}

/* ========================================
   Header (Seminar)
   ======================================== */
.header--seminar {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 48px;
  background: transparent;
}

.header-logo {
  width: 200px;
  height: auto;
}

/* ========================================
   Buttons
   ======================================== */
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-cta);
  border-radius: 21px;
  padding: 24px 48px;
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  transition-delay: 100ms;
}

.btn-primary:hover {
  transform: translate(3px, 3px);
  opacity: 1;
}

.btn-primary span {
  color: var(--color-text-white);
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.btn-primary--header {
  width: 274px;
  height: 60px;
}

.btn-primary--header span {
  font-size: 24px;
}

.btn-primary--large {
  width: 488px;
  max-width: 100%;
  height: 82px;
}

.btn-primary--large span {
  font-size: 28px;
}

/* ========================================
   Hero Section
   ======================================== */
.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 326px;
  padding: 80px 80px 0;
  background-color: var(--color-background-dark);
}

.hero-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-bg-white);
  padding: 20px;
  margin: 20px 0;
  width: 445px;
  max-width: 100%;
  height: 88px;
}

.hero-badge-text {
  color: var(--color-background-dark);
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1211px;
}

.hero-title {
  color: transparent;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0;
  background: var(--gradient-cta);
  background-clip: text;
  -webkit-background-clip: text;
}

/* ========================================
   Overview Section
   ======================================== */
.overview-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px 140px 0;
  background-color: var(--color-background-dark);
}

.overview-inner {
  width: 1100px;
}

.overview-heading {
  color: var(--color-text-white);
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 20px;
}

.overview-text {
  color: var(--color-text-white);
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 20px;
}

/* ========================================
   Video Section
   ======================================== */
.video-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 80px;
  background-color: var(--color-bg-white);
}

.video-container {
  width: 100%;
  height: 644px;
  background-color: #eeeeee;
  border-radius: 0;
  overflow: hidden;
}

.video-container iframe {
  width: 100%;
  height: 100%;
}

/* ========================================
   Speaker Section
   ======================================== */
.speaker-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1187px;
  padding: 40px 80px;
  background-color: var(--color-background-dark);
}

.speaker-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 1000px;
  max-width: 100%;
  height: auto;
}

.speaker-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.speaker-heading {
  color: var(--color-text-white);
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  padding: 20px;
}

.speaker-image {
  width: 421px;
  max-width: 100%;
  height: auto;
  border-radius: 47px;
}

.speaker-profile {
  color: var(--color-text-white);
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  padding: 40px;
  width: 100%;
}

/* ========================================
   CTA Section
   ======================================== */
.cta-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  height: 498px;
  padding: 80px;
  background-color: var(--color-bg-white);
}

.cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.cta-lead {
  color: var(--color-background-dark);
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 40px;
}

.cta-description {
  color: var(--color-background-dark);
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding: 40px;
}

/* ========================================
   Responsive - Tablet (max-width: 840px)
   ======================================== */
@media screen and (max-width: 840px) {
  .header--seminar {
    height: 96px;
  }

  .header-logo {
    width: 180px;
  }

  .btn-primary--header {
    height: 45px;
    padding: 12px 30px;
  }

  .btn-primary--header span {
    font-size: 20px;
  }

  .hero-section {
    height: 476px;
    padding: 80px 48px;
  }

  .overview-inner {
    width: 100%;
  }

  .video-section {
    padding: 40px 48px;
  }

  .video-container {
    height: 501px;
    padding: 20px;
    width: 714px;
    max-width: 100%;
  }

  .speaker-section {
    height: 1528px;
    padding: 40px 48px;
  }

  .speaker-inner {
    align-items: center;
    height: 100%;
  }

  .speaker-heading {
    font-size: 36px;
    font-weight: 700;
    padding: 40px;
  }

  .btn-primary--large {
    height: 45px;
    padding: 12px 30px;
  }

  .btn-primary--large span {
    font-size: 20px;
  }

  .cta-lead {
    font-size: 26px;
  }

  .cta-description {
    font-size: 26px;
  }
}

/* ========================================
   Responsive - Mobile (max-width: 540px)
   ======================================== */
@media screen and (max-width: 540px) {
  .header--seminar {
    height: 63px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.7);
  }

  .header-logo {
    width: 100px;
  }

  .btn-primary--header {
    width: 105px;
    height: 36px;
    border-radius: 21px;
  }

  .btn-primary--header span {
    font-size: 10px;
  }

  .hero-section {
    height: 148px;
    padding: 20px;
    justify-content: flex-start;
  }

  .hero-badge {
    width: 50%;
    height: 41px;
    padding: 10px;
    margin: 10px 0;
  }

  .hero-badge-text {
    font-size: 15px;
    padding: 0;
  }

  .hero-content {
    height: 46px;
    justify-content: flex-start;
  }

  .hero-title {
    font-size: 24px;
    margin: 0 0 10px 0;
  }

  .overview-section {
    padding: 20px;
  }

  .overview-heading {
    font-size: 15px;
    padding: 0;
  }

  .overview-text {
    font-size: 14px;
    padding: 10px 0;
  }

  .video-section {
    padding: 20px;
    max-width: 100%;
  }

  .video-container {
    height: 286px;
    padding: 0;
    width: 100%;
  }

  .speaker-section {
    height: 702px;
    padding: 20px;
  }

  .speaker-inner {
    justify-content: flex-start;
  }

  .speaker-heading {
    font-size: 15px;
    padding: 20px;
  }

  .speaker-image {
    width: 204px;
    margin: 10px 0;
  }

  .speaker-profile {
    font-size: 13px;
    padding: 10px;
    height: 413px;
  }

  .cta-section {
    height: 341px;
    padding: 80px;
  }

  .cta-lead {
    font-size: 13px;
    padding: 20px;
  }

  .btn-primary--large {
    width: 212px;
    height: 55px;
    padding: 12px 0;
    border-radius: 21px;
  }

  .btn-primary--large span {
    font-size: 18px;
  }

  .cta-description {
    font-size: 13px;
    padding: 20px;
  }
}