.elementor-414 .elementor-element.elementor-element-50cfe3a{--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-414 .elementor-element.elementor-element-2371314{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-414 .elementor-element.elementor-element-2371314.elementor-element{--align-self:stretch;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-19b6665 */: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-maint-page,
.mp-maint-page * {
  box-sizing: border-box;
}

.mp-maint-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-maint-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-maint-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("https://millepiani.com/wp-content/uploads/2026/05/assistenza-e-manuntenzione.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.mp-maint-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.58) 48%, rgba(0,0,0,0.32) 100%),
    rgba(0,0,0,0.2);
}

.mp-maint-hero-content {
  position: relative;
  z-index: 3;
  width: min(92%, 980px);
  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-maint-hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(44px, 6.7vw, 108px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.mp-maint-hero-content > p:not(.mp-kicker) {
  width: min(100%, 760px);
  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-text {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,0.62);
  font-size: 12px;
}

.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-maint-intro {
  padding: clamp(56px, 7vw, 100px) 0 clamp(58px, 7vw, 110px);
  background: #fff;
}

.mp-section-heading p {
  margin: 0 0 8px;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 0.22em;
  font-size: 15px;
  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: 230px;
  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.1;
  letter-spacing: 0.03em;
  font-weight: 800;
}

.mp-feature-card p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.7;
}


/* SERVICE LAB */

.mp-service-lab {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  background: #050505;
  color: #fff;
  padding: clamp(58px, 7vw, 110px) clamp(20px, 5vw, 86px);
}

.mp-service-lab-canvas,
.mp-service-lab-bg,
.mp-service-lab-grid {
  position: absolute;
  inset: 0;
}

.mp-service-lab-canvas {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.72;
  pointer-events: none;
}

.mp-service-lab-bg {
  z-index: 1;
  background:
    radial-gradient(circle at 20% 16%, rgba(255,255,255,0.12), transparent 32%),
    radial-gradient(circle at 78% 48%, rgba(255,255,255,0.09), transparent 38%),
    radial-gradient(circle at 44% 82%, rgba(255,255,255,0.055), transparent 38%),
    linear-gradient(135deg, #050505 0%, #111 52%, #030303 100%);
}

.mp-service-lab-grid {
  z-index: 3;
  opacity: 0.42;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.038) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 50%, #000 0%, #000 58%, transparent 86%);
}

.mp-service-lab-inner {
  position: relative;
  z-index: 5;
  width: min(100%, 1520px);
  margin: 0 auto;
}

.mp-service-lab-head {
  width: min(100%, 920px);
  margin-bottom: clamp(30px, 4vw, 52px);
}

.mp-service-lab-kicker {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.56);
  text-transform: uppercase;
  letter-spacing: 0.38em;
  font-size: 11px;
  line-height: 1.3;
}

.mp-service-lab-head h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(42px, 5.8vw, 94px);
  line-height: 0.9;
  letter-spacing: -0.065em;
  font-weight: 900;
}

.mp-service-lab-head > p:not(.mp-service-lab-kicker) {
  margin: 26px 0 0;
  max-width: 780px;
  color: rgba(255,255,255,0.78);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
}

.mp-service-lab-tags {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mp-service-lab-tags span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.78);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
}


/* SERVICE CONTROLS */

.mp-service-controls {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  margin-bottom: clamp(24px, 3.5vw, 46px);
}

.mp-service-control-block {
  border: 1px solid rgba(255,255,255,0.13);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.016)),
    rgba(0,0,0,0.24);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 80px rgba(0,0,0,0.22);
  overflow: hidden;
}

.mp-service-control-label {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 clamp(16px, 2vw, 24px);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.22);
}

.mp-service-control-label span {
  color: rgba(255,255,255,0.32);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.mp-service-control-label strong {
  color: rgba(255,255,255,0.72);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
}

.mp-service-plant-switch,
.mp-service-phase-switch {
  display: grid;
  gap: 9px;
  padding: clamp(12px, 1.6vw, 18px);
}

.mp-service-plant-switch {
  grid-template-columns: repeat(3, 1fr);
}

.mp-service-phase-switch {
  grid-template-columns: repeat(4, 1fr);
}

.mp-service-plant-switch button,
.mp-service-phase-switch button {
  appearance: none;
  min-height: 58px;
  border: 1px solid rgba(255,255,255,0.17);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.012)),
    rgba(255,255,255,0.018);
  color: rgba(255,255,255,0.66);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 10px;
  font-family: inherit;
  transition:
    background 320ms var(--mp-ease),
    color 320ms var(--mp-ease),
    transform 320ms var(--mp-ease),
    border-color 320ms var(--mp-ease),
    box-shadow 320ms var(--mp-ease);
}

