/* =====================================
   FOOTER CONTACT — PARTE SECONDA
   ===================================== */

.ct25-fb-minimal,
.ct25-fb-minimal *,
.ct25-footer-clean,
.ct25-footer-clean *{
  box-sizing:border-box;
}

.ct25-fb-minimal{
  width:100%;
  padding:34px 16px;
  background:linear-gradient(180deg,#f6f8fb 0%, #eef2f7 100%);
  border-top:1px solid rgba(11,47,134,.06);
  font-family:Arial,Helvetica,sans-serif;
}

.ct25-fb-minimal-wrap{
  max-width:1280px;
  margin:0 auto;
}

.ct25-fb-minimal-grid{
  display:grid;
  grid-template-columns:minmax(320px, 1.05fr) minmax(260px, .95fr);
  gap:28px;
  align-items:center;
}

.ct25-fb-minimal-content{
  min-width:0;
}

.ct25-fb-minimal-kicker{
  display:inline-block;
  margin-bottom:12px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(11,47,134,.06);
  border:1px solid rgba(11,47,134,.10);
  color:#123ea8;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
}

.ct25-fb-minimal-title{
  margin:0;
  font-size:46px;
  line-height:1.02;
  font-weight:300;
  color:#ef0000;
}

.ct25-fb-minimal-title span{
  color:#2140a6;
  position:relative;
  display:inline-block;
  padding-bottom:8px;
}

.ct25-fb-minimal-title span:after{
  content:"";
  position:absolute;
  left:-4px;
  right:-4px;
  bottom:0;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#ff0000 0%, #d70000 100%);
  transform:skewX(-18deg);
}

.ct25-fb-minimal-text{
  margin:18px 0 0;
  max-width:640px;
  font-size:18px;
  line-height:1.75;
  color:#23395f;
}

.ct25-fb-minimal-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  margin-top:24px;
}

.ct25-fb-minimal-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 24px;
  border-radius:14px;
  background:linear-gradient(180deg,#ff1b1b 0%, #de0000 100%);
  color:#fff !important;
  text-decoration:none !important;
  font-size:16px;
  font-weight:900;
  letter-spacing:.4px;
  box-shadow:0 12px 24px rgba(180,0,0,.18), inset 0 1px 0 rgba(255,255,255,.18);
  transition:transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.ct25-fb-minimal-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 28px rgba(180,0,0,.22), inset 0 1px 0 rgba(255,255,255,.18);
  filter:brightness(1.02);
}

.ct25-fb-minimal-link{
  color:#123ea8 !important;
  text-decoration:none !important;
  font-size:15px;
  font-weight:800;
}

.ct25-fb-minimal-link:hover{
  text-decoration:underline !important;
}

.ct25-fb-minimal-media{
  min-width:0;
}

.ct25-fb-minimal-image-link{
  display:block;
  text-decoration:none;
}

.ct25-fb-minimal-frame{
  position:relative;
  max-width:520px;
  margin-left:auto;
  padding:14px;
  border-radius:24px;
  background:linear-gradient(135deg,#0b2f86 0%, #1148c8 50%, #0b2f86 100%);
  box-shadow:0 20px 50px rgba(6,27,84,.14), 0 8px 20px rgba(0,0,0,.06);
  overflow:hidden;
}

.ct25-fb-minimal-frame:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255,212,0,.10), transparent 28%);
  pointer-events:none;
}

.ct25-fb-minimal-image{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 26px rgba(0,0,0,.14);
}

/* =========================================================
FOOTER CLEAN
========================================================= */
.ct25-footer-clean{
  width:100%;
  background:linear-gradient(180deg,#0d348f 0%, #0a2b76 100%);
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  border-top:4px solid #ffd400;
}

.ct25-footer-clean-wrap{
  max-width:1280px;
  margin:0 auto;
  padding:38px 18px 16px;
}

.ct25-footer-clean-top{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(220px,.8fr) minmax(220px,.8fr);
  gap:34px;
  align-items:start;
}

.ct25-footer-clean-brand{
  min-width:0;
}

.ct25-footer-clean-kicker{
  display:inline-block;
  margin-bottom:12px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color:#ffd400;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
}

.ct25-footer-clean-brand h3{
  margin:0 0 12px;
  font-size:26px;
  line-height:1.15;
  font-weight:800;
  color:#fff;
}

.ct25-footer-clean-brand p{
  margin:0;
  max-width:560px;
  font-size:16px;
  line-height:1.7;
  color:rgba(255,255,255,.88);
}

.ct25-footer-clean-company-wrap{
  display:grid;
  grid-template-columns:1fr auto;
  gap:22px;
  align-items:center;
  margin-top:18px;
}

.ct25-footer-clean-company{
  padding:14px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.88);
  font-size:14px;
  line-height:1.65;
}

