.elementor-308 .elementor-element.elementor-element-ef2fbf4{--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-308 .elementor-element.elementor-element-bc8a3b7{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-308 .elementor-element.elementor-element-bc8a3b7.elementor-element{--align-self:stretch;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3a26b43 */: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-piattaforme-page,
.mp-piattaforme-page * {
  box-sizing: border-box;
}

.mp-piattaforme-page {
  width: 100%;
  max-width: 100vw;
  overflow-x: 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-pe-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #111;
  color: #fff;
}

.mp-pe-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("https://images.unsplash.com/photo-1600566752355-35792bedcfea?auto=format&fit=crop&w=2400&q=90");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.mp-pe-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.52) 48%, rgba(0,0,0,0.28) 100%),
    rgba(0,0,0,0.20);
}

.mp-pe-hero-content {
  position: relative;
  z-index: 3;
  width: min(92%, 860px);
  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-pe-hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(48px, 6.8vw, 108px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.mp-pe-hero-content > p:not(.mp-kicker) {
  width: min(100%, 680px);
  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-pe-intro {
  padding: clamp(56px, 7vw, 100px) 0 clamp(34px, 5vw, 64px);
  background: #fff;
}

.mp-section-heading p {
  margin: 0 0 8px;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 0.22em;
  font-size: 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;
}


/* K-MOTION */

.mp-kmotion-section {
  padding: clamp(70px, 8vw, 124px) 0;
  background: #050505;
  color: #fff;
  overflow: hidden;
}

.mp-kmotion-heading {
  max-width: 960px;
  margin-bottom: clamp(48px, 6vw, 86px);
}

.mp-kmotion-heading p {
  margin: 0 0 12px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.36em;
  font-size: 15px;
  line-height: 1;
}

.mp-kmotion-heading h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(42px, 5.6vw, 86px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.mp-kmotion-heading span {
  display: block;
  max-width: 650px;
  margin-top: 28px;
  color: rgba(255,255,255,0.72);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.8;
}

.mp-kmotion-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
}

.mp-kmotion-visual {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.mp-kmotion-visual::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50%;
  animation: mpPulseRing 5s var(--mp-ease) infinite;
}

.mp-kmotion-visual::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255,255,255,0.16), rgba(255,255,255,0));
  filter: blur(12px);
}

@keyframes mpPulseRing {
  0%, 100% {
    transform: scale(0.94);
    opacity: 0.55;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

.mp-kmotion-device {
  position: relative;
  z-index: 2;
  width: min(72vw, 310px);
  height: 470px;
  border: 1px solid rgba(255,255,255,0.16);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    #111;
  box-shadow: 0 40px 100px rgba(0,0,0,0.4);
  overflow: hidden;
}

.mp-device-top {
  height: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
}

.mp-device-cabin {
  position: relative;
  height: 360px;
  margin: 24px;
  border: 1px solid rgba(255,255,255,0.18);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 48%, rgba(255,255,255,0.08) 100%),
    rgba(255,255,255,0.03);
  overflow: hidden;
}

.mp-device-light {
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 4px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 34px rgba(255,255,255,0.7);
}

.mp-device-door,
.mp-device-door::before,
.mp-device-door::after {
  position: absolute;
}

.mp-device-door {
  inset: 0;
}

.mp-device-door::before,
.mp-device-door::after {
  content: "";
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,0.035);
}

.mp-device-door::before {
  left: 0;
  border-right: 1px solid rgba(255,255,255,0.18);
}

.mp-device-door::after {
  right: 0;
}

.mp-device-panel {
  position: absolute;
  right: 22px;
  top: 92px;
  width: 34px;
  min-height: 116px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(0,0,0,0.35);
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 14px 0;
}

.mp-device-panel span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,0.8);
  animation: mpPanelDot 2.4s infinite;
}

.mp-device-panel span:nth-child(2) {
  animation-delay: 0.25s;
}

.mp-device-panel span:nth-child(3) {
  animation-delay: 0.5s;
}

@keyframes mpPanelDot {
  0%, 100% {
    opacity: 0.35;
  }

  50% {
    opacity: 1;
  }
}

.mp-device-base {
  height: 36px;
  border-top: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
}

