/*
 * SDR Landing Shared CSS
 * Prima estrazione degli stili riusabili emersi dalla pagina 1576.
 * Per ora va caricato solo sulla 1576; quando la parita' e' chiusa,
 * potra' diventare la base condivisa anche per le altre landing.
 */

body.page-id-1576{
  --lp-primary:#0d8d3b;
  --lp-primary-dark:#0a6e2e;
  --lp-accent:#59b62f;
  --lp-secondary:#dc3232;
  --lp-secondary-dark:#ae2626;
  --lp-secondary-soft:#fff0df;
  --lp-ink:#111111;
  --lp-ink-2:#0b7f33;
  --lp-muted:#526257;
  --lp-surface:#ffffff;
  --lp-border:#d9e8db;
  --lp-soft:#f4fbf5;
}

body.page-id-1576 #main-content .lp-copy-block{
  position:relative;
  padding:30px 32px;
  background:linear-gradient(180deg,#ffffff 0%,#f7faf8 100%);
  border:1px solid rgba(13,141,59,.12);
  border-radius:26px;
  box-shadow:0 20px 46px rgba(17,17,17,.08), inset 0 1px 0 rgba(255,255,255,.7);
  overflow:hidden;
  isolation:isolate;
}
body.page-id-1576 #main-content .lp-copy-block:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:var(--lp-secondary);
}
body.page-id-1576 #main-content .lp-copy-block > *:last-child{margin-bottom:0;}
body.page-id-1576 #main-content .lp-copy-block .lp-section-title{margin-top:0;}
body.page-id-1576 #main-content .lp-copy-block .lp-section-sub{max-width:860px;margin-bottom:0;}
body.page-id-1576 #main-content .lp-copy-block p + p{margin-top:14px;}
body.page-id-1576 #main-content .lp-copy-block p{color:#55655b;line-height:1.78;}

body.page-id-1576 #main-content .lp-section-title{
  font-size:clamp(30px,3.8vw,41px);
  line-height:1.1;
  color:var(--lp-ink-2);
  margin-bottom:12px;
  letter-spacing:-.022em;
}
body.page-id-1576 #main-content .lp-section-sub{
  color:#55655b;
  line-height:1.78;
}

body.page-id-1576 #main-content .lp-soft-section{
  background:linear-gradient(180deg,rgba(242,249,242,.78) 0%,rgba(255,255,255,.98) 100%);
}

body.page-id-1576 #main-content .lp-kicker,
body.page-id-1576 #main-content .lp-form-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0;
  border:none;
  border-radius:0;
  background:transparent;
  color:#56675d;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.page-id-1576 #main-content .lp-kicker{margin-bottom:10px;}
body.page-id-1576 #main-content .lp-kicker:before,
body.page-id-1576 #main-content .lp-form-kicker:before{
  content:"";
  width:26px;
  height:2px;
  border-radius:999px;
  background:var(--lp-secondary);
  flex:0 0 auto;
}

