/* XSRUPB footer 2026 — scoped to avoid legacy footer rules in stylesheet.css */
footer.xsr-footer-2026 {
  margin-top: 20px;
  padding: 0;
  background: transparent;
  border-top: none;
  color: #1a1a1a;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

footer.xsr-footer-2026 .xsr-footer-upper {
  background-color: #fafbfc;
  border-top: 1px solid #eeeeee;
  padding: 72px 0 48px;
}

footer.xsr-footer-2026 .xsr-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

footer.xsr-footer-2026 .xsr-footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 1.45fr;
  gap: 48px 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #f0f0f0;
}

/* Nav column */
footer.xsr-footer-2026 .xsr-footer-nav h4 {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 22px;
  color: #999;
}

footer.xsr-footer-2026 .xsr-footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.xsr-footer-2026 .xsr-footer-nav li {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
}

footer.xsr-footer-2026 .xsr-footer-nav a {
  font-size: 14px;
  color: #555;
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

footer.xsr-footer-2026 .xsr-footer-nav a:hover {
  color: #1a1a1a;
  padding-left: 5px;
}

footer.xsr-footer-2026 .nav-icon {
  width: 22px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 1;
  opacity: 0.45;
  flex-shrink: 0;
  user-select: none;
}

/* QR column */
footer.xsr-footer-2026 .xsr-qr-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 0 12px;
}

footer.xsr-footer-2026 .qr-box {
  padding: 10px;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}

footer.xsr-footer-2026 .qr-box:hover {
  border-color: #1a1a1a;
}

footer.xsr-footer-2026 .qr-box img {
  width: 110px;
  height: 110px;
  display: block;
  object-fit: contain;
}

footer.xsr-footer-2026 .qr-tag {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  color: #bbb;
  margin-top: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

/* Contact + social */
footer.xsr-footer-2026 .xsr-contact-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

footer.xsr-footer-2026 .contact-mail {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 14px;
  color: #3867d6;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 6px;
  word-break: break-all;
}

footer.xsr-footer-2026 .contact-mail:hover {
  color: #1a1a1a;
  text-decoration: underline;
}

footer.xsr-footer-2026 .contact-phone {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 6px;
  color: #1a1a1a;
  line-height: 1.2;
}

footer.xsr-footer-2026 .contact-phone a {
  color: inherit;
  text-decoration: none;
}

footer.xsr-footer-2026 .contact-phone a:hover {
  opacity: 0.85;
}

footer.xsr-footer-2026 a.whatsapp-indicator {
  font-size: 11px;
  color: #2ecc71;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
  text-decoration: none;
}

footer.xsr-footer-2026 a.whatsapp-indicator:hover {
  text-decoration: underline;
  color: #27ae60;
}

footer.xsr-footer-2026 a.whatsapp-indicator::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #2ecc71;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(46, 204, 113, 0.45);
}

footer.xsr-footer-2026 .social-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

footer.xsr-footer-2026 .social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

footer.xsr-footer-2026 .social-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #fff;
}

footer.xsr-footer-2026 .social-btn i {
  line-height: 1;
}

footer.xsr-footer-2026 .bg-phone {
  background-color: #4b6584;
}
footer.xsr-footer-2026 .bg-youtube {
  background-color: #eb3b5a;
}
footer.xsr-footer-2026 .bg-whatsapp {
  background-color: #20bf6b;
}
footer.xsr-footer-2026 .bg-mail {
  background-color: #a55eea;
}
footer.xsr-footer-2026 .bg-wechat {
  background-color: #3867d6;
}
footer.xsr-footer-2026 .bg-reddit {
  background-color: #fa8231;
}

footer.xsr-footer-2026 .xsr-footer-tagline {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  color: #ccc;
  margin-top: 26px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

footer.xsr-footer-2026 .xsr-footer-powered {
  font-size: 11px;
  color: #aaa;
  margin-top: 10px;
}

/* Bottom bar — cool gray band (reference layout) */
footer.xsr-footer-2026 .xsr-footer-bottom {
  background: #5c6678;
  padding: 22px 0 24px;
}

footer.xsr-footer-2026 .xsr-footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

footer.xsr-footer-2026 .copyright {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0;
}

footer.xsr-footer-2026 .bottom-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 0;
}

footer.xsr-footer-2026 .bottom-nav a {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  padding: 0 14px;
  transition: color 0.2s ease;
}

footer.xsr-footer-2026 .bottom-nav a:hover {
  color: #fff;
}

footer.xsr-footer-2026 .bottom-nav .bottom-nav-sep {
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
  user-select: none;
}

/* WeChat modal */
footer.xsr-footer-2026 .xsr-wechat-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}

footer.xsr-footer-2026 .xsr-wechat-modal.is-open {
  display: flex !important;
}

