*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;
}

body{
    background:#0B1020;
    color:white;
}

.hero{
    height:100vh;
    background:
    linear-gradient(
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.75)
    ),
    url('https://images.unsplash.com/photo-1517466787929-bc90951d0974');
    
    background-size:cover;
    background-position:center;

    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.overlay{
    max-width:800px;
    padding:20px;
}

.hero h1{
    font-size:5rem;
    color:#D4AF37;
    margin-bottom:20px;
}

.slogan{
    font-size:2rem;
    margin-bottom:10px;
}

.subtitle{
    font-size:1.2rem;
    opacity:.85;
    margin-bottom:30px;
}

.btn-gold{
    background:#D4AF37;
    color:black;
    padding:15px 35px;
    border:none;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    transition:.3s;
}

.btn-gold:hover{
    transform:scale(1.05);
}

.section{
    padding:80px 20px;
    max-width:1200px;
    margin:auto;
}

.section h2{
    text-align:center;
    margin-bottom:40px;
    color:#D4AF37;
}

.card{
    background:#151c33;
    border:1px solid rgba(212,175,55,.3);
    border-radius:15px;
    padding:30px;
    max-width:500px;
    margin:auto;
    text-align:center;
}

.card p{
    margin:12px 0;
}

.features{
    display:flex;
    gap:20px;
    justify-content:center;
    flex-wrap:wrap;
}

.feature-card{
    background:#151c33;
    width:300px;
    padding:25px;
    border-radius:15px;
    border:1px solid rgba(212,175,55,.3);
}

.feature-card h3{
    margin-bottom:15px;
    color:#D4AF37;
}

ol{
    text-align:left;
    margin-top:20px;
    padding-left:20px;
}

li{
    margin-bottom:10px;
}

footer{
    text-align:center;
    padding:30px;
    border-top:1px solid rgba(255,255,255,.1);
}

#lista-inscritos {
    list-style: none;
    padding: 0;
    margin: 0;
}

#lista-inscritos li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.04);
    padding: 12px 14px;
    margin-bottom: 10px;
    border-radius: 12px;
    color: white;
    font-weight: 500;
}

.btn-confirmar {
    background: #22c55e;
    color: white;
    border: none;
    padding: 7px 10px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 10px;
}

.btn-eliminar {
    background: #ef4444;
    color: white;
    border: none;
    padding: 7px 10px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 8px;
}

.btn-confirmar:hover {
    opacity: 0.85;
}

.btn-eliminar:hover {
    opacity: 0.85;
}

.versus-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.equipo-card {
    background: #161D31;
    border: 1px solid #2A344F;
    border-radius: 16px;
    padding: 24px;
    width: 420px;
    min-height: 260px;
}

.equipo-card h3 {
    color: #D4AF37;
    text-align: center;
    margin-bottom: 8px;
}

.equipo-card p {
    text-align: center;
    color: white;
    opacity: 0.8;
    margin-bottom: 18px;
}

.vs {
    color: #D4AF37;
    font-size: 32px;
    font-weight: bold;
    margin-top: 120px;
}

#lista-equipo-a,
#lista-equipo-b {
    list-style: none;
    padding: 0;
    margin: 0;
}

#lista-equipo-a li,
#lista-equipo-b li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.04);
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 12px;
    color: white;
    font-weight: 500;
}


.btn-mover {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 7px 10px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 8px;
}

.btn-mover:hover {
    opacity: 0.85;
}

.compartir-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.admin-container {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.btn-admin {
    background: #ef4444;
    color: white;
    border: none;
    padding: 12px 22px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
}

.btn-admin:hover {
    opacity: 0.85;
}

.resumen-pichanga {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 12px;
    margin: 14px 0;
}

.resumen-pichanga p {
    margin: 6px 0;
    font-size: 15px;
}

.btn-admin-login {
    background: transparent;
    color: #D4AF37;
    border: 1px solid #D4AF37;
    padding: 10px 18px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
}

.btn-admin-login:hover {
    background: rgba(212, 175, 55, 0.12);
}

.admin-panel {
    max-width: 500px;
    margin: 30px auto;
    background: #161D31;
    border: 1px solid #2A344F;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.admin-panel h3 {
    color: #D4AF37;
    margin-bottom: 18px;
}

.admin-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.admin-form input {
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #2A344F;
    background: #0A0F1F;
    color: white;
}

/* Orden visual de jugadores y botones admin */
#lista-equipo-a li,
#lista-equipo-b li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    padding: 12px;
    margin-bottom: 10px;
}

