/* =========================================================
   TOKENS / RESET
========================================================= */
#pcx{
  --bg:#061018;
  --bg2:#08151f;
  --surface:#0c1a25;
  --surface2:#102331;
  --surface3:#132a39;
  --text:#f3f7fa;
  --muted:#91a4b3;
  --muted2:#68808f;
  --line:rgba(177,213,232,.14);
  --line2:rgba(177,213,232,.25);
  --cyan:#38e8ff;
  --cyan2:#78f4ff;
  --blue:#5e7bff;
  --green:#55f2b0;
  --yellow:#e4ff78;
  --danger:#ff7a8a;
  --shadow:0 32px 90px rgba(0,0,0,.34);
  --radius:24px;
  --radius-sm:14px;
  color:var(--text);
  background:var(--bg);
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.6;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
}

#pcx *,#pcx *::before,#pcx *::after{box-sizing:border-box}
#pcx h1,#pcx h2,#pcx h3,#pcx p{margin-top:0}
#pcx h1,#pcx h2,#pcx h3{
  font-family:"Manrope",sans-serif;
  letter-spacing:-.035em;
  color:var(--text);
}
#pcx a{color:inherit;text-decoration:none}
#pcx button,#pcx input{font:inherit}
#pcx button{cursor:pointer}
#pcx .pcx-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
#pcx .pcx-section{padding:120px 0;position:relative}
#pcx .pcx-accent,#pcx .pcx-sectionhead h2 span,#pcx .pcx-final h2 span{color:var(--cyan2)}
#pcx .pcx-muted{color:var(--muted)!important}
#pcx .pcx-label{
  color:var(--muted);
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

/* noise */
#pcx .pcx-noise{
  pointer-events:none;
  position:absolute;
  inset:0;
  z-index:50;
  opacity:.022;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

/* =========================================================
   NAV
========================================================= */
#pcx .pcx-nav{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:40;
  border-bottom:1px solid rgba(255,255,255,.06);
}
#pcx .pcx-nav__inner{
  height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
#pcx .pcx-brand{display:inline-flex;align-items:center;gap:10px}
#pcx .pcx-brand__mark{
  width:32px;height:32px;display:grid;place-items:center;color:var(--cyan);
}
#pcx .pcx-brand__mark svg{width:100%;height:100%}
#pcx .pcx-brand__text{
  font-family:"Manrope",sans-serif;
  font-size:20px;
  font-weight:800;
  letter-spacing:-.045em;
}
#pcx .pcx-brand__text span{color:var(--cyan)}
#pcx .pcx-nav__links{display:flex;gap:30px}
#pcx .pcx-nav__links a{
  color:#adbec9;
  font-size:14px;
  transition:.25s ease;
}
#pcx .pcx-nav__links a:hover{color:white}

/* =========================================================
   BUTTONS
========================================================= */
#pcx .pcx-btn{
  border:1px solid transparent;
  border-radius:999px;
  min-height:52px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  font-weight:700;
  font-size:14px;
  line-height:1;
  transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease;
}
#pcx .pcx-btn:hover{transform:translateY(-2px)}
#pcx .pcx-btn--small{min-height:40px;padding:0 17px;font-size:13px}
#pcx .pcx-btn--primary{
  color:#031217;
  background:linear-gradient(135deg,var(--cyan2),var(--cyan));
  box-shadow:0 12px 34px rgba(56,232,255,.18);
}
#pcx .pcx-btn--primary:hover{box-shadow:0 16px 42px rgba(56,232,255,.26)}
#pcx .pcx-btn--ghost{
  border-color:var(--line2);
  background:rgba(255,255,255,.025);
  color:var(--text);
}
#pcx .pcx-btn--ghost:hover{border-color:rgba(56,232,255,.45);background:rgba(56,232,255,.05)}
#pcx .pcx-btn--text{padding-left:6px;padding-right:6px;color:#bbcad3}
#pcx .pcx-btn--light{background:#effcff;color:#07151c}
#pcx .pcx-btn--full{width:100%}

/* =========================================================
   HERO
========================================================= */
#pcx .pcx-hero{
  position:relative;
  min-height:900px;
  padding:180px 0 72px;
  background:
    radial-gradient(circle at 72% 24%,rgba(52,102,255,.16),transparent 30%),
    radial-gradient(circle at 20% 38%,rgba(56,232,255,.08),transparent 30%),
    linear-gradient(180deg,#061018 0%,#07131d 100%);
}
#pcx .pcx-gridfx{
  position:absolute;inset:0;pointer-events:none;opacity:.42;
  background-image:
    linear-gradient(rgba(122,190,218,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(122,190,218,.055) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(to bottom,black 0%,transparent 88%);
}
#pcx .pcx-orb{
  position:absolute;border-radius:999px;filter:blur(80px);opacity:.17;pointer-events:none;
}
#pcx .pcx-orb--a{width:360px;height:360px;background:var(--cyan);top:180px;right:-180px}
#pcx .pcx-orb--b{width:300px;height:300px;background:var(--blue);left:-180px;top:540px}
#pcx .pcx-hero__grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  align-items:center;
  gap:74px;
}
#pcx .pcx-kicker,#pcx .pcx-eyebrow{
  display:flex;align-items:center;gap:9px;
  color:#8da8b8;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:22px;
}
#pcx .pcx-kicker__dot{
  width:8px;height:8px;border-radius:50%;background:var(--green);
  box-shadow:0 0 0 5px rgba(85,242,176,.08),0 0 18px rgba(85,242,176,.55);
}
#pcx .pcx-hero h1{
  font-size:clamp(48px,6vw,78px);
  line-height:1.02;
  font-weight:800;
  max-width:820px;
  margin-bottom:28px;
}
#pcx .pcx-hero h1 span{display:block}
#pcx .pcx-lead{
  max-width:690px;
  color:#adbec9;
  font-size:18px;
  line-height:1.75;
  margin-bottom:34px;
}
#pcx .pcx-hero__actions{display:flex;flex-wrap:wrap;gap:18px;align-items:center}
#pcx .pcx-proofline{
  margin-top:28px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  color:#77909f;
  font-size:12px;
}
#pcx .pcx-proofline i{width:3px;height:3px;border-radius:50%;background:#48616f}

/* console */
#pcx .pcx-console{
  background:linear-gradient(180deg,rgba(15,34,47,.92),rgba(8,23,33,.94));
  border:1px solid rgba(147,211,236,.19);
  border-radius:24px;
  box-shadow:var(--shadow),inset 0 1px rgba(255,255,255,.04);
  overflow:hidden;
  backdrop-filter:blur(18px);
  transform:perspective(1200px) rotateY(-3deg) rotateX(1deg);
}
#pcx .pcx-console__top{
  height:48px;padding:0 18px;border-bottom:1px solid var(--line);
  display:flex;align-items:center;justify-content:space-between;
  color:#66818f;font-size:9px;font-weight:800;letter-spacing:.12em;
}
#pcx .pcx-console__dots{display:flex;gap:6px}
#pcx .pcx-console__dots b{width:7px;height:7px;border-radius:50%;background:#284351}
#pcx .pcx-console__status{display:flex;justify-content:space-between;align-items:center;padding:25px}
#pcx .pcx-console__status strong{display:block;font-size:23px;margin-top:4px}
#pcx .pcx-statuspill{
  padding:6px 10px;border:1px solid rgba(255,122,138,.3);border-radius:999px;
  color:#ff9fab;background:rgba(255,122,138,.07);font-size:10px;font-weight:800;letter-spacing:.08em;
}
#pcx .pcx-console__metric{padding:0 25px 22px}
#pcx .pcx-console__metricrow{display:flex;justify-content:space-between;color:#8fa5b2;font-size:12px;margin-bottom:8px}
#pcx .pcx-console__metricrow b{color:#f3f7fa}
#pcx .pcx-meter{height:6px;border-radius:999px;background:#152c39;overflow:hidden}
#pcx .pcx-meter i{
  display:block;height:100%;width:var(--w);border-radius:inherit;
  background:linear-gradient(90deg,#38e8ff,#78f2ff);
  animation:pcxMeter 1.4s ease both;
}
@keyframes pcxMeter{from{width:0}}
#pcx .pcx-eventlog{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
#pcx .pcx-eventlog__row{
  display:grid;grid-template-columns:58px 1fr;gap:12px;padding:14px 22px;border-bottom:1px solid rgba(177,213,232,.07);
  font-size:11px;color:#8ba0ad;
}
#pcx .pcx-eventlog__row:last-child{border-bottom:0}
#pcx .pcx-eventlog__row time{color:#587786;font-variant-numeric:tabular-nums}
#pcx .pcx-eventlog__row b{font-size:9px;color:#ff98a3;margin-right:6px;letter-spacing:.08em}
#pcx .pcx-eventlog__row--future{color:#d6e8f1;background:rgba(56,232,255,.035)}
#pcx .pcx-console__foot{padding:22px 25px;display:flex;flex-direction:column;color:#7f95a1;font-size:13px}
#pcx .pcx-console__foot strong{color:var(--cyan2);font-size:16px;margin-top:3px}

/* stats */
#pcx .pcx-statbar{
  position:relative;z-index:2;
  margin-top:92px;
  display:grid;grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
