/* Platinum Signs premium shared footer
 * Black/white V5 direction with cyan actions and a restrained magenta accent.
 * This stylesheet deliberately scopes every rule to .ps-premium-footer so the
 * retained legacy page templates and their SEO content remain untouched.
 */

.ps-premium-footer,
.ps-premium-footer * {
  box-sizing: border-box;
}

.ps-premium-footer {
  --ps-footer-black: #050505;
  --ps-footer-white: #ffffff;
  --ps-footer-muted: #b8bbc2;
  --ps-footer-line: #282828;
  --ps-footer-cyan: #16b7ed;
  --ps-footer-cyan-hover: #44c8f2;
  --ps-footer-magenta: #ec018d;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  background: var(--ps-footer-black);
  color: var(--ps-footer-muted);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.ps-premium-footer::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--ps-footer-magenta) 0 88px, var(--ps-footer-cyan) 88px 176px, transparent 176px);
}

.ps-premium-footer a {
  color: inherit;
  text-decoration: none;
}

.ps-premium-footer a:focus-visible,
.ps-premium-footer summary:focus-visible {
  outline: 3px solid var(--ps-footer-cyan);
  outline-offset: 4px;
}

.ps-premium-footer__inner {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.ps-premium-footer__main {
  display: grid;
  grid-template-columns: minmax(410px, 1.65fr) repeat(3, minmax(140px, 1fr));
  gap: 36px;
  align-items: start;
  padding: 44px 0 32px;
  border-bottom: 1px solid var(--ps-footer-line);
}

.ps-premium-footer__brand {
  grid-row: 1 / span 2;
  max-width: 440px;
  padding-right: 20px;
}

.ps-premium-footer__logo {
  display: inline-flex;
  margin-bottom: 21px;
}

.ps-premium-footer__logo img {
  display: block;
  width: 183px;
  height: 45px;
  object-fit: contain;
}

.ps-premium-footer__eyebrow {
  margin: 0 0 9px;
  color: #ff70c4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ps-premium-footer__brand h2 {
  max-width: 430px;
  margin: 0;
  color: var(--ps-footer-white);
  font-size: clamp(23px, 2vw, 29px) !important;
  font-weight: 760;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.ps-premium-footer__brand-copy {
  max-width: 425px;
  margin: 14px 0 20px;
  color: var(--ps-footer-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ps-premium-footer__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.ps-premium-footer__button,
.ps-premium-footer__phone {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.ps-premium-footer__button {
  padding: 0 19px;
  border: 1px solid var(--ps-footer-cyan);
  background: var(--ps-footer-cyan);
  color: #000000 !important;
}

.ps-premium-footer__phone {
  padding: 0 15px;
  border: 1px solid #414141;
  background: transparent;
  color: var(--ps-footer-white) !important;
}

.ps-premium-footer__button:hover {
  border-color: var(--ps-footer-cyan-hover);
  background: var(--ps-footer-cyan-hover);
  transform: translateY(-1px);
}

.ps-premium-footer__phone:hover {
  border-color: #777777;
  background: #151515;
}

.ps-premium-footer__socials {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.ps-premium-footer__socials a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  border-radius: 50%;
  color: #d8d8d8;
  transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.ps-premium-footer__socials a:hover {
  border-color: var(--ps-footer-cyan);
  background: #101010;
  color: var(--ps-footer-cyan);
}

.ps-premium-footer__socials svg {
  display: block;
  width: 16px;
  height: 16px;
}

.ps-premium-footer__nav-group {
  margin: 0;
}

.ps-premium-footer__nav-group summary {
  display: flex;
  min-height: 30px;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 13px;
  color: var(--ps-footer-white);
  cursor: default;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  list-style: none;
  text-transform: uppercase;
}

.ps-premium-footer__nav-group summary::-webkit-details-marker {
  display: none;
}

.ps-premium-footer__nav-toggle {
  display: none;
  color: var(--ps-footer-cyan);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.ps-premium-footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ps-premium-footer__nav-list li {
  margin: 0;
  padding: 0;
}

.ps-premium-footer__nav-list a {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  color: #c7c9ce;
  font-size: 13px;
  line-height: 1.25;
  transition: color .18s ease, transform .18s ease;
}

.ps-premium-footer__nav-list a:hover {
  color: var(--ps-footer-white);
  transform: translateX(2px);
}

.ps-premium-footer__locations {
  grid-column: 2 / -1;
  padding: 21px 0 0;
  border-top: 1px solid var(--ps-footer-line);
}

.ps-premium-footer__locations-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 17px;
}

.ps-premium-footer__locations-head h2 {
  margin: 0;
  color: var(--ps-footer-white);
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ps-premium-footer__locations-head p {
  margin: 0;
  color: #9ea1a8;
  font-size: 12px;
}

.ps-premium-footer__location-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.ps-premium-footer__location {
  min-width: 0;
  padding: 0 16px;
  border-left: 1px solid #333333;
}

.ps-premium-footer__location:first-child {
  padding-left: 0;
  border-left: 0;
}

.ps-premium-footer__location h3 {
  margin: 0 0 2px;
  color: var(--ps-footer-white);
  font-size: 15px !important;
  font-weight: 750;
  line-height: 1.3;
}

.ps-premium-footer__location-type {
  display: block;
  min-height: 18px;
  margin-bottom: 5px;
  color: #9ea1a8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ps-premium-footer__location address {
  min-height: 43px;
  margin: 0 0 6px;
  color: #b8bbc2;
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.ps-premium-footer__location-phone {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  color: var(--ps-footer-white) !important;
  font-size: 12px;
  font-weight: 750;
}

.ps-premium-footer__location-phone:hover {
  color: var(--ps-footer-cyan) !important;
}

.ps-premium-footer__legal {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #9ea1a8;
  font-size: 12px;
}

.ps-premium-footer__legal p {
  margin: 0;
}

.ps-premium-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ps-premium-footer__legal a:hover {
  color: var(--ps-footer-white);
}

@media (min-width: 769px) {
  .ps-premium-footer__nav-group:not([open]) > :not(summary) {
    display: block;
  }
}

@media (max-width: 1040px) {
  .ps-premium-footer__inner {
    width: min(100% - 48px, 960px);
  }

  .ps-premium-footer__main {
    grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(120px, 1fr));
    gap: 26px;
  }

  .ps-premium-footer__brand {
    padding-right: 0;
  }

  .ps-premium-footer__location-grid {
    gap: 15px;
  }

  .ps-premium-footer__location {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .ps-premium-footer__inner {
    width: calc(100% - 36px);
  }

  .ps-premium-footer__main {
    display: block;
    padding: 38px 0 10px;
  }

  .ps-premium-footer__brand {
    grid-row: auto;
    max-width: none;
    padding-bottom: 29px;
  }

  .ps-premium-footer__brand h2 {
    max-width: 560px;
    font-size: clamp(25px, 7vw, 34px) !important;
  }

  .ps-premium-footer__brand-copy {
    max-width: 560px;
  }

  .ps-premium-footer__nav-group {
    border-top: 1px solid var(--ps-footer-line);
  }

  .ps-premium-footer__nav-group summary {
    min-height: 54px;
    align-items: center;
    margin: 0;
    cursor: pointer;
  }

  .ps-premium-footer__nav-toggle {
    display: inline-flex;
  }

  .ps-premium-footer__nav-group[open] .ps-premium-footer__nav-toggle {
    transform: rotate(45deg);
  }

  .ps-premium-footer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    padding: 0 0 16px;
  }

  .ps-premium-footer__nav-list a {
    width: 100%;
    min-height: 42px;
  }

  .ps-premium-footer__locations {
    grid-column: auto;
    padding: 26px 0 22px;
    border-top: 1px solid var(--ps-footer-line);
  }

  .ps-premium-footer__locations-head {
    display: block;
    margin-bottom: 17px;
  }

  .ps-premium-footer__locations-head p {
    margin-top: 6px;
    line-height: 1.45;
  }

  .ps-premium-footer__location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .ps-premium-footer__location,
  .ps-premium-footer__location:first-child {
    padding: 15px 13px;
    border-top: 1px solid var(--ps-footer-line);
    border-left: 0;
  }

  .ps-premium-footer__location:nth-child(odd) {
    padding-left: 0;
    padding-right: 16px;
  }

  .ps-premium-footer__location:nth-child(even) {
    padding-right: 0;
    padding-left: 16px;
    border-left: 1px solid var(--ps-footer-line);
  }

  .ps-premium-footer__legal {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 20px 0 92px;
  }
}

@media (max-width: 470px) {
  .ps-premium-footer__inner {
    width: calc(100% - 30px);
  }

  .ps-premium-footer__logo img {
    width: 166px;
    height: auto;
  }

  .ps-premium-footer__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ps-premium-footer__button,
  .ps-premium-footer__phone {
    width: 100%;
  }

  .ps-premium-footer__nav-list {
    grid-template-columns: 1fr;
  }

  .ps-premium-footer__location-grid {
    grid-template-columns: 1fr;
  }

  .ps-premium-footer__location,
  .ps-premium-footer__location:first-child,
  .ps-premium-footer__location:nth-child(odd),
  .ps-premium-footer__location:nth-child(even) {
    padding: 15px 0;
    border-top: 1px solid var(--ps-footer-line);
    border-left: 0;
  }

  .ps-premium-footer__location address {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-premium-footer *,
  .ps-premium-footer *::before,
  .ps-premium-footer *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
