/* ====================================================================
   Proforma Managed Services - "/managed-services/" offering page
   Matched to the Astra brand tokens used across the site:
     #fa5e10 primary orange   #fd6a21 orange hover
     #181f2f deep navy        #3c4553 slate body
     #f5f7f4 light section     #ffffff white
     #c5cbd3 / #d8dadf borders + signature offset shadow
     Lexend (headings)         Plus Jakarta Sans (body/UI)
   No Elementor. Mirrors proforma-rfp/styles/work-with-us.css conventions.
   Presence marks in the tier matrix are drawn here (.pms-yes / .pms-no)
   so the page source stays ASCII-only.
   ==================================================================== */

/* -- Page chrome (scoped to the landing body class) -- */

body.proforma-services-page {
    background-color: #f5f7f4;
    overflow-x: hidden; /* guard the 100vw hero/people breakouts against scrollbar-width overflow */
}

/* -- Accessibility helpers -- */

/* Screen-reader-only text (band heading, tier include/exclude prefixes). */
body.proforma-services-page .pms-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Visible keyboard focus. */
body.proforma-services-page a:focus-visible,
body.proforma-services-page .pms-btn:focus-visible {
    outline: 3px solid #181f2f;
    outline-offset: 3px;
    border-radius: 2px;
}
body.proforma-services-page .pms-hero a:focus-visible,
body.proforma-services-page .pms-people a:focus-visible {
    outline-color: #fa5e10;
}

/* Reduced motion: kill transitions (the demo videos also get paused by the
   inline enhancement script when this is set). */
@media (prefers-reduced-motion: reduce) {
    body.proforma-services-page *,
    body.proforma-services-page *::before,
    body.proforma-services-page *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

body.proforma-services-page #content,
body.proforma-services-page #primary,
body.proforma-services-page .entry-content {
    background: transparent !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
}

body.proforma-services-page .entry-header,
body.proforma-services-page .ast-page-title,
body.proforma-services-page .page-hero,
body.proforma-services-page .breadcrumbs-bar,
body.proforma-services-page .ast-breadcrumbs {
    display: none !important;
}

/* Transparent header floats over the dark hero; force white menu text. */
body.proforma-services-page .ast-primary-header-bar .menu-link {
    color: #ffffff !important;
}
body.proforma-services-page .ast-builder-menu-1 .sub-menu {
    background-color: #303640 !important;
}
body.proforma-services-page .ast-builder-menu-1 .sub-menu .menu-link {
    color: #ffffff !important;
}

/* -- Shared kicker -- */

body.proforma-services-page .pms-kicker {
    display: inline-block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fa5e10;
    margin-bottom: 14px;
}
body.proforma-services-page .pms-kicker-center {
    display: block;
    text-align: center;
}

/* -- Hero: full-bleed black with orange divider, 100vw break-out -- */

body.proforma-services-page .pms-hero {
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-color: #000000;
    color: #ffffff;
    padding: 118px 24px 104px 24px;
    overflow: hidden;
}

body.proforma-services-page .pms-hero-inner {
    max-width: 1040px;
    margin: 0 auto;
}

body.proforma-services-page .pms-wordmark {
    display: inline-block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border-bottom: none;
    margin-bottom: 22px;
}

body.proforma-services-page .pms-wordmark:hover {
    color: #fa5e10;
}

body.proforma-services-page .pms-divider {
    width: 56px;
    height: 2px;
    background-color: #fa5e10;
    border: 0;
    margin: 0 0 28px 0;
}

body.proforma-services-page .pms-hero-kicker {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 18px;
}

body.proforma-services-page .pms-hero h1 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 1.18;
    letter-spacing: -1px;
    color: #ffffff;
    margin: 0 0 22px 0;
    padding: 0;
    border: 0;
    max-width: 900px;
}

body.proforma-services-page .pms-hero-sub {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 19px;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.82);
    max-width: 760px;
    margin: 0 0 30px 0;
}

body.proforma-services-page .pms-hero-tiers {
    display: flex;
    gap: 14px;
    margin-bottom: 26px;
    flex-wrap: wrap;
}
body.proforma-services-page .pms-hero-tiers span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 2px;
}

body.proforma-services-page .pms-hero-tag {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fa5e10;
    margin: 0;
}

/* -- Why Proforma: pillars + stat band -- */

body.proforma-services-page .pms-why {
    max-width: 1040px;
    margin: 0 auto;
    padding: 84px 24px 20px 24px;
}

body.proforma-services-page .pms-why h2 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: -0.5px;
    color: #181f2f;
    margin: 0 auto 44px auto;
    max-width: 760px;
    text-align: center;
}

