/* Premium Speakers — stopka (glass / dark landing) */

:root {
  --ps-footer-accent: #ea4971;
  --ps-footer-accent-rgb: 234, 73, 113;
  --ps-footer-text: rgba(255, 255, 255, 0.86);
  --ps-footer-muted: rgba(255, 255, 255, 0.62);
  --ps-footer-glass-text: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.82) 48%,
    rgba(255, 255, 255, 0.58) 100%
  );
  --ps-footer-glass-accent: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(244, 170, 190, 0.94) 40%,
    rgba(225, 59, 99, 1) 100%
  );
  --ps-footer-lift:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 4px 12px rgba(0, 0, 0, 0.34);
}

.ps-footer {
  position: relative;
  margin-top: auto;
  color: var(--ps-footer-text);
  background:
    radial-gradient(ellipse 120% 80% at 50% 0%, rgba(var(--ps-footer-accent-rgb), 0.14) 0%, transparent 55%),
    linear-gradient(180deg, #050505 0%, #000000 38%, #000000 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.ps-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 0.55px, transparent 0.55px);
  background-size: 12px 12px;
}

.ps-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1.25rem, 4vw, 2rem) clamp(2rem, 4vw, 2.75rem);
}

.ps-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

.ps-footer__brand-name {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  background: var(--ps-footer-glass-accent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.28))
    drop-shadow(0 6px 14px rgba(225, 59, 99, 0.28));
}

.ps-footer__tagline {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ps-footer-muted);
  text-shadow: var(--ps-footer-lift);
}

.ps-footer__address,
.ps-footer__contact-line {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ps-footer-muted);
  text-shadow: var(--ps-footer-lift);
}

.ps-footer__heading {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: var(--ps-footer-lift);
}

.ps-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.ps-footer__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: var(--ps-footer-lift);
  transition: color 0.2s ease, transform 0.2s ease;
}

.ps-footer__link:hover,
.ps-footer__link:focus-visible {
  color: #ffffff;
  transform: translateX(3px);
}

.ps-footer__link--cta {
  color: var(--ps-footer-accent);
  font-weight: 700;
}

.ps-footer__link--cta:hover,
.ps-footer__link--cta:focus-visible {
  color: #ff86a8;
}

.ps-footer__contact-name {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: var(--ps-footer-lift);
}

.ps-footer__contact-line a {
  color: var(--ps-footer-accent);
  text-decoration: none;
  font-weight: 600;
}

.ps-footer__contact-line a:hover {
  text-decoration: underline;
}

.ps-footer__bottom {
  margin-top: clamp(2rem, 4vw, 2.75rem);
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.ps-footer__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(
      168deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.03) 100%
    );
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 28px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ps-footer__logo:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 14px 32px rgba(0, 0, 0, 0.34);
}

.ps-footer__logo img {
  display: block;
  width: min(168px, 42vw);
  height: auto;
}

.ps-footer__copy {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 860px) {
  .ps-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ps-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .ps-footer__grid {
    grid-template-columns: 1fr;
  }
}