#pcx .pcx-stat{padding:26px 25px;border-right:1px solid var(--line)}
#pcx .pcx-stat:first-child{padding-left:0}
#pcx .pcx-stat:last-child{border-right:0}
#pcx .pcx-stat strong{display:block;font:800 28px/1 "Manrope",sans-serif;color:white;margin-bottom:10px}
#pcx .pcx-stat span{display:block;font-size:11px;line-height:1.55;color:#718a98}
#pcx .pcx-source{position:relative;z-index:2;color:#526b78;font-size:10px;margin:12px 0 0}

/* =========================================================
   HEADINGS
========================================================= */
#pcx .pcx-sectionhead{max-width:820px;margin-bottom:58px}
#pcx .pcx-sectionhead h2{
  font-size:clamp(38px,5vw,62px);
  line-height:1.06;
  font-weight:800;
  margin-bottom:22px;
}
#pcx .pcx-sectionhead p{color:var(--muted);font-size:17px;line-height:1.75;max-width:740px}
#pcx .pcx-sectionhead--sticky{position:sticky;top:60px;align-self:start}

/* =========================================================
   STORY
========================================================= */
#pcx .pcx-story{background:#08141d}
#pcx .pcx-timeline{position:relative;padding-left:96px;max-width:980px}
#pcx .pcx-timeline__rail{
  position:absolute;left:28px;top:12px;bottom:12px;width:1px;background:#17323f;
}
#pcx .pcx-timeline__rail i{
  position:absolute;left:-1px;top:0;width:3px;height:0;background:linear-gradient(var(--cyan),var(--blue));
  box-shadow:0 0 18px rgba(56,232,255,.25);
}
#pcx .pcx-timecard{
  position:relative;
  display:grid;grid-template-columns:120px 1fr;gap:40px;
  padding:0 0 68px;
}
#pcx .pcx-timecard:last-child{padding-bottom:0}
#pcx .pcx-timecard::before{
  content:"";position:absolute;left:-74px;top:7px;width:12px;height:12px;border-radius:50%;
  background:#102d3a;border:2px solid var(--cyan);box-shadow:0 0 0 7px rgba(56,232,255,.06);
}
#pcx .pcx-timecard__time{
  font:800 22px/1 "Manrope",sans-serif;color:#e8f4f8;padding-top:2px;
}
#pcx .pcx-timecard__body{
  border-top:1px solid var(--line);padding-top:22px;
}
#pcx .pcx-chip{
  color:#6ed9e7;font-size:10px;font-weight:800;letter-spacing:.12em;
}
#pcx .pcx-timecard h3{font-size:28px;margin:13px 0 10px}
#pcx .pcx-timecard p{color:#8fa5b2;max-width:690px;margin-bottom:17px}
#pcx .pcx-timecard__question{
  color:#7f96a3;font-size:13px;padding:12px 14px;border-left:2px solid #294755;background:rgba(255,255,255,.02);
}
#pcx .pcx-timecard__question b{color:#dcebf1}

/* =========================================================
   REFRAME
========================================================= */
#pcx .pcx-reframe{
  padding-top:80px;padding-bottom:80px;
  background:linear-gradient(180deg,#08141d,#07131b);
}
#pcx .pcx-reframe__box{
  border:1px solid rgba(56,232,255,.21);
  background:linear-gradient(145deg,rgba(56,232,255,.06),rgba(64,90,255,.035));
  border-radius:28px;padding:48px;
}
#pcx .pcx-reframe__grid{
  display:grid;grid-template-columns:1fr 80px 1fr;gap:20px;align-items:center;
}
#pcx .pcx-reframe__num{color:#4b7283;font-size:11px;font-weight:800;letter-spacing:.1em}
#pcx .pcx-reframe__grid h3{font-size:32px;margin:10px 0 8px}
#pcx .pcx-reframe__grid p{color:#91a6b2;margin:0;max-width:420px}
#pcx .pcx-reframe__arrow{
  display:grid;place-items:center;width:58px;height:58px;border-radius:50%;border:1px solid var(--line2);
  color:var(--cyan);font:800 22px/1 "Manrope";
}
#pcx .pcx-reframe__bottom{
  margin:35px 0 0;padding-top:25px;border-top:1px solid var(--line);color:#90a6b2;
}
#pcx .pcx-reframe__bottom strong{color:white}

/* =========================================================
   TWO COL / DIAGNOSTIC
========================================================= */
#pcx .pcx-diagnostic{background:#061018}
#pcx .pcx-two{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}
#pcx .pcx-mini-note{
  margin-top:34px;padding:18px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.02);
  color:#728b98;font-size:13px;
}
#pcx .pcx-mini-note b{display:block;color:#ccdde5;margin-bottom:6px}
#pcx .pcx-riskbox{
  border:1px solid var(--line);border-radius:26px;padding:30px;background:linear-gradient(180deg,#0b1a24,#09151e);
  box-shadow:var(--shadow);
}
#pcx .pcx-riskbox__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid var(--line)}
#pcx .pcx-riskbox__top>div:first-child span{display:block;color:#718996;font-size:12px}
#pcx .pcx-riskbox__top>div:first-child strong{font:800 24px/1.2 "Manrope";display:block;margin-top:4px}
#pcx .pcx-riskring{
  width:92px;
  height:92px;
  flex:0 0 92px;
  position:relative;
  display:grid;
  place-items:center;
  border-radius:50%;
  isolation:isolate;
  --risk-color:var(--cyan);
  --risk-glow:rgba(56,232,255,.18);
}
#pcx .pcx-riskring__track{
  position:absolute;
  inset:0;
  border-radius:50%;
  background:conic-gradient(var(--risk-color) 0%, #19303b 0%);
  box-shadow:
    inset 0 0 0 1px rgba(149,213,236,.08),
    0 0 28px var(--risk-glow);
  transition:background .35s ease,box-shadow .35s ease;
}
#pcx .pcx-riskring__track::after{
  content:"";
  position:absolute;
  inset:7px;
  border-radius:50%;
  background:#0b1a24;
  border:1px solid rgba(177,213,232,.08);
}
#pcx .pcx-riskring__inside{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-variant-numeric:tabular-nums;
  transform:translateY(1px);
}
#pcx .pcx-riskring__inside b{
  display:block;
  margin:0;
  padding:0;
  font:800 25px/.92 "Manrope",sans-serif;
  letter-spacing:-.045em;
  color:#f5fbfd;
}
#pcx .pcx-riskring__inside small{
  display:block;
  margin-top:7px;
  padding:0;
  color:#6e8795;
  font-size:8px;
  line-height:1;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
#pcx .pcx-riskring.is-low{
  --risk-color:var(--green);
  --risk-glow:rgba(85,242,176,.17);
}
#pcx .pcx-riskring.is-medium{
  --risk-color:var(--yellow);
  --risk-glow:rgba(228,255,120,.17);
}
#pcx .pcx-riskring.is-high{
  --risk-color:#ffae57;
  --risk-glow:rgba(255,174,87,.22);
}
#pcx .pcx-riskring.is-critical{
  --risk-color:var(--danger);
  --risk-glow:rgba(255,122,138,.34);
}
#pcx .pcx-riskring.is-critical .pcx-riskring__inside b{
  color:#ffd8dd;
}
#pcx .pcx-riskring.is-critical::after{
  content:"ALERT";
  position:absolute;
  z-index:4;
  top:-8px;
  right:-12px;
  padding:4px 7px;
  border:1px solid rgba(255,122,138,.38);
  border-radius:999px;
  background:#2a1016;
  color:#ff98a5;
  font-size:7px;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
  box-shadow:0 0 18px rgba(255,122,138,.18);
}
#pcx .pcx-riskring b{font:800 22px/1 "Manrope"}
#pcx .pcx-riskbar{height:4px;background:#162d39;border-radius:99px;margin:22px 0 28px;overflow:hidden}
#pcx .pcx-riskbar i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--green),var(--cyan),var(--danger));transition:width .35s ease}
#pcx .pcx-q{padding:0 0 27px;margin:0 0 27px;border-bottom:1px solid rgba(177,213,232,.09)}
#pcx .pcx-q p{font-weight:600;font-size:14px;color:#d8e7ed;margin-bottom:13px}
#pcx .pcx-options{display:flex;gap:8px;flex-wrap:wrap}
#pcx .pcx-options button{
  color:#8da4b0;background:#0e202b;border:1px solid #1a3542;border-radius:999px;
  padding:8px 12px;font-size:11px;transition:.2s ease;
}
#pcx .pcx-options button:hover{border-color:#3d6576;color:white}
#pcx .pcx-options button.is-active{
  color:#041217;background:var(--cyan);border-color:var(--cyan);
}
#pcx .pcx-riskresult{
  min-height:70px;padding:14px 16px;margin-bottom:18px;border-radius:12px;
  background:rgba(56,232,255,.045);border:1px solid rgba(56,232,255,.12);
  color:#9cb1bb;font-size:12px;
}
#pcx .pcx-riskresult b{color:#ecf9fc}

