.elementor-2089 .elementor-element.elementor-element-3046b07{--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;}/* Start custom CSS for html, class: .elementor-element-148a94c */:root {
  --mp-black: #000000;
  --mp-white: #ffffff;
  --mp-grey: #8f8f8f;
  --mp-light: #f4f4f4;
  --mp-muted: #a3a3a3;
  --mp-border: rgba(0, 0, 0, 0.08);
  --mp-line: rgba(0, 0, 0, 0.36);
  --mp-ease: cubic-bezier(0.19, 1, 0.22, 1);
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@media (min-width: 1025px) {


}

#mp-fullpage-wrapper,
#mp-fullpage-wrapper * {
  box-sizing: border-box;
}

#mp-fullpage-wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  font-family: "Afacad Flux", sans-serif;
  background: #000;
}

@media (min-width: 1025px) {
  #mp-fullpage-wrapper {
    height: 100vh;
  }
}

/* SLIDE */

.mp-slide-section {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #000;
  color: #fff;
}

@media (min-width: 1025px) {
  .mp-slide-section {
    height: 100vh;
    height: 100svh;
  }
}

.mp-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.mp-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.52);
}

.mp-overlay-home {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.68) 0%,
    rgba(0, 0, 0, 0.5) 42%,
    rgba(0, 0, 0, 0.28) 100%
  );
}

.mp-content {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 6.2%;
  max-width: 920px;
}

.mp-home-content {
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
}

.mp-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 8px;
  font-weight: 400;
  color: #fff;
}

.mp-content h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 85px);
  line-height: 0.98;
  letter-spacing: -1.5px;
  font-weight: 800;
  color: #fff;
}

.mp-content h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 85px);
  line-height: 0.98;
  letter-spacing: -1px;
  font-weight: 800;
  color: #fff;
}

.mp-content h2 span {
  font-weight: 300;
}

.mp-desc {
  margin: 18px 0 0;
  font-size: clamp(10px, 2.3vw, 20px);
  line-height: 1.65;
  font-weight: 400;
  color: inherit;
}

.mp-btn,
.mp-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  min-width: 160px;
  height: 48px;
  padding: 0 22px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: clamp(10px, 2vw, 15px);
  letter-spacing: 2px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.mp-btn:hover,
.mp-info-btn:hover,
.mp-desktop-fixed-quote-btn:hover {
  background: #181818;
  color: #fff;
}

.mp-btn span {
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

/* CTA DESKTOP FISSA */

.mp-desktop-fixed-quote-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999999;
  width: 300px;
  height: 68px;
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(10px, 2vw, 15px);
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 500;
  cursor: pointer;
  font-family: "Afacad Flux", sans-serif;
  padding: 40px 30px;
  transition: opacity 300ms ease, transform 300ms ease;
}

.mp-desktop-fixed-quote-btn span {
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

body.mp-on-quote-section .mp-desktop-fixed-quote-btn {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

@media (max-width: 1024px) {
  .mp-desktop-fixed-quote-btn {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .mp-mobile-fixed-quote-btn {
    display: none !important;
  }
}

/* SERVIZI */

.mp-services-section {
  background: #fff;
  color: #000;
}

.mp-services-wrap {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  background: #fff;
}

@media (min-width: 1025px) {
  .mp-services-wrap {
    height: 100%;
  }
}

.mp-services-left {
  padding-left: 6.7%;
  padding-right: 8%;
  max-width: 560px;
  z-index: 2;
}

.mp-about {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 6px;
  font-weight: 400;
  color: #000;
}

.mp-services-left h2 {
  margin: 0 0 48px;
  font-size: clamp(34px, 4vw, 85px);
  line-height: 0.95;
  font-weight: 300;
  letter-spacing: -1px;
  color: #000;
}

.mp-services-left h2 strong {
  font-weight: 800;
}

.mp-tabs {
  display: flex;
  gap: 35px;
  align-items: center;
  margin-bottom: 22px;
}

.mp-tab {
  position: relative;
  padding: 0 0 13px;
  border: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
  font-size: clamp(10px, 2.3vw, 20px);
  font-weight: 800;
}

.mp-tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s ease;
}

.mp-tab.is-active::after {
  width: 100%;
}

.mp-tab-panel {
  display: none;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
  color: #1b1b1b;
  min-height: 250px !important;
}

.mp-tab-panel.is-active {
  display: block;
}

.mp-info-btn {
  margin-top: 30px;
  min-width: 218px;
}

.mp-services-image {
  width: 100%;
  height: 68%;
  background-size: cover;
  background-position: center;
}

.mp-services-section .mp-tab,
.mp-services-section .mp-tab:hover,
.mp-services-section .mp-tab:focus,
.mp-services-section .mp-tab:active,
.mp-services-section .mp-tab.is-active {
  background: transparent !important;
  background-color: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
}

/* FORM */

.mp-quote-section {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #050505;
  color: #fff;
  isolation: isolate;
}

@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/DJI_20260320165400_0827_D-1-1-1-1.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-privacy-box {
  margin-top: 22px;
  color: #555;
  font-size: 12px;
  line-height: 1.5;
}

.mp-privacy-text {
  margin: 0 0 12px;
}

.mp-privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #000;
  cursor: pointer;
}

.mp-privacy-check input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.mp-privacy-check a {
  color: #000;
  text-decoration: underline;
}

.mp-captcha {
  margin-top: 22px;
  min-height: 78px;
}

.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 HOMEPAGE COMPATTO DESKTOP */

@media (min-width: 1025px) {
  .mp-quote-section-home {
    height: 100vh !important;
    height: 100svh !important;
    min-height: 100vh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
  }

  .mp-quote-section-home .mp-quote-inner {
    height: 100vh !important;
    height: 100svh !important;
    min-height: 0 !important;
    max-width: 1760px;
    grid-template-columns: minmax(280px, 0.72fr) minmax(620px, 1.08fr);
    gap: clamp(34px, 5vw, 100px);
    padding-top: clamp(64px, 8vh, 96px);
    padding-bottom: clamp(34px, 5vh, 70px);
  }

  .mp-quote-section-home .mp-quote-info {
    max-width: 500px;
  }

  .mp-quote-section-home .mp-quote-form-card {
    max-width: 820px;
  }
}

@media (min-width: 1025px) and (max-height: 880px) {
  .mp-quote-section-home .mp-quote-inner {
    grid-template-columns: minmax(260px, 0.65fr) minmax(660px, 1.12fr);
    gap: clamp(28px, 4vw, 76px);
    padding-top: 70px;
    padding-bottom: 28px;
  }

  .mp-quote-section-home .mp-quote-title {
    font-size: clamp(36px, 3.45vw, 58px);
    line-height: 1.02;
  }

  .mp-quote-section-home .mp-quote-kicker {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.36em;
  }

  .mp-quote-section-home .mp-quote-description {
    margin-top: 22px;
    max-width: 440px;
    font-size: 14px;
    line-height: 1.55;
  }

  .mp-quote-section-home .mp-quote-contacts {
    margin-top: 34px;
    gap: 20px;
  }

  .mp-quote-section-home .mp-quote-form-card {
    max-width: 820px;
    padding: 30px 48px;
  }

  .mp-quote-section-home .mp-product-group p {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .mp-quote-section-home .mp-product-options {
    gap: 10px;
    margin-bottom: 28px;
  }

  .mp-quote-section-home .mp-product-options span {
    min-height: 34px;
    padding: 0 14px;
    font-size: 10px;
  }

  .mp-quote-section-home .mp-form-grid {
    grid-template-columns: 1fr 1fr 0.8fr;
    column-gap: 22px;
    row-gap: 20px;
  }

  .mp-quote-section-home .mp-field {
    min-height: 38px;
  }

  .mp-quote-section-home .mp-field input,
  .mp-quote-section-home .mp-field textarea {
    padding: 14px 0 8px;
    font-size: 13px;
  }

  .mp-quote-section-home .mp-field textarea {
    min-height: 44px;
    max-height: 54px;
  }

  .mp-quote-section-home .mp-field label {
    font-size: 10px;
  }

  .mp-quote-section-home .mp-field-full {
    margin-top: 18px;
  }

  .mp-quote-section-home .mp-upload-note {
    margin-top: 14px;
    font-size: 10px;
  }

  .mp-quote-section-home .mp-upload-box {
    min-height: 54px;
    padding: 10px 14px;
    margin-top: 8px;
  }

  .mp-quote-section-home .mp-upload-icon {
    font-size: 17px;
  }

  .mp-quote-section-home .mp-upload-text {
    font-size: 11px;
  }

  .mp-quote-section-home .mp-privacy-box {
    margin-top: 14px;
    font-size: 11px;
    line-height: 1.38;
  }

  .mp-quote-section-home .mp-privacy-text {
    margin-bottom: 8px;
  }

  .mp-quote-section-home .mp-captcha {
    margin-top: 12px;
    min-height: 68px;
    transform: scale(0.86);
    transform-origin: left top;
  }

  .mp-quote-section-home .mp-submit-btn {
    height: 50px;
    margin-top: 8px;
    font-size: 13px;
  }
}

@media (min-width: 1025px) and (max-height: 760px) {
  .mp-quote-section-home .mp-quote-inner {
    padding-top: 56px;
    padding-bottom: 20px;
  }

  .mp-quote-section-home .mp-quote-description {
    display: none;
  }

  .mp-quote-section-home .mp-quote-contacts {
    margin-top: 28px;
  }

  .mp-quote-section-home .mp-quote-form-card {
    padding: 24px 42px;
  }

  .mp-quote-section-home .mp-product-options {
    margin-bottom: 22px;
  }

  .mp-quote-section-home .mp-upload-box {
    min-height: 50px;
  }

  .mp-quote-section-home .mp-privacy-text {
    display: none;
  }
}

/* NEWS */

.mp-news-section {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  background: #fff;
  color: #000;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .mp-news-section {
    height: 100vh;
    height: 100svh;
  }
}

.mp-news-inner {
  width: min(100%, 1680px);
  margin: 0 auto;
  padding: clamp(80px, 10vh, 130px) clamp(34px, 7vw, 118px);
}

.mp-news-heading {
  margin-bottom: clamp(52px, 7vh, 80px);
}

.mp-news-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #000;
  font-size: clamp(11px, 0.85vw, 14px);
  line-height: 1;
  letter-spacing: 0.48em;
  font-weight: 400;
}