.ct25-footer-clean-stats{
  text-align:center;
  opacity:.85;
}

.ct25-footer-clean-stats-label{
  font-size:11px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
  color:rgba(255,255,255,.65);
  margin-bottom:4px;
}

.ct25-footer-clean-stats #histats_counter{
  transform:scale(.78);
  transform-origin:center;
}

.ct25-footer-clean-col{
  min-width:0;
}

.ct25-footer-clean-title{
  margin-bottom:14px;
  font-size:16px;
  font-weight:900;
  color:#ffd400;
  letter-spacing:.3px;
}

.ct25-footer-clean-col ul{
  margin:0;
  padding:0;
  list-style:none;
}

.ct25-footer-clean-col li{
  margin:0 0 10px;
}

.ct25-footer-clean-col a{
  color:#fff !important;
  text-decoration:none !important;
  font-size:15px;
  line-height:1.5;
  font-weight:700;
  opacity:.92;
  transition:opacity .16s ease, color .16s ease;
}

.ct25-footer-clean-col a:hover{
  color:#ffd400 !important;
  opacity:1;
}

.ct25-footer-clean-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:30px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.12);
}

.ct25-footer-clean-copy{
  font-size:13px;
  line-height:1.5;
  color:rgba(255,255,255,.72);
}

.ct25-footer-clean-bottom-links{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.ct25-footer-clean-bottom-links a{
  color:rgba(255,255,255,.82) !important;
  text-decoration:none !important;
  font-size:13px;
  font-weight:700;
}

.ct25-footer-clean-bottom-links a:hover{
  color:#ffd400 !important;
}

/* =========================================================
TABLET
========================================================= */
@media (max-width:980px){
  .ct25-fb-minimal-grid,
  .ct25-footer-clean-top{
    grid-template-columns:1fr;
    gap:24px;
  }

  .ct25-fb-minimal-frame{
    max-width:620px;
    margin:0 auto;
  }

  .ct25-footer-clean-brand p{
    max-width:none;
  }

  .ct25-footer-clean-company-wrap{
    grid-template-columns:1fr;
  }

  .ct25-footer-clean-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* =========================================================
MOBILE ONLY
========================================================= */
@media (max-width:767px){
  .ct25-fb-minimal{
    padding:26px 12px;
  }

  .ct25-fb-minimal-content{
    text-align:center;
  }

  .ct25-fb-minimal-kicker{
    display:block;
    width:fit-content;
    margin:0 auto 12px;
  }

  .ct25-fb-minimal-title{
    font-size:34px;
    line-height:1.06;
    text-align:center;
  }

  .ct25-fb-minimal-text{
    margin:18px auto 0;
    font-size:16px;
    line-height:1.65;
    text-align:justify;
    text-align-last:center;
  }

  .ct25-fb-minimal-actions{
    gap:10px;
    justify-content:center;
  }

  .ct25-fb-minimal-btn{
    width:100%;
    max-width:320px;
    font-size:15px;
    min-height:50px;
  }

  .ct25-fb-minimal-link{
    width:100%;
    text-align:center;
    font-size:14px;
  }

  .ct25-fb-minimal-media{
    text-align:center;
  }

  .ct25-fb-minimal-frame{
    padding:10px;
    border-radius:18px;
    margin:0 auto;
  }

  .ct25-fb-minimal-image{
    border-radius:10px;
  }

  .ct25-footer-clean-wrap{
    padding:30px 14px 16px;
  }

  .ct25-footer-clean-brand{
    text-align:center;
  }

  .ct25-footer-clean-kicker{
    display:block;
    width:fit-content;
    margin:0 auto 12px;
  }

  .ct25-footer-clean-brand h3{
    font-size:24px;
    text-align:center;
  }

  .ct25-footer-clean-brand p{
    margin:0 auto;
    font-size:15px;
    line-height:1.65;
    text-align:justify;
    text-align-last:center;
  }

  .ct25-footer-clean-company-wrap{
    grid-template-columns:1fr;
    gap:14px;
    justify-items:center;
  }

  .ct25-footer-clean-company{
    font-size:13px;
    line-height:1.6;
    padding:12px 14px;
    text-align:center;
  }

  .ct25-footer-clean-stats{
    text-align:center;
  }

  .ct25-footer-clean-stats-label{
    text-align:center;
  }

  .ct25-footer-clean-stats #histats_counter{
    transform:scale(.70);
    transform-origin:center top;
  }

  .ct25-footer-clean-col{
    text-align:center;
  }

  .ct25-footer-clean-title{
    font-size:15px;
    margin-bottom:10px;
    text-align:center;
  }

  .ct25-footer-clean-col ul{
    text-align:center;
  }

  .ct25-footer-clean-col a{
    font-size:14px;
  }

  .ct25-footer-clean-bottom{
    margin-top:22px;
    padding-top:14px;
    gap:10px;
    justify-content:center;
    align-items:center;
    text-align:center;
  }

  .ct25-footer-clean-copy{
    width:100%;
    text-align:center;
  }

  .ct25-footer-clean-bottom-links{
    width:100%;
    justify-content:center;
  }

  .ct25-footer-clean-copy,
  .ct25-footer-clean-bottom-links a{
    font-size:12px;
  }
}




/* =====================================
   FOOTER CONTACT — VERSIONE SEMPLIFICATA
   ===================================== */

.ct25-footer-contact{
  padding:18px 12px 24px;
  background:linear-gradient(180deg,#f7f9fd 0%, #eef3fb 100%);
  font-family:Arial,Helvetica,sans-serif;
}

.ct25-footer-contact .ct25-footer-contact-box{
  max-width:1180px;
  margin:0 auto;
  padding:34px 28px;
  border-radius:16px;
  border:1px solid #d9e5f7;
  background:linear-gradient(180deg,#ffffff 0%, #f6faff 100%);
  box-shadow:0 14px 34px rgba(16,36,84,.08);
}

.ct25-footer-contact .ct25-prefooter-contact-info{
  padding-right:28px;
}

.ct25-footer-contact .ct25-prefooter-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 16px;
  margin-bottom:14px;
  border-radius:999px;
  background:#edf3ff;
  border:1px solid #d7e3ff;
  color:#0b3cff;
  font-size:12px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
}

.ct25-footer-contact .ct25-prefooter-title{
  margin:0 0 14px;
  color:#123f95;
  font-size:clamp(34px,4vw,56px);
  line-height:1.04;
  font-weight:800;
  letter-spacing:-1px;
}

.ct25-footer-contact .ct25-prefooter-title span{
  color:#e10600;
}

.ct25-footer-contact .ct25-prefooter-text{
  max-width:620px;
  margin:0 0 20px;
  color:#102f63;
  font-size:clamp(17px,1.2vw,22px);
  line-height:1.55;
}

.ct25-footer-contact .ct25-prefooter-text p{
  margin:0;
}

.ct25-footer-contact .ct25-prefooter-points{
  margin:0 0 24px;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.ct25-footer-contact .ct25-prefooter-point{
  position:relative;
  padding-left:18px;
  color:#123873;
  font-size:15px;
  font-weight:700;
  line-height:1.5;
}

.ct25-footer-contact .ct25-prefooter-point::before{
  content:"";
  position:absolute;
  left:0;
  top:9px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#ffd400;
}

.ct25-footer-contact .ct25-prefooter-quicklinks{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  justify-content:center;
  margin-top:12px;
}

.ct25-footer-contact .ct25-prefooter-quick{
  margin:0 !important;
  padding:0 !important;
}

.ct25-footer-contact .ct25-prefooter-quick .elementor-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px !important;
  border:none !important;
  border-radius:14px;
  font-size:14px;
  font-weight:800;
  line-height:1;
  text-align:center;
  white-space:nowrap;
  box-shadow:0 10px 22px rgba(0,0,0,.10);
}

.ct25-footer-contact .ct25-prefooter-mail .elementor-button{
  background:#2d6df6 !important;
  color:#fff !important;
}

.ct25-footer-contact .ct25-prefooter-wa .elementor-button{
  background:#18a957 !important;
  color:#fff !important;
}

.ct25-footer-contact .ct25-prefooter-phone .elementor-button{
  background:#1d43f5 !important;
  color:#fff !important;
}

.ct25-footer-contact .ct25-prefooter-formcard{
  max-width:520px;
  margin-left:auto;
  padding:18px;
  border:1px solid #dce7f6;
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 36px rgba(7,28,80,.08);
}

.ct25-footer-contact .ct25-form-mini-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  margin-bottom:10px;
  border-radius:999px;
  background:linear-gradient(135deg,#0b3cff 0%, #062b71 100%);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.ct25-footer-contact .ct25-prefooter-formcard .elementor-heading-title{
  margin-bottom:6px;
  color:#0d2d66;
}

.ct25-footer-contact .ct25-prefooter-formcard .elementor-widget-text-editor{
  margin-bottom:10px;
  color:#5b6f95;
  font-size:14px;
  line-height:1.5;
}

.ct25-footer-contact .ct25-prefooter-mini .elementor-form .elementor-field-group{
  margin-bottom:10px;
}

.ct25-footer-contact .ct25-prefooter-mini .elementor-form input:not([type="checkbox"]):not([type="radio"]),
.ct25-footer-contact .ct25-prefooter-mini .elementor-form select,
.ct25-footer-contact .ct25-prefooter-mini .elementor-form textarea{
  min-height:42px;
  padding:10px 12px;
  border-radius:10px;
  font-size:14px;
}

.ct25-footer-contact .ct25-prefooter-mini .elementor-form textarea{
  min-height:80px;
}

.ct25-footer-contact .ct25-prefooter-mini .elementor-form .elementor-button,
.ct25-footer-contact .ct25-prefooter-mini .elementor-form button[type="submit"]{
  min-height:44px;
  border-radius:12px;
  font-size:14px;
  font-weight:800;
}

/* MOBILE */
@media (max-width:767px){

  .ct25-footer-contact{
    padding:8px 10px 12px;
  }

  .ct25-footer-contact .ct25-footer-contact-box{
    padding:18px 12px;
    border-radius:14px;
  }

  .ct25-footer-contact .ct25-prefooter-contact-info{
    padding-right:0;
  }

  .ct25-footer-contact .ct25-prefooter-kicker{
    display:flex;
    width:max-content;
    margin:0 auto 10px;
    font-size:11px;
  }

  .ct25-footer-contact .ct25-prefooter-title{
    margin:0 0 12px;
    font-size:28px;
    text-align:center;
    line-height:1.06;
  }

  .ct25-footer-contact .ct25-prefooter-text,
  .ct25-footer-contact .ct25-prefooter-points{
    display:none;
  }

  .ct25-footer-contact .ct25-prefooter-quicklinks{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin-top:4px;
  }

  .ct25-footer-contact .ct25-prefooter-quick{
    width:100%;
  }

  .ct25-footer-contact .ct25-prefooter-quick .elementor-button{
    width:100% !important;
    min-height:40px;
    padding:0 8px !important;
    border-radius:12px;
    font-size:12px;
  }

  .ct25-footer-contact .ct25-prefooter-formcard{
    max-width:none;
    margin-top:14px;
    margin-left:0;
    padding:12px;
    border-radius:18px;
  }

  .ct25-footer-contact .ct25-prefooter-formcard .elementor-widget-text-editor{
    display:none;
  }

  .ct25-footer-contact .ct25-prefooter-formcard .elementor-heading-title{
    font-size:18px;
    text-align:center;
    margin-bottom:4px;
  }

  .ct25-footer-contact .ct25-form-mini-badge{
    min-height:28px;
    margin-bottom:8px;
    font-size:11px;
  }

  .ct25-footer-contact .ct25-prefooter-mini .elementor-form label{
    font-size:12px;
  }

  .ct25-footer-contact .ct25-prefooter-mini .elementor-form input:not([type="checkbox"]):not([type="radio"]),
  .ct25-footer-contact .ct25-prefooter-mini .elementor-form select,
  .ct25-footer-contact .ct25-prefooter-mini .elementor-form textarea{
    min-height:40px;
    font-size:14px;
  }

  .ct25-footer-contact .ct25-prefooter-mini .elementor-form textarea{
    min-height:74px;
  }

  .ct25-footer-contact .ct25-prefooter-mini .elementor-form .elementor-button,
  .ct25-footer-contact .ct25-prefooter-mini .elementor-form button[type="submit"]{
    min-height:42px;
    font-size:13px;
  }
}