body.page-id-1576 #main-content .lp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
body.page-id-1576 #main-content .lp-btn:hover{transform:translateY(-1px);}
body.page-id-1576 #main-content .lp-btn-primary{
  background:linear-gradient(180deg,var(--lp-primary),var(--lp-primary-dark));
  color:#fff!important;
  box-shadow:0 10px 20px rgba(13,141,59,.24);
}
body.page-id-1576 #main-content .lp-btn-primary:hover{
  background:linear-gradient(180deg,#0b7e35,#085f27);
  color:#fff!important;
}
body.page-id-1576 #main-content .lp-btn-ghost{
  background:linear-gradient(180deg,#fff,#f9f3e9);
  color:var(--lp-ink)!important;
  border:1px solid rgba(13,141,59,.16);
  box-shadow:0 8px 18px rgba(17,17,17,.07);
}
body.page-id-1576 #main-content .lp-btn-ghost:hover{
  border-color:var(--lp-secondary);
  background:#fff3e8;
}
body.page-id-1576 #main-content .lp-btn-secondary .et_pb_button,
body.page-id-1576 #main-content .lp-contact-whatsapp .et_pb_button{
  background:linear-gradient(180deg,#fff,#f9f3e9)!important;
  color:var(--lp-ink)!important;
  border:1px solid rgba(13,141,59,.16)!important;
  box-shadow:0 8px 18px rgba(17,17,17,.07);
}
body.page-id-1576 #main-content .lp-btn-secondary .et_pb_button:hover,
body.page-id-1576 #main-content .lp-contact-whatsapp .et_pb_button:hover{
  transform:translateY(-2px);
  border-color:var(--lp-secondary)!important;
  background:#f4f8f5!important;
}
body.page-id-1576 #main-content .lp-btn-primary .et_pb_button,
body.page-id-1576 #main-content .lp-contact-phone .et_pb_button{
  background:linear-gradient(180deg,var(--lp-primary),var(--lp-primary-dark))!important;
  color:#fff!important;
  border:none!important;
  box-shadow:0 10px 20px rgba(13,141,59,.24);
}
body.page-id-1576 #main-content .lp-btn-primary .et_pb_button:hover,
body.page-id-1576 #main-content .lp-contact-phone .et_pb_button:hover{
  transform:translateY(-2px);
  background:linear-gradient(180deg,#0b7e35,#085f27)!important;
  box-shadow:0 14px 28px rgba(13,141,59,.26);
}

body.page-id-1576 #main-content .lp-card{
  display:flex;
  flex-direction:column;
  height:100%!important;
  position:relative;
  padding:24px 24px 22px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbf9 100%);
  border:1px solid rgba(13,141,59,.12);
  border-radius:20px;
  box-shadow:0 14px 30px rgba(17,17,17,.07), inset 0 1px 0 rgba(255,255,255,.65);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
body.page-id-1576 #main-content .lp-card:before{
  content:"";
  width:48px;
  height:4px;
  border-radius:999px;
  background:var(--lp-secondary);
  margin-bottom:16px;
}
body.page-id-1576 #main-content .lp-card:hover{
  transform:translateY(-3px);
  border-color:rgba(13,141,59,.20);
  box-shadow:0 18px 34px rgba(17,17,17,.10);
}
body.page-id-1576 #main-content .lp-card h3{font-size:20px;color:var(--lp-ink);margin-bottom:12px;}
body.page-id-1576 #main-content .lp-card p{color:#55665b;margin:0;flex:1 1 auto;line-height:1.72;}

body.page-id-1576 #main-content .lp-checks{
  margin:18px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
body.page-id-1576 #main-content .lp-checks li{
  position:relative;
  padding:14px 14px 14px 38px;
  color:#405244;
  line-height:1.58;
  background:linear-gradient(180deg,#ffffff,#f8fbf9);
  border:1px solid rgba(13,141,59,.12);
  border-radius:16px;
  box-shadow:0 8px 18px rgba(17,17,17,.05);
}
body.page-id-1576 #main-content .lp-checks li:before{
  content:"";
  position:absolute;
  left:16px;
  top:18px;
  width:10px;
  height:10px;
  border-radius:999px;
  background:var(--lp-secondary);
}

body.page-id-1576 #main-content .lp-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid rgba(13,141,59,.14);
}
body.page-id-1576 #main-content .lp-trust-item{
  display:inline-flex;
  align-items:center;
  min-height:auto;
  padding:0;
  color:#425347;
  font-size:12.5px;
  font-weight:700;
}
body.page-id-1576 #main-content .lp-trust-item:before{
  content:"";
  width:8px;
  height:8px;
  margin-right:10px;
  border-radius:999px;
  background:var(--lp-secondary);
  flex:none;
}

body.page-id-1576 #main-content .lp-visual-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
body.page-id-1576 #main-content .lp-visual-meta span{
  display:inline-flex;
  align-items:center;
  min-height:auto;
  padding:8px 11px;
  border-radius:999px;
  background:linear-gradient(180deg,#fff7ef,#fff1e4);
  border:1px solid rgba(220,50,50,.18);
  color:#8d2c2c;
  font-size:11px;
  font-weight:700;
}

