.float-contact.neon-contact-dock {
  position: fixed; z-index: 900; top: 50%; right: 20px; bottom: auto; left: auto;
  display: flex; flex-direction: column; gap: 12px; transform: translateY(-50%);
  padding: 0; width: auto; background: none; border: 0;
  font-family: Inter, "Microsoft YaHei", sans-serif;
}
.neon-contact-dock .neon-contact-button {
  position: relative; display: grid; place-items: center; width: 54px; height: 54px;
  padding: 0; border: 1px solid #e0e8f6; border-radius: 50%; cursor: pointer;
  color: #335075; background: #fff; box-shadow: 0 8px 26px #324c8510;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.neon-contact-button svg { width: 25px; height: 25px; }
.neon-contact-dock [data-contact="qq"] { color: #078bc5; }
.neon-contact-dock [data-contact="email"] { color: #d95374; }
.neon-contact-dock [data-contact="toolbox"] { color: #5063d5; }
.neon-contact-dock .neon-contact-button:hover,
.neon-contact-dock .neon-contact-button[aria-expanded="true"] { transform: translateY(-2px); border-color: #94b2f7; box-shadow: 0 10px 30px #3b66ca20; }
.neon-contact-dock button:focus-visible, .neon-contact-dock a:focus-visible { outline: 3px solid #356ded; outline-offset: 3px; }
.neon-contact-vip { position: absolute; top: -5px; right: -4px; padding: 2px 6px; border-radius: 8px; background: #e9edff; color: #4654b9; font: 700 10px/1.4 sans-serif; border: 2px solid white; }
.neon-contact-dock .neon-contact-panel {
  position: absolute; right: 70px; top: 50%; transform: translateY(-50%); box-sizing: border-box;
  width: 280px; padding: 22px; border: 1px solid #dde6f6; border-radius: 22px;
  background: #fff; color: #233b5c; box-shadow: 0 20px 70px #284a7d24; text-align: left;
  max-height: calc(100dvh - 40px); overflow: auto;
}
.neon-contact-dock [hidden] { display: none !important; }
.neon-contact-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.neon-contact-heading strong { font-size: 17px; color: #172c4d; }
.neon-contact-close { border: 0; background: #f1f5fc; color: #496181; border-radius: 50%; width: 32px; height: 32px; cursor: pointer; font-size: 23px; }
.neon-contact-content p { margin: 14px 0; color: #536985; font-size: 13px; line-height: 1.8; }
.neon-contact-number { display: block; color: #1e3b69; font-size: 25px; letter-spacing: 1px; margin: 18px 0; }
.neon-contact-dock .neon-contact-action { display: inline-flex; justify-content: center; align-items: center; padding: 10px 16px; color: #fff; background: #3568df; border: 0; border-radius: 12px; text-decoration: none; font: 600 13px/1.6 "Microsoft YaHei", sans-serif; cursor: pointer; }
.neon-contact-email { color: #2f60c3; font-size: 15px; overflow-wrap: anywhere; }
.neon-contact-qr { display: block; width: 200px; max-width: 100%; height: auto; margin: 18px auto 0; border-radius: 12px; }
body[data-neon-page] .float-contact.neon-contact-dock { display: flex !important; }
@media (max-width: 720px) {
  body:has(.neon-contact-dock) { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .float-contact.neon-contact-dock { top: auto; bottom: calc(12px + env(safe-area-inset-bottom)); right: 50%; transform: translateX(50%); flex-direction: row; gap: 12px; }
  body[data-neon-page] .float-contact.neon-contact-dock { right: 50% !important; }
  .neon-contact-dock .neon-contact-button { width: 46px; height: 46px; box-shadow: 0 4px 20px #284a7d20; }
  .neon-contact-dock .neon-contact-panel { top: auto; bottom: 62px; right: 50%; transform: translateX(50%); width: min(320px, calc(100vw - 24px)); max-height: calc(100dvh - 110px); }
  body .neon-pet.neon-pet--beside-dock { bottom: calc(78px + env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion: reduce) { .neon-contact-dock .neon-contact-button { transition: none; } }