#lista-equipo-a li button,
#lista-equipo-b li button {
    margin: 3px;
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 8px;
    min-width: auto;
}

.btn-confirmar {
    background-color: #22c55e;
    color: white;
    border: none;
}

.btn-mover {
    background-color: #3b82f6;
    color: white;
    border: none;
}

.btn-eliminar {
    background-color: #ef4444;
    color: white;
    border: none;
}

/* Orden del formulario de reserva */
#formulario {
    text-align: center;
}

#formulario input,
#formulario select {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 12px auto;
    padding: 10px;
    border-radius: 8px;
    border: none;
    box-sizing: border-box;
    font-size: 15px;
}

#formulario label {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 12px auto 4px auto;
    text-align: left;
    font-weight: bold;
}

.opcion-perfil {
    text-align: center;
    margin-bottom: 20px;
}

.opcion-perfil label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: none;
    text-align: center;
}

.opcion-perfil input {
    width: auto;
    margin: 0;
}

.texto-ayuda-perfil {
    max-width: 380px;
    margin: 10px auto 20px auto;
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.4;
}

/* Responsive equipos en celular */
@media (max-width: 768px) {

    .equipos-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 25px;
        width: 100%;
    }

    .equipo-card {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }

    .versus {
        margin: 5px 0;
        font-size: 34px;
        text-align: center;
    }

    #lista-equipo-a li,
    #lista-equipo-b li {
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }

    #lista-equipo-a,
    #lista-equipo-b {
        width: 100%;
        padding: 0;
    }
}

/* Responsive real para equipos en celular */
@media (max-width: 768px) {

    .versus-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 25px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .equipo-card {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .vs {
        margin: 5px 0;
        font-size: 34px;
        text-align: center;
    }

    #lista-equipo-a,
    #lista-equipo-b {
        width: 100%;
        padding: 0;
    }

    #lista-equipo-a li,
    #lista-equipo-b li {
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }
}

#btn-admin-login {
    display: none;
}


.perfil-jugador-card {
    margin-top: 30px;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(145deg, #11182f, #060914);
    border: 1px solid rgba(212, 175, 55, 0.55);
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.18);
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.perfil-header-jugador {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 25px;
    text-align: left;
}

.perfil-avatar {
    width: 92px;
    height: 92px;
    min-width: 92px;
    border-radius: 50%;
    background: radial-gradient(circle, #d4af37, #7a5a12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    border: 3px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.5);
}

.perfil-info-principal h3 {
    margin: 0;
    font-size: 32px;
    color: #f5c542;
}

.perfil-subdato {
    margin: 6px 0;
    color: #ffffff;
    opacity: 0.9;
}

.perfil-id {
    margin: 0;
    color: #c9c9c9;
    font-size: 14px;
}

.perfil-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 24px 0;
}

.perfil-stat {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 16px;
    padding: 14px 8px;
    text-align: center;
}

.perfil-stat span {
    display: block;
    font-size: 13px;
    color: #cfcfcf;
    margin-bottom: 6px;
}

.perfil-stat strong {
    display: block;
    font-size: 22px;
    color: #f5c542;
}

.perfil-detalles,
.perfil-pichanga-actual {
    margin-top: 20px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    text-align: left;
}

.perfil-pichanga-actual h4 {
    color: #f5c542;
    margin-top: 0;
    text-align: center;
}

.perfil-detalles p,
.perfil-pichanga-actual p {
    margin: 10px 0;
}

.versus-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 22px;
    align-items: stretch;
    max-width: 1100px;
    margin: 30px auto;
}

.equipo-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 24px;
    min-height: 420px;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.08) 1px, transparent 1px),
        radial-gradient(circle at center, rgba(255,255,255,0.10) 0 12%, transparent 13%),
        linear-gradient(145deg, #0d3d22, #062414);
    background-size: 60px 60px, 60px 60px, 100% 100%, 100% 100%;
    border: 1px solid rgba(212, 175, 55, 0.55);
    box-shadow: 0 0 24px rgba(212, 175, 55, 0.14);
}

.equipo-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 2px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    pointer-events: none;
}

.equipo-card::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    right: 18px;
    height: 2px;
    background: rgba(255, 255, 255, 0.18);
    pointer-events: none;
}

.equipo-card h3 {
    position: relative;
    z-index: 1;
    color: #f5c542;
    font-size: 28px;
    margin-bottom: 6px;
    text-align: center;
}