body.page-id-1576 #main-content .lp-visual-list{
  margin:18px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
body.page-id-1576 #main-content .lp-visual-list li{
  position:relative;
  padding-left:24px;
  color:#2c3d31;
  line-height:1.65;
}
body.page-id-1576 #main-content .lp-visual-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:9px;
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--lp-primary);
  box-shadow:0 0 0 3px rgba(13,141,59,.14);
}

body.page-id-1576 #main-content .lp-cta-bar{
  position:relative;
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding:28px 30px;
  background:linear-gradient(135deg,#111111 0%,#0b7f33 58%,#095a26 100%);
  border-radius:28px;
  box-shadow:0 22px 48px rgba(17,17,17,.20);
  overflow:hidden;
}
body.page-id-1576 #main-content .lp-cta-bar:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right, rgba(255,255,255,.12), transparent 22%);
  pointer-events:none;
}
body.page-id-1576 #main-content .lp-cta-bar div:first-child{max-width:700px;color:rgba(255,255,255,.9);line-height:1.7;}
body.page-id-1576 #main-content .lp-cta-bar strong{display:block;color:#fff;font-size:22px;line-height:1.25;margin-bottom:6px;}
body.page-id-1576 #main-content .lp-cta-links{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;}
body.page-id-1576 #main-content .lp-cta-bar .lp-btn-primary{
  background:linear-gradient(180deg,#ffffff 0%,#f4f8f5 100%)!important;
  color:var(--lp-ink)!important;
  border:1px solid rgba(255,255,255,.36)!important;
  box-shadow:0 12px 26px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.72)!important;
}
body.page-id-1576 #main-content .lp-cta-bar .lp-btn-primary:hover{
  background:linear-gradient(180deg,#ffffff 0%,#eef5f0 100%)!important;
  color:var(--lp-ink)!important;
  border-color:rgba(255,255,255,.5)!important;
  box-shadow:0 16px 30px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.8)!important;
}