body.proforma-services-page .pms-pillars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #ffffff;
    border: 1px solid #d8dadf;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05), 0 10px 30px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

body.proforma-services-page .pms-pillar {
    padding: 34px 28px;
    border-right: 1px solid #ececf0;
}
body.proforma-services-page .pms-pillar:last-child {
    border-right: 0;
}

body.proforma-services-page .pms-pillar-tag {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fa5e10;
    margin-bottom: 14px;
}

body.proforma-services-page .pms-pillar h3 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.3;
    color: #181f2f;
    margin: 0 0 10px 0;
}

body.proforma-services-page .pms-pillar p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #3c4553;
    margin: 0;
}

body.proforma-services-page .pms-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

body.proforma-services-page .pms-stat {
    text-align: center;
    padding: 0 12px;
}

body.proforma-services-page .pms-stat-num {
    display: block;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #fa5e10;
    margin-bottom: 8px;
}

body.proforma-services-page .pms-stat-label {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #3c4553;
}

/* -- Outcome band: white card pulled up over the hero (three promises) -- */

body.proforma-services-page .pms-band {
    position: relative;
    max-width: 1040px;
    margin: -56px auto 0 auto;
    padding: 0 24px;
}

body.proforma-services-page .pms-band-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #ffffff;
    border: 1px solid #d8dadf;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05), 0 10px 30px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

body.proforma-services-page .pms-band-item {
    padding: 38px 34px;
    border-right: 1px solid #ececf0;
}
body.proforma-services-page .pms-band-item:last-child {
    border-right: 0;
}

body.proforma-services-page .pms-num {
    display: block;
    font-family: 'Lexend', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fa5e10;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

body.proforma-services-page .pms-band-item h3 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #181f2f;
    margin: 0 0 10px 0;
}

body.proforma-services-page .pms-band-item p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #3c4553;
    margin: 0;
}

/* -- Thesis: the differentiator, centered prose -- */

body.proforma-services-page .pms-thesis {
    max-width: 820px;
    margin: 0 auto;
    padding: 84px 24px 12px 24px;
    text-align: center;
}

body.proforma-services-page .pms-thesis h2 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: -0.5px;
    color: #181f2f;
    margin: 0 0 24px 0;
}

body.proforma-services-page .pms-thesis p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #3c4553;
    margin: 0 auto 18px auto;
    max-width: 720px;
}

/* -- Tiers: assessment caveat + three priced cards -- */

body.proforma-services-page .pms-tiers {
    max-width: 1100px;
    margin: 0 auto;
    padding: 84px 24px 20px 24px;
}

body.proforma-services-page .pms-tiers h2 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: -0.5px;
    color: #181f2f;
    margin: 0 0 30px 0;
    text-align: center;
}

/* Prominent, unmissable pre-price caveat. */
body.proforma-services-page .pms-assessment {
    max-width: 860px;
    margin: 0 auto 46px auto;
    background: #fff4ee;
    border: 1px solid #fa5e10;
    border-left-width: 5px;
    border-radius: 4px;
    padding: 24px 28px;
}

body.proforma-services-page .pms-assessment-tag {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c2410c;
    margin-bottom: 10px;
}

body.proforma-services-page .pms-assessment p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 1.62;
    color: #3c4553;
    margin: 0;
}

body.proforma-services-page .pms-tier-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
}

body.proforma-services-page .pms-tier {
    background: #ffffff;
    border: 1px solid #d8dadf;
    border-radius: 4px;
    padding: 34px 30px 32px 30px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05), 0 10px 30px rgba(15, 23, 42, 0.06);
}

/* Silver reads as the middle recommendation. */
body.proforma-services-page .pms-tier-feature {
    border-color: #fa5e10;
    border-top-width: 3px;
}

body.proforma-services-page .pms-tier-name {
    display: block;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.5px;
    color: #181f2f;
    margin-bottom: 4px;
}

body.proforma-services-page .pms-tier-tagline {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px;
}

body.proforma-services-page .pms-tier-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

body.proforma-services-page .pms-price-from {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.proforma-services-page .pms-price-num {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1px;
    color: #181f2f;
}

body.proforma-services-page .pms-price-per {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #6b7280;
}

body.proforma-services-page .pms-price-note {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c2410c;
    margin: 8px 0 22px 0;
}

body.proforma-services-page .pms-tier-feats {
    list-style: none;
    margin: 0;
    padding: 22px 0 0 0;
    border-top: 1px solid #ececf0;
}

body.proforma-services-page .pms-tier-feats li {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #3c4553;
    padding: 10px 0 10px 30px;
    position: relative;
}

/* Check mark drawn in CSS (keeps source ASCII-only). */
body.proforma-services-page .pms-yes::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 12px;
    width: 6px;
    height: 11px;
    border: solid #16a34a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Absent feature: muted dash + label. #6b7280 clears AA (4.83:1); the dash
   marker still signals absence. */
body.proforma-services-page .pms-no {
    color: #6b7280;
}
body.proforma-services-page .pms-no::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 19px;
    width: 12px;
    height: 2px;
    background: #c5cbd3;
}

