.mpp-section {
  --mpp-navy: #203366;
  --mpp-deep: #102653;
  --mpp-orange: #f37321;
  --mpp-sky: #47b3e6;
  --mpp-light-blue: #d2dfea;
  --mpp-muted: #60708d;
  --mpp-line: #dce6f0;
  position: relative;
  z-index: 1;
  padding: 78px 24px 84px;
  color: #182a4d;
  background: radial-gradient(circle at 8% 8%, rgba(71, 179, 230, .12), transparent 30%), linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
  font-family: 'Inter Custom font', 'Inter Fallback', Helvetica, Arial, sans-serif;
}

.mpp-section *,
.mpp-section *::before,
.mpp-section *::after {
  box-sizing: border-box;
}

.mpp-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.mpp-intro {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.mpp-eyebrow {
  margin: 0 0 12px;
  padding: 0;
  color: var(--mpp-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mpp-section .mpp-heading {
  margin: 0;
  padding: 0;
  color: var(--mpp-deep) !important;
  font-family: 'Work sans', 'Work Sans Fallback', Helvetica, Arial, sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.06;
  text-align: center;
}

.mpp-intro-copy {
  max-width: 690px;
  margin: 18px auto 0;
  padding: 0;
  color: var(--mpp-muted);
  font-size: 18px;
  line-height: 1.65;
}

.mpp-grid {
  position: relative;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  border: 1px solid var(--mpp-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(32, 51, 102, .11);
  overflow: hidden;
}

.mpp-panel {
  min-width: 0;
  padding: 42px;
}

.mpp-platform {
  border-right: 1px solid var(--mpp-line);
  background: linear-gradient(145deg, #f3f8fc 0%, #fff 72%);
}

.mpp-service {
  background: #fff;
}

.mpp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #49617f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mpp-kicker::before {
  width: 24px;
  height: 3px;
  border-radius: 10px;
  background: var(--mpp-sky);
  content: '';
}

.mpp-section .mpp-panel-heading {
  margin: 0;
  padding: 0;
  color: var(--mpp-deep) !important;
  font-family: 'Work sans', 'Work Sans Fallback', Helvetica, Arial, sans-serif;
  font-size: clamp(1.75rem, 2.8vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.12;
  text-align: left;
}

.mpp-lede {
  margin: 14px 0 26px;
  padding: 0;
  color: var(--mpp-muted);
  font-size: 16px;
  line-height: 1.6;
}

.mpp-product-frame {
  display: flex;
  min-height: 230px;
  margin-bottom: 26px;
  padding: 12px;
  align-items: center;
  border: 1px solid #cfddea;
  border-radius: 18px;
  background: #eaf2f8;
  overflow: hidden;
}

.mpp-product-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.mpp-award-label {
  margin: 0 0 15px;
  padding: 0;
  color: var(--mpp-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.mpp-awards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.mpp-award {
  display: flex;
  min-width: 0;
  min-height: 186px;
  padding: 14px 9px 12px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d7e2ec;
  border-radius: 14px;
  color: inherit;
  background: #fff;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mpp-award:hover,
.mpp-award:focus-visible {
  transform: translateY(-3px);
  border-color: var(--mpp-sky);
  box-shadow: 0 10px 24px rgba(32, 51, 102, .12);
  outline: none;
  text-decoration: none;
}

.mpp-award img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 104px;
  object-fit: contain;
}

.mpp-award strong {
  display: block;
  margin-top: 8px;
  color: var(--mpp-deep);
  font-size: 11px;
  line-height: 1.32;
}

.mpp-award span {
  display: block;
  margin-top: 3px;
  color: #77849a;
  font-size: 10px;
  line-height: 1.3;
}

.mpp-attribution {
  margin: 14px 0 0;
  padding: 0;
  color: #77849a;
  font-size: 11px;
  line-height: 1.5;
}

.mpp-plus {
  position: absolute;
  z-index: 2;
  top: 98px;
  left: 47%;
  display: grid;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  place-items: center;
  border: 7px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--mpp-sky);
  box-shadow: 0 8px 20px rgba(32, 51, 102, .2);
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
}

.mpp-promise {
  position: relative;
  margin: 24px 0 22px;
  padding: 21px 22px 21px 26px;
  border: 1px solid #ffd8bd;
  border-radius: 16px;
  background: #fff8f2;
  overflow: hidden;
}

.mpp-promise::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--mpp-orange);
  content: '';
}

.mpp-promise strong {
  display: block;
  margin-bottom: 5px;
  color: var(--mpp-deep);
  font-size: 17px;
  line-height: 1.35;
}

.mpp-promise span {
  color: #596b87;
  font-size: 14px;
  line-height: 1.55;
}

.mpp-workflow {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mpp-workflow li {
  position: relative;
  display: grid;
  min-height: 74px;
  padding-left: 56px;
  align-content: center;
  list-style: none;
}

.mpp-workflow li:not(:last-child)::after {
  position: absolute;
  top: 51px;
  bottom: -9px;
  left: 19px;
  width: 2px;
  background: var(--mpp-light-blue);
  content: '';
}

.mpp-step {
  position: absolute;
  top: 17px;
  left: 0;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--mpp-navy);
  font-size: 13px;
  font-weight: 800;
}

.mpp-workflow strong {
  color: var(--mpp-deep);
  font-size: 15px;
  line-height: 1.35;
}

.mpp-workflow p {
  margin: 4px 0 0;
  padding: 0;
  color: var(--mpp-muted);
  font-size: 13px;
  line-height: 1.45;
}

.mpp-ownership {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 23px 0 26px;
}

.mpp-ownership span {
  display: flex;
  min-height: 52px;
  padding: 10px 12px;
  align-items: center;
  border-radius: 10px;
  color: #33496d;
  background: #f6f9fc;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.mpp-ownership span::before {
  margin-right: 8px;
  color: var(--mpp-sky);
  content: '\2713';
  font-size: 16px;
  font-weight: 800;
}

.mpp-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.mpp-cta {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 21px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff !important;
  background: var(--mpp-orange);
  box-shadow: 0 6px 0 #d85e13;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.mpp-cta:hover,
.mpp-cta:focus-visible {
  color: #fff !important;
  background: #df6519;
  text-decoration: none;
}

.mpp-cta-note {
  color: #7a879b;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .mpp-grid {
    grid-template-columns: 1fr;
  }

  .mpp-platform {
    border-right: 0;
    border-bottom: 1px solid var(--mpp-line);
  }

  .mpp-plus {
    top: 50%;
    left: 50%;
  }
}

@media (max-width: 620px) {
  .mpp-section {
    padding: 52px 14px 64px;
  }

  .mpp-intro {
    margin-bottom: 26px;
  }

  .mpp-intro-copy {
    font-size: 16px;
  }

  .mpp-panel {
    padding: 28px 19px;
  }

  .mpp-product-frame {
    min-height: 0;
  }

  .mpp-awards {
    grid-template-columns: 1fr;
  }

  .mpp-award {
    display: grid;
    min-height: 0;
    grid-template-columns: 88px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    padding: 10px 12px;
    text-align: left;
  }

  .mpp-award img {
    width: 78px;
    height: 74px;
    grid-row: 1 / 3;
  }

  .mpp-award strong {
    margin-top: 0;
    align-self: end;
  }

  .mpp-award span {
    align-self: start;
  }

  .mpp-plus {
    display: none;
  }

  .mpp-ownership {
    grid-template-columns: 1fr;
  }

  .mpp-cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  .mpp-cta {
    width: 100%;
    text-align: center;
  }

  .mpp-cta-note {
    text-align: center;
  }
}
