.elementor-11533 .elementor-element.elementor-element-f7ded48{--display:flex;}/* Start custom CSS *//* Fix pulsanti hero */
.btn-red,
.hero .btn-red,
.hero a.btn-red {
  background-color: #e63027 !important;
  color: #ffffff !important;
  border: none !important;
}

.btn-red:hover,
.hero .btn-red:hover,
.hero a.btn-red:hover {
  background-color: #c0221a !important;
  color: #ffffff !important;
}

.btn-outline,
.hero .btn-outline,
.hero a.btn-outline {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid rgba(255,255,255,.5) !important;
}

.btn-outline:hover,
.hero a.btn-outline:hover {
  border-color: #ff4f46 !important;
  color: #ff4f46 !important;
}

/* Fix generico per tutti i link dentro hero che il tema stila come link */
.hero a {
  text-decoration: none !important;
}
/* Fix titoli su sfondo scuro — override tema WordPress */
.mito-header h3,
.mito-header h2,
.mito-header h1 {
  color: rgba(255,255,255,.85) !important;
}

.ing-card h3,
.ing-card h2 {
  color: #ffffff !important;
}

.step-body h3,
.step-body h2 {
  color: #ffffff !important;
}

.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5 {
  color: #ffffff !important;
}

.zero-stress h1,
.zero-stress h2,
.zero-stress h3,
.zero-stress h4 {
  color: #ffffff !important;
}

.highlight-box h1,
.highlight-box h2,
.highlight-box h3 {
  color: #ffffff !important;
}

.hero h1,
.hero h2,
.hero h3 {
  color: #ffffff !important;
}

/* Fix paragrafi su sfondo scuro */
.mito-header,
.mito-header * {
  color: rgba(255,255,255,.85) !important;
}

.stress-col h4 {
  color: var(--red-light) !important;
}

.perche-card h4 {
  color: #1a1a1a !important;
}
/* Forza H2 bianchi nelle sezioni scure */
.dark-section h2.section-title,
.dark-section h2 {
  color: #ffffff !important;
}

/* Forza H2 bianchi nella hero */
.hero h1,
.hero h2 {
  color: #ffffff !important;
}

/* Forza H2 bianchi nel box zero-stress */
.zero-stress h2 {
  color: #ffffff !important;
}

/* Forza H2 bianchi nel box highlight (rosso) */
.highlight-box h2 {
  color: #ffffff !important;
}
/* =====================================================
   PARTE 1 — CSS
   Dove incollare: Elementor → icona ⚙️ in basso a sinistra
   → "CSS personalizzato" → incolla qui dentro
   ===================================================== */
 
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #1a1a1a; --red: #e63027; --red-light: #ff4f46; --red-dark: #c0221a;
  --white: #ffffff; --light-bg: #f7f7f7; --mid-bg: #f0f0f0;
  --text: #2d2d2d; --text-light: #5a5a5a;
}
html { scroll-behavior: smooth; }
 
.hero { background: var(--navy); color: var(--white); text-align: center; padding: 90px 24px 80px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 20% 50%, rgba(230,48,39,.18) 0%, transparent 70%), radial-gradient(ellipse 50% 60% at 80% 40%, rgba(230,48,39,.08) 0%, transparent 70%); }
.hero-badge { display: inline-block; background: rgba(230,48,39,.2); border: 1px solid rgba(230,48,39,.5); color: #ff8a85; font-family: 'Montserrat', sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 6px 18px; border-radius: 30px; margin-bottom: 28px; position: relative; }
.hero h1 { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.12; max-width: 860px; margin: 0 auto 22px;color: var(--white) !important; position: relative; }
.hero h1 em { font-style: normal; color: var(--red-light); }
.hero p { font-size: 1.12rem; font-weight: 300; max-width: 640px; margin: 0 auto 38px; line-height: 1.7; color: rgba(255,255,255,.82); position: relative; }
.hero-btns { position: relative; }
 
.btn { display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; padding: 14px 36px; border-radius: 3px; transition: all .22s; }
.btn-red { background: var(--red); color: var(--white); }
.btn-red:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(230,48,39,.35); }
.btn-outline { border: 2px solid rgba(255,255,255,.5); color: var(--white); margin-left: 14px; }
.btn-outline:hover { border-color: var(--red-light); color: var(--red-light); }
 
.numbers { background: var(--red); padding: 28px 40px; display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; }
.num-item { text-align: center; }
.num-item strong { display: block; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 2rem; color: var(--white); line-height: 1; }
.num-item span { font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.75); }
 
