.product_wrap_660001 .row, section.contenuto-pagina .row {
    max-width: 1400px !important;
}

/** NEW Chetogenica FACILE 2026 **/
:root {
    --blu: #28AEA4;
    --giallo: #FFD91F;
}

.product_wrap_660001 h2 {
    font-size: 35px;
}

/* hero */
section.herochetofacile {
    text-align: center;
}

section.herochetofacile .badge {
    background: #28aea414;
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 100px;
    color: var(--blu);
}

section.herochetofacile .ev {
    color: var(--blu);
}

section.herochetofacile h1 {
    font-size: 50px;
    line-height: 1.2;
    margin: 20px 0;
}

section.herochetofacile p {
    font-size: 22px;
}

section.herochetofacile iframe {
    border-radius: 10px;
    box-shadow: 0 0 20px -10px #aaa;
}

.rowcta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
}

.rowcta .colbtn {
    margin: 10px;
}

.rowcta .colbtn a {
    margin: 0;
    font-size: 20px !important;
}

.colbtn a.secondarybtn {
    background: #fff !important;
    border: 1px solid var(--blu);
    color: var(--blu);
}

.colbtn a.secondarybtn:hover {
    background: var(--blu) !important;
}

section.herochetofacile {
    padding: 3em 0;
}

.trust p {
    font-size: 14px !important;
    color: var(--blu);
    font-weight: bold;
}

/* perche */
section.perche {
    padding: 4em 0;
    background: #fcfbfa;
}

.perche h2 {
    color: #222;
    margin-bottom: 40px;
    text-align: center;
}

