.puante-footer {
  position: relative;
  overflow: hidden;
  min-width: 1180px;
  padding: 72px 0 24px;
  color: #fff;
  background: linear-gradient(180deg, #ff980d 0%, #ff6418 100%);
}

.puante-footer .puante-footer__inner {
  display: grid;
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 64px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 120px;
}

.puante-footer .puante-footer__brand {
  width: 380px;
  max-width: 100%;
}

.puante-footer .puante-footer__logo {
  display: inline-flex;
  align-items: center;
}

.puante-footer .puante-footer__logo img {
  display: block;
  width: 184px;
  height: auto;
}

.puante-footer .puante-footer__brand > p {
  max-width: 360px;
  margin: 18px 0 26px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.8;
}

.puante-footer .puante-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.puante-footer .puante-footer__social-item {
  position: relative;
}

.puante-footer .puante-footer__social-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 50%;
  transition: opacity 180ms ease, transform 180ms ease;
}

.puante-footer .puante-footer__social-trigger img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.puante-footer .puante-footer__social-trigger:hover,
.puante-footer .puante-footer__social-trigger:focus-visible {
  opacity: 0.9;
  transform: translateY(-2px);
}

.puante-footer .puante-footer__social-trigger:focus-visible {
  outline: 3px solid #fff3b5;
  outline-offset: 3px;
}

.puante-footer .puante-footer__qrcode {
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
  padding: 12px;
  color: #4a3325;
  pointer-events: none;
  visibility: hidden;
  background: #fffdf9;
  border: 1px solid rgba(255, 122, 0, 0.18);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(127, 54, 5, 0.22);
  opacity: 0;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.puante-footer .puante-footer__qrcode::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 12px;
  height: 12px;
  content: "";
  background: #fffdf9;
  border-right: 1px solid rgba(255, 122, 0, 0.18);
  border-bottom: 1px solid rgba(255, 122, 0, 0.18);
  transform: translate(-50%, -6px) rotate(45deg);
}

.puante-footer .puante-footer__qrcode-title {
  margin-bottom: 8px;
  color: #f56a13;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.puante-footer .puante-footer__qrcode > img {
  display: block;
  width: 164px;
  height: 164px;
  object-fit: contain;
}

.puante-footer .puante-footer__social-item:hover .puante-footer__qrcode,
.puante-footer .puante-footer__social-item:focus-within .puante-footer__qrcode,
.puante-footer .puante-footer__qrcode.is-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.puante-footer .puante-footer__qrcode-backdrop {
  display: none;
}

.puante-footer .puante-footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 76px;
}

.puante-footer .puante-footer__links section {
  min-width: 0;
}

.puante-footer .puante-footer__links h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.puante-footer .puante-footer__links h2::after {
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 6px;
  content: "";
  background: rgba(255, 255, 255, 0.62);
}

.puante-footer .puante-footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.puante-footer .puante-footer__links li + li {
  margin-top: 4px;
}

.puante-footer .puante-footer__links a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.puante-footer .puante-footer__links a:hover {
  color: #fff;
  transform: translateX(3px);
}

.puante-footer a:focus-visible {
  outline: 3px solid #fff3b5;
  outline-offset: 4px;
  border-radius: 4px;
}

.puante-footer .puante-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1180px;
  margin: 0 auto;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.84);
  border-top: 1px solid rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.7;
}

.puante-footer .puante-footer__copyright p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.puante-footer .puante-footer__copyright a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1280px) {
  .puante-footer .puante-footer__inner,
  .puante-footer .puante-footer__copyright {
    width: 1100px;
  }

  .puante-footer .puante-footer__inner {
    gap: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .puante-footer .puante-footer__links a,
  .puante-footer .puante-footer__social-trigger,
  .puante-footer .puante-footer__qrcode {
    transition: none;
  }
}
