.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-762 .elementor-element.elementor-element-1cae813e img{border-radius:12px 12px 12px 12px;}.elementor-762 .elementor-element.elementor-element-2c3e9b0 img{width:40%;}.elementor-762 .elementor-element.elementor-element-37d7349c .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-762 .elementor-element.elementor-element-5613589 img{width:40%;}@media(max-width:767px){.elementor-762 .elementor-element.elementor-element-3dd40c9e > .elementor-widget-container{margin:0px -26px -26px -26px;}}/* Start custom CSS for html, class: .elementor-element-3dd40c9e *//* --- STILE REVITANATURALIS (VIBRANT RED & BLACK) --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');

:root {
    --deep-red: #C00000;      /* Rosso Vibrante Acceso (Prima era molto scuro #660000) */
    --vibrant-red: #FF0000;   /* Rosso Puro (Urgency/Icons) */
    --pure-black: #000000;    /* Nero (Testi principali) */
    --icon-black: #1a1a1a;    /* Nero Soft (Icone check) */
    --bg-gray: #f9f9f9;
    --text-dark: #1e293b;
}

.rmbc-container {
    font-family: 'Montserrat', sans-serif;
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
    border-radius: 4px;
    border: 1px solid #ccc;
    overflow: hidden;
}

/* Barra Urgenza: Rosso Vibrante */
.top-urgency-bar {
    background-color: var(--deep-red);
    color: white;
    text-align: center;
    padding: 12px;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.inner-content {
    padding: 30px 25px;
}

/* Headline: Nera */
.main-headline {
    font-size: 30px;
    line-height: 1.3;
    color: var(--pure-black);
    text-align: center;
    margin-bottom: 20px;
    font-weight: 900;
}

/* L'EFFETTO RICHIESTO: Testo Rosso Acceso + Riga Nera Sotto */
.hook-highlight {
    color: var(--deep-red);
    border-bottom: 4px solid var(--pure-black);
    display: inline-block;
    line-height: 0.9;
    margin-bottom: 5px;
}

.uppercase { text-transform: uppercase; }

.subheadline {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.5;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

/* MEDIA WRAPPER */
.media-wrapper {
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    border: 1px solid #ddd;
}

.img-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f1f5f9;
}

/* BENEFIT LIST */
.benefits-section {
    background: #fff;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.benefit-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 17px;
    color: #222;
    line-height: 1.4;
}

/* Icone Bullet: NERE */
.icon-box {
    background: var(--icon-black);
    color: white;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 14px;
    margin-top: 2px;
}

/* OFFERTA CLOSE */
.offer-close {
    display: flex;
    align-items: center;
    background-color: #fff5f5; /* Sfondo rossastro molto chiaro */
    border: 2px solid var(--deep-red); /* Bordo Rosso Acceso */
    padding: 15px;
    border-radius: 4px;
}

/* Freccia offerta: Rosso Puro */
.icon-box-offer {
    background: var(--vibrant-red);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 16px;
}

.text-box-offer {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

/* Evidenziatore Giallo */
.highlight-yellow {
    background: #FFD700;
    padding: 0 4px;
    border: 1px solid #daa520;
    color: #000;
    font-weight: 800;
}

/* MOBILE */
@media (max-width: 480px) {
    .main-headline { font-size: 23px; }
    .hook-highlight { border-bottom-width: 3px; }
    .inner-content { padding: 20px 15px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5bfe9f8a */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');

:root {
    --brand-dark: #220000;    /* Dark Red/Black background */
    --brand-gradient: linear-gradient(135deg, #300000 0%, #000000 100%);
    --accent-gold: #FFD700;   /* Oro per dettagli */
    --accent-red: #D00000;    /* Rosso Vibrante CTA */
    --text-main: #333;
    --bg-card: #ffffff;
}

/* Container Principale */
.mobile-conversion-card {
    font-family: 'Inter', sans-serif;
    max-width: 500px; 
    margin: 30px auto;
    background: var(--bg-card);
    border-radius: 20px; 
    box-shadow: 0 15px 40px rgba(0,0,0,0.2); 
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

/* --- TIMER HEADER --- */
.timer-header {
    background: var(--brand-gradient);
    padding: 15px;
    text-align: center;
    color: white;
    border-bottom: 2px solid var(--accent-red);
}

.timer-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    opacity: 0.9;
    font-weight: 600;
    color: var(--accent-gold);
}

.timer-display {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 800;
}

.time-unit {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 24px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.2);
}

.time-unit small {
    font-size: 9px;
    font-weight: 400;
    opacity: 0.8;
    margin-top: 2px;
    text-transform: uppercase;
}

.time-colon {
    font-size: 20px;
    animation: blink 1s infinite;
    color: var(--accent-red);
}

/* --- BODY & PRICING --- */
.card-body {
    padding: 25px 20px;
    text-align: center;
}

.pricing-stack {
    margin-bottom: 25px;
}

.old-price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.badge-discount {
    background: var(--accent-red);
    color: white;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 4px;
}

.price-strikethrough {
    text-decoration: line-through;
    color: #999;
    font-weight: 600;
    font-size: 18px;
}

/* Prezzo Grande con Cerchio Animato */
.main-price-container {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    margin: 5px 0;
}

.current-price {
    font-size: 60px; 
    font-weight: 900;
    color: #000;
    line-height: 1;
    letter-spacing: -2px;
    position: relative;
    z-index: 2;
}

.current-price small {
    font-size: 24px;
    vertical-align: super;
    font-weight: 600;
    color: var(--accent-red);
}

/* Cerchio "Disegnato" */
.green-marker-ring {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border: 3px solid #228B22; /* Verde classico "Ok" */
    border-radius: 95% 4% 97% 5% / 4% 94% 3% 95%;
    transform: rotate(-2deg) scale(1.1);
    z-index: 1;
    animation: float-ring 3s ease-in-out infinite;
    opacity: 0.5;
}

.promo-text {
    font-size: 13px;
    color: #228B22;
    font-weight: 600;
    margin-top: 5px;
}

/* --- TRUST BADGES --- */
.trust-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 25px;
}

.trust-pill {
    background: #f4f4f4;
    border: 1px solid #ddd;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #444;
    display: flex;
    align-items: center;
    gap: 5px;
}

.trust-pill .icon { font-size: 16px; }

/* --- MEGA CTA BUTTON --- */
.mega-cta-button {
    width: 100%;
    background: linear-gradient(to bottom, #D00000, #A00000);
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(200, 0, 0, 0.4);
    transition: transform 0.2s;
    animation: pulse-shadow 2s infinite;
}

.mega-cta-button:active {
    transform: scale(0.98);
}

.cta-content {
    text-align: left;
    z-index: 2;
}

.cta-title {
    display: block;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.cta-subtitle {
    display: block;
    font-size: 12px;
    opacity: 0.9;
    font-weight: 500;
}

.cta-arrow {
    font-size: 24px;
    background: rgba(0,0,0,0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Shine */
.cta-shine {
    position: absolute;
    top: 0; left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent);
    transform: skewX(-20deg);
    animation: shine 3s infinite;
}

.secure-footer {
    margin-top: 15px;
    font-size: 11px;
    color: #888;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

/* ANIMAZIONI */
@keyframes blink { 50% { opacity: 0; } }
@keyframes float-ring {
    0%, 100% { transform: rotate(-2deg) scale(1.1); }
    50% { transform: rotate(1deg) scale(1.15); }
}
@keyframes pulse-shadow {
    0% { box-shadow: 0 0 0 0 rgba(208, 0, 0, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(208, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(208, 0, 0, 0); }
}
@keyframes shine {
    0% { left: -100%; }
    20% { left: 200%; }
    100% { left: 200%; }
}

@media (max-width: 380px) {
    .trust-grid { flex-direction: column; align-items: center; }
    .trust-pill { width: 100%; justify-content: center; }
    .current-price { font-size: 50px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-427cc765 *//* --- STILE FORZATO PER CONTACT FORM 7 (VERDE SMERALDO) --- */

/* 1. Il contenitore del modulo (Sfondo bianco, bordo azzurro) */
div.wpcf7 form.wpcf7-form {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 16px !important;
    border: 2px solid #bae6fd !important; /* Azzurro Crio */
    box-shadow: 0 10px 40px rgba(14, 165, 233, 0.15) !important;
    max-width: 600px !important;
    margin: 20px auto !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* 2. Le etichette (Nome, Email, ecc.) */
div.wpcf7 label {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0f172a !important; /* Blu scuro */
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* 3. Tutti i campi di input (tranne il bottone) */
div.wpcf7 input:not([type="submit"]),
div.wpcf7 select,
div.wpcf7 textarea {
    width: 100% !important;
    background-color: #f0f9ff !important; /* Ghiaccio chiarissimo */
    border: 2px solid #e0f2fe !important;
    border-radius: 8px !important;
    padding: 16px !important;
    font-size: 16px !important;
    color: #334155 !important;
    box-sizing: border-box !important;
    margin-bottom: 20px !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* 4. Effetto quando clicchi dentro un campo */
div.wpcf7 input:not([type="submit"]):focus,
div.wpcf7 select:focus,
div.wpcf7 textarea:focus {
    border-color: #0ea5e9 !important; /* Azzurro acceso */
    background-color: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.2) !important;
}

/* 5. Il Placeholder (il testo grigio dentro i campi) */
div.wpcf7 ::placeholder {
    color: #94a3b8 !important;
    font-weight: 500 !important;
    opacity: 1 !important;
}

/* 6. IL BOTTONE DI INVIO (VERDE SMERALDO) */
div.wpcf7 input[type="submit"] {
    width: 100% !important;
    /* Gradiente Verde Smeraldo Brillante */
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important; 
    color: white !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    padding: 20px !important;
    border: 1px solid #34d399 !important; /* Bordino leggero per risaltare */
    border-radius: 50px !important;
    cursor: pointer !important;
    margin-top: 10px !important;
    /* Ombra verde diffusa */
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.35) !important; 
    transition: transform 0.2s !important;
    -webkit-appearance: none !important;
}

/* Effetto Hover sul bottone (Diventa più scuro) */
div.wpcf7 input[type="submit"]:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 30px rgba(16, 185, 129, 0.5) !important;
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
}

/* 7. Messaggi di errore (es. "Campo obbligatorio") */
div.wpcf7 .wpcf7-not-valid-tip {
    color: #dc2626 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-top: -15px !important;
    margin-bottom: 15px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e214ed3 *//* --- SOCIAL PROOF CSS (RED & BLACK REVITANATURALIS) --- */

/* Import Font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;800&display=swap');

/* RESET LOCALE */
.social-proof-section * { box-sizing: border-box; margin: 0; padding: 0; }

/* CONTAINER */
.social-proof-section {
  font-family: 'Manrope', sans-serif;
  margin: 40px 0;
  padding: 40px 0;
  background: #ffffff; /* Bianco pulito per far risaltare il rosso */
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.social-proof-header { text-align: center; margin-bottom: 34px; padding: 0 15px; }

/* TITOLI */
.social-proof-title {
  font-size: 32px;
  font-weight: 800;
  color: #000000; /* Nero Assoluto */
  margin-bottom: 12px;
}
.social-proof-subtitle {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.4;
}
.social-proof-description {
  font-size: 16px;
  color: #555;
  padding: 0 10px;
  font-weight: 500;
  max-width: 650px;
  margin: 0 auto;
}
/* Highlight Giallo (rimane uguale, sta bene col nero/rosso) */
.highlight-yellow {
  background: #fef08a;
  padding: 2px 8px;
  border-radius: 4px;
  color: #000;
  font-weight: 800;
  border: 1px solid #fde047;
}

/* GRIGLIA */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 28px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

/* CARD DESIGN */
.testimonial-card {
  background: #ffffff;
  border-radius: 8px; /* Meno tondo, più serio */
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  /* Ombra Rossa leggera al passaggio */
  box-shadow: 0 15px 30px rgba(200, 0, 0, 0.10); 
  border-color: #ffcccc; /* Bordo rossastro chiaro */
}

/* FOTO QUADRATA */
.testimonial-photo {
  width: 100%;              
  max-width: 280px;        
  aspect-ratio: 1 / 1;      
  border-radius: 4px;      
  margin: 0 auto 20px;      
  background-size: cover;
  background-position: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15); 
  display: block;
  background-color: #f1f1f1;
}

/* STELLE */
.stars {
  color: #D00000; /* Rosso invece che giallo per le stelle? O Giallo Oro? 
                     Solitamente Oro è meglio per trust, Rosso è aggressivo. 
                     Lascio Oro/Ambra per contrasto col nero. */
  color: #fbbf24; 
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}

/* BADGES */
.verification-badge {
  background: #eee;
  color: #000;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid #ddd;
}

/* BADGE RISULTATO: GRADIENTE ROSSO */
.result-badge {
  background: linear-gradient(135deg, #D00000, #FF0000); /* Rosso Vibrante */
  color: #fff;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(200, 0, 0, 0.3);
}

/* TESTO */
.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  font-style: italic;
  color: #333;
  text-align: left;
}

/* AUTORE FOOTER */
.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 18px;
  margin-top: 10px;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-initial {
  /* Gradiente ROSSO */
  background: linear-gradient(135deg, #A00000, #E00000);
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.author-name {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-align: left;
}
.author-location {
  font-size: 13px;
  color: #666;
  text-align: left;
}
.verification-date {
  font-size: 11px;
  color: #999;
  text-align: right;
  line-height: 1.3;
  font-weight: 500;
}

/* DESKTOP */
@media(min-width: 768px) {
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .social-proof-title { font-size: 38px; }
  .testimonial-text { font-size: 17px; }
}

/* --- FINE SOCIAL PROOF CSS --- *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59b46a10 */:root {
    --deep-red: #C00000;      /* Rosso Principale */
    --vibrant-red: #FF0000;   /* Rosso Acceso Highlights */
    --pure-black: #000000;    /* Nero Testi */
    --problem-gray: #333333;  /* Grigio Scuro per il Problema */
    --bg-light-red: #fff5f5;  /* Sfondo leggermente rosato per CTA */
    --clinical-white: #ffffff;
    --text-secondary: #555555;
    --shadow-elevated: 0 15px 30px rgba(0,0,0,0.1);
}

/* RESET E BASE */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Montserrat', sans-serif; line-height: 1.5; color: #333; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

/* TYPOGRAPHY */
.highlight-yellow {
    background: #FFD700;
    color: #000;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 800;
}

/* SEZIONE MECCANISMO */
.mechanism-section { margin: 50px 0; }
.mechanism-header { text-align: center; margin-bottom: 40px; }

.section-title {
    font-size: clamp(28px, 6vw, 42px);
    font-weight: 900;
    color: var(--pure-black);
    margin-bottom: 10px;
    line-height: 1.2;
}

.section-subtitle {
    font-size: clamp(18px, 4vw, 24px);
    color: var(--deep-red);
    font-weight: 600;
    margin-bottom: 10px;
}

/* GRIGLIA CARDS */
.comparison-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
}

.comparison-card {
    background: var(--clinical-white);
    border-radius: 8px;
    padding: 30px 24px;
    box-shadow: var(--shadow-elevated);
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease;
}
.comparison-card:hover { transform: translateY(-5px); }

/* --- STILI SPECIFICI PROBLEMA (GRIGIO SCURO/NERO - Morte cellulare) --- */
.problem-card { border-top: 6px solid var(--problem-gray); }
.problem-icon-bg { background: #f0f0f0; color: var(--problem-gray); }
.problem-title { color: var(--problem-gray); }
.problem-point-icon { background: var(--problem-gray); color: white; }

/* --- STILI SPECIFICI SOLUZIONE (ROSSO VIBRANTE - Vita/Rigenerazione) --- */
.solution-card { border-top: 6px solid var(--vibrant-red); }
.solution-icon-bg { background: var(--bg-light-red); color: var(--deep-red); }
.solution-title { color: var(--deep-red); }
.solution-point-icon { background: var(--vibrant-red); color: white; }

/* ELEMENTI CARD */
.card-icon {
    width: 80px; height: 80px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 36px;
    margin: 0 auto 20px auto;
}
.card-title {
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.card-description {
    font-size: 18px;
    color: #444;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.scientific-explanation {
    text-align: center;
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
    font-style: italic;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
    border-left: 3px solid #ccc;
}

/* LISTA PUNTI */
.points-list { list-style: none; padding: 0; }
.point-item { display: flex; align-items: flex-start; margin-bottom: 15px; }
.point-icon {
    flex-shrink: 0;
    width: 24px; height: 24px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-right: 12px;
    font-size: 14px; font-weight: bold;
    margin-top: 3px;
}
.point-text { font-size: 15px; color: #333; line-height: 1.5; }
.point-text strong { font-weight: 700; }

/* --- CTA & EXPERT BOX --- */
.mechanism-cta {
    margin-top: 50px;
    padding: 40px 30px;
    background: #fff;
    border-radius: 12px;
    border: 2px solid var(--deep-red); /* Bordo Rosso Premium */
    box-shadow: var(--shadow-elevated);
    text-align: center;
}

/* Layout Profilo Dottoressa */
.expert-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.expert-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 3px solid var(--deep-red);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.expert-content {
    background: #fff9f9; /* Leggermente rosato */
    padding: 20px;
    border-radius: 8px;
    position: relative;
    border: 1px solid #ffcccc;
}

/* Triangolo fumetto */
.expert-content::before {
    content: '';
    position: absolute;
    top: -10px; left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff9f9;
}

.expert-quote {
    font-size: 16px;
    color: #333;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.6;
}

.expert-name {
    display: block;
    font-weight: 900;
    color: var(--pure-black);
    font-size: 17px;
}

.expert-role {
    display: block;
    font-size: 13px;
    color: var(--deep-red);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button {
    background: linear-gradient(135deg, #C00000 0%, #FF0000 100%); /* Gradiente Rosso */
    color: white;
    padding: 18px 40px;
    border-radius: 4px; /* Bottone più squadrato e serio */
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(192, 0, 0, 0.3);
    transition: transform 0.2s;
}
.cta-button:hover { transform: translateY(-3px); box-shadow: 0 15px 25px rgba(192, 0, 0, 0.4); }

/* DESKTOP */
@media (min-width: 768px) {
    .comparison-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .card-icon { width: 100px; height: 100px; font-size: 42px; }
    
    /* Layout Esperto Desktop */
    .expert-box {
        flex-direction: row;
        align-items: flex-start;
        max-width: 800px;
        margin: 0 auto 30px auto;
    }
    .expert-avatar { width: 120px; height: 120px; margin-top: 10px; }
    .expert-content::before {
        top: 20px; left: -10px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #fff9f9;
        border-left: none;
        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7919f9aa */:root {
    --deep-red: #8B0000;      /* Rosso Scuro Intenso */
    --vibrant-red: #D00000;   /* Rosso Vivo per highlights */
    --pure-black: #000000;    /* Nero testi */
    --luxury-gold: #D4AF37;   /* Oro per dettagli */
    --soft-gray: #f9f9f9;     /* Sfondo carte */
    --white: #ffffff;
    --text-primary: #1a1a1a;
    --text-secondary: #444444;
    --border-color: #e0e0e0;
    --shadow-soft: 0 5px 15px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 15px 30px rgba(139, 0, 0, 0.15); /* Ombra rossastra */
}

/* RESET E BASE */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', sans-serif; line-height: 1.6; background: var(--white); color: var(--text-primary); padding: 15px 12px; }

.container { max-width: 1200px; margin: 0 auto; position: relative; }

.highlight-yellow {
    background: #FFD700;
    color: var(--pure-black);
    padding: 2px 6px; border-radius: 4px; font-weight: 800;
}

/* SEZIONE INGREDIENTI */
.ingredients-section { margin: 40px 0; }

.ingredients-header { text-align: center; margin-bottom: 40px; padding: 0 10px; }
.ingredients-title {
    font-size: clamp(28px, 6vw, 42px); font-weight: 900; color: var(--pure-black);
    margin-bottom: 10px; line-height: 1.2;
}
.ingredients-subtitle {
    font-size: clamp(16px, 4vw, 20px); color: var(--deep-red); font-weight: 600;
}

/* GRIGLIA */
.ingredients-grid {
    display: grid; grid-template-columns: 1fr; gap: 24px;
}

.ingredient-card {
    background: var(--soft-gray); border-radius: 4px; padding: 24px;
    box-shadow: var(--shadow-soft); border: 1px solid var(--border-color);
    position: relative; transition: all 0.3s ease; overflow: hidden;
}

/* Linea colorata in alto (Rosso Premium) */
.ingredient-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--deep-red), var(--vibrant-red));
}

.ingredient-card:hover {
    transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: var(--vibrant-red);
}

/* HEADER CARD */
.ingredient-header {
    display: flex; align-items: center; gap: 15px; margin-bottom: 15px;
    padding-bottom: 15px; border-bottom: 1px solid #ddd;
}

.ingredient-number {
    background: var(--pure-black); /* Numero Nero */
    color: var(--luxury-gold);    /* Testo Oro */
    width: 50px; height: 50px; border-radius: 50%; /* Tondo perfetto */
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; font-weight: 800; flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.ingredient-name {
    font-size: 20px; font-weight: 800; color: var(--pure-black); line-height: 1.1; margin-bottom: 4px; text-transform: uppercase;
}
.ingredient-latin {
    font-size: 12px; color: #666; font-style: italic;
    font-weight: 500; display: inline-block;
}

/* CONTENT CARD */
.ingredient-description {
    font-size: 15px; line-height: 1.6; color: var(--text-secondary); margin-bottom: 15px;
}
.ingredient-description strong { color: var(--deep-red); font-weight: 700; }

.mechanism-detail {
    background: #fff; border-left: 3px solid var(--deep-red);
    padding: 12px; border-radius: 0 4px 4px 0; margin: 15px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.mechanism-title {
    font-size: 11px; font-weight: 800; color: var(--deep-red); text-transform: uppercase; margin-bottom: 3px; letter-spacing: 0.5px;
}
.mechanism-text { font-size: 13px; color: #333; font-weight: 500; }

.ingredient-benefit {
    background: var(--deep-red); 
    color: white; padding: 10px 12px; border-radius: 4px;
    font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 10px;
    box-shadow: 0 4px 10px rgba(139, 0, 0, 0.2);
}
.benefit-icon { font-size: 18px; }

/* DESKTOP */
@media (min-width: 768px) {
    .ingredients-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27845c3c */:root {
    --deep-red: #8B0000;      /* Rosso Scuro Base */
    --vibrant-red: #D00000;   /* Rosso Acceso Prezzo/Button */
    --pure-black: #000000;
    --luxury-gold: #D4AF37;   /* Oro */
    --soft-gray: #f4f4f4;
    --white: #ffffff;
    --text-primary: #1a1a1a;
    --text-secondary: #444;
    --text-muted: #777;
    --border-color: #ddd;
    --shadow-deep: 0 20px 40px rgba(0, 0, 0, 0.15);
    --urgent-bg: #fff0f0;     /* Sfondo rossastro chiaro per urgenza */
    --urgent-border: #ffcccc;
}

/* RESET E BASE */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { 
    font-family: 'Montserrat', sans-serif; 
    line-height: 1.6; 
    background: #fff; 
    color: var(--text-primary); 
    padding: 20px 12px; 
}

.container { max-width: 800px; margin: 0 auto; position: relative; }

.highlight-yellow {
    background: #FFD700;
    color: var(--pure-black);
    padding: 2px 6px; 
    border-radius: 4px; 
    font-weight: 800;
}

/* FINAL OFFER SECTION */
.final-offer {
    background: var(--white);
    padding: 30px 0; 
    margin: 32px 0; 
    position: relative; 
    overflow: hidden;
    border-radius: 8px; 
    box-shadow: var(--shadow-deep); 
    border: 1px solid var(--border-color);
}

.offer-content { max-width: 800px; margin: 0 auto; padding: 0 20px; }

.offer-badge {
    background: var(--vibrant-red);
    color: white; 
    padding: 10px 20px; 
    border-radius: 4px;
    font-size: 14px; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 1px;
    display: inline-block; 
    margin-bottom: 16px; 
    box-shadow: 0 4px 12px rgba(200, 0, 0, 0.3);
    animation: pulse-badge 2s infinite alternate;
}
@keyframes pulse-badge { 0% { transform: scale(1); } 100% { transform: scale(1.05); } }

.offer-title {
    font-size: clamp(24px, 6vw, 36px); 
    font-weight: 900; 
    color: var(--pure-black);
    text-align: center; 
    margin-bottom: 10px; 
    line-height: 1.1;
}
.offer-subtitle {
    font-size: clamp(16px, 4vw, 20px); 
    color: var(--text-secondary); 
    text-align: center;
    margin-bottom: 24px; 
    font-weight: 600;
}

.product-image {
    width: 100%; 
    height: 300px;
    background-size: contain; 
    background-position: center; 
    background-repeat: no-repeat;
    margin-bottom: 25px; 
    background-color: #f9f9f9;
}

/* BENEFITS LIST */
.benefits-section { margin-bottom: 24px; }
.benefits-title {
    font-size: 22px; 
    font-weight: 800; 
    color: var(--pure-black); 
    margin-bottom: 18px; 
    text-align: center;
}

.benefit-item {
    display: flex; 
    align-items: flex-start; 
    gap: 12px; 
    margin-bottom: 12px;
    padding: 12px 14px; 
    background: #fdfdfd; 
    border: 1px solid #eee;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.benefit-item:hover { border-color: var(--vibrant-red); transform: translateX(3px); }

.benefit-check { 
    background: var(--pure-black);
    color: var(--luxury-gold); 
    width: 24px; height: 24px; 
    border-radius: 50%; 
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; font-weight: 800; flex-shrink: 0; 
}

.benefit-text { font-size: 15px; color: var(--text-primary); font-weight: 500; line-height: 1.4; }
.benefit-text strong { color: var(--deep-red); font-weight: 700; }

/* URGENCY BOX */
.urgency-section {
    background: var(--urgent-bg);
    padding: 20px; 
    margin: 24px 0; 
    text-align: center; 
    border-radius: 4px;
    border: 2px solid var(--urgent-border); 
    animation: glow-urgency 3s infinite alternate;
}
@keyframes glow-urgency { 0% { box-shadow: 0 0 5px rgba(200, 0, 0, 0.1); } 100% { box-shadow: 0 0 15px rgba(200, 0, 0, 0.2); } }

.urgency-title { font-size: 18px; font-weight: 800; color: var(--vibrant-red); margin-bottom: 5px; text-transform: uppercase; }
.urgency-text { font-size: 14px; color: var(--text-primary); font-weight: 500; }

/* PRICING BOX */
.pricing-section {
    background: white; 
    padding: 40px 20px; 
    margin: 35px 0; 
    box-shadow: var(--shadow-deep);
    text-align: center; 
    border-radius: 8px; 
    border: 3px solid var(--vibrant-red); 
    position: relative;
}
.pricing-section::before {
    content: '🐌 BEST SELLER 2026'; 
    display: block; 
    background: var(--vibrant-red);
    color: white; 
    padding: 8px 18px; 
    border-radius: 4px; 
    font-size: 14px; 
    font-weight: 800;
    text-transform: uppercase; 
    letter-spacing: 1px; 
    margin: -55px auto 20px auto;
    width: fit-content; 
    position: relative; 
    top: -5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.old-price { font-size: 20px; color: var(--text-muted); text-decoration: line-through; margin-bottom: 5px; }
.current-price { font-size: 52px; font-weight: 900; color: var(--vibrant-red); margin-bottom: 5px; line-height: 1; }
.price-note { font-size: 18px; color: var(--pure-black); font-weight: 700; margin-bottom: 15px; }

.savings {
    background: var(--pure-black); 
    color: var(--luxury-gold); 
    padding: 6px 14px;
    border-radius: 4px; 
    font-size: 14px; 
    font-weight: 700; 
    text-transform: uppercase; 
    display: inline-block;
}

.cta-button {
    background: linear-gradient(135deg, #C00000 0%, #FF0000 100%); 
    color: white;
    padding: 20px 30px; 
    border: none; 
    border-radius: 4px; 
    font-size: 19px; 
    font-weight: 800;
    text-transform: uppercase; 
    cursor: pointer; 
    box-shadow: 0 10px 20px rgba(192, 0, 0, 0.3);
    transition: all 0.3s ease; 
    text-decoration: none; 
    display: inline-block; 
    margin-top: 25px;
    width: 100%; 
    max-width: 380px; 
    animation: pulse-cta 2s infinite alternate;
}
@keyframes pulse-cta { 0% { transform: scale(1); } 100% { transform: scale(1.03); } }
.cta-button:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(192, 0, 0, 0.4); }

/* TRUST BADGES */
.trust-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.trust-item {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    padding: 10px; background: #f9f9f9; border-radius: 4px; border: 1px solid #eee;
}
.trust-icon { font-size: 24px; margin-bottom: 5px; }
.trust-title { font-size: 13px; font-weight: 700; color: var(--pure-black); margin-bottom: 2px; }
.trust-description { font-size: 11px; color: var(--text-secondary); }

/* FOMO BOX (FOOTER) */
.fomo-box {
    text-align: center; 
    margin-top: 40px; 
    padding: 30px 20px; 
    background: #333; 
    border-radius: 8px;
    color: white;
}
.fomo-title {
    font-size: 20px; 
    color: #FFD700; /* Titolo giallo su sfondo nero */
    margin-bottom: 12px; 
    font-weight: 800;
    text-transform: uppercase;
}
.fomo-text {
    font-size: 15px; 
    color: #eee; 
    margin-bottom: 20px; 
    font-weight: 500; 
    line-height: 1.5;
}
.fomo-btn {
    margin-top: 0; 
    background: linear-gradient(135deg, #fff 0%, #eee 100%);
    color: #000;
    box-shadow: 0 5px 15px rgba(255,255,255,0.2);
}
.fomo-btn:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255,255,255,0.3);
}

/* DESKTOP */
@media (min-width: 768px) {
    .product-image { height: 400px; }
    .trust-badges { gap: 20px; }
    .trust-item { padding: 15px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-668dadab *//* --- STILE FORZATO PER CONTACT FORM 7 (VERDE SMERALDO) --- */

/* 1. Il contenitore del modulo (Sfondo bianco, bordo azzurro) */
div.wpcf7 form.wpcf7-form {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 16px !important;
    border: 2px solid #bae6fd !important; /* Azzurro Crio */
    box-shadow: 0 10px 40px rgba(14, 165, 233, 0.15) !important;
    max-width: 600px !important;
    margin: 20px auto !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* 2. Le etichette (Nome, Email, ecc.) */
div.wpcf7 label {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0f172a !important; /* Blu scuro */
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* 3. Tutti i campi di input (tranne il bottone) */
div.wpcf7 input:not([type="submit"]),
div.wpcf7 select,
div.wpcf7 textarea {
    width: 100% !important;
    background-color: #f0f9ff !important; /* Ghiaccio chiarissimo */
    border: 2px solid #e0f2fe !important;
    border-radius: 8px !important;
    padding: 16px !important;
    font-size: 16px !important;
    color: #334155 !important;
    box-sizing: border-box !important;
    margin-bottom: 20px !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* 4. Effetto quando clicchi dentro un campo */
div.wpcf7 input:not([type="submit"]):focus,
div.wpcf7 select:focus,
div.wpcf7 textarea:focus {
    border-color: #0ea5e9 !important; /* Azzurro acceso */
    background-color: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.2) !important;
}

/* 5. Il Placeholder (il testo grigio dentro i campi) */
div.wpcf7 ::placeholder {
    color: #94a3b8 !important;
    font-weight: 500 !important;
    opacity: 1 !important;
}

/* 6. IL BOTTONE DI INVIO (VERDE SMERALDO) */
div.wpcf7 input[type="submit"] {
    width: 100% !important;
    /* Gradiente Verde Smeraldo Brillante */
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important; 
    color: white !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    padding: 20px !important;
    border: 1px solid #34d399 !important; /* Bordino leggero per risaltare */
    border-radius: 50px !important;
    cursor: pointer !important;
    margin-top: 10px !important;
    /* Ombra verde diffusa */
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.35) !important; 
    transition: transform 0.2s !important;
    -webkit-appearance: none !important;
}

/* Effetto Hover sul bottone (Diventa più scuro) */
div.wpcf7 input[type="submit"]:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 30px rgba(16, 185, 129, 0.5) !important;
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
}

/* 7. Messaggi di errore (es. "Campo obbligatorio") */
div.wpcf7 .wpcf7-not-valid-tip {
    color: #dc2626 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-top: -15px !important;
    margin-bottom: 15px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56d018a1 */:root {
    --deep-red: #8B0000;      /* Rosso Scuro - Colore principale */
    --vibrant-red: #D00000;   /* Rosso Vivo - Icone/Accenti */
    --pure-black: #000000;    /* Testo nero */
    --white: #ffffff;
    --soft-gray: #f9f9f9;     /* Sfondo chiaro */
    --border-color: #e0e0e0;
    --gold: #FFD700;
    --text-primary: #1a1a1a;
    --text-secondary: #444;
    --shadow-card: 0 4px 10px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* RESET E BASE */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { 
    font-family: 'Montserrat', sans-serif; 
    line-height: 1.6; 
    background: var(--white); 
    color: var(--text-primary); 
    padding: 15px 12px; 
}

.container { max-width: 800px; margin: 0 auto; position: relative; }

.highlight-yellow {
    background: var(--gold);
    color: var(--pure-black);
    padding: 2px 6px; 
    border-radius: 4px; 
    font-weight: 800;
}

/* FAQ SECTION */
.faq-section { margin: 40px 0; }

.faq-header { text-align: center; margin-bottom: 30px; }
.faq-title {
    font-size: clamp(24px, 7vw, 36px); 
    font-weight: 900; 
    color: var(--pure-black);
    margin-bottom: 10px; 
    line-height: 1.1;
}
.faq-subtitle {
    font-size: clamp(14px, 4.5vw, 18px); 
    color: var(--text-secondary); 
    font-weight: 600;
}

/* LISTA */
.faq-list { display: grid; gap: 15px; }

.faq-item {
    background: var(--soft-gray); 
    border-radius: 4px; /* Bordi meno arrotondati, più premium */
    box-shadow: var(--shadow-card); 
    border: 1px solid var(--border-color);
    overflow: hidden; 
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item:hover {
    box-shadow: var(--shadow-hover); 
    border-color: var(--deep-red); /* Hover Rosso Scuro */
}

/* DOMANDA */
.faq-question {
    width: 100%; 
    padding: 18px 20px; 
    background: none; 
    border: none; 
    text-align: left;
    cursor: pointer; 
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 3.5vw, 16px); 
    font-weight: 800; /* Più bold */
    color: var(--pure-black);
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    gap: 10px;
}
.faq-question:hover { background: rgba(139, 0, 0, 0.03); }

/* ICONA + */
.faq-icon {
    width: 24px; height: 24px; 
    border-radius: 50%;
    /* Gradiente Rosso */
    background: linear-gradient(135deg, var(--deep-red) 0%, var(--vibrant-red) 100%);
    color: white; 
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; font-weight: 700; 
    flex-shrink: 0; 
    transition: transform 0.3s ease;
}
.faq-item.active .faq-icon { transform: rotate(45deg); }

/* RISPOSTA */
.faq-answer {
    max-height: 0; 
    overflow: hidden; 
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: #fff; /* Sfondo bianco per il testo risposta */
}
.faq-item.active .faq-answer { max-height: 500px; }

.faq-answer-content {
    font-size: 14px; 
    color: var(--text-secondary); 
    font-weight: 500; 
    line-height: 1.6;
    padding: 20px; 
    border-top: 1px solid #eee;
}
.faq-answer-content strong { color: var(--deep-red); font-weight: 800; }

.highlight {
    background: #fff0f0; /* Rosato chiaro */
    color: var(--deep-red);
    padding: 1px 4px; 
    border-radius: 4px; 
    font-weight: 700;
}/* End custom CSS */