body { font-family: 'Segoe UI', sans-serif; }
.hero { background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://picsum.photos/id/1015/1920/1080') center/cover no-repeat; color: white; padding: 120px 0; }
.section { padding: 80px 0; }
.card-hover:hover { transform: translateY(-10px); transition: all 0.3s; }

.hover-card {
    transition: all 0.4s ease;
}
.hover-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
}

.btn-xl {
    font-size: 1.35rem;
    padding: 1.25rem 2.5rem !important;
    border-radius: 12px;
}

.hover-lift {
    transition: all 0.3s ease;
}
.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3) !important;
}

.btn-xl {
    font-size: 0.95rem;
    padding: 1.25rem 2.8rem !important;
    border-radius: 14px;
    min-width: 260px;
}

.hover-lift {
    transition: all 0.3s ease;
}
.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25) !important;
}