.idx26-footer .container-outer {
  max-width: 1080px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}

.idx26-footer {
  background: #2d3238 !important;
  color: rgba(255, 255, 255, 0.85);
  padding: 0 !important;
}

.idx26-footer .footer-content-top,
.idx26-footer .footer-content-bottom {
  display: none !important;
}

.idx26-footer-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: start;
  padding: 56px 0 48px;
  max-width: 1080px;
}

.idx26-footer-brand .idx26-footer-logo img {
  max-height: 48px;
  width: auto;
  margin-bottom: 20px;
}

.idx26-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.75);
}

.idx26-footer-contact li {
  margin: 0;
}

.idx26-footer-center {
  text-align: center;
  padding-top: 8px;
}

.idx26-footer-cta-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px;
}

.idx26-footer-phone {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 0 0 18px;
}

.idx26-footer-consult {
  display: inline-block;
  padding: 12px 36px;
  background: #e53935;
  color: #fff !important;
  border-radius: 6px;
  font-size: 15px;
  transition: opacity 0.2s;
}

.idx26-footer-consult:hover {
  opacity: 0.92;
  color: #fff !important;
}

.idx26-footer-qr {
  display: flex;
  gap: 28px;
  justify-content: flex-end;
}

.idx26-qr-item {
  text-align: center;
}

.idx26-qr-img {
  width: 96px;
  height: 96px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idx26-qr-img img {
  max-width: 100%;
  max-height: 100%;
  position: static !important;
  width: auto !important;
  height: auto !important;
}

.idx26-qr-item span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.idx26-footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0 28px;
}

.idx26-footer-bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.idx26-footer-bar .footer-copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.idx26-footer-bar .footer-copy a {
  color: rgba(255, 255, 255, 0.55) !important;
  margin-left: 8px;
}

.idx26-footer-bar .footer-beian a {
  color: rgba(255, 255, 255, 0.55) !important;
}

@media (max-width: 900px) {
  .idx26-footer-main {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .idx26-footer-qr {
    justify-content: center;
  }

  .idx26-footer-brand .idx26-footer-logo {
    display: inline-block;
  }
}