.mp-service-plant-switch button span,
.mp-service-phase-switch button span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255,255,255,0.38);
  transition: color 320ms var(--mp-ease);
}

.mp-service-plant-switch button:hover,
.mp-service-plant-switch button.is-active,
.mp-service-phase-switch button:hover,
.mp-service-phase-switch button.is-active {
  background: #fff;
  color: #000;
  border-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.28);
}

.mp-service-plant-switch button:hover span,
.mp-service-plant-switch button.is-active span,
.mp-service-phase-switch button:hover span,
.mp-service-phase-switch button.is-active span {
  color: rgba(0,0,0,0.46);
}


/* SERVICE STAGE */

.mp-service-lab-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.76fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: stretch;
}

.mp-service-model-area,
.mp-service-info-area {
  min-width: 0;
}

.mp-service-model-area {
  display: flex;
  align-self: stretch;
}

.mp-service-model-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.13);
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,0.13), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.018)),
    rgba(255,255,255,0.025);
  box-shadow: 0 34px 120px rgba(0,0,0,0.48);
}

.mp-service-model-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.025), transparent 24%, transparent 76%, rgba(255,255,255,0.025)),
    radial-gradient(circle at center, transparent 24%, rgba(0,0,0,0.64) 100%);
}

.mp-service-three-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.mp-service-floating-status {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 28px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 260px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(5,5,5,0.66);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 70px rgba(0,0,0,0.35);
}

.mp-service-floating-status span {
  color: rgba(255,255,255,0.56);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
}

.mp-service-floating-status strong {
  margin-left: auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-size: 22px;
  line-height: 1;
}

.mp-model-caption {
  position: absolute;
  left: 50%;
  bottom: 42px;
  z-index: 10;
  transform: translateX(-50%);
  display: grid;
  gap: 5px;
  text-align: center;
  pointer-events: none;
}

.mp-model-caption span {
  color: rgba(255,255,255,0.48);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
}

.mp-model-caption strong {
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.mp-service-info-area {
  display: grid;
  gap: 18px;
  align-self: stretch;
}

.mp-service-info-card,
.mp-service-check-panel,
.mp-service-metrics {
  border: 1px solid rgba(255,255,255,0.13);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025)),
    rgba(0,0,0,0.24);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 80px rgba(0,0,0,0.28);
}

.mp-service-info-card {
  min-height: 300px;
  padding: clamp(30px, 4vw, 54px);
}

.mp-service-info-card p,
.mp-service-check-panel p {
  margin: 0 0 14px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.52);
  letter-spacing: 0.26em;
  font-size: 12px;
}

.mp-service-info-card h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(30px, 3.4vw, 58px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.mp-service-info-card span {
  display: block;
  margin-top: 24px;
  color: rgba(255,255,255,0.76);
  font-size: 14px;
  line-height: 1.75;
}

.mp-service-check-panel {
  padding: 24px;
}

.mp-service-check {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  color: rgba(255,255,255,0.58);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 10px;
  transition: color 360ms var(--mp-ease);
}

.mp-service-check i {
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 50%;
  flex: 0 0 17px;
  transition:
    background 360ms var(--mp-ease),
    border-color 360ms var(--mp-ease),
    box-shadow 360ms var(--mp-ease);
}

.mp-service-check i::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg) scale(0);
  transition: transform 360ms var(--mp-ease);
}

.mp-service-check.is-active {
  color: #fff;
}

.mp-service-check.is-active i {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 22px rgba(255,255,255,0.42);
}

.mp-service-check.is-active i::after {
  transform: rotate(45deg) scale(1);
}

.mp-service-metrics {
  padding: 24px;
  display: grid;
  gap: 14px;
}

.mp-service-metrics div {
  display: grid;
  gap: 7px;
}

.mp-service-metrics span {
  color: rgba(255,255,255,0.56);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
}

.mp-service-metrics i {
  position: relative;
  height: 4px;
  overflow: hidden;
  background: rgba(255,255,255,0.12);
}

.mp-service-metrics i em {
  position: absolute;
  inset: 0;
  width: 0%;
  display: block;
  background: #fff;
  box-shadow: 0 0 18px rgba(255,255,255,0.5);
  transition: width 1050ms var(--mp-ease);
}


/* FORM */

.mp-quote-section {
  position: relative;
  width: 100%;
  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://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2400&q=90");
  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;
}


/* REVEAL */

