/* ==========================================================
   MATTIALOY.IT — PAGINE CUSTOM MIGRATE DAL CSS AGGIUNTIVO
   Child theme v1.2.0
   Fonte unica: questo file sostituisce il CSS aggiuntivo WordPress.
   ========================================================== */

/* ==========================================================
   MATTIALOY.IT — CSS PAGINE CUSTOM
   Versione consolidata
   ========================================================== */


/* ==========================================================
   1. DESIGN SYSTEM CONDIVISO
   ========================================================== */

#mlpsy-v4,
#mltpv-v1,
#mlprivacy-v1,
#mlhome-v3{
  --navy:#102940;
  --navy-2:#17364f;
  --ink:#172432;
  --text:#2d3945;
  --muted:#66707a;
  --paper:#f5f3ef;
  --white:#ffffff;
  --line:#ded9d0;
  --accent:#9a825e;

  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  line-height:1.55;
}

#mlpsy-v4 *,
#mltpv-v1 *,
#mlprivacy-v1 *,
#mlhome-v3 *{
  box-sizing:border-box;
}

#mlpsy-v4 img,
#mltpv-v1 img,
#mlprivacy-v1 img,
#mlhome-v3 img{
  display:block;
  max-width:100%;
  height:auto;
}

#mlpsy-v4 p,
#mltpv-v1 p,
#mlprivacy-v1 p,
#mlhome-v3 p{
  margin:0;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}

#mlpsy-v4 h1,
#mlpsy-v4 h2,
#mlpsy-v4 h3,
#mltpv-v1 h1,
#mltpv-v1 h2,
#mltpv-v1 h3,
#mlprivacy-v1 h1,
#mlprivacy-v1 h2,
#mlprivacy-v1 h3,
#mlhome-v3 h1,
#mlhome-v3 h2,
#mlhome-v3 h3{
  margin:0;
  letter-spacing:-.025em;
}

#mlpsy-v4 a,
#mltpv-v1 a,
#mlhome-v3 a{
  text-decoration:none;
}

#mlpsy-v4 .mlp-shell,
#mltpv-v1 .tpv-shell,
#mlhome-v3 .mlh-shell{
  width:min(1120px,calc(100% - 80px));
  margin:0 auto;
}


/* ==========================================================
   2. TEST PSICOMETRICI PER LE IMPRESE
   #mlpsy-v4
   ========================================================== */

#mlpsy-v4{
  background:#fff!important;
  color:var(--text)!important;
}

#mlpsy-v4 p{
  color:var(--text)!important;
}

#mlpsy-v4 ul{
  margin:0;
  padding:0;
  list-style:none;
}

#mlpsy-v4 .mlp-section{
  padding:48px 0;
}

#mlpsy-v4 .mlp-white{
  background:#fff!important;
  color:var(--ink)!important;
}

#mlpsy-v4 .mlp-paper{
  background:var(--paper)!important;
  color:var(--ink)!important;
}

#mlpsy-v4 .mlp-dark{
  background:var(--navy)!important;
  color:#fff!important;
}

#mlpsy-v4 .mlp-kicker{
  margin:0 0 9px;
  color:var(--accent)!important;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}

#mlpsy-v4 .mlp-dark .mlp-kicker{
  color:#d5c8b0!important;
}

#mlpsy-v4 h1,
#mlpsy-v4 h2,
#mlpsy-v4 h3{
  color:var(--ink)!important;
}

#mlpsy-v4 .mlp-dark h1,
#mlpsy-v4 .mlp-dark h2,
#mlpsy-v4 .mlp-dark h3{
  color:#fff!important;
}

#mlpsy-v4 h1{
  font-size:clamp(38px,3.5vw,49px)!important;
  line-height:1.05!important;
  font-weight:780!important;
}

#mlpsy-v4 h2{
  font-size:clamp(28px,2.4vw,35px)!important;
  line-height:1.12!important;
  font-weight:760!important;
}

#mlpsy-v4 h3{
  font-size:19px!important;
  line-height:1.24!important;
  font-weight:760!important;
}

#mlpsy-v4 .mlp-lead{
  max-width:850px!important;
  font-size:18px!important;
  line-height:1.55!important;
}

#mlpsy-v4 .mlp-section-head{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:38px;
  align-items:end;
  margin-bottom:24px;
}

#mlpsy-v4 .mlp-section-head p{
  font-size:16.5px;
  line-height:1.58;
}


/* HERO */

#mlpsy-v4 .mlp-hero{
  padding:52px 0 82px;
  background:linear-gradient(135deg,var(--navy),var(--navy-2))!important;
}

#mlpsy-v4 .mlp-hero__copy{
  max-width:900px;
}

#mlpsy-v4 .mlp-hero h1{
  max-width:900px!important;
  margin-bottom:17px;
}

#mlpsy-v4 .mlp-hero p{
  color:#e6edf2!important;
}

#mlpsy-v4 .mlp-hero__tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px 10px;
  margin-top:22px;
  padding-top:17px;
  border-top:1px solid rgba(255,255,255,.15);
}

#mlpsy-v4 .mlp-hero__tags span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(255,255,255,.05)!important;
  color:#f3f6f8!important;
  font-size:13px;
  font-weight:720;
}

#mlpsy-v4 .mlp-hero__image{
  margin-top:30px;
}

#mlpsy-v4 .mlp-hero__image img{
  width:100%;
  object-fit:contain;
  border-radius:13px;
}


/* APPLICAZIONI */

#mlpsy-v4 .mlp-value-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

#mlpsy-v4 .mlp-value{
  padding:20px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff!important;
}

#mlpsy-v4 .mlp-value h3{
  margin-bottom:6px;
  color:var(--navy)!important;
}

#mlpsy-v4 .mlp-value p{
  font-size:15.5px;
  line-height:1.52;
}


/* LUMINA */

#mlpsy-v4 .mlp-lumina-intro__copy p,
#mlpsy-v4 .mlp-model__copy p,
#mlpsy-v4 .mlp-sales__copy p{
  font-size:16.5px;
  line-height:1.6;
}

#mlpsy-v4 .mlp-lumina-intro__copy p+p,
#mlpsy-v4 .mlp-model__copy p+p,
#mlpsy-v4 .mlp-sales__copy p+p{
  margin-top:11px;
}

#mlpsy-v4 .mlp-lumina-tools{
  display:grid!important;
  grid-template-columns:180px minmax(0,1fr)!important;
  gap:28px!important;
  align-items:center!important;
  width:100%;
  margin-top:22px;
  padding:18px 22px;
  border-radius:12px;
  background:#fff!important;
}

#mlpsy-v4 .mlp-lumina-intro__visual{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:180px!important;
  min-width:180px!important;
  padding:0!important;
  margin:0!important;
  background:#fff!important;
}

