.elementor-kit-6{--e-global-color-primary:#073341;--e-global-color-secondary:#F5C842;--e-global-color-text:#1A1A2E;--e-global-color-accent:#95F3EE;--e-global-color-ce38600:#052730;--e-global-color-c41e3c2:#F4F6F9;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================
   _styles-comuni.css
   Sito Emanuele Arcangelo Esposito
   Da incollare in Elementor → Site Settings → Custom CSS

   PALETTE: estratta direttamente dalle 9 slide della
   presentazione personale di Emanuele Esposito.
   "Blu più chiaro e luminoso" come da sua indicazione.
   ============================================ */

:root {
  /* PALETTE — colori esatti della presentazione cliente */
  --ee-primary: #1A2775;          /* Blu navy luminoso (dominante: 29k px nella presentazione) */
  --ee-primary-dark: #131D5C;     /* Blu navy più scuro (footer, sezioni cariche) */
  --ee-primary-mid: #1D2681;      /* Variante intermedia */
  --ee-primary-light: #234FD2;    /* Blu vivido per accenti, link su scuro */
  --ee-accent: #234FD2;           /* Stesso vivido per coerenza */
  --ee-gold: #FAD65C;             /* Giallo dorato della presentazione */
  --ee-gold-dark: #E8C040;        /* Hover */
  --ee-red: #FE0000;              /* Rosso puro della presentazione (per "qualche dettaglio") */
  --ee-red-dark: #D40000;         /* Hover */
  --ee-text: #1F2937;
  --ee-muted: #6B7280;
  --ee-bg: #FFFFFF;
  --ee-bg-soft: #FFFBE5;          /* Avorio caldo della presentazione (sezioni alternate) */
  --ee-bg-cream: #FEF7DB;         /* Crema più carica */
  --ee-border: #E5E7EB;
  --ee-shadow: 0 4px 20px rgba(26, 39, 117, 0.10);
  --ee-shadow-lg: 0 12px 30px rgba(26, 39, 117, 0.15);
}

/* TIPOGRAFIA */
.ee-section h1, .ee-section h2, .ee-section h3 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--ee-primary);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.ee-section h1 { font-size: clamp(2rem, 4vw, 3.2rem); margin: 0 0 16px; }
.ee-section h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 0 0 14px; }
.ee-section h3 { font-size: 1.3rem; margin: 0 0 12px; }
.ee-section p {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ee-text);
  line-height: 1.7;
  margin: 0 0 14px;
  font-size: 1rem;
}

/* CIFRA GRAFICA — highlight giallo + corsivo (come "far crescere" approvato)
   NB: niente white-space:nowrap globale (causava overflow orizzontale su mobile
   quando l'highlight avvolge frasi lunghe). box-decoration-break:clone gestisce
   correttamente sfondo, padding e border-radius quando il testo va su più righe.
   Per highlight CORTI che non devono spezzarsi, usa la modifier .ee-highlight--nowrap */
