.pxf-skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 80;
  background: #050505;
  color: #fff;
  font-weight: 800;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  text-decoration: none;
}
.pxf-skip:focus {
  top: 1rem;
}

.pxf-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 50px -28px rgba(0, 0, 0, 0.35);
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.5;
}
.pxf-consent p {
  margin: 0;
  flex: 1 1 16rem;
}
.pxf-consent a {
  color: #050505;
  font-weight: 800;
}
.pxf-consent__actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.pxf-consent button {
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #050505;
  font-weight: 800;
  padding: 0.7rem 1rem;
  cursor: pointer;
}
.pxf-consent__ok {
  background: #050505 !important;
  color: #fff !important;
  border-color: #050505 !important;
}

.pxf-hero-static video {
  display: none;
}

.pxf-legal {
  max-width: 46rem;
  margin: 0 auto;
  padding: 4.5rem 1.5rem 6rem;
}
.pxf-legal h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  letter-spacing: -0.04em;
  font-weight: 900;
  margin: 0 0 1.25rem;
}
.pxf-legal h2 {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 2rem 0 0.75rem;
}
.pxf-legal p,
.pxf-legal li {
  color: #475569;
  line-height: 1.7;
}
.pxf-legal ul {
  padding-left: 1.2rem;
}
.pxf-legal a {
  color: #050505;
  font-weight: 700;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 5.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .text-shine,
  .orb-ball,
  .orb-shadow,
  .orb-wave,
  .reveal {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
