:root {
    --cor-titulo: #00BB9C;
    --cor-botao-bg: #EAF7F7;
    --cor-fundo: #f5f7fb;
    --cor-texto: #1f2933;
}

body {
    background-color: var(--cor-fundo);
    color: var(--cor-texto);
}

/* Navbar */
.navbar-brand span {
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--cor-titulo);
}

.navbar-brand small {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
}

.btn-custom {
    background-color: #2B6CB0;
    border: 1px solid var(--cor-titulo);
    color: #ffffff;
}

.btn-custom:hover {
    background-color: #d7efef;
    color: #004c45;
}

.text-highlight {
    color: #2B6CB0;
}

/* HERO */
.hero-section {
    padding-top: 7rem;
    padding-bottom: 4rem;
}

.hero-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #000000;
}

.hero-badge {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-img-wrapper img {
    border-radius: 1rem;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.25);
}

/* Sections com gradiente e parallax */
.section-gradient {
    background: radial-gradient(1200px 400px at 70% 5%, rgba(96, 165, 250, .15), transparent),
        radial-gradient(900px 300px at 0% 100%, rgba(0, 187, 156, .12), transparent);
    padding-top: 88px;
}

.section-gradient-alt {
    background: radial-gradient(1200px 400px at 70% 5%, rgba(96, 165, 250, .15), transparent),
        radial-gradient(900px 300px at 0% 100%, rgba(0, 187, 156, .12), transparent);
    padding-top: 88px;
}

.section-parallax {
    position: relative;
    background-image: url('https://systemwep.com/img/img.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-parallax::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
}

.section-parallax .container {
    position: relative;
    z-index: 1;
}

/* Cards categorias */
.categoria-card {
    border-radius: 0.8rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.categoria-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.categoria-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 187, 156, 0.08);
    font-size: 1.5rem;
    color: var(--cor-titulo);
}

/* Cards soluções */
.solucao-card {
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
    height: 100%;
}

.solucao-card h5 {
    font-weight: 600;
    color: var(--cor-titulo);
}

/* Passos */
.passo-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--cor-titulo);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

/* Modal Login */
.hero-login-card {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
}

/* Footer */
footer {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

/* WhatsApp flutuante */
.whatsapp-float {
    position: fixed;
    bottom: 18px;
    right: 18px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    z-index: 999;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
    color: #ffffff;
}

.whatsapp-msg {
    position: fixed;
    bottom: 82px;
    right: 18px;
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 0.85rem;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
    z-index: 998;
    max-width: 220px;
}

.whatsapp-msg span {
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 1.7rem;
    }
}


/* HERO */
.hero-section {
    padding-top: 7rem;
    padding-bottom: 4rem;
}

/* Sections com gradiente e parallax */
.section-gradient {
    background: radial-gradient(1200px 400px at 70% 5%, rgba(96, 165, 250, .15), transparent),
        radial-gradient(900px 300px at 0% 100%, rgba(0, 187, 156, .12), transparent);
    /* padding-top: 88px;  REMOVER */
}

.section-gradient-alt {
    background: radial-gradient(1200px 400px at 70% 5%, rgba(96, 165, 250, .15), transparent),
        radial-gradient(900px 300px at 0% 100%, rgba(0, 187, 156, .12), transparent);
    /* padding-top: 88px;  REMOVER */
}


@import url("css_home/categorias.css");