.container { max-width: 1060px; margin: 0 auto; }
.section-label { font-family: 'Montserrat', sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
h2.section-title { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: clamp(1.7rem, 3.5vw, 2.5rem); color: var(--navy); line-height: 1.2; margin-bottom: 20px; }
h2.section-title em { font-style: normal; color: var(--red); }
.section-sub { font-size: 1.05rem; color: var(--text-light); max-width: 700px; line-height: 1.7; margin-bottom: 50px; }
 
.intro-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.intro-split .visual { background: var(--navy); border-radius: 6px; padding: 50px 40px; color: var(--white); text-align: center; position: relative; overflow: hidden; }
.intro-split .visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(230,48,39,.15) 0%, transparent 70%); }
.big-euro { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 5rem; color: var(--red); line-height: 1; position: relative; }
.visual-text { font-size: 1rem; color: rgba(255,255,255,.8); margin-top: 14px; line-height: 1.6; position: relative; }
.intro-content p { font-size: 1rem; line-height: 1.8; color: var(--text); margin-bottom: 18px; }
.intro-content p strong { color: var(--navy); }
 
.paradosso-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin-top: 40px; }
.paradosso-box { background: var(--light-bg); border-left: 4px solid var(--red); padding: 28px 24px; border-radius: 0 4px 4px 0; }
.paradosso-box .p-icon { font-size: 1.8rem; margin-bottom: 12px; }
.paradosso-box h4 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: .88rem; text-transform: uppercase; letter-spacing: .05em; color: var(--navy); margin-bottom: 8px; }
.paradosso-box p { font-size: .9rem; line-height: 1.65; color: var(--text-light); }
 
.miti-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.mito-card { background: var(--white); border: 1px solid #e0e0e0; border-radius: 4px; overflow: hidden; transition: transform .22s, box-shadow .22s; }
.mito-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.mito-header { background: var(--navy); padding: 18px 24px; }
.mito-header .mito-label { font-family: 'Montserrat', sans-serif; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #ff8a85; margin-bottom: 6px; }
.mito-header h3 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: .95rem; color: rgba(255,255,255,.85); line-height: 1.4; }
.mito-body { padding: 20px 24px; }
.mito-body .realta-label { font-family: 'Montserrat', sans-serif; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
.mito-body p { font-size: .93rem; line-height: 1.68; color: var(--text-light); }
 
.fondi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.fondo-card { background: var(--white); border: 1px solid #e2e2e2; border-top: 4px solid var(--red); border-radius: 4px; padding: 34px 30px; transition: transform .22s, box-shadow .22s; }
.fondo-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,.09); }
.fondo-icon { width: 48px; height: 48px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 1.3rem; }
.fondo-card h3 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.05rem; color: var(--navy); margin-bottom: 10px; text-transform: uppercase; letter-spacing: .04em; }
.fondo-card p { font-size: .93rem; line-height: 1.7; color: var(--text-light); }
.fondo-tag { display: inline-block; margin-top: 16px; background: var(--mid-bg); color: var(--red-dark); font-family: 'Montserrat', sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; }
 
.dark-section { background: var(--navy); color: var(--white); }
.dark-section .section-title, .dark-section h2.section-title { color: var(--white) !important; }
.dark-section .section-sub { color: rgba(255,255,255,.65); }
 
.ingegneria-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-bottom: 50px; }
.ing-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 4px; padding: 30px 26px; position: relative; }
.ing-card .ing-num { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 2.5rem; color: rgba(230,48,39,.3); position: absolute; top: 16px; right: 20px; line-height: 1; }
.ing-card h3 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1rem; text-transform: uppercase; letter-spacing: .05em; color: var(--white); margin-bottom: 10px; }
.ing-card .ing-copre { display: inline-block; background: var(--red); color: var(--white); font-family: 'Montserrat', sans-serif; font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 14px; }
.ing-card p { font-size: .92rem; line-height: 1.7; color: rgba(255,255,255,.68); }
.risultato-box { background: var(--red); border-radius: 4px; padding: 28px 36px; text-align: center; }
.risultato-box p { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--white); line-height: 1.6; }
 
.steps { display: flex; flex-direction: column; }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 28px; padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,.08); align-items: start; }
.step:last-child { border-bottom: none; }
.step-num { width: 64px; height: 64px; border: 2px solid var(--red); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.4rem; color: var(--red); flex-shrink: 0; }
.step-body h3 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .05em; color: var(--white); margin-bottom: 10px; }
.step-body p { font-size: .95rem; line-height: 1.75; color: rgba(255,255,255,.68); }
 