#mlpsy-v4 .mlp-lumina-intro__visual img{
  width:145px!important;
  min-width:145px!important;
  max-width:145px!important;
  margin:0 auto!important;
  object-fit:contain!important;
}

#mlpsy-v4 .mlp-lumina__list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px 24px!important;
  align-content:center;
  margin:0!important;
}

#mlpsy-v4 .mlp-lumina__list span{
  position:relative;
  padding-left:16px;
  color:var(--text)!important;
  font-size:14.5px;
  line-height:1.4;
}

#mlpsy-v4 .mlp-lumina__list span:before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--accent);
}

#mlpsy-v4 .mlp-lumina__scope{
  margin-top:17px!important;
  font-size:15px!important;
  line-height:1.55!important;
}


/* MODELLO */

#mlpsy-v4 .mlp-model__levels{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}

#mlpsy-v4 .mlp-model__level{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:0;
  min-height:62px;
  padding:11px 16px 11px 11px;
  border:1px solid #d7d1c7;
  border-radius:999px;
  background:#fff!important;
  box-shadow:0 3px 10px rgba(16,41,64,.04);
}

#mlpsy-v4 .mlp-model__level strong{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 40px;
  width:40px;
  height:40px;
  border-radius:50%;
  background:var(--navy)!important;
  color:#fff!important;
  font-size:15px;
  line-height:1;
  font-weight:820;
}

#mlpsy-v4 .mlp-model__level span{
  min-width:0;
  color:var(--ink)!important;
  font-size:13.5px;
  line-height:1.28;
  font-weight:650;
}

#mlpsy-v4 .mlp-model__level--wide strong{
  flex-basis:58px;
  width:58px;
  border-radius:999px;
}

#mlpsy-v4 .mlp-model__note,
#mlpsy-v4 .mlp-persona-note{
  margin-top:16px;
  padding:14px 16px;
  border-left:3px solid var(--navy);
  background:#faf9f7!important;
  color:var(--ink)!important;
  font-size:14.8px;
  line-height:1.5;
}


/* OUTPUT */

#mlpsy-v4 .mlp-persona-list{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff!important;
}

#mlpsy-v4 .mlp-persona-row{
  display:grid;
  grid-template-columns:minmax(240px,300px) minmax(0,1fr);
  gap:24px;
  align-items:center;
  padding:18px 20px;
}

#mlpsy-v4 .mlp-persona-row+.mlp-persona-row{
  border-top:1px solid var(--line);
}

#mlpsy-v4 .mlp-persona__media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
}

#mlpsy-v4 .mlp-persona__media img{
  width:100%;
  max-width:300px;
  object-fit:contain;
}

#mlpsy-v4 .mlp-persona__copy h3{
  margin-bottom:5px;
  color:var(--navy)!important;
  font-size:17px!important;
}

#mlpsy-v4 .mlp-persona__copy p{
  font-size:14.5px;
  line-height:1.5;
}


/* SALES */

#mlpsy-v4 .mlp-sales{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:34px;
  align-items:center;
}

#mlpsy-v4 .mlp-sales__image{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:15px;
  background:#fff!important;
}

#mlpsy-v4 .mlp-sales__image img{
  width:100%;
  object-fit:contain;
}

#mlpsy-v4 .mlp-sales__points{
  display:block!important;
  margin:17px 0 0!important;
  padding-left:21px!important;
  list-style:disc!important;
}

#mlpsy-v4 .mlp-sales__points li{
  display:list-item!important;
  margin:0 0 7px!important;
  padding-left:3px!important;
  list-style:disc!important;
  color:var(--text)!important;
  font-size:14.8px;
  line-height:1.45;
}

#mlpsy-v4 .mlp-sales__points li::marker{
  color:var(--accent);
}

#mlpsy-v4 .mlp-sales-cycle-row{
  display:grid;
  grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);
  gap:40px;
  align-items:center;
}

#mlpsy-v4 .mlp-sales-cycle{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff!important;
}

#mlpsy-v4 .mlp-sales-cycle img{
  width:min(430px,100%);
  margin:0 auto;
  object-fit:contain;
}

#mlpsy-v4 .mlp-sales-cycle__copy p{
  font-size:15.5px;
  line-height:1.55;
}

#mlpsy-v4 .mlp-sales-cycle__copy p+p{
  margin-top:9px;
}

#mlpsy-v4 .mlp-mini-cases,
#mlpsy-v4 .mlp-case-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

#mlpsy-v4 .mlp-mini-cases{
  margin-top:18px;
}

#mlpsy-v4 .mlp-mini-case,
#mlpsy-v4 .mlp-case{
  padding:17px 18px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff!important;
}

#mlpsy-v4 .mlp-case{
  padding:18px 20px;
}

#mlpsy-v4 .mlp-mini-case span,
#mlpsy-v4 .mlp-case .mlp-label{
  display:block;
  margin-bottom:5px;
  color:var(--accent)!important;
  font-size:11px;
  font-weight:820;
  letter-spacing:.08em;
  text-transform:uppercase;
}

#mlpsy-v4 .mlp-mini-case h3,
#mlpsy-v4 .mlp-case h3{
  margin-bottom:5px;
  color:var(--navy)!important;
}

#mlpsy-v4 .mlp-mini-case p{
  font-size:14.6px;
  line-height:1.48;
}

#mlpsy-v4 .mlp-case p{
  font-size:15px;
  line-height:1.5;
}


/* METODO */

#mlpsy-v4 .mlp-method-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}

#mlpsy-v4 .mlp-method{
  padding:16px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:11px;
  background:rgba(255,255,255,.045)!important;
}

#mlpsy-v4 .mlp-method strong{
  display:block;
  margin-bottom:3px;
  color:#fff!important;
  font-size:14.5px;
}

#mlpsy-v4 .mlp-method span{
  display:block;
  color:#d6e0e7!important;
  font-size:13.5px;
  line-height:1.42;
}


/* CTA */

#mlpsy-v4 .mlp-cta{
  padding:68px 0 70px;
  background:linear-gradient(135deg,var(--navy),var(--navy-2))!important;
  color:#fff!important;
}

#mlpsy-v4 .mlp-cta__inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:34px;
  align-items:center;
}

#mlpsy-v4 .mlp-cta h2{
  margin-bottom:9px;
  font-size:30px!important;
}

#mlpsy-v4 .mlp-cta p{
  max-width:820px;
  color:#dce5eb!important;
  font-size:15.5px;
  line-height:1.55;
}

#mlpsy-v4 .mlp-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:46px!important;
  min-height:46px!important;
  padding:0 20px!important;
  border:1px solid #fff!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-weight:820!important;
  line-height:1!important;
  text-align:center!important;
  white-space:nowrap;
}