body.page-id-1576 #main-content .lp-form-shell-wrap{
  position:relative;
  padding:32px;
  background:linear-gradient(180deg,#ffffff 0%,#f7faf8 100%);
  border:1px solid rgba(13,141,59,.12);
  border-radius:28px;
  box-shadow:0 20px 50px rgba(17,17,17,.08), inset 0 1px 0 rgba(255,255,255,.7);
  overflow:hidden;
}
body.page-id-1576 #main-content .lp-form-shell-wrap:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:var(--lp-secondary);
}
body.page-id-1576 #main-content .lp-form-shell-wrap h3{font-size:28px;line-height:1.18;color:var(--lp-ink-2);margin-bottom:10px;}
body.page-id-1576 #main-content .lp-form-shell-wrap p{color:#56685d;line-height:1.75;}
body.page-id-1576 #main-content .lp-form-head h3{
  font-size:30px;
  color:var(--lp-ink);
  margin:12px 0 10px;
}
body.page-id-1576 #main-content .lp-form-checks{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:16px;
}
body.page-id-1576 #main-content .lp-form-checks span{
  display:flex;
  align-items:center;
  gap:8px;
  padding:12px 14px;
  border-radius:14px;
  background:linear-gradient(180deg,#f7faf8,#f4fbf5);
  border:1px solid rgba(13,141,59,.12);
  color:var(--lp-ink);
  font-size:14px;
  font-weight:600;
}
body.page-id-1576 #main-content .lp-form-checks span:before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--lp-primary);
  flex:none;
}
body.page-id-1576 #main-content .lp-form-shell{margin-top:20px;}
body.page-id-1576 #main-content .lp-form-shell .et_pb_text_inner{
  padding:0;
  background:#fff;
  border:1px solid rgba(13,141,59,.12);
  border-radius:24px;
  box-shadow:0 18px 48px rgba(17,17,17,.08);
  overflow:hidden;
}
body.page-id-1576 #main-content .lp-form-shell-box{padding:28px;background:linear-gradient(180deg,#ffffff 0%,#fbfefb 100%);}
body.page-id-1576 #main-content .lp-form-shell .wpcf7{margin-top:0;}
body.page-id-1576 #main-content .lp-form-shell .wpcf7 form{display:grid;gap:16px;}
body.page-id-1576 #main-content .lp-form-shell .lp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px;}
body.page-id-1576 #main-content .lp-form-shell .lp-form-field{min-width:0;}
body.page-id-1576 #main-content .lp-form-shell .lp-form-field-full{grid-column:1/-1;}
body.page-id-1576 #main-content .lp-form-shell .lp-form-field label{display:block;font-size:14px;font-weight:700;color:#244234;margin-bottom:0;}
body.page-id-1576 #main-content .lp-form-shell .lp-form-field .wpcf7-form-control-wrap{display:block;margin-top:8px;}
body.page-id-1576 #main-content .lp-form-shell .lp-input{
  width:100%;
  border:1px solid rgba(13,141,59,.14);
  border-radius:14px;
  padding:12px 14px;
  font-size:15px;
  background:#fff;
  color:#163126;
  transition:border-color .2s ease, box-shadow .2s ease;
}
body.page-id-1576 #main-content .lp-form-shell .lp-input:focus{outline:none;border-color:var(--lp-primary);box-shadow:0 0 0 3px rgba(13,141,59,.12);}
body.page-id-1576 #main-content .lp-form-shell .lp-textarea{min-height:140px;}
body.page-id-1576 #main-content .lp-form-shell .lp-inline-hint{font-size:13px;color:#526257;}
body.page-id-1576 #main-content .lp-form-shell .lp-form-consent{display:grid;gap:10px;}
body.page-id-1576 #main-content .lp-form-shell .lp-form-consent-group{display:grid;gap:10px;}
body.page-id-1576 #main-content .lp-form-shell .lp-form-consent label{font-weight:500;font-size:13px;line-height:1.5;color:#4f5f53;}
body.page-id-1576 #main-content .lp-form-shell .lp-submit{
  display:inline-block;
  border:0;
  border-radius:999px;
  min-height:48px;
  padding:0 24px;
  font-weight:800;
  cursor:pointer;
  line-height:1.2;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
  margin-top:12px;
  background:linear-gradient(180deg,var(--lp-primary),var(--lp-primary-dark));
  color:#fff;
  box-shadow:0 10px 20px rgba(13,141,59,.22);
}
body.page-id-1576 #main-content .lp-form-shell .lp-submit:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(13,141,59,.28);}
body.page-id-1576 #main-content .lp-contact-note .et_pb_text_inner{
  margin-top:16px;
  padding:12px 0 0;
  border:none;
  box-shadow:none;
  border-top:1px solid rgba(13,141,59,.14);
  border-radius:0;
  background:transparent;
  color:#657266;
  font-size:14px;
  line-height:1.6;
}

body.page-id-1576 #main-content .lp-actions-stack{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:18px;
}
body.page-id-1576 #main-content .lp-actions-stack .lp-btn{
  width:100%;
  text-align:center;
}

body.page-id-1576 #main-content .lp-contact-phone,
body.page-id-1576 #main-content .lp-contact-whatsapp,
body.page-id-1576 #main-content .lp-final-btn{
  margin-bottom:12px!important;
}
body.page-id-1576 #main-content .lp-final-btn:last-of-type{margin-bottom:0!important;}

