/* 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(123,66,246,0.5),0 0 30px rgba(236,72,153,0.3);}

.card-glow{box-shadow:0 0 20px rgba(15,23,42,0.3),0 0 40px rgba(15,23,42,0.2);}

.btn-glow{box-shadow:0 0 15px rgba(123,66,246,0.4);}

.gradient-bg{background:linear-gradient(-45deg,#0f172a,#1e293b,#0a0e17,#111827);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; }
}
