/* ===== PAGE HERO ===== */
.page-hero {
  position: relative;
  background: #2e2b29;
  color: #fff;
  text-align: center;
  padding: 4rem 2rem;
  max-width: 100%;
  overflow: hidden;
  border-bottom: 4px solid #c62828;
}
.page-hero h1 { font-size: 2.9rem; margin-bottom: 0.75rem; color: #fff; }
.page-hero p { max-width: 700px; margin: 0 auto; opacity: 0.9; }
.page-hero .btn { margin-top: 1.25rem; }

/* ===== WHO WE SUPPORT (NEW) ===== */
.who-support-new { max-width: 1100px; }
.who-support-new > p { color: #444; margin-bottom: 1rem; }
.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.audience-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1.5rem;
}
.audience-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.audience-icon {
  width: 36px;
  height: 36px;
  color: #c62828;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}
.audience-card p { color: #444; font-size: 0.92rem; margin-bottom: 0.75rem; }
.audience-card p:last-child { margin-bottom: 0; }
.audience-card .arrow-link { font-size: 0.9rem; }

/* ===== LEARN ONLINE ===== */
.learn-online { max-width: 1100px; }
.learn-online p { color: #444; margin-bottom: 1rem; }
.learn-online .support-list { margin-bottom: 1rem; }
.support-list {
  list-style: disc;
  padding-left: 1.25rem;
  color: #444;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

/* ===== SPLIT SECTIONS ===== */
.split-section {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 3rem;
  align-items: center;
}
.split-img-placeholder,
.split-img {
  width: 100%;
  height: 320px;
  background: #ccc;
  border-radius: 8px;
  object-fit: cover;
}

/* ===== 3-COL LEARNING PATHS ===== */
.paths { text-align: center; max-width: 1200px; }
.paths-subtitle { color: #444; margin-bottom: 2rem; }
.paths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: left;
}
.path-card {
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
}
.path-card.featured { border-color: #c62828; }
.path-header { margin-bottom: 1rem; }
.path-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #c62828;
  margin-bottom: 0.25rem;
}
.path-header h3 { font-size: 1.2rem; margin-bottom: 0.15rem; }
.path-brand { font-size: 0.9rem; color: #555; }
.path-tagline { font-weight: 600; font-size: 0.9rem; margin-bottom: 0.5rem; }
.path-desc { font-size: 0.88rem; color: #444; margin-bottom: 1rem; }
.path-card h4 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #c62828;
  margin: 1rem 0 0.4rem;
}
.path-card ul {
  list-style: disc;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  color: #444;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.path-best-for {
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.85rem;
  font-style: italic;
  color: #666;
}
.path-card .btn { margin-top: 1rem; text-align: center; }
.key-benefits-push-1 { margin-top: 1rem; }
.key-benefits-push-2 { margin-top: 1rem; }
.spacer-2 { font-size: 0.6875rem; line-height: 1; margin: 0; color: transparent; }
.spacer-2-includes { font-size: 1.375rem; line-height: 1; margin: 0; color: transparent; }
.spacer-3 { font-size: 2.5rem; line-height: 1; margin: 0; color: transparent; }

/* ===== CURRICULUM ===== */
.curriculum { max-width: 1100px; }
.curriculum > p { color: #444; margin-bottom: 1.5rem; }
.curriculum-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.curriculum-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1.5rem;
  border-left: 3px solid #c62828;
}
.curriculum-card h4 { margin-bottom: 0.5rem; }
.curriculum-card p { color: #444; font-size: 0.92rem; }
.curriculum-card ul {
  list-style: disc;
  padding-left: 1.1rem;
  margin-top: 0.5rem;
  font-size: 0.88rem;
  color: #444;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.curriculum-card .prereq-note {
  font-size: 0.85rem;
  color: #666;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  margin-top: 0.5rem;
}

/* ===== WHY INSTRUCTOR ===== */
.why-instructor { background: #f2ede4; max-width: 100%; }
.instructor-content {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2.5rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.why-instructor .school-img-placeholder,
.why-instructor .school-img {
  width: 100%;
  height: 300px;
  background: #ccc;
  border-radius: 8px;
}
.why-instructor p { color: #444; margin-bottom: 1rem; }
.why-instructor ul {
  list-style: disc;
  padding-left: 1.1rem;
  color: #444;
  font-size: 0.92rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.cert-logo-placeholder,
.cert-logo {
  width: 120px;
  height: 60px;
  background: #ccc;
  border-radius: 4px;
  margin-top: 1rem;
  object-fit: contain;
}
.cert-logo { background: transparent; }

/* ===== ASSESSMENT ===== */
.assessment {
  background: #444444;
  color: #fff;
  max-width: 100%;
  text-align: center;
  padding: 3.5rem 2rem;
}
.assessment-content {
  max-width: 700px;
  margin: 0 auto;
}
.assessment h2 { color: #fff; margin-bottom: 0.5rem; }
.assessment p { opacity: 0.9; margin-bottom: 1.5rem; }

/* ===== CIPLE INFO BOX ===== */
.ciple-info {
  max-width: 800px;
  padding: 2rem 2rem 3rem;
}
.ciple-info-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-left: 3px solid #c62828;
  border-radius: 8px;
  padding: 2rem;
}
.ciple-info-box h3 { font-size: 1.15rem; margin-bottom: 0.75rem; }
.ciple-info-box h4 { margin-top: 1.25rem; margin-bottom: 0.4rem; font-size: 0.95rem; }
.ciple-info-box p { color: #444; font-size: 0.92rem; margin-bottom: 0.5rem; }

/* ===== TUITION ===== */
.tuition {
  background: #f2ede4;
  max-width: 100%;
  padding: 4rem 2rem;
}
.tuition-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
.tuition-content h2 { margin-bottom: 0.5rem; }
.tuition-content p { color: #444; font-size: 0.95rem; max-width: 520px; }
.tuition-action { flex-shrink: 0; }

/* ===== FINAL CTA ===== */
.final-cta {
  text-align: center;
  background: #444444;
  color: #fff;
  max-width: 100%;
  padding: 4rem 2rem;
}
.final-cta h2 { color: #fff; margin-bottom: 0.5rem; }
.final-cta p { margin-bottom: 1.5rem; opacity: 0.85; }
.final-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.final-cta .btn-secondary {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
  box-shadow: 0 4px 0 0 rgba(255,255,255,0.3);
}
.final-cta .btn-secondary:hover {
  background: rgba(255,255,255,0.3);
  color: #fff;
  box-shadow: 0 2px 0 0 rgba(255,255,255,0.3);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .paths-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
  .audience-grid { grid-template-columns: 1fr; }
  .instructor-content { grid-template-columns: 1fr; }
  .curriculum-grid { grid-template-columns: 1fr; }
  .tuition-content { flex-direction: column; text-align: center; }
  .split-section { grid-template-columns: 1fr; }
  .split-img-placeholder,
  .split-img { height: 240px; }
}
