/* =========================================================
   POLISACYBER.PL — GLOBAL FOOTER
========================================================= */
#pcxFooter{
  --bg:#050d14;
  --bg2:#07131c;
  --surface:#091822;
  --surface2:#0b1c27;
  --text:#edf5f7;
  --muted:#7f96a1;
  --muted2:#58717d;
  --line:rgba(177,213,232,.11);
  --line2:rgba(177,213,232,.20);
  --cyan:#38e8ff;
  --cyan2:#78f2ff;

  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  color:var(--text);
  background:var(--bg);
  font-family:"Inter",Arial,sans-serif;
}

#pcxFooter *,
#pcxFooter *::before,
#pcxFooter *::after{
  box-sizing:border-box;
}

#pcxFooter a{
  color:inherit;
  text-decoration:none;
}

#pcxFooter .pcxf-shell{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}


/* TRUST BLOCK */
#pcxFooter .pcxf-trust{
  padding:30px 0;
  background:#07131c;
  border-top:1px solid rgba(177,213,232,.07);
  border-bottom:1px solid rgba(177,213,232,.07);
}

#pcxFooter .pcxf-trust__box{
  padding:22px 24px;
  display:grid;
  grid-template-columns:auto 1px minmax(0,1fr);
  gap:24px;
  align-items:center;
  border:1px solid rgba(255,255,255,.72);
  border-radius:16px;
  background:linear-gradient(180deg,#0a1b25,#08161f);
  box-shadow:0 16px 46px rgba(0,0,0,.16), inset 0 0 0 1px rgba(56,232,255,.025);
}

#pcxFooter .pcxf-trust__brand{
  min-width:330px;
  display:flex;
  align-items:center;
  gap:16px;
}

#pcxFooter .pcxf-trust__logo{
  width:72px;
  height:72px;
  flex:0 0 72px;
  display:flex;
  align-items:center;
  justify-content:center;
}

#pcxFooter .pcxf-trust__logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

#pcxFooter .pcxf-trust__brand span{
  display:block;
  margin-bottom:5px;
  color:var(--cyan);
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
}

#pcxFooter .pcxf-trust__brand strong{
  display:block;
  max-width:260px;
  color:#f0f7f9;
  font-size:14px;
  line-height:1.35;
}

#pcxFooter .pcxf-trust__line{
  width:1px;
  height:68px;
  background:var(--line);
}

#pcxFooter .pcxf-trust__copy p{
  margin:0;
  color:var(--muted);
  font-size:10px;
  line-height:1.6;
}

#pcxFooter .pcxf-trust__copy strong{
  color:#dcebef;
}

#pcxFooter .pcxf-trust__copy .pcxf-trust__legal{
  margin-top:7px;
  color:var(--muted2);
  font-size:8px;
  line-height:1.55;
}


/* MAIN */
#pcxFooter .pcxf-main{
  position:relative;
  padding:64px 0 24px;
  background:
    radial-gradient(circle at 82% 15%,rgba(56,232,255,.045),transparent 24%),
    #050d14;
}

#pcxFooter .pcxf-main::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.3;
  background-image:
    linear-gradient(rgba(135,194,218,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(135,194,218,.035) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(to bottom,black,transparent 80%);
}

#pcxFooter .pcxf-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.45fr .75fr .85fr .85fr;
  gap:55px;
  padding-bottom:48px;
}

#pcxFooter .pcxf-logo{
  display:inline-flex;
  align-items:baseline;
  margin-bottom:18px;
  font-family:"Manrope","Inter",Arial,sans-serif;
  font-size:26px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.045em;
}

#pcxFooter .pcxf-logo span{
  color:#edf5f7;
}

#pcxFooter .pcxf-logo b{
  color:var(--cyan2);
}

#pcxFooter .pcxf-logo i{
  color:#647e8a;
  font-style:normal;
  font-size:16px;
  font-weight:600;
}

#pcxFooter .pcxf-brand>p{
  max-width:360px;
  margin:0;
  color:var(--muted);
  font-size:10px;
  line-height:1.7;
}

#pcxFooter .pcxf-agent{
  margin-top:26px;
  padding-top:20px;
  border-top:1px solid var(--line);
}

#pcxFooter .pcxf-agent>span,
#pcxFooter .pcxf-col>span{
  display:block;
  margin-bottom:12px;
  color:#58717d;
  font-size:7px;
  font-weight:900;
  letter-spacing:.14em;
}

