.chusa-hero {
    --chusa-hero-gap: 10px;
    display: flex;
    align-items: flex-start;
    gap: var(--chusa-hero-gap);
}

.chusa-hero__metrics {
    flex: 0 0 80%;
    min-width: 0;
}

.chusa-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.chusa-hero__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    padding: 20px 28px;
    border-radius: 16px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;    
    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.5);
}

.chusa-hero__action--primary {
    background: #939598;
    color: #fff;
    transition: all 0.3s ease;
}

.chusa-hero__action--primary:hover {
    background-color: #ffffff;
    color: #636466;
}


.chusa-hero__action--secondary {
    background: #fff;
    color: #d63b2f;
    transition: all 0.3s ease;
    display: none;
}

.chusa-hero__action--secondary:hover {
    background: #d63b2f;
    color: #ffffff;
}

.chusa-hero__carousel-column {
    flex: 0 0 20%;
    min-width: 0;
}

.chusa-hero-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--chusa-hero-gap);
    height: 100%;
    padding-top: 20px;
}

/* Estilos comunes para los ítems */
.chusa-hero-grid__item {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-weight: bold;
    min-height: 100px;
    flex: 0 0 calc((100% - var(--chusa-hero-gap)) / 2);
    min-width: 0;
}

.chusa-hero-grid__title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 22px;
}

.chusa-hero-grid__description {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2em;
}

.chusa-hero-grid__carousel-container {
    display: block;
    width: 100%;
    height: 100%;
}

/* Fallback defensivo si el CSS base de Owl no llega a cargar a tiempo */
.chusa-hero-grid__carousel-container .chusa-hero-grid__carousel .owl-stage-outer {
    overflow: hidden;
}

.chusa-hero-grid__carousel-container .chusa-hero-grid__carousel .owl-item {
    float: left;
}

.chusa-hero-grid__carousel-item {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 40px 30px 60px;
    box-sizing: border-box;
    border-radius: 12px;
}

.chusa-hero-grid__carousel {
    width: 100%;
    position: relative;
}

.chusa-hero-grid__carousel .owl-stage {
    display: flex;
}

.chusa-hero-grid__carousel .owl-item {
    display: flex;
    height: auto;
}

.chusa-in-their-own-words-carousel {
    position: relative;
}

.chusa-hero-grid__carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin-top: 0;
    text-align: center;
    line-height: 1;
}

.chusa-in-their-own-words-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin-top: 0;
    text-align: center;
    line-height: 1;
}

.chusa-hero-grid__carousel .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #d7d7d7;
    display: block;
    border-radius: 50%;
}

.chusa-hero-grid__carousel .owl-dot.active span,
.chusa-hero-grid__carousel .owl-dot:hover span {
    background: #6d6d6d;
}

.chusa-in-their-own-words-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #d7d7d7;
    display: block;
    border-radius: 50%;
}

.chusa-in-their-own-words-carousel .owl-dot.active span,
.chusa-in-their-own-words-carousel .owl-dot:hover span {
    background: #6d6d6d;
}

.chusa-hero-grid__carousel-title {
    font-size: 18px;
    color: #cc3333;
    margin-bottom: 10px;
}

.chusa-hero-grid__carousel-description {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 700;
    color: #333;
}

.chusa-in-their-own-words-carousel .item {
    display: flex;
    flex-direction: row;
    background-color: rgba(99, 100, 102, 0.9);
    padding: 55px 35px;
    border-radius: 12px;
    gap: 30px;
    align-items: center;
}

.chusa-in-their-own-words-carousel .item .image {
    width: 25%;
}

.chusa-in-their-own-words-carousel .item .image img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.5);
}

.chusa-in-their-own-words-carousel .item .content {
    width: 75%;
}

.chusa-in-their-own-words-carousel .item .content p {
    color: white;
    font-size: 28px;
    line-height: 1.2em;
    font-style: italic;
}

.chusa-in-their-own-words-carousel .item .content h4 {
    font-size: 28px;    
    line-height: 1.2em;
    color: white;
    margin-top: 10px;
}

.chusa-in-their-own-words-carousel .item .content h5 {
    font-size: 28px;    
    line-height: 1.2em;
    color: white;
    margin-top: -12px;
    font-style: italic;
}

@media (max-width: 1380px) {
    .chusa-in-their-own-words-carousel .item .image {
        width: 40%;
    }
    .chusa-in-their-own-words-carousel .item .content {
        width: 60%;
    }
    .chusa-in-their-own-words-carousel .item .content p,
    .chusa-in-their-own-words-carousel .item .content h4,
    .chusa-in-their-own-words-carousel .item .content h5 {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .chusa-in-their-own-words-carousel .item {
        flex-direction: column;
    }
    .chusa-in-their-own-words-carousel .item .image {
        width: 100%;
    }
    .chusa-in-their-own-words-carousel .item .image img {
        width: 40%;
    }
    .chusa-in-their-own-words-carousel .item .content {
        width: 100%;
    }

    .chusa-in-their-own-words-carousel .item .content p,
    .chusa-in-their-own-words-carousel .item .content h4,
    .chusa-in-their-own-words-carousel .item .content h5 {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .chusa-hero {
        flex-direction: column;
    }

    .chusa-hero__metrics,
    .chusa-hero__carousel-column {
        width: 100%;
        margin-bottom: 20px;
    }

    .chusa-hero-grid {
        gap: 6px;
    }

    .chusa-hero-grid__item {
        flex-basis: calc((100% - 6px) / 2);
        min-height: 70px;
    }

    .chusa-hero-grid__title {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .chusa-hero-grid__description {
        font-size: 16px;
    }

    .chusa-hero__actions {
        gap: 16px;
        margin-bottom: 20px;
    }

    .chusa-hero__action {
        width: 100%;
        min-height: 72px;
        font-size: 4vw;
    }

    .chusa-hero-grid__carousel-item {
        padding: 24px 20px 56px;
    }

    .chusa-hero-grid__carousel-title {
        font-size: 15px;
    }

    .chusa-hero-grid__carousel-description {
        font-size: 20px;
    }
    .chusa-in-their-own-words-carousel .item .image img {
        width: 50%;
    }

    .chusa-in-their-own-words-carousel .item .content p,
    .chusa-in-their-own-words-carousel .item .content h4,
    .chusa-in-their-own-words-carousel .item .content h5 {
        font-size: 18px;
    }
}


@media (min-width: 600px) and (max-width: 1380px) {
    .chusa-hero {
        flex-direction: column;
        --chusa-hero-gap: 30px;
    }

    .chusa-hero__metrics {
        margin-bottom: 10px;
    }

    .chusa-hero__metrics,
    .chusa-hero__carousel-column {
        width: 100%;
    }

    .chusa-hero-grid__item {
        flex-basis: calc((100% - (2 * var(--chusa-hero-gap))) / 3);
    }

    .chusa-hero__actions {
        gap: 24px;
    }
}

@media (min-width: 1381px) {
    .chusa-hero-grid__item {
        flex-basis: calc((100% - (4 * var(--chusa-hero-gap))) / 5); 
    }
}