:root {
  --pme-ink: #07111f;
  --pme-navy: #0d2038;
  --pme-blue: #0b62d6;
  --pme-sky: #eaf3ff;
  --pme-green: #42d392;
  --pme-paper: #f4f7fb;
  --pme-line: #d9e2ed;
  --pme-muted: #52647b;
}

.pme-page { margin: 0; background: #fff; color: var(--pme-ink); font-family: Manrope, sans-serif; }
.pme-page *, .pme-page *::before, .pme-page *::after { box-sizing: border-box; }
.pme-page main { overflow: hidden; }
.pme-shell { width: min(calc(100% - 3rem), 1280px); margin-inline: auto; }
.pme-page a { text-underline-offset: .22em; }

.pme-hero { position: relative; min-height: 780px; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--pme-ink); color: #fff; }
.pme-hero-media { position: absolute; z-index: -2; inset: 0; }
.pme-hero-media video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pme-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(5 12 22 / .96) 0%, rgb(5 12 22 / .88) 48%, rgb(5 12 22 / .45) 100%), linear-gradient(0deg, rgb(5 12 22 / .72), transparent 55%); }
.pme-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr); gap: clamp(3rem, 7vw, 7rem); align-items: end; padding-block: 8rem 4.5rem; }
.pme-breadcrumb { display: inline-flex; gap: .55rem; margin-bottom: 2rem; color: rgb(255 255 255 / .68); font-size: .75rem; font-weight: 700; text-decoration: none; }
.pme-breadcrumb:hover { color: #fff; }
.pme-kicker, .pme-eyebrow { margin: 0 0 1rem; color: var(--pme-blue); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pme-kicker { color: #8dc0ff; }
.pme-eyebrow.light { color: #8dc0ff; }
.pme-hero h1 { max-width: 820px; margin: 0; font-size: clamp(3.2rem, 6.2vw, 6rem); font-weight: 750; letter-spacing: -.055em; line-height: .97; text-wrap: balance; }
.pme-hero h1 em, .pme-page h2 em { color: inherit; font-family: "Instrument Serif", serif; font-weight: 400; }
.pme-hero h1 em { color: #8dc0ff; }
.pme-lead { max-width: 750px; margin: 1.6rem 0 0; color: rgb(255 255 255 / .78); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.75; }
.pme-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.pme-btn { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: .55rem; border: 1px solid transparent; padding: .85rem 1.2rem; color: inherit; font-size: .82rem; font-weight: 800; text-decoration: none; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.pme-btn .material-symbols-outlined { font-size: 19px; }
.pme-btn.primary { background: var(--pme-green); color: #062015; }
.pme-btn.primary:hover { background: #7be8b7; }
.pme-btn.ghost { border-color: rgb(255 255 255 / .28); background: rgb(255 255 255 / .06); color: #fff; }
.pme-btn.ghost:hover { border-color: #fff; background: rgb(255 255 255 / .12); }
.pme-proof { display: flex; flex-wrap: wrap; gap: .65rem 1.4rem; margin-top: 2.3rem; color: rgb(255 255 255 / .66); font-size: .72rem; font-weight: 700; }
.pme-proof span { display: inline-flex; align-items: center; gap: .45rem; }
.pme-proof span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--pme-green); }
.pme-hero-panel { border: 1px solid rgb(255 255 255 / .18); background: rgb(7 17 31 / .72); padding: 1.35rem; backdrop-filter: blur(15px); }
.pme-panel-head { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgb(255 255 255 / .14); padding: 0 0 1rem; color: rgb(255 255 255 / .62); font-size: .67rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.pme-panel-head b { color: var(--pme-green); }
.pme-hero-panel ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.pme-hero-panel li { display: grid; grid-template-columns: 38px 1fr; gap: .8rem; align-items: center; border-bottom: 1px solid rgb(255 255 255 / .1); padding: .9rem 0; }
.pme-hero-panel li:last-child { border-bottom: 0; }
.pme-hero-panel .material-symbols-outlined { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgb(255 255 255 / .16); color: #8dc0ff; font-size: 18px; overflow: hidden; }
.pme-hero-panel strong, .pme-hero-panel small { display: block; }
.pme-hero-panel strong { font-size: .82rem; }
.pme-hero-panel small { margin-top: .15rem; color: rgb(255 255 255 / .52); font-size: .68rem; line-height: 1.35; }

.pme-jump { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--pme-line); background: rgb(255 255 255 / .94); backdrop-filter: blur(16px); }
.pme-jump .pme-shell { display: flex; min-height: 64px; align-items: center; gap: 1.4rem; overflow-x: auto; scrollbar-width: none; }
.pme-jump .pme-shell::-webkit-scrollbar { display: none; }
.pme-jump span { color: #8a98aa; font-size: .68rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.pme-jump a { color: var(--pme-navy); font-size: .74rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.pme-jump a:hover { color: var(--pme-blue); }

.pme-section { padding-block: clamp(5rem, 9vw, 8.5rem); }
.pme-page h2 { max-width: 840px; margin: 0; color: var(--pme-ink); font-size: clamp(2.4rem, 5vw, 4.8rem); font-weight: 750; letter-spacing: -.05em; line-height: 1.02; text-wrap: balance; }
.pme-page h2 em { color: var(--pme-blue); }
.pme-intro { background: #fff; }
.pme-intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.pme-intro-copy { border-left: 1px solid var(--pme-line); padding-left: clamp(1.5rem, 4vw, 4rem); }
.pme-intro-copy p { margin: 0 0 1.1rem; color: var(--pme-muted); font-size: 1rem; line-height: 1.85; }
.pme-intro-copy strong { color: var(--pme-ink); }
.pme-outcomes { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(3.5rem, 7vw, 6rem); border-block: 1px solid var(--pme-line); }
.pme-outcomes article { min-height: 220px; border-right: 1px solid var(--pme-line); padding: 2rem 1.5rem; }
.pme-outcomes article:last-child { border-right: 0; }
.pme-outcomes .material-symbols-outlined { color: var(--pme-blue); font-size: 26px; }
.pme-outcomes strong { display: block; margin-top: 2.6rem; font-size: 1.05rem; }
.pme-outcomes p { margin: .65rem 0 0; color: var(--pme-muted); font-size: .82rem; line-height: 1.65; }

.pme-services { background: var(--pme-paper); }
.pme-section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .55fr); gap: 3rem; align-items: end; margin-bottom: clamp(2.8rem, 6vw, 5rem); }
.pme-section-head > p { margin: 0; color: var(--pme-muted); font-size: .92rem; line-height: 1.75; }
.pme-section-head.compact { align-items: start; }
.pme-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.pme-service-card { display: flex; min-height: 570px; flex-direction: column; border: 1px solid var(--pme-line); background: #fff; padding: clamp(1.5rem, 3vw, 2.2rem); transition: border-color .2s ease, box-shadow .2s ease; }
.pme-service-card:hover { border-color: #9db9de; box-shadow: 0 18px 55px rgb(25 55 88 / .09); }
.pme-service-card.featured { border-top: 4px solid var(--pme-blue); }
.pme-card-top { display: flex; align-items: center; justify-content: space-between; }
.pme-card-top .material-symbols-outlined { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #bfd1e7; background: var(--pme-sky); color: var(--pme-blue); font-size: 22px; overflow: hidden; }
.pme-card-number, .pme-path-index { color: #94a4b7; font: 700 .69rem ui-monospace, monospace; }
.pme-card-label { margin: 2.4rem 0 .7rem; color: var(--pme-blue); font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.pme-service-card h3, .pme-path-grid h3 { margin: 0; color: var(--pme-ink); font-size: 1.55rem; letter-spacing: -.035em; line-height: 1.15; }
.pme-service-card > p:not(.pme-card-label) { margin: 1rem 0; color: var(--pme-muted); font-size: .84rem; line-height: 1.75; }
.pme-service-card ul, .pme-path-grid ul { display: grid; gap: .6rem; margin: 1rem 0 1.7rem; padding: 0; list-style: none; }
.pme-service-card li, .pme-path-grid li { position: relative; padding-left: 1.1rem; color: #33475e; font-size: .78rem; line-height: 1.5; }
.pme-service-card li::before, .pme-path-grid li::before { content: ""; position: absolute; top: .55em; left: 0; width: 5px; height: 5px; background: var(--pme-green); }
.pme-service-card > a { margin-top: auto; border-top: 1px solid var(--pme-line); padding-top: 1.15rem; color: var(--pme-ink); font-size: .76rem; font-weight: 800; text-decoration: none; }
.pme-service-card > a:hover { color: var(--pme-blue); }

.pme-showcase { background: var(--pme-ink); color: #fff; }
.pme-showcase-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 680px; align-items: stretch; }
.pme-showcase-media { position: relative; min-height: 520px; overflow: hidden; background: #10233b; }
.pme-showcase-media img { width: 100%; height: 100%; object-fit: cover; }
.pme-showcase-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); padding-right: 0; }
.pme-showcase-copy h2 { color: #fff; }
.pme-showcase-copy h2 em { color: #8dc0ff; }
.pme-showcase-copy > p:not(.pme-eyebrow) { color: rgb(255 255 255 / .68); font-size: .94rem; line-height: 1.8; }
.pme-flow { display: flex; align-items: center; gap: .65rem; margin: 2rem 0; color: rgb(255 255 255 / .78); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.pme-flow i { flex: 1; height: 1px; background: rgb(255 255 255 / .2); }
.pme-check-list { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.pme-check-list li { position: relative; padding-left: 1.3rem; color: rgb(255 255 255 / .82); font-size: .8rem; }
.pme-check-list li::before { content: ""; position: absolute; top: .35rem; left: 0; width: 7px; height: 7px; border: 2px solid var(--pme-green); border-radius: 50%; }

.pme-module-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--pme-line); border-left: 1px solid var(--pme-line); }
.pme-module-grid article { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; min-height: 145px; border-right: 1px solid var(--pme-line); border-bottom: 1px solid var(--pme-line); padding: 1.5rem; }
.pme-module-grid .material-symbols-outlined { display: grid; width: 40px; height: 40px; place-items: center; background: var(--pme-sky); color: var(--pme-blue); font-size: 20px; overflow: hidden; }
.pme-module-grid strong { display: block; font-size: .84rem; }
.pme-module-grid p { margin: .4rem 0 0; color: var(--pme-muted); font-size: .75rem; line-height: 1.55; }

.pme-sectors { background: #eef3f8; }
.pme-sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.pme-sector-grid article { display: flex; min-height: 310px; flex-direction: column; border: 1px solid #d2dce8; background: #fff; padding: 1.8rem; }
.pme-sector-grid span { color: var(--pme-blue); font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.pme-sector-grid h3 { margin: 2rem 0 .8rem; font-size: 1.35rem; letter-spacing: -.03em; }
.pme-sector-grid p { margin: 0; color: var(--pme-muted); font-size: .82rem; line-height: 1.7; }
.pme-sector-grid b { margin-top: auto; border-top: 1px solid var(--pme-line); padding-top: 1rem; color: #6b7c91; font-size: .66rem; }

.pme-paths { background: #fff; }
.pme-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.pme-path-grid article { position: relative; display: flex; min-height: 570px; flex-direction: column; border: 1px solid var(--pme-line); padding: 2rem; }
.pme-path-grid article + article { border-left: 0; }
.pme-path-grid article.recommended { z-index: 1; border: 2px solid var(--pme-blue); background: #f6faff; }
.pme-recommended { position: absolute; top: 0; right: 0; background: var(--pme-blue); padding: .55rem .7rem; color: #fff; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.pme-path-grid .pme-card-label { margin-top: 2rem; }
.pme-path-grid article > p:not(.pme-card-label) { color: var(--pme-muted); font-size: .84rem; line-height: 1.7; }
.pme-path-grid article > a { margin-top: auto; background: var(--pme-ink); padding: 1rem; color: #fff; font-size: .76rem; font-weight: 800; text-align: center; text-decoration: none; }
.pme-path-grid article > a:hover { background: var(--pme-blue); }

.pme-method { background: var(--pme-ink); color: #fff; }
.pme-method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.pme-method-heading { position: sticky; top: 110px; }
.pme-method h2 { color: #fff; }
.pme-method h2 em { color: #8dc0ff; }
.pme-method-heading > p:last-child { color: rgb(255 255 255 / .58); line-height: 1.75; }
.pme-timeline { margin: 0; padding: 0; list-style: none; counter-reset: item; }
.pme-timeline li { display: grid; grid-template-columns: 60px 1fr; gap: 1.5rem; border-top: 1px solid rgb(255 255 255 / .15); padding: 1.7rem 0; }
.pme-timeline li:last-child { border-bottom: 1px solid rgb(255 255 255 / .15); }
.pme-timeline > li > span { color: var(--pme-green); font: 700 .7rem ui-monospace, monospace; }
.pme-timeline h3 { margin: 0; font-size: 1.1rem; }
.pme-timeline p { margin: .45rem 0 0; color: rgb(255 255 255 / .58); font-size: .8rem; line-height: 1.65; }

.pme-trust { background: var(--pme-paper); }
.pme-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.pme-trust-grid article { min-height: 225px; border: 1px solid var(--pme-line); background: #fff; padding: 1.7rem; }
.pme-trust-grid .material-symbols-outlined { color: var(--pme-blue); font-size: 25px; }
.pme-trust-grid h3 { margin: 2rem 0 .65rem; font-size: 1rem; }
.pme-trust-grid p { margin: 0; color: var(--pme-muted); font-size: .78rem; line-height: 1.65; }
.pme-security-note { display: flex; gap: .8rem; margin: 1rem 0 0; border: 1px solid #cdd9e7; background: #fff; padding: 1rem 1.2rem; color: var(--pme-muted); font-size: .75rem; line-height: 1.6; }
.pme-security-note .material-symbols-outlined { color: var(--pme-blue); font-size: 20px; }

.pme-faq { background: #fff; }
.pme-faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 8vw, 8rem); }
.pme-faq-grid > div:first-child > p:not(.pme-eyebrow) { color: var(--pme-muted); line-height: 1.75; }
.pme-text-link { display: inline-flex; margin-top: 1rem; color: var(--pme-blue); font-size: .8rem; font-weight: 800; text-decoration: none; }
.pme-faq-list { border-top: 1px solid var(--pme-line); }
.pme-faq-list details { border-bottom: 1px solid var(--pme-line); }
.pme-faq-list summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; color: var(--pme-ink); font-size: .9rem; font-weight: 800; cursor: pointer; list-style: none; }
.pme-faq-list summary::-webkit-details-marker { display: none; }
.pme-faq-list summary span { color: var(--pme-blue); font-size: 1.2rem; transition: transform .2s ease; }
.pme-faq-list details[open] summary span { transform: rotate(45deg); }
.pme-faq-list details p { max-width: 750px; margin: 0; padding: 0 2rem 1.5rem 0; color: var(--pme-muted); font-size: .82rem; line-height: 1.75; }

.pme-final { background: var(--pme-blue); color: #fff; }
.pme-final-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: center; min-height: 540px; padding-block: 5rem; }
.pme-final h2 { color: #fff; }
.pme-final h2 em { color: #bfe0ff; }
.pme-final p:not(.pme-kicker) { max-width: 760px; color: rgb(255 255 255 / .76); line-height: 1.75; }
.pme-final-actions { display: grid; gap: .85rem; }
.pme-final-actions > a:not(.pme-btn) { border-bottom: 1px solid rgb(255 255 255 / .32); padding: .7rem 0; color: #fff; font-size: .78rem; font-weight: 800; text-decoration: none; }
.pme-final .pme-btn.primary { background: #fff; color: var(--pme-blue); }
.pme-final .pme-btn.primary:hover { background: var(--pme-green); color: #062015; }

@media (max-width: 1050px) {
  .pme-hero-grid { grid-template-columns: 1fr; }
  .pme-hero-panel { max-width: 680px; }
  .pme-service-grid, .pme-sector-grid, .pme-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .pme-module-grid { grid-template-columns: repeat(2, 1fr); }
  .pme-showcase-grid { grid-template-columns: 1fr; padding-block: 4rem; }
  .pme-showcase-copy { padding: 3rem 0 0; }
  .pme-path-grid { grid-template-columns: 1fr; gap: 1rem; }
  .pme-path-grid article + article { border-left: 1px solid var(--pme-line); }
  .pme-path-grid article { min-height: 0; }
  .pme-path-grid article.recommended { border-width: 2px; }
}

@media (max-width: 760px) {
  .pme-shell { width: calc(100% - 2rem); }
  .pme-hero { min-height: auto; }
  .pme-hero-grid { gap: 2.5rem; padding-block: 5.5rem 2.5rem; }
  .pme-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .pme-actions, .pme-actions .pme-btn { width: 100%; }
  .pme-proof { gap: .65rem 1rem; }
  .pme-hero-panel { padding: 1rem; }
  .pme-jump .pme-shell { width: 100%; padding-inline: 1rem; }
  .pme-intro-grid, .pme-section-head, .pme-method-grid, .pme-faq-grid, .pme-final-grid { grid-template-columns: 1fr; gap: 2rem; }
  .pme-intro-copy { border-top: 1px solid var(--pme-line); border-left: 0; padding: 1.5rem 0 0; }
  .pme-outcomes { grid-template-columns: 1fr 1fr; }
  .pme-outcomes article:nth-child(2) { border-right: 0; }
  .pme-outcomes article { min-height: 190px; border-bottom: 1px solid var(--pme-line); padding: 1.4rem; }
  .pme-service-grid, .pme-sector-grid, .pme-trust-grid, .pme-module-grid { grid-template-columns: 1fr; }
  .pme-service-card { min-height: 0; }
  .pme-showcase-media { min-height: 340px; }
  .pme-flow { flex-wrap: wrap; }
  .pme-flow i { min-width: 18px; }
  .pme-module-grid article { min-height: 130px; }
  .pme-method-heading { position: static; }
  .pme-final-grid { min-height: 0; padding-block: 4.5rem; }
}

@media (max-width: 430px) {
  .pme-outcomes { grid-template-columns: 1fr; }
  .pme-outcomes article { border-right: 0; }
  .pme-page h2 { font-size: 2.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  .pme-page *, .pme-page *::before, .pme-page *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; }
}
