.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-846 .elementor-element.elementor-element-1cae813e img{border-radius:12px 12px 12px 12px;}.elementor-846 .elementor-element.elementor-element-37d7349c .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-846 .elementor-element.elementor-element-19381da5 img{border-radius:10px 10px 10px 10px;}@media(max-width:767px){.elementor-846 .elementor-element.elementor-element-3dd40c9e > .elementor-widget-container{margin:0px -26px -26px -26px;}}/* Start custom CSS for html, class: .elementor-element-3dd40c9e *//* IMPORT FONT MONTSERRAT */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800;900&display=swap');

/* STILE "GEORGI" CENTERED - SUPREMO SLIM 5 */
.supremo-hero-wrapper {
    font-family: 'Montserrat', sans-serif;
    max-width: 600px; /* Mobile First Standard */
    margin: 0 auto;
    background: #ffffff;
    padding: 20px 15px;
    color: #1a1a1a;
    line-height: 1.4;
    text-align: center; /* CENTRATURA TOTALE */
    border-top: 5px solid #004d40;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* ALERT TAG */
.clinical-alert-tag {
    background-color: #e53935; 
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    display: inline-block; /* Necessario per centrare */
    border-radius: 3px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

/* HEADLINE */
.supremo-headline {
    color: #000;
    font-size: 28px; /* Mobile size */
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.supremo-headline span.highlight {
    color: #004d40;
    background: rgba(0, 77, 64, 0.1);
    padding: 0 5px;
    border-radius: 4px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* HERO IMAGE CONTAINER */
.hero-image-container {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.hero-image-placeholder {
    width: 100%;
    height: auto;
    display: block;
}

/* SUB-HEADLINE */
.supremo-subhead {
    font-size: 16px;
    color: #424242;
    font-weight: 500;
    margin-bottom: 25px;
    padding: 0 5px; /* Padding laterale leggero */
}

/* BULLET POINTS CENTRATI */
.supremo-bullets {
    list-style: none;
    padding: 15px;
    margin: 0 0 25px 0;
    background: #f4f8f8; /* Sfondo leggero per staccare */
    border-radius: 8px;
    border: 1px solid #e0f2f1;
}

.supremo-bullets li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #333;
    /* Centratura del testo bullet */
    display: block; 
}

.supremo-bullets li:last-child {
    margin-bottom: 0;
}

/* SPUNTA INLINE PER CENTRATURA */
.check-icon {
    display: inline-block;
    color: #fff;
    background-color: #004d40;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 6px;
    vertical-align: text-top; /* Allinea col testo */
}

.supremo-bullets strong {
    font-weight: 800;
    color: #004d40;
}

/* SCARCITY BAR */
.scarcity-box {
    background-color: #fff3e0;
    color: #e65100;
    padding: 12px;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #ffe0b2;
    margin-bottom: 20px;
    display: inline-block; /* Contenuto centrato */
    width: 100%;
    box-sizing: border-box;
}

/* OFFER BOX */
.offer-box {
    border: 2px dashed #004d40;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.offer-label {
    background: #004d40;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: center; /* Centrato */
    gap: 15px;
    margin: 5px 0;
}

.old-price {
    text-decoration: line-through;
    color: #9e9e9e;
    font-size: 18px;
}

.new-price {
    color: #d32f2f;
    font-size: 38px;
    font-weight: 900;
}

/* CTA BUTTON */
.cta-button {
    display: block;
    width: 100%;
    background: linear-gradient(180deg, #00897b 0%, #004d40 100%);
    color: white;
    font-size: 20px;
    font-weight: 800;
    padding: 18px 10px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 4px solid #00332a; /* Effetto bottone fisico */
}

.cta-button:hover {
    background: linear-gradient(180deg, #004d40 0%, #00332a 100%);
    color: #fff;
    transform: translateY(2px);
    border-bottom: 2px solid #00332a;
}

.cta-subtext {
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin-top: 5px;
    opacity: 0.9;
    text-transform: none;
}

/* TRUST ROW */
.trust-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    font-size: 10px;
    color: #757575;
    text-transform: uppercase;
    font-weight: 700;
}

/* MEDIA QUERIES */
@media (min-width: 768px) {
    .supremo-headline { font-size: 36px; }
    .supremo-hero-wrapper { max-width: 700px; padding: 40px; }
}/* 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-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-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 *//* --- 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-59b46a10 */: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-7919f9aa */: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-27845c3c */: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-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 {
    --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 */