/* ========================== */
/* ===== INGRESO GANDHI ===== */
/* ========================== */


.ingreso-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px 80px;
    background: #ffffff;
    color: #000000;
    overflow: hidden;
}

.ingreso-hero::before {
    display: none;
}

.ingreso-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    text-align: center;
}

.ingreso-hero-badge {
    display: inline-block;
    background: #eef0fa;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    border: 1px solid #d5d9f0;
    color: var(--iesitblue-dark, #0e1079);
    text-shadow: none;
}

.ingreso-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -1px;
    color: #000000;
    text-shadow: none;
}

.ingreso-hero-subtitle {
    font-size: 1.15rem;
    color: #333333;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 auto 36px;
    text-shadow: none;
}

.ingreso-hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.ingreso-stat {
    text-align: center;
}

.ingreso-stat-number {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--iesitblue, #1417f3);
    line-height: 1;
    text-shadow: none;
}

.ingreso-stat-label {
    font-size: 0.85rem;
    color: #555555;
    margin-top: 6px;
    text-shadow: none;
}

.ingreso-stat-divider {
    width: 1px;
    height: 40px;
    background: #d5d9f0;
}

.ingreso-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ingreso-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    font-family: inherit;
}

.ingreso-btn-primary {
    background: var(--iesitblue, #1417f3);
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(20, 23, 243, 0.25);
}

.ingreso-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(20, 23, 243, 0.35);
    background: var(--iesitblue-dark, #0e1079);
}

.ingreso-btn-secondary {
    background: #f0f2ff;
    color: var(--iesitblue-dark, #0e1079);
    border: 1px solid #d5d9f0;
}

.ingreso-btn-secondary:hover {
    background: #e0e4ff;
    transform: translateY(-3px);
}

/* ============================================ */
/* ===== 2. SECCIONES GENERALES ===== */
/* ============================================ */

.ingreso-section {
    padding: 80px 20px;
    background: #ffffff;
}

.ingreso-section-alt {
    background: #f8faff;
}

.ingreso-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ingreso-header {
    text-align: center;
    margin-bottom: 50px;
}

.ingreso-tag {
    display: inline-block;
    background: #eef0fa;
    color: var(--iesitblue, #1417f3);
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.ingreso-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--iesitblue-dark, #0e1079);
    margin-bottom: 12px;
}

.ingreso-description {
    font-size: 1.1rem;
    color: #5d6d7e;
    max-width: 650px;
    margin: 0 auto;
}

/* ============================================ */
/* ===== 3. BENEFICIOS ===== */
/* ============================================ */

.ingreso-beneficios-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ingreso-beneficio-card {
    background: white;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ingreso-beneficio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(20, 23, 243, 0.12);
    border-color: rgba(20, 23, 243, 0.1);
}

.ingreso-beneficio-icon {
    font-size: 3rem;
    margin-bottom: 16px;
    line-height: 1;
}

.ingreso-beneficio-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--iesitblue-dark, #0e1079);
    margin: 0 0 10px;
}

.ingreso-beneficio-desc {
    font-size: 0.9rem;
    color: #5d6d7e;
    line-height: 1.6;
    margin: 0;
}

/* ============================================ */
/* ===== 4. PLAN DE ESTUDIOS ===== */
/* ============================================ */

.ingreso-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ingreso-plan-card {
    background: white;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-top: 4px solid var(--iesitblue, #1417f3);
    transition: all 0.3s ease;
}

.ingreso-plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(20, 23, 243, 0.12);
}

.ingreso-plan-header {
    margin-bottom: 20px;
}

.ingreso-plan-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--iesitblue-dark, #0e1079);
    margin: 0;
}

.ingreso-plan-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ingreso-plan-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #5d6d7e;
}

.ingreso-plan-list li svg {
    flex-shrink: 0;
    color: var(--iesitblue, #1417f3);
}

/* ============================================ */
/* ===== 5. PROCESO DE ADMISIÓN ===== */
/* ============================================ */

.ingreso-proceso-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
}

.ingreso-paso-card {
    background: white;
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    position: relative;
}

.ingreso-paso-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(20, 23, 243, 0.15);
    border-color: rgba(20, 23, 243, 0.15);
}

.ingreso-paso-numero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--iesitblue, #1417f3), var(--iesitblue-dark, #0e1079));
    color: white;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 16px;
    box-shadow: 0 8px 20px rgba(20, 23, 243, 0.25);
}

.ingreso-paso-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--iesitblue-dark, #0e1079);
    margin: 0 0 10px;
}

.ingreso-paso-desc {
    font-size: 0.85rem;
    color: #5d6d7e;
    line-height: 1.5;
    margin: 0;
}

/* ============================================ */
/* ===== 6. REQUISITOS ===== */
/* ============================================ */

.ingreso-requisitos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.ingreso-requisito-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: white;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.ingreso-requisito-item:hover {
    border-color: rgba(20, 23, 243, 0.2);
    box-shadow: 0 10px 30px rgba(20, 23, 243, 0.08);
    transform: translateX(4px);
}

