/* HIGHLIGHTS PAGES **************************************************************/


/* Hero *********************************************************/

.HERO {
    width: 100%;
    height: 530px;
    margin-top: 150px;
    margin-bottom: 100px;
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.HERO#strategy {
    background-image: url('../img/highlights-hero/strategy-desktop.webp');
}

.HERO#pasarelas {
    background-image: url('../img/highlights-hero/pasarelas-desktop.webp');
}

.HERO .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.HERO .hero-content {
    max-width: 600px;
}

.HERO .hero-logo {
    display: block;
    width: 152px;
    height: auto;
    margin-bottom: 25px;
}

.HERO .hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: var(--color-base-text);
    line-height: 1.1;
    margin: 0;
}

.HERO .mobile-hero-image-wrapper {
    display: none;
}


/* Hero 📱 **************************/

@media (max-width: 1000px) {

    .HERO#strategy {
        background-image: url('../img/highlights-hero/strategy-tablet.webp');
    }

    .HERO#pasarelas {
        background-image: url('../img/highlights-hero/pasarelas-tablet.webp');
    }

    .HERO .hero-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .HERO {
        margin-top: 100px;
        height: auto;
        background-image: none !important;
        background-color: #ffffff;
        padding-top: 0;
        padding-bottom: 0;
        align-items: flex-start;
    }

    .HERO .hero-content {
        max-width: 100%;
        margin-bottom: 40px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .HERO .hero-title {
        font-size: 40px;
    }

    .HERO .mobile-hero-image-wrapper {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    .HERO .mobile-hero-image-wrapper img {
        width: 100%;
        height: auto;
        display: block;
    }
}


/* Description *********************************************************/

.DESCRIPTION {
    padding: 3rem 0;
}

.DESCRIPTION .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.strategy-desc-rectangle {
    background-image:
        linear-gradient(rgba(0, 173, 238, 0.1), rgba(0, 173, 238, 0.1)),
        url('../img/contact-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 30px;
    min-height: 300px;
    padding: 60px 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.strategy-desc-content {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.strategy-desc-rectangle h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}

.strategy-desc-rectangle p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 26px;
    margin: 0;
    opacity: 0.95;
}

/* Description 📱 **************************/

@media (max-width: 768px) {
    .strategy-desc-rectangle {
        border-radius: 20px;
        padding: 40px 20px;
        min-height: auto;
    }

    .strategy-desc-rectangle h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .strategy-desc-rectangle p {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Feature-block-left *********************************************************/

.FEATURE-BLOCK-LEFT {
    padding: 4rem 0;
    background-color: #ffffff;
}

.FEATURE-BLOCK-LEFT .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.FEATURE-BLOCK-LEFT .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
}

.FEATURE-BLOCK-LEFT .image {
    flex: 1 1 50%;
    text-align: center;
}

.FEATURE-BLOCK-LEFT .image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.FEATURE-BLOCK-LEFT .text {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.FEATURE-BLOCK-LEFT h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--color-base-text);
    line-height: 1.2;
    margin: 0;
}

.FEATURE-BLOCK-LEFT p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-base-text);
    line-height: 24px;
    margin: 0;
}

/* Feature-block-left 📱 **************************/

@media (max-width: 900px) {
    .FEATURE-BLOCK-LEFT .content {
        flex-direction: column;
        text-align: center;
    }

    .FEATURE-BLOCK-LEFT .text {
        align-items: center;
    }
}


/* Feature-block-right *********************************************************/

.FEATURE-BLOCK-RIGHT {
    padding: 4rem 0;
    background-color: #ffffff;
}

.FEATURE-BLOCK-RIGHT .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.FEATURE-BLOCK-RIGHT .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
}

.FEATURE-BLOCK-RIGHT .text {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.FEATURE-BLOCK-RIGHT h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--color-base-text);
    line-height: 1.2;
    margin: 0;
}

.FEATURE-BLOCK-RIGHT p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-base-text);
    line-height: 24px;
    margin: 0;
}

.FEATURE-BLOCK-RIGHT .image {
    flex: 1 1 50%;
    text-align: center;
}

.FEATURE-BLOCK-RIGHT .image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

/* Feature-block-right 📱 **************************/

@media (max-width: 900px) {
    .FEATURE-BLOCK-RIGHT .content {
        flex-direction: column-reverse;
        text-align: center;
    }

    .FEATURE-BLOCK-RIGHT .text {
        align-items: center;
    }
}

/* Prod-Contact *********************************************************/

.PROD-CONTACT {
    background: #ffffff;
    padding: 3rem 0;
}

.PROD-CONTACT .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.prod-contact-card {
    background-image:
        linear-gradient(rgba(0, 173, 238, 0.1), rgba(0, 173, 238, 0.1)),
        url('../img/contact-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 50px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.prod-contact-card .left {
    flex: 1;
    max-width: 700px;
}

.prod-contact-card .left h2 {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.prod-contact-card .left p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
    opacity: 0.95;
    max-width: 600px;
}

.prod-contact-card .right {
    flex-shrink: 0;
}

/* Prod-Contact 📱 **************************/

@media (max-width: 900px) {
    .prod-contact-card {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
        gap: 30px;
    }

    .prod-contact-card .left {
        max-width: 100%;
    }

    .prod-contact-card .right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .prod-contact-card .left h2 {
        font-size: 28px;
    }

    .prod-contact-card .left p {
        font-size: 16px;
    }

}