.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-2370 .elementor-element.elementor-element-3b456fb img{border-radius:12px 12px 12px 12px;}.elementor-2370 .elementor-element.elementor-element-2a407a7 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-2370 .elementor-element.elementor-element-289386e0 img{border-radius:10px 10px 10px 10px;}@media(max-width:767px){.elementor-2370 .elementor-element.elementor-element-240efc2c > .elementor-widget-container{margin:0px -26px -26px -26px;}}/* Start custom CSS for html, class: .elementor-element-240efc2c *//* --- STILE CORRETTO E RIPRISTINATO --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');

:root {
    --deep-blue: #00235B;      /* Blu Navy Profondo (Backgrounds, Borders) */
    --clinical-blue: #0056b3;  /* Blu Clinico Brillante (Testo Highlight) */
    --accent-red: #D00000;     /* Rosso Allerta (Sottolineature, Sconti) */
    --check-green: #16a34a;    /* Verde Successo */
    --bg-gray: #f8fafc;
    --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.15);
    border-radius: 8px; /* Bordi meno tondi, più seri */
    border: 2px solid #e2e8f0;
    overflow: hidden;
}

/* Barra Urgenza in Blu Profondo */
.top-urgency-bar {
    background-color: var(--deep-blue);
    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/Blu Scuro con Highlight specifico */
.main-headline {
    font-size: 30px;
    line-height: 1.25;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 900;
}

/* L'EFFETTO RICHIESTO: Testo Blu + Riga Rossa Sotto */
.hook-highlight {
    color: var(--clinical-blue);
    border-bottom: 4px solid var(--accent-red); /* Riga Rossa Spessa */
    display: inline-block;
    line-height: 0.85;
    margin-bottom: 5px;
}

.uppercase { text-transform: uppercase; }

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

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

.img-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1; /* Quadrato Perfetto */
    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: #333;
    line-height: 1.4;
}

.icon-box {
    background: var(--check-green);
    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: #fffde7; /* Giallo pallido sfondo */
    border: 2px solid #ffe082; /* Bordo giallo deciso */
    padding: 15px;
    border-radius: 6px;
}

.icon-box-offer {
    background: var(--accent-red); /* Freccia Rossa */
    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;
}

.highlight-yellow {
    background: #ffff00;
    padding: 0 4px;
    border: 1px solid #e6e600;
    color: #d00000;
    font-weight: 800;
}

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

:root {
    --brand-blue: #0f172a;       /* Dark Navy moderno */
    --brand-gradient: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    --accent-green: #10b981;     /* Verde smeraldo acceso */
    --accent-red: #ef4444;       /* Rosso moderno */
    --text-main: #334155;
    --bg-card: #ffffff;
}

/* Container Principale */
.mobile-conversion-card {
    font-family: 'Inter', sans-serif;
    max-width: 500px; /* Stretto per sembrare app mobile anche su desktop */
    margin: 20px auto;
    background: var(--bg-card);
    border-radius: 24px; /* Angoli molto arrotondati (stile iOS) */
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15); /* Ombra morbida e profonda */
    overflow: hidden;
    position: relative;
    border: 1px solid #f1f5f9;
}

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

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

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

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

.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;
}

/* --- 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: #fee2e2;
    color: var(--accent-red);
    font-size: 12px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 6px;
}

.price-strikethrough {
    text-decoration: line-through;
    color: #94a3b8;
    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: 64px; /* ENORME */
    font-weight: 800;
    color: var(--brand-blue);
    line-height: 1;
    letter-spacing: -2px;
    position: relative;
    z-index: 2;
}

.current-price small {
    font-size: 24px;
    vertical-align: super;
    font-weight: 600;
}

/* Il Cerchio "Disegnato" CSS */
.green-marker-ring {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border: 3px solid var(--accent-green);
    border-radius: 95% 4% 97% 5% / 4% 94% 3% 95%; /* Forma organica */
    transform: rotate(-2deg) scale(1.1);
    z-index: 1;
    animation: float-ring 3s ease-in-out infinite;
}

.promo-text {
    font-size: 13px;
    color: var(--accent-green);
    font-weight: 600;
    margin-top: 5px;
}

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

.trust-pill {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 8px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-main);
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

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