/* TEST — TABLET */

@media(max-width:900px){

  #mlpsy-v4 .mlp-section-head,
  #mlpsy-v4 .mlp-sales{
    grid-template-columns:1fr;
    gap:22px;
  }

  #mlpsy-v4 .mlp-persona-row{
    grid-template-columns:220px minmax(0,1fr);
    gap:18px;
  }

  #mlpsy-v4 .mlp-sales-cycle-row{
    grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);
    gap:28px;
  }

  #mlpsy-v4 .mlp-method-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}


/* TEST — MOBILE */

@media(max-width:680px){

  #mlpsy-v4 .mlp-section{
    padding:35px 0;
  }

  #mlpsy-v4 .mlp-hero{
    padding:40px 0 48px;
  }

  #mlpsy-v4 h1{
    font-size:clamp(34px,10vw,42px)!important;
  }

  #mlpsy-v4 h2{
    font-size:clamp(26px,7.8vw,32px)!important;
  }

  #mlpsy-v4 .mlp-value-grid,
  #mlpsy-v4 .mlp-lumina__list,
  #mlpsy-v4 .mlp-mini-cases,
  #mlpsy-v4 .mlp-case-grid,
  #mlpsy-v4 .mlp-method-grid,
  #mlpsy-v4 .mlp-model__levels{
    grid-template-columns:1fr;
  }

  #mlpsy-v4 .mlp-persona-row{
    grid-template-columns:1fr;
    gap:12px;
    padding:16px;
  }

  #mlpsy-v4 .mlp-persona__media{
    justify-content:flex-start;
  }

  #mlpsy-v4 .mlp-persona__media img{
    max-width:360px;
  }

  #mlpsy-v4 .mlp-sales-cycle-row{
    grid-template-columns:1fr;
    gap:22px;
  }

  #mlpsy-v4 .mlp-cta{
    padding:52px 0 54px;
  }

  #mlpsy-v4 .mlp-cta__inner{
    grid-template-columns:1fr;
    gap:22px;
  }

  #mlpsy-v4 .mlp-button{
    justify-self:start;
  }
}

@media(max-width:520px){

  #mlpsy-v4 .mlp-lumina-tools{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }

  #mlpsy-v4 .mlp-lumina-intro__visual{
    width:100%!important;
    min-width:0!important;
    justify-content:flex-start!important;
  }

  #mlpsy-v4 .mlp-lumina__list{
    grid-template-columns:1fr!important;
  }
}


/* ==========================================================
   3. TIROCINIO PSICOLOGIA / TPV LM-51
   #mltpv-v1
   ========================================================== */

#mltpv-v1{
  background:#fff;
}

#mltpv-v1 ul{
  margin:0;
  padding:0;
}

#mltpv-v1 h1,
#mltpv-v1 h2,
#mltpv-v1 h3{
  color:var(--ink);
}

#mltpv-v1 .tpv-section{
  padding:52px 0;
}

#mltpv-v1 .tpv-white{
  background:#fff;
}

#mltpv-v1 .tpv-paper{
  background:var(--paper);
}

#mltpv-v1 .tpv-dark{
  background:var(--navy);
  color:#fff;
}

#mltpv-v1 .tpv-kicker{
  margin:0 0 9px;
  color:var(--accent);
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}

#mltpv-v1 .tpv-dark .tpv-kicker{
  color:#d5c8b0;
}


/* HERO */

#mltpv-v1 .tpv-hero{
  padding:62px 0 68px;
  background:linear-gradient(135deg,var(--navy),var(--navy-2));
}

#mltpv-v1 .tpv-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
  gap:58px;
  align-items:center;
}

#mltpv-v1 .tpv-hero h1{
  max-width:830px;
  color:#fff;
  font-size:clamp(38px,4.2vw,58px);
  line-height:1.04;
  font-weight:780;
}

#mltpv-v1 .tpv-hero__lead{
  max-width:820px;
  margin-top:20px;
  color:#e6edf2;
  font-size:18px;
  line-height:1.6;
}

#mltpv-v1 .tpv-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:27px;
}

#mltpv-v1 .tpv-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border:1px solid #fff;
  border-radius:999px;
  background:#fff;
  color:var(--navy);
  font-weight:820;
  line-height:1;
  text-align:center;
}

#mltpv-v1 .tpv-hero__card{
  padding:25px 26px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:16px;
  background:rgba(255,255,255,.055);
}

#mltpv-v1 .tpv-hero__card-title{
  margin-bottom:16px;
  color:#fff;
  font-size:15px;
  font-weight:800;
}

#mltpv-v1 .tpv-hero__facts{
  display:grid;
}

#mltpv-v1 .tpv-hero__fact{
  padding:11px 0;
  border-top:1px solid rgba(255,255,255,.13);
}

#mltpv-v1 .tpv-hero__fact strong{
  display:block;
  color:#fff;
  font-size:14px;
}

#mltpv-v1 .tpv-hero__fact span{
  display:block;
  margin-top:2px;
  color:#cbd8e1;
  font-size:13px;
}


/* TITOLI SEZIONE */

#mltpv-v1 .tpv-head{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:44px;
  align-items:end;
  margin-bottom:27px;
}

#mltpv-v1 .tpv-head h2{
  font-size:clamp(28px,3vw,39px);
  line-height:1.1;
  font-weight:770;
}

#mltpv-v1 .tpv-head>p{
  font-size:16.5px;
  line-height:1.62;
}


/* TARGET */

#mltpv-v1 .tpv-targets{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

#mltpv-v1 .tpv-target{
  padding:23px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fff;
}

#mltpv-v1 .tpv-target__number{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  margin-bottom:15px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-size:13px;
  font-weight:820;
}

#mltpv-v1 .tpv-target h3{
  margin-bottom:7px;
  color:var(--navy);
  font-size:18px;
  line-height:1.25;
}

#mltpv-v1 .tpv-target p{
  font-size:14.8px;
  line-height:1.52;
}


/* ATTIVITA */

#mltpv-v1 .tpv-activity-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--line);
}

#mltpv-v1 .tpv-activity{
  padding:21px 22px 21px 0;
  border-bottom:1px solid var(--line);
}

#mltpv-v1 .tpv-activity:nth-child(even){
  padding-left:26px;
  border-left:1px solid var(--line);
}

#mltpv-v1 .tpv-activity strong{
  display:block;
  margin-bottom:4px;
  color:var(--navy);
  font-size:16px;
}

#mltpv-v1 .tpv-activity span{
  display:block;
  font-size:14.5px;
  line-height:1.5;
}


/* UNIVERSITA TELEMATICHE / REMOTO */

#mltpv-v1 .tpv-remote{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
  gap:40px;
  align-items:start;
}