.equipo-card p {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.equipo-card ul {
    position: relative;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.equipo-card li {
    background: rgba(5, 10, 20, 0.78);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 10px;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.vs {
    align-self: center;
    background: radial-gradient(circle, #f5c542, #9b7416);
    color: #050914;
    font-weight: 900;
    font-size: 24px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 22px rgba(245, 197, 66, 0.45);
    border: 3px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 768px) {
    .versus-container {
        grid-template-columns: 1fr;
    }

    .vs {
        margin: 0 auto;
    }

    .equipo-card {
        min-height: auto;
    }
}

/* =========================================
   EQUIPOS CONFIRMADOS - ESTILO MEJORADO
   ========================================= */

#inscritos h2 {
    text-align: center;
    color: #D4AF37;
    font-size: 42px;
    margin-bottom: 30px;
}

.versus-container {
    display: grid;
    grid-template-columns: 200px minmax(320px, 1fr) 100px minmax(320px, 1fr) 200px;
    gap: 24px;
    align-items: center;
    justify-items: center;
    max-width: 1700px;
    margin: 0 auto;
}

/* Jugadores laterales decorativos */
.jugador-lateral {
    position: relative;
    width: 100%;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
}

.jugador-aura {
    position: absolute;
    width: 180px;
    height: 180px;
    bottom: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,175,55,0.35) 0%, rgba(212,175,55,0.12) 45%, transparent 75%);
    filter: blur(10px);
}

.jugador-img {
    width: 100%;
    max-width: 220px;
    max-height: 560px;
    object-fit: contain;
    filter: drop-shadow(0 10px 35px rgba(0, 0, 0, 0.50));
}

.jugador-lateral-izq .jugador-img {
    transform: scaleX(1);
}

.jugador-lateral-der .jugador-img {
    transform: scaleX(-1);
}

/* Tarjetas de equipo tipo cancha */
.equipo-card {
    position: relative;
    width: 100%;
    max-width: 520px;
    min-height: 620px;
    padding: 24px 20px 24px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, #0D5A2F 0%, #0A4124 100%);
    border: 2px solid rgba(212, 175, 55, 0.45);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.08) inset,
        0 0 35px rgba(0,0,0,0.30);
}

.equipo-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 2px solid rgba(255,255,255,0.18);
    border-radius: 22px;
    pointer-events: none;
}

.equipo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 58px 58px;
    opacity: 0.22;
    pointer-events: none;
}

.equipo-card h3,
.equipo-card p,
.equipo-card ul {
    position: relative;
    z-index: 2;
}

.equipo-card h3 {
    color: #FFD34D;
    text-align: center;
    font-size: 26px;
    margin-bottom: 6px;
}

.equipo-card > p {
    color: rgba(255,255,255,0.85);
    text-align: center;
    font-size: 16px;
    margin-bottom: 18px;
}

/* Listas */
#lista-equipo-a,
#lista-equipo-b {
    list-style: none;
    padding: 0;
    margin: 0;
}

#lista-equipo-a li,
#lista-equipo-b li {
    background: rgba(8, 31, 18, 0.45);
    border: 1px solid rgba(212,175,55,0.24);
    border-radius: 16px;
    padding: 14px 14px;
    margin-bottom: 14px;
    color: white;
    line-height: 1.35;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

/* VS circular */
.vs {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 1px;
    color: #0b1220;

    background:
        radial-gradient(circle at 30% 30%, #fff4b0 0%, #f7d95c 18%, #d4af37 48%, #b88a1d 72%, #8b6914 100%);
    border: 3px solid rgba(255, 230, 120, 0.65);

    box-shadow:
        0 0 10px rgba(212, 175, 55, 0.45),
        0 0 24px rgba(212, 175, 55, 0.25),
        inset 0 2px 8px rgba(255, 255, 255, 0.35),
        inset 0 -8px 14px rgba(0, 0, 0, 0.18);

    position: relative;
    z-index: 5;
    text-transform: uppercase;
}

.vs::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 18px;
    width: 42px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    transform: rotate(-18deg);
    filter: blur(1px);
}

.vs::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.18);
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.18);
    z-index: -1;
}

/* Compartir */
.compartir-container {
    text-align: center;
    margin-top: 30px;
}

/* Ajustes a botones internos de jugadores */
#lista-equipo-a button,
#lista-equipo-b button {
    margin-top: 8px;
    margin-right: 6px;
}

/* Responsivo */
@media (max-width: 1400px) {
    .versus-container {
        grid-template-columns: 150px minmax(280px, 1fr) 90px minmax(280px, 1fr) 150px;
    }

    .jugador-img {
        max-width: 170px;
    }
}

