.elementor-57635 .elementor-element.elementor-element-1367ee51{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-57635 .elementor-element.elementor-element-a0c40c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* ═══════════════════════════════════════════════════════════
   CAMPANIA WELFARE — CSS per Elementor
   Incolla in: Elementor > Impostazioni Sito > CSS Personalizzato
   oppure in: Aspetto > Personalizza > CSS Aggiuntivo
   Tutti i selettori usano il prefisso .cw- per non
   interferire con gli stili del tema.
   ═══════════════════════════════════════════════════════════ */

/* ── VARIABILI ── */
.cw-hero, .cw-loghi-bar, .cw-stripe,
.cw-benefits-bg, .cw-ambiti-bg,
.cw-indennita-bg, .cw-cta-bg {
  --cw-navy:   #0d2b45;
  --cw-blue:   #1a4a72;
  --cw-accent: #e8722a;
  --cw-accent2:#f5893e;
  --cw-teal:   #1e8fa0;
  --cw-white:  #ffffff;
  --cw-light:  #f4f7fa;
  --cw-mid:    #d0dce8;
  --cw-text:   #1a2535;
  --cw-muted:  #5a7080;
}

/* ── RESET LOCALE ── */
.cw-loghi-bar *, .cw-hero *, .cw-stripe *,
.cw-benefits-bg *, .cw-ambiti-bg *,
.cw-indennita-bg *, .cw-cta-bg * {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

/* ── FONT LEXEND per titoli e UI ── */
.cw-hero-badge, .cw-hero-h1, .cw-logo-pill,
.cw-stripe, .cw-section-label, .cw-section-title,
.cw-ambito-code, .cw-ambito-title-block h2,
.cw-comuni-label, .cw-t-num, .cw-t-type,
.cw-benefit-card h3, .cw-form-title,
.cw-hero-cta, .cw-btn-scroll,
.cw-ind-details h3, .cw-euro, .cw-per {
  font-family: 'Lexend', sans-serif !important;
}

/* ── LOGHI BAR ── */
.cw-loghi-bar {
  background: #ffffff;
  border-bottom: 1px solid #d0dce8;
  padding: 13px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cw-logo-pill {
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: #5a7080;
  border: 1px solid #d0dce8;
  padding: 5px 12px;
  border-radius: 2px;
}
.cw-tv-logo {
  height: 28px !important;
  max-height: 28px !important;
  width: auto !important;
  max-width: 160px !important;
  display: block !important;
}
.cw-loghi-bar img.cw-tv-logo,
.cw-loghi-bar a img.cw-tv-logo {
  height: 28px !important;
  max-height: 28px !important;
  width: auto !important;
  max-width: 160px !important;
}
.cw-loghi-divider {
  width: 1px;
  height: 28px;
  background: #d0dce8;
  flex-shrink: 0;
}

/* ── HERO ── */
.cw-hero {
  background: #0d2b45;
  position: relative !important;
  overflow: hidden;
  height: auto !important;
  overflow-anchor: none;
}
/* Stabilizza l'altezza: impedisce il ricalcolo Elementor allo scroll */
.cw-hero,
.cw-hero .elementor-widget-wrap,
.cw-hero .elementor-widget-container {
  min-height: unset !important;
}
.cw-hero-bg-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.cw-hero-bg-shapes span {
  position: absolute;
  border-radius: 50%;
  opacity: .06;
}
.cw-hero-bg-shapes span:nth-child(1) {
  width: 700px; height: 700px;
  top: -220px; right: -180px;
  background: #1e8fa0;
}
.cw-hero-bg-shapes span:nth-child(2) {
  width: 380px; height: 380px;
  bottom: -120px; left: -80px;
  background: #e8722a;
}
.cw-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
  padding: 72px 32px 72px;
  display: grid !important;
  grid-template-columns: 1fr 560px !important;
  gap: 40px !important;
  align-items: start !important;
}
.cw-hero-text {
  padding-top: 40px;
  padding-bottom: 0;
}

.cw-hero-badge {
  display: inline-block;
  background: #e8722a;
  color: #ffffff;
  font-weight: 700;
  font-size: .67rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 2px;
  margin-bottom: 18px;
}
.cw-hero-h1 {
  font-weight: 900 !important;
  font-size: clamp(2rem, 3.8vw, 3.1rem) !important;
  line-height: 1.08 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  margin-bottom: 14px !important;
}
.cw-hero-h1 em {
  font-style: normal;
  color: #e8722a;
}
.cw-hero-sub {
  font-size: .97rem;
  color: #d0dce8;
  line-height: 1.68;
  margin-bottom: 28px;
  font-weight: 300;
  max-width: 440px;
}
.cw-hero-cta {
  display: inline-block;
  background: #e8722a;
  color: #ffffff !important;
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 13px 30px;
  border-radius: 3px;
  text-decoration: none !important;
  transition: background .2s, transform .15s;
  border: none;
  cursor: pointer;
}
.cw-hero-cta:hover {
  background: #f5893e;
  transform: translateY(-2px);
}

/* ── FORM CARD ── */
.cw-form-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 26px 22px 30px;
  box-shadow: 0 8px 40px rgba(0,0,0,.3);
  border-top: 4px solid #e8722a;
}
.cw-form-title {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #0d2b45;
  margin-bottom: 3px;
  line-height: 1.2;
}
.cw-form-sub {
  font-size: .78rem;
  color: #5a7080;
  margin-bottom: 16px;
  line-height: 1.5;
}

/* ── HUBSPOT FORM OVERRIDES ── */
.cw-form-card .hs-form fieldset { max-width: 100% !important; }
.cw-form-card .hs-form .hs-form-field { margin-bottom: 10px !important; }
.cw-form-card .hs-form label {
  font-family: 'Lexend', sans-serif !important;
  font-size: .7rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .07em !important;
  color: #0d2b45 !important;
  margin-bottom: 4px !important;
  display: block !important;
}
.cw-form-card .hs-form input[type="text"],
.cw-form-card .hs-form input[type="email"],
.cw-form-card .hs-form input[type="tel"],
.cw-form-card .hs-form input[type="number"],
.cw-form-card .hs-form select,
.cw-form-card .hs-form textarea {
  width: 100% !important;
  padding: 9px 12px !important;
  border: 1.5px solid #d0dce8 !important;
  border-radius: 4px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: .85rem !important;
  color: #1a2535 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
  height: auto !important;
  transition: border-color .2s;
}
.cw-form-card .hs-form input:focus,
.cw-form-card .hs-form select:focus {
  border-color: #e8722a !important;
}
.cw-form-card .hs-form .hs-button {
  width: 100% !important;
  background: #e8722a !important;
  color: #ffffff !important;
  font-family: 'Lexend', sans-serif !important;
  font-weight: 700 !important;
  font-size: .9rem !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  padding: 12px !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  margin-top: 6px !important;
  height: auto !important;
  transition: background .2s !important;
}
.cw-form-card .hs-form .hs-button:hover {
  background: #f5893e !important;
}
.cw-form-card .hs-form .hs-error-msg {
  font-size: .72rem !important;
  color: #c0392b !important;
  font-family: 'Open Sans', sans-serif !important;
}
.cw-form-card .hs-form .legal-consent-container,
.cw-form-card .hs-form .hs-richtext {
  font-size: .72rem !important;
  color: #5a7080 !important;
  font-family: 'Open Sans', sans-serif !important;
  line-height: 1.5 !important;
}
.cw-form-card .hs-form .inputs-list { list-style: none !important; padding: 0 !important; }

/* ── STRIPE ── */
.cw-stripe {
  background: #e8722a;
  padding: 16px 32px;
  text-align: center;
  font-weight: 700;
  font-size: .97rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #ffffff;
}

/* ── SECTION WRAPPER ── */
.cw-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 68px 32px;
}
.cw-section-label {
  font-weight: 700;
  font-size: .67rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #e8722a;
  margin-bottom: 8px;
}
.cw-section-title {
  font-weight: 800 !important;
  font-size: clamp(1.6rem, 3vw, 2.3rem) !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  color: #0d2b45 !important;
  margin-bottom: 14px !important;
}
.cw-section-body {
  font-size: .95rem;
  line-height: 1.78;
  color: #5a7080;
  max-width: 640px;
  margin-bottom: 36px;
}
.cw-divider {
  width: 42px;
  height: 4px;
  background: #e8722a;
  border-radius: 2px;
  margin-bottom: 24px;
}

