body.pagina-aplicativos {
    background-color: aliceblue;
    padding-top: 90px;
    font-family: 'Zalando Sans Expanded', sans-serif;
}

/* NAVBAR */
.navbar-aplicativos {
    background-color: #023c54;
    box-shadow: 0 8px 20px rgba(2, 60, 84, 0.15);
}

/* HERO */
.hero-aplicativos {
    background: linear-gradient(135deg, #023c54 0%, #046487 100%);
    color: #ffffff;
    padding-top: 90px;
    padding-bottom: 90px;
}

.hero-aplicativos-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.hero-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.hero-aplicativos h1 {
    font-size: 2.8rem;
    line-height: 1.2;
}

.hero-aplicativos-texto {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.95;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.hero-botoes {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-hero-whatsapp,
.btn-hero-secundario {
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 600;
}

.btn-hero-whatsapp {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

/* BENEFÍCIOS */
.beneficios-aplicativos {
    background: #f5fbff;
}

.beneficio-card-app {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 24px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 28px rgba(2, 60, 84, 0.08);
    transition: 0.3s ease;
}

.beneficio-card-app:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(2, 60, 84, 0.14);
}

.beneficio-icone-app {
    font-size: 2.2rem;
    color: #023c54;
}

/* SEÇÃO PRINCIPAL */
.secao-principal-aplicativos {
    background-color: aliceblue;
}

.secao-principal-imagem-app {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(2, 60, 84, 0.12);
}

.lista-aplicativos {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.lista-aplicativos li {
    margin-bottom: 12px;
    font-size: 1rem;
    color: #17323d;
}

/* TIPOS DE APPS */
.tipos-aplicativos {
    background: #ffffff;
}

.app-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(2, 60, 84, 0.08);
    transition: 0.3s ease;
}

.app-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(2, 60, 84, 0.14);
}

.app-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.app-card-body {
    padding: 24px;
}

.app-card-body h4 {
    color: #023c54;
    margin-bottom: 16px;
}

.app-card-body p {
    margin-bottom: 0;
    line-height: 1.7;
    color: #35515d;
}

/* GALERIA */
.galeria-aplicativos {
    background: #f5fbff;
}

.galeria-img-app {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(2, 60, 84, 0.10);
    transition: 0.3s ease;
}

.galeria-img-app:hover {
    transform: scale(1.02);
}

/* COMO FUNCIONA */
.como-funciona-aplicativos {
    background: linear-gradient(180deg, #eef8fc 0%, #ffffff 100%);
}

.passo-card-app {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 20px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(2, 60, 84, 0.08);
}

.passo-card-app h5 {
    color: #023c54;
    margin-bottom: 12px;
}

.passo-card-app p {
    margin-bottom: 0;
    color: #4a6570;
    line-height: 1.6;
}

/* CHAMADA FINAL */
.chamada-aplicativos {
    background: linear-gradient(135deg, #023c54 0%, #046487 100%);
    color: #ffffff;
}

.botao-whatsapp-app {
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

/* RODAPÉ */
.footer-cdi {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer-logo {
    max-width: 240px;
}

.footer-title {
    color: #023c54;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-bottom {
    text-align: center;
    margin-top: 35px;
    border-top: 1px solid #d8e7ef;
    padding-top: 20px;
    color: #4d6772;
}

/* BOTÃO HOME */
.home-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 52px;
    height: 52px;
    z-index: 999;
    box-shadow: 0 10px 25px rgba(2, 60, 84, 0.25);
}

/* RESPONSIVO */
@media (max-width: 991px) {
    .hero-aplicativos h1 {
        font-size: 2.2rem;
    }

    .secao-principal-imagem-app {
        height: 340px;
    }
}

@media (max-width: 767px) {
    .hero-aplicativos {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .hero-aplicativos h1 {
        font-size: 1.9rem;
    }

    .hero-aplicativos-texto {
        font-size: 1rem;
    }

    .secao-principal-imagem-app,
    .app-card img,
    .galeria-img-app {
        height: 220px;
    }

    .hero-botoes {
        flex-direction: column;
        align-items: center;
    }

    .btn-hero-whatsapp,
    .btn-hero-secundario {
        width: 100%;
        max-width: 280px;
    }
}