@media (max-width: 1100px) {
    .versus-container {
        grid-template-columns: minmax(280px, 1fr) 90px minmax(280px, 1fr);
    }

    .jugador-lateral {
        display: none;
    }
}

@media (max-width: 768px) {
    #inscritos h2 {
        font-size: 32px;
    }

    .versus-container {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .equipo-card {
        max-width: 100%;
        min-height: auto;
    }

    .vs {
        width: 80px;
        height: 80px;
        font-size: 30px;
    }
}

/* =========================================
   JUGADORES LATERALES PLACEHOLDER
   Sin imágenes externas todavía
   ========================================= */

.jugador-placeholder {
    position: relative;
    width: 170px;
    height: 430px;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.55));
    animation: jugadorFlotando 3s ease-in-out infinite;
}

.jugador-placeholder-a {
    --color-jugador: #d4af37;
    --color-secundario: #6b4f08;
}

.jugador-placeholder-b {
    --color-jugador: #2b2b38;
    --color-secundario: #d4af37;
}

.jugador-cabeza {
    position: absolute;
    top: 20px;
    left: 58px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ffffff55, var(--color-jugador));
    border: 2px solid rgba(255,255,255,0.18);
}

.jugador-cuerpo {
    position: absolute;
    top: 85px;
    left: 38px;
    width: 94px;
    height: 150px;
    border-radius: 42px 42px 24px 24px;
    background: linear-gradient(145deg, var(--color-jugador), var(--color-secundario));
    border: 2px solid rgba(255,255,255,0.12);
    transform: rotate(-8deg);
}

.jugador-cuerpo::before {
    content: "";
    position: absolute;
    top: 48px;
    left: -42px;
    width: 62px;
    height: 18px;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--color-secundario), var(--color-jugador));
    transform: rotate(-30deg);
}

.jugador-cuerpo::after {
    content: "";
    position: absolute;
    top: 50px;
    right: -48px;
    width: 70px;
    height: 18px;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--color-jugador), var(--color-secundario));
    transform: rotate(35deg);
}

.jugador-pierna {
    position: absolute;
    width: 28px;
    height: 145px;
    border-radius: 18px;
    background: linear-gradient(180deg, var(--color-jugador), #111);
    top: 225px;
}

.jugador-pierna-1 {
    left: 55px;
    transform: rotate(16deg);
}

.jugador-pierna-2 {
    left: 92px;
    transform: rotate(-18deg);
}

.balon-deco {
    position: absolute;
    bottom: 10px;
    left: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 30%, #fff 0 8%, transparent 9%),
        radial-gradient(circle at 65% 65%, #111 0 12%, transparent 13%),
        radial-gradient(circle, #f4f4f4, #9d9d9d);
    border: 2px solid rgba(0,0,0,0.35);
    box-shadow: 0 0 20px rgba(212,175,55,0.25);
}

.jugador-lateral-der .jugador-placeholder {
    transform: scaleX(-1);
}

@keyframes jugadorFlotando {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* =========================================
   JUGADORES LATERALES ESTILO FIFA / FONDO
   ========================================= */

.versus-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 1700px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.jugador-lateral {
    width: 300px;
    height: 700px;
    flex: 0 0 300px;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.jugador-lateral-izq {
    transform: translateX(-70px) scale(1.08);
}

.jugador-lateral-der {
    transform: translateX(70px) scale(1.08);
}

.jugador-fondo {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    opacity: 0.95;
}

/* capa oscura suave encima */
.jugador-fondo::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(2, 6, 23, 0.55), rgba(2, 6, 23, 0.08) 28%, rgba(2, 6, 23, 0.08) 72%, rgba(2, 6, 23, 0.55)),
        linear-gradient(to right, rgba(2, 6, 23, 0.65), rgba(2, 6, 23, 0.12) 25%, rgba(2, 6, 23, 0.12) 75%, rgba(2, 6, 23, 0.65));
    z-index: 1;
}

/* difuminado visual en los bordes */
.jugador-fondo::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    box-shadow:
        inset 0 0 70px rgba(2, 6, 23, 0.85),
        0 0 35px rgba(0, 0, 0, 0.20);
    z-index: 2;
}

.jugador-fondo-izq {
    background-image: url("jugador-izq.jpg");
}

.jugador-fondo-der {
    background-image: url("jugador-der.jpg");
}

.versus-container {
    position: relative;
    z-index: 3;
}

/* Ajuste visual general */
.versus-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    max-width: 1100px;
    margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 1400px) {
    .jugador-lateral {
        width: 240px;
        height: 500px;
    }

    .jugador-lateral-izq {
        left: -20px;
    }

    .jugador-lateral-der {
        right: -20px;
    }
}

@media (max-width: 1100px) {
    .jugador-lateral {
        display: none;
    }
}

/* AJUSTE FINAL - CANCHAS MÁS ANCHAS */
.versus-container {
    max-width: 1250px !important;
    gap: 44px !important;
}

.equipo-card {
    width: 400px !important;
    max-width: 400px !important;
    flex: 0 0 520px !important;
}

@media (max-width: 1100px) {
    .equipo-card {
        width: 100% !important;
        max-width: 100% !important;
        flex: initial !important;
    }
}

/* =========================
   FORMULARIO PRO LIGA DORADA
   ========================= */

#formulario {
    padding-top: 40px;
    padding-bottom: 40px;
}

