:root {
  --mp-navy: #111536;
  --mp-muted: #515875;
  --mp-pink: #dc2d8a;
  --mp-purple: #6c2eb9;
  --mp-purple-dark: #55219e;
  --mp-violet: #8b42d2;
  --mp-green: #39b980;
  --mp-line: #e7e1ef;
  --mp-card: #fff;
  --mp-soft: #fbf7ff;
}

body#index.page-index {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--mp-navy);
}

body#index.page-index .wrapper {
  margin: 0;
  padding: 0;
  background: #fff;
}

body#index.page-index .breadcrumb,
body#index.page-index .notifications-container,
body#index.page-index .page-loader,
body#index.page-index .toast-container {
  display: none !important;
}

body#index.page-index a {
  text-decoration: none;
}

.modulepilot-home {
  width: 100%;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 17%, rgba(221, 45, 138, 0.18), transparent 19%),
    radial-gradient(circle at 42% 12%, rgba(118, 47, 186, 0.08), transparent 18%),
    linear-gradient(180deg, #fff 0%, #fff 72%, #fdf7ff 100%);
  color: var(--mp-navy);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.mp-header,
.mp-main,
.mp-footer {
  box-sizing: border-box;
  width: min(100%, 1491px);
  margin: 0 auto;
}

.mp-header {
  display: grid;
  grid-template-columns: 320px 1fr 205px;
  align-items: center;
  height: 51px;
  padding: 0 145px 0 141px;
  border-bottom: 1px solid #e6e0eb;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1px 8px rgba(23, 18, 55, 0.05);
}

.mp-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  color: var(--mp-navy);
}

.mp-logo__name {
  color: var(--mp-navy);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.mp-logo__name span {
  color: var(--mp-pink);
}

.mp-logo__plane {
  display: inline-block;
  width: 34px;
  height: 28px;
  object-fit: contain;
}

.mp-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 39px;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.mp-nav a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mp-navy);
}

.mp-nav a span,
.mp-arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.mp-arrow {
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
}

.mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 38px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.mp-btn:hover,
.mp-btn:focus-visible,
.mp-testimonials__arrow:hover,
.mp-testimonials__arrow:focus-visible {
  transform: translateY(-1px);
}

.mp-btn:focus-visible,
.mp-nav a:focus-visible,
.mp-socials a:focus-visible,
.mp-footer a:focus-visible,
.mp-testimonials__arrow:focus-visible {
  outline: 3px solid rgba(108, 46, 185, 0.28);
  outline-offset: 3px;
}

.mp-btn--top {
  justify-self: end;
  width: 161px;
  height: 39px;
  color: #fff;
  background: linear-gradient(180deg, #7332be 0%, #5b24a7 100%);
  box-shadow: 0 8px 18px rgba(108, 46, 185, 0.28);
}

.mp-btn--primary {
  width: 188px;
  color: #fff;
  background: linear-gradient(180deg, #7432be 0%, #5a20a4 100%);
  box-shadow: 0 9px 18px rgba(108, 46, 185, 0.25);
}

.mp-btn--ghost {
  width: 142px;
  color: var(--mp-purple);
  border: 1px solid #a56ce2;
  background: #fff;
}

.mp-main {
  position: relative;
  height: auto;
  padding: 25px 137px 56px;
}

.mp-main::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 70px;
  width: 166px;
  height: 124px;
  content: "";
  opacity: 0.55;
  background-image: radial-gradient(#d8b8ea 1.7px, transparent 1.7px);
  background-size: 13px 13px;
}

.mp-hero,
.mp-modules,
.mp-service-strip,
.mp-why,
.mp-testimonials {
  position: relative;
  z-index: 1;
}

.mp-hero {
  display: grid;
  grid-template-columns: 56.5% 43.5%;
  min-height: 303px;
}

.mp-hero__copy {
  padding: 0 0 0 4px;
}

.mp-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 28px;
  margin: 0 0 12px;
  padding: 0 13px;
  border: 1px solid #f2b7d6;
  border-radius: 999px;
  background: #fff1f8;
  color: #71359d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.mp-pill strong {
  color: var(--mp-pink);
}

.mp-pill__icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.mp-hero h1 {
  margin: 0;
  color: var(--mp-navy);
  font-size: 44px;
  font-weight: 850;
  line-height: 1.03;
  letter-spacing: 0;
}

.mp-hero h1 span {
  color: var(--mp-pink);
}

.mp-lead {
  margin: 13px 0 20px;
  color: #555b79;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}

.mp-actions {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}

.mp-play {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--mp-purple);
  border-radius: 50%;
}

.mp-play::before {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--mp-purple);
  content: "";
}

