body,html {
  font-family: Helvetica, sans-serif;
  margin: 0;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 1.6;
}


a {
    color: #0b3c5d;
    text-decoration: none;
}



h4 {font-weight: 500}

section {
    margin: auto;
}


.c-white { color: rgba(255, 255, 255, 0.85); }


:root {
/*    --color-blue: #2f416f;*/
/*    --color-blue: #004787;*/
    --color-blue-dark: #29365B;
    --color-blue-soft: #254f88;
    --color-blue-grey: #6f82a8;
    --color-cyan: #20b7d2;
    --color-dark-green: #327274;
    --color-green: #1c9f77;
    --color-line: #c1cbe0;
    --color-muted: #5f7090;

    color: var(--color-blue-dark);
    background: #fff;

}


/*KASTEL*/
.bg-1708 {
    background-color: #00582D;
    color: #fff;
}

/*ANTISAPRIL BLU*/
.bg-1706 {
    background-color: #0098DB;
    color: #fff;
}

/*ANTISAPRIL VERDE*/
.bg-1707 {
    background-color: #009745;
    color: #fff;
}


h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
    font-weight: 500;
}


.title {
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    letter-spacing: -0.03em;
    color: var(--color-blue-dark);
}

p, .text {
    margin: 1rem 0 0;
    color: var(--color-blue-dark);
    font-size: 1.2rem;
    line-height: 1.75;
}


/*bottoni*/

.cta {
    background: #006e7b;
    color: #fff !important;
    padding: 14px 28px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    display: inline-block;
}



.btn-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    min-height: 54px;
    margin-top: 2rem;
    padding: 0 28px;
    border: 1px solid var(--color-blue-dark);
    border-radius: 999px;
    color: var(--color-blue-dark) !important;
    font-weight: 600;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.btn-button:hover {
    background: var(--color-blue-dark);
    border-color: var(--color-blue-dark);
    color: #fff !important;
}

.btn-button-inverse {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    min-height: 54px;
    margin-top: 2rem;
    padding: 0 28px;
    border: 1px solid #fff;
    border-radius: 999px;
    color: #fff;
    font-weight: 600;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.btn-button-inverse:hover {
    background: #fff;
    border-color: #fff;
    color: var(--color-blue-dark)!important;
}



.hero__title {
    margin: 0;
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
    white-space: pre-line;
}

.hero__text {
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    line-height: 1.55;
    font-weight:400;
}

.hero {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    color: #fff;
}

.hero__inner {
    position: relative;
    z-index: 1;
    padding: 5rem 0 5rem;
    max-width: 75%;
}










.brand-section {
    padding: 92px 0;
}

.brand-section--tight {
    padding-top: 72px;
    padding-bottom: 72px;
}

.brand-section-title {
    display: flex;
    align-items: center;
    gap: 18px;
    /* margin: 0 0 56px; */
    color: var(--color-blue-dark);
    font-size: clamp(1.5rem, 2vw, 2.5rem);
    /* line-height: 1.1; */
    /* font-weight: 700; */
}

.brand-section-title::before,
.brand-section-title::after {
    content: '';
    height: 1px;
    background: var(--color-line);
    flex: 1 1 auto;
}

.brand-section-title::before {
    max-width: 70px;
}

.brand-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
    text-align: center;
}

.brand-feature {
    padding: 10px 8px;
}

.brand-feature__icon {
    width: 90px;
    height: 90px;
    margin: auto;
    padding: 12px;
}

.brand-feature__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.brand-feature h3 {
    color: var(--color-blue-dark);
    font-size: 1.4rem;
}

.brand-feature p {
    margin: 0;
    color: var(--color-muted);
    font-size: 1.1rem;
    line-height: 1.55;
}

.brand-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-product {
    position: relative;
    text-align: center;
    min-height: 680px;
}

.brand-product:nth-child(odd) {
    border-right: 1px solid var(--color-line);
}

.brand-product__badge {
    position: absolute;
    top: 5%;
    right: 15%;
    width: 80px;
}

.brand-product__media {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
}

.brand-product__media img {
    max-width: 380px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.brand-product__divider {
    width: min(320px, 100%);
    height: 1px;
    background: var(--color-line);
    margin: 0 auto 26px;
}

.brand-product__title {
    margin: 0 0 16px;
    color: var(--color-blue-dark);
    font-size: clamp(1.65rem, 1.8vw, 2.2rem);
    text-transform: uppercase;
}

.brand-product__description {
    width: min(460px, 100%);
    margin: 0 auto;
    color: var(--color-muted);
    font-size: 1.15rem;
    line-height: 1.55;
}

.brand-applications {
    text-align: center;
    padding-bottom: 108px;
    color: var(--color-blue-dark);
}


.brand-contact {
    background: var(--color-blue-dark);
    color: #fff;
}

.brand-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}