#formulario h2 {
    text-align: center;
    color: #d4af37;
    font-size: 42px;
    margin-bottom: 28px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.form-card-pro {
    max-width: 980px;
    margin: 0 auto;
    padding: 34px 32px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(24, 34, 77, 0.96), rgba(13, 21, 52, 0.98));
    border: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    position: relative;
    overflow: hidden;
}

.form-card-pro::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 28%),
        radial-gradient(circle at bottom left, rgba(57, 90, 255, 0.12), transparent 30%);
    pointer-events: none;
}

.form-top-badge {
    display: inline-block;
    margin-bottom: 24px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.22);
    color: #f2d25d;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.perfil-switch {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    margin-bottom: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.14);
    border-radius: 18px;
}

.perfil-switch input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    accent-color: #d4af37;
    cursor: pointer;
}

.perfil-switch-texto label {
    display: block;
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 6px;
    cursor: pointer;
}

.perfil-switch-texto p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
    font-size: 18px;
}

.perfil-encontrado-msg {
    margin: 0 0 22px 0;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(212, 175, 55, 0.10);
    border-left: 4px solid #d4af37;
    color: #f3dd88;
    font-weight: 600;
}

.perfil-encontrado-msg:empty {
    display: none;
}

.form-grid {
    display: grid;
    gap: 18px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.form-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.input-box {
    display: flex;
    flex-direction: column;
}

.input-box label {
    color: #f4f4f4;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.input-box input,
.input-box select {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 17px;
    outline: none;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.input-box input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.input-box select {
    cursor: pointer;
}

.input-box input:focus,
.input-box select:focus {
    border-color: rgba(212, 175, 55, 0.75);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.10);
    background: rgba(255, 255, 255, 0.11);
}

.input-box option {
    color: #111;
}

.form-footer-info {
    margin-top: 12px;
    padding: 15px 18px;
    border-radius: 16px;
    background: rgba(12, 18, 44, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.6;
}

.form-actions {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.btn-submit-pro {
    min-width: 240px;
    padding: 16px 28px;
    border: none;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 10px 22px rgba(212, 175, 55, 0.18);
}

.btn-submit-pro:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(212, 175, 55, 0.24);
}

/* RESPONSIVE */
@media (max-width: 980px) {
    .form-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    #formulario h2 {
        font-size: 30px;
    }

    .form-card-pro {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .form-grid-2,
    .form-grid-3 {
        grid-template-columns: 1fr;
    }

    .perfil-switch {
        flex-direction: row;
        align-items: flex-start;
    }

    .perfil-switch-texto label {
        font-size: 18px;
    }

    .perfil-switch-texto p {
        font-size: 14px;
    }

    .btn-submit-pro {
        width: 100%;
    }
}

/* =========================================
   FORMULARIO PREMIUM LIMPIO - LIGA DORADA
   Ajuste final
   ========================================= */

#formulario {
    padding-top: 35px;
    padding-bottom: 45px;
}

#formulario h2 {
    text-align: center;
    color: #d4af37;
    font-size: 34px;
    margin-bottom: 22px;
    font-weight: 800;
}

/* Tarjeta general más limpia */
.form-card-pro {
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 30px 28px !important;
    border-radius: 24px !important;
    background: #11182f !important;
    border: 1px solid rgba(212, 175, 55, 0.32) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28) !important;
    overflow: hidden;
}

/* Quitamos fondos muy cargados */
.form-card-pro::before {
    display: none !important;
}