#mltpv-v1 .tpv-remote__label{
  padding:22px;
  border-radius:14px;
  background:var(--navy);
  color:#fff;
}

#mltpv-v1 .tpv-remote__label strong{
  display:block;
  font-size:21px;
  line-height:1.2;
}

#mltpv-v1 .tpv-remote__label span{
  display:block;
  margin-top:8px;
  color:#d4dfe6;
  font-size:14px;
  line-height:1.5;
}

#mltpv-v1 .tpv-remote__copy h2{
  margin-bottom:15px;
  font-size:clamp(28px,3vw,38px);
  line-height:1.1;
}

#mltpv-v1 .tpv-remote__copy p{
  font-size:16px;
  line-height:1.62;
}

#mltpv-v1 .tpv-remote__copy p+p{
  margin-top:11px;
}

#mltpv-v1 .tpv-warning{
  margin-top:17px;
  padding:15px 17px;
  border-left:3px solid var(--accent);
  background:#faf9f7;
  color:var(--ink);
  font-size:14.5px;
  line-height:1.5;
}


/* PROCESSO */

#mltpv-v1 .tpv-process{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

#mltpv-v1 .tpv-step{
  padding:20px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
}

#mltpv-v1 .tpv-step__n{
  display:block;
  margin-bottom:12px;
  color:var(--accent);
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

#mltpv-v1 .tpv-step strong{
  display:block;
  margin-bottom:5px;
  color:var(--navy);
  font-size:16px;
}

#mltpv-v1 .tpv-step p{
  font-size:14px;
  line-height:1.48;
}


/* PERIMETRO */

#mltpv-v1 .tpv-scope{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:20px;
  align-items:start;
  padding:22px 24px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
}

#mltpv-v1 .tpv-scope__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:var(--paper);
  color:var(--navy);
  font-size:12px;
  font-weight:820;
  white-space:nowrap;
}

#mltpv-v1 .tpv-scope strong{
  color:var(--navy);
}

#mltpv-v1 .tpv-scope p{
  font-size:15px;
  line-height:1.55;
}


/* FAQ */

#mltpv-v1 .tpv-faq{
  border-top:1px solid var(--line);
}

#mltpv-v1 .tpv-faq details{
  border-bottom:1px solid var(--line);
}

#mltpv-v1 .tpv-faq summary{
  position:relative;
  padding:19px 42px 19px 0;
  cursor:pointer;
  color:var(--ink);
  font-size:16px;
  font-weight:760;
  list-style:none;
}

#mltpv-v1 .tpv-faq summary::-webkit-details-marker{
  display:none;
}

#mltpv-v1 .tpv-faq summary:after{
  content:"+";
  position:absolute;
  right:5px;
  top:15px;
  color:var(--accent);
  font-size:25px;
  line-height:1;
}

#mltpv-v1 .tpv-faq details[open] summary:after{
  content:"–";
}

#mltpv-v1 .tpv-faq__answer{
  max-width:900px;
  padding:0 40px 19px 0;
  font-size:15px;
  line-height:1.58;
}


/* CONTATTO */

#mltpv-v1 .tpv-contact-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px 24px;
  margin-top:20px;
  list-style:none;
}

#mltpv-v1 .tpv-contact-list li{
  position:relative;
  padding-left:17px;
  font-size:14.8px;
}

#mltpv-v1 .tpv-contact-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--accent);
}


/* CTA */

#mltpv-v1 .tpv-cta{
  padding:64px 0 68px;
  background:linear-gradient(135deg,var(--navy),var(--navy-2));
}

#mltpv-v1 .tpv-cta__inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:40px;
  align-items:center;
}

#mltpv-v1 .tpv-cta h2{
  color:#fff;
  font-size:clamp(27px,3vw,37px);
  line-height:1.1;
}

#mltpv-v1 .tpv-cta p{
  max-width:790px;
  margin-top:9px;
  color:#dce5eb;
  font-size:15.5px;
  line-height:1.55;
}


/* TPV — TABLET */

@media(max-width:900px){

  #mltpv-v1 .tpv-hero__grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  #mltpv-v1 .tpv-hero__card{
    max-width:560px;
  }

  #mltpv-v1 .tpv-head,
  #mltpv-v1 .tpv-remote{
    grid-template-columns:1fr;
    gap:22px;
  }

  #mltpv-v1 .tpv-process{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}


/* TPV — MOBILE */

@media(max-width:680px){

  #mltpv-v1 .tpv-section{
    padding:38px 0;
  }

  #mltpv-v1 .tpv-hero{
    padding:44px 0 48px;
  }

  #mltpv-v1 .tpv-hero h1{
    font-size:clamp(34px,10vw,43px);
  }

  #mltpv-v1 .tpv-targets,
  #mltpv-v1 .tpv-activity-grid,
  #mltpv-v1 .tpv-process,
  #mltpv-v1 .tpv-contact-list{
    grid-template-columns:1fr;
  }

  #mltpv-v1 .tpv-activity,
  #mltpv-v1 .tpv-activity:nth-child(even){
    padding:17px 0;
    border-left:0;
  }

  #mltpv-v1 .tpv-scope{
    grid-template-columns:1fr;
  }

  #mltpv-v1 .tpv-scope__badge{
    justify-self:start;
  }

  #mltpv-v1 .tpv-cta__inner{
    grid-template-columns:1fr;
    gap:23px;
  }

  #mltpv-v1 .tpv-button{
    justify-self:start;
  }
}


/* ==========================================================
   4. PRIVACY & COOKIE POLICY — VERSIONE SOBRIA
   #mlprivacy-v1
   ========================================================== */

#mlprivacy-v1{
  background:#fff;
  line-height:1.65;
}

#mlprivacy-v1 .pr-shell{
  width:min(960px,calc(100% - 80px));
  margin:0 auto;
}

#mlprivacy-v1 a{
  display:inline;
  width:auto;
  margin:0;
  padding:0;
  color:var(--navy);
  text-decoration:underline;
  text-underline-offset:3px;
  vertical-align:baseline;
}

#mlprivacy-v1 h1,
#mlprivacy-v1 h2,
#mlprivacy-v1 h3{
  color:var(--ink);
  letter-spacing:-.02em;
}

#mlprivacy-v1 .pr-section{
  padding:46px 0;
}

#mlprivacy-v1 .pr-white{
  background:#fff;
}

#mlprivacy-v1 .pr-paper{
  background:var(--paper);
}

#mlprivacy-v1 .pr-kicker{
  margin:0 0 8px;
  color:var(--accent);
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
}


/* PRIVACY HERO */

#mlprivacy-v1 .pr-hero{
  padding:54px 0 58px;
  background:var(--navy);
}

#mlprivacy-v1 .pr-hero .pr-kicker{
  color:#d5c8b0;
}