.mp-kmotion-stats {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: min(100%, 520px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(5,5,5,0.78);
  backdrop-filter: blur(14px);
}

.mp-kmotion-stats div {
  padding: 22px 18px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.mp-kmotion-stats div:last-child {
  border-right: 0;
}

.mp-kmotion-stats strong {
  display: block;
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.mp-kmotion-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,0.58);
  font-size: 14px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mp-kmotion-tabs {
  min-height: 560px;
}

.mp-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.mp-tab-buttons button {
  appearance: none;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  color: rgba(255,255,255,0.58);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
  transition:
    background 320ms var(--mp-ease),
    color 320ms var(--mp-ease),
    border-color 320ms var(--mp-ease),
    transform 320ms var(--mp-ease);
}

.mp-tab-buttons button:hover,
.mp-tab-buttons button.is-active {
  background: #fff;
  color: #000;
  border-color: #fff;
  transform: translateY(-3px);
}

.mp-tab-panel {
  display: none;
  padding: clamp(34px, 4vw, 58px);
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    rgba(255,255,255,0.04);
}

.mp-tab-panel.is-active {
  display: block;
  animation: mpTabIn 520ms var(--mp-ease) both;
}

@keyframes mpTabIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mp-tab-kicker {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 11px;
  line-height: 1;
}

.mp-tab-panel h3 {
  margin: 0;
  max-width: 620px;
  text-transform: uppercase;
  font-size: clamp(32px, 3.3vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.mp-tab-panel > p:not(.mp-tab-kicker) {
  margin: 28px 0 0;
  max-width: 680px;
  color: rgba(255,255,255,0.76);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.8;
}

.mp-tab-panel ul {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.mp-tab-panel li {
  position: relative;
  padding-left: 28px;
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  line-height: 1.55;
}

.mp-tab-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  transform: rotate(45deg);
}


/* CHOICE SECTION */

.mp-choice-section {
  padding: clamp(64px, 7vw, 110px) 0;
  background: #fff;
}

.mp-choice-heading {
  margin-bottom: clamp(40px, 5vw, 70px);
}

.mp-choice-heading p {
  margin: 0 0 8px;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 0.22em;
  font-size: 15px;
  line-height: 1.3;
}

.mp-choice-heading h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(36px, 4.8vw, 74px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.mp-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(0,0,0,0.14);
  border-left: 1px solid rgba(0,0,0,0.14);
}

.mp-choice-card {
  min-height: 280px;
  padding: clamp(28px, 3vw, 44px);
  border-right: 1px solid rgba(0,0,0,0.14);
  border-bottom: 1px solid rgba(0,0,0,0.14);
  background: #fff;
  transition:
    background 360ms var(--mp-ease),
    color 360ms var(--mp-ease),
    transform 360ms var(--mp-ease);
}

.mp-choice-card:hover {
  background: #050505;
  color: #fff;
  transform: translateY(-8px);
}

.mp-choice-card span {
  display: block;
  margin-bottom: 72px;
  color: #999;
  font-size: 15px;
  letter-spacing: 0.16em;
}

.mp-choice-card h3 {
  margin: 0 0 18px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.mp-choice-card p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  transition: color 360ms var(--mp-ease);
}

.mp-choice-card:hover p {
  color: rgba(255,255,255,0.72);
}


/* FORM SECTION */

.mp-quote-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #050505;
  color: #fff;
}

.mp-quote-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?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;
  width: fit-content;
  color: #fff;
  text-decoration: none;
}

.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 {
  width: 100%;
  max-width: 760px;
  justify-self: end;
  padding: clamp(46px, 5vw, 70px) clamp(42px, 5vw, 70px);
  background: #fff;
  color: #000;
  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;
  border: 1px solid #000;
  font-size: 13px;
  line-height: 1.45;
}

.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);
  background: #fff;
  color: #9a9a9a;
  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 {
  min-height: 54px;
  resize: vertical;
}

.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: 0;
  transform: translateY(34px);
  transition:
    opacity 760ms var(--mp-ease),
    transform 760ms var(--mp-ease);
}

.mp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* RESPONSIVE */

@media (max-width: 1200px) {
  .mp-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mp-kmotion-layout,
  .mp-quote-inner {
    grid-template-columns: 1fr;
  }

  .mp-kmotion-visual {
    min-height: 560px;
  }

  .mp-choice-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mp-quote-inner {
    gap: 54px;
  }

  .mp-quote-form-card {
    max-width: 820px;
    justify-self: start;
  }
}