/* =========================================================
   CALC
========================================================= */
#pcx .pcx-calcsection{background:#0a1822}
#pcx .pcx-calc{
  display:grid;grid-template-columns:1.1fr .9fr;border:1px solid var(--line2);border-radius:28px;overflow:hidden;
  box-shadow:var(--shadow);
}
#pcx .pcx-calc__controls{padding:42px;background:#0d1e29}
#pcx .pcx-field{display:block;margin-bottom:34px}
#pcx .pcx-field:last-child{margin-bottom:0}
#pcx .pcx-field>span{display:block;color:#a9bdc7;font-size:12px;font-weight:700;margin-bottom:10px}
#pcx .pcx-inputwrap{display:flex;align-items:center;border:1px solid #20404f;border-radius:14px;background:#091821;overflow:hidden}
#pcx .pcx-inputwrap input{
  width:100%;height:56px;background:transparent;border:0;outline:0;color:white;padding:0 16px;font-size:20px;font-weight:700;
}
#pcx .pcx-inputwrap b{padding:0 16px;color:#668391;font-size:12px}
#pcx input[type="range"]{width:100%;accent-color:var(--cyan)}
#pcx .pcx-rangehead{text-align:right;margin-bottom:-4px;color:var(--cyan)}
#pcx .pcx-days{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
#pcx .pcx-days button{
  min-height:44px;border-radius:10px;border:1px solid #203c49;background:#0a1922;color:#839aa6;font-size:11px;
}
#pcx .pcx-days button.is-active{border-color:var(--cyan);color:#061217;background:var(--cyan)}
#pcx .pcx-calc__result{
  padding:42px;background:linear-gradient(160deg,#dffcff,#baf7ff 70%,#a9dfff);color:#07151c;
  display:flex;flex-direction:column;justify-content:center;
}
#pcx .pcx-calc__result .pcx-label{color:#46656f}
#pcx .pcx-calc__result>strong{
  font:800 clamp(42px,6vw,72px)/1 "Manrope";letter-spacing:-.055em;margin:18px 0 8px;
}
#pcx .pcx-calc__result>p{color:#35525d;font-size:13px}
#pcx .pcx-calcnote{
  display:grid;grid-template-columns:30px 1fr;gap:12px;margin:24px 0;
  padding:14px;border-top:1px solid rgba(3,18,24,.18);border-bottom:1px solid rgba(3,18,24,.18);
}
#pcx .pcx-calcnote>span{
  width:24px;height:24px;border-radius:50%;border:1px solid rgba(3,18,24,.25);display:grid;place-items:center;font-weight:800;font-size:11px;
}
#pcx .pcx-calcnote p{font-size:10px;line-height:1.6;margin:0;color:#44606a}

/* =========================================================
   SOLUTION
========================================================= */
#pcx .pcx-solution{background:#061018}
#pcx .pcx-pillargrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
#pcx .pcx-pillar{
  min-height:320px;padding:30px;border:1px solid var(--line);border-radius:20px;background:#0a1821;
  position:relative;overflow:hidden;transition:.3s ease;
}
#pcx .pcx-pillar:hover{transform:translateY(-5px);border-color:rgba(56,232,255,.32);background:#0c1c26}
#pcx .pcx-pillar__icon{width:44px;height:44px;color:var(--cyan);margin-bottom:48px}
#pcx .pcx-pillar__icon svg{width:100%;height:100%}
#pcx .pcx-pillar>span{color:#617e8d;font-size:10px;font-weight:800;letter-spacing:.11em}
#pcx .pcx-pillar h3{font-size:25px;margin:11px 0 10px}
#pcx .pcx-pillar p{color:#829aa7;font-size:13px;margin:0}
#pcx .pcx-response{
  margin-top:22px;padding:42px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#0b1c26,#0d2230);
  display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:end;
}
#pcx .pcx-response__intro h3{font-size:30px;margin:0 0 10px}
#pcx .pcx-response__intro p{color:#8298a4;margin:0}
#pcx .pcx-response__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}
#pcx .pcx-response__steps div{background:#0d202b;padding:19px 14px;min-height:100px}
#pcx .pcx-response__steps b{display:block;color:var(--cyan);font-size:10px;margin-bottom:18px}
#pcx .pcx-response__steps span{display:block;color:#c3d4dc;font-size:11px}

/* =========================================================
   COMPARE
========================================================= */
#pcx .pcx-alternatives{background:#08151e}
#pcx .pcx-compare{border:1px solid var(--line);border-radius:20px;overflow:hidden}
#pcx .pcx-compare__head,#pcx .pcx-compare__row{
  display:grid;grid-template-columns:.55fr 1fr 1fr;gap:0;
}
#pcx .pcx-compare__head{background:#0b1c26;color:#597685;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
#pcx .pcx-compare__head span,#pcx .pcx-compare__row>*{padding:18px 22px;border-right:1px solid var(--line)}
#pcx .pcx-compare__head span:last-child,#pcx .pcx-compare__row>*:last-child{border-right:0}
#pcx .pcx-compare__row{border-top:1px solid var(--line);background:#091821}
#pcx .pcx-compare__row strong{font-size:13px}
#pcx .pcx-compare__row span{color:#849ba7;font-size:12px}
#pcx .pcx-compare__row--focus{background:rgba(56,232,255,.045)}
#pcx .pcx-compare__row--focus strong{color:var(--cyan)}

/* =========================================================
   INDUSTRIES TABS
========================================================= */
#pcx .pcx-industries{background:#061018}
#pcx .pcx-tabs{border:1px solid var(--line);border-radius:22px;overflow:hidden}
#pcx .pcx-tabs__nav{display:flex;gap:0;overflow:auto;background:#0b1a24;border-bottom:1px solid var(--line)}
#pcx .pcx-tabs__nav button{
  min-width:max-content;background:transparent;color:#718b98;border:0;border-right:1px solid var(--line);
  padding:17px 22px;font-size:11px;font-weight:700;
}
#pcx .pcx-tabs__nav button[aria-selected="true"]{color:#061217;background:var(--cyan)}
#pcx .pcx-tabpanel{display:none;grid-template-columns:1fr .7fr;gap:70px;padding:44px;background:#081821}
#pcx .pcx-tabpanel.is-active{display:grid;animation:pcxFade .35s ease}
@keyframes pcxFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
#pcx .pcx-tabpanel>div>span{color:var(--cyan);font-size:10px;font-weight:800;letter-spacing:.12em}
#pcx .pcx-tabpanel h3{font-size:30px;margin:12px 0 12px;max-width:700px}
#pcx .pcx-tabpanel p{color:#849ba7;margin:0}
#pcx .pcx-tabpanel ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;align-content:center}
#pcx .pcx-tabpanel li{
  position:relative;padding:12px 14px 12px 37px;border:1px solid var(--line);border-radius:10px;color:#adc0ca;font-size:12px;background:#0b1e29;
}
#pcx .pcx-tabpanel li::before{content:"";position:absolute;left:14px;top:50%;width:8px;height:8px;border-radius:50%;background:var(--green);transform:translateY(-50%)}

/* =========================================================
   ELIGIBILITY
========================================================= */
#pcx .pcx-eligibility{background:#091721}
#pcx .pcx-checklist{border-top:1px solid var(--line)}
#pcx .pcx-check{display:grid;grid-template-columns:54px 1fr;align-items:center;gap:10px;min-height:72px;border-bottom:1px solid var(--line)}
#pcx .pcx-check b{font-size:10px;color:#4f7180}
#pcx .pcx-check span{color:#c4d4dc;font-size:14px}
#pcx .pcx-checklist__cta{padding:25px 0 0;display:flex;justify-content:space-between;gap:20px;align-items:center}
#pcx .pcx-checklist__cta span{color:#6f8794;font-size:12px}
#pcx .pcx-checklist__cta a{color:var(--cyan);font-weight:800;font-size:12px}

/* =========================================================
   FAQ
========================================================= */
#pcx .pcx-faq{background:#061018}
#pcx .pcx-accordion{max-width:920px}
#pcx .pcx-acc{border-top:1px solid var(--line)}
#pcx .pcx-acc:last-child{border-bottom:1px solid var(--line)}
#pcx .pcx-acc button{
  width:100%;min-height:76px;background:transparent;border:0;color:#dce9ef;text-align:left;
  display:flex;align-items:center;justify-content:space-between;gap:30px;font-weight:700;font-size:15px;padding:0;
}
#pcx .pcx-acc button span{
  flex:0 0 auto;width:34px;height:34px;border-radius:50%;border:1px solid var(--line2);display:grid;place-items:center;
  color:var(--cyan);font-size:20px;font-weight:400;transition:.25s ease;
}
#pcx .pcx-acc button[aria-expanded="true"] span{transform:rotate(45deg)}
#pcx .pcx-acc__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}
#pcx .pcx-acc__body>p{overflow:hidden;color:#839aa6;font-size:13px;line-height:1.75;max-width:780px;margin:0}
#pcx .pcx-acc.is-open .pcx-acc__body{grid-template-rows:1fr}
#pcx .pcx-acc.is-open .pcx-acc__body>p{padding-bottom:24px}