#mlprivacy-v1 .pr-hero h1{
  color:#fff;
  font-size:clamp(36px,4vw,50px);
  line-height:1.08;
  font-weight:760;
}

#mlprivacy-v1 .pr-hero p:last-child{
  max-width:850px;
  margin-top:16px;
  color:#e0e8ed;
  font-size:17px;
  line-height:1.6;
}


/* TESTO E TITOLI */

#mlprivacy-v1 .pr-section h2{
  margin-bottom:16px;
  font-size:clamp(25px,2.6vw,32px);
  line-height:1.16;
  font-weight:750;
}

#mlprivacy-v1 .pr-section h3{
  margin:24px 0 7px;
  color:var(--navy);
  font-size:17px;
  line-height:1.3;
  font-weight:750;
}

#mlprivacy-v1 .pr-section p{
  font-size:15.5px;
}

#mlprivacy-v1 .pr-section p+p{
  margin-top:11px;
}


/* TITOLARE */

#mlprivacy-v1 .pr-owner{
  margin:18px 0;
  padding:18px 20px;
  border-left:3px solid var(--accent);
  background:#faf9f7;
}

#mlprivacy-v1 .pr-owner strong{
  color:var(--navy);
}


/* ELENCHI */

#mlprivacy-v1 .pr-list{
  margin:16px 0 0;
  padding-left:20px;
}

#mlprivacy-v1 .pr-list li{
  margin-bottom:8px;
  padding-left:3px;
  font-size:15px;
  line-height:1.55;
}

#mlprivacy-v1 .pr-list li::marker{
  color:var(--accent);
}


/* TRATTAMENTI */

#mlprivacy-v1 .pr-processing{
  margin-top:20px;
  border-top:1px solid var(--line);
}

#mlprivacy-v1 .pr-processing__item{
  padding:21px 0;
  border-bottom:1px solid var(--line);
}

#mlprivacy-v1 .pr-processing__item h3{
  margin:0 0 7px;
}

#mlprivacy-v1 .pr-meta{
  color:var(--muted);
  font-size:14px!important;
}


/* COOKIE — RIGHE INFORMATIVE */

#mlprivacy-v1 .pr-cookie-list{
  margin-top:20px;
  border-top:1px solid var(--line);
}

#mlprivacy-v1 .pr-cookie-row{
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  gap:30px;
  padding:21px 0;
  border-bottom:1px solid var(--line);
}

#mlprivacy-v1 .pr-cookie-row h3{
  margin:0;
  color:var(--navy);
  font-size:16px;
}

#mlprivacy-v1 .pr-cookie-row p{
  font-size:14.8px;
}

#mlprivacy-v1 .pr-cookie-row p+p{
  margin-top:8px;
}

#mlprivacy-v1 .pr-note{
  margin-top:20px;
  padding:15px 17px;
  border-left:3px solid var(--accent);
  background:#faf9f7;
  font-size:14.5px;
}


/* CHIUSURA */

#mlprivacy-v1 .pr-final{
  padding:32px 0;
  background:var(--navy);
}

#mlprivacy-v1 .pr-final p{
  color:#dce5eb;
  font-size:14px;
  line-height:1.55;
}

#mlprivacy-v1 .pr-final strong{
  color:#fff;
}


/* PRIVACY — MOBILE */

@media(max-width:680px){

  #mlprivacy-v1 .pr-shell{
    width:min(100% - 28px,960px);
  }

  #mlprivacy-v1 .pr-section{
    padding:36px 0;
  }

  #mlprivacy-v1 .pr-hero{
    padding:42px 0 46px;
  }

  #mlprivacy-v1 .pr-cookie-row{
    grid-template-columns:1fr;
    gap:6px;
  }
}


/* ==========================================================
   5. HOMEPAGE
   #mlhome-v3
   ========================================================== */

#mlhome-v3{
  background:#fff;
}

#mlhome-v3 h1,
#mlhome-v3 h2,
#mlhome-v3 h3{
  color:var(--ink);
}

#mlhome-v3 .mlh-section{
  padding:42px 0;
}

#mlhome-v3 .mlh-white{
  background:#fff;
}

#mlhome-v3 .mlh-paper{
  background:var(--paper);
}

#mlhome-v3 .mlh-kicker{
  margin:0 0 8px;
  color:var(--accent);
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}

#mlhome-v3 .mlh-section-head{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:36px;
  align-items:end;
  margin-bottom:22px;
}

#mlhome-v3 .mlh-section-head h2{
  font-size:clamp(27px,2.6vw,35px);
  line-height:1.12;
  font-weight:760;
}

#mlhome-v3 .mlh-section-head>p{
  font-size:16px;
  line-height:1.58;
}


/* HOME HERO
   Immagine e gradiente principali sono definiti nel BLOCCO B,
   così manteniamo esattamente la versione approvata.
*/

#mlhome-v3 .mlh-hero{
  padding:48px 0 52px;
  background-color:var(--navy);
  color:#fff;
}

#mlhome-v3 .mlh-hero__grid{
  width:min(1120px,calc(100% - 80px));
  margin:0 auto;
}

#mlhome-v3 .mlh-hero .mlh-kicker{
  color:#d5c8b0;
}

#mlhome-v3 .mlh-hero h1{
  color:#fff;
  font-size:clamp(38px,3.8vw,53px);
  line-height:1.055;
  font-weight:780;
}

#mlhome-v3 .mlh-hero__lead{
  margin-top:17px;
  color:#e3ebf0;
  font-size:17.5px;
  line-height:1.58;
}

#mlhome-v3 .mlh-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

#mlhome-v3 .mlh-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:43px;
  padding:0 17px!important;
  border-radius:999px;
  font-size:14px;
  line-height:1!important;
  font-weight:800;
  text-align:center;
}

#mlhome-v3 .mlh-button--light{
  border:1px solid #fff;
  background:#fff!important;
  color:var(--navy)!important;
}

#mlhome-v3 .mlh-button--ghost{
  border:1px solid rgba(255,255,255,.35);
  background:transparent!important;
  color:#fff!important;
}


/* AREE DI EXPERTISE */

#mlhome-v3 .mlh-expertise{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

#mlhome-v3 .mlh-expertise-card{
  padding:20px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
}

#mlhome-v3 .mlh-expertise-card h3{
  margin-bottom:7px;
  color:var(--navy);
  font-size:18px;
  line-height:1.25;
}

#mlhome-v3 .mlh-expertise-card p{
  font-size:14.7px;
  line-height:1.5;
}

#mlhome-v3 .mlh-inline-link{
  display:inline!important;
  width:auto!important;
  margin-top:11px;
  color:var(--navy)!important;
  font-size:13.5px;
  font-weight:800;
  text-decoration:underline!important;
  text-underline-offset:3px;
}


