:root {
  --mxp-ink: #f7fbff;
  --mxp-muted: #91a8c1;
  --mxp-deep: #020816;
  --mxp-navy: #06162f;
  --mxp-panel: #0a2347;
  --mxp-blue: #168cff;
  --mxp-cyan: #43d9ff;
  --mxp-mint: #43e2b2;
  --mxp-line: rgba(154, 205, 255, .16);
  --mxp-glass: rgba(7, 24, 50, .72);
  --mxp-ease: cubic-bezier(.22, 1, .36, 1);
}

body.mymex-home-premium-body {
  min-height: 100vh;
  background: var(--mxp-deep);
  color: var(--mxp-ink);
}

body.mymex-home-premium-body .mymex-site-nav {
  top: 22px;
  width: min(1160px, calc(100% - 48px));
  min-height: 70px;
  padding: 10px 12px 10px 24px;
  border-color: rgba(154, 205, 255, .2);
  border-radius: 23px;
  background: rgba(5, 25, 48, .88);
  box-shadow: 0 25px 65px rgba(0, 14, 34, .28);
}

body.mymex-home-premium-body .mymex-site-links a {
  color: #aebfd2;
  font-size: 12px;
  letter-spacing: .01em;
}

body.mymex-home-premium-body .mymex-site-links a:hover {
  color: #fff;
}

body.mymex-home-premium-body .mymex-site-cta {
  border-radius: 14px;
  color: #03251d;
  background: linear-gradient(112deg, #43e2b2, #43d9ff);
  box-shadow: 0 12px 32px rgba(67, 226, 178, .16);
  border: 1px solid rgba(104, 255, 207, .36);
}

body.mymex-home-premium-body .mymex-site-cta:hover {
  color: #021d17;
  border-color: rgba(147, 255, 222, .68);
  background: linear-gradient(112deg, #66edc2, #65e2ff);
  box-shadow: 0 17px 38px rgba(67, 226, 178, .24);
}

.mxp-site {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 84% 7%, rgba(22, 140, 255, .18), transparent 28%),
    linear-gradient(145deg, #020816 0%, #06162f 54%, #041027 100%);
  box-shadow: none;
}

.mxp-ambient {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.mxp-grid {
  position: absolute;
  inset: 0;
  opacity: .5;
  background-image:
    linear-gradient(rgba(105, 210, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 210, 255, .12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.mxp-orb {
  position: absolute;
  border-radius: 999px;
  opacity: .48;
}

.mxp-orb-one {
  width: 560px;
  height: 560px;
  right: -240px;
  top: -220px;
  border: 1px solid rgba(67, 217, 255, .3);
  box-shadow: inset 0 0 120px rgba(22, 140, 255, .15);
  animation: mxpOrbit 18s ease-in-out infinite alternate;
}

.mxp-orb-two {
  width: 420px;
  height: 420px;
  left: -220px;
  top: 900px;
  background: rgba(22, 140, 255, .1);
  filter: blur(90px);
  animation: mxpDrift 15s ease-in-out infinite alternate;
}

.mxp-cursor-light {
  position: fixed;
  width: 520px;
  height: 520px;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 187, 255, .07), transparent 67%);
  transition: transform .16s ease-out;
}

.mxp-hero {
  min-height: 970px;
  width: min(1680px, 100%);
  margin: 0 auto;
  padding: 164px clamp(58px, 5vw, 96px) 94px;
  display: grid;
  grid-template-columns: minmax(470px, .82fr) minmax(650px, 1.18fr);
  align-items: center;
  gap: clamp(34px, 4vw, 76px);
}

.mxp-hero-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.mxp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #9cb6d0;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.mxp-eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mxp-cyan);
  box-shadow: 0 0 18px var(--mxp-cyan);
}

.mxp-hero h1 {
  max-width: 620px;
  margin: 29px 0 0;
  color: #fff;
  font-size: clamp(63px, 6.1vw, 98px);
  line-height: .9;
  letter-spacing: -.075em;
  font-weight: 820;
}

.mxp-hero h1 em {
  display: inline;
  color: transparent;
  font-style: normal;
  background: linear-gradient(112deg, #35b9ff 4%, #168cff 48%, #43e2b2 98%);
  background-clip: text;
  -webkit-background-clip: text;
}

.mxp-hero-copy > p {
  max-width: 580px;
  margin: 34px 0 0;
  color: var(--mxp-muted);
  font-size: 17px;
  line-height: 1.75;
}

.mxp-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.mxp-primary,
.mxp-secondary {
  min-height: 58px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 17px;
  color: #fff;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
  cursor: pointer;
  transition: transform .35s var(--mxp-ease), box-shadow .35s, border-color .35s, background .35s;
}

.mxp-primary {
  color: #03251d;
  border: 1px solid rgba(112, 255, 209, .36);
  background: linear-gradient(115deg, #43e2b2, #43d9ff);
  box-shadow: 0 20px 50px rgba(35, 220, 174, .22);
}

.mxp-primary span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(3, 37, 29, .12);
}

.mxp-secondary {
  border: 1px solid rgba(154, 205, 255, .2);
  background: rgba(255, 255, 255, .045);
}

.mxp-secondary > span {
  color: var(--mxp-cyan);
  font-size: 18px;
}

.mxp-primary:hover,
.mxp-secondary:hover {
  transform: translateY(-3px);
}

.mxp-primary:hover {
  box-shadow: 0 26px 60px rgba(35, 220, 174, .32);
}

.mxp-secondary:hover {
  border-color: rgba(67, 217, 255, .45);
  background: rgba(67, 217, 255, .09);
}

.mxp-proof {
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #7992ad;
  font-size: 11px;
}

.mxp-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.mxp-proof b {
  color: var(--mxp-mint);
}

.mxp-product-stage {
  --mxp-stage-x: 0px;
  --mxp-stage-y: 0px;
  position: relative;
  min-width: 0;
  height: 650px;
  translate: var(--mxp-stage-x) var(--mxp-stage-y);
  filter: drop-shadow(0 30px 55px rgba(0, 0, 0, .24));
  transition: translate .65s var(--mxp-ease);
}

.mxp-product-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 6% -7% 0 2%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 66% 48%, rgba(67, 217, 255, .2), transparent 17%),
    radial-gradient(circle at 66% 48%, transparent 24%, rgba(22, 140, 255, .12) 25%, transparent 43%);
  animation: mxpPowerPulse 3.8s ease-in-out infinite;
}

.mxp-hero-vision {
  position: absolute;
  z-index: 2;
  inset: 82px -64px auto -18px;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(126, 211, 255, .32);
  border-radius: 28px;
  background: #020817;
  box-shadow:
    0 52px 120px rgba(0, 0, 0, .56),
    0 0 0 1px rgba(67, 217, 255, .06),
    0 0 90px rgba(0, 140, 255, .2);
  transform: perspective(1400px) rotateY(-4deg) rotateX(1.5deg);
  animation: mxpDashboardFloat 7s ease-in-out infinite;
}

.mxp-hero-vision::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 28%, rgba(92, 220, 255, .14) 46%, transparent 61%);
  transform: translateX(-130%);
  animation: mxpScreenSweep 7s ease-in-out infinite;
}

.mxp-hero-vision > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mxp-hero-vision figcaption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  max-width: calc(100% - 40px);
  padding: 11px 14px;
  border: 1px solid rgba(111, 207, 255, .25);
  border-radius: 14px;
  color: #eaf8ff;
  background: rgba(2, 14, 32, .8);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
}

.mxp-hero-vision figcaption > i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mxp-cyan);
  box-shadow: 0 0 18px var(--mxp-cyan);
}

.mxp-hero-vision figcaption span { display: grid; gap: 2px; }
.mxp-hero-vision figcaption small {
  color: var(--mxp-cyan);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mxp-hero-vision figcaption strong { font-size: 10px; }

.mxp-electric-field {
  position: absolute;
  z-index: 1;
  inset: -8px -44px -18px -34px;
  width: calc(100% + 78px);
  height: calc(100% + 26px);
  overflow: visible;
  pointer-events: none;
}

.mxp-electric-line,
.mxp-electric-bolt {
  fill: none;
  stroke: url(#mxpElectricGradient);
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: url(#mxpElectricGlow);
}

.mxp-electric-line {
  opacity: .44;
  stroke-width: 1.6;
  stroke-dasharray: 18 26 4 38;
  animation: mxpCurrent 5.2s linear infinite;
}

.mxp-electric-line-two {
  opacity: .26;
  animation-direction: reverse;
  animation-duration: 6.8s;
}

.mxp-electric-bolt {
  opacity: .34;
  stroke-width: 2;
  animation: mxpBoltFlash 4.6s ease-in-out infinite;
}

.mxp-stage-orbit {
  position: absolute;
  border: 1px solid rgba(67, 217, 255, .17);
  border-radius: 50%;
}

.mxp-stage-orbit-one {
  width: 570px;
  height: 570px;
  right: -120px;
  top: 0;
  animation: mxpSpin 36s linear infinite;
}

.mxp-stage-orbit-two {
  width: 390px;
  height: 390px;
  right: -28px;
  top: 90px;
  border-style: dashed;
  animation: mxpSpinReverse 28s linear infinite;
}

.mxp-admin-window {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 95px;
  width: 550px;
  overflow: hidden;
  border: 1px solid rgba(157, 209, 255, .24);
  border-radius: 23px;
  background: #f5f8fc;
  color: #09203e;
  box-shadow: 0 38px 90px rgba(0, 0, 0, .42);
  transform: perspective(1100px) rotateY(-4deg) rotateX(2deg);
}

.mxp-admin-real {
  top: 88px;
  width: min(690px, calc(100% - 76px));
  border-color: rgba(126, 211, 255, .36);
  background: #eaf0f6;
  box-shadow:
    0 48px 110px rgba(0, 0, 0, .52),
    0 0 0 1px rgba(67, 217, 255, .08),
    0 0 65px rgba(0, 151, 255, .16);
  transform: perspective(1300px) rotateY(-5deg) rotateX(1.5deg);
  animation: mxpDashboardFloat 7s ease-in-out infinite;
}

.mxp-admin-real > header {
  background: linear-gradient(90deg, #fff, #f7fbff);
}

.mxp-admin-real > header small {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.mxp-admin-real > header small i {
  width: 5px;
  height: 5px;
  background: #20c991;
  box-shadow: 0 0 10px rgba(32, 201, 145, .7);
}

.mxp-admin-real-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.44;
  background: #f3f6fa;
}

.mxp-admin-real-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, .24) 42%, transparent 58%);
  transform: translateX(-130%);
  animation: mxpScreenSweep 7s ease-in-out infinite;
}

.mxp-admin-real-screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.mxp-admin-window > header {
  height: 49px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid #dfe8f1;
  background: #fff;
}

.mxp-admin-window > header > span {
  display: flex;
  gap: 5px;
}

.mxp-admin-window > header i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5e1ed;
}