/* =========================================================
   FINAL
========================================================= */
#pcx .pcx-final{
  position:relative;padding:110px 0;background:
  radial-gradient(circle at 20% 20%,rgba(56,232,255,.11),transparent 30%),
  linear-gradient(180deg,#07141e,#081923);
}
#pcx .pcx-final__box{
  position:relative;z-index:2;
  display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center;
}
#pcx .pcx-final h2{font-size:clamp(38px,5vw,60px);line-height:1.07;margin-bottom:22px}
#pcx .pcx-final>div p,#pcx .pcx-final__box>div:first-child>p{color:#8da3af;max-width:680px}
#pcx .pcx-final__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
#pcx .pcx-contactcard{
  border:1px solid rgba(184,228,244,.18);border-radius:24px;padding:30px;background:rgba(8,23,33,.82);
  box-shadow:var(--shadow);backdrop-filter:blur(15px);
}
#pcx .pcx-contactcard h3{font-size:25px;margin:9px 0 10px}
#pcx .pcx-contactcard>p{color:#718b98;font-size:12px}
#pcx .pcx-form{display:grid;gap:13px;margin-top:24px}
#pcx .pcx-form label span{display:block;color:#708a98;font-size:10px;font-weight:700;margin-bottom:5px}
#pcx .pcx-form input{
  width:100%;height:48px;border-radius:10px;border:1px solid #1e3a48;background:#091821;color:white;padding:0 13px;outline:0;
}
#pcx .pcx-form input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(56,232,255,.08)}
#pcx .pcx-form small{color:#516d7a;font-size:9px;line-height:1.5}

/* =========================================================
   FOOTER
========================================================= */
#pcx .pcx-footer{padding:55px 0 28px;background:#040c12;border-top:1px solid var(--line)}
#pcx .pcx-footer__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}
#pcx .pcx-footer__grid p{color:#566f7d;font-size:11px;max-width:390px;margin:16px 0 0}
#pcx .pcx-footer__grid>div:last-child{display:grid;align-content:start;gap:7px}
#pcx .pcx-footer__grid>div:last-child b{font-size:11px;margin-bottom:6px}
#pcx .pcx-footer__grid>div:last-child a{font-size:10px;color:#6f8997}
#pcx .pcx-footer__grid>div:last-child a:hover{color:var(--cyan)}
#pcx .pcx-legal{
  margin-top:38px;padding-top:22px;border-top:1px solid var(--line);
  display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;color:#425c69;
}
#pcx .pcx-legal p{font-size:9px;line-height:1.6;max-width:820px;margin:0}
#pcx .pcx-legal span{font-size:9px}

/* =========================================================
   REVEAL ANIMATIONS
========================================================= */
#pcx .pcx-reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);
}
#pcx .pcx-reveal.is-visible{opacity:1;transform:none}
#pcx .pcx-reveal--delay{transition-delay:.12s}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width:980px){
  #pcx .pcx-nav__links{display:none}
  #pcx .pcx-hero{padding-top:150px;min-height:auto}
  #pcx .pcx-hero__grid,
  #pcx .pcx-two,
  #pcx .pcx-calc,
  #pcx .pcx-final__box,
  #pcx .pcx-response{grid-template-columns:1fr}
  #pcx .pcx-hero__grid{gap:55px}
  #pcx .pcx-console{transform:none;max-width:660px}
  #pcx .pcx-statbar{grid-template-columns:repeat(2,1fr)}
  #pcx .pcx-stat:nth-child(2){border-right:0}
  #pcx .pcx-stat:nth-child(-n+2){border-bottom:1px solid var(--line)}
  #pcx .pcx-two{gap:45px}
  #pcx .pcx-sectionhead--sticky{position:relative;top:auto}
  #pcx .pcx-pillargrid{grid-template-columns:1fr}
  #pcx .pcx-pillar{min-height:auto}
  #pcx .pcx-response__steps{grid-template-columns:repeat(2,1fr)}
  #pcx .pcx-final__box{gap:45px}
}

@media (max-width:720px){
  #pcx .pcx-shell{width:min(100% - 28px,1180px)}
  #pcx .pcx-section{padding:82px 0}
  #pcx .pcx-nav__inner{height:70px}
  #pcx .pcx-nav .pcx-btn{display:none}
  #pcx .pcx-hero{padding-top:126px;padding-bottom:48px}
  #pcx .pcx-hero h1{font-size:43px}
  #pcx .pcx-lead{font-size:16px}
  #pcx .pcx-hero__actions{align-items:stretch;flex-direction:column}
  #pcx .pcx-hero__actions .pcx-btn{width:100%}
  #pcx .pcx-statbar{grid-template-columns:1fr;margin-top:58px}
  #pcx .pcx-stat,#pcx .pcx-stat:first-child{padding:20px 0;border-right:0;border-bottom:1px solid var(--line)}
  #pcx .pcx-stat:last-child{border-bottom:0}
  #pcx .pcx-sectionhead h2{font-size:38px}
  #pcx .pcx-timeline{padding-left:42px}
  #pcx .pcx-timeline__rail{left:7px}
  #pcx .pcx-timecard{grid-template-columns:1fr;gap:10px;padding-bottom:50px}
  #pcx .pcx-timecard::before{left:-41px}
  #pcx .pcx-timecard__time{font-size:16px}
  #pcx .pcx-reframe__box{padding:28px}
  #pcx .pcx-reframe__grid{grid-template-columns:1fr}
  #pcx .pcx-reframe__arrow{width:44px;height:44px}
  #pcx .pcx-riskbox{padding:20px}
  #pcx .pcx-options{display:grid;grid-template-columns:repeat(2,1fr)}
  #pcx .pcx-options button{border-radius:9px}
  #pcx .pcx-calc__controls,#pcx .pcx-calc__result{padding:26px 20px}
  #pcx .pcx-days{grid-template-columns:repeat(2,1fr)}
  #pcx .pcx-response{padding:28px 20px;gap:32px}
  #pcx .pcx-response__steps{grid-template-columns:1fr 1fr}
  #pcx .pcx-compare__head{display:none}
  #pcx .pcx-compare__row{grid-template-columns:1fr}
  #pcx .pcx-compare__row>*{border-right:0;border-bottom:1px solid var(--line);padding:14px 17px}
  #pcx .pcx-compare__row>*:last-child{border-bottom:0}
  #pcx .pcx-tabpanel{grid-template-columns:1fr;gap:28px;padding:28px 20px}
  #pcx .pcx-tabpanel h3{font-size:24px}
  #pcx .pcx-checklist__cta{align-items:flex-start;flex-direction:column}
  #pcx .pcx-final{padding:82px 0}
  #pcx .pcx-contactcard{padding:22px}
  #pcx .pcx-footer__grid{grid-template-columns:1fr;gap:36px}
  #pcx .pcx-legal{grid-template-columns:1fr;gap:16px}
}

@media (prefers-reduced-motion:reduce){
  #pcx *,#pcx *::before,#pcx *::after{
    scroll-behavior:auto!important;
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
  }
  #pcx .pcx-reveal{opacity:1;transform:none}
}

/* =========================================================
   V3 — IMAGERY / OVERFLOW / INTERACTION POLISH
========================================================= */
#pcx img{
  display:block;
  max-width:100%;
}
#pcx .pcx-riskbox,
#pcx .pcx-calc,
#pcx .pcx-calc__controls,
#pcx .pcx-calc__result,
#pcx .pcx-tabs,
#pcx .pcx-tabpanel,
#pcx .pcx-inputwrap,
#pcx .pcx-field{
  min-width:0;
  max-width:100%;
}
#pcx input[type="range"]{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  margin:8px 0 0;
  padding:0;
  box-sizing:border-box;
}
#pcx input[type="range"]::-webkit-slider-runnable-track{
  height:6px;
  border-radius:999px;
  background:#173340;
}
#pcx input[type="range"]::-webkit-slider-thumb{
  margin-top:-5px;
}
#pcx input[type="range"]::-moz-range-track{
  height:6px;
  border-radius:999px;
  background:#173340;
}
#pcx .pcx-options button,
#pcx .pcx-days button{
  min-width:0;
  white-space:normal;
  line-height:1.25;
}
#pcx .pcx-photo-mosaic{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.35fr .825fr .825fr;
  gap:12px;
  margin-top:38px;
}
#pcx .pcx-photo-card{
  position:relative;
  min-height:250px;
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:20px;
  background:#0b1a24;
}
#pcx .pcx-photo-card--wide{min-height:330px}
#pcx .pcx-photo-card img{
  width:100%;
  height:100%;
  min-height:250px;
  object-fit:cover;
  filter:saturate(.78) contrast(1.04) brightness(.72);
  transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .4s ease;
}
#pcx .pcx-photo-card:hover img{
  transform:scale(1.035);
  filter:saturate(.9) contrast(1.05) brightness(.78);
}
#pcx .pcx-photo-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(3,12,18,.04) 20%,rgba(3,12,18,.88) 100%),
    linear-gradient(90deg,rgba(3,16,24,.4),transparent 52%);
  pointer-events:none;
}
#pcx .pcx-photo-card figcaption{
  position:absolute;
  z-index:3;
  left:22px;
  right:22px;
  bottom:20px;
}
#pcx .pcx-photo-card figcaption span{
  display:block;
  color:var(--cyan);
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
  margin-bottom:5px;
}
#pcx .pcx-photo-card figcaption strong{
  display:block;
  font:700 17px/1.25 "Manrope",sans-serif;
}
#pcx .pcx-photo-card figcaption small{
  display:block;
  margin-top:5px;
  color:#91a6b1;
  font-size:10px;
  max-width:420px;
}
#pcx .pcx-photo-signal{
  position:absolute;
  z-index:4;
  top:16px;
  left:16px;
  right:16px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:9px 11px;
  border:1px solid rgba(175,228,245,.16);
  border-radius:999px;
  background:rgba(4,15,22,.64);
  backdrop-filter:blur(10px);
  width:max-content;
  max-width:calc(100% - 32px);
}
#pcx .pcx-photo-signal i{
  width:7px;height:7px;border-radius:50%;background:var(--green);
  box-shadow:0 0 14px rgba(85,242,176,.6);
}
#pcx .pcx-photo-signal span,#pcx .pcx-photo-signal b{
  font-size:8px;letter-spacing:.09em;
}
#pcx .pcx-photo-signal span{color:#8199a5}
#pcx .pcx-photo-signal b{color:#effbff}

