/* =========================================================
   JEY — Páginas informativas / estilo premium
   Mantiene la identidad morado #9D005D + rojo #EC1C24
   ========================================================= */

.info-page{
    width:min(1180px, calc(100% - 40px));
    margin:0 auto;
    padding:145px 0 90px;
    color:#171717;
}

.info-hero{
    position:relative;
    text-align:center;
    max-width:900px;
    margin:0 auto 58px;
    padding:52px 30px;
    border:1px solid rgba(157,0,93,.10);
    border-radius:32px;
    background:
        radial-gradient(circle at 15% 20%, rgba(157,0,93,.09), transparent 34%),
        radial-gradient(circle at 88% 80%, rgba(236,28,36,.07), transparent 30%),
        rgba(255,255,255,.82);
    box-shadow:0 24px 70px rgba(20,10,20,.08);
    overflow:hidden;
}

.info-hero::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    right:-80px;
    top:-90px;
    border-radius:50%;
    background:rgba(157,0,93,.06);
    pointer-events:none;
}

.info-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:9px;
    color:#9D005D;
    font-size:.72rem;
    letter-spacing:.20em;
    font-weight:800;
    text-transform:uppercase;
    margin-bottom:16px;
}

.info-eyebrow::before,
.info-eyebrow::after{
    content:"";
    width:22px;
    height:1px;
    background:currentColor;
    opacity:.55;
}

.info-hero h1{
    position:relative;
    z-index:1;
    margin:0 0 16px;
    font-size:clamp(2.25rem,5vw,4.35rem);
    line-height:1.02;
    letter-spacing:-.055em;
    font-weight:800;
}

.info-hero p{
    position:relative;
    z-index:1;
    margin:0 auto;
    max-width:720px;
    color:#5f5f63;
    font-size:1.02rem;
    line-height:1.85;
}

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

