:root{
  --pf-footer-primary: #2d8cff;
  --pf-footer-primary-strong: #1f6cff;
  --pf-footer-secondary: #071a46;
  --pf-footer-surface: #0a1e4b;
  --pf-footer-surface-deep: #020b1f;
  --pf-footer-accent: #6fd4ff;
  --pf-footer-accent-soft: #d7f7ff;
  --pf-footer-text: rgba(250, 252, 255, 0.96);
  --pf-footer-text-soft: rgba(232, 242, 255, 0.84);
  --pf-footer-text-dim: rgba(196, 219, 246, 0.72);
  --pf-footer-border: rgba(88, 168, 255, 0.24);
  --pf-footer-border-strong: rgba(238, 245, 255, 0.18);
}

.pf-footer-shell, .pf-footer-shell *{
  box-sizing: border-box;
}

.pf-footer-shell{
  --pf-tilt-x: 0deg;
  --pf-tilt-y: 0deg;
  --pf-shift-x: 0px;
  --pf-shift-y: 0px;
  position: relative;
  padding: 72px 24px 28px;
  overflow: visible;
  font-family: "Rajdhani", sans-serif;
  color: var(--pf-footer-text);
  background: transparent;
}

.pf-footer-panel{
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) repeat(3, minmax(0, 1fr));
  gap: 34px;
  padding: 42px;
  border-radius: 40px;
  isolation: isolate;
  overflow: visible;
  transform-style: preserve-3d;
  transform:
    perspective(2400px)
    rotateX(var(--pf-tilt-x))
    rotateY(var(--pf-tilt-y))
    translate3d(var(--pf-shift-x), var(--pf-shift-y), 0);
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s ease;
}

.pf-footer-panel::before, .pf-footer-panel::after{
  content: "";
  position: absolute;
  pointer-events: none;
}

.pf-footer-panel::before{
  display: none;
}

.pf-footer-panel::after{
  left: 8%;
  right: 8%;
  bottom: -30px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(45, 140, 255, 0.14), transparent 72%);
  filter: blur(18px);
  opacity: 0.42;
}

.pf-footer-panel > *:not(.pf-footer-panel__lux-frame){
  position: relative;
  z-index: 2;
}

.pf-footer-panel__lux-frame{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
}

.pf-footer-panel__lux-frame::before, .pf-footer-panel__lux-frame::after{
  content: "";
  position: absolute;
  border-radius: inherit;
}

