/* =============================================================
   HOMEPAGE V25 — Overrides & new styles
   Loaded ONLY on page-homepage-v25.php (via functions.php)
   Safe to edit without affecting other production pages.
   ============================================================= */

/* ------------------------------------------
   WEBINAR BANNER — Homepage V25
------------------------------------------ */
.page-template-page-homepage-v25-php .webinar-banner-year-block {
  border-radius: 30px;
  font-size: 1.5rem;
  padding: 10px 30px;
}
.page-template-page-homepage-v25-php .webinar-banner-info-block {
  background: var(--color-mid-summit-s26);
  border-radius: 30px;
  padding: 10px 30px;
  max-width: fit-content;
}
.page-template-page-homepage-v25-php .webinar-banner-info-block p {
  font-size: 1.1rem;
  text-align: center;
  color: white;
  line-height: 1;
}
.page-template-page-homepage-v25-php .webinar-banner-bg-container .big-text {
  color: var(--white);
}
.page-template-page-homepage-v25-php .webinar-banner-text-block {
  margin-top: 50px;
}
.page-template-page-homepage-v25-php .webinar-banner-text-block p {
  font-size: 3.5rem;
  color: var(--white);
}
.page-template-page-homepage-v25-php .webinar-banner-text-block p strong {
  color: var(--color-green-light);
}
.page-template-page-homepage-v25-php .webinar-banner-text-block p em {
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1;
}

.webinar-banner-text-block {
  align-self: flex-start;
  margin-top: 50px;
}
/* ------------------------------------------
   WEBINAR BANNER — Summit V25 big-block
------------------------------------------ */
.page-template-page-summit-v25-php .webinar-banner-text-block {
  margin: 50px 0;
  align-self: flex-start;
}
.page-template-page-summit-v25-php .webinar-banner-text-block p {
  color: white;
  font-size: 4.5rem;
  font-family: 'Akkurat';
  letter-spacing: -1px;
}
.page-template-page-summit-v25-php .webinar-banner-text-block p strong {
  color: var(--color-green-light);
}
.page-template-page-summit-v25-php .webinar-banner-text-block p em {
  font-style: normal;
  font-size: 1.5rem;
}
.page-template-page-summit-v25-php
  .big-block
  .webinar-banner-series-title
  p
  strong {
  color: var(--color-green-light);
}

/* Info block & year block */
.page-template-page-summit-v25-php .webinar-banner-right-group {
  /* flex-direction: column; */
}
.page-template-page-summit-v25-php .webinar-banner-year-block,
.page-template-page-summit-v25-php .webinar-banner-info-block {
  background: var(--color-mid-summit-s26);
  border-radius: 30px;
  padding: 10px 30px;
  max-width: fit-content;
  color: white;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
}
.page-template-page-summit-v25-php .webinar-banner-year-block {
  background-color: var(--color-green-light);
}
.page-template-page-summit-v25-php .webinar-banner-year-block p,
.page-template-page-summit-v25-php .webinar-banner-info-block p {
  font-size: 1.1rem;
  text-align: center;
  color: white;
  line-height: 1;
}
.page-template-page-summit-v25-php
  .webinar-banner-bg-container
  .webinar-banner-bottom-row {
  margin-top: auto;
}

/* ------------------------------------------
   DUO-BLOCK — Summit V25 next-webinar tile
   (bg-image surface, dark text, series7-style date capsule)
------------------------------------------ */
.page-template-page-summit-v25 .duo-block .summit-gradient-bg {
  background-color: #f9f9f9;
  background-size: cover;
  background-position: center center;
  color: var(--color-dark);
  aspect-ratio: 1 / 1;
}
.page-template-page-summit-v25 .duo-block .summit-next-webinar-number,
.page-template-page-summit-v25 .duo-block .summit-next-webinar-title {
  color: var(--color-dark);
}
.page-template-page-summit-v25 .duo-block .summit-next-webinar-date {
  background: var(--color-mid-summit-s26);
  color: white;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 1.1rem;
  text-align: center;
  width: fit-content;
  margin: 10px 0;
  line-height: 1;
}

/* ------------------------------------------
   EMODULES BLOCK — Summit V25
------------------------------------------ */
.page-template-page-summit-v25 .emodules-block-three {
  background: var(--gradient-s7);
  color: white;
}
.page-template-page-summit-v25 .emodules-block-three .arrow-bg-button {
  background: white;
  color: var(--color-dark);
}
.page-template-page-summit-v25 .emodules-block-three div {
  color: white;
}

/* ------------------------------------------
   PILLARS — Summit V25
------------------------------------------ */
.page-template-page-summit-v25 .homepage-pillars .pillar-1::before {
  background: linear-gradient(0deg, #00d2a8, transparent);
}
.page-template-page-summit-v25 .homepage-pillars .pillar-2::before {
  background: linear-gradient(0deg, #d870f3, transparent);
}
.page-template-page-summit-v25 .homepage-pillars .pillar-3::before {
  background: linear-gradient(0deg, #7f7fe0, transparent);
}
.page-template-page-summit-v25 .homepage-pillars .pillar-4::before {
  background: linear-gradient(0deg, #5f1778, transparent);
}
.page-template-page-summit-v25 .homepage-pillars .pillar-5::before {
  background: linear-gradient(0deg, #6290c0, transparent);
}
.page-template-page-summit-v25 .pillar .normal-text {
  max-width: 150px;
}

/* ------------------------------------------
   NEWS BLOCK — Summit V25
------------------------------------------ */
.page-template-page-summit-v25 .news-block .small-text {
  min-height: 335px;
}

/* ------------------------------------------
   MOBILE OVERRIDES
------------------------------------------ */
@media (max-width: 768px) {
  .page-template-page-homepage-v25-php .webinar-banner-text-block p {
    font-size: 2.5rem;
  }

  .page-template-page-summit-v25-php .webinar-banner-text-block p {
    font-size: 2.5rem;
  }

  .page-template-page-summit-v25-php .webinar-banner-text-block {
    margin: 20px 0;
  }
}