/* Value row (coverage hours). */
body.proforma-services-page .pms-feat-value {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding-left: 0;
}
body.proforma-services-page .pms-feat-label {
    color: #6b7280;
}
body.proforma-services-page .pms-feat-val {
    font-weight: 600;
    color: #181f2f;
    text-align: right;
}

body.proforma-services-page .pms-tier-addon {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #3c4553;
    text-align: center;
    margin: 34px 0 0 0;
}

body.proforma-services-page .pms-tier-foot {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #6b7280;
    text-align: center;
    max-width: 780px;
    margin: 14px auto 0 auto;
}

/* -- Flexible engagement: add-on hours, scoped work, no-contract rates -- */

body.proforma-services-page .pms-flex {
    max-width: 1100px;
    margin: 0 auto;
    padding: 84px 24px 20px 24px;
}

body.proforma-services-page .pms-flex h2 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: -0.5px;
    color: #181f2f;
    margin: 0 0 14px 0;
    text-align: center;
}

body.proforma-services-page .pms-flex-lede {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #3c4553;
    text-align: center;
    max-width: 680px;
    margin: 0 auto 46px auto;
}

body.proforma-services-page .pms-flex-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

body.proforma-services-page .pms-flex-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #d8dadf;
    border-radius: 4px;
    padding: 32px 28px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05), 0 10px 30px rgba(15, 23, 42, 0.06);
}

body.proforma-services-page .pms-flex-tag {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fa5e10;
    margin-bottom: 12px;
}

body.proforma-services-page .pms-flex-card h3 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: #181f2f;
    margin: 0 0 10px 0;
}

body.proforma-services-page .pms-flex-card > p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #3c4553;
    margin: 0 0 20px 0;
}

body.proforma-services-page .pms-rates {
    list-style: none;
    margin: auto 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #ececf0;
}

body.proforma-services-page .pms-rates li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 9px 0;
}

body.proforma-services-page .pms-rate-role {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #3c4553;
}

body.proforma-services-page .pms-rate-num {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.5px;
    color: #181f2f;
    white-space: nowrap;
    text-align: right;
}

body.proforma-services-page .pms-rate-unit {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #6b7280;
    margin-left: 1px;
}

body.proforma-services-page .pms-rate-word {
    font-size: 17px;
    color: #fa5e10;
}

body.proforma-services-page .pms-flex-cardfoot {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    color: #6b7280;
    margin: 10px 0 0 0;
}

body.proforma-services-page .pms-flex-note-rates {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    text-align: center;
    max-width: 720px;
    margin: 26px auto 0 auto;
}

body.proforma-services-page .pms-flex-notes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 34px;
}

body.proforma-services-page .pms-flex-note {
    background: #f5f7f4;
    border: 1px solid #e2e6e2;
    border-radius: 4px;
    padding: 22px 24px;
}

body.proforma-services-page .pms-flex-note-tag {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fa5e10;
    margin-bottom: 10px;
}

body.proforma-services-page .pms-flex-note p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #3c4553;
    margin: 0;
}

/* -- How we engage: three steps -- */

body.proforma-services-page .pms-engage {
    max-width: 1040px;
    margin: 0 auto;
    padding: 84px 24px 20px 24px;
}

body.proforma-services-page .pms-engage h2 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 34px;
    letter-spacing: -0.5px;
    color: #181f2f;
    margin: 0 0 14px 0;
    text-align: center;
}

body.proforma-services-page .pms-engage-lede {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #3c4553;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 46px auto;
}

body.proforma-services-page .pms-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

body.proforma-services-page .pms-step {
    background: #ffffff;
    border: 1px solid #d8dadf;
    border-radius: 4px;
    padding: 32px 28px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05), 0 10px 30px rgba(15, 23, 42, 0.06);
}

body.proforma-services-page .pms-step-num {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fa5e10;
    margin-bottom: 14px;
}

body.proforma-services-page .pms-step h3 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: #181f2f;
    margin: 0 0 12px 0;
}

body.proforma-services-page .pms-step p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    line-height: 1.62;
    color: #3c4553;
    margin: 0;
}

