:root {
  --mpb-font: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mpb-exact,
.mpb-exact * ,
.mpb-section,
.mpb-section * {
  box-sizing: border-box;
}

.mpb-exact {
  width: 100%;
  overflow: hidden;
}

.mpb-exact img {
  display: block;
  width: 100%;
  height: auto;
}

.mpb-section {
  --mpb-purple: #714af3;
  --mpb-yellow: #f8c314;
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  color: #18152c;
  font-family: var(--mpb-font);
}

.mpb-section--fullbleed {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.mpb-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1490px;
  margin: 0 auto;
  padding: 68px 62px 34px;
}

.mpb-top {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 55%) minmax(360px, 45%);
  column-gap: 24px;
  align-items: start;
  min-height: 395px;
}

.mpb-intro {
  position: relative;
  z-index: 4;
  max-width: 720px;
}

.mpb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 50px;
  margin-bottom: 22px;
  padding: 10px 21px;
  border: 2px solid #6548ee;
  border-radius: 999px;
  color: #6548ee;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 650;
}

.mpb-eyebrow__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.mpb-heading {
  margin: 0;
  color: #18152c;
  font-size: clamp(44px, 3.7vw, 56px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.mpb-heading__accent {
  display: inline-block;
  margin-left: .12em;
  color: #6948f2;
}

.mpb-intro__primary {
  max-width: 620px;
  margin-top: 25px;
  color: #242333;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.mpb-intro__secondary {
  max-width: 610px;
  margin-top: 18px;
  color: #656475;
  font-size: 16px;
  line-height: 1.52;
  font-weight: 450;
}

.mpb-character {
  position: relative;
  z-index: 2;
  height: 395px;
  pointer-events: none;
}

.mpb-character img {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -34px;
  display: block;
  width: 570px;
  height: auto;
  max-width: none;
}

.mpb-intro-arrow {
  --mpb-arrow-color: var(--mpb-purple);
  position: absolute;
  z-index: 8;
  top: 246px;
  left: 43.5%;
  display: block;
  width: 185px;
  height: 96px;
  overflow: visible;
  pointer-events: none;
}

.mpb-intro-arrow__line,
.mpb-intro-arrow__head {
  fill: none;
  stroke: var(--mpb-arrow-color);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mpb-intro-arrow__line {
  stroke-dasharray: 2 11;
}

.mpb-character::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 72px;
  bottom: 2px;
  width: 310px;
  height: 28px;
  border-radius: 50%;
  background: rgba(69, 46, 158, .15);
  filter: blur(15px);
}

.mpb-cards {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: -18px;
}

.mpb-card {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  gap: 25px;
  min-height: 168px;
  padding: 26px 28px 26px 26px;
  border: 1px solid rgba(38, 31, 81, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(47, 38, 94, .09);
  transition: transform .25s ease, box-shadow .25s ease;
}

.mpb-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(47, 38, 94, .14);
}

.mpb-card__number {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 34px;
  padding: 0 11px;
  border-radius: 999px;
  background: #6d4cf3;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.mpb-card__art {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-width: 0;
}

.mpb-card__art img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 118px;
  object-fit: contain;
}

.mpb-card__art > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #f4f0ff;
  color: var(--mpb-purple);
  font-size: 52px;
}

.mpb-card__title {
  margin: 0 56px 10px 0;
  color: #181728;
  font-size: clamp(20px, 1.45vw, 24px);
  line-height: 1.22;
  font-weight: 820;
  letter-spacing: -0.025em;
}

.mpb-card__description {
  max-width: 400px;
  color: #6a6978;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 450;
}

.mpb-cards--staggered {
  --mpb-stagger: 42px;
  padding-bottom: var(--mpb-stagger);
}

.mpb-cards--staggered .mpb-card:nth-child(2) {
  transform: translateY(var(--mpb-stagger));
}

.mpb-cards--staggered .mpb-card:nth-child(3) {
  width: calc(100% - 70px);
  margin-left: 70px;
}

.mpb-cards--staggered .mpb-card:nth-child(4) {
  transform: translateY(calc(var(--mpb-stagger) + 18px));
}

.mpb-cards--staggered .mpb-card:nth-child(2):hover,
.mpb-cards--staggered .mpb-card:nth-child(4):hover {
  transform: translateY(calc(var(--mpb-stagger) - 4px));
}

.mpb-cards--staggered .mpb-card:nth-child(4):hover {
  transform: translateY(calc(var(--mpb-stagger) + 14px));
}

.mpb-cards--cascade .mpb-card:nth-child(2) { transform: translateY(22px); }
.mpb-cards--cascade .mpb-card:nth-child(3) { transform: translateX(52px); }
.mpb-cards--cascade .mpb-card:nth-child(4) { transform: translate(28px, 34px); }

