/* Professional Pioneers v1.9.141 — page glow and centered title system. */

body.pp-public-home,
body.pp-public-home .pp-page {
  background: radial-gradient(94.49% 9.68% at 50% 0%, rgba(83, 167, 219, 0.20) 0%, rgba(19, 19, 19, 0.00) 100%), #131313 !important;
}

body.pp-public-inner,
body.pp-public-inner .pp-page,
body.pp-public-inner.pp-about22-body,
body.pp-public-inner .pp-about22-page {
  background: radial-gradient(87.06% 18.14% at 50% 0%, rgba(85, 85, 255, 0.20) 0%, rgba(19, 19, 19, 0.00) 100%), #131313 !important;
}

/* Replace the older side spotlights so each page keeps one clean top glow. */
body.pp-public-home .pp-page::before,
body.pp-public-home .pp-page::after,
body.pp-public-inner .pp-page::before,
body.pp-public-inner .pp-page::after,
body.pp-public-inner.pp-about22-body::before {
  display: none !important;
}

/* Homepage: center primary hero and section headings while preserving cards. */
body.pp-public-home .pp-hero-content {
  margin-inline: auto !important;
  text-align: center !important;
}

body.pp-public-home .pp-hero-title,
body.pp-public-home .pp-hero-subtitle {
  width: 100%;
  margin-inline: auto !important;
  text-align: center !important;
}

body.pp-public-home .pp-partners-header,
body.pp-public-home .pp-work-projects-section .pp-work-header,
body.pp-public-home .pp-services-section .pp-services-header,
body.pp-public-home .pp-stats-section .pp-stats-header,
body.pp-public-home .pp-latest-projects-header {
  justify-content: center !important;
  text-align: center !important;
}

body.pp-public-home .pp-work-heading-copy,
body.pp-public-home .pp-work-projects-panel-title-wrap {
  align-items: center !important;
  text-align: center !important;
}

body.pp-public-home .pp-partners-title,
body.pp-public-home .pp-work-title,
body.pp-public-home .pp-latest-projects-title,
body.pp-public-home .pp-services-title,
body.pp-public-home .pp-stats-title,
body.pp-public-home .pp-work-projects-intro,
body.pp-public-home .pp-work-projects-status {
  margin-inline: auto !important;
  text-align: center !important;
}

/* Internal page heroes: center the page title and its supporting copy. */
body.pp-public-inner .pp-archive-hero-panel,
body.pp-public-inner .pp-single-hero-copy,
body.pp-public-inner .pp-single-project-missing-content {
  margin-inline: auto !important;
  justify-items: center !important;
  text-align: center !important;
}

body.pp-public-inner .pp-archive-title,
body.pp-public-inner .pp-single-project-page-title,
body.pp-public-inner .pp-404-title {
  margin-inline: auto !important;
  text-align: center !important;
}

body.pp-public-inner .pp-archive-lead,
body.pp-public-inner .pp-single-project-subtitle,
body.pp-public-inner .pp-single-project-lead,
body.pp-public-inner .pp-page-kicker {
  margin-inline: auto !important;
  text-align: center !important;
}

body.pp-public-inner .pp-archive-hero-actions,
body.pp-public-inner .pp-single-project-hero-actions {
  justify-content: center !important;
}

/* Center page-section titles, without changing project, service, or vacancy card titles. */
body.pp-public-inner .pp-detail-title,
body.pp-public-inner .pp-aside-title,
body.pp-public-inner .pp-gallery-title,
body.pp-public-inner .pp-project-media-tabs-title,
body.pp-public-inner .pp-related-title,
body.pp-public-inner .pp-site-map-card-header h2,
body.pp-public-inner .pp-contact-map-head-v189 > h2 {
  margin-inline: auto !important;
  text-align: center !important;
}

/* About Us hero: match the supplied centered title and intro hierarchy. */
body.pp-public-inner .pp-about22-intro {
  min-height: clamp(420px, 58vh, 680px);
  display: grid;
  align-items: center;
  box-sizing: border-box;
  padding: clamp(154px, 16vw, 220px) 0 clamp(74px, 9vw, 118px) !important;
  background: transparent !important;
}

body.pp-public-inner .pp-about22-intro .pp-about22-container {
  width: min(760px, calc(100% - 44px));
  text-align: center;
}

body.pp-public-inner .pp-about22-intro h1 {
  margin: 0 auto !important;
  color: #fff;
  font-size: clamp(42px, 5.3vw, 68px) !important;
  font-weight: 800;
  line-height: 1.05 !important;
  letter-spacing: -0.035em;
  text-align: center !important;
}

body.pp-public-inner .pp-about22-intro p {
  max-width: 700px;
  margin: clamp(26px, 3.2vw, 42px) auto 0 !important;
  color: rgba(159, 179, 214, 0.82) !important;
  font-size: clamp(15px, 1.45vw, 18px) !important;
  font-weight: 600;
  line-height: 1.65 !important;
  text-align: center !important;
}

body.pp-public-inner .pp-about22-heading-row,
body.pp-public-inner .pp-about22-impact-heading {
  justify-content: center;
  text-align: center;
}

body.pp-public-inner .pp-about22-statement h2,
body.pp-public-inner .pp-about22-impact-heading h2 {
  text-align: center !important;
}

@media (max-width: 720px) {
  body.pp-public-inner .pp-about22-intro {
    min-height: 390px;
    padding: 128px 0 68px !important;
  }

  body.pp-public-inner .pp-about22-intro .pp-about22-container {
    width: min(100% - 30px, 700px);
  }

  body.pp-public-home .pp-hero-content {
    width: 100%;
  }
}
