.row {
    max-width: 1450px !important;
}


:root {
    --blu: #28AEA4;
    --giallo: #FFD91F;
    --yellow: #FFD91F;
    --teal: #28AEA4;
    --black: #1A1A1A;
    --cream: #FDFAF5;
    --sand: #f7f7f7;
    --gray: #666666;
    --light-gray: #E8E4DF;
    --teal-highlight: #E8F6F4;
    --white: #FFFFFF;
}

.herooffertakit {
    max-width: 100%;
    margin: 0 auto;
    background: #f7f7f7;
    padding: 4em 0;
}

/* Badge Superiore */
.badgeintro {
    margin-bottom: 30px;
}

.badgeintro span {
    background-color: #ffe35257;
    color: #000;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Titolo */
.kitprincipiante h2 {
    font-size: 48px;
    font-weight: bold !important;
    color: #1A1A1A;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Sottotitolo */
.herooffertakit p {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    margin: 0 auto 10px;
}

/* Sezione Prezzi */
.priceoffkit {
    margin-bottom: 40px;
}

.priceoffkit .delp {
    font-size: 28px;
    color: #8C8273;
    text-decoration: line-through;
    margin-right: 10px;
    font-weight: 400;
}

.priceoffkit .bigp {
    font-size: 72px;
    font-weight: 700;
    color: #ffd40e;
    /* Il color oro dello screen */
    vertical-align: middle;
}

.priceoffkit .risparmio {
    background-color: #E8F6F4;
    color: #28AEA4;
    padding: 10px 15px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 15px;
    display: inline-block;
}

.priceoffkit .smallp {
    font-size: 13px;
    color: #aaa;
    margin-top: 20px;
    margin-bottom: 30px;
}

/* Bottone */
.priceoffkit .button {
    background-color: #ffd91e !important;
    border-radius: 10px !important;
    color: #000;
    font-size: 20px !important;
    font-weight: bold !important;
    margin-bottom: 0.5em !important;
    line-height: 1 !important;
    text-transform: uppercase;
    padding: 0.75em 1.25em !important;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    border: none;
}

.priceoffkit .button:hover {
    transform: translateY(-2px);
    background: #000 !important;
}

/* Trust Bar */
.trust {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #8C8273;
    font-weight: 600;
}

/* Banner Codice Sconto (Box Bianco) */
.banner-code {
    background: #FFFFFF;
    border: 1px solid #E8E4DF;
    border-radius: 20px;
    padding: 30px;
    margin-top: 0px;
    display: inline-block;
    min-width: 450px;
}

.banner-code p {
    margin: 0;
    color: #666;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.codicequiz {
    /* Stile macchina da scrivere */
    font-size: 32px;
    font-weight: 700;
    color: #28AEA4;
    border: 2px dashed #28AEA4;
    padding: 10px 25px;
    border-radius: 10px;
    background-color: #F0F9F8;
}

.green {
    color: #12633D;
    font-weight: 700;
    font-size: 16px;
}


/* PERCHE INSIEME */
.perche-insieme {
    text-align: center;
    padding: 4em 0;
}

.content-box-insieme h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 25px;
}

.intro-text {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 25px;
}

.risultato-text {
    font-size: 18px;
    color: #000;
    margin-bottom: 50px;
}

.risultato-text strong {
    color: #000;
}

/* Layout Icone e Processo */
.icone-processo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.item-processo {
    flex: 1;
}

.item-processo img {
    width: 150px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 10px;
}

.item-processo h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 5px;
}

.item-processo span {
    display: block;
    font-size: 14px;
    color: #000;
}

.freccia-processo {
    font-size: 24px;
    color: #fed83c;
    padding-bottom: 40px;
}

/* include kit */
/* Container Sezione */
.include-kit {
    padding: 80px 20px;
    background-color: #f7f7f7;
    text-align: center;
}

.include-kit h2 {
    font-size: 42px;
    margin-bottom: 50px;
    color: #000;
}

/* Grid Prodotti */
.grid-prodotti {
    display: flex;
    justify-content: center;
    gap: 25px;
    max-width: 100%;
    margin: 0 auto 60px;
}

.card-prodotto {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 30px;
    flex: 1;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Badge "Incluso" */
.badge-incluso {
    position: absolute;
    top: -15px;
    background: #28AEA4;
    color: #FFFFFF;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.icon-wrap {
    background: #F9F5F0;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    overflow: hidden;
}

.card-prodotto h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}

.card-prodotto p {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 72px;
    /* Allinea il testo */
}

.valore {
    font-size: 14px;
    color: #000;
}

.valore strong {
    color: #000;
}

/* Upsell Box (Protein Bar) */
.upsell-kit {
    max-width: 100%;
    margin: 0 auto;
    background: #F4F1EC;
    border: 1px dashed #D1CDC7;
    border-radius: 20px;
    padding: 25px 40px;
}

.upsell-content {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
}

.upsell-icon {
    background: #FFFFFF;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.upsell-text {
    flex-grow: 1;
}

.upsell-text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1A1A1A;
}

.upsell-text p {
    font-size: 15px;
    color: #000;
    margin: 0;
}

