
/* Block 1 */
.group:hover .group-hover\:scale-105 {
transform: scale(1.05);
}

/* Block 2 */
.ai-features-card {
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ai-features-card:hover {
transform: translateY(-8px);
}

/* Block 3 */
.aspect-\[4\/3\] {
aspect-ratio: 4/3;
}

/* Block 4 */
.section-2026-form .input-group:focus-within i {
color: #60a5fa;
}
.section-2026-form input:focus {
box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
}
