.elementor-2283 .elementor-element.elementor-element-cfb45f8{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2283 .elementor-element.elementor-element-9d8a2e1{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2283 .elementor-element.elementor-element-9d8a2e1.elementor-element{--align-self:stretch;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1ca7e3b */:root {
  --mp-black: #050505;
  --mp-white: #ffffff;
  --mp-dark: #111111;
  --mp-muted: #777777;
  --mp-line: rgba(0, 0, 0, 0.16);
  --mp-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.mp-ascensori-page,
.mp-ascensori-page * {
  box-sizing: border-box;
}

.mp-ascensori-page {
  width: 100vw;
  overflow: hidden;
  font-family: inherit;
  background: #fff;
  color: #000;
}

.mp-container {
  width: min(100%, 1520px);
  margin: 0 auto;
  padding-left: clamp(22px, 5vw, 86px);
  padding-right: clamp(22px, 5vw, 86px);
}


/* HERO */

.mp-asc-hero {
  position: relative;
  width: 100%;
  min-height: 100vh !important;
  min-height: 100svh !important;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #111;
  color: #fff;
}

.mp-asc-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("https://millepiani.com/wp-content/uploads/2026/06/Experience-copia-1-1.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.mp-asc-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.48) 46%, rgba(0,0,0,0.25) 100%),
    rgba(0,0,0,0.18);
}

.mp-asc-hero-content {
  position: relative;
  z-index: 3;
  width: min(90%, 780px);
  margin: 0 auto;
  text-align: center;
  padding: 80px 20px 90px;
}

.mp-kicker {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: clamp(10px, 0.75vw, 13px);
  line-height: 1.5;
  font-weight: 400;
}

.mp-asc-hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(52px, 7vw, 108px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 800;
    font-family: "Afacad Flux", sans-serif;
}

.mp-asc-hero-content > p:not(.mp-kicker) {
  width: min(100%, 640px);
  margin: 28px auto 0;
  color: rgba(255,255,255,0.84);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
  font-weight: 300;
}

.mp-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 52px;
  margin-top: 34px;
  padding: 0 28px;
  border: 1px solid rgba(255,255,255,0.75);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
  line-height: 1;
  transition:
    background 400ms var(--mp-ease),
    color 400ms var(--mp-ease),
    border-color 400ms var(--mp-ease),
    transform 400ms var(--mp-ease);
}

.mp-outline-btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
  transform: translateY(-4px);
}

.mp-scroll-arrow {
  position: absolute;
  left: clamp(22px, 5vw, 86px);
  bottom: 0;
  z-index: 5;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  background: #050505;
  text-decoration: none;
}

.mp-scroll-arrow span {
  width: 14px;
  height: 14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translateY(-4px);
  animation: mpArrowDown 1.5s infinite;
}

@keyframes mpArrowDown {
  0%, 100% {
    transform: rotate(45deg) translateY(-5px);
    opacity: 0.45;
  }

  50% {
    transform: rotate(45deg) translateY(4px);
    opacity: 1;
  }
}


/* INTRO */

.mp-asc-intro {
  padding: clamp(56px, 7vw, 100px) 0 clamp(34px, 5vw, 64px);
  background: #fff;
}

.mp-section-heading p {
  margin: 0 0 8px;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 0.22em;
  font-size: 16px;
  line-height: 1.3;
}

.mp-section-heading h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(38px, 5vw, 74px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.mp-intro-text {
  margin-top: 26px;
  max-width: 1240px;
}

.mp-intro-text p {
  margin: 0;
  color: #555;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.8;
}

.mp-features-grid {
  margin-top: clamp(40px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 34px);
}

.mp-feature-card {
  min-height: 210px;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  transition:
    transform 420ms var(--mp-ease),
    box-shadow 420ms var(--mp-ease),
    border-color 420ms var(--mp-ease);
}

.mp-feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0,0,0,0.28);
  box-shadow: 0 26px 70px rgba(0,0,0,0.08);
}

.mp-feature-icon {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 34px;
}

.mp-feature-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #000;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mp-feature-card h3 {
  margin: 0 0 18px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 800;
}