/* -- Capability sections: narrative head + full-width demo media -- */

body.proforma-services-page .pms-cap {
    padding: 64px 24px 4px 24px;
}

body.proforma-services-page .pms-cap-head {
    max-width: 800px;
    margin: 0 auto;
}

body.proforma-services-page .pms-cap-head h2 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.28;
    letter-spacing: -0.5px;
    color: #181f2f;
    margin: 0 0 18px 0;
}

body.proforma-services-page .pms-cap-head p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #3c4553;
    margin: 0 0 16px 0;
}
body.proforma-services-page .pms-cap-head p:last-child {
    margin-bottom: 0;
}

/* Text-only capability keeps the narrower reading column. */
body.proforma-services-page .pms-cap-solo {
    padding-bottom: 20px;
}

/* Media breaks out wide (up to 1600px) so the app UI is legible. */
body.proforma-services-page .pms-cap-media {
    margin: 40px auto 0 auto;
    max-width: 1600px;
}

body.proforma-services-page .pms-cap-media img,
body.proforma-services-page .pms-cap-media video {
    display: block;
    width: 100%;
    height: auto;
    background: #0b0f18;
    border: 1px solid #d8dadf;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05), 0 18px 44px rgba(15, 23, 42, 0.12);
}

body.proforma-services-page .pms-cap-media figcaption {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: #6b7280;
    margin: 16px auto 0 auto;
    max-width: 800px;
    text-align: center;
}

/* -- Safety and control: CFO-facing security answer -- */

body.proforma-services-page .pms-safety {
    max-width: 1040px;
    margin: 0 auto;
    padding: 72px 24px 8px 24px;
}

body.proforma-services-page .pms-safety-inner {
    text-align: center;
}

body.proforma-services-page .pms-safety h2 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.5px;
    color: #181f2f;
    margin: 0 0 14px 0;
}

body.proforma-services-page .pms-safety-lede {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #3c4553;
    max-width: 680px;
    margin: 0 auto 40px auto;
}

body.proforma-services-page .pms-safety-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: left;
}

body.proforma-services-page .pms-safety-item {
    background: #ffffff;
    border: 1px solid #d8dadf;
    border-radius: 4px;
    border-top: 3px solid #fa5e10;
    padding: 26px 28px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05), 0 10px 30px rgba(15, 23, 42, 0.06);
}

body.proforma-services-page .pms-safety-item h3 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #181f2f;
    margin: 0 0 10px 0;
}

body.proforma-services-page .pms-safety-item p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    line-height: 1.62;
    color: #3c4553;
    margin: 0;
}

/* -- People: dark band -- */

body.proforma-services-page .pms-people {
    background-color: #181f2f;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 88px 24px;
    margin-top: 64px;
}

body.proforma-services-page .pms-people-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

body.proforma-services-page .pms-people h2 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.28;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin: 0 0 20px 0;
}

body.proforma-services-page .pms-people p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 auto;
    max-width: 720px;
}

/* -- CTA -- */

body.proforma-services-page .pms-cta {
    max-width: 820px;
    margin: 0 auto;
    padding: 84px 24px 40px 24px;
    text-align: center;
}

body.proforma-services-page .pms-cta h2 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -0.5px;
    color: #181f2f;
    margin: 0 0 12px 0;
}

body.proforma-services-page .pms-cta p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #3c4553;
    margin: 0 auto 28px auto;
    max-width: 560px;
}

body.proforma-services-page .pms-btn {
    display: inline-block;
    margin: 0 8px 12px 8px;
    padding: 16px 32px;
    border: 2px solid #fa5e10;
    border-radius: 0;
    text-decoration: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28em;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    background: #fa5e10;
    color: #ffffff;
}
body.proforma-services-page .pms-btn:hover {
    background: #fd6a21;
    border-color: #fd6a21;
}

/* -- Closing strip -- */

body.proforma-services-page .pms-offices {
    max-width: 1040px;
    margin: 0 auto;
    padding: 8px 24px 90px 24px;
    text-align: center;
}

body.proforma-services-page .pms-tagline {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #181f2f;
    margin: 0 0 8px 0;
}

body.proforma-services-page .pms-offices-line {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #6b7280;
    margin: 0;
}

/* -- Polish + contrast on light background -- */

/* Muted text on the #f5f7f4 page bg: nudge darker to clear AA (5.7:1). */
body.proforma-services-page .pms-cap-media figcaption,
body.proforma-services-page .pms-flex-note-rates,
body.proforma-services-page .pms-tier-foot,
body.proforma-services-page .pms-offices-line {
    color: #5b6270;
}