.mpb-cta-shell {
  position: relative;
  z-index: 6;
  width: 100%;
  margin: 26px auto 0;
  border: 1px solid rgba(91, 62, 227, .17);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(69, 49, 146, .08);
}

.mpb-cta {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  padding: 16px 20px 16px 27px;
}

.mpb-cta__icon {
  color: var(--mpb-purple);
  font-size: 30px;
}

.mpb-cta__copy {
  color: #242331;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 500;
}

.mpb-cta__accent {
  display: block;
  color: #5f3de9;
  font-weight: 800;
}

.mpb-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 320px;
  min-height: 58px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #6337e9;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 750;
  box-shadow: 0 10px 26px rgba(93, 54, 228, .25);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.mpb-cta__button:hover,
.mpb-cta__button:focus-visible {
  transform: translateY(-2px);
  background: #5228d9;
  color: #fff;
  box-shadow: 0 14px 30px rgba(93, 54, 228, .33);
  outline: none;
}

.mpb-section--decor::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -90px;
  bottom: -155px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 73, 241, .22), rgba(111, 73, 241, 0) 68%);
}

.mpb-decor {
  display: none;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  font-weight: 900;
}

.mpb-section--decor .mpb-decor { display: block; }
.mpb-decor--one { top: 96px; left: 34%; color: var(--mpb-yellow); font-size: 44px; transform: rotate(14deg); }
.mpb-decor--two { left: 44px; bottom: 235px; color: rgba(113, 74, 243, .55); font-size: 42px; }
.mpb-decor--three { right: 45px; bottom: 120px; color: var(--mpb-purple); font-size: 50px; transform: rotate(90deg); }

@media (max-width: 1180px) {
  .mpb-container { padding-left: 38px; padding-right: 38px; }
  .mpb-top { grid-template-columns: 56% 44%; min-height: 375px; }
  .mpb-character img { right: -55px; bottom: -30px; width: 535px; }
  .mpb-card { grid-template-columns: 106px minmax(0, 1fr); gap: 18px; }
  .mpb-card__art { width: 106px; }
  .mpb-card__title { font-size: 21px; }
  .mpb-cta-shell { width: 100%; }
}

@media (max-width: 900px) {
  .mpb-container { padding: 54px 28px 32px; }
  .mpb-top { display: block; min-height: 0; }
  .mpb-intro { max-width: 100%; }
  .mpb-character { height: 350px; margin-top: 6px; }
  .mpb-character img { top: auto; right: 50%; bottom: -20px; width: 540px; transform: translateX(50%) !important; }
  .mpb-intro-arrow { display: none; }
  .mpb-cards { grid-template-columns: 1fr; margin-top: -20px; }
  .mpb-cards--staggered { padding-bottom: 0; }
  .mpb-cards--staggered .mpb-card:nth-child(n),
  .mpb-cards--cascade .mpb-card:nth-child(n) {
    width: 100%;
    margin-left: 0;
    transform: none;
  }
  .mpb-cta-shell { border-radius: 26px; }
  .mpb-cta { grid-template-columns: 36px 1fr; width: 100%; }
  .mpb-cta__button { grid-column: 1 / -1; width: 100%; min-width: 0; }
}

@media (max-width: 640px) {
  .mpb-container { padding: 40px 18px 24px; }
  .mpb-eyebrow { min-height: 42px; padding: 8px 14px; font-size: 13px; }
  .mpb-heading { font-size: clamp(36px, 10.5vw, 46px); }
  .mpb-intro__primary { margin-top: 20px; font-size: 16px; }
  .mpb-intro__secondary { margin-top: 16px; font-size: 16px; }
  .mpb-character { height: 300px; }
  .mpb-character img { bottom: -14px; width: 450px; }
  .mpb-card { grid-template-columns: 92px minmax(0, 1fr); gap: 14px; min-height: 152px; padding: 20px 18px; }
  .mpb-card__art { width: 92px; }
  .mpb-card__title { margin-right: 40px; font-size: 20px; }
  .mpb-card__description { font-size: 16px; }
  .mpb-card__number { top: 14px; right: 14px; min-width: 36px; height: 28px; font-size: 12px; }
  .mpb-cta { grid-template-columns: 1fr; gap: 12px; padding: 18px; }
  .mpb-cta__icon { display: none; }
  .mpb-cta__copy { font-size: 14px; }
  .mpb-cta__button { min-height: 54px; padding: 13px 18px; font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .mpb-card,
  .mpb-cta__button { transition: none; }
}


/* v1.0.2 — full-width background with independently sized inner content */
.elementor-editor-active .mpb-section--fullbleed {
  width: 100vw;
}

@media (max-width: 900px) {
  .mpb-section--fullbleed {
    width: 100vw;
  }

  .mpb-container {
    width: 100% !important;
  }
}