#pcx .pcx-story-visual{
  position:relative;
  height:430px;
  margin:0 0 72px;
  overflow:hidden;
  border-radius:26px;
  border:1px solid var(--line);
  background:#0a1922;
}
#pcx .pcx-story-visual img{
  width:100%;height:100%;object-fit:cover;
  filter:saturate(.65) contrast(1.08) brightness(.64);
}
#pcx .pcx-story-visual__shade{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(4,15,22,.92) 0%,rgba(4,15,22,.28) 55%,rgba(4,15,22,.2)),
    linear-gradient(180deg,transparent 45%,rgba(4,15,22,.72));
}
#pcx .pcx-story-visual__overlay{
  position:absolute;
  inset:auto 28px 26px 28px;
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:end;
}
#pcx .pcx-story-visual__overlay>div:first-child span{
  display:block;color:var(--cyan);font-size:9px;font-weight:800;letter-spacing:.12em;margin-bottom:5px;
}
#pcx .pcx-story-visual__overlay>div:first-child strong{
  display:block;font:800 clamp(24px,4vw,40px)/1.05 "Manrope";
}
#pcx .pcx-story-alert{
  flex:0 0 auto;
  min-width:220px;
  display:grid;
  grid-template-columns:10px 1fr auto;
  gap:8px;
  align-items:center;
  padding:12px 14px;
  border:1px solid rgba(255,122,138,.25);
  border-radius:12px;
  background:rgba(15,17,24,.72);
  backdrop-filter:blur(12px);
}
#pcx .pcx-story-alert i{width:7px;height:7px;border-radius:50%;background:var(--danger);box-shadow:0 0 12px rgba(255,122,138,.55)}
#pcx .pcx-story-alert span{font-size:9px;color:#b28b91;font-weight:800;letter-spacing:.08em}
#pcx .pcx-story-alert b{font-size:9px;color:white}

#pcx .pcx-tabpanel{
  grid-template-columns:.72fr 1fr .66fr;
  align-items:center;
}
#pcx .pcx-tabpanel__image{
  position:relative;
  height:260px;
  overflow:hidden;
  border-radius:16px;
  border:1px solid var(--line);
}
#pcx .pcx-tabpanel__image img{
  width:100%;height:100%;object-fit:cover;
  filter:saturate(.7) contrast(1.04) brightness(.72);
}
#pcx .pcx-tabpanel__image::after{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(4,15,22,.78));
}
#pcx .pcx-tabpanel__image span{
  position:absolute;z-index:2;left:14px;bottom:12px;
  font-size:8px;font-weight:800;letter-spacing:.11em;color:var(--cyan);
}

#pcx .pcx-human{
  background:
    radial-gradient(circle at 12% 35%,rgba(56,232,255,.08),transparent 30%),
    #08151e;
}
#pcx .pcx-human__card{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:60px;
  align-items:center;
  padding:28px;
  border:1px solid var(--line);
  border-radius:28px;
  background:linear-gradient(135deg,#0a1923,#0c1e29);
  box-shadow:var(--shadow);
}
#pcx .pcx-human__photo{
  position:relative;
  min-height:500px;
  overflow:hidden;
  border-radius:22px;
  background:#0a151d;
}
#pcx .pcx-human__photo img{
  width:100%;
  height:100%;
  min-height:500px;
  object-fit:cover;
  object-position:center;
}
#pcx .pcx-human__photo::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(3,12,18,.82));
}
#pcx .pcx-human__badge{
  position:absolute;z-index:2;left:18px;right:18px;bottom:18px;
  padding:14px 16px;border:1px solid rgba(255,255,255,.13);border-radius:14px;
  background:rgba(4,15,22,.72);backdrop-filter:blur(12px);
}
#pcx .pcx-human__badge span{display:block;color:var(--cyan);font-size:8px;font-weight:800;letter-spacing:.11em}
#pcx .pcx-human__badge b{display:block;margin-top:4px;font-size:13px}
#pcx .pcx-human__copy h2{font-size:clamp(36px,5vw,58px);line-height:1.05;margin-bottom:20px}
#pcx .pcx-human__copy h2 span{color:var(--cyan2)}
#pcx .pcx-human__copy>p{color:#8ba1ad;max-width:650px}
#pcx .pcx-human__facts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:30px 0}
#pcx .pcx-human__facts div{padding:16px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.02)}
#pcx .pcx-human__facts b{display:block;color:var(--cyan);font-size:9px;margin-bottom:12px}
#pcx .pcx-human__facts span{display:block;color:#b6c8d0;font-size:11px}
#pcx .pcx-human__actions{display:flex;gap:10px;flex-wrap:wrap}

@media (max-width:980px){
  #pcx .pcx-photo-mosaic{grid-template-columns:1fr 1fr}
  #pcx .pcx-photo-card--wide{grid-column:1/-1}
  #pcx .pcx-tabpanel{grid-template-columns:1fr 1fr}
  #pcx .pcx-tabpanel__image{grid-column:1/-1;height:310px}
  #pcx .pcx-human__card{grid-template-columns:1fr;gap:36px}
  #pcx .pcx-human__photo{min-height:440px}
}
@media (max-width:720px){
  #pcx .pcx-photo-mosaic{grid-template-columns:1fr}
  #pcx .pcx-photo-card--wide{grid-column:auto}
  #pcx .pcx-photo-card,
  #pcx .pcx-photo-card--wide{min-height:260px}
  #pcx .pcx-photo-card img{min-height:260px}
  #pcx .pcx-story-visual{height:360px;margin-bottom:52px}
  #pcx .pcx-story-visual__overlay{inset:auto 16px 16px;display:grid}
  #pcx .pcx-story-alert{min-width:0;width:100%}
  #pcx .pcx-tabpanel{grid-template-columns:1fr}
  #pcx .pcx-tabpanel__image{grid-column:auto;height:220px}
  #pcx .pcx-human__card{padding:16px}
  #pcx .pcx-human__photo,
  #pcx .pcx-human__photo img{min-height:390px}
  #pcx .pcx-human__facts{grid-template-columns:1fr}
  #pcx .pcx-riskbox{overflow:hidden}
  #pcx .pcx-calc{overflow:hidden}
  #pcx .pcx-field{overflow:hidden}
}


/* =========================================================
   V4 — CONTACT PORTRAIT + RISK SCORE + FINAL POLISH
========================================================= */
#pcx .pcx-human__photo{
  aspect-ratio:4/3;
  min-height:0;
}
#pcx .pcx-human__photo img{
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  object-position:center 38%;
  filter:saturate(.9) contrast(1.03) brightness(.92);
}
#pcx .pcx-riskbox__top{
  gap:20px;
}
#pcx .pcx-riskresult__meta{
  display:block;
  margin-top:8px;
  color:#5f7c89;
  font-size:10px;
  font-weight:600;
}
#pcx .pcx-riskring{
  transform:translateZ(0);
}
#pcx .pcx-tabpanel__image img[src*="law_cyber.jpg"]{
  object-position:center 35%;
}
@media (max-width:720px){
  #pcx .pcx-riskbox__top{
    align-items:center;
  }
  #pcx .pcx-riskring{
    width:78px;
    height:78px;
    flex-basis:78px;
  }
  #pcx .pcx-riskring__inside b{
    font-size:21px;
  }
  #pcx .pcx-human__photo{
    aspect-ratio:4/3;
    min-height:0;
  }
  #pcx .pcx-human__photo img{
    min-height:0;
    object-position:center center;
  }
}


/* =========================================================
   V5 — OWU / 15 INDUSTRIES / SCOPE / LIMITS
========================================================= */
#pcx .pcx-pillargrid--four{
  grid-template-columns:repeat(4,1fr);
}
#pcx .pcx-pillargrid--four .pcx-pillar{
  min-height:350px;
}
#pcx .pcx-scopegrid{
  margin-top:18px;
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  gap:40px;
  padding:34px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(135deg,#091a24,#0c202b);
}
#pcx .pcx-scopegrid__lead h3{
  margin:0;
  font-size:28px;
}
#pcx .pcx-scopegrid__items{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  align-content:start;
}
#pcx .pcx-scopegrid__items span{
  padding:9px 12px;
  border:1px solid rgba(177,213,232,.14);
  border-radius:999px;
  background:rgba(255,255,255,.025);
  color:#9cb0bb;
  font-size:10px;
  font-weight:700;
}

