.iguide-section-iguide {
    background-color: #ffffff;
    font-family: Inter, sans-serif;
    margin: 0;
    padding: 60px 50px;
}

.iguide-container-iguide {
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Gestione Immagine */
.iguide-hero-iguide {
    width: 100%;
    margin-bottom: 40px;
}

.iguide-hero-iguide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Stili Testo */
.iguide-content-iguide {
    max-width: 1200px;
}

.iguide-section-iguide h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: black;
    padding-bottom: 10px;
}

.description-iguide {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #000;
    padding-bottom: 20px;
}

.features-list-iguide {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.features-list-iguide li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 8px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #000;
}

/* Simbolo del punto elenco */
.features-list-iguide li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.highlight-text-iguide {
    font-family: Inter, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-block-end: 0px !important;
    margin-block-start: 0px !important;
    color: black;
    padding-bottom: 20px;
}


.footer-tagline-iguide {
    font-family: Inter, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-block-end: 0px !important;
    margin-block-start: 0px !important;
    color: #a0a0a0;
}

/* Responsive */
@media (max-width: 409px) {
    .iguide-section-iguide {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .iguide-section-iguide {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .iguide-section-iguide {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* DESCRIZIONE */
@media (max-width: 369px) {
    .iguide-section-iguide h2 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 370px) and (max-width: 375px) {
    .iguide-section-iguide h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 376px) and (max-width: 409px) {
    .iguide-section-iguide h2 {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 410px) and (max-width: 414px) {
    .iguide-section-iguide h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 415px) and (max-width: 430px) {
    .iguide-section-iguide h2 {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (min-width: 431px) and (max-width: 791px) {
    .iguide-section-iguide h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 792px) and (max-width: 810px) {
    .iguide-section-iguide h2 {
        font-size: 31px;
        line-height: 37px;
    }
}

@media (min-width: 811px) and (max-width: 830px) {
    .iguide-section-iguide h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 831px) and (max-width: 849px) {
    .iguide-section-iguide h2 {
        font-size: 33px;
        line-height: 39px;
    }
}


@media (min-width: 850px) and (max-width: 964px) {
    .iguide-section-iguide h2 {
        font-size: 35px;
        line-height: 41px;
    }
}

@media (max-width: 1128px) {

    .description-iguide,
    .features-list-iguide li {
        font-size: 16px;
        line-height: 22px;
    }

    .description-iguide,
    .features-list-iguide li {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {

    .description-iguide,
    .features-list-iguide li {
        line-height: 20px;
        font-size: 14px;
    }
}

@media (max-width: 369px) {

    .highlight-text-iguide,
    .footer-tagline-iguide {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (min-width: 370px) and (max-width: 820px) {

    .highlight-text-iguide,
    .footer-tagline-iguide {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {

    .highlight-text-iguide,
    .footer-tagline-iguide {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 944px) and (max-width: 1066px) {

    .highlight-text-iguide,
    .footer-tagline-iguide {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 1067px) and (max-width: 1080px) {

    .highlight-text-iguide,
    .footer-tagline-iguide {
        font-size: 29px;
        line-height: 35px;
    }
}

.btn-discover {
    border: solid 2px #000;
    border-radius: 30px;
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    margin-top: 30px;
}

.btn-discover:hover {
    background-color: #000;
    color: #fff;
}