.lp-modules-page {
  color: #213129;
  background: #f5f8f6;
}

.lp-modules-page main { overflow: hidden; }

.mp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
  color: #6b7a72;
  font-size: 12px;
  font-weight: 680;
}

.mp-breadcrumbs a:hover { color: #2f6fe4; }
.mp-breadcrumbs span[aria-hidden] { color: #a8b3ad; }

.mp-index-hero,
.mp-detail-hero {
  position: relative;
  padding: 44px 0 110px;
  background:
    radial-gradient(circle at 84% 15%, rgba(47, 111, 228, .18), transparent 34%),
    linear-gradient(180deg, #f8fbfa 0%, #eef4f1 100%);
}

.mp-index-hero::before,
.mp-detail-hero::before {
  position: absolute;
  inset: 0;
  opacity: .3;
  pointer-events: none;
  background-image: linear-gradient(rgba(40, 91, 63, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(40, 91, 63, .06) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 84%);
}

.mp-index-hero .lp-shell,
.mp-detail-hero .lp-shell { position: relative; z-index: 1; }

.mp-index-hero-grid {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(400px, .65fr);
  gap: clamp(42px, 4vw, 72px);
  align-items: center;
}

.mp-index-hero-copy { max-width: 960px; }
.mp-index-hero-copy h1,
.mp-detail-hero-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(52px, 6.4vw, 92px);
  font-weight: 690;
  line-height: 1.01;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.mp-index-hero-copy > p,
.mp-detail-hero-copy > p {
  max-width: 760px;
  margin: 27px 0 0;
  color: #53635a;
  font-size: 19px;
  line-height: 1.68;
}

.mp-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 34px; }
.mp-secondary-link { min-height: 48px; display: inline-flex; align-items: center; gap: 9px; padding: 0 12px; color: #335247; font-size: 14px; font-weight: 820; }
.mp-secondary-link:hover { color: #2f6fe4; }

.mp-index-orbit {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 1;
  justify-self: end;
  border: 1px solid rgba(47, 111, 228, .16);
  border-radius: 50%;
  background: rgba(255, 255, 255, .62);
  box-shadow: inset 0 0 0 70px rgba(255, 255, 255, .25), 0 38px 90px rgba(34, 62, 48, .14);
}

.mp-index-orbit::before,
.mp-index-orbit::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}
.mp-index-orbit::before { inset: 22%; border: 1px dashed rgba(47, 111, 228, .28); }
.mp-index-orbit::after { inset: 39%; border: 1px solid rgba(40, 91, 63, .17); }

.mp-index-orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 148px;
  height: 148px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 9px;
  border-radius: 50%;
  color: #fff;
  background: #173f2e;
  box-shadow: 0 20px 50px rgba(23, 63, 46, .28);
  transform: translate(-50%, -50%);
}
.mp-index-orbit-core svg { width: 28px; height: 28px; color: #ffd84f; }
.mp-index-orbit-core b { font-size: 12px; }

.mp-index-orbit > span:not(.mp-index-orbit-core) {
  position: absolute;
  min-width: 92px;
  min-height: 40px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  border: 1px solid #d7e2dd;
  border-radius: 999px;
  color: #2d473b;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 56, 43, .12);
  font-size: 11px;
  font-weight: 820;
  transform: translate(-50%, -50%);
}
.mp-index-orbit > span:nth-of-type(2) { top: 8%; left: 50%; }
.mp-index-orbit > span:nth-of-type(3) { top: 29%; left: 86%; }
.mp-index-orbit > span:nth-of-type(4) { top: 72%; left: 86%; }
.mp-index-orbit > span:nth-of-type(5) { top: 92%; left: 50%; }
.mp-index-orbit > span:nth-of-type(6) { top: 72%; left: 14%; }
.mp-index-orbit > span:nth-of-type(7) { top: 29%; left: 14%; }

.mp-catalogue { padding: 112px 0 124px; background: #fff; }
.mp-section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr); gap: 50px; align-items: end; margin-bottom: 64px; }
.mp-section-heading h2,
.mp-mobile-band h2,
.mp-workflow h2,
.mp-final-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 4.4vw, 64px);
  font-weight: 680;
  line-height: 1.05;
  letter-spacing: -.032em;
  text-wrap: balance;
}
.mp-section-heading > p { margin: 0; color: #607067; font-size: 17px; line-height: 1.7; }
.mp-section-heading-compact { grid-template-columns: minmax(0, 1080px); }

.mp-module-group { padding: 48px 0 22px; border-top: 1px solid #dfe7e3; }
.mp-module-group > header { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 30px; align-items: end; margin-bottom: 24px; }
.mp-module-group > header span { color: #718078; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.mp-module-group > header h3 { margin: 0; font-family: var(--font-display); font-size: 29px; font-weight: 650; letter-spacing: -.025em; }

.mp-module-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.mp-module-tile {
  min-height: 290px;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  grid-template-rows: auto auto 1fr auto;
  gap: 18px 13px;
  align-items: start;
  padding: 25px;
  border: 1px solid #dce5e0;
  border-radius: 18px;
  background: #f8faf9;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.mp-module-tile:hover { border-color: #aabfe8; background: #fff; box-shadow: 0 24px 54px rgba(31, 56, 43, .12); transform: translateY(-5px); }
.mp-module-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid #d6e3f7; border-radius: 14px; color: #2f6fe4; background: #edf4ff; }
.mp-module-icon svg { width: 23px; height: 23px; stroke-width: 1.7; }
.mp-module-number { justify-self: end; color: #9aa8a1; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.mp-module-tile > strong { grid-column: 1 / -1; color: #1f3027; font-family: var(--font-display); font-size: 24px; font-weight: 650; letter-spacing: -.02em; }
.mp-module-tile > p { grid-column: 1 / -1; margin: 0; color: #65746c; font-size: 13px; line-height: 1.55; }
.mp-module-link { grid-column: 1 / -1; align-self: end; display: inline-flex; justify-content: space-between; gap: 10px; color: #2f6fe4; font-size: 12px; font-weight: 840; }
.mp-module-link b { transition: transform .18s ease; }
.mp-module-tile:hover .mp-module-link b { transform: translateX(4px); }

.mp-mobile-band,
.mp-workflow {
  padding: 106px 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(47, 111, 228, .28), transparent 33%),
    linear-gradient(135deg, #11271e, #1b392d 62%, #203e32);
}
.mp-mobile-band-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr); gap: clamp(44px, 5vw, 82px); align-items: center; }
.mp-mobile-band h2 { max-width: 880px; }
.mp-mobile-band p { max-width: 720px; margin: 24px 0 0; color: #bdcec4; font-size: 17px; line-height: 1.7; }
.mp-mobile-band > .lp-shell > div > a { display: inline-flex; gap: 10px; margin-top: 28px; color: #ffdc65; font-size: 14px; font-weight: 840; }
.mp-mobile-band ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.mp-mobile-band li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 15px; align-items: center; padding: 19px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; background: rgba(255, 255, 255, .06); }
.mp-mobile-band li > svg { width: 23px; height: 23px; color: #ffdc65; }
.mp-mobile-band li > span { display: grid; gap: 4px; }
.mp-mobile-band li strong { font-size: 14px; }
.mp-mobile-band li small { color: #a9bcb1; font-size: 11px; }

.mp-detail-hero { padding-bottom: 92px; }
.mp-detail-hero-copy { max-width: 1180px; margin: 0 auto; text-align: center; }
.mp-detail-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 20px; border: 1px solid #d6e3f7; border-radius: 16px; color: #2f6fe4; background: #fff; box-shadow: 0 12px 30px rgba(31, 69, 130, .1); }
.mp-detail-icon svg { width: 27px; height: 27px; stroke-width: 1.7; }
.mp-detail-hero-copy .lp-eyebrow { justify-content: center; }
.mp-detail-hero-copy h1 { font-size: clamp(48px, 6vw, 84px); }
.mp-detail-hero-copy > p { margin-right: auto; margin-left: auto; }
.mp-detail-hero-copy .mp-hero-actions { justify-content: center; }
.mp-detail-screen-wrap { margin-top: 67px; }
.mp-detail-screen { border-radius: 17px; box-shadow: 0 36px 92px rgba(26, 47, 37, .2); }
.mp-benefit-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 28px 0 0; padding: 0; border: 1px solid #dce4df; border-radius: 15px; overflow: hidden; background: rgba(255, 255, 255, .88); list-style: none; }
.mp-benefit-strip li { min-height: 104px; display: grid; gap: 12px; align-content: center; padding: 18px 22px; }
.mp-benefit-strip li + li { border-left: 1px solid #dce4df; }
.mp-benefit-strip span { color: #2f6fe4; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.mp-benefit-strip strong { color: #30453a; font-size: 12px; line-height: 1.45; }

.mp-features,
.mp-connections { padding: 112px 0; background: #fff; }
.mp-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.mp-feature-grid article { min-height: 300px; padding: 31px; border: 1px solid #dce5e0; border-radius: 19px; background: #f7f9f8; }
.mp-feature-grid article > span { color: #2f6fe4; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.mp-feature-grid h3 { margin: 65px 0 0; font-family: var(--font-display); font-size: 27px; font-weight: 650; line-height: 1.15; letter-spacing: -.025em; }
.mp-feature-grid p { margin: 17px 0 0; color: #66746d; font-size: 14px; line-height: 1.65; }

.mp-workflow-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); gap: clamp(48px, 5vw, 82px); align-items: start; }
.mp-workflow ol { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .16); list-style: none; }
.mp-workflow li { min-height: 100px; display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 17px; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.mp-workflow li span { color: #ffdc65; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.mp-workflow li strong { color: #edf6f0; font-size: 17px; line-height: 1.4; }

.mp-connections { background: #f4f7f5; }
.mp-connection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.mp-connection-grid > a { min-height: 126px; display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 15px; align-items: center; padding: 23px; border: 1px solid #d9e3de; border-radius: 16px; background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.mp-connection-grid > a:hover { box-shadow: 0 18px 44px rgba(31, 56, 43, .1); transform: translateY(-3px); }
.mp-connection-grid > a > span:nth-child(2) { display: grid; gap: 7px; }
.mp-connection-grid strong { font-size: 16px; }
.mp-connection-grid small { color: #67766e; font-size: 11px; line-height: 1.45; }
.mp-connection-grid > a > b { color: #2f6fe4; }

.mp-final-cta { padding: 88px 0; color: #fff; background: #1f3028; }
.mp-final-cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 50px; align-items: center; }
.mp-final-cta span { color: #ffdc65; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.mp-final-cta h2 { max-width: 1000px; margin-top: 12px; }
.mp-final-cta p { max-width: 720px; margin: 20px 0 0; color: #b8c9c0; font-size: 15px; line-height: 1.65; }
.mp-final-cta .lp-btn { min-width: 230px; }

@media (max-width: 1280px) {
  .mp-index-hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .mp-index-orbit { display: none; }
  .mp-module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-mobile-band-grid,
  .mp-workflow-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .mp-section-heading { grid-template-columns: 1fr; gap: 22px; }
  .mp-benefit-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-benefit-strip li + li { border-left: 0; }
  .mp-benefit-strip li:nth-child(even) { border-left: 1px solid #dce4df; }
  .mp-benefit-strip li:nth-child(n + 3) { border-top: 1px solid #dce4df; }
  .mp-feature-grid,
  .mp-connection-grid { grid-template-columns: 1fr; }
  .mp-final-cta-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .mp-index-hero,
  .mp-detail-hero { padding: 28px 0 72px; }
  .mp-breadcrumbs { margin-bottom: 30px; }
  .mp-index-hero-copy h1,
  .mp-detail-hero-copy h1 { font-size: clamp(42px, 13vw, 62px); }
  .mp-index-hero-copy > p,
  .mp-detail-hero-copy > p { font-size: 16px; }
  .mp-catalogue,
  .mp-features,
  .mp-connections { padding: 76px 0; }
  .mp-module-group { padding-top: 36px; }
  .mp-module-group > header { grid-template-columns: 1fr; gap: 8px; }
  .mp-module-grid { grid-template-columns: 1fr; }
  .mp-module-tile { min-height: 240px; }
  .mp-mobile-band,
  .mp-workflow { padding: 76px 0; }
  .mp-detail-screen-wrap { margin-top: 46px; }
  .mp-benefit-strip { grid-template-columns: 1fr; }
  .mp-benefit-strip li:nth-child(even) { border-left: 0; }
  .mp-benefit-strip li + li { border-top: 1px solid #dce4df; }
  .mp-feature-grid article { min-height: 250px; }
  .mp-feature-grid h3 { margin-top: 45px; }
  .mp-final-cta { padding: 70px 0; }
  .mp-final-cta .lp-btn { width: 100%; }
}
