:root{
    --primary:#03071E;
    --secondary:#045084;
    --accent:#93D6F3;
    --neon:#00E5FF;
    --light:#f5f7fa;
}

/* HERO */

.case-hero{
    background:linear-gradient(135deg,#03071E,#071f44);
    color:#fff;
    padding:120px 0 90px;
}

.case-badge{
    display:inline-block;
    padding:10px 20px;
    border-radius:999px;
    background:rgba(147,214,243,.15);
    color:var(--accent);
    margin-bottom:25px;
}

.case-title{
    font-size:clamp(2.3rem,5vw,3.8rem);
    font-family:"Poppins",sans-serif;
    font-weight:800;
}

.case-subtitle{
    color:#d7e7f8;
    font-size:1.15rem;
    line-height:1.7;
}

.case-hero-image{
    border-radius:28px;
    overflow:hidden;
    border:2px solid var(--neon);
    box-shadow:
        0 0 20px rgba(0,229,255,.45),
        0 0 50px rgba(0,229,255,.18);
}

/* INFO */

.case-info-card{
    background:#fff;
    padding:25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.case-info-card h4{
    color:#045084;
}

/* TÍTULOS */

.section-title{
    color:#fff;
    font-size:2.4rem;
    font-weight:800;
    font-family:"Poppins",sans-serif;
}

.section-title-dark{
    color:#03071E;
    font-size:2.3rem;
    font-weight:800;
    font-family:"Poppins",sans-serif;
}

.section-subtitle{
    color:#cdddf0;
}

/* SOLUÇÃO */

/* =========================================================
   ESTRATÉGIA CONSTRUÍDA
========================================================= */

.strategy-section{

    background:linear-gradient(180deg,#071f44,#03071E);

    color:#fff;

    position:relative;

    overflow:hidden;

}

/* Glow decorativo */

.strategy-section::before{

    content:"";

    position:absolute;

    top:-120px;

    left:-120px;

    width:260px;

    height:260px;

    background:rgba(147,214,243,.08);

    border-radius:50%;

    filter:blur(80px);

}

.strategy-section::after{

    content:"";

    position:absolute;

    bottom:-150px;

    right:-120px;

    width:300px;

    height:300px;

    background:rgba(0,229,255,.08);

    border-radius:50%;

    filter:blur(110px);

}

/* Badge */

.section-badge{

    display:inline-block;

    padding:8px 20px;

    border-radius:999px;

    background:rgba(147,214,243,.12);

    border:1px solid rgba(147,214,243,.35);

    color:#93D6F3;

    font-size:.9rem;

    font-family:"Poppins",sans-serif;

    margin-bottom:20px;

}

/* Títulos */

.strategy-title{

    font-family:"Poppins",sans-serif;

    font-size:clamp(2rem,4vw,3rem);

    font-weight:800;

    margin-bottom:18px;

}

.strategy-subtitle{

    max-width:760px;

    margin:auto;

    color:#c9ddff;

    font-size:1.05rem;

    line-height:1.7;

}

/* Cards */

.strategy-card{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(147,214,243,.18);

    border-radius:24px;

    padding:34px 28px;

    height:100%;

    backdrop-filter:blur(10px);

    transition:.35s;

}

.strategy-card:hover{

    transform:translateY(-8px);

    border-color:#00E5FF;

    box-shadow:
        0 0 18px rgba(0,229,255,.28),
        inset 0 0 20px rgba(0,229,255,.05);

}

/* Ícone */

.strategy-icon{

    width:72px;

    height:72px;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:22px;

    background:rgba(147,214,243,.08);

    border:1px solid rgba(0,229,255,.25);

    color:#93D6F3;

    font-size:2rem;

}

/* Conteúdo */

.strategy-card h3{

    font-family:"Poppins",sans-serif;

    font-size:1.6rem;

    font-weight:700;

    margin-bottom:16px;

}

.strategy-card p{

    color:#dbe8f5;

    line-height:1.7;

    margin-bottom:20px;

}

.strategy-card ul{

    list-style:none;

    padding:0;

    margin:0;

}

.strategy-card li{

    display:flex;

    align-items:center;

    gap:10px;

    margin-bottom:12px;

    color:#ffffff;

    font-family:"DM Sans",sans-serif;

}

/* Check Neon */

.strategy-card li::before{

    content:"✓";

    color:#00E5FF;

    font-weight:700;

    text-shadow:0 0 10px rgba(0,229,255,.8);

}

/* Responsivo */

@media(max-width:768px){

    .strategy-title{

        font-size:2rem;

    }

    .strategy-card{

        padding:28px 22px;

    }

    .strategy-icon{

        width:64px;

        height:64px;

        font-size:1.8rem;

    }

}

/* =========================================================
   JORNADA DO CLIENTE
========================================================= */

.journey-section{

    background:#F5F7FA;

    position:relative;

    overflow:hidden;

}

/* Glow discreto */

.journey-section::before{

    content:"";

    position:absolute;

    top:-120px;

    left:50%;

    transform:translateX(-50%);

    width:260px;

    height:260px;

    background:rgba(0,229,255,.08);

    border-radius:50%;

    filter:blur(90px);

}

.section-badge-light{

    display:inline-block;

    padding:8px 18px;

    border-radius:999px;

    background:rgba(4,80,132,.08);

    color:#045084;

    border:1px solid rgba(4,80,132,.15);

    font-size:.9rem;

    font-family:"Poppins",sans-serif;

    margin-bottom:18px;

}

.journey-title{

    font-family:"Poppins",sans-serif;

    font-size:clamp(2rem,4vw,2.8rem);

    font-weight:800;

    color:#03071E;

    margin-bottom:18px;

}

.journey-subtitle{

    max-width:760px;

    margin:auto;

    color:#556274;

    line-height:1.7;

    font-size:1.05rem;

}

/* Timeline */

.journey-wrapper{

    position:relative;

    max-width:900px;

    margin:0 auto;

}

.journey-wrapper::before{

    content:"";

    position:absolute;

    left:35px;

    top:0;

    bottom:0;

    width:2px;

    background:linear-gradient(180deg,#00E5FF,#045084);

    box-shadow:0 0 12px rgba(0,229,255,.5);

}

.journey-item{

    position:relative;

    display:flex;

    align-items:flex-start;

    gap:28px;

    margin-bottom:42px;

}

.journey-item:last-child{

    margin-bottom:0;

}

/* Ícones */

.journey-icon{

    width:72px;

    height:72px;

    border-radius:50%;

    background:#E8F4FA;

    border:2px solid rgba(0,229,255,.25);

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

    position:relative;

    z-index:2;

    color:#045084;

    font-size:1.8rem;

    transition:.3s;

}

.journey-item:hover .journey-icon{

    border-color:#00E5FF;

    box-shadow:
        0 0 18px rgba(0,229,255,.45);

    transform:scale(1.05);

}

/* Card */

.journey-card{

    flex:1;

    background:#fff;

    border-radius:22px;

    padding:28px;

    border:1px solid rgba(4,80,132,.08);

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    transition:.3s;

}

.journey-card:hover{

    transform:translateY(-4px);

    border-color:rgba(0,229,255,.35);

    box-shadow:
        0 12px 30px rgba(0,0,0,.08);

}

.journey-card h3{

    font-family:"Poppins",sans-serif;

    font-size:1.45rem;

    color:#03071E;

    margin-bottom:12px;

}

.journey-card p{

    color:#4B5563;

    line-height:1.7;

    margin:0;

}

/* Responsivo */

@media(max-width:768px){

    .journey-wrapper::before{

        left:28px;

    }

    .journey-item{

        gap:18px;

    }

    .journey-icon{

        width:56px;

        height:56px;

        font-size:1.4rem;

    }

    .journey-card{

        padding:22px;

    }

    .journey-title{

        font-size:2rem;

    }

}

/* CTA Projeto Histórico */

.case-demo{

    max-width:760px;

    margin:auto;

}

.case-demo-card{

    background:#fff;

    border:1px solid rgba(4,80,132,.10);

    border-radius:26px;

    padding:42px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.case-demo-card h3{

    font-family:"Poppins",sans-serif;

    font-size:2rem;

    font-weight:800;

    color:#03071E;

    margin:18px 0;

}

.case-demo-card p{

    color:#556274;

    line-height:1.8;

    margin-bottom:30px;

}


/* CTA */

.case-cta{
    background:linear-gradient(180deg,#045084,#03071E);
    color:white;
    text-align:center;
    padding:90px 0;
}

.case-cta h2{
    font-size:2.4rem;
    font-weight:800;
    font-family:"Poppins",sans-serif;
}

.case-cta p{
    max-width:700px;
    margin:20px auto 35px;
    color:#d9e8ff;
}

/* BOTÃO NEON PADRÃO */

.btn-cta-neon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 42px;
    border-radius:999px;
    background:#d7dde0;
    color:#111827;
    border:3px solid var(--neon);
    font-family:"Poppins",sans-serif;
    font-weight:700;
    text-transform:uppercase;
    text-decoration:none;
    transition:.35s;
    box-shadow:
        0 0 12px rgba(0,229,255,.65),
        0 0 28px rgba(0,229,255,.35);
}

.btn-cta-neon:hover{
    background:#eef6fa;
    color:#03071E;
    transform:translateY(-3px);
    box-shadow:
        0 0 20px rgba(0,229,255,.85),
        0 0 40px rgba(0,229,255,.55);
}

/* MOBILE */

@media(max-width:991px){

    .case-hero{
        text-align:center;
        padding:90px 0 70px;
    }

    .case-title{
        font-size:2.4rem;
    }

    .case-hero-image{
        margin-top:35px;
    }

}