@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .mp-container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mp-pe-hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .mp-pe-hero-bg {
    transform: none;
    background-position: center center;
  }

  .mp-pe-hero-content {
    width: 100%;
    max-width: 100%;
    padding: 72px 18px 96px;
    overflow: hidden;
  }

  .mp-pe-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(36px, 10.5vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.03em;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .mp-pe-hero-content > p:not(.mp-kicker) {
    width: 100%;
    max-width: 88vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 1.65;
  }

  .mp-outline-btn {
    width: auto;
    max-width: calc(100vw - 40px);
    min-width: 0;
    min-height: 48px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-align: center;
  }

  .mp-scroll-arrow {
    left: 0;
    width: 62px;
    height: 62px;
  }

  .mp-pe-intro,
  .mp-choice-section {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .mp-section-heading p,
  .mp-kmotion-heading p,
  .mp-choice-heading p {
    font-size: 11px;
    letter-spacing: 0.18em;
    line-height: 1.35;
  }

  .mp-section-heading h2,
  .mp-kmotion-heading h2,
  .mp-choice-heading h2 {
    font-size: clamp(34px, 11vw, 52px);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .mp-intro-text p,
  .mp-kmotion-heading span,
  .mp-feature-card p,
  .mp-choice-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .mp-features-grid,
  .mp-choice-grid {
    grid-template-columns: 1fr;
  }

  .mp-feature-card,
  .mp-choice-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .mp-choice-card span {
    margin-bottom: 36px;
  }

  .mp-kmotion-section {
    padding: 64px 0 76px;
  }

  .mp-kmotion-heading {
    margin-bottom: 40px;
  }

  .mp-kmotion-layout {
    gap: 42px;
  }

  .mp-kmotion-visual {
    min-height: auto;
    padding-top: 10px;
    overflow: hidden;
  }

  .mp-kmotion-visual::before {
    width: 300px;
    height: 300px;
  }

  .mp-kmotion-visual::after {
    width: 230px;
    height: 230px;
  }

  .mp-kmotion-device {
    width: min(78vw, 280px);
    height: 420px;
  }

  .mp-device-top {
    height: 44px;
  }

  .mp-device-cabin {
    height: 315px;
    margin: 20px;
  }

  .mp-device-panel {
    right: 18px;
    top: 78px;
  }

  .mp-kmotion-stats {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 24px;
    grid-template-columns: 1fr;
  }

  .mp-kmotion-stats div {
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .mp-kmotion-stats div:last-child {
    border-bottom: 0;
  }

  .mp-kmotion-tabs {
    min-height: auto;
    overflow: hidden;
  }

  .mp-tab-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
    padding: 0 0 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .mp-tab-buttons::-webkit-scrollbar {
    display: none;
  }

  .mp-tab-buttons button {
    flex: 0 0 auto;
    width: auto;
    min-width: max-content;
    min-height: 36px;
    padding: 0 14px;
    font-size: 9px;
    white-space: nowrap;
  }

  .mp-tab-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 30px 20px;
    overflow: hidden;
  }

  .mp-tab-panel h3 {
    max-width: 100%;
    font-size: clamp(28px, 8.5vw, 40px);
    line-height: 1.02;
    letter-spacing: -0.035em;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .mp-tab-panel > p:not(.mp-tab-kicker),
  .mp-tab-panel li {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.65;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .mp-tab-panel ul {
    margin-top: 26px;
    padding-left: 0;
  }

  .mp-tab-panel li {
    padding-left: 24px;
  }

  .mp-quote-section {
    min-height: auto;
    height: auto;
  }

  .mp-quote-bg {
    transform: none;
    background-position: center top;
  }

  .mp-quote-bg,
  .mp-quote-overlay {
    height: 100%;
  }

  .mp-quote-inner {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    height: auto;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 48px;
    padding: 78px 20px;
  }

  .mp-quote-info,
  .mp-quote-form-card {
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
  }

  .mp-quote-title {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  .mp-quote-description {
    font-size: 14px;
    line-height: 1.7;
  }

  .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-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mp-kicker,
  .mp-quote-kicker {
    letter-spacing: 0.28em;
  }

  .mp-pe-hero-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mp-pe-hero h1 {
    font-size: clamp(32px, 9.8vw, 44px);
    line-height: 1;
    letter-spacing: -0.02em;
  }

  .mp-pe-hero-content > p:not(.mp-kicker) {
    max-width: 86vw;
    font-size: 12.5px;
  }

  .mp-outline-btn {
    max-width: calc(100vw - 34px);
    padding-left: 18px;
    padding-right: 18px;
    letter-spacing: 0.14em;
  }

  .mp-kmotion-device {
    width: min(84vw, 260px);
    height: 400px;
  }

  .mp-kmotion-visual::before {
    width: 260px;
    height: 260px;
  }

  .mp-kmotion-visual::after {
    width: 210px;
    height: 210px;
  }

  .mp-tab-panel {
    padding: 28px 18px;
  }

  .mp-tab-panel h3 {
    font-size: clamp(26px, 8vw, 36px);
  }

  .mp-quote-form-card {
    padding: 30px 20px;
  }

  .mp-product-options span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 10px;
  }
}/* End custom CSS */