:root {
--ps-navy-deep: #0A1721;
--ps-navy: #0F1F2C;
--ps-navy-card: #12283A;
--ps-ink: #06121A;
--ps-bg: #F5F8F6;
--ps-bg-card: #F7FAF9;
--ps-white: #FFFFFF;
--ps-border: #EAEFED;
--ps-border-2: #E4EAE8;
--ps-line: #D5DDDA;
--ps-teal: #00B8A5;
--ps-teal-dark: #006B61;
--ps-mint: #7EEBDD;
--ps-text: #0F1F2C;
--ps-text-2: #5A6B73;
--ps-text-3: #8A99A1;
--ps-text-faint: #B0BAC0;
--ps-text-inv: rgba(255, 255, 255, 0.70);
--ps-text-inv-2: rgba(255, 255, 255, 0.46);
--ps-text-inv-3: rgba(255, 255, 255, 0.34);
--ps-green: #14B86C;
--ps-green-deep: #14A05E;
--ps-green-text: #0F6E33;
--ps-amber: #F59E0B;
--ps-red: #DC2626;
--ps-red-soft: #D9463C;
--ps-blue: #2D7DBE;
--ps-violet: #7C3AED;
--ps-line-inv: rgba(255, 255, 255, 0.08);
--ps-line-inv-2: rgba(255, 255, 255, 0.14);
--font-display: "Archivo", system-ui, sans-serif;
--font-body: "IBM Plex Sans", system-ui, sans-serif;
--font-mono: "IBM Plex Mono", ui-monospace, monospace;
--container: 1240px;
--pad-x: clamp(18px, 4vw, 32px);
--sec-y: clamp(64px, 9vw, 120px);
--radius-card: 16px;
--radius-tile: 18px;
--ease-out: cubic-bezier(0.22, 1, 0.36, 1);
--shadow-cta: 0 8px 24px rgba(0, 184, 165, 0.28);
--shadow-cta-lg: 0 14px 40px rgba(0, 184, 165, 0.30);
--shadow-card: 0 8px 22px rgba(15, 31, 44, 0.06);
--shadow-card-hover: 0 22px 50px rgba(15, 31, 44, 0.10);
--shadow-chip-dark: 0 18px 40px rgba(0, 0, 0, 0.32);
--focus-ring: 0 0 0 3px rgba(0, 184, 165, 0.35);
}
@font-face {
font-family: "Archivo";
src: url("/assets/fonts/archivo-var-500-800.7150c0ec.woff2") format("woff2");
font-weight: 500 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "IBM Plex Sans";
src: url("/assets/fonts/plex-sans-var.056e4e24.woff2") format("woff2");
font-weight: 100 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "IBM Plex Mono";
src: url("/assets/fonts/plex-mono-400.c36f509c.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "IBM Plex Mono";
src: url("/assets/fonts/plex-mono-500.a76f53ca.woff2") format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
margin: 0;
background: var(--ps-bg);
color: var(--ps-text);
font-family: var(--font-body);
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
a { color: var(--ps-teal); text-decoration: none; }
a:hover { color: var(--ps-teal-dark); }
::selection { background: var(--ps-teal); color: var(--ps-ink); }
img { max-width: 100%; display: block; }
:focus-visible { outline: 2px solid var(--ps-teal); outline-offset: 2px; border-radius: 4px; }
.skip-link {
position: absolute; left: -9999px; top: 0; z-index: 100;
padding: 12px 18px; background: var(--ps-white); color: var(--ps-text);
border-radius: 0 0 10px 0; font-weight: 600;
}
.skip-link:focus { left: 0; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--pad-x); }
.ic { width: 1em; height: 1em; font-size: 19px; flex: none; }
.eyebrow {
font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em;
text-transform: uppercase; color: var(--ps-teal-dark); margin: 0 0 18px;
}
.eyebrow--dark { color: var(--ps-mint); }
.eyebrow--faint { color: rgba(255, 255, 255, 0.58); font-size: 10px; }
.display-1 {
margin: 0 0 22px; font-family: var(--font-display); font-weight: 800;
font-size: clamp(42px, 5.4vw, 76px); line-height: 0.98; letter-spacing: -0.03em;
color: var(--ps-white); text-wrap: balance;
}
.display-1--sub { font-size: clamp(36px, 4.8vw, 64px); line-height: 1.02; }
.h2 {
margin: 0 0 18px; font-family: var(--font-display); font-weight: 700;
font-size: clamp(30px, 3.9vw, 52px); line-height: 1.04; letter-spacing: -0.025em;
color: var(--ps-text); text-wrap: balance;
}
.h2--sm { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.06; }
.h2--dark, .sec-dark .h2 { color: var(--ps-white); }
.h3 {
margin: 0 0 12px; font-family: var(--font-display); font-weight: 700;
font-size: 21px; line-height: 1.2; letter-spacing: -0.01em; color: var(--ps-text);
}
.lead { margin: 0; font-size: 19px; line-height: 1.6; color: var(--ps-text-2); }
.lead--dark { color: var(--ps-text-inv); }
.body-2 { margin: 0; font-size: 15px; line-height: 1.6; color: var(--ps-text-2); }
.mono-label {
font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em;
text-transform: uppercase; color: var(--ps-text-2);
}
.mono-note { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em; color: var(--ps-text-2); }
.nav {
position: fixed; top: 0; left: 0; right: 0; z-index: 60;
background: rgba(10, 23, 33, 0.78);
-webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
border-bottom: 1px solid var(--ps-line-inv);
}
.nav__inner {
max-width: var(--container); margin: 0 auto;
padding: 12px clamp(14px, 3vw, 24px); min-height: 70px;
display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px;
}
.nav__logo {
display: flex; align-items: center; gap: 10px;
font-family: var(--font-display); font-weight: 800; font-size: 19px;
letter-spacing: 0.06em; color: var(--ps-white);
}
.nav__logo:hover { color: var(--ps-white); }
.nav__mark { display: block; width: auto; height: 38px; flex: none; }
.nav__word { display: inline-flex; align-items: baseline; gap: 6px; }
.nav__dot { width: 6px; height: 6px; border-radius: 999px; background: var(--ps-teal); display: inline-block; }
.nav__links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; white-space: nowrap; }
.nav__link { font-size: 14px; font-weight: 500; color: rgba(255, 255, 255, 0.72); }
.nav__link:hover { color: var(--ps-white); }
.nav__link.is-active { color: var(--ps-white); box-shadow: 0 2px 0 var(--ps-teal); }
.nav__spacer { flex: 1; }
.lang-pill {
display: flex; align-items: center; gap: 2px; padding: 3px;
border: 1px solid var(--ps-line-inv-2); border-radius: 999px;
font-family: var(--font-mono); font-size: 11px;
}
.lang-pill a {
padding: 5px 10px; border-radius: 999px; color: rgba(255, 255, 255, 0.6);
font-weight: 500; letter-spacing: 0.08em;
}
.lang-pill a.is-on { background: var(--ps-teal); color: var(--ps-ink); }
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: 8px;
padding: 11px 20px; border-radius: 999px; font-size: 14px; font-weight: 600;
white-space: nowrap; border: 0; cursor: pointer; font-family: var(--font-body);
}
.btn--primary { background: var(--ps-teal); color: var(--ps-ink); box-shadow: var(--shadow-cta); }
.btn--primary:hover { background: #0ACCB8; color: var(--ps-ink); }
.btn--ghost-dark { border: 1px solid rgba(255, 255, 255, 0.2); color: var(--ps-white); background: transparent; }
.btn--ghost-dark:hover { border-color: rgba(255, 255, 255, 0.45); color: var(--ps-white); }
.btn--lg { padding: 16px 28px; font-size: 15px; box-shadow: var(--shadow-cta-lg); }
.btn--xl { padding: 17px 32px; font-size: 16px; }
.link-arrow {
display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600;
color: var(--ps-teal-dark); border-bottom: 1px solid rgba(0, 184, 165, 0.4); padding-bottom: 3px;
}
.nav__toggle { display: none; }
@media (max-width: 899px) {
.lang-pill a { padding: 9px 13px; }
.nav__toggle {
display: inline-flex; align-items: center; justify-content: center;
width: 42px; height: 42px; border: 1px solid var(--ps-line-inv-2);
border-radius: 10px; background: transparent; color: var(--ps-white); cursor: pointer;
}
.nav__links {
display: none; flex-basis: 100%; flex-direction: column; align-items: flex-start;
gap: 4px; padding: 10px 0 16px;
}
.nav__links.is-open { display: flex; }
.nav__link { display: block; width: 100%; padding: 11px 8px; font-size: 16px; border-radius: 8px; }
.nav__link.is-active { box-shadow: inset 3px 0 0 var(--ps-teal); padding-left: 14px; }
.nav__login { display: none; }
}
.sec { padding: var(--sec-y) var(--pad-x); }
.sec-bg { background: var(--ps-bg); }
.sec-white { background: var(--ps-white); border-top: 1px solid var(--ps-border); }
.sec-dark { position: relative; background: var(--ps-navy-deep); overflow: hidden; }
.hero {
position: relative; overflow: hidden;
padding: clamp(108px, 13vw, 150px) var(--pad-x) clamp(64px, 9vw, 110px);
background:
radial-gradient(1100px 520px at 78% 8%, rgba(0, 184, 165, 0.16), transparent 62%),
linear-gradient(180deg, var(--ps-navy-deep) 0%, var(--ps-navy) 62%, var(--ps-navy) 100%);
}
.hero--page { padding-bottom: clamp(56px, 8vw, 96px); }
.grid-overlay {
position: absolute; inset: 0; pointer-events: none;
background-image:
linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
background-size: 64px 64px;
-webkit-mask-image: radial-gradient(900px 600px at 20% 0%, #000, transparent 75%);
mask-image: radial-gradient(900px 600px at 20% 0%, #000, transparent 75%);
}
.hero .container, .sec-dark .container { position: relative; }
.hero__grid {
position: relative; max-width: var(--container); margin: 0 auto;
display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
gap: clamp(36px, 5vw, 64px); align-items: center;
}
.hero__badge {
display: inline-flex; align-items: center; gap: 10px;
padding: 7px 14px 7px 10px; border: 1px solid rgba(0, 184, 165, 0.32);
background: rgba(0, 184, 165, 0.10); border-radius: 999px; margin-bottom: 28px;
}
.hero__badge .pulse-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--ps-teal); animation: psPulse 2.4s ease-in-out infinite; }
.hero__badge span:last-child {
font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em;
text-transform: uppercase; color: var(--ps-mint);
}
.hero__sub { margin: 0 0 36px; max-width: 560px; font-size: 19px; line-height: 1.62; color: var(--ps-text-inv); }
.hero__accent { color: var(--ps-teal); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.heroviz { position: relative; width: 100%; max-width: 560px; margin: 0 auto; aspect-ratio: 1 / 0.92; --px: 0px; --py: 0px; }
.heroviz__rings { position: absolute; left: 50%; top: 33%; width: min(100%, 470px); aspect-ratio: 1; transform: translate(calc(-50% + var(--px)), calc(-50% + var(--py))); transition: transform 0.3s ease-out; }
.heroviz__ripple { position: absolute; inset: 0; border-radius: 999px; border: 1px solid rgba(0, 184, 165, 0.16); animation: psRipple 5.2s var(--ease-out) infinite; }
.heroviz__ripple:nth-child(2) { animation-delay: 1.7s; }
.heroviz__ripple:nth-child(3) { animation-delay: 3.4s; }
.heroviz__ring-inner { position: absolute; inset: 24%; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.06); }
.heroviz__centre { position: absolute; left: 50%; top: 33%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; }
.heroviz__avatar { position: relative; width: clamp(128px, 17vw, 164px); aspect-ratio: 1; }
.heroviz__glow { position: absolute; inset: 14%; border-radius: 999px; background: radial-gradient(circle at 50% 34%, rgba(0, 184, 165, 0.34), rgba(0, 184, 165, 0.05) 68%); animation: psGlow 4.4s ease-in-out infinite; }
.heroviz__ringsvg { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.heroviz__person { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--ps-mint); }
.heroviz__person .ic { font-size: 54px; }
.heroviz__score { font-family: var(--font-display); font-weight: 800; font-size: clamp(38px, 4.6vw, 54px); line-height: 1; letter-spacing: -0.03em; color: var(--ps-white); margin-top: 16px; font-variant-numeric: tabular-nums; }
.heroviz__score-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.62); margin-top: 10px; }
.heroviz__chip { position: absolute; opacity: 0; animation: psChipIn 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
.heroviz__chip--wellness { left: 0; top: 8%; animation-delay: 1.05s; translate: calc(var(--px) * -1.6) calc(var(--py) * -1.6); transition: translate 0.3s ease-out; }
.heroviz__chip--wellness .heroviz__chip-card { animation: psFloat 6s ease-in-out 2.4s infinite; }
.heroviz__chip--alert { right: 0; top: 22%; animation-delay: 1.35s; translate: calc(var(--px) * -1.6) calc(var(--py) * -1.6); transition: translate 0.3s ease-out; }
.heroviz__chip--alert .heroviz__chip-card { animation: psFloat 7s ease-in-out 3s infinite; }
.heroviz__chip-card {
background: rgba(18, 40, 58, 0.92); border: 1px solid rgba(255, 255, 255, 0.10);
border-left: 2px solid var(--ps-teal); border-radius: 12px; padding: 13px 17px;
-webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); box-shadow: var(--shadow-chip-dark);
}
.heroviz__chip--alert .heroviz__chip-card { border-left-color: var(--ps-amber); }
.heroviz__chip-label { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); }
.heroviz__chip-value { display: flex; align-items: center; gap: 8px; margin-top: 7px; font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--ps-white); }
.heroviz__chip-value .unit { font-family: var(--font-mono); font-size: 11px; font-weight: 400; color: rgba(255, 255, 255, 0.4); }
.pulse-dot--green { width: 7px; height: 7px; border-radius: 999px; background: var(--ps-green); animation: psPulse 2.6s ease-in-out infinite; }
.pulse-dot--amber { width: 7px; height: 7px; border-radius: 999px; background: var(--ps-amber); animation: psPulse 2.6s ease-in-out 0.6s infinite; }
.heroviz__chart { position: absolute; left: 0; right: 0; bottom: 0; }
.heroviz__legend { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 12px; }
.heroviz__legend-items { display: flex; align-items: center; gap: 14px; }
.heroviz__legend-item { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; color: rgba(255, 255, 255, 0.42); }
.heroviz__legend-swatch { width: 16px; height: 2px; border-radius: 2px; background: var(--ps-teal); }
.heroviz__legend-swatch--amber { background: var(--ps-amber); }
.heroviz__acwr { font-family: var(--font-mono); font-size: 10px; color: var(--ps-teal); }
.heroviz__svg { width: 100%; height: clamp(88px, 11vw, 118px); display: block; }
.heroviz__line { stroke-dasharray: 470; stroke-dashoffset: 470; animation: psDash 2.1s cubic-bezier(0.4, 0, 0.2, 1) 0.85s forwards; }
.heroviz__line--amber { animation-delay: 1.15s; }
.heroviz__pt { opacity: 0; animation: psDotIn 0.4s ease forwards; }
.marquee-band { background: var(--ps-navy-deep); border-top: 1px solid rgba(255, 255, 255, 0.07); border-bottom: 1px solid rgba(255, 255, 255, 0.07); padding: 22px 0; overflow: hidden; }
.marquee-band__label { max-width: var(--container); margin: 0 auto 18px; padding: 0 var(--pad-x); }
.marquee { display: flex; width: max-content; animation: psMarquee 32s linear infinite; }
.marquee:hover { animation-play-state: paused; }
.marquee--slow { animation-duration: 46s; }
.marquee__track { display: flex; align-items: center; gap: 56px; padding-right: 56px; }
.marquee__brand { font-family: var(--font-display); font-weight: 600; font-size: 22px; color: rgba(255, 255, 255, 0.5); }
.marquee__logo { flex: none; width: 96px; height: 96px; display: flex; align-items: center; justify-content: center; }
.marquee__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.marquee__track--logos { gap: 64px; padding-right: 64px; }
.story { position: relative; }
.story__veil { position: absolute; inset: -16px; z-index: 5; background: var(--ps-bg); opacity: 0; pointer-events: none; transition: opacity 0.9s ease; }
.story__heads { display: grid; margin-bottom: clamp(28px, 3.4vw, 44px); }
.story__head { grid-area: 1 / 1; transition: opacity 0.6s ease; }
.story__head[data-head="2"], .story__head[data-head="3"] { opacity: 0; }
.story__badge-row { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.story__num { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 999px; font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--ps-white); }
.story__num--red { background: var(--ps-red); }
.story__num--green { background: var(--ps-green-deep); }
.story__num--teal { background: var(--ps-teal); color: var(--ps-ink); }
.story__kicker { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.story__kicker--red { color: var(--ps-red); }
.story__kicker--green { color: var(--ps-green-text); }
.story__kicker--teal { color: var(--ps-teal-dark); }
.story__h2 { max-width: 820px; }
.story__stage { position: relative; min-height: clamp(500px, 50vw, 580px); }
.story__act { position: absolute; left: 0; right: 0; top: 0; transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.65, 0, 0.35, 1); }
.story__act[data-act="2"] { left: 50%; right: auto; width: min(100%, clamp(420px, 48vw, 540px)); aspect-ratio: 1; transform: translateX(-50%); opacity: 0; }
.story__act[data-act="3"] { opacity: 0; pointer-events: none; transition: opacity 0.8s ease; }
.story__prob { display: flex; align-items: center; gap: clamp(12px, 1.6vw, 20px); padding: clamp(9px, 1.15vw, 13px) 0; border-bottom: 1px solid var(--ps-border-2); opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.7s var(--ease-out); }
.story__prob-icon { flex: none; display: flex; align-items: center; justify-content: center; width: clamp(32px, 3.3vw, 40px); height: clamp(32px, 3.3vw, 40px); border-radius: 11px; background: #FCEBEB; color: var(--ps-red); }
.story__prob-name { flex: 0 0 auto; min-width: clamp(86px, 10.5vw, 146px); font-family: var(--font-display); font-weight: 700; font-size: clamp(14px, 1.6vw, 20px); letter-spacing: -0.01em; color: var(--ps-text); }
.story__prob-desc { flex: 1; font-size: clamp(12px, 1.35vw, 17px); line-height: 1.45; color: var(--ps-text-2); }
.story__web { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.story__web line { transition: stroke-dashoffset 0.9s cubic-bezier(0.4, 0, 0.2, 1); }
.story__hub {
position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0.7); opacity: 0;
transition: opacity 0.6s ease, transform 0.75s cubic-bezier(0.34, 1.56, 0.64, 1);
width: clamp(146px, 16vw, 184px); aspect-ratio: 1; border-radius: 999px; background: var(--ps-navy);
display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 18px;
box-shadow: 0 0 0 1px rgba(20, 160, 94, 0.4), 0 0 0 12px rgba(20, 160, 94, 0.07), 0 26px 60px rgba(15, 31, 44, 0.28);
}
.story__hub-logo { display: flex; align-items: baseline; justify-content: center; gap: 5px; font-family: var(--font-display); font-weight: 800; font-size: clamp(14px, 1.5vw, 17px); letter-spacing: 0.05em; color: var(--ps-white); }
.story__hub-logo .nav__dot { width: 5px; height: 5px; }
.story__hub-sub { font-family: var(--font-mono); font-size: 9px; line-height: 1.5; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.5); margin-top: 9px; }
.story__node { position: absolute; width: clamp(36px, 4vw, 46px); height: clamp(36px, 4vw, 46px); transform: translate(-50%, -50%) scale(0.6); opacity: 0; transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); z-index: 2; }
.story__node-box { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; border-radius: 13px; background: var(--ps-white); border: 1px solid rgba(20, 160, 94, 0.35); box-shadow: 0 8px 20px rgba(15, 31, 44, 0.08); color: var(--ps-green-deep); }
.story__node-label { position: absolute; white-space: nowrap; font-family: var(--font-display); font-weight: 600; font-size: clamp(11px, 1.15vw, 13px); line-height: 1.25; color: var(--ps-green-text); }
.story__node-label--top { bottom: calc(100% + 10px); left: 50%; transform: translateX(-50%); }
.story__node-label--bottom { top: calc(100% + 10px); left: 50%; transform: translateX(-50%); }
.story__node-label--right { left: calc(100% + 11px); top: 50%; transform: translateY(-50%); }
.story__node-label--left { right: calc(100% + 11px); top: 50%; transform: translateY(-50%); }
.story__id { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(16px, 3vw, 40px); }
.story__id-col { display: flex; flex-direction: column; gap: 12px; flex: 0 1 264px; min-width: min(100%, 232px); }
.story__idchip { opacity: 0; transform: translateY(12px); transition: opacity 0.55s ease, transform 0.6s var(--ease-out); display: flex; align-items: center; gap: 12px; padding: 13px 16px; background: var(--ps-white); border: 1px solid var(--ps-border); border-radius: 13px; box-shadow: inset 3px 0 0 var(--accent, var(--ps-teal)), var(--shadow-card); }
.story__idchip-icon { flex: none; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; background: var(--ps-bg); color: var(--accent, var(--ps-teal)); }
.story__idchip-label { display: block; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ps-text-3); }
.story__idchip-value { display: block; font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--ps-text); margin-top: 4px; }
.story__body { position: relative; flex: 0 0 auto; width: clamp(210px, 23vw, 282px); opacity: 0; transform: scale(0.94); transition: opacity 0.8s ease, transform 0.9s var(--ease-out); }
.story__body-frame { animation: psFloat 7s ease-in-out infinite; position: relative; aspect-ratio: 1 / 1.48; background: radial-gradient(120% 90% at 50% 12%, #17334A 0%, #0F2233 58%, var(--ps-navy-deep) 100%); border: 1px solid rgba(0, 184, 165, 0.20); border-radius: 20px; overflow: hidden; box-shadow: 0 26px 60px rgba(15, 31, 44, 0.24); }
.story__body-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story__body-caption { position: absolute; left: 14px; bottom: 12px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.42); }
.story__idcaption { opacity: 0; transition: opacity 0.6s ease; text-align: center; margin-top: clamp(18px, 2.4vw, 28px); }
.story__idcaption span { font-size: clamp(13px, 1.4vw, 17px); line-height: 1.5; color: var(--ps-text-2); }
.story__solutions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: clamp(24px, 3vw, 36px); }
.story__solution { flex: 0 1 300px; min-width: min(100%, 258px); opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s var(--ease-out); background: var(--ps-white); border: 1px solid var(--ps-border); border-radius: var(--radius-card); padding: 26px; box-shadow: inset 4px 0 0 var(--ps-green-deep); }
.story__solution-head { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.story__solution-icon { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 11px; background: #E6F7EE; color: var(--ps-green-text); }
.story__solution-icon .ic { font-size: 21px; }
.story__solution-title { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--ps-text); }
.story__solution p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ps-text-2); }
.story__loop-note { margin-top: 26px; }
.tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 196px), 1fr)); gap: 16px; margin-bottom: 34px; }
.tile {
display: flex; flex-direction: column; background: var(--ps-bg-card);
border: 1px solid var(--ps-border); border-radius: var(--radius-tile);
padding: clamp(22px, 2.8vw, 30px); box-shadow: inset 4px 0 0 var(--accent, var(--ps-teal));
transition: transform 0.4s var(--ease-out), box-shadow 0.4s, border-color 0.4s;
}
.tile:hover { transform: translateY(-4px); box-shadow: inset 4px 0 0 var(--accent, var(--ps-teal)), var(--shadow-card-hover); border-color: rgba(0, 184, 165, 0.45); }
.tile__head { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.tile__num { font-family: var(--font-mono); font-size: 11px; color: var(--ps-text-3); }
.tile__tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent, var(--ps-teal)); background: var(--accent-bg, rgba(0, 184, 165, 0.12)); padding: 5px 10px; border-radius: 999px; }
.tile p { margin: 0 0 20px; flex: 1; font-size: 15px; line-height: 1.6; color: var(--ps-text-2); }
.tile__chips { display: flex; flex-wrap: wrap; gap: 7px; }
.tile__chip { font-size: 12px; font-weight: 500; color: var(--ps-text); background: var(--ps-white); border: 1px solid var(--ps-border); padding: 6px 11px; border-radius: 999px; }
.tile--dark { background: var(--ps-navy); border-color: rgba(255, 255, 255, 0.09); }
.tile--dark .h3 { color: var(--ps-white); }
.tile--dark p { color: rgba(255, 255, 255, 0.64); }
.tile--dark .tile__num { color: rgba(255, 255, 255, 0.42); }
.tile--dark .tile__chip { color: rgba(255, 255, 255, 0.82); background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.09); }
.stepper { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 767px) { .stepper { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; } .step__rail { display: none; } }
.step { text-align: center; }
.step__top { position: relative; height: clamp(42px, 4.4vw, 58px); margin-bottom: 20px; }
.step__rail { position: absolute; top: 50%; left: 50%; right: calc(-50% - 20px); height: 1px; background: var(--ps-line); }
.step__rail--fill { background: var(--ps-teal); transform: scaleX(0); transform-origin: left center; transition: transform 0.7s var(--ease-out); }
.step__node { position: relative; margin: 0 auto; width: clamp(42px, 4.4vw, 58px); height: clamp(42px, 4.4vw, 58px); border-radius: 999px; background: var(--ps-white); border: 1px solid var(--ps-border); display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 10px rgba(15, 31, 44, 0.05); transition: border-color 0.5s ease, box-shadow 0.5s ease; color: var(--ps-text); }
.step__node .ic { font-size: clamp(20px, 2vw, 26px); }
.stepper.is-run .step__rail--fill { transform: scaleX(1); }
.stepper.is-run .step__node { border-color: var(--ps-teal); box-shadow: 0 6px 18px rgba(0, 184, 165, 0.18); }
.step__num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--ps-teal); margin-bottom: 10px; }
.step h3 { margin: 0 0 10px; font-family: var(--font-display); font-weight: 600; font-size: clamp(14px, 1.45vw, 19px); line-height: 1.25; color: var(--ps-text); }
.step p { margin: 0 auto; max-width: 230px; font-size: clamp(12px, 1.15vw, 15px); line-height: 1.55; color: var(--ps-text-2); }
.step:nth-child(2) .step__rail--fill { transition-delay: 180ms; }
.step:nth-child(2) .step__node { transition-delay: 180ms; }
.step:nth-child(3) .step__rail--fill { transition-delay: 360ms; }
.step:nth-child(3) .step__node { transition-delay: 360ms; }
.step:nth-child(4) .step__node { transition-delay: 540ms; }
.counters { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 36px 24px; }
.counter { flex: 0 1 190px; min-width: min(100%, 170px); }
.counter__row { display: flex; align-items: baseline; gap: 3px; }
.counter__value { font-family: var(--font-display); font-weight: 700; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -0.03em; color: var(--ps-text); font-variant-numeric: tabular-nums; }
.counter__plus { font-family: var(--font-display); font-weight: 700; font-size: clamp(20px, 2.4vw, 30px); color: var(--ps-teal); }
.counter__label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ps-text-2); margin-top: 14px; }
.counter__sub { font-size: 13px; line-height: 1.5; color: var(--ps-text-3); margin-top: 7px; }
.cat-row { display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: baseline; padding: 18px 0; border-top: 1px solid var(--ps-line-inv); }
.cat-row__label { flex: 0 0 190px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ps-mint); }
.cat-row__value { flex: 1 1 300px; font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, 0.86); }
.pills { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; background: var(--ps-white); border: 1px solid var(--ps-border); border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--ps-text); }
.pill .ic { color: var(--ps-teal-dark); }
.cta-sec { position: relative; overflow: hidden; padding: var(--sec-y) var(--pad-x); background: radial-gradient(800px 400px at 50% 0%, rgba(0, 184, 165, 0.18), transparent 65%), var(--ps-navy-deep); }
.cta-sec__inner { position: relative; max-width: 820px; margin: 0 auto; text-align: center; }
.cta-sec .h2 { margin-bottom: 20px; font-weight: 800; font-size: clamp(34px, 4.6vw, 62px); line-height: 1.02; letter-spacing: -0.03em; color: var(--ps-white); }
.cta-sec__sub { margin: 0 0 36px; font-size: 19px; line-height: 1.6; color: rgba(255, 255, 255, 0.68); }
.cta-sec__ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 38px; }
.cta-sec__firm { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.58); }
.footer { padding: clamp(44px, 6vw, 64px) var(--pad-x) 40px; background: var(--ps-navy-deep); border-top: 1px solid var(--ps-line-inv); }
.footer__grid { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--ps-line-inv); }
.footer__brand { display: flex; align-items: baseline; gap: 6px; font-family: var(--font-display); font-weight: 800; font-size: 19px; letter-spacing: 0.06em; color: var(--ps-white); margin-bottom: 14px; }
.footer__tagline { margin: 0; max-width: 320px; font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.62); }
.footer__col-title { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.58); margin-bottom: 16px; }
.footer__links { display: flex; flex-direction: column; gap: 11px; }
.footer__links a { font-size: 14px; color: rgba(255, 255, 255, 0.68); }
.footer__links a:hover { color: var(--ps-white); }
.footer__bottom { max-width: var(--container); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 26px; flex-wrap: wrap; }
.footer__copy { font-family: var(--font-mono); font-size: 11px; color: rgba(255, 255, 255, 0.56); }
.footer__social { display: flex; gap: 20px; }
.footer__social a { font-size: 13px; color: rgba(255, 255, 255, 0.66); }
.footer__social a:hover { color: var(--ps-white); }
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 860px; }
.faq { background: var(--ps-white); border: 1px solid var(--ps-border); border-radius: 14px; transition: border-color 0.3s ease; }
.faq.is-open { border-color: var(--ps-teal); }
.faq__q { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; padding: 18px 20px; background: none; border: 0; cursor: pointer; text-align: left; font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--ps-text); }
.faq__icon { flex: none; font-size: 22px; line-height: 1; color: var(--ps-teal-dark); transition: transform 0.3s ease; }
.faq.is-open .faq__icon { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease-out); }
.faq__a-inner { padding: 0 20px 20px; font-size: 15px; line-height: 1.65; color: var(--ps-text-2); }
.form-card { background: var(--ps-white); border: 1px solid var(--ps-border); border-radius: var(--radius-tile); padding: clamp(22px, 3vw, 34px); box-shadow: var(--shadow-card); }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ps-text-2); }
.form-field input, .form-field select, .form-field textarea {
padding: 13px 15px; border: 1px solid var(--ps-border-2); border-radius: 11px;
font-family: var(--font-body); font-size: 15px; color: var(--ps-text); background: var(--ps-bg-card);
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--ps-teal); box-shadow: var(--focus-ring); }
.form-field textarea { resize: vertical; min-height: 120px; }
.form-hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-note { font-size: 13px; color: var(--ps-text-3); margin: 10px 0 0; }
.form-status { margin: 14px 0 0; padding: 13px 16px; border-radius: 11px; font-size: 15px; display: none; }
.form-status.is-ok { display: block; background: #E6F7EE; color: var(--ps-green-text); }
.form-status.is-err { display: block; background: #FCEBEB; color: var(--ps-red); }
.turnstile-slot { min-height: 66px; margin-top: 14px; }
.pub { display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: baseline; padding: 18px 0; border-top: 1px solid var(--ps-line-inv); }
.pub__year { flex: 0 0 88px; font-family: var(--font-mono); font-size: 12px; color: var(--ps-mint); }
.pub__body { flex: 1 1 420px; }
.pub__title { font-family: var(--font-display); font-weight: 600; font-size: 16px; line-height: 1.4; color: var(--ps-white); }
.pub__meta { font-size: 13px; line-height: 1.5; color: rgba(255, 255, 255, 0.55); margin-top: 5px; }
.pub__link { flex: none; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 12px; color: var(--ps-teal); }
.pub__link:hover { color: var(--ps-mint); }
.video-card { position: relative; max-width: 720px; margin: 0 auto; aspect-ratio: 16 / 9; background: var(--ps-navy-card); border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 14px; overflow: hidden; }
.video-card__cover { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; width: 100%; border: 0; background: radial-gradient(420px 240px at 50% 40%, rgba(0, 184, 165, 0.18), transparent 70%), var(--ps-navy-card); color: var(--ps-white); cursor: pointer; }
.video-card__play { display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 999px; background: var(--ps-teal); color: var(--ps-ink); box-shadow: var(--shadow-cta-lg); }
.video-card__label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); }
.video-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.shot { width: 100%; height: auto; border-radius: 12px; border: 1px solid var(--ps-border); box-shadow: var(--shadow-card); overflow: hidden; }
.shot--dark { border-color: rgba(255, 255, 255, 0.08); background: #18293A; }
.shot-placeholder { display: flex; align-items: center; justify-content: center; aspect-ratio: 16 / 10; border-radius: 12px; border: 1px dashed var(--ps-line); background: var(--ps-bg-card); color: var(--ps-text-3); font-family: var(--font-mono); font-size: 12px; text-align: center; padding: 18px; }
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: clamp(28px, 4vw, 56px); align-items: center; }
.legal-wrap { max-width: 820px; margin: 0 auto; padding: clamp(120px, 15vw, 170px) var(--pad-x) var(--sec-y); }
.legal-wrap h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 4vw, 44px); letter-spacing: -0.02em; margin: 0 0 10px; }
.legal-note { font-size: 14px; color: var(--ps-text-3); margin-bottom: 34px; }
.legal-body h2 { font-family: var(--font-display); font-size: 22px; margin: 34px 0 12px; }
.legal-body p, .legal-body li { font-size: 15px; line-height: 1.7; color: var(--ps-text-2); }
.legal-table { overflow-x: auto; margin: 18px 0; }
.legal-body table { border-collapse: collapse; width: 100%; min-width: 480px; }
.legal-body th, .legal-body td { border: 1px solid var(--ps-line); padding: 10px 12px; text-align: left; vertical-align: top; font-size: 14px; line-height: 1.6; color: var(--ps-text-2); }
.legal-body th { font-weight: 600; color: var(--ps-ink); background: var(--ps-bg-card); }
.err-wrap { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; background: radial-gradient(900px 480px at 50% 10%, rgba(0, 184, 165, 0.14), transparent 62%), var(--ps-navy-deep); padding: var(--pad-x); overflow: hidden; }
.err-inner { position: relative; }
.err-code { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.2em; color: var(--ps-mint); margin-bottom: 18px; }
.err-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(34px, 6vw, 60px); letter-spacing: -0.03em; color: var(--ps-white); margin: 0 0 14px; }
.err-sub { color: var(--ps-text-inv); font-size: 17px; margin: 0 0 30px; }
.err-langs { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--ps-line-inv); }
.js [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out); }
.js [data-reveal].in-view { opacity: 1; transform: translateY(0); }
@keyframes psMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes psPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
@keyframes psGlow { 0%, 100% { opacity: 0.5; } 50% { opacity: 0.95; } }
@keyframes psRipple { 0% { transform: scale(0.62); opacity: 0; } 30% { opacity: 1; } 100% { transform: scale(1.06); opacity: 0; } }
@keyframes psReadyRing { from { stroke-dashoffset: 471; } to { stroke-dashoffset: 66; } }
@keyframes psChipIn { from { opacity: 0; transform: translateY(12px) scale(0.92); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes psFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes psDotIn { from { opacity: 0; transform: scale(0.4); } to { opacity: 1; transform: scale(1); } }
@keyframes psDash { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { animation-duration: 0.001s !important; animation-iteration-count: 1 !important; transition-duration: 0.001s !important; }
.marquee { animation: none; }
.js [data-reveal] { opacity: 1; transform: none; }
.heroviz__line { stroke-dashoffset: 0; animation: none; }
.heroviz__pt { opacity: 1; animation: none; }
.heroviz__chip { opacity: 1; animation: none; }
}
.ring-wrap { position: relative; width: min(100%, 480px); margin: 0 auto clamp(10px, 2vw, 22px); aspect-ratio: 1; }
.ring { position: absolute; inset: 0; width: 100%; height: 100%; }
.ring__dashed { transform-origin: 200px 200px; animation: psSpin 90s linear infinite; }
.ring__arc {
fill: none; stroke-width: 40; stroke-dasharray: 85.5 274.5; stroke-linecap: butt;
opacity: 0.28; cursor: pointer; transition: opacity 0.3s ease, stroke-width 0.3s ease;
pointer-events: stroke;
}
.ring__arc:hover, .ring__arc:focus-visible { opacity: 0.85; stroke-width: 46; }
.ring__centre { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 42%; aspect-ratio: 1; border-radius: 999px; background: var(--ps-navy); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 16px; box-shadow: 0 26px 60px rgba(15, 31, 44, 0.28); }
.ring__centre .story__hub-logo { color: var(--ps-white) !important; }
.ring__centre-sub { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.5); margin-top: 8px; }
.ring__pole { position: absolute; display: flex; flex-direction: column; align-items: center; gap: 6px; background: none; border: 0; cursor: pointer; font-family: var(--font-display); font-weight: 600; font-size: 13px; color: var(--accent); padding: 6px; }
.ring__pole .ic { font-size: 22px; }
.ring__pole:hover { transform: scale(1.06); }
.ring__pole--top { left: 50%; top: -3%; transform: translateX(-50%); }
.ring__pole--top:hover { transform: translateX(-50%) scale(1.06); }
.ring__pole--bottom { left: 50%; bottom: -3%; transform: translateX(-50%); }
.ring__pole--bottom:hover { transform: translateX(-50%) scale(1.06); }
.ring__pole--right { right: -2%; top: 50%; transform: translate(100%, -50%); }
.ring__pole--right:hover { transform: translate(100%, -50%) scale(1.06); }
.ring__pole--left { left: -2%; top: 50%; transform: translate(-100%, -50%); }
.ring__pole--left:hover { transform: translate(-100%, -50%) scale(1.06); }
.ring__hint { text-align: center; margin: 0 0 clamp(26px, 3.4vw, 40px); }
@keyframes psSpin { to { transform: rotate(360deg); } }
@media (max-width: 760px) {
.ring__pole--left span, .ring__pole--right span { display: none; }
}
@media (max-width: 560px) { .ring-wrap { display: none; } .ring__hint { display: none; } }
.tile--btn { text-align: left; cursor: pointer; font-family: var(--font-body); }
.tile__open { font-size: 14px; font-weight: 600; margin-top: 6px; }
.btn--back { background: none; border: 0; padding: 0 0 18px; color: var(--ps-teal-dark); font-size: 14px; font-weight: 600; cursor: pointer; display: inline-flex; }
.area-panel { border-left: 5px solid var(--accent, var(--ps-teal)); padding-left: clamp(16px, 2.6vw, 30px); }
.area-roles { margin: 18px 0 26px; padding-top: 16px; border-top: 1px solid var(--ps-border); }
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 16px 28px; margin-bottom: clamp(26px, 3.4vw, 40px); }
.feat { display: flex; gap: 12px; align-items: flex-start; }
.feat__dot { flex: none; width: 8px; height: 8px; border-radius: 999px; background: var(--accent, var(--ps-teal)); margin-top: 7px; }
.feat strong { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--ps-text); }
.feat p { margin: 4px 0 0; font-size: 14px; line-height: 1.55; color: var(--ps-text-2); }
.area-shots { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 18px; }
.area-shots figure { margin: 0; }
.area-shots figcaption { margin-top: 8px; }
.score-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 218px), 1fr)); gap: 16px; margin: clamp(28px, 3.6vw, 44px) 0; }
.score-card { background: var(--ps-navy-card); border: 1px solid rgba(255, 255, 255, 0.09); border-radius: var(--radius-card); padding: 24px; }
.score-card__bar { width: 34px; height: 4px; border-radius: 2px; background: var(--accent, var(--ps-teal)); margin-bottom: 16px; }
.score-card h3 { margin: 0 0 10px; font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--ps-white); }
.score-card p { margin: 0; font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.62); }
.tech-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 16px; }
.tech-card { background: var(--ps-navy-card); border: 1px solid rgba(255, 255, 255, 0.09); border-radius: var(--radius-card); padding: 26px; }
.tech-card .mono-label { color: var(--ps-mint); margin-bottom: 12px; display: block; }
.tech-card p { margin: 0; font-size: 15px; line-height: 1.65; color: rgba(255, 255, 255, 0.66); }
.stat-strip { display: flex; flex-wrap: wrap; gap: 28px 48px; padding: 22px 0; border-top: 1px solid var(--ps-line-inv); border-bottom: 1px solid var(--ps-line-inv); margin: clamp(26px, 3.4vw, 40px) 0; }
.stat-strip__num { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.02em; color: var(--ps-white); font-variant-numeric: tabular-nums; }
.stat-strip__label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.62); margin-top: 6px; }
.risk-card { background: var(--ps-white); border: 1px solid var(--ps-border); border-radius: var(--radius-tile); padding: 22px; box-shadow: var(--shadow-card-hover); }
.risk-card__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.risk-card__title { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ps-text-2); }
.risk-card__badge { font-family: var(--font-mono); font-size: 11px; color: var(--ps-teal-dark); background: #E0F4F1; padding: 4px 10px; border-radius: 999px; }
.risk-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 11px; background: var(--ps-bg-card); box-shadow: inset 3px 0 0 var(--accent); margin-bottom: 8px; }
.risk-row__name { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--ps-text); }
.risk-row__meta { font-size: 12px; color: var(--ps-text-2); margin-top: 3px; }
.risk-row__level { margin-left: auto; font-family: var(--font-mono); font-size: 11px; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.risk-row__level--high { color: #791F1F; background: #FCEBEB; }
.risk-row__level--mid { color: #7A4A0B; background: #FEF3E0; }
.risk-row__level--low { color: var(--ps-green-text); background: #E6F7EE; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 196px), 1fr)); gap: 22px; }
.member img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 14px; filter: grayscale(1); transition: transform 0.5s var(--ease-out); }
.member:hover img { transform: scale(1.05); }
.member { overflow: hidden; }
.member__name { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--ps-text); margin-top: 12px; }
.member__role { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ps-teal-dark); margin-top: 4px; }
.member__bio { font-size: 13px; line-height: 1.5; color: var(--ps-text-2); margin-top: 6px; }
.committee-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 212px), 1fr)); gap: 16px; }
.committee-card { background: var(--ps-white); border: 1px solid var(--ps-border); border-radius: var(--radius-card); padding: 22px; text-align: center; }
.committee-card img { width: 76px; height: 76px; border-radius: 999px; object-fit: cover; margin: 0 auto 14px; filter: grayscale(1); }
.committee-card .member__bio { margin-top: 8px; }
.rubric { display: flex; align-items: baseline; gap: 16px; margin: clamp(40px, 5vw, 60px) 0 26px; }
.rubric h3 { margin: 0; font-family: var(--font-display); font-weight: 700; font-size: clamp(22px, 2.6vw, 30px); letter-spacing: -0.015em; color: var(--ps-text); }
.rubric::after { content: ""; flex: 1; height: 1px; background: var(--ps-border-2); }
.phone { width: min(100%, 308px); margin: 0 auto; background: var(--ps-navy); border-radius: 42px; padding: 12px; box-shadow: 0 30px 70px rgba(15, 31, 44, 0.30); }
.phone__screen { background: var(--ps-navy-deep); border-radius: 32px; padding: 22px 16px; min-height: 560px; }
.phone__notch { width: 96px; height: 22px; border-radius: 999px; background: var(--ps-navy); margin: 0 auto 18px; }
.phone__hello { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.phone__hello-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); }
.phone__hello-name { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--ps-white); margin-top: 4px; }
.phone__avatar { width: 40px; height: 40px; border-radius: 999px; background: var(--ps-teal); color: var(--ps-ink); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 14px; }
.phone__card { background: var(--ps-navy-card); border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 15px; padding: 15px; margin-bottom: 12px; }
.phone__card-label { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ps-mint); display: flex; justify-content: space-between; }
.phone__q { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--ps-white); margin-top: 9px; }
.phone__scale { display: flex; gap: 7px; margin-top: 12px; }
.phone__scale span { flex: 1; text-align: center; padding: 8px 0; border-radius: 9px; background: rgba(255, 255, 255, 0.06); color: rgba(255, 255, 255, 0.6); font-family: var(--font-mono); font-size: 12px; }
.phone__scale .is-sel { background: var(--ps-teal); color: var(--ps-ink); font-weight: 500; }
.phone__bars { display: flex; gap: 6px; margin-top: 12px; }
.phone__bars span { flex: 1; height: 5px; border-radius: 3px; background: rgba(255, 255, 255, 0.10); }
.phone__bars .is-on { background: var(--ps-teal); }
.phone__appt { display: flex; align-items: center; gap: 12px; margin-top: 10px; }
.phone__date { flex: none; width: 46px; text-align: center; padding: 7px 0; border-radius: 11px; background: rgba(124, 58, 237, 0.18); color: #C4A7FF; font-family: var(--font-display); }
.phone__date b { display: block; font-size: 17px; font-weight: 700; }
.phone__date small { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.08em; }
.phone__appt-title { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--ps-white); }
.phone__appt-time { font-family: var(--font-mono); font-size: 11px; color: rgba(255, 255, 255, 0.5); margin-top: 3px; }
.quote-card { background: var(--ps-navy-card); border: 1px dashed rgba(255, 255, 255, 0.18); border-radius: var(--radius-card); padding: 24px; }
.quote-card .mono-label { color: var(--ps-mint); }
.quote-card em { display: block; font-size: 15px; line-height: 1.6; color: rgba(255, 255, 255, 0.6); margin: 12px 0 16px; }
.quote-card .who { font-size: 13px; color: rgba(255, 255, 255, 0.45); }
@media (max-width: 480px) {
.heroviz__chip-card { padding: 9px 12px; }
.heroviz__chip-value { font-size: 16px; }
.heroviz__chip--wellness { top: 2%; }
.heroviz__chip--alert { top: 12%; }
.hero__badge span:last-child { font-size: 10px; letter-spacing: 0.08em; }
.nav__inner { gap: 10px 12px; }
.story__prob-name { min-width: 78px; font-size: 13px; }
.story__prob-desc { font-size: 12px; }
.cat-row__label { flex-basis: 100%; }
.pub__year { flex: 0 0 56px; }
.stat-strip { gap: 20px 32px; }
}
.pub__team { display: flex; align-items: center; gap: 10px; margin-top: 9px; }
.pub__team-label { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.58); }
.pub__avatars { display: flex; }
.pub__avatars img { width: 26px; height: 26px; border-radius: 999px; object-fit: cover; filter: grayscale(1); border: 2px solid var(--ps-navy-card); margin-left: -8px; }
.pub__avatars img:first-child { margin-left: 0; }
.proof-logos { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(20px, 3.4vw, 44px); margin: 30px 0 26px; }
.proof-logos img { height: clamp(48px, 5.4vw, 64px); width: auto; filter: grayscale(1); opacity: 0.8; transition: filter 0.3s ease, opacity 0.3s ease; }
.proof-logos img:hover { filter: none; opacity: 1; }
.reel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 16px; max-width: 980px; }
.reel-card {
position: relative; display: block; width: 100%; aspect-ratio: 9 / 16; padding: 0;
border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 16px; overflow: hidden;
background: var(--ps-navy-card); cursor: pointer;
transition: transform 0.4s var(--ease-out), border-color 0.4s ease;
}
.reel-card:hover { transform: translateY(-4px); border-color: rgba(0, 184, 165, 0.45); }
.reel-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.reel-card__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(6, 18, 26, 0.86) 100%); }
.reel-card__play {
position: absolute; left: 50%; top: 44%; transform: translate(-50%, -50%);
display: flex; align-items: center; justify-content: center; width: 54px; height: 54px;
border-radius: 999px; background: var(--ps-teal); color: var(--ps-ink);
box-shadow: var(--shadow-cta-lg); transition: transform 0.3s var(--ease-out);
}
.reel-card:hover .reel-card__play { transform: translate(-50%, -50%) scale(1.08); }
.reel-card__who { position: absolute; left: 14px; right: 14px; bottom: 13px; text-align: left; }
.reel-card__who strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--ps-white); }
.reel-card__who span { display: block; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ps-mint); margin-top: 4px; }
.reel-modal { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center; justify-content: center; padding: 20px; }
.reel-modal[hidden] { display: none; }
.reel-modal__backdrop { position: absolute; inset: 0; background: rgba(6, 18, 26, 0.88); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.reel-modal__box { position: relative; width: min(92vw, calc(88vh * 9 / 16)); }
.reel-modal__box video { width: 100%; aspect-ratio: 9 / 16; max-height: 88vh; display: block; border-radius: 16px; background: #000; }
.reel-modal__close {
position: absolute; right: -8px; top: -46px; width: 38px; height: 38px;
border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 999px; background: rgba(6, 18, 26, 0.6);
color: var(--ps-white); font-size: 16px; cursor: pointer;
}
.reel-modal__close:hover { border-color: var(--ps-teal); color: var(--ps-teal); }
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; margin-bottom: 34px; }
.bento__cell { border: 1px solid var(--ps-border); border-radius: var(--radius-tile); padding: clamp(22px, 2.6vw, 30px); background: var(--ps-bg-card); display: flex; flex-direction: column; gap: 0; transition: border-color 0.4s ease, transform 0.4s var(--ease-out); }
.bento__cell:hover { border-color: rgba(0, 184, 165, 0.45); transform: translateY(-3px); }
.bento__cell--sanita { grid-column: 1 / 6; grid-row: 1 / 3; }
.bento__cell--perf { grid-column: 6 / 13; background: var(--ps-navy); border-color: rgba(255, 255, 255, 0.09); }
.bento__cell--nutri { grid-column: 6 / 10; }
.bento__cell--gest { grid-column: 10 / 13; }
@media (max-width: 900px) { .bento__cell--sanita, .bento__cell--perf, .bento__cell--nutri, .bento__cell--gest { grid-column: 1 / 13; grid-row: auto; } }
.bento__head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.bento__num { font-family: var(--font-mono); font-size: 11px; color: var(--ps-text-3); }
.bento__cell--perf .bento__num { color: rgba(255, 255, 255, 0.45); }
.bento__area { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); }
.bento__cell h3 { margin: 0 0 10px; font-family: var(--font-display); font-weight: 700; font-size: clamp(19px, 1.8vw, 23px); line-height: 1.15; letter-spacing: -0.01em; color: var(--ps-text); }
.bento__cell--perf h3 { color: var(--ps-white); }
.bento__cell > p { margin: 0 0 20px; font-size: 14px; line-height: 1.6; color: var(--ps-text-2); }
.bento__cell--perf > p { color: rgba(255, 255, 255, 0.64); }
.bento__frag { margin-top: auto; }
.frag-rows { display: flex; flex-direction: column; gap: 8px; }
.frag-row { display: flex; align-items: center; gap: 10px; padding: 11px 13px; background: var(--ps-white); border: 1px solid var(--ps-border); border-radius: 11px; box-shadow: inset 3px 0 0 var(--row-accent); }
.frag-row__dot { flex: none; width: 7px; height: 7px; border-radius: 999px; background: var(--row-accent); }
.frag-row__label { font-size: 13px; font-weight: 500; color: var(--ps-text); }
.frag-row__meta { margin-left: auto; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em; color: var(--ps-text-2); white-space: nowrap; }
.frag-perf { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 18px 26px; }
.frag-perf__chart { flex: 1 1 220px; min-width: 180px; }
.frag-perf__legend { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.frag-perf__legend .mono-label { color: rgba(255, 255, 255, 0.55); font-size: 9px; }
.frag-perf__acwr { font-family: var(--font-mono); font-size: 11px; color: var(--ps-teal); }
.frag-perf__svg { width: 100%; height: 54px; display: block; }
.frag-perf__spark { stroke-dasharray: 320; stroke-dashoffset: 320; }
.in-view .frag-perf__spark, .no-anim .frag-perf__spark { animation: psDash 1.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards; }
.frag-salus { display: flex; gap: 14px; }
.frag-salus__item { text-align: center; }
.frag-salus__bar { width: 26px; height: 44px; border-radius: 6px; background: rgba(255, 255, 255, 0.07); position: relative; overflow: hidden; margin: 0 auto 6px; }
.frag-salus__fill { position: absolute; left: 0; right: 0; bottom: 0; border-radius: 6px 6px 0 0; background: var(--bar, var(--ps-teal)); }
.frag-salus__k { font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.5); display: block; }
.frag-salus__v { font-family: var(--font-display); font-weight: 700; font-size: 12px; color: var(--ps-white); font-variant-numeric: tabular-nums; }
.frag-metric { display: grid; grid-template-columns: auto minmax(84px, 1fr); align-items: end; gap: 4px 14px; padding: 14px 16px; background: var(--ps-white); border: 1px solid var(--ps-border); border-radius: 11px; }
.frag-metric__label { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ps-text-2); display: block; margin-bottom: 5px; }
.frag-metric__value { font-family: var(--font-display); font-weight: 700; font-size: 24px; letter-spacing: -0.02em; color: var(--ps-text); font-variant-numeric: tabular-nums; white-space: nowrap; }
.frag-metric__value small { font-size: 13px; font-weight: 500; color: var(--ps-text-2); }
.frag-metric__delta { grid-column: 1 / -1; justify-self: end; font-family: var(--font-mono); font-size: 11px; color: var(--ps-green-text); white-space: nowrap; }
.frag-metric__svg { width: 100%; height: 30px; }
.frag-budget { padding: 13px 15px; background: var(--ps-white); border: 1px solid var(--ps-border); border-radius: 11px; }
.frag-budget__top { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 9px; }
.frag-budget__name { font-size: 13px; font-weight: 500; color: var(--ps-text); }
.frag-budget__amount { font-family: var(--font-mono); font-size: 11px; color: var(--ps-text-2); font-variant-numeric: tabular-nums; }
.frag-budget__bar { height: 6px; border-radius: 3px; background: var(--ps-bg); overflow: hidden; }
.frag-budget__fill { height: 100%; width: 64%; border-radius: 3px; background: var(--ps-teal); }
.frag-budget__meta { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.06em; color: var(--ps-text-2); margin-top: 8px; }
.who-rows { max-width: 980px; }
.who-row { display: flex; flex-wrap: wrap; gap: 8px 26px; align-items: baseline; padding: 22px 0; border-top: 1px solid var(--ps-border-2); }
.who-row:last-child { border-bottom: 1px solid var(--ps-border-2); }
.who-row__num { flex: 0 0 34px; font-family: var(--font-mono); font-size: 12px; color: var(--accent, var(--ps-teal-dark)); }
.who-row__title { flex: 0 0 240px; font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; color: var(--ps-text); }
.who-row__desc { flex: 1 1 300px; font-size: 15px; line-height: 1.6; color: var(--ps-text-2); margin: 0; }
@media (max-width: 640px) { .who-row__title { flex-basis: 100%; } }
.trust { position: relative; }
.trust .counters { margin: clamp(28px, 3.6vw, 44px) 0; }
.sec-dark .counter__value { color: var(--ps-white); }
.sec-dark .counter__label { color: rgba(255, 255, 255, 0.62); }
.sec-dark .counter__sub { color: rgba(255, 255, 255, 0.45); }
.trust__logos { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(18px, 3vw, 40px); padding-top: 26px; border-top: 1px solid var(--ps-line-inv); }
.trust__logos img { height: clamp(44px, 4.6vw, 58px); width: auto; background: rgba(255, 255, 255, 0.92); border-radius: 12px; padding: 7px; box-sizing: content-box; }
.trust .link-arrow { color: var(--ps-teal); border-bottom-color: rgba(0, 184, 165, 0.4); }
.trust .link-arrow:hover { color: var(--ps-mint); }
.segs { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: 16px; }
.seg {
position: relative; display: flex; flex-direction: column; justify-content: flex-end;
min-height: 340px; padding: 22px; border-radius: var(--radius-tile); overflow: hidden;
background: var(--ps-navy); border: 1px solid rgba(255, 255, 255, 0.08);
transition: transform 0.4s var(--ease-out), border-color 0.4s ease;
}
.seg:hover { transform: translateY(-4px); border-color: rgba(0, 184, 165, 0.5); }
.seg__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; filter: grayscale(1) contrast(1.05); opacity: 0.55; transition: opacity 0.4s ease, filter 0.5s ease; }
.seg:hover .seg__photo { opacity: 0.72; filter: grayscale(0.3) contrast(1.02); }
.seg__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 23, 33, 0.2) 0%, rgba(10, 23, 33, 0.55) 55%, rgba(6, 18, 26, 0.94) 100%); }
.seg__crests { position: absolute; inset: 0 0 34%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px; padding: 24px; }
.seg__crests img { height: 56px; width: auto; opacity: 0.9; }
.seg__body { position: relative; }
.seg__kicker { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ps-mint); display: block; margin-bottom: 8px; }
.seg__title { display: block; font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: -0.01em; color: var(--ps-white); margin: 0 0 8px; }
.seg__desc { display: block; font-size: 13px; line-height: 1.55; color: rgba(255, 255, 255, 0.72); margin: 0 0 12px; }
.seg__link { display: inline-block; font-size: 13px; font-weight: 600; color: var(--ps-teal); }
.seg:hover .seg__link { color: var(--ps-mint); }
.story__progress { display: flex; gap: 8px; max-width: 320px; margin-bottom: clamp(18px, 2.4vw, 26px); }
.story__progress span { flex: 1; height: 3px; border-radius: 2px; background: var(--ps-line); overflow: hidden; position: relative; }
.story__progress i { position: absolute; inset: 0; width: 0; background: var(--ps-teal); border-radius: 2px; }
.story__progress i.is-run { width: 100%; transition-property: width; transition-timing-function: linear; }
@media (prefers-reduced-motion: reduce) { .story__progress i { width: 100% !important; transition: none !important; } }
body { background: var(--ps-navy-deep); color: var(--ps-text-inv); }
.sec-bg { background: #0D1B27; }
.sec-white { background: var(--ps-navy-deep); border-top: 1px solid var(--ps-line-inv); }
.story__veil { background: #0D1B27; }
.h2 { color: var(--ps-white); }
.lead { color: var(--ps-text-inv); }
.body-2 { color: var(--ps-text-inv); }
.eyebrow { color: var(--ps-mint); }
.mono-label { color: rgba(255, 255, 255, 0.62); }
.mono-note { color: rgba(255, 255, 255, 0.55); }
.link-arrow { color: var(--ps-teal); border-bottom-color: rgba(0, 184, 165, 0.4); }
.link-arrow:hover { color: var(--ps-mint); }
.step__rail { background: rgba(255, 255, 255, 0.12); }
.step h3 { color: var(--ps-white); }
.step p { color: var(--ps-text-inv); }
.step__num { color: var(--ps-teal); }
.who-row { border-top-color: var(--ps-line-inv); }
.who-row:last-child { border-bottom-color: var(--ps-line-inv); }
.who-row__title { color: var(--ps-white); }
.who-row__desc { color: var(--ps-text-inv); }
.feat strong { color: var(--ps-white); }
.feat p { color: var(--ps-text-inv); }
.story__h2 { color: var(--ps-white); }
.story__kicker--green { color: #3BE07A; }
.story__kicker--teal { color: var(--ps-mint); }
.story__prob { border-bottom-color: rgba(255, 255, 255, 0.10); }
.story__prob-name { color: var(--ps-white); }
.story__prob-desc { color: var(--ps-text-inv); }
.story__node-label { color: #3BE07A; }
.story__idcaption span { color: var(--ps-text-inv); }
.story__progress span { background: rgba(255, 255, 255, 0.14); }
.ring__dashed { stroke: rgba(255, 255, 255, 0.14); }
.ring__centre { box-shadow: 0 0 0 1px rgba(0, 184, 165, 0.25), 0 26px 60px rgba(0, 0, 0, 0.5); }
.area-roles { border-top-color: var(--ps-line-inv); color: rgba(255, 255, 255, 0.62); }
.area-panel .h2 { color: var(--ps-white); }
.shot-placeholder { background: rgba(255, 255, 255, 0.04); border-color: rgba(255, 255, 255, 0.18); color: rgba(255, 255, 255, 0.5); }
.member__name { color: var(--ps-white); }
.member__bio { color: var(--ps-text-inv); }
.rubric h3 { color: var(--ps-white); }
.rubric::after { background: var(--ps-line-inv); }
.committee-card .member__name { color: var(--ps-text); }
.committee-card .member__bio { color: var(--ps-text-2); }
.counter__value { color: var(--ps-white); }
.counter__label { color: rgba(255, 255, 255, 0.62); }
.counter__sub { color: rgba(255, 255, 255, 0.45); }
.sec-light { background: var(--ps-bg); }
.sec-light .h2, .sec-light .rubric h3 { color: var(--ps-text); }
.sec-light .lead, .sec-light .body-2 { color: var(--ps-text-2); }
.sec-light .eyebrow { color: var(--ps-teal-dark); }
.sec-light .mono-note { color: var(--ps-text-2); }
.sec-light .counter__value { color: var(--ps-text); }
.sec-light .counter__label { color: var(--ps-text-2); }
.sec-light .counter__sub { color: var(--ps-text-3); }
.sec-light .link-arrow { color: var(--ps-teal-dark); }
.sec-light .link-arrow:hover { color: var(--ps-teal); }
.trust.sec-light .trust__logos { border-top-color: var(--ps-border-2); }
.trust.sec-light .trust__logos img { background: none; padding: 0; }
.legal-wrap { background: var(--ps-white); border-radius: var(--radius-tile); margin-top: clamp(96px, 12vw, 130px); padding-top: clamp(34px, 4vw, 48px); margin-bottom: var(--sec-y); margin-left: auto; margin-right: auto; }
@media (max-width: 900px) { .legal-wrap { margin-left: var(--pad-x); margin-right: var(--pad-x); } }
.stat-strip { background: var(--ps-white); border-top: none; border-bottom: none; border-radius: var(--radius-card); padding: clamp(20px, 2.6vw, 28px) clamp(22px, 3vw, 32px); }
.stat-strip__num { color: var(--ps-text); }
.stat-strip__label { color: var(--ps-text-2); }
.bento__cell { position: relative; overflow: hidden; background: #0E2030; border-color: rgba(255, 255, 255, 0.08); }
.bento__cell:hover { border-color: var(--accent, rgba(0, 184, 165, 0.5)); }
.bento__cell h3 { color: var(--ps-white); }
.bento__cell > p { color: rgba(255, 255, 255, 0.66); }
.bento__ghost {
position: absolute; top: -0.18em; right: -0.06em; z-index: 0; pointer-events: none;
font-family: var(--font-display); font-weight: 800; font-size: clamp(110px, 12vw, 170px);
line-height: 1; letter-spacing: -0.04em; color: var(--accent); opacity: 0.16;
}
.bento__head, .bento__cell h3, .bento__cell > p, .bento__frag, .bento__cta { position: relative; z-index: 1; }
.bento__icon { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 12px; background: var(--accent-bg, rgba(0, 184, 165, 0.14)); color: var(--accent); margin-bottom: 16px; }
.bento__icon .ic { font-size: 22px; }
.bento__num { display: none; }
.bento__area { border: 1px solid var(--accent); padding: 5px 12px; border-radius: 999px; background: transparent; }
.bento__cta { display: inline-block; margin-top: 16px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); font-weight: 500; }
.bento__cell:hover .bento__cta { color: var(--ps-white); }
.frag-row { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.08); }
.frag-row__label { color: var(--ps-white); }
.frag-row__meta { color: rgba(255, 255, 255, 0.55); }
.frag-metric { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.08); }
.frag-metric__label { color: rgba(255, 255, 255, 0.55); }
.frag-metric__value { color: var(--ps-white); }
.frag-metric__value small { color: rgba(255, 255, 255, 0.55); }
.frag-metric__delta { color: #3BE07A; }
.frag-budget { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.08); }
.frag-budget__name { color: var(--ps-white); }
.frag-budget__amount, .frag-budget__meta { color: rgba(255, 255, 255, 0.55); }
.frag-budget__bar { background: rgba(255, 255, 255, 0.10); }
.tile--btn { position: relative; overflow: hidden; background: #0E2030; border-color: rgba(255, 255, 255, 0.08); }
.tile--btn:hover { border-color: var(--accent, rgba(0, 184, 165, 0.5)); box-shadow: none; }
.tile--btn .h3 { color: var(--ps-white); position: relative; z-index: 1; }
.tile--btn .tile__head, .tile--btn .tile__open { position: relative; z-index: 1; }
.tile--btn .tile__tag { border: 1px solid var(--accent); color: var(--accent); background: transparent; }
.tile--btn .tile__open { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.tile__ghost { position: absolute; top: -0.18em; right: -0.06em; z-index: 0; pointer-events: none; font-family: var(--font-display); font-weight: 800; font-size: clamp(96px, 10vw, 150px); line-height: 1; letter-spacing: -0.04em; color: var(--accent); opacity: 0.16; }
.story__solution { background: #0E2030; border-color: rgba(255, 255, 255, 0.08); }
.story__solution-title { color: var(--ps-white); }
.story__solution p { color: rgba(255, 255, 255, 0.66); }
.story__solution-icon { background: rgba(20, 184, 108, 0.16); color: #3BE07A; }
.risk-card { background: #0E2030; border-color: rgba(255, 255, 255, 0.08); box-shadow: none; }
.risk-card__title { color: rgba(255, 255, 255, 0.62); }
.risk-card__badge { background: rgba(0, 184, 165, 0.16); color: var(--ps-mint); }
.risk-row { background: rgba(255, 255, 255, 0.05); }
.risk-row__name { color: var(--ps-white); }
.risk-row__meta { color: rgba(255, 255, 255, 0.55); }
.risk-card .mono-note { color: rgba(255, 255, 255, 0.5); }
.score-card__icon, .tech-card__icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: color-mix(in srgb, var(--accent, #00B8A5) 16%, transparent); color: var(--accent, var(--ps-teal)); margin-bottom: 16px; }
.score-card__icon .ic, .tech-card__icon .ic { font-size: 22px; }
.score-card__bar { display: none; }
.score-card, .tech-card { position: relative; overflow: hidden; }
.score-card > *, .tech-card > * { position: relative; z-index: 1; }
.card-ghosticon { position: absolute; top: -0.14em; right: -0.1em; z-index: 0; pointer-events: none; line-height: 1; color: var(--accent, var(--ps-teal)); opacity: 0.14; filter: blur(2px); font-size: clamp(110px, 11vw, 150px); }
.card-ghosticon .ic { font-size: 1em; }
.risk-card { position: relative; overflow: hidden; }
.risk-card__ghost { position: absolute; top: -30px; right: -34px; width: clamp(150px, 15vw, 210px); height: clamp(240px, 24vw, 340px); z-index: 0; pointer-events: none; opacity: 0.5; filter: blur(1.6px); }
.risk-card__ghost ps-body { position: absolute; inset: 0; display: block; }
.risk-card__head, .risk-row, .risk-card .mono-note { position: relative; z-index: 1; }
.risk-card__head { display: flex; align-items: center; gap: 12px; }
.risk-card__hicon { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 11px; background: rgba(220, 38, 38, 0.16); color: #FF7B72; flex: none; }
.risk-card__hicon .ic { font-size: 20px; }
.risk-card__badge { margin-left: auto; }
.consent {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
background: var(--ps-navy-card); border-top: 1px solid var(--ps-line-inv-2);
box-shadow: 0 -18px 44px rgba(4, 12, 18, 0.42);
padding: 16px var(--pad-x); max-height: 82vh; overflow-y: auto;
}
.consent[hidden] { display: none; }
.consent__inner {
max-width: var(--container); margin: 0 auto;
display: flex; gap: 18px; align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.consent__text { flex: 1 1 420px; min-width: 0; }
.consent__text strong { display: block; font-family: var(--font-display); font-size: 16px; color: var(--ps-white); margin-bottom: 4px; }
.consent__text p { font-size: 14px; line-height: 1.6; color: var(--ps-text-inv); margin: 0; }
.consent__text a { color: var(--ps-mint); text-decoration: underline; }
.consent__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.consent__btn { padding: 10px 18px; font-size: 14px; }
.consent__panel {
max-width: var(--container); margin: 16px auto 0; padding-top: 14px;
border-top: 1px solid var(--ps-line-inv);
}
.consent__panel[hidden] { display: none; }
.consent__cat {
display: flex; gap: 18px; align-items: flex-start; justify-content: space-between;
padding: 12px 0; border-bottom: 1px solid var(--ps-line-inv);
}
.consent__cat strong { font-size: 14px; color: var(--ps-white); }
.consent__cat p { font-size: 13px; line-height: 1.55; color: var(--ps-text-inv); margin: 4px 0 0; max-width: 62ch; }
.consent__always { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ps-text-inv-3); white-space: nowrap; padding-top: 2px; }
.consent__switch { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ps-text-inv); white-space: nowrap; cursor: pointer; }
.consent__switch input { width: 18px; height: 18px; accent-color: var(--ps-teal); cursor: pointer; }
.consent__panel-actions { display: flex; justify-content: flex-end; padding-top: 14px; }
@media (max-width: 640px) {
.consent__inner { align-items: stretch; }
.consent__actions { justify-content: stretch; }
.consent__actions .consent__btn { flex: 1 1 auto; text-align: center; }
.consent__cat { flex-direction: column; gap: 8px; }
}
.form-consent {
margin-top: 14px; padding: 14px 16px; border-radius: 12px;
background: rgba(0, 184, 165, 0.08); border: 1px solid rgba(0, 184, 165, 0.28);
}
.form-consent[hidden] { display: none; }
.form-consent p { font-size: 14px; line-height: 1.6; color: var(--ps-text-inv); margin: 0 0 12px; }