.survey-card { border: none; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,.08); transition: .3s; height: 100%; } .survey-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,.15); } .survey-btn { width: 100%; border-radius: 8px; padding: 12px; font-weight: 600; text-decoration: none; } .survey-title { text-align: center; margin-bottom: 30px; font-weight: 700; color: #0d6efd; }