/* Neoo MSP — light operational platform, aligned with Neoo Starter and Business. */

.msp-page {
  --msp-ink: #07083f;
  --msp-copy: #273672;
  --msp-muted: #65709b;
  --msp-blue: #315cff;
  --msp-violet: #6c3cff;
  --msp-cyan: #20bdd3;
  --msp-mint: #21b98b;
  --msp-line: rgba(58, 78, 172, .15);
  --msp-panel: rgba(255, 255, 255, .92);
  --msp-shadow: 0 24px 80px rgba(33, 47, 130, .12), 0 4px 18px rgba(43, 55, 134, .06);
  --msp-card-shadow: 0 16px 48px rgba(38, 52, 139, .1), 0 2px 9px rgba(38, 52, 139, .05);
  color: var(--msp-ink);
  background: #f9faff;
}

.msp-page main { overflow: clip; }
.msp-page button,
.msp-page a { -webkit-tap-highlight-color: transparent; }
.msp-page button:focus-visible,
.msp-page a:focus-visible,
.msp-page summary:focus-visible {
  outline: 3px solid rgba(49, 92, 255, .45);
  outline-offset: 4px;
}

.msp-shell {
  width: min(calc(100% - 96px), 1720px);
  margin-inline: auto;
}

.msp-section {
  position: relative;
  padding: clamp(100px, 10vw, 168px) 0;
  background: #fff;
}

.msp-section:nth-of-type(even) {
  background:
    radial-gradient(circle at 84% 14%, rgba(90, 113, 255, .1), transparent 26%),
    linear-gradient(180deg, #f8faff 0%, #fff 100%);
}

.msp-eyebrow {
  margin: 0 0 24px;
  color: #1549dd;
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  line-height: 1.35;
  text-transform: uppercase;
}

.msp-head {
  width: min(900px, 100%);
  margin-bottom: clamp(54px, 6vw, 88px);
}

.msp-head--split {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .78fr);
  column-gap: clamp(60px, 9vw, 150px);
  align-items: end;
}

.msp-head--split .msp-eyebrow,
.msp-head--split h2 { grid-column: 1; }
.msp-head--split .msp-lead { grid-column: 2; grid-row: 1 / span 2; align-self: end; }

.msp-head h2,
.msp-final h2 {
  margin: 0;
  color: var(--msp-ink);
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-section);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  text-wrap: balance;
}

.msp-head h2 span,
.msp-final h2 span { display: block; }

.msp-lead {
  max-width: 800px;
  margin: 28px 0 0;
  color: var(--msp-copy);
  font-size: clamp(19px, 1.55vw, 25px);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.56;
}