.mp-proof {
  display: flex;
  align-items: center;
  gap: 45px;
  margin: 0;
  padding: 0;
  color: #656982;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  list-style: none;
}

.mp-proof li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mp-proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--mp-purple);
  font-size: 22px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.mp-hero__visual {
  position: relative;
  min-height: 300px;
}

.mp-dashboard {
  position: absolute;
  top: 6px;
  right: 74px;
  width: 395px;
  height: 255px;
  overflow: hidden;
  border: 1px solid #e5dcea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(36, 21, 70, 0.12);
}

.mp-dashboard::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 17px;
  content: "";
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(103,54,146,0.06));
}

.mp-dashboard__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 12px;
  border-bottom: 1px solid #ebe5f1;
}

.mp-dashboard__bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5f6687;
}

.mp-dashboard__bar span {
  position: relative;
  margin-left: auto;
  width: 49px;
  height: 12px;
}

.mp-dashboard__bar span::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 9px;
  height: 9px;
  content: "";
  border: 2px solid #9ba3bb;
  border-radius: 50%;
  box-sizing: border-box;
}

.mp-dashboard__bar span::after {
  position: absolute;
  right: 0;
  top: 3px;
  width: 31px;
  height: 5px;
  content: "";
  border-radius: 999px;
  background: #d8dbe6;
}

.mp-dashboard__body {
  display: grid;
  grid-template-columns: 62px 1fr;
  height: calc(100% - 34px);
}

.mp-dashboard aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  padding-top: 15px;
  background: #f7f5fb;
}

.mp-dashboard aside span {
  position: relative;
  width: 18px;
  height: 18px;
}

.mp-dashboard aside span::before,
.mp-dashboard aside span::after {
  position: absolute;
  content: "";
  background: #8b8fa8;
}

.mp-dashboard aside span:first-child::before {
  inset: 5px 2px 2px;
  clip-path: polygon(0 40%, 50% 0, 100% 40%, 100% 100%, 62% 100%, 62% 63%, 38% 63%, 38% 100%, 0 100%);
  background: #283053;
}

.mp-dashboard aside span:nth-child(2)::before {
  inset: 2px;
  border: 2px solid #8b8fa8;
  border-radius: 3px;
  background: transparent;
  transform: rotate(28deg);
}

.mp-dashboard aside span:nth-child(3)::before {
  left: 2px;
  bottom: 2px;
  width: 3px;
  height: 7px;
}

.mp-dashboard aside span:nth-child(3)::after {
  left: 8px;
  bottom: 2px;
  width: 3px;
  height: 12px;
  box-shadow: 6px -5px 0 #8b8fa8;
}

.mp-dashboard aside span:nth-child(3) {
  transform: translateY(1px);
}

.mp-dashboard aside span:nth-child(4)::before {
  inset: 1px;
  clip-path: polygon(0 0, 62% 0, 62% 31%, 100% 31%, 100% 68%, 62% 68%, 62% 100%, 0 100%, 0 68%, 38% 68%, 38% 31%, 0 31%);
  background: var(--mp-purple);
}

.mp-dashboard__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 110px 69px;
  gap: 12px;
  padding: 15px 17px;
}

.mp-shop-card,
.mp-chart-card,
.mp-stat {
  border: 1px solid #e7e0ec;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(33, 25, 67, 0.04);
}

.mp-shop-card {
  position: relative;
  grid-column: 1;
  grid-row: 1;
}