.mp-news-title {
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-size: clamp(34px, 4vw, 85px);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 300;
}

.mp-news-title strong {
  display: inline-block;
  font-weight: 900;
}

.mp-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(42px, 5vw, 72px);
}

.mp-news-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #f5f5f5;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  opacity: 0;
  transform: translateY(34px);
  animation: mpNewsReveal 900ms var(--mp-ease) forwards;
}

.mp-news-card:nth-child(2) {
  animation-delay: 120ms;
}

.mp-news-card:nth-child(3) {
  animation-delay: 240ms;
}

.mp-news-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  overflow: hidden;
  background: #ddd;
}

.mp-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 900ms var(--mp-ease), filter 900ms var(--mp-ease);
}

.mp-news-card:hover .mp-news-image img {
  transform: scale(1.1);
  filter: brightness(0.86);
}

.mp-news-body {
  padding: clamp(26px, 2.4vw, 36px) clamp(28px, 3vw, 44px) clamp(34px, 3.2vw, 52px);
}

.mp-news-date {
  display: block;
  margin-bottom: 20px;
  color: #a0a0a0;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: 400;
}

.mp-news-body h3 {
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-size: clamp(15px, 1.05vw, 20px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 900;
  min-height: 4.6em;
}

.mp-news-divider {
  width: 100%;
  height: 1px;
  margin: 28px 0 24px;
  background: rgba(0,0,0,0.08);
}

.mp-news-body p {
  margin: 0;
  color: #aaa;
  font-size: clamp(13px, 0.92vw, 16px);
  line-height: 1.75;
  font-weight: 300;
}

.mp-news-empty {
  grid-column: 1 / -1;
  padding: 60px;
  background: #f5f5f5;
  color: #777;
  font-size: 16px;
  line-height: 1.6;
}

.mp-news-card-loading .mp-news-image {
  min-height: 190px;
  background: linear-gradient(90deg, #eeeeee 0%, #f8f8f8 50%, #eeeeee 100%);
  background-size: 200% 100%;
  animation: mpNewsLoading 1.4s linear infinite;
}

@keyframes mpNewsReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mpNewsLoading {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

/* FULLPAGE DOTS */

#mp-section-nav {
  z-index: 99999;
}

#mp-section-nav ul li {
  width: 18px;
  height: 18px;
  margin: 7px;
}

#mp-section-nav ul li a span {
  background: rgba(255,255,255,0.58);
  width: 7px;
  height: 7px;
  margin: -3.5px 0 0 -3.5px;
  transition: all 0.25s ease;
}

#mp-section-nav ul li a.active span,
#mp-section-nav ul li:hover a.active span {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: #fff;
}



body.mp-dark-dots #mp-section-nav ul li a span {
  background: #111 !important;
}

body.mp-dark-dots #mp-section-nav ul li a.active span,
body.mp-dark-dots #mp-section-nav ul li:hover a span {
  background: #111 !important;
}

/* MOBILE / TABLET */