/* APPROCCIO */

#mlhome-v3 .mlh-approach{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
  gap:36px;
  align-items:center;
}

#mlhome-v3 .mlh-approach h2{
  font-size:clamp(27px,2.6vw,35px);
  line-height:1.12;
}

#mlhome-v3 .mlh-approach__copy p{
  font-size:16px;
  line-height:1.58;
}

#mlhome-v3 .mlh-approach__copy p+p{
  margin-top:9px;
}

#mlhome-v3 .mlh-method-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:17px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

#mlhome-v3 .mlh-method-item{
  padding:14px 15px;
}

#mlhome-v3 .mlh-method-item+.mlh-method-item{
  border-left:1px solid var(--line);
}

#mlhome-v3 .mlh-method-item strong{
  display:block;
  color:var(--navy);
  font-size:14px;
}

#mlhome-v3 .mlh-method-item span{
  display:block;
  margin-top:2px;
  color:var(--muted);
  font-size:12.8px;
  line-height:1.4;
}


/* CASI / PROVE */

#mlhome-v3 .mlh-proof-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

#mlhome-v3 .mlh-proof{
  padding:19px 20px;
  border-top:3px solid var(--navy);
  background:#fff;
}

#mlhome-v3 .mlh-proof span{
  display:block;
  margin-bottom:6px;
  color:var(--accent);
  font-size:11px;
  font-weight:820;
  letter-spacing:.08em;
  text-transform:uppercase;
}

#mlhome-v3 .mlh-proof h3{
  margin-bottom:6px;
  color:var(--navy);
  font-size:17px;
  line-height:1.25;
}

#mlhome-v3 .mlh-proof p{
  font-size:14.4px;
  line-height:1.48;
}

#mlhome-v3 .mlh-section-action{
  margin-top:17px;
}


/* NETWORK */

#mlhome-v3 .mlh-network-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

#mlhome-v3 .mlh-network{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
}

#mlhome-v3 .mlh-network__logo{
  display:flex!important;
  align-items:center;
  justify-content:center;
  height:128px;
  padding:17px 22px;
  border-bottom:1px solid var(--line);
  background:#fff;
}

#mlhome-v3 .mlh-network__logo img{
  width:auto!important;
  max-width:88%!important;
  max-height:86px!important;
  object-fit:contain!important;
}

#mlhome-v3 .mlh-network__copy{
  padding:16px 18px 18px;
}

#mlhome-v3 .mlh-network__copy h3{
  margin-bottom:5px;
  color:var(--navy);
  font-size:16.5px;
}

#mlhome-v3 .mlh-network__copy p{
  font-size:13.9px;
  line-height:1.48;
}


/* PROGETTI */

#mlhome-v3 .mlh-project-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

#mlhome-v3 .mlh-project{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
}

#mlhome-v3 .mlh-project__visual{
  display:flex!important;
  align-items:center;
  justify-content:center;
  height:160px;
  padding:16px 20px;
  border-bottom:1px solid var(--line);
  background:#fff;
}

#mlhome-v3 .mlh-project__visual img{
  width:auto!important;
  max-width:88%!important;
  max-height:125px!important;
  object-fit:contain!important;
}

#mlhome-v3 .mlh-project__visual--book img{
  max-height:138px!important;
}

#mlhome-v3 .mlh-project__copy{
  padding:16px 18px 18px;
}

#mlhome-v3 .mlh-project__copy h3{
  margin-bottom:5px;
  color:var(--navy);
  font-size:17px;
}

#mlhome-v3 .mlh-project__copy p{
  font-size:13.9px;
  line-height:1.48;
}


/* OPERATIVITA */

#mlhome-v3 .mlh-operations{
  padding:38px 0;
  background:var(--navy);
  color:#fff;
}

#mlhome-v3 .mlh-operations__grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:38px;
  align-items:center;
}

#mlhome-v3 .mlh-operations .mlh-kicker{
  color:#d5c8b0;
}

#mlhome-v3 .mlh-operations h2{
  color:#fff;
  font-size:clamp(27px,2.6vw,35px);
  line-height:1.12;
}

#mlhome-v3 .mlh-operations p{
  margin-top:9px;
  color:#dce5eb;
  font-size:15.5px;
  line-height:1.55;
}

#mlhome-v3 .mlh-city-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:flex-end;
}

#mlhome-v3 .mlh-city-list span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  color:#fff;
  font-size:13px;
  font-weight:700;
}


/* CTA */

#mlhome-v3 .mlh-cta{
  padding:43px 0 46px;
  background:#fff;
}

#mlhome-v3 .mlh-cta__inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:34px;
  align-items:center;
}

#mlhome-v3 .mlh-cta h2{
  font-size:clamp(27px,2.7vw,36px);
  line-height:1.12;
}

#mlhome-v3 .mlh-cta p{
  max-width:790px;
  margin-top:8px;
  font-size:15.5px;
  line-height:1.55;
}

#mlhome-v3 .mlh-button--navy{
  border:1px solid var(--navy);
  background:var(--navy)!important;
  color:#fff!important;
}


/* HOME — TABLET */

@media(max-width:900px){

  #mlhome-v3 .mlh-section-head,
  #mlhome-v3 .mlh-approach,
  #mlhome-v3 .mlh-operations__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  #mlhome-v3 .mlh-city-list{
    justify-content:flex-start;
  }

  #mlhome-v3 .mlh-network__logo{
    height:118px;
  }
}


/* HOME — MOBILE */

@media(max-width:680px){

  #mlhome-v3 .mlh-section{
    padding:34px 0;
  }

  #mlhome-v3 .mlh-hero{
    padding:38px 0!important;
    background-position:68% center!important;
  }

  #mlhome-v3 .mlh-hero__grid{
    width:min(100% - 28px,1120px);
  }

  #mlhome-v3 .mlh-hero h1{
    font-size:clamp(34px,10vw,43px);
  }

  #mlhome-v3 .mlh-expertise,
  #mlhome-v3 .mlh-proof-grid,
  #mlhome-v3 .mlh-network-grid,
  #mlhome-v3 .mlh-project-grid,
  #mlhome-v3 .mlh-method-strip{
    grid-template-columns:1fr;
  }

  #mlhome-v3 .mlh-method-item+.mlh-method-item{
    border-left:0;
    border-top:1px solid var(--line);
  }

  #mlhome-v3 .mlh-operations{
    padding:34px 0;
  }

  #mlhome-v3 .mlh-cta__inner{
    grid-template-columns:1fr;
    gap:20px;
  }

  #mlhome-v3 .mlh-button{
    justify-self:start;
  }
}


/* ==========================================================
   6. RESPONSIVE CONDIVISO
   ========================================================== */

