.m2-models-pro{
  max-width:100%;
  margin:86px auto;
  padding:0;
  color:#fff;
}

.m2-models-pro-head small{
  display:block;
  color:#60b6ff;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
  margin-bottom:10px;
}

.m2-models-pro-head h2{
  font-size:46px;
  line-height:1.05;
  margin:0 0 14px;
  font-weight:950;
}

.m2-models-pro-head p{
  margin:0 0 30px;
  color:#d6e5f5;
  font-size:19px;
  max-width:850px;
}

.m2-models-pro-grid{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr 1fr;
  gap:22px;
}

.m2-model-card{
  position:relative;
  min-height:310px;
  border-radius:30px;
  padding:30px;
  text-decoration:none;
  color:#fff;
  overflow:hidden;
  border:1px solid rgba(120,180,255,.18);
  background:
    radial-gradient(circle at 20% 10%,rgba(96,182,255,.28),transparent 34%),
    linear-gradient(145deg,rgba(9,33,62,.96),rgba(5,14,28,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.30);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}

.m2-model-card:hover{
  transform:translateY(-4px);
  border-color:rgba(96,182,255,.55);
  box-shadow:0 28px 90px rgba(0,0,0,.38);
}

.m2-model-card:after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-70px;
  width:190px;
  height:190px;
  border-radius:50%;
  background:rgba(96,182,255,.14);
}

.m2-model-card-main{
  background:
    radial-gradient(circle at 18% 8%,rgba(42,193,255,.42),transparent 34%),
    linear-gradient(145deg,rgba(8,55,94,.98),rgba(5,14,28,.98));
}

.m2-model-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#bfe6ff;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.m2-model-card h3{
  margin:34px 0 14px;
  font-size:38px;
  font-weight:950;
  letter-spacing:.04em;
}

.m2-model-card p{
  color:#d8e9f8;
  font-size:16px;
  line-height:1.55;
  margin:0 0 26px;
  max-width:360px;
}

.m2-model-card strong{
  position:absolute;
  left:30px;
  bottom:28px;
  color:#7fd2ff;
  font-size:16px;
  font-weight:950;
}

.m2-models-pro-footer{
  margin-top:24px;
}

.m2-models-pro-footer a{
  color:#8edcff;
  font-weight:900;
  text-decoration:none;
}

@media(max-width:1100px){
  .m2-models-pro-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:700px){
  .m2-models-pro{
    margin:62px auto;
    padding:0 18px;
  }

  .m2-models-pro-head h2{
    font-size:34px;
  }

  .m2-models-pro-head p{
    font-size:16px;
  }

  .m2-models-pro-grid{
    grid-template-columns:1fr;
  }

  .m2-model-card{
    min-height:260px;
    padding:24px;
  }

  .m2-model-card h3{
    font-size:32px;
  }

  .m2-model-card strong{
    left:24px;
    bottom:24px;
  }
}

/* Sezione modelli nascosta fino al completamento delle mappe.
   Per riattivarla: rimuovere questo blocco. */
.m2-models-pro{
  display:none;
}