@media (max-width: 1024px) {
  html,
  body {
    height: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  body {
    background: #000;
  }

  body.mp-mobile-layout {
    padding-bottom: 86px;
  }

  #mp-section-nav {
    display: none !important;
  }

  #mp-fullpage-wrapper {
    display: block !important;
    width: 100vw !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    overflow: visible !important;
    transform: none !important;
    background: #000;
  }

  #mp-fullpage-wrapper .section,
  #mp-fullpage-wrapper .mp-slide-section,
  #mp-fullpage-wrapper .mp-services-section,
  #mp-fullpage-wrapper .mp-quote-section,
  #mp-fullpage-wrapper .mp-news-section {
    display: block !important;
    position: relative !important;
    width: 100vw !important;
    height: auto !important;
    min-height: 100svh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  #mp-fullpage-wrapper .section + .section {
    margin-top: 0 !important;
  }

  .mp-bg,
  .mp-overlay {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .mp-slide-section .mp-content,
  .mp-slide-section .mp-home-content {
    position: relative !important;
    z-index: 3 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 100svh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 110px 24px 90px !important;
    margin: 0 !important;
  }

  .mp-slide-section .mp-kicker {
    margin-top: 0 !important;
  }

  .mp-slide-section .mp-content h1,
  .mp-slide-section .mp-content h2 {
    margin-top: 0 !important;
  }

  .mp-content h1,
  .mp-content h2 {
    font-size: 34px !important;
    line-height: 0.98 !important;
  }

  .mp-desc {
    max-width: 100% !important;
    font-size: 18px;
    line-height: 1.55;
  }

  .mp-btn {
    font-size: 16px;
  }

  .mp-services-section {
    background: #fff !important;
    color: #000 !important;
    overflow: visible !important;
  }

  .mp-services-wrap {
    min-height: auto !important;
    height: auto !important;
    display: block !important;
    padding: 76px 0 !important;
  }

  .mp-services-left {
    max-width: none !important;
    padding: 0 24px !important;
  }

  .mp-services-left h2 {
    font-size: 68px;
    margin-bottom: 24px;
  }

  .mp-tabs {
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 18px;
  }

  .mp-tab {
    font-size: 13px;
  }

  .mp-tab-panel {
    font-size: 18px;
    line-height: 1.6;
    min-height: auto;
  }

  .mp-info-btn {
    height: 44px;
    min-width: 205px;
    font-size: 14px;
    margin-top: 18px;
  }

  .mp-services-image {
    width: calc(100% - 48px) !important;
    height: 260px !important;
    margin: 34px 24px 0 !important;
  }

  .mp-quote-section {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .mp-quote-inner {
    display: block;
    min-height: auto !important;
    height: auto !important;
    padding: 76px 24px;
  }

  .mp-quote-info {
    margin-bottom: 48px;
  }

  .mp-quote-title {
    font-size: clamp(42px, 12vw, 58px);
  }

  .mp-quote-description {
    font-size: 13px;
  }

  .mp-quote-contacts {
    margin-top: 44px;
    gap: 26px;
  }

  .mp-quote-form-card {
    padding: 34px 24px;
    max-width: none;
  }

  .mp-product-options {
    gap: 9px;
    margin-bottom: 38px;
  }

  .mp-product-options span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 10px;
  }

  .mp-form-grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .mp-field-full {
    margin-top: 24px;
  }

  .mp-submit-btn {
    height: 60px;
    font-size: 14px;
  }

  .mp-news-section {
    height: auto !important;
    min-height: auto !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
  }

  .mp-news-inner {
    padding: 72px 24px;
  }

  .mp-news-heading {
    margin-bottom: 42px;
  }

  .mp-news-title {
    font-size: clamp(42px, 13vw, 58px);
  }

  .mp-news-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mp-news-body {
    padding: 26px 26px 34px;
  }

  .mp-news-body h3 {
    min-height: auto;
  }

  #mp-fullpage-wrapper .section.mp-mobile-fade {
    opacity: 0 !important;
    transform: translateY(36px) scale(0.985) !important;
    transition: opacity 850ms cubic-bezier(0.19, 1, 0.22, 1), transform 850ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    will-change: opacity, transform;
  }

  #mp-fullpage-wrapper .section.mp-mobile-fade.is-visible {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
  }

  body.mp-mobile-layout .mp-kicker,
  body.mp-mobile-layout .mp-content h1,
  body.mp-mobile-layout .mp-content h2,
  body.mp-mobile-layout .mp-desc,
  body.mp-mobile-layout .mp-btn,
  body.mp-mobile-layout .mp-services-left,
  body.mp-mobile-layout .mp-services-image,
  body.mp-mobile-layout .mp-quote-info,
  body.mp-mobile-layout .mp-quote-form-card,
  body.mp-mobile-layout .mp-news-heading,
  body.mp-mobile-layout .mp-news-card {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .mp-mobile-fixed-quote-btn {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 99999;
    height: 56px;
    border: 0;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .mp-slide-section .mp-content,
  .mp-slide-section .mp-home-content {
    justify-content: flex-start !important;
    padding: 96px 24px 80px !important;
  }
}

@media (max-width: 1024px) {
  .mp-slide-section .mp-content,
  .mp-slide-section .mp-home-content {
    gap: 22px !important;
  }

  .mp-slide-section .mp-kicker {
    margin: 0 !important;
  }

  .mp-slide-section .mp-content h1,
  .mp-slide-section .mp-content h2 {
    margin: 0 !important;
  }

  .mp-slide-section .mp-desc {
    margin: 0 !important;
    max-width: 92% !important;
  }

  .mp-slide-section .mp-btn {
    margin-top: 6px !important;
  }
}

@media (max-width: 767px) {
  .mp-slide-section .mp-content,
  .mp-slide-section .mp-home-content {
    gap: 24px !important;
    padding-top: 118px !important;
  }

  .mp-slide-section .mp-desc {
    font-size: 18px !important;
    line-height: 1.65 !important;
  }

  .mp-slide-section .mp-btn {
    margin-top: 8px !important;
  }
}

/* =========================================================
   FORM HOMEPAGE RESPONSIVE DESKTOP
   Grande: originale
   Piccolo/basso: testo sopra + form largo sotto
   ========================================================= */

body.mp-on-quote-section .mp-desktop-fixed-quote-btn {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

/* Elementi nuovi generali */
.mp-form-bottom {
  margin-top: 28px;
}

.mp-privacy-box {
  margin-top: 22px;
  color: #555;
  font-size: 12px;
  line-height: 1.5;
}

.mp-privacy-text {
  margin: 0 0 12px;
}

.mp-privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #000;
  cursor: pointer;
}

.mp-privacy-check input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.mp-privacy-check a {
  color: #000;
  text-decoration: underline;
}

.mp-captcha {
  margin-top: 22px;
  min-height: 78px;
}

/* Desktop grande: mantiene il layout originale */
@media (min-width: 1501px) and (min-height: 901px) {
  .mp-quote-section-home .mp-field-message {
    grid-column: 1 / -1;
    margin-top: 28px;
  }

  .mp-quote-section-home .mp-form-bottom {
    display: block;
  }

  .mp-quote-section-home .mp-upload-area,
  .mp-quote-section-home .mp-privacy-box,
  .mp-quote-section-home .mp-captcha,
  .mp-quote-section-home .mp-submit-btn {
    margin-top: 22px;
  }
}

/* Desktop piccoli o bassi: testo sopra + form sotto largo */
@media (min-width: 1025px) and (max-width: 1500px),
       (min-width: 1025px) and (max-height: 900px) {
  .mp-quote-section-home {
    height: 100vh !important;
    height: 100svh !important;
    min-height: 100vh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
  }





  .mp-quote-section-home .mp-quote-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto 1fr !important;
    align-content: center !important;
    align-items: stretch !important;
    gap: 22px !important;

    width: min(100%, 1440px) !important;
    height: 100vh !important;
    height: 100svh !important;
    min-height: 0 !important;

    padding: 70px 70px 34px !important;
    margin: 0 auto !important;
  }

  .mp-quote-section-home .mp-quote-info {
    max-width: none !important;
    width: 100% !important;

    display: grid !important;
    grid-template-columns: minmax(280px, 0.65fr) minmax(430px, 1fr) minmax(300px, 0.75fr) !important;
    gap: 34px !important;
    align-items: end !important;
  }

  .mp-quote-section-home .mp-quote-heading-block {
    min-width: 0 !important;
  }

  .mp-quote-section-home .mp-quote-kicker {
    margin: 0 0 10px !important;
    font-size: 11px !important;
    letter-spacing: 0.38em !important;
  }

  .mp-quote-section-home .mp-quote-title {
    font-size: clamp(38px, 4vw, 58px) !important;
    line-height: 0.98 !important;
  }

  .mp-quote-section-home .mp-quote-description {
    margin: 0 !important;
    max-width: none !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .mp-quote-section-home .mp-quote-contacts {
    margin: 0 !important;
    display: grid !important;
    gap: 12px !important;
  }

  .mp-quote-section-home .mp-quote-contact {
    gap: 12px !important;
  }

  .mp-quote-section-home .mp-quote-contact-icon {
    width: 24px !important;
    height: 24px !important;
    flex-basis: 24px !important;
  }

  .mp-quote-section-home .mp-quote-contact-icon svg {
    width: 22px !important;
    height: 22px !important;
  }

  .mp-quote-section-home .mp-quote-contact span:last-child {
    font-size: 12px !important;
  }

  .mp-quote-section-home .mp-quote-contact strong {
    font-size: 11px !important;
  }

  .mp-quote-section-home .mp-quote-form-card {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
    align-self: stretch !important;

    padding: 28px 42px !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .mp-quote-section-home .mp-quote-form {
    width: 100% !important;
  }

  .mp-quote-section-home .mp-product-group p {
    margin: 0 0 14px !important;
    font-size: 15px !important;
  }

  .mp-quote-section-home .mp-product-options {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-bottom: 22px !important;
  }

  .mp-quote-section-home .mp-product-options span {
    width: 100% !important;
    min-height: 38px !important;
    padding: 0 8px !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  .mp-quote-section-home .mp-form-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    column-gap: 24px !important;
    row-gap: 18px !important;
  }

  .mp-quote-section-home .mp-field {
    min-height: 40px !important;
  }

  .mp-quote-section-home .mp-field input,
  .mp-quote-section-home .mp-field textarea {
    padding: 15px 0 8px !important;
    font-size: 14px !important;
  }

  .mp-quote-section-home .mp-field label {
    font-size: 10px !important;
  }

  .mp-quote-section-home .mp-field-message {
    grid-column: 1 / -1 !important;
  }

  .mp-quote-section-home .mp-field-message textarea {
    min-height: 44px !important;
    max-height: 52px !important;
    resize: none !important;
  }

  .mp-quote-section-home .mp-form-bottom {
    display: grid !important;
    grid-template-columns: minmax(220px, 0.9fr) minmax(280px, 1.05fr) 304px minmax(250px, 0.85fr) !important;
    gap: 22px !important;
    align-items: end !important;
    margin-top: 22px !important;
  }

  .mp-quote-section-home .mp-upload-note {
    margin: 0 0 8px !important;
    text-align: left !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .mp-quote-section-home .mp-upload-box {
    margin-top: 0 !important;
    min-height: 58px !important;
    padding: 10px 12px !important;
  }

  .mp-quote-section-home .mp-upload-icon {
    font-size: 17px !important;
  }

  .mp-quote-section-home .mp-upload-text {
    font-size: 12px !important;
  }

  .mp-quote-section-home .mp-privacy-box {
    margin-top: 0 !important;
    font-size: 12px !important;
    line-height: 1.42 !important;
  }

  .mp-quote-section-home .mp-privacy-text {
    margin-bottom: 8px !important;
  }

  .mp-quote-section-home .mp-captcha {
    margin-top: 0 !important;
    min-height: 78px !important;
    transform: scale(0.88) !important;
    transform-origin: left bottom !important;
  }

  .mp-quote-section-home .mp-submit-btn {
    width: 100% !important;
    height: 58px !important;
    margin-top: 0 !important;
    font-size: 15px !important;
    letter-spacing: 0.16em !important;
  }
}

/* Desktop molto bassi */
@media (min-width: 1025px) and (max-height: 790px) {
  .mp-quote-section-home .mp-quote-inner {
    padding: 58px 60px 26px !important;
    gap: 18px !important;
  }

  .mp-quote-section-home .mp-quote-info {
    grid-template-columns: minmax(260px, 0.65fr) minmax(390px, 1fr) minmax(280px, 0.7fr) !important;
    gap: 28px !important;
  }

  .mp-quote-section-home .mp-quote-title {
    font-size: clamp(36px, 3.5vw, 52px) !important;
  }

  .mp-quote-section-home .mp-quote-description {
    font-size: 14px !important;
    line-height: 1.38 !important;
  }

  .mp-quote-section-home .mp-quote-form-card {
    padding: 24px 36px !important;
  }

  .mp-quote-section-home .mp-product-options {
    margin-bottom: 16px !important;
  }

  .mp-quote-section-home .mp-product-options span {
    min-height: 34px !important;
    font-size: 9.5px !important;
  }

  .mp-quote-section-home .mp-form-grid {
    row-gap: 14px !important;
  }

  .mp-quote-section-home .mp-form-bottom {
    margin-top: 16px !important;
    gap: 18px !important;
  }

  .mp-quote-section-home .mp-privacy-text {
    display: none !important;
  }

  .mp-quote-section-home .mp-upload-box {
    min-height: 52px !important;
  }

  .mp-quote-section-home .mp-captcha {
    transform: scale(0.82) !important;
  }

  .mp-quote-section-home .mp-submit-btn {
    height: 52px !important;
  }
}

/* Mobile/tablet: verticale */
@media (max-width: 1024px) {
  .mp-quote-section-home .mp-form-bottom {
    display: block !important;
  }

  .mp-quote-section-home .mp-upload-area,
  .mp-quote-section-home .mp-privacy-box,
  .mp-quote-section-home .mp-captcha,
  .mp-quote-section-home .mp-submit-btn {
    margin-top: 22px !important;
  }
}

/* ==========================================================
   PREVENTIVO HOMEPAGE
   Desktop/laptop fluidi — da 1025px
   ========================================================== */

@media (min-width: 1025px) {
/* FULLPAGE */
#preventivo.mp-quote-desktop-stack {
    height: 100vh !important;
    height: 100svh !important;
    min-height: 0 !important;
  }

  #preventivo.mp-quote-desktop-stack {
    position: relative !important;
    overflow: hidden !important;
  }



  /* CONTENITORE PRINCIPALE */

  #preventivo.mp-quote-desktop-stack .mp-quote-inner {
    position: relative !important;
    z-index: 3 !important;

    width: min(94vw, 1900px) !important;
    height: 100% !important;
    min-height: 0 !important;

    margin: 0 auto !important;

    padding:
      clamp(76px, 8vh, 96px)
      clamp(24px, 2.8vw, 58px)
      clamp(10px, 1.8vh, 22px) !important;

    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;

    align-content: start !important;
    align-items: stretch !important;

    gap: clamp(10px, 0.9vw, 19px) !important;
  }

  /* ========================================================
     TESTI SOPRA IL FORM
     ======================================================== */

  #preventivo.mp-quote-desktop-stack .mp-quote-info {
    width: 100% !important;
    max-width: none !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    margin: 0 !important;
    text-align: center !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-kicker {
    margin: 0 0 clamp(3px, 0.25vw, 6px) !important;

    font-size: clamp(10px, 0.56vw, 12px) !important;
    line-height: 1.2 !important;
    letter-spacing: 0.42em !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-title {
    margin: 0 !important;

    font-size: clamp(34px, 2.5vw, 52px) !important;
    line-height: 1 !important;
    letter-spacing: -0.035em !important;
    font-weight: 800 !important;

    white-space: normal !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-title br {
    display: none !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-description {
    display: block !important;

    width: 100% !important;
    max-width: min(78vw, 1450px) !important;

    margin: clamp(6px, 0.45vw, 10px) auto 0 !important;

    color: rgba(255, 255, 255, 0.9) !important;

    font-size: clamp(13px, 0.82vw, 18px) !important;
    line-height: 1.36 !important;
    font-weight: 400 !important;
    text-align: center !important;
  }

  /* ========================================================
     CONTATTI
     Più grandi anche nei desktop/laptop piccoli
     ======================================================== */

  #preventivo.mp-quote-desktop-stack .mp-quote-contacts {
    width: 100% !important;
    max-width: clamp(820px, 54vw, 1120px) !important;

    margin: clamp(9px, 0.7vw, 15px) auto 0 !important;

    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

    gap: clamp(18px, 2.2vw, 46px) !important;
    align-items: center !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-contact {
    width: auto !important;
    min-width: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: clamp(9px, 0.7vw, 14px) !important;

    margin: 0 !important;
    text-align: left !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-contact-icon {
    width: clamp(23px, 1.4vw, 30px) !important;
    height: clamp(23px, 1.4vw, 30px) !important;

    flex:
      0
      0
      clamp(23px, 1.4vw, 30px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-contact-icon svg {
    width: clamp(22px, 1.3vw, 28px) !important;
    height: clamp(22px, 1.3vw, 28px) !important;
  }

  #preventivo.mp-quote-desktop-stack
    .mp-quote-contact
    span:last-child {
    min-width: 0 !important;

    display: grid !important;
    gap: clamp(2px, 0.16vw, 4px) !important;

    font-size: clamp(12px, 0.72vw, 15px) !important;
    line-height: 1.18 !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-contact strong {
    font-size: clamp(10px, 0.59vw, 12.5px) !important;
    line-height: 1 !important;
    letter-spacing: 0.08em !important;
  }

  /* ========================================================
     CARD FORM
     ======================================================== */

  #preventivo.mp-quote-desktop-stack .mp-quote-form-card {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    display: block !important;

    margin: 0 !important;

    padding:
      clamp(15px, 1.15vw, 24px)
      clamp(23px, 2.25vw, 48px) !important;

    justify-self: stretch !important;
    align-self: start !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-form {
    width: 100% !important;
    margin: 0 !important;
  }

  /* GRUPPI PRODOTTI */

  #preventivo.mp-quote-desktop-stack .mp-product-group p {
    margin: 0 0 clamp(6px, 0.4vw, 9px) !important;

    font-size: clamp(12px, 0.72vw, 15px) !important;
    line-height: 1.2 !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-product-options {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;

    gap: clamp(7px, 0.55vw, 12px) !important;

    margin:
      0
      0
      clamp(10px, 0.82vw, 18px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-product-options label,
  #preventivo.mp-quote-desktop-stack .mp-product-options span {
    width: 100% !important;
    min-width: 0 !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-product-options span {
    min-height: clamp(31px, 2.1vw, 44px) !important;

    padding:
      clamp(4px, 0.25vw, 6px)
      clamp(5px, 0.45vw, 10px) !important;

    font-size: clamp(9px, 0.54vw, 11.5px) !important;
    line-height: 1.1 !important;

    text-align: center !important;
    white-space: normal !important;
  }

  /* CAMPI DATI */

  #preventivo.mp-quote-desktop-stack .mp-form-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;

    column-gap: clamp(15px, 1.5vw, 30px) !important;
    row-gap: 0 !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-field {
    min-height: clamp(34px, 2.3vw, 48px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-field input,
  #preventivo.mp-quote-desktop-stack .mp-field textarea {
    width: 100% !important;

    padding:
      clamp(13px, 0.9vw, 18px)
      0
      clamp(6px, 0.4vw, 9px) !important;

    font-size: clamp(12px, 0.7vw, 15px) !important;
    line-height: 1.2 !important;
  }

  /* LABEL STABILI */

  #preventivo.mp-quote-desktop-stack .mp-field label,
  #preventivo.mp-quote-desktop-stack .mp-field input:focus + label,
  #preventivo.mp-quote-desktop-stack
    .mp-field input:not(:placeholder-shown) + label,
  #preventivo.mp-quote-desktop-stack .mp-field textarea:focus + label,
  #preventivo.mp-quote-desktop-stack
    .mp-field textarea:not(:placeholder-shown) + label,
  #preventivo.mp-quote-desktop-stack .mp-field.is-filled label {
    top: 0 !important;

    font-size: clamp(9px, 0.56vw, 11.5px) !important;

    transform: none !important;
    opacity: 1 !important;
  }

  /* MESSAGGIO */

  #preventivo.mp-quote-desktop-stack .mp-field-full {
    margin-top: clamp(7px, 0.5vw, 11px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-field-full textarea {
    min-height: clamp(38px, 2.75vw, 58px) !important;
    max-height: clamp(42px, 3vw, 62px) !important;

    resize: none !important;
  }

  /* ========================================================
     PARTE FINALE
     ======================================================== */

  #preventivo.mp-quote-desktop-stack .mp-form-foot {
    display: grid !important;

    grid-template-columns:
      minmax(190px, 0.85fr)
      minmax(300px, 1.35fr)
      250px
      minmax(190px, 0.8fr) !important;

    gap: clamp(11px, 1.25vw, 25px) !important;
    align-items: end !important;

    margin:
      clamp(10px, 0.9vw, 19px)
      0
      0 !important;
  }

  /* ALLEGATO */

  #preventivo.mp-quote-desktop-stack .mp-upload-area {
    min-width: 0 !important;
    margin: 0 !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-upload-note {
    margin: 0 0 clamp(5px, 0.3vw, 7px) !important;

    font-size: clamp(9px, 0.53vw, 11px) !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-upload-box {
    min-height: clamp(51px, 3.5vw, 70px) !important;

    margin: 0 !important;

    padding:
      clamp(6px, 0.45vw, 10px)
      clamp(9px, 0.65vw, 14px) !important;

    gap: clamp(2px, 0.18vw, 4px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-upload-icon {
    font-size: clamp(15px, 0.95vw, 20px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-upload-text,
  #preventivo.mp-quote-desktop-stack .mp-upload-filename {
    font-size: clamp(10px, 0.58vw, 12px) !important;
  }

  /* PRIVACY */

  #preventivo.mp-quote-desktop-stack .mp-privacy-box {
    min-width: 0 !important;

    display: block !important;

    margin: 0 !important;

    color: #555 !important;

    font-size: clamp(9px, 0.56vw, 12px) !important;
    line-height: 1.25 !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-privacy-text {
    display: block !important;

    margin:
      0
      0
      clamp(5px, 0.35vw, 8px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-privacy-check {
    display: flex !important;
    align-items: flex-start !important;

    gap: clamp(6px, 0.38vw, 8px) !important;

    margin: 0 !important;

    font-size: clamp(9px, 0.52vw, 11px) !important;
    line-height: 1.2 !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-privacy-check input {
    flex: 0 0 auto !important;
    margin: 1px 0 0 !important;
  }

  /* RECAPTCHA COMPATTO */

  #preventivo.mp-quote-desktop-stack .mp-captcha {
    width: 250px !important;
    height: 64px !important;
    min-height: 64px !important;

    margin: 0 !important;
    overflow: hidden !important;

    transform: none !important;
  }

  #preventivo.mp-quote-desktop-stack .g-recaptcha {
    width: 304px !important;
    height: 78px !important;

    transform: scale(0.82) !important;
    transform-origin: left top !important;
  }

  /* INVIO */

  #preventivo.mp-quote-desktop-stack .mp-submit-btn {
    width: 100% !important;
    height: clamp(51px, 3.3vw, 68px) !important;

    margin: 0 !important;

    font-size: clamp(12px, 0.72vw, 15px) !important;
    letter-spacing: 0.14em !important;
  }

  /* NASCONDE LA CTA FISSA SU QUESTA SLIDE */

  body:has(#preventivo.mp-quote-desktop-stack.active)
    .mp-desktop-fixed-quote-btn {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(100%) !important;
  }
}

/* ==========================================================
   MONITOR GRANDI / 2K
   Riempie maggiormente l'altezza e centra il contenuto
   ========================================================== */

@media (min-width: 1500px) and (min-height: 820px) {

  #preventivo.mp-quote-desktop-stack .mp-quote-inner {
    padding-top: clamp(68px, 7.5vh, 86px) !important;
    padding-bottom: clamp(38px, 4.5vh, 54px) !important;

    align-content: center !important;

    gap: clamp(16px, 1vw, 22px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-description {
    max-width: min(76vw, 1500px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-contacts {
    max-width: min(58vw, 1160px) !important;
    margin-top: clamp(12px, 0.8vw, 17px) !important;
  }

  /*
   * La card occupa più altezza.
   * Il form rimane centrato al suo interno senza generare
   * uno spazio bianco concentrato soltanto sotto.
   */

  #preventivo.mp-quote-desktop-stack .mp-quote-form-card {
    min-height: clamp(440px, 48vh, 520px) !important;

    display: flex !important;
    align-items: center !important;

    padding:
      clamp(25px, 1.5vw, 32px)
      clamp(38px, 2.4vw, 52px) !important;

    box-shadow:
      0
      34px
      90px
      rgba(0, 0, 0, 0.36) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-form {
    width: 100% !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-product-options span {
    min-height: clamp(43px, 2.35vw, 49px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-form-grid {
    column-gap: clamp(24px, 1.65vw, 34px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-field {
    min-height: clamp(48px, 2.55vw, 54px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-field-full textarea {
    min-height: clamp(60px, 3.2vw, 68px) !important;
    max-height: clamp(64px, 3.4vw, 72px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-form-foot {
    grid-template-columns:
      minmax(240px, 0.85fr)
      minmax(390px, 1.35fr)
      304px
      minmax(250px, 0.8fr) !important;

    margin-top: clamp(18px, 1.1vw, 24px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-upload-box {
    min-height: clamp(70px, 4vw, 80px) !important;
  }

  /* reCAPTCHA a grandezza naturale */

  #preventivo.mp-quote-desktop-stack .mp-captcha {
    width: 304px !important;
    height: 78px !important;
    min-height: 78px !important;
  }

  #preventivo.mp-quote-desktop-stack .g-recaptcha {
    transform: scale(1) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-submit-btn {
    height: clamp(66px, 3.7vw, 76px) !important;
  }
}

/* ==========================================================
   LAPTOP STRETTI
   ========================================================== */

@media (min-width: 1025px) and (max-width: 1199px) {

  #preventivo.mp-quote-desktop-stack .mp-quote-inner {
    width: calc(100% - 36px) !important;

    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-contacts {
    max-width: 850px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-contact-icon {
    width: 22px !important;
    height: 22px !important;
    flex-basis: 22px !important;
  }

  #preventivo.mp-quote-desktop-stack
    .mp-quote-contact
    span:last-child {
    font-size: 11.5px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-contact strong {
    font-size: 9.5px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-product-options span {
    min-height: 34px !important;

    padding-right: 4px !important;
    padding-left: 4px !important;

    font-size: 8.5px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-form-foot {
    grid-template-columns:
      minmax(175px, 0.8fr)
      minmax(260px, 1.2fr)
      250px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-submit-btn {
    grid-column: 1 / -1 !important;
    height: 43px !important;
  }
}

/* ==========================================================
   VIEWPORT BASSE
   Tutto rimane dentro la viewport
   ========================================================== */

@media (min-width: 1025px) and (max-height: 760px) {

  #preventivo.mp-quote-desktop-stack .mp-quote-inner {
    padding-top: 72px !important;
    padding-bottom: 8px !important;

    align-content: start !important;

    gap: 7px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-kicker {
    margin-bottom: 2px !important;
    font-size: 9px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-title {
    font-size: 31px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-description {
    margin-top: 4px !important;

    font-size: 11.5px !important;
    line-height: 1.22 !important;
  }

  /* Contatti leggermente più grandi anche su viewport basse */

  #preventivo.mp-quote-desktop-stack .mp-quote-contacts {
    margin-top: 6px !important;
    max-width: 900px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-contact-icon {
    width: 22px !important;
    height: 22px !important;
    flex-basis: 22px !important;
  }

  #preventivo.mp-quote-desktop-stack
    .mp-quote-contact
    span:last-child {
    font-size: 11.5px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-contact strong {
    font-size: 9.5px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-quote-form-card {
    min-height: 0 !important;

    display: block !important;

    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-product-group p {
    margin-bottom: 5px !important;

    font-size: 11px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-product-options {
    margin-bottom: 7px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-product-options span {
    min-height: 30px !important;
    font-size: 8.5px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-field {
    min-height: 33px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-field-full textarea {
    min-height: 36px !important;
    max-height: 40px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-form-foot {
    margin-top: 7px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-upload-box {
    min-height: 48px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-privacy-box,
  #preventivo.mp-quote-desktop-stack .mp-privacy-check {
    font-size: 8px !important;
    line-height: 1.12 !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-submit-btn {
    height: 48px !important;

    font-size: 11px !important;
  }
}

/* ==========================================================
   NUOVI CAMPI FORM PREVENTIVO
   Da inserire alla fine del CSS
   ========================================================== */

/* Griglia principale: due colonne */

#preventivo .mp-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Paese, provincia e città */

#preventivo .mp-location-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

/* Stile comune per input, select e textarea */

#preventivo .mp-field input,
#preventivo .mp-field select,
#preventivo .mp-field textarea {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--mp-line);
  border-radius: 0;
  background-color: transparent;
  color: var(--mp-black);
  font-family: "Afacad Flux", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  outline: none;
  box-shadow: none;

  padding:
    18px
    0
    10px;

  transition:
    border-color 320ms var(--mp-ease),
    color 320ms var(--mp-ease),
    background-color 320ms var(--mp-ease);
}

/* Select */

#preventivo .mp-field select {
  min-height: 48px;
  padding-right: 30px;
  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, #000 50%),
    linear-gradient(135deg, #000 50%, transparent 50%);

  background-position:
    calc(100% - 13px) 54%,
    calc(100% - 8px) 54%;

  background-size:
    5px 5px,
    5px 5px;

  background-repeat: no-repeat;
}

/* Nasconde la freccia nativa su Internet Explorer */

#preventivo .mp-field select::-ms-expand {
  display: none;
}

/* Colore dell'opzione iniziale */

#preventivo .mp-field select:invalid {
  color: var(--mp-grey);
}

#preventivo .mp-field select option {
  background: var(--mp-white);
  color: var(--mp-black);
  font-family: "Afacad Flux", sans-serif;
}

/* Stati focus */

#preventivo .mp-field input:focus,
#preventivo .mp-field select:focus,
#preventivo .mp-field textarea:focus {
  border-bottom-color: var(--mp-black);
}

/* Label */

#preventivo .mp-field label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  color: var(--mp-black);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;

  pointer-events: none;
  transform-origin: left top;

  transition:
    transform 320ms var(--mp-ease),
    opacity 320ms var(--mp-ease),
    color 320ms var(--mp-ease);
}

/* Label dei select sempre in posizione superiore */

#preventivo .mp-field select + label {
  transform: translateY(-18px) scale(0.82);
  opacity: 0.62;
}

/* Label attiva */

#preventivo .mp-field input:focus + label,
#preventivo .mp-field select:focus + label,
#preventivo .mp-field textarea:focus + label,
#preventivo .mp-field.is-filled label {
  color: var(--mp-black);
}

/* Select motivo del contatto */

#preventivo .mp-field-full select {
  min-height: 50px;
}

/* Campo messaggio */

#preventivo .mp-field-full textarea {
  min-height: 70px;
  resize: vertical;
}

/* Le due accettazioni */

#preventivo .mp-privacy-box {
  display: grid;
  gap: 12px;
}

#preventivo .mp-privacy-check {
  margin: 0;
}

#preventivo .mp-privacy-check input {
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  accent-color: var(--mp-black);
  cursor: pointer;
}

/* Parte finale senza area allegato */

#preventivo .mp-form-foot {
  display: grid;
  grid-template-columns:
    minmax(280px, 1.4fr)
    304px
    minmax(190px, 0.8fr);

  gap: clamp(15px, 1.25vw, 25px);
  align-items: end;
  margin-top: 24px;
}

/* ==========================================================
   DESKTOP FULLPAGE
   ========================================================== */

@media (min-width: 1025px) {
  #preventivo.mp-quote-desktop-stack .mp-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: clamp(22px, 2vw, 42px) !important;
    row-gap: clamp(12px, 0.9vw, 19px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-location-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-top: clamp(12px, 0.9vw, 20px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-field {
    min-height: clamp(42px, 2.8vw, 55px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-field input,
  #preventivo.mp-quote-desktop-stack .mp-field select,
  #preventivo.mp-quote-desktop-stack .mp-field textarea {
    padding:
      clamp(15px, 1vw, 20px)
      0
      clamp(7px, 0.5vw, 10px) !important;

    font-size: clamp(12px, 0.72vw, 15px) !important;
    line-height: 1.2 !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-field select {
    min-height: clamp(42px, 2.8vw, 55px) !important;
    padding-right: 30px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-field label,
  #preventivo.mp-quote-desktop-stack .mp-field input:focus + label,
  #preventivo.mp-quote-desktop-stack
    .mp-field input:not(:placeholder-shown) + label,
  #preventivo.mp-quote-desktop-stack .mp-field select + label,
  #preventivo.mp-quote-desktop-stack .mp-field select:focus + label,
  #preventivo.mp-quote-desktop-stack .mp-field textarea:focus + label,
  #preventivo.mp-quote-desktop-stack
    .mp-field textarea:not(:placeholder-shown) + label,
  #preventivo.mp-quote-desktop-stack .mp-field.is-filled label {
    top: 0 !important;
    font-size: clamp(9px, 0.56vw, 11.5px) !important;
    transform: none !important;
    opacity: 1 !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-field-full {
    margin-top: clamp(15px, 1vw, 22px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-field-full select {
    min-height: clamp(44px, 3vw, 58px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-field-full textarea {
    min-height: clamp(52px, 3.5vw, 72px) !important;
    max-height: clamp(70px, 4.5vw, 95px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-form-foot {
    grid-template-columns:
      minmax(300px, 1.4fr)
      250px
      minmax(190px, 0.8fr) !important;

    gap: clamp(15px, 1.25vw, 25px) !important;
    margin-top: clamp(14px, 1vw, 22px) !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-privacy-box {
    display: grid !important;
    gap: clamp(7px, 0.5vw, 11px) !important;
  }
}

/* ==========================================================
   LAPTOP STRETTI
   ========================================================== */

@media (min-width: 1025px) and (max-width: 1199px) {
  #preventivo.mp-quote-desktop-stack .mp-form-foot {
    grid-template-columns:
      minmax(270px, 1fr)
      250px !important;
  }

  #preventivo.mp-quote-desktop-stack .mp-submit-btn {
    grid-column: 1 / -1 !important;
    height: 48px !important;
  }
}

/* ==========================================================
   MOBILE E TABLET
   ========================================================== */

@media (max-width: 1024px) {
  #preventivo .mp-form-grid,
  #preventivo .mp-location-grid {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }

  #preventivo .mp-location-grid {
    margin-top: 26px;
  }

  #preventivo .mp-field {
    min-height: 48px;
  }

  #preventivo .mp-field input,
  #preventivo .mp-field select,
  #preventivo .mp-field textarea {
    font-size: 16px;
  }

  #preventivo .mp-field-full {
    margin-top: 26px;
  }

  #preventivo .mp-form-foot {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  #preventivo .mp-captcha {
    width: 100%;
    overflow: hidden;
  }

  #preventivo .mp-submit-btn {
    width: 100%;
    margin-top: 0;
  }
}

#preventivo.mp-quote-desktop-stack .mp-captcha {
  transform: translateX(-120px) !important;
}

/* reCAPTCHA completo nella homepage */

.home #preventivo .mp-captcha {
  position: relative !important;

  width: 250px !important;
  height: 66px !important;
  min-height: 66px !important;

  margin: 0 !important;
  justify-self: end !important;

  overflow: visible !important;

  /* Spostamento verso sinistra */
  transform: translateX(-20px) !important;
}

.home #preventivo .g-recaptcha {
  display: block !important;

  width: 304px !important;
  height: 78px !important;

  transform: scale(0.82) !important;
  transform-origin: left top !important;
}

/* ============================================================
   MOTORE NATIVO — regole finali che sostituiscono il layout JS.
   Il CSS completo sopra proviene dal foglio fornito dall'utente.
   ============================================================ */
html.mp-native-page {
  height: auto !important;
  overflow-y: auto !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}
body.mp-native-ready {
  height: auto !important;
  overflow: visible !important;
  overflow-x: clip !important;
}
body.mp-native-ready #mp-fullpage-wrapper {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  transform: none !important;
}
#mp-section-nav {
  position: fixed;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  z-index: 99999;
  max-height: 85vh;
  overflow-y: auto;
}
#mp-section-nav ul { list-style: none; margin: 0; padding: 0; }
#mp-section-nav ul li { display: block; position: relative; }
#mp-section-nav ul li a { display: block; position: relative; width: 100%; height: 100%; }
#mp-section-nav ul li a span { position: absolute; top: 50%; left: 50%; border-radius: 50%; }
#mp-section-nav a:focus-visible { outline: 2px solid #999; outline-offset: 3px; border-radius: 50%; }
.mp-desktop-fixed-quote-btn[hidden],
.mp-mobile-fixed-quote-btn[hidden] { display: none !important; }
.mp-desktop-fixed-quote-btn, .mp-mobile-fixed-quote-btn { box-sizing: border-box; }
.mp-mobile-fixed-quote-btn {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 16px;
}
body.mp-native-ready #mp-fullpage-wrapper > .mp-footer,
body.mp-native-ready #mp-fullpage-wrapper > .mp-footer-section {
  height: auto !important;
  min-height: 0 !important;
  transform: none !important;
}
@media (min-width: 1025px) {
  body.mp-native-ready #mp-fullpage-wrapper > .section:not(.mp-footer):not(.mp-footer-section) {
    display: block;
    position: relative;
    height: auto !important;
    min-height: 100vh !important;
    min-height: 100svh !important;
    max-height: none !important;
  }
  /* Mantiene la posizione visiva, mettendo i testi nel flusso:
     anche font ingranditi e traduzioni lunghe fanno crescere la slide. */
  body.mp-native-ready .mp-slide-section > .mp-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: min(920px, 84vw);
    margin-left: 6.2%;
    padding-top: 20svh;
    padding-bottom: 80px;
  }
  body.mp-native-ready .mp-slide-section:has(> .mp-home-content) {
    display: flex !important;
    align-items: center;
  }
  body.mp-native-ready .mp-slide-section > .mp-home-content {
    margin-left: 4%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  body.mp-native-ready .mp-services-wrap {
    height: auto !important;
    min-height: 100svh;
  }
  body.mp-native-ready #preventivo.mp-quote-desktop-stack .mp-quote-inner {
    height: auto !important;
    min-height: 100svh !important;
    padding-bottom: max(32px, 4svh) !important;
  }
  body.mp-native-ready .mp-quote-section-home .mp-quote-inner {
    height: auto !important;
    min-height: 100svh !important;
  }
  body.mp-native-ready #preventivo.mp-quote-desktop-stack .mp-captcha {
    transform: none !important;
    justify-self: center !important;
    overflow: visible !important;
  }
}
@media (max-width: 1024px) {
  #mp-section-nav { display: none !important; }
  body.mp-native-ready #preventivo.mp-quote-desktop-stack .mp-captcha {
    transform: none !important;
    justify-self: start !important;
    overflow: visible !important;
  }
  /* La classe di fade non altera posizione e misure delle sezioni. */
  body.mp-native-ready #mp-fullpage-wrapper .section.mp-mobile-fade {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  body.mp-native-ready #mp-fullpage-wrapper .section.mp-mobile-fade > :not(.mp-bg):not(.mp-overlay):not(.mp-quote-bg):not(.mp-quote-overlay) {
    transition: opacity 650ms ease !important;
  }
  body.mp-native-ready #mp-fullpage-wrapper .section.mp-mobile-fade:not(.is-visible) > :not(.mp-bg):not(.mp-overlay):not(.mp-quote-bg):not(.mp-quote-overlay) {
    opacity: 0 !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.mp-native-ready #mp-fullpage-wrapper *,
  body.mp-native-ready .mp-desktop-fixed-quote-btn,
  body.mp-native-ready .mp-mobile-fixed-quote-btn {
    transition: none !important;
    animation: none !important;
  }
  body.mp-native-ready #mp-fullpage-wrapper .section.mp-mobile-fade > * {
    opacity: 1 !important;
  }
}/* End custom CSS */