/* ═══════════════════════════════════════
   Requisitos — página v2
   ═══════════════════════════════════════ */

.req-page {
    background: #fff;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Hero */
.req-hero--cover {
    position: relative;
    overflow: hidden;
    background: transparent !important;
    border-bottom: none !important;
    padding: 0 !important;
}

.req-hero--cover::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, #0047ab, #c8102e, #c9a227, #c8102e, #0047ab);
    z-index: 3;
}

.req-hero__eyebrow {
    background: #c8102e !important;
    box-shadow: 0 4px 14px rgba(200, 16, 46, 0.35);
}

.req-hero--cover h1 {
    margin: 0 0 0.75rem !important;
    font-size: clamp(2rem, 4.5vw, 2.85rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: #fff !important;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}

.req-hero--cover .req-hero__lead,
.req-hero--cover .mod-hero-lead {
    max-width: 32rem;
    margin: 0 0 1.15rem;
    font-size: clamp(0.92rem, 1.5vw, 1.02rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88) !important;
}

.req-hero__kpis li.mod-hero-kpi--req-docs {
    background: linear-gradient(135deg, #2563eb, #0047ab) !important;
    border: none !important;
}

.req-hero__kpis li.mod-hero-kpi--req-rapido {
    background: linear-gradient(135deg, #fbbf24, #ea580c) !important;
    border: none !important;
}

.req-hero__kpis li.mod-hero-kpi--req-mat {
    background: linear-gradient(135deg, #22c55e, #15803d) !important;
    border: none !important;
}

.req-hero__kpis li.mod-hero-kpi--req-anio {
    background: linear-gradient(135deg, #f43f5e, #be123c) !important;
    border: none !important;
}

.req-hero__kpis i {
    color: #fff !important;
    opacity: 0.95;
}

.req-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

.req-hero__actions .mod-hero__btn-matricula--hero {
    border: 2px solid #fff !important;
}

.req-hero--cover .req-hero__inner {
    max-width: none;
}

.req-hero__btn--wa {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #25d366, #128c7e);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.32);
    transition: transform 0.15s ease;
}

.req-hero__btn--wa:hover {
    transform: translateY(-2px);
    color: #fff;
}

.mod-quick-bar--requisitos {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.mod-quick-bar--requisitos .mod-quick-bar__link {
    color: #0047ab;
    background: #f4f7fc;
    border-color: #d6e2f3;
}

.mod-quick-bar--requisitos .mod-quick-bar__link:hover {
    background: #e8f0fb;
    color: #002966;
}

.req-hero {
    padding: 2.25rem 0 2rem;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.req-hero__inner {
    max-width: 760px;
}

.req-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0047ab;
    margin-bottom: 0.75rem;
}

.req-hero h1 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
    line-height: 1.12;
}

.req-hero__lead {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #64748b;
}

.req-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.req-hero__stats li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.76rem;
    font-weight: 600;
    color: #475569;
}

.req-hero__stats li i {
    color: #0047ab;
}

.req-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.req-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.1rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.req-hero__btn--primary {
    background: #0047ab;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 71, 171, 0.25);
}

.req-hero__btn--primary:hover {
    transform: translateY(-1px);
    color: #fff;
}

.req-hero__btn--wa {
    background: #25d366;
    color: #fff;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.28);
}

.req-hero__btn--wa:hover {
    transform: translateY(-1px);
    color: #fff;
}

/* Quick nav */
.req-quick-bar {
    padding: 0.85rem 0;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 50;
}

.req-quick-bar__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.req-quick-bar__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 0.76rem;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.req-quick-bar__link:hover,
.req-quick-bar__link:focus-visible {
    border-color: #bfdbfe;
    color: #0047ab;
    background: #eff6ff;
}

/* Sections */
.req-section {
    padding: 2rem 0;
}

.req-section--alt {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.req-section__head {
    max-width: 640px;
    margin-bottom: 1.25rem;
}

.req-section__eyebrow {
    display: inline-block;
    margin-bottom: 0.4rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #0047ab;
    background: #eff6ff;
    border: 1px solid #dbeafe;
}

.req-section__head h2 {
    margin: 0 0 0.45rem;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.req-section__head p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #64748b;
}

/* Highlights */
.req-highlights {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.req-highlight {
    padding: 1rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.req-highlight:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 71, 171, 0.08);
    border-color: #bfdbfe;
}

.req-highlight i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 12px;
    background: #eff6ff;
    font-size: 1rem;
    color: #0047ab;
    margin-bottom: 0.55rem;
}

.req-highlight strong {
    display: block;
    font-size: 0.84rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.2rem;
}

.req-highlight span {
    font-size: 0.74rem;
    color: #64748b;
    line-height: 1.4;
}

/* Documentos v2 — 4 columnas compactas */
.req-page #req-documentos {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.req-page .req-docs--v2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.req-page .req-docs--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.req-page .req-doc {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.75rem 0.85rem 0.7rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #0047ab;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.req-page .req-doc--01 { border-top-color: #0047ab; }
.req-page .req-doc--02 { border-top-color: #c8102e; }
.req-page .req-doc--03 { border-top-color: #c9a227; }
.req-page .req-doc--04 { border-top-color: #059669; }

.req-page .req-doc:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 71, 171, 0.08);
    border-color: #bfdbfe;
}

.req-page .req-doc__num {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #eff6ff;
    color: #0047ab;
    font-size: 0.58rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfdbfe;
}

.req-page .req-doc--02 .req-doc__num {
    background: #fef2f2;
    color: #c8102e;
    border-color: #fecaca;
}

.req-page .req-doc--03 .req-doc__num {
    background: #fffbeb;
    color: #b45309;
    border-color: #fde68a;
}

.req-page .req-doc--04 .req-doc__num {
    background: #ecfdf5;
    color: #059669;
    border-color: #a7f3d0;
}

.req-page .req-doc__head {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding-right: 1.5rem;
    padding-bottom: 0.45rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #f1f5f9;
}

.req-page .req-doc__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: linear-gradient(135deg, #0047ab, #003380);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    box-shadow: 0 3px 8px rgba(0, 71, 171, 0.16);
}

.req-page .req-doc--02 .req-doc__icon {
    background: linear-gradient(135deg, #c8102e, #a50d1a);
    box-shadow: 0 3px 8px rgba(200, 16, 46, 0.16);
}

.req-page .req-doc--03 .req-doc__icon {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 3px 8px rgba(245, 158, 11, 0.16);
}

.req-page .req-doc--04 .req-doc__icon {
    background: linear-gradient(135deg, #059669, #047857);
    box-shadow: 0 3px 8px rgba(5, 150, 105, 0.16);
}

.req-page .req-doc__head h3 {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.req-page .req-doc__text {
    flex: 1;
    margin: 0 0 0.45rem;
    font-size: 0.71rem;
    line-height: 1.4;
    color: #64748b;
}

.req-page .req-doc__foot {
    margin-top: auto;
}

.req-page .req-doc__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.16rem 0.45rem;
    border-radius: 999px;
    font-size: 0.6rem;
    font-weight: 700;
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.req-page .req-doc__tag--info {
    background: #eff6ff;
    color: #0047ab;
    border-color: #bfdbfe;
}

/* Banner WhatsApp v2 */
.req-page .req-wa-banner--v2 {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.85rem;
    margin-top: 0.85rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 45%, #fff 100%);
    border: 1px solid #86efac;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.06);
}

.req-page .req-wa-banner__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.28);
}

.req-page .req-wa-banner__copy strong {
    display: block;
    font-size: 0.84rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.25rem;
}

.req-page .req-wa-banner__copy p {
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.5;
    color: #475569;
}

.req-page .req-wa-banner a {
    color: #059669;
    font-weight: 700;
    text-decoration: none;
}

.req-page .req-wa-banner a:hover {
    text-decoration: underline;
}

.req-page .req-wa-banner__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    text-decoration: none !important;
    color: #fff !important;
    background: linear-gradient(135deg, #25d366, #128c7e);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.32);
    white-space: nowrap;
    transition: transform 0.15s ease;
}

.req-page .req-wa-banner__cta:hover {
    transform: translateY(-2px);
    color: #fff !important;
}

/* Casos v2 — 4 columnas compactas */
.req-page .req-cases--v2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.req-page .req-cases--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.req-page .req-case {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.req-page .req-case--blue { border-top: 3px solid #0047ab; }
.req-page .req-case--red { border-top: 3px solid #c8102e; }
.req-page .req-case--green { border-top: 3px solid #059669; }
.req-page .req-case--purple { border-top: 3px solid #7c3aed; }

.req-page .req-case:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 71, 171, 0.06);
}

.req-page .req-case__head {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.75rem 0.85rem 0.5rem;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
}

.req-page .req-case__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    flex-shrink: 0;
    font-size: 0.82rem;
}

.req-page .req-case--blue .req-case__icon {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #0047ab;
}

.req-page .req-case--red .req-case__icon {
    background: linear-gradient(135deg, #fef2f2, #fee2e2);
    color: #c8102e;
}

.req-page .req-case--green .req-case__icon {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    color: #059669;
}

.req-page .req-case--purple .req-case__icon {
    background: linear-gradient(135deg, #f5f3ff, #ede9fe);
    color: #7c3aed;
}

.req-page .req-case__titles {
    min-width: 0;
    flex: 1;
}

.req-page .req-case__tipo {
    display: block;
    margin-bottom: 0.12rem;
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
}

.req-page .req-case__head h3 {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.req-page .req-case__list {
    margin: 0;
    padding: 0.55rem 0.85rem 0.65rem;
    list-style: none;
    flex: 1;
}

.req-page .req-case__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    padding: 0.22rem 0;
    font-size: 0.71rem;
    line-height: 1.4;
    color: #475569;
}

.req-page .req-case__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-top: 0.05rem;
    border-radius: 50%;
    background: #ecfdf5;
    color: #059669;
    font-size: 0.5rem;
    flex-shrink: 0;
}

.req-page .req-case__list strong {
    color: #0f172a;
    font-weight: 700;
}

.req-page .req-case__foot {
    padding: 0 0.85rem 0.7rem;
    margin-top: auto;
}

.req-page .req-case__link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.68rem;
    font-weight: 700;
    color: #0047ab;
    text-decoration: none;
}

.req-page .req-case--green .req-case__link { color: #059669; }
.req-page .req-case--purple .req-case__link { color: #7c3aed; }

.req-page .req-case__link:hover {
    text-decoration: underline;
}

.req-page .req-case__link i {
    font-size: 0.58rem;
}

/* Proceso v2 — tarjetas compactas en fila */
.req-page .req-steps--v2 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    flex-direction: unset !important;
    gap: 0.75rem !important;
    max-width: none !important;
    margin: 0 !important;
    position: static !important;
}

.req-page .req-steps--four {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.req-page .req-step {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: unset !important;
    align-items: stretch !important;
    gap: 0;
    padding: 0.85rem 0.9rem 0.8rem !important;
    padding-bottom: 0.8rem !important;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
    min-height: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.req-page .req-step::before {
    content: none !important;
    display: none !important;
}

.req-page .req-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 71, 171, 0.07);
    border-color: #bfdbfe;
}

.req-page .req-step__num {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #eff6ff;
    color: #0047ab;
    font-size: 0.6rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfdbfe;
}

.req-page .req-step__icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #0047ab;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    margin-bottom: 0.55rem;
    flex-shrink: 0;
}

.req-page .req-step--wa .req-step__icon {
    background: linear-gradient(135deg, #dcfce7, #bbf7d0);
    color: #16a34a;
}

.req-page .req-step--matricula .req-step__icon {
    background: linear-gradient(135deg, #fffbeb, #fde68a);
    color: #b45309;
}

.req-page .req-step--matricula {
    border-color: #fde68a;
    background: linear-gradient(180deg, #fff 0%, #fffbeb 100%);
}

.req-page .req-step--matricula .req-step__num {
    background: #fffbeb;
    color: #b45309;
    border-color: #fde68a;
}

.req-page .req-step--final {
    border-color: #bbf7d0;
    background: linear-gradient(180deg, #fff 0%, #f0fdf4 100%);
}

.req-page .req-step--final .req-step__num {
    background: #ecfdf5;
    color: #059669;
    border-color: #a7f3d0;
}

.req-page .req-step--final .req-step__icon {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    color: #059669;
}

.req-page .req-step__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.req-page .req-step__content h3 {
    margin: 0 0 0.3rem;
    padding-right: 1.5rem;
    font-size: 0.82rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
}

.req-page .req-step__content p {
    margin: 0;
    flex: 1;
    font-size: 0.72rem;
    line-height: 1.45;
    color: #64748b;
}

.req-page .req-step__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    align-self: flex-start;
    margin-top: 0.55rem;
    padding: 0.32rem 0.6rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    font-size: 0.64rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.22);
    transition: transform 0.15s ease;
}

.req-page .req-step__btn--matricula {
    background: linear-gradient(135deg, #fde047, #f59e0b);
    color: #0f172a;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
}

.req-page .req-step__btn--wa {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
}

.req-page .req-step__btn:hover {
    transform: translateY(-1px);
    color: #fff;
}

.req-page .req-step__btn--matricula:hover {
    color: #0f172a;
}

/* Nota proceso — compacta */
.req-page .req-proceso-nota {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    margin-top: 0.85rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #eff6ff 0%, #fff 55%, #fffbeb 100%);
    border: 1px solid #bfdbfe;
    box-shadow: 0 4px 14px rgba(0, 71, 171, 0.05);
}

.req-page .req-proceso-nota__copy strong {
    display: block;
    font-size: 0.84rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.2rem;
}

.req-page .req-proceso-nota__copy p {
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.5;
    color: #475569;
    max-width: 36rem;
}

.req-page .req-proceso-nota__copy a {
    color: #0047ab;
    font-weight: 700;
    text-decoration: none;
}

.req-page .req-proceso-nota__copy a:hover {
    text-decoration: underline;
}

.req-page .req-proceso-nota__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.req-page .req-proceso-nota__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s ease;
}

.req-page .req-proceso-nota__btn--gold {
    background: linear-gradient(135deg, #fde047, #f59e0b);
    color: #0f172a;
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
}

.req-page .req-proceso-nota__btn--wa {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.32);
}

.req-page .req-proceso-nota__btn:hover {
    transform: translateY(-2px);
    color: inherit;
}

.req-page .req-proceso-nota__btn--wa:hover {
    color: #fff;
}

/* Documentos (legacy — mantener compatibilidad) */
.req-docs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.req-doc {
    position: relative;
    display: flex;
    gap: 0.85rem;
    padding: 1.15rem 1.15rem 1.15rem 1.35rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #0047ab;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.req-section--alt .req-doc {
    background: #fff;
}

.req-doc:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 71, 171, 0.08);
    border-color: #bfdbfe;
}

.req-doc__num {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #eff6ff;
    color: #0047ab;
    font-size: 0.72rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfdbfe;
}

.req-doc__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0047ab, #003380);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.req-doc__body {
    flex: 1;
    min-width: 0;
    padding-right: 2rem;
}

.req-doc__body h3 {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
}

.req-doc__body p {
    margin: 0 0 0.55rem;
    font-size: 0.8rem;
    line-height: 1.55;
    color: #64748b;
}

.req-doc__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.req-doc__tag--info {
    background: #eff6ff;
    color: #0047ab;
    border-color: #bfdbfe;
}

/* Nota WhatsApp */
.req-wa-banner {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1.25rem;
    padding: 1.15rem 1.25rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 55%, #fff 100%);
    border: 1px solid #86efac;
}

.req-wa-banner__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.req-wa-banner strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.35rem;
}

.req-wa-banner p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: #475569;
}

.req-wa-banner a {
    color: #059669;
    font-weight: 700;
    text-decoration: none;
}

.req-wa-banner a:hover {
    text-decoration: underline;
}

/* Específicos */
.req-cases {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.req-case {
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.req-case:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.req-case__head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    color: #fff;
}

.req-case__head i {
    font-size: 1rem;
    opacity: 0.9;
}

.req-case__head h3 {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 800;
}

.req-case__head--blue { background: linear-gradient(135deg, #0047ab, #003380); }
.req-case__head--red { background: linear-gradient(135deg, #c8102e, #a50d1a); }
.req-case__head--green { background: linear-gradient(135deg, #059669, #047857); }
.req-case__head--purple { background: linear-gradient(135deg, #7c3aed, #5b21b6); }

.req-case__list {
    margin: 0;
    padding: 0.85rem 1rem 1rem;
    list-style: none;
}

.req-case__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.4rem 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
}

.req-case__list li:last-child {
    border-bottom: none;
}

.req-case__list li i {
    color: #10b981;
    margin-top: 0.15rem;
    flex-shrink: 0;
    font-size: 0.75rem;
}

.req-case__list strong {
    color: #0f172a;
}

/* Proceso */
.req-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    counter-reset: req-step;
}

.req-step {
    position: relative;
    padding: 1.15rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    counter-increment: req-step;
}

.req-section--alt .req-step {
    background: #fff;
}

.req-step::before {
    content: counter(req-step);
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eff6ff;
    color: #0047ab;
    font-size: 0.78rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.req-step--final::before {
    background: #ecfdf5;
    color: #059669;
}

.req-step__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #eff6ff;
    color: #0047ab;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 0.65rem;
}

.req-step--final .req-step__icon {
    background: #ecfdf5;
    color: #059669;
}

.req-step h3 {
    margin: 0 0 0.35rem;
    font-size: 0.9rem;
    font-weight: 800;
    color: #0f172a;
    padding-right: 2rem;
}

.req-step p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.5;
    color: #64748b;
}

.req-step__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.65rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    text-decoration: none;
}

.req-step__btn:hover {
    color: #fff;
    opacity: 0.92;
}

/* FAQ acordeón */
.req-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 820px;
}

.req-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.req-faq-item[open] {
    border-color: #bfdbfe;
    box-shadow: 0 4px 14px rgba(0, 71, 171, 0.06);
}

.req-faq-item summary {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1rem;
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.req-faq-item summary::-webkit-details-marker {
    display: none;
}

.req-faq-item summary::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: auto;
    font-size: 0.72rem;
    color: #94a3b8;
    transition: transform 0.2s;
}

.req-faq-item[open] summary::after {
    transform: rotate(180deg);
    color: #0047ab;
}

.req-faq-item summary i {
    color: #0047ab;
    flex-shrink: 0;
}

.req-faq-item__answer {
    padding: 0 1rem 0.85rem;
    font-size: 0.82rem;
    line-height: 1.6;
    color: #64748b;
}

/* CTA */
.req-cta--brand {
    padding: 2.25rem 0 3rem !important;
    background: linear-gradient(135deg, #002966 0%, #0047ab 100%);
    color: #fff;
    border-top: 3px solid #c8102e;
}

.req-cta__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1rem;
}

.req-cta__copy h2 {
    margin: 0 0 0.4rem;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #fff;
}

.req-cta__copy p {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
    max-width: 36rem;
}

.req-cta__copy strong {
    color: #C9A227;
}

.req-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.req-cta__actions .virtual-btn-matricula {
    background: linear-gradient(135deg, #fde047, #f59e0b) !important;
    color: #0f172a !important;
    border: 2px solid #fff !important;
    box-shadow: 0 8px 28px rgba(251, 191, 36, 0.55) !important;
}

.req-cta__ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.req-cta__ghost:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.req-cta {
    padding: 2rem 0 3rem;
}

.req-cta__box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem 1.5rem;
    border-radius: 16px;
    background: linear-gradient(135deg, #eff6ff 0%, #fff 55%, #ecfdf5 100%);
    border: 1px solid #bfdbfe;
}

.req-cta__text h2 {
    margin: 0 0 0.25rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.req-cta__text h2 i {
    color: #0047ab;
}

.req-cta__text p {
    margin: 0;
    font-size: 0.84rem;
    color: #64748b;
}

.req-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.req-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.1rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s;
}

.req-cta__btn--primary {
    background: #0047ab;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 71, 171, 0.25);
}

.req-cta__btn--wa {
    background: #25d366;
    color: #fff;
}

.req-cta__btn--secondary {
    background: #fff;
    border: 1px solid #dbeafe;
    color: #0047ab;
}

.req-cta__btn:hover {
    transform: translateY(-1px);
    color: inherit;
}

.req-cta__btn--primary:hover,
.req-cta__btn--wa:hover {
    color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
    .req-hero--cover .mod-hero--pres-cover__inner {
        grid-template-columns: 1fr !important;
    }

    .req-cta__inner {
        flex-direction: column;
        text-align: center;
    }

    .req-cta__actions {
        width: 100%;
        flex-direction: column;
    }

    .req-cta__actions .virtual-btn-matricula,
    .req-cta__ghost {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 1100px) {
    .req-page .req-steps--four {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .req-page .req-cases--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .req-page .req-docs--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .req-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .req-docs,
    .req-page .req-docs--v2,
    .req-page .req-docs--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .req-cases,
    .req-page .req-cases--v2,
    .req-page .req-cases--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .req-steps,
    .req-page .req-steps--v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .req-page .req-wa-banner--v2 {
        grid-template-columns: auto 1fr;
    }

    .req-page .req-wa-banner__cta {
        grid-column: 1 / -1;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .req-highlights {
        grid-template-columns: 1fr 1fr;
    }

    .req-steps,
    .req-page .req-steps--v2,
    .req-page .req-steps--four {
        grid-template-columns: 1fr !important;
    }

    .req-page .req-cases--four {
        grid-template-columns: 1fr;
    }

    .req-page .req-docs--four {
        grid-template-columns: 1fr;
    }

    .req-page .req-proceso-nota {
        flex-direction: column;
        text-align: center;
    }

    .req-page .req-proceso-nota__actions {
        width: 100%;
        flex-direction: column;
    }

    .req-page .req-proceso-nota__btn {
        width: 100%;
        justify-content: center;
    }

    .req-page .req-wa-banner--v2 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .req-page .req-wa-banner__icon {
        margin: 0 auto;
    }

    .req-page .req-step {
        min-height: 0;
    }

    .req-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .req-hero__actions .mod-hero__btn-matricula--hero,
    .req-hero__btn--wa {
        width: 100%;
        justify-content: center;
    }

    .req-wa-banner {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .req-highlights {
        grid-template-columns: 1fr;
    }
}