.mp-feature-card p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}


/* PRODUCTS */

.mp-products-section {
  padding: 0 0 clamp(58px, 7vw, 110px);
  background: #fff;
}

.mp-products-label {
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #555;
  letter-spacing: 0.36em;
  font-size: 12px;
  line-height: 1;
}

.mp-product-card {
  position: relative;
  min-height: 380px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  color: #fff;
  isolation: isolate;
}

.mp-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 700ms var(--mp-ease);
}

.mp-product-card:hover::before {
  transform: scale(1.11);
}

.mp-product-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.72) 100%),
    rgba(0,0,0,0.32);
  transition: background 500ms var(--mp-ease);
}

.mp-product-card:hover .mp-product-overlay {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.82) 100%),
    rgba(0,0,0,0.42);
}

.mp-product-content {
  position: relative;
  z-index: 3;
  text-align: center;
  width: min(90%, 480px);
  padding: 40px 20px;
}

.mp-product-content p {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.38em;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1;
}

.mp-product-content h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(28px, 3vw, 54px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.mp-product-content span {
  display: block;
  margin-top: 20px;
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  line-height: 1.6;
}

.mp-product-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 48px;
  margin-top: 28px;
  border: 1px solid rgba(255,255,255,0.8);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  transition:
    background 360ms var(--mp-ease),
    color 360ms var(--mp-ease),
    transform 360ms var(--mp-ease);
}

.mp-product-content a:hover {
  background: #fff;
  color: #000;
  transform: translateY(-4px);
}

.mp-product-large {
  min-height: clamp(360px, 40vw, 560px);
  margin-bottom: clamp(16px, 2vw, 28px);
}

.mp-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}

.mp-products-grid .mp-product-card {
  min-height: clamp(300px, 30vw, 455px);
}

.mp-products-grid .mp-product-content h3 {
  font-size: clamp(30px, 3.1vw, 50px);
}


/* SPECIAL TYPES SCROLL */

.mp-asc-types-section {
  position: relative;
  min-height: 100vh;
  background: #050505;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: -1px;
}

.mp-asc-types-bg,
.mp-asc-types-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mp-asc-types-bg {
  z-index: 1;
  background:
    radial-gradient(circle at 18% 24%, rgba(255,255,255,0.13), transparent 32%),
    radial-gradient(circle at 80% 48%, rgba(255,255,255,0.10), transparent 38%),
    linear-gradient(135deg, #050505 0%, #111111 55%, #030303 100%);
}

.mp-asc-types-grid-bg {
  z-index: 2;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 50%, #000 0%, #000 58%, transparent 86%);
}

.mp-asc-types-sticky {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;

  --mp-asc-slide-bottom: clamp(112px, 12vh, 150px);
  --mp-asc-slide-height: clamp(390px, 46vh, 540px);
  --mp-asc-head-gap: clamp(54px, 8vh, 112px);
}

.mp-asc-types-section.is-pinned .mp-asc-types-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.mp-asc-types-section.is-after .mp-asc-types-sticky {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  z-index: 1;
}

.mp-asc-types-head {
  position: absolute;
  z-index: 5;
  left: clamp(24px, 5vw, 86px);
  bottom: calc(var(--mp-asc-slide-bottom) + var(--mp-asc-slide-height) + var(--mp-asc-head-gap));
  width: min(90%, 820px);
  margin: 0;
  pointer-events: none;
}

.mp-asc-types-head p {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.56);
  text-transform: uppercase;
  letter-spacing: 0.38em;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
}

.mp-asc-types-head h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(42px, 5.4vw, 86px);
  line-height: 0.9;
  letter-spacing: -0.065em;
  font-weight: 900;
  text-wrap: balance;
}

.mp-asc-types-head span {
  display: block;
  margin-top: 22px;
  max-width: 700px;
  color: rgba(255,255,255,0.76);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.65;
  font-weight: 300;
  text-wrap: pretty;
}

