/* 曜晟官网交付包补丁样式 — 仅保留必要的补丁 */

/* —— PC 版头视觉统一 —— */
@media (min-width: 1024px) {
  .yoursun-site-cta {
    min-height: 2.75rem;
    line-height: 1.4;
    box-shadow:
      0 10px 28px rgba(88, 28, 135, 0.28),
      0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  }

  .yoursun-site-cta:hover {
    transform: translateY(-1px);
    box-shadow:
      0 14px 32px rgba(88, 28, 135, 0.36),
      0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  }
}

/* —— 底部 CTA 二维码图片可长按识别 —— */
.qr-code-image {
  -webkit-user-select: all;
  user-select: all;
}