#pcxFooter .pcxf-agent strong{
  display:block;
  color:#eaf3f6;
  font-size:13px;
  line-height:1.2;
}

#pcxFooter .pcxf-agent small{
  display:block;
  margin-top:3px;
  color:#657e89;
  font-size:8px;
}

#pcxFooter .pcxf-agent__links{
  margin-top:11px;
}

#pcxFooter .pcxf-agent__links a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 11px;
  border:1px solid rgba(56,232,255,.16);
  border-radius:8px;
  color:#dcebef;
  font-size:9px;
  font-weight:800;
}

#pcxFooter .pcxf-agent__links a:hover{
  border-color:rgba(56,232,255,.35);
  background:rgba(56,232,255,.04);
}

#pcxFooter .pcxf-col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

#pcxFooter .pcxf-col a{
  padding:5px 0;
  color:#859aa5;
  font-size:9px;
  line-height:1.45;
  transition:color .18s ease,transform .18s ease;
}

#pcxFooter .pcxf-col a:hover{
  color:var(--cyan2);
  transform:translateX(2px);
}


/* BOTTOM */
#pcxFooter .pcxf-bottom{
  position:relative;
  z-index:2;
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  border-top:1px solid var(--line);
  color:#526b77;
  font-size:8px;
  line-height:1.5;
}

#pcxFooter .pcxf-bottom>div:first-child{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
}

#pcxFooter .pcxf-bottom i{
  width:3px;
  height:3px;
  border-radius:50%;
  background:#3d5661;
}

#pcxFooter .pcxf-bottom__right{
  color:#607985;
}


/* ACCESSIBILITY */
#pcxFooter a:focus-visible{
  outline:2px solid var(--cyan);
  outline-offset:3px;
  border-radius:3px;
}


/* RESPONSIVE */
@media(max-width:980px){
  #pcxFooter .pcxf-grid{
    grid-template-columns:1.4fr 1fr 1fr;
  }

  #pcxFooter .pcxf-grid .pcxf-col:last-child{
    grid-column:2/4;
  }
}

@media(max-width:760px){
  #pcxFooter .pcxf-shell{
    width:min(100% - 28px,1180px);
  }

  #pcxFooter .pcxf-trust__box{
    grid-template-columns:1fr;
    gap:17px;
    padding:20px;
  }

  #pcxFooter .pcxf-trust__brand{
    min-width:0;
  }

  #pcxFooter .pcxf-trust__line{
    width:100%;
    height:1px;
  }

  #pcxFooter .pcxf-trust__logo{
    width:62px;
    height:62px;
    flex-basis:62px;
  }

  #pcxFooter .pcxf-grid{
    grid-template-columns:1fr 1fr;
    gap:40px 28px;
  }

  #pcxFooter .pcxf-brand{
    grid-column:1/-1;
  }

  #pcxFooter .pcxf-grid .pcxf-col:last-child{
    grid-column:auto;
  }
}

@media(max-width:520px){
  #pcxFooter .pcxf-main{
    padding-top:50px;
  }

  #pcxFooter .pcxf-grid{
    grid-template-columns:1fr;
    gap:32px;
  }

  #pcxFooter .pcxf-brand,
  #pcxFooter .pcxf-grid .pcxf-col:last-child{
    grid-column:auto;
  }

  #pcxFooter .pcxf-bottom{
    padding:18px 0;
    align-items:flex-start;
    flex-direction:column;
  }
}

/* =========================================================
   v0.3.4 — CYBER READING HUD / SCROLL PROGRESS
========================================================= */
#pcxFooter .pcxf-scrollhud{
  --pcxf-progress:0;
  position:fixed;
  z-index:99990;
  right:22px;
  bottom:22px;
  width:74px;
  min-height:128px;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:10px 8px 8px;
  border:1px solid rgba(56,232,255,.20);
  border-radius:13px;
  background:linear-gradient(180deg,rgba(7,20,29,.94),rgba(4,13,20,.96));
  box-shadow:0 18px 55px rgba(0,0,0,.38),inset 0 0 0 1px rgba(255,255,255,.018);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .22s ease,visibility .22s ease,transform .22s ease,border-color .22s ease;
}

#pcxFooter .pcxf-scrollhud.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

#pcxFooter .pcxf-scrollhud:hover{
  border-color:rgba(56,232,255,.40);
}

