/* Global link underline removal */
a { text-decoration: none; }
a:hover { text-decoration: none; }

.content-auto{content-visibility:auto;}

.text-shadow-glow{text-shadow:0 0 15px rgba(30,90,250,0.5),0 0 30px rgba(59,130,246,0.3);}

.card-glow{box-shadow:0 0 20px rgba(239,246,255,0.4),0 0 40px rgba(59,130,246,0.15);}

.btn-glow{box-shadow:0 0 15px rgba(30,90,250,0.4);}

.gradient-bg{background:linear-gradient(-45deg,#F8FAFC,#EFF6FF,#DBEAFE,#93C5FD);background-size:400% 400%;}

.transition-custom{transition: all 0.3s ease;}

/* 客户评价区移动端单列显示（电脑端保持两列不变） */
@media (max-width: 767px) {
    .review-list { grid-template-columns: 1fr !important; }
    .review-list .text-grayText { overflow-wrap: anywhere; word-break: break-word; }
}
