/* GUERRERA+ HOME STARTS HERE VISUAL PATCH
   Archivo completo: assets/home-ring-access.css
   Versión corregida: botones alineados en ES / CA / EN
*/

.ring-access-section{
    margin-top:74px!important;
}

.ring-title-wrap{
    position:relative;
    text-align:center;
    margin-bottom:24px;
}

.ring-title-wrap:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-7px;
    width:min(520px,72vw);
    height:2px;
    transform:translateX(-50%);
    background:linear-gradient(90deg,transparent,rgba(255,21,48,.95),transparent);
    box-shadow:0 0 18px rgba(255,21,48,.65);
}

.ring-title{
    margin:0;
    font-family:'Teko',Impact,'Arial Black',sans-serif;
    font-size:clamp(52px,6.4vw,96px);
    line-height:.82;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#f5f5f5;
    transform:skewX(-4deg);
    text-shadow:
        0 4px 0 rgba(0,0,0,.45),
        0 0 22px rgba(255,255,255,.10);
}

.ring-title span{
    color:#ff1530;
    text-shadow:
        0 4px 0 rgba(0,0,0,.45),
        0 0 26px rgba(255,21,48,.34);
}

.ring-access-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:stretch;
    border:1px solid rgba(255,255,255,.16);
    border-radius:18px;
    overflow:hidden;
    background:#050506;
    box-shadow:
        0 28px 90px rgba(0,0,0,.38),
        0 0 0 1px rgba(255,21,48,.06);
}

.ring-access-card{
    position:relative;
    min-height:360px;
    height:100%;
    overflow:hidden;
    color:#fff;
    text-decoration:none;
    border-right:1px solid rgba(255,255,255,.14);
    transition:transform .28s ease, filter .28s ease;
}

.ring-access-card:last-child{
    border-right:0;
}

.ring-card-bg{
    position:absolute;
    inset:0;
    z-index:0;
    background-size:cover;
    background-position:center;
    transition:
        transform .75s ease,
        filter .75s ease,
        opacity .75s ease;
}

.ring-promoter-card .ring-card-bg{
    background-image:
        linear-gradient(90deg,rgba(25,0,4,.90),rgba(85,0,10,.30),rgba(0,0,0,.20)),
        url('/assets/access-promoter-ring.jpg?v=40');
    filter:brightness(.78) contrast(1.12) saturate(1.08);
}

.ring-viewer-card .ring-card-bg{
    background-image:
        linear-gradient(90deg,rgba(0,0,0,.88),rgba(6,14,28,.42),rgba(0,0,0,.30)),
        url('/assets/access-viewer-ring.jpg?v=40');
    filter:brightness(.76) contrast(1.10) saturate(1.02);
}

.ring-access-card:after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:
        linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.22),rgba(0,0,0,.28)),
        linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.48));
    transition:background .45s ease, opacity .45s ease;
}

/* Hover: aclarar/oscurecer la foto sin alterar excesivamente el color */
.ring-access-card:hover .ring-card-bg{
    transform:scale(1.065);
}

.ring-promoter-card:hover .ring-card-bg{
    filter:brightness(1.04) contrast(1.18) saturate(1.16);
}

.ring-viewer-card:hover .ring-card-bg{
    filter:brightness(1.02) contrast(1.15) saturate(1.08);
}

.ring-access-card:hover:after{
    background:
        linear-gradient(90deg,rgba(0,0,0,.42),rgba(0,0,0,.12),rgba(0,0,0,.20)),
        linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.34));
}

/* CLAVE: contenido en columna para que los CTAs queden alineados */
.ring-card-content{
    position:relative;
    z-index:2;
    max-width:650px;
    min-height:360px;
    height:100%;
    padding:36px 44px 34px;
    display:flex;
    flex-direction:column;
}

.ring-icon{
    width:74px;
    height:74px;
    display:grid;
    place-items:center;
    border-radius:50%;
    margin-bottom:20px;
    background:linear-gradient(135deg,#ff1530,#bd0016);
    box-shadow:0 18px 50px rgba(255,21,48,.30);
    font-size:34px;
    flex:0 0 auto;
}

.ring-icon.ticket{
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.16);
    box-shadow:0 18px 50px rgba(255,255,255,.05);
}

.ring-kicker{
    display:block;
    color:#ff1530;
    font-size:16px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.03em;
    margin-bottom:8px;
    flex:0 0 auto;
}

