/* Start custom CSS for html, class: .elementor-element-026d726 *//* ========================================================
   ESTILOS GERAIS E FUNDO
======================================================== */
body {
    background-color: #128a42; 
    min-height: 100vh;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* ========================================================
   ESTILOS DOS QUADRADOS BRANCOS (CARDS)
======================================================== */
.card-success {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* ========================================================
   BOTÕES PERSONALIZADOS
======================================================== */
.btn-primary-custom {
    background: linear-gradient(45deg, #007bff, #0056b3);
    border: none;
    border-radius: 15px;
    padding: 12px 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    color: white !important;
}

/* ========================================================
   AJUSTES RESPONSIVOS (MOBILE)
======================================================== */
@media (max-width: 768px) {
    .card-body {
        padding: 2rem !important;
    }
    .display-6 {
        font-size: 1.6rem;
    }
    .text-start p {
        font-size: 1rem;
    }
}/* End custom CSS */