
.heli-card:hover { transform: translateY(-12px); background: rgba(255, 255, 255, 0.07); border-color: var(--accent); box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
.heli-card:hover .btn-circle-action { background: var(--accent); color: #000; transform: scale(1.1); }
.heli-card:hover .heli-icon-placeholder { transform: scale(1.1) rotate(-5deg); filter: drop-shadow(0 0 10px var(--accent)); }
.heli-card:hover .btn-circle-action svg { stroke: #000 !important; }