/* Badge superior más elegante */
.form-top-badge {
    display: block !important;
    width: fit-content;
    margin: 0 auto 22px auto !important;
    padding: 9px 18px !important;
    border-radius: 999px !important;
    background: rgba(212, 175, 55, 0.13) !important;
    border: 1px solid rgba(212, 175, 55, 0.25) !important;
    color: #f4d35e !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

/* Caja de usar perfil más simple */
.perfil-switch {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 16px 18px !important;
    margin-bottom: 22px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.perfil-switch input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    margin-top: 3px !important;
    accent-color: #d4af37 !important;
}

.perfil-switch-texto label {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    margin-bottom: 4px !important;
}

.perfil-switch-texto p {
    color: rgba(255, 255, 255, 0.66) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

/* Mensaje de perfil encontrado */
.perfil-encontrado-msg {
    padding: 12px 14px !important;
    margin-bottom: 18px !important;
    border-radius: 12px !important;
    background: rgba(212, 175, 55, 0.10) !important;
    border-left: 3px solid #d4af37 !important;
    color: #f5d76b !important;
    font-size: 14px !important;
}

.perfil-encontrado-msg:empty {
    display: none !important;
}

/* Grillas más cómodas */
.form-grid {
    gap: 14px !important;
    margin-bottom: 14px !important;
}

.form-grid-3,
.form-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/* Campos más limpios */
.input-box label {
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
}

.input-box input,
.input-box select {
    height: 48px !important;
    border-radius: 12px !important;
    padding: 0 14px !important;
    background: #ffffff !important;
    color: #0b1220 !important;
    border: 1px solid rgba(212, 175, 55, 0.18) !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

.input-box input::placeholder {
    color: rgba(11, 18, 32, 0.45) !important;
}

.input-box input:focus,
.input-box select:focus {
    border-color: #d4af37 !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.16) !important;
    outline: none !important;
}

/* Texto de ayuda más discreto */
.form-footer-info {
    margin-top: 16px !important;
    padding: 13px 15px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    color: rgba(255, 255, 255, 0.66) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    text-align: center !important;
}

/* Botón más premium y menos gigante */
.form-actions {
    margin-top: 22px !important;
    display: flex !important;
    justify-content: center !important;
}

.btn-submit-pro {
    min-width: 210px !important;
    height: 50px !important;
    padding: 0 26px !important;
    border-radius: 14px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 22px rgba(212, 175, 55, 0.18) !important;
}

.btn-submit-pro:hover {
    transform: translateY(-1px) !important;
}

/* Responsive limpio */
@media (max-width: 720px) {
    .form-card-pro {
        max-width: 92% !important;
        padding: 24px 18px !important;
    }

    #formulario h2 {
        font-size: 28px !important;
    }

    .form-grid-3,
    .form-grid-2 {
        grid-template-columns: 1fr !important;
    }

    .btn-submit-pro {
        width: 100% !important;
    }
}

/* =========================================
   FORMULARIO PREMIUM + BRILLO DORADO
   DETALLES LATERALES
   ========================================= */

/* Contenedor principal */
.form-card-pro {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 26px !important;
    background: linear-gradient(180deg, #101833 0%, #0d1530 100%) !important;
    border: 1px solid rgba(212, 175, 55, 0.34) !important;
    box-shadow:
        0 0 0 1px rgba(212, 175, 55, 0.10),
        0 0 28px rgba(212, 175, 55, 0.10),
        0 18px 42px rgba(0, 0, 0, 0.28) !important;
}

/* Todo el contenido debe ir por encima de los adornos */
.form-card-pro > * {
    position: relative;
    z-index: 3;
}

/* Línea dorada suave arriba */
.form-card-pro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    height: 2px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(212, 175, 55, 0.15),
        rgba(255, 222, 89, 0.95),
        rgba(212, 175, 55, 0.15),
        transparent
    );
    box-shadow: 0 0 16px rgba(212, 175, 55, 0.35);
    z-index: 2;
}

/* Línea dorada suave abajo */
.form-card-pro::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 60px;
    right: 60px;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(212, 175, 55, 0.55),
        transparent
    );
    z-index: 2;
}

/* Laterales decorativos */
.form-card-pro .form-side-deco-left,
.form-card-pro .form-side-deco-right {
    position: absolute;
    top: 90px;
    bottom: 90px;
    width: 58px;
    border-radius: 20px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.95;
}

