/* Agile Change Management page
   Uses the global PM2Go design system from style.css
*/

.page-template-page-agile-change-management .hero-course {
  position: relative;
}

.page-template-page-agile-change-management .hero-course .eyebrow {
  margin-bottom: var(--space-4);
}

.page-template-page-agile-change-management .hero-course__content {
  max-width: 760px;
}

.page-template-page-agile-change-management .hero-course__content .lead {
  max-width: 58ch;
}

.page-template-page-agile-change-management .hero-course__ticks {
  margin-top: var(--space-5);
}

.page-template-page-agile-change-management .course-badge__inner {
  min-height: 220px;
}

.page-template-page-agile-change-management .course-badge__inner strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.65rem;
  line-height: 1.1;
  color: var(--primary-strong);
  margin-bottom: var(--space-2);
}

.page-template-page-agile-change-management .course-badge__inner span:last-child {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.page-template-page-agile-change-management .course-next-date {
  gap: var(--space-3);
}

.page-template-page-agile-change-management .course-section-intro {
  max-width: 760px;
}

.page-template-page-agile-change-management .course-section-intro p:last-child {
  margin-bottom: 0;
}

.page-template-page-agile-change-management .learning-grid .card,
.page-template-page-agile-change-management .audience-grid .card,
.page-template-page-agile-change-management .format-grid .card,
.page-template-page-agile-change-management .scenario-grid .card {
  height: 100%;
}

.page-template-page-agile-change-management .learning-grid h3,
.page-template-page-agile-change-management .audience-grid h3,
.page-template-page-agile-change-management .format-grid h3,
.page-template-page-agile-change-management .scenario-grid h3 {
  margin-bottom: var(--space-3);
}

.page-template-page-agile-change-management .learning-grid p:last-child,
.page-template-page-agile-change-management .audience-grid p:last-child,
.page-template-page-agile-change-management .format-grid p:last-child,
.page-template-page-agile-change-management .scenario-grid p:last-child {
  margin-bottom: 0;
}

.page-template-page-agile-change-management .outcome-list li + li {
  margin-top: 0.45rem;
}

.page-template-page-agile-change-management .course-meta-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-template-page-agile-change-management .course-meta-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--text-primary);
}

.page-template-page-agile-change-management .course-meta-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--secondary-strong);
  font-weight: 800;
}

.page-template-page-agile-change-management .course-dates-placeholder {
  text-align: center;
  padding: var(--space-6);
  border: 1px dashed var(--border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.55);
}

.page-template-page-agile-change-management .course-dates-placeholder p:last-child {
  margin-bottom: 0;
}

.page-template-page-agile-change-management .cta-banner {
  margin-top: var(--space-7);
}

.page-template-page-agile-change-management .faq-list {
  margin-top: var(--space-5);
}

.page-template-page-agile-change-management .faq-item + .faq-item {
  margin-top: var(--space-4);
}

@media (max-width: 1200px) {
  .page-template-page-agile-change-management .course-badge__inner {
    min-height: 200px;
  }
}

@media (max-width: 1024px) {
  .page-template-page-agile-change-management .hero-course__content,
  .page-template-page-agile-change-management .course-next-date,
  .page-template-page-agile-change-management .course-section-intro {
    max-width: 720px;
  }
}

@media (max-width: 720px) {
  .page-template-page-agile-change-management .course-badge__inner {
    min-height: auto;
  }

  .page-template-page-agile-change-management .course-badge__inner strong {
    font-size: 1.4rem;
  }
}