#pcx .pcx-tabs__toolbar{
  background:#0b1a24;
  border-bottom:1px solid var(--line);
}
#pcx .pcx-tabs__toolbar .pcx-tabs__nav{
  border-bottom:0;
}
#pcx .pcx-showall{
  width:100%;
  border:0;
  border-top:1px solid var(--line);
  background:#091821;
  color:#7d97a4;
  padding:12px 16px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
}
#pcx .pcx-showall:hover{color:var(--cyan)}
#pcx .pcx-tabs__nav--more{
  display:none;
  border-bottom:1px solid var(--line);
  flex-wrap:wrap;
}
#pcx .pcx-tabs__nav--more.is-open{display:flex}
#pcx .pcx-tabpanel{
  grid-template-columns:.72fr 1fr .66fr;
}

#pcx .pcx-limits{
  background:#07131b;
}
#pcx .pcx-limitgrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
#pcx .pcx-limitcard{
  min-height:240px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#0a1923;
}
#pcx .pcx-limitcard>span{
  display:block;
  color:var(--danger);
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
  margin-bottom:42px;
}
#pcx .pcx-limitcard h3{
  font-size:22px;
  margin-bottom:10px;
}
#pcx .pcx-limitcard p{
  margin:0;
  color:#8199a5;
  font-size:12px;
}
#pcx .pcx-limitnote{
  margin-top:14px;
  display:flex;
  gap:12px;
  padding:16px 18px;
  border-left:2px solid var(--yellow);
  background:rgba(228,255,120,.035);
  color:#8199a5;
  font-size:11px;
}
#pcx .pcx-limitnote b{color:#e9f5f8}

@media (max-width:1100px){
  #pcx .pcx-pillargrid--four{grid-template-columns:repeat(2,1fr)}
  #pcx .pcx-limitgrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:980px){
  #pcx .pcx-scopegrid{grid-template-columns:1fr}
}
@media (max-width:720px){
  #pcx .pcx-pillargrid--four{grid-template-columns:1fr}
  #pcx .pcx-limitgrid{grid-template-columns:1fr}
  #pcx .pcx-limitcard{min-height:auto}
  #pcx .pcx-limitcard>span{margin-bottom:24px}
  #pcx .pcx-limitnote{display:block}
  #pcx .pcx-limitnote b{display:block;margin-bottom:5px}
  #pcx .pcx-tabs__nav--more{flex-wrap:nowrap}
}


#pcx #pcxRiskLabel{
  transition:color .25s ease;
}
#pcx #pcxRiskLabel.is-low{color:var(--green)}
#pcx #pcxRiskLabel.is-medium{color:var(--yellow)}
#pcx #pcxRiskLabel.is-high{color:#ffae57}
#pcx #pcxRiskLabel.is-critical{color:var(--danger)}
#pcx .pcx-riskresult{
  transition:border-color .25s ease,background .25s ease;
}
#pcx .pcx-riskresult.is-critical{
  border-color:rgba(255,122,138,.28);
  background:rgba(255,122,138,.06);
}
#pcx .pcx-riskresult.is-high{
  border-color:rgba(255,174,87,.24);
  background:rgba(255,174,87,.045);
}
@media (max-width:720px){
  #pcx .pcx-riskring{
    width:82px;
    height:82px;
    flex-basis:82px;
  }
  #pcx .pcx-riskring__inside b{font-size:22px}
  #pcx .pcx-riskring__inside small{font-size:7px;margin-top:6px}
}


/* =========================================================
   V5.2 — LEAD FORM
========================================================= */
#pcx .pcx-form__intro{
  margin-bottom:4px;
  padding-bottom:14px;
  border-bottom:1px solid var(--line);
}
#pcx .pcx-form__intro span{
  display:block;
  color:var(--cyan);
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
  margin-bottom:5px;
}
#pcx .pcx-form__intro strong{
  display:block;
  color:#e8f4f8;
  font-size:12px;
  line-height:1.45;
}
#pcx .pcx-form__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
#pcx .pcx-honeypot{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
#pcx .pcx-form-status{
  display:none;
  padding:12px 14px;
  border-radius:10px;
  font-size:11px;
  line-height:1.5;
}
#pcx .pcx-form-status.is-success{
  display:block;
  color:#baffdf;
  border:1px solid rgba(85,242,176,.28);
  background:rgba(85,242,176,.07);
}
#pcx .pcx-form-status.is-error{
  display:block;
  color:#ffc2ca;
  border:1px solid rgba(255,122,138,.30);
  background:rgba(255,122,138,.07);
}
#pcx .pcx-form button:disabled{
  opacity:.65;
  cursor:not-allowed;
  transform:none;
}
@media(max-width:720px){
  #pcx .pcx-form__grid{
    grid-template-columns:1fr;
  }
}


#pcx .pcx-form__grid--single{
  grid-template-columns:1fr!important;
}
#pcx .pcx-form__grid--single label{
  min-width:0;
}
#pcx .pcx-form__grid--single input{
  width:100%;
  max-width:100%;
  min-width:0;
  box-sizing:border-box;
}
#pcx .pcx-privacy{
  display:grid;
  grid-template-columns:18px 1fr;
  gap:10px;
  align-items:start;
  margin:2px 0 4px;
  cursor:pointer;
}
#pcx .pcx-privacy input{
  width:16px!important;
  height:16px!important;
  min-height:16px!important;
  margin:2px 0 0;
  padding:0;
  accent-color:var(--cyan);
}
#pcx .pcx-privacy span{
  display:block;
  color:#6f8794;
  font-size:9px;
  line-height:1.55;
}
#pcx .pcx-privacy a{
  color:#a9c8d5;
  text-decoration:underline;
  text-underline-offset:2px;
}
#pcx .pcx-privacy a:hover{
  color:var(--cyan);
}


/* =========================================================
   V5.4 — INDUSTRY SELECTOR + CONTACT FLOW
========================================================= */
#pcx .pcx-industry-selector{
  margin-top:34px;
}
#pcx .pcx-industry-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
#pcx .pcx-industry-btn{
  min-height:76px;
  display:grid;
  grid-template-columns:32px 1fr;
  gap:10px;
  align-items:center;
  width:100%;
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#091821;
  color:#8ca2ad;
  text-align:left;
  cursor:pointer;
  transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease,color .2s ease;
}
#pcx .pcx-industry-btn:hover{
  transform:translateY(-1px);
  border-color:rgba(56,232,255,.26);
  color:#dcecf2;
}
#pcx .pcx-industry-btn.is-active{
  color:#f1fbfd;
  border-color:rgba(56,232,255,.45);
  background:linear-gradient(135deg,rgba(56,232,255,.09),#091821 62%);
  box-shadow:0 0 0 1px rgba(56,232,255,.04),0 14px 30px rgba(0,0,0,.16);
}
#pcx .pcx-industry-btn__num{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:8px;
  background:#0c222d;
  color:#567582;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
}
#pcx .pcx-industry-btn.is-active .pcx-industry-btn__num{
  background:rgba(56,232,255,.12);
  color:var(--cyan);
}
#pcx .pcx-industry-btn__title{
  display:block;
  min-width:0;
  font-size:11px;
  line-height:1.25;
  font-weight:800;
}
#pcx .pcx-industry-stage{
  margin-top:16px;
}
#pcx .pcx-industry-panel{
  display:none;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  min-height:360px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#091821;
}
#pcx .pcx-industry-panel.is-active{
  display:grid;
}
#pcx .pcx-industry-panel__image{
  position:relative;
  min-height:360px;
  overflow:hidden;
}
#pcx .pcx-industry-panel__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(4,12,18,.08),rgba(4,12,18,.54));
  pointer-events:none;
}
#pcx .pcx-industry-panel__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease;
}
#pcx .pcx-industry-panel:hover .pcx-industry-panel__image img{
  transform:scale(1.025);
}
#pcx .pcx-industry-panel__overlay{
  position:absolute;
  z-index:2;
  left:22px;
  bottom:20px;
}
#pcx .pcx-industry-panel__overlay span{
  display:block;
  margin-bottom:5px;
  color:var(--cyan);
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
}
#pcx .pcx-industry-panel__overlay strong{
  color:#fff;
  font-size:17px;
}
#pcx .pcx-industry-panel__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:44px;
}
#pcx .pcx-industry-panel__content h3{
  max-width:620px;
  margin:8px 0 12px;
  font-size:30px;
  line-height:1.08;
}
#pcx .pcx-industry-panel__content p{
  max-width:610px;
  margin:0;
  color:#839aa6;
  font-size:12px;
  line-height:1.7;
}
#pcx .pcx-industry-chips{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:22px;
}
#pcx .pcx-industry-chips span{
  padding:8px 10px;
  border:1px solid rgba(177,213,232,.12);
  border-radius:999px;
  background:rgba(255,255,255,.025);
  color:#8ca4af;
  font-size:8px;
  font-weight:800;
  letter-spacing:.035em;
}
#pcx .pcx-industry-mobile{
  display:none;
}