@media(max-width:900px){

  #mlpsy-v4 .mlp-shell,
  #mltpv-v1 .tpv-shell,
  #mlhome-v3 .mlh-shell{
    width:min(100% - 44px,1120px);
  }
}

@media(max-width:680px){

  #mlpsy-v4 .mlp-shell,
  #mltpv-v1 .tpv-shell,
  #mlhome-v3 .mlh-shell{
    width:min(100% - 28px,1120px);
  }
}

/* ==========================================================
   7. CONTATTI
   Compatibilita' con markup #mlcontact-v2 e #mlcontact-v3
   ========================================================== */

#mlcontact-v2,
#mlcontact-v3{
  --navy:#102940;
  --navy-2:#17364f;
  --ink:#172432;
  --text:#2d3945;
  --muted:#66707a;
  --paper:#f5f3ef;
  --white:#ffffff;
  --line:#ded9d0;
  --accent:#9a825e;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--white)!important;
  color:var(--text)!important;
  line-height:1.55;
}

#mlcontact-v2 *,#mlcontact-v3 *{box-sizing:border-box}
#mlcontact-v2 img,#mlcontact-v3 img{display:block;max-width:100%;height:auto}
#mlcontact-v2 a,#mlcontact-v3 a{text-decoration:none}
#mlcontact-v2 p,#mlcontact-v3 p{margin:0;color:var(--text)!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
#mlcontact-v2 h1,#mlcontact-v2 h2,#mlcontact-v2 h3,
#mlcontact-v3 h1,#mlcontact-v3 h2,#mlcontact-v3 h3{margin:0;color:var(--ink)!important;letter-spacing:-.025em;text-wrap:balance}
#mlcontact-v2 .mlc-shell,#mlcontact-v3 .mlc-shell{width:min(1120px,calc(100% - 80px));margin:0 auto}
#mlcontact-v2 .mlc-section,#mlcontact-v3 .mlc-section{padding:48px 0}
#mlcontact-v2 .mlc-paper,#mlcontact-v3 .mlc-paper{background:var(--paper)!important;color:var(--ink)!important}
#mlcontact-v2 .mlc-dark,#mlcontact-v3 .mlc-dark{background:var(--navy)!important;color:var(--white)!important}
#mlcontact-v2 .mlc-kicker,#mlcontact-v3 .mlc-kicker{margin:0 0 9px;color:var(--accent)!important;font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
#mlcontact-v2 .mlc-dark .mlc-kicker,#mlcontact-v3 .mlc-dark .mlc-kicker{color:#d5c8b0!important}
#mlcontact-v2 h1,#mlcontact-v3 h1{font-size:clamp(38px,3.5vw,49px)!important;line-height:1.05!important;font-weight:780!important}
#mlcontact-v2 h2,#mlcontact-v3 h2{font-size:clamp(28px,2.4vw,35px)!important;line-height:1.12!important;font-weight:760!important}
#mlcontact-v2 h3,#mlcontact-v3 h3{font-size:19px!important;line-height:1.24!important;font-weight:760!important}

/* HERO */
#mlcontact-v2 .mlc-hero,#mlcontact-v3 .mlc-hero{padding:52px 0 56px;background:linear-gradient(135deg,var(--navy),var(--navy-2))!important}
#mlcontact-v2 .mlc-hero__grid,#mlcontact-v3 .mlc-hero__grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(340px,.96fr);gap:42px;align-items:center}
#mlcontact-v2 .mlc-hero h1,#mlcontact-v3 .mlc-hero h1{max-width:690px;color:#fff!important}
#mlcontact-v2 .mlc-lead,#mlcontact-v3 .mlc-lead{max-width:720px;margin-top:17px;color:#e6edf2!important;font-size:17px!important;line-height:1.58!important}
#mlcontact-v2 .mlc-direct,#mlcontact-v3 .mlc-direct{display:flex;flex-wrap:wrap;gap:9px 10px;margin-top:22px}
#mlcontact-v2 .mlc-direct a,#mlcontact-v3 .mlc-direct a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid rgba(255,255,255,.3);border-radius:999px;color:#fff!important;font-size:13.5px;font-weight:780}
#mlcontact-v2 .mlc-direct a:first-child,#mlcontact-v3 .mlc-direct a:first-child{background:#fff!important;color:var(--navy)!important;border-color:#fff}
#mlcontact-v2 .mlc-portrait,#mlcontact-v3 .mlc-portrait{display:flex;align-items:center;justify-content:center;padding:9px;border:1px solid rgba(255,255,255,.16);border-radius:15px;background:rgba(255,255,255,.045)!important}
#mlcontact-v2 .mlc-portrait img,#mlcontact-v3 .mlc-portrait img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;border-radius:10px}

/* PRIMO CONTATTO / FORM */
#mlcontact-v2 .mlc-form-grid,#mlcontact-v3 .mlc-form-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:42px;align-items:start}
#mlcontact-v2 .mlc-form-copy>p:not(.mlc-kicker),#mlcontact-v3 .mlc-form-copy>p:not(.mlc-kicker){margin-top:13px;font-size:15.5px;line-height:1.58}
#mlcontact-v2 .mlc-interest,#mlcontact-v3 .mlc-interest{display:grid;margin-top:20px;border-top:1px solid var(--line)}
#mlcontact-v2 .mlc-interest span,#mlcontact-v3 .mlc-interest span{position:relative;padding:10px 10px 10px 22px;border-bottom:1px solid var(--line);color:var(--ink)!important;font-size:13.8px;line-height:1.38;font-weight:650}
#mlcontact-v2 .mlc-interest span:before,#mlcontact-v3 .mlc-interest span:before{content:"";position:absolute;left:3px;top:1.02em;width:5px;height:5px;border-radius:50%;background:var(--accent)}
#mlcontact-v2 .mlc-form-card,#mlcontact-v3 .mlc-form-card{padding:25px 26px;border:1px solid var(--line);border-radius:14px;background:#fff!important;box-shadow:0 8px 28px rgba(16,41,64,.055)}
#mlcontact-v2 .mlc-form-card__head,#mlcontact-v3 .mlc-form-card__head{margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--line)}
#mlcontact-v2 .mlc-form-card__head p,#mlcontact-v3 .mlc-form-card__head p{margin-top:6px;color:var(--muted)!important;font-size:13px;line-height:1.5}

