body {

}

/* Prevent auto-zoom on iPhone when focusing inputs */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    input[type="date"],
    input[type="search"],
    textarea,
    select {
        font-size: 16px !important;
    }
}

/* Style pour les boutons d'abonnement avec dégradé */
.btn-subscription-gradient {
    background: linear-gradient(135deg, #0271E8 0%, #0056b3 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 122, 255, 0.3);
}

.btn-subscription-gradient:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%) !important;
    color: white !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 122, 255, 0.4);
}