.mp-asc-types-viewport {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: var(--mp-asc-slide-bottom);
  width: 100%;
  overflow: visible;
}

.mp-asc-types-track {
  display: flex;
  gap: clamp(22px, 3vw, 46px);
  padding-left: clamp(24px, 5vw, 86px);
  padding-right: clamp(24px, 5vw, 86px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.mp-asc-type-card {
  position: relative;
  flex: 0 0 min(76vw, 1120px);
  height: var(--mp-asc-slide-height);
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(420px, 1.05fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)),
    rgba(0,0,0,0.28);
  box-shadow: 0 30px 100px rgba(0,0,0,0.36);
  opacity: 0.45;
  transform: scale(0.965);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition:
    opacity 520ms var(--mp-ease),
    transform 520ms var(--mp-ease),
    border-color 520ms var(--mp-ease),
    box-shadow 520ms var(--mp-ease);
}

.mp-asc-type-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.05) 48%, transparent 100%),
    radial-gradient(circle at 70% 40%, rgba(255,255,255,0.10), transparent 45%);
  opacity: 0.76;
}

.mp-asc-type-card:visited {
  color: #fff;
}

.mp-asc-type-card:hover,
.mp-asc-type-card:focus,
.mp-asc-type-card:focus-visible {
  color: #fff;
  text-decoration: none;
}

.mp-asc-type-card:focus-visible {
  outline: 1px solid rgba(255,255,255,0.72);
  outline-offset: 6px;
}

.mp-asc-type-card:hover {
  border-color: rgba(255,255,255,0.46);
  box-shadow: 0 34px 110px rgba(0,0,0,0.48);
}

.mp-asc-type-card.is-active {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(255,255,255,0.34);
}

.mp-asc-type-card figure {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: #151515;
}

.mp-asc-type-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.28), rgba(0,0,0,0.08)),
    rgba(0,0,0,0.12);
}

.mp-asc-type-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.04) brightness(0.78);
  transform: scale(1.08);
  transition:
    transform 900ms var(--mp-ease),
    filter 900ms var(--mp-ease);
}

.mp-asc-type-card:hover img,
.mp-asc-type-card.is-active img {
  transform: scale(1);
  filter: grayscale(15%) contrast(1.04) brightness(0.92);
}

.mp-asc-type-content {
  position: relative;
  z-index: 4;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:
    clamp(42px, 4.4vw, 68px)
    clamp(56px, 5.2vw, 82px)
    clamp(42px, 4.4vw, 68px)
    clamp(40px, 4.4vw, 72px);
  overflow: hidden;

  --mp-number-space: clamp(132px, 12vw, 190px);
}

.mp-asc-type-number {
  position: absolute;
  right: clamp(24px, 3vw, 52px);
  top: clamp(24px, 3vw, 48px);
  z-index: 1;
  color: rgba(255,255,255,0.105);
  font-size: clamp(72px, 7.2vw, 124px);
  line-height: 0.78;
  letter-spacing: -0.08em;
  font-weight: 900;
  pointer-events: none;
  user-select: none;
}

.mp-asc-type-card p,
.mp-asc-type-card h3,
.mp-asc-type-card small,
.mp-asc-type-card i {
  position: relative;
  z-index: 2;
}

.mp-asc-type-card p {
  max-width: calc(100% - var(--mp-number-space));
  margin: 0 0 14px;
  color: rgba(255,255,255,0.58);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: clamp(10px, 0.8vw, 12px);
  line-height: 1.55;
  font-weight: 800;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}