.rp-btn-action {
    color: #28AEA4;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
    background: transparent !important;
}

.rp-btn-action:hover {
    text-decoration: underline;
}

.btn_acq {
    width: 100%;
}

/* testimonianza */
.testimonial-section {
    padding: 60px 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.testimonial-section .container-testimonial {
    width: 100%;
    max-width: 850px;
}

/* Card Testimonianza */
.testimonial-section .testimonial-card {
    background-color: #F9F5F0;
    padding: 30px 40px;
    border-radius: 24px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* Badge Profilo */
.testimonial-section .testimonial-badge {
    display: inline-block;
    background-color: #E8F6F4;
    padding: 6px 15px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.testimonial-section .testimonial-badge p {
    color: #12633D;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

/* Stelle Valutazione */
.testimonial-section .testimonial-stars span {
    color: #F5A623;
    font-size: 20px;
}

/* Citazione */
.testimonial-section .testimonial-text p {
    font-size: 20px;
    font-style: italic;
    color: #1A1A1A;
    line-height: 1.4;
    margin: 20px 0 30px;
}

/* Sezione Autore */
.testimonial-section .testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-section .author-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 0;
    overflow: hidden;
}

.testimonial-section .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-section .author-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 4px 0;
}

.testimonial-section .author-info p {
    font-size: 14px;
    color: #8C8273;
    margin: 0;
}

/* garanzia */
section.garanziadetox {
    padding: 0em 0;
    background: #f7f7f7;
}

section.garanziadetox .bannergaranzia {
    padding: 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}

section.garanziadetox p {
    font-size: 16px;
    margin: 0;
}

section.garanziadetox h3 {
    font-size: 22px;
    margin: 0;
}

section.garanziadetox .colimg_bg {
    padding: 10px;
}

/* Sezione Finale */
.txtextra p,
.txtextra p a {
    font-size: 16px;
    text-align: center;
}

.txtextra p a {
    color: var(--blu);
}


/* Kit energia */
.kitenergia .badgeintro span {
    background: #D6EAF8;
    color: #1A5276;
}

.kitenergia .priceoffkit .bigp {
    color: #2471A3;
}

.kitenergia .priceoffkit .button {
    background: #2471A3 !important;
    color: white !important;
    box-shadow: 0 4px 16px rgba(36, 113, 163, 0.3) !important;
}

/* Kit Detox */
.kitdetox .badgeintro span {
    background: #FADBD8;
    color: #922B21;
}

.kitdetox .priceoffkit .bigp {
    color: #C0392B;
}

.kitdetox .priceoffkit .button {
    background: #C0392B !important;
    color: white;
    box-shadow: 0 4px 16px rgba(192, 57, 43, 0.3);
}

@media only screen and (max-width: 1100px) {
    .kitprincipiante h2 {
        font-size: 38px;
    }

    .kitprincipiante .columns.medium-7 {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 639px) {
    .kitprincipiante h2 {
        font-size: 28px;
    }

    .kitprincipiante .columns.medium-7 {
        width: 100%;
        margin: 0 auto;
    }

    .badgeintro span {
        font-size: 16px;
        display: inline-block;
    }

    .herooffertakit p {
        font-size: 18px;
    }

    .priceoffkit .delp {
        font-size: 23px;
    }

    .priceoffkit .button {
        font-size: 16\px !important;
        padding: 0.95em 0.25em !important;
        text-align: center;
        width: 100%;
    }

    .banner-code {
        min-width: 100%;
        width: 100%;
    }

    .banner-code p {
        font-size: 16px;
        flex-flow: wrap;
    }

    .codicequiz {
        font-size: 24px;
        padding: 5px 15px;
    }

    .green {
        width: 100%
    }


    .icone-processo {
        flex-flow: wrap;
    }

    .icone-processo .freccia-processo {
        display: none;
    }

    .icone-processo .item-processo {
        width: 100%;
        flex: auto;
        margin-bottom: 30px;
    }

    .item-processo img {
        width: 70%;
    }

    .item-processo h4 {
        font-size: 22px;
    }

    .include-kit {
        padding: 4em 0;
    }

    .grid-prodotti {
        flex-flow: wrap;
    }

    .icon-wrap {
        overflow: hidden;
        width: 80%;
        height: 80%;
    }

    .upsell-kit {
        padding: 25px 20px;
    }

    .upsell-content {
        flex-flow: wrap;
    }

    .upsell-icon {
        width: 80%;
        height: 80%;
        margin: 0 auto;
    }

    .rp-btn-action {
        color: #fff;
        font-size: 18px !important;
        background: var(--blu) !important;
        border-radius: 10px !important;
    }

    .testimonial-section .testimonial-card {
        background-color: #F9F5F0;
        padding: 20px 20px;
        flex-wrap: wrap;
    }

    section.garanziadetox .bannergaranzia {
        flex-flow: wrap;
    }

    section.garanziadetox .colimg_bg {
        padding: 10px 60px 30px;
    }

    .priceoffkit .button {
        font-size: 20px !important;
    }


    .card-prodotto {
        flex: auto;
        width: 100%;
    }
}