body.page-id-1576 #main-content .lp-cards-row .et_pb_column,
body.page-id-1576 #main-content .lp-proof-row .et_pb_column{
  display:flex;
}
body.page-id-1576 #main-content .lp-cards-row .et_pb_module,
body.page-id-1576 #main-content .lp-proof-row .et_pb_module{
  display:flex;
  flex:1 1 auto;
  margin-bottom:0!important;
}
body.page-id-1576 #main-content .lp-cards-row{row-gap:18px;}
body.page-id-1576 #main-content .lp-cards-row .et_pb_text,
body.page-id-1576 #main-content .lp-cards-row .et_pb_text .et_pb_text_inner{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  height:100%;
}
body.page-id-1576 #main-content .lp-cards-row .et_pb_blurb_content,
body.page-id-1576 #main-content .lp-proof-row .et_pb_blurb_content{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}
body.page-id-1576 #main-content .lp-cards-row .et_pb_blurb_container,
body.page-id-1576 #main-content .lp-proof-row .et_pb_blurb_container{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}
body.page-id-1576 #main-content .lp-cards-row .et_pb_blurb_description,
body.page-id-1576 #main-content .lp-proof-row .et_pb_blurb_description{
  display:flex;
  flex:1 1 auto;
}

body.page-id-1576 #main-content .lp-hero-point .et_pb_blurb_content,
body.page-id-1576 #main-content .lp-card-blurb .et_pb_blurb_content,
body.page-id-1576 #main-content .lp-proof-blurb .et_pb_blurb_content{
  max-width:none;
  text-align:left;
  padding:24px;
  background:#fff;
  border:1px solid rgba(13,141,59,.12);
  border-radius:22px;
  box-shadow:0 14px 36px rgba(17,17,17,.07);
  height:100%;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
body.page-id-1576 #main-content .lp-hero-point .et_pb_module_header,
body.page-id-1576 #main-content .lp-card-blurb .et_pb_module_header,
body.page-id-1576 #main-content .lp-proof-blurb .et_pb_module_header{
  font-size:21px;
  line-height:1.2;
  color:var(--lp-ink);
  margin-bottom:10px;
}
body.page-id-1576 #main-content .lp-hero-point .et_pb_blurb_description,
body.page-id-1576 #main-content .lp-card-blurb .et_pb_blurb_description,
body.page-id-1576 #main-content .lp-proof-blurb .et_pb_blurb_description{
  color:#59677a;
  line-height:1.75;
}
body.page-id-1576 #main-content .lp-hero-point .et_pb_blurb_content:hover,
body.page-id-1576 #main-content .lp-card-blurb .et_pb_blurb_content:hover,
body.page-id-1576 #main-content .lp-proof-blurb .et_pb_blurb_content:hover{
  transform:translateY(-3px);
  border-color:#bddbc1;
  box-shadow:0 14px 30px rgba(17,17,17,.12);
}
body.page-id-1576 #main-content .lp-form-point .et_pb_blurb_content{
  padding:18px 20px;
}
body.page-id-1576 #main-content .lp-form-point .et_pb_blurb_description{
  font-size:14px;
  line-height:1.65;
}

body.page-id-1576 #main-content .lp-faq-toggle.et_pb_toggle,
body.page-id-1576 #main-content .lp-faq details{
  padding:0;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbf9 100%);
  border:1px solid rgba(13,141,59,.12);
  border-radius:20px;
  box-shadow:0 14px 30px rgba(17,17,17,.08), inset 0 1px 0 rgba(255,255,255,.75);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  overflow:hidden;
}
body.page-id-1576 #main-content .lp-faq details:hover,
body.page-id-1576 #main-content .lp-faq-toggle.et_pb_toggle:hover{
  transform:translateY(-1px);
  border-color:rgba(13,141,59,.18);
  box-shadow:0 16px 30px rgba(17,17,17,.10);
}
body.page-id-1576 #main-content .lp-faq summary{
  position:relative;
  list-style:none;
  cursor:pointer;
  padding:18px 54px 18px 20px;
  color:var(--lp-ink);
  font-size:17px;
  font-weight:700;
  line-height:1.4;
}
body.page-id-1576 #main-content .lp-faq summary::-webkit-details-marker{display:none;}
body.page-id-1576 #main-content .lp-faq summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  width:26px;
  height:26px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff2e4;
  border:1px solid rgba(220,50,50,.18);
  color:#8d2c2c;
  font-size:18px;
  font-weight:700;
}
body.page-id-1576 #main-content .lp-faq details[open] summary::after{
  content:"-";
  background:var(--lp-primary);
  color:#fff;
  border-color:var(--lp-primary);
}