.msp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.msp-button,
.msp-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 56px;
  border-radius: 12px;
  color: var(--msp-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.msp-button { padding: 0 23px; border: 1px solid transparent; }
.msp-button svg,
.msp-text-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.msp-button:hover,
.msp-text-link:hover { transform: translateY(-2px); }

.msp-button--primary {
  min-width: 254px;
  color: #fff;
  background: linear-gradient(100deg, #154dff 0%, #3b38ff 48%, #712cff 100%);
  box-shadow: 0 16px 34px rgba(54, 52, 255, .24);
}
.msp-button--primary:hover { box-shadow: 0 20px 40px rgba(54, 52, 255, .3); }
.msp-button--ghost { border-color: #b9c3e9; background: rgba(255, 255, 255, .86); }
.msp-button--ghost:hover { border-color: #6d7fd2; }
.msp-text-link { min-height: 40px; padding: 4px 1px; color: #124af1; }
.msp-actions--center { justify-content: center; }

.msp-demo-label {
  color: #6b76a4;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .045em;
  text-transform: uppercase;
}

/* Hero */
.msp-hero {
  position: relative;
  min-height: 850px;
  padding: clamp(70px, 6vw, 104px) 0 70px;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(rgba(67, 87, 190, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67, 87, 190, .035) 1px, transparent 1px),
    radial-gradient(circle at 72% 46%, rgba(89, 112, 255, .16), transparent 32%),
    radial-gradient(circle at 90% 15%, rgba(94, 129, 255, .1), transparent 27%),
    linear-gradient(120deg, #fff 0%, #fbfcff 42%, #f5f8ff 100%);
  background-size: 62px 62px, 62px 62px, auto, auto, auto;
}

.msp-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -150px 42%;
  height: 360px;
  z-index: -1;
  opacity: .45;
  transform: perspective(700px) rotateX(64deg);
  transform-origin: bottom;
  background-image: linear-gradient(rgba(58, 90, 255, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(58, 90, 255, .13) 1px, transparent 1px);
  background-size: 56px 42px;
  mask-image: linear-gradient(to bottom, transparent, #000 24%, transparent 90%);
}

.msp-hero__halo {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}
.msp-hero__halo--blue { width: 620px; height: 620px; right: 11%; top: 8%; background: rgba(85, 102, 255, .1); }
.msp-hero__halo--mint { width: 300px; height: 300px; right: 2%; bottom: 5%; background: rgba(44, 214, 201, .12); }

.msp-hero__grid {
  display: grid;
  grid-template-columns: minmax(470px, 42%) minmax(700px, 58%);
  gap: clamp(34px, 2.5vw, 54px);
  align-items: center;
}

.msp-hero__copy { position: relative; z-index: 4; padding: 18px 0; }
.msp-hero__copy h1 {
  max-width: 670px;
  margin: 0;
  color: var(--msp-ink);
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-hero);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: 1.04;
}
.msp-hero__copy h1 span { display: block; }
.msp-hero__copy h1 em {
  display: inline-block;
  padding: 0 .075em .07em 0;
  color: #315cff;
  font-style: normal;
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.msp-hero__lead {
  max-width: 645px;
  margin: 27px 0 29px;
  color: var(--msp-copy);
  font-size: clamp(17px, 1.15vw, 20px);
  font-weight: 300;
  letter-spacing: -.017em;
  line-height: 1.58;
}
.msp-hero__lead p { margin: 0; }
.msp-hero__lead p + p { margin-top: 17px; }
.msp-hero__copy .msp-text-link { width: 100%; justify-content: flex-start; margin-top: 13px; }

.msp-assurances {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}
.msp-assurances li { display: flex; align-items: center; gap: 10px; color: #37467f; font-size: 13px; line-height: 1.25; }
.msp-assurances li > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border: 1px solid rgba(70, 87, 178, .11); border-radius: 50%; color: #3558f5; background: #fff; box-shadow: 0 8px 20px rgba(34, 48, 129, .08); }
.msp-assurances svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.msp-orbit {
  position: relative;
  width: 100%;
  aspect-ratio: 920 / 760;
  margin: 0;
  transform-style: preserve-3d;
}
.msp-orbit__rings {
  position: absolute;
  inset: 3% 2%;
  border: 1px solid rgba(70, 99, 255, .1);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 52px, rgba(75, 97, 255, .07) 53px 54px),
    radial-gradient(circle, rgba(255,255,255,.86) 0 24%, rgba(240,244,255,.58) 54%, transparent 73%);
  box-shadow: inset 0 0 80px rgba(62, 85, 244, .08), 0 0 95px rgba(65, 92, 255, .08);
}
.msp-orbit__routes { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.msp-route-lines path { stroke-dasharray: 1; stroke-dashoffset: 0; pathLength: 1; opacity: .9; }
.msp-route-nodes circle { fill: #fff; stroke: #315cff; stroke-width: 3; filter: drop-shadow(0 0 5px rgba(49,92,255,.55)); }
.msp-route-nodes circle:nth-child(3n) { stroke: #21c7cf; }

.msp-cockpit {
  position: absolute;
  left: 31.5%;
  top: 26.5%;
  z-index: 4;
  width: 38%;
  height: 42%;
  overflow: hidden;
  border: 1px solid rgba(97, 111, 191, .17);
  border-radius: 24px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 38px 78px rgba(45, 56, 151, .19), 0 8px 26px rgba(55, 65, 145, .09);
}
.msp-cockpit__bar { height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid rgba(78, 91, 166, .11); background: rgba(249,250,255,.94); }
.msp-cockpit__bar > span { display: flex; gap: 6px; }
.msp-cockpit__bar > span i { width: 8px; height: 8px; border-radius: 50%; background: #d6dcf2; }
.msp-cockpit__bar > strong { display: flex; align-items: center; gap: 6px; color: #26336f; font-size: 10px; }
.msp-cockpit__bar > strong i { width: 7px; height: 7px; border-radius: 50%; background: #17b888; box-shadow: 0 0 0 4px rgba(23,184,136,.09); }
.msp-cockpit__body { height: calc(100% - 44px); display: grid; grid-template-columns: 52px 1fr; }
.msp-cockpit__rail { display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 12px 7px; background: linear-gradient(180deg, #081047, #06123e); }
.msp-cockpit__rail > span { display: grid; place-items: center; width: 32px; height: 30px; border-radius: 8px; color: rgba(214,224,255,.8); }
.msp-cockpit__rail > span.is-active { color: #fff; background: linear-gradient(135deg, #244bdb, #3d60f7); box-shadow: 0 5px 14px rgba(35,70,213,.42); }
.msp-cockpit__rail svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.msp-cockpit__dashboard { padding: 19px 18px 14px; min-width: 0; }
.msp-cockpit__brand > span { display: block; color: #080a45; font-size: clamp(24px, 2vw, 38px); font-weight: 700; letter-spacing: -.075em; line-height: .9; }
.msp-cockpit__brand b { color: #26c8bf; }
.msp-cockpit__brand > strong { display: block; margin-top: 5px; color: #1655f5; font-size: 13px; }
.msp-cockpit__dashboard > p { margin: 7px 0 12px; color: #526091; font-size: 10px; }
.msp-service-state { padding: 10px 11px 4px; border: 1px solid rgba(88,103,190,.13); border-radius: 13px; background: #fff; box-shadow: 0 8px 24px rgba(38,48,127,.08); }
.msp-service-state header { display: grid; grid-template-columns: 30px 1fr 21px; gap: 8px; align-items: center; }
.msp-service-state header > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: #315cff; background: #edf2ff; }
.msp-service-state header svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.msp-service-state header small { display: block; color: #7380a9; font-size: 7px; }
.msp-service-state header strong { display: block; color: #18235d; font-size: 9px; line-height: 1.2; }
.msp-service-state header > i { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: #16aa82; background: #e9faf5; }
.msp-service-state > svg { width: 100%; height: 31px; margin-top: 3px; }
.msp-service-state > svg path:first-child { fill: none; stroke: #45aaf1; stroke-width: 2; }
.msp-service-state > svg path:last-child { fill: rgba(69,170,241,.09); stroke: none; }
.msp-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin: 8px 0 4px; padding: 0; list-style: none; }
.msp-metrics li { min-width: 0; padding: 6px; border-radius: 8px; background: #f6f8ff; }
.msp-metrics strong { display: block; color: #16235e; font-size: 9px; }
.msp-metrics span { display: block; overflow: hidden; color: #6674a0; font-size: 6px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.msp-cockpit .msp-demo-label { display: block; margin-top: 4px; font-size: 6px; text-align: right; }

.msp-orbit-cards { position: absolute; inset: 0; z-index: 3; margin: 0; padding: 0; list-style: none; }
.msp-orbit-card {
  position: absolute;
  display: grid;
  grid-template-columns: 42px 1fr 20px;
  gap: 10px;
  align-items: center;
  width: 205px;
  min-height: 86px;
  padding: 13px;
  border: 1px solid rgba(89, 104, 188, .13);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--msp-card-shadow);
}
.msp-orbit-card--tickets { left: 3%; top: 9%; }
.msp-orbit-card--monitoring { right: 3%; top: 9%; }
.msp-orbit-card--contracts { right: -1%; top: 31%; }
.msp-orbit-card--microsoft { right: 0; top: 56%; }
.msp-orbit-card--security { right: 8%; bottom: 2%; }
.msp-orbit-card--backup { left: 8%; bottom: 1%; }
.msp-orbit-card--provisioning { left: -1%; top: 53%; }
.msp-orbit-card--field { left: 1%; top: 29%; }
.msp-orbit-card__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: #2857ef; background: linear-gradient(145deg, #edf2ff, #f8f9ff); }
.msp-orbit-card__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.msp-orbit-card strong { display: block; color: #11194d; font-size: 13px; }
.msp-orbit-card small { display: block; margin-top: 3px; color: #69759e; font-size: 8px; line-height: 1.25; }
.msp-orbit-card em { display: block; margin-top: 6px; color: #3452a4; font-size: 8px; font-style: normal; font-weight: 600; }
.msp-orbit-card > i { display: grid; place-items: center; align-self: start; width: 19px; height: 19px; border-radius: 50%; color: #14a982; background: #e8faf4; }
.msp-orbit-card > i svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2; }

.msp-murphy-card {
  position: absolute;
  left: 33%;
  bottom: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: 57px 1fr;
  gap: 13px;
  width: 39%;
  min-height: 100px;
  padding: 14px;
  border: 1px solid rgba(111,76,255,.16);
  border-radius: 19px;
  background: linear-gradient(125deg, rgba(255,255,255,.97), rgba(246,241,255,.95));
  box-shadow: 0 18px 46px rgba(86,55,205,.18);
}
.msp-murphy-orb { position: relative; display: block; width: 57px; height: 57px; border-radius: 50%; overflow: hidden; background: radial-gradient(circle at 35% 32%, #cbd3ff, #6c51ea 38%, #251177 72%, #100846); box-shadow: inset 0 0 18px rgba(255,255,255,.4), 0 8px 22px rgba(66,42,188,.3); }
.msp-murphy-orb i { position: absolute; inset: 22% 11%; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; transform: rotate(35deg); }
.msp-murphy-orb i:nth-child(2) { inset: 15% 29%; transform: rotate(-24deg); }
.msp-murphy-orb i:nth-child(3) { inset: 34% 8%; transform: rotate(-35deg); }
.msp-murphy-card small { display: block; color: #4c39d6; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.msp-murphy-card strong { display: block; margin-top: 3px; color: #111949; font-size: 12px; }
.msp-murphy-card div > span { display: block; margin-top: 3px; color: #65719c; font-size: 8px; line-height: 1.25; }
.msp-murphy-card button { display: inline-flex; align-items: center; gap: 8px; margin: 7px 0 0; padding: 0; border: 0; color: #3154d9; background: none; font-size: 8px; font-weight: 700; cursor: pointer; }
.msp-murphy-card button svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2; }
.msp-orbit__demo { position: absolute; right: 4%; bottom: -15px; color: #6b76a4; font-size: 8px; text-transform: uppercase; }

@keyframes msp-route-flow { to { stroke-dashoffset: -2; } }
@keyframes msp-node-pulse { 50% { r: 7px; opacity: .5; } }
@keyframes msp-card-float { 50% { transform: translateY(-4px); } }
@keyframes msp-orb-turn { to { transform: rotate(360deg); } }

.msp-page.has-msp-motion .msp-route-lines path { stroke-dasharray: .04 .035; animation: msp-route-flow 7s linear infinite; }
.msp-page.has-msp-motion .msp-route-nodes circle:nth-child(4n + 1) { animation: msp-node-pulse 2.8s ease-in-out infinite; }
.msp-page.has-msp-motion .msp-orbit-card:nth-child(odd) { animation: msp-card-float 5.5s ease-in-out infinite; }
.msp-page.has-msp-motion .msp-orbit-card:nth-child(even) { animation: msp-card-float 6.2s ease-in-out -2s infinite; }
.msp-page.has-msp-motion .msp-murphy-orb { animation: msp-orb-turn 18s linear infinite; }
.msp-page.has-msp-motion .msp-murphy-orb i { animation: msp-orb-turn 9s linear reverse infinite; }
.msp-orbit.is-alert .msp-orbit-card--monitoring { border-color: rgba(241,151,52,.55); box-shadow: 0 18px 48px rgba(236,147,44,.2); }
.msp-orbit.is-linked .msp-orbit-card--tickets,
.msp-orbit.is-linked .msp-orbit-card--monitoring { border-color: rgba(103,78,255,.48); }
.msp-orbit.is-resolved .msp-service-state { box-shadow: 0 8px 28px rgba(32,184,139,.18); }

/* Platform and shared product scenes */
.msp-positioning__statement {
  width: min(1180px, 100%);
  margin: -25px 0 70px auto;
  padding: 28px 34px;
  border-left: 3px solid #315cff;
  color: #172360;
  background: linear-gradient(90deg, rgba(237,242,255,.85), rgba(255,255,255,0));
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.5;
}
.msp-context-scene { position: relative; height: 390px; margin: 0 0 70px; border: 1px solid var(--msp-line); border-radius: 32px; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(73,93,255,.13), transparent 38%), linear-gradient(135deg, #f9faff, #fff); box-shadow: var(--msp-card-shadow); }
.msp-context-scene > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.msp-context-scene > svg path { fill: none; stroke: #7890f3; stroke-width: 1.5; stroke-dasharray: 5 7; }
.msp-client-card { position: absolute; left: 50%; top: 50%; z-index: 2; width: 280px; padding: 26px; border: 1px solid rgba(73,93,179,.17); border-radius: 22px; transform: translate(-50%, -50%); background: #fff; box-shadow: var(--msp-shadow); text-align: center; }
.msp-client-card small { color: #315cff; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.msp-client-card h3 { margin: 9px 0 12px; color: var(--msp-ink); font-size: 25px; font-weight: 500; }
.msp-client-card > span { display: inline-flex; align-items: center; gap: 7px; color: #44608c; font-size: 12px; }
.msp-client-card > span i { width: 8px; height: 8px; border-radius: 50%; background: var(--msp-mint); }
.msp-context-scene > ul { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; }
.msp-context-link { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 175px; padding: 16px 18px; border: 1px solid var(--msp-line); border-radius: 16px; color: #263675; background: #fff; box-shadow: var(--msp-card-shadow); font-weight: 600; }
.msp-context-link svg { width: 22px; height: 22px; fill: none; stroke: #315cff; stroke-width: 1.7; }
.msp-context-link--1 { left: 7%; top: 10%; }.msp-context-link--2 { right: 7%; top: 10%; }.msp-context-link--3 { left: 5%; top: 44%; }.msp-context-link--4 { right: 5%; top: 44%; }.msp-context-link--5 { left: 10%; bottom: 9%; }.msp-context-link--6 { right: 10%; bottom: 9%; }
.msp-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.msp-benefit { padding: clamp(28px, 3vw, 46px); border: 1px solid var(--msp-line); border-radius: 24px; background: #fff; box-shadow: 0 14px 40px rgba(39,54,139,.06); }
.msp-benefit > span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; color: #315cff; background: #edf2ff; }
.msp-benefit svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.msp-benefit h3 { margin: 26px 0 13px; font-size: clamp(22px, 1.7vw, 28px); font-weight: 500; letter-spacing: -.035em; }
.msp-benefit p { margin: 0; color: var(--msp-copy); font-size: 17px; line-height: 1.6; }

.msp-workflow { background: #f6f8ff; }
.msp-interaction-hint { margin: -50px 0 25px; color: #586691; font-size: 14px; }
.msp-workflow-track { overflow-x: auto; padding: 20px 3px 32px; scrollbar-width: thin; scrollbar-color: #9aa9e8 transparent; }
.msp-workflow-track ol { display: flex; min-width: 1420px; margin: 0; padding: 0; list-style: none; }
.msp-workflow-track li { position: relative; flex: 1; }
.msp-workflow-track li:not(:last-child)::after { content: ""; position: absolute; left: calc(50% + 34px); right: calc(-50% + 34px); top: 28px; height: 1px; background: linear-gradient(90deg, #315cff, #42bbdf); }
.msp-workflow-track button { position: relative; z-index: 1; width: 100%; padding: 0 5px; border: 0; color: #425180; background: none; cursor: pointer; }
.msp-workflow-track button span { display: grid; place-items: center; width: 57px; height: 57px; margin: 0 auto 15px; border: 1px solid #cbd3f0; border-radius: 50%; color: #4f61a1; background: #fff; box-shadow: 0 7px 20px rgba(48,65,150,.08); font-size: 12px; }
.msp-workflow-track button strong { display: block; font-size: 13px; font-weight: 600; }
.msp-workflow-track button.is-active span { color: #fff; border-color: transparent; background: linear-gradient(135deg, #315cff, #743dff); box-shadow: 0 10px 25px rgba(65,64,241,.28); }
.msp-workflow-track button.is-active strong { color: #1d2c6f; }
.msp-workflow-detail { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 36px; overflow: hidden; border: 1px solid var(--msp-line); border-radius: 18px; background: #fff; box-shadow: var(--msp-card-shadow); }
.msp-workflow-detail > div { padding: 20px 24px; }
.msp-workflow-detail > div + div { border-left: 1px solid var(--msp-line); }
.msp-workflow-detail small { display: block; color: #7380a7; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.msp-workflow-detail strong { display: block; margin-top: 7px; color: #18245f; font-size: 15px; }
.msp-order-demo { padding: clamp(28px, 4vw, 55px); border: 1px solid var(--msp-line); border-radius: 28px; background: #fff; box-shadow: var(--msp-shadow); }
.msp-order-demo > header { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-bottom: 30px; }
.msp-order-demo > header small { color: #315cff; font-size: 12px; font-weight: 600; letter-spacing: .06em; }
.msp-order-demo h3 { margin: 8px 0 0; font-size: clamp(24px, 2.4vw, 37px); font-weight: 400; letter-spacing: -.04em; }
.msp-order-demo > header > span { padding: 10px 14px; border-radius: 999px; color: #128566; background: #e9faf5; font-size: 13px; font-weight: 600; }
.msp-order-demo ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.msp-order-demo li { display: grid; grid-template-columns: 32px 1fr; gap: 0 10px; align-items: center; padding: 16px; border-radius: 14px; background: #f6f8ff; }
.msp-order-demo li > span { grid-row: span 2; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: #14a982; background: #e9faf5; }
.msp-order-demo li svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.msp-order-demo li strong { font-size: 14px; }.msp-order-demo li small { color: #64729b; font-size: 10px; }
.msp-order-demo > .msp-demo-label { display: block; margin-top: 22px; text-align: right; }

.msp-module-filters { display: flex; flex-wrap: wrap; gap: 10px; margin: -35px 0 38px; }
.msp-module-filters button { padding: 11px 18px; border: 1px solid #c8d0ee; border-radius: 999px; color: #394980; background: #fff; font-size: 14px; font-weight: 600; cursor: pointer; }
.msp-module-filters button.is-active { color: #fff; border-color: #315cff; background: #315cff; box-shadow: 0 9px 23px rgba(49,92,255,.2); }
.msp-module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.msp-module-card { min-height: 255px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--msp-line); border-radius: 21px; background: #fff; box-shadow: 0 12px 36px rgba(38,52,139,.055); transition: transform .25s ease, box-shadow .25s ease, opacity .2s ease; }
.msp-module-card:hover { transform: translateY(-4px); box-shadow: var(--msp-card-shadow); }
.msp-module-card[hidden] { display: none; }
.msp-module-card header { display: flex; justify-content: space-between; align-items: center; }
.msp-module-card header > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: #315cff; background: #edf2ff; }
.msp-module-card header svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.msp-module-card__state { padding: 6px 9px; border-radius: 999px; color: #516094; background: #f0f3fb; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .045em; }
.msp-module-card h3 { margin: 23px 0 10px; font-size: 21px; font-weight: 500; letter-spacing: -.03em; }
.msp-module-card p { margin: 0 0 20px; color: var(--msp-copy); line-height: 1.5; }
.msp-module-card > a { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: #2450e7; font-size: 13px; font-weight: 600; text-decoration: none; }
.msp-module-card > a svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.msp-modules-more { display: none; margin: 24px auto 0; padding: 12px 18px; border: 1px solid #bac5ea; border-radius: 999px; color: #2548c7; background: #fff; font-weight: 600; cursor: pointer; }

.msp-intelligence { background: radial-gradient(circle at 78% 45%, rgba(108,60,255,.12), transparent 31%), #f8f7ff; }
.msp-intelligence__grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(540px, 1fr); gap: clamp(50px, 8vw, 130px); align-items: center; }
.msp-intelligence .msp-head { margin-bottom: 38px; }
.msp-capabilities { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.msp-capabilities li { display: flex; gap: 13px; align-items: center; color: #263672; font-size: 17px; }
.msp-capabilities svg { width: 21px; height: 21px; fill: none; stroke: #315cff; stroke-width: 2; }
.msp-human-control { display: flex; align-items: center; gap: 12px; margin: 30px 0 0; padding: 16px 18px; border: 1px solid rgba(76,91,174,.14); border-radius: 13px; color: #4f5c87; background: rgba(255,255,255,.75); font-size: 13px; }
.msp-human-control svg { width: 20px; height: 20px; fill: none; stroke: #315cff; stroke-width: 1.8; }
.msp-analysis { padding: 30px; border: 1px solid rgba(100,78,199,.18); border-radius: 28px; background: rgba(255,255,255,.95); box-shadow: 0 28px 75px rgba(78,53,174,.14); }
.msp-analysis > header { display: grid; grid-template-columns: 58px 1fr auto; gap: 14px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--msp-line); }
.msp-analysis > header small { display: block; color: #6b55dc; font-size: 10px; font-weight: 700; letter-spacing: .07em; }
.msp-analysis > header strong { display: block; margin-top: 4px; font-size: 20px; font-weight: 500; }
.msp-analysis > header > i { padding: 7px 10px; border-radius: 999px; color: #18866a; background: #e9faf5; font-size: 10px; font-style: normal; }
.msp-analysis__finding { display: grid; grid-template-columns: 50px 1fr; gap: 16px; margin: 22px 0 14px; padding: 20px; border-radius: 16px; background: linear-gradient(115deg, #f1edff, #f7f9ff); }
.msp-analysis__finding > span { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; color: #6c3cff; background: #fff; }
.msp-analysis__finding svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.msp-analysis__finding p { margin: 0; }.msp-analysis__finding small { display: block; color: #7158d2; font-size: 10px; }.msp-analysis__finding strong { display: block; margin-top: 5px; font-size: 16px; line-height: 1.35; }
.msp-analysis__related { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; }.msp-analysis__related li { padding: 7px 10px; border-radius: 999px; color: #4a5785; background: #f1f3fb; font-size: 11px; }
.msp-analysis__actions > small { display: block; margin-bottom: 8px; color: #69769f; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.msp-analysis__actions button { display: flex; justify-content: space-between; width: 100%; padding: 11px 13px; border: 0; border-top: 1px solid var(--msp-line); color: #26336d; background: transparent; text-align: left; cursor: pointer; }
.msp-analysis__actions button span { color: #315cff; font-size: 11px; font-weight: 600; }
.msp-analysis > .msp-demo-label { display: block; margin-top: 18px; text-align: right; }

.msp-fleet { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.msp-fleet__map { position: relative; min-height: 430px; border: 1px solid var(--msp-line); border-radius: 28px; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(52,91,255,.14), transparent 34%), #fbfcff; box-shadow: var(--msp-card-shadow); }
.msp-fleet__map > svg { position: absolute; inset: 0; width: 100%; height: 100%; }.msp-fleet__map > svg path { fill: none; stroke: #6e88ef; stroke-width: 1.5; stroke-dasharray: 5 7; }
.msp-fleet__core { position: absolute; left: 50%; top: 50%; z-index: 2; display: grid; place-items: center; width: 126px; height: 126px; border: 1px solid rgba(49,92,255,.15); border-radius: 50%; transform: translate(-50%,-50%); color: #0d164f; background: #fff; box-shadow: var(--msp-shadow); font-size: 29px; font-weight: 700; letter-spacing: -.06em; }.msp-fleet__core b { color: #24c6bd; }.msp-fleet__core small { display: block; margin-top: -34px; color: #315cff; font-size: 11px; letter-spacing: .06em; }
.msp-site { position: absolute; z-index: 2; min-width: 165px; padding: 17px; border: 1px solid var(--msp-line); border-radius: 16px; background: #fff; box-shadow: var(--msp-card-shadow); }.msp-site--1 { left: 7%; top: 8%; }.msp-site--2 { right: 7%; top: 9%; }.msp-site--3 { left: 10%; bottom: 8%; }
.msp-site header { display: flex; gap: 8px; align-items: center; }.msp-site header i { width: 8px; height: 8px; border-radius: 50%; background: #1db58b; }.msp-site header i.is-warn { background: #e99a35; }.msp-site header strong { font-size: 14px; }.msp-site > span,.msp-site > small { display: block; margin: 7px 0 0 16px; color: #65729a; font-size: 10px; }
.msp-asset-cloud { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 20px; border: 1px solid var(--msp-line); border-radius: 28px; background: #fff; box-shadow: var(--msp-card-shadow); }.msp-asset-cloud span { display: flex; align-items: center; gap: 9px; min-height: 54px; padding: 11px; border-radius: 12px; color: #34447c; background: #f5f7ff; font-size: 12px; }.msp-asset-cloud svg { width: 20px; height: 20px; fill: none; stroke: #315cff; stroke-width: 1.7; }
.msp-echo { display: grid; grid-template-columns: .72fr 1.28fr; gap: 50px; margin-top: 24px; padding: 35px; border: 1px solid rgba(47,77,176,.14); border-radius: 25px; color: #fff; background: linear-gradient(120deg, #09164c, #17317b); box-shadow: 0 22px 55px rgba(19,39,105,.18); }.msp-echo .msp-eyebrow { color: #8eb7ff; margin-bottom: 12px; }.msp-echo p:last-child { margin: 0; color: #d2dcf4; line-height: 1.55; }.msp-echo ol { display: grid; grid-template-columns: repeat(5, 1fr); align-items: start; margin: 0; padding: 0; list-style: none; }.msp-echo li { position: relative; text-align: center; }.msp-echo li:not(:last-child)::after { content: ""; position: absolute; left: 63%; right: -37%; top: 15px; height: 1px; background: rgba(125,165,255,.45); }.msp-echo li span { display: grid; place-items: center; position: relative; z-index: 1; width: 31px; height: 31px; margin: 0 auto 10px; border: 1px solid rgba(143,180,255,.35); border-radius: 50%; color: #a8c8ff; background: #112764; font-size: 9px; }.msp-echo li strong { color: #e2e9f9; font-size: 10px; font-weight: 500; line-height: 1.3; }.msp-monitoring > .msp-shell > .msp-demo-label { display: block; margin-top: 15px; text-align: right; }

.msp-permission { display: inline-flex; align-items: center; gap: 10px; margin: -45px 0 35px; color: #4e5d8d; font-size: 13px; }.msp-permission svg { width: 19px; height: 19px; fill: none; stroke: #315cff; stroke-width: 1.7; }
.msp-portal-scene { position: relative; min-height: 600px; padding: 40px 130px 40px 40px; border: 1px solid var(--msp-line); border-radius: 32px; background: radial-gradient(circle at 80% 20%, rgba(65,100,255,.13), transparent 28%), #f5f8ff; box-shadow: var(--msp-shadow); }
.msp-portal-desktop { height: 520px; overflow: hidden; border: 1px solid rgba(66,81,166,.15); border-radius: 22px; background: #fff; box-shadow: 0 28px 65px rgba(35,51,137,.15); }.msp-portal-desktop > header { height: 55px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 20px; border-bottom: 1px solid var(--msp-line); }.msp-portal-desktop > header > span { display: flex; gap: 6px; }.msp-portal-desktop > header > span i { width: 8px; height: 8px; border-radius: 50%; background: #d8def1; }.msp-portal-desktop > header b { color: #0b124b; font-size: 25px; letter-spacing: -.06em; }.msp-portal-desktop > header b span { color: #24c8bd; }.msp-portal-desktop > header small { justify-self: end; color: #63709b; }
.msp-portal-desktop__body { display: grid; grid-template-columns: 70px 1fr; height: calc(100% - 55px); }.msp-portal-desktop__body > aside { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 18px 10px; background: #09164b; }.msp-portal-desktop__body > aside span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; color: #b8c7eb; }.msp-portal-desktop__body > aside span.is-active { color: #fff; background: #3155df; }.msp-portal-desktop__body > aside svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.msp-portal-desktop__main { padding: 35px; }.msp-portal-desktop__main > small { color: #66739d; }.msp-portal-desktop__body h3 { margin: 7px 0 28px; font-size: 30px; font-weight: 400; letter-spacing: -.04em; }.msp-portal-desktop__body ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 24px; padding: 0; list-style: none; }.msp-portal-desktop__body li { padding: 17px; border-radius: 14px; background: #f4f7ff; }.msp-portal-desktop__body li strong { display: block; font-size: 23px; }.msp-portal-desktop__body li span { color: #65729b; font-size: 11px; }
.msp-portal-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }.msp-portal-services span { display: flex; align-items: center; gap: 7px; min-height: 49px; padding: 9px; border: 1px solid var(--msp-line); border-radius: 11px; color: #36447a; font-size: 10px; }.msp-portal-services svg { width: 17px; height: 17px; fill: none; stroke: #315cff; stroke-width: 1.7; }
.msp-portal-mobile { position: absolute; right: 35px; bottom: 24px; width: 210px; min-height: 405px; padding: 18px; border: 7px solid #111947; border-radius: 29px; background: #fff; box-shadow: 0 30px 65px rgba(29,42,121,.24); }.msp-portal-mobile > header { display: flex; justify-content: space-between; }.msp-portal-mobile > header b { font-size: 20px; letter-spacing: -.06em; }.msp-portal-mobile > header b span { color: #24c8bd; }.msp-portal-mobile > header i { width: 8px; height: 8px; border-radius: 50%; background: #19b58b; }.msp-portal-mobile p { margin: 45px 0 8px; color: #6b769d; font-size: 11px; }.msp-portal-mobile > strong { display: block; font-size: 21px; line-height: 1.2; }.msp-portal-mobile > span { display: block; margin: 30px 0; padding: 15px; border-radius: 12px; color: #34427a; background: #f0f4ff; font-size: 11px; }.msp-portal-mobile button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 12px; border: 0; border-radius: 10px; color: #fff; background: #315cff; font-size: 10px; }.msp-portal-mobile button svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }
.msp-portal-items { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }.msp-portal-items span { padding: 8px 12px; border: 1px solid var(--msp-line); border-radius: 999px; color: #4e5d8d; background: #fff; font-size: 12px; }

.msp-provisioning-flow { display: flex; margin: 0 0 50px; padding: 0; list-style: none; }.msp-provisioning-flow li { position: relative; flex: 1; text-align: center; }.msp-provisioning-flow li:not(:last-child)::after { content: ""; position: absolute; left: 59%; right: -41%; top: 23px; height: 1px; background: linear-gradient(90deg,#315cff,#42bbdf); }.msp-provisioning-flow span { position: relative; z-index: 1; display: grid; place-items: center; width: 47px; height: 47px; margin: 0 auto 12px; border-radius: 50%; color: #315cff; background: #eaf0ff; font-size: 11px; }.msp-provisioning-flow strong { color: #273771; font-size: 12px; }
.msp-provisioning__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }.msp-service-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; padding: 28px; border: 1px solid var(--msp-line); border-radius: 25px; background: #f7f9ff; }.msp-service-list span { display: flex; gap: 10px; align-items: center; min-height: 58px; padding: 13px; border-radius: 13px; color: #35457e; background: #fff; box-shadow: 0 5px 18px rgba(38,52,139,.05); font-size: 13px; }.msp-service-list svg { width: 20px; height: 20px; fill: none; stroke: #315cff; stroke-width: 1.7; }
.msp-execution-modes { display: grid; gap: 12px; }.msp-execution-modes article { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; padding: 22px; border: 1px solid var(--msp-line); border-radius: 17px; background: #fff; }.msp-execution-modes article > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; color: #315cff; background: #edf2ff; }.msp-execution-modes svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }.msp-execution-modes h3 { margin: 0 0 6px; font-size: 18px; font-weight: 500; }.msp-execution-modes p { margin: 0; color: var(--msp-copy); line-height: 1.45; }

.msp-validation-note { display: flex; align-items: flex-start; gap: 12px; max-width: 980px; margin: -40px 0 30px; padding: 16px 18px; border: 1px solid #d8def2; border-radius: 13px; color: #4d5b86; background: #f7f8fd; font-size: 13px; line-height: 1.5; }.msp-validation-note svg { flex: 0 0 20px; width: 20px; height: 20px; fill: none; stroke: #315cff; stroke-width: 1.7; }
.msp-integration-legend { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 25px; }.msp-integration-legend span,.msp-integration-grid button span { display: inline-flex; align-items: center; gap: 7px; color: #59658d; font-size: 10px; }.msp-integration-legend i,.msp-integration-grid button i { width: 7px; height: 7px; border-radius: 50%; background: #9aa4c4; }.msp-integration-legend [data-status="Disponible"] i,.msp-integration-grid [data-status="Disponible"] i { background: #16ac83; }.msp-integration-legend [data-status="En cours d’intégration"] i,.msp-integration-grid [data-status="En cours d’intégration"] i { background: #e49935; }.msp-integration-legend [data-status="Via API / Neoo Forge"] i,.msp-integration-grid [data-status="Via API / Neoo Forge"] i { background: #6c4cff; }
.msp-integration-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }.msp-integration-grid button { display: flex; min-height: 94px; flex-direction: column; justify-content: space-between; align-items: flex-start; padding: 18px; border: 1px solid var(--msp-line); border-radius: 16px; color: #202f6d; background: #fff; box-shadow: 0 8px 25px rgba(38,52,139,.045); text-align: left; cursor: pointer; transition: transform .2s ease, border-color .2s ease; }.msp-integration-grid button:hover { transform: translateY(-3px); border-color: #899ae1; }.msp-integration-grid button strong { font-size: 16px; font-weight: 500; }

.msp-migration-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin: 0 0 45px; padding: 0; list-style: none; counter-reset: none; }.msp-migration-steps li { min-height: 260px; padding: 28px; border: 1px solid var(--msp-line); border-radius: 22px; background: #fff; box-shadow: 0 12px 35px rgba(38,52,139,.055); }.msp-migration-steps li > span { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: #315cff; background: #ebf1ff; font-size: 12px; }.msp-migration-steps h3 { margin: 42px 0 12px; font-size: 24px; font-weight: 500; letter-spacing: -.035em; }.msp-migration-steps p { margin: 0; color: var(--msp-copy); line-height: 1.58; }
.msp-migration blockquote { margin: 0 0 22px; padding: 27px 30px; border-left: 3px solid #315cff; color: #17245f; background: linear-gradient(90deg,#edf2ff,transparent); font-size: clamp(19px,1.7vw,27px); font-weight: 300; line-height: 1.5; }

.msp-pilot { background: radial-gradient(circle at 75% 30%, rgba(69,96,255,.15), transparent 31%), #f5f7ff; }.msp-pilot-panel { overflow: hidden; border: 1px solid var(--msp-line); border-radius: 28px; background: #fff; box-shadow: var(--msp-shadow); }.msp-pilot-panel > nav { display: flex; padding: 12px; border-bottom: 1px solid var(--msp-line); background: #f6f8ff; }.msp-pilot-panel > nav button { flex: 1; min-height: 43px; border: 0; border-radius: 10px; color: #56628c; background: transparent; font-weight: 600; cursor: pointer; }.msp-pilot-panel > nav button.is-active { color: #fff; background: #315cff; box-shadow: 0 8px 20px rgba(49,92,255,.22); }.msp-pilot-panel__body { padding: 34px; }.msp-pilot-panel__body > header { display: flex; justify-content: space-between; align-items: center; }.msp-pilot-panel__body > header small { display: block; color: #69769f; }.msp-pilot-panel__body > header strong { display: block; margin-top: 4px; font-size: 27px; font-weight: 400; }.msp-pilot-panel__body > header > span { display: flex; align-items: center; gap: 7px; color: #50608c; font-size: 11px; }.msp-pilot-panel__body > header > span i { width: 8px; height: 8px; border-radius: 50%; background: #1bb189; }
.msp-pilot-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin: 30px 0 22px; padding: 0; list-style: none; }.msp-pilot-stats li { padding: 20px; border: 1px solid var(--msp-line); border-radius: 15px; background: #f8faff; }.msp-pilot-stats small { display: block; color: #69759e; }.msp-pilot-stats strong { display: block; margin: 11px 0 7px; font-size: 28px; font-weight: 500; }.msp-pilot-stats span { color: #159775; font-size: 11px; }
.msp-pilot-chart { height: 210px; padding: 15px; border-radius: 16px; background: linear-gradient(180deg,#fbfcff,#f1f5ff); }.msp-pilot-chart svg { width: 100%; height: 100%; }.msp-pilot-chart path:first-child { fill: none; stroke: #315cff; stroke-width: 3; }.msp-pilot-chart path:last-child { fill: rgba(49,92,255,.1); stroke: none; }.msp-pilot-panel .msp-demo-label { display: block; margin-top: 12px; text-align: right; }.msp-kpi-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }.msp-kpi-cloud span { padding: 9px 13px; border: 1px solid var(--msp-line); border-radius: 999px; color: #4e5b87; background: #fff; font-size: 12px; }

.msp-pricing-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; max-width: 1180px; margin: 0 auto 35px; }.msp-price-card { padding: clamp(32px,4vw,60px); border: 1px solid var(--msp-line); border-radius: 28px; background: #fff; box-shadow: var(--msp-card-shadow); }.msp-price-card--modules { color: #fff; background: linear-gradient(125deg,#0a174e,#25368b); }.msp-price-card header small { color: #315cff; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }.msp-price-card--modules header small { color: #9fc1ff; }.msp-price-card h3 { margin: 8px 0 25px; font-size: clamp(31px,3vw,46px); font-weight: 400; letter-spacing: -.045em; }.msp-price { display: flex; gap: 15px; align-items: end; margin: 0 0 13px; }.msp-price > strong { font-size: clamp(48px,5vw,72px); font-weight: 300; letter-spacing: -.06em; }.msp-price > span { max-width: 170px; padding-bottom: 10px; color: #5d6993; line-height: 1.35; }.msp-price-validation { display: block; color: #8a6b20; }.msp-price-card > p:not(.msp-price) { margin: 27px 0 0; color: var(--msp-copy); font-size: 17px; line-height: 1.6; }.msp-price-card--modules > p { color: #d5def4 !important; }.msp-price-card--modules > small { display: block; margin-top: 28px; color: #b7c3e2; line-height: 1.5; }.msp-price-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }.msp-price-tags span { padding: 9px 12px; border: 1px solid rgba(174,196,255,.24); border-radius: 999px; color: #dfe7fa; background: rgba(255,255,255,.06); font-size: 12px; }

.msp-faq__grid { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(55px,8vw,130px); align-items: start; }.msp-faq .msp-head { position: sticky; top: 150px; margin: 0; }.msp-faq-list { border-top: 1px solid var(--msp-line); }.msp-faq-list details { border-bottom: 1px solid var(--msp-line); }.msp-faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; color: #18245e; font-size: 18px; font-weight: 500; cursor: pointer; list-style: none; }.msp-faq-list summary::-webkit-details-marker { display: none; }.msp-faq-list summary span { position: relative; flex: 0 0 24px; width: 24px; height: 24px; }.msp-faq-list summary span::before,.msp-faq-list summary span::after { content: ""; position: absolute; left: 5px; top: 11px; width: 14px; height: 1px; background: #315cff; transition: transform .2s ease; }.msp-faq-list summary span::after { transform: rotate(90deg); }.msp-faq-list details[open] summary span::after { transform: rotate(0); }.msp-faq-list details p { margin: -5px 45px 24px 0; color: var(--msp-copy); line-height: 1.65; }

.msp-final { position: relative; padding: clamp(105px,11vw,180px) 0; overflow: hidden; text-align: center; background: linear-gradient(180deg,#f8faff,#fff); }.msp-final__halo { position: absolute; left: 50%; top: 45%; width: 900px; height: 500px; border-radius: 50%; transform: translate(-50%,-50%); background: radial-gradient(circle,rgba(71,98,255,.13),transparent 65%); pointer-events: none; }.msp-final .msp-shell { position: relative; }.msp-final h2 { max-width: 1000px; margin: 0 auto; }.msp-final > .msp-shell > p:not(.msp-eyebrow) { max-width: 780px; margin: 30px auto 34px; color: var(--msp-copy); font-size: clamp(19px,1.7vw,25px); line-height: 1.55; }.msp-final ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 28px; margin: 38px 0 0; padding: 0; list-style: none; }.msp-final li { display: flex; gap: 8px; align-items: center; color: #4d5a86; font-size: 13px; }.msp-final li svg { width: 18px; height: 18px; fill: none; stroke: #18a980; stroke-width: 2; }

@media (max-width: 1450px) {
  .msp-shell { width: min(calc(100% - 64px), 1600px); }
  .msp-hero__grid { grid-template-columns: minmax(430px, 41%) minmax(620px, 59%); gap: 20px; }
  .msp-assurances { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .msp-orbit-card { width: 178px; min-height: 77px; grid-template-columns: 36px 1fr 18px; padding: 10px; }
  .msp-orbit-card__icon { width: 36px; height: 36px; }.msp-orbit-card__icon svg { width: 19px; height: 19px; }
  .msp-orbit-card strong { font-size: 11px; }.msp-orbit-card small,.msp-orbit-card em { font-size: 7px; }
}

@media (max-width: 1180px) {
  .msp-shell { width: min(calc(100% - 48px), 980px); }
  .msp-hero { padding-top: 72px; }
  .msp-hero__grid { grid-template-columns: 1fr; }
  .msp-hero__copy { max-width: 760px; }
  .msp-orbit { max-width: 920px; margin: 20px auto 0; }
  .msp-head--split { grid-template-columns: 1fr; }.msp-head--split .msp-lead { grid-column: 1; grid-row: auto; }
  .msp-module-grid { grid-template-columns: repeat(2,1fr); }
  .msp-intelligence__grid { grid-template-columns: 1fr; }.msp-intelligence__grid > div { max-width: 780px; }
  .msp-fleet { grid-template-columns: 1fr; }.msp-asset-cloud { grid-template-columns: repeat(4,1fr); }
  .msp-echo { grid-template-columns: 1fr; }
  .msp-integration-grid { grid-template-columns: repeat(3,1fr); }
  .msp-migration-steps { grid-template-columns: repeat(2,1fr); }
  .msp-faq__grid { grid-template-columns: 1fr; }.msp-faq .msp-head { position: static; }
}

@media (max-width: 760px) {
  .msp-shell { width: min(calc(100% - 32px), 620px); }
  .msp-section { padding: 88px 0; }
  .msp-head { margin-bottom: 45px; }.msp-head h2,.msp-final h2 { font-size: clamp(38px,12vw,54px); }
  .msp-eyebrow { margin-bottom: 18px; font-size: 12px; }
  .msp-lead { margin-top: 22px; font-size: 18px; }
  .msp-actions { display: grid; grid-template-columns: 1fr; width: 100%; }.msp-button { width: 100%; }.msp-text-link { justify-content: center; text-align: center; }
  .msp-hero { min-height: auto; padding: 58px 0 55px; background-size: 40px 40px,40px 40px,auto,auto,auto; }
  .msp-hero__grid { grid-template-columns: minmax(0, 1fr); min-width: 0; }
  .msp-hero__copy { width: 100%; min-width: 0; }
  .msp-hero__copy h1 { font-size: clamp(45px,13.5vw,62px); }
  .msp-hero__copy h1,.msp-hero__lead { width: 100%; max-width: 100%; }
  .msp-hero__lead { font-size: 17px; }.msp-hero__copy .msp-text-link { justify-content: center; }
  .msp-assurances { grid-template-columns: repeat(2,1fr); gap: 12px; }.msp-assurances li { font-size: 11px; }
  .msp-orbit { width: 700px; max-width: none; height: 580px; aspect-ratio: auto; left: auto; justify-self: center; margin: 34px 0 -151px; scale: .74; transform-origin: top center; }
  .msp-orbit-card--microsoft,.msp-orbit-card--security,.msp-orbit-card--backup,.msp-orbit-card--field { display: none; }
  .msp-cockpit { left: 26%; top: 24%; width: 48%; height: 48%; }
  .msp-murphy-card { left: 27%; width: 46%; }
  .msp-positioning__statement { margin: 0 0 50px; padding: 22px; font-size: 20px; }
  .msp-context-scene { height: 520px; }.msp-context-scene > svg { display: none; }.msp-client-card { top: 50%; width: 240px; }.msp-context-link { min-width: 135px; padding: 12px; font-size: 11px; }.msp-context-link--1 { left: 3%; top: 4%; }.msp-context-link--2 { right: 3%; top: 4%; }.msp-context-link--3 { left: 2%; top: 25%; }.msp-context-link--4 { right: 2%; top: 25%; }.msp-context-link--5 { left: 3%; bottom: 4%; }.msp-context-link--6 { right: 3%; bottom: 4%; }
  .msp-benefits { grid-template-columns: 1fr; }
  .msp-workflow-detail { grid-template-columns: repeat(2,1fr); }.msp-workflow-detail > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--msp-line); }.msp-workflow-detail > div:nth-child(4) { border-top: 1px solid var(--msp-line); }
  .msp-order-demo > header { display: grid; }.msp-order-demo > header > span { justify-self: start; }.msp-order-demo ol { grid-template-columns: 1fr; }
  .msp-module-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }.msp-module-filters button { white-space: nowrap; }.msp-module-grid { grid-template-columns: 1fr; }.msp-module-grid .msp-module-card:nth-child(n + 7) { display: none; }.msp-module-grid.is-expanded .msp-module-card:nth-child(n + 7) { display: flex; }.msp-modules-more { display: block; }
  .msp-analysis { padding: 20px; }.msp-analysis > header { grid-template-columns: 49px 1fr; }.msp-analysis > header > i { display: none; }
  .msp-fleet__map { min-height: 520px; }.msp-site { min-width: 130px; }.msp-site--1 { left: 3%; }.msp-site--2 { right: 3%; }.msp-site--3 { left: 5%; }.msp-asset-cloud { grid-template-columns: repeat(2,1fr); padding: 14px; }.msp-echo { padding: 25px; }.msp-echo ol { grid-template-columns: 1fr; gap: 10px; }.msp-echo li { display: flex; gap: 12px; align-items: center; text-align: left; }.msp-echo li:not(:last-child)::after { display: none; }.msp-echo li span { margin: 0; }
  .msp-portal-scene { min-height: 690px; padding: 20px; }.msp-portal-desktop { height: 480px; }.msp-portal-desktop__body { grid-template-columns: 52px 1fr; }.msp-portal-desktop__main { padding: 20px 14px; }.msp-portal-desktop__body ul { grid-template-columns: 1fr; }.msp-portal-desktop__body li:nth-child(n+2) { display: none; }.msp-portal-services { grid-template-columns: repeat(2,1fr); }.msp-portal-services span:nth-child(n+5) { display: none; }.msp-portal-mobile { right: 25px; bottom: 18px; transform: scale(.82); transform-origin: bottom right; }
  .msp-provisioning-flow { overflow-x: auto; padding-bottom: 14px; }.msp-provisioning-flow li { min-width: 110px; }.msp-provisioning__grid { grid-template-columns: 1fr; }.msp-service-list { grid-template-columns: 1fr; }
  .msp-integration-grid { grid-template-columns: repeat(2,1fr); }.msp-integration-grid button { min-height: 85px; }
  .msp-migration-steps { grid-template-columns: 1fr; }.msp-migration-steps li { min-height: 220px; }
  .msp-pilot-panel > nav { overflow-x: auto; }.msp-pilot-panel > nav button { min-width: 120px; }.msp-pilot-panel__body { padding: 20px; }.msp-pilot-stats { grid-template-columns: repeat(2,1fr); }.msp-pilot-chart { height: 160px; }
  .msp-pricing-grid { grid-template-columns: 1fr; }
  .msp-faq-list summary { font-size: 16px; }.msp-faq-list details p { margin-right: 0; }
  .msp-final ul { display: grid; justify-content: stretch; text-align: left; }
}

@media (max-width: 520px) {
  .msp-orbit { margin-bottom: -220px; scale: .62; }
}

@media (max-width: 390px) {
  .msp-shell { width: min(calc(100% - 24px), 360px); }
  .msp-assurances { grid-template-columns: 1fr; }
  .msp-orbit { margin-bottom: -302px; scale: .48; }
  .msp-workflow-detail { grid-template-columns: 1fr; }.msp-workflow-detail > div + div { border-left: 0; border-top: 1px solid var(--msp-line); }
  .msp-integration-grid { grid-template-columns: 1fr; }
  .msp-pilot-stats { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .msp-page *,
  .msp-page *::before,
  .msp-page *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .msp-orbit-card { transform: none !important; }
}
