/* Estilos customizados para a versão gratuita */

/* Botão de Cadastro Gratuito - Verde Elegante */
.btn-register-free {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%) !important;
    border: 2px solid rgba(56, 239, 125, 0.3) !important;
    color: white !important;
}

.btn-register-free:hover {
    background: linear-gradient(135deg, #0f8a7f 0%, #2dd96d 100%) !important;
    border-color: rgba(56, 239, 125, 0.5) !important;
    box-shadow: 
        0 8px 32px rgba(17, 153, 142, 0.4),
        0 4px 16px rgba(56, 239, 125, 0.3) !important;
}

.btn-register-free i,
.btn-register-free span {
    color: white !important;
}

/* Texto do cadastro gratuito */
.register-section .register-text {
    color: var(--text-secondary);
    font-size: 15px;
    margin-bottom: 16px;
}