footer.xsr-footer-2026 .xsr-wechat-modal__panel {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  max-width: 280px;
  width: 90%;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

footer.xsr-footer-2026 .xsr-wechat-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #999;
  line-height: 1;
  padding: 4px 8px;
}

footer.xsr-footer-2026 .xsr-wechat-modal__close:hover {
  color: #333;
}

footer.xsr-footer-2026 .xsr-wechat-modal__panel .fa-weixin {
  font-size: 32px;
  color: #07c160;
  margin-bottom: 10px;
  display: block;
}

footer.xsr-footer-2026 .xsr-wechat-modal__title {
  margin: 0 0 12px;
  font-weight: 600;
  font-size: 15px;
  color: #1a1a1a;
}

footer.xsr-footer-2026 .xsr-wechat-modal__panel img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  border: 1px solid #eee;
  border-radius: 8px;
}

footer.xsr-footer-2026 .xsr-wechat-modal__hint {
  margin: 12px 0 0;
  font-size: 13px;
  color: #666;
}

@media (max-width: 992px) {
  footer.xsr-footer-2026 .xsr-footer-main {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 44px;
    padding-bottom: 44px;
  }

  footer.xsr-footer-2026 .xsr-qr-section {
    border: none;
    padding: 0;
  }

  footer.xsr-footer-2026 .xsr-footer-nav li {
    justify-content: center;
  }

  footer.xsr-footer-2026 .xsr-contact-section {
    align-items: center;
  }

  footer.xsr-footer-2026 .whatsapp-indicator {
    justify-content: center;
  }

  footer.xsr-footer-2026 .social-btns {
    justify-content: center;
  }

  footer.xsr-footer-2026 .xsr-footer-tagline,
  footer.xsr-footer-2026 .xsr-footer-powered {
    text-align: center;
  }
}

@media (max-width: 600px) {
  footer.xsr-footer-2026 .xsr-footer-upper {
    padding: 48px 0 36px;
  }

  footer.xsr-footer-2026 .contact-phone {
    font-size: 20px;
  }
}

/* Right floating toolbar — industrial glass + tooltip */
footer.xsr-footer-2026 .fixed-shortcut-wrapper.xsr-sticky-toolbar {
  position: fixed !important;
  right: 24px !important;
  bottom: 80px !important;
  top: auto !important;
  transform: none !important;
  width: auto !important;
  z-index: 1000 !important;
}

footer.xsr-footer-2026 .fixed-shortcut-wrapper.xsr-sticky-toolbar .shortcut {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex !important;
  flex-direction: column;
  padding: 8px;
  align-items: center;
  gap: 4px 0;
  overflow: visible;
}

footer.xsr-footer-2026 .fixed-shortcut-wrapper.xsr-sticky-toolbar .shortcut>a:before {
  display: none !important;
}

footer.xsr-footer-2026 .fixed-shortcut-wrapper.xsr-sticky-toolbar .divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 8px 6px;
}

footer.xsr-footer-2026 .fixed-shortcut-wrapper.xsr-sticky-toolbar .toolbar-item {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 4px 0;
  border-radius: 10px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  background: transparent !important;
  color: #1a1a1a !important;
  padding: 0 !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

footer.xsr-footer-2026 .fixed-shortcut-wrapper.xsr-sticky-toolbar .toolbar-item i {
  font-size: 18px;
  color: #1a1a1a !important;
  margin: 0 !important;
}

footer.xsr-footer-2026 .fixed-shortcut-wrapper.xsr-sticky-toolbar .toolbar-item:hover {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  transform: translateX(-4px);
}

footer.xsr-footer-2026 .fixed-shortcut-wrapper.xsr-sticky-toolbar .toolbar-item:hover i {
  color: #ffffff !important;
}

footer.xsr-footer-2026 .fixed-shortcut-wrapper.xsr-sticky-toolbar .badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #e74c3c;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

/* Force-hide cart badge on bottom-right floating toolbar */
#xsr-toolbar-cart-badge {
  display: none !important;
}

footer.xsr-footer-2026 .fixed-shortcut-wrapper.xsr-sticky-toolbar .tooltip {
  position: absolute;
  right: 56px;
  background: #1a1a1a;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: none;
}

footer.xsr-footer-2026 .fixed-shortcut-wrapper.xsr-sticky-toolbar .tooltip::after {
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #1a1a1a;
}

footer.xsr-footer-2026 .fixed-shortcut-wrapper.xsr-sticky-toolbar .toolbar-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media (max-width: 768px) {
  footer.xsr-footer-2026 .fixed-shortcut-wrapper.xsr-sticky-toolbar .shortcut {
    background: rgba(255, 255, 255, 0.7);
  }
}
