        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, Helvetica, sans-serif;
            background: #050505;
            color: #ffffff;
        }

        html {
            scroll-behavior: smooth;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        .contenedor {
            width: 90%;
            max-width: 1200px;
            margin: auto;
        }

        /* HEADER */
        header {
            width: 100%;
            background: rgba(0, 0, 0, 0.92);
            border-bottom: 1px solid rgba(212, 175, 55, 0.4);
            position: fixed;
            top: 0;
            z-index: 999;
        }

        .password-info {
            color: #ff4d4d;
            font-size: 12px;
            margin-top: 2px;
            margin-bottom: 18px;
            line-height: 1.4;
        }

        .navbar {
            height: 85px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .logo-texto {
            display: flex;
            flex-direction: column;
            line-height: 1.1;
        }

        .logo-texto h1 {
            color: #d4af37;
            font-size: 28px;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin: 0;
        }

        .logo-texto p {
            color: #ffffff;
            font-size: 15px;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin: 4px 0 0 0;
        }

        .logo img {
            width: 65px;
            height: 65px;
            object-fit: contain;
        }

        .logo h1 {
            color: #d4af37;
            font-size: 28px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        nav ul {
            list-style: none;
            display: flex;
            gap: 28px;
            align-items: center;
        }

        nav ul li a {
            color: #ffffff;
            font-size: 15px;
            transition: 0.3s;
        }

        nav ul li a:hover {
            color: #d4af37;
        }

        .btn-login {
            background: #d4af37;
            color: #000;
            padding: 10px 22px;
            border-radius: 30px;
            font-weight: bold;
            cursor: pointer;
            border: none;
            transition: 0.3s;
        }

        .btn-login:hover {
            background: #ffffff;
            color: #000;
        }

        .hero {
            min-height: 100vh;
            padding-top: 130px;
            display: flex;
            align-items: center;
            background:
                linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.92)),
                radial-gradient(circle at top right, rgba(212,175,55,.25), transparent 35%);
        }

        .hero-grid {
            display: grid;
            grid-template-columns: 1.1fr .9fr;
            gap: 50px;
            align-items: center;
        }

        .hero-text h2 {
            font-size: 58px;
            line-height: 1.05;
            margin-bottom: 20px;
        }

        .hero-text h2 span {
            color: #d4af37;
        }

        .hero-text p {
            font-size: 19px;
            color: #d7d7d7;
            line-height: 1.7;
            margin-bottom: 30px;
        }

        .hero-botones {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .btn-principal {
            background: #d4af37;
            color: #000;
            padding: 15px 32px;
            border-radius: 35px;
            font-weight: bold;
            display: inline-block;
            transition: 0.3s;
        }

        .btn-principal:hover {
            background: #ffffff;
        }

        .btn-secundario {
            border: 1px solid #d4af37;
            color: #d4af37;
            padding: 15px 32px;
            border-radius: 35px;
            font-weight: bold;
            display: inline-block;
            transition: 0.3s;
        }

        .btn-secundario:hover {
            background: #d4af37;
            color: #000;
        }

        .hero-card {
            background: linear-gradient(145deg, #111, #070707);
            border: 1px solid rgba(212,175,55,.5);
            border-radius: 25px;
            padding: 35px;
            box-shadow: 0 0 35px rgba(212,175,55,.15);
            text-align: center;
        }

        .hero-card img {
            width: 230px;
            max-width: 100%;
            margin-bottom: 25px;
        }

        .hero-card h3 {
            color: #d4af37;
            font-size: 30px;
            margin-bottom: 15px;
        }

        .hero-card p {
            color: #ccc;
            line-height: 1.6;
        }

        /* SECCIONES */
        section {
            padding: 90px 0;
        }

        .titulo-seccion {
            text-align: center;
            margin-bottom: 50px;
        }

        .titulo-seccion h2 {
            font-size: 42px;
            color: #d4af37;
            margin-bottom: 12px;
        }

        .titulo-seccion p {
            color: #cfcfcf;
            font-size: 17px;
        }

        /* PICK DEL DIA */
        .pick-card {
            background: #0d0d0d;
            border: 1px solid rgba(212,175,55,.45);
            border-radius: 22px;
            padding: 35px;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 25px;
            align-items: center;
            box-shadow: 0 0 25px rgba(212,175,55,.08);
        }

        .pick-info h3 {
            color: #d4af37;
            font-size: 26px;
            margin-bottom: 10px;
        }

        .pick-info p {
            color: #ccc;
            line-height: 1.6;
        }

        .pick-dato {
            text-align: center;
            border-left: 1px solid rgba(212,175,55,.25);
            border-right: 1px solid rgba(212,175,55,.25);
            padding: 20px;
        }

        .pick-dato span {
            display: block;
            color: #999;
            margin-bottom: 10px;
        }

        .pick-dato strong {
            color: #fff;
            font-size: 28px;
        }

        .pick-resultado {
            text-align: center;
        }

        .pick-resultado .tag {
            display: inline-block;
            background: rgba(212,175,55,.12);
            color: #d4af37;
            border: 1px solid #d4af37;
            padding: 8px 18px;
            border-radius: 30px;
            margin-bottom: 15px;
        }

        /* MEMBRESIAS */
        .membresias-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .plan {
            background: #0d0d0d;
            border: 1px solid rgba(212,175,55,.35);
            border-radius: 22px;
            padding: 35px;
            text-align: center;
            transition: 0.3s;
            position: relative;
        }

        .plan:hover {
            transform: translateY(-8px);
            box-shadow: 0 0 35px rgba(212,175,55,.16);
        }

        .plan.destacado {
            border: 2px solid #d4af37;
        }

        .etiqueta {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: #d4af37;
            color: #000;
            padding: 7px 20px;
            border-radius: 20px;
            font-weight: bold;
            font-size: 13px;
        }

        .plan h3 {
            color: #d4af37;
            font-size: 28px;
            margin-bottom: 15px;
        }

        .precio {
            font-size: 42px;
            font-weight: bold;
            margin-bottom: 25px;
        }

        .precio span {
            font-size: 15px;
            color: #aaa;
        }

        .plan ul {
            list-style: none;
            margin-bottom: 30px;
        }

        .plan ul li {
            padding: 11px 0;
            color: #d1d1d1;
            border-bottom: 1px solid rgba(255,255,255,.08);
        }

        /* FORMULARIOS */
        .formularios-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 35px;
        }

        .form-box {
            background: #0d0d0d;
            border: 1px solid rgba(212,175,55,.35);
            border-radius: 22px;
            padding: 35px;
        }

        .form-box h3 {
            color: #d4af37;
            font-size: 28px;
            margin-bottom: 20px;
        }

        .form-group {
            margin-bottom: 18px;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 15px;
            border-radius: 12px;
            border: 1px solid #333;
            background: #050505;
            color: #fff;
            outline: none;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            border-color: #d4af37;
        }

        .form-group textarea {
            min-height: 120px;
            resize: vertical;
        }

        .btn-form {
            width: 100%;
            padding: 15px;
            background: #d4af37;
            color: #000;
            border: none;
            border-radius: 30px;
            font-weight: bold;
            cursor: pointer;
            transition: 0.3s;
            font-size: 16px;
        }

        .btn-form:hover {
            background: #fff;
        }

        footer {
            background: #000;
            border-top: 1px solid rgba(212,175,55,.35);
            padding: 35px 0;
            text-align: center;
            color: #aaa;
        }

        footer strong {
            color: #d4af37;
        }

        .modal-login {
            display: none;
            position: fixed;
            z-index: 2000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.82);
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .modal-login.activo {
            display: flex;
        }

        .login-box {
            width: 100%;
            max-width: 430px;
            background: #0d0d0d;
            border: 1px solid #d4af37;
            border-radius: 22px;
            padding: 35px;
            position: relative;
            box-shadow: 0 0 40px rgba(212,175,55,.18);
        }

        .cerrar-login {
            position: absolute;
            top: 15px;
            right: 18px;
            color: #d4af37;
            font-size: 28px;
            cursor: pointer;
        }

        .login-box h3 {
            color: #d4af37;
            font-size: 30px;
            margin-bottom: 10px;
            text-align: center;
        }

        .login-box p {
            color: #ccc;
            text-align: center;
            margin-bottom: 25px;
        }

        .login-links {
            text-align: center;
            margin-top: 18px;
            color: #aaa;
            font-size: 14px;
        }

        .login-links a {
            color: #d4af37;
        }

        @media (max-width: 900px) {
            .hero-grid,
            .formularios-grid,
            .pick-card,
            .membresias-grid {
                grid-template-columns: 1fr;
            }

            nav ul {
                display: none;
            }

            .hero-text h2 {
                font-size: 42px;
            }

            .pick-dato {
                border-left: none;
                border-right: none;
                border-top: 1px solid rgba(212,175,55,.25);
                border-bottom: 1px solid rgba(212,175,55,.25);
            }
        }

        @media (max-width: 500px) {
            .logo h1 {
                font-size: 20px;
            }

            .logo img {
                width: 50px;
                height: 50px;
            }

            .hero-text h2 {
                font-size: 34px;
            }

            .titulo-seccion h2 {
                font-size: 32px;
            }
        }
    .pick-card.picks-dinamicos {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 0;
            align-items: stretch;
        }

        .pick-gratuito-arriba {
            grid-column: 1 / -1;
            text-align: center;
            padding: 0 28px 26px;
            margin-bottom: 28px;
            border-bottom: 1px solid rgba(212, 175, 55, .25);
        }

        .pick-gratuito-arriba p {
            max-width: 720px;
            margin: 14px auto 0;
        }

        .pick-gratis-titulo {
            color: #d4af37;
            font-size: 22px;
            font-weight: 900;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .pick-columna {
            padding: 8px 28px;
            border-right: 1px solid rgba(212, 175, 55, .25);
            text-align: center;
        }

        .pick-columna:nth-child(4) {
            border-right: 0;
        }

        .pick-liga {
            color: #d4af37;
            font-weight: 900;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-size: 18px;
            margin-bottom: 8px;
            text-align: center;
        }

        .pick-nombre {
            color: #ffffff;
            font-weight: 800;
            font-size: 20px;
            margin-bottom: 18px;
            text-align: center;
        }

        .pick-partido {
            margin: 0 auto 18px;
            text-align: center;
        }

        .pick-equipo {
            color: #ffffff;
            font-size: 18px;
            font-weight: 800;
            line-height: 1.25;
        }

        .pick-vs {
            color: #d4af37;
            font-size: 13px;
            font-weight: 900;
            letter-spacing: 2px;
            margin: 7px 0;
        }

        .pick-texto {
            color: #d9d9d9;
            font-size: 14px;
            line-height: 1.5;
            margin: 0 auto 20px;
            max-width: 260px;
            min-height: 64px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nuestra-seleccion {
            margin-top: 18px;
            border-top: 1px solid rgba(212, 175, 55, .25);
            padding-top: 18px;
        }

        .nuestra-seleccion span {
            display: block;
            color: #a8a8a8;
            font-size: 13px;
            margin-bottom: 8px;
        }

        .nuestra-seleccion strong {
            display: block;
            color: #ffffff;
            font-size: 22px;
            line-height: 1.2;
        }

        .pick-registro-abajo {
            grid-column: 1 / -1;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 28px 28px 8px;
            margin-top: 26px;
            border-top: 1px solid rgba(212, 175, 55, .25);
        }

        .pick-registro-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-top: 4px;
        }

        @media (max-width: 1000px) {
            .pick-card.picks-dinamicos {
                grid-template-columns: 1fr;
            }

            .pick-gratuito-arriba {
                padding: 0 0 24px;
                margin-bottom: 8px;
            }

            .pick-columna {
                border-right: 0;
                border-bottom: 1px solid rgba(212, 175, 55, .25);
                padding: 20px 0;
            }

            .pick-columna:nth-child(4) {
                border-bottom: 0;
            }

            .pick-registro-abajo {
                padding: 24px 0 0;
            }
        }


        .footer-disclaimer {
            margin-bottom: 26px;
            padding: 22px 24px;
            border: 1px solid rgba(212, 175, 55, .35);
            border-radius: 14px;
            background: rgba(255, 255, 255, .03);
            text-align: left;
        }

        .footer-disclaimer h4 {
            margin: 0 0 10px;
            color: #d4af37;
            font-size: 16px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .footer-disclaimer p {
            margin: 0;
            color: #d9d9d9;
            font-size: 13px;
            line-height: 1.7;
        }

        .btn-subir {
            position: fixed;
            right: 24px;
            bottom: 24px;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: 1px solid rgba(212, 175, 55, .75);
            background: #d4af37;
            color: #000000;
            font-size: 24px;
            font-weight: 900;
            cursor: pointer;
            z-index: 9999;
            opacity: 0;
            pointer-events: none;
            transform: translateY(12px);
            transition: opacity .25s ease, transform .25s ease, background .25s ease;
            box-shadow: 0 10px 25px rgba(0, 0, 0, .35);
        }

        .btn-subir.activo {
            opacity: 1;
            pointer-events: auto;
            transform: translateY(0);
        }

        .btn-subir:hover {
            background: #f0c94d;
        }



        .footer-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            align-items: start;
            margin-bottom: 28px;
            padding-bottom: 26px;
            border-bottom: 1px solid rgba(212, 175, 55, .25);
        }

        .footer-brand {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .footer-brand img {
            width: 70px;
            height: 70px;
            object-fit: contain;
        }

        .footer-brand h3 {
            margin: 0;
            color: #d4af37;
            font-size: 22px;
        }

        .footer-brand .footer-slogan {
            margin: 4px 0 8px;
            color: #ffffff;
            font-weight: 700;
        }

        .footer-brand .footer-texto {
            margin: 0;
            color: #d9d9d9;
            font-size: 13px;
            line-height: 1.6;
        }

        .footer-links h4 {
            margin: 0 0 12px;
            color: #d4af37;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            gap: 8px;
        }

        .footer-links a {
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
            transition: color .2s ease;
        }

        .footer-links a:hover {
            color: #d4af37;
        }

        .check-legal {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            color: #d9d9d9;
            font-size: 13px;
            line-height: 1.5;
            margin: 12px 0 18px;
        }

        .check-legal input {
            margin-top: 3px;
            min-width: 16px;
            min-height: 16px;
            accent-color: #d4af37;
        }

        .check-legal a {
            color: #d4af37;
            text-decoration: none;
            font-weight: 700;
        }

        .check-legal a:hover {
            text-decoration: underline;
        }

        @media (max-width: 800px) {
            .footer-grid {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .footer-brand {
                justify-content: center;
                flex-direction: column;
                text-align: center;
            }
        }

footer {
    background: #000;
    border-top: 1px solid rgba(212,175,55,.35);
    padding: 35px 0;
    color: #aaa;
    text-align: initial;
}

footer > .contenedor > p:last-child {
    text-align: center;
    margin-top: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
    margin-bottom: 28px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(212, 175, 55, .25);
    text-align: left;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
}

.footer-links {
    justify-self: end;
    text-align: left;
    min-width: 260px;
}

.legal-main {
    padding-top: 85px;
    background:
        radial-gradient(circle at top right, rgba(212,175,55,.14), transparent 32%),
        #050505;
}

.legal-main section {
    padding: 0;
}

.legal-hero {
    padding: 54px 0 28px !important;
}

.legal-card {
    max-width: 980px;
    margin: 0 auto;
    background: linear-gradient(145deg, #111111, #080808);
    border: 1px solid rgba(212,175,55,.48);
    border-radius: 24px;
    padding: 38px 42px;
    text-align: center;
    box-shadow: 0 20px 55px rgba(0,0,0,.42), 0 0 28px rgba(212,175,55,.08);
}

.legal-etiqueta {
    display: inline-block;
    color: #000;
    background: #d4af37;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 18px;
}

.legal-card h2 {
    color: #d4af37;
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.legal-card p {
    max-width: 760px;
    margin: 0 auto;
    color: #e0e0e0;
    line-height: 1.75;
    font-size: 17px;
}

.legal-fecha {
    display: inline-block;
    margin-top: 18px;
    padding: 7px 14px;
    border: 1px solid rgba(212,175,55,.35);
    border-radius: 30px;
    color: #d4af37;
    font-size: 13px;
    font-weight: 700;
}

.legal-contenido {
    padding: 30px 0 85px !important;
}

.legal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.legal-box {
    background: linear-gradient(145deg, #101010, #080808);
    border: 1px solid rgba(212,175,55,.26);
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 12px 30px rgba(0,0,0,.26);
}

.legal-box-full {
    grid-column: 1 / -1;
}

.legal-box-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(212,175,55,.22);
}

.legal-numero {
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(212,175,55,.14);
    border: 1px solid rgba(212,175,55,.45);
    color: #d4af37;
    font-weight: 900;
    font-size: 14px;
}

.legal-box h3 {
    color: #d4af37;
    font-size: 21px;
    line-height: 1.25;
    margin: 0;
}

.legal-box p {
    color: #e1e1e1;
    line-height: 1.8;
    margin-bottom: 14px;
    font-size: 15px;
}

.legal-box p:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .legal-grid {
        grid-template-columns: 1fr;
    }

    .legal-card {
        padding: 32px 26px;
    }

    .legal-card h2 {
        font-size: 34px;
    }
}

@media (max-width: 800px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-brand {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .footer-links {
        justify-self: center;
        text-align: center;
        min-width: auto;
    }
}

@media (max-width: 600px) {
    .legal-main {
        padding-top: 85px;
    }

    .legal-hero {
        padding: 36px 0 22px !important;
    }

    .legal-card {
        padding: 28px 20px;
    }

    .legal-card h2 {
        font-size: 30px;
    }

    .legal-box {
        padding: 22px;
    }

    .legal-box-head {
        align-items: flex-start;
    }
}


.formularios-grid-solo {
    grid-template-columns: minmax(0, 540px);
    justify-content: center;
}

@media (max-width: 900px) {
    .formularios-grid-solo {
        grid-template-columns: 1fr;
    }
}

.campo-honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

.rendimiento-publico {
    padding-top: 0;
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, .10), transparent 32%),
        #050505;
}

.rendimiento-titulo {
    margin-bottom: 34px;
}

.rendimiento-etiqueta {
    display: inline-block;
    color: #d4af37;
    border: 1px solid rgba(212, 175, 55, .45);
    background: rgba(212, 175, 55, .08);
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.rendimiento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.rendimiento-card {
    background: linear-gradient(145deg, #101010, #070707);
    border: 1px solid rgba(212, 175, 55, .32);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 0 24px rgba(212, 175, 55, .07);
    min-height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rendimiento-card-destacado {
    border-color: rgba(212, 175, 55, .75);
    box-shadow: 0 0 32px rgba(212, 175, 55, .14);
}

.rendimiento-card-header span {
    display: block;
    color: #d4af37;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 8px;
}

.rendimiento-card-header small {
    display: block;
    color: #cfcfcf;
    font-size: 13px;
    line-height: 1.5;
    min-height: 40px;
}

.rendimiento-metricas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 22px 0;
}

.rendimiento-metricas div {
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(212, 175, 55, .18);
    border-radius: 16px;
    padding: 14px 10px;
    text-align: center;
}

.rendimiento-metricas span {
    display: block;
    color: #a9a9a9;
    font-size: 12px;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rendimiento-metricas strong {
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

.rendimiento-detalle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(212, 175, 55, .22);
}

.rendimiento-detalle span {
    color: #dddddd;
    font-size: 13px;
}

@media (max-width: 1000px) {
    .rendimiento-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .rendimiento-grid {
        grid-template-columns: 1fr;
    }

    .rendimiento-card {
        min-height: auto;
    }
}

@property --valor {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

.rendimiento-grid.rendimiento-grid-tres {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.rendimiento-card.rendimiento-card-graficas {
    min-height: 315px;
    padding: 28px;
    text-align: center;
}

.rendimiento-card-graficas .rendimiento-card-header small {
    min-height: 42px;
}

.graficas-redondas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 24px 0 20px;
}

.grafica-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.grafica-circular {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        conic-gradient(
            #d4af37 calc(var(--valor) * 1%),
            rgba(255, 255, 255, .08) 0
        );
    box-shadow: 0 0 24px rgba(212, 175, 55, .18);
    position: relative;
    animation: llenarGrafica 1.4s ease-out forwards;
}

.grafica-circular::before {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #090909;
    border: 1px solid rgba(212, 175, 55, .22);
}

.grafica-centro {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    text-align: center;
}

.grafica-centro strong {
    color: #ffffff;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
}

.grafica-item > span {
    color: #d4af37;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rendimiento-total-simple {
    margin-top: 6px;
    padding-top: 18px;
    border-top: 1px solid rgba(212, 175, 55, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.rendimiento-total-simple span {
    color: #a8a8a8;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rendimiento-total-simple strong {
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
}

@keyframes llenarGrafica {
    from {
        --valor: 0;
    }
}

@media (max-width: 1000px) {
    .rendimiento-grid.rendimiento-grid-tres {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .graficas-redondas {
        grid-template-columns: 1fr;
    }

    .grafica-circular {
        width: 132px;
        height: 132px;
    }

    .grafica-circular::before {
        width: 98px;
        height: 98px;
    }
}

.rendimiento-grid.rendimiento-grid-tres {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.rendimiento-card.rendimiento-card-graficas {
    min-height: 315px;
    padding: 28px;
    text-align: center;
}

.graficas-redondas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 24px 0 20px;
}

.grafica-circular {
    --grafica-color: #d4af37;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        conic-gradient(
            var(--grafica-color) calc(var(--valor) * 1%),
            rgba(255, 255, 255, .08) 0
        );
    position: relative;
    animation: llenarGrafica 1.4s ease-out forwards;
}

.grafica-efectividad-positiva {
    --grafica-color: #003b73;
    box-shadow: 0 0 24px rgba(0, 59, 115, .42);
}

.grafica-efectividad-negativa {
    --grafica-color: #c62828;
    box-shadow: 0 0 24px rgba(198, 40, 40, .35);
}

.grafica-roi-positivo {
    --grafica-color: #16a34a;
    box-shadow: 0 0 24px rgba(22, 163, 74, .40);
}

.grafica-roi-negativo {
    --grafica-color: #c62828;
    box-shadow: 0 0 24px rgba(198, 40, 40, .35);
}

.grafica-circular::before {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #090909;
    border: 1px solid rgba(212, 175, 55, .22);
}

.grafica-centro {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    text-align: center;
}

.grafica-centro strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .1px;
    white-space: nowrap;
}

.rendimiento-total-simple {
    margin-top: 6px;
    padding-top: 18px;
    border-top: 1px solid rgba(212, 175, 55, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.rendimiento-total-simple span,
.rendimiento-total-simple strong {
    font-size: 13px;
    line-height: 1;
}

.rendimiento-total-simple strong {
    color: #ffffff;
    font-weight: 800;
}

@media (max-width: 1000px) {
    .rendimiento-grid.rendimiento-grid-tres {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .graficas-redondas {
        grid-template-columns: 1fr;
    }

    .grafica-circular {
        width: 132px;
        height: 132px;
    }

    .grafica-circular::before {
        width: 98px;
        height: 98px;
    }

    .grafica-centro strong {
        font-size: 16px;
    }
}

.grafica-efectividad-negativa,
.grafica-roi-negativo {
    --grafica-color: #ff2d2d;
    background:
        conic-gradient(
            #ff2d2d calc(var(--valor) * 1%),
            rgba(255, 45, 45, .22) 0
        );
    box-shadow:
        0 0 26px rgba(255, 45, 45, .48),
        inset 0 0 14px rgba(255, 45, 45, .14);
}

.grafica-efectividad-positiva {
    --grafica-color: #0057b8;
    background:
        conic-gradient(
            #0057b8 calc(var(--valor) * 1%),
            rgba(0, 87, 184, .18) 0
        );
    box-shadow:
        0 0 26px rgba(0, 87, 184, .45),
        inset 0 0 14px rgba(0, 87, 184, .12);
}

.grafica-roi-positivo {
    --grafica-color: #22c55e;
    background:
        conic-gradient(
            #22c55e calc(var(--valor) * 1%),
            rgba(34, 197, 94, .18) 0
        );
    box-shadow:
        0 0 26px rgba(34, 197, 94, .45),
        inset 0 0 14px rgba(34, 197, 94, .12);
}

.grafica-circular::before {
    background: #050505;
}

.grafica-centro strong {
    font-size: 14px;
    letter-spacing: 0;
}