.mxp-admin-window > header b {
  margin-left: 5px;
  font-size: 11px;
}

.mxp-admin-window > header small {
  color: #7d8fa4;
  font-size: 9px;
}

.mxp-admin-layout {
  min-height: 340px;
  display: grid;
  grid-template-columns: 55px 1fr;
}

.mxp-admin-layout > aside {
  padding: 14px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  background: #061b36;
}

.mxp-admin-layout > aside img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 9px;
}

.mxp-admin-layout > aside i {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(192, 220, 246, .22);
  border-radius: 6px;
}

.mxp-admin-layout > aside i.is-active {
  border-color: #37cfff;
  background: rgba(55, 207, 255, .22);
  box-shadow: 0 0 18px rgba(55, 207, 255, .22);
}

.mxp-admin-layout > section {
  min-width: 0;
  padding: 23px 21px;
}

.mxp-admin-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.mxp-admin-title span {
  display: grid;
  gap: 4px;
}

.mxp-admin-title small {
  color: #7890aa;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.mxp-admin-title strong {
  max-width: 270px;
  font-size: 17px;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.mxp-admin-title button {
  padding: 7px 10px;
  border: 0;
  border-radius: 8px;
  background: #087cf0;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}

.mxp-admin-metrics {
  margin-top: 19px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.mxp-admin-metrics article {
  min-width: 0;
  padding: 12px;
  display: grid;
  gap: 4px;
  border: 1px solid #dce7f1;
  border-radius: 12px;
  background: #fff;
}

.mxp-admin-metrics small {
  color: #7890aa;
  font-size: 8px;
}

.mxp-admin-metrics strong {
  font-size: 20px;
}

.mxp-admin-metrics em {
  overflow: hidden;
  color: #07956d;
  font-size: 7px;
  font-style: normal;
  white-space: nowrap;
}

.mxp-admin-chart {
  margin-top: 10px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid #dce7f1;
  border-radius: 12px;
  background: #fff;
}

.mxp-admin-chart header {
  display: flex;
  justify-content: space-between;
  color: #6d839a;
  font-size: 8px;
}

.mxp-admin-chart header strong {
  color: #17314f;
}

.mxp-admin-chart svg {
  width: 100%;
  height: 95px;
  margin-top: 8px;
}

.mxp-chart-fill {
  fill: url(#mxpChartFill);
}

.mxp-chart-line {
  fill: none;
  stroke: #129ff2;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 620;
  stroke-dashoffset: 620;
  animation: mxpDraw 2.2s .6s var(--mxp-ease) forwards;
}

.mxp-phone {
  position: absolute;
  z-index: 5;
  right: -4px;
  bottom: 0;
  width: 213px;
  height: 435px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(202, 229, 255, .48);
  border-radius: 35px;
  background: #020a16;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .58);
  transform: rotate(3deg);
}

.mxp-phone-notch {
  position: absolute;
  z-index: 3;
  top: 13px;
  left: 50%;
  width: 70px;
  height: 17px;
  transform: translateX(-50%);
  border-radius: 0 0 12px 12px;
  background: #01050c;
}

.mxp-phone-screen {
  height: 100%;
  padding: 27px 13px 16px;
  border-radius: 28px;
  background: linear-gradient(160deg, #0b315d, #07172d 58%, #03101f);
}

.mxp-phone-brand {
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .05em;
}

.mxp-phone-brand b {
  color: var(--mxp-cyan);
}

.mxp-phone-hero {
  position: relative;
  height: 112px;
  margin: 16px -13px 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(67, 217, 255, .17), transparent 45%),
    linear-gradient(155deg, #0f5a98, #092040);
}

.mxp-phone-hero::before,
.mxp-phone-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(97, 223, 255, .38);
}

.mxp-phone-hero::before {
  width: 150px;
  height: 150px;
  right: -58px;
  top: -58px;
}

.mxp-phone-hero::after {
  width: 90px;
  height: 90px;
  left: -42px;
  bottom: -52px;
}

.mxp-phone-profile {
  margin-top: -22px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 9px;
}

.mxp-phone-profile > span {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #118bd8, #052653);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.mxp-phone-profile > div {
  display: grid;
  gap: 2px;
  padding-bottom: 3px;
}

.mxp-phone-profile strong {
  font-size: 10px;
}

.mxp-phone-profile small {
  color: #7fdfff;
  font-size: 6px;
}

.mxp-phone-screen > p {
  margin: 14px 0;
  color: #9db2c9;
  font-size: 8px;
  line-height: 1.55;
}

.mxp-phone-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.mxp-phone-actions b {
  padding: 9px 4px;
  border: 1px solid rgba(131, 197, 255, .18);
  border-radius: 9px;
  background: rgba(255, 255, 255, .04);
  color: #cce5fa;
  font-size: 7px;
  text-align: center;
}

.mxp-float {
  position: absolute;
  z-index: 7;
  min-width: 168px;
  padding: 13px 15px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(130, 199, 255, .26);
  border-radius: 15px;
  background: rgba(6, 30, 59, .92);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .35);
  backdrop-filter: blur(18px);
  animation: mxpFloat 5.5s ease-in-out infinite;
}

.mxp-float span {
  color: var(--mxp-cyan);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.mxp-float strong {
  font-size: 10px;
}

.mxp-float small {
  color: #839ab3;
  font-size: 7px;
}

.mxp-float-lead {
  left: 26px;
  top: 58px;
}

.mxp-float-jarvis {
  right: 75px;
  bottom: 7px;
  animation-delay: -2.4s;
}

.mxp-capability-rail {
  min-height: 86px;
  padding: 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid var(--mxp-line);
  border-bottom: 1px solid var(--mxp-line);
  color: #7f97b1;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mxp-capability-rail i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mxp-cyan);
  box-shadow: 0 0 12px var(--mxp-cyan);
}

.mxp-card-showcase {
  position: relative;
  width: min(1520px, 100%);
  margin: 0 auto;
  padding: 118px 58px;
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(600px, 1.3fr);
  align-items: center;
  gap: clamp(42px, 6vw, 92px);
  border-bottom: 1px solid var(--mxp-line);
}

.mxp-card-showcase-copy h2 {
  max-width: 600px;
  margin: 21px 0 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 74px);
  line-height: .98;
  letter-spacing: -.065em;
}

.mxp-card-showcase-copy > p {
  max-width: 580px;
  margin: 26px 0 0;
  color: var(--mxp-muted);
  font-size: 15px;
  line-height: 1.75;
}

.mxp-card-showcase-tags {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mxp-card-showcase-tags span {
  padding: 9px 12px;
  border: 1px solid rgba(92, 197, 255, .2);
  border-radius: 999px;
  color: #9fc5df;
  background: rgba(255, 255, 255, .035);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: .03em;
}

.mxp-card-showcase-visual {
  position: relative;
  isolation: isolate;
  margin: 0;
  overflow: visible;
  transform: perspective(1500px) rotateY(-2deg);
  animation: mxpShowcaseFloat 8s ease-in-out infinite;
}

.mxp-card-showcase-media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(111, 210, 255, .3);
  border-radius: 30px;
  background: #06162f;
  box-shadow: 0 48px 120px rgba(0, 0, 0, .42), 0 0 70px rgba(16, 142, 255, .13);
}

.mxp-card-showcase-media::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,.07), transparent 28%, transparent 72%, rgba(67,217,255,.05));
}

.mxp-card-showcase-visual img,
.mxp-card-showcase-visual video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.mxp-card-showcase-visual video {
  background: #020817;
}

.mxp-video-play {
  position: absolute;
  z-index: 6;
  inset: 50% auto auto 50%;
  min-width: 188px;
  min-height: 64px;
  padding: 10px 18px 10px 11px;
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  border: 1px solid rgba(133, 223, 255, .46);
  border-radius: 18px;
  color: #fff;
  background: rgba(2, 18, 40, .9);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .46), 0 0 35px rgba(67, 217, 255, .17);
  backdrop-filter: blur(16px);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform .25s var(--mxp-ease), opacity .25s, border-color .25s, background .25s;
}

.mxp-video-play > span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #03251d;
  background: linear-gradient(135deg, var(--mxp-mint), var(--mxp-cyan));
  box-shadow: 0 0 24px rgba(67, 226, 178, .3);
  font-size: 14px;
}

.mxp-video-play strong {
  align-self: end;
  font-size: 12px;
  line-height: 1.15;
}

.mxp-video-play small {
  align-self: start;
  color: #8fb0ca;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mxp-video-play:hover,
.mxp-video-play:focus-visible {
  border-color: rgba(67, 226, 178, .76);
  background: rgba(3, 27, 57, .96);
  transform: translate(-50%, -50%) scale(1.04);
}

.mxp-card-showcase-visual.is-playing .mxp-video-play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.92);
}

.mxp-card-showcase-glow {
  position: absolute;
  z-index: 0;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .42;
  pointer-events: none;
  animation: mxpShowcaseGlow 7s ease-in-out infinite alternate;
}

.mxp-card-showcase-glow-one {
  left: -70px;
  top: -90px;
  background: #168cff;
}

.mxp-card-showcase-glow-two {
  right: -90px;
  bottom: -100px;
  background: #43e2b2;
  animation-delay: -3.5s;
}

.mxp-card-showcase-sweep {
  position: absolute;
  z-index: 4;
  top: -20%;
  bottom: -20%;
  left: -28%;
  width: 18%;
  opacity: .48;
  transform: rotate(12deg);
  background: linear-gradient(90deg, transparent, rgba(164, 231, 255, .42), transparent);
  filter: blur(10px);
  pointer-events: none;
  animation: mxpShowcaseSweep 6.8s ease-in-out infinite;
}

.mxp-card-showcase-visual figcaption {
  position: relative;
  z-index: 1;
  width: calc(100% - 28px);
  min-height: 58px;
  margin: 14px auto 0;
  padding: 11px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(143, 215, 255, .26);
  border-radius: 16px;
  background: linear-gradient(115deg, rgba(3, 17, 37, .94), rgba(6, 35, 64, .9));
  color: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

.mxp-card-showcase-visual figcaption > i {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mxp-mint);
  box-shadow: 0 0 15px var(--mxp-mint);
}

