
:root {
    --sidebar-width: 250px;
    --primary-color: #2B246A;
    --secundary-color: #1d1850;
    --button-hover: #0217ce;
    --accent-color: #1e096d;
    --text-white: #FFFFFF;
    --bg-light: #F5F5F5;
    --bg-gray: #f3f3f4;
    --text-dark: #1e1e2f;
    --text-blue: #0c008b;
    --card-bg: #ffffff;
}
body.dark-mode {
    --primary-color: #f88f12;
    --secundary-color: #12122d;
    --accent-color: #3a3aff;
    --text-dark: #ffffff;
    --bg-light: #1e1e2f;
}

a html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: "Inter", sans-serif;
    background-color: var(--bg-light);
    color: var(--text-dark);
    min-height: 100vh;
}
/* Hero Gradiente */
.hero-bg {
    background: linear-gradient(135deg, #d2e7fe 0%, #f9faff 100%);
    border-radius: 1.5rem;
    box-shadow: 0 8px 24px rgba(44, 61, 221, 0.08);
    padding: 3rem 1.5rem 2rem 1.5rem;
}
.hero-title .text-primary {
    background: linear-gradient(90deg, #1e096d, #016bfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.btn-gradient {
    background: linear-gradient(90deg, #1e096d, #016bfd);
    color: #fff !important;
    border: none;
    font-weight: 700;
    transition: background 0.2s, transform 0.2s;
}
.btn-gradient:hover {
    background: linear-gradient(90deg, #016bfd, #1e096d);
    transform: translateY(-2px) scale(1.03);
}
/* Cards Funcionalidade */
.erp-card {
    transition: box-shadow 0.2s, transform 0.2s;
    border: none;
    background: #f7f8ff;
    border-radius: 1.2rem;
    box-shadow: 0 2px 10px rgba(44, 61, 221, 0.06);
    cursor: pointer;
}
.erp-card:hover {
    box-shadow: 0 8px 24px rgba(44, 61, 221, 0.10);
    transform: translateY(-4px) scale(1.03);
    background: #f0f4ff;
}
.erp-card i {
    background: #1e096d10;
    border-radius: 50%;
    padding: 12px;
    margin-bottom: 16px;
}
.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
.section-subtitle {
    font-size: 1.13rem;
    color: #6b7280;
    margin-bottom: 2.2rem;
}
/* Cards Planos */
.erp-plan-card {
    border-radius: 1.2rem;
    border: 2px solid #e4e8ff;
    box-shadow: 0 1px 8px rgba(44,61,221,0.03);
    transition: border 0.2s, transform 0.2s;
}
.erp-plan-card.featured {
    border: 2.5px solid #1e096d;
    box-shadow: 0 8px 24px rgba(30,9,109,0.09);
    transform: scale(1.04);
    background: linear-gradient(90deg, #e9f0ff 60%, #f9faff 100%);
}
.erp-plan-card ul li {
    margin-bottom: 0.5rem;
}
.bg-gradient-footer {
    background: linear-gradient(90deg, #1e096d, #2f34ff);
}
footer a {
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer i {
    width: 20px;
    height: 20px;
}
.header-gradient {
    background: linear-gradient(90deg, #1e096d, #2f34ff);
}
.nav-link-white {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}
.nav-link-white:hover {
    color: #cbdcff;
}
.mobile-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
}
#mobileMenu a {
    font-weight: 500;
    font-size: 1rem;
    color: white;
    text-decoration: none;
}
#mobileMenu a:hover {
    color: #cbdcff;
}
/* Botão padrão do sistema */
.btn-gestagi {
    background: linear-gradient(90deg, #2d0fa1, #10294f);
    color: #fff !important;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.btn-gestagi:hover {
    background: linear-gradient(90deg, #02025d, #2d0fa1);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30, 9, 109, 0.2);
    text-decoration: none;
}

/* Versão com ícone */
.btn-gestagi i {
    width: 18px;
    height: 18px;
}

.btn-gestagi-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 8px 18px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.btn-gestagi-outline:hover {
    background: #fff;
    color: #1e096d;
    text-decoration: none;
}
/* Botão WhatsApp Comercial */
.btn-whatsapp {
    background: linear-gradient(90deg, #25D366, #128C7E);
    color: #fff !important;
    border: none;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 12px rgba(18, 140, 126, 0.2);
    text-decoration: none;
}

.btn-whatsapp:hover {
    background: linear-gradient(90deg, #128C7E, #25D366);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(18, 140, 126, 0.3);
    text-decoration: none;
}

/* Ícone */
.btn-whatsapp i {
    width: 18px;
    height: 18px;
}

#menuIcon {
    transition: transform 0.3s ease;
}

#menuIcon.rotate {
    transform: rotate(90deg);
}




.not_found {
    min-height: 100vh;
    background: linear-gradient(135deg, #f2f6ff, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 1rem;
}

.not_found .content {
    max-width: 600px;
    margin: auto;
}

.not_found_header .error {
    font-size: 6rem;
    font-weight: 900;
    color: #1e096d;
    margin-bottom: 1rem;
}

.not_found_header h1 {
    font-size: 2.2rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 1rem;
}

.not_found_header p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

/* Botão com gradiente no estilo Gestagi */
.not_found_btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(90deg, #1e096d, #2f34ff);
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 12px rgba(30, 9, 109, 0.15);
}

.not_found_btn:hover {
    background: linear-gradient(90deg, #2f34ff, #1e096d);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(30, 9, 109, 0.25);
}


/* Estilo base: escondido por padrão */
.ajax_load {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* Caixa do loader */
.ajax_load_box {
    text-align: center;
    background: #fff;
    padding: 30px 40px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* Círculo animado */
.ajax_load_box_circle {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    border: 6px solid #3498db;
    border-top: 6px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Texto */
.ajax_load_box_title {
    font-size: 16px;
    color: #333;
}

/* Animação de rotação */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/** LOGIN **/
.login_input_group {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    overflow: hidden;
    height: 45px;
}

.login_icon {
    background: #fff;
    padding: 0 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ced4da;
    height: 100%;
}

.login_icon i {
    color: #1e096d;
    width: 18px;
    height: 18px;
}

.login_input {
    border: none;
    flex: 1;
    height: 100%;
    padding: 0 0.75rem;
    font-size: 0.95rem;
}

.login_input:focus {
    outline: none;
    box-shadow: none;
}


.input-icon {
    background: #fff;
    border: 1px solid #ced4da;
    border-right: none;
    border-radius: 0.375rem 0 0 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem;
}

.input-clean {
    border: 1px solid #ced4da;
    border-left: none;
    border-radius: 0 0.375rem 0.375rem 0;
}

.input-clean:focus {
    border-color: #1e096d;
    box-shadow: 0 0 0 0.1rem rgba(30, 9, 109, 0.1);
}
/* Mensagens de Alerta (Gestagi Style) */
.message {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.85rem 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    border-radius: 0.75rem;
    border: 1px solid transparent;
    font-size: 0.95rem;
    box-shadow: 0 4px 12px rgba(30, 9, 109, 0.06);
    position: relative;
    transition: all 0.3s ease;
}

/* Icon (opcional com Lucide) */
.message i {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Sucesso */
.message.success {
    background-color: #e6f6ee;
    border-color: #25a96f;
    color: #17824e;
}

/* Informação */
.message.info {
    background-color: #e7f0ff;
    border-color: #297be6;
    color: #1e4db2;
}

/* Aviso */
.message.warning {
    background-color: #fff9e6;
    border-color: #e6b800;
    color: #8a6d00;
}

/* Erro */
.message.error {
    background-color: #ffe8e8;
    border-color: #d93025;
    color: #a00f0f;
}

/* Animação opcional */
.message.bounce {
    animation: bounce 0.3s ease;
}

/* Bounce keyframe */
@keyframes bounce {
    0%   { transform: scale(0.95); }
    50%  { transform: scale(1.03); }
    100% { transform: scale(1); }
}


@media (max-width: 767px) {
    .hero-bg, .erp-card, .erp-plan-card {
        border-radius: 0.8rem;
        padding: 1.4rem 1rem !important;
    }
    .section-title { font-size: 1.38rem; }
    #mobileMenuToggle {
        position: absolute;
        right: 1rem;
        top: 1.1rem;
    }

}

@media (min-width: 992px) {
    #mobileMenu {
        display: none !important;
    }
}


