/* Homepage footer styles, isolated from the product and Astra header. */
#pg-store-footer {
  box-sizing: border-box;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.1);
  background: #090b14;
  color: #fff;
  font: 400 15px/1.65 Inter, sans-serif;
}
#pg-store-footer * { box-sizing: border-box; }
#pg-store-footer .pg-container { width: min(1120px, 100% - 40px); margin: 0 auto; }
#pg-store-footer .pg-footer__grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 32px;
  padding-top: 40px;
  padding-bottom: 32px;
  color: #9ca3af;
  font-size: 14px;
  line-height: 24.75px;
}
#pg-store-footer h3 {
  margin: 0 0 16px;
  padding: 0;
  color: #fff;
  font: 900 14px/1.3 Inter, sans-serif;
  text-transform: uppercase;
}
#pg-store-footer a { display: block; margin-bottom: 6px; color: #9ca3af; text-decoration: none; }
#pg-store-footer a:hover { color: #fff; }
#pg-store-footer a:focus-visible { outline: 2px solid #b480ff; outline-offset: 4px; }
#pg-store-footer .pg-footer__menu { margin: 0; padding: 0; list-style: none; }
#pg-store-footer .pg-footer__menu li { margin: 0; padding: 0; }
#pg-store-footer .pg-payment-list { display: flex; flex-wrap: wrap; gap: 8px; }
#pg-store-footer .pg-payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  padding: 4px 8px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
#pg-store-footer .pg-payment-badge img { display: block; max-width: 100%; max-height: 18px; width: auto; height: auto; object-fit: contain; }
#pg-store-footer .pg-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(255,255,255,.1);
}
#pg-store-footer .pg-footer__copyright { margin: 0; color: #7f8797; font-size: 13px; line-height: 1.4; }
#pg-store-footer .pg-footer__socials { display: flex; align-items: center; justify-content: center; gap: 14px; }
#pg-store-footer .pg-footer__socials a { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; margin: 0; color: #b6bcc8; transition: color .18s,transform .18s; }
#pg-store-footer .pg-footer__socials a:hover { color: #fff; transform: translateY(-2px); }
#pg-store-footer .pg-footer__socials svg { display: block; width: 18px; height: 18px; fill: currentColor; }
@media (max-width: 980px) {
  #pg-store-footer .pg-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  #pg-store-footer .pg-footer__bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 768px) {
  #pg-store-footer .pg-container { width: min(100% - 24px,1120px); }
  #pg-store-footer .pg-footer__grid { grid-template-columns: minmax(0,1fr); }
  #pg-store-footer .pg-footer__bottom { align-items: center; text-align: center; }
}