.info-card{
    position:relative;
    border:1px solid rgba(20,20,20,.075);
    border-radius:24px;
    padding:30px;
    background:rgba(255,255,255,.94);
    box-shadow:0 14px 45px rgba(20,20,20,.055);
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.info-card:hover{
    transform:translateY(-4px);
    border-color:rgba(157,0,93,.18);
    box-shadow:0 20px 55px rgba(20,20,20,.09);
}

.info-card h2,
.info-card h3{
    margin:0 0 13px;
    color:#171717;
    line-height:1.2;
}

.info-card h2{font-size:1.45rem;letter-spacing:-.025em}
.info-card h3{font-size:1.15rem}

.info-card p,
.info-card li{
    color:#626267;
    line-height:1.78;
}

.info-card ul{
    padding-left:20px;
    margin:0;
}

.info-number{
    width:48px;
    height:48px;
    border-radius:15px;
    display:grid;
    place-items:center;
    margin-bottom:20px;
    color:#fff;
    background:linear-gradient(135deg,#9D005D,#c20b74);
    border:0;
    font-weight:800;
    box-shadow:0 9px 22px rgba(157,0,93,.20);
}

.info-table-wrap{
    overflow:auto;
    border-radius:18px;
    border:1px solid rgba(20,20,20,.08);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}

.info-table{
    width:100%;
    min-width:650px;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
}

.info-table th,
.info-table td{
    padding:16px 19px;
    text-align:left;
    border-bottom:1px solid #eee;
}

.info-table th{
    color:#fff;
    background:linear-gradient(135deg,#9D005D,#b7076c);
    font-size:.73rem;
    letter-spacing:.10em;
    text-transform:uppercase;
    font-weight:800;
}

.info-table th:first-child{border-top-left-radius:17px}
.info-table th:last-child{border-top-right-radius:17px}
.info-table tr:last-child td{border-bottom:0}

.info-table tbody tr:nth-child(even){background:#faf8fa}
.info-table tbody tr:hover{background:#f7eef4}

.info-section{margin-top:34px}
.info-section > h2{
    font-size:1.65rem;
    letter-spacing:-.03em;
}

.info-faq{
    display:grid;
    gap:13px;
    max-width:980px;
    margin:0 auto;
}

.info-faq details{
    border:1px solid rgba(20,20,20,.075);
    border-radius:19px;
    padding:0;
    background:#fff;
    box-shadow:0 9px 30px rgba(20,20,20,.045);
    overflow:hidden;
    transition:.25s ease;
}

.info-faq details:hover{
    border-color:rgba(157,0,93,.20);
}

.info-faq summary{
    position:relative;
    cursor:pointer;
    list-style:none;
    padding:21px 56px 21px 23px;
    font-weight:750;
    color:#202024;
}

.info-faq summary::-webkit-details-marker{display:none}

.info-faq summary::after{
    content:"+";
    position:absolute;
    right:21px;
    top:50%;
    transform:translateY(-50%);
    width:27px;
    height:27px;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#9D005D;
    background:#f8edf4;
    font-size:19px;
    font-weight:500;
}

.info-faq details[open] summary{
    color:#9D005D;
    background:#fffafd;
}

.info-faq details[open] summary::after{
    content:"−";
}

.info-faq p{
    margin:0;
    padding:0 23px 23px;
    color:#66666b;
    line-height:1.8;
}

.info-steps{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:14px;
}

.info-step{
    padding:23px 17px;
    border:1px solid rgba(20,20,20,.075);
    border-radius:20px;
    background:#fff;
    box-shadow:0 9px 30px rgba(20,20,20,.045);
}

.info-step strong{
    display:block;
    margin-bottom:8px;
    color:#171717;
}

.info-cta{
    position:relative;
    margin-top:42px;
    padding:34px 38px;
    border-radius:27px;
    overflow:hidden;
    color:#fff;
    background:
        radial-gradient(circle at 90% 20%, rgba(236,28,36,.30), transparent 35%),
        linear-gradient(135deg,#121212,#2d0920);
    box-shadow:0 22px 55px rgba(20,5,15,.16);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
}

.info-cta::after{
    content:"";
    position:absolute;
    width:170px;
    height:170px;
    left:-90px;
    bottom:-100px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.12);
}

.info-cta > *{position:relative;z-index:1}
.info-cta h2{margin:0 0 8px;font-size:1.55rem}
.info-cta p{margin:0;color:rgba(255,255,255,.72);line-height:1.65}

.info-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:13px 22px;
    border-radius:999px;
    border:1px solid rgba(157,0,93,.12);
    background:#fff;
    color:#111;
    text-decoration:none;
    font-weight:800;
    white-space:nowrap;
    box-shadow:0 8px 24px rgba(0,0,0,.12);
    transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.info-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 30px rgba(0,0,0,.18);
    background:#fdf7fb;
}

.info-contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
}

.info-list{
    display:grid;
    gap:12px;
}

.info-list > div{
    display:flex;
    align-items:flex-start;
    gap:9px;
    padding:13px 14px;
    border-radius:14px;
    background:#faf8fa;
    color:#5d5d62;
}

.info-list a{
    color:#9D005D;
    font-weight:800;
}

@media(max-width:1000px){
    .info-grid{grid-template-columns:1fr 1fr}
    .info-steps{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:700px){
    .info-page{
        width:min(100% - 28px,1180px);
        padding:120px 0 60px;
    }

    .info-hero{
        padding:38px 20px;
        border-radius:25px;
        margin-bottom:35px;
    }

    .info-hero h1{font-size:clamp(2.05rem,12vw,3.1rem)}
    .info-hero p{font-size:.95rem}

    .info-grid,
    .info-contact-grid{
        grid-template-columns:1fr;
    }

    .info-card{
        padding:23px;
        border-radius:20px;
    }

    .info-steps{grid-template-columns:1fr}
    .info-cta{
        display:block;
        padding:28px 24px;
        border-radius:23px;
    }

    .info-btn{
        width:100%;
        margin-top:20px;
    }
}

@media(max-width:420px){
    .info-page{width:calc(100% - 22px)}
    .info-hero{padding:32px 16px}
    .info-eyebrow{font-size:.63rem;letter-spacing:.14em}
    .info-card{padding:20px}
    .info-faq summary{padding:18px 50px 18px 18px}
    .info-faq p{padding:0 18px 19px}
}