#mlcontact-v2 .wpforms-container,#mlcontact-v3 .wpforms-container{margin:0!important}
#mlcontact-v2 .wpforms-container .wpforms-field,#mlcontact-v3 .wpforms-container .wpforms-field{padding:0 0 13px!important}
#mlcontact-v2 .wpforms-container .wpforms-field-label,#mlcontact-v3 .wpforms-container .wpforms-field-label{display:block!important;margin:0 0 5px!important;color:var(--ink)!important;font-size:13px!important;line-height:1.3!important;font-weight:700!important}
#mlcontact-v2 .wpforms-container input[type=text],#mlcontact-v2 .wpforms-container input[type=email],#mlcontact-v2 .wpforms-container input[type=tel],#mlcontact-v2 .wpforms-container input[type=number],#mlcontact-v2 .wpforms-container input[type=url],#mlcontact-v2 .wpforms-container select,#mlcontact-v2 .wpforms-container textarea,
#mlcontact-v3 .wpforms-container input[type=text],#mlcontact-v3 .wpforms-container input[type=email],#mlcontact-v3 .wpforms-container input[type=tel],#mlcontact-v3 .wpforms-container input[type=number],#mlcontact-v3 .wpforms-container input[type=url],#mlcontact-v3 .wpforms-container select,#mlcontact-v3 .wpforms-container textarea{width:100%!important;max-width:none!important;min-height:43px!important;padding:9px 11px!important;border:1px solid #cfd4d8!important;border-radius:6px!important;background:#fff!important;color:var(--ink)!important;font:inherit!important;font-size:14px!important;line-height:1.4!important;box-shadow:none!important}
#mlcontact-v2 .wpforms-container textarea,#mlcontact-v3 .wpforms-container textarea{min-height:112px!important;resize:vertical}
#mlcontact-v2 .wpforms-container .wpforms-submit-container,#mlcontact-v3 .wpforms-container .wpforms-submit-container{padding:3px 0 0!important}
#mlcontact-v2 .wpforms-container button[type=submit],#mlcontact-v2 .wpforms-container .wpforms-submit,
#mlcontact-v3 .wpforms-container button[type=submit],#mlcontact-v3 .wpforms-container .wpforms-submit{min-height:44px!important;padding:0 18px!important;border:1px solid var(--navy)!important;border-radius:999px!important;background:var(--navy)!important;color:#fff!important;font:inherit!important;font-size:13.5px!important;font-weight:800!important;line-height:1!important}

/* PROGETTI */
#mlcontact-v2 .mlc-project-head,#mlcontact-v3 .mlc-project-head{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:36px;align-items:end;margin-bottom:22px}
#mlcontact-v2 .mlc-project-head>p,#mlcontact-v3 .mlc-project-head>p{font-size:15.5px;line-height:1.55}
#mlcontact-v2 .mlc-project-grid,#mlcontact-v3 .mlc-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
#mlcontact-v2 .mlc-project,#mlcontact-v3 .mlc-project{display:grid;grid-template-columns:135px minmax(0,1fr);gap:20px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff!important}
#mlcontact-v2 .mlc-project__logo,#mlcontact-v3 .mlc-project__logo{display:flex!important;align-items:center;justify-content:center;min-height:110px;padding:10px;border:1px solid var(--line);border-radius:9px;background:#fff!important}
#mlcontact-v2 .mlc-project__logo img,#mlcontact-v3 .mlc-project__logo img{width:100%!important;max-height:84px!important;object-fit:contain!important}
#mlcontact-v2 .mlc-project p,#mlcontact-v3 .mlc-project p{margin-top:6px;font-size:13.8px;line-height:1.48}
#mlcontact-v2 .mlc-project-link,#mlcontact-v3 .mlc-project-link{display:inline-block;margin-top:9px;color:var(--navy)!important;font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:3px}

/* OPERATIVITA */
#mlcontact-v2 .mlc-final,#mlcontact-v3 .mlc-final{padding:44px 0;background:linear-gradient(135deg,var(--navy),var(--navy-2))!important}
#mlcontact-v2 .mlc-final__inner,#mlcontact-v3 .mlc-final__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:center}
#mlcontact-v2 .mlc-final h2,#mlcontact-v3 .mlc-final h2{max-width:760px;color:#fff!important}
#mlcontact-v2 .mlc-final p:not(.mlc-kicker),#mlcontact-v3 .mlc-final p:not(.mlc-kicker){max-width:780px;margin-top:9px;color:#dce5eb!important;font-size:15px;line-height:1.55}
#mlcontact-v2 .mlc-geo,#mlcontact-v3 .mlc-geo{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
#mlcontact-v2 .mlc-geo span,#mlcontact-v3 .mlc-geo span{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border:1px solid rgba(255,255,255,.24);border-radius:999px;color:#fff!important;font-size:12.5px;font-weight:700}
#mlcontact-v2 .mlc-final-button,#mlcontact-v3 .mlc-final-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:0 18px!important;border:1px solid #fff!important;border-radius:999px!important;background:#fff!important;color:var(--navy)!important;font-size:13.5px!important;font-weight:820!important;line-height:1!important;white-space:nowrap}

@media(max-width:900px){
  #mlcontact-v2 .mlc-hero__grid,#mlcontact-v2 .mlc-form-grid,#mlcontact-v2 .mlc-project-head,
  #mlcontact-v3 .mlc-hero__grid,#mlcontact-v3 .mlc-form-grid,#mlcontact-v3 .mlc-project-head{grid-template-columns:1fr;gap:24px}
  #mlcontact-v2 .mlc-project-grid,#mlcontact-v3 .mlc-project-grid{grid-template-columns:1fr}
  #mlcontact-v2 .mlc-final__inner,#mlcontact-v3 .mlc-final__inner{grid-template-columns:1fr;gap:22px}
  #mlcontact-v2 .mlc-final-button,#mlcontact-v3 .mlc-final-button{justify-self:start}
}

@media(max-width:680px){
  #mlcontact-v2 .mlc-shell,#mlcontact-v3 .mlc-shell{width:min(100% - 28px,1120px)}
  #mlcontact-v2 .mlc-section,#mlcontact-v3 .mlc-section{padding:35px 0}
  #mlcontact-v2 .mlc-hero,#mlcontact-v3 .mlc-hero{padding:40px 0 44px}
  #mlcontact-v2 h1,#mlcontact-v3 h1{font-size:clamp(34px,10vw,42px)!important}
  #mlcontact-v2 h2,#mlcontact-v3 h2{font-size:clamp(26px,7.8vw,32px)!important}
  #mlcontact-v2 .mlc-form-card,#mlcontact-v3 .mlc-form-card{padding:20px 18px}
  #mlcontact-v2 .mlc-project,#mlcontact-v3 .mlc-project{grid-template-columns:1fr;gap:14px}
  #mlcontact-v2 .mlc-project__logo,#mlcontact-v3 .mlc-project__logo{min-height:100px}
  #mlcontact-v2 .mlc-project__logo img,#mlcontact-v3 .mlc-project__logo img{width:auto!important;max-width:230px!important}
  #mlcontact-v2 .mlc-final,#mlcontact-v3 .mlc-final{padding:38px 0}
}
