/* HERO SOLUÇÕES */

.hero-solucoes {
    position: relative;
    min-height: 100vh;
    background: url('../img/desenvolvedores.webp') center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-solucoes .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(8, 15, 31, 0.52);
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 120px;
}

.hero-badge {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.hero-text {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255,255,255,0.82);
    margin-bottom: 22px;
}

.hero-text.destaque {
    font-size: 19px;
    color: rgba(255,255,255,0.95);
}

.hero-frase {
    border-left: 4px solid #00b4ff;
    padding-left: 20px;
    margin: 35px 0;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
}

.hero-buttons {
    margin-top: 35px;
}

.btn-hero-primary {
    background: #0066ff;
    border: none;
    border-radius: 50px;
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
    box-shadow: 0 10px 30px rgba(0,102,255,0.35);
    transition: all .3s ease;
}

.btn-hero-primary:hover {
    background: #0052cc;
    transform: translateY(-2px);
}

.btn-hero-secondary {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.35);
    color: #fff !important;
    border-radius: 50px;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 700;
    transition: all .3s ease;
}

.btn-hero-secondary:hover {
    background: rgba(255,255,255,0.12);
    border-color: #fff;
}


/* RESPONSIVO */

@media (max-width: 991px) {

    .hero-content {
        text-align: center;
        padding-top: 150px;
        padding-bottom: 80px;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-frase {
        border-left: none;
        border-top: 4px solid #00b4ff;
        padding-top: 20px;
        padding-left: 0;
        font-size: 22px;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        margin: 10px 0;
    }
}

/* SEGUNDA DOBRA - PROBLEMAS */

.secao-problemas {
    padding: 110px 0;
    background: #ffffff;
}

.problemas-badge {
    background: #eef4ff;
    color: #0066ff;
    padding: 10px 20px;
    border-radius: 40px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.secao-problemas h2 {
    font-size: 46px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
    margin-bottom: 35px;
}

.lista-problemas {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.lista-problemas li {
    font-size: 19px;
    color: #374151;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    line-height: 1.6;
}

.lista-problemas li i {
    color: #e63946;
    margin-right: 15px;
    font-size: 22px;
}

.texto-problemas {
    font-size: 18px;
    line-height: 1.9;
    color: #6b7280;
    margin-bottom: 25px;
}

.box-solucao {
    background: #f5f9ff;
    border-left: 5px solid #0066ff;
    padding: 22px 25px;
    margin: 35px 0;
    border-radius: 6px;
    font-size: 24px;
    color: #1f2937;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.img-problemas {
    margin: auto;
    margin-top: 40px;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}


/* RESPONSIVO */

@media (max-width: 991px) {

    .secao-problemas {
        padding: 80px 0;
        text-align: center;
    }

    .secao-problemas h2 {
        font-size: 34px;
    }

    .lista-problemas li {
        justify-content: center;
        text-align: left;
    }

    .box-solucao {
        font-size: 21px;
    }

    .img-problemas {
        margin-top: 50px;
    }
}

/* TERCEIRA DOBRA - SOLUÇÕES */

.secao-solucoes {
    background: #f8fafc;
    padding: 110px 0;
}

.solucoes-badge {
    background: #eef4ff;
    color: #0066ff;
    padding: 10px 20px;
    border-radius: 40px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.secao-solucoes h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
    margin-bottom: 20px;
}

.solucoes-subtitulo {
    font-size: 20px;
    color: #6b7280;
    max-width: 850px;
    margin: auto;
    line-height: 1.8;
}

.cards-solucoes {
    margin-top: 70px;
}

.card-solucao {
    background: #fff;
    border-radius: 20px;
    padding: 40px 35px;
    margin-bottom: 30px;
    height: 500px; /* aumentei */
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
    transition: all .3s ease;
}

.card-solucao:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.icone-solucao {
    width: 75px;
    height: 75px;
    background: #eef4ff;
    border-radius: 18px;
    text-align: center;
    line-height: 75px;
    margin-bottom: 25px;
}

.icone-solucao i {
    color: #0066ff;
    font-size: 34px;
}

.card-solucao h3 {
    font-size: 24px;
    color: #1f2937;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.card-solucao p {
    font-size: 17px;
    line-height: 1.9;
    color: #6b7280;
}


/* RESPONSIVO */

@media (max-width: 991px) {

    .secao-solucoes {
        padding: 80px 0;
    }

    .secao-solucoes h2 {
        font-size: 34px;
    }

    .solucoes-subtitulo {
        font-size: 18px;
    }

    .card-solucao {
        height: auto;
        padding: 35px 28px;
    }
}

/* DOBRA VISÃO HUMANA */

.secao-visao-humana {
    position: relative;
    padding: 120px 0;
    background: url('../img/atendimento.webp') center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.overlay-dark {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(8, 15, 31, 0.52);
    top: 0;
    left: 0;
}

.secao-visao-humana .container {
    position: relative;
    z-index: 2;
}

.badge-humana {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    padding: 10px 22px;
    border-radius: 40px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.secao-visao-humana h2 {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.texto-humano {
    font-size: 20px;
    line-height: 1.9;
    color: rgba(255,255,255,0.82);
    max-width: 900px;
    margin: auto;
}

.lista-beneficios-row {
    margin-top: 70px;
}

.beneficio-item {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 24px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
    min-height: 100px;
    transition: all .3s ease;
}

.beneficio-item:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.12);
}

.beneficio-item span {
    color: #00d26a;
    font-weight: bold;
    font-size: 24px;
    margin-right: 12px;
}

.box-newoxxy {
    margin-top: 50px;
    background: rgba(255,255,255,0.08);
    border-left: 4px solid #0066ff;
    padding: 30px;
    border-radius: 18px;
    color: #fff;
    font-size: 24px;
    line-height: 1.8;
    backdrop-filter: blur(10px);
}


/* RESPONSIVO */

@media(max-width:991px){

    .secao-visao-humana {
        padding: 80px 0;
    }

    .secao-visao-humana h2 {
        font-size: 36px;
    }

    .texto-humano {
        font-size: 18px;
    }

    .beneficio-item {
        min-height: auto;
    }

    .box-newoxxy {
        font-size: 20px;
    }

}

/* DOBRA RESULTADOS */

.secao-resultados {
    background: #ffffff;
    padding: 110px 0;
}

.resultado-badge {
    background: #eef4ff;
    color: #0066ff;
    padding: 10px 22px;
    border-radius: 40px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.secao-resultados h2 {
    font-size: 50px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.25;
    margin-bottom: 30px;
}

.resultado-texto {
    font-size: 19px;
    color: #6b7280;
    line-height: 1.9;
    margin-bottom: 28px;
}

.resultado-texto.destaque {
    color: #1f2937;
    font-weight: 500;
}

.duvida-box {
    background: #f8fafc;
    border-left: 4px solid #0066ff;
    padding: 22px 25px;
    margin-bottom: 18px;
    border-radius: 12px;
    font-size: 22px;
    font-style: italic;
    color: #1f2937;
    box-shadow: 0 12px 30px rgba(0,0,0,0.04);
    transition: all .3s ease;
}

.duvida-box:hover {
    transform: translateX(6px);
}

.frase-resultado {
    margin-top: 40px;
    background: #08101f;
    color: #fff;
    padding: 35px;
    border-radius: 20px;
    font-size: 28px;
    line-height: 1.6;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.frase-resultado strong {
    color: #4da3ff;
}

.img-resultado {
    margin: auto;
    margin-top: 40px;
    border-radius: 22px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}


/* RESPONSIVO */

@media(max-width:991px){

    .secao-resultados {
        padding: 80px 0;
        text-align: center;
    }

    .secao-resultados h2 {
        font-size: 36px;
    }

    .resultado-texto {
        font-size: 18px;
    }

    .duvida-box {
        font-size: 19px;
        text-align: left;
    }

    .frase-resultado {
        font-size: 22px;
        padding: 30px;
    }

    .img-resultado {
        margin-top: 50px;
    }
}

/* ÚLTIMA DOBRA - CTA FINAL */

.secao-cta-final {
    position: relative;
    padding: 140px 0;
    background: url('../img/homem_feliz.webp') center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.overlay-cta {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(8,15,31,0.52);
    top: 0;
    left: 0;
}

.secao-cta-final .container {
    position: relative;
    z-index: 2;
}

.cta-badge {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    color: #fff;
    padding: 10px 22px;
    border-radius: 40px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.secao-cta-final h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
}

.cta-texto {
    font-size: 21px;
    line-height: 1.9;
    color: rgba(255,255,255,0.82);
    max-width: 950px;
    margin: auto;
    margin-bottom: 20px;
}

.cta-texto.destaque {
    color: #fff;
    font-weight: 500;
    margin-bottom: 50px;
}

.cta-buttons {
    margin-top: 40px;
}

.btn-cta-primary {
    background: #0066ff;
    border: none;
    border-radius: 50px;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
    box-shadow: 0 15px 40px rgba(0,102,255,0.35);
    transition: all .3s ease;
}

.btn-cta-primary:hover {
    background: #0050cc;
    transform: translateY(-3px);
}

.btn-cta-whatsapp {
    border-radius: 50px;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 700;
    transition: all .3s ease;
}

.btn-cta-whatsapp:hover {
    transform: translateY(-3px);
}


/* RESPONSIVO */

@media(max-width:991px){

    .secao-cta-final {
        padding: 90px 0;
    }

    .secao-cta-final h2 {
        font-size: 38px;
    }

    .cta-texto {
        font-size: 18px;
    }

    .btn-cta-primary,
    .btn-cta-whatsapp {
        width: 100%;
        margin: 10px 0;
    }
}