.mp-shop-card::before {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 81px;
  height: 73px;
  content: "";
  border-radius: 10px;
  background: linear-gradient(135deg, #f6ecff, #fff);
}

.mp-bag {
  position: absolute;
  top: 32px;
  left: 29px;
  width: 40px;
  height: 39px;
  border-radius: 5px 5px 9px 9px;
  background: linear-gradient(180deg, #af64e2, #6828b1);
  box-shadow: inset 0 -8px 0 rgba(75, 24, 134, 0.18);
}

.mp-bag::before {
  position: absolute;
  top: -15px;
  left: 12px;
  width: 18px;
  height: 20px;
  content: "";
  border: 3px solid #8d49d0;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

.mp-bag::after {
  position: absolute;
  top: 19px;
  left: 11px;
  width: 17px;
  height: 4px;
  content: "";
  border-radius: 999px;
  background: #fff;
}

.mp-shop-card i,
.mp-shop-card b {
  position: absolute;
  bottom: 9px;
  height: 7px;
  border-radius: 999px;
  background: #d8dce9;
}

.mp-shop-card i {
  left: 10px;
  width: 10px;
}

.mp-shop-card b {
  left: 30px;
  width: 57px;
}

.mp-chart-card {
  position: relative;
  grid-column: 2 / 4;
  grid-row: 1;
  overflow: hidden;
}

.mp-chart-card i {
  position: absolute;
  left: 16px;
  height: 5px;
  border-radius: 999px;
  background: #d9dce9;
}

.mp-chart-card i:nth-child(1) {
  top: 17px;
  width: 75px;
}

.mp-chart-card i:nth-child(2) {
  top: 31px;
  width: 55px;
}

.mp-chart-card i:nth-child(3) {
  top: 45px;
  width: 34px;
}

.mp-chart-card svg {
  position: absolute;
  left: 18px;
  right: 12px;
  bottom: 14px;
  width: calc(100% - 30px);
  height: 72px;
}

.mp-chart-card path {
  fill: none;
  stroke: #7c2ec3;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mp-stat {
  padding: 11px 9px 8px;
}

.mp-stat span {
  display: block;
  color: #777c94;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
}

.mp-stat strong {
  display: block;
  margin-top: 9px;
  color: var(--mp-navy);
  font-size: 16px;
  font-weight: 850;
  line-height: 1;
}

.mp-stat em {
  display: block;
  margin-top: 9px;
  color: var(--mp-green);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

.mp-plant {
  position: absolute;
  top: 164px;
  right: 1px;
  z-index: 2;
  width: 80px;
  height: 125px;
  pointer-events: none;
}

.mp-plant img {
  display: block;
  width: 80px;
  height: 125px;
  object-fit: contain;
}

.mp-hero__visual::after {
  position: absolute;
  right: -10px;
  bottom: 36px;
  width: 505px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, #e5d7ed 15%, #d5c8e2 70%, transparent);
}

.mp-modules {
  margin-top: 42px;
}

.mp-modules h2,
.mp-why h2,
.mp-testimonials h2 {
  margin: 0;
  text-align: center;
  color: var(--mp-navy);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.1;
}

.mp-modules h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.mp-rocket {
  position: relative;
  width: 18px;
  height: 18px;
  transform: rotate(42deg);
}

.mp-rocket::before {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 8px;
  height: 15px;
  content: "";
  border: 2px solid var(--mp-pink);
  border-radius: 80% 80% 45% 45%;
}

.mp-rocket::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-left: 2px solid var(--mp-pink);
  border-bottom: 2px solid var(--mp-pink);
}

.mp-module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mp-module-card {
  position: relative;
  display: grid;
  grid-template-columns: 116px 1fr 100px;
  min-height: 164px;
  height: auto;
  padding: 20px 16px 22px 18px;
  border: 1px solid #e7e0eb;
  border-radius: 14px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 8px 18px rgba(29, 20, 60, 0.09);
}

.mp-module-card__icon {
  position: relative;
  width: 106px;
  height: 106px;
  overflow: hidden;
  border-radius: 13px;
  background: linear-gradient(135deg, #fee9f3, #f9f4ff);
}

.mp-module-card__icon--asset {
  background: transparent;
}

.mp-module-card__icon--asset img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-module-card h3 {
  margin: 0 0 12px;
  color: var(--mp-navy);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.18;
}

.mp-module-card p {
  margin: 0;
  color: #2e344f;
  font-size: 11px;
  font-weight: 520;
  line-height: 1.5;
}

.mp-price {
  justify-self: end;
  text-align: center;
  padding-top: 24px;
}

.mp-price strong {
  display: block;
  color: var(--mp-pink);
  font-size: 23px;
  font-weight: 850;
  line-height: 0.92;
}

.mp-price span {
  display: block;
  margin-top: 5px;
  color: var(--mp-pink);
  font-size: 9px;
  font-weight: 850;
}

.mp-module-card > a {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  height: 32px;
  padding: 0 15px;
  border: 1px solid #a667dd;
  border-radius: 6px;
  color: var(--mp-purple);
  background: #fff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.mp-module-card__icon--cart i::before {
  position: absolute;
  top: 44px;
  left: 18px;
  width: 43px;
  height: 32px;
  content: "";
  border: 5px solid #353a5d;
  border-top: 0;
  transform: skew(-13deg);
}

.mp-module-card__icon--cart i::after {
  position: absolute;
  top: 34px;
  left: 15px;
  width: 47px;
  height: 5px;
  content: "";
  background: #353a5d;
  transform: rotate(12deg);
}

.mp-module-card__icon--cart::before,
.mp-module-card__icon--cart::after {
  position: absolute;
  bottom: 16px;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  background: #353a5d;
}

.mp-module-card__icon--cart::before {
  left: 31px;
}

.mp-module-card__icon--cart::after {
  left: 57px;
}

.mp-module-card__icon--cart > span {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: var(--mp-pink);
  box-shadow: 0 3px 8px rgba(220, 45, 138, 0.3);
}

.mp-module-card__icon--cart > span {
  color: transparent;
}

.mp-module-card__icon--cart > span::before,
.mp-module-card__icon--cart > span::after {
  position: absolute;
  top: 14px;
  left: 8px;
  width: 15px;
  height: 3px;
  content: "";
  background: #fff;
  transform: none;
}

.mp-module-card__icon--cart > span::after {
  transform: rotate(90deg);
}

.mp-module-card__icon--merchant {
  background: linear-gradient(135deg, #eef6ff, #f7f3ff);
}

.mp-module-card__icon--merchant span {
  position: absolute;
  top: 19px;
  left: 33px;
  width: 36px;
  height: 62px;
  border-radius: 8px;
  background: linear-gradient(160deg, #1e7eff 0 48%, #f7cd30 48% 66%, #3ebd80 66% 100%);
  transform: rotate(45deg);
}

.mp-module-card__icon--merchant span::before {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 15px;
  height: 15px;
  content: "";
  border: 5px solid #fff;
  border-radius: 50%;
}

.mp-module-card__icon--merchant i,
.mp-module-card__icon--file i {
  position: absolute;
  right: 12px;
  bottom: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--mp-green);
  box-shadow: 0 4px 10px rgba(57, 185, 128, 0.25);
}

.mp-module-card__icon--merchant i::before,
.mp-module-card__icon--file i::before {
  position: absolute;
  top: 7px;
  left: 6px;
  width: 11px;
  height: 6px;
  content: "";
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}

.mp-module-card__icon--file {
  background: linear-gradient(135deg, #f0f6ff, #f7f2ff);
}

.mp-module-card__icon--file::before {
  position: absolute;
  top: 18px;
  left: 24px;
  width: 44px;
  height: 58px;
  content: "";
  border: 3px solid #c8d5e9;
  border-radius: 3px;
  background: #fff;
}

.mp-module-card__icon--file::after {
  position: absolute;
  top: 18px;
  left: 51px;
  width: 17px;
  height: 17px;
  content: "";
  background: linear-gradient(135deg, #edf3ff 0 50%, #c8d5e9 50%);
}

.mp-module-card__icon--file span {
  position: absolute;
  top: 47px;
  left: 21px;
  z-index: 2;
  padding: 5px 7px;
  border-radius: 4px;
  color: #fff;
  background: #277ce8;
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
}

.mp-service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 112px;
  height: auto;
  margin-top: 36px;
  padding: 0 18px;
  border-radius: 14px;
  background: linear-gradient(90deg, #fff, #faf7ff 55%, #fff);
  box-shadow: 0 12px 22px rgba(59, 37, 95, 0.06);
}

.mp-service-strip article {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  min-width: 0;
  padding: 0 20px;
  border-right: 1px solid #dcd5e7;
}

.mp-service-strip article:last-child {
  border-right: 0;
}

.mp-service-strip h3 {
  margin: 0 0 8px;
  color: var(--mp-navy);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
}

.mp-service-strip p {
  margin: 0;
  color: #363a56;
  font-size: 10.5px;
  font-weight: 520;
  line-height: 1.42;
}

.mp-service-icon {
  position: relative;
  display: block;
  width: 49px;
  height: 49px;
  border-radius: 10px;
  background: #f1ddfb;
}

.mp-service-icon--asset {
  overflow: hidden;
  background: transparent;
}

.mp-service-icon--asset img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-service-icon::before,
.mp-service-icon::after {
  position: absolute;
  content: "";
}

.mp-service-icon--puzzle::before {
  inset: 13px;
  background: var(--mp-purple);
  clip-path: polygon(0 0, 36% 0, 36% 24%, 65% 24%, 65% 0, 100% 0, 100% 39%, 76% 39%, 76% 65%, 100% 65%, 100% 100%, 63% 100%, 63% 75%, 37% 75%, 37% 100%, 0 100%, 0 63%, 24% 63%, 24% 37%, 0 37%);
}

.mp-service-icon--book::before {
  top: 11px;
  left: 14px;
  width: 22px;
  height: 27px;
  border: 4px solid var(--mp-purple);
  border-radius: 2px;
}

.mp-service-icon--book::after {
  left: 18px;
  bottom: 13px;
  width: 17px;
  height: 3px;
  background: var(--mp-purple);
}

.mp-service-icon--support::before {
  top: 11px;
  left: 12px;
  width: 24px;
  height: 24px;
  border: 4px solid var(--mp-purple);
  border-bottom-color: transparent;
  border-radius: 50%;
}

.mp-service-icon--support::after {
  right: 11px;
  bottom: 10px;
  width: 12px;
  height: 15px;
  border-radius: 6px;
  background: var(--mp-purple);
  box-shadow: -25px 0 0 var(--mp-purple);
}

.mp-service-icon--download::before {
  left: 10px;
  top: 18px;
  width: 28px;
  height: 15px;
  border: 4px solid var(--mp-purple);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: transparent;
}

.mp-service-icon--download::after {
  left: 15px;
  top: 10px;
  width: 19px;
  height: 27px;
  background: var(--mp-purple);
  clip-path: polygon(39% 0, 61% 0, 61% 50%, 100% 50%, 50% 100%, 0 50%, 39% 50%);
  transform: none;
}

.mp-why {
  height: auto;
  margin-top: 40px;
  padding: 24px 0 8px;
}

.mp-why h2 {
  position: relative;
  margin-bottom: 28px;
}

.mp-why h2::after {
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 38px;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: var(--mp-pink);
  transform: translateX(-50%);
}

.mp-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.mp-why-grid article {
  position: relative;
  padding: 10px 22px 8px 54px;
  border-right: 1px solid #dcd5e7;
}

.mp-why-grid article:last-child {
  border-right: 0;
}

.mp-why-grid span {
  position: absolute;
  top: 11px;
  left: 23px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--mp-pink);
}

.mp-why-grid span::before {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 7px;
  height: 4px;
  content: "";
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.mp-why-grid h3 {
  margin: 0 0 8px;
  color: var(--mp-navy);
  font-size: 12.5px;
  font-weight: 850;
  line-height: 1.28;
}

.mp-why-grid p {
  margin: 0;
  color: #363a56;
  font-size: 10.5px;
  font-weight: 520;
  line-height: 1.48;
}

.mp-testimonials {
  height: auto;
  margin: 44px -137px 0;
  padding: 26px 141px 40px;
  background: linear-gradient(180deg, rgba(251, 242, 255, 0.9), rgba(255, 255, 255, 0.82));
}

.mp-testimonials h2 {
  margin-bottom: 20px;
}

.mp-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.mp-testimonial-card {
  position: relative;
  display: grid;
  grid-template-columns: 66px 1fr;
  min-height: 122px;
  height: auto;
  padding: 18px 18px 16px;
  border: 1px solid #e6dfeb;
  border-radius: 13px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 8px 16px rgba(37, 24, 73, 0.08);
}

.mp-testimonial-card p {
  position: relative;
  margin: 0 0 12px;
  color: #2d334f;
  font-size: 9.6px;
  font-style: italic;
  font-weight: 560;
  line-height: 1.5;
}

.mp-testimonial-card p::before {
  position: absolute;
  left: -18px;
  top: -4px;
  content: "\201C";
  color: #b9b1c8;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.mp-testimonial-card strong,
.mp-testimonial-card span {
  display: block;
  font-size: 9.7px;
  line-height: 1.25;
}

.mp-testimonial-card strong {
  color: var(--mp-navy);
  font-weight: 850;
}

.mp-testimonial-card span {
  color: #4d526c;
  font-weight: 500;
}

.mp-testimonial-card b {
  position: absolute;
  right: 13px;
  bottom: 12px;
  color: var(--mp-purple);
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 1;
}

.mp-avatar {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  background:
    radial-gradient(circle at 50% 33%, #fff 0 30%, transparent 31%),
    linear-gradient(135deg, #eef4f8, #dfeaf3);
  box-shadow: inset 0 0 0 1px #d2d9e5;
}

.mp-avatar::before {
  position: absolute;
  top: 12px;
  left: 17px;
  width: 25px;
  height: 28px;
  content: "";
  border-radius: 50% 50% 45% 45%;
  background:
    radial-gradient(circle at 34% 45%, #2f1f1b 0 1.5px, transparent 1.8px),
    radial-gradient(circle at 66% 45%, #2f1f1b 0 1.5px, transparent 1.8px),
    radial-gradient(ellipse at 50% 72%, rgba(126, 63, 58, 0.65) 0 3px, transparent 3.4px),
    linear-gradient(180deg, #edbd98, #d99872);
}

.mp-avatar::after {
  position: absolute;
  left: 9px;
  bottom: -3px;
  width: 40px;
  height: 26px;
  content: "";
  border-radius: 16px 16px 0 0;
  background:
    linear-gradient(135deg, transparent 0 34%, rgba(255,255,255,0.92) 35% 43%, transparent 44%),
    linear-gradient(225deg, transparent 0 34%, rgba(255,255,255,0.92) 35% 43%, transparent 44%),
    #24304c;
}

.mp-avatar--one {
  background: linear-gradient(135deg, #eef4f8, #fff);
}

.mp-avatar--one::before {
  box-shadow: 0 -12px 0 3px #2b221e, -8px -5px 0 -2px #2b221e, 8px -5px 0 -2px #2b221e;
}

.mp-avatar--two::before {
  background:
    radial-gradient(circle at 34% 45%, #2f1f1b 0 1.5px, transparent 1.8px),
    radial-gradient(circle at 66% 45%, #2f1f1b 0 1.5px, transparent 1.8px),
    radial-gradient(ellipse at 50% 72%, rgba(126, 63, 58, 0.65) 0 3px, transparent 3.4px),
    linear-gradient(180deg, #e7b08b, #c98668);
  box-shadow: 0 -13px 0 6px #3b261d, -13px 13px 0 1px #3b261d, 13px 13px 0 1px #3b261d;
}

.mp-avatar--two::after {
  background:
    linear-gradient(135deg, transparent 0 34%, rgba(255,255,255,0.9) 35% 43%, transparent 44%),
    linear-gradient(225deg, transparent 0 34%, rgba(255,255,255,0.9) 35% 43%, transparent 44%),
    #614b60;
}

.mp-avatar--three::before {
  background:
    radial-gradient(circle at 34% 45%, #2f1f1b 0 1.5px, transparent 1.8px),
    radial-gradient(circle at 66% 45%, #2f1f1b 0 1.5px, transparent 1.8px),
    radial-gradient(ellipse at 50% 72%, rgba(126, 63, 58, 0.65) 0 3px, transparent 3.4px),
    linear-gradient(180deg, #e2ad87, #ca825f);
  box-shadow: 0 -12px 0 4px #382519, -7px -3px 0 -2px #382519, 7px -3px 0 -2px #382519;
}

.mp-avatar--three::after {
  background: #1f3154;
}

.mp-testimonials__arrow {
  position: absolute;
  top: 88px;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(44, 26, 77, 0.17);
  cursor: pointer;
}

.mp-testimonials__arrow--prev {
  left: 35px;
}

.mp-testimonials__arrow--next {
  right: 35px;
}

.mp-testimonials__arrow span {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  border-left: 2px solid var(--mp-navy);
  border-bottom: 2px solid var(--mp-navy);
}

.mp-testimonials__arrow--prev span {
  transform: rotate(45deg);
}

.mp-testimonials__arrow--next span {
  transform: rotate(-135deg);
}

.mp-footer {
  position: relative;
  display: grid;
  grid-template-columns: 270px 230px 185px 219px 230px;
  gap: 0;
  min-height: 165px;
  padding: 21px 147px 25px;
  background: radial-gradient(circle at 85% 8%, rgba(65, 41, 104, 0.35), transparent 28%), #101532;
  color: #fff;
}

.mp-footer a,
.mp-footer span,
.mp-footer p {
  color: rgba(255,255,255,0.9);
}

.mp-logo--footer .mp-logo__name {
  color: #fff;
  font-size: 17px;
}

.mp-logo--footer .mp-logo__plane {
  width: 24px;
  height: 21px;
}

.mp-footer__brand p {
  margin: 11px 0 12px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.mp-socials {
  display: flex;
  gap: 8px;
}

.mp-socials a {
  display: inline-flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.mp-footer h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

.mp-footer nav,
.mp-footer address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  margin: 0;
  font-style: normal;
}

.mp-footer nav a,
.mp-footer address a,
.mp-footer address > span {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.15;
}

.mp-footer address a span {
  font-size: 10px;
}

.mp-footer address a,
.mp-footer address > span {
  min-height: 18px;
}

.mp-footer address a:nth-of-type(2),
.mp-footer address > span {
  position: relative;
  padding-left: 24px;
}

.mp-footer address a:first-of-type {
  position: relative;
  padding-left: 24px;
}

.mp-footer address img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

.mp-footer__bottom {
  position: absolute;
  right: 147px;
  bottom: 6px;
  left: 147px;
  display: flex;
  align-items: center;
  gap: 23px;
  height: 25px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.mp-footer__bottom span:first-child {
  margin-right: 550px;
  font-size: 11px;
  line-height: 1;
}

.mp-footer__bottom b,
.mp-footer__bottom em {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.mp-footer__bottom i {
  position: relative;
  width: 26px;
  height: 16px;
}

.mp-footer__bottom i::before,
.mp-footer__bottom i::after {
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 50%;
}

.mp-footer__bottom i::before {
  left: 0;
  background: #ec4333;
}

.mp-footer__bottom i::after {
  right: 0;
  background: #ffb000;
  mix-blend-mode: screen;
}

.mp-footer__bottom .mp-secure {
  position: relative;
  padding-left: 21px;
  font-size: 11px;
}

.mp-footer__bottom .mp-secure::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 9px;
  content: "";
  border: 2px solid rgba(255,255,255,0.9);
  border-radius: 2px;
}

.mp-footer__bottom .mp-secure::after {
  position: absolute;
  top: -5px;
  left: 2px;
  width: 6px;
  height: 7px;
  content: "";
  border: 2px solid rgba(255,255,255,0.9);
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}

.mp-testimonial-card.is-shifted {
  animation: mp-card-pulse 260ms ease;
}

@keyframes mp-card-pulse {
  0% { transform: translateY(0); }
  45% { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}

@media (max-width: 1199px) {
  .mp-header {
    grid-template-columns: 1fr auto;
    height: auto;
    min-height: 64px;
    padding: 12px 24px;
  }

  .mp-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 12px;
  }

  .mp-main {
    height: auto;
    padding: 24px;
  }

  .mp-hero,
  .mp-module-grid,
  .mp-service-strip,
  .mp-why-grid,
  .mp-testimonial-grid,
  .mp-footer {
    grid-template-columns: 1fr;
  }

  .mp-hero {
    gap: 24px;
  }

  .mp-dashboard {
    position: relative;
    right: auto;
    top: auto;
    max-width: 100%;
  }

  .mp-plant,
  .mp-hero__visual::after {
    display: none;
  }

  .mp-module-card {
    grid-template-columns: 111px 1fr 90px;
  }

  .mp-service-strip,
  .mp-testimonials,
  .mp-why {
    height: auto;
    margin: 32px 0 0;
    padding: 22px;
  }

  .mp-service-strip article,
  .mp-why-grid article {
    border-right: 0;
    border-bottom: 1px solid #e5ddea;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mp-testimonials__arrow {
    display: none;
  }

  .mp-footer {
    gap: 24px;
    padding: 28px 24px 70px;
  }

  .mp-footer__bottom {
    right: 24px;
    left: 24px;
    flex-wrap: wrap;
    height: auto;
    padding-top: 12px;
  }
}

@media (max-width: 640px) {
  .modulepilot-home {
    background:
      radial-gradient(circle at 85% 11%, rgba(221, 45, 138, 0.14), transparent 22%),
      linear-gradient(180deg, #fff 0%, #fff7fd 18%, #fff 76%, #fbf6ff 100%);
  }

  .mp-header {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding: 15px 24px 16px;
  }

  .mp-logo__name {
    font-size: 26px;
  }

  .mp-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin-top: 10px;
    padding-left: 0;
  }

  .mp-nav a {
    font-size: 14px;
  }

  .mp-btn--top {
    justify-self: start;
    width: 162px;
  }

  .mp-main {
    padding: 24px;
  }

  .mp-hero {
    gap: 20px;
  }

  .mp-pill {
    max-width: 100%;
    height: auto;
    min-height: 30px;
    padding: 7px 12px;
    line-height: 1.15;
  }

  .mp-hero h1 {
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.02;
  }

  .mp-lead {
    max-width: 31rem;
    font-size: 15px;
    line-height: 1.45;
  }

  .mp-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    max-width: 220px;
  }

  .mp-actions .mp-btn {
    width: 100%;
  }

  .mp-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mp-proof li {
    position: relative;
    min-height: 34px;
    padding-left: 46px;
    line-height: 1.25;
  }

  .mp-proof-icon {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(108, 46, 185, 0.18);
    border-radius: 11px;
    background: linear-gradient(135deg, #fff7fd, #f0e4ff);
    box-shadow: 0 8px 16px rgba(108, 46, 185, 0.10);
    font-size: 20px;
    transform: translateY(-50%);
  }

  .mp-dashboard {
    width: 100%;
    height: 306px;
    min-height: 0;
    border-radius: 12px;
  }

  .mp-dashboard__body {
    grid-template-columns: 50px 1fr;
  }

  .mp-dashboard aside {
    gap: 20px;
  }

  .mp-dashboard__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 88px 86px 56px 56px;
    gap: 9px;
    padding: 12px;
  }

  .mp-shop-card {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
  }

  .mp-chart-card {
    grid-column: 2;
    grid-row: 1 / 3;
    min-height: 0;
  }

  .mp-stat {
    min-height: 0;
    padding: 9px 8px;
  }

  .mp-stat:nth-of-type(3) {
    grid-column: 1;
    grid-row: 2;
  }

  .mp-stat:nth-of-type(4) {
    grid-column: 1;
    grid-row: 3;
  }

  .mp-stat:nth-of-type(5) {
    grid-column: 2;
    grid-row: 3;
  }

  .mp-stat span,
  .mp-stat em {
    font-size: 8px;
  }

  .mp-stat strong {
    margin-top: 6px;
    font-size: 14px;
  }

  .mp-modules {
    margin-top: 34px;
  }

  .mp-module-grid {
    gap: 18px;
  }

  .mp-module-card {
    grid-template-columns: 88px 1fr;
    grid-template-rows: auto auto auto;
    align-items: start;
    min-height: 212px;
    height: auto;
    gap: 10px 14px;
    padding: 18px;
  }

  .mp-module-card__icon {
    width: 82px;
    height: 82px;
    grid-row: 1 / 4;
  }

  .mp-module-card h3 {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .mp-module-card p {
    font-size: 12px;
  }

  .mp-price {
    justify-self: start;
    padding-top: 0;
    text-align: left;
  }

  .mp-price strong {
    font-size: 25px;
  }

  .mp-module-card > a {
    position: static;
    width: max-content;
    margin-top: 2px;
    font-size: 12px;
  }

  .mp-service-strip {
    padding: 8px 18px;
    border: 1px solid rgba(231, 224, 235, 0.78);
    background: rgba(255,255,255,0.96);
  }

  .mp-service-strip article {
    grid-template-columns: 50px 1fr;
    gap: 10px;
    padding: 18px 0;
  }

  .mp-service-icon,
  .mp-service-icon--asset img {
    width: 44px;
    height: 44px;
  }

  .mp-service-icon--asset {
    border-radius: 12px;
    background: linear-gradient(135deg, #f4e6ff, #fff1fa);
  }

  .mp-service-icon--asset img {
    mix-blend-mode: multiply;
  }

  .mp-why-grid article {
    padding-left: 44px;
  }

  .mp-why-grid span {
    left: 10px;
  }

  .mp-why {
    margin-top: 32px;
    border: 1px solid rgba(231, 224, 235, 0.78);
    border-radius: 12px;
    background: rgba(255,255,255,0.72);
    box-shadow: 0 12px 24px rgba(41, 26, 73, 0.05);
  }

  .mp-testimonials {
    margin: 32px 0 0;
    border-radius: 12px;
  }

  .mp-testimonial-card {
    grid-template-columns: 58px 1fr;
    height: auto;
    min-height: 118px;
  }

  .mp-testimonial-card b {
    position: static;
    grid-column: 2;
    margin-top: 7px;
  }

  .mp-footer {
    padding-bottom: 28px;
  }

  .mp-footer__bottom {
    position: static;
    display: flex;
    gap: 10px 18px;
    margin-top: 16px;
    padding-top: 16px;
  }

  .mp-footer__bottom span:first-child {
    width: 100%;
    margin-right: 0;
  }
}