/* --- MEGA CTA BUTTON --- */
.mega-cta-button {
    width: 100%;
    background: var(--accent-red);
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(239, 68, 68, 0.4); /* Ombra rossa luminosa */
    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(255,255,255,0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

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

.secure-footer {
    margin-top: 15px;
    font-size: 11px;
    color: #94a3b8;
    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(239, 68, 68, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(239, 68, 68, 0); }
    100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
@keyframes shine {
    0% { left: -100%; }
    20% { left: 200%; }
    100% { left: 200%; }
}

/* Responsive adjustment */
@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-e093e10 *//* WRAPPER GENERALE DELLO SHORTCODE */
.elementor-widget-shortcode form {
  background:#ffffff;
  padding:30px 25px;
  border-radius:14px;
  box-shadow:0 4px 16px rgba(0,0,0,0.08);
  font-family:'Montserrat',sans-serif;
  max-width:650px;
  margin:0 auto;
}

/* LABEL */
.elementor-widget-shortcode form label {
  font-size:14px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:6px;
  display:block;
}

/* CAMPI INPUT */
.elementor-widget-shortcode form input[type="text"],
.elementor-widget-shortcode form input[type="tel"],
.elementor-widget-shortcode form input[type="email"],
.elementor-widget-shortcode form input[type="address"],
.elementor-widget-shortcode form textarea {
  width:100%;
  padding:14px 16px;
  font-size:16px;
  border-radius:10px;
  border:1px solid #d1d5db;
  background:#ffffff;
  margin-bottom:18px;
  box-sizing:border-box;
  transition:all .2s ease;
}

.elementor-widget-shortcode form input:focus,
.elementor-widget-shortcode form textarea:focus {
  border-color:#0f172a;
  box-shadow:0 0 0 2px rgba(15,23,42,0.15);
  outline:none;
}

/* BOTTONE SUBMIT */
.elementor-widget-shortcode form button[type="submit"],
.elementor-widget-shortcode form input[type="submit"] {
  width:100%;
  background:#b91c1c;
  color:#ffffff;
  font-size:20px;
  font-weight:800;
  padding:16px 0;
  border:none;
  border-radius:12px;
  cursor:pointer;
  text-transform:uppercase;
  letter-spacing:0.5px;
  transition:all .25s ease;
  box-shadow:0 8px 20px rgba(185,28,28,0.45);
}

.elementor-widget-shortcode form button[type="submit"]:hover,
.elementor-widget-shortcode form input[type="submit"]:hover {
  background:#a31616;
  box-shadow:0 10px 26px rgba(185,28,28,0.60);
  transform:translateY(-2px);
}

/* CHECKBOX/RADIO (se presenti) */
.elementor-widget-shortcode form input[type="checkbox"],
.elementor-widget-shortcode form input[type="radio"] {
  margin-right:6px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3da2486d *//* --- INIZIO SOCIAL PROOF CSS --- */

/* Import Font per coerenza */
@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: #f0f9ff; /* Sfondo celeste chiarissimo */
}

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

/* TITOLI */
.social-proof-title {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}
.social-proof-subtitle {
  font-size: 18px;
  color: #334155;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.4;
}
.social-proof-description {
  font-size: 16px;
  color: #475569;
  padding: 0 10px;
  font-weight: 500;
  max-width: 650px;
  margin: 0 auto;
}
.highlight-yellow {
  background: #fef08a;
  padding: 2px 8px;
  border-radius: 4px;
  color: #854d0e;
  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: 20px;
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0f2fe; /* Bordo azzurrino */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(14, 165, 233, 0.15); /* Ombra azzurra al passaggio */
  border-color: #bae6fd;
}

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

/* STELLE */
.stars {
  color: #fbbf24;
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}

/* BADGES */
.verification-badge {
  background: #dcfce7;
  color: #166534;
  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;
}

.result-badge {
  /* Gradiente BLU CRIO invece che Rosso */
  background: linear-gradient(135deg, #0284c7, #0ea5e9);
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  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(2, 132, 199, 0.3);
}

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

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

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

.author-initial {
  /* Gradiente BLU CRIO */
  background: linear-gradient(135deg, #0284c7, #38bdf8);
  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.1);
}

.author-name {
  font-weight: 700;
  font-size: 15px;
  color: #0f172a;
  text-align: left;
}
.author-location {
  font-size: 13px;
  color: #64748b;
  text-align: left;
}
.verification-date {
  font-size: 11px;
  color: #94a3b8;
  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-528b195a */:root {
    --medical-navy: #0f172a;       /* Blu scuro per testi */
    --urgent-crimson: #be123c;     /* Rosso per il Problema */
    --crio-blue: #0ea5e9;          /* Blu Ghiaccio per la Soluzione */
    --crio-dark: #0284c7;          /* Blu scuro per bottoni */
    --crio-gradient: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
    --clinical-white: #ffffff;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --shadow-elevated: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

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

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

/* TYPOGRAPHY */
.highlight-yellow {
    background: linear-gradient(120deg, #fbbf24 0%, #f59e0b 100%);
    color: var(--medical-navy);
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}

/* 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: 800;
    color: var(--medical-navy);
    margin-bottom: 10px;
    line-height: 1.2;
}

.section-subtitle {
    font-size: clamp(18px, 4vw, 24px);
    color: var(--text-secondary);
    font-weight: 500;
    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: 20px;
    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 (ROSSO) */
.problem-card { border-top: 6px solid var(--urgent-crimson); }
.problem-icon-bg { background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%); color: var(--urgent-crimson); }
.problem-title { color: var(--urgent-crimson); }
.problem-point-icon { background: var(--urgent-crimson); color: white; }

/* STILI SPECIFICI SOLUZIONE (BLU CRIO) */
.solution-card { border-top: 6px solid var(--crio-blue); }
.solution-icon-bg { background: var(--crio-gradient); color: var(--crio-blue); }
.solution-title { color: var(--crio-blue); }
.solution-point-icon { background: var(--crio-blue); 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: 700;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.card-description {
    font-size: 18px;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.scientific-explanation {
    text-align: center;
    font-size: 15px;
    color: var(--text-secondary);
    margin-bottom: 25px;
    font-style: italic;
    background: #f8fafc;
    padding: 10px;
    border-radius: 8px;
}

/* 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: 12px; font-weight: bold;
    margin-top: 3px;
}
.point-text { font-size: 15px; color: var(--text-primary); line-height: 1.5; }
.point-text strong { font-weight: 700; }

/* --- CTA & EXPERT BOX (NUOVO) --- */
.mechanism-cta {
    margin-top: 50px;
    padding: 40px 30px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 20px;
    border: 2px solid var(--crio-blue);
    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 white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.expert-content {
    background: white;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

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

.expert-quote {
    font-size: 16px;
    color: var(--text-secondary);
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.6;
}

.expert-name {
    font-weight: 800;
    color: var(--medical-navy);
    font-size: 16px;
}

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

.cta-button {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(14, 165, 233, 0.3);
    transition: transform 0.2s;
}
.cta-button:hover { transform: translateY(-3px); }

/* 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 white;
        border-left: none;
        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-38a6e77 */:root {
    --medical-navy: #0f172a;       /* Blu scuro testi */
    --clinical-blue: #0ea5e9;      /* Azzurro Crio acceso */
    --trust-teal: #0284c7;         /* Blu solido */
    --medical-green: #38bdf8;      /* Celeste chiaro */
    --clinical-white: #ffffff;
    --clinical-bg: #f0f9ff;        /* Sfondo ghiaccio chiarissimo */
    --urgent-crimson: #be123c;     
    --gold-accent: #f59e0b;
    --text-primary: #0f172a;
    --text-secondary: #334155;
    --text-muted: #64748b;
    --accent-blue: #0284c7;
    --clinical-gray: #e0f2fe;      /* Grigio azzurrino */
    --border-clinical: #bae6fd;    /* Bordo azzurro */
    --gradient-clinical: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    --shadow-elevated: 0 4px 6px -1px rgba(14, 165, 233, 0.1), 0 2px 4px -1px rgba(14, 165, 233, 0.06);
    --shadow-deep: 0 20px 25px -5px rgba(14, 165, 233, 0.15), 0 10px 10px -5px rgba(14, 165, 233, 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(--gradient-clinical); color: var(--text-primary); padding: 15px 12px; }

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

.highlight-yellow {
    background: linear-gradient(120deg, #fbbf24 0%, #f59e0b 100%);
    color: var(--medical-navy);
    padding: 2px 6px; border-radius: 4px; font-weight: 600;
}

/* 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: 800; color: var(--medical-navy);
    margin-bottom: 10px; line-height: 1.2;
}
.ingredients-subtitle {
    font-size: clamp(16px, 4vw, 20px); color: var(--text-secondary); font-weight: 600;
}

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

.ingredient-card {
    background: var(--clinical-white); border-radius: 16px; padding: 24px;
    box-shadow: var(--shadow-elevated); border: 1px solid var(--border-clinical);
    position: relative; transition: all 0.3s ease; overflow: hidden;
}

/* Linea colorata in alto (Gradiente Crio) */
.ingredient-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, #0ea5e9, #0284c7, #38bdf8);
}

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

/* HEADER CARD */
.ingredient-header {
    display: flex; align-items: center; gap: 15px; margin-bottom: 15px;
    padding-bottom: 15px; border-bottom: 1px solid var(--clinical-gray);
}

.ingredient-number {
    background: linear-gradient(135deg, var(--clinical-blue) 0%, var(--accent-blue) 100%);
    color: white; width: 50px; height: 50px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; font-weight: 800; flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(14, 165, 233, 0.3);
}

.ingredient-name {
    font-size: 22px; font-weight: 700; color: var(--medical-navy); line-height: 1.1; margin-bottom: 2px;
}
.ingredient-latin {
    font-size: 12px; color: var(--text-muted); font-style: italic;
    background: var(--clinical-gray); padding: 2px 8px; border-radius: 10px; 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(--medical-navy); font-weight: 700; }

.mechanism-detail {
    background: #f0f9ff; border-left: 3px solid var(--clinical-blue);
    padding: 12px; border-radius: 0 6px 6px 0; margin: 15px 0;
}
.mechanism-title {
    font-size: 11px; font-weight: 700; color: var(--clinical-blue); text-transform: uppercase; margin-bottom: 3px;
}
.mechanism-text { font-size: 13px; color: var(--text-secondary); font-weight: 500; }

.ingredient-benefit {
    background: rgba(14, 165, 233, 0.1); border: 1px solid rgba(14, 165, 233, 0.2);
    color: var(--accent-blue); padding: 10px 12px; border-radius: 8px;
    font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 8px;
}

/* 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-3f53c036 */:root {
    --medical-navy: #0f172a;       /* Blu scuro testi */
    --clinical-blue: #0ea5e9;      /* Azzurro Crio acceso */
    --trust-teal: #0284c7;         /* Blu solido */
    --medical-green: #38bdf8;      /* Celeste chiaro per highlight */
    --clinical-white: #ffffff;
    --clinical-bg: #f0f9ff;        /* Sfondo ghiaccio */
    --urgent-crimson: #ef4444;     /* Rosso per urgenza/prezzo */
    --warning-bg: #fff1f2;         /* Sfondo FOMO rosato */
    --warning-border: #fecdd3;     /* Bordo FOMO */
    --warning-text: #b91c1c;       /* Rosso Scuro Allerta */
    --text-primary: #0f172a;
    --text-secondary: #334155;
    --text-muted: #64748b;
    --border-clinical: #bae6fd;
    --gradient-clinical: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    --shadow-deep: 0 20px 25px -5px rgba(14, 165, 233, 0.15), 0 10px 10px -5px rgba(14, 165, 233, 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(--gradient-clinical); 
    color: var(--text-primary); 
    padding: 20px 12px; 
}

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

.highlight-yellow {
    background: linear-gradient(120deg, #fbbf24 0%, #f59e0b 100%);
    color: var(--medical-navy);
    padding: 2px 6px; 
    border-radius: 4px; 
    font-weight: 600;
}

/* FINAL OFFER SECTION */
.final-offer {
    background: linear-gradient(135deg, var(--clinical-white) 0%, #f0f9ff 100%);
    padding: 30px 0; 
    margin: 32px 0; 
    position: relative; 
    overflow: hidden;
    border-radius: 16px; 
    box-shadow: var(--shadow-deep); 
    border: 1px solid var(--border-clinical);
}

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

.offer-badge {
    background: linear-gradient(135deg, var(--urgent-crimson) 0%, #dc2626 100%);
    color: white; 
    padding: 10px 20px; 
    border-radius: 50px;
    font-size: 14px; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 1px;
    display: inline-block; 
    margin-bottom: 16px; 
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
    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: 800; 
    color: var(--medical-navy);
    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; 
    border-radius: 12px;
}

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

.benefit-item {
    display: flex; 
    align-items: flex-start; 
    gap: 10px; 
    margin-bottom: 12px;
    padding: 12px 14px; 
    background: rgba(14, 165, 233, 0.08); 
    border-radius: 8px;
    transition: all 0.2s ease;
}
.benefit-item:hover { background: rgba(14, 165, 233, 0.12); transform: translateX(3px); }

.benefit-check { color: var(--clinical-blue); font-size: 18px; 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(--medical-navy); font-weight: 700; }

/* URGENCY BOX */
.urgency-section {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.08) 0%, rgba(239, 68, 68, 0.15) 100%);
    padding: 20px; 
    margin: 24px 0; 
    text-align: center; 
    border-radius: 12px;
    border: 2px solid rgba(239, 68, 68, 0.2); 
    animation: glow-urgency 3s infinite alternate;
}
@keyframes glow-urgency { 0% { box-shadow: 0 0 5px rgba(239, 68, 68, 0.1); } 100% { box-shadow: 0 0 15px rgba(239, 68, 68, 0.25); } }

.urgency-title { font-size: 18px; font-weight: 700; color: var(--urgent-crimson); margin-bottom: 5px; }
.urgency-text { font-size: 14px; color: var(--text-primary); font-weight: 500; }

/* PRICING BOX */
.pricing-section {
    background: white; 
    padding: 30px 20px; 
    margin: 24px 0; 
    box-shadow: var(--shadow-deep);
    text-align: center; 
    border-radius: 16px; 
    border: 3px solid var(--clinical-blue); 
    position: relative;
}
.pricing-section::before {
    content: '❄️ OFFERTA LANCIO 2026'; 
    display: block; 
    background: var(--clinical-blue);
    color: white; 
    padding: 8px 18px; 
    border-radius: 20px; 
    font-size: 14px; 
    font-weight: 700;
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
    margin: -42px auto 20px auto;
    width: fit-content; 
    position: relative; 
    top: -15px;
}

.old-price { font-size: 20px; color: var(--text-muted); text-decoration: line-through; margin-bottom: 5px; }
.current-price { font-size: 48px; font-weight: 800; color: var(--clinical-blue); margin-bottom: 5px; line-height: 1; }
.price-note { font-size: 16px; color: var(--text-primary); font-weight: 700; margin-bottom: 15px; }

.savings {
    background: rgba(239, 68, 68, 0.1); 
    color: var(--urgent-crimson); 
    padding: 6px 14px;
    border-radius: 20px; 
    font-size: 13px; 
    font-weight: 700; 
    text-transform: uppercase; 
    display: inline-block;
}

.cta-button {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%); 
    color: white;
    padding: 18px 30px; 
    border: none; 
    border-radius: 50px; 
    font-size: 18px; 
    font-weight: 800;
    text-transform: uppercase; 
    cursor: pointer; 
    box-shadow: 0 10px 20px rgba(14, 165, 233, 0.3);
    transition: all 0.3s ease; 
    text-decoration: none; 
    display: inline-block; 
    margin-top: 25px;
    width: 100%; 
    max-width: 350px; 
    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(14, 165, 233, 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: #f0f9ff; border-radius: 8px;
}
.trust-icon { font-size: 24px; margin-bottom: 5px; }
.trust-title { font-size: 13px; font-weight: 700; color: var(--medical-navy); margin-bottom: 2px; }
.trust-description { font-size: 11px; color: var(--text-secondary); }

/* FOMO BOX (FOOTER) */
.fomo-box {
    text-align: center; 
    margin-top: 32px; 
    padding: 24px; 
    background: var(--warning-bg); 
    border: 1px solid var(--warning-border);
    border-radius: 16px;
}
.fomo-title {
    font-size: 20px; 
    color: var(--warning-text); 
    margin-bottom: 12px; 
    font-weight: 800;
}
.fomo-text {
    font-size: 15px; 
    color: var(--text-primary); 
    margin-bottom: 20px; 
    font-weight: 500; 
    line-height: 1.5;
}
.fomo-btn {
    margin-top: 0; 
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%);
    box-shadow: 0 10px 20px rgba(185, 28, 28, 0.3);
}
.fomo-btn:hover {
    box-shadow: 0 15px 30px rgba(185, 28, 28, 0.4);
}

/* 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-17b72b1 *//* WRAPPER GENERALE DELLO SHORTCODE */
.elementor-widget-shortcode form {
  background:#ffffff;
  padding:30px 25px;
  border-radius:14px;
  box-shadow:0 4px 16px rgba(0,0,0,0.08);
  font-family:'Montserrat',sans-serif;
  max-width:650px;
  margin:0 auto;
}

/* LABEL */
.elementor-widget-shortcode form label {
  font-size:14px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:6px;
  display:block;
}

/* CAMPI INPUT */
.elementor-widget-shortcode form input[type="text"],
.elementor-widget-shortcode form input[type="tel"],
.elementor-widget-shortcode form input[type="email"],
.elementor-widget-shortcode form input[type="address"],
.elementor-widget-shortcode form textarea {
  width:100%;
  padding:14px 16px;
  font-size:16px;
  border-radius:10px;
  border:1px solid #d1d5db;
  background:#ffffff;
  margin-bottom:18px;
  box-sizing:border-box;
  transition:all .2s ease;
}

.elementor-widget-shortcode form input:focus,
.elementor-widget-shortcode form textarea:focus {
  border-color:#0f172a;
  box-shadow:0 0 0 2px rgba(15,23,42,0.15);
  outline:none;
}

/* BOTTONE SUBMIT */
.elementor-widget-shortcode form button[type="submit"],
.elementor-widget-shortcode form input[type="submit"] {
  width:100%;
  background:#b91c1c;
  color:#ffffff;
  font-size:20px;
  font-weight:800;
  padding:16px 0;
  border:none;
  border-radius:12px;
  cursor:pointer;
  text-transform:uppercase;
  letter-spacing:0.5px;
  transition:all .25s ease;
  box-shadow:0 8px 20px rgba(185,28,28,0.45);
}

.elementor-widget-shortcode form button[type="submit"]:hover,
.elementor-widget-shortcode form input[type="submit"]:hover {
  background:#a31616;
  box-shadow:0 10px 26px rgba(185,28,28,0.60);
  transform:translateY(-2px);
}

/* CHECKBOX/RADIO (se presenti) */
.elementor-widget-shortcode form input[type="checkbox"],
.elementor-widget-shortcode form input[type="radio"] {
  margin-right:6px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-182c7b3d */:root {
    --medical-navy: #0f172a;       /* Blu scuro testi */
    --clinical-blue: #0ea5e9;      /* Azzurro Crio */
    --trust-teal: #0284c7;         /* Blu solido */
    --clinical-white: #ffffff;
    --clinical-bg: #f0f9ff;        /* Sfondo ghiaccio */
    --urgent-crimson: #ef4444;     /* Rosso accenti */
    --text-primary: #0f172a;
    --text-secondary: #334155;
    --border-clinical: #bae6fd;
    --gradient-clinical: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    --shadow-elevated: 0 4px 6px -1px rgba(14, 165, 233, 0.1), 0 2px 4px -1px rgba(14, 165, 233, 0.06);
    --shadow-clinical: 0 10px 15px -3px rgba(14, 165, 233, 0.1), 0 4px 6px -2px rgba(14, 165, 233, 0.05);
}

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

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

.highlight-yellow {
    background: linear-gradient(120deg, #fbbf24 0%, #f59e0b 100%);
    color: var(--medical-navy);
    padding: 2px 6px; border-radius: 4px; font-weight: 600;
}

/* 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: 700; color: var(--medical-navy);
    margin-bottom: 10px; line-height: 1.1;
}
.faq-subtitle {
    font-size: clamp(14px, 4.5vw, 18px); color: var(--text-secondary); font-weight: 500;
}

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

.faq-item {
    background: var(--clinical-white); border-radius: 12px;
    box-shadow: var(--shadow-elevated); border: 1px solid var(--border-clinical);
    overflow: hidden; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item:hover {
    box-shadow: var(--shadow-clinical); border-color: var(--clinical-blue);
}

/* 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: 700; color: var(--medical-navy);
    display: flex; justify-content: space-between; align-items: center; gap: 10px;
}
.faq-question:hover { background: rgba(14, 165, 233, 0.05); }

/* ICONA + */
.faq-icon {
    width: 24px; height: 24px; border-radius: 50%;
    background: linear-gradient(135deg, var(--clinical-blue) 0%, var(--trust-teal) 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: #f8fbff;
}
.faq-item.active .faq-answer { max-height: 500px; } /* Altezza sufficiente */

.faq-answer-content {
    font-size: 14px; color: var(--text-secondary); font-weight: 500; line-height: 1.6;
    padding: 20px; border-top: 1px solid var(--border-clinical);
}
.faq-answer-content strong { color: var(--medical-navy); font-weight: 700; }
.highlight {
    background: rgba(14, 165, 233, 0.1); color: var(--clinical-blue);
    padding: 1px 4px; border-radius: 4px; font-weight: 600;
}/* End custom CSS */