.mp-asc-type-card h3 {
  max-width: calc(100% - clamp(48px, 5vw, 92px));
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(34px, 3.25vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 900;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}

.mp-asc-type-card i {
  display: block;
  width: 0;
  height: 1px;
  margin: clamp(22px, 2.8vh, 34px) 0;
  background: rgba(255,255,255,0.86);
  transition: width 720ms var(--mp-ease);
}

.mp-asc-type-card.is-active i {
  width: min(100%, 380px);
}

.mp-asc-type-card small {
  display: block;
  max-width: 610px;
  color: rgba(255,255,255,0.8);
  font-size: clamp(13px, 0.98vw, 15px);
  line-height: 1.75;
  font-weight: 300;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: pretty;
}

.mp-asc-types-progress {
  position: absolute;
  z-index: 10;
  left: clamp(24px, 5vw, 86px);
  right: clamp(24px, 5vw, 86px);
  bottom: clamp(68px, 7.5vh, 96px);
  height: 2px;
  background: rgba(255,255,255,0.14);
  overflow: hidden;
}

.mp-asc-types-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 18px rgba(255,255,255,0.65);
  transform: scaleX(0);
  transform-origin: left center;
}

.mp-asc-types-footer {
  position: absolute;
  z-index: 10;
  left: clamp(24px, 5vw, 86px);
  right: clamp(24px, 5vw, 86px);
  bottom: clamp(24px, 3.5vh, 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
}

.mp-asc-types-footer span:first-child {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
}


/* PREVENTIVO PLACEHOLDER */

.mp-preventivo-section {
  padding: clamp(70px, 8vw, 120px) 0;
  background: #fff;
}

.mp-preventivo-box {
  margin-top: 34px;
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 40px;
  border: 1px solid rgba(0,0,0,0.14);
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}


/* REVEAL ANIMATION */

.mp-reveal {
  opacity: 1;
  transform: none;
}

.mp-js-ready .mp-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 760ms var(--mp-ease),
    transform 760ms var(--mp-ease);
}

.mp-js-ready .mp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* RESPONSIVE */

@media (max-width: 1400px) {
  .mp-asc-types-sticky {
    --mp-asc-slide-bottom: 106px;
    --mp-asc-slide-height: clamp(380px, 45vh, 500px);
    --mp-asc-head-gap: clamp(42px, 6vh, 78px);
  }

  .mp-asc-types-head {
    width: min(90%, 760px);
  }

  .mp-asc-types-head h2 {
    font-size: clamp(40px, 4.7vw, 72px);
  }

  .mp-asc-types-head span {
    max-width: 650px;
    font-size: 17px;
    line-height: 1.55;
  }

  .mp-asc-type-card {
    flex-basis: min(80vw, 1040px);
    min-height: 380px;
  }

  .mp-asc-type-content {
    padding:
      clamp(38px, 4vw, 58px)
      clamp(48px, 4.6vw, 70px)
      clamp(38px, 4vw, 58px)
      clamp(36px, 4vw, 58px);
  }

  .mp-asc-type-card h3 {
    font-size: clamp(32px, 3.2vw, 52px);
  }

  .mp-asc-type-card i {
    margin: 24px 0;
  }
}

@media (max-width: 1200px) {
  .mp-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mp-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mp-asc-type-card {
    flex-basis: 86vw;
    grid-template-columns: minmax(300px, 0.9fr) minmax(390px, 1.1fr);
  }
}