/* Lado izquierdo */
.form-card-pro .form-side-deco-left {
    left: -10px;
    background:
        linear-gradient(to right, rgba(212, 175, 55, 0.28), rgba(212, 175, 55, 0.02)),
        repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,0.06) 0px,
            rgba(255,255,255,0.06) 1px,
            transparent 1px,
            transparent 24px
        ),
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
    box-shadow:
        inset -1px 0 0 rgba(212, 175, 55, 0.25),
        0 0 22px rgba(212, 175, 55, 0.12);
}

/* Lado derecho */
.form-card-pro .form-side-deco-right {
    right: -10px;
    background:
        linear-gradient(to left, rgba(212, 175, 55, 0.28), rgba(212, 175, 55, 0.02)),
        repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,0.06) 0px,
            rgba(255,255,255,0.06) 1px,
            transparent 1px,
            transparent 24px
        ),
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
    box-shadow:
        inset 1px 0 0 rgba(212, 175, 55, 0.25),
        0 0 22px rgba(212, 175, 55, 0.12);
}

/* Brillo interior sutil */
.form-card-pro .form-inner-glow {
    position: absolute;
    inset: 14px;
    border-radius: 20px;
    border: 1px solid rgba(255, 223, 120, 0.06);
    box-shadow: inset 0 0 40px rgba(212, 175, 55, 0.04);
    pointer-events: none;
    z-index: 1;
}

/* Inputs un poco más premium */
.input-box input,
.input-box select {
    transition: all 0.22s ease !important;
}

.input-box input:hover,
.input-box select:hover {
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.08) !important;
}

.input-box input:focus,
.input-box select:focus {
    border-color: #d4af37 !important;
    box-shadow:
        0 0 0 3px rgba(212, 175, 55, 0.14),
        0 0 16px rgba(212, 175, 55, 0.10) !important;
}

/* Caja de ayuda inferior más elegante */
.form-footer-info {
    border: 1px solid rgba(212, 175, 55, 0.10) !important;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.04),
        rgba(255,255,255,0.025)
    ) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .form-card-pro .form-side-deco-left,
    .form-card-pro .form-side-deco-right {
        width: 34px;
        top: 110px;
        bottom: 110px;
        opacity: 0.65;
    }
}


/* =========================================
   MI PERFIL - DISEÑO COHERENTE CON TARJETA
   ========================================= */

.perfil-consulta-wrap {
    max-width: 900px;
    margin: 0 auto 26px auto;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.perfil-consulta-wrap p {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 18px;
}

.perfil-consulta-wrap input {
    width: 260px;
    max-width: 100%;
    height: 52px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.30);
    padding: 0 16px;
    font-size: 18px;
    outline: none;
    background: #ffffff;
    color: #111;
    margin-right: 12px;
}

.perfil-consulta-wrap .btn-gold {
    height: 52px;
    padding: 0 28px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
}

/* Tarjeta resultado */
.perfil-resultado-card {
    max-width: 660px;
    margin: 28px auto 0 auto;
    background: linear-gradient(180deg, #071447 0%, #040d34 100%);
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 34px;
    padding: 34px 34px 30px 34px;
    box-shadow:
        0 0 0 1px rgba(212, 175, 55, 0.08),
        0 0 34px rgba(212, 175, 55, 0.12),
        0 20px 40px rgba(0, 0, 0, 0.26);
}

.perfil-top {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
}

.perfil-avatar-grande {
    width: 118px;
    height: 118px;
    min-width: 118px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #d4af37 0%, #a77f12 100%);
    border: 4px solid rgba(255, 226, 120, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    box-shadow: 0 0 22px rgba(212, 175, 55, 0.30);
}

.perfil-main h3 {
    margin: 0 0 8px 0;
    color: #ffcc33;
    font-size: 32px;
    font-weight: 800;
}

.perfil-meta {
    margin: 0 0 8px 0;
    color: #d7d8df;
    font-size: 18px;
    font-weight: 500;
}

.perfil-id {
    margin: 0;
    color: #f2f2f2;
    font-size: 16px;
    opacity: 0.95;
}

.perfil-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.stat-mini-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.30);
    border-radius: 22px;
    padding: 18px 14px;
    text-align: center;
}

.stat-label {
    display: block;
    color: #f5f5f5;
    font-size: 16px;
    margin-bottom: 10px;
}

.stat-mini-card strong {
    color: #ffcc33;
    font-size: 24px;
    font-weight: 800;
}

.perfil-bloque {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 24px;
    padding: 22px 26px;
    margin-top: 18px;
}

.perfil-bloque h4 {
    margin: 0 0 16px 0;
    color: #ffcc33;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
}

.perfil-bloque p {
    margin: 0 0 12px 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.45;
}