.pf-footer-panel__lux-frame::before{
  inset: -1px;
  padding: 1.2px;
  background:
    linear-gradient(135deg,
      rgba(78, 150, 255, 0.92) 0%,
      rgba(108, 214, 255, 0.88) 18%,
      rgba(64, 145, 255, 0.86) 52%,
      rgba(31, 104, 255, 0.90) 78%,
      rgba(108, 214, 255, 0.90) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0.72;
}

.pf-footer-panel__lux-frame::after{
  inset: 9px;
  border-radius: 30px;
  border: 1px solid rgba(88, 168, 255, 0.24);
  background: none;
  opacity: 0.94;
}

.pf-footer-brand, .pf-footer-section, .pf-footer-meta{
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.pf-footer-brand{
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 100%;
  padding: 24px 24px 26px;
  border-radius: 28px;
  border: 1px solid rgba(236, 244, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03) 22%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(145deg, rgba(41, 108, 255, 0.82), rgba(8, 32, 88, 0.96) 40%, rgba(2, 12, 33, 0.98) 76%, rgba(1, 8, 24, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.20),
    inset 0 -1px 0 rgba(111, 212, 255, 0.10),
    0 18px 36px -26px rgba(0, 0, 0, 0.86),
    0 14px 28px -18px rgba(45, 140, 255, 0.26),
    0 0 22px rgba(111, 212, 255, 0.10);
}

.pf-footer-section{
  min-height: 100%;
  padding: 24px 22px;
  border-radius: 24px;
  border: 1px solid rgba(88, 168, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03) 24%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(145deg, rgba(32, 92, 228, 0.56), rgba(6, 21, 58, 0.90) 42%, rgba(2, 10, 28, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 36px -28px rgba(0, 0, 0, 0.74),
    0 10px 24px -18px rgba(45, 140, 255, 0.16);
  overflow: hidden;
}

.pf-footer-meta{
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 4px;
  min-height: 68px;
  padding: 18px 22px;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(238, 245, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04) 24%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(145deg, rgba(60, 132, 255, 0.86), rgba(16, 72, 177, 0.96) 40%, rgba(5, 20, 55, 0.98) 76%, rgba(1, 10, 28, 1) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.20),
    inset 0 -1px 0 rgba(111, 212, 255, 0.12),
    0 18px 34px -24px rgba(0, 0, 0, 0.76),
    0 12px 24px -18px rgba(45, 140, 255, 0.26),
    0 0 24px rgba(111, 212, 255, 0.10);
}

.pf-footer-brand::before, .pf-footer-section::before, .pf-footer-meta::before{
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02) 52%, rgba(255, 255, 255, 0));
  opacity: 0.82;
}

.pf-footer-brand::after, .pf-footer-section::after, .pf-footer-meta::after{
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pf-footer-brand:hover, .pf-footer-section:hover, .pf-footer-meta:hover{
  transform: translateY(-2px);
}

.pf-footer-brand-badge{
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  min-height: 38px;
  padding: 0 18px 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(124, 206, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03) 32%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(135deg, rgba(38, 100, 246, 0.88) 0%, rgba(13, 49, 128, 0.94) 46%, rgba(3, 13, 36, 0.96) 100%);
  color: rgba(244, 250, 255, 0.96);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(111, 212, 255, 0.10),
    0 16px 34px -24px rgba(45, 140, 255, 0.44),
    0 0 18px rgba(111, 212, 255, 0.10);
  overflow: hidden;
}

.pf-footer-brand-badge::before, .pf-footer-brand-badge::after{
  content: "";
  position: absolute;
  pointer-events: none;
}

.pf-footer-brand-badge::before{
  left: 12px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.96), rgba(111, 212, 255, 0.88) 46%, rgba(33, 123, 255, 0.56) 100%);
  box-shadow:
    0 0 0 4px rgba(111, 212, 255, 0.08),
    0 0 14px rgba(111, 212, 255, 0.36);
}

.pf-footer-brand-badge::after{
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pf-footer-logo{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
}

.pf-footer-logo-icon{
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}


.pf-footer-logo-mark-image{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.28));
}

.pf-footer-logo-prism-wrap{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-footer-prism-shape{
  width: 31px;
  height: 31px;
  position: relative;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #1f6cff 0%, #2d8cff 33%, #49a9ff 66%, #6fd4ff 100%);
  animation: pf-footer-prism-shine 3s ease-in-out infinite;
  box-shadow:
    0 0 30px rgba(58, 132, 255, 0.42),
    0 0 18px rgba(111, 212, 255, 0.24),
    inset 0 0 12px rgba(255, 255, 255, 0.16);
}

.pf-footer-prism-shape::before, .pf-footer-prism-shape::after{
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  opacity: 0.5;
}

.pf-footer-prism-shape::before{ transform: rotate(60deg); }
.pf-footer-prism-shape::after{ transform: rotate(-60deg); }

@keyframes pf-footer-prism-shine {
  0%, 100% {
    filter: brightness(1) hue-rotate(0deg);
    transform: rotate(45deg) scale(1);
  }
  50% {
    filter: brightness(1.2) hue-rotate(8deg);
    transform: rotate(45deg) scale(1.05);
  }
}

.pf-footer-logo-text{
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.34rem;
  min-width: 0;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.22rem, 1rem + 0.82vw, 1.88rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pf-footer-logo-prism{
  background: linear-gradient(135deg, #ffffff 0%, #e7f6ff 36%, #a4deff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.26);
}

.pf-footer-logo-flux{
  color: rgba(232, 242, 255, 0.84);
  letter-spacing: 0.2em;
  font-weight: 400;
}

.pf-footer-description{
  position: relative;
  z-index: 2;
  max-width: 34ch;
  line-height: 1.75;
  font-size: 1rem;
  color: rgba(236, 244, 255, 0.82);
}

.pf-footer-social{
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pf-footer-social-icon{
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--pf-footer-text-soft);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04) 24%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(145deg, rgba(60, 132, 255, 0.80), rgba(14, 54, 135, 0.96) 42%, rgba(3, 13, 36, 0.98) 100%);
  border: 1px solid rgba(238, 245, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 16px 30px -22px rgba(45, 140, 255, 0.34);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.pf-footer-social-icon:hover, .pf-footer-social-icon:focus-visible{
  color: var(--pf-footer-text);
  transform: translateY(-2px);
  border-color: rgba(244, 249, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 18px 32px -20px rgba(45, 140, 255, 0.42),
    0 0 18px rgba(111, 212, 255, 0.10);
}

.pf-footer-section h4{
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  font-family: "Orbitron", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pf-footer-text);
}

.pf-footer-section h4::after{
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.92), rgba(111,212,255,0.98), rgba(255,255,255,0));
}

.pf-footer-links{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pf-footer-links a{
  position: relative;
  display: inline-block;
  padding-left: 14px;
  color: rgba(236, 244, 255, 0.80);
  text-decoration: none;
  font-size: 0.98rem;
  line-height: 1.55;
  transition: transform 0.22s ease, color 0.22s ease, text-shadow 0.22s ease;
}

.pf-footer-links a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle at 35% 35%, #f8fdff, #6fd4ff 60%, #2d8cff 100%);
  box-shadow: 0 0 14px rgba(111, 212, 255, 0.38);
}

.pf-footer-links a:hover, .pf-footer-links a:focus-visible{
  color: #ffffff;
  transform: translateX(8px);
  text-shadow: 0 0 20px rgba(111, 212, 255, 0.18);
}

.pf-footer-legal, .pf-footer-signature{
  position: relative;
  z-index: 2;
  font-size: 0.94rem;
  line-height: 1.6;
  color: rgba(244, 249, 255, 0.90);
}

.pf-footer-signature{
  color: rgba(220, 240, 255, 0.78);
}

@media (max-width: 1100px) {
  .pf-footer-panel{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-footer-brand, .pf-footer-meta{
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .pf-footer-shell{
    padding: 56px 16px 24px;
  }

  .pf-footer-panel{
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 28px;
    gap: 18px;
  }

  .pf-footer-panel::before{
    width: min(240px, 62vw);
  }

  .pf-footer-panel__lux-frame::after{
    inset: 8px;
    border-radius: 20px;
  }

  .pf-footer-brand, .pf-footer-section{
    padding: 18px;
    border-radius: 22px;
  }

  .pf-footer-logo{
    gap: 14px;
  }

  .pf-footer-logo-icon{
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .pf-footer-logo-text{
    font-size: clamp(1.06rem, 0.98rem + 0.64vw, 1.44rem);
  }

  .pf-footer-meta{
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pf-footer-panel, .pf-footer-brand, .pf-footer-section, .pf-footer-meta, .pf-footer-social-icon, .pf-footer-prism-shape{
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

