body {
    font-family: Arial, sans-serif;
    background: #f8f9fa;
}

.hero {
    background: linear-gradient(135deg, #ffb703, #fb8500);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.section {
    padding: 60px 20px;
}

.card-price {
    border: none;
    transition: 0.3s;
}

.card-price:hover {
    transform: scale(1.05);
}

.whatsapp-btn {
    background: #25D366;
    color: white;
    border-radius: 50px;
    padding: 12px 25px;
    text-decoration: none;
}

.call-btn {
    background: #0d6efd;
    color: white;
    border-radius: 50px;
    padding: 12px 25px;
    text-decoration: none;
}