.mxp-card-showcase-visual figcaption span {
  display: grid;
  gap: 4px;
}

.mxp-card-showcase-visual figcaption small {
  color: var(--mxp-cyan);
  font-size: 8px;
  font-weight: 860;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mxp-card-showcase-visual figcaption strong {
  font-size: 10px;
  line-height: 1.45;
}

.mxp-authentic-preview {
  width: min(1520px, 100%);
  margin: 0 auto;
  padding: 112px 58px;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(560px, 1.28fr);
  align-items: center;
  gap: 64px;
  border-bottom: 1px solid var(--mxp-line);
}

.mxp-authentic-preview h2 {
  max-width: 570px;
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: .98;
  letter-spacing: -.065em;
}

.mxp-authentic-preview > div > p {
  max-width: 570px;
  margin: 25px 0 0;
  color: var(--mxp-muted);
  font-size: 14px;
  line-height: 1.72;
}

.mxp-authentic-points {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mxp-authentic-points span {
  padding: 9px 11px;
  border: 1px solid rgba(113, 199, 255, .17);
  border-radius: 999px;
  color: #9dc0db;
  background: rgba(255, 255, 255, .035);
  font-size: 9px;
  font-weight: 800;
}

.mxp-authentic-window {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(126, 211, 255, .3);
  border-radius: 25px;
  background: #061327;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .38), 0 0 55px rgba(0, 142, 255, .12);
  transform: perspective(1300px) rotateY(-2.5deg);
}

.mxp-authentic-window > header {
  height: 46px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a9bfd4;
  border-bottom: 1px solid rgba(126, 211, 255, .13);
  background: #061831;
  font-size: 9px;
}

.mxp-authentic-window > header > span { display: flex; gap: 5px; }
.mxp-authentic-window > header > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(148, 193, 229, .35);
}
.mxp-authentic-window > header b { margin-left: 4px; color: #e8f4ff; font-size: 10px; }
.mxp-authentic-window > header small {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.mxp-authentic-window > header small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mxp-mint);
  box-shadow: 0 0 12px var(--mxp-mint);
}
.mxp-authentic-window > img {
  width: 100%;
  display: block;
  aspect-ratio: 1.44;
  object-fit: cover;
  object-position: top;
}

.mxp-authentic-devices {
  position: relative;
  min-width: 0;
  padding: 0 56px 42px 0;
}

.mxp-authentic-phone {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: min(205px, 31%);
  margin: 0;
  overflow: hidden;
  border: 5px solid #07162c;
  border-radius: 28px;
  background: #edf5fb;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .46), 0 0 34px rgba(67, 226, 178, .16);
}

.mxp-authentic-phone > header {
  min-height: 34px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #d9ecfa;
  background: #07162c;
  font-size: 7px;
}

.mxp-authentic-phone > header i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mxp-mint);
  box-shadow: 0 0 10px var(--mxp-mint);
}

.mxp-authentic-phone > header span {
  margin-left: auto;
  color: #7f9bb4;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.mxp-authentic-phone > img {
  width: 100%;
  display: block;
  aspect-ratio: .72;
  object-fit: cover;
  object-position: top;
}

.mxp-conversion-strip {
  position: relative;
  width: min(1520px, calc(100% - 116px));
  margin: 0 auto;
  padding: 26px 28px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  border: 1px solid rgba(67, 226, 178, .24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 0%, rgba(67, 226, 178, .13), transparent 34%),
    linear-gradient(125deg, rgba(8, 37, 70, .92), rgba(3, 19, 40, .95));
  box-shadow: 0 24px 65px rgba(0, 8, 24, .22);
}

.mxp-conversion-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 0 61%, rgba(67, 226, 178, .05), transparent 87%);
}

.mxp-conversion-signal {
  position: relative;
  z-index: 1;
  min-height: 35px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(67, 226, 178, .2);
  border-radius: 999px;
  color: #9cebd1;
  background: rgba(67, 226, 178, .055);
  font-size: 8px;
  font-weight: 880;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mxp-conversion-signal i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mxp-mint);
  box-shadow: 0 0 14px var(--mxp-mint);
}

.mxp-conversion-strip > div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 5px;
}

.mxp-conversion-strip > div strong {
  color: #f5fbff;
  font-size: clamp(17px, 1.8vw, 25px);
  line-height: 1.18;
  letter-spacing: -.035em;
}

.mxp-conversion-strip > div small {
  color: #8da8bf;
  font-size: 10px;
  line-height: 1.5;
}

.mxp-conversion-strip .mxp-primary {
  position: relative;
  z-index: 1;
  min-height: 50px;
  padding-inline: 18px;
  white-space: nowrap;
}

.mxp-conversion-strip-journey,
.mxp-conversion-strip-pricing {
  margin-top: 30px;
  margin-bottom: 0;
}

.mxp-conversion-strip-journey + .mxp-operations,
.mxp-conversion-strip-pricing + .mxp-pricing {
  padding-top: 78px;
}

.mxp-power-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mxp-power-grid > article {
  min-width: 0;
  min-height: 330px;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .82fr);
  align-items: center;
  gap: 28px;
  overflow: hidden;
  border: 1px solid rgba(87, 216, 255, .18);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0%, rgba(67, 226, 178, .1), transparent 40%),
    linear-gradient(145deg, rgba(10, 43, 80, .88), rgba(3, 18, 39, .95));
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}

.mxp-power-copy small {
  color: var(--mxp-mint);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mxp-power-copy h3 {
  margin: 13px 0 0;
  color: #f7fbff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.mxp-power-copy p {
  margin: 15px 0 0;
  color: #91a9c1;
  font-size: 11px;
  line-height: 1.66;
}

.mxp-power-visual {
  position: relative;
  min-width: 0;
  min-height: 190px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(90, 211, 255, .18);
  border-radius: 20px;
  color: #eaf8ff;
  background: rgba(2, 14, 31, .72);
  box-shadow: 0 22px 45px rgba(0, 0, 0, .22);
}

.mxp-power-lead {
  display: grid;
  align-content: center;
  gap: 10px;
}

.mxp-power-lead span {
  min-height: 40px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(92, 204, 255, .15);
  border-radius: 11px;
  background: rgba(11, 49, 86, .75);
  font-size: 9px;
  font-weight: 820;
}

.mxp-power-lead span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mxp-cyan);
  box-shadow: 0 0 11px var(--mxp-cyan);
}

.mxp-power-lead span:nth-of-type(2) i { background: var(--mxp-mint); box-shadow: 0 0 11px var(--mxp-mint); }
.mxp-power-lead > b { margin-left: 16px; color: #5aa6c9; font-size: 12px; transform: rotate(90deg); transform-origin: left; }
.mxp-power-lead > strong { color: var(--mxp-mint); font-size: 8px; text-align: right; text-transform: uppercase; letter-spacing: .1em; }

.mxp-power-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 8px;
}

.mxp-power-content > span {
  min-height: 112px;
  border-radius: 13px;
  background: linear-gradient(155deg, rgba(67, 217, 255, .75), rgba(9, 76, 137, .5));
}

.mxp-power-content > span:nth-child(2) { min-height: 146px; background: linear-gradient(155deg, rgba(67, 226, 178, .78), rgba(9, 99, 85, .5)); }
.mxp-power-content > span:nth-child(3) { min-height: 126px; background: linear-gradient(155deg, rgba(40, 130, 255, .78), rgba(10, 47, 105, .5)); }
.mxp-power-content strong { position: absolute; right: 13px; bottom: 12px; left: 13px; padding: 8px; border-radius: 9px; color: #dffbf2; background: rgba(2, 14, 31, .84); font-size: 8px; text-align: center; }
.mxp-power-content strong i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--mxp-mint); box-shadow: 0 0 9px var(--mxp-mint); }

.mxp-power-jarvis {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-content: center;
  gap: 12px;
}

.mxp-power-jarvis > i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(67, 226, 178, .24);
  border-radius: 13px;
  color: var(--mxp-mint);
  background: rgba(67, 226, 178, .08);
  font-style: normal;
  font-size: 18px;
}

