:root {
  --mp-ink: #07152f;
  --mp-ink-soft: #17233e;
  --mp-navy: #09285c;
  --mp-blue: #1769ff;
  --mp-cyan: #1cb7ff;
  --mp-teal: #16d9b4;
  --mp-violet: #8c57ff;
  --mp-orange: #ff7a21;
  --mp-mist: #f4f7fc;
  --mp-line: #dce5f2;
  --mp-white: #ffffff;
  --mp-gradient: linear-gradient(120deg, var(--mp-teal) 0%, var(--mp-cyan) 32%, var(--mp-blue) 64%, var(--mp-violet) 100%);
  --mp-gradient-deep: linear-gradient(135deg, #07152f 0%, #09285c 58%, #321a78 100%);
  --mp-shadow-sm: 0 10px 30px rgba(7, 21, 47, 0.08);
  --mp-shadow-lg: 0 30px 90px rgba(7, 21, 47, 0.14);
  --mp-radius-sm: 14px;
  --mp-radius: 24px;
  --mp-radius-lg: 36px;
}

html { scroll-behavior: smooth; }
body.mpe-site { overflow-x: hidden; color: var(--mp-ink); background: var(--mp-white); }
body.mpe-site :where(a, button, input, select, textarea) { transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease, opacity .2s ease; }
body.mpe-site a:focus-visible, body.mpe-site button:focus-visible, body.mpe-site select:focus-visible, body.mpe-site input:focus-visible, body.mpe-site textarea:focus-visible { outline: 3px solid rgba(23,105,255,.35); outline-offset: 3px; }
body.mpe-site img { max-width: 100%; }

.mp-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}
.mp-site-header.is-scrolled { border-bottom-color: rgba(7, 21, 47, .08); box-shadow: 0 10px 40px rgba(7, 21, 47, .06); }
.mp-site-header__inner { width: min(1340px, calc(100% - 40px)); margin-inline: auto; }
.mp-brand { color: var(--mp-ink); min-width: max-content; }
.mp-brand:hover { color: var(--mp-ink); transform: translateY(-1px); }
.mp-brand__mark { filter: drop-shadow(0 12px 22px rgba(23,105,255,.16)); }
.mp-brand__copy strong { font-size: .93rem; letter-spacing: .035em; }
.mp-brand__copy small { color: #61708a; }
.mp-main-nav { font-size: .88rem; font-weight: 650; }
.mp-main-nav .wp-block-navigation-item__content { color: var(--mp-ink); padding: .7rem .55rem; }
.mp-main-nav .wp-block-navigation-item__content:hover { color: var(--mp-blue); }
.mp-header-cta { display: inline-flex; align-items: center; gap: .5rem; padding: .78rem 1rem; color: #fff; border-radius: 12px; background: linear-gradient(120deg,#0d5df5,#8150f3); box-shadow: 0 10px 28px rgba(23,105,255,.24); font-size: .82rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.mp-header-cta:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 35px rgba(23,105,255,.31); }
.mp-header-cta .mp-icon { width: 17px; height: 17px; }

.mp-home { margin-top: 0; }
.mp-home p { color: #526079; }
.mp-home h1, .mp-home h2, .mp-home h3 { color: var(--mp-ink); }
.mp-shell { width: min(1240px, calc(100% - 44px)); }
.mp-section { position: relative; padding: clamp(72px, 8vw, 120px) 0; }
.mp-eyebrow { margin: 0 0 18px; color: var(--mp-blue) !important; font-size: .72rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.mp-eyebrow--light { color: #79ffe7 !important; }
.mp-section-heading { max-width: 760px; margin-bottom: 44px; }
.mp-section-heading--center { margin-inline: auto; text-align: center; }
.mp-section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 32px; max-width: none; }
.mp-section-heading--split > div { max-width: 760px; }
.mp-section-heading--split > a { display: inline-flex; align-items: center; gap: .5rem; color: var(--mp-blue); font-size: .92rem; font-weight: 760; text-decoration: none; white-space: nowrap; }
.mp-section-heading h2 { margin: 0 0 16px; font-size: clamp(2rem, 4vw, 3.65rem); }
.mp-section-heading p { margin: 0; font-size: 1.05rem; }
.mp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.mp-button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 49px; padding: .86rem 1.18rem; border: 1px solid transparent; border-radius: 14px; font-size: .9rem; font-weight: 780; text-decoration: none; cursor: pointer; }
.mp-button .mp-icon { width: 18px; height: 18px; }
.mp-button--primary { color: #fff; background: linear-gradient(120deg,#075df5,#8651ef); box-shadow: 0 14px 36px rgba(23,105,255,.25); }
.mp-button--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 43px rgba(23,105,255,.32); }
.mp-button--secondary { color: var(--mp-blue); border-color: rgba(23,105,255,.32); background: rgba(255,255,255,.78); }
.mp-button--secondary:hover { color: #fff; border-color: var(--mp-blue); background: var(--mp-blue); transform: translateY(-2px); }
.mp-button--aqua { color: #06263f; background: linear-gradient(120deg,#56f2d5,#44d5ff); box-shadow: 0 14px 36px rgba(22,217,180,.28); }
.mp-button--aqua:hover { color: #06263f; transform: translateY(-2px); }
.mp-button--glass { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.mp-button--glass:hover { color: #fff; background: rgba(255,255,255,.2); transform: translateY(-2px); }
.mp-text-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--mp-blue); font-weight: 740; text-decoration: none; }
.mp-text-link .mp-icon, .mp-section-heading--split .mp-icon { width: 17px; height: 17px; }

.mp-hero { position: relative; overflow: hidden; min-height: 740px; padding: clamp(58px, 7vw, 94px) 0 92px; background: linear-gradient(180deg,#fff 0%,#fbfdff 70%,#f4f8ff 100%); }
.mp-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .55; background-image: linear-gradient(rgba(23,105,255,.04) 1px,transparent 1px), linear-gradient(90deg,rgba(23,105,255,.04) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom,black,transparent 75%); }
.mp-hero__glow { position: absolute; border-radius: 50%; filter: blur(30px); pointer-events: none; }
.mp-hero__glow--one { width: 440px; height: 440px; top: -250px; left: -120px; background: rgba(22,217,180,.2); }
.mp-hero__glow--two { width: 520px; height: 520px; right: -230px; bottom: -250px; background: rgba(140,87,255,.18); }
.mp-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.9fr) minmax(470px,1.1fr); align-items: center; gap: 60px; }
.mp-hero__content { padding-top: 24px; }
.mp-hero h1 { max-width: 680px; margin: 0 0 24px; font-size: clamp(3rem, 5.5vw, 6.25rem); line-height: .95; letter-spacing: -.065em; }
.mp-hero h1 span { display: block; color: transparent; background: var(--mp-gradient); -webkit-background-clip: text; background-clip: text; }
.mp-hero__lead { max-width: 640px; margin: 0 0 28px; color: #44526a !important; font-size: clamp(1rem, 1.45vw, 1.22rem); line-height: 1.75; }
.mp-origin { display: flex; align-items: flex-start; gap: .55rem; max-width: 520px; margin: 27px 0 0; color: #536179 !important; font-size: .87rem; }
.mp-origin .mp-icon { flex: 0 0 18px; width: 18px; height: 18px; color: var(--mp-blue); margin-top: .13rem; }
.mp-hero__visual { min-height: 570px; display: grid; place-items: center; }
.mp-orbit { --mp-tilt-x: 0deg; --mp-tilt-y: 0deg; position: relative; width: min(570px,44vw); aspect-ratio: 1; transform: perspective(1000px) rotateX(var(--mp-tilt-y)) rotateY(var(--mp-tilt-x)); transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.mp-orbit::before { content: ""; position: absolute; inset: 17%; border-radius: 50%; background: radial-gradient(circle,rgba(255,255,255,.98) 0 43%,rgba(255,255,255,.35) 70%,transparent 71%); box-shadow: 0 45px 100px rgba(23,105,255,.15); }
.mp-orbit__ring { position: absolute; border: 1px dashed rgba(31,91,196,.23); border-radius: 50%; }
.mp-orbit__ring--one { inset: 7%; animation: mp-spin 42s linear infinite; }
.mp-orbit__ring--two { inset: 19%; border-style: solid; border-color: rgba(22,217,180,.12); animation: mp-spin-reverse 28s linear infinite; }
.mp-orbit__core { position: absolute; inset: 24%; display: grid; place-items: center; text-align: center; }
.mp-orbit__core img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 30px 38px rgba(23,105,255,.23)); animation: mp-float 6s ease-in-out infinite; }
.mp-orbit__core p { position: absolute; bottom: -2.5%; margin: 0; color: #516078; font-size: .77rem; line-height: 1.35; }
.mp-orbit__core p strong { color: var(--mp-ink); }
.mp-orbit__core p b { color: var(--mp-blue); }
.mp-orbit__node { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: .55rem; padding: .76rem 1rem; color: var(--mp-ink); border: 1px solid rgba(7,21,47,.07); border-radius: 999px; background: rgba(255,255,255,.91); box-shadow: 0 12px 35px rgba(7,21,47,.11); backdrop-filter: blur(12px); font-size: .75rem; white-space: nowrap; animation: mp-float-node 5s ease-in-out infinite; }
.mp-orbit__node .mp-icon { width: 19px; height: 19px; color: var(--mp-blue); }
.mp-orbit__node--1 { top: 4%; left: 43%; }
.mp-orbit__node--2 { top: 21%; left: 1%; animation-delay: -.7s; }
.mp-orbit__node--3 { top: 22%; right: -1%; animation-delay: -1.4s; }
.mp-orbit__node--4 { bottom: 24%; right: 0; animation-delay: -2.1s; }
.mp-orbit__node--5 { bottom: 23%; left: 0; animation-delay: -2.8s; }
.mp-orbit__node--6 { bottom: 2%; left: 42%; animation-delay: -3.5s; }

.mp-needs { padding-top: 0; background: linear-gradient(180deg,#f4f8ff,#fff 72%); }
.mp-needs .mp-shell { padding: clamp(34px,5vw,66px); border: 1px solid rgba(23,105,255,.08); border-radius: var(--mp-radius-lg); background: radial-gradient(circle at 15% 0%,rgba(28,183,255,.09),transparent 34%), linear-gradient(160deg,rgba(255,255,255,.98),rgba(243,247,255,.97)); box-shadow: 0 28px 75px rgba(7,21,47,.07); }
.mp-needs__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.mp-need-card { min-height: 145px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 13px; padding: 19px; color: var(--mp-ink); border: 1px solid rgba(7,21,47,.08); border-radius: 17px; background: rgba(255,255,255,.92); box-shadow: 0 9px 24px rgba(7,21,47,.05); text-align: center; text-decoration: none; }
.mp-need-card:hover { color: var(--mp-blue); border-color: rgba(23,105,255,.26); transform: translateY(-5px); box-shadow: 0 17px 36px rgba(23,105,255,.12); }
.mp-need-card__icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--mp-blue); border-radius: 15px; background: linear-gradient(135deg,rgba(22,217,180,.12),rgba(23,105,255,.12),rgba(140,87,255,.12)); }
.mp-need-card__icon .mp-icon { width: 24px; height: 24px; }
.mp-need-card strong { max-width: 160px; font-size: .86rem; line-height: 1.35; }
.mp-configurator { display: grid; grid-template-columns: .75fr 1.25fr; gap: 34px; align-items: center; margin-top: 28px; padding: 28px; color: #fff; border-radius: 24px; background: var(--mp-gradient-deep); box-shadow: 0 24px 55px rgba(7,21,47,.2); }
.mp-configurator h3 { margin: 0 0 9px; color: #fff; font-size: 1.8rem; }
.mp-configurator p { margin: 0; color: rgba(255,255,255,.7); }
.mp-configurator__form { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.mp-configurator__form label { display: grid; gap: 6px; }
.mp-configurator__form label span { color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 750; }
.mp-configurator__form select { width: 100%; min-height: 46px; padding: 0 11px; color: #15223b; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; background: rgba(255,255,255,.96); font-size: .79rem; }
.mp-configurator__form button { grid-column: 1/-1; justify-self: start; border: 0; margin-top: 5px; }

.mp-solutions { background: #fff; }
.mp-solutions__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.mp-solution-card { overflow: hidden; min-height: 440px; display: flex; flex-direction: column; border: 1px solid var(--mp-line); border-radius: 23px; background: #fff; box-shadow: var(--mp-shadow-sm); }
.mp-solution-card:hover { transform: translateY(-7px); box-shadow: var(--mp-shadow-lg); }
.mp-solution-card__visual { position: relative; min-height: 170px; display: grid; place-items: center; background: radial-gradient(circle at 20% 20%,color-mix(in srgb,var(--mp-card-accent) 28%,white),transparent 40%), linear-gradient(135deg,#07152f,#102d67); background-size: cover; background-position: center; }
.mp-solution-card__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 35%,rgba(7,21,47,.3)); }
.mp-solution-card__visual.has-image::before { content: ""; position: absolute; inset: 0; background: rgba(7,21,47,.28); }
.mp-solution-card__visual span { position: relative; z-index: 2; width: 62px; height: 62px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 19px; background: color-mix(in srgb,var(--mp-card-accent) 78%,transparent); box-shadow: 0 14px 35px color-mix(in srgb,var(--mp-card-accent) 34%,transparent); backdrop-filter: blur(10px); }
.mp-solution-card__visual .mp-icon { width: 31px; height: 31px; }
.mp-solution-card__body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.mp-solution-card__body h3 { margin: 0 0 12px; font-size: 1.4rem; letter-spacing: -.025em; }
.mp-solution-card__body p { flex: 1; margin: 0 0 20px; font-size: .91rem; }
.mp-solution-card__body a { display: inline-flex; align-items: center; gap: .45rem; color: var(--mp-blue); font-weight: 760; text-decoration: none; }
.mp-solution-card__body a .mp-icon { width: 17px; height: 17px; }

.mp-technology { overflow: hidden; color: #fff; background: var(--mp-gradient-deep); }
.mp-technology h2, .mp-technology h3 { color: #fff; }
.mp-technology__mesh, .mp-final-cta__mesh { position: absolute; inset: 0; opacity: .28; pointer-events: none; background-image: radial-gradient(circle at 20% 20%,rgba(22,217,180,.42),transparent 24%), radial-gradient(circle at 90% 80%,rgba(140,87,255,.42),transparent 24%), linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: auto,auto,52px 52px,52px 52px; mask-image: linear-gradient(90deg,black,rgba(0,0,0,.55)); }
.mp-technology__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.mp-technology h2 { margin: 0 0 22px; font-size: clamp(2.3rem,4.6vw,4.9rem); }
.mp-technology__lead { margin: 0; color: rgba(255,255,255,.72) !important; font-size: 1.08rem; line-height: 1.8; }
.mp-technology__capabilities { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.mp-technology__capabilities article { display: flex; gap: 14px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.mp-technology__capabilities article:hover { border-color: rgba(86,242,213,.42); background: rgba(255,255,255,.11); transform: translateY(-3px); }
.mp-technology__capabilities article > span { flex: 0 0 auto; font-family: ui-monospace,SFMono-Regular,Consolas,monospace; color: #69fce3; font-size: .72rem; font-weight: 800; }
.mp-technology__capabilities h3 { margin: 0 0 5px; font-size: 1.08rem; }
.mp-technology__capabilities p { margin: 0; color: rgba(255,255,255,.64) !important; font-size: .82rem; line-height: 1.55; }

.mp-process { background: linear-gradient(180deg,#f6f9fe,#fff); }
.mp-process__rail { position: relative; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 18px; }
.mp-process__rail::before { content: ""; position: absolute; top: 25px; left: 9%; right: 9%; border-top: 1px dashed rgba(23,105,255,.34); }
.mp-process-step { position: relative; z-index: 1; text-align: center; }
.mp-process-step__number { width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 16px; color: #fff; border: 6px solid #f6f9fe; border-radius: 50%; background: var(--mp-gradient); box-shadow: 0 9px 25px rgba(23,105,255,.2); font-size: .85rem; font-weight: 800; }
.mp-process-step__icon { width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 14px; color: var(--mp-blue); border-radius: 15px; background: #fff; box-shadow: var(--mp-shadow-sm); }
.mp-process-step__icon .mp-icon { width: 25px; height: 25px; }
.mp-process-step h3 { margin: 0 0 8px; font-size: 1.05rem; }
.mp-process-step p { margin: 0; font-size: .8rem; line-height: 1.55; }

.mp-projects { background: #fff; }
.mp-projects__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.mp-project-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--mp-line); border-radius: 21px; background: #fff; box-shadow: var(--mp-shadow-sm); }
.mp-project-card:hover { transform: translateY(-6px); box-shadow: var(--mp-shadow-lg); }
.mp-project-card__visual { position: relative; min-height: 200px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 20% 20%,rgba(22,217,180,.35),transparent 35%), linear-gradient(135deg,#0a2b67,#6b3dd4); background-size: cover; background-position: center; }
.mp-project-card__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(7,21,47,.05),rgba(7,21,47,.42)); }
.mp-project-card__type { position: absolute; z-index: 2; top: 14px; left: 14px; padding: .45rem .65rem; color: var(--mp-blue); border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 7px 20px rgba(7,21,47,.12); font-size: .68rem; font-weight: 780; }
.mp-project-card__placeholder { position: relative; z-index: 1; width: 68px; height: 68px; display: grid; place-items: center; color: #fff; border-radius: 22px; background: rgba(255,255,255,.14); backdrop-filter: blur(12px); }
.mp-project-card__placeholder .mp-icon { width: 34px; height: 34px; }
.mp-project-card__body { flex: 1; display: flex; flex-direction: column; padding: 21px; }
.mp-project-card__body h3 { margin: 0 0 10px; font-size: 1.18rem; }
.mp-project-card__body h3 a { color: inherit; text-decoration: none; }
.mp-project-card__body p { flex: 1; margin: 0 0 17px; font-size: .83rem; }

.mp-metrics { padding: 0 0 80px; }
.mp-metrics__grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); overflow: hidden; border-radius: 22px; background: var(--mp-gradient); box-shadow: 0 25px 60px rgba(23,105,255,.22); }
.mp-metrics__grid > div { min-height: 135px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px 16px; color: #fff; border-right: 1px solid rgba(255,255,255,.22); text-align: center; }
.mp-metrics__grid > div:last-child { border-right: 0; }
.mp-metrics strong { color: #fff; font-size: clamp(1.8rem,3vw,3rem); line-height: 1; }
.mp-metrics span { margin-top: 10px; color: rgba(255,255,255,.82); font-size: .75rem; line-height: 1.35; }

.mp-allies { background: linear-gradient(180deg,#fff,#f7f9fe); }
.mp-allies__marquee { overflow: hidden; padding: 14px 0; mask-image: linear-gradient(90deg,transparent,black 9%,black 91%,transparent); }
.mp-allies__track { display: flex; gap: 16px; width: max-content; animation: mp-marquee 34s linear infinite; }
.mp-allies__marquee:hover .mp-allies__track { animation-play-state: paused; }
.mp-ally-logo { width: 210px; min-height: 94px; display: grid; place-items: center; padding: 18px; color: var(--mp-ink); border: 1px solid var(--mp-line); border-radius: 17px; background: #fff; text-decoration: none; box-shadow: 0 7px 24px rgba(7,21,47,.05); }
.mp-ally-logo:hover { transform: translateY(-3px); }
.mp-ally-logo img { max-width: 150px; max-height: 55px; object-fit: contain; filter: grayscale(1); opacity: .7; }
.mp-ally-logo:hover img { filter: none; opacity: 1; }
.mp-allies__placeholder { max-width: 760px; display: flex; align-items: center; gap: 20px; margin: 0 auto 26px; padding: 20px 24px; border: 1px dashed rgba(23,105,255,.28); border-radius: 18px; background: rgba(255,255,255,.72); }
.mp-allies__placeholder > span { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; color: var(--mp-blue); border-radius: 16px; background: rgba(23,105,255,.09); }
.mp-allies__placeholder .mp-icon { width: 26px; height: 26px; }
.mp-allies__placeholder p { margin: 0; font-size: .88rem; }

.mp-testimonials { background: #fff; }
.mp-testimonials__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.mp-testimonials blockquote { position: relative; margin: 0; padding: 30px; border: 1px solid var(--mp-line); border-radius: 22px; background: linear-gradient(160deg,#fff,#f7f9fe); box-shadow: var(--mp-shadow-sm); }
.mp-testimonials blockquote > p { margin: 0 0 24px; color: #35435c; font-size: .96rem; line-height: 1.75; }
.mp-testimonials blockquote > p p { margin: 0; }
.mp-quote { position: absolute; top: 10px; right: 20px; color: rgba(23,105,255,.14); font-size: 5rem; font-family: Georgia,serif; line-height: 1; }
.mp-testimonials footer { display: grid; gap: 3px; }
.mp-testimonials footer strong { color: var(--mp-ink); }
.mp-testimonials footer span { color: #6d7a90; font-size: .78rem; }

.mp-final-cta { position: relative; overflow: hidden; padding: clamp(65px,8vw,105px) 0; color: #fff; background: var(--mp-gradient-deep); }
.mp-final-cta__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.mp-final-cta h2 { margin: 0 0 15px; color: #fff; font-size: clamp(2.2rem,4vw,4.3rem); }
.mp-final-cta p:not(.mp-eyebrow) { max-width: 800px; margin: 0; color: rgba(255,255,255,.72); font-size: 1.03rem; }

.mp-site-footer { margin: 0; padding: 65px 0 24px; color: rgba(255,255,255,.72); background: #051126; }
.mp-site-footer__grid, .mp-site-footer__legal { width: min(1240px,calc(100% - 44px)); margin-inline: auto; }
.mp-site-footer .mp-brand { color: #fff; }
.mp-site-footer .mp-brand__copy small { color: rgba(255,255,255,.55); }
.mp-site-footer h3 { color: #fff; }
.mp-site-footer p { color: rgba(255,255,255,.62); font-size: .86rem; }
.mp-footer-links { margin: 0; padding: 0; list-style: none; }
.mp-footer-links li { margin: 0 0 9px; }
.mp-footer-links a, .mp-site-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.mp-footer-links a:hover, .mp-site-footer a:hover { color: #65f4dc; }
.mp-footer-contact p { display: flex; align-items: center; gap: .55rem; margin: 0 0 10px; }
.mp-footer-contact .mp-icon { width: 17px; height: 17px; color: #62f1d9; }
.mp-socials { display: flex; gap: 8px; margin-top: 15px; }
.mp-socials a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: rgba(255,255,255,.06); }
.mp-socials a:hover { color: #fff; background: var(--mp-blue); transform: translateY(-2px); }
.mp-footer-separator { width: min(1240px,calc(100% - 44px)); margin: 42px auto 20px; opacity: .12; }
.mp-site-footer__legal { font-size: .75rem; }
.mp-site-footer__legal p { margin: 0; font-size: .75rem; }

.mp-content-shell { width: min(920px,calc(100% - 44px)); margin: 0 auto; padding: 85px 0 110px; }
.mp-content-shell > h1 { font-size: clamp(2.4rem,5vw,5rem); }
.mp-content-shell .wp-block-post-featured-image img { border-radius: 24px; }
.mp-project-facts { margin-top: 45px; }
.mp-project-facts__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.mp-project-facts__meta span { display: inline-flex; align-items: center; gap: .45rem; padding: .6rem .8rem; color: #50607a; border: 1px solid var(--mp-line); border-radius: 999px; background: var(--mp-mist); font-size: .78rem; }
.mp-project-facts__meta .mp-icon { width: 16px; height: 16px; color: var(--mp-blue); }
.mp-project-facts__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.mp-project-facts__grid article { padding: 24px; border: 1px solid var(--mp-line); border-radius: 18px; background: linear-gradient(160deg,#fff,#f7f9fe); }
.mp-project-facts__grid h2 { margin: 0 0 10px; font-size: 1.25rem; }
.mp-project-facts__grid p { margin: 0; color: #506078; }
.mp-archive-card, .mp-entry-card { overflow: hidden; padding: 20px; border: 1px solid var(--mp-line); border-radius: 20px; background: #fff; box-shadow: var(--mp-shadow-sm); }
.mp-archive-card .wp-block-post-featured-image img { border-radius: 14px; }

[data-mp-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
[data-mp-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes mp-spin { to { transform: rotate(360deg); } }
@keyframes mp-spin-reverse { to { transform: rotate(-360deg); } }
@keyframes mp-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes mp-float-node { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes mp-marquee { to { transform: translateX(calc(-50% - 8px)); } }

@media (max-width: 1180px) {
  .mp-main-nav { display: none; }
  .mp-hero__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .mp-orbit { width: min(520px,48vw); }
  .mp-projects__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mp-process__rail { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .mp-process__rail::before { display: none; }
  .mp-metrics__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .mp-metrics__grid > div:nth-child(3) { border-right: 0; }
}

@media (max-width: 900px) {
  .mp-site-header__inner { width: min(100% - 28px,1240px); }
  .mp-header-cta { display: none; }
  .mp-site-header .wp-block-navigation { display: flex; margin-left: auto; }
  .mp-site-header .wp-block-navigation__responsive-container-open { display: flex; }
  .mp-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none; }
  .mp-site-header .wp-block-navigation__responsive-container.is-menu-open { padding: 28px; color: var(--mp-ink); background: rgba(255,255,255,.98); }
  .mp-hero { min-height: auto; padding-top: 44px; }
  .mp-hero__grid { grid-template-columns: 1fr; }
  .mp-hero__content { text-align: center; }
  .mp-hero__lead, .mp-origin { margin-inline: auto; }
  .mp-hero .mp-actions { justify-content: center; }
  .mp-hero__visual { min-height: 500px; }
  .mp-orbit { width: min(540px,86vw); }
  .mp-needs__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mp-configurator { grid-template-columns: 1fr; }
  .mp-solutions__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mp-technology__grid { grid-template-columns: 1fr; gap: 42px; }
  .mp-process__rail { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mp-metrics__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mp-metrics__grid > div { border-right: 1px solid rgba(255,255,255,.22) !important; border-bottom: 1px solid rgba(255,255,255,.22); }
  .mp-metrics__grid > div:nth-child(even) { border-right: 0 !important; }
  .mp-final-cta__grid { grid-template-columns: 1fr; }
  .mp-testimonials__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .mp-shell, .mp-site-footer__grid, .mp-site-footer__legal, .mp-footer-separator { width: min(100% - 28px,1240px); }
  .mp-brand__mark { width: 42px; height: 42px; }
  .mp-brand__copy strong { font-size: .78rem; }
  .mp-brand__copy small { display: none; }
  .mp-section { padding: 70px 0; }
  .mp-hero h1 { font-size: clamp(2.65rem,13vw,4.3rem); }
  .mp-hero__visual { min-height: 390px; }
  .mp-orbit__node { padding: .55rem .7rem; font-size: .63rem; }
  .mp-orbit__node .mp-icon { width: 15px; height: 15px; }
  .mp-orbit__core p { display: none; }
  .mp-needs .mp-shell { width: min(100% - 20px,1240px); padding: 28px 14px; }
  .mp-needs__grid { gap: 10px; }
  .mp-need-card { min-height: 128px; padding: 12px; }
  .mp-need-card strong { font-size: .76rem; }
  .mp-configurator { padding: 22px 16px; }
  .mp-configurator__form { grid-template-columns: 1fr; }
  .mp-solutions__grid, .mp-projects__grid, .mp-process__rail, .mp-project-facts__grid { grid-template-columns: 1fr; }
  .mp-technology__capabilities { grid-template-columns: 1fr; }
  .mp-section-heading--split { display: block; }
  .mp-section-heading--split > a { margin-top: 18px; }
  .mp-metrics__grid { grid-template-columns: 1fr; }
  .mp-metrics__grid > div { border-right: 0 !important; }
  .mp-final-cta .mp-actions { align-items: stretch; flex-direction: column; }
  .mp-final-cta .mp-button { width: 100%; }
  .mp-site-footer__grid { grid-template-columns: 1fr !important; }
  .mp-site-footer__legal { display: grid !important; gap: 12px; }
  .mp-content-shell { width: min(100% - 28px,920px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  [data-mp-reveal] { opacity: 1; transform: none; }
}

/* ========================================================================
   MULTIPLATFORMS Experience 1.3 — stable first viewport, cleaner needs
   transition, real logo integration and evidence-first indicators.
   ======================================================================== */
body.mpe-site { margin: 0; }
body.mpe-site .wp-site-blocks { padding: 0 !important; }
body.mpe-site .wp-site-blocks > * { margin-block-start: 0 !important; }

/* Fixed header. The wrapper never dictates its own measured height; JavaScript
   measures the actual header and clamps it to prevent runaway blank spaces. */
.mp-header-part {
  position: fixed;
  inset: var(--mp-admin-offset, 0px) 0 auto 0;
  z-index: 10000;
  width: 100%;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mp-header-part .mp-site-header { position: relative; top: auto; }
.mp-home { margin-top: 0; padding-top: var(--mp-header-height, 70px); }

.mp-site-header {
  position: relative;
  z-index: 10000;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(7,21,47,.075);
  background: #fff;
  box-shadow: 0 8px 28px rgba(7,21,47,.06);
}
.mp-site-header.is-scrolled { border-bottom-color: rgba(7,21,47,.1); box-shadow: 0 12px 38px rgba(7,21,47,.09); }
.mp-site-header__inner {
  width: min(1420px, calc(100% - 40px));
  min-height: 70px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: clamp(18px,2.3vw,40px);
  margin-inline: auto;
}
.mp-site-header .mp-brand { min-width: 220px; gap: 11px; }
.mp-site-header .mp-brand__mark { width: 46px; height: 46px; }
.mp-site-header .mp-brand__copy strong { font-size: 1rem; letter-spacing: .045em; }
.mp-site-header .mp-brand__copy small { margin-top: 3px; font-size: .67rem; }
.mp-header-nav { display: flex; align-items: center; justify-content: center; gap: clamp(5px,.9vw,17px); min-width: 0; }
.mp-header-nav a { position: relative; padding: 25px 7px 22px; color: var(--mp-ink); font-size: clamp(.94rem,1vw,1.04rem); font-weight: 790; line-height: 1; text-decoration: none; white-space: nowrap; }
.mp-header-nav a::after { content: ""; position: absolute; left: 50%; bottom: 13px; width: 0; height: 2px; border-radius: 999px; background: var(--mp-gradient); transform: translateX(-50%); transition: width .25s ease; }
.mp-header-nav a:hover, .mp-header-nav a.is-active { color: var(--mp-blue); }
.mp-header-nav a:hover::after, .mp-header-nav a.is-active::after { width: calc(100% - 14px); }
.mp-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.mp-header-cta { min-height: 38px; padding: .56rem .72rem; border-radius: 11px; font-size: .77rem; box-shadow: 0 9px 24px rgba(23,105,255,.2); }
.mp-header-cta .mp-icon { width: 15px; height: 15px; }
.mp-nav-toggle { display: none; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid rgba(7,21,47,.1); border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(7,21,47,.08); cursor: pointer; }
.mp-nav-toggle span { display: block; width: 19px; height: 2px; margin: 3px auto; border-radius: 2px; background: var(--mp-ink); transition: transform .25s ease, opacity .25s ease; }
.mp-nav-open .mp-nav-toggle span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.mp-nav-open .mp-nav-toggle span:nth-child(2) { opacity: 0; }
.mp-nav-open .mp-nav-toggle span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.mp-scroll-progress { position: absolute; inset: auto 0 0; height: 2px; overflow: hidden; pointer-events: none; }
.mp-scroll-progress span { display: block; width: var(--mp-scroll-progress,0%); height: 100%; background: var(--mp-gradient); transition: width .08s linear; }

/* The hero is always the first complete visual impression. */
.mp-section { padding: clamp(48px,5.2vw,76px) 0; }
.mp-section-heading { margin-bottom: 28px; }
.mp-section-heading h2 { margin-bottom: 12px; }
.mp-section-heading p { font-size: .98rem; }
main section[id] { scroll-margin-top: calc(var(--mp-header-height,70px) + 12px); }
.mp-hero {
  min-height: calc(100svh - var(--mp-header-height,70px));
  display: flex;
  align-items: center;
  padding: clamp(26px,3vw,42px) 0 clamp(28px,3.5vw,48px);
}
.mp-hero__grid { width: 100%; grid-template-columns: minmax(0,.94fr) minmax(410px,1.06fr); gap: clamp(34px,4.5vw,64px); }
.mp-hero__content { padding-top: 0; }
.mp-hero h1 { max-width: 700px; margin-bottom: 17px; font-size: clamp(3rem,5.05vw,5.65rem); }
.mp-hero__lead { margin-bottom: 15px; }
.mp-hero__support { max-width: 650px; display: flex; align-items: flex-start; gap: 10px; margin: 0 0 19px; padding: 11px 14px; color: #34445f !important; border: 1px solid rgba(23,105,255,.1); border-radius: 14px; background: rgba(255,255,255,.84); font-size: .82rem; line-height: 1.55; box-shadow: 0 10px 30px rgba(7,21,47,.045); }
.mp-hero__support .mp-icon { flex: 0 0 18px; width: 18px; height: 18px; color: var(--mp-blue); margin-top: 2px; }
.mp-origin { margin-top: 17px; }
.mp-hero__visual { min-height: 440px; }
.mp-orbit { width: min(510px,39vw); }
.mp-orbit__core img { width: 62%; max-height: 230px; object-fit: contain; }

/* No isolated context card. The retained phrase now introduces the routes. */
.mp-needs { padding-top: clamp(42px,4.6vw,66px); background: linear-gradient(180deg,#f4f8ff,#fff 72%); }
.mp-needs .mp-shell { padding: clamp(26px,3.2vw,42px); }
.mp-needs .mp-section-heading { max-width: 900px; margin-bottom: 26px; }
.mp-needs .mp-section-heading .mp-eyebrow { margin-bottom: 12px; }
.mp-needs__grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 11px; }
.mp-need-card { position: relative; min-height: 106px; gap: 8px; padding: 13px 11px; border-radius: 16px; overflow: hidden; transform-style: preserve-3d; }
.mp-need-card::before { content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(145deg,rgba(22,217,180,.08),rgba(23,105,255,.06),rgba(140,87,255,.09)); transition: opacity .25s ease; }
.mp-need-card:hover::before { opacity: 1; }
.mp-need-card__icon { position: relative; width: 38px; height: 38px; border-radius: 12px; }
.mp-need-card__icon .mp-icon { width: 19px; height: 19px; }
.mp-need-card strong { position: relative; max-width: 145px; font-size: .74rem; line-height: 1.28; }
.mp-need-card__arrow { position: absolute; top: 11px; right: 11px; opacity: 0; color: var(--mp-blue); transform: translateX(-5px); }
.mp-need-card__arrow .mp-icon { width: 14px; height: 14px; }
.mp-need-card:hover .mp-need-card__arrow { opacity: 1; transform: translateX(0); }
.mp-configurator { margin-top: 19px; padding: 22px 25px; }
.mp-configurator__form { grid-template-columns: repeat(3,minmax(0,1fr)); }

/* Readiness visual: real logo at the center with two non-overlapping columns. */
.mp-readiness { overflow: hidden; background: radial-gradient(circle at 80% 30%,rgba(140,87,255,.12),transparent 30%), radial-gradient(circle at 20% 80%,rgba(22,217,180,.12),transparent 28%), #f7f9fe; }
.mp-readiness__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(38px,5vw,72px); align-items: center; }
.mp-readiness__copy h2 { margin: 0 0 18px; font-size: clamp(2.35rem,4.35vw,4.55rem); line-height: 1; letter-spacing: -.055em; }
.mp-readiness__copy > p:not(.mp-eyebrow) { max-width: 650px; margin: 0; font-size: 1rem; line-height: 1.75; }
.mp-readiness__statement { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; margin-top: 24px; padding: 15px 17px; border: 1px solid rgba(23,105,255,.13); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: 0 16px 45px rgba(7,21,47,.07); font-size: .88rem; }
.mp-readiness__statement strong { min-width: 140px; color: transparent; background: var(--mp-gradient); -webkit-background-clip: text; background-clip: text; font-size: 1.2rem; }
.mp-readiness__statement strong.is-changing { animation: mp-word-swap .42s ease; }
.mp-capability-cloud { min-height: 440px; display: grid; grid-template-columns: minmax(150px,1fr) 190px minmax(150px,1fr); align-items: center; gap: 16px; perspective: 1000px; }
.mp-capability-cloud__side { display: grid; gap: 10px; }
.mp-capability-cloud__side > span { display: flex; align-items: center; gap: 9px; min-height: 50px; padding: 11px 13px; color: #263550; border: 1px solid rgba(7,21,47,.08); border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 12px 30px rgba(7,21,47,.065); font-size: .75rem; font-weight: 750; animation: mp-cloud-float 5.5s ease-in-out infinite; animation-delay: calc(var(--mp-i) * -.23s); }
.mp-capability-cloud__side > span .mp-icon { width: 19px; height: 19px; color: var(--mp-blue); }
.mp-capability-cloud__side--left > span:nth-child(even) { transform: translateX(10px); }
.mp-capability-cloud__side--right > span:nth-child(odd) { transform: translateX(-10px); }
.mp-capability-cloud__core { position: relative; width: 190px; aspect-ratio: 1; display: grid; place-items: center; align-content: center; justify-items: center; padding: 18px; border: 1px solid rgba(23,105,255,.12); border-radius: 50%; background: radial-gradient(circle,#fff 0 54%,rgba(255,255,255,.78) 71%,rgba(255,255,255,.2) 72%); box-shadow: 0 30px 80px rgba(23,105,255,.16); text-align: center; }
.mp-capability-cloud__core::before, .mp-capability-cloud__core::after { content: ""; position: absolute; border: 1px solid rgba(23,105,255,.11); border-radius: 50%; inset: -18px; }
.mp-capability-cloud__core::after { inset: -36px; border-style: dashed; opacity: .55; }
.mp-capability-cloud__core img { width: 106px; height: 78px; margin-bottom: 7px; object-fit: contain; filter: drop-shadow(0 14px 24px rgba(23,105,255,.18)); }
.mp-capability-cloud__core strong { color: var(--mp-ink); font-size: .82rem; }
.mp-capability-cloud__core small { max-width: 135px; margin-top: 3px; color: #68758d; font-size: .66rem; line-height: 1.35; }

/* Evidence-first metrics: the column count follows the values actually shown. */
.mp-metrics { padding: clamp(28px,3vw,42px) 0; }
.mp-metrics__grid { grid-template-columns: repeat(var(--mp-metric-count,5),minmax(0,1fr)); }

/* Keep richer experiences and compact spacing. */
.mp-technology__capabilities { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.mp-technology__capabilities article { padding: 16px; }
.mp-project-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: -10px 0 22px; }
.mp-project-filters button { padding: .58rem .8rem; color: #40506b; border: 1px solid rgba(7,21,47,.1); border-radius: 999px; background: #fff; font: inherit; font-size: .76rem; font-weight: 720; cursor: pointer; }
.mp-project-filters button:hover, .mp-project-filters button.is-active { color: #fff; border-color: var(--mp-blue); background: linear-gradient(120deg,var(--mp-blue),var(--mp-violet)); box-shadow: 0 9px 26px rgba(23,105,255,.2); }
.mp-project-card.is-hidden { display: none; }
.mp-context-ctas { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.mp-context-ctas a { padding: .6rem .78rem; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.09); font-size: .72rem; font-weight: 720; text-decoration: none; }
.mp-context-ctas a:hover { color: #07152f; background: #fff; transform: translateY(-2px); }
.mp-pointer-field { --mp-pointer-x: 50%; --mp-pointer-y: 50%; }
.mp-pointer-glow { position: absolute; z-index: 0; width: 520px; height: 520px; left: var(--mp-pointer-x); top: var(--mp-pointer-y); border-radius: 50%; opacity: 0; pointer-events: none; background: radial-gradient(circle,rgba(63,207,255,.15),rgba(140,87,255,.06) 40%,transparent 70%); filter: blur(8px); transform: translate(-50%,-50%); transition: opacity .3s ease; }
.mp-pointer-enabled .mp-pointer-field:hover > .mp-pointer-glow { opacity: 1; }
.mp-pointer-field > :not(.mp-pointer-glow) { position: relative; z-index: 1; }
.mp-tilt-enabled [data-mp-tilt]:not(.mp-orbit) { transform: perspective(1000px) rotateX(var(--mp-tilt-card-y,0deg)) rotateY(var(--mp-tilt-card-x,0deg)); }

/* Remove block-theme wrapper spacing around the dynamic header. */
.wp-block-template-part:has(.mp-site-header),
.wp-block-template-part > .wp-block-shortcode:has(.mp-site-header),
.wp-block-template-part > .wp-block-shortcode:first-child:last-child { margin: 0 !important; padding: 0 !important; }
.mp-site-header__inner.wp-block-group { width: min(1420px,calc(100% - 40px)) !important; min-height: 70px; display: grid !important; grid-template-columns: auto minmax(0,1fr) auto !important; align-items: center !important; gap: clamp(18px,2.3vw,40px) !important; margin-inline: auto !important; }
.mp-main-nav { min-width: 0; }
.mp-main-nav .wp-block-navigation__container { flex-wrap: nowrap !important; justify-content: center; gap: clamp(5px,.9vw,17px); }
.mp-main-nav .wp-block-navigation-item__content { padding: .72rem .4rem; font-size: clamp(.94rem,1vw,1.04rem); white-space: nowrap; }

@media (max-width: 1240px) {
  .mp-site-header__inner { width: min(100% - 28px,1360px); gap: 15px; }
  .mp-site-header .mp-brand { min-width: 195px; }
  .mp-header-nav { gap: 3px; }
  .mp-header-nav a { padding-inline: 5px; font-size: .88rem; }
  .mp-needs__grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .mp-capability-cloud { grid-template-columns: minmax(140px,1fr) 170px minmax(140px,1fr); }
  .mp-capability-cloud__core { width: 170px; }
}
@media (max-width: 1020px) {
  .mp-site-header__inner { width: calc(100% - 24px); min-height: 66px; grid-template-columns: 1fr auto; }
  .mp-site-header .mp-brand { min-width: 0; }
  .mp-header-cta { display: none; }
  .mp-nav-toggle { display: grid; }
  .mp-header-nav { position: absolute; top: calc(100% + 8px); left: 12px; right: 12px; display: grid; gap: 4px; padding: 12px; border: 1px solid rgba(7,21,47,.09); border-radius: 18px; background: rgba(255,255,255,.985); box-shadow: 0 22px 60px rgba(7,21,47,.16); opacity: 0; visibility: hidden; transform: translateY(-8px); }
  .mp-header-nav a { padding: 13px 15px; border-radius: 11px; font-size: .94rem; }
  .mp-header-nav a::after { display: none; }
  .mp-header-nav a:hover, .mp-header-nav a.is-active { background: #f2f6ff; }
  .mp-nav-open .mp-header-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .mp-hero { min-height: auto; }
  .mp-hero__grid { grid-template-columns: 1fr; }
  .mp-hero__content { max-width: 760px; }
  .mp-hero__visual { min-height: 420px; }
  .mp-orbit { width: min(500px,80vw); }
  .mp-needs__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .mp-readiness__grid { grid-template-columns: 1fr; }
  .mp-capability-cloud { min-height: auto; grid-template-columns: 1fr 170px 1fr; }
  .mp-configurator__form { grid-template-columns: 1fr 1fr; }
  .mp-configurator__form button { grid-column: 1/-1; }
  .mp-site-header__inner.wp-block-group { width: calc(100% - 24px) !important; min-height: 66px; grid-template-columns: 1fr auto !important; }
  .mp-site-header__inner.wp-block-group > .mp-main-nav { order: 3; grid-column: 1/-1; }
  .mp-site-header__inner.wp-block-group .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none; }
  .mp-site-header__inner.wp-block-group .wp-block-navigation__responsive-container-open { display: flex; }
}
@media (max-width: 782px) {
  .mp-section { padding: 48px 0; }
  .mp-site-header__inner { width: calc(100% - 20px); }
  .mp-site-header .mp-brand__mark { width: 40px; height: 40px; }
  .mp-site-header .mp-brand__copy strong { font-size: .84rem; }
  .mp-site-header .mp-brand__copy small { font-size: .57rem; }
  .mp-hero { padding-top: 28px; }
  .mp-hero h1 { font-size: clamp(2.85rem,13vw,4.35rem); }
  .mp-hero__support { font-size: .76rem; }
  .mp-needs .mp-shell { padding: 24px 16px; border-radius: 24px; }
  .mp-needs__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mp-need-card { min-height: 100px; }
  .mp-configurator { padding: 22px 18px; }
  .mp-configurator__form { grid-template-columns: 1fr; }
  .mp-capability-cloud { grid-template-columns: 1fr; gap: 16px; }
  .mp-capability-cloud__core { grid-row: 1; width: 158px; margin: 8px auto 16px; }
  .mp-capability-cloud__side { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mp-capability-cloud__side > span, .mp-capability-cloud__side--left > span:nth-child(even), .mp-capability-cloud__side--right > span:nth-child(odd) { transform: none; }
  .mp-metrics__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 520px) {
  .mp-needs__grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .mp-need-card { min-height: 96px; padding: 11px 8px; }
  .mp-need-card strong { font-size: .68rem; }
  .mp-capability-cloud__side { grid-template-columns: 1fr; }
  .mp-metrics__grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .mp-capability-cloud__side > span { animation: none; }
}

/* ========================================================================
   MULTIPLATFORMS Experience 1.4 — structural full-width homepage.

   Root fix: the homepage is now a native alignfull dynamic block. The rules
   below also repair legacy Site Editor templates that still contain the old
   [mp_homepage] Shortcode block. No 100vw offsets or negative centering hacks.
   ======================================================================== */
body.mpe-site .is-layout-constrained > .wp-block-multiplatforms-homepage.alignfull,
body.mpe-site .is-layout-constrained > .wp-block-shortcode.mp-homepage-shortcode-host.alignfull,
body.mpe-site .wp-block-multiplatforms-homepage,
body.mpe-site .mp-homepage-block,
body.mpe-site .wp-block-shortcode.mp-homepage-shortcode-host {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.mpe-site .mp-homepage-block > .mp-home,
body.mpe-site .mp-homepage-shortcode-host > .mp-home,
body.mpe-site .wp-block-shortcode.mp-homepage-shortcode-host .mp-home {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-inline: 0 !important;
}

/* Explicitly anchor the two hero columns. This prevents inherited block
   layout rules from placing the copy in the visual column. */
.mp-hero > .mp-shell.mp-hero__grid {
  width: min(1420px, calc(100% - 40px)) !important;
  max-width: 1420px !important;
  margin-inline: auto !important;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr) !important;
}
.mp-hero__content {
  grid-column: 1;
  min-width: 0;
  width: 100%;
  justify-self: stretch;
  align-self: center;
}
.mp-hero__visual {
  grid-column: 2;
  min-width: 0;
  width: 100%;
  justify-self: stretch;
  align-self: center;
}
.mp-hero h1 {
  width: 100%;
  max-width: 720px;
  overflow: visible;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
.mp-hero h1 span { overflow: visible; }
.mp-hero__support { display: none !important; }
.mp-hero__lead { margin-bottom: 24px; }

@media (max-width: 1020px) {
  .mp-hero > .mp-shell.mp-hero__grid {
    width: min(100% - 28px, 760px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .mp-hero__content,
  .mp-hero__visual {
    grid-column: 1;
  }
}

@media (max-width: 640px) {
  .mp-hero > .mp-shell.mp-hero__grid {
    width: min(100% - 22px, 760px) !important;
  }
}

/* ========================================================================
   MULTIPLATFORMS Experience 1.4.1 — hero rebuilt from zero.

   This component deliberately uses a new namespace (`mpx-hero`) so no rule
   from the previous grid, WordPress constrained layouts, shortcode hosts or
   Site Editor customizations can shift its columns. The inner grid has only
   two direct children: copy and visual. Decorative layers are pseudo-elements.
   ======================================================================== */
.mpx-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100svh - var(--mp-header-height, 72px));
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: clamp(46px, 5vw, 82px) 0 clamp(58px, 6vw, 94px);
  background: linear-gradient(180deg, #fff 0%, #fbfdff 68%, #f4f8ff 100%);
}
.mpx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .58;
  background-image:
    linear-gradient(rgba(23,105,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,105,255,.045) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.mpx-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -20% -10%;
  pointer-events: none;
  background:
    radial-gradient(circle at 3% 20%, rgba(22,217,180,.22), transparent 26%),
    radial-gradient(circle at 58% 68%, rgba(140,87,255,.11), transparent 28%),
    radial-gradient(circle at 98% 85%, rgba(140,87,255,.18), transparent 24%);
  filter: blur(12px);
}
.mpx-hero > .mp-pointer-glow { z-index: 0; }
.mpx-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1420px, calc(100% - 48px));
  max-width: 1420px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(500px, 1.02fr);
  align-items: center;
  gap: clamp(42px, 5vw, 82px);
}
.mpx-hero__copy {
  min-width: 0;
  width: 100%;
  max-width: 700px;
  margin: 0;
  padding: 0;
  justify-self: start;
  align-self: center;
  text-align: left;
}
.mpx-hero__copy .mp-eyebrow {
  max-width: 680px;
  margin-bottom: 20px;
}
.mpx-hero h1 {
  width: 100%;
  max-width: 700px;
  margin: 0 0 24px;
  padding: 0;
  color: var(--mp-ink);
  font-size: clamp(3.35rem, 5.15vw, 6rem);
  line-height: .94;
  letter-spacing: -.065em;
  overflow: visible;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
.mpx-hero h1 span {
  display: block;
  color: transparent;
  background: var(--mp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
}
.mpx-hero__lead {
  width: 100%;
  max-width: 640px;
  margin: 0 0 28px;
  color: #44526a !important;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.72;
}
.mpx-hero .mp-origin {
  max-width: 620px;
  margin-top: 27px;
}
.mpx-hero__visual {
  min-width: 0;
  width: 100%;
  min-height: 560px;
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
  justify-self: stretch;
  align-self: center;
}
.mpx-hero__visual .mp-orbit {
  width: min(600px, 100%);
  max-width: 600px;
}

@media (max-width: 1180px) {
  .mpx-hero__inner {
    width: min(100% - 36px, 1120px);
    grid-template-columns: minmax(0, .96fr) minmax(440px, 1.04fr);
    gap: 34px;
  }
  .mpx-hero h1 { font-size: clamp(3.05rem, 5.7vw, 5rem); }
  .mpx-hero__visual { min-height: 500px; }
  .mpx-hero__visual .mp-orbit { width: min(530px, 100%); }
}

@media (max-width: 1020px) {
  .mpx-hero {
    min-height: auto;
    padding: 48px 0 62px;
  }
  .mpx-hero__inner {
    width: min(100% - 32px, 780px);
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }
  .mpx-hero__copy {
    max-width: 760px;
    justify-self: center;
    text-align: center;
  }
  .mpx-hero__copy .mp-eyebrow,
  .mpx-hero h1,
  .mpx-hero__lead,
  .mpx-hero .mp-origin { margin-inline: auto; }
  .mpx-hero .mp-actions { justify-content: center; }
  .mpx-hero__visual { min-height: 470px; }
  .mpx-hero__visual .mp-orbit { width: min(520px, 82vw); }
}

@media (max-width: 640px) {
  .mpx-hero { padding: 34px 0 48px; }
  .mpx-hero__inner { width: min(100% - 24px, 760px); gap: 28px; }
  .mpx-hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .mpx-hero__lead { font-size: .98rem; line-height: 1.65; }
  .mpx-hero__visual { min-height: 390px; }
  .mpx-hero__visual .mp-orbit { width: min(430px, 88vw); }
}

/* ========================================================================
   MULTIPLATFORMS Experience 1.4.2 — first viewport composition.

   The hero now starts close to the fixed header and is dimensioned against
   the available viewport height. Copy, actions and the complete orbit remain
   visible together on common desktop and laptop screens.
   ======================================================================== */
@media (min-width: 1021px) {
  .mpx-hero {
    box-sizing: border-box;
    min-height: calc(100svh - var(--mp-header-height, 72px));
    align-items: flex-start;
    padding: clamp(18px, 2.4vh, 28px) 0 clamp(18px, 2.8vh, 32px);
  }

  .mpx-hero__inner {
    align-items: start;
    gap: clamp(34px, 4vw, 64px);
  }

  .mpx-hero__copy,
  .mpx-hero__visual {
    align-self: start;
  }

  .mpx-hero__copy .mp-eyebrow {
    margin-bottom: 14px;
  }

  .mpx-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(3.2rem, 4.75vw, 5.45rem);
    line-height: .92;
  }

  .mpx-hero__lead {
    margin-bottom: 20px;
    font-size: clamp(.98rem, 1.18vw, 1.12rem);
    line-height: 1.58;
  }

  .mpx-hero .mp-actions {
    gap: 12px;
  }

  .mpx-hero .mp-origin {
    margin-top: 16px;
  }

  .mpx-hero__visual {
    min-height: 540px;
  }

  .mpx-hero__visual .mp-orbit {
    width: min(540px, 41vw, calc(100svh - var(--mp-header-height, 72px) - 54px));
    max-width: 540px;
  }
}

/* Laptop-height refinement: keep all calls to action and every orbit node in
   the first viewport without shrinking the design into a cramped layout. */
@media (min-width: 1021px) and (max-height: 820px) {
  .mpx-hero {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .mpx-hero__copy .mp-eyebrow {
    margin-bottom: 10px;
  }

  .mpx-hero h1 {
    margin-bottom: 14px;
    font-size: clamp(3rem, 4.45vw, 5rem);
  }

  .mpx-hero__lead {
    margin-bottom: 16px;
    line-height: 1.5;
  }

  .mpx-hero .mp-origin {
    margin-top: 12px;
  }

  .mpx-hero__visual {
    min-height: 500px;
  }

  .mpx-hero__visual .mp-orbit {
    width: min(500px, 39vw, calc(100svh - var(--mp-header-height, 72px) - 32px));
    max-width: 500px;
  }
}

@media (min-width: 1021px) and (max-height: 700px) {
  .mpx-hero h1 {
    font-size: clamp(2.85rem, 4.15vw, 4.6rem);
  }

  .mpx-hero__lead {
    font-size: .98rem;
  }

  .mpx-hero__visual {
    min-height: 455px;
  }

  .mpx-hero__visual .mp-orbit {
    width: min(455px, 37vw, calc(100svh - var(--mp-header-height, 72px) - 24px));
    max-width: 455px;
  }
}

/* ========================================================================
   MULTIPLATFORMS Experience 1.5.0 — responsive hardening + dynamic hero.
   Fixes horizontal scroll on mobile, keeps the first fold balanced and adds
   a stronger 3D feel to the orbit/logo cluster.
   ======================================================================== */
html, body {
  max-width: 100%;
  overflow-x: clip;
}

.wp-site-blocks,
.site,
.site-content,
main {
  max-width: 100%;
  overflow-x: clip;
}

.mpx-hero {
  overflow: clip;
}

.mpx-hero__accent {
  display: inline-block;
  min-width: min(7.8ch, 100%);
  will-change: transform, opacity;
}

.mpx-hero__accent.is-changing {
  opacity: .25;
  transform: translateY(8px) scale(.985);
}

.mpx-hero__copy {
  position: relative;
  z-index: 2;
}

.mpx-hero__visual {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.mpx-hero__visual .mp-orbit {
  transform-style: preserve-3d;
  filter: drop-shadow(0 34px 68px rgba(23,105,255,.10));
}

.mpx-hero__visual .mp-orbit::after {
  content: "";
  position: absolute;
  inset: 13%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.72), rgba(255,255,255,0) 62%);
  pointer-events: none;
  mix-blend-mode: screen;
}

.mpx-hero__visual .mp-orbit__core {
  transform: translateZ(26px);
}

.mpx-hero__visual .mp-orbit__core img {
  filter: drop-shadow(0 18px 24px rgba(11,75,210,.20)) drop-shadow(0 30px 55px rgba(140,87,255,.16));
}

.mpx-hero__visual .mp-orbit__node {
  box-shadow: 0 14px 32px rgba(7,21,47,.10), inset 0 1px 0 rgba(255,255,255,.8);
}

@media (min-width: 1021px) {
  .mpx-hero__copy {
    padding-top: clamp(18px, 3.4vh, 36px);
  }
}

@media (min-width: 1021px) and (max-height: 820px) {
  .mpx-hero__copy {
    padding-top: 10px;
  }
}

@media (max-width: 1020px) {
  .mpx-hero {
    padding: 26px 0 42px;
  }

  .mpx-hero__inner {
    width: min(100% - 24px, 760px);
    gap: 24px;
  }

  .mpx-hero__copy {
    max-width: 100%;
    padding-top: 0;
  }

  .mpx-hero__visual {
    width: 100%;
    min-height: auto;
    display: flex;
    justify-content: center;
    overflow: clip;
  }

  .mpx-hero__visual .mp-orbit {
    width: min(500px, calc(100vw - 36px));
    max-width: 100%;
    margin-inline: auto;
  }

  .mpx-hero__visual .mp-orbit__core p {
    bottom: 1.5%;
  }
}

@media (max-width: 767px) {
  .mp-header,
  .mpx-hero,
  .mpx-hero__inner,
  .mpx-hero__visual,
  .mpx-hero__visual .mp-orbit {
    max-width: 100%;
  }

  .mpx-hero {
    padding: 18px 0 36px;
  }

  .mpx-hero__copy .mp-eyebrow {
    margin-bottom: 10px;
    font-size: .82rem;
    line-height: 1.45;
  }

  .mpx-hero h1 {
    font-size: clamp(2.2rem, 10.6vw, 3.6rem);
    line-height: .94;
    margin-bottom: 14px;
  }

  .mpx-hero__lead {
    font-size: .98rem;
    line-height: 1.62;
    margin-bottom: 16px;
  }

  .mpx-hero .mp-actions {
    gap: 10px;
  }

  .mpx-hero .mp-actions .mp-button {
    width: 100%;
    justify-content: center;
  }

  .mpx-hero .mp-origin {
    margin-top: 12px;
    font-size: .93rem;
  }

  .mpx-hero__visual {
    padding-inline: 2px;
  }

  .mpx-hero__visual .mp-orbit {
    width: min(420px, calc(100vw - 28px));
  }

  .mpx-hero__visual .mp-orbit__ring--one {
    inset: 9%;
  }

  .mpx-hero__visual .mp-orbit__ring--two {
    inset: 20%;
  }

  .mpx-hero__visual .mp-orbit__core {
    inset: 25%;
  }

  .mpx-hero__visual .mp-orbit__core p {
    font-size: .74rem;
    bottom: 2%;
  }

  .mpx-hero__visual .mp-orbit__node {
    gap: .42rem;
    padding: .62rem .82rem;
    font-size: .70rem;
  }

  .mpx-hero__visual .mp-orbit__node .mp-icon {
    width: 17px;
    height: 17px;
  }

  .mpx-hero__visual .mp-orbit__node--1 { top: 4%; left: 50%; transform: translateX(-50%); }
  .mpx-hero__visual .mp-orbit__node--2 { top: 23%; left: 0.5%; }
  .mpx-hero__visual .mp-orbit__node--3 { top: 23%; right: 0.5%; }
  .mpx-hero__visual .mp-orbit__node--4 { bottom: 22%; right: 1%; }
  .mpx-hero__visual .mp-orbit__node--5 { bottom: 22%; left: 1%; }
  .mpx-hero__visual .mp-orbit__node--6 { bottom: 1%; left: 50%; transform: translateX(-50%); }
}

@media (max-width: 480px) {
  .mpx-hero__inner {
    width: min(100% - 18px, 760px);
  }

  .mpx-hero h1 {
    font-size: clamp(2rem, 11.2vw, 3.25rem);
  }

  .mpx-hero__visual .mp-orbit {
    width: min(388px, calc(100vw - 18px));
  }

  .mpx-hero__visual .mp-orbit__node {
    font-size: .66rem;
    padding: .56rem .74rem;
  }

  .mpx-hero__visual .mp-orbit__node--2,
  .mpx-hero__visual .mp-orbit__node--5 {
    left: -1%;
  }

  .mpx-hero__visual .mp-orbit__node--3,
  .mpx-hero__visual .mp-orbit__node--4 {
    right: -1%;
  }
}

/* ========================================================================
   MULTIPLATFORMS Experience 1.5.1 — hero balance refinement.
   - Drops the copy block slightly on desktop for better symmetry.
   - Removes the milky fog over the orbit/logo area.
   - Keeps the logo vivid and the orbit cleaner.
   ======================================================================== */
@media (min-width: 1021px) {
  .mpx-hero__inner {
    align-items: center;
  }

  .mpx-hero__copy {
    padding-top: clamp(42px, 6.2vh, 72px);
    align-self: center;
  }

  .mpx-hero__visual {
    align-self: center;
  }
}

@media (min-width: 1021px) and (max-height: 820px) {
  .mpx-hero__copy {
    padding-top: clamp(28px, 4.4vh, 48px);
  }
}

/* Clearer orbit area: reduce haze and preserve brand colors */
.mpx-hero__visual .mp-orbit::before {
  background: radial-gradient(circle, rgba(255,255,255,.98) 0 41%, rgba(255,255,255,.18) 68%, transparent 71%);
  box-shadow: 0 28px 80px rgba(23,105,255,.10);
}

.mpx-hero__visual .mp-orbit::after {
  inset: 16%;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.28), rgba(255,255,255,0) 58%);
  opacity: .55;
}

.mpx-hero__visual .mp-orbit__core img {
  opacity: 1;
  filter: saturate(1.08) contrast(1.04) drop-shadow(0 12px 18px rgba(11,75,210,.12)) drop-shadow(0 22px 38px rgba(140,87,255,.10));
}

.mpx-hero__visual .mp-orbit__node {
  background: rgba(255,255,255,.97);
}