#pcx .pcx-contact-process{
  display:grid;
  gap:9px;
  margin:22px 0 4px;
}
#pcx .pcx-contact-process>div{
  display:grid;
  grid-template-columns:30px 1fr;
  gap:11px;
  align-items:start;
  padding:13px 14px;
  border:1px solid rgba(177,213,232,.10);
  border-radius:12px;
  background:rgba(255,255,255,.018);
}
#pcx .pcx-contact-process b{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:8px;
  background:rgba(56,232,255,.08);
  color:var(--cyan);
  font-size:8px;
  letter-spacing:.06em;
}
#pcx .pcx-contact-process span{
  display:block;
  color:#78909c;
  font-size:10px;
  line-height:1.5;
}
#pcx .pcx-contact-process strong{
  display:block;
  margin-bottom:2px;
  color:#dcecf1;
  font-size:10px;
}

@media(max-width:980px){
  #pcx .pcx-industry-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  #pcx .pcx-industry-panel{
    grid-template-columns:1fr;
  }
  #pcx .pcx-industry-panel__image{
    min-height:300px;
  }
}
@media(max-width:720px){
  #pcx .pcx-industry-grid{
    display:none;
  }
  #pcx .pcx-industry-mobile{
    display:block;
  }
  #pcx .pcx-industry-mobile>span{
    display:block;
    margin-bottom:7px;
    color:#76909c;
    font-size:9px;
    font-weight:800;
    letter-spacing:.06em;
  }
  #pcx .pcx-industry-mobile select{
    width:100%;
    min-height:50px;
    padding:0 14px;
    border:1px solid rgba(56,232,255,.24);
    border-radius:12px;
    background:#0a1c26;
    color:#eff9fb;
    font:700 12px/1.2 "Inter",sans-serif;
  }
  #pcx .pcx-industry-panel{
    margin-top:12px;
    min-height:0;
  }
  #pcx .pcx-industry-panel__image{
    min-height:230px;
  }
  #pcx .pcx-industry-panel__content{
    padding:26px 20px 28px;
  }
  #pcx .pcx-industry-panel__content h3{
    font-size:24px;
  }
}


/* =========================================================
   V5.5 — MICRO-CONVERSION / INDUSTRY → FORM
========================================================= */
#pcx .pcx-industry-cta{
  margin-top:26px;
  padding-top:20px;
  border-top:1px solid rgba(177,213,232,.11);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
#pcx .pcx-industry-cta>div{
  min-width:0;
}
#pcx .pcx-industry-cta>div>span{
  display:block;
  margin-bottom:4px;
  color:var(--cyan);
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
}
#pcx .pcx-industry-cta>div>strong{
  display:block;
  max-width:360px;
  color:#dcecf2;
  font-size:11px;
  line-height:1.45;
}
#pcx .pcx-industry-cta__btn{
  flex:0 0 auto;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:0 15px;
  border:1px solid rgba(56,232,255,.34);
  border-radius:10px;
  background:rgba(56,232,255,.07);
  color:#e8fbff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.02em;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
#pcx .pcx-industry-cta__btn:hover{
  background:rgba(56,232,255,.13);
  border-color:rgba(56,232,255,.56);
  transform:translateY(-1px);
}
#pcx .pcx-industry-cta__btn span{
  color:var(--cyan);
  font-size:14px;
}

#pcx .pcx-form-context{
  margin-bottom:14px;
  padding:14px 16px;
  border:1px solid rgba(56,232,255,.2);
  border-radius:12px;
  background:linear-gradient(135deg,rgba(56,232,255,.07),rgba(56,232,255,.025));
}
#pcx .pcx-form-context[hidden]{
  display:none!important;
}
#pcx .pcx-form-context>span{
  display:block;
  margin-bottom:4px;
  color:#6f96a5;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
}
#pcx .pcx-form-context>strong{
  display:block;
  color:#ecfbff;
  font-size:15px;
  line-height:1.2;
}
#pcx .pcx-form-context>small{
  display:block;
  margin-top:5px;
  color:#76909d;
  font-size:9px;
  line-height:1.5;
}

#pcx .pcx-form.is-contextual{
  border-color:rgba(56,232,255,.20);
}

@media(max-width:720px){
  #pcx .pcx-industry-cta{
    align-items:stretch;
    flex-direction:column;
  }
  #pcx .pcx-industry-cta__btn{
    width:100%;
    justify-content:center;
  }
}


/* =========================================================
   V5.6 — PERSONALIZED INDUSTRIES + CONTACT REDESIGN
========================================================= */
#pcx .pcx-industry-disclaimer{
  margin-top:12px;
  padding:11px 14px;
  border-left:2px solid rgba(177,213,232,.18);
  color:#607985;
  font-size:9px;
  line-height:1.55;
}

#pcx .pcx-contact-v2{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(420px,.72fr);
  gap:72px;
  align-items:start;
}
#pcx .pcx-contact-v2__intro{
  padding-top:24px;
  position:sticky;
  top:110px;
}
#pcx .pcx-contact-v2__intro h2{
  max-width:760px;
  margin:10px 0 22px;
  font-size:clamp(42px,5vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
}
#pcx .pcx-contact-v2__intro h2 span{
  color:var(--cyan);
}
#pcx .pcx-contact-v2__intro>p{
  max-width:620px;
  margin:0;
  color:#8198a5;
  font-size:14px;
  line-height:1.72;
}
#pcx .pcx-contact-v2__proof{
  display:grid;
  gap:8px;
  margin-top:30px;
  max-width:650px;
}
#pcx .pcx-contact-v2__proof>div{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  align-items:start;
  padding:13px 0;
  border-bottom:1px solid rgba(177,213,232,.08);
}
#pcx .pcx-contact-v2__proof b{
  color:var(--cyan);
  font-size:9px;
  letter-spacing:.08em;
}
#pcx .pcx-contact-v2__proof span{
  color:#708a97;
  font-size:11px;
  line-height:1.5;
}
#pcx .pcx-contact-v2__proof strong{
  display:block;
  color:#e3f1f5;
  margin-bottom:2px;
  font-size:11px;
}
#pcx .pcx-contact-v2__person{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  max-width:650px;
  margin-top:28px;
  padding:16px 0 0;
}
#pcx .pcx-contact-v2__person span{
  display:block;
  color:#5f7986;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
  margin-bottom:4px;
}
#pcx .pcx-contact-v2__person strong{
  display:block;
  color:#f0f8fb;
  font-size:15px;
}
#pcx .pcx-contact-v2__person small{
  display:block;
  margin-top:2px;
  color:#718995;
  font-size:9px;
}
#pcx .pcx-contact-v2__person a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 15px;
  border:1px solid rgba(56,232,255,.24);
  border-radius:10px;
  color:#dffaff;
  font-size:11px;
  font-weight:800;
  text-decoration:none;
}
#pcx .pcx-contact-v2__person a:hover{
  border-color:rgba(56,232,255,.48);
  background:rgba(56,232,255,.05);
}

#pcx .pcx-contact-v2__formwrap{
  padding:30px;
  border:1px solid rgba(177,213,232,.15);
  border-radius:24px;
  background:linear-gradient(180deg,#0a1923,#07141c);
}
#pcx .pcx-contact-v2__formhead{
  margin-bottom:18px;
}
#pcx .pcx-contact-v2__formhead>span{
  display:block;
  margin-bottom:7px;
  color:var(--cyan);
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
}
#pcx .pcx-contact-v2__formhead h3{
  margin:0;
  color:#f2f9fb;
  font-size:28px;
  line-height:1.08;
}
#pcx .pcx-contact-v2__formhead p{
  margin:8px 0 0;
  color:#708995;
  font-size:10px;
}

#pcx .pcx-contact-v2 .pcx-form{
  padding:0;
  border:0;
  background:transparent;
}
#pcx .pcx-contact-v2 .pcx-form__intro{
  display:none;
}
#pcx .pcx-contact-v2 .pcx-form label>span{
  font-size:9px;
}
#pcx .pcx-contact-v2 .pcx-form input[type="text"],
#pcx .pcx-contact-v2 .pcx-form input[type="tel"],
#pcx .pcx-contact-v2 .pcx-form input[type="email"]{
  min-height:50px;
}
#pcx .pcx-contact-v2 .pcx-btn--full{
  margin-top:4px;
  min-height:50px;
}

@media(max-width:1100px){
  #pcx .pcx-contact-v2{
    grid-template-columns:1fr 1fr;
    gap:34px;
  }
}
@media(max-width:900px){
  #pcx .pcx-contact-v2{
    grid-template-columns:1fr;
  }
  #pcx .pcx-contact-v2__intro{
    position:static;
    padding-top:0;
  }
  #pcx .pcx-contact-v2__intro h2{
    font-size:clamp(40px,9vw,64px);
  }
}
@media(max-width:600px){
  #pcx .pcx-contact-v2__formwrap{
    padding:22px 16px;
    border-radius:18px;
  }
  #pcx .pcx-contact-v2__person{
    align-items:flex-start;
    flex-direction:column;
  }
  #pcx .pcx-contact-v2__person a{
    width:100%;
    justify-content:center;
  }
}