#pcxFooter .pcxf-scrollhud__label{
  color:#58717d;
  font-size:6px;
  line-height:1;
  font-weight:900;
  letter-spacing:.16em;
  white-space:nowrap;
}

#pcxFooter .pcxf-scrollhud__ring{
  position:relative;
  width:48px;
  height:48px;
  margin:8px 0 5px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:
    radial-gradient(circle at center,#07141d 56%,transparent 57%),
    conic-gradient(var(--cyan) calc(var(--pcxf-progress) * 1%),rgba(177,213,232,.10) 0);
  box-shadow:0 0 24px rgba(56,232,255,.055);
}

#pcxFooter .pcxf-scrollhud__ring::after{
  content:"";
  position:absolute;
  inset:4px;
  border:1px solid rgba(56,232,255,.08);
  border-radius:50%;
  pointer-events:none;
}

#pcxFooter .pcxf-scrollhud__percent{
  color:#dffbff;
  font-family:"Manrope","Inter",Arial,sans-serif;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.03em;
}

#pcxFooter .pcxf-scrollhud__remain{
  display:flex;
  align-items:baseline;
  gap:3px;
  margin-bottom:8px;
  color:#617c87;
  font-size:6px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
}

#pcxFooter .pcxf-scrollhud__remain b{
  color:#a9c2cb;
  font-size:8px;
}

#pcxFooter .pcxf-scrollhud__up{
  width:48px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:1px solid rgba(56,232,255,.14);
  border-radius:8px;
  background:rgba(56,232,255,.035);
  color:#8feffc;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}

#pcxFooter .pcxf-scrollhud__up svg{
  width:17px;
  height:17px;
  display:block;
}

#pcxFooter .pcxf-scrollhud__up:hover{
  background:rgba(56,232,255,.09);
  border-color:rgba(56,232,255,.34);
  color:#ecfdff;
  transform:translateY(-1px);
}

#pcxFooter .pcxf-scrollhud__up:focus-visible{
  outline:2px solid var(--cyan);
  outline-offset:3px;
}

#pcxFooter .pcxf-scrollhud__pulse{
  position:absolute;
  top:8px;
  right:8px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 0 0 rgba(56,232,255,.35);
  animation:pcxfPulse 2s ease-out infinite;
}

@keyframes pcxfPulse{
  0%{box-shadow:0 0 0 0 rgba(56,232,255,.32)}
  70%{box-shadow:0 0 0 7px rgba(56,232,255,0)}
  100%{box-shadow:0 0 0 0 rgba(56,232,255,0)}
}

@media(max-width:760px){
  #pcxFooter .pcxf-scrollhud{
    right:12px;
    bottom:12px;
    width:64px;
    min-height:112px;
    border-radius:11px;
  }
  #pcxFooter .pcxf-scrollhud__ring{
    width:42px;
    height:42px;
    margin-top:7px;
  }
  #pcxFooter .pcxf-scrollhud__up{
    width:42px;
    height:31px;
  }
}

@media(prefers-reduced-motion:reduce){
  #pcxFooter .pcxf-scrollhud,
  #pcxFooter .pcxf-scrollhud__up{
    transition:none;
  }
  #pcxFooter .pcxf-scrollhud__pulse{
    animation:none;
  }
}

/* =========================================================
   v0.3.4 — PZU: CIEMNA SEKCJA + BIAŁA KARTA WEWNĄTRZ
========================================================= */
#pcxFooter .pcxf-trust{
  background:
    radial-gradient(circle at 18% 20%,rgba(56,232,255,.035),transparent 24%),
    #07131c;
  border-top:1px solid rgba(177,213,232,.07);
  border-bottom:1px solid rgba(177,213,232,.07);
}
#pcxFooter .pcxf-trust__box{
  border:1px solid rgba(255,255,255,.82);
  background:#ffffff;
  box-shadow:0 18px 46px rgba(0,0,0,.18),0 0 0 1px rgba(56,232,255,.025);
}
#pcxFooter .pcxf-trust__brand span{color:#0071ce;}
#pcxFooter .pcxf-trust__brand strong{color:#10222d;}
#pcxFooter .pcxf-trust__line{background:#d9e1e5;}
#pcxFooter .pcxf-trust__copy p{color:#415864;}
#pcxFooter .pcxf-trust__copy strong{color:#10222d;}
#pcxFooter .pcxf-trust__copy .pcxf-trust__legal{color:#6c7f89;}

