.termos-hero {
    background: linear-gradient(135deg, #1b4295, #567eb6);
    padding: 80px 0;
}

.termos-hero::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    top: -120px;
    right: -120px;
}

.termos-hero::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,0.03);
    border-radius: 50%;
    bottom: -80px;
    left: -80px;
}