.elementor-219 .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) {
  body.mp-fullpage-ready {
    overflow: hidden;
  }
}

#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;
}

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

@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;
}
/* SERVIZI - tab: sfondo trasparente e testo nero */
.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-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;
}

/* 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 */

#fp-nav {
  z-index: 99999;
}

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

#fp-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;
}

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

#fp-nav ul li .fp-tooltip {
  display: none;
}

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

body.mp-dark-dots #fp-nav ul li a.active span,
body.mp-dark-dots #fp-nav ul li:hover a span,
body.mp-dark-dots .fp-slidesNav ul li a.active span,
body.mp-dark-dots .fp-slidesNav 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;
  }

  #fp-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;
  }

  /* Fade dell'intera sezione/slide */

  #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;
  }
}

/* MOBILE - maggiore distanza tra elementi dentro le slide */

@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;
  }
}/* End custom CSS */