/* Input hiệu ứng focus kiểu mobile */
.input-effect:focus {
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
    transform: translateY(-1px);
}