.mxp-power-jarvis > span { display: grid; gap: 5px; }
.mxp-power-jarvis small { color: var(--mxp-cyan); font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }
.mxp-power-jarvis strong { font-size: 11px; line-height: 1.4; }
.mxp-power-jarvis > b { grid-column: 2; justify-self: start; padding: 6px 9px; border-radius: 999px; color: #06382a; background: var(--mxp-mint); font-size: 7px; text-transform: uppercase; }

.mxp-power-handover {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-content: center;
  align-items: center;
  gap: 8px;
}

.mxp-power-handover span {
  min-height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(80, 206, 255, .18);
  border-radius: 16px;
  color: #dff4ff;
  background: rgba(14, 57, 99, .72);
  font-size: 10px;
  font-weight: 850;
}

.mxp-power-handover b { color: var(--mxp-mint); }
.mxp-power-handover strong { grid-column: 1 / -1; padding: 8px; border-radius: 10px; color: #073d2e; background: linear-gradient(100deg, var(--mxp-mint), var(--mxp-cyan)); font-size: 8px; text-align: center; text-transform: uppercase; letter-spacing: .08em; }

.mxp-subsection-label {
  margin: 48px 0 0;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #8da8bf;
  font-size: 9px;
  font-weight: 880;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mxp-subsection-label i { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(67, 226, 178, .35), transparent); }

.mxp-section,
.mxp-pricing,
.mxp-workflow {
  padding: 104px 58px;
  scroll-margin-top: 108px;
}

.mxp-section-heading {
  max-width: 790px;
}

.mxp-section-heading h2,
.mxp-journey h2,
.mxp-jarvis h2,
.mxp-trust h2,
.mxp-final h2 {
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(42px, 5.1vw, 72px);
  line-height: .98;
  letter-spacing: -.06em;
}

.mxp-section-heading > p,
.mxp-journey-copy > p,
.mxp-jarvis-copy > p,
.mxp-trust > div:first-child > p,
.mxp-final > div:first-child > p {
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--mxp-muted);
  font-size: 16px;
  line-height: 1.75;
}

.mxp-bento {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
}

.mxp-capabilities-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.mxp-capability-proof {
  max-width: 920px;
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.mxp-capability-proof > span {
  min-width: 0;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(107, 201, 255, .15);
  border-radius: 15px;
  background: rgba(255, 255, 255, .028);
}

.mxp-capability-proof strong {
  color: var(--mxp-cyan);
  font-size: 23px;
  letter-spacing: -.05em;
}

.mxp-capability-proof small {
  color: #8ca5bf;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.mxp-capabilities-grid > article {
  position: relative;
  min-width: 0;
  min-height: 310px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(124, 201, 255, .16);
  border-radius: 23px;
  background:
    radial-gradient(circle at 100% 0%, rgba(26, 139, 230, .12), transparent 42%),
    linear-gradient(145deg, rgba(9, 39, 77, .88), rgba(4, 21, 45, .92));
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
  transition: transform .28s var(--mxp-ease), border-color .28s ease, box-shadow .28s ease;
}

.mxp-capabilities-grid > article::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -46px;
  width: 125px;
  height: 125px;
  pointer-events: none;
  border: 1px solid rgba(62, 201, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(27, 124, 214, .025), 0 0 0 44px rgba(27, 124, 214, .018);
}

.mxp-capabilities-grid > article:hover {
  transform: translateY(-5px);
  border-color: rgba(69, 213, 255, .42);
  box-shadow: 0 24px 58px rgba(0, 8, 24, .3), 0 0 34px rgba(27, 157, 242, .1);
}

.mxp-capability-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(79, 210, 255, .24);
  border-radius: 15px;
  color: #5bd8ff;
  background: linear-gradient(145deg, rgba(29, 133, 225, .2), rgba(28, 213, 210, .07));
  box-shadow: inset 0 1px rgba(255, 255, 255, .05), 0 12px 28px rgba(0, 119, 223, .12);
}

.mxp-capability-icon svg {
  width: 25px;
  height: 25px;
}

.mxp-capabilities-grid small {
  margin-top: 24px;
  color: var(--mxp-cyan);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mxp-capabilities-grid h3 {
  margin: 11px 0 0;
  color: #f4f9ff;
  font-size: 21px;
  line-height: 1.14;
  letter-spacing: -.035em;
}

.mxp-capabilities-grid p {
  margin: 13px 0 24px;
  color: #8da7c0;
  font-size: 11px;
  line-height: 1.65;
}

.mxp-capabilities-grid article > div {
  position: relative;
  z-index: 1;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mxp-capabilities-grid article > div span {
  padding: 6px 8px;
  border: 1px solid rgba(126, 203, 255, .13);
  border-radius: 999px;
  color: #8fb0ca;
  background: rgba(255, 255, 255, .035);
  font-size: 7px;
  font-weight: 800;
}

.mxp-bento-card {
  position: relative;
  min-height: 335px;
  grid-column: span 5;
  padding: 31px;
  overflow: hidden;
  border: 1px solid var(--mxp-line);
  border-radius: 27px;
  background: linear-gradient(145deg, rgba(14, 48, 91, .64), rgba(4, 17, 39, .7));
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}

.mxp-bento-card:nth-child(3),
.mxp-bento-card:nth-child(5) {
  grid-column: span 7;
}

.mxp-bento-large {
  min-height: 420px;
  grid-column: span 7;
  grid-row: span 2;
}

.mxp-bento-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -120px;
  top: -120px;
  border-radius: 50%;
  background: rgba(22, 140, 255, .1);
  filter: blur(20px);
}

.mxp-card-number {
  position: absolute;
  top: 26px;
  right: 28px;
  color: #486684;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
}

.mxp-bento-card > small,
.mxp-bento-large > div:first-of-type small {
  color: var(--mxp-cyan);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mxp-bento-card h3 {
  max-width: 470px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.mxp-bento-card p {
  max-width: 500px;
  margin: 16px 0 0;
  color: #8ca5bf;
  font-size: 13px;
  line-height: 1.7;
}

.mxp-mini-card {
  width: min(330px, 88%);
  margin: 38px auto 0;
  padding: 18px;
  display: grid;
  gap: 9px;
  border: 1px solid rgba(125, 207, 255, .32);
  border-radius: 22px;
  background: linear-gradient(145deg, #0b3b72, #07172d);
  transform: rotate(-3deg);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .32);
}

.mxp-mini-card > div {
  height: 90px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 70% 30%, rgba(67, 217, 255, .4), transparent 28%),
    linear-gradient(145deg, #0d6daf, #071a36);
}

.mxp-mini-card strong {
  font-size: 16px;
}

.mxp-mini-card span {
  color: #74dfff;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.mxp-lead-stack {
  position: absolute;
  left: 31px;
  bottom: 31px;
  display: flex;
  align-items: center;
}

.mxp-lead-stack i,
.mxp-lead-stack b {
  width: 39px;
  height: 39px;
  margin-left: -8px;
  display: grid;
  place-items: center;
  border: 2px solid #0a2347;
  border-radius: 50%;
  background: linear-gradient(145deg, #159de8, #08477e);
}

.mxp-lead-stack i:first-child {
  margin-left: 0;
}

.mxp-lead-stack i:nth-child(2) {
  background: linear-gradient(145deg, #43d9ff, #0d6da8);
}

.mxp-lead-stack i:nth-child(3) {
  background: linear-gradient(145deg, #43e2b2, #0d6e60);
}

.mxp-lead-stack b {
  color: #fff;
  font-size: 9px;
}

.mxp-donut {
  position: absolute;
  right: 29px;
  bottom: 27px;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--mxp-cyan) 0 38%, rgba(255, 255, 255, .08) 38% 100%);
}

.mxp-donut::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #08203f;
}

.mxp-donut b,
.mxp-donut span {
  position: relative;
  z-index: 1;
}

.mxp-donut b {
  margin-top: 16px;
  font-size: 18px;
}

.mxp-donut span {
  margin-top: -29px;
  color: #829ab3;
  font-size: 7px;
}

.mxp-content-cards {
  position: absolute;
  right: 26px;
  bottom: 29px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.mxp-content-cards i {
  width: 47px;
  height: 63px;
  border: 1px solid rgba(67, 217, 255, .25);
  border-radius: 9px;
  background: linear-gradient(145deg, #0b5d99, #06162f);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .24);
}

.mxp-content-cards i:nth-child(2) {
  height: 78px;
}

.mxp-content-cards i:nth-child(3) {
  height: 56px;
}

.mxp-push-card {
  position: absolute;
  left: 31px;
  right: 31px;
  bottom: 30px;
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(67, 217, 255, .2);
  border-radius: 14px;
  background: rgba(3, 16, 34, .7);
}

.mxp-push-card > i {
  width: 31px;
  height: 31px;
  border-radius: 10px;
  background: linear-gradient(145deg, #168cff, #43d9ff);
}

.mxp-push-card > span {
  display: grid;
  gap: 2px;
}

.mxp-push-card b {
  color: #fff;
  font-size: 9px;
}

.mxp-push-card small {
  color: #7e98b2;
  font-size: 7px;
}

.mxp-journey {
  padding: 118px 58px;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(430px, 1.14fr);
  align-items: center;
  gap: 74px;
  border-top: 1px solid var(--mxp-line);
  border-bottom: 1px solid var(--mxp-line);
  background: linear-gradient(135deg, rgba(2, 10, 24, .78), rgba(8, 37, 72, .62));
}

.mxp-journey-copy ol {
  margin: 38px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
}

.mxp-journey-copy li {
  padding: 18px 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-top: 1px solid rgba(154, 205, 255, .12);
}

.mxp-journey-copy li > b {
  color: var(--mxp-cyan);
  font-size: 9px;
  letter-spacing: .12em;
}

.mxp-journey-copy li > span {
  display: grid;
  gap: 6px;
}

.mxp-journey-copy li strong {
  color: #fff;
  font-size: 13px;
}

.mxp-journey-copy li small {
  color: #7f97b0;
  font-size: 11px;
}

.mxp-journey-visual {
  position: relative;
  min-height: 520px;
  padding: 35px;
  display: grid;
  align-content: center;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(154, 205, 255, .2);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(12, 49, 93, .7), rgba(3, 15, 34, .75));
  box-shadow: 0 38px 80px rgba(0, 0, 0, .25);
}

.mxp-journey-line {
  position: absolute;
  left: 61px;
  top: 95px;
  bottom: 120px;
  width: 1px;
  background: linear-gradient(var(--mxp-cyan), rgba(67, 217, 255, .05));
}

.mxp-journey-visual > article {
  position: relative;
  padding: 16px 58px 16px 55px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(154, 205, 255, .13);
  border-radius: 16px;
  background: rgba(2, 15, 32, .6);
}

.mxp-journey-visual > article::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 19px;
  top: 50%;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  border: 3px solid #0b345f;
  border-radius: 50%;
  background: var(--mxp-cyan);
  box-shadow: 0 0 18px rgba(67, 217, 255, .55);
}

.mxp-journey-visual article span {
  color: var(--mxp-cyan);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mxp-journey-visual article strong {
  color: #fff;
  font-size: 12px;
}

.mxp-journey-visual article small {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #607d9a;
  font-size: 8px;
}

.mxp-journey-success {
  margin-top: 11px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 18px;
  background: linear-gradient(115deg, rgba(24, 169, 123, .17), rgba(67, 217, 255, .08));
}

.mxp-journey-success > i {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mxp-mint);
  color: #04251e;
  font-style: normal;
  font-weight: 900;
}

.mxp-journey-success > span {
  display: grid;
  gap: 4px;
}

.mxp-journey-success strong {
  font-size: 11px;
}

.mxp-journey-success small {
  color: #7393aa;
  font-size: 8px;
}

.mxp-jarvis {
  position: relative;
  padding: 118px 58px;
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 82px;
  overflow: hidden;
}

.mxp-jarvis::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  left: -270px;
  top: 20px;
  border-radius: 50%;
  background: rgba(13, 120, 207, .12);
  filter: blur(80px);
}

.mxp-jarvis-visual {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.mxp-jarvis-hud {
  position: absolute;
  z-index: -1;
  width: min(500px, 96%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(65, 210, 255, .2);
  box-shadow:
    inset 0 0 90px rgba(22, 140, 255, .11),
    0 0 85px rgba(22, 140, 255, .14);
}

.mxp-jarvis-hud::before,
.mxp-jarvis-hud::after,
.mxp-jarvis-hud > i,
.mxp-jarvis-hud > b {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.mxp-jarvis-hud::before {
  inset: 0;
  background: repeating-conic-gradient(
    from 8deg,
    rgba(53, 205, 245, .8) 0 1deg,
    transparent 1deg 7deg,
    rgba(0, 128, 208, .38) 7deg 8deg,
    transparent 8deg 13deg
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0);
  opacity: .52;
  animation: mxpSpin 44s linear infinite;
}

.mxp-jarvis-hud::after {
  inset: 5%;
  background: conic-gradient(
    from 18deg,
    transparent 0 10%,
    rgba(53, 205, 245, .86) 10% 12%,
    transparent 12% 36%,
    rgba(15, 144, 222, .7) 36% 39%,
    transparent 39% 65%,
    rgba(142, 238, 255, .68) 65% 67%,
    transparent 67% 100%
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #000 calc(100% - 9px), #000 calc(100% - 4px), transparent calc(100% - 3px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #000 calc(100% - 9px), #000 calc(100% - 4px), transparent calc(100% - 3px));
  filter: drop-shadow(0 0 9px rgba(53, 205, 245, .35));
  animation: mxpSpinReverse 27s linear infinite;
}

.mxp-jarvis-hud > i {
  inset: 12%;
  border: 1px dashed rgba(77, 213, 255, .28);
  box-shadow: 0 0 30px rgba(23, 155, 229, .08);
  animation: mxpSpin 54s linear infinite;
}

.mxp-jarvis-hud > b {
  inset: 18%;
  border: 1px solid rgba(142, 238, 255, .16);
  box-shadow: inset 0 0 40px rgba(26, 163, 227, .12);
}

.mxp-jarvis-halo {
  position: absolute;
  z-index: 0;
  width: min(438px, 84%);
  aspect-ratio: 1;
  border: 1px solid rgba(67, 217, 255, .3);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 161, 232, .12), transparent 67%);
  box-shadow: inset 0 0 110px rgba(22, 140, 255, .15), 0 0 75px rgba(22, 140, 255, .12);
  animation: mxpJarvisBreathe 4.2s ease-in-out infinite;
}

.mxp-jarvis-visual > img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(414px, 80%);
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border: 1px solid rgba(130, 217, 255, .42);
  border-radius: 50%;
  box-shadow: inset 0 0 34px rgba(110, 223, 255, .1), 0 0 26px rgba(74, 213, 255, .24), 0 30px 100px rgba(0, 126, 255, .24);
  animation: mxpJarvisFloat 5s ease-in-out infinite;
}

.mxp-jarvis-visual > div {
  position: absolute;
  z-index: 2;
  left: 48px;
  bottom: 39px;
  min-width: 220px;
  padding: 14px 17px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(120, 201, 255, .25);
  border-radius: 17px;
  background: rgba(4, 24, 49, .9);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .35);
  backdrop-filter: blur(18px);
}

.mxp-jarvis-visual > div > i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mxp-mint);
  box-shadow: 0 0 16px var(--mxp-mint);
}

.mxp-jarvis-visual > div > span { display: grid; gap: 3px; }
.mxp-jarvis-visual > div small { color: #6d8aa5; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.mxp-jarvis-visual > div strong { font-size: 11px; }

@keyframes mxpJarvisBreathe {
  0%, 100% { opacity: .72; transform: scale(.985); }
  50% { opacity: 1; transform: scale(1.025); }
}

@keyframes mxpJarvisFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.mxp-jarvis-platform-visual {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(130, 217, 255, .3);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(9, 37, 74, .94), rgba(2, 14, 32, .96));
  box-shadow: 0 34px 100px rgba(0, 71, 153, .3), inset 0 0 45px rgba(56, 207, 255, .05);
}

.mxp-jarvis-platform-visual > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1599 / 900;
  object-fit: cover;
  border-radius: 21px;
  box-shadow: inset 0 0 28px rgba(110, 223, 255, .08);
}

.mxp-jarvis-platform-visual figcaption {
  position: absolute;
  left: 27px;
  bottom: 74px;
  min-width: 230px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(120, 201, 255, .25);
  border-radius: 15px;
  background: rgba(3, 20, 43, .9);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .35);
  backdrop-filter: blur(18px);
}

