/* Main-site consultation bar shared by the original 15-site group. */
.sc-bottom-strip {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, #0a58ee 0%, #176dff 52%, #004fd8 100%);
  box-shadow: 0 -6px 24px rgba(10, 88, 238, 0.28);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.sc-bottom-strip::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 58%, rgba(255, 255, 255, 0.2) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 34%, rgba(255, 255, 255, 0.22) 0 2px, transparent 3px),
    linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.12) 48%, transparent 49%);
}

.sc-bottom-strip__inner {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 40px));
  min-height: 96px;
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sc-bottom-strip__copy {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.sc-bottom-strip__send {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.64;
  transform: rotate(-8deg);
}

.sc-bottom-strip__copy span,
.sc-bottom-strip__phone span {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.sc-bottom-strip__copy strong {
  display: block;
  margin-top: 3px;
  color: #fff !important;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.1;
}

.sc-bottom-strip__phone {
  flex: 0 0 auto;
  text-align: center;
}

.sc-bottom-strip__phone span { font-size: 13px; }
.sc-bottom-strip__phone a {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 22px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.sc-bottom-strip__wechat {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  white-space: nowrap;
}

.sc-bottom-strip__wechat img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.sc-bottom-strip__button {
  min-width: 130px;
  min-height: 44px;
  padding: 0 22px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #0a58ee;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.sc-bottom-strip__qr {
  width: 64px;
  height: 64px;
  padding: 3px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
}

.sc-bottom-strip__qr img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: contain;
}

body { padding-bottom: 96px !important; }
.float-neon,
.floating-bar,
.floating-bar-enhanced { display: none !important; }

@media (max-width: 860px) {
  .sc-bottom-strip__inner { width: calc(100% - 28px); }
  .sc-bottom-strip__send,
  .sc-bottom-strip__wechat,
  .sc-bottom-strip__qr { display: none; }
  .sc-bottom-strip__copy strong { font-size: 18px; }
}

@media (max-width: 560px) {
  .sc-bottom-strip__inner {
    width: 100%;
    min-height: 80px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    gap: 8px;
  }
  .sc-bottom-strip__copy span { font-size: 12px; }
  .sc-bottom-strip__copy strong { font-size: 15px; }
  .sc-bottom-strip__phone span { font-size: 11px; }
  .sc-bottom-strip__phone a { font-size: 16px; }
  .sc-bottom-strip__button {
    min-width: 84px;
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }
  body { padding-bottom: 80px !important; }
}

@media print { .sc-bottom-strip { display: none !important; } }
