/* ======================================
   BECAS - Instituto Urusayhua
   Con imagen de fondo + degradado visible
   ====================================== */

/* HERO con imagen de fondo + degradado */
.sch-hero {
    position: relative;
    color: #fff;
    padding: clamp(50px, 7vw, 96px) 0;
    min-height: 45vh;
    overflow: hidden;
    /* Degradados + imagen pasada por variable inline */
    background-image:
        radial-gradient(1200px 400px at -10% -20%, rgba(255, 255, 255, .10), transparent 60%),
        linear-gradient(135deg, rgba(18, 42, 99, .82), rgba(27, 79, 214, .75)),
        var(--sch-hero-bg);
    background-size: cover, cover, cover;
    background-position: center, center, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

/* Anular overlay viejo */
.sch-hero::before {
    content: none;
}

.sch-hero .container {
    position: relative;
    z-index: 1;
}

.sch-hero__title {
    font-weight: 700;
    line-height: 1.05;
    font-size: clamp(32px, 4.8vw, 52px);
    margin: 0 0 .4rem;
}

.sch-hero__lead {
    color: #eaf2ff;
    max-width: 60ch;
}

.sch-hero__figure {
    background: #fff;
    padding: 12px;
    border-radius: 20px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .25);
}

/* ===== BENEFICIOS ===== */
.sch-benefits {
    padding: clamp(28px, 4.8vw, 48px) 0;
    background: var(--bg, #f7f8fb);
}

.sch-card {
    background: #fff;
    border: 1px solid rgba(20, 20, 43, .06);
    border-radius: 16px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 16px 44px rgba(0, 0, 0, .06);
    height: 100%;
}

.sch-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin: 0 auto 8px;
    background: linear-gradient(135deg, var(--c-primary-900, #122a63), var(--c-primary-700, #1b4fd6));
    color: #fff;
}

/* ===== SECCIONES GENÉRICAS ===== */
.sch-section {
    padding: clamp(34px, 5vw, 64px) 0;
}

.sch-title {
    font-weight: 700;
    font-size: clamp(1.6rem, 3.6vw, 2.2rem);
    margin: 0 0 .4rem;
}

/* ===== LISTA REQUISITOS ===== */
.sch-list {
    list-style: none;
    padding: 0;
    margin: .25rem 0 1rem;
}

.sch-list li {
    margin: .15rem 0;
    color: #3f4961;
}

.sch-list i {
    color: var(--c-primary-700, #1b4fd6);
    margin-right: .4rem;
}

/* ===== NOTA ===== */
.sch-note {
    background: #fff;
    border: 1px solid rgba(20, 20, 43, .06);
    border-radius: 14px;
    padding: 14px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .06);
}

.sch-note__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--c-primary-900, #122a63), var(--c-primary-700, #1b4fd6));
}

/* ===== PASOS ===== */
.steps-wrap {
    padding: clamp(36px, 5vw, 64px) 0;
    background: var(--bg, #f7f8fb);
}

.step-card {
    background: #fff;
    border: 1px solid rgba(20, 20, 43, .06);
    border-radius: 18px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 16px 44px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    gap: .35rem;
    position: relative;
}

.step-card .icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--c-primary-900, #122a63), var(--c-primary-700, #1b4fd6));
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.step-card--num .num {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: .9rem;
    color: #fff;
    background: var(--c-primary-700, #1b4fd6);
}

/* ===== FAQ ===== */
.eg-faq {
    padding: clamp(34px, 5vw, 64px) 0;
    background: var(--bg, #f7f8fb);
}

.faq-grid {
    max-width: 700px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
}

.faq-item {
    background: #fff;
    border: 1px solid rgba(20, 20, 43, .06);
    border-radius: 14px;
    padding: 12px 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
}

.faq-item summary {
    cursor: pointer;
    font-weight: 700;
    color: #1f2742;
    list-style: none;
}

.faq-item[open] summary {
    color: var(--c-primary-700, #1b4fd6);
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-body {
    padding-top: 6px;
    color: #47506a;
}

/* ===== CTA FINAL ===== */
.sch-cta {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: clamp(40px, 6vw, 74px) 0;
}

.sch-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--c-primary-900, #122a63), var(--c-primary-700, #1b4fd6));
}

.sch-cta .container {
    position: relative;
    z-index: 1;
}

.sch-cta__lead {
    color: #f2f6ff;
}

.sch-cta__img {
    max-width: 360px;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
}

/* ===== ESCALAS DE BECA ===== */
.tier-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
}

.tier-card {
    background: #fff;
    border: 1px solid rgba(20, 20, 43, .06);
    border-radius: 14px;
    padding: 14px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.tier-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .1);
}

.tier-card h5 {
    font-weight: 800;
    color: var(--c-primary-700, #1b4fd6);
    margin-bottom: .25rem;
    font-size: 1rem;
}

.tier-card p {
    margin: 0;
    font-size: .9rem;
    color: #4a5368;
}

@media (max-width: 768px) {
    .tier-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== PANEL ===== */
.bc-wrap {
    padding: 0 0 24px;
}

.bc-panel {
    background: #fff;
    border: 1px solid rgba(20, 20, 43, .10);
    border-radius: 14px;
    box-shadow: 0 16px 44px rgba(0, 0, 0, .06);
    padding: 14px;
}

.bc-panel__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media(max-width:992px) {
    .bc-panel__grid {
        grid-template-columns: 1fr;
    }
}

.bc-card {
    background: #fff;
    border: 1px solid rgba(20, 20, 43, .12);
    border-radius: 12px;
    padding: 16px;
}

.bc-h3 {
    margin: .2rem 0 .8rem;
    font-weight: 900;
    font-size: 1.25rem;
    color: #0f1a36;
}

.bc-h4 {
    margin: .7rem 0 .4rem;
    font-weight: 800;
    font-size: 1rem;
    color: #0f1a36;
}

/* ===== Listas numeradas y badges ===== */
.bc-ol {
    counter-reset: item;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.bc-ol li {
    position: relative;
    counter-increment: item;
    padding: 10px 10px 10px 44px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(20, 20, 43, .08);
    margin: 8px 0;
}

.bc-ol li::before {
    content: counter(item);
    position: absolute;
    left: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #1b4fd6;
    background: #eef3ff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
}

.bc-list {
    list-style: disc;
    margin: .2rem 0 .6rem 1.1rem;
    padding: 0;
}

.bc-list li {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin: .35rem 0;
}

.bc-range {
    color: #2e3650;
}

.bc-badge {
    display: inline-block;
    padding: .28rem .6rem;
    min-width: 150px;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    font-size: .85rem;
    text-align: center;
}

.bc-b1 {
    background: #138a08;
}

.bc-b2 {
    background: #2254d3;
}

.bc-b3 {
    background: #b96a00;
}

.bc-b4 {
    background: #7a6a00;
}

.bc-ul {
    margin: .2rem 0 0 1.1rem;
    color: #2f374e;
}

.bc-ul li {
    margin: .25rem 0;
}

.bc-note {
    margin-top: 12px;
    background: #f7f9ff;
    border: 1px solid rgba(27, 79, 214, .18);
    border-radius: 12px;
    padding: 14px 16px;
    color: #1a2240;
}

.bc-note a {
    color: #1b4fd6;
    font-weight: 700;
    text-decoration: none;
}

.bc-note a:hover {
    text-decoration: underline;
}

.mt-2 {
    margin-top: .6rem;
}

.text-becas {
    color: var(--c-primary-700, #000000);
}