html{scroll-behavior:smooth}.card-blue{transition:all 0.35s ease}.card-blue:hover{transform:translateY(-6px);box-shadow:0 20px 40px -12px rgba(37,99,235,0.2)}.faq-answer{animation:fadeIn 0.3s ease-out}@keyframes fadeIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#eff6ff}::-webkit-scrollbar-thumb{background:#93c5fd;border-radius:3px}