@media (min-width: 1025px) and (max-height: 850px) {
  .mp-asc-types-sticky {
    --mp-asc-slide-bottom: 98px;
    --mp-asc-slide-height: clamp(350px, 48vh, 430px);
    --mp-asc-head-gap: 34px;
  }

  .mp-asc-types-head p {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .mp-asc-types-head h2 {
    font-size: clamp(36px, 4.35vw, 64px);
  }

  .mp-asc-types-head span {
    margin-top: 14px;
    max-width: 620px;
    font-size: 15px;
    line-height: 1.45;
  }

  .mp-asc-type-card {
    min-height: 350px;
  }

  .mp-asc-type-content {
    padding:
      clamp(32px, 3.5vw, 46px)
      clamp(42px, 4vw, 62px)
      clamp(32px, 3.5vw, 46px)
      clamp(34px, 3.8vw, 52px);
  }

  .mp-asc-type-card h3 {
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.03;
  }

  .mp-asc-type-card p {
    max-width: calc(100% - 116px);
    font-size: 10px;
    line-height: 1.45;
  }

  .mp-asc-type-card i {
    margin: 18px 0;
  }

  .mp-asc-type-card small {
    font-size: 13px;
    line-height: 1.58;
  }

  .mp-asc-type-number {
    font-size: clamp(62px, 6vw, 96px);
  }

  .mp-asc-types-progress {
    bottom: 66px;
  }

  .mp-asc-types-footer {
    bottom: 24px;
  }
}

@media (min-width: 1025px) and (max-height: 720px) {
  .mp-asc-types-sticky {
    --mp-asc-slide-bottom: 92px;
    --mp-asc-slide-height: clamp(320px, 47vh, 360px);
    --mp-asc-head-gap: 24px;
  }

  .mp-asc-types-head span {
    display: none;
  }

  .mp-asc-type-card {
    min-height: 320px;
  }

  .mp-asc-type-card h3 {
    font-size: clamp(28px, 2.8vw, 42px);
  }

  .mp-asc-type-card small {
    font-size: 12px;
    line-height: 1.48;
  }
}

@media (max-width: 1024px) {
  .mp-asc-types-section {
    height: auto !important;
    min-height: auto;
    padding: 0;
    background: #050505;
    overflow: hidden;
  }

  .mp-asc-types-section.is-pinned .mp-asc-types-sticky,
  .mp-asc-types-section.is-after .mp-asc-types-sticky,
  .mp-asc-types-sticky {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    min-height: auto;
    overflow: hidden;
    padding: 70px 0 80px;
  }

  .mp-asc-types-head {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    padding: 0 20px;
    margin-bottom: 38px;
    pointer-events: auto;
  }

  .mp-asc-types-head h2 {
    font-size: clamp(42px, 9vw, 76px);
  }

  .mp-asc-types-head span {
    max-width: 760px;
    font-size: 16px;
    line-height: 1.7;
  }

  .mp-asc-types-viewport {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    overflow: visible;
  }

  .mp-asc-types-track {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
    transform: none !important;
  }

  .mp-asc-type-card {
    flex: none;
    width: 100%;
    height: auto;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    opacity: 1;
    transform: none;
  }

  .mp-asc-type-card figure {
    height: clamp(230px, 36vw, 360px);
  }

  .mp-asc-type-card img {
    transform: scale(1);
    filter: grayscale(20%) contrast(1.04) brightness(0.9);
  }

  .mp-asc-type-content {
    min-height: auto;
    padding: 44px 32px 38px;
    --mp-number-space: 108px;
  }

  .mp-asc-type-card p {
    max-width: calc(100% - var(--mp-number-space));
    margin-bottom: 12px;
  }

  .mp-asc-type-card h3 {
    max-width: calc(100% - 56px);
    font-size: clamp(34px, 6vw, 54px);
    line-height: 1.04;
  }

  .mp-asc-type-card small {
    max-width: 720px;
  }

  .mp-asc-type-card i {
    width: min(100%, 300px);
  }

  .mp-asc-types-progress,
  .mp-asc-types-footer {
    display: none;
  }
}

@media (max-width: 900px) {
  .mp-asc-hero {
    min-height: 72vh;
    min-height: 72svh;
  }

  .mp-scroll-arrow {
    width: 62px;
    height: 62px;
  }

  .mp-features-grid {
    grid-template-columns: 1fr;
  }

  .mp-products-grid {
    grid-template-columns: 1fr;
  }

  .mp-product-card,
  .mp-products-grid .mp-product-card {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .mp-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mp-asc-hero {
    min-height: 78vh;
    min-height: 78svh;
  }

  .mp-asc-hero-content {
    width: 100%;
    padding: 70px 22px 96px;
  }

  .mp-asc-hero h1 {
    font-size: clamp(48px, 16vw, 78px);
  }

  .mp-asc-hero-content > p:not(.mp-kicker) {
    font-size: 13px;
    line-height: 1.7;
  }

  .mp-outline-btn {
    min-width: 210px;
    min-height: 48px;
  }

  .mp-scroll-arrow {
    left: 0;
  }

  .mp-section-heading h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .mp-feature-card {
    min-height: auto;
    padding: 30px;
  }

  .mp-product-large {
    min-height: 360px;
  }

  .mp-products-grid .mp-product-card {
    min-height: 300px;
  }

  .mp-product-content h3,
  .mp-products-grid .mp-product-content h3 {
    font-size: 38px;
  }

  .mp-asc-types-head h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .mp-asc-types-head span {
    font-size: 14px;
    line-height: 1.65;
  }

  .mp-asc-types-track {
    padding-left: 16px;
    padding-right: 16px;
    gap: 20px;
  }

  .mp-asc-type-content {
    padding: 38px 24px 34px;
    --mp-number-space: 92px;
  }

  .mp-asc-type-card p {
    max-width: calc(100% - var(--mp-number-space));
    font-size: 10px;
    letter-spacing: 0.18em;
    line-height: 1.55;
  }

  .mp-asc-type-card h3 {
    max-width: calc(100% - 38px);
    font-size: clamp(31px, 9.2vw, 42px);
    line-height: 1.06;
  }

  .mp-asc-type-number {
    font-size: 68px;
    right: 20px;
    top: 24px;
  }

  .mp-asc-type-card i {
    margin: 22px 0;
  }

  .mp-asc-type-card small {
    font-size: 13px;
    line-height: 1.65;
  }

  .mp-preventivo-box {
    min-height: 180px;
    padding: 28px;
  }
}

/* FORM SECTION */

.mp-quote-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #050505;
  color: #fff;
  isolation: isolate;
  margin-top: -1px;
}

@media (min-width: 1025px) {
  .mp-quote-section {
    height: 100vh;
    height: 100svh;
  }
}

.mp-quote-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("https://millepiani.com/wp-content/uploads/2026/05/planet-gallery-04.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.mp-quote-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.86) 0%, rgba(0,0,0,0.63) 43%, rgba(0,0,0,0.32) 100%),
    rgba(0,0,0,0.24);
  pointer-events: none;
}

.mp-quote-inner {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  min-height: 100svh;
  width: min(100%, 1680px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(480px, 0.95fr);
  align-items: center;
  gap: clamp(54px, 8vw, 150px);
  padding: clamp(70px, 9vh, 110px) clamp(34px, 7vw, 118px);
}

.mp-quote-info {
  max-width: 560px;
}

.mp-quote-kicker {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.44em;
  font-size: clamp(11px, 0.85vw, 14px);
  line-height: 1.4;
  font-weight: 400;
}

.mp-quote-title {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(46px, 4.3vw, 82px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.mp-quote-description {
  margin: 28px 0 0;
  max-width: 460px;
  color: rgba(255,255,255,0.84);
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1.75;
  font-weight: 300;
}

.mp-quote-contacts {
  margin-top: clamp(54px, 8vh, 94px);
  display: grid;
  gap: 34px;
}

.mp-quote-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  text-decoration: none;
  width: fit-content;
}

.mp-quote-contact-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-grid;
  place-items: center;
}

.mp-quote-contact-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mp-quote-contact span:last-child {
  display: grid;
  gap: 4px;
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  line-height: 1.35;
}

.mp-quote-contact strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 800;
}

.mp-quote-form-card {
  background: #fff;
  color: #000;
  width: 100%;
  max-width: 760px;
  justify-self: end;
  padding: clamp(46px, 5vw, 70px) clamp(42px, 5vw, 70px);
  box-shadow: 0 34px 80px rgba(0,0,0,0.32);
}

.mp-quote-form {
  position: relative;
  width: 100%;
}

.mp-form-status {
  display: none;
  margin-bottom: 24px;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.45;
  border: 1px solid #000;
}

.mp-form-status.is-visible {
  display: block;
}

.mp-form-status.is-error {
  color: #9a1717;
  border-color: rgba(154, 23, 23, 0.35);
  background: rgba(154, 23, 23, 0.05);
}

.mp-form-status.is-success {
  color: #0f5f32;
  border-color: rgba(15, 95, 50, 0.35);
  background: rgba(15, 95, 50, 0.06);
}

.mp-product-group p {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.mp-product-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}

.mp-product-options label {
  cursor: pointer;
}

.mp-product-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mp-product-options span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(0,0,0,0.22);
  color: #9a9a9a;
  background: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  transition:
    color 320ms var(--mp-ease),
    background 320ms var(--mp-ease),
    border-color 320ms var(--mp-ease);
}