body.page-id-1576 .sdr-theme-builder-footer,
body.page-id-1934 .sdr-theme-builder-footer,
body.page-id-1576 .et_pb_section_1_tb_footer.et_pb_section,
body.page-id-1934 .et_pb_section_1_tb_footer.et_pb_section{
  background:#fbfbfa!important;
}
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-kicker,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-kicker{
  color:#56675d!important;
}
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-brand p,
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-copy,
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-meta,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-brand p,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-copy,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-meta{
  color:#55655b!important;
}
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-title,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-title{
  color:var(--lp-ink)!important;
}
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-links a,
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-contact a,
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-contact span,
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-list a,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-links a,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-contact a,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-contact span,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-list a{
  color:#3f5047!important;
}
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-bottom,
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-legal,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-bottom,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-legal{
  color:#627066!important;
}
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-bottom a,
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-legal a,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-bottom a,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-legal a{
  color:var(--lp-ink)!important;
}
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-actions .lp-btn-primary,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-actions .lp-btn-primary{
  background:linear-gradient(180deg,var(--lp-primary),var(--lp-primary-dark))!important;
  color:#fff!important;
  box-shadow:0 10px 20px rgba(13,141,59,.24)!important;
}
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-actions .lp-btn-primary:hover,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-actions .lp-btn-primary:hover{
  background:linear-gradient(180deg,#0b7e35,#085f27)!important;
  color:#fff!important;
}
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-actions .lp-btn-ghost,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-actions .lp-btn-ghost{
  background:linear-gradient(180deg,#ffffff,#f5f8f6)!important;
  border:1px solid rgba(13,141,59,.22)!important;
  color:var(--lp-ink)!important;
  box-shadow:0 8px 18px rgba(17,17,17,.09)!important;
}
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-actions .lp-btn-ghost:hover,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-actions .lp-btn-ghost:hover{
  background:#edf5ef!important;
  border-color:var(--lp-secondary)!important;
  color:var(--lp-ink)!important;
}
body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-legal .lp-heart,
body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-legal .lp-heart{
  color:#cf2e2e!important;
}

@media (min-width:981px){
  body.page-id-1576 .sdr-theme-builder-footer .lp-local-footer-shell,
  body.page-id-1934 .sdr-theme-builder-footer .lp-local-footer-shell{
    width:80%!important;
    max-width:1920px!important;
    margin:0 auto!important;
  }
}

@media (max-width:1366px) and (min-width:981px){
  body.page-id-1576 #main-content .lp-cta-bar{padding:24px 26px;gap:16px;}
  body.page-id-1576 #main-content .lp-cta-bar strong{font-size:20px;}
}

@media (max-width:980px){
  body.page-id-1576 #main-content .lp-checks{grid-template-columns:1fr;}
  body.page-id-1576 #main-content .lp-cta-bar{flex-direction:column;align-items:flex-start;padding:24px;gap:16px;}
  body.page-id-1576 #main-content .lp-cta-links{width:100%;}
  body.page-id-1576 #main-content .lp-cta-links .lp-btn{width:100%;text-align:center;}
  body.page-id-1576 #main-content .lp-form-shell-wrap{padding:24px;}
  body.page-id-1576 #main-content .lp-form-checks{grid-template-columns:1fr;}
  body.page-id-1576 #main-content .lp-form-shell .lp-form-grid{grid-template-columns:1fr;}
}

/* Collassa la sezione tecnica del Theme Builder header: deve restare visibile solo l'header vero */
body.page-id-1576 .et_pb_section_0_tb_header,
body.page-id-1934 .et_pb_section_0_tb_header{
  display:none!important;
  height:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
}
body.error404 .et_pb_section_0_tb_header{
  display:none!important;
  height:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
}
body.page-id-1576 .et_pb_section_1_tb_header,
body.page-id-1934 .et_pb_section_1_tb_header{
  margin-top:0!important;
}
body.error404 .et_pb_section_1_tb_header{
  margin-top:0!important;
}
