/* Stronger hierarchy and student-friendly visual rhythm */
:root { --heading-weight: 700; --body-weight: 400; }

h1, h2, h3, .section h2, .cta h2, .placement-heading h2, .enquiry-intro h2,
.founder-copy h2, .channel-copy h2, .social-section h2, .fee-card h3,
.video-content h3, .course-info h3 { font-weight: var(--heading-weight); }

.hero h1, .section h2, .cta h2, .placement-heading h2, .enquiry-intro h2,
.founder-copy h2, .channel-copy h2, .social-section h2 {
  color: #0F2A5F;
  text-wrap: balance;
}

.hero-text, .course-info > p, .video-content p, .placement-heading > p,
.enquiry-intro > p:not(.eyebrow), .founder-copy > p:not(.eyebrow),
.channel-copy > p:not(.eyebrow), .social-section > p:not(.eyebrow),
.fee-card .duration, .fee-card .price small, .benefits p, .form-note,
.social-link small { font-weight: var(--body-weight); color: #53657E; }

.eyebrow, .fee-label, .video-kicker, .mncs p { font-weight: 700; }
.section-heading { align-items: flex-end; gap: 28px; }
.section-heading > * { min-width: 0; }

/* Branded logo treatment: clear, consistent sizing and a unified employer wall */
.site-header .logo-image {
  min-width: 174px;
  padding: 3px 6px 3px 0;
  border-right: 1px solid #D6E2F3;
}
.site-header .logo-image img { object-position: left center; }
.company-wall { background: #D6E2F3; gap: 1px; border: 0; }
.company-logo {
  min-height: 108px;
  background: #fff;
  border: 0;
  padding: 17px 14px;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.company-logo i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  box-shadow: 0 3px 8px rgba(15,42,95,.16);
}
.company-logo b {
  min-height: 26px;
  display: grid;
  place-items: center;
  font-weight: 700;
  letter-spacing: .1px;
}
.company-logo:hover { background: #F7FAFF; transform: translateY(-2px); }

.hero-banners { align-items: stretch; }
.hero-banner { border-radius: 7px; min-height: 58px; }
.hero-banner b { font-size: 11px; font-weight: 700; }
.hero-banner small { font-weight: 400; line-height: 1.35; }
.course-card, .fee-card, .video-feature, .social-link, .enquiry-form { border-radius: 8px; }
.course-info h3, .fee-card h3, .video-content h3 { color: #0F2A5F; }
.course-info > p { line-height: 1.55; }
.benefits b, .social-link b, .founder-signoff b { font-weight: 700; }
.button { font-weight: 700; border-radius: 4px; }
.social-link { border-left: 4px solid #F4B400; }
.social-icon { flex: 0 0 38px; }
.footer-logo { border-radius: 4px; }

@media (max-width: 760px) {
  .site-header .logo-image { min-width: 0; border-right: 0; padding: 0; }
  .company-logo { min-height: 98px; padding: 14px 8px; }
  .company-logo b { font-size: 10px; }
  .section-heading { gap: 15px; }
}
