html{scroll-behavior:smooth}
body{font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}
.nav-scrolled{background:#ffffff;box-shadow:0 1px 0 0 #e5e7eb}
.card-hover{transition:all .3s ease}
.card-hover:hover{transform:translateY(-6px);box-shadow:0 20px 40px -12px rgba(79,70,229,.18);border-color:#c7d2fe}
/* 横向滑动评价区（隐藏滚动条） */
#testimonials .overflow-x-auto{scrollbar-width:none}
#testimonials .overflow-x-auto::-webkit-scrollbar{display:none}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-item.open .faq-a{max-height:400px}
.faq-item.open .faq-arrow{transform:rotate(180deg)}
.faq-arrow{transition:transform .3s ease}