.mxp-jarvis-platform-visual figcaption > i {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mxp-mint);
  box-shadow: 0 0 16px var(--mxp-mint);
}

.mxp-jarvis-platform-visual figcaption > span {
  display: grid;
  gap: 3px;
}

.mxp-jarvis-platform-visual figcaption small {
  color: #8aa9c4;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.mxp-jarvis-platform-visual figcaption strong {
  color: #fff;
  font-size: 11px;
}

.mxp-jarvis-signals {
  margin: 11px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.mxp-jarvis-signals li {
  padding: 7px 10px;
  border: 1px solid rgba(83, 205, 255, .2);
  border-radius: 999px;
  background: rgba(14, 55, 96, .72);
  color: #a8cce2;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .035em;
  white-space: nowrap;
}

.mxp-jarvis-power {
  position: relative;
  padding: 88px 58px 108px;
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 54px;
  border-top: 1px solid var(--mxp-line);
  background: linear-gradient(145deg, rgba(4, 18, 42, .82), rgba(2, 10, 24, .46));
  overflow: hidden;
}

.mxp-jarvis-power::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -210px;
  bottom: -250px;
  border-radius: 50%;
  background: rgba(14, 142, 220, .15);
  filter: blur(75px);
  pointer-events: none;
}

.mxp-jarvis-power-copy,
.mxp-jarvis-power .mxp-jarvis-platform-visual { position: relative; z-index: 1; }
.mxp-jarvis-power-copy h2 { margin: 20px 0 0; color: #fff; font-size: clamp(30px, 4vw, 52px); line-height: 1.02; letter-spacing: -.045em; }
.mxp-jarvis-power-copy > p { margin: 24px 0 0; color: #87a1bb; font-size: 14px; line-height: 1.75; }
.mxp-jarvis-power .mxp-jarvis-signals { margin-top: 27px; }

@keyframes mxpJarvisScan {
  0%, 100% { opacity: .38; transform: translateX(-8%); }
  50% { opacity: 1; transform: translateX(96%); }
}

.mxp-jarvis-copy {
  position: relative;
  z-index: 2;
}

.mxp-jarvis-copy ul {
  margin: 32px 0 36px;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.mxp-jarvis-copy li {
  padding: 17px 19px;
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 16px;
  border: 1px solid rgba(154, 205, 255, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .025);
}

.mxp-jarvis-copy li b {
  color: #fff;
  font-size: 12px;
}

.mxp-jarvis-copy li span {
  color: #7f99b3;
  font-size: 11px;
  line-height: 1.5;
}

.mxp-operations {
  border-top: 1px solid var(--mxp-line);
  background: rgba(2, 10, 24, .4);
}

.mxp-operations-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.mxp-operations-grid > article {
  min-width: 0;
  min-height: 390px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--mxp-line);
  border-radius: 25px;
  background: linear-gradient(145deg, rgba(12, 45, 86, .58), rgba(4, 17, 38, .68));
}

.mxp-operations-grid > article > span {
  color: var(--mxp-cyan);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mxp-operations-grid h3 {
  margin: 18px 0 0;
  color: #fff;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.mxp-operations-grid > article > p {
  margin: 16px 0 28px;
  color: #859db5;
  font-size: 12px;
  line-height: 1.65;
}

.mxp-message-demo,
.mxp-import-demo,
.mxp-deeplink-demo {
  margin-top: auto;
  border: 1px solid rgba(154, 205, 255, .16);
  border-radius: 16px;
  background: rgba(2, 14, 31, .65);
}

.mxp-message-demo {
  padding: 16px;
  display: grid;
  gap: 9px;
}

.mxp-message-demo small {
  color: var(--mxp-mint);
  font-size: 8px;
  text-transform: uppercase;
}

.mxp-message-demo strong {
  font-size: 10px;
}

.mxp-message-demo button {
  min-height: 35px;
  border: 0;
  border-radius: 9px;
  background: #0c77cc;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}

.mxp-import-demo,
.mxp-deeplink-demo {
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.mxp-import-demo > b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  background: linear-gradient(145deg, #168cff, #43d9ff);
  font-size: 9px;
}

.mxp-import-demo > span,
.mxp-deeplink-demo > span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.mxp-import-demo strong,
.mxp-deeplink-demo strong {
  overflow: hidden;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mxp-import-demo small,
.mxp-deeplink-demo small {
  overflow: hidden;
  color: #708ba4;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mxp-import-demo > i {
  margin-left: auto;
  color: var(--mxp-mint);
  font-size: 8px;
  font-style: normal;
}

.mxp-deeplink-demo > i {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: linear-gradient(145deg, #43e2b2, #0b8870);
}

.mxp-deeplink-demo > b {
  margin-left: auto;
  color: var(--mxp-cyan);
}

.mxp-workflow {
  border-top: 1px solid var(--mxp-line);
}

.mxp-flow {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mxp-flow article {
  min-height: 270px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--mxp-line);
  border-radius: 23px;
  background: rgba(255, 255, 255, .025);
}

.mxp-flow article > b {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(67, 217, 255, .28);
  border-radius: 14px;
  background: rgba(67, 217, 255, .08);
  color: var(--mxp-cyan);
  font-size: 12px;
}

.mxp-flow article > span {
  display: grid;
  gap: 10px;
}

.mxp-flow small {
  color: var(--mxp-cyan);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mxp-flow strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.mxp-flow p {
  margin: 0;
  color: #8199b2;
  font-size: 11px;
  line-height: 1.6;
}

.mxp-pricing {
  border-top: 1px solid var(--mxp-line);
  background: linear-gradient(145deg, rgba(10, 38, 75, .35), rgba(2, 10, 24, .35));
}

.mxp-pricing > div:last-child {
  margin-top: clamp(38px, 4vw, 56px);
}

.mxp-pricing .mymex-plan-grid {
  margin-top: 54px;
}

.mxp-pricing .mymex-plan-card {
  border-color: var(--mxp-line);
  background: linear-gradient(145deg, rgba(14, 48, 91, .72), rgba(4, 17, 39, .8));
  color: #fff;
  box-shadow: none;
}

.mxp-pricing .mymex-plan-card.is-featured {
  border-color: rgba(67, 217, 255, .45);
  box-shadow: 0 26px 70px rgba(0, 126, 255, .15);
}

.mxp-pricing .mymex-plan-head p,
.mxp-pricing .mymex-plan-card > strong,
.mxp-pricing .mymex-plan-card h3 {
  color: #fff;
}

.mxp-pricing .mymex-plan-card h3,
.mxp-pricing .mymex-plan-annual,
.mxp-pricing .mymex-plan-card li {
  color: #91a7be;
}

.mxp-pricing .mymex-plan-limits span {
  border-color: rgba(154, 205, 255, .16);
  background: rgba(255, 255, 255, .04);
  color: #b5c8d9;
}

.mxp-pricing .mymex-plan-card .mymex-site-cta {
  border: 1px solid rgba(67, 217, 255, .22);
  background: linear-gradient(115deg, #0875e5, #1ebdf2);
}

.mxp-trust {
  padding: 118px 58px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 66px;
  border-top: 1px solid var(--mxp-line);
  background: #020a18;
}

.mxp-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mxp-trust-grid article {
  min-height: 190px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(154, 205, 255, .13);
  border-radius: 20px;
  background: rgba(255, 255, 255, .025);
}

.mxp-trust-grid b {
  color: var(--mxp-cyan);
  font-size: 9px;
  letter-spacing: .12em;
}

.mxp-trust-grid strong {
  margin-top: auto;
  color: #fff;
  font-size: 14px;
}

.mxp-trust-grid span {
  margin-top: 8px;
  color: #7891aa;
  font-size: 10px;
  line-height: 1.5;
}

.mxp-final {
  margin: 0 58px 86px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 54px;
  overflow: hidden;
  border: 1px solid rgba(67, 217, 255, .24);
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 10%, rgba(67, 217, 255, .19), transparent 32%),
    linear-gradient(145deg, #0b3a70, #07172e 72%);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .27);
}

.mxp-final > div:last-child {
  display: grid;
  justify-items: stretch;
  gap: 12px;
}

.mxp-final > div:last-child small {
  max-width: 240px;
  color: #7190aa;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

body.mymex-home-premium-body .mymex-site-footer {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: 0;
  border-top-color: rgba(154, 205, 255, .16);
  background: #020816;
  box-shadow: none;
}

/* Continuous energy grid and embedded FAQ */
body.mymex-home-premium-body {
  background-color: #04142b;
  background-image:
    linear-gradient(rgba(61,170,232,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61,170,232,.055) 1px, transparent 1px),
    radial-gradient(circle at 75% 18%, rgba(20,124,224,.14), transparent 32%),
    linear-gradient(180deg, #04142b 0%, #061a36 48%, #041329 100%);
  background-size: 72px 72px, 72px 72px, auto, auto;
}
html[data-mymex-theme="light"] body.mymex-home-premium-body {
  background-color: #eef7ff;
  background-image:
    linear-gradient(rgba(15,92,152,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,92,152,.075) 1px, transparent 1px),
    radial-gradient(circle at 75% 18%, rgba(15,148,229,.13), transparent 34%),
    linear-gradient(180deg, #f3f9ff 0%, #eaf5ff 48%, #f7fbff 100%);
}
.mxp-faq-section {
  position: relative;
  z-index: 1;
  padding: clamp(78px, 9vw, 145px) clamp(28px, 5vw, 82px);
  border-top: 1px solid rgba(105,185,239,.16);
}
.mxp-faq-section .mxp-section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}
.mxp-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.mxp-faq-list details {
  border: 1px solid rgba(99,185,245,.2);
  border-radius: 20px;
  background: rgba(7,31,63,.76);
  overflow: hidden;
  transition: border-color .24s ease, transform .24s ease, box-shadow .24s ease;
}
.mxp-faq-list details:hover {
  transform: translateY(-2px);
  border-color: rgba(65,219,255,.48);
  box-shadow: 0 16px 40px rgba(0,0,0,.16);
}
.mxp-faq-list summary {
  position: relative;
  padding: 24px 54px 24px 24px;
  color: #f7fbff;
  font-size: 17px;
  font-weight: 780;
  cursor: pointer;
  list-style: none;
}
.mxp-faq-list summary::-webkit-details-marker { display: none; }
.mxp-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(65,219,255,.35);
  border-radius: 50%;
  color: #46dcff;
  transform: translateY(-50%);
  transition: transform .24s ease;
}
.mxp-faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.mxp-faq-list details p {
  margin: -4px 24px 24px;
  color: #9eb6cb;
  font-size: 14px;
  line-height: 1.7;
}
.mxp-faq-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
html[data-mymex-theme="light"] .mxp-faq-list details {
  background: rgba(255,255,255,.86);
  border-color: rgba(23,108,172,.18);
}
html[data-mymex-theme="light"] .mxp-faq-list summary { color: #0c2441; }
html[data-mymex-theme="light"] .mxp-faq-list details p { color: #526d87; }
.mxp-trust-grid article {
  min-height: 190px;
  justify-content: flex-end;
}
.mxp-trust-grid article b {
  position: absolute;
  top: 20px;
  left: 22px;
}

/* Keep the long-form landing canvas visually continuous around conversion panels. */
.mxp-journey,
.mxp-operations,
.mxp-workflow,
.mxp-pricing,
.mxp-trust,
.mxp-faq-section {
  border-top-color: transparent;
  border-bottom-color: transparent;
  background: transparent;
}

@media (max-width: 760px) {
  .mxp-faq-section { padding: 68px 18px; }
  .mxp-faq-list { grid-template-columns: 1fr; }
  .mxp-faq-list summary { font-size: 15px; padding: 21px 50px 21px 20px; }
  .mxp-faq-list details p { margin: -2px 20px 20px; }
  .mxp-faq-actions { flex-direction: column; }
  .mxp-faq-actions > * { justify-content: center; width: 100%; }
  .mxp-trust-grid article { min-height: 148px; }
}

body.mymex-home-premium-body .mymex-site-footer-brand p {
  color: #7890a9;
}

[data-mymex-theme="light"] body.mymex-home-premium-body {
  --mxp-ink: #0b2039;
  --mxp-muted: #496883;
  --mxp-deep: #cfe4f5;
  --mxp-line: rgba(20, 87, 145, .22);
  background: #c9e0f3;
  color: var(--mxp-ink);
}
[data-mymex-theme="light"] body.mymex-home-premium-body .mymex-site-nav {
  border-color: rgba(24, 104, 174, .24);
  background: rgba(236, 247, 255, .94);
  box-shadow: 0 24px 70px rgba(19, 64, 104, .16);
}
[data-mymex-theme="light"] body.mymex-home-premium-body .mymex-site-brand,
[data-mymex-theme="light"] body.mymex-home-premium-body .mymex-site-links a { color: #17324e; }
[data-mymex-theme="light"] body.mymex-home-premium-body .mymex-site-brand span { color: #17324e; }
[data-mymex-theme="light"] body.mymex-home-premium-body .mymex-site-links a:hover { color: #0877d7; }
[data-mymex-theme="light"] body.mymex-home-premium-body .mymex-theme-toggle,
[data-mymex-theme="light"] body.mymex-home-premium-body .mymex-client-login {
  color: #123659;
  border-color: rgba(24, 104, 174, .17);
  background: rgba(255, 255, 255, .86);
}
[data-mymex-theme="light"] body.mymex-home-premium-body .mymex-site-menu span { background: #123659; }
[data-mymex-theme="light"] .mxp-site {
  background:
    radial-gradient(circle at 84% 7%, rgba(13, 123, 222, .2), transparent 29%),
    linear-gradient(145deg, #e8f5ff 0%, #c9e1f5 54%, #d9ebf8 100%);
}
[data-mymex-theme="light"] .mxp-grid {
  opacity: .72;
  background-image:
    linear-gradient(rgba(24, 99, 164, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 99, 164, .1) 1px, transparent 1px);
}
[data-mymex-theme="light"] .mxp-hero h1,
[data-mymex-theme="light"] .mxp-section-heading h2,
[data-mymex-theme="light"] .mxp-journey h2,
[data-mymex-theme="light"] .mxp-jarvis h2,
[data-mymex-theme="light"] .mxp-trust h2,
[data-mymex-theme="light"] .mxp-card-showcase-copy h2,
[data-mymex-theme="light"] .mxp-authentic-preview h2 { color: #071a33; }
[data-mymex-theme="light"] .mxp-eyebrow,
[data-mymex-theme="light"] .mxp-hero-copy > p { color: #58718d; }
[data-mymex-theme="light"] .mxp-secondary {
  color: #173b5e;
  border-color: rgba(24, 104, 174, .2);
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 14px 34px rgba(34, 84, 126, .08);
}
[data-mymex-theme="light"] .mxp-secondary:hover {
  border-color: rgba(8, 119, 215, .38);
  background: rgba(223, 242, 255, .92);
}
[data-mymex-theme="light"] .mxp-bento-card,
[data-mymex-theme="light"] .mxp-operations-grid > article,
[data-mymex-theme="light"] .mxp-flow article,
[data-mymex-theme="light"] .mxp-trust-grid article {
  color: #0b2039;
  border-color: rgba(27, 99, 160, .15);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 22px 55px rgba(34, 84, 126, .08);
}
[data-mymex-theme="light"] .mxp-capabilities-grid > article {
  border-color: rgba(20, 91, 151, .24);
  background:
    radial-gradient(circle at 100% 0%, rgba(14, 126, 222, .13), transparent 42%),
    linear-gradient(145deg, rgba(247, 252, 255, .96), rgba(222, 239, 251, .95));
  box-shadow: 0 20px 48px rgba(23, 69, 108, .11);
}
[data-mymex-theme="light"] .mxp-capabilities-grid > article:hover {
  border-color: rgba(8, 119, 215, .3);
  box-shadow: 0 24px 58px rgba(34, 84, 126, .13), 0 0 30px rgba(27, 157, 242, .07);
}
[data-mymex-theme="light"] .mxp-capabilities-grid h3 { color: #102d4b; }
[data-mymex-theme="light"] .mxp-capabilities-grid p { color: #627b94; }
[data-mymex-theme="light"] .mxp-capability-icon {
  color: #0876bf;
  border-color: rgba(6, 124, 204, .28);
  background: linear-gradient(145deg, rgba(27, 150, 230, .16), rgba(17, 176, 184, .08));
}
[data-mymex-theme="light"] .mxp-capabilities-grid small { color: #0876bf; }
[data-mymex-theme="light"] .mxp-capabilities-grid article > div span {
  color: #52718e;
  border-color: rgba(27, 99, 160, .13);
  background: #f1f8fd;
}
[data-mymex-theme="light"] .mxp-capability-proof > span {
  border-color: rgba(27, 99, 160, .14);
  background: rgba(255, 255, 255, .72);
}
[data-mymex-theme="light"] .mxp-capability-proof small { color: #5d7892; }
[data-mymex-theme="light"] .mxp-bento-card h3,
[data-mymex-theme="light"] .mxp-operations-grid h3,
[data-mymex-theme="light"] .mxp-flow strong,
[data-mymex-theme="light"] .mxp-trust-grid strong,
[data-mymex-theme="light"] .mxp-journey-copy li strong,
[data-mymex-theme="light"] .mxp-jarvis-copy li b { color: #102d4b; }
[data-mymex-theme="light"] .mxp-bento-card p,
[data-mymex-theme="light"] .mxp-flow p,
[data-mymex-theme="light"] .mxp-trust-grid span,
[data-mymex-theme="light"] .mxp-journey-copy li small,
[data-mymex-theme="light"] .mxp-jarvis-copy li span { color: #627b94; }
[data-mymex-theme="light"] .mxp-journey {
  background: linear-gradient(135deg, rgba(231, 244, 255, .92), rgba(248, 252, 255, .96));
}
[data-mymex-theme="light"] .mxp-journey-copy li { border-color: rgba(27, 99, 160, .14); }
[data-mymex-theme="light"] .mxp-jarvis-copy li {
  border-color: rgba(27, 99, 160, .15);
  background: rgba(255, 255, 255, .72);
}
[data-mymex-theme="light"] .mxp-jarvis-platform-visual {
  border-color: rgba(20, 105, 174, .28);
  background: linear-gradient(145deg, rgba(247, 252, 255, .97), rgba(214, 235, 250, .96));
  box-shadow: 0 30px 75px rgba(34, 84, 126, .17), inset 0 0 42px rgba(8, 119, 215, .05);
}
[data-mymex-theme="light"] .mxp-jarvis-signals li {
  color: #285575;
  border-color: rgba(20, 105, 174, .18);
  background: rgba(239, 248, 254, .96);
}
[data-mymex-theme="light"] .mxp-operations { background: rgba(224, 241, 255, .5); }
[data-mymex-theme="light"] .mxp-pricing {
  background: linear-gradient(145deg, rgba(225, 241, 255, .65), rgba(248, 252, 255, .72));
}
[data-mymex-theme="light"] .mxp-pricing .mymex-plan-card {
  border-color: rgba(27, 99, 160, .16);
  background: rgba(255, 255, 255, .86);
  color: #102d4b;
  box-shadow: 0 22px 55px rgba(34, 84, 126, .08);
}
[data-mymex-theme="light"] .mxp-pricing .mymex-plan-head p,
[data-mymex-theme="light"] .mxp-pricing .mymex-plan-card > strong,
[data-mymex-theme="light"] .mxp-pricing .mymex-plan-card h3 { color: #102d4b; }
[data-mymex-theme="light"] .mxp-pricing .mymex-plan-annual,
[data-mymex-theme="light"] .mxp-pricing .mymex-plan-card li { color: #627b94; }
[data-mymex-theme="light"] .mxp-pricing .mymex-plan-limits span {
  border-color: rgba(27, 99, 160, .14);
  background: #f2f8fd;
  color: #496783;
}
[data-mymex-theme="light"] .mxp-trust { background: #f4faff; }
[data-mymex-theme="light"] .mxp-authentic-points span {
  color: #496783;
  border-color: rgba(27, 99, 160, .15);
  background: rgba(255, 255, 255, .76);
}
[data-mymex-theme="light"] .mxp-operations-grid > article > p { color: #526f89; }
[data-mymex-theme="light"] .mxp-journey-visual {
  color: #f4fbff;
  border-color: rgba(42, 148, 213, .34);
  background: linear-gradient(145deg, #163f67, #081d36);
  box-shadow: 0 28px 70px rgba(24, 66, 104, .2);
}
[data-mymex-theme="light"] .mxp-journey-visual > article {
  color: #f4fbff;
  border-color: rgba(118, 207, 255, .22);
  background: rgba(3, 19, 38, .7);
}
[data-mymex-theme="light"] .mxp-journey-visual article strong,
[data-mymex-theme="light"] .mxp-journey-success strong { color: #f7fbff; }
[data-mymex-theme="light"] .mxp-journey-visual article small,
[data-mymex-theme="light"] .mxp-journey-success small { color: #b4cede; }
[data-mymex-theme="light"] .mxp-journey-success {
  border: 1px solid rgba(67, 226, 178, .18);
  background: linear-gradient(115deg, rgba(30, 181, 133, .26), rgba(49, 179, 220, .15));
}
[data-mymex-theme="light"] .mxp-message-demo,
[data-mymex-theme="light"] .mxp-import-demo,
[data-mymex-theme="light"] .mxp-deeplink-demo {
  color: #f5fbff;
  border-color: rgba(74, 169, 224, .28);
  background: #102b4a;
}
[data-mymex-theme="light"] .mxp-message-demo strong,
[data-mymex-theme="light"] .mxp-import-demo strong,
[data-mymex-theme="light"] .mxp-deeplink-demo strong { color: #f5fbff; }
[data-mymex-theme="light"] .mxp-import-demo small,
[data-mymex-theme="light"] .mxp-deeplink-demo small { color: #b8cad9; }
[data-mymex-theme="light"] .mxp-conversion-strip {
  border-color: rgba(25, 137, 107, .23);
  background:
    radial-gradient(circle at 88% 0%, rgba(67, 226, 178, .16), transparent 34%),
    linear-gradient(125deg, rgba(250, 254, 255, .96), rgba(225, 243, 250, .95));
  box-shadow: 0 22px 56px rgba(34, 84, 126, .11);
}
[data-mymex-theme="light"] .mxp-conversion-strip > div strong { color: #102d4b; }
[data-mymex-theme="light"] .mxp-conversion-strip > div small { color: #58738c; }
[data-mymex-theme="light"] .mxp-conversion-signal {
  color: #087353;
  border-color: rgba(16, 151, 111, .2);
  background: rgba(30, 187, 140, .08);
}
[data-mymex-theme="light"] .mxp-power-grid > article {
  border-color: rgba(20, 91, 151, .19);
  background:
    radial-gradient(circle at 100% 0%, rgba(67, 226, 178, .14), transparent 42%),
    linear-gradient(145deg, rgba(250, 253, 255, .98), rgba(226, 241, 251, .96));
  box-shadow: 0 20px 48px rgba(23, 69, 108, .1);
}
[data-mymex-theme="light"] .mxp-power-copy h3 { color: #102d4b; }
[data-mymex-theme="light"] .mxp-power-copy p { color: #5d7892; }
[data-mymex-theme="light"] .mxp-power-copy small { color: #087d5c; }
[data-mymex-theme="light"] .mxp-subsection-label { color: #58738c; }
[data-mymex-theme="light"] .mxp-final h2 { color: #fff; }
[data-mymex-theme="light"] .mxp-final > div:first-child > p { color: #b6ccdf; }
[data-mymex-theme="light"] .mxp-final > div:last-child small { color: #9ab5ca; }

[data-mxp-reveal] {
  opacity: 1;
  transform: none;
}

html.mxp-js [data-mxp-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .85s var(--mxp-ease), transform .85s var(--mxp-ease);
}

html.mxp-js [data-mxp-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes mxpOrbit {
  from { transform: translate3d(-10px, 8px, 0) rotate(0); }
  to { transform: translate3d(18px, -12px, 0) rotate(13deg); }
}

@keyframes mxpDrift {
  from { transform: translate(-8%, 4%) scale(.92); }
  to { transform: translate(12%, -8%) scale(1.12); }
}

@keyframes mxpSpin {
  to { transform: rotate(360deg); }
}

@keyframes mxpSpinReverse {
  to { transform: rotate(-360deg); }
}

@keyframes mxpFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes mxpDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes mxpCurrent {
  to { stroke-dashoffset: -172; }
}

@keyframes mxpBoltFlash {
  0%, 72%, 100% { opacity: .14; }
  74% { opacity: .8; }
  77% { opacity: .24; }
  80% { opacity: .7; }
}

@keyframes mxpPowerPulse {
  0%, 100% { opacity: .62; transform: scale(.96); }
  50% { opacity: 1; transform: scale(1.035); }
}

@keyframes mxpDashboardFloat {
  0%, 100% { transform: perspective(1300px) rotateY(-5deg) rotateX(1.5deg) translateY(0); }
  50% { transform: perspective(1300px) rotateY(-4deg) rotateX(1deg) translateY(-8px); }
}

@keyframes mxpScreenSweep {
  0%, 55% { transform: translateX(-130%); }
  76%, 100% { transform: translateX(130%); }
}

@keyframes mxpShowcaseFloat {
  0%, 100% { transform: perspective(1500px) rotateY(-2deg) translateY(0); }
  50% { transform: perspective(1500px) rotateY(-1deg) translateY(-9px); }
}

@keyframes mxpShowcaseGlow {
  from { opacity: .28; transform: scale(.86); }
  to { opacity: .58; transform: scale(1.16); }
}

@keyframes mxpShowcaseSweep {
  0%, 58% { left: -28%; }
  82%, 100% { left: 112%; }
}

@media (max-width: 1120px) {
  .mxp-hero {
    grid-template-columns: 1fr;
    padding: 150px 48px 84px;
  }

  .mxp-hero-copy {
    max-width: 790px;
    text-align: center;
    margin: 0 auto;
  }

  .mxp-hero h1,
  .mxp-hero-copy > p {
    margin-left: auto;
    margin-right: auto;
  }

  .mxp-actions,
  .mxp-proof {
    justify-content: center;
  }

  .mxp-product-stage {
    width: min(720px, 100%);
    margin: 0 auto;
  }

  .mxp-authentic-preview {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .mxp-power-grid { grid-template-columns: 1fr; }
  .mxp-power-grid > article { grid-template-columns: minmax(0, 1fr) minmax(250px, .72fr); }
  .mxp-conversion-strip { grid-template-columns: 1fr auto; }
  .mxp-conversion-signal { grid-column: 1 / -1; justify-self: start; }

  .mxp-card-showcase {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .mxp-card-showcase-copy {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
  }

  .mxp-card-showcase-copy h2,
  .mxp-card-showcase-copy > p {
    margin-left: auto;
    margin-right: auto;
  }

  .mxp-card-showcase-tags { justify-content: center; }

  .mxp-authentic-preview > div {
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
  }

  .mxp-authentic-preview > div > p { margin-left: auto; margin-right: auto; }
  .mxp-authentic-points { justify-content: center; }

  .mxp-journey,
  .mxp-jarvis,
  .mxp-trust {
    grid-template-columns: 1fr;
  }

  .mxp-jarvis-copy {
    max-width: 760px;
  }

  .mxp-jarvis-visual {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .mxp-operations-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mxp-operations-grid > article:last-child {
    grid-column: 1 / -1;
    min-height: 320px;
  }
}

@media (max-width: 820px) {
  body.mymex-home-premium-body .mymex-site-nav {
    top: 10px;
    width: calc(100% - 20px);
  }

  .mxp-site {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  .mxp-hero,
  .mxp-card-showcase,
  .mxp-authentic-preview,
  .mxp-section,
  .mxp-pricing,
  .mxp-workflow,
  .mxp-journey,
  .mxp-jarvis,
  .mxp-trust {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mxp-hero {
    min-height: auto;
    padding-top: 132px;
  }

  .mxp-authentic-window { transform: none; }
  .mxp-card-showcase-visual { transform: none; }
  .mxp-conversion-strip {
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
  }
  .mxp-conversion-strip .mxp-primary { width: 100%; }
  .mxp-power-grid > article { grid-template-columns: 1fr; }
  .mxp-power-visual { min-height: 170px; }

  .mxp-hero h1 {
    font-size: clamp(54px, 11vw, 78px);
  }

  .mxp-bento {
    grid-template-columns: 1fr;
  }

  .mxp-bento-card,
  .mxp-bento-card:nth-child(3),
  .mxp-bento-card:nth-child(5),
  .mxp-bento-large {
    grid-column: auto;
    grid-row: auto;
  }

  .mxp-flow {
    grid-template-columns: 1fr 1fr;
  }

  .mxp-final {
    margin: 0 24px 60px;
    padding: 42px;
    grid-template-columns: 1fr;
  }

  body.mymex-home-premium-body .mymex-site-footer {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
  }
}

@media (max-width: 620px) {
  body.mymex-home-premium-body .mymex-site-nav {
    padding-left: 14px;
  }

  .mxp-hero {
    padding: 120px 17px 58px;
  }

  .mxp-authentic-preview {
    padding: 76px 17px;
  }

  .mxp-authentic-devices { padding: 0 25px 35px 0; }
  .mxp-authentic-phone { width: 43%; border-width: 4px; border-radius: 23px; }
  .mxp-authentic-window > header small { display: none; }
  .mxp-authentic-window > img { min-height: 330px; aspect-ratio: auto; object-position: top left; }
  .mxp-authentic-phone > img { min-height: 305px; aspect-ratio: .7; }
  .mxp-conversion-strip {
    width: calc(100% - 34px);
    padding: 22px;
    gap: 17px;
    border-radius: 21px;
  }
  .mxp-conversion-signal { min-height: 32px; white-space: normal; }
  .mxp-power-grid { margin-top: 34px; }
  .mxp-power-grid > article { min-height: 0; padding: 22px; gap: 22px; }
  .mxp-power-copy h3 { font-size: 27px; }

  .mxp-card-showcase {
    padding: 78px 17px;
    gap: 34px;
  }

  .mxp-card-showcase-copy h2 { font-size: clamp(38px, 11vw, 52px); }
  .mxp-card-showcase-copy > p { font-size: 14px; }
  .mxp-card-showcase-visual { animation: none; }
  .mxp-card-showcase-media { border-radius: 22px; }
  .mxp-card-showcase-visual img,
  .mxp-card-showcase-visual video { min-height: 230px; object-position: 50% 50%; }
  .mxp-card-showcase-visual figcaption { width: calc(100% - 16px); margin-top: 10px; }
  .mxp-video-play { min-width: 166px; min-height: 58px; border-radius: 16px; }

  .mxp-authentic-preview h2 { font-size: clamp(38px, 11vw, 52px); }

  .mxp-capability-proof { grid-template-columns: 1fr; }
  .mxp-capabilities-grid > article { min-height: 285px; padding: 24px; }

  .mxp-hero-vision {
    inset: 78px -8px auto -8px;
    border-radius: 19px;
    transform: none;
  }

  .mxp-hero-vision figcaption {
    left: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    padding: 8px 10px;
  }

  .mxp-hero h1 {
    margin-top: 23px;
    font-size: clamp(47px, 14.4vw, 62px);
    letter-spacing: -.065em;
  }

  .mxp-hero-copy > p {
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.65;
  }

  .mxp-actions {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .mxp-primary,
  .mxp-secondary {
    width: 100%;
  }

  .mxp-proof {
    display: grid;
    justify-content: center;
  }

  .mxp-product-stage {
    height: 430px;
    overflow: hidden;
  }

  .mxp-admin-window {
    left: 0;
    top: 62px;
    width: 550px;
    transform: scale(.57);
    transform-origin: left top;
  }

  .mxp-admin-real {
    animation: none;
  }

  .mxp-phone {
    right: -5px;
    bottom: 7px;
    width: 165px;
    height: 336px;
    border-radius: 27px;
    transform: rotate(2deg);
  }

  .mxp-phone-screen {
    padding: 24px 10px 12px;
    border-radius: 21px;
  }

  .mxp-phone-hero {
    height: 82px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .mxp-phone-profile > span {
    width: 38px;
    height: 38px;
    font-size: 9px;
  }

  .mxp-phone-profile strong {
    font-size: 8px;
  }

  .mxp-phone-actions {
    gap: 4px;
  }

  .mxp-phone-actions b {
    padding: 7px 2px;
    font-size: 6px;
  }

  .mxp-float {
    min-width: 132px;
    padding: 10px 11px;
  }

  .mxp-float-lead {
    left: 6px;
    top: 18px;
  }

  .mxp-float-jarvis {
    right: 40px;
    bottom: 8px;
  }

  .mxp-stage-orbit-one {
    width: 370px;
    height: 370px;
  }

  .mxp-stage-orbit-two {
    width: 260px;
    height: 260px;
  }

  .mxp-capability-rail {
    min-height: 105px;
    padding: 21px 16px;
    gap: 13px;
    font-size: 9px;
  }

  .mxp-capability-rail i:nth-of-type(even) {
    display: none;
  }

  .mxp-section,
  .mxp-pricing,
  .mxp-workflow,
  .mxp-journey,
  .mxp-jarvis,
  .mxp-trust {
    padding: 72px 17px;
  }

  .mxp-conversion-strip-journey + .mxp-operations,
  .mxp-conversion-strip-pricing + .mxp-pricing {
    padding-top: 58px;
  }

  .mxp-pricing > div:last-child {
    margin-top: 34px;
  }

  .mxp-section-heading h2,
  .mxp-journey h2,
  .mxp-jarvis h2,
  .mxp-trust h2,
  .mxp-final h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .mxp-section-heading > p,
  .mxp-journey-copy > p,
  .mxp-jarvis-copy > p,
  .mxp-trust > div:first-child > p,
  .mxp-final > div:first-child > p {
    font-size: 14px;
  }

  .mxp-bento-card,
  .mxp-bento-large {
    min-height: 340px;
    padding: 24px;
  }

  .mxp-mini-card {
    width: 92%;
  }

  .mxp-journey {
    gap: 44px;
  }

  .mxp-journey-visual {
    min-height: 470px;
    padding: 21px;
  }

  .mxp-journey-line {
    left: 47px;
  }

  .mxp-journey-visual > article {
    padding-left: 49px;
    padding-right: 43px;
  }

  .mxp-jarvis {
    gap: 44px;
  }

  .mxp-jarvis-visual {
    min-height: 380px;
  }

  .mxp-jarvis-halo {
    width: 330px;
    height: 330px;
  }

  .mxp-jarvis-visual > div {
    left: 8px;
    bottom: 5px;
  }

  .mxp-jarvis-platform-visual {
    padding: 7px;
    border-radius: 22px;
  }

  .mxp-jarvis-platform-visual > img {
    border-radius: 16px;
  }

  .mxp-jarvis-platform-visual figcaption {
    position: static;
    min-width: 0;
    margin-top: 8px;
    padding: 11px 13px;
    box-shadow: none;
  }

  .mxp-jarvis-signals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mxp-jarvis-signals li {
    white-space: normal;
    text-align: center;
  }

  .mxp-jarvis-copy li {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .mxp-operations-grid {
    grid-template-columns: 1fr;
  }

  .mxp-operations-grid > article,
  .mxp-operations-grid > article:last-child {
    min-height: 350px;
    grid-column: auto;
  }

  .mxp-flow {
    grid-template-columns: 1fr;
  }

  .mxp-flow article {
    min-height: 235px;
  }

  .mxp-trust {
    gap: 44px;
  }

  .mxp-trust-grid {
    grid-template-columns: 1fr;
  }

  .mxp-final {
    margin: 0 17px 44px;
    padding: 34px 24px;
  }
}

[data-mymex-theme="light"] .mxp-jarvis-power {
  background: linear-gradient(145deg, rgba(235, 247, 255, .95), rgba(250, 253, 255, .98));
}
[data-mymex-theme="light"] .mxp-jarvis-power-copy h2 { color: #102d4b; }
[data-mymex-theme="light"] .mxp-jarvis-power-copy > p { color: #627b94; }

@media (max-width: 1100px) {
  .mxp-jarvis-power {
    grid-template-columns: 1fr;
    padding: 82px 42px 94px;
  }
  .mxp-jarvis-power-copy { max-width: 760px; }
  .mxp-jarvis-power .mxp-jarvis-platform-visual { width: min(820px, 100%); margin: 0 auto; }
}

@media (max-width: 620px) {
  .mxp-jarvis-power { padding: 62px 18px 72px; gap: 34px; }
  .mxp-jarvis-power-copy h2 { font-size: 34px; }
  .mxp-jarvis-power-copy > p { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .mxp-orb,
  .mxp-stage-orbit,
  .mxp-float,
  .mxp-card-showcase-visual,
  .mxp-card-showcase-glow,
  .mxp-card-showcase-sweep,
  .mxp-chart-line,
  .mxp-electric-line,
  .mxp-electric-bolt,
  .mxp-product-stage::before,
  .mxp-admin-real,
  .mxp-admin-real-screen::after,
  .mxp-jarvis-hud::before,
  .mxp-jarvis-hud::after,
  .mxp-jarvis-hud > i,
  .mxp-jarvis-halo,
  .mxp-jarvis-visual > img {
    animation: none !important;
  }

  .mxp-cursor-light {
    display: none;
  }

  [data-mxp-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