.mp-product-options input:checked + span {
  background: #000;
  border-color: #000;
  color: #fff;
}

.mp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr;
  column-gap: 22px;
  row-gap: 28px;
}

.mp-field {
  position: relative;
  min-height: 42px;
}

.mp-field input,
.mp-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--mp-line);
  border-radius: 0;
  background: transparent;
  padding: 18px 0 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
  box-shadow: none;
}

.mp-field textarea {
  resize: vertical;
  min-height: 54px;
}

.mp-field label {
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  pointer-events: none;
  transform-origin: left top;
  transition:
    transform 320ms var(--mp-ease),
    opacity 320ms var(--mp-ease);
}

.mp-field input:focus + label,
.mp-field input:not(:placeholder-shown) + label,
.mp-field textarea:focus + label,
.mp-field textarea:not(:placeholder-shown) + label,
.mp-field.is-filled label {
  transform: translateY(-18px) scale(0.82);
  opacity: 0.62;
}

.mp-field-full {
  margin-top: 28px;
}

.mp-upload-note {
  margin-top: 20px;
  color: #aaa;
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
}

.mp-upload-box {
  margin-top: 10px;
  min-height: 70px;
  border: 1px dashed rgba(0,0,0,0.2);
  display: grid;
  place-items: center;
  gap: 5px;
  padding: 16px;
  cursor: pointer;
  color: #9d9d9d;
  text-align: center;
  transition:
    border-color 320ms var(--mp-ease),
    color 320ms var(--mp-ease),
    background 320ms var(--mp-ease);
}