.ee-highlight {
  background: var(--ee-gold);
  color: var(--ee-primary);
  padding: 0 8px;
  font-style: italic;
  border-radius: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.ee-highlight--nowrap { white-space: nowrap; }

/* CIFRA GRAFICA — accento rosso puntuale (come da richiesta cliente) */
.ee-red-accent { color: var(--ee-red); font-weight: 700; }

/* LAYOUT */
.ee-section { padding: 80px 20px; position: relative; }
.ee-container { max-width: 1200px; margin: 0 auto; }
.ee-bg-soft { background: var(--ee-bg-soft); }
.ee-bg-cream { background: var(--ee-bg-cream); }
.ee-bg-primary { background: var(--ee-primary); color: #fff; }
.ee-bg-primary h1, .ee-bg-primary h2, .ee-bg-primary h3 { color: #fff; }
.ee-bg-primary p { color: rgba(255,255,255,.92); }
.ee-bg-primary-dark { background: var(--ee-primary-dark); color: #fff; }
.ee-bg-primary-dark h1, .ee-bg-primary-dark h2, .ee-bg-primary-dark h3 { color: #fff; }
.ee-bg-primary-dark p { color: rgba(255,255,255,.88); }
.ee-text-center { text-align: center; }
.ee-mt-30 { margin-top: 30px; }

.ee-eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ee-gold);
  margin-bottom: 12px;
}
/* Eyebrow su sfondo chiaro: usa il primary */
.ee-section:not(.ee-bg-primary):not(.ee-bg-primary-dark):not(.ee-hero) .ee-eyebrow {
  color: var(--ee-primary);
}

/* HERO — sfondo primary, testi bianchi (come home approvata) */
.ee-hero {
  background:
    radial-gradient(ellipse at top right, rgba(35, 79, 210, 0.35) 0%, transparent 55%),
    var(--ee-primary);
  color: #fff;
  padding: 100px 20px 80px;
  position: relative;
  overflow: hidden;
}
.ee-hero h1,
.ee-hero h2,
.ee-hero h3 { color: #fff; }
.ee-hero p { color: rgba(255,255,255,.85); }

/* Override per inline style legacy che dichiarano colori scuri dentro l'hero */
.ee-hero p[style*="--ee-text"],
.ee-hero p[style*="--ee-muted"],
.ee-hero p[style*="color: #1F2937"],
.ee-hero p[style*="color: var(--ee-text)"],
.ee-hero p[style*="color: var(--ee-muted)"],
.ee-hero .ee-muted {
  color: rgba(255,255,255,.85) !important;
}

.ee-hero .ee-eyebrow { color: var(--ee-gold); }

/* Pillole credenziali nell'hero — sfondo bianco trasparente, testo bianco */
.ee-hero .ee-pill,
.ee-hero span[style*="border-radius: 30px"] {
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.20);
}

/* Pillole credenziali standalone (fuori hero, su sfondo chiaro) */
.ee-pill {
  display: inline-block;
  background: rgba(26,39,117,.08);
  color: var(--ee-primary);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

/* Strong dentro paragrafi hero: bianco pieno per enfasi */
.ee-hero p strong { color: #fff; }

.ee-hero-book {
  width: 100%;
  max-width: 380px;
  box-shadow: 0 20px 50px rgba(0,0,0,.45);
  border-radius: 6px;
}

/* GRIGLIE */
.ee-grid-2, .ee-grid-3, .ee-grid-4 {
  display: grid;
  gap: 30px;
  align-items: stretch;
}
.ee-grid-2 { grid-template-columns: repeat(2, 1fr); }
.ee-grid-3 { grid-template-columns: repeat(3, 1fr); }
.ee-grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
  .ee-grid-2, .ee-grid-3, .ee-grid-4 { grid-template-columns: 1fr; }
}

/* CARD */
.ee-card {
  background: #fff;
  border: 1px solid var(--ee-border);
  border-radius: 12px;
  padding: 32px 26px;
  transition: transform .2s, box-shadow .2s;
}
.ee-card:hover { transform: translateY(-2px); box-shadow: var(--ee-shadow); }
.ee-card-icon {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  background: var(--ee-gold);
  border-radius: 50%;
  font-size: 1.4rem; color: var(--ee-primary); font-weight: 700;
  margin-bottom: 20px;
}

/* STEP */
.ee-step {
  background: #fff;
  border: 1px solid var(--ee-border);
  border-radius: 12px;
  padding: 32px 24px;
  position: relative;
}
.ee-step-num {
  width: 44px; height: 44px;
  background: var(--ee-primary);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-bottom: 16px;
}
.ee-step h3 { font-size: 1.15rem; }

/* STATS — numero giallo su sfondo blu (come "6.000+" della home approvata) */
.ee-stat { text-align: center; }
.ee-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 700;
  color: var(--ee-gold);
  line-height: 1;
  margin-bottom: 8px;
}
.ee-stat-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,.75);
  font-weight: 500;
}
/* Stats su sfondo chiaro: numero primary */
.ee-section:not(.ee-bg-primary):not(.ee-bg-primary-dark):not(.ee-hero) .ee-stat-num { color: var(--ee-primary); }
.ee-section:not(.ee-bg-primary):not(.ee-bg-primary-dark):not(.ee-hero) .ee-stat-label { color: var(--ee-muted); }

/* TESTIMONIALS */
.ee-testimonial {
  background: #fff;
  border: 1px solid var(--ee-border);
  border-radius: 12px;
  padding: 32px 28px;
  position: relative;
}
.ee-testimonial::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: var(--ee-gold);
  position: absolute;
  top: -10px; left: 18px;
  line-height: 1;
}
.ee-testimonial-quote {
  font-style: italic;
  color: var(--ee-text);
  line-height: 1.7;
  margin: 16px 0 20px;
  font-size: 0.98rem;
}
.ee-testimonial-author { font-weight: 700; color: var(--ee-primary); font-size: 1rem; }
.ee-testimonial-role { color: var(--ee-muted); font-size: 0.85rem; }