/* ── BENEFITS ── */
.cw-benefits-bg {
  background: #ffffff;
  border-top: 4px solid #e8722a;
}
.cw-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cw-benefit-card {
  background: #f4f7fa;
  border-radius: 8px;
  padding: 24px 20px;
  border-left: 4px solid #1e8fa0;
  transition: transform .2s, box-shadow .2s;
}
.cw-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(13,43,69,.11);
}
.cw-benefit-icon {
  width: 44px;
  height: 44px;
  background: rgba(232,114,42,.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.cw-benefit-icon svg { width: 24px; height: 24px; }
.cw-benefit-card h3 {
  font-weight: 700 !important;
  font-size: .95rem !important;
  text-transform: uppercase !important;
  color: #0d2b45 !important;
  margin-bottom: 6px !important;
}
.cw-benefit-card p {
  font-size: .85rem !important;
  color: #5a7080 !important;
  line-height: 1.58 !important;
  margin: 0 !important;
}

/* ── AMBITI ── */
.cw-ambiti-bg { background: #f4f7fa; }
.cw-ambiti-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  gap: 24px;
}
.cw-ambito-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(13,43,69,.08);
  transition: transform .2s, box-shadow .2s;
}
.cw-ambito-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(13,43,69,.13);
}
.cw-ambito-photo {
  width: 100% !important;
  height: 220px !important;
  max-height: 220px !important;
  object-fit: contain !important;
  object-position: bottom center !important;
  display: block !important;
  background: #edf0f4 !important;
}
.cw-ambito-card img.cw-ambito-photo,
.cw-ambiti-grid .cw-ambito-card img {
  width: 100% !important;
  height: 220px !important;
  max-height: 220px !important;
  object-fit: contain !important;
  object-position: bottom center !important;
  background: #edf0f4 !important;
}
.cw-ambito-header {
  background: #0d2b45;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cw-ambito-code {
  background: #e8722a;
  color: #ffffff;
  font-weight: 900;
  font-size: .9rem;
  padding: 5px 10px;
  border-radius: 3px;
  white-space: nowrap;
  letter-spacing: .04em;
  margin-top: 1px;
}
.cw-ambito-title-block h2 {
  font-weight: 800 !important;
  font-size: 1.15rem !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  line-height: 1.1 !important;
  margin-bottom: 0 !important;
}
.cw-ambito-body { padding: 20px 22px; }
.cw-tirocini-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}
.cw-tirocini-box {
  border-radius: 6px;
  padding: 13px;
  text-align: center;
}
.cw-svant {
  background: rgba(26,74,114,.07);
  border: 1.5px solid rgba(26,74,114,.18);
}
.cw-dis {
  background: rgba(232,114,42,.07);
  border: 1.5px solid rgba(232,114,42,.22);
}
.cw-t-num {
  font-weight: 900;
  font-size: 1.9rem;
  line-height: 1;
}
.cw-svant .cw-t-num { color: #1a4a72; }
.cw-dis   .cw-t-num { color: #e8722a; }
.cw-t-type {
  font-weight: 700;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 4px 0 2px;
}
.cw-svant .cw-t-type { color: #1a4a72; }
.cw-dis   .cw-t-type { color: #e8722a; }
.cw-t-dur {
  font-size: .73rem;
  color: #5a7080;
}
.cw-comuni-label {
  font-size: .67rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #5a7080;
  margin-bottom: 7px;
}
.cw-comuni-list {
  list-style: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 !important;
  margin: 0 !important;
}
.cw-comuni-list li {
  background: #f4f7fa;
  border: 1px solid #d0dce8;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: .73rem;
  color: #0d2b45;
  font-weight: 500;
}

/* ── INDENNITÀ ── */
.cw-indennita-bg {
  background: #ffffff;
  border-top: 4px solid #1e8fa0;
}
.cw-indennita-box {
  background: linear-gradient(135deg, #0d2b45 0%, #1a4a72 100%);
  border-radius: 12px;
  padding: 40px 44px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: center;
  color: #ffffff;
}
.cw-ind-amount { text-align: center; }
.cw-euro {
  font-weight: 900;
  font-size: 4.2rem;
  color: #e8722a;
  line-height: 1;
}
.cw-per {
  font-size: .78rem;
  color: #d0dce8;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.cw-ind-details h3 {
  font-weight: 800 !important;
  font-size: 1.3rem !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
  color: #ffffff !important;
}
.cw-ind-details p {
  font-size: .88rem !important;
  color: #d0dce8 !important;
  line-height: 1.68 !important;
  margin-bottom: 9px !important;
}
.cw-ind-note {
  display: inline-block;
  background: rgba(232,114,42,.18);
  border: 1px solid rgba(232,114,42,.32);
  color: #f5893e;
  font-size: .76rem;
  padding: 5px 12px;
  border-radius: 20px;
  margin-top: 4px;
}

/* ── REQUISITI ── */
.cw-req-bg { background: #0d2b45; }
.cw-req-bg .cw-section-label { color: #f5893e !important; }
.cw-req-bg .cw-section-title { color: #ffffff !important; }
.cw-req-bg .cw-section-body  { color: #d0dce8 !important; }

/* ── CTA FINALE ── */
.cw-cta-bg {
  background: #e8722a;
  text-align: center;
}
.cw-cta-bg .cw-section-label { color: rgba(255,255,255,.75) !important; }
.cw-cta-bg .cw-section-title { color: #ffffff !important; }
.cw-cta-bg .cw-section-body  {
  color: rgba(255,255,255,.88) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 28px !important;
}
.cw-btn-scroll {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #e8722a !important;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: opacity .2s, transform .15s;
  border: none;
  cursor: pointer;
}
.cw-btn-scroll:hover {
  opacity: .92;
  transform: translateY(-2px);
}
.cw-btn-scroll svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ── ANIMAZIONE ENTRATA ── */
@keyframes cw-fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cw-hero-inner > * {
  animation: cw-fadeUp .6s ease both;
}
.cw-hero-inner > *:nth-child(2) { animation-delay: .15s; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .cw-hero-inner {
    grid-template-columns: 1fr !important;
    padding: 48px 20px 0 !important;
    gap: 0 !important;
  }
  .cw-hero-text {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
  }
  .cw-form-card {
    border-radius: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 820px) {
  .cw-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .cw-ambiti-grid { grid-template-columns: 1fr; }
  .cw-indennita-box { grid-template-columns: 1fr; text-align: center; }
  .cw-section { padding: 48px 20px; }
}
@media (max-width: 520px) {
  .cw-benefits-grid { grid-template-columns: 1fr; }
}/* End custom CSS */