/*
 * PyMESPRESS HF36 · Estándar permanente para encabezados públicos.
 * La familia tipográfica se unifica sin alterar los tamaños, colores ni
 * jerarquías específicas de cada página.
 */
:root{
  --pym-page-heading-font:Inter,"Segoe UI",Arial,sans-serif;
  --pym-page-heading-weight:800;
  --pym-page-heading-tracking:-.042em;
}

/* Encabezados principales del sitio público. Excluye CMS, profesor y portal. */
.page-home .home-carousel-copy h1,
.page-course .course-approved-hero h1,
.page-public-catalog .public-catalog-hero h1,
.page-live-classes .live-hero h1,
.page-teachers .teacher-public-hero h1,
.page-teacher-profile .teacher-profile-hero h1,
.page-managed-content .cms-page-hero h1,
.page-certificate-verify .certificate-verify-form-panel-hf42 h1,
.page-official-certificate .official-certificate-heading h1,
.page-faq main h1,
.page-faq .faq-task-heading h2,
.student-recovery-card h1,
.certificate-verify-card h1{
  font-family:var(--pym-page-heading-font)!important;
  font-weight:var(--pym-page-heading-weight)!important;
  letter-spacing:var(--pym-page-heading-tracking)!important;
  text-wrap:balance;
}

/* Sobre nosotros: encabezado compacto y alineado al sistema de páginas públicas. */
.page-about-us .cms-page-hero{
  padding:34px 0 32px!important;
}
.page-about-us .cms-page-breadcrumb{
  margin-bottom:12px!important;
}
.page-about-us .cms-page-type{
  padding:6px 11px!important;
}
.page-about-us .cms-page-hero h1{
  max-width:860px;
  margin:10px 0 0!important;
  font-size:clamp(2.5rem,4.35vw,3.8rem)!important;
  line-height:1.04!important;
}

@media(max-width:760px){
  .page-about-us .cms-page-hero{
    padding:27px 0 25px!important;
  }
  .page-about-us .cms-page-hero h1{
    font-size:clamp(2.15rem,10vw,2.8rem)!important;
  }
}

@media(max-width:520px){
  .page-home .home-carousel-copy h1,
  .page-course .course-approved-hero h1,
  .page-public-catalog .public-catalog-hero h1,
  .page-live-classes .live-hero h1,
  .page-teachers .teacher-public-hero h1,
  .page-teacher-profile .teacher-profile-hero h1,
  .page-managed-content .cms-page-hero h1,
  .page-certificate-verify .certificate-verify-form-panel-hf42 h1,
  .page-official-certificate .official-certificate-heading h1,
  .page-faq main h1,
  .page-faq .faq-task-heading h2,
  .student-recovery-card h1,
  .certificate-verify-card h1{
    letter-spacing:-.032em!important;
  }
}
