﻿.premiacion-banner {
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
}

    .premiacion-banner .card-body {
        min-height: 260px;
    }

.premiacion-title {
    margin: 0;
    color: #f47c2c;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1;
    letter-spacing: 0.02em;
}

.premiacion-subtitle {
    color: #0b5c96;
    font-weight: 600;
    font-size: clamp(0.95rem, 1.8vw, 1.25rem);
}

.premio-item {
    position: relative;
}

.premio-label {
    color: #0b4f86;
    font-weight: 800;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    line-height: 1.1;
}

.premio-amount {
    color: #0b4f86;
    font-weight: 500;
    font-size: clamp(1.4rem, 2.1vw, 1.95rem);
    line-height: 1.1;
}

/* Medallas */
.medal {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

    .medal::before,
    .medal::after {
        content: "";
        position: absolute;
        bottom: -16px;
        width: 14px;
        height: 20px;
        background: #c92a46;
        clip-path: polygon(50% 100%, 0 0, 100% 0);
    }

    .medal::before {
        left: 11px;
    }

    .medal::after {
        right: 11px;
    }

.medal-gold {
    background: radial-gradient(circle at 35% 35%, #ffe88f, #f8c932 62%, #d99d00 100%);
    border: 5px solid #f0ba16;
    box-shadow: inset 0 0 0 4px rgba(255, 234, 150, 0.6);
}

.medal-silver {
    background: radial-gradient(circle at 35% 35%, #f4f5f7, #bcc1c7 62%, #8d949c 100%);
    border: 5px solid #aeb3ba;
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.45);
}

.medal-bronze {
    background: radial-gradient(circle at 35% 35%, #ffb894, #e37d49 62%, #bf5e2f 100%);
    border: 5px solid #df7540;
    box-shadow: inset 0 0 0 4px rgba(255, 196, 158, 0.45);
}

/* Fondo decorativo */
.premiacion-bg-circle {
    position: absolute;
    border: 8px solid rgba(106, 106, 106, 0.07);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.premiacion-bg-circle-left {
    width: 340px;
    height: 340px;
    left: -230px;
    top: -40px;
}

.premiacion-bg-circle-center {
    width: 260px;
    height: 260px;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
}

.premiacion-bg-circle-right {
    width: 320px;
    height: 320px;
    right: -210px;
    top: -70px;
}

.premiacion-accent-left {
    position: absolute;
    left: -18px;
    bottom: 48px;
    width: 120px;
    height: 24px;
    background: #ffb400;
    transform: rotate(-18deg);
    border-radius: 30px;
    z-index: 1;
}

/* Utilidad */
.z-index-2 {
    position: relative;
    z-index: 2;
}

/* Ajustes móvil */
@media (max-width: 767.98px) {
    .premiacion-banner .card-body {
        min-height: auto;
    }

    .premio-item {
        padding-bottom: 0.5rem;
    }

    .premiacion-accent-left {
        width: 90px;
        height: 18px;
        bottom: 28px;
    }

    .premiacion-bg-circle-left {
        width: 220px;
        height: 220px;
        left: -150px;
        top: 0;
    }

    .premiacion-bg-circle-center {
        width: 180px;
        height: 180px;
        top: 70px;
    }

    .premiacion-bg-circle-right {
        width: 220px;
        height: 220px;
        right: -150px;
        top: -20px;
    }
}