/* Tier name is now an <h3>: reset default heading margin. */
body.proforma-services-page h3.pms-tier-name {
    margin-top: 0;
}

/* Align the coverage-hours row with the check rows below it. */
body.proforma-services-page .pms-feat-value {
    padding-left: 30px;
}

/* The two text-only capability sections get a brand cue so they do not read as dead air. */
body.proforma-services-page .pms-cap-solo .pms-cap-head {
    border-left: 3px solid #fa5e10;
    padding-left: 28px;
}

/* Even baselines across cards. */
body.proforma-services-page .pms-band-item h3,
body.proforma-services-page .pms-pillar h3 {
    min-height: 2.6em;
}

/* Align the flex rate dividers by giving each card intro a common height. */
@media (min-width: 981px) {
    body.proforma-services-page .pms-flex-card > p {
        min-height: 52px;
    }
}

/* -- Responsive -- */

@media (max-width: 980px) {
    body.proforma-services-page .pms-hero {
        padding: 96px 24px 84px 24px;
    }
    body.proforma-services-page .pms-hero h1 {
        font-size: 42px;
    }
    body.proforma-services-page .pms-hero-sub {
        font-size: 17px;
    }
    body.proforma-services-page .pms-why h2,
    body.proforma-services-page .pms-thesis h2,
    body.proforma-services-page .pms-tiers h2,
    body.proforma-services-page .pms-flex h2,
    body.proforma-services-page .pms-people h2,
    body.proforma-services-page .pms-safety h2,
    body.proforma-services-page .pms-engage h2 {
        font-size: 28px;
    }
    body.proforma-services-page .pms-cap-head h2 {
        font-size: 26px;
    }
    body.proforma-services-page .pms-pillars {
        grid-template-columns: repeat(2, 1fr);
    }
    body.proforma-services-page .pms-pillar {
        border-bottom: 1px solid #ececf0;
    }
    body.proforma-services-page .pms-pillar:nth-child(2n) {
        border-right: 0;
    }
    body.proforma-services-page .pms-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 20px;
    }
    body.proforma-services-page .pms-band-grid {
        grid-template-columns: 1fr;
    }
    body.proforma-services-page .pms-band-item {
        border-right: 0;
        border-bottom: 1px solid #ececf0;
    }
    body.proforma-services-page .pms-band-item:last-child {
        border-bottom: 0;
    }
    /* Only the tier comparison narrows on tablet; steps/flex stay multi-column
       so the page does not show dead gutters at 768px. */
    body.proforma-services-page .pms-tier-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
    body.proforma-services-page .pms-flex-notes {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 760px) {
    body.proforma-services-page .pms-hero {
        padding: 76px 20px 60px 20px;
    }
    body.proforma-services-page .pms-hero h1 {
        font-size: 33px;
    }
    body.proforma-services-page .pms-hero-sub {
        font-size: 16px;
    }
    body.proforma-services-page .pms-why,
    body.proforma-services-page .pms-tiers,
    body.proforma-services-page .pms-flex,
    body.proforma-services-page .pms-engage {
        padding: 56px 20px 12px 20px;
    }
    body.proforma-services-page .pms-thesis {
        padding: 52px 20px 4px 20px;
    }
    body.proforma-services-page .pms-cap {
        padding: 48px 20px 4px 20px;
    }
    body.proforma-services-page .pms-safety {
        padding: 52px 20px 4px 20px;
    }
    body.proforma-services-page .pms-safety-grid {
        grid-template-columns: 1fr;
    }
    /* Stack steps and rate cards only on phones. */
    body.proforma-services-page .pms-steps,
    body.proforma-services-page .pms-flex-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    /* Let the demos use the full phone width (still a desktop UI, but larger). */
    body.proforma-services-page .pms-cap-media {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        max-width: none;
    }
    body.proforma-services-page .pms-cap-media img,
    body.proforma-services-page .pms-cap-media video {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    body.proforma-services-page .pms-cap-media figcaption {
        padding: 0 20px;
    }
    body.proforma-services-page .pms-cap-media {
        margin-top: 28px;
    }
    body.proforma-services-page .pms-people {
        padding: 64px 20px;
    }
    body.proforma-services-page .pms-pillars {
        grid-template-columns: 1fr;
    }
    body.proforma-services-page .pms-pillar {
        border-right: 0;
    }
    body.proforma-services-page .pms-stats {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    body.proforma-services-page .pms-assessment {
        padding: 20px 22px;
    }
    body.proforma-services-page .pms-cta {
        padding-top: 60px;
    }
    body.proforma-services-page .pms-btn {
        display: block;
        max-width: 300px;
        margin: 10px auto;
    }
}