.ring-card-content h3{
    margin:0 0 10px;
    color:#fff;
    font-size:clamp(32px,3vw,48px);
    line-height:.95;
    letter-spacing:-.035em;
    flex:0 0 auto;
}

.ring-card-content p{
    max-width:560px;
    margin:0;
    color:#f0f1f6;
    font-size:18px;
    line-height:1.36;
    flex:0 0 auto;
}

.ring-chips{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:22px 0 24px;
    flex:0 0 auto;
}

.ring-chips em{
    font-style:normal;
    color:#fff;
    font-size:13px;
    padding:8px 12px;
    border-radius:8px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(8px);
}

.ring-cta{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:58px;
    margin-top:auto;
    border-radius:10px;
    font-size:18px;
    font-weight:1000;
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        background .22s ease,
        border-color .22s ease;
}

.ring-cta.red{
    background:linear-gradient(135deg,#ff1530,#bd0016);
    box-shadow:0 18px 42px rgba(255,21,48,.24);
}

.ring-cta.dark{
    background:rgba(0,0,0,.38);
    border:1px solid rgba(255,255,255,.32);
}

.ring-access-card:hover .ring-cta{
    transform:scale(1.045);
}

.ring-access-card:hover .ring-cta.red{
    box-shadow:
        0 22px 62px rgba(255,21,48,.42),
        inset 0 0 0 1px rgba(255,255,255,.18);
}

.ring-access-card:hover .ring-cta.dark{
    background:rgba(255,255,255,.10);
    border-color:rgba(255,255,255,.55);
    box-shadow:0 22px 62px rgba(255,255,255,.10);
}

/* WHY GUERRERA+ */
.why-guerrera{
    margin:54px 0 72px;
    padding:34px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.12);
    background:
        radial-gradient(circle at 12% 0%,rgba(255,21,48,.13),transparent 28%),
        radial-gradient(circle at 88% 20%,rgba(255,21,48,.09),transparent 24%),
        linear-gradient(180deg,#0d0d11,#050506);
    box-shadow:0 28px 90px rgba(0,0,0,.30);
}

.why-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:22px;
    margin-bottom:24px;
    border-bottom:1px solid rgba(255,255,255,.08);
    padding-bottom:20px;
}

.why-head span{
    color:#ff1530;
    font-size:13px;
    font-weight:1000;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.why-head h2{
    margin:0;
    font-family:'Teko',Impact,'Arial Black',sans-serif;
    font-size:clamp(42px,5vw,70px);
    line-height:.85;
    letter-spacing:.035em;
    transform:skewX(-4deg);
}

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

.why-grid article{
    padding:24px 22px;
    min-height:190px;
    border-radius:16px;
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.09);
    transition:
        transform .24s ease,
        background .24s ease,
        border-color .24s ease,
        box-shadow .24s ease;
}

.why-grid article:hover{
    transform:translateY(-6px);
    background:rgba(255,21,48,.08);
    border-color:rgba(255,21,48,.28);
    box-shadow:0 22px 58px rgba(255,21,48,.12);
}

.why-icon{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    margin-bottom:18px;
    border-radius:13px;
    background:rgba(255,21,48,.14);
    color:#ff1530;
    border:1px solid rgba(255,21,48,.22);
    font-weight:1000;
}

.why-grid h3{
    margin:0 0 9px;
    font-size:22px;
}

.why-grid p{
    margin:0;
    color:#c9cbd6;
    line-height:1.42;
    font-size:14px;
}

.stats-strip{
    display:none!important;
}

@media(max-width:1100px){
    .ring-access-grid{
        grid-template-columns:1fr;
    }

    .ring-access-card{
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.14);
    }

    .ring-access-card:last-child{
        border-bottom:0;
    }

    .ring-card-content{
        max-width:none;
    }

    .why-grid{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:700px){
    .ring-title{
        font-size:clamp(42px,13vw,62px);
        letter-spacing:.035em;
    }

    .ring-card-content{
        min-height:390px;
        padding:28px 24px 26px;
    }

    .ring-card-content p{
        font-size:16px;
    }

    .ring-access-card{
        min-height:390px;
    }

    .why-guerrera{
        padding:24px 18px;
    }

    .why-head{
        display:block;
    }

    .why-head h2{
        margin-top:8px;
    }

    .why-grid{
        grid-template-columns:1fr;
    }
}