.mp-upload-box:hover {
  border-color: #000;
  color: #000;
  background: rgba(0,0,0,0.025);
}

.mp-upload-box input {
  display: none;
}

.mp-upload-icon {
  font-size: 22px;
  line-height: 1;
}

.mp-upload-text {
  font-size: 12px;
  line-height: 1;
}

.mp-upload-filename {
  display: block;
  max-width: 100%;
  color: #000;
  font-size: 11px;
  line-height: 1.3;
  word-break: break-word;
}

.mp-submit-btn {
  width: 100%;
  height: 66px;
  margin-top: 34px;
  border: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1;
  letter-spacing: 0.18em;
  transition:
    background 400ms var(--mp-ease),
    transform 400ms var(--mp-ease),
    opacity 400ms var(--mp-ease);
}

.mp-submit-btn:hover {
  background: #171717;
  transform: translateY(-4px);
}

.mp-submit-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}


/* FORM RESPONSIVE */

@media (max-width: 1200px) {
  .mp-quote-inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .mp-quote-form-card {
    justify-self: start;
    max-width: 820px;
  }
}

@media (max-width: 900px) {
  .mp-form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .mp-quote-section {
    min-height: auto;
  }

  .mp-quote-inner {
    min-height: auto;
    padding: 72px 22px;
    gap: 44px;
  }

  .mp-quote-title {
    font-size: clamp(40px, 12vw, 62px);
  }

  .mp-quote-description {
    font-size: 13px;
    line-height: 1.7;
  }

  .mp-quote-contacts {
    margin-top: 42px;
  }

  .mp-quote-form-card {
    padding: 38px 24px;
  }

  .mp-form-grid {
    grid-template-columns: 1fr;
  }

  .mp-product-options {
    margin-bottom: 38px;
  }
}/* End custom CSS */