.perfil-bloque p:last-child {
    margin-bottom: 0;
}

.perfil-bloque strong {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .perfil-consulta-wrap input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .perfil-consulta-wrap {
        text-align: center;
    }

    .perfil-top {
        flex-direction: column;
        text-align: center;
    }

    .perfil-main h3 {
        font-size: 28px;
    }

    .perfil-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .perfil-resultado-card {
        padding: 24px 18px;
        border-radius: 26px;
    }

    .perfil-bloque {
        padding: 18px;
    }

    .perfil-bloque p {
        font-size: 17px;
    }
}

/* =========================================
   FORMULARIO FINAL - COHERENTE CON MI PERFIL
   ========================================= */

/* Ocultar adornos laterales anteriores */
.form-side-deco-left,
.form-side-deco-right,
.form-inner-glow {
    display: none !important;
}

/* Sección */
#formulario {
    padding-top: 38px !important;
    padding-bottom: 50px !important;
}

#formulario h2 {
    text-align: center !important;
    color: #f5c542 !important;
    font-size: 36px !important;
    font-weight: 900 !important;
    margin-bottom: 26px !important;
}

/* Card principal similar a Mi Perfil */
.form-card-pro {
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 34px 34px 32px !important;
    border-radius: 34px !important;
    background: linear-gradient(180deg, #071447 0%, #040d34 100%) !important;
    border: 1px solid rgba(212, 175, 55, 0.45) !important;
    box-shadow:
        0 0 0 1px rgba(212, 175, 55, 0.08),
        0 0 34px rgba(212, 175, 55, 0.12),
        0 20px 40px rgba(0, 0, 0, 0.26) !important;
    overflow: hidden !important;
}

/* Quitar efectos antiguos */
.form-card-pro::before,
.form-card-pro::after {
    display: none !important;
}

/* Badge */
.form-top-badge {
    display: block !important;
    width: fit-content !important;
    margin: 0 auto 26px auto !important;
    padding: 10px 20px !important;
    border-radius: 999px !important;
    background: rgba(212, 175, 55, 0.12) !important;
    border: 1px solid rgba(212, 175, 55, 0.28) !important;
    color: #f5c542 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: 0.4px !important;
}

/* Usar perfil */
.perfil-switch {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 18px 20px !important;
    margin-bottom: 26px !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(212, 175, 55, 0.18) !important;
    box-shadow: none !important;
}

.perfil-switch input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    accent-color: #d4af37 !important;
    flex: 0 0 auto !important;
}

.perfil-switch-texto {
    text-align: left !important;
}

.perfil-switch-texto label {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    margin-bottom: 4px !important;
}

.perfil-switch-texto p {
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

/* Grilla más ordenada */
.form-grid {
    display: grid !important;
    gap: 18px !important;
    margin-bottom: 18px !important;
}

.form-grid-2,
.form-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/* Campos */
.input-box label {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    margin-bottom: 8px !important;
}

.input-box input,
.input-box select {
    height: 52px !important;
    border-radius: 16px !important;
    padding: 0 16px !important;
    background: #ffffff !important;
    color: #0b1220 !important;
    border: 1px solid rgba(212, 175, 55, 0.22) !important;
    font-size: 16px !important;
    box-shadow: none !important;
}

.input-box input::placeholder {
    color: rgba(11, 18, 32, 0.45) !important;
}

.input-box input:focus,
.input-box select:focus {
    border-color: #f5c542 !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.16) !important;
    outline: none !important;
}

/* Texto inferior */
.form-footer-info {
    margin-top: 20px !important;
    padding: 16px 18px !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(212, 175, 55, 0.16) !important;
    color: rgba(255, 255, 255, 0.70) !important;
    text-align: center !important;
    font-size: 14px !important;
}

/* Botón */
.form-actions {
    display: flex !important;
    justify-content: center !important;
    margin-top: 26px !important;
}

.btn-submit-pro {
    min-width: 220px !important;
    height: 52px !important;
    border-radius: 16px !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 22px rgba(212, 175, 55, 0.20) !important;
}

/* Responsive */
@media (max-width: 720px) {
    .form-card-pro {
        max-width: 92% !important;
        padding: 26px 18px !important;
        border-radius: 28px !important;
    }

    #formulario h2 {
        font-size: 30px !important;
    }

    .form-grid-2,
    .form-grid-3 {
        grid-template-columns: 1fr !important;
    }

    .perfil-switch {
        align-items: flex-start !important;
    }

    .btn-submit-pro {
        width: 100% !important;
    }
}
