body {
    background: #f6f8f5
}

.hero {
    background: radial-gradient(circle at top left,#ffdd3b,transparent 28%),linear-gradient(135deg,#01843f,#034f97)
}

.jogo-card {
    border: 0;
    border-radius: 22px
}

.bandeira {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.15)
}

.bandeira-sm {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ddd
}

.placar {
    font-size: 28px;
    font-weight: 800;
    color: #01843f
}

.kpi {
    padding: 22px;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 4px 14px rgba(0,0,0,.08)
}

    .kpi b {
        font-size: 34px;
        color: #01843f
    }

    .kpi span {
        color: #667
    }

.navbar {
    border-bottom: 2px solid #eaeaea;
}

.navbar-brand img {
    transition: transform 0.2s;
}

    .navbar-brand img:hover {
        transform: scale(1.05);
    }

.bg-success {
    background: linear-gradient(90deg, #009739, #fedf00);
}

.hero-brasil {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    /* Gradiente base Medfácil */
    background: linear-gradient(135deg, #1c8f5a, #0b5f8a);
}

    /* camada da imagem */
    .hero-brasil::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: url('/images/gol-placa.png') no-repeat right center;
        background-size: cover;
        /* efeito envelhecido */
        filter: sepia(0.85) contrast(0.9) brightness(0.9) saturate(0.6);
        opacity: 0.45;
        /* fade suave para esquerda */
        mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
        -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
    }

/* garante que o texto fique acima */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}