.case-table-wrap { overflow-x: auto; margin-top: 36px; }
table.case-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
table.case-table th { background: var(--red); color: var(--white); font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; padding: 14px 16px; text-align: left; }
table.case-table td { padding: 13px 16px; border-bottom: 1px solid #e4e4e4; color: var(--text); }
table.case-table tr:nth-child(even) td { background: var(--light-bg); }
table.case-table tr.total-row td { font-family: 'Montserrat', sans-serif; font-weight: 800; color: var(--red-dark); background: #fff0ef !important; }
.case-note { margin-top: 18px; font-size: .85rem; color: var(--text-light); font-style: italic; }
 
.perche-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.perche-card { background: var(--light-bg); border-radius: 4px; padding: 30px 26px; border-top: 3px solid var(--red); }
.perche-card h4 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: .9rem; text-transform: uppercase; letter-spacing: .05em; color: var(--navy); margin-bottom: 10px; }
.perche-card p { font-size: .91rem; line-height: 1.7; color: var(--text-light); }
 
.zero-stress { background: var(--navy); border-radius: 6px; padding: 60px 50px; color: var(--white); position: relative; overflow: hidden; }
.zero-stress::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(230,48,39,.12) 0%, transparent 70%); }
.zero-stress h2 { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 14px;color: var(--white) !important; position: relative; }
.zero-stress .sub { font-size: 1rem; color: rgba(255,255,255,.7); max-width: 560px; margin-bottom: 40px; line-height: 1.7; position: relative; }
.stress-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; position: relative; }
.stress-col h4 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--red-light); margin-bottom: 16px; }
.stress-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.stress-col ul li { font-size: .93rem; color: rgba(255,255,255,.75); padding-left: 20px; position: relative; line-height: 1.55; }
.stress-col ul li::before { content: '→'; position: absolute; left: 0; color: var(--red); font-weight: 700; }
 
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid #e2e2e2; border-radius: 4px; overflow: hidden; }
.faq-q { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .95rem; color: var(--navy); padding: 20px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background .2s; user-select: none; }
.faq-q:hover { background: var(--light-bg); }
.faq-q .arrow { width: 22px; height: 22px; border: 2px solid var(--red); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .75rem; color: var(--red); flex-shrink: 0; margin-left: 16px; transition: transform .25s; }
.faq-item.open .faq-q .arrow { transform: rotate(180deg); }
.faq-a { font-size: .93rem; line-height: 1.75; color: var(--text-light); padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; }
.faq-item.open .faq-a { max-height: 300px; padding: 0 24px 20px; }
 
.highlight-box { background: var(--red); border-radius: 6px; padding: 60px 50px; color: var(--white); text-align: center; }
.highlight-box h2 { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 16px; }
.highlight-box p { font-size: 1rem; color: rgba(255,255,255,.85); max-width: 560px; margin: 0 auto 32px; line-height: 1.7; }
 
.form-wrap { max-width: 560px; margin: 0 auto; background: var(--white); border-radius: 6px; padding: 50px 44px; box-shadow: 0 20px 60px rgba(0,0,0,.12); }
.form-wrap h3 { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.3rem; color: var(--navy); margin-bottom: 8px; text-align: center; }
.form-wrap p.form-sub { font-size: .9rem; color: var(--text-light); text-align: center; margin-bottom: 28px; line-height: 1.5; }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-family: 'Montserrat', sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); margin-bottom: 7px; }
.form-row input, .form-row textarea, .form-row select { width: 100%; padding: 12px 16px; border: 1px solid #d8d8d8; border-radius: 3px; font-family: 'Lato', sans-serif; font-size: .95rem; color: var(--text); background: var(--light-bg); transition: border-color .2s; outline: none; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { border-color: var(--red); background: var(--white); }
.form-row textarea { resize: vertical; min-height: 90px; }
.form-submit { width: 100%; padding: 15px; background: var(--navy); color: var(--white); font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; border: none; border-radius: 3px; cursor: pointer; margin-top: 8px; transition: background .2s, transform .18s; }
.form-submit:hover { background: var(--red); transform: translateY(-2px); }
 
.text-center { text-align: center; }
.mb-cta { margin-top: 40px; text-align: center; }
 
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.hero h1, .hero p, .hero-btns, .hero-badge { animation: fadeUp .7s ease both; }
.hero-badge { animation-delay: .05s; }
.hero h1 { animation-delay: .18s; }
.hero p { animation-delay: .30s; }
.hero-btns { animation-delay: .42s; }
 
@media (max-width: 768px) {
  .intro-split, .stress-cols { grid-template-columns: 1fr; }
  .highlight-box, .zero-stress { padding: 40px 24px; }
  .form-wrap { padding: 36px 24px; }
  .numbers { gap: 30px; }
}/* End custom CSS */