/* LISTE A SPUNTA */
.ee-list-check { list-style: none; padding: 0; margin: 20px 0; }
.ee-list-check li {
  position: relative; padding-left: 32px; margin-bottom: 12px;
  line-height: 1.6; color: var(--ee-text);
}
.ee-list-check li::before {
  content: '✓';
  position: absolute; left: 0; top: 0;
  width: 22px; height: 22px;
  background: var(--ee-gold); color: var(--ee-primary);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; font-weight: 700;
}
/* Liste su sfondo scuro: testo bianco */
.ee-bg-primary .ee-list-check li,
.ee-bg-primary-dark .ee-list-check li,
.ee-hero .ee-list-check li { color: rgba(255,255,255,.92); }

/* BOTTONI */
.ee-btn {
  display: inline-block;
  padding: 14px 28px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all .2s;
  letter-spacing: 0.01em;
}
.ee-btn-primary { background: var(--ee-primary); color: #fff; }
.ee-btn-primary:hover { background: var(--ee-primary-dark); transform: translateY(-1px); }

.ee-btn-gold { background: var(--ee-gold); color: var(--ee-primary); }
.ee-btn-gold:hover { background: var(--ee-gold-dark); transform: translateY(-1px); }

.ee-btn-outline {
  background: transparent;
  color: var(--ee-primary);
  border: 2px solid var(--ee-primary);
  padding: 12px 26px;
}
.ee-btn-outline:hover { background: var(--ee-primary); color: #fff; }
/* Outline su sfondo scuro */
.ee-bg-primary .ee-btn-outline,
.ee-bg-primary-dark .ee-btn-outline,
.ee-hero .ee-btn-outline { color: #fff; border-color: #fff; }
.ee-bg-primary .ee-btn-outline:hover,
.ee-bg-primary-dark .ee-btn-outline:hover,
.ee-hero .ee-btn-outline:hover { background: #fff; color: var(--ee-primary); }

.ee-btn-red { background: var(--ee-red); color: #fff; }
.ee-btn-red:hover { background: var(--ee-red-dark); transform: translateY(-1px); }

/* CTA BAR */
.ee-cta-bar {
  background: var(--ee-primary);
  color: #fff;
  border-radius: 16px;
  padding: 60px 40px;
  text-align: center;
}
.ee-cta-bar h2 { color: #fff; }
.ee-cta-bar p { color: rgba(255,255,255,.92); font-size: 1.05rem; max-width: 640px; margin: 0 auto 24px; }

/* FORM PLACEHOLDER */
.ee-form-placeholder {
  background: #fff;
  border: 2px dashed var(--ee-border);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
}
.ee-form-placeholder input, .ee-form-placeholder textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 12px;
  border: 1px solid var(--ee-border);
  border-radius: 6px;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
  background: var(--ee-bg-soft);
}
.ee-form-placeholder textarea { min-height: 100px; resize: vertical; }
.ee-form-placeholder button { width: 100%; padding: 14px; font-size: 1rem; }
.ee-form-label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ee-muted);
  margin-bottom: 16px;
  font-weight: 600;
}
.ee-form-note {
  font-size: 0.82rem;
  color: var(--ee-muted);
  margin-top: 12px;
  margin-bottom: 0;
}

/* OVERRIDE FORM ACTIVECAMPAIGN */
form._form, form[id^="_form_"] {
  font-family: 'Inter', sans-serif !important;
  width: 100% !important; margin: 0 !important;
  background: transparent !important; border: none !important; padding: 0 !important;
}
form._form input[type="text"], form._form input[type="email"], form._form input[type="tel"], form._form textarea,
form[id^="_form_"] input[type="text"], form[id^="_form_"] input[type="email"], form[id^="_form_"] input[type="tel"], form[id^="_form_"] textarea {
  width: 100% !important; padding: 14px !important; margin-bottom: 12px !important;
  border: 1px solid var(--ee-border) !important; border-radius: 6px !important;
  font-size: 1rem !important; font-family: 'Inter', sans-serif !important;
  background: var(--ee-bg-soft) !important; box-sizing: border-box !important;
}
form._form button[type="submit"], form[id^="_form_"] button[type="submit"] {
  width: 100% !important; padding: 14px 28px !important;
  background: var(--ee-gold) !important; color: var(--ee-primary) !important;
  font-weight: 600 !important; font-size: 1rem !important;
  border: none !important; border-radius: 8px !important; cursor: pointer !important;
  transition: background .2s !important; font-family: 'Inter', sans-serif !important;
}
form._form button[type="submit"]:hover, form[id^="_form_"] button[type="submit"]:hover { background: var(--ee-gold-dark) !important; }
.ee-form-primary form._form button[type="submit"], .ee-form-primary form[id^="_form_"] button[type="submit"] {
  background: var(--ee-primary) !important; color: #fff !important;
}
.ee-form-primary form._form button[type="submit"]:hover, .ee-form-primary form[id^="_form_"] button[type="submit"]:hover {
  background: var(--ee-primary-dark) !important;
}

/* BREADCRUMB */
.ee-breadcrumb { background: var(--ee-bg-soft); padding: 14px 20px; border-bottom: 1px solid var(--ee-border); }
.ee-breadcrumb a:hover { color: var(--ee-primary) !important; text-decoration: underline; }

/* BLOCKQUOTE (articoli blog) */
.ee-blockquote {
  margin: 32px 0;
  padding: 24px 28px;
  background: var(--ee-bg-soft);
  border-left: 4px solid var(--ee-gold);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--ee-primary);
  font-size: 1.1rem;
}
.ee-blockquote p { margin: 0; }

/* ARTICLE BODY */
.ee-article p { font-size: 1.05rem; line-height: 1.85; margin-bottom: 22px; color: var(--ee-text); }
.ee-article h2 { font-size: 1.6rem; margin-top: 50px; margin-bottom: 18px; }
.ee-article h3 { font-size: 1.25rem; margin-top: 32px; margin-bottom: 14px; }
.ee-article ul, .ee-article ol { margin: 22px 0; }
.ee-article a { color: var(--ee-primary); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.ee-article a:hover { text-decoration-thickness: 2px; }

/* BOOK 3D EFFECT */
.ee-book-3d { display: inline-block; perspective: 1500px; margin: 0 auto; }
.ee-book-3d-img {
  width: 280px; max-width: 100%; height: auto; display: block;
  transform: rotateY(-18deg) rotateX(2deg);
  transform-style: preserve-3d;
  box-shadow:
    0 0 0 1px rgba(0,0,0,.04),
    -8px 8px 0 rgba(26,39,117,.18),
    -16px 14px 24px rgba(26,39,117,.25),
    -24px 24px 60px rgba(26,39,117,.32);
  border-radius: 4px 8px 8px 4px;
  transition: transform 0.5s ease;
}
.ee-book-3d:hover .ee-book-3d-img { transform: rotateY(-8deg) rotateX(0deg); }
@media (max-width: 600px) { .ee-book-3d-img { width: 220px; } }

/* ============================================
   WHATSAPP FLOATING — icona + tooltip
   ============================================ */
.ee-whatsapp-float {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 9998;
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
}
.ee-whatsapp-float .ee-wa-tooltip {
  background: #fff;
  color: var(--ee-primary);
  padding: 10px 16px;
  border-radius: 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.ee-whatsapp-float:hover .ee-wa-tooltip { opacity: 1; transform: translateX(0); }
.ee-whatsapp-float .ee-wa-icon {
  width: 60px; height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, .45);
  transition: transform .25s ease, box-shadow .25s ease;
  animation: eeWaPulse 2.5s infinite;
}
.ee-whatsapp-float:hover .ee-wa-icon {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(37, 211, 102, .6);
  animation: none;
}
.ee-whatsapp-float svg { width: 32px; height: 32px; fill: #fff; }
@keyframes eeWaPulse {
  0% { box-shadow: 0 6px 20px rgba(37, 211, 102, .45), 0 0 0 0 rgba(37, 211, 102, .5); }
  70% { box-shadow: 0 6px 20px rgba(37, 211, 102, .45), 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 6px 20px rgba(37, 211, 102, .45), 0 0 0 0 rgba(37, 211, 102, 0); }
}
@media (max-width: 600px) {
  .ee-whatsapp-float { bottom: 16px; right: 16px; }
  .ee-whatsapp-float .ee-wa-icon { width: 54px; height: 54px; }
  .ee-whatsapp-float svg { width: 28px; height: 28px; }
  .ee-whatsapp-float .ee-wa-tooltip { display: none; }
}

/* ============================================
   NAVBAR — logo Fineco a sinistra (richiesta cliente)
   Riferimento: in Elementor va costruita nel Header template.
   ============================================ */
.ee-navbar {
  background: var(--ee-primary);
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
}
.ee-navbar-logo img {
  height: 40px;
  width: auto;
  display: block;
}
.ee-navbar-menu { display: flex; gap: 30px; align-items: center; }
.ee-navbar-menu a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color .2s;
}
.ee-navbar-menu a:hover { color: var(--ee-gold); }
.ee-navbar-cta {
  background: var(--ee-gold);
  color: var(--ee-primary);
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
}
.ee-navbar-cta:hover { background: var(--ee-gold-dark); color: var(--ee-primary); }
@media (max-width: 768px) {
  .ee-navbar-menu { display: none; }
}/* End custom CSS */