.ep-antecipadas-banner {
    display: flex;
    align-items: center;
    gap: 28px;
    width: 780px;
    max-width: 100%;
    margin: 28px auto 10px;
    padding: 22px 26px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, #032f97 0%, #064cc2 52%, #008fb8 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(3, 47, 151, 0.18);
}

.ep-antecipadas-banner::before {
    content: "";
    position: absolute;
    top: -75px;
    right: 20%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 214, 0, 0.10);
    pointer-events: none;
}

.ep-antecipadas-banner::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -105px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(0, 221, 255, 0.12);
    pointer-events: none;
}

.ep-antecipadas-banner__logo,
.ep-antecipadas-banner__conteudo,
.ep-antecipadas-banner__acao {
    position: relative;
    z-index: 1;
}

.ep-antecipadas-banner__logo {
    flex: 0 0 230px;
}

.ep-antecipadas-banner__logo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.ep-antecipadas-banner__conteudo {
    flex: 1 1 auto;
    min-width: 0;
    color: #ffffff;
}

.ep-antecipadas-banner__conteudo h2 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.15;
    font-weight: 800;
}

.ep-antecipadas-banner__conteudo p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.45;
}

.ep-antecipadas-banner__acao {
    flex: 0 0 210px;
    text-align: right;
}

.ep-antecipadas-banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 50px;
    padding: 12px 18px;
    background: #ffd600;
    border: 1px solid #ffe467;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
    color: #043289;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ep-antecipadas-banner__cta:hover,
.ep-antecipadas-banner__cta:focus {
    background: #ffe04a;
    color: #032a74;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 11px 22px rgba(0, 0, 0, 0.18);
}

.ep-antecipadas-banner__cta span {
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 991px) {
    .ep-antecipadas-banner {
        gap: 20px;
        padding: 20px;
    }

    .ep-antecipadas-banner__logo {
        flex-basis: 210px;
    }

    .ep-antecipadas-banner__conteudo h2 {
        font-size: 24px;
    }

    .ep-antecipadas-banner__conteudo p {
        font-size: 16px;
    }

    .ep-antecipadas-banner__acao {
        flex-basis: 235px;
    }
}

@media (max-width: 767px) {
    .ep-antecipadas-banner {
        flex-direction: column;
        gap: 16px;
        width: calc(100% - 32px);
        max-width: none;
        margin: 22px auto 10px;
        padding: 20px 18px;
        text-align: center;
        border-radius: 16px;
    }

    .ep-antecipadas-banner__logo {
        flex: none;
        width: min(280px, 88%);
    }

    .ep-antecipadas-banner__conteudo {
        width: 100%;
    }

    .ep-antecipadas-banner__conteudo h2 {
        font-size: 24px;
    }

    .ep-antecipadas-banner__conteudo p {
        font-size: 16px;
    }

    .ep-antecipadas-banner__acao {
        flex: none;
        width: 100%;
        max-width: 340px;
        text-align: center;
    }

    .ep-antecipadas-banner__cta {
        min-height: 48px;
        font-size: 15px;
    }
}
