.exp-hero {
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 39, 73, 0.9) 0%, rgba(27, 58, 107, 0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.hero-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.exp-hero-content {
    text-align: center;
    color: var(--blanco);
    max-width: 800px;
    padding: 0 25px;
    z-index: 3;
}

.welcome-tag {
    display: inline-block;
    background: var(--rojo-principal);
    color: var(--blanco);
    padding: 5px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.welcome-title-hero {
    font-size: 3.4rem;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.welcome-line-hero {
    width: 90px;
    height: 6px;
    background: var(--rojo-principal);
    margin: 10px auto;
}

.welcome-description-hero {
    font-size: 17px;
    opacity: 0.9;
}

.pathway-section {
    padding-top: 80px;
    padding-bottom: 10px;
}

.section-title-dark-centered {
    text-align: center;
    margin-bottom: 30px;
    color: var(--azul-oscuro);
    font-weight: 800;
    font-size: 2.6rem;
    padding-top: 30px;
}

.section-line {
    width: 90px;
    height: 5px;
    background: var(--rojo-principal);
    margin: 10px auto;
    margin-top: -15px;
    margin-bottom: 60px;
}

.exp-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.exp-cards-grid .path-card {
    position: relative !important;
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto;
}

.welcome-section {
    background: var(--blanco);
    padding: 150px 0;
}

.welcome-text-side .welcome-title {
    font-size: 2.6rem;
    margin-top: 40px;
    margin-bottom: 20px;
    color: var(--azul-oscuro);
    font-weight: 800;
    line-height: 1.1;
}

.welcome-line {
    width: 90px;
    height: 5px;
    background: var(--rojo-principal);
    margin-bottom: 30px;
}

.welcome-list {
    list-style: none;
    padding: 0;
}

.welcome-list li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.0rem;
    color: #334155;
    font-weight: 500;
}

.welcome-list i {
    color: var(--rojo-principal);
    font-size: 1.2rem;
    min-width: 30px;
    text-align: center;
}

.info-organic-section {
    padding: 0;
}

.exp-blobs-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    padding: 30px;
    width: 100%;
}

.info-blob-card {
    flex: 1;
    padding: 60px 40px;
    background: var(--blanco);
    border-right: 1px solid var(--blanco);
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-blob-card:last-child {
    border-right: none;
}

.blob-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.blob-content i {
    font-size: 2.5rem;
    color: var(--azul-oscuro);
}

.text-wrapper h3 {
    font-size: 1.4rem;
    color: var(--azul-oscuro);
    font-weight: 800;
    margin: 0 0 8px 0;
}

.text-wrapper p {
    color: #576574;
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 992px) {
    .exp-hero {
        height: 450px;
        background-position: center;
    }

    .exp-hero-overlay {
        padding: 0 20px;
        background: linear-gradient(135deg, rgba(15, 39, 73, 0.9) 0%, rgba(27, 58, 107, 0.7) 100%);
    }

    .exp-hero-content {
        width: 100%;
        text-align: center;
    }

    .welcome-tag {
        font-size: 10px;
        padding: 8px 11px;
        display: inline-block;
        margin-bottom: 12px;
    }

    .welcome-title-hero {
        font-size: 39px !important;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .welcome-line-hero {
        width: 70px;
        height: 6px;
        background: var(--rojo-principal);
        margin: 0 auto 25px auto;
    }

    .welcome-description-hero {
        font-size: 17px;
        opacity: 0.9;
    }

    .pathway-section {
        padding: 40px 10px;
    }

    .section-title-dark-centered {
        font-size: 36px !important;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .section-line{
        margin: 0 auto 25px auto;
        margin-top: -8px;
        margin-bottom: 45px;
    }

    .exp-cards-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 20px;
        padding: 0 10px;
    }

    .exp-cards-grid .path-card {
        max-width: 100% !important;
        width: 100% !important;
    }

    .path-card img {
        height: 280px;
        object-fit: cover;
        border-radius: 15px;
    }

    .welcome-section {
        padding: 60px 0;
    }

    .welcome-container {
        padding: 0 20px;
    }

    .welcome-grid {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .welcome-text-side {
        order: 1;
        text-align: left;
    }

    .welcome-text-side .welcome-title {
        font-size: 36px !important;
        margin-top: 0;
        line-height: 1.2;
        text-align: center;
    }

    .welcome-line {
        margin: 0 auto 25px auto;
        margin-top: -15px;
    }

    .welcome-list li {
        font-size: 15px;
        line-height: 1.4;
        align-items: flex-start;
    }

    .welcome-image-side {
        order: 2;
        width: 100%;
        margin-top: -15px;
    }

    .welcome-image-side .image-frame {
        box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
    }

    .info-organic-section {
        padding: 0;
        background: var(--blanco);
    }

    .exp-blobs-container {
        flex-direction: column;
        padding: 0;
        width: 100%;
    }

    .info-blob-card {
        width: 100% !important;
        padding: 50px 25px;
        border-right: none;
        border-bottom: 1px solid var(--blanco);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .info-blob-card:last-child {
        border-bottom: none;
    }

    .blob-content {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 15px !important;
        gap: 15px;
        width: 100%;
    }

    .blob-content i {
        font-size: 2.8rem !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .text-wrapper h3 {
        font-size: 1.4rem;
        margin-bottom: 8px;
    }

    .text-wrapper p {
        font-size: 15px;
        max-width: 280px;
        margin: 0 auto !important;
    }
}