.rowtxtdire {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.perche .txtdire {
    font-size: 18px;
    color: #2ea398;
    font-style: italic;
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
}

.perche .txtdire::before {
    content: "“";
    font-size: 3rem;
    position: absolute;
    left: 5px;
    top: -10px;
    opacity: 0.2;
    font-family: sans-serif;
}

.perche p {
    line-height: 1.7;
    color: #000;
    margin-bottom: 20px;
}

.perche p strong {
    color: #333;
    font-weight: 700;
    background: linear-gradient(120deg, rgba(252, 213, 72, 0.4) 0%, rgba(252, 213, 72, 0) 100%);
    padding: 0 5px;
}

.perche .solution {
    margin-top: 0px;
    text-align: left;
    font-size: 25px;
    color: var(--blu);
    background-color: #f0fcfb;
    padding: 20px 30px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    border-left: 4px solid var(--blu);
    text-transform: uppercase;
}


/** tabelle **/
.tablecarbograss {
    padding: 60px 0;
    background-color: #fff;
}

.tablecarbograss h2 {
    margin-bottom: 15px;
}

.row.tabellerow {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    margin: 40px auto 0;
    max-width: 990px !important;
}

.colonnatable {
    flex: 1;
    min-width: 300px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.colonnatable.zucch {
    border-right: 1px solid #eee;
}

.headertable {
    padding: 25px 20px;
    text-align: left;
}

.headertable h3 {
    margin: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}

.colonnatable.zucch .headertable {
    background-color: #fff5f5;
    color: #c0392b;
}

.colonnatable.grass .headertable {
    background-color: #e0f2f1;
    color: #009688;
}

.contentable {
    flex-grow: 1;
}

.contentable hr {
    display: none;
}

.contentable p {
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 500;
    color: #333;
    min-height: 65px;
    display: flex;
    align-items: center;
}

.contentable p:last-child {
    border-bottom: none;
}

.chetoguida {
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 1.1rem;
}

.bannerchetoguida {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    border-left: 8px solid #fcd548;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-top: 40px;
    text-align: left;
}

.bannerchetoguida h2 {
    color: #222;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.bannerchetoguida .bluenavy {
    color: #2ea398;
    /* Verde */
    font-weight: 800;
    background: #e0f2f1;
    /* Evidenziatore verde chiarissimo */
    padding: 5px 10px;
    border-radius: 4px;
    box-decoration-break: clone;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .colonnatable.zucch {
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .contentable p {
        min-height: auto;
        padding: 15px;
    }
}

/** colonne iniziare **/
.iniziaresemplice {
    padding: 80px 0;
    background-color: #fcfbfa;
}

.iniziaresemplice h2 {
    font-size: 40px;
    color: #222;
    margin-bottom: 50px;
    font-weight: 700;
}

.colonneiniziare {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: stretch;
}

.col {
    background-color: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    flex: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

.col .num {
    background-color: #2ea398;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(46, 163, 152, 0.3);
    margin: 0 auto 25px;
}

.col h4 {
    color: #2ea398;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.col p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 0;
}

.col hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 25px 0;
    width: 100%;
}

.col .smallp {
    font-size: 0.9rem;
    color: #8a7a70;
    margin-top: auto;
}

.citaz {
    margin-top: 60px;
    background-color: #e0f2f1;
    padding: 30px 40px;
    border-radius: 10px;
    display: inline-block;
}

.citaz h4 {
    font-style: italic;
    color: #2ea398;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

/* cosa include */

.programinclude {
    background: var(--blu);
    padding: 4em 0;
}

.programinclude h2 {
    color: #fff;
    margin-bottom: 50px;
}


.wrap-prodotti-pacchetti {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 100%;
    margin: 0 auto;
}

.prodotti-pacchetti {
    display: flex;
    align-items: center;
    padding: 30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100% !important;
}

.prodotti-pacchetti:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 15px 40px 0 rgba(31, 38, 135, 0.15);
}

.prodotto-pacchetto-item-img {
    flex: 0 0 180px;
    margin-right: 30px;
    text-align: center;
}

.prodotto-pacchetto-item-img img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.prodotti-pacchetti:hover img {
    transform: scale(1.05);
}

.prodotto-pacchetto-item-desc {
    flex: 1;
    text-align: left;
}

.prodotto-pacchetto-item-desc h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2ea398;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.prodotto-pacchetto-item-desc p {
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    margin: 0;
}



/* prezzi */
.iniziaflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.acquista_detoxfac {
    max-width: 100%;
    width: 49%;
}

.acquista_calla {
    background-color: #ffff;
    border-radius: 20px;
    padding: 75px 25px;
    text-align: center;
    border: 1px solid var(--giallo);
    max-width: 100%;
    width: 49%;
    box-shadow: 0 0 20px -10px #aaa;
}

/* Sottotitoli */
.iniziaflex p {
    font-size: 15px;
}

.iniziaflex h2 {
    font-size: 45px;
}

/* Mettiamo i prezzi sulla stessa linea, belli centrati */
.acquista_calla .price {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 15px;
    margin: 15px 0;
}

/* --- 3. PREZZO VECCHIO (Barrato) --- */
.price del {
    text-decoration: none !important;
}

.price del span {
    color: #8a7a70 !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    text-decoration: line-through !important;
    opacity: 1 !important;
    margin: 0 !important;
}

/* --- 4. PREZZO NUOVO (In Evidenza) --- */
.price ins {
    text-decoration: none;
}

.price ins span {
    text-decoration: none !important;
    color: var(--giallo) !important;
    font-size: 45px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    background: transparent !important;
}

.price ins .woocommerce-Price-currencySymbol {
    font-size: 0.8em;
    margin-right: 4px;
}

/* pulsanti */
.acquista_calla .button {
    margin: 10px 0px 0 0 !important;
    font-size: 24px !important;
}


/* --- SCRITTA TRUST (Lucchetto) --- */
.trust {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    color: #888;
}

.iniziarestart img {
    max-width: 550px;
    margin: 0 auto 40px;
    display: block;
}

.iniziarestart {
    padding: 4em 0;
}

/** Faceile realistico adatto a tutti **/

.facileadtut {
    padding: 4em 0;
    background-color: #fcfbfa;
}

.facileadtut h2 {
    color: #111;
    margin-bottom: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.facileadtut .medium-10 p {
    margin-bottom: 50px;
}

.flexrow-fac {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.riqfac {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    text-align: left;
    border-top: 4px solid var(--blu);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.riqfac:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.riqfac h4 {
    color: var(--blu);
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.riqfac p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}


/* --- SEZIONE PROGRAMMA PER TE --- */
.programma-fa-per-te {
    padding: 60px 0;
    background-color: #fff;
}

.programma-fa-per-te h2 {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.programma-fa-per-te .tabellerow {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.programma-fa-per-te .colonnatable {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.programma-fa-per-te .per-te-si {
    border-right: 1px solid #eee;
}

.programma-fa-per-te .headertable {
    padding: 25px 20px;
    text-align: left;
}

.programma-fa-per-te .headertable h3 {
    margin: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}

.programma-fa-per-te .per-te-si .headertable {
    background-color: #e0f2f1;
    color: #009688;
}

.programma-fa-per-te .per-te-no .headertable {
    background-color: #fff5f5;
    color: #c0392b;
}

.programma-fa-per-te .contentable {
    flex-grow: 1;
}

.programma-fa-per-te .contentable p {
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    min-height: 65px;
    display: flex;
    align-items: center;
}

.programma-fa-per-te .contentable p:last-child {
    border-bottom: none;
}

.icona-si {
    color: #009688;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 15px;
}

.icona-no {
    color: #c0392b;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 15px;
}

.banner-footer-faperte {
    background-color: #fcfbfa;
    padding: 30px 40px;
    border-radius: 12px;
    text-align: left;
    border-left: 5px solid #2ea398;
    margin-top: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.banner-footer-faperte p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/** testimonial */

section.testimonianze_nuove {
    background-color: #fcfbfa;
}

section.testimonianze_nuove .row {
    max-width: 1200px !important;
}

section.testimonianze_nuove .row .columns {
    padding: 0;
}

.riquadro-testimonianze-nuovo {
    border-radius: 10px;
}

.riquadro-testimonianze-nuovo img {
    border-radius: 10px;
}

/* --- SEZIONE STORIE VIDEO --- */
.storie-successo {
    padding: 1em 0;
    background-color: #fcfbfa;
}

.sottotitolo-video {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 40px;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.video-facade {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #000;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-facade:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.video-facade img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.video-facade:hover img {
    opacity: 1;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(46, 163, 152, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, transform 0.3s;
}

.play-btn::after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 0;
    height: 18px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 9px 0 9px 15px;
    margin-left: 5px;
}

.video-facade:hover .play-btn {
    background-color: #fcd548;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-facade iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* chi e devi */
section.chiedevi {
    padding: 4em 0;
    background: #fcfbfa;
}

section.chiedevi .row {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

section.chiedevi .row .columns {
    padding: 0;
}

section.chiedevi img {
    border-radius: 10px;
}

section.chiedevi .columns:last-child {
    padding: 3em;
}

p.bannerp {
    padding: 1em 1.5em;
    border-left: 4px solid var(--giallo);
    border-radius: 10px;
    background: #fff;
    font-style: italic;
}

a.link {
    color: var(--blu);
    font-weight: bold;
    text-decoration: underline;
}

.row.txtpost p a {
    color: var(--blu);
    text-decoration: underline;
}


/* 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;
}


/** final detox **/
section.finaldetoxfcile {
    padding: 4em 0;
    background: #fed83c;
    margin-top: 0;
}

section.finaldetoxfcile .btn {
    display: inline-block;
    padding: 12px 30px;
    background: #000;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 0 20px -10px #aaa;
    margin-bottom: 20px;
}

section.finaldetoxfcile p {
    margin: 0 0 20px 0;
}

section.finaldetoxfcile h2 {
    font-size: 45px;
}

section.finaldetoxfcile .smalltxt {
    font-size: 14px;
    margin: 0;
}


/* --- STICKY CTA BAR (Mobile First) --- */
/* --- STICKY CTA BAR ("Modern Floating Card" Style) --- */
.sticky-cta-bar {
    position: fixed;
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: auto;
    max-width: 70%;
    margin: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    padding: 12px 18px;
    box-sizing: border-box;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Layout interno flessibile */
.sticky-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

/* Testo */
.sticky-text {
    font-size: 13px;
    color: #222;
    font-weight: 600;
    line-height: 1.2;
}

.sticky-price {
    color: #2ea398;
    font-weight: 700;
    white-space: nowrap;
}

/* Bottone "Inizia Ora" */
.sticky-btn {
    background-color: #fcd548;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 18px;
    border-radius: 10px;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(252, 213, 72, 0.3);
    transition: all 0.2s ease;
}

.sticky-btn:hover {
    background-color: #eec428;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(252, 213, 72, 0.4);
}

/* Nascondi su Desktop */
@media (min-width: 769px) {
    .sticky-cta-bar {
        display: none !important;
    }
}


/** responsive **/


/* LAPTOP / DESKTOP PICCOLI */
@media (max-width: 1199px) {
    .columns.medium-7 {
        width: 80%;
    }

    .row.rowflex .columns.medium-5 {
        padding: 0;
    }

    .iniziaresemplice .medium-9 {
        width: 100%;
    }
}

/* TABLET PORTRAIT */
@media (max-width: 770px) {
    section.herochetofacile .columns {
        width: 100%;
    }

    .columns.medium-7 {
        width: 100%;
    }

    section.tablecarbograss .columns {
        width: 100%;
    }

    .iniziaflex {
        flex-flow: wrap;
    }

    .acquista_detoxfac {
        width: 100%;
    }

    .acquista_calla {
        width: 100%;
    }

    .iniziarestart img {
        margin: 0 auto -52px;
    }
}

/* MOBILE PICCOLO  */
@media (max-width: 479px) {

    h2 {
        font-size: 26px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    section.herochetofacile .badge {
        padding: 10px 10px;
        font-size: 14px;
        width: 100%;
    }

    section.herochetofacile h1 {
        font-size: 30px;
    }

    section.herochetofacile p {
        font-size: 16px;
    }

    .rowcta {
        flex-flow: wrap;
    }

    .rowcta .colbtn {
        margin: 0;
        width: 90%;
    }

    .rowcta .colbtn a {
        width: 100% !important;
        text-align: center;
    }

    section.herochetofacile p {
        font-size: 18px !important;
        line-height: 1.2;
    }


    .rowtxtdire {
        flex-flow: wrap;
        justify-content: center;
    }

    section.perche {
        padding: 2em 1em;
    }

    .perche .txtdire {
        font-size: 16px;
    }

    .perche .solution {
        font-size: 18px;
    }

    .tablecarbograss {
        padding: 2em 1em;
    }


    .colonnatable.zucch {
        border-right: none;
        border-bottom: 1px solid #eee;
        margin-bottom: 50px;
    }

    .colonnatable {
        border-radius: 10px !important;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    .row.tabellerow {
        box-shadow: none;
        border: 0;
    }


    .bannerchetoguida h2 br {
        display: none;
    }

    .bannerchetoguida h2 {
        color: #222;
        font-size: 20px !important;
        margin-bottom: 15px !important;
        text-align: left !important;
    }


    .colonneiniziare {
        flex-flow: wrap;
    }

    .colonneiniziare .col {
        width: 100% !important;
        flex: auto;
    }

    .programinclude {
        padding: 3em 1em;
    }

    .programinclude h2 {
        font-size: 30px !important;
    }

    .p-kit.prodotto-pacchetto-item-img {
        margin: 0 auto;
    }


    .iniziarestart img {
        margin: 0px auto 0px;
        max-width: 100%;
    }

    .acquista_calla {
        width: 100%;
        padding: 2em 4em;
    }

    .flexrow-fac {
        grid-template-columns: repeat(1, 1fr);
    }

    section.programma-fa-per-te {
        padding: 2em 1em;
    }

    .colonnatable.per-te-no {
        margin-top: 30px;
    }

    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .play-btn {
        width: 40px;
        height: 40px;
    }


    section.chiedevi {
        padding: 2em 1em;
    }

    section.chiedevi .row {
        flex-flow: wrap-reverse;
    }

    section.chiedevi .row img {
        margin-top: 30px;
    }

    section.chiedevi .row a.link {
        font-size: 15px;
    }

    section.faq-prodotto {
        padding: 2em 1em;
    }
}