/* HERO ESTILO V4 */
.hero-v4 {
    background: #0b1f3a;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
}

.hero-v4 .tag {
    color: #2CC3E6;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}

.hero-v4 h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-v4 p {
    font-size: 18px;
    margin-bottom: 30px;
}

.hero-botoes {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* BOTÕES */
.btn.azul {
    background: #2CC3E6;
    color: #000;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
}

.btn-outline {
    border: 1px solid #2CC3E6;
    color: #2CC3E6;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
}

/* BLOCO */
.bloco-destaque {
    background: #134A96;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.top-texto {
    margin-bottom: 20px;
}

.top-texto span {
    color: #2CC3E6;
}

.numero {
    font-size: 40px;
    color: #2CC3E6;
}

.bloco-destaque h2 span {
    color: #2CC3E6;
}

/* SERVIÇOS */
.servicos {
    padding: 60px 20px;
    text-align: center;
}

.grid-servicos {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.card-servico {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 250px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}