@font-face {
  font-family: "Host Grotesk";
  src: url("assets/fonts/host-grotesk-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Host Grotesk";
  src: url("assets/fonts/host-grotesk-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Host Grotesk";
  src: url("assets/fonts/host-grotesk-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --ink: #111111;
  --ink-2: #1f1f1f;
  --muted: rgba(17, 17, 17, .68);
  --violet: #2f2bff;
  --violet-2: #5b71eb;
  --cyan: #2f2bff;
  --cyan-2: #9cc3ff;
  --teal: #2f2bff;
  --ice: #f6f7fb;
  --line: #e3e4e8;
  --white: #ffffff;
  --dark: #070c14;
  --danger: #a33d4e;
  --success: #2f2bff;
  --shadow: 0 22px 54px rgba(17, 17, 17, .10);
  --soft-shadow: 0 12px 30px rgba(17, 17, 17, .07);
}

body {
  font-family: "Host Grotesk", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  background: #05070b;
}

.viewport {
  background:
    radial-gradient(circle at 20% 18%, rgba(47, 43, 255, .16), transparent 30%),
    #05070b;
}

.slide {
  background: #fff;
}

.slide__content {
  border: 1px solid rgba(17, 17, 17, .10);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(250, 250, 250, .98), rgba(255, 255, 255, .98)),
    #fff;
  box-shadow: 0 18px 46px rgba(17, 17, 17, .08);
}

.slide__content::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 28px;
  z-index: 20;
  width: 202px;
  height: 58px;
  border: 1px solid #dedfe4;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94) url("assets/brand/logos-light/pfm.svg") center / 156px auto no-repeat;
  box-shadow: 0 8px 22px rgba(17, 17, 17, .06);
  pointer-events: none;
}

.slide--cover .slide__content::before,
.slide--closing .slide__content::before {
  display: none;
}

.slide-head {
  max-width: 1430px;
  padding: 34px 38px 0;
}

.slide-head--compact {
  padding-top: 30px;
}

.kicker {
  margin-bottom: 11px;
  color: #2f2bff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .11em;
}

.kicker::before {
  width: 26px;
  height: 2px;
  margin-right: 11px;
  margin-bottom: 5px;
  background: #2f2bff;
}

.kicker--light {
  color: rgba(255, 255, 255, .82);
}

.kicker--light::before {
  background: #2f2bff;
}

.slide-title {
  color: #111;
  font-size: 58px;
  font-weight: 500;
  letter-spacing: -.042em;
  line-height: 1.01;
}

.slide-lead {
  margin-top: 14px;
  color: rgba(17, 17, 17, .66);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.36;
}

.source {
  color: #73757c;
  font-size: 14px;
}

.source--on-dark {
  color: rgba(255, 255, 255, .62);
}

.section-logo {
  display: block;
  width: 220px;
  height: 47px;
  object-fit: contain;
  object-position: left center;
}

.slide-head .section-logo {
  position: absolute;
  top: 31px;
  right: 244px;
  width: 188px;
  height: 42px;
  object-position: right center;
}

.slide-head .section-logo--pfm {
  display: none;
}

/* 01 — cover */
.slide--cover .slide__content {
  border-color: rgba(255, 255, 255, .18);
  background:
    linear-gradient(90deg, rgba(7, 12, 20, .95) 0%, rgba(7, 12, 20, .86) 47%, rgba(7, 12, 20, .43) 72%, rgba(7, 12, 20, .72) 100%),
    url("assets/brand/pfm-site-architecture.webp") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.cover-layout {
  grid-template-columns: .91fr 1.09fr;
  gap: 52px;
  padding: 45px 38px 42px 65px;
}

.cover-copy {
  padding-bottom: 0;
}

.cover-pfm-logo {
  display: block;
  width: 295px;
  height: 78px;
  margin: 0 0 45px;
  object-fit: contain;
  object-position: left center;
}

.cover-layout .kicker {
  color: rgba(255, 255, 255, .82);
}

.cover-title {
  color: #fff;
  font-size: 110px;
  font-weight: 500;
  letter-spacing: -.055em;
}

.cover-subtitle {
  max-width: 720px;
  margin-top: 26px;
  color: rgba(255, 255, 255, .86);
  font-size: 32px;
  font-weight: 400;
}

.cover-rule {
  width: 120px;
  height: 5px;
  margin-top: 31px;
  background: #2f2bff;
  box-shadow: none;
}

.cover-date {
  color: rgba(255, 255, 255, .65);
  font-size: 18px;
  font-weight: 500;
}

.presenters {
  gap: 44px;
  margin-top: 37px;
}

.presenters strong {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
}

.presenters span {
  color: rgba(255, 255, 255, .58);
}

.hero-animation {
  align-self: center;
  height: 690px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 28px;
  background: #070c14;
  box-shadow: 0 26px 64px rgba(0, 0, 0, .34);
}

.hero-animation figcaption {
  color: rgba(255, 255, 255, .78);
  font-weight: 500;
  letter-spacing: .06em;
}

/* 02 — overview */
.overview-facts {
  display: flex;
  gap: 12px;
  margin: 18px 34px 0;
}

.overview-facts article {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 58px;
  padding: 10px 18px;
  border: 1px solid #dfe0e6;
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
}

.overview-facts strong {
  color: #2f2bff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.overview-facts span {
  max-width: 260px;
  color: rgba(17, 17, 17, .66);
  font-size: 15px;
  line-height: 1.16;
}

.one-view {
  height: 405px;
  margin-top: 16px;
  border-color: #dedfe5;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 50%, rgba(47, 43, 255, .10), transparent 27%),
    #fff;
  box-shadow: none;
}

.one-view::before,
.one-view::after {
  background: linear-gradient(90deg, transparent, rgba(47, 43, 255, .28) 22%, #2f2bff 50%, rgba(47, 43, 255, .28) 78%, transparent);
}

.pfm-core {
  width: 218px;
  height: 218px;
  padding: 26px;
  color: #111;
  border: 1px solid #2f2bff;
  background: #fff;
  box-shadow: 0 16px 38px rgba(47, 43, 255, .13);
}

.node-logo--pfm {
  width: 145px;
  height: 52px;
}

.pfm-core strong {
  margin-top: 4px;
  color: #111;
  font-size: 24px;
  font-weight: 500;
}

.pfm-core small {
  color: rgba(17, 17, 17, .60);
  font-size: 14px;
}

.core-orbit {
  width: 270px;
  height: 270px;
  border-color: rgba(47, 43, 255, .23);
  box-shadow: 0 0 0 18px rgba(47, 43, 255, .025);
}

.branch {
  grid-template-columns: 42px 1fr;
  width: 350px;
  min-height: 94px;
  padding: 16px 20px;
  border-color: #e0e1e5;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 20px rgba(17, 17, 17, .06);
}

.branch > span {
  color: #2f2bff;
  font-size: 19px;
  font-weight: 500;
}

.branch .node-logo {
  align-self: end;
  width: 180px;
  max-width: 100%;
  height: 35px;
  object-fit: contain;
  object-position: left center;
}

.branch small {
  color: rgba(17, 17, 17, .58);
  font-size: 14px;
}

.branch--1,
.branch--2 { top: 30px; }
.branch--3,
.branch--4 { bottom: 30px; }

.quiet-strip {
  margin-top: 14px;
}

.quiet-strip span {
  padding: 11px 10px;
  color: rgba(17, 17, 17, .62);
  font-size: 13px;
  font-weight: 500;
  border-color: #e1e2e7;
  background: #fafafa;
}

/* 03 — value */
.value-step {
  border-color: #dfe0e5;
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 24px rgba(17, 17, 17, .06);
}

.value-step span {
  color: #2f2bff;
  font-weight: 500;
  background: rgba(47, 43, 255, .08);
}

.value-step h3 {
  color: #111;
  font-weight: 500;
}

.value-step--dark {
  color: #111;
  background: #f4f4f5;
}

.value-step--dark h3 { color: #111; }
.value-step--dark p { color: rgba(17, 17, 17, .62); }

.value-step--core {
  color: #fff;
  border-color: #2f2bff;
  background: #2f2bff;
  box-shadow: 0 16px 34px rgba(47, 43, 255, .20);
}

.value-step--core h3 { color: #fff; }
.value-step--core p { color: rgba(255, 255, 255, .72); }
.value-step--core span { color: #2f2bff; background: #fff; }
.flow-logo { display: block; width: 116px; height: 37px; margin-top: 15px; object-fit: contain; object-position: left center; }
.value-step--core .flow-logo + h3 { margin-top: 10px; }

.flow-arrow::before,
.lane > i,
.journey-line span {
  background: #2f2bff;
  box-shadow: none;
}

.flow-arrow::after { border-color: #2f2bff; }
.flow-arrow i { background: #2f2bff; box-shadow: none; }
.flow-split { border-color: rgba(47, 43, 255, .34); }

.fact-band {
  color: #fff;
  border-radius: 16px;
  background: #111;
}

.fact-band span { color: #9cc3ff; }

/* 04 — central model */
.slide--visual .slide__content {
  background: #fff;
}

.visual-backdrop::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .76) 46%, rgba(255, 255, 255, .30) 72%, rgba(255, 255, 255, .66) 100%);
}

.model-track {
  top: 250px;
}

.model-node {
  height: 250px;
  color: #111;
  border-color: #dbdce1;
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 30px rgba(17, 17, 17, .08);
  backdrop-filter: blur(10px);
}

.model-node > b {
  color: rgba(47, 43, 255, .28);
  font-weight: 500;
}

.model-logo {
  display: block;
  width: 250px;
  max-width: 88%;
  height: 57px;
  margin: 28px 0 8px;
  object-fit: contain;
  object-position: left center;
}

.model-node p { color: rgba(17, 17, 17, .62); }
.model-node.is-future { border-color: #2f2bff; opacity: .88; }

.node-state {
  color: #2f2bff;
  font-weight: 500;
  border-color: rgba(47, 43, 255, .22);
  background: rgba(47, 43, 255, .06);
}

.model-node.is-future .node-state {
  color: #2f2bff;
  border-color: rgba(47, 43, 255, .30);
  background: #fff;
}

.model-link { background: #2f2bff; box-shadow: none; }
.model-link.is-future { background: repeating-linear-gradient(90deg, rgba(47, 43, 255, .75) 0 11px, transparent 11px 22px); }

.technology-rail {
  border-color: #dcdde2;
  background: rgba(255, 255, 255, .94);
}

.technology-rail img {
  width: 245px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.technology-rail strong { color: #111; font-weight: 400; }
.status-legend { color: rgba(17, 17, 17, .62); }
.status-legend i { background: #2f2bff; }
.status-legend .legend-future { background: repeating-linear-gradient(90deg, #2f2bff 0 6px, transparent 6px 11px); }

/* 05 — real community photo */
.photo-stage { background: #fff; }
.photo-fill { left: 43%; width: 57%; }
.photo-fill img { object-position: 51% center; }
.photo-overlay {
  background:
    linear-gradient(90deg, #fff 0%, #fff 35%, rgba(255, 255, 255, .91) 45%, rgba(255, 255, 255, .20) 67%, rgba(7, 12, 20, .12) 100%),
    linear-gradient(0deg, rgba(7, 12, 20, .12), transparent 36%);
}

.photo-copy {
  top: 66px;
  left: 62px;
  width: 700px;
  color: #111;
}

.photo-copy .section-logo {
  width: 280px;
  height: 55px;
  margin-bottom: 26px;
}

.photo-title {
  color: #111;
  font-size: 64px;
  font-weight: 500;
}

.photo-lead { color: rgba(17, 17, 17, .66); }
.photo-points { gap: 9px; margin-top: 34px; }
.photo-points span {
  color: #111;
  font-weight: 500;
  border-color: #d9dae0;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(8px);
}

.photo-credit {
  right: 24px;
  bottom: 18px;
  padding: 6px 10px;
  color: rgba(255, 255, 255, .78);
  border-radius: 8px;
  background: rgba(7, 12, 20, .48);
}

/* 06–08 — processes */
.qualification-flow article,
.lane,
.lane-node {
  border-color: #dfe0e5;
  background: rgba(255, 255, 255, .94);
  box-shadow: none;
}

.qualification-flow article > span,
.lane-label span { color: #2f2bff; font-weight: 500; }

.qualification-result {
  color: #fff;
  border-color: #2f2bff !important;
  background: #2f2bff !important;
}

.qualification-result > span { color: #fff !important; }
.line-icon { background: rgba(47, 43, 255, .07); }
.line-icon--person::before,
.line-icon--person::after,
.line-icon--gate::before { border-color: #2f2bff; }
.line-icon--gate::after { border-color: #2f2bff; }
.line-icon--capital { background: rgba(255, 255, 255, .12); }
.line-icon--capital::before,
.line-icon--capital::after { border-color: #fff; }
.qual-arrow path { stroke: #2f2bff; }

.guardrail {
  border-color: rgba(47, 43, 255, .20);
  background: rgba(47, 43, 255, .05);
}
.guardrail b { color: #2f2bff; font-weight: 500; }

.journey-line { background: repeating-linear-gradient(90deg, rgba(47, 43, 255, .16) 0 11px, transparent 11px 20px); }
.journey-step > b { font-weight: 500; }
.journey-step.is-done > i { background: #111; box-shadow: 0 0 0 2px #111; }
.journey-step.is-current > i { box-shadow: 0 0 0 4px #2f2bff, 0 0 25px rgba(47, 43, 255, .24); }
.journey-step.is-current h3 { color: #2f2bff; }

.current-status,
.regulatory-note,
.nda-statement {
  background: #111;
  box-shadow: none;
}
.current-status span,
.regulatory-note span { color: #9cc3ff; font-weight: 500; }

.lane:last-child {
  background: #fafafa;
}

.lane-node img {
  display: block;
  width: 170px;
  max-width: 100%;
  height: 38px;
  margin-top: 11px;
  object-fit: contain;
  object-position: left center;
}

.lane-node--pfm {
  color: #fff;
  border-color: #2f2bff;
  background: #2f2bff;
}

.lane-node--pfm img {
  width: 135px;
  height: 44px;
  margin-top: 0;
}

.lane-node--pfm span { color: rgba(255, 255, 255, .74); }
.model-caveat span { background: #f6f6f7; }

/* 09 — technology */
.split-visual { background: #fff; }
.split-copy {
  padding-top: 48px;
  background: linear-gradient(90deg, #fff 78%, rgba(255, 255, 255, .74), transparent);
}

.split-copy > .section-logo {
  width: 270px;
  height: 58px;
  margin-bottom: 18px;
}

.split-copy .slide-title {
  font-size: 54px;
  font-weight: 500;
}

.split-copy .slide-lead { font-size: 21px; }
.tech-art { background: #fff; }
.tech-art img { object-position: 60% center; }
.tech-art::after { background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .65) 14%, transparent 36%); }
.tech-modules { gap: 8px; margin-top: 24px; }
.tech-modules article {
  padding: 13px 17px;
  border-color: #dfe0e5;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
}
.tech-modules article > span { color: #2f2bff; font-weight: 500; }
.tech-modules h3 { font-weight: 500; }

.jurisdiction-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 16px;
}

.jurisdiction-strip span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 11px 13px;
  color: rgba(17, 17, 17, .62);
  font-size: 13px;
  line-height: 1.25;
  border: 1px solid #dfe0e5;
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
}

.jurisdiction-strip b {
  color: #2f2bff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .07em;
}

/* 10 — indexed growth */
.index-chart {
  border-color: #dfe0e5;
  background: rgba(255, 255, 255, .94);
  box-shadow: none;
}

.index-bar i {
  border-radius: 3px 3px 0 0;
  background: #c7c9d0;
  box-shadow: none;
}

.index-bar--growth i {
  height: 248px;
  background: #2f2bff;
  box-shadow: none;
}

.growth-badge {
  color: #fff;
  font-weight: 500;
  background: #2f2bff;
  box-shadow: none;
}

.result-shift {
  color: #fff;
  background: #111;
  box-shadow: none;
}
.result-shift > p { color: #9cc3ff; font-weight: 500; }
.result-shift > i { background: linear-gradient(#2f2bff, #9cc3ff); }
.result-shift .is-positive {
  border-color: rgba(47, 43, 255, .35);
  background: rgba(47, 43, 255, .10);
}
.result-shift .is-positive b { color: #9cc3ff; }

/* 11 — financials */
.period-card {
  border-color: #dfe0e5;
  background: rgba(255, 255, 255, .94);
  box-shadow: none;
}
.period-card--annual { border-top: 4px solid #2f2bff; }
.period-card--quarter {
  border-color: #dfe0e5;
  border-top: 4px solid #111;
  background: #fff;
}
.period-card > header span { font-weight: 500; }
.period-card > header b,
.period-card--quarter > header b {
  color: #2f2bff;
  font-weight: 500;
  background: rgba(47, 43, 255, .08);
}
.period-card .metric strong,
.period-card .metric--accent strong,
.period-card--quarter .metric--accent strong { color: #2f2bff; }

/* 12 — analysis */
.split-visual--reverse { background: #fff !important; }
.analysis-art { background: #fff; }
.analysis-art img { object-fit: contain; object-position: center; }
.analysis-art::after { background: linear-gradient(90deg, transparent 65%, rgba(255, 255, 255, .92)); }
.decision-steps article {
  border-color: #dfe0e5;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}
.decision-steps span { color: #2f2bff; font-weight: 500; }
.test-example { background: #111; }
.test-example span { color: #9cc3ff; }

/* 13 — registrations and markets */
.map-stage--global { background: #fff; }
.map-image--global {
  left: 31%;
  background: #fff;
}
.map-image--global img {
  object-fit: cover;
  object-position: center;
}

.map-stage--global .map-head {
  top: 48px;
  left: 55px;
  width: 670px;
  max-width: 670px;
}

.map-stage--global .map-title {
  color: #111;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: -.045em;
}

.map-lead {
  margin: 22px 0 0;
  color: rgba(17, 17, 17, .64);
  font-size: 23px;
  line-height: 1.38;
}

.geo-stats {
  position: absolute;
  top: 350px;
  left: 55px;
  z-index: 4;
  display: flex;
  gap: 38px;
}

.geo-stats article {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.geo-stats strong {
  color: #2f2bff;
  font-size: 66px;
  font-weight: 600;
  line-height: 1;
}

.geo-stats span {
  width: 105px;
  color: rgba(17, 17, 17, .62);
  font-size: 15px;
  line-height: 1.15;
}

.geo-registrations {
  position: absolute;
  right: 44px;
  bottom: 155px;
  left: 44px;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.geo-registrations article {
  min-height: 105px;
  padding: 16px 19px;
  border: 1px solid #dcdee4;
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 24px rgba(17, 17, 17, .06);
  backdrop-filter: blur(9px);
}

.geo-registrations span {
  display: block;
  color: #2f2bff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
}

.geo-registrations strong {
  display: block;
  margin-top: 7px;
  color: #111;
  font-size: 22px;
  font-weight: 500;
}

.geo-registrations small {
  display: block;
  margin-top: 4px;
  color: rgba(17, 17, 17, .58);
  font-size: 14px;
}

.market-context {
  position: absolute;
  right: 44px;
  bottom: 82px;
  left: 44px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 54px;
  padding: 13px 18px;
  color: rgba(255, 255, 255, .72);
  border-radius: 14px;
  background: #111;
}

.market-context b {
  color: #9cc3ff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
}

.market-context span { font-size: 14px; }

/* 14 — regulatory roadmap */
.road-point {
  border-color: #dfe0e5;
  background: #fff;
  box-shadow: none;
}
.road-point.is-current,
.road-point.is-gate { border-color: #2f2bff; }
.road-point.is-current { color: #fff; background: #2f2bff; }
.road-line span { background: #2f2bff; box-shadow: none; }

/* 15 — portfolio wall */
.portfolio-stage--wall { background: #fff; }
.portfolio-art--light {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 48%;
  height: 270px;
  opacity: .11;
  overflow: hidden;
}
.portfolio-art--light img { object-position: right center; }

.portfolio-stage--wall .portfolio-head {
  top: 39px;
  left: 43px;
  width: 960px;
}

.portfolio-stage--wall .portfolio-title {
  color: #111;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.01;
}

.portfolio-stage--wall .portfolio-lead {
  max-width: 900px;
  margin-top: 14px;
  color: rgba(17, 17, 17, .62);
  font-size: 20px;
}

.portfolio-summary {
  position: absolute;
  top: 112px;
  right: 42px;
  z-index: 4;
  display: grid;
  grid-template-columns: auto auto 1px auto auto 1px auto auto;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  border: 1px solid #dfe0e5;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
}

.portfolio-summary strong {
  color: #2f2bff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.portfolio-summary span {
  color: rgba(17, 17, 17, .58);
  font-size: 12px;
  line-height: 1.1;
}

.portfolio-summary i {
  width: 1px;
  height: 34px;
  background: #dfe0e5;
}

.portfolio-wall {
  position: absolute;
  top: 270px;
  right: 36px;
  bottom: 55px;
  left: 36px;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}

.portfolio-brand {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 13px 15px;
  overflow: hidden;
  border: 1px solid #dfe0e5;
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
}

.portfolio-brand.is-core {
  border-color: rgba(47, 43, 255, .50);
  box-shadow: inset 0 3px 0 #2f2bff;
}

.portfolio-brand img {
  display: block;
  width: 100%;
  max-width: 210px;
  height: 43px;
  object-fit: contain;
  object-position: left center;
}

.portfolio-brand b {
  color: #111;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.04;
}

.portfolio-brand span {
  display: block;
  margin-top: 9px;
  color: rgba(17, 17, 17, .58);
  font-size: 12px;
  line-height: 1.22;
}

.portfolio-brand--word {
  background: #fafafa;
}

/* 16 — dividends */
.dividend-card {
  border-color: #dfe0e5;
  background: #fff;
  box-shadow: none;
}
.dividend-card--primary {
  color: #fff;
  border-color: #2f2bff;
  background: #2f2bff;
  box-shadow: none;
}
.dividend-card--primary .dividend-year span { color: #d8e0ff; }
.dividend-value { color: #2f2bff; font-weight: 600; }
.dividend-status i { background: #111; box-shadow: none; }
.dividend-card--primary .dividend-status i { background: #fff; }
.dividend-status--manager i { background: #2f2bff; box-shadow: none; }
.dividend-arrow span { color: #2f2bff; font-weight: 500; }
.dividend-caveat { background: #fafafa; }

/* 17 — ownership */
.share-bar {
  border-color: #fff;
  background: #eceef2;
  box-shadow: none;
}
.share-a { background: #2f2bff; }
.share-b { background: #111; }
.share-c { background: #a6a6a6; }
.share-list article {
  border-color: #dfe0e5;
  background: #fff;
}
.dot-a { background: #2f2bff; }
.dot-b { background: #111; }
.dot-c { background: #a6a6a6; }
.share-date span { color: #2f2bff; font-weight: 500; }

/* 18 — packages as one scale */
.packages {
  gap: 0;
  padding: 0 34px;
}

.package-card {
  min-height: 168px;
  border-color: #dfe0e5;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.package-card:first-child { border-radius: 18px 0 0 18px; }
.package-card:last-child { border-radius: 0 18px 18px 0; }
.package-card + .package-card { border-left: 0; }
.package-card:hover { transform: none; border-color: #2f2bff; }
.package-card:focus-visible { outline-color: rgba(47, 43, 255, .30); }
.package-card.is-selected { color: #fff; background: #2f2bff; box-shadow: none; }
.package-card > span { color: #2f2bff; background: rgba(47, 43, 255, .08); }
.package-card.is-selected > span { color: #2f2bff; background: #fff; }
.package-card > b { color: #2f2bff; font-weight: 500; }
.package-card.is-selected > b { color: #fff; }
.benefit-panel { border-color: #dfe0e5; background: #fafafa; }
.benefit-panel > div span { font-weight: 500; }
.benefit-panel li::before { color: #2f2bff; }
.package-warning { border-color: #dfe0e5; background: #fafafa; }
.package-warning strong { color: #111; font-weight: 500; }
.package-warning span { color: rgba(17, 17, 17, .62); }

/* 19 — next process */
.nda-flow article {
  border-color: #dfe0e5;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}
.nda-flow article > span { color: #2f2bff; font-size: 28px; font-weight: 600; }
.nda-flow > div { background: #2f2bff; }
.nda-icon { background: rgba(47, 43, 255, .07); }
.nda-icon--form::before,
.nda-icon--contact::before,
.nda-icon--contact::after,
.nda-icon--lock::before,
.nda-icon--lock::after,
.nda-icon--data::before,
.nda-icon--data::after,
.nda-icon--talk::before,
.nda-icon--talk::after { border-color: #2f2bff; }
.nda-icon--talk::after { background: rgba(47, 43, 255, .07); }
.nda-statement > i { background: #2f2bff; }

/* 20 — closing */
.slide--closing .slide__content {
  border-color: rgba(255, 255, 255, .18);
}

.closing-layout {
  background:
    linear-gradient(90deg, rgba(7, 12, 20, .96) 0%, rgba(7, 12, 20, .88) 52%, rgba(7, 12, 20, .55) 78%, rgba(7, 12, 20, .72) 100%),
    url("assets/brand/pfm-site-closing.jpg") center / cover no-repeat;
}

.closing-pfm-logo {
  display: block;
  width: 300px;
  height: 78px;
  margin-bottom: 48px;
  object-fit: contain;
  object-position: left center;
}

.closing-title { color: #fff; font-size: 80px; font-weight: 500; }
.closing-lead { color: rgba(255, 255, 255, .72); }
.closing-contact span { color: #9cc3ff; font-weight: 500; }
.closing-contact strong { color: #fff; font-weight: 500; }
.closing-disclaimer {
  color: rgba(255, 255, 255, .68);
  border-color: rgba(255, 255, 255, .16);
  background: rgba(7, 12, 20, .48);
}
.qr-wrap { border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .95); }
.qr-glow { background: rgba(47, 43, 255, .18); }

/* Controls */
.progress span { background: #2f2bff; }
.chrome-button:hover,
.chrome-tools button:hover { border-color: #2f2bff; }

@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; }
}