.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: 1200px) {
  .mp-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mp-service-lab-stage {
    grid-template-columns: 1fr;
  }

  .mp-service-info-area {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .mp-service-info-card {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .mp-service-model-area {
    display: block;
  }

  .mp-service-model-frame {
    height: auto;
    min-height: 560px;
  }

  .mp-quote-inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .mp-quote-form-card {
    justify-self: start;
    max-width: 820px;
  }
}

@media (max-width: 900px) {
  .mp-maint-hero {
    min-height: 72vh;
    min-height: 72svh;
  }

  .mp-scroll-arrow {
    width: 62px;
    height: 62px;
  }

  .mp-features-grid {
    grid-template-columns: 1fr;
  }

  .mp-service-lab {
    padding: 70px 20px 82px;
  }

  .mp-service-controls {
    gap: 14px;
    margin-bottom: 26px;
  }

  .mp-service-control-label {
    min-height: 44px;
    padding: 0 16px;
  }

  .mp-service-plant-switch,
  .mp-service-phase-switch {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .mp-service-plant-switch::-webkit-scrollbar,
  .mp-service-phase-switch::-webkit-scrollbar {
    height: 4px;
  }

  .mp-service-plant-switch::-webkit-scrollbar-thumb,
  .mp-service-phase-switch::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.22);
  }

  .mp-service-plant-switch button,
  .mp-service-phase-switch button {
    flex: 0 0 auto;
    min-width: 118px;
    min-height: 64px;
    padding: 0 14px;
    scroll-snap-align: start;
    font-size: 9px;
    letter-spacing: 0.11em;
  }

  .mp-service-info-area {
    grid-template-columns: 1fr;
  }

  .mp-service-model-frame {
    min-height: 540px;
  }

  .mp-form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .mp-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mp-maint-hero {
    min-height: 78vh;
    min-height: 78svh;
  }

  .mp-maint-hero-content {
    width: 100%;
    padding: 70px 22px 96px;
  }

  .mp-maint-hero h1 {
    font-size: clamp(40px, 13vw, 70px);
  }

  .mp-maint-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,
  .mp-service-lab-head h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .mp-feature-card {
    min-height: auto;
    padding: 30px;
  }

  .mp-service-lab {
    padding: 64px 16px 76px;
  }

  .mp-service-lab-head {
    margin-bottom: 26px;
  }

  .mp-service-lab-head > p:not(.mp-service-lab-kicker) {
    font-size: 13px;
    line-height: 1.7;
  }

  .mp-service-lab-tags {
    gap: 8px;
  }

  .mp-service-lab-tags span {
    min-height: 30px;
    padding: 0 11px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .mp-service-control-block {
    margin-left: -2px;
    margin-right: -2px;
  }

  .mp-service-plant-switch button,
  .mp-service-phase-switch button {
    min-width: 104px;
    min-height: 58px;
    padding: 0 10px;
    font-size: 8.5px;
  }

  .mp-service-plant-switch button span,
  .mp-service-phase-switch button span {
    margin-bottom: 4px;
  }

  .mp-service-model-frame {
    min-height: 460px;
  }

  .mp-service-floating-status {
    top: 20px;
    min-width: 210px;
    min-height: 46px;
    padding: 0 14px;
  }

  .mp-service-floating-status span {
    font-size: 9px;
  }

  .mp-service-floating-status strong {
    font-size: 19px;
  }

  .mp-model-caption {
    bottom: 28px;
  }

  .mp-model-caption strong {
    font-size: clamp(26px, 10vw, 38px);
  }

  .mp-service-info-card {
    padding: 30px 24px;
  }

  .mp-service-info-card h3 {
    font-size: 34px;
  }

  .mp-service-check-panel,
  .mp-service-metrics {
    padding: 22px;
  }

  .mp-quote-section {
    min-height: auto;
  }

  .mp-quote-inner {
    min-height: auto;
    padding: 78px 20px;
  }

  .mp-quote-title {
    font-size: clamp(42px, 13vw, 62px);
  }

  .mp-quote-contacts {
    margin-top: 42px;
    gap: 26px;
  }

  .mp-quote-form-card {
    padding: 34px 24px;
  }

  .mp-product-options {
    margin-bottom: 38px;
  }

  .mp-form-grid {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }

  .mp-submit-btn {
    height: 58px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .mp-kicker,
  .mp-quote-kicker,
  .mp-service-lab-kicker {
    letter-spacing: 0.28em;
  }

  .mp-service-plant-switch button,
  .mp-service-phase-switch button {
    min-width: 96px;
  }

  .mp-service-model-frame {
    min-height: 420px;
  }

  .mp-product-options span {
    min-height: 32px;
    font-size: 10px;
    padding: 0 12px;
  }

  .mp-quote-form-card {
    padding: 30px 20px;
  }
}/* End custom CSS */