/* =========================================================
   V5.7.2 — AGENT PORTRAIT
========================================================= */
#pcx .pcx-human__photo{
  aspect-ratio:4/5;
  min-height:520px;
  overflow:hidden;
  border-radius:20px;
}
#pcx .pcx-human__photo img{
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  object-position:center 30%;
  filter:saturate(.94) contrast(1.02) brightness(.96);
}
@media(max-width:980px){
  #pcx .pcx-human__photo{
    aspect-ratio:4/5;
    min-height:440px;
  }
}
@media(max-width:720px){
  #pcx .pcx-human__photo{
    aspect-ratio:4/5;
    min-height:0;
  }
  #pcx .pcx-human__photo img{
    object-position:center 26%;
  }
}




/* =========================================================
   V5.7.4 — AGENT PORTRAIT FINAL
========================================================= */
#pcx .pcx-human__photo{
  aspect-ratio:4/5;
  min-height:520px;
  overflow:hidden;
  border-radius:20px;
}
#pcx .pcx-human__photo img{
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  object-position:center 18%;
  filter:saturate(.97) contrast(1.015) brightness(.98);
}
@media(max-width:980px){
  #pcx .pcx-human__photo{
    min-height:440px;
  }
  #pcx .pcx-human__photo img{
    object-position:center 16%;
  }
}
@media(max-width:720px){
  #pcx .pcx-human__photo{
    min-height:0;
    aspect-ratio:4/5;
  }
  #pcx .pcx-human__photo img{
    object-position:center 14%;
  }
}

/* =========================================================
   v0.3.2 — HOME HEADER JEST OSOBNYM WIERSZEM W THEME BUILDER
   Kompensacja wysokości headera, aby hero zachował pozycję
   z pierwotnej wersji, gdzie nav był absolute.
========================================================= */
@media(min-width:981px){
  #pcx .pcx-hero{padding-top:98px}
}

@media(min-width:721px) and (max-width:980px){
  #pcx .pcx-hero{padding-top:68px}
}

@media(max-width:720px){
  #pcx .pcx-hero{padding-top:56px}
}

/* =========================================================
   HERO v6 — PRODUCT NOTE + INTERACTIVE INCIDENT SIMULATOR
========================================================= */
#pcx .pcx-product-note{
  display:inline-flex;align-items:center;gap:9px;margin:0 0 14px;padding:7px 10px;
  border:1px solid rgba(190,219,231,.16);border-radius:999px;background:rgba(8,27,38,.55);
  color:#829aa6;font-size:8px;font-weight:800;letter-spacing:.105em;line-height:1;text-transform:uppercase
}
#pcx .pcx-product-note i{width:3px;height:3px;border-radius:50%;background:var(--cyan);box-shadow:0 0 9px rgba(56,232,255,.5)}
#pcx .pcx-product-note strong{color:#d9f8fc;font-size:8px;letter-spacing:.11em}
#pcx .pcx-product-line{margin:15px 0 0;color:#c8d7dd;font-size:14px;line-height:1.55;font-weight:600;max-width:620px}
#pcx .pcx-console--interactive{overflow:hidden;position:relative}
#pcx .pcx-console--interactive::after{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:0;
  background:linear-gradient(180deg,transparent 0,rgba(56,232,255,.06) 48%,transparent 52%);
  transform:translateY(-110%);z-index:7
}
#pcx .pcx-console--interactive.is-pulse::after{animation:pcxScanFlash .46s ease-out}
@keyframes pcxScanFlash{0%{opacity:0;transform:translateY(-110%)}35%{opacity:1}100%{opacity:0;transform:translateY(110%)}}
#pcx .pcx-console__live{display:flex;align-items:center;gap:10px}
#pcx .pcx-console__live>span{color:#7f98a4;font-size:9px;letter-spacing:.11em;font-weight:800}
#pcx .pcx-console__live small{padding:4px 6px;border:1px solid rgba(56,232,255,.14);border-radius:4px;color:#4eaab5;font-size:6px;letter-spacing:.12em;font-weight:900}
#pcx .pcx-simtabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid rgba(177,213,232,.1);background:rgba(3,13,20,.34)}
#pcx .pcx-simtabs button{
  appearance:none;border:0;border-right:1px solid rgba(177,213,232,.08);background:transparent;color:#58717d;
  padding:11px 8px;font:800 7px/1 "Inter",Arial,sans-serif;letter-spacing:.09em;cursor:pointer;transition:.2s ease
}
#pcx .pcx-simtabs button:last-child{border-right:0}
#pcx .pcx-simtabs button:hover{color:#cce8ee;background:rgba(56,232,255,.025)}
#pcx .pcx-simtabs button.is-active{color:var(--cyan2);background:rgba(56,232,255,.055);box-shadow:inset 0 -2px 0 var(--cyan)}
#pcx .pcx-statuspill{transition:.25s ease}
#pcx .pcx-statuspill[data-level="0"]{color:#82a4af;border-color:rgba(130,164,175,.2);background:rgba(130,164,175,.05)}
#pcx .pcx-statuspill[data-level="1"]{color:#f2d27b;border-color:rgba(242,210,123,.24);background:rgba(242,210,123,.06)}
#pcx .pcx-statuspill[data-level="2"]{color:#ff9f70;border-color:rgba(255,159,112,.25);background:rgba(255,159,112,.065)}
#pcx .pcx-statuspill[data-level="3"]{color:#ff6e78;border-color:rgba(255,110,120,.28);background:rgba(255,110,120,.075);box-shadow:0 0 20px rgba(255,110,120,.06)}
#pcx .pcx-meter i{transition:width .65s cubic-bezier(.2,.8,.2,1),background .25s ease}
#pcx .pcx-console--interactive[data-level="2"] .pcx-meter i{background:linear-gradient(90deg,#38e8ff,#ffb26b)}
#pcx .pcx-console--interactive[data-level="3"] .pcx-meter i{background:linear-gradient(90deg,#38e8ff,#ff6875)}
#pcx .pcx-eventlog{min-height:178px}
#pcx .pcx-eventlog__row{opacity:0;transform:translateY(7px);animation:pcxLogIn .34s ease forwards}
#pcx .pcx-eventlog__row.is-question{border-color:rgba(56,232,255,.13);background:rgba(56,232,255,.025)}
#pcx .pcx-eventlog__row.is-question span{color:#c5e5eb}
#pcx .pcx-eventlog__row b.is-alert{color:#ff7f89}
#pcx .pcx-eventlog__row b.is-warn{color:#f5c86e}
#pcx .pcx-eventlog__row b.is-info{color:var(--cyan2)}
@keyframes pcxLogIn{to{opacity:1;transform:none}}
#pcx .pcx-sim-progress{height:2px;background:rgba(177,213,232,.07);overflow:hidden}
#pcx .pcx-sim-progress i{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--cyan),rgba(56,232,255,.15));transform-origin:left;animation:pcxSimProgress 7.2s linear}
@keyframes pcxSimProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:767px){
  #pcx .pcx-product-note{font-size:7px;gap:7px;white-space:normal;line-height:1.25}
  #pcx .pcx-product-note strong{font-size:7px}
  #pcx .pcx-product-line{font-size:12px;margin-top:12px}
  #pcx .pcx-console__live small{display:none}
  #pcx .pcx-simtabs button{font-size:6px;padding:10px 4px;letter-spacing:.055em}
  #pcx .pcx-eventlog{min-height:164px}
}
@media(prefers-reduced-motion:reduce){
  #pcx .pcx-console--interactive::after,#pcx .pcx-eventlog__row,#pcx .pcx-sim-progress i{animation:none!important}
}



/* =========================================================
   HERO INCIDENT SIMULATOR — LOGICZNE KOLORY DOSTĘPNOŚCI
   80–100%: cyan / stan dobry
   60–79%: bursztynowy / ostrzeżenie
   40–59%: pomarańczowy / degradacja
   0–39%: czerwony / stan krytyczny
========================================================= */
#pcx .pcx-console--interactive [data-sim-availability]{transition:color .25s ease,text-shadow .25s ease}
#pcx .pcx-console--interactive[data-availability="healthy"] .pcx-meter i{background:linear-gradient(90deg,#24d7ef,#78f2ff)}
#pcx .pcx-console--interactive[data-availability="healthy"] [data-sim-availability]{color:#78f2ff;text-shadow:0 0 14px rgba(56,232,255,.14)}
#pcx .pcx-console--interactive[data-availability="warning"] .pcx-meter i{background:linear-gradient(90deg,#e7c45b,#ffd878)}
#pcx .pcx-console--interactive[data-availability="warning"] [data-sim-availability]{color:#ffd878}
#pcx .pcx-console--interactive[data-availability="degraded"] .pcx-meter i{background:linear-gradient(90deg,#ffb05f,#ff8a62)}
#pcx .pcx-console--interactive[data-availability="degraded"] [data-sim-availability]{color:#ff9f70}
#pcx .pcx-console--interactive[data-availability="critical"] .pcx-meter i{background:linear-gradient(90deg,#ff7b67,#ff5366)}
#pcx .pcx-console--interactive[data-availability="critical"] [data-sim-availability]{color:#ff6e78;text-shadow:0 0 16px rgba(255,83,102,.12)}