.brand-contact__actions p,
.brand-contact__actions small {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.08rem;
    line-height: 1.65;
}

.brand-contact__actions {
    display: grid;
    align-content: start;
    gap: 40px;
}


.brand-contact__separator {
    height: 1px;
    background: rgba(255, 255, 255, 0.38);
}








    .product-summary {
        padding: 48px 0 54px;
        text-align: center;
    }

    .product-title {
        font-size: clamp(2rem, 4vw, 3rem);
        text-transform: uppercase;
    }

    .product-subtitle {
        font-size: clamp(1.08rem, 1.6vw, 1.55rem);
        line-height: 1.55;
    }

    .product-summary__rule {
        width: min(280px, 100%);
        height: 1px;
        margin: 24px auto 26px;
        background: var(--product-line);
    }

    .product-summary__pluses {
        width: fit-content;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }

    .product-summary__pluses li {
        font-size: 1.25rem;
        font-weight: 600;
    }


    .product-divider {
        height: 52px;
        background:
            repeating-linear-gradient(
                100deg,
                var(--product-accent-dark) 0 6px,
                transparent 6px 16px
            );
    }



    .product-section + .product-section {
        margin-top: 72px;
    }

    .product-section__title {
        display: flex;
        align-items: center;
        gap: 16px;
        margin: 0 0 28px;
        color: var(--product-accent-dark);
        font-size: clamp(1.35rem, 1.8vw, 2rem);
        line-height: 1.15;
    }

    .product-section__title::before,
    .product-section__title::after {
        content: '';
        height: 1px;
        background: var(--product-line);
        flex: 1 1 auto;
    }

    .product-section__title::before {
        max-width: 56px;
    }


    .product-applications {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 15px;
    }

    .product-application {
        position: relative;
        aspect-ratio: 1.2 / 0.78;
        overflow: hidden;
        background: #dde5ef;
    }

    .product-application img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }





    @media (max-width: 991px) {

        .product-hero__badge {
            width: 75px;
            right: 0;
            bottom: 75%;
        }

        .product-applications {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 640px) {

        .product-hero__pack {
            transform: translateY(22px);
        }

        .product-section + .product-section {
            margin-top: 56px;
        }

        .product-applications {
            grid-template-columns: 1fr;
        }
    }





.footer {
    background: linear-gradient(90deg, #1B4782, #327274);
    color: #fff;
}

.footer__inner {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    gap: 20px;
    min-height: 92px;
}

.footer__logo img {
    max-width: 130px;
    width: 100%;
    height: auto;
}

.footer__text {
    text-align: center;
    line-height: 1.4;
}

.brand-legal {
    background: #0C193E;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.65;
}

.brand-legal a {
    color: #fff;
}

.brand-legal__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.brand-legal__text {
    font-size: 0.8rem;
    color: #fff;
}

.brand-legal__certs {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.brand-legal__certs img {
    width: 50px;
}




@media (max-width: 1199px) {
    .brand-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 32px;
    }

    .brand-product {
        padding-inline: 28px;
    }

}

@media (max-width: 991px) {

    .hero__inner {
        max-width: 85%;
        text-align: center;
    }
    .brand-hero {
        min-height: 520px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .brand-products {
        grid-template-columns: 1fr;
    }

    .brand-product:nth-child(odd) {
        border-right: 0;
    }

    .brand-product:not(:last-child) {
        border-bottom: 1px solid var(--color-line);
    }

    .brand-product__badge {
        right: 24px;
    }

    .footer__inner,
    .brand-legal__inner {
        grid-template-columns: 1fr;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .brand-legal__certs {
        justify-content: center;
    }

    .brand-contact__grid {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
        gap: 5rem;
    }
}

@media (max-width: 640px) {
    
    .hero__inner {
        max-width: 100%;
    }

    .brand-section {
        padding: 72px 0;
    }

    .brand-section-title {
        gap: 12px;
        margin-bottom: 36px;
        font-size: 1.8rem;
    }

    .brand-features {
        grid-template-columns: 1fr;
    }


    .brand-product {
        min-height: auto;
        padding: 44px 20px 34px;
    }

    .brand-product__badge {
        top: 22px;
        right: 20px;
        width: 60px;
    }

    .footer__inner {
        gap: 16px;
        min-height: 116px;
        padding: 18px 0;
    }
    p, .text {
        font-size: 1rem;
        line-height: 1.5;
    }
}