.ingreso-requisito-number {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--iesitblue, #1417f3), var(--iesitblue-dark, #0e1079));
    color: white;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 700;
}

.ingreso-requisito-info h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--iesitblue-dark, #0e1079);
    margin: 0 0 4px;
}

.ingreso-requisito-info p {
    font-size: 0.85rem;
    color: #5d6d7e;
    line-height: 1.5;
    margin: 0;
}

/* ============================================ */
/* ===== 7. FECHAS - TIMELINE ===== */
/* ============================================ */

.ingreso-fechas-timeline {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding-left: 40px;
}

.ingreso-fechas-timeline::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: linear-gradient(to bottom, var(--iesitblue, #1417f3), var(--iesitblue-dark, #0e1079));
    border-radius: 2px;
}

.ingreso-fecha-item {
    position: relative;
    padding: 16px 24px;
    background: white;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.ingreso-fecha-item:hover {
    transform: translateX(6px);
    border-color: rgba(20, 23, 243, 0.2);
    box-shadow: 0 10px 30px rgba(20, 23, 243, 0.1);
}

.ingreso-fecha-dot {
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: white;
    border: 3px solid var(--iesitblue, #1417f3);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(20, 23, 243, 0.15);
}

.ingreso-fecha-mes {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--iesitblue, #1417f3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.ingreso-fecha-evento {
    font-size: 1rem;
    font-weight: 700;
    color: var(--iesitblue-dark, #0e1079);
    margin: 0;
}

/* ============================================ */
/* ===== 8. CTA FINAL ===== */
/* ============================================ */

.ingreso-cta {
    padding: 80px 20px;
    background: linear-gradient(135deg, #0a0c4a 0%, #0e1079 50%, #1417f3 100%);
    position: relative;
    overflow: hidden;
}

.ingreso-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.ingreso-cta-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.ingreso-cta-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.ingreso-cta-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 32px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.ingreso-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ingreso-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    font-family: inherit;
}

.ingreso-cta-btn-primary {
    background: white;
    color: var(--iesitblue-dark, #0e1079);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.ingreso-cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    background: #f0f2ff;
}

.ingreso-cta-btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.ingreso-cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}

/* ============================================ */
/* ===== 9. RESPONSIVE ===== */
/* ============================================ */

@media (max-width: 1024px) {
    .ingreso-beneficios-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ingreso-proceso-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .ingreso-hero-title {
        font-size: 2.8rem;
    }
    .ingreso-title {
        font-size: 2.2rem;
    }
    .ingreso-plan-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ingreso-cta-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .ingreso-hero {
        min-height: auto;
        padding: 80px 20px 60px;
    }
    .ingreso-hero-title {
        font-size: 2.2rem;
    }
    .ingreso-hero-subtitle {
        font-size: 1rem;
    }
    .ingreso-hero-stats {
        gap: 24px;
    }
    .ingreso-stat-divider {
        display: none;
    }
    .ingreso-stat-number {
        font-size: 1.8rem;
    }
    .ingreso-hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    .ingreso-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

    .ingreso-section {
        padding: 60px 16px;
    }
    .ingreso-title {
        font-size: 1.8rem;
    }
    .ingreso-description {
        font-size: 1rem;
    }

    .ingreso-beneficios-grid,
    .ingreso-plan-grid {
        grid-template-columns: 1fr;
    }
    .ingreso-proceso-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ingreso-requisitos-grid {
        grid-template-columns: 1fr;
    }

    .ingreso-fechas-timeline {
        padding-left: 30px;
    }

    .ingreso-cta {
        padding: 60px 20px;
    }
    .ingreso-cta-title {
        font-size: 1.6rem;
    }
    .ingreso-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .ingreso-cta-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .ingreso-hero {
        padding: 60px 16px 40px;
    }
    .ingreso-hero-title {
        font-size: 1.8rem;
    }
    .ingreso-hero-badge {
        font-size: 0.7rem;
        padding: 4px 14px;
    }
    .ingreso-hero-subtitle {
        font-size: 0.9rem;
    }
    .ingreso-stat-number {
        font-size: 1.5rem;
    }
    .ingreso-stat-label {
        font-size: 0.75rem;
    }

    .ingreso-title {
        font-size: 1.5rem;
    }
    .ingreso-tag {
        font-size: 0.7rem;
    }

    .ingreso-beneficio-card {
        padding: 24px 20px;
    }
    .ingreso-beneficio-icon {
        font-size: 2.4rem;
    }

    .ingreso-plan-card {
        padding: 24px 20px;
    }

    .ingreso-proceso-grid {
        grid-template-columns: 1fr;
    }
    .ingreso-paso-card {
        padding: 24px 20px;
    }

    .ingreso-requisito-item {
        padding: 16px;
    }

    .ingreso-cta-title {
        font-size: 1.4rem;
    }
}