/* =========================================================
   Mountsol — Summit Cyan (Zoho-inspired corporate system)
   Unique Mountsol identity · Cyan signal · Professional polish
   ========================================================= */

:root {
  --ms-summit: #001C24;
  --ms-summit-soft: #0A2F39;
  --ms-ink: #0B1F26;
  --ms-cyan: #03C7FC;
  --ms-cyan-deep: #00A8D6;
  --ms-cyan-text: #007EA8;
  --ms-cyan-soft: rgba(3, 199, 252, 0.12);
  --ms-cyan-glow: rgba(3, 199, 252, 0.22);
  --ms-ice: #F4F7F9;
  --ms-ice-deep: #EEF5F8;
  --ms-cloud: #FFFFFF;
  --ms-muted: #5B6B76;
  --ms-line: #E6ECF0;
  --ms-line-strong: #D5DEE5;
  --ms-radius: 12px;
  --ms-radius-sm: 8px;
  --ms-radius-lg: 18px;
  --ms-shadow: 0 1px 2px rgba(0, 28, 36, 0.04), 0 10px 28px rgba(0, 28, 36, 0.06);
  --ms-shadow-lg: 0 8px 30px rgba(0, 28, 36, 0.1);
  --ms-display: "DM Sans", system-ui, sans-serif;
  --ms-text: "DM Sans", system-ui, sans-serif;
  --ms-font: var(--ms-display);
  --ms-body: var(--ms-text);
  --ms-container: 1400px;
  --ms-header: 76px;
  --ms-space-section: clamp(1.75rem, 3vw, 2.65rem);
  --ms-space-section-sig: clamp(2.15rem, 3.6vw, 3.25rem);
  --ms-space-head: clamp(0.85rem, 1.4vw, 1.25rem);
}

/* Hide default Odoo chrome — keep .ms-header / .ms-footer visible */
body:has(.ms-summit) #wrapwrap > header,
body:has(.ms-summit) #wrapwrap > footer,
body:has(.ms-summit) .o_footer,
body:has(.ms-summit) .o_footer_copyright,
body:has(.ms-summit) #footer,
body:has(.ms-summit) header#top,
body:has(.ms-summit) .o_header_standard,
#wrapwrap:has(.ms-summit) > header,
#wrapwrap:has(.ms-summit) > footer {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Ensure custom chrome stays visible even if Odoo bundles older hide rules */
body:has(.ms-summit) .ms-header,
#wrapwrap:has(.ms-summit) .ms-header {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
body:has(.ms-summit) .ms-footer,
#wrapwrap:has(.ms-summit) .ms-footer,
#wrapwrap:has(.ms-summit) footer.ms-footer {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body:has(.ms-summit) #wrapwrap,
body:has(.ms-summit) main,
#wrapwrap:has(.ms-summit) #wrap,
body:has(.ms-summit) #wrap {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  background: var(--ms-cloud);
}

.ms-summit {
  font-family: var(--ms-body);
  color: var(--ms-ink);
  background: var(--ms-cloud);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body:has(.ms-summit),
#wrapwrap:has(.ms-summit) {
  overflow-x: clip;
}

.ms-summit *,
.ms-summit *::before,
.ms-summit *::after { box-sizing: border-box; }

.ms-summit a { color: inherit; text-decoration: none; }
.ms-summit img { max-width: 100%; height: auto; display: block; }

.ms-container {
  width: min(100% - 3rem, var(--ms-container));
  margin-inline: auto;
}

/* Type scale — Zoho-like hierarchy, Mountsol fonts */
.ms-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--ms-text);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ms-cyan-deep);
  margin: 0 0 1rem;
}
.ms-eyebrow::before {
  content: '';
  width: 1.35rem;
  height: 2px;
  background: var(--ms-cyan);
  border-radius: 999px;
}

.ms-h1, .ms-h2, .ms-h3, .ms-h4 {
  font-family: var(--ms-display);
  color: var(--ms-summit);
  letter-spacing: -0.028em;
  line-height: 1.15;
  margin: 0 0 1rem;
}
.ms-h1 { font-size: clamp(2.4rem, 5vw, 3.5rem); font-weight: 600; }
.ms-h2 { font-size: clamp(1.85rem, 3.2vw, 2.55rem); font-weight: 550; font-weight: 600; }
.ms-h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 0.55rem; letter-spacing: -0.015em; }
.ms-h4 { font-size: 1.02rem; font-weight: 600; margin-bottom: 0.35rem; }

.ms-lead {
  font-family: var(--ms-text);
  font-size: clamp(1.02rem, 1.35vw, 1.125rem);
  font-weight: 400;
  line-height: 1.68;
  color: var(--ms-muted);
  max-width: 40rem;
  margin: 0;
}

.ms-section {
  position: relative;
  padding: var(--ms-space-section) 0;
}
.ms-section--ice {
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(3, 199, 252, 0.06), transparent 55%),
    var(--ms-ice);
}
.ms-section--dark {
  background: var(--ms-summit);
  color: rgba(255, 255, 255, 0.82);
}
.ms-section--dark .ms-h2,
.ms-section--dark .ms-h3,
.ms-section--dark .ms-h4 { color: #fff; }
.ms-section--dark .ms-lead { color: rgba(255, 255, 255, 0.68); }
.ms-section--dark .ms-eyebrow { color: var(--ms-cyan); }

.ms-section__head {
  max-width: 42rem;
  margin-bottom: var(--ms-space-head);
}
.ms-section__head--center {
  text-align: center;
  margin-inline: auto;
}
.ms-section__head--center .ms-eyebrow { justify-content: center; }
.ms-section__head--center .ms-lead { margin-inline: auto; }

/* Soft bridges so sections feel continuous */
.ms-intro,
.ms-section--services,
.ms-indy-sec,
.ms-journey,
.ms-spec,
.ms-folio,
.ms-insights,
.ms-consult,
.ms-care {
  scroll-margin-top: calc(var(--ms-header) + 1rem);
}

/* Buttons — Zoho-solid CTAs, cyan as Mountsol accent */
.ms-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-family: var(--ms-font);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.95rem 1.45rem;
  border-radius: var(--ms-radius-sm);
  border: 1.5px solid transparent;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.ms-btn:focus-visible {
  outline: 2px solid var(--ms-cyan);
  outline-offset: 3px;
}
.ms-btn--primary {
  background: var(--ms-cyan);
  color: var(--ms-summit);
  box-shadow: 0 8px 20px rgba(3, 199, 252, 0.28);
}
.ms-btn--primary:hover {
  background: #28d2ff;
  transform: translateY(-1px);
}
.ms-btn--ghost {
  background: transparent;
  color: var(--ms-summit);
  border-color: var(--ms-line-strong);
}
.ms-btn--ghost:hover {
  border-color: var(--ms-cyan);
  color: var(--ms-cyan-deep);
}
.ms-btn--ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.3);
}
.ms-btn--ghost-light:hover {
  border-color: var(--ms-cyan);
  color: var(--ms-cyan);
}
.ms-btn--dark {
  background: var(--ms-summit);
  color: #fff;
}
.ms-btn--dark:hover { background: #033645; transform: translateY(-1px); }
.ms-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.85rem;
}

.ms-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--ms-font);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ms-cyan-deep);
}
.ms-link:hover { color: var(--ms-summit); }
.ms-link svg { width: 1rem; height: 1rem; }

/* ---------- Header (refined — premium corporate) ---------- */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ---------- Header — premium corporate shell ---------- */
.ms-header {
  --ms-display: 'Outfit', 'Segoe UI', system-ui, sans-serif;
  --ms-text: 'Figtree', 'Segoe UI', system-ui, sans-serif;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border-bottom: 1px solid transparent;
  transition:
    background 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}
.ms-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(3, 199, 252, 0.35) 18%,
    rgba(226, 236, 240, 0.95) 50%,
    rgba(3, 199, 252, 0.28) 82%,
    transparent 100%
  );
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.ms-header.is-scrolled {
  --ms-header: 68px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 10px 36px rgba(0, 28, 36, 0.07),
    0 1px 0 rgba(3, 199, 252, 0.08);
}
.ms-header.is-scrolled::after {
  opacity: 1;
}
.ms-header__inner {
  position: relative;
  height: var(--ms-header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  transition: height 0.28s ease;
}
.ms-header .ms-logo {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}
.ms-header .ms-logo img {
  height: 34px;
  width: auto;
  display: block;
  transition: height 0.28s ease;
}
.ms-header.is-scrolled .ms-logo img {
  height: 30px;
}

.ms-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem 1rem;
  flex: 1 1 auto;
  min-width: 0;
}
.ms-nav__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.ms-nav__links > li > a,
.ms-nav__trigger {
  position: relative;
  font-family: var(--ms-text);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #3E515A;
  transition: color 0.18s ease, background 0.18s ease;
  padding: 0.5rem 0.7rem;
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  line-height: 1;
  border-radius: 9px;
  text-decoration: none;
  white-space: nowrap;
}
.ms-nav__links > li > a::after,
.ms-nav__trigger::after {
  content: '';
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.22rem;
  height: 1.5px;
  border-radius: 1px;
  background: var(--ms-cyan);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
  opacity: 0.9;
}
.ms-nav__links > li > a:hover,
.ms-nav__trigger:hover,
.ms-nav__item--mega.is-open > .ms-nav__trigger,
.ms-nav__links > li > a:focus-visible,
.ms-nav__trigger:focus-visible {
  color: var(--ms-summit);
  background: rgba(3, 199, 252, 0.06);
  outline: none;
}
.ms-nav__links > li > a:hover::after,
.ms-nav__trigger:hover::after,
.ms-nav__item--mega.is-open > .ms-nav__trigger::after,
.ms-nav__links > li > a:focus-visible::after,
.ms-nav__trigger:focus-visible::after,
.ms-nav__links a.is-active::after {
  transform: scaleX(1);
}
.ms-nav__links a.is-active {
  color: var(--ms-summit);
  font-weight: 600;
}
.ms-nav__caret {
  transition: transform 0.22s ease;
  opacity: 0.65;
}
.ms-nav__item--mega.is-open .ms-nav__caret {
  transform: rotate(180deg);
  opacity: 1;
}
.ms-nav__item--mobile-only {
  display: none;
}

.ms-nav__actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
.ms-header__partner {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.75rem 0.42rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(3, 199, 252, 0.22);
  background: linear-gradient(180deg, rgba(3, 199, 252, 0.08), rgba(3, 199, 252, 0.03));
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.ms-header__partner:hover,
.ms-header__partner:focus-visible {
  border-color: rgba(3, 199, 252, 0.45);
  background: rgba(3, 199, 252, 0.1);
  box-shadow: 0 0 0 3px rgba(3, 199, 252, 0.1);
  outline: none;
}
.ms-header__partner-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ms-cyan);
  box-shadow: 0 0 0 3px rgba(3, 199, 252, 0.18);
  flex: 0 0 auto;
}
.ms-header__partner-text {
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ms-summit);
  white-space: nowrap;
}
.ms-btn--header-cta {
  font-family: var(--ms-text);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.68rem 1.05rem;
  border-radius: 10px;
  background: linear-gradient(180deg, #03C7FC 0%, #00B4E6 100%);
  color: var(--ms-summit);
  border: 1px solid rgba(0, 28, 36, 0.06);
  box-shadow:
    0 8px 22px rgba(3, 199, 252, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.ms-btn--header-cta:hover,
.ms-btn--header-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    0 12px 28px rgba(3, 199, 252, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  filter: brightness(1.03);
  outline: none;
  color: var(--ms-summit);
}

.ms-nav__toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 28, 36, 0.1);
  border-radius: 11px;
  background: linear-gradient(180deg, #fff, #F5FAFC);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.ms-nav__toggle:hover,
.ms-nav__toggle:focus-visible {
  border-color: rgba(3, 199, 252, 0.4);
  box-shadow: 0 0 0 3px rgba(3, 199, 252, 0.1);
  outline: none;
}
.ms-nav__toggle-lines {
  display: grid;
  gap: 4px;
  width: 16px;
}
.ms-nav__toggle-lines i {
  display: block;
  height: 1.6px;
  border-radius: 1px;
  background: var(--ms-summit);
  transition: transform 0.22s ease, opacity 0.22s ease, width 0.22s ease;
  transform-origin: center;
}
.ms-nav.is-open .ms-nav__toggle-lines i:nth-child(1) {
  transform: translateY(5.6px) rotate(45deg);
}
.ms-nav.is-open .ms-nav__toggle-lines i:nth-child(2) {
  opacity: 0;
  width: 0;
}
.ms-nav.is-open .ms-nav__toggle-lines i:nth-child(3) {
  transform: translateY(-5.6px) rotate(-45deg);
}
.ms-nav__backdrop {
  display: none;
}

/* Mega menu — premium SaaS panel */
.ms-nav__item--mega {
  position: static;
}
.ms-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding-top: 0.55rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.22s cubic-bezier(0.23, 1, 0.32, 1), transform 0.22s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.22s;
  z-index: 120;
}
.ms-nav__item--mega.is-open .ms-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
@media (hover: hover) and (pointer: fine) {
  .ms-nav__item--mega:hover .ms-mega,
  .ms-nav__item--mega:focus-within .ms-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .ms-nav__item--mega:hover > .ms-nav__trigger,
  .ms-nav__item--mega:focus-within > .ms-nav__trigger {
    color: var(--ms-cyan-deep);
  }
}
.ms-mega__inner {
  margin: 0 auto;
  max-width: var(--ms-container);
  background: #fff;
  border: 1px solid rgba(226, 236, 240, 0.95);
  border-radius: 16px;
  box-shadow:
    0 24px 60px rgba(0, 28, 36, 0.14),
    0 4px 14px rgba(0, 28, 36, 0.05);
  overflow: hidden;
}
.ms-mega__cols {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr) minmax(0, 1.05fr) minmax(210px, 0.9fr);
  gap: 0;
  min-height: 0;
  align-items: stretch;
}
.ms-mega__col {
  padding: 1.45rem 1.25rem 1.5rem;
  border-right: 1px solid rgba(226, 236, 240, 0.95);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.ms-mega__col--care {
  background: linear-gradient(180deg, rgba(3, 199, 252, 0.04), rgba(255, 255, 255, 0));
}
.ms-mega__care-note {
  margin: 0.85rem 0 0;
  padding: 0.75rem 0.8rem;
  border-radius: 12px;
  background: rgba(3, 199, 252, 0.07);
  border: 1px solid rgba(3, 199, 252, 0.14);
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 450;
  line-height: 1.5;
  color: #4A6270;
}
.ms-mega__label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  font-family: var(--ms-text);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #80919C;
}
.ms-mega__label::before {
  content: '';
  width: 0.85rem;
  height: 2px;
  border-radius: 1px;
  background: var(--ms-cyan);
  flex: 0 0 auto;
}
.ms-mega__link {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 0.78rem 0.7rem;
  margin: 0 -0.2rem;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid transparent;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.ms-mega__link:hover,
.ms-mega__link:focus-visible {
  background: rgba(3, 199, 252, 0.06);
  border-color: rgba(3, 199, 252, 0.14);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 28, 36, 0.05);
  outline: none;
}
.ms-mega__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background:
    linear-gradient(160deg, rgba(3, 199, 252, 0.14), rgba(3, 199, 252, 0.05));
  border: 1px solid rgba(3, 199, 252, 0.16);
  color: var(--ms-summit);
  display: grid;
  place-items: center;
  overflow: hidden;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.ms-mega__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.ms-mega__link:hover .ms-mega__icon,
.ms-mega__link:focus-visible .ms-mega__icon {
  background: rgba(3, 199, 252, 0.16);
  border-color: rgba(3, 199, 252, 0.35);
  transform: scale(1.04);
}
.ms-mega__copy {
  min-width: 0;
}
.ms-mega__link strong {
  display: block;
  font-family: var(--ms-display);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ms-summit);
  line-height: 1.3;
  transition: color 0.15s ease;
}
.ms-mega__link small {
  display: block;
  margin-top: 0.22rem;
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 400;
  color: #6B7B86;
  line-height: 1.4;
}
.ms-mega__link:hover strong,
.ms-mega__link:focus-visible strong {
  color: #002833;
}
.ms-mega__aside {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 1.75rem 1.55rem;
  background: linear-gradient(165deg, rgba(243, 250, 253, 0.98) 0%, #e8f6fc 48%, #f7fcfe 100%);
  color: var(--ms-summit, #001C24);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(3, 199, 252, 0.16);
}
.ms-mega__aside-glow {
  position: absolute;
  inset: auto -20% -30% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(3, 199, 252, 0.35), transparent 68%);
  filter: blur(8px);
  z-index: 0;
  pointer-events: none;
}
.ms-mega__aside > *:not(.ms-mega__aside-glow) {
  position: relative;
  z-index: 1;
}
.ms-mega__aside-kicker {
  margin: 0 0 0.7rem;
  font-family: var(--ms-text);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #03C7FC;
}
.ms-mega__aside-title {
  margin: 0 0 0.55rem;
  font-family: var(--ms-display);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--ms-summit, #001C24);
}
.ms-mega__aside-text {
  margin: 0 0 1rem;
  font-family: var(--ms-text);
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--ms-muted, #5B6B76);
  max-width: 18rem;
}
.ms-mega__aside-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  margin: 0 0 1.15rem;
}
.ms-mega__aside-links a {
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 600;
  color: #7DE8FF;
  text-decoration: none;
  border-bottom: 1px solid rgba(125, 232, 255, 0.35);
  padding-bottom: 0.05rem;
  transition: color 0.18s ease, border-color 0.18s ease;
}
.ms-mega__aside-links a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}
.ms-mega__link--accent .ms-mega__copy strong {
  color: var(--ms-cyan-deep);
}
.ms-mega__link--accent {
  background: rgba(3, 199, 252, 0.045);
  border-color: rgba(3, 199, 252, 0.12);
}
.ms-mega__aside-cta {
  align-self: flex-start;
  font-family: var(--ms-text) !important;
  font-size: 0.84rem !important;
  font-weight: 600 !important;
  padding: 0.78rem 1.15rem !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 22px rgba(3, 199, 252, 0.28) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease !important;
}
.ms-mega__aside-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(3, 199, 252, 0.36) !important;
}

/* ---------- Hero — eSoft-inspired layered SaaS (Mountsol Summit Cyan) ---------- */
.ms-hero {
  --ms-display: "DM Sans", system-ui, sans-serif;
  --ms-text: "DM Sans", system-ui, sans-serif;
  --ms-hero-ink: #001C24;
  --ms-hero-mute: #4A6270;
  --mx: 0;
  --my: 0;
  --bgx: 0;
  --bgy: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 0;
  padding: clamp(2.5rem, 4vw, 3.5rem) 0 clamp(2.25rem, 3.5vw, 3rem);
  color: var(--ms-hero-ink);
  background:
    radial-gradient(ellipse 70% 55% at 88% 12%, rgba(3, 199, 252, 0.14), transparent 58%),
    radial-gradient(ellipse 55% 50% at 8% 88%, rgba(0, 28, 36, 0.06), transparent 60%),
    linear-gradient(165deg, #F8FDFF 0%, #EEF8FB 42%, #E4F3F8 72%, #DDF0F6 100%);
  box-sizing: border-box;
  max-width: 100%;
}
.ms-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(4rem, 10vw, 7rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #FFFFFF 92%);
  pointer-events: none;
  z-index: 2;
}

.ms-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.ms-hero__aurora {
  position: absolute;
  inset: -18% -10%;
  background:
    radial-gradient(ellipse 42% 48% at calc(72% + (var(--bgx) * 3%)), calc(28% + (var(--bgy) * 2%)), rgba(3, 199, 252, 0.22), transparent 62%),
    radial-gradient(ellipse 38% 42% at calc(18% + (var(--bgx) * -2%)), calc(78% + (var(--bgy) * -2%)), rgba(0, 168, 214, 0.16), transparent 64%),
    radial-gradient(ellipse 34% 36% at calc(48% + (var(--bgx) * 1.5%)), calc(42% + (var(--bgy) * 1.5%)), rgba(0, 28, 36, 0.05), transparent 68%);
  filter: blur(8px);
  animation: ms-hero-aurora 18s ease-in-out infinite alternate;
  will-change: transform, opacity;
}
.ms-hero__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(3, 199, 252, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 199, 252, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 65% at 70% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 65% at 70% 40%, #000 20%, transparent 75%);
  transform: translate3d(calc(var(--bgx) * 8px), calc(var(--bgy) * 6px), 0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.ms-hero__wave {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.7;
  will-change: transform;
}
.ms-hero__wave--a {
  width: min(70vw, 680px);
  height: min(42vw, 360px);
  top: -12%;
  right: -8%;
  background: linear-gradient(135deg, rgba(3, 199, 252, 0.28), rgba(0, 168, 214, 0.08) 55%, transparent);
  transform: translate3d(calc(var(--bgx) * 14px), calc(var(--bgy) * 10px), 0);
  animation: ms-hero-wave-a 14s ease-in-out infinite alternate;
}
.ms-hero__wave--b {
  width: min(62vw, 560px);
  height: min(38vw, 300px);
  bottom: -18%;
  left: -12%;
  background: linear-gradient(40deg, rgba(0, 28, 36, 0.1), rgba(3, 199, 252, 0.14) 50%, transparent);
  transform: translate3d(calc(var(--bgx) * -10px), calc(var(--bgy) * -8px), 0);
  animation: ms-hero-wave-b 16s ease-in-out infinite alternate;
}
.ms-hero__wash {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.ms-hero__wash--a {
  width: min(58vw, 560px);
  height: min(58vw, 560px);
  top: -18%;
  right: -8%;
  background: rgba(3, 199, 252, 0.16);
  transform: translate3d(calc(var(--bgx) * 18px), calc(var(--bgy) * 12px), 0);
  animation: ms-hero-wash-drift 12s ease-in-out infinite alternate;
}
.ms-hero__wash--b {
  width: min(48vw, 460px);
  height: min(48vw, 460px);
  bottom: -22%;
  left: -10%;
  background: rgba(0, 168, 214, 0.12);
  transform: translate3d(calc(var(--bgx) * -14px), calc(var(--bgy) * -10px), 0);
  animation: ms-hero-wash-drift 15s ease-in-out infinite alternate-reverse;
}
.ms-hero__wash--c {
  width: min(36vw, 340px);
  height: min(36vw, 340px);
  top: 38%;
  left: 42%;
  background: rgba(3, 199, 252, 0.08);
  transform: translate3d(calc(var(--bgx) * 8px), calc(var(--bgy) * 8px), 0);
}
.ms-hero__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(3, 199, 252, 0.16);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.ms-hero__ring--a {
  width: min(52vw, 520px);
  height: min(52vw, 520px);
  right: -6%;
  top: 8%;
  opacity: 0.55;
  transform: translate3d(calc(var(--bgx) * 10px), calc(var(--bgy) * 8px), 0);
  animation: ms-hero-ring-pulse 10s ease-in-out infinite alternate;
}
.ms-hero__ring--b {
  width: min(34vw, 340px);
  height: min(34vw, 340px);
  right: 18%;
  bottom: 6%;
  opacity: 0.4;
  transform: translate3d(calc(var(--bgx) * -6px), calc(var(--bgy) * -6px), 0);
}

@keyframes ms-hero-aurora {
  0% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.85; }
  100% { transform: translate3d(-1.5%, 1.2%, 0) scale(1.04); opacity: 1; }
}
@keyframes ms-hero-wave-a {
  0% { translate: 0 0; }
  100% { translate: -2.5% 3%; }
}
@keyframes ms-hero-wave-b {
  0% { translate: 0 0; }
  100% { translate: 3% -2%; }
}
@keyframes ms-hero-wash-drift {
  0% { scale: 1; }
  100% { scale: 1.06; }
}
@keyframes ms-hero-ring-pulse {
  0% { opacity: 0.4; scale: 1; }
  100% { opacity: 0.65; scale: 1.03; }
}

.ms-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 3.5vw, 3rem);
  align-items: center;
  max-width: 100%;
  min-width: 0;
}

.ms-hero__copy {
  max-width: 36rem;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ms-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin: 0 0 0.9rem;
  padding: 0.44rem 0.85rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.1);
  color: var(--ms-cyan-deep);
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid rgba(3, 199, 252, 0.14);
}
.ms-hero__badge svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}
.ms-hero__title {
  margin: 0 0 0.95rem;
  font-family: var(--ms-display);
  font-size: clamp(2.05rem, 3.85vw, 3.05rem);
  font-weight: 500;
  letter-spacing: -0.032em;
  line-height: 1.14;
  color: var(--ms-hero-ink);
}
.ms-hero__word--accent .ms-hero__char {
  color: var(--ms-cyan-deep);
  font-weight: 550;
  font-weight: 500;
}
.ms-hero__title .ms-hero__char {
  display: inline-block;
  opacity: 0;
  transform: translateX(20px);
  will-change: transform, opacity;
}
.ms-summit.ms-reveal-ready .ms-hero__title .ms-hero__char {
  animation: ms-hero-char 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.ms-hero__lead {
  margin: 0 0 1.15rem;
  max-width: 30.5rem;
  font-family: var(--ms-text);
  font-size: 1.0125rem;
  font-weight: 400;
  line-height: 1.68;
  color: var(--ms-hero-mute);
  letter-spacing: 0.004em;
}
.ms-hero__lead strong {
  color: var(--ms-hero-ink);
  font-weight: 600;
}

.ms-hero__partner {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.2rem;
  padding: 0.42rem 0.78rem 0.42rem 0.42rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(3, 199, 252, 0.18);
  box-shadow: 0 10px 28px rgba(0, 28, 36, 0.06);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.ms-hero__partner:hover,
.ms-hero__partner:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(3, 199, 252, 0.35);
  box-shadow: 0 14px 32px rgba(0, 28, 36, 0.1);
  outline: none;
}
.ms-summit .ms-hero__partner-badge {
  display: block;
  height: 34px;
  width: auto;
  max-width: none;
  max-height: 34px;
  flex: 0 0 auto;
}
.ms-hero__partner-meta {
  display: grid;
  gap: 0.1rem;
}
.ms-hero__partner-meta strong {
  font-family: var(--ms-display);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ms-hero-ink);
  letter-spacing: -0.01em;
}
.ms-hero__partner-meta em {
  font-style: normal;
  font-family: var(--ms-text);
  font-size: 0.72rem;
  color: var(--ms-hero-mute);
}

.ms-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}
.ms-btn--hero-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.72rem 0.95rem 0.72rem 1.05rem;
  border-radius: 11px;
  background: linear-gradient(165deg, #1AE0FF 0%, #03C7FC 42%, #00A8D6 100%);
  color: var(--ms-summit);
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 9px 22px rgba(3, 199, 252, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  overflow: hidden;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    filter 0.28s ease;
}
.ms-btn--hero-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.28) 48%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
  pointer-events: none;
}
.ms-btn--hero-primary:hover,
.ms-btn--hero-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 12px 28px rgba(3, 199, 252, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  filter: brightness(1.03);
  outline: none;
  color: var(--ms-summit);
}
.ms-btn--hero-primary:hover::before,
.ms-btn--hero-primary:focus-visible::before {
  transform: translateX(120%);
}
.ms-btn--hero-primary .ms-btn__arrow {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: rgba(0, 28, 36, 0.12);
  transform: rotate(-45deg);
  transition: transform 0.28s ease, background 0.28s ease;
}
.ms-btn--hero-primary:hover .ms-btn__arrow,
.ms-btn--hero-primary:focus-visible .ms-btn__arrow {
  transform: rotate(-45deg) translateX(1px) translateY(-1px);
  background: rgba(0, 28, 36, 0.18);
}
.ms-btn__arrow svg {
  width: 11px;
  height: 11px;
}
.ms-btn--hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.05rem;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ms-summit);
  border: 1px solid rgba(0, 28, 36, 0.1);
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  backdrop-filter: blur(8px);
  box-shadow: 0 6px 16px rgba(0, 28, 36, 0.05);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    color 0.28s ease;
}
.ms-btn--hero-secondary:hover,
.ms-btn--hero-secondary:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(3, 199, 252, 0.4);
  background: #fff;
  color: var(--ms-cyan-deep);
  box-shadow: 0 10px 22px rgba(0, 28, 36, 0.08);
  outline: none;
}

.ms-hero__stage {
  --ms-hero-fit: 1;
  --ms-hero-stage-h: 420px;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: var(--ms-hero-stage-h);
  margin-right: 0;
  margin-top: 0;
  transform-style: preserve-3d;
  overflow: hidden;
  min-width: 0;
  isolation: isolate;
}
.ms-hero__stage-frame {
  position: relative;
  width: 100%;
  height: 460px;
  transform: scale(var(--ms-hero-fit, 1));
  transform-origin: center center;
  will-change: transform;
}
.ms-hero__stage-glow {
  position: absolute;
  left: 12%;
  right: 6%;
  top: 8%;
  bottom: 10%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(3, 199, 252, 0.28), transparent 58%),
    radial-gradient(circle at 50% 70%, rgba(0, 28, 36, 0.08), transparent 62%);
  filter: blur(28px);
  z-index: 0;
  pointer-events: none;
  animation: ms-hero-glow-breathe 5s ease-in-out infinite alternate;
}
.ms-hero__stage-base {
  position: absolute;
  left: 18%;
  right: 14%;
  bottom: 6%;
  height: 18%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 28, 36, 0.14), rgba(3, 199, 252, 0.1) 42%, transparent 72%);
  filter: blur(16px);
  z-index: 0;
  pointer-events: none;
  transform: scaleX(1.05);
}
.ms-hero__stage-ring {
  position: absolute;
  left: 50%;
  top: 48%;
  border-radius: 50%;
  border: 1px solid rgba(3, 199, 252, 0.18);
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
.ms-hero__stage-ring--a {
  width: min(78%, 420px);
  height: min(78%, 420px);
  animation: ms-hero-orbit 22s linear infinite;
  opacity: 0.55;
}
.ms-hero__stage-ring--b {
  width: min(62%, 340px);
  height: min(62%, 340px);
  border-style: dashed;
  opacity: 0.4;
  animation: ms-hero-orbit 30s linear infinite reverse;
}
.ms-hero__stage::before {
  display: none;
}

.ms-hero__dash {
  position: absolute;
  inset: 58px 24% 128px 16%;
  border-radius: 20px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.72), rgba(244, 250, 252, 0.55));
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 28px 60px rgba(0, 28, 36, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  overflow: hidden;
  backdrop-filter: blur(12px) saturate(1.15);
  transform: translate3d(var(--lx, 0px), var(--ly, 0px), 0) rotateY(-6deg) rotateX(2deg);
  transform-style: preserve-3d;
  transition: transform 0.12s linear;
  z-index: 1;
  opacity: 0.58;
  pointer-events: none;
}
.ms-hero__dash-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 0.9rem;
  background: linear-gradient(180deg, rgba(247, 251, 252, 0.95), rgba(239, 246, 248, 0.9));
  border-bottom: 1px solid rgba(226, 236, 240, 0.95);
}
.ms-hero__dash-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D5E0E6;
}
.ms-hero__dash-bar span:nth-child(1) { background: #FF6B6B; }
.ms-hero__dash-bar span:nth-child(2) { background: #FFD166; }
.ms-hero__dash-bar span:nth-child(3) { background: #06D6A0; }
.ms-hero__dash-bar em {
  margin-left: 0.45rem;
  font-style: normal;
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 600;
  color: #7A8B95;
}
.ms-hero__dash-body {
  display: grid;
  grid-template-columns: 56px 1fr;
  min-height: 100%;
}
.ms-hero__dash-side {
  display: grid;
  gap: 0.55rem;
  padding: 0.9rem 0.7rem;
  background: rgba(243, 248, 250, 0.9);
  border-right: 1px solid rgba(226, 236, 240, 0.95);
  align-content: start;
}
.ms-hero__dash-side i {
  display: block;
  height: 10px;
  border-radius: 6px;
  background: rgba(3, 199, 252, 0.16);
}
.ms-hero__dash-side i:nth-child(1) { background: rgba(3, 199, 252, 0.45); }
.ms-hero__dash-main {
  padding: 0.95rem 1rem 1.1rem;
}
.ms-hero__dash-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}
.ms-hero__dash-kpis article {
  padding: 0.65rem 0.7rem;
  border-radius: 12px;
  background: rgba(3, 199, 252, 0.07);
  border: 1px solid rgba(3, 199, 252, 0.12);
}
.ms-hero__dash-kpis small {
  display: block;
  font-family: var(--ms-text);
  font-size: 0.65rem;
  color: #7A8B95;
  margin-bottom: 0.2rem;
}
.ms-hero__dash-kpis strong {
  font-family: var(--ms-display);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ms-hero-ink);
}
.ms-hero__dash-chart {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  height: 78px;
  margin-bottom: 0.85rem;
  padding: 0.55rem 0.45rem 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #F8FCFE, #EEF6F9);
}
.ms-hero__dash-chart i {
  flex: 1;
  height: var(--h);
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #03C7FC, #00A8D6);
  opacity: 0.85;
}
.ms-hero__dash-chart i:nth-child(odd) { opacity: 0.55; }
.ms-hero__dash-rows {
  display: grid;
  gap: 0.4rem;
}
.ms-hero__dash-rows div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(226, 236, 240, 0.9);
  font-family: var(--ms-text);
  font-size: 0.72rem;
}
.ms-hero__dash-rows b { color: var(--ms-hero-ink); font-weight: 600; }
.ms-hero__dash-rows span { color: var(--ms-cyan-deep); font-weight: 600; }

.ms-hero__chip-float {
  position: absolute;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.48rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(3, 199, 252, 0.22);
  box-shadow:
    0 14px 28px rgba(0, 28, 36, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  transform: translate3d(var(--lx, 0px), var(--ly, 0px), 0);
  transition: transform 0.12s linear;
  pointer-events: none;
}
.ms-hero__chip-float--live {
  left: 8%;
  top: 18%;
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ms-hero-ink);
  animation: ms-hero-chip-bob 3.4s ease-in-out infinite alternate;
}
.ms-hero__chip-float--live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #06D6A0;
  box-shadow: 0 0 0 4px rgba(6, 214, 160, 0.16);
  animation: ms-hero-live-pulse 1.8s ease-in-out infinite;
}
.ms-hero__chip-float--metric {
  right: 6%;
  bottom: 28%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
  border-radius: 14px;
  padding: 0.55rem 0.8rem;
  animation: ms-hero-chip-bob 3.8s ease-in-out infinite alternate-reverse;
}
.ms-hero__chip-float--metric strong {
  font-family: var(--ms-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ms-cyan-deep);
  letter-spacing: -0.02em;
  line-height: 1;
}
.ms-hero__chip-float--metric span {
  font-family: var(--ms-text);
  font-size: 0.68rem;
  color: var(--ms-hero-mute);
}

.ms-hero__card {
  position: absolute;
  z-index: 5;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  box-shadow:
    0 22px 44px rgba(0, 28, 36, 0.12),
    0 4px 14px rgba(0, 28, 36, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  padding: 0.9rem 0.95rem;
  backdrop-filter: blur(14px) saturate(1.2);
  transition: transform 0.12s linear, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ms-hero__card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(3, 199, 252, 0.08);
}
.ms-hero__card strong {
  display: block;
  font-family: var(--ms-display);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ms-hero-ink);
  letter-spacing: -0.015em;
}
.ms-hero__card span {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--ms-text);
  font-size: 0.78rem;
  color: var(--ms-hero-mute);
}

.ms-hero__card--ops {
  left: 2%;
  top: 40px;
  width: min(100%, 236px);
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0.55rem 0.7rem;
  align-items: center;
  transform: translate3d(var(--lx, 0px), var(--ly, 0px), 0);
  transition: transform 0.12s linear, box-shadow 0.25s ease, border-color 0.25s ease;
  z-index: 5;
}
.ms-hero__card-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, rgba(3, 199, 252, 0.18), rgba(0, 168, 214, 0.1));
  color: var(--ms-cyan-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.ms-hero__card-icon svg { width: 20px; height: 20px; }
.ms-hero__spark {
  grid-column: 1 / -1;
  width: 100%;
  height: 34px;
}

.ms-hero__card--apps {
  right: 2%;
  top: 8px;
  width: min(100%, 196px);
  transform: translate3d(var(--lx, 0px), var(--ly, 0px), 0);
  transition: transform 0.12s linear;
  z-index: 5;
}
.ms-hero__rings {
  display: flex;
  gap: 0.45rem;
  margin: 0.7rem 0 0.65rem;
}
.ms-hero__rings i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 56%, transparent 57%),
    conic-gradient(var(--c) calc(var(--p)), rgba(0, 28, 36, 0.08) 0);
  box-shadow: 0 6px 14px rgba(0, 28, 36, 0.08);
}
.ms-hero__card--apps ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.ms-hero__card--apps li {
  font-family: var(--ms-text);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--ms-cyan-deep);
  background: rgba(3, 199, 252, 0.1);
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
}

.ms-hero__card--chart {
  left: 2%;
  bottom: 16px;
  width: min(100%, 210px);
  transform: translate3d(var(--lx, 0px), var(--ly, 0px), 0);
  transition: transform 0.12s linear;
  z-index: 5;
}
.ms-hero__card-head { margin-bottom: 0.7rem; }
.ms-hero__bars {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
  height: 78px;
}
.ms-hero__bars i {
  flex: 1;
  height: var(--h);
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #7DE8FF, var(--c));
  box-shadow: 0 6px 12px rgba(3, 199, 252, 0.18);
}

.ms-hero__card--modules {
  right: 2%;
  bottom: 26px;
  width: min(100%, 196px);
  transform: translate3d(var(--lx, 0px), var(--ly, 0px), 0);
  transition: transform 0.12s linear;
  z-index: 5;
}
.ms-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.7rem;
}
.ms-hero__chips em {
  font-style: normal;
  font-family: var(--ms-text);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--ms-summit);
  background: rgba(0, 28, 36, 0.05);
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
}

.ms-hero__product {
  position: absolute;
  left: 14%;
  right: 8%;
  top: 2%;
  bottom: 4%;
  z-index: 2;
  display: grid;
  place-items: center;
  transform: translate3d(var(--lx, 0px), var(--ly, 0px), 0);
  transition: transform 0.12s linear;
  pointer-events: none;
}
.ms-hero__product-glow {
  position: absolute;
  width: 78%;
  height: 78%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(3, 199, 252, 0.38), transparent 70%);
  filter: blur(26px);
  z-index: 0;
  animation: ms-hero-glow-breathe 4.5s ease-in-out infinite alternate;
}
.ms-hero__product-glow--core {
  width: 42%;
  height: 42%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.55), rgba(3, 199, 252, 0.22) 45%, transparent 70%);
  filter: blur(10px);
  animation: ms-hero-glow-breathe 3.4s ease-in-out infinite alternate-reverse;
}
.ms-hero__product-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(3, 199, 252, 0.24);
  z-index: 1;
}
.ms-hero__product-orbit--a {
  width: 90%;
  height: 90%;
  animation: ms-hero-orbit 18s linear infinite;
}
.ms-hero__product-orbit--b {
  width: 74%;
  height: 74%;
  border-style: dashed;
  opacity: 0.7;
  animation: ms-hero-orbit 26s linear infinite reverse;
}
.ms-hero__product-orbit--c {
  width: 58%;
  height: 58%;
  border-color: rgba(0, 28, 36, 0.1);
  opacity: 0.55;
  animation: ms-hero-orbit 34s linear infinite;
}
.ms-hero__product-shine {
  position: absolute;
  width: 56%;
  height: 56%;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), transparent 55%);
  filter: blur(8px);
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: soft-light;
  animation: ms-hero-shine 6s ease-in-out infinite alternate;
}
.ms-summit .ms-hero__product-img {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  height: auto;
  max-width: none;
  filter:
    drop-shadow(0 18px 28px rgba(0, 28, 36, 0.14))
    drop-shadow(0 36px 56px rgba(3, 199, 252, 0.18));
  animation: ms-hero-product-float 5.5s ease-in-out infinite alternate;
}

@keyframes ms-hero-float-y {
  0% { top: 36px; }
  100% { top: 48px; }
}
@keyframes ms-hero-float-y2 {
  0% { top: 0; }
  100% { top: 12px; }
}
@keyframes ms-hero-pulse {
  0% { scale: 1; }
  100% { scale: 1.04; }
}
@keyframes ms-hero-char {
  from { opacity: 0; transform: translateX(22px); }
  to { opacity: 1; transform: none; }
}
@keyframes ms-hero-glow-breathe {
  from { opacity: 0.55; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1.05); }
}
@keyframes ms-hero-orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes ms-hero-product-float {
  from { transform: translateY(0) scale(1); }
  to { transform: translateY(-12px) scale(1.015); }
}
@keyframes ms-hero-live-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(6, 214, 160, 0.14); opacity: 1; }
  50% { box-shadow: 0 0 0 6px rgba(6, 214, 160, 0.08); opacity: 0.85; }
}
@keyframes ms-hero-shine {
  from { opacity: 0.35; transform: translate(-6%, -4%); }
  to { opacity: 0.7; transform: translate(4%, 2%); }
}
@keyframes ms-hero-chip-bob {
  from { translate: 0 0; }
  to { translate: 0 -8px; }
}
.ms-hero__float-y {
  animation: ms-hero-float-y 2s ease-in-out infinite alternate;
}
.ms-hero__float-y2 {
  animation: ms-hero-float-y2 2s ease-in-out infinite alternate;
}
.ms-hero__pulse {
  animation: ms-hero-pulse 2s ease-in-out infinite alternate;
}

.ms-hero__reveal {
  opacity: 0;
  transform: translateY(18px);
}
.ms-summit.ms-reveal-ready .ms-hero__reveal {
  animation: ms-hero-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--ms-d, 0s);
}
.ms-summit.ms-reveal-ready .ms-hero__dash {
  animation: ms-hero-dash-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}
.ms-summit.ms-reveal-ready .ms-hero__card--ops {
  animation: ms-hero-fade 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both, ms-hero-float-y 2s ease-in-out 1s infinite alternate;
}
.ms-summit.ms-reveal-ready .ms-hero__card--apps {
  animation: ms-hero-fade 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.34s both, ms-hero-float-y2 2s ease-in-out 1.05s infinite alternate;
}
.ms-summit.ms-reveal-ready .ms-hero__card--chart {
  animation: ms-hero-fade 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both, ms-hero-pulse 2s ease-in-out 1.1s infinite alternate;
}
.ms-summit.ms-reveal-ready .ms-hero__card--modules {
  animation: ms-hero-fade 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.46s both;
}
.ms-summit.ms-reveal-ready .ms-hero__product {
  animation: ms-hero-fade 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both;
}
.ms-summit.ms-reveal-ready .ms-hero__chip-float--live {
  animation: ms-hero-fade 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both, ms-hero-chip-bob 3.4s ease-in-out 1.2s infinite alternate;
}
.ms-summit.ms-reveal-ready .ms-hero__chip-float--metric {
  animation: ms-hero-fade 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.56s both, ms-hero-chip-bob 3.8s ease-in-out 1.3s infinite alternate-reverse;
}
@keyframes ms-hero-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}
@keyframes ms-hero-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes ms-hero-dash-in {
  from { opacity: 0; }
  to { opacity: 0.58; }
}

@media (prefers-reduced-motion: reduce) {
  .ms-hero__float-y,
  .ms-hero__float-y2,
  .ms-hero__pulse,
  .ms-hero__product-orbit,
  .ms-hero__product-glow,
  .ms-hero__product-shine,
  .ms-hero__stage-glow,
  .ms-hero__stage-ring,
  .ms-hero__chip-float--live,
  .ms-hero__chip-float--metric,
  .ms-hero__chip-float--live i,
  .ms-summit .ms-hero__product-img,
  .ms-hero__stage::before,
  .ms-hero__aurora,
  .ms-hero__wave--a,
  .ms-hero__wave--b,
  .ms-hero__wash--a,
  .ms-hero__wash--b,
  .ms-hero__ring--a,
  .ms-summit.ms-reveal-ready .ms-hero__card--ops,
  .ms-summit.ms-reveal-ready .ms-hero__card--apps,
  .ms-summit.ms-reveal-ready .ms-hero__card--chart,
  .ms-summit.ms-reveal-ready .ms-hero__reveal,
  .ms-summit.ms-reveal-ready .ms-hero__dash,
  .ms-summit.ms-reveal-ready .ms-hero__product,
  .ms-summit.ms-reveal-ready .ms-hero__card--modules,
  .ms-summit.ms-reveal-ready .ms-hero__title .ms-hero__char {
    animation: none !important;
  }
  .ms-hero__reveal,
  .ms-hero__title .ms-hero__char { opacity: 1; transform: none; }
  .ms-btn--hero-primary:hover,
  .ms-btn--hero-secondary:hover {
    transform: none;
  }
  .ms-btn--hero-primary::before {
    display: none;
  }
  .ms-hero__mesh,
  .ms-hero__wash,
  .ms-hero__wave,
  .ms-hero__ring {
    transition: none;
  }
}

@media (min-width: 1025px) {
  .ms-hero {
    height: auto;
    max-height: none;
    min-height: 0;
    padding: 1rem 0 1.25rem;
    overflow: hidden;
  }
  .ms-hero__grid {
    height: auto;
    min-height: 0;
    align-items: center;
    overflow: hidden;
  }
  .ms-hero__copy {
    min-width: 0;
    padding-top: 0;
  }
  .ms-hero__stage {
    margin-top: 0;
    align-self: center;
  }
}

@media (max-width: 1100px) {
  .ms-hero__stage { margin-right: 0; }
  .ms-hero__product { left: 10%; right: 4%; }
  .ms-hero__card--apps,
  .ms-hero__card--modules { right: 0; }
}

@media (max-width: 1024px) {
  .ms-hero {
    height: auto;
    max-height: none;
    min-height: 0;
    padding: 2.75rem 0 3rem;
    overflow: hidden;
  }
  .ms-hero__grid {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }
  .ms-hero__copy {
    max-width: none;
    text-align: left;
  }
  .ms-hero__stage {
    --ms-hero-stage-h: 520px;
    height: 520px;
    margin-top: 0.75rem;
    max-width: min(640px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .ms-hero__stage-frame {
    height: 520px;
  }
}

@media (max-width: 767px) {
  .ms-hero__title {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }
  .ms-hero__stage {
    --ms-hero-stage-h: 400px;
    height: 400px;
  }
  .ms-hero__stage-frame {
    height: 400px;
  }
  .ms-hero__card--ops,
  .ms-hero__card--chart,
  .ms-hero__card--modules,
  .ms-hero__chip-float {
    display: none;
  }
  .ms-hero__card--apps {
    top: 0;
    right: 0;
    width: 170px;
  }
  .ms-hero__dash {
    inset: 36px 8% 56px 8%;
    opacity: 0.45;
    transform: none;
  }
  .ms-summit .ms-hero__product-img {
    width: min(100%, 340px);
  }
  .ms-hero__dash-kpis {
    grid-template-columns: 1fr 1fr;
  }
  .ms-hero__dash-kpis article:last-child { display: none; }
}
/* ---------- Mountsol Introduction (partner bridge) ---------- */
.ms-intro {
  --ms-display: 'Outfit', 'Segoe UI', system-ui, sans-serif;
  --ms-text: 'Figtree', 'Segoe UI', system-ui, sans-serif;
  position: relative;
  padding: var(--ms-space-section) 0;
  background:
    linear-gradient(180deg, #FFFFFF 0%, #F7FBFC 42%, #F2F7F9 100%);
  overflow-x: clip;
  overflow-y: visible;
  isolation: isolate;
}
.ms-intro__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.ms-intro__wash {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}
.ms-intro__wash--a {
  width: min(52vw, 560px);
  height: min(52vw, 560px);
  right: -8%;
  top: 8%;
  background: radial-gradient(circle, rgba(3, 199, 252, 0.16) 0%, transparent 68%);
}
.ms-intro__wash--b {
  width: min(40vw, 420px);
  height: min(40vw, 420px);
  left: -10%;
  bottom: 5%;
  background: radial-gradient(circle, rgba(0, 28, 36, 0.06) 0%, transparent 70%);
}
.ms-intro__wash--c {
  width: min(28vw, 280px);
  height: min(28vw, 280px);
  left: 42%;
  top: -6%;
  background: radial-gradient(circle, rgba(0, 168, 214, 0.1) 0%, transparent 70%);
}
.ms-intro__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 3.5vw, 3rem);
  align-items: center;
}

/* ---- Copy column ---- */
.ms-intro__content {
  max-width: 36rem;
  position: relative;
  z-index: 1;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ms-intro__partner-row {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 1.25rem;
  padding: 0.42rem 1.05rem 0.42rem 0.42rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(3, 199, 252, 0.2);
  box-shadow:
    0 10px 28px rgba(0, 28, 36, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.ms-intro__partner-row:hover {
  border-color: rgba(3, 199, 252, 0.38);
  box-shadow: 0 14px 32px rgba(3, 199, 252, 0.12);
  transform: translateY(-1px);
}
.ms-intro__partner-mark {
  width: clamp(118px, 16vw, 142px);
  height: auto;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}
.ms-intro__partner-row span {
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
  min-width: 0;
}
.ms-intro__partner-row strong {
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--ms-summit);
  line-height: 1.25;
}
.ms-intro__partner-row em {
  font-family: var(--ms-text);
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 500;
  color: #5B6B76;
  line-height: 1.3;
}
.ms-intro__title {
  margin: 0 0 1rem;
  font-family: var(--ms-display);
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 500;
  letter-spacing: -0.034em;
  line-height: 1.14;
  color: var(--ms-summit);
  max-width: 18ch;
}
.ms-intro__title em {
  display: block;
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(105deg, #00A8D6 0%, #03C7FC 55%, #5ADFFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ms-intro__lead {
  margin: 0 0 1.45rem;
  font-family: var(--ms-text);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  font-weight: 400;
  line-height: 1.65;
  color: #3A4E58;
  max-width: 38rem;
}
.ms-intro__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.ms-intro__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-family: var(--ms-text);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.5;
  color: #243740;
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.ms-intro__list li:hover {
  background: #fff;
  border-color: rgba(3, 199, 252, 0.2);
  box-shadow: 0 10px 24px rgba(0, 28, 36, 0.06);
  transform: translateX(3px);
}
.ms-intro__list-icon {
  flex: 0 0 auto;
  width: 1.45rem;
  height: 1.45rem;
  margin-top: 0.02rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, rgba(3, 199, 252, 0.22), rgba(0, 168, 214, 0.1));
  color: var(--ms-cyan-deep);
  box-shadow: inset 0 0 0 1px rgba(3, 199, 252, 0.18);
}
.ms-intro__list-icon svg {
  width: 0.78rem;
  height: 0.78rem;
}
.ms-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.ms-btn--intro-primary,
.ms-btn--intro-ghost {
  font-family: var(--ms-text);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.88rem 1.35rem;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.ms-btn--intro-primary {
  background: linear-gradient(180deg, #1AD0FF 0%, #03C7FC 55%, #00B4E6 100%);
  color: #001C24 !important;
  border: 1px solid transparent;
  box-shadow:
    0 10px 26px rgba(3, 199, 252, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.ms-btn--intro-primary:hover {
  transform: translateY(-2px);
  color: #001C24 !important;
  box-shadow: 0 14px 32px rgba(3, 199, 252, 0.4);
}
.ms-btn--intro-ghost {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ms-summit) !important;
  border: 1px solid #D5DEE5;
  box-shadow: 0 4px 14px rgba(0, 28, 36, 0.04);
}
.ms-btn--intro-ghost:hover {
  border-color: var(--ms-cyan);
  color: var(--ms-cyan-deep) !important;
  background: rgba(3, 199, 252, 0.06);
  transform: translateY(-1px);
}

/* ---- Layered ERP / digital transformation stage ---- */
.ms-intro__visual {
  position: relative;
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ms-intro__stage {
  --ix: 0;
  --iy: 0;
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1.08 / 1;
  max-height: min(480px, 58vh);
  margin-inline: auto;
  perspective: 1200px;
}
.ms-intro__stage-glow {
  position: absolute;
  width: 72%;
  height: 62%;
  right: 2%;
  top: 6%;
  background: radial-gradient(circle, rgba(3, 199, 252, 0.42), transparent 68%);
  filter: blur(28px);
  pointer-events: none;
  z-index: 0;
  transform: translate3d(calc(var(--ix) * -12px), calc(var(--iy) * -10px), 0);
  will-change: transform;
}
.ms-intro__stage-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(3, 199, 252, 0.18);
  pointer-events: none;
  z-index: 0;
}
.ms-intro__stage-ring--a {
  width: 78%;
  height: 78%;
  right: -4%;
  top: 4%;
  opacity: 0.55;
}
.ms-intro__stage-ring--b {
  width: 56%;
  height: 56%;
  right: 8%;
  top: 16%;
  border-color: rgba(0, 168, 214, 0.22);
  opacity: 0.7;
}

.ms-intro__dash {
  position: absolute;
  z-index: 2;
  left: 4%;
  top: 6%;
  width: min(78%, 420px);
  border-radius: 18px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%),
    linear-gradient(148deg, #001018 0%, #001C24 48%, #043441 100%);
  border: 1px solid rgba(3, 199, 252, 0.22);
  box-shadow:
    0 28px 56px rgba(0, 28, 36, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
  overflow: hidden;
  transform:
    translate3d(calc(var(--ix) * 12px), calc(var(--iy) * 9px), 0)
    rotateY(calc(var(--ix) * -2deg))
    rotateX(calc(var(--iy) * 1.4deg));
  transform-style: preserve-3d;
  transition: box-shadow 0.25s ease;
  will-change: transform;
}
.ms-intro__dash:hover {
  box-shadow:
    0 32px 64px rgba(0, 28, 36, 0.32),
    0 0 0 1px rgba(3, 199, 252, 0.18) inset;
}
.ms-intro__dash-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.72rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.22);
}
.ms-intro__dash-bar > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}
.ms-intro__dash-bar > span:nth-child(1) { background: #FF5F57; }
.ms-intro__dash-bar > span:nth-child(2) { background: #FEBC2E; }
.ms-intro__dash-bar > span:nth-child(3) { background: #28C840; }
.ms-intro__dash-bar em {
  margin-left: 0.4rem;
  font-style: normal;
  font-family: var(--ms-text);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(232, 244, 248, 0.58);
}
.ms-intro__dash-body {
  padding: 1.05rem 1.05rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.ms-intro__dash-kpis {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.55rem;
}
.ms-intro__dash-kpis article {
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.ms-intro__dash-kpis small {
  display: block;
  font-family: var(--ms-text);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(3, 199, 252, 0.88);
  margin-bottom: 0.22rem;
}
.ms-intro__dash-kpis strong {
  display: block;
  font-family: var(--ms-display);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #F4FBFD;
  line-height: 1.2;
}
.ms-intro__dash-chart {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  height: 64px;
  padding: 0.35rem 0.2rem 0;
}
.ms-intro__dash-chart i {
  flex: 1;
  height: var(--h, 50%);
  border-radius: 6px 6px 3px 3px;
  background: linear-gradient(180deg, rgba(3, 199, 252, 0.95), rgba(0, 168, 214, 0.28));
  box-shadow: 0 0 12px rgba(3, 199, 252, 0.18);
  transform-origin: bottom center;
}
.ms-intro__flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem 0.2rem;
}
.ms-intro__flow span {
  font-family: var(--ms-text);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #E8F4F8;
  padding: 0.32rem 0.52rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.12);
  border: 1px solid rgba(3, 199, 252, 0.22);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.ms-intro__dash:hover .ms-intro__flow span {
  background: rgba(3, 199, 252, 0.18);
  border-color: rgba(3, 199, 252, 0.35);
}
.ms-intro__flow i {
  display: inline-block;
  width: 12px;
  height: 1px;
  background: linear-gradient(90deg, rgba(3, 199, 252, 0.15), rgba(3, 199, 252, 0.7));
  border-radius: 1px;
}
.ms-intro__tracks {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.ms-intro__track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.52rem 0.68rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.ms-intro__track:hover,
.ms-intro__track.is-live {
  border-color: rgba(3, 199, 252, 0.28);
  background: rgba(3, 199, 252, 0.08);
}
.ms-intro__track b {
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 600;
  color: #F0F7FA;
}
.ms-intro__track span {
  font-family: var(--ms-text);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #03C7FC;
  padding: 0.18rem 0.48rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.14);
}

/* Floating glass cards */
.ms-intro__card {
  position: absolute;
  z-index: 4;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 18px 40px rgba(0, 28, 36, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  will-change: transform;
}
.ms-intro__card:hover {
  box-shadow: 0 22px 48px rgba(0, 28, 36, 0.18);
  border-color: rgba(3, 199, 252, 0.28);
}
.ms-intro__card strong {
  display: block;
  font-family: var(--ms-text);
  font-size: 0.8rem;
  font-weight: 700;
  color: #001C24;
  letter-spacing: -0.01em;
}
.ms-intro__card span {
  display: block;
  font-family: var(--ms-text);
  font-size: 0.7rem;
  font-weight: 500;
  color: #5B6B76;
  margin-top: 0.12rem;
}
.ms-intro__card--apps {
  right: 0;
  top: 10%;
  width: min(168px, 38%);
  padding: 0.85rem 0.9rem 0.95rem;
  transform: translate3d(calc(var(--ix) * -18px), calc(var(--iy) * -14px), 0);
}
.ms-intro__rings {
  display: flex;
  gap: 0.35rem;
  margin: 0.65rem 0 0.55rem;
}
.ms-intro__rings i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 54%, var(--c) 55% 70%, transparent 71%),
    conic-gradient(var(--c) var(--p), rgba(0, 28, 36, 0.08) 0);
  box-shadow: inset 0 0 0 1px rgba(0, 28, 36, 0.04);
}
.ms-intro__card--apps ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}
.ms-intro__card--apps li {
  font-family: var(--ms-text);
  font-size: 0.68rem;
  font-weight: 600;
  color: #3A4E58;
  padding-left: 0.7rem;
  position: relative;
}
.ms-intro__card--apps li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #03C7FC;
}
.ms-intro__card--modules {
  left: 0;
  bottom: 8%;
  width: min(178px, 42%);
  padding: 0.85rem 0.95rem;
  transform: translate3d(calc(var(--ix) * 16px), calc(var(--iy) * 12px), 0);
}
.ms-intro__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.55rem;
}
.ms-intro__chips em {
  font-style: normal;
  font-family: var(--ms-text);
  font-size: 0.64rem;
  font-weight: 600;
  color: #00A8D6;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.1);
  border: 1px solid rgba(3, 199, 252, 0.18);
}
.ms-intro__card--care {
  right: 2%;
  bottom: 14%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: min(200px, 48%);
  padding: 0.75rem 0.85rem;
  transform: translate3d(calc(var(--ix) * -14px), calc(var(--iy) * 16px), 0);
}
.ms-intro__card-icon {
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, rgba(3, 199, 252, 0.18), rgba(0, 168, 214, 0.08));
  color: #001C24;
  box-shadow: inset 0 0 0 1px rgba(3, 199, 252, 0.2);
}
.ms-intro__card-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}
.ms-intro__metric {
  position: absolute;
  z-index: 5;
  left: 28%;
  top: 0;
  padding: 0.55rem 0.8rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #001C24 0%, #043441 100%);
  border: 1px solid rgba(3, 199, 252, 0.35);
  box-shadow:
    0 14px 32px rgba(0, 28, 36, 0.22),
    0 0 24px rgba(3, 199, 252, 0.18);
  transform: translate3d(calc(var(--ix) * 10px), calc(var(--iy) * -18px), 0);
  will-change: transform;
}
.ms-intro__metric strong {
  display: block;
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 700;
  color: #F4FBFD;
}
.ms-intro__metric span {
  display: block;
  margin-top: 0.1rem;
  font-family: var(--ms-text);
  font-size: 0.64rem;
  font-weight: 500;
  color: rgba(3, 199, 252, 0.9);
}

@media (prefers-reduced-motion: no-preference) {
  .ms-intro__stage-glow {
    animation: ms-intro-glow 7s ease-in-out infinite;
  }
  .ms-intro__stage-ring--a {
    animation: ms-intro-ring 14s linear infinite;
  }
  .ms-intro__stage-ring--b {
    animation: ms-intro-ring 18s linear infinite reverse;
  }
  .ms-intro__card--apps {
    animation: ms-intro-float 6.2s ease-in-out infinite;
  }
  .ms-intro__card--modules {
    animation: ms-intro-float 7s ease-in-out infinite 0.35s;
  }
  .ms-intro__card--care {
    animation: ms-intro-float 6.6s ease-in-out infinite 0.7s;
  }
  .ms-intro__metric {
    animation: ms-intro-float 5.8s ease-in-out infinite 0.2s;
  }
  .ms-intro__track.is-live span {
    animation: ms-intro-pulse 2.8s ease-in-out infinite;
  }
  .ms-intro__dash-chart i {
    animation: ms-intro-bar 3.6s ease-in-out infinite;
  }
  .ms-intro__dash-chart i:nth-child(2) { animation-delay: 0.12s; }
  .ms-intro__dash-chart i:nth-child(3) { animation-delay: 0.24s; }
  .ms-intro__dash-chart i:nth-child(4) { animation-delay: 0.08s; }
  .ms-intro__dash-chart i:nth-child(5) { animation-delay: 0.3s; }
  .ms-intro__dash-chart i:nth-child(6) { animation-delay: 0.18s; }
  .ms-intro__dash-chart i:nth-child(7) { animation-delay: 0.36s; }
  .ms-intro__dash-chart i:nth-child(8) { animation-delay: 0.22s; }
}
@keyframes ms-intro-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}
@keyframes ms-intro-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(3, 199, 252, 0.28); }
  50% { opacity: 0.88; box-shadow: 0 0 0 5px rgba(3, 199, 252, 0); }
}
@keyframes ms-intro-glow {
  0%, 100% { opacity: 0.85; transform: translate3d(calc(var(--ix) * -12px), calc(var(--iy) * -10px), 0) scale(1); }
  50% { opacity: 1; transform: translate3d(calc(var(--ix) * -12px), calc(var(--iy) * -10px), 0) scale(1.06); }
}
@keyframes ms-intro-ring {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes ms-intro-bar {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(0.86); }
}

@media (max-width: 1100px) {
  .ms-intro__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .ms-intro__content {
    max-width: 40rem;
    order: 1;
  }
  .ms-intro__visual {
    order: 2;
    max-width: 520px;
    margin-inline: auto;
  }
  .ms-intro__stage {
    aspect-ratio: 1.08 / 1;
    max-height: 480px;
  }
  .ms-intro__title {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .ms-intro {
    padding: 2.75rem 0 3rem;
  }
  .ms-intro__stage {
    aspect-ratio: 0.95 / 1;
    max-height: 420px;
  }
  .ms-intro__dash {
    left: 2%;
    top: 10%;
    width: 86%;
  }
  .ms-intro__dash-kpis {
    grid-template-columns: 1fr;
  }
  .ms-intro__dash-kpis article:last-child {
    display: none;
  }
  .ms-intro__card--apps {
    right: -2%;
    top: 4%;
    width: 42%;
    padding: 0.7rem;
  }
  .ms-intro__rings {
    display: none;
  }
  .ms-intro__card--modules {
    left: -2%;
    bottom: 4%;
    width: 46%;
  }
  .ms-intro__card--care {
    right: 0;
    bottom: 6%;
    width: 52%;
  }
  .ms-intro__metric {
    left: auto;
    right: 8%;
    top: 0;
    padding: 0.45rem 0.65rem;
  }
  .ms-intro__flow span {
    font-size: 0.62rem;
    padding: 0.26rem 0.42rem;
  }
  .ms-intro__list li {
    padding: 0.6rem 0.7rem;
  }
  .ms-intro__actions {
    width: 100%;
  }
  .ms-intro__actions .ms-btn {
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
  }
  .ms-intro__partner-row {
    max-width: 100%;
  }
}

/* ---------- Mountsol Benefits (hub & spoke) ---------- */
.ms-hub {
  --ms-display: 'Outfit', 'Segoe UI', system-ui, sans-serif;
  --ms-text: 'Figtree', 'Segoe UI', system-ui, sans-serif;
  --hx: 0;
  --hy: 0;
  position: relative;
  padding: var(--ms-space-section-sig) 0;
  background:
    linear-gradient(180deg, #F2F7F9 0%, #F8FCFD 38%, #FFFFFF 72%, #F7FBFC 100%);
  overflow: clip;
  isolation: isolate;
  scroll-margin-top: calc(var(--ms-header) + 1rem);
}
.ms-hub__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.ms-hub__wash {
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
}
.ms-hub__wash--a {
  width: min(56vw, 620px);
  height: min(56vw, 620px);
  left: 50%;
  top: 48%;
  translate: -50% -50%;
  background: radial-gradient(circle, rgba(3, 199, 252, 0.18), transparent 68%);
}
.ms-hub__wash--b {
  width: min(38vw, 400px);
  height: min(38vw, 400px);
  left: 6%;
  top: 18%;
  background: radial-gradient(circle, rgba(0, 168, 214, 0.1), transparent 70%);
}
.ms-hub__wash--c {
  width: min(34vw, 360px);
  height: min(34vw, 360px);
  right: 4%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(0, 28, 36, 0.05), transparent 70%);
}
.ms-hub__grid-fade {
  position: absolute;
  inset: 12% 8% 18%;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(3, 199, 252, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 199, 252, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 55% 55% at 50% 50%, #000 15%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 55% 55% at 50% 50%, #000 15%, transparent 72%);
}
.ms-hub .ms-container {
  position: relative;
  z-index: 1;
}
.ms-hub__head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto var(--ms-space-head);
}
.ms-hub__eyebrow {
  justify-content: center;
  display: inline-flex;
  margin-bottom: 0.9rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(3, 199, 252, 0.22);
  box-shadow: 0 8px 22px rgba(0, 28, 36, 0.05);
  color: var(--ms-cyan-deep);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}
.ms-hub__eyebrow::before {
  display: none;
}
.ms-hub__title {
  margin: 0 0 0.75rem;
  font-family: var(--ms-display);
  font-weight: 500;
  letter-spacing: -0.032em;
  color: var(--ms-summit);
}
.ms-hub__lead {
  margin: 0 auto;
  max-width: 34rem;
  font-family: var(--ms-text);
  font-size: 1.02rem;
  line-height: 1.65;
  color: #5B6B76;
}

.ms-hub__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: clamp(1.35rem, 2.8vw, 2.25rem) clamp(0.85rem, 2vw, 1.5rem);
  align-items: center;
  min-height: min(460px, 56vh);
  max-width: 1160px;
  margin: 0 auto;
  overflow: visible;
}
.ms-hub__wires {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}
.ms-hub__wire {
  fill: none;
  stroke: rgba(3, 199, 252, 0.42);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  transition: stroke 0.25s ease, stroke-width 0.25s ease;
}
.ms-hub.is-inview .ms-hub__wire {
  animation: ms-hub-draw 1.15s ease forwards;
}
.ms-hub.is-inview .ms-hub__wire[data-wire="bl"] { animation-delay: 0.08s; }
.ms-hub.is-inview .ms-hub__wire[data-wire="tr"] { animation-delay: 0.14s; }
.ms-hub.is-inview .ms-hub__wire[data-wire="br"] { animation-delay: 0.2s; }
.ms-hub__node {
  fill: #fff;
  stroke: #03C7FC;
  stroke-width: 1.7;
  opacity: 0;
  transition: opacity 0.3s ease, fill 0.25s ease, stroke-width 0.25s ease;
}
.ms-hub.is-inview .ms-hub__node {
  opacity: 1;
  transition-delay: 0.6s;
}
.ms-hub__stage:has(.ms-hub__card--tl:hover) .ms-hub__wire[data-wire="tl"],
.ms-hub__stage:has(.ms-hub__card--bl:hover) .ms-hub__wire[data-wire="bl"],
.ms-hub__stage:has(.ms-hub__card--tr:hover) .ms-hub__wire[data-wire="tr"],
.ms-hub__stage:has(.ms-hub__card--br:hover) .ms-hub__wire[data-wire="br"] {
  stroke: #03C7FC;
  stroke-width: 2.35;
}

.ms-hub__card {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 1.2rem 1.25rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(226, 236, 240, 0.95);
  box-shadow:
    0 14px 34px rgba(0, 28, 36, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  max-width: 310px;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}
.ms-hub.is-inview .ms-hub__card {
  opacity: 1;
  transform: translateY(0);
}
.ms-hub.is-inview .ms-hub__card--tl { transition-delay: 0.18s; }
.ms-hub.is-inview .ms-hub__card--tr { transition-delay: 0.24s; }
.ms-hub.is-inview .ms-hub__card--bl { transition-delay: 0.3s; }
.ms-hub.is-inview .ms-hub__card--br { transition-delay: 0.36s; }
.ms-hub__card:hover {
  border-color: rgba(3, 199, 252, 0.38);
  box-shadow: 0 20px 44px rgba(0, 28, 36, 0.12);
  background: #fff;
  transform: translateY(-4px);
}
.ms-hub__card--tl,
.ms-hub__card--bl {
  grid-column: 1;
  justify-self: end;
  flex-direction: row;
  text-align: right;
}
.ms-hub__card--tl { grid-row: 1; }
.ms-hub__card--bl { grid-row: 2; }
.ms-hub__card--tr,
.ms-hub__card--br {
  grid-column: 3;
  justify-self: start;
  flex-direction: row;
  text-align: left;
}
.ms-hub__card--tr { grid-row: 1; }
.ms-hub__card--br { grid-row: 2; }
.ms-hub__card-copy { min-width: 0; flex: 1 1 auto; }
.ms-hub__card h3 {
  margin: 0 0 0.38rem;
  font-family: var(--ms-display);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ms-summit);
  line-height: 1.25;
}
.ms-hub__card p {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  color: #5B6B76;
}
.ms-hub__icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #001C24;
  background: linear-gradient(160deg, #1AD0FF 0%, #03C7FC 55%, #00A8D6 100%);
  box-shadow:
    0 12px 26px rgba(3, 199, 252, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.ms-hub__icon svg {
  width: 23px;
  height: 23px;
  display: block;
}
.ms-hub__card:hover .ms-hub__icon {
  transform: scale(1.08);
  box-shadow:
    0 16px 32px rgba(3, 199, 252, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

/* ---- Premium layered ERP product visual ---- */
.ms-hub__core {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  z-index: 2;
  width: min(100%, 460px);
  aspect-ratio: 1;
  justify-self: center;
  overflow: visible;
  perspective: 900px;
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.ms-hub.is-inview .ms-hub__core {
  opacity: 1;
  transform: scale(1);
}
.ms-hub__halo {
  position: absolute;
  inset: 2%;
  z-index: 0;
  pointer-events: none;
}
.ms-hub__halo-glow {
  position: absolute;
  inset: -18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(3, 199, 252, 0.32) 0%, rgba(3, 199, 252, 0.1) 42%, transparent 70%);
  filter: blur(8px);
}
.ms-hub__halo-fill {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.85), transparent 44%),
    radial-gradient(circle at 72% 74%, rgba(0, 168, 214, 0.22), transparent 50%),
    linear-gradient(150deg, #E8F9FD 0%, #B8EDF8 38%, #7ADCF2 72%, #2ECFF8 100%);
  box-shadow:
    0 34px 70px rgba(3, 199, 252, 0.28),
    0 10px 28px rgba(0, 28, 36, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.ms-hub__halo-ring {
  position: absolute;
  inset: -6%;
  border-radius: 50%;
  border: 1px solid rgba(3, 199, 252, 0.26);
}
.ms-hub__halo-ring--soft {
  inset: -13%;
  border-color: rgba(3, 199, 252, 0.14);
  border-style: dashed;
}

.ms-hub__scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform:
    translate3d(calc(var(--hx) * 12px), calc(var(--hy) * 9px), 0)
    rotateY(calc(var(--hx) * -4deg))
    rotateX(calc(var(--hy) * 2.5deg));
  transform-style: preserve-3d;
  will-change: transform;
}

.ms-hub__plate {
  position: absolute;
  border-radius: 20px;
  pointer-events: none;
}
.ms-hub__plate--back {
  left: 18%;
  top: 22%;
  width: 68%;
  height: 58%;
  background: linear-gradient(160deg, rgba(0, 28, 36, 0.12), rgba(3, 199, 252, 0.18));
  transform: translate3d(-14px, 10px, -40px) rotate(-6deg);
  filter: blur(0.2px);
  opacity: 0.75;
}
.ms-hub__plate--mid {
  left: 14%;
  top: 18%;
  width: 72%;
  height: 62%;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 40px rgba(0, 28, 36, 0.1);
  transform: translate3d(-8px, 6px, -20px) rotate(-3deg);
}

.ms-hub__screen {
  position: absolute;
  left: 9%;
  top: 14%;
  width: 82%;
  height: 70%;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 32px 56px rgba(0, 28, 36, 0.2),
    0 10px 22px rgba(0, 28, 36, 0.08),
    0 0 0 1px rgba(3, 199, 252, 0.06);
  transform: translateZ(12px) rotate(1.5deg);
}
.ms-hub__chrome {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.7rem;
  background: linear-gradient(180deg, #F7FBFC 0%, #EEF5F8 100%);
  border-bottom: 1px solid rgba(226, 236, 240, 0.95);
}
.ms-hub__chrome span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D5E0E6;
}
.ms-hub__chrome span:nth-child(1) { background: #FF6B6B; }
.ms-hub__chrome span:nth-child(2) { background: #FFD166; }
.ms-hub__chrome span:nth-child(3) { background: #06D6A0; }
.ms-hub__chrome b {
  margin-left: 0.35rem;
  font-family: var(--ms-text);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #5B6B76;
}
.ms-hub__screen-body {
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  grid-template-columns: 40px 1fr;
}
.ms-hub__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 0.3rem;
  background: linear-gradient(180deg, #00151B 0%, #001C24 100%);
}
.ms-hub__side i {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
}
.ms-hub__side i.is-on {
  background: linear-gradient(160deg, #03C7FC, #00A8D6);
  box-shadow: 0 0 12px rgba(3, 199, 252, 0.55);
}
.ms-hub__main {
  padding: 0.65rem 0.7rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
  background: linear-gradient(180deg, #FBFEFF 0%, #F3F9FB 100%);
  min-width: 0;
}
.ms-hub__screen-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.ms-hub__screen-head strong {
  font-family: var(--ms-display);
  font-size: 0.76rem;
  font-weight: 600;
  color: #001C24;
  letter-spacing: -0.01em;
}
.ms-hub__screen-head em {
  font-style: normal;
  font-family: var(--ms-text);
  font-size: 0.58rem;
  font-weight: 700;
  color: #00A8D6;
  padding: 0.16rem 0.42rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.12);
  border: 1px solid rgba(3, 199, 252, 0.22);
  box-shadow: 0 0 0 3px rgba(3, 199, 252, 0.06);
}
.ms-hub__kpi-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.32rem;
}
.ms-hub__kpi-row article {
  padding: 0.38rem 0.42rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(226, 236, 240, 0.95);
  box-shadow: 0 4px 10px rgba(0, 28, 36, 0.04);
}
.ms-hub__kpi-row small {
  display: block;
  font-family: var(--ms-text);
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #80919C;
  margin-bottom: 0.1rem;
}
.ms-hub__kpi-row strong {
  display: block;
  font-family: var(--ms-display);
  font-size: 0.86rem;
  font-weight: 600;
  color: #001C24;
  letter-spacing: -0.02em;
}
.ms-hub__kpi-row span {
  display: inline-block;
  margin-top: 0.1rem;
  font-family: var(--ms-text);
  font-size: 0.55rem;
  font-weight: 600;
  color: #5B6B76;
}
.ms-hub__kpi-row span.is-up {
  color: #00A8D6;
}
.ms-hub__panel-row {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr;
  gap: 0.35rem;
  flex: 1 1 auto;
  min-height: 0;
}
.ms-hub__trend,
.ms-hub__modules {
  padding: 0.4rem 0.45rem;
  border-radius: 11px;
  background: #fff;
  border: 1px solid rgba(226, 236, 240, 0.95);
}
.ms-hub__trend-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.ms-hub__trend-head b,
.ms-hub__modules b {
  font-family: var(--ms-text);
  font-size: 0.6rem;
  font-weight: 700;
  color: #001C24;
}
.ms-hub__trend-head small {
  font-family: var(--ms-text);
  font-size: 0.52rem;
  font-weight: 500;
  color: #80919C;
}
.ms-hub__spark {
  width: 100%;
  height: 44px;
  display: block;
}
.ms-hub__modules ul {
  list-style: none;
  margin: 0.3rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.22rem;
}
.ms-hub__modules li {
  font-family: var(--ms-text);
  font-size: 0.55rem;
  font-weight: 600;
  color: #00A8D6;
  padding: 0.16rem 0.36rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.1);
  border: 1px solid rgba(3, 199, 252, 0.16);
}

.ms-hub__pop {
  position: absolute;
  z-index: 4;
  padding: 0.72rem 0.82rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 18px 40px rgba(0, 28, 36, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ms-hub__pop strong {
  display: block;
  font-family: var(--ms-text);
  font-size: 0.74rem;
  font-weight: 700;
  color: #001C24;
}
.ms-hub__pop span {
  display: block;
  margin-top: 0.1rem;
  font-family: var(--ms-text);
  font-size: 0.64rem;
  font-weight: 500;
  color: #5B6B76;
}
.ms-hub__pop--pipeline {
  left: -8%;
  top: 16%;
  width: 146px;
  transform: translate3d(calc(var(--hx) * -16px), calc(var(--hy) * -12px), 28px);
}
.ms-hub__pop-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  margin-bottom: 0.45rem;
}
.ms-hub__pop-head span {
  margin: 0;
  font-size: 0.56rem;
  font-weight: 700;
  color: #03C7FC;
  padding: 0.12rem 0.35rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.12);
}
.ms-hub__funnel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.28rem;
}
.ms-hub__funnel i {
  display: block;
  width: var(--w, 100%);
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, #03C7FC, #00A8D6);
  opacity: 0.95;
}
.ms-hub__funnel i:nth-child(2) { opacity: 0.8; }
.ms-hub__funnel i:nth-child(3) { opacity: 0.62; }
.ms-hub__funnel i:nth-child(4) { opacity: 0.45; }

.ms-hub__pop--bars {
  right: -7%;
  top: 8%;
  width: 138px;
  transform: translate3d(calc(var(--hx) * 18px), calc(var(--hy) * -14px), 30px);
}
.ms-hub__bars {
  display: flex;
  align-items: flex-end;
  gap: 0.28rem;
  height: 48px;
  margin-top: 0.4rem;
}
.ms-hub__bars i {
  flex: 1;
  height: var(--h, 50%);
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, #03C7FC, rgba(0, 168, 214, 0.22));
  transform-origin: bottom center;
}

.ms-hub__pop--metric {
  right: 0%;
  bottom: 18%;
  padding: 0.7rem 0.9rem;
  background: linear-gradient(140deg, #001018 0%, #001C24 55%, #043441 100%);
  border-color: rgba(3, 199, 252, 0.4);
  box-shadow:
    0 18px 40px rgba(0, 28, 36, 0.3),
    0 0 28px rgba(3, 199, 252, 0.22);
  transform: translate3d(calc(var(--hx) * 14px), calc(var(--hy) * 16px), 34px);
}
.ms-hub__pop--metric strong {
  font-family: var(--ms-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: #F4FBFD;
  letter-spacing: -0.02em;
}
.ms-hub__pop--metric span {
  color: rgba(3, 199, 252, 0.92);
}

.ms-hub__pop--care {
  left: 8%;
  bottom: 2%;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 172px;
  transform: translate3d(calc(var(--hx) * -12px), calc(var(--hy) * 14px), 26px);
}
.ms-hub__pop-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #03C7FC;
  box-shadow: 0 0 0 4px rgba(3, 199, 252, 0.18);
  flex: 0 0 auto;
}

@keyframes ms-hub-draw {
  to { stroke-dashoffset: 0; }
}

@media (prefers-reduced-motion: no-preference) {
  .ms-hub.is-inview .ms-hub__pop--pipeline {
    animation: ms-hub-float 6.2s ease-in-out infinite;
  }
  .ms-hub.is-inview .ms-hub__pop--bars {
    animation: ms-hub-float 6.8s ease-in-out infinite 0.25s;
  }
  .ms-hub.is-inview .ms-hub__pop--metric {
    animation: ms-hub-float 5.8s ease-in-out infinite 0.45s;
  }
  .ms-hub.is-inview .ms-hub__pop--care {
    animation: ms-hub-float 7s ease-in-out infinite 0.65s;
  }
  .ms-hub.is-inview .ms-hub__bars i {
    animation: ms-hub-bar 3.5s ease-in-out infinite;
  }
  .ms-hub.is-inview .ms-hub__bars i:nth-child(2) { animation-delay: 0.1s; }
  .ms-hub.is-inview .ms-hub__bars i:nth-child(3) { animation-delay: 0.2s; }
  .ms-hub.is-inview .ms-hub__bars i:nth-child(4) { animation-delay: 0.08s; }
  .ms-hub.is-inview .ms-hub__bars i:nth-child(5) { animation-delay: 0.28s; }
  .ms-hub.is-inview .ms-hub__bars i:nth-child(6) { animation-delay: 0.16s; }
  .ms-hub.is-inview .ms-hub__pop-dot {
    animation: ms-hub-pulse 2.4s ease-in-out infinite;
  }
  .ms-hub.is-inview .ms-hub__halo-ring--soft {
    animation: ms-hub-spin 28s linear infinite;
  }
}
@keyframes ms-hub-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}
@keyframes ms-hub-bar {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(0.82); }
}
@keyframes ms-hub-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(3, 199, 252, 0.18); }
  50% { box-shadow: 0 0 0 7px rgba(3, 199, 252, 0); }
}
@keyframes ms-hub-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 1024px) {
  .ms-hub__wires { display: none; }
  .ms-hub__stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1.1rem;
    min-height: 0;
    max-width: 540px;
  }
  .ms-hub__core {
    grid-column: 1;
    grid-row: 1;
    width: min(100%, 380px);
    margin: 0.35rem auto 1.1rem;
    order: 1;
  }
  .ms-hub__card--tl,
  .ms-hub__card--bl,
  .ms-hub__card--tr,
  .ms-hub__card--br {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    max-width: none;
    text-align: left;
    flex-direction: row;
  }
  .ms-hub__card--tl,
  .ms-hub__card--bl {
    flex-direction: row-reverse;
    text-align: left;
  }
  .ms-hub__card--tl { order: 2; }
  .ms-hub__card--tr { order: 3; }
  .ms-hub__card--bl { order: 4; }
  .ms-hub__card--br { order: 5; }
}

@media (max-width: 640px) {
  .ms-hub {
    padding: 2.65rem 0 2.9rem;
  }
  .ms-hub__lead {
    font-size: 0.95rem;
  }
  .ms-hub__pop--pipeline,
  .ms-hub__pop--care {
    display: none;
  }
  .ms-hub__kpi-row {
    grid-template-columns: 1fr 1fr;
  }
  .ms-hub__kpi-row article:last-child {
    display: none;
  }
  .ms-hub__panel-row {
    grid-template-columns: 1fr;
  }
  .ms-hub__modules {
    display: none;
  }
  .ms-hub__card {
    padding: 1.05rem 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ms-hub__wire,
  .ms-hub__card,
  .ms-hub__core {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    stroke-dashoffset: 0 !important;
  }
  .ms-hub__node { opacity: 1 !important; }
  .ms-hub__pop,
  .ms-hub__bars i,
  .ms-hub__pop-dot,
  .ms-hub__halo-ring--soft {
    animation: none !important;
  }
}

/* ---------- Powerful Odoo capability (layered spotlight) ---------- */
.ms-power {
  --ms-display: 'Outfit', 'Segoe UI', system-ui, sans-serif;
  --ms-text: 'Figtree', 'Segoe UI', system-ui, sans-serif;
  --px: 0;
  --py: 0;
  position: relative;
  padding: var(--ms-space-section-sig) 0;
  background:
    linear-gradient(180deg, #F7FBFC 0%, #F3F8FA 42%, #FFFFFF 100%);
  overflow: clip;
  isolation: isolate;
  scroll-margin-top: calc(var(--ms-header) + 1rem);
}
.ms-power__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.ms-power__wash {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
}
.ms-power__wash--a {
  width: min(48vw, 520px);
  height: min(48vw, 520px);
  left: 8%;
  top: 18%;
  background: radial-gradient(circle, rgba(3, 199, 252, 0.14), transparent 70%);
}
.ms-power__wash--b {
  width: min(36vw, 380px);
  height: min(36vw, 380px);
  right: 4%;
  bottom: 6%;
  background: radial-gradient(circle, rgba(0, 28, 36, 0.05), transparent 70%);
}
.ms-power__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.ms-power__visual {
  position: relative;
  min-height: min(400px, 52vw);
  display: grid;
  place-items: center;
  overflow: visible;
}
.ms-power__disk {
  position: absolute;
  width: min(92%, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.55), transparent 42%),
    linear-gradient(145deg, #6AE0FF 0%, #03C7FC 48%, #00A8D6 100%);
  box-shadow:
    0 28px 60px rgba(3, 199, 252, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translate3d(calc(var(--px) * -8px), calc(var(--py) * -6px), 0);
  will-change: transform;
}
.ms-power__device {
  position: relative;
  z-index: 2;
  width: min(58%, 250px);
  aspect-ratio: 9 / 18.4;
  border-radius: 34px;
  padding: 10px;
  background: linear-gradient(160deg, #0A2A33 0%, #001C24 55%, #012833 100%);
  box-shadow:
    0 36px 70px rgba(0, 28, 36, 0.28),
    0 8px 18px rgba(0, 28, 36, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform:
    translate3d(calc(var(--px) * 10px), calc(var(--py) * 8px), 0)
    rotate(calc(var(--px) * -2deg));
  will-change: transform;
  transition: box-shadow 0.25s ease;
}
.ms-power__visual:hover .ms-power__device {
  box-shadow:
    0 42px 80px rgba(0, 28, 36, 0.32),
    0 10px 22px rgba(0, 28, 36, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}
.ms-power__notch {
  position: absolute;
  top: 16px;
  left: 50%;
  translate: -50% 0;
  width: 38%;
  height: 10px;
  border-radius: 999px;
  background: #000;
  z-index: 3;
}
.ms-power__app {
  height: 100%;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(180deg, #F7FBFC 0%, #EEF5F8 100%);
  display: flex;
  flex-direction: column;
  padding: 1.35rem 0.85rem 0.85rem;
  gap: 0.7rem;
}
.ms-power__app-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.ms-power__app-head small {
  display: block;
  font-family: var(--ms-text);
  font-size: 0.58rem;
  font-weight: 500;
  color: #80919C;
}
.ms-power__app-head strong {
  display: block;
  font-family: var(--ms-display);
  font-size: 0.82rem;
  font-weight: 600;
  color: #001C24;
  letter-spacing: -0.02em;
}
.ms-power__avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--ms-display);
  font-size: 0.58rem;
  font-weight: 700;
  color: #001C24;
  background: linear-gradient(145deg, #03C7FC, #00A8D6);
  box-shadow: 0 6px 14px rgba(3, 199, 252, 0.35);
}
.ms-power__balance {
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  background: linear-gradient(145deg, #001018 0%, #001C24 55%, #043441 100%);
  color: #F4FBFD;
  box-shadow: 0 14px 28px rgba(0, 28, 36, 0.22);
}
.ms-power__balance-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}
.ms-power__balance-top span {
  font-family: var(--ms-text);
  font-size: 0.62rem;
  font-weight: 500;
  color: rgba(244, 251, 253, 0.7);
}
.ms-power__balance-top em {
  font-style: normal;
  font-family: var(--ms-text);
  font-size: 0.55rem;
  font-weight: 700;
  color: #03C7FC;
  padding: 0.14rem 0.4rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.14);
  border: 1px solid rgba(3, 199, 252, 0.28);
}
.ms-power__balance b {
  display: block;
  font-family: var(--ms-display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.ms-power__balance p {
  margin: 0.28rem 0 0;
  font-family: var(--ms-text);
  font-size: 0.62rem;
  font-weight: 500;
  color: rgba(3, 199, 252, 0.9);
}
.ms-power__txns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1 1 auto;
}
.ms-power__txns li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 0.5rem;
  align-items: center;
  padding: 0.48rem 0.5rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(226, 236, 240, 0.95);
  box-shadow: 0 4px 10px rgba(0, 28, 36, 0.04);
}
.ms-power__txn-ico {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background:
    linear-gradient(145deg, rgba(3, 199, 252, 0.2), rgba(0, 168, 214, 0.08));
  position: relative;
}
.ms-power__txn-ico::after {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 3px;
  background: #03C7FC;
}
.ms-power__txn-ico--inv::after {
  border-radius: 50%;
  background: #00A8D6;
}
.ms-power__txn-ico--acc::after {
  width: 8px;
  height: 8px;
  inset: auto;
  left: 10px;
  top: 10px;
  border-radius: 2px;
  background: #001C24;
}
.ms-power__txns strong {
  display: block;
  font-family: var(--ms-text);
  font-size: 0.68rem;
  font-weight: 700;
  color: #001C24;
  letter-spacing: -0.01em;
}
.ms-power__txns span {
  display: block;
  font-family: var(--ms-text);
  font-size: 0.55rem;
  font-weight: 500;
  color: #80919C;
}
.ms-power__txns b {
  font-family: var(--ms-display);
  font-size: 0.68rem;
  font-weight: 600;
  color: #001C24;
}

.ms-power__float {
  position: absolute;
  left: 4%;
  bottom: 8%;
  z-index: 3;
  width: min(54%, 230px);
  padding: 0.9rem 0.95rem 0.85rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 22px 48px rgba(0, 28, 36, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translate3d(calc(var(--px) * -14px), calc(var(--py) * 12px), 0);
  will-change: transform;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ms-power__visual:hover .ms-power__float {
  box-shadow:
    0 26px 54px rgba(0, 28, 36, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
}
.ms-power__float-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}
.ms-power__float-head strong {
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 700;
  color: #001C24;
}
.ms-power__float-head span {
  font-family: var(--ms-text);
  font-size: 0.62rem;
  font-weight: 700;
  color: #00A8D6;
  padding: 0.16rem 0.42rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.12);
}
.ms-power__spark {
  width: 100%;
  height: 64px;
  display: block;
}
.ms-power__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.15rem;
  margin-top: 0.2rem;
}
.ms-power__days span {
  text-align: center;
  font-family: var(--ms-text);
  font-size: 0.5rem;
  font-weight: 600;
  color: #80919C;
}
.ms-power__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.65rem;
}
.ms-power__pills span {
  font-family: var(--ms-text);
  font-size: 0.58rem;
  font-weight: 700;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
}
.ms-power__pills .is-up {
  color: #007A4D;
  background: rgba(0, 168, 120, 0.12);
}
.ms-power__pills .is-warn {
  color: #9A4A00;
  background: rgba(255, 170, 60, 0.16);
}

.ms-power__copy {
  max-width: 34rem;
  justify-self: start;
}
.ms-power__eyebrow {
  margin-bottom: 0.95rem;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.1);
  border: 1px solid rgba(3, 199, 252, 0.18);
  color: var(--ms-cyan-deep);
  width: fit-content;
}
.ms-power__eyebrow::before {
  display: none;
}
.ms-power__title {
  margin: 0 0 1rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.ms-power__lead {
  margin: 0 0 1.6rem;
  font-family: var(--ms-text);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.7;
  color: #5B6B76;
  max-width: 32rem;
}
.ms-btn--power {
  border-radius: 999px;
  padding: 1rem 1.55rem;
  background: linear-gradient(145deg, #03C7FC 0%, #00A8D6 100%);
  color: #001C24;
  box-shadow: 0 12px 28px rgba(3, 199, 252, 0.32);
  font-family: var(--ms-text);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
.ms-btn--power:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(3, 199, 252, 0.4);
  background: linear-gradient(145deg, #28d2ff 0%, #03C7FC 100%);
  color: #001C24;
}
.ms-btn--power svg {
  flex: 0 0 auto;
}

@media (prefers-reduced-motion: no-preference) {
  .ms-power.is-inview .ms-power__float {
    animation: ms-power-float 6.4s ease-in-out infinite;
  }
  .ms-power.is-inview .ms-power__disk {
    animation: ms-power-pulse 8s ease-in-out infinite;
  }
}
@keyframes ms-power-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}
@keyframes ms-power-pulse {
  0%, 100% { filter: saturate(1); }
  50% { filter: saturate(1.08); }
}

@media (max-width: 980px) {
  .ms-power__grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
  .ms-power__visual {
    min-height: 480px;
    order: 1;
  }
  .ms-power__copy {
    order: 2;
    max-width: none;
    text-align: center;
    justify-self: stretch;
  }
  .ms-power__eyebrow {
    margin-left: auto;
    margin-right: auto;
  }
  .ms-power__lead {
    margin-left: auto;
    margin-right: auto;
  }
  .ms-btn--power {
    margin-inline: auto;
  }
  .ms-power__disk {
    width: min(84%, 360px);
  }
  .ms-power__device {
    width: min(52%, 220px);
  }
  .ms-power__float {
    width: min(58%, 210px);
    left: 6%;
    bottom: 6%;
  }
}

@media (max-width: 640px) {
  .ms-power {
    padding: 2.75rem 0 3rem;
  }
  .ms-power__visual {
    min-height: 420px;
  }
  .ms-power__device {
    width: min(56%, 200px);
  }
  .ms-power__float {
    width: min(62%, 190px);
  }
  .ms-power__lead {
    font-size: 0.98rem;
  }
  .ms-power__balance b {
    font-size: 1.25rem;
  }
  .ms-power__txns li:last-child {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ms-power__float,
  .ms-power__disk,
  .ms-btn--power:hover {
    animation: none !important;
    transform: none !important;
  }
}

/* ---------- Featured services (premium SaaS cards) ---------- */

.ms-section--services {
  background:
    radial-gradient(ellipse 55% 40% at 100% 0%, rgba(3, 199, 252, 0.07), transparent 55%),
    radial-gradient(ellipse 40% 35% at 0% 100%, rgba(0, 28, 36, 0.04), transparent 50%),
    linear-gradient(180deg, #F3F7F9 0%, #F7FAFB 55%, #EEF3F6 100%);
  position: relative;
}
.ms-section--services .ms-section__head {
  margin-bottom: var(--ms-space-head);
}
.ms-section--services .ms-h2 {
  font-family: 'Outfit', 'Segoe UI', system-ui, sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.ms-section--services .ms-lead {
  font-family: 'Figtree', 'Segoe UI', system-ui, sans-serif;
  max-width: 34rem;
}

.ms-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ms-svc {
  --ms-display: 'Outfit', 'Segoe UI', system-ui, sans-serif;
  --ms-text: 'Figtree', 'Segoe UI', system-ui, sans-serif;
  scroll-margin-top: calc(var(--ms-header) + 1.25rem);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.7rem 1.55rem 1.45rem;
  background: #fff;
  border: 1px solid rgba(226, 236, 240, 0.95);
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(0, 28, 36, 0.03);
  overflow: hidden;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.ms-svc::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #03C7FC, #00A8D6);
  opacity: 0;
  transition: opacity 0.22s ease;
}
.ms-svc:hover {
  transform: translateY(-5px);
  border-color: rgba(3, 199, 252, 0.35);
  box-shadow:
    0 18px 40px rgba(0, 28, 36, 0.1),
    0 0 0 1px rgba(3, 199, 252, 0.08);
}
.ms-svc:hover::before {
  opacity: 1;
}

.ms-svc__top {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.ms-svc__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--ms-summit);
  background:
    linear-gradient(160deg, rgba(3, 199, 252, 0.16), rgba(3, 199, 252, 0.05));
  border: 1px solid rgba(3, 199, 252, 0.18);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}
.ms-svc__icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.ms-svc:hover .ms-svc__icon {
  transform: translateY(-2px) scale(1.04);
  background: rgba(3, 199, 252, 0.18);
  border-color: rgba(3, 199, 252, 0.4);
}

.ms-svc__title {
  margin: 0 0 0.7rem;
  font-family: var(--ms-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--ms-summit);
}
.ms-svc__text {
  margin: 0;
  flex: 1 1 auto;
  font-family: var(--ms-text);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  color: #5F7080;
}
.ms-svc__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.35rem;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(226, 236, 240, 0.95);
  font-family: var(--ms-text);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--ms-cyan-deep);
  transition: color 0.18s ease, gap 0.18s ease;
}
.ms-svc__cta span {
  transition: transform 0.18s ease;
}
.ms-svc:hover .ms-svc__cta {
  color: var(--ms-summit);
}
.ms-svc:hover .ms-svc__cta span {
  transform: translateX(3px);
}

.ms-svc-footer {
  display: flex;
  justify-content: center;
  margin-top: 1.35rem;
}
.ms-btn--svc-all {
  font-family: 'Figtree', 'Segoe UI', system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.95rem 1.7rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #1AD0FF 0%, #03C7FC 55%, #00B4E6 100%);
  color: #001C24 !important;
  border: 1px solid transparent;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 10px 28px rgba(3, 199, 252, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ms-btn--svc-all:hover {
  transform: translateY(-2px);
  color: #001C24 !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 14px 34px rgba(3, 199, 252, 0.38);
}

/* Services listing page intro */
.ms-page-hero {
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2rem);
  background:
    radial-gradient(ellipse 50% 60% at 90% 20%, rgba(3, 199, 252, 0.12), transparent 55%),
    linear-gradient(160deg, #00151B 0%, #001C24 55%, #032833 100%);
  color: #E8F4F8;
}
.ms-page-hero .ms-eyebrow {
  color: #03C7FC;
}
.ms-page-hero .ms-eyebrow::before {
  background: #03C7FC;
}
.ms-page-hero__title {
  margin: 0 0 0.85rem;
  font-family: 'Outfit', 'Segoe UI', system-ui, sans-serif;
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff;
}
.ms-page-hero__lead {
  margin: 0;
  max-width: 38rem;
  font-family: 'Figtree', 'Segoe UI', system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(232, 244, 248, 0.7);
}
.ms-nav__links a.is-active {
  color: var(--ms-summit);
}

/* Legacy service cards (unused on homepage; keep safe) */
.ms-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.ms-service {
  scroll-margin-top: calc(var(--ms-header) + 1.25rem);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.65rem 1.5rem 1.45rem;
  background: var(--ms-cloud);
  border: 1px solid var(--ms-line);
  border-radius: var(--ms-radius);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position: relative;
  overflow: hidden;
}
.ms-service::after {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 3px;
  background: var(--ms-cyan);
  opacity: 0;
  transition: opacity .2s ease;
}
.ms-service:hover {
  transform: translateY(-4px);
  box-shadow: var(--ms-shadow-lg);
  border-color: rgba(3,199,252,.4);
}
.ms-service:hover::after { opacity: 1; }
.ms-service__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1.15rem;
  border-radius: 14px;
  background: var(--ms-ice);
  border: 1px solid var(--ms-line);
  display: grid;
  place-items: center;
  padding: 0.65rem;
}
.ms-service__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ms-service p {
  margin: 0 0 1.15rem;
  color: var(--ms-muted);
  font-size: 0.98rem;
  flex: 1;
}
.ms-service__cta {
  margin-top: auto;
  font-family: var(--ms-font);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ms-cyan-deep);
}
.ms-service:hover .ms-service__cta { color: var(--ms-summit); }

/* ---------- Modules shelf ---------- */
.ms-modules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.ms-module {
  padding: 1.5rem 1.4rem;
  background: var(--ms-cloud);
  border: 1px solid var(--ms-line);
  border-radius: var(--ms-radius);
  display: flex;
  flex-direction: column;
  min-height: 200px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ms-module:hover {
  transform: translateY(-3px);
  box-shadow: var(--ms-shadow);
  border-color: rgba(3,199,252,.35);
}
.ms-module__tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.85rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: var(--ms-cyan-soft);
  color: var(--ms-cyan-deep);
  font-family: var(--ms-font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ms-module p {
  margin: 0;
  color: var(--ms-muted);
  font-size: 0.96rem;
  flex: 1;
}

/* ---------- Mountsol Care (AI Support + Priority Ticket) ---------- */
.ms-care {
  --ms-display: 'Outfit', 'Segoe UI', system-ui, sans-serif;
  --ms-text: 'Figtree', 'Segoe UI', system-ui, sans-serif;
  position: relative;
  padding: var(--ms-space-section) 0;
  overflow: hidden;
}
.ms-care--ai {
  background:
    radial-gradient(ellipse 48% 60% at 92% 30%, rgba(3, 199, 252, 0.12), transparent 60%),
    radial-gradient(ellipse 40% 50% at 8% 80%, rgba(0, 28, 36, 0.05), transparent 58%),
    linear-gradient(180deg, #FFFFFF 0%, #F5FAFC 55%, #EEF6F9 100%);
}
.ms-care--priority {
  background:
    radial-gradient(ellipse 42% 55% at 8% 28%, rgba(3, 199, 252, 0.1), transparent 58%),
    linear-gradient(180deg, #EEF6F9 0%, #F7FBFD 48%, #FFFFFF 100%);
}
.ms-care__seam {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(3, 199, 252, 0.28), transparent);
}
.ms-care__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
.ms-care__grid--flip {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}
.ms-care__copy .ms-h2 {
  max-width: 18ch;
}
.ms-care__copy .ms-lead {
  margin: 0 0 1.5rem;
}
.ms-care__list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.95rem;
}
.ms-care__list li {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 1rem;
  border-radius: var(--ms-radius);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(3, 199, 252, 0.12);
  box-shadow: 0 8px 22px rgba(0, 28, 36, 0.04);
}
.ms-care__list strong {
  font-family: var(--ms-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ms-summit);
  letter-spacing: -0.01em;
}
.ms-care__list span {
  font-family: var(--ms-text);
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ms-muted);
}
.ms-care__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.ms-btn--care-primary {
  background: linear-gradient(165deg, #1AE0FF 0%, #03C7FC 45%, #00A8D6 100%);
  color: var(--ms-summit);
  border-radius: var(--ms-radius-sm);
  font-family: var(--ms-text);
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(3, 199, 252, 0.28);
}
.ms-btn--care-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(3, 199, 252, 0.34);
  color: var(--ms-summit);
}
.ms-btn--care-ghost {
  background: rgba(255, 255, 255, 0.8);
  color: var(--ms-summit);
  border: 1px solid rgba(0, 28, 36, 0.1);
  border-radius: var(--ms-radius-sm);
  font-family: var(--ms-text);
  font-weight: 500;
}
.ms-btn--care-ghost:hover {
  border-color: rgba(3, 199, 252, 0.4);
  color: var(--ms-cyan-deep);
  transform: translateY(-2px);
}

.ms-care-ai {
  position: relative;
  min-height: 340px;
  display: grid;
  place-items: center;
}
.ms-care-ai__glow {
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(3, 199, 252, 0.28), transparent 68%);
  filter: blur(28px);
  animation: ms-care-pulse 4.5s ease-in-out infinite alternate;
}
.ms-care-ai__orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(3, 199, 252, 0.2);
  pointer-events: none;
}
.ms-care-ai__orbit--a {
  width: min(88%, 420px);
  height: min(88%, 420px);
  animation: ms-care-spin 22s linear infinite;
}
.ms-care-ai__orbit--b {
  width: min(68%, 320px);
  height: min(68%, 320px);
  border-style: dashed;
  opacity: 0.55;
  animation: ms-care-spin 28s linear infinite reverse;
}
.ms-care-ai__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: var(--ms-radius-lg);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(244, 250, 252, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 24px 50px rgba(0, 28, 36, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
}
.ms-care-ai__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.ms-care-ai__head em {
  font-style: normal;
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ms-muted);
}
.ms-care-ai__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--ms-text);
  font-size: 0.7rem;
  font-weight: 600;
  color: #0A8F6A;
  background: rgba(6, 214, 160, 0.12);
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
}
.ms-care-ai__live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #06D6A0;
  animation: ms-care-live 1.6s ease-in-out infinite;
}
.ms-care-ai__stream {
  display: grid;
  gap: 0.55rem;
}
.ms-care-ai__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  background: rgba(0, 28, 36, 0.03);
  border: 1px solid rgba(226, 236, 240, 0.95);
}
.ms-care-ai__row.is-active {
  background: rgba(3, 199, 252, 0.08);
  border-color: rgba(3, 199, 252, 0.22);
  box-shadow: 0 0 0 3px rgba(3, 199, 252, 0.08);
}
.ms-care-ai__row b {
  font-family: var(--ms-display);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ms-summit);
}
.ms-care-ai__row span {
  font-family: var(--ms-text);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--ms-cyan-deep);
}
.ms-care-ai__nodes {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin: 1.1rem 0 0.85rem;
}
.ms-care-ai__nodes i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(3, 199, 252, 0.35);
  animation: ms-care-node 1.8s ease-in-out infinite;
}
.ms-care-ai__nodes i:nth-child(2) { animation-delay: 0.15s; }
.ms-care-ai__nodes i:nth-child(3) { animation-delay: 0.3s; }
.ms-care-ai__nodes i:nth-child(4) { animation-delay: 0.45s; }
.ms-care-ai__note {
  margin: 0;
  text-align: center;
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--ms-muted);
}

.ms-care-ticket {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
}
.ms-care-ticket__glow {
  position: absolute;
  width: 68%;
  height: 68%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 28, 36, 0.1), rgba(3, 199, 252, 0.16), transparent 70%);
  filter: blur(24px);
}
.ms-care-ticket__stack {
  position: absolute;
  width: min(100%, 320px);
  height: 210px;
  z-index: 0;
}
.ms-care-ticket__stack span {
  position: absolute;
  inset: 0;
  border-radius: var(--ms-radius-lg);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(226, 236, 240, 0.9);
  box-shadow: 0 16px 36px rgba(0, 28, 36, 0.08);
}
.ms-care-ticket__stack span:nth-child(1) {
  transform: translate(10px, 12px) rotate(3deg);
}
.ms-care-ticket__stack span:nth-child(2) {
  transform: translate(-8px, 18px) rotate(-2.5deg);
  opacity: 0.7;
}
.ms-care-ticket__card {
  position: relative;
  z-index: 1;
  width: min(100%, 340px);
  padding: 1.25rem 1.3rem 1.35rem;
  border-radius: var(--ms-radius-lg);
  background: linear-gradient(165deg, #FFFFFF, #F4FAFC);
  border: 1px solid rgba(3, 199, 252, 0.18);
  box-shadow:
    0 26px 50px rgba(0, 28, 36, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  animation: ms-care-float 4.8s ease-in-out infinite alternate;
}
.ms-care-ticket__badge {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.12);
  color: var(--ms-cyan-deep);
  font-family: var(--ms-text);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ms-care-ticket__card header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
}
.ms-care-ticket__card header strong {
  font-family: var(--ms-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ms-summit);
}
.ms-care-ticket__card header em {
  font-style: normal;
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 600;
  color: #0A8F6A;
}
.ms-care-ticket__card > p {
  margin: 0 0 1rem;
  font-family: var(--ms-text);
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ms-muted);
}
.ms-care-ticket__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}
.ms-care-ticket__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(0, 28, 36, 0.04);
  font-family: var(--ms-text);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--ms-summit);
}
.ms-care-ticket__meta i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ms-cyan);
}
.ms-care-ticket__bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.12);
  overflow: hidden;
}
.ms-care-ticket__bar i {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #03C7FC, #00A8D6);
  animation: ms-care-progress 2.8s ease-in-out infinite alternate;
}

@keyframes ms-care-pulse {
  from { opacity: 0.55; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1.04); }
}
@keyframes ms-care-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes ms-care-live {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.35); }
  50% { opacity: 0.7; box-shadow: 0 0 0 6px rgba(6, 214, 160, 0); }
}
@keyframes ms-care-node {
  0%, 100% { transform: scale(1); opacity: 0.45; }
  50% { transform: scale(1.35); opacity: 1; }
}
@keyframes ms-care-float {
  from { transform: translateY(0); }
  to { transform: translateY(-8px); }
}
@keyframes ms-care-progress {
  from { width: 52%; }
  to { width: 78%; }
}

@media (prefers-reduced-motion: reduce) {
  .ms-care-ai__glow,
  .ms-care-ai__orbit,
  .ms-care-ai__live i,
  .ms-care-ai__nodes i,
  .ms-care-ticket__card,
  .ms-care-ticket__bar i {
    animation: none !important;
  }
}

@media (max-width: 1024px) {
  .ms-care__grid,
  .ms-care__grid--flip {
    grid-template-columns: 1fr;
  }
  .ms-care__visual { order: -1; }
  .ms-care-ai,
  .ms-care-ticket {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .ms-care__copy .ms-h2 { max-width: none; }
  .ms-care__actions { width: 100%; }
  .ms-care__actions .ms-btn {
    flex: 1 1 auto;
    justify-content: center;
  }
  .ms-care-ai,
  .ms-care-ticket {
    min-height: 320px;
  }
}

/* ---------- Industries We Serve (spotlight console) ---------- */
.ms-indy-sec {
  --ms-display: 'Outfit', 'Segoe UI', system-ui, sans-serif;
  --ms-text: 'Figtree', 'Segoe UI', system-ui, sans-serif;
  --ix: 0;
  --iy: 0;
  position: relative;
  padding: var(--ms-space-section-sig) 0;
  overflow: hidden;
  color: var(--ms-summit, #001C24);
  background:
    radial-gradient(ellipse 55% 50% at 85% 15%, rgba(3, 199, 252, 0.12), transparent 58%),
    radial-gradient(ellipse 40% 45% at 10% 90%, rgba(0, 168, 214, 0.08), transparent 55%),
    linear-gradient(165deg, #f7fcfe 0%, #ffffff 42%, #f3fafd 100%);
}
.ms-indy-sec__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  transform: translate3d(calc(var(--ix) * 10px), calc(var(--iy) * 8px), 0);
  will-change: transform;
}
.ms-indy-sec__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.5;
  will-change: transform;
}
.ms-indy-sec__orb--a {
  width: min(48vw, 460px);
  height: min(48vw, 460px);
  right: -8%;
  top: -12%;
  background: rgba(3, 199, 252, 0.32);
}
.ms-indy-sec__orb--b {
  width: min(38vw, 360px);
  height: min(38vw, 360px);
  left: -6%;
  bottom: 4%;
  background: rgba(0, 168, 214, 0.2);
}
.ms-indy-sec__orb--c {
  width: min(30vw, 280px);
  height: min(30vw, 280px);
  top: 38%;
  left: 42%;
  background: rgba(3, 199, 252, 0.12);
  opacity: 0.38;
  filter: blur(56px);
}
.ms-indy-sec__aurora {
  position: absolute;
  inset: -18% -8%;
  background:
    radial-gradient(ellipse 42% 34% at 72% 18%, rgba(3, 199, 252, 0.15), transparent 62%),
    radial-gradient(ellipse 38% 30% at 18% 78%, rgba(0, 168, 214, 0.12), transparent 58%);
  opacity: 0.8;
  will-change: transform, opacity;
}
.ms-indy-sec__grid {
  position: absolute;
  inset: -8%;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(3, 199, 252, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 199, 252, 0.07) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse 75% 65% at 55% 40%, #000 15%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 55% 40%, #000 15%, transparent 78%);
  will-change: transform;
}
.ms-indy-sec__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.ms-indy-sec__line {
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 10 16;
}
.ms-indy-sec__line--a {
  stroke: rgba(3, 199, 252, 0.26);
  stroke-width: 1.2;
}
.ms-indy-sec__line--b {
  stroke: rgba(232, 244, 248, 0.1);
  stroke-width: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .ms-indy-sec__orb--a {
    animation: ms-orb-drift-a 20s ease-in-out infinite alternate;
  }
  .ms-indy-sec__orb--b {
    animation: ms-orb-drift-b 24s ease-in-out infinite alternate;
  }
  .ms-indy-sec__orb--c {
    animation: ms-orb-drift-c 18s ease-in-out infinite alternate;
  }
  .ms-indy-sec__aurora {
    animation: ms-aurora-shift 22s ease-in-out infinite alternate;
  }
  .ms-indy-sec__grid {
    animation: ms-indy-grid-drift 36s linear infinite;
  }
  .ms-indy-sec__line--a {
    animation: ms-line-flow 28s linear infinite;
  }
  .ms-indy-sec__line--b {
    animation: ms-line-flow 36s linear infinite reverse;
  }
}
@keyframes ms-indy-grid-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-36px, -18px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .ms-indy-sec__atmosphere {
    transform: none;
    will-change: auto;
  }
  .ms-indy-sec__orb,
  .ms-indy-sec__aurora,
  .ms-indy-sec__grid,
  .ms-indy-sec__line--a,
  .ms-indy-sec__line--b {
    animation: none !important;
    will-change: auto;
  }
}

.ms-indy-sec__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: end;
  margin-bottom: var(--ms-space-head);
}
.ms-indy-sec .ms-eyebrow {
  color: var(--ms-cyan);
}
.ms-indy-sec__title {
  margin: 0;
  font-family: var(--ms-display);
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -0.032em;
  line-height: 1.15;
  color: #F4FBFD;
  max-width: 16ch;
}
.ms-indy-sec__lead {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(232, 244, 248, 0.68);
  max-width: 34rem;
  padding-bottom: 0.25rem;
}

/* Console shell */
.ms-indy-console {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 0.92fr) minmax(0, 1.25fr);
  gap: 0;
  min-height: clamp(400px, 50vh, 500px);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(3, 199, 252, 0.2);
  background: rgba(0, 12, 18, 0.45);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ms-indy-nav {
  border-right: 1px solid rgba(3, 199, 252, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.18));
  min-height: 0;
}
.ms-indy-nav__scroll {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  max-height: clamp(460px, 58vh, 560px);
  overflow-y: auto;
  padding: 0.75rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(3, 199, 252, 0.35) transparent;
}
.ms-indy-nav__scroll::-webkit-scrollbar {
  width: 6px;
}
.ms-indy-nav__scroll::-webkit-scrollbar-thumb {
  background: rgba(3, 199, 252, 0.3);
  border-radius: 999px;
}

.ms-indy-nav__item {
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(232, 244, 248, 0.78);
  display: grid;
  grid-template-columns: 1.6rem 2rem 1fr;
  gap: 0.65rem;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 0.62rem 0.7rem;
  border-radius: 12px;
  cursor: pointer;
  font-family: var(--ms-text);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.ms-indy-nav__num {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(232, 244, 248, 0.35);
}
.ms-indy-nav__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: rgba(3, 199, 252, 0.08);
  border: 1px solid rgba(3, 199, 252, 0.14);
  color: rgba(232, 244, 248, 0.75);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.ms-indy-nav__icon svg {
  width: 1.05rem;
  height: 1.05rem;
}
.ms-indy-nav__label {
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.ms-indy-nav__item:hover {
  background: rgba(3, 199, 252, 0.08);
  border-color: rgba(3, 199, 252, 0.16);
  color: #fff;
}
.ms-indy-nav__item:hover .ms-indy-nav__icon {
  color: #03C7FC;
  border-color: rgba(3, 199, 252, 0.35);
}
.ms-indy-nav__item.is-active {
  background: linear-gradient(110deg, rgba(3, 199, 252, 0.16), rgba(3, 199, 252, 0.05));
  border-color: rgba(3, 199, 252, 0.38);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(3, 199, 252, 0.08);
}
.ms-indy-nav__item.is-active .ms-indy-nav__num {
  color: #03C7FC;
}
.ms-indy-nav__item.is-active .ms-indy-nav__icon {
  background: rgba(3, 199, 252, 0.18);
  border-color: rgba(3, 199, 252, 0.45);
  color: #E8F4F8;
  transform: scale(1.04);
}
.ms-indy-nav__item:focus-visible {
  outline: 2px solid #03C7FC;
  outline-offset: 2px;
}

/* Spotlight stage */
.ms-indy-stage {
  position: relative;
  min-height: 100%;
  background:
    radial-gradient(ellipse 70% 60% at 80% 20%, rgba(3, 199, 252, 0.14), transparent 60%),
    linear-gradient(155deg, rgba(0, 28, 36, 0.2), rgba(0, 0, 0, 0.25));
}
.ms-indy-stage__panel {
  position: absolute;
  inset: 0;
  padding: clamp(1.6rem, 3.5vw, 2.6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0.28s ease;
  pointer-events: none;
}
.ms-indy-stage__panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}
.ms-indy-stage__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  background:
    radial-gradient(circle at 85% 20%, rgba(3, 199, 252, 0.18), transparent 35%),
    repeating-linear-gradient(
      -18deg,
      transparent 0 14px,
      rgba(3, 199, 252, 0.035) 14px 15px
    );
}
.ms-indy-stage__mark {
  position: relative;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  color: #03C7FC;
  background: rgba(3, 199, 252, 0.1);
  border: 1px solid rgba(3, 199, 252, 0.28);
  box-shadow:
    0 0 0 8px rgba(3, 199, 252, 0.04),
    0 16px 36px rgba(0, 0, 0, 0.25);
}
.ms-indy-stage__mark svg {
  width: 2rem;
  height: 2rem;
}
.ms-indy-stage__kicker {
  position: relative;
  margin: 0 0 0.55rem;
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(3, 199, 252, 0.9);
}
.ms-indy-stage__title {
  position: relative;
  margin: 0 0 0.85rem;
  font-family: var(--ms-display);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #F4FBFD;
  max-width: 14ch;
}
.ms-indy-stage__desc {
  position: relative;
  margin: 0 0 0.85rem;
  font-family: var(--ms-text);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(232, 244, 248, 0.72);
  max-width: 34rem;
}
.ms-indy-stage__point {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(3, 199, 252, 0.16);
  background: rgba(3, 199, 252, 0.06);
  font-family: var(--ms-text);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(232, 244, 248, 0.88);
  max-width: 32rem;
}
.ms-btn--indy {
  position: relative;
  align-self: flex-start;
  font-family: var(--ms-text);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #1AD0FF 0%, #03C7FC 55%, #00B4E6 100%);
  color: #001C24 !important;
  border: 1px solid transparent;
  box-shadow: 0 10px 26px rgba(3, 199, 252, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.ms-btn--indy:hover {
  transform: translateY(-2px);
  color: #001C24 !important;
  box-shadow: 0 14px 32px rgba(3, 199, 252, 0.36);
}

/* Industry-specific stage accents */
.ms-indy-stage[data-active="manufacturing"] .ms-indy-stage__panel.is-active .ms-indy-stage__pattern {
  background:
    radial-gradient(circle at 82% 18%, rgba(3, 199, 252, 0.2), transparent 34%),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(3, 199, 252, 0.04) 18px 19px);
}
.ms-indy-stage[data-active="healthcare"] .ms-indy-stage__panel.is-active .ms-indy-stage__pattern {
  background:
    radial-gradient(circle at 78% 22%, rgba(0, 168, 214, 0.22), transparent 36%),
    radial-gradient(circle at 30% 70%, rgba(3, 199, 252, 0.08), transparent 40%);
}
.ms-indy-stage[data-active="retail"] .ms-indy-stage__panel.is-active .ms-indy-stage__pattern {
  background:
    radial-gradient(circle at 85% 25%, rgba(26, 208, 255, 0.18), transparent 35%),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(3, 199, 252, 0.035) 12px 13px);
}
.ms-indy-stage[data-active="energy"] .ms-indy-stage__panel.is-active .ms-indy-stage__pattern {
  background:
    radial-gradient(circle at 75% 30%, rgba(3, 199, 252, 0.26), transparent 32%),
    radial-gradient(circle at 20% 80%, rgba(26, 208, 255, 0.12), transparent 40%);
}
.ms-indy-stage[data-active="finance"] .ms-indy-stage__panel.is-active .ms-indy-stage__pattern {
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 168, 214, 0.18), transparent 34%),
    repeating-linear-gradient(0deg, transparent 0 16px, rgba(3, 199, 252, 0.03) 16px 17px);
}

@media (prefers-reduced-motion: no-preference) {
  .ms-indy-stage__mark {
    animation: ms-indy-pulse 4.5s ease-in-out infinite;
  }
}
@keyframes ms-indy-pulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(3, 199, 252, 0.04), 0 16px 36px rgba(0, 0, 0, 0.25); }
  50% { box-shadow: 0 0 0 12px rgba(3, 199, 252, 0.08), 0 18px 40px rgba(0, 0, 0, 0.28); }
}

@media (max-width: 1024px) {
  .ms-indy-sec__head {
    grid-template-columns: 1fr;
  }
  .ms-indy-sec__title {
    max-width: none;
  }
  .ms-indy-console {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .ms-indy-nav {
    border-right: 0;
    border-bottom: 1px solid rgba(3, 199, 252, 0.12);
  }
  .ms-indy-nav__scroll {
    max-height: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
    padding: 0.85rem;
  }
  .ms-indy-stage {
    min-height: 380px;
  }
  .ms-indy-stage__panel {
    position: relative;
    display: none;
    transform: none;
  }
  .ms-indy-stage__panel.is-active {
    display: flex;
  }
}

@media (max-width: 640px) {
  .ms-indy-nav__scroll {
    grid-template-columns: 1fr;
    max-height: 280px;
    overflow-y: auto;
  }
  .ms-indy-stage {
    min-height: 340px;
  }
  .ms-indy-stage__title {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ms-indy-stage__panel,
  .ms-indy-nav__item,
  .ms-indy-nav__icon,
  .ms-btn--indy {
    transition: none;
  }
  .ms-indy-stage__mark {
    animation: none;
  }
}

/* ---------- Delivery journey (CTA + process) ---------- */
.ms-journey {
  position: relative;
  isolation: isolate;
}

.ms-journey__cta {
  position: relative;
  overflow: hidden;
  padding: var(--ms-space-section) 0;
  background:
    radial-gradient(ellipse 70% 90% at 12% 20%, rgba(3, 199, 252, 0.1), transparent 55%),
    radial-gradient(ellipse 55% 70% at 88% 80%, rgba(0, 168, 214, 0.07), transparent 50%),
    linear-gradient(180deg, #FFFFFF 0%, #F7FAFC 55%, #F4F7F9 100%);
  color: var(--ms-ink);
  text-align: center;
  border-bottom: 1px solid rgba(214, 226, 233, 0.85);
}

.ms-journey__cta-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.ms-journey__cta-mesh {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(0, 28, 36, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 28, 36, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, #000 20%, transparent 75%);
}

.ms-journey__shape {
  position: absolute;
  border: 1px solid rgba(3, 199, 252, 0.28);
  border-radius: 12px;
  opacity: 0.7;
}

.ms-journey__shape--a {
  width: 72px;
  height: 72px;
  top: 14%;
  left: 8%;
  border-radius: 50%;
  background: rgba(3, 199, 252, 0.08);
}

.ms-journey__shape--b {
  width: 56px;
  height: 56px;
  top: 22%;
  right: 12%;
  transform: rotate(18deg);
  background: rgba(3, 199, 252, 0.05);
}

.ms-journey__shape--c {
  width: 44px;
  height: 38px;
  bottom: 18%;
  left: 18%;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border: 0;
  background: rgba(3, 199, 252, 0.14);
  border-radius: 0;
}

.ms-journey__cta-inner {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  margin-inline: auto;
}

.ms-journey__cta .ms-eyebrow {
  justify-content: center;
  color: var(--ms-cyan-deep);
}

.ms-journey__cta-title {
  margin: 0 0 1rem;
  font-family: var(--ms-display);
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ms-summit);
}

.ms-journey__cta-lead {
  margin: 0 auto 1.75rem;
  max-width: 36rem;
  font-family: var(--ms-text);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ms-muted);
}

.ms-journey__cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
}

.ms-btn--journey-primary,
.ms-btn--journey-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--ms-text);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.ms-btn--journey-primary svg,
.ms-btn--journey-ghost svg {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
}

.ms-btn--journey-primary {
  background: linear-gradient(180deg, #1AD0FF 0%, #03C7FC 55%, #00B4E6 100%);
  color: var(--ms-summit) !important;
  border: 1px solid transparent;
  box-shadow: 0 10px 26px rgba(3, 199, 252, 0.28);
}

.ms-btn--journey-primary:hover {
  transform: translateY(-2px);
  color: var(--ms-summit) !important;
  box-shadow: 0 14px 32px rgba(3, 199, 252, 0.36);
}

.ms-btn--journey-ghost {
  background: #fff;
  color: var(--ms-summit) !important;
  border: 1px solid rgba(3, 199, 252, 0.45);
  box-shadow: 0 4px 16px rgba(0, 28, 36, 0.04);
}

.ms-btn--journey-ghost:hover {
  transform: translateY(-2px);
  border-color: var(--ms-cyan);
  color: var(--ms-cyan-deep) !important;
  background: rgba(3, 199, 252, 0.06);
}

.ms-journey__body {
  position: relative;
  overflow: hidden;
  padding: var(--ms-space-section) 0;
  background:
    radial-gradient(ellipse 50% 40% at 8% 12%, rgba(3, 199, 252, 0.07), transparent 55%),
    radial-gradient(ellipse 40% 35% at 92% 88%, rgba(0, 168, 214, 0.06), transparent 50%),
    var(--ms-ice);
}

.ms-journey__body-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.ms-journey__body-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 28, 36, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 28, 36, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.55;
}

.ms-journey__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  will-change: transform;
}

.ms-journey__orb--a {
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  top: -12%;
  left: -8%;
  background: radial-gradient(circle, rgba(3, 199, 252, 0.16) 0%, transparent 68%);
}

.ms-journey__orb--b {
  width: min(36vw, 360px);
  height: min(36vw, 360px);
  right: -6%;
  bottom: -18%;
  background: radial-gradient(circle, rgba(0, 168, 214, 0.12) 0%, transparent 70%);
}

.ms-journey__shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2.25rem, 4.5vw, 3.25rem);
}

.ms-journey__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
}

.ms-journey__intro-copy .ms-eyebrow {
  margin-bottom: 0.85rem;
}

.ms-journey__title {
  margin: 0;
  font-family: var(--ms-display);
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ms-summit);
  max-width: 18ch;
}

.ms-journey__title em {
  font-style: normal;
  background: linear-gradient(105deg, #00A8D6 0%, #03C7FC 55%, #1AD0FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ms-journey__intro-aside {
  display: grid;
  gap: 1rem;
  padding-bottom: 0.2rem;
}

.ms-journey__lead {
  margin: 0;
  max-width: 34rem;
  font-family: var(--ms-text);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ms-muted);
}

.ms-journey__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--ms-text);
  font-weight: 600;
}

.ms-journey__link svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.18s ease;
}

.ms-journey__link:hover svg {
  transform: translateX(3px);
}

.ms-journey__path {
  position: relative;
}

.ms-journey__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
  position: relative;
}

.ms-journey__timeline::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 1.55rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    rgba(3, 199, 252, 0.15) 0%,
    rgba(3, 199, 252, 0.55) 20%,
    rgba(0, 168, 214, 0.5) 55%,
    rgba(3, 199, 252, 0.2) 100%
  );
  transform-origin: left center;
  transform: scaleX(1);
  opacity: 1;
}

.ms-journey__body.is-inview .ms-journey__timeline::before {
  transform: scaleX(1);
  opacity: 1;
  transition: transform 1.05s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

.ms-journey__step {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1.05rem;
  align-content: start;
  position: relative;
}

.ms-journey__body.ms-journey--ready:not(.is-inview) .ms-journey__step {
  opacity: 0;
  transform: translate3d(18px, 16px, 0);
}

.ms-journey__body.ms-journey--ready:not(.is-inview) .ms-journey__timeline::before {
  transform: scaleX(0.22);
  opacity: 0.55;
}

.ms-journey__body.is-inview .ms-journey__step {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--ms-step, 0) * 90ms + 120ms);
}

.ms-journey__marker {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 3.1rem;
}

.ms-journey__marker-icon {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: linear-gradient(165deg, #033645 0%, #001C24 100%);
  border: 1px solid rgba(3, 199, 252, 0.38);
  box-shadow:
    0 0 0 7px rgba(244, 247, 249, 0.96),
    0 10px 24px rgba(0, 28, 36, 0.12);
  color: #e8f4f8;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.ms-journey__marker-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.ms-journey__step:nth-child(1) .ms-journey__marker-icon {
  background: linear-gradient(165deg, #0A3A48 0%, #001C24 100%);
}
.ms-journey__step:nth-child(2) .ms-journey__marker-icon {
  background: linear-gradient(165deg, #034556 0%, #012830 100%);
}
.ms-journey__step:nth-child(3) .ms-journey__marker-icon {
  background: linear-gradient(165deg, #045A6A 0%, #012A34 100%);
}
.ms-journey__step:nth-child(4) .ms-journey__marker-icon {
  background: linear-gradient(165deg, #056878 0%, #01303A 100%);
}

.ms-journey__card {
  margin: 0;
  height: 100%;
  padding: 1.2rem 1.2rem 1.25rem;
  border-radius: 16px;
  background: var(--ms-cloud);
  border: 1px solid rgba(214, 226, 233, 0.95);
  box-shadow: 0 1px 2px rgba(0, 28, 36, 0.03), 0 12px 30px rgba(0, 28, 36, 0.05);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.ms-journey__card:hover {
  transform: translateY(-5px);
  border-color: rgba(3, 199, 252, 0.45);
  box-shadow:
    0 0 0 1px rgba(3, 199, 252, 0.1),
    0 18px 40px rgba(0, 28, 36, 0.1);
}

.ms-journey__step:hover .ms-journey__marker-icon {
  border-color: rgba(3, 199, 252, 0.72);
  transform: scale(1.06);
  box-shadow:
    0 0 0 7px rgba(244, 247, 249, 0.96),
    0 0 0 12px rgba(3, 199, 252, 0.1),
    0 12px 26px rgba(0, 28, 36, 0.14);
}

.ms-journey__step-label {
  margin: 0 0 0.4rem;
  font-family: var(--ms-text);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ms-cyan-deep);
}

.ms-journey__step-title {
  margin: 0 0 0.5rem;
  font-family: var(--ms-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ms-summit);
}

.ms-journey__card p:last-child {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ms-muted);
}

@media (prefers-reduced-motion: no-preference) {
  .ms-journey__shape--a {
    animation: ms-journey-float 9s ease-in-out infinite;
  }
  .ms-journey__shape--b {
    animation: ms-journey-float 11s ease-in-out infinite reverse;
  }
  .ms-journey__shape--c {
    animation: ms-journey-float 8s ease-in-out infinite 0.8s;
  }
  .ms-journey__cta-mesh {
    animation: ms-journey-mesh 18s linear infinite;
  }
}

@keyframes ms-journey-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes ms-journey-mesh {
  from { background-position: 0 0, 0 0; }
  to { background-position: 48px 48px, 48px 48px; }
}

@media (max-width: 1100px) {
  .ms-journey__timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1.15rem;
  }
  .ms-journey__timeline::before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .ms-journey__intro {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    align-items: start;
  }
  .ms-journey__title {
    max-width: 22ch;
  }
}

@media (max-width: 640px) {
  .ms-journey__cta {
    padding: 3rem 0;
    text-align: left;
  }
  .ms-journey__cta .ms-eyebrow {
    justify-content: flex-start;
  }
  .ms-journey__cta-inner {
    margin-inline: 0;
  }
  .ms-journey__cta-actions {
    justify-content: flex-start;
  }
  .ms-btn--journey-primary,
  .ms-btn--journey-ghost {
    width: 100%;
    justify-content: center;
  }
  .ms-journey__timeline {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .ms-journey__step {
    grid-template-columns: 2.7rem minmax(0, 1fr);
    grid-template-rows: none;
    gap: 0.9rem;
    align-items: start;
  }
  .ms-journey__marker {
    width: 2.7rem;
    height: 2.7rem;
  }
  .ms-journey__marker-icon {
    width: 2.7rem;
    height: 2.7rem;
  }
  .ms-journey__path {
    position: relative;
  }
  .ms-journey__path::before {
    content: "";
    position: absolute;
    left: 1.3rem;
    top: 1.4rem;
    bottom: 1.4rem;
    width: 2px;
    border-radius: 2px;
    background: linear-gradient(
      180deg,
      rgba(3, 199, 252, 0.5) 0%,
      rgba(0, 168, 214, 0.3) 50%,
      rgba(3, 199, 252, 0.15) 100%
    );
  }
  .ms-journey__card {
    padding: 1rem 1.05rem;
  }
  .ms-journey__body.is-inview .ms-journey__step {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ms-journey__shape--a,
  .ms-journey__shape--b,
  .ms-journey__shape--c,
  .ms-journey__cta-mesh {
    animation: none !important;
  }
  .ms-journey__card:hover,
  .ms-btn--journey-primary:hover,
  .ms-btn--journey-ghost:hover,
  .ms-journey__step:hover .ms-journey__marker-icon {
    transform: none;
  }
  .ms-journey__step {
    opacity: 1;
    transform: none;
  }
  .ms-journey__timeline::before {
    transform: none;
    opacity: 1;
  }
  .ms-journey__orb {
    transform: none !important;
  }
}

/* ---------- Work ---------- */
.ms-work {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
.ms-case {
  border: 1px solid var(--ms-line);
  border-radius: var(--ms-radius);
  overflow: hidden;
  background: var(--ms-cloud);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ms-case:hover {
  transform: translateY(-3px);
  box-shadow: var(--ms-shadow-lg);
}
.ms-case__visual {
  height: 150px;
  display: flex;
  align-items: flex-end;
  padding: 1.2rem 1.35rem;
  background:
    linear-gradient(135deg, rgba(3,199,252,.25), transparent 50%),
    linear-gradient(180deg, #0A3A46 0%, #001C24 100%);
}
.ms-case__visual span {
  font-family: var(--ms-font);
  font-weight: 800;
  color: #fff;
  font-size: 1.15rem;
}
.ms-case__body { padding: 1.35rem 1.4rem 1.5rem; }
.ms-case__body p {
  margin: 0 0 1rem;
  color: var(--ms-muted);
  font-size: 0.97rem;
}

/* ---------- Why / Commitment ---------- */
.ms-why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.ms-why__item {
  padding: 1.6rem 1.4rem;
  border-radius: var(--ms-radius);
  border: 1px solid var(--ms-line);
  background: var(--ms-cloud);
}
.ms-why__item p {
  margin: 0;
  color: var(--ms-muted);
  font-size: 0.97rem;
}

/* ---------- Trust ---------- */
.ms-trust-section {
  padding-top: clamp(2rem, 3.5vw, 2.75rem);
  padding-bottom: clamp(2rem, 3.5vw, 2.75rem);
}
.ms-trust-cert {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  flex-wrap: wrap;
  margin: 0 auto 2rem;
  padding: 0.95rem 1.2rem;
  max-width: 40rem;
  border-radius: 16px;
  background:
    linear-gradient(180deg, #FFFFFF 0%, #F7FBFC 100%);
  border: 1px solid rgba(3, 199, 252, 0.16);
  box-shadow: 0 10px 28px rgba(0, 28, 36, 0.05);
}
.ms-trust-cert__badge {
  display: block;
  flex: 0 0 auto;
  border-radius: 10px;
  transition: transform 0.18s ease;
}
.ms-trust-cert__badge:hover {
  transform: translateY(-1px);
}
.ms-trust-cert__badge img {
  display: block;
  width: clamp(140px, 28vw, 180px);
  height: auto;
}
.ms-trust-cert__copy {
  min-width: min(100%, 16rem);
  text-align: left;
}
.ms-trust-cert__copy .ms-eyebrow {
  margin-bottom: 0.35rem;
}
.ms-trust-cert__title {
  margin: 0;
  font-family: 'Outfit', 'Segoe UI', system-ui, sans-serif;
  font-size: clamp(0.98rem, 1.6vw, 1.12rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.4;
  color: var(--ms-summit);
}
.ms-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 1rem;
}
.ms-trust__item {
  font-family: var(--ms-font);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ms-muted);
  padding: 0.55rem 0.95rem;
  border: 1px solid var(--ms-line);
  border-radius: 999px;
  background: var(--ms-cloud);
}

/* ---------- CTA panel ---------- */
.ms-cta {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.75rem;
  align-items: center;
}
.ms-cta__panel {
  padding: 1.85rem;
  border-radius: var(--ms-radius);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
}
.ms-cta__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.ms-cta__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
}
.ms-cta__num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--ms-cyan);
  color: var(--ms-summit);
  font-family: var(--ms-font);
  font-weight: 800;
  font-size: 0.82rem;
  display: grid;
  place-items: center;
  margin-top: 0.1rem;
}
.ms-cta__list strong {
  display: block;
  font-family: var(--ms-font);
  color: #fff;
  font-size: 0.96rem;
  margin-bottom: 0.15rem;
}
.ms-cta__list span {
  font-size: 0.9rem;
  color: rgba(255,255,255,.65);
}
.ms-cta__contact {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.4rem;
  font-size: 0.95rem;
}
.ms-cta__contact a {
  color: var(--ms-cyan);
  font-weight: 700;
}
.ms-cta__contact a:hover { text-decoration: underline; }

/* ---------- Footer — premium corporate ---------- */
.ms-footer {
  --ms-display: 'Outfit', 'Segoe UI', system-ui, sans-serif;
  --ms-text: 'Figtree', 'Segoe UI', system-ui, sans-serif;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 50% at 12% 0%, rgba(3, 199, 252, 0.1), transparent 55%),
    radial-gradient(ellipse 55% 40% at 92% 18%, rgba(0, 168, 214, 0.08), transparent 50%),
    linear-gradient(180deg, #f7fcfe 0%, #ffffff 46%, #f3fafd 100%);
  color: var(--ms-muted);
  padding: clamp(3.25rem, 6vw, 4.5rem) 0 1.5rem;
}
.ms-footer__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.ms-footer__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
}
.ms-footer__glow--a {
  width: 280px;
  height: 280px;
  top: -80px;
  left: -40px;
  background: rgba(3, 199, 252, 0.16);
}
.ms-footer__glow--b {
  width: 320px;
  height: 220px;
  right: -60px;
  top: 120px;
  background: rgba(3, 199, 252, 0.1);
}
.ms-footer__grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 70%);
  opacity: 0.45;
}
.ms-footer > .ms-container {
  position: relative;
  z-index: 1;
}

.ms-footer__cta {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 1.5rem 2rem;
  align-items: center;
  padding: 1.65rem 1.75rem;
  margin-bottom: clamp(2.25rem, 4vw, 3rem);
  border-radius: 18px;
  border: 1px solid rgba(3, 199, 252, 0.18);
  background:
    linear-gradient(135deg, rgba(3, 199, 252, 0.1), rgba(255, 255, 255, 0.02) 48%, rgba(3, 199, 252, 0.06)),
    rgba(0, 28, 36, 0.55);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.ms-footer__cta-kicker {
  margin: 0 0 0.45rem;
  font-family: var(--ms-text);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ms-cyan);
}
.ms-footer__cta-title {
  margin: 0 0 0.45rem;
  font-family: var(--ms-display);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: var(--ms-summit, #001C24);
}
.ms-footer__cta-text {
  margin: 0;
  max-width: 36rem;
  font-family: var(--ms-text);
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ms-muted, #5B6B76);
}
.ms-footer__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}
.ms-btn--footer-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ms-text);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.85rem 1.25rem;
  border-radius: 10px;
  background: linear-gradient(180deg, #03C7FC, #00B4E6);
  color: var(--ms-summit);
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(3, 199, 252, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.ms-btn--footer-primary:hover,
.ms-btn--footer-primary:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(3, 199, 252, 0.36);
  outline: none;
  color: var(--ms-summit);
}
.ms-btn--footer-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ms-text);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.85rem 1.2rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 28, 36, 0.12);
  color: var(--ms-summit, #001C24);
  text-decoration: none;
  background: #fff;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.ms-btn--footer-ghost:hover,
.ms-btn--footer-ghost:focus-visible {
  border-color: rgba(3, 199, 252, 0.45);
  background: rgba(3, 199, 252, 0.08);
  color: var(--ms-summit, #001C24);
  outline: none;
}

.ms-footer__main {
  display: grid;
  grid-template-columns: minmax(240px, 1.15fr) minmax(0, 2.6fr);
  gap: clamp(2rem, 4vw, 3.25rem);
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.ms-footer__logo img {
  height: 40px;
  width: auto;
  display: block;
}
.ms-footer__tagline {
  margin: 1rem 0 0.55rem;
  font-family: var(--ms-display);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
}
.ms-footer__statement {
  margin: 0 0 1.15rem;
  max-width: 22rem;
  font-family: var(--ms-text);
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(232, 244, 248, 0.62);
}
.ms-footer__partner {
  display: inline-flex;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 1.25rem;
  transition: border-color 0.18s ease, background 0.18s ease;
}
.ms-footer__partner:hover,
.ms-footer__partner:focus-visible {
  border-color: rgba(3, 199, 252, 0.35);
  background: rgba(3, 199, 252, 0.08);
  outline: none;
}
.ms-footer__partner img {
  display: block;
  height: 34px;
  width: auto;
}
.ms-footer__contact {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1.15rem;
  font-family: var(--ms-text);
  font-size: 0.875rem;
  line-height: 1.45;
}
.ms-footer__contact a {
  color: rgba(232, 244, 248, 0.86);
  text-decoration: none;
  transition: color 0.15s ease;
}
.ms-footer__contact a:hover {
  color: var(--ms-cyan);
}
.ms-footer__contact span {
  color: rgba(232, 244, 248, 0.55);
}
.ms-footer__social {
  display: flex;
  gap: 0.55rem;
}
.ms-footer__social a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: rgba(232, 244, 248, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.ms-footer__social a svg {
  width: 16px;
  height: 16px;
}
.ms-footer__social a:hover,
.ms-footer__social a:focus-visible {
  color: var(--ms-summit);
  background: var(--ms-cyan);
  border-color: var(--ms-cyan);
  transform: translateY(-2px);
  outline: none;
}

.ms-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem 1.75rem;
}
.ms-footer__col h3 {
  margin: 0 0 0.95rem;
  font-family: var(--ms-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.ms-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.ms-footer__col a {
  font-family: var(--ms-text);
  font-size: 0.875rem;
  color: rgba(232, 244, 248, 0.62);
  text-decoration: none;
  transition: color 0.15s ease, transform 0.15s ease;
  display: inline-block;
}
.ms-footer__col a:hover,
.ms-footer__col a:focus-visible {
  color: var(--ms-cyan);
  outline: none;
}

.ms-footer__newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 1.1fr);
  gap: 1.25rem 2rem;
  align-items: center;
  padding: 1.35rem 1.5rem;
  margin-bottom: 1.75rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
.ms-footer__newsletter-copy h3 {
  margin: 0 0 0.3rem;
  font-family: var(--ms-display);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #fff;
}
.ms-footer__newsletter-copy p {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.9rem;
  color: rgba(232, 244, 248, 0.58);
}
.ms-footer__newsletter-form {
  display: flex;
  gap: 0.55rem;
  align-items: stretch;
}
.ms-footer__newsletter-field {
  flex: 1 1 auto;
  min-width: 0;
}
.ms-footer__newsletter-form input[type="email"] {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 10, 14, 0.45);
  color: #E8F4F8;
  padding: 0 0.95rem;
  font-family: var(--ms-text);
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.ms-footer__newsletter-form input[type="email"]::placeholder {
  color: rgba(232, 244, 248, 0.38);
}
.ms-footer__newsletter-form input[type="email"]:focus {
  border-color: rgba(3, 199, 252, 0.55);
  box-shadow: 0 0 0 3px rgba(3, 199, 252, 0.15);
}
.ms-footer__newsletter-form button {
  flex: 0 0 auto;
  height: 46px;
  padding: 0 1.15rem;
  border: 0;
  border-radius: 10px;
  background: var(--ms-cyan);
  color: var(--ms-summit);
  font-family: var(--ms-text);
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease;
}
.ms-footer__newsletter-form button:hover,
.ms-footer__newsletter-form button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.05);
  outline: none;
}

.ms-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--ms-text);
  font-size: 0.8125rem;
  color: rgba(232, 244, 248, 0.48);
}
.ms-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.15rem;
}
.ms-footer__legal a {
  color: rgba(232, 244, 248, 0.55);
  text-decoration: none;
  transition: color 0.15s ease;
}
.ms-footer__legal a:hover,
.ms-footer__legal a:focus-visible {
  color: var(--ms-cyan);
  outline: none;
}

/* Reveal — keep content visible; optional motion only */
.ms-reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: no-preference) {
  .ms-summit.ms-reveal-ready .ms-reveal.is-visible {
    animation: ms-fade-up .55s ease both;
  }
}

@keyframes ms-fade-up {
  from { opacity: 0.01; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ms-service:hover, .ms-svc:hover, .ms-module:hover, .ms-case:hover,
  .ms-spec-card:hover,
  .ms-land-cap:hover,
  .ms-land-case:hover,
  .ms-btn--primary:hover, .ms-indy-nav__item:hover,
  .ms-btn--hero-primary:hover, .ms-btn--hero-secondary:hover,
  .ms-btn--svc-all:hover,
  .ms-btn--power:hover,
  .ms-btn--intro-primary:hover,
  .ms-btn--intro-ghost:hover,
  .ms-btn--journey-primary:hover,
  .ms-btn--journey-ghost:hover,
  .ms-journey__card:hover,
  .ms-mega__link:hover, .ms-mega__link:focus-visible,
  .ms-mega__aside-cta:hover,
  .ms-btn--header-cta:hover,
  .ms-btn--footer-primary:hover,
  .ms-footer__social a:hover {
    transform: none;
  }
  .ms-mega,
  .ms-intro__float--badge,
  .ms-intro__float--note,
  .ms-intro__float--note2,
  .ms-intro__track span {
    transition: none;
    animation: none !important;
  }
}

/* Responsive */
@media (max-width: 1200px) {
  .ms-header__partner-text {
    font-size: 0.68rem;
  }
  .ms-nav__links > li > a,
  .ms-nav__trigger {
    padding: 0.48rem 0.55rem;
    font-size: 0.84rem;
  }
}

@media (max-width: 1100px) {
  .ms-mega__cols {
    grid-template-columns: 1fr 1fr;
  }
  .ms-mega__aside {
    grid-column: 1 / -1;
    min-height: 160px;
  }
  .ms-header__partner {
    display: none;
  }
  .ms-footer__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .ms-cta { grid-template-columns: 1fr; }
  .ms-svc-grid, .ms-services, .ms-modules { grid-template-columns: repeat(2, 1fr); }
  .ms-why { grid-template-columns: repeat(2, 1fr); }

  .ms-nav__toggle { display: inline-flex; }
  .ms-header__inner { position: relative; }
  .ms-nav__item--mobile-only { display: list-item; }
  .ms-nav__actions .ms-btn--header-cta {
    display: none;
  }

  .ms-nav__links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: var(--ms-header);
    left: 0;
    right: 0;
    width: min(100%, 420px);
    margin-left: auto;
    max-height: calc(100vh - var(--ms-header));
    overflow: auto;
    padding: 1rem 1.15rem 1.5rem;
    gap: 0.15rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), #F7FBFC);
    border-left: 1px solid rgba(226, 236, 240, 0.95);
    border-bottom: 1px solid rgba(226, 236, 240, 0.95);
    border-radius: 0 0 0 18px;
    box-shadow: -18px 24px 60px rgba(0, 28, 36, 0.16);
    transform: translateX(108%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.22s ease,
      visibility 0.22s;
    z-index: 130;
  }
  .ms-nav.is-open .ms-nav__links {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .ms-nav__backdrop {
    display: block;
    position: fixed;
    inset: var(--ms-header) 0 0 0;
    background: rgba(0, 18, 24, 0.42);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s;
    z-index: 120;
  }
  .ms-nav.is-open .ms-nav__backdrop[hidden] {
    display: block;
  }
  .ms-nav.is-open .ms-nav__backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .ms-nav__links > li > a,
  .ms-nav__trigger {
    width: 100%;
    justify-content: space-between;
    padding: 0.95rem 0.55rem;
    color: #2C3C45;
    font-size: 0.95rem;
    border-radius: 10px;
  }
  .ms-nav__links > li > a::after,
  .ms-nav__trigger::after {
    display: none;
  }
  .ms-nav__links::after {
    content: '';
    display: block;
    height: 0.35rem;
  }
  .ms-nav.is-open .ms-nav__links {
    padding-bottom: 1.5rem;
  }
  .ms-nav__item--drawer-cta {
    margin-top: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(226, 236, 240, 0.95);
    display: grid !important;
    gap: 0.7rem;
  }
  .ms-nav__item--drawer-cta .ms-btn--header-cta {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
  .ms-nav__item--drawer-cta .ms-header__partner--drawer {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
  .ms-nav__actions {
    gap: 0.5rem;
  }
  body.ms-nav-lock {
    overflow: hidden;
  }

  /* Mobile mega = accordion */
  .ms-nav__item--mega { width: 100%; }
  .ms-mega {
    position: static;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    display: none;
  }
  .ms-nav__item--mega.is-open .ms-mega {
    display: block;
  }
  .ms-mega__inner {
    border: 0;
    border-radius: 14px;
    box-shadow: none;
    background: #EEF5F8;
    margin: 0 0 0.55rem;
  }
  .ms-mega__cols {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .ms-mega__col {
    border-right: 0;
    border-bottom: 1px solid rgba(226, 236, 240, 0.95);
    padding: 1.1rem 1rem 1.15rem;
    gap: 0.15rem;
  }
  .ms-mega__label {
    margin-bottom: 0.75rem;
  }
  .ms-mega__link {
    margin: 0;
    padding: 0.7rem 0.55rem;
  }
  .ms-mega__link:hover,
  .ms-mega__link:focus-visible {
    transform: none;
    box-shadow: none;
  }
  .ms-mega__aside {
    border-radius: 0 0 14px 14px;
    padding: 1.35rem 1.15rem 1.45rem;
  }

  .ms-footer__cta {
    grid-template-columns: 1fr;
  }
  .ms-footer__cta-actions {
    justify-content: flex-start;
  }
  .ms-footer__main {
    grid-template-columns: 1fr;
  }
  .ms-footer__newsletter {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .ms-footer__cols {
    grid-template-columns: 1fr 1fr;
  }
  .ms-footer__newsletter-form {
    flex-direction: column;
  }
  .ms-footer__newsletter-form button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .ms-nav__links {
    width: 100%;
    border-radius: 0;
    border-left: 0;
  }
  .ms-footer__cols {
    grid-template-columns: 1fr;
  }
  .ms-footer__cta {
    padding: 1.35rem 1.2rem;
  }
  .ms-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .ms-hero {
    padding: 2.75rem 0 3rem;
  }
  .ms-hero__title {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }
  .ms-hero__actions {
    width: 100%;
  }
  .ms-hero__actions .ms-btn {
    flex: 1 1 auto;
    text-align: center;
    justify-content: center;
  }
  .ms-hero__partner {
    width: 100%;
    max-width: 22rem;
  }
  .ms-trust-cert {
    flex-direction: column;
    text-align: center;
    gap: 0.85rem;
  }
  .ms-trust-cert__copy {
    text-align: center;
  }
  .ms-svc-grid, .ms-services, .ms-modules, .ms-why, .ms-work {
    grid-template-columns: 1fr;
  }
  .ms-btn-row { width: 100%; }
  .ms-btn-row .ms-btn { flex: 1 1 auto; }
}

/* ---------- Specializations (homepage) ---------- */
.ms-spec {
  position: relative;
  overflow: hidden;
  padding: var(--ms-space-section) 0;
  background:
    radial-gradient(ellipse 45% 40% at 10% 0%, rgba(3, 199, 252, 0.07), transparent 55%),
    radial-gradient(ellipse 40% 35% at 90% 100%, rgba(0, 168, 214, 0.05), transparent 50%),
    #fff;
}

.ms-spec__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ms-spec__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
}

.ms-spec__glow--a {
  width: min(40vw, 380px);
  height: min(40vw, 380px);
  top: -10%;
  left: -6%;
  background: radial-gradient(circle, rgba(3, 199, 252, 0.14), transparent 70%);
}

.ms-spec__glow--b {
  width: min(34vw, 320px);
  height: min(34vw, 320px);
  right: -4%;
  bottom: -12%;
  background: radial-gradient(circle, rgba(0, 168, 214, 0.1), transparent 70%);
}

.ms-spec__head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.5rem;
}

.ms-spec__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0 0 0.9rem;
  font-family: var(--ms-text);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ms-muted);
}

.ms-spec__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #1AD0FF 0%, #03C7FC 55%, #00B4E6 100%);
  color: var(--ms-summit);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 16px rgba(3, 199, 252, 0.28);
}

.ms-spec__title {
  margin: 0 0 0.85rem;
  font-family: var(--ms-display);
  font-size: clamp(1.9rem, 3.8vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ms-summit);
}

.ms-spec__lead {
  margin: 0 auto;
  font-family: var(--ms-text);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ms-muted);
}

.ms-spec__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.ms-spec-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(240px, 48%) auto;
  min-height: 520px;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  border: 1px solid rgba(214, 226, 233, 0.95);
  background:
    linear-gradient(180deg, #FFFFFF 0%, #F7FBFD 100%);
  box-shadow:
    0 1px 2px rgba(0, 28, 36, 0.03),
    0 18px 44px rgba(0, 28, 36, 0.07);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.ms-spec-card:hover,
.ms-spec-card:focus-visible {
  transform: translateY(-8px);
  border-color: rgba(3, 199, 252, 0.45);
  box-shadow:
    0 0 0 1px rgba(3, 199, 252, 0.12),
    0 28px 56px rgba(0, 28, 36, 0.12);
  outline: none;
}

.ms-spec-card__media {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(145deg, #E8F7FC 0%, #F4F7F9 55%, #DDF4FB 100%);
}

.ms-spec-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
  filter: saturate(1.05) contrast(1.02);
}

.ms-spec-card:hover .ms-spec-card__img,
.ms-spec-card:focus-visible .ms-spec-card__img {
  transform: scale(1.1);
  filter: saturate(1.12) contrast(1.04);
}

.ms-spec-card__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 34%),
    linear-gradient(15deg, rgba(3, 199, 252, 0.18) 0%, transparent 42%),
    linear-gradient(200deg, transparent 40%, rgba(0, 28, 36, 0.22) 100%);
  mix-blend-mode: normal;
}

.ms-spec-card--odoo .ms-spec-card__veil {
  background:
    linear-gradient(180deg, rgba(232, 247, 252, 0.2) 0%, transparent 36%),
    linear-gradient(125deg, rgba(3, 199, 252, 0.22) 0%, transparent 45%),
    linear-gradient(205deg, transparent 45%, rgba(0, 28, 36, 0.28) 100%);
}

.ms-spec-card--web .ms-spec-card__veil {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, transparent 38%),
    linear-gradient(220deg, rgba(0, 168, 214, 0.16) 0%, transparent 48%),
    linear-gradient(195deg, transparent 48%, rgba(0, 28, 36, 0.24) 100%);
}

.ms-spec-card__shine {
  position: absolute;
  inset: -20% auto -20% -40%;
  width: 45%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(-30%) skewX(-18deg);
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.45s ease;
}

.ms-spec-card:hover .ms-spec-card__shine,
.ms-spec-card:focus-visible .ms-spec-card__shine {
  opacity: 1;
  transform: translateX(220%) skewX(-18deg);
}

.ms-spec-card__tags {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ms-spec-card__tags span {
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  font-family: var(--ms-text);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ms-summit);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 20px rgba(0, 28, 36, 0.1);
  backdrop-filter: blur(10px);
  transform: translateY(6px);
  opacity: 0.92;
  transition: transform 0.35s ease, background 0.25s ease, color 0.25s ease;
}

.ms-spec-card--odoo .ms-spec-card__tags span:first-child,
.ms-spec-card--web .ms-spec-card__tags span:first-child {
  background: linear-gradient(180deg, #1AD0FF 0%, #03C7FC 100%);
  border-color: transparent;
  color: #001C24;
}

.ms-spec-card:hover .ms-spec-card__tags span,
.ms-spec-card:focus-visible .ms-spec-card__tags span {
  transform: translateY(0);
}

.ms-spec-card__body {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  padding: 1.55rem 1.55rem 1.65rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #F5FAFC 100%);
  border-top: 1px solid rgba(3, 199, 252, 0.08);
}

.ms-spec-card__kicker {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ms-cyan-deep);
}

.ms-spec-card__title {
  margin: 0;
  font-family: var(--ms-display);
  font-size: clamp(1.4rem, 2.3vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ms-summit);
}

.ms-spec-card__text {
  margin: 0 0 0.45rem;
  font-family: var(--ms-text);
  font-size: 0.98rem;
  line-height: 1.62;
  color: var(--ms-muted);
  max-width: 36ch;
}

.ms-spec-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.25rem;
  font-family: var(--ms-text);
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--ms-summit);
}

.ms-spec-card__arrow {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: linear-gradient(165deg, #033645 0%, #001C24 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 28, 36, 0.18);
  transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.ms-spec-card__arrow svg {
  width: 0.95rem;
  height: 0.95rem;
}

.ms-spec-card:hover .ms-spec-card__arrow,
.ms-spec-card:focus-visible .ms-spec-card__arrow {
  background: linear-gradient(180deg, #1AD0FF 0%, #03C7FC 100%);
  color: var(--ms-summit);
  transform: translate(3px, -3px);
  box-shadow: 0 10px 22px rgba(3, 199, 252, 0.35);
}

@media (max-width: 900px) {
  .ms-spec__grid {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }
  .ms-spec-card {
    min-height: 0;
    grid-template-rows: minmax(210px, 230px) auto;
  }
  .ms-spec-card__text {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .ms-spec-card {
    border-radius: 20px;
    grid-template-rows: 190px auto;
  }
  .ms-spec-card__body {
    padding: 1.25rem 1.2rem 1.35rem;
  }
  .ms-spec-card__tags {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ms-spec-card:hover,
  .ms-spec-card:focus-visible,
  .ms-spec-card:hover .ms-spec-card__img,
  .ms-spec-card:focus-visible .ms-spec-card__img,
  .ms-spec-card:hover .ms-spec-card__arrow,
  .ms-spec-card:focus-visible .ms-spec-card__arrow,
  .ms-spec-card:hover .ms-spec-card__tags span,
  .ms-spec-card:focus-visible .ms-spec-card__tags span {
    transform: none;
  }
  .ms-spec-card__shine {
    display: none;
  }
}

/* ---------- Service landing pages ---------- */
.ms-land-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 6rem) 0 clamp(3rem, 5vw, 4rem);
  color: var(--ms-summit, #001C24);
  background:
    radial-gradient(ellipse 55% 50% at 12% 10%, rgba(3, 199, 252, 0.14), transparent 55%),
    radial-gradient(ellipse 45% 40% at 90% 0%, rgba(0, 168, 214, 0.08), transparent 50%),
    linear-gradient(155deg, #f7fcfe 0%, #ffffff 50%, #f3fafd 100%);
}

.ms-land-hero__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ms-land-hero__orb {
  position: absolute;
  border-radius: 50%;
}

.ms-land-hero__orb--a {
  width: min(48vw, 460px);
  height: min(48vw, 460px);
  top: -20%;
  right: -8%;
  background: radial-gradient(circle, rgba(3, 199, 252, 0.22), transparent 68%);
}

.ms-land-hero__orb--b {
  width: min(36vw, 340px);
  height: min(36vw, 340px);
  left: -6%;
  bottom: -30%;
  background: radial-gradient(circle, rgba(0, 168, 214, 0.14), transparent 70%);
}

.ms-land-hero__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(3, 199, 252, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 199, 252, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, #000 20%, transparent 75%);
}

.ms-land-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 46rem;
}

.ms-land-hero .ms-eyebrow {
  color: var(--ms-cyan);
}

.ms-land-hero__title {
  margin: 0 0 1rem;
  font-family: var(--ms-display);
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: var(--ms-summit, #001C24);
}

.ms-land-hero__lead {
  margin: 0 0 1.75rem;
  font-family: var(--ms-text);
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--ms-muted, #5B6B76);
}

.ms-land-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.ms-land-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
.ms-land-hero--care .ms-land-hero__inner {
  max-width: none;
}
.ms-land-hero__visual {
  position: relative;
  min-height: 280px;
}
.ms-land-hero--care .ms-care-ai,
.ms-land-hero--care .ms-care-ticket {
  margin: 0 auto;
  max-width: 420px;
}
.ms-land-hero--ai .ms-land-hero__orb--a {
  background: radial-gradient(circle, rgba(3, 199, 252, 0.28), transparent 68%);
}
.ms-land-hero--priority .ms-land-hero__orb--b {
  background: radial-gradient(circle, rgba(3, 199, 252, 0.2), transparent 70%);
}

@media (max-width: 900px) {
  .ms-land-hero__grid {
    grid-template-columns: 1fr;
  }
  .ms-land-hero__visual {
    order: 2;
    max-width: 400px;
    margin-inline: auto;
  }
}

.ms-land-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
}

.ms-land-caps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.ms-land-cap {
  padding: 1.25rem 1.2rem 1.3rem;
  border-radius: 16px;
  background: var(--ms-cloud);
  border: 1px solid var(--ms-line);
  box-shadow: var(--ms-shadow);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.ms-land-cap:hover {
  transform: translateY(-3px);
  border-color: rgba(3, 199, 252, 0.4);
  box-shadow: 0 14px 34px rgba(0, 28, 36, 0.08);
}

.ms-land-cap__icon {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.85rem;
  border-radius: 12px;
  background: linear-gradient(165deg, #033645, #001C24);
  color: #e8f4f8;
}

.ms-land-cap__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.ms-land-cap h3 {
  margin: 0 0 0.4rem;
  font-family: var(--ms-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ms-summit);
}

.ms-land-cap p {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ms-muted);
}

.ms-land-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.ms-land-benefit {
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--ms-line);
  background: linear-gradient(180deg, #fff, #F7FAFC);
}

.ms-land-benefit h3 {
  margin: 0 0 0.45rem;
  font-family: var(--ms-display);
  font-size: 1.1rem;
  color: var(--ms-summit);
}

.ms-land-benefit p {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ms-muted);
}

.ms-land-process {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

.ms-land-process__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: start;
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  background: var(--ms-cloud);
  border: 1px solid var(--ms-line);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.ms-land-process__item:hover {
  border-color: rgba(3, 199, 252, 0.35);
  transform: translateY(-2px);
}

.ms-land-process__num {
  font-family: var(--ms-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ms-cyan-deep);
  letter-spacing: -0.02em;
}

.ms-land-process__item h3 {
  margin: 0 0 0.35rem;
  font-family: var(--ms-display);
  font-size: 1.05rem;
  color: var(--ms-summit);
}

.ms-land-process__item p {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ms-muted);
}

.ms-land-tech {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.ms-land-tech li {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(3, 199, 252, 0.28);
  background: rgba(3, 199, 252, 0.06);
  font-family: var(--ms-text);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ms-summit);
}

.ms-land-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.ms-land-case {
  padding: 1.3rem 1.25rem;
  border-radius: 16px;
  background: var(--ms-cloud);
  border: 1px solid var(--ms-line);
  box-shadow: var(--ms-shadow);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.ms-land-case:hover {
  transform: translateY(-3px);
  border-color: rgba(3, 199, 252, 0.35);
}

.ms-land-case h3 {
  margin: 0 0 0.4rem;
  font-family: var(--ms-display);
  font-size: 1.1rem;
  color: var(--ms-summit);
}

.ms-land-case p {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ms-muted);
}

.ms-land-more {
  margin: 1.5rem 0 0;
}

.ms-land-cta {
  padding-top: clamp(3.5rem, 6vw, 4.75rem);
  padding-bottom: clamp(3.5rem, 6vw, 4.75rem);
}

.ms-land-cta__inner {
  max-width: 40rem;
}

@media (max-width: 1024px) {
  .ms-land-split,
  .ms-land-caps,
  .ms-land-benefits,
  .ms-land-cases {
    grid-template-columns: 1fr 1fr;
  }
  .ms-land-process {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .ms-land-split,
  .ms-land-caps,
  .ms-land-benefits,
  .ms-land-cases {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ms-land-cap:hover,
  .ms-land-process__item:hover,
  .ms-land-case:hover {
    transform: none;
  }
}

/* ---------- Portfolio showcase + case studies ---------- */
.ms-folio {
  position: relative;
  overflow: hidden;
  padding: var(--ms-space-section-sig) 0;
  background:
    radial-gradient(ellipse 45% 40% at 95% 8%, rgba(3, 199, 252, 0.08), transparent 55%),
    linear-gradient(180deg, #F7FAFC 0%, #FFFFFF 48%, #F4F7F9 100%);
}
.ms-folio__atmosphere { position: absolute; inset: 0; pointer-events: none; }
.ms-folio__glow {
  position: absolute;
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  left: -8%;
  top: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(3, 199, 252, 0.14), transparent 70%);
}
.ms-folio__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: var(--ms-space-head);
}
.ms-folio__head-copy { max-width: 40rem; }
.ms-folio__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
  font-family: var(--ms-text);
  font-size: 0.95rem;
  color: var(--ms-muted);
}
.ms-folio__pill {
  display: inline-flex;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #1AD0FF, #03C7FC);
  color: var(--ms-summit);
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(3, 199, 252, 0.28);
}
.ms-folio__title {
  margin: 0 0 0.75rem;
  font-family: var(--ms-display);
  font-size: clamp(1.9rem, 3.8vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ms-summit);
}
.ms-folio__lead {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ms-muted);
}
.ms-btn--folio-all {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #1AD0FF 0%, #03C7FC 55%, #00B4E6 100%);
  color: var(--ms-summit) !important;
  font-family: var(--ms-text);
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 10px 26px rgba(3, 199, 252, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ms-btn--folio-all svg { width: 1rem; height: 1rem; }
.ms-btn--folio-all:hover {
  transform: translateY(-2px);
  color: var(--ms-summit) !important;
  box-shadow: 0 14px 32px rgba(3, 199, 252, 0.36);
}
.ms-folio-slider {
  position: relative;
  z-index: 1;
  margin-top: 0.25rem;
}
.ms-folio-slider__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  outline: none;
  padding: 0.5rem 0 1.25rem;
}
.ms-folio-slider__viewport::-webkit-scrollbar { display: none; }
.ms-folio-slider__viewport.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}
.ms-folio-slider__viewport:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(3, 199, 252, 0.45);
}
.ms-folio-slider__track {
  display: flex;
  align-items: stretch;
  gap: clamp(1rem, 2.2vw, 1.75rem);
  width: max-content;
  padding-inline: max(1.25rem, calc((100vw - min(1120px, 100vw - 2.5rem)) / 2));
}
.ms-folio-slide {
  flex: 0 0 auto;
  width: min(78vw, 820px);
  scroll-snap-align: center;
  scroll-snap-stop: always;
  transform: none;
  opacity: 1;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}
.ms-folio-slide.is-active {
  transform: none;
  opacity: 1;
}
.ms-folio-slide__card {
  display: grid;
  grid-template-rows: minmax(280px, 52vh) auto;
  height: 100%;
  min-height: 460px;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(214, 226, 233, 0.95);
  box-shadow: 0 1px 2px rgba(0, 28, 36, 0.03), 0 18px 44px rgba(0, 28, 36, 0.08);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.ms-folio-slide.is-active .ms-folio-slide__card {
  border-color: rgba(3, 199, 252, 0.35);
  box-shadow:
    0 0 0 1px rgba(3, 199, 252, 0.08),
    0 22px 56px rgba(0, 28, 36, 0.12);
}
.ms-folio-slide__card:hover,
.ms-folio-slide__card:focus-visible {
  border-color: rgba(3, 199, 252, 0.5);
  outline: none;
}
.ms-folio-slide__media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #E8F7FC, #F4F7F9);
}
.ms-folio-slide__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: none;
  filter: none;
  opacity: 1;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.ms-folio-slide.is-active .ms-folio-slide__media img,
.ms-folio-slide__card:hover .ms-folio-slide__media img {
  transform: scale(1.03);
}
.ms-folio-slide__veil {
  display: none !important;
  pointer-events: none;
}
.ms-folio-slide__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  color: var(--ms-summit);
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0, 28, 36, 0.12);
}
.ms-folio-slide__body {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.35rem 1.5rem 1.45rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFD 100%);
}
.ms-folio-slide__copy {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  flex: 1;
}
.ms-folio-slide__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
}
.ms-folio-slide__meta span {
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.1);
  color: var(--ms-cyan-deep);
  font-family: var(--ms-text);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ms-folio-slide__name {
  margin: 0.15rem 0 0;
  font-family: var(--ms-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ms-summit);
}
.ms-folio-slide__title {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ms-summit);
  opacity: 0.82;
}
.ms-folio-slide__desc {
  margin: 0.15rem 0 0;
  max-width: 38rem;
  font-family: var(--ms-text);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ms-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ms-folio-slide__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 28, 36, 0.14);
  background: #fff;
  color: var(--ms-summit);
  font-family: var(--ms-text);
  font-size: 0.84rem;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.ms-folio-slide__cta svg { width: 0.95rem; height: 0.95rem; }
.ms-folio-slide__card:hover .ms-folio-slide__cta {
  background: linear-gradient(180deg, #1AD0FF 0%, #03C7FC 55%, #00B4E6 100%);
  border-color: transparent;
  color: var(--ms-summit);
  transform: translateY(-1px);
}
.ms-folio-slider__bar {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 1rem 1.25rem;
  margin-top: 0.35rem;
}
.ms-folio-slider__progress {
  height: 3px;
  border-radius: 999px;
  background: rgba(0, 28, 36, 0.08);
  overflow: hidden;
}
.ms-folio-slider__progress-fill {
  display: block;
  height: 100%;
  width: 12.5%;
  border-radius: inherit;
  background: linear-gradient(90deg, #03C7FC, #00A8D6);
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.ms-folio-slider__count {
  margin: 0;
  font-family: var(--ms-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ms-summit);
  white-space: nowrap;
}
.ms-folio-slider__count-sep {
  margin: 0 0.2rem;
  color: var(--ms-muted);
  font-weight: 500;
}
.ms-folio-slider__dots {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.ms-folio-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 28, 36, 0.18);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}
.ms-folio-slider__dot.is-active {
  width: 22px;
  background: var(--ms-cyan);
}
.ms-folio-slider__dot:focus-visible {
  outline: 2px solid var(--ms-cyan);
  outline-offset: 2px;
}
.ms-folio-slider__nav {
  display: inline-flex;
  gap: 0.5rem;
}
.ms-folio-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 28, 36, 0.12);
  background: #fff;
  color: var(--ms-summit);
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 28, 36, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.ms-folio-slider__btn svg { width: 1.15rem; height: 1.15rem; }
.ms-folio-slider__btn:hover {
  transform: translateY(-1px);
  border-color: rgba(3, 199, 252, 0.55);
  background: rgba(3, 199, 252, 0.08);
  color: var(--ms-cyan-deep);
}
.ms-folio-slider__btn:focus-visible {
  outline: 2px solid var(--ms-cyan);
  outline-offset: 2px;
}
.ms-folio__more {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  text-align: center;
}

.ms-folio-hero {
  padding: clamp(3.5rem, 7vw, 5rem) 0 2rem;
  background:
    radial-gradient(ellipse 50% 60% at 90% 20%, rgba(3, 199, 252, 0.12), transparent 55%),
    linear-gradient(160deg, #00151B 0%, #001C24 55%, #032833 100%);
  color: #E8F4F8;
}
.ms-folio-hero .ms-eyebrow { color: var(--ms-cyan); }
.ms-folio-hero__title {
  margin: 0 0 0.85rem;
  font-family: var(--ms-display);
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}
.ms-folio-hero__lead {
  margin: 0;
  max-width: 40rem;
  font-family: var(--ms-text);
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(232, 244, 248, 0.72);
}
.ms-folio-all {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.ms-folio-tile {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  min-height: 240px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  border: 1px solid var(--ms-line);
  background: #fff;
  box-shadow: var(--ms-shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.ms-folio-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(3, 199, 252, 0.4);
  box-shadow: 0 18px 40px rgba(0, 28, 36, 0.1);
}
.ms-folio-tile__media {
  position: relative;
  overflow: hidden;
  background: #E8F7FC;
}
.ms-folio-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.ms-folio-tile:hover .ms-folio-tile__media img { transform: scale(1.06); }
.ms-folio-tile__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08));
}
.ms-folio-tile__body {
  display: grid;
  align-content: center;
  gap: 0.4rem;
  padding: 1.25rem 1.35rem;
}
.ms-folio-tile__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ms-cyan-deep);
}
.ms-folio-tile__name {
  margin: 0;
  font-family: var(--ms-display);
  font-size: 1.3rem;
  color: var(--ms-summit);
}
.ms-folio-tile__title {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ms-ink);
}
.ms-folio-tile__text {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ms-muted);
}
.ms-folio-tile__cta {
  margin-top: 0.35rem;
  font-family: var(--ms-text);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ms-summit);
}

.ms-case-hero {
  position: relative;
  min-height: clamp(420px, 62vh, 560px);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}
.ms-case-hero__media {
  position: absolute;
  inset: 0;
}
.ms-case-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ms-case-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 28, 36, 0.25) 0%, rgba(0, 28, 36, 0.82) 100%),
    linear-gradient(90deg, rgba(0, 28, 36, 0.55), transparent 60%);
}
.ms-case-hero__content {
  position: relative;
  z-index: 1;
  padding: 4.5rem 0 2.75rem;
  max-width: 48rem;
}
.ms-case-hero__crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1rem;
  font-family: var(--ms-text);
  font-size: 0.88rem;
  color: rgba(232, 244, 248, 0.7);
}
.ms-case-hero__crumb a { color: var(--ms-cyan); }
.ms-case-hero .ms-eyebrow { color: var(--ms-cyan); }
.ms-case-hero__title {
  margin: 0 0 0.45rem;
  font-family: var(--ms-display);
  font-size: clamp(2.1rem, 4.5vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.035em;
}
.ms-case-hero__subtitle {
  margin: 0 0 0.85rem;
  font-family: var(--ms-text);
  font-size: 1.15rem;
  font-weight: 600;
  color: rgba(232, 244, 248, 0.92);
}
.ms-case-hero__lead {
  margin: 0 0 1.15rem;
  font-family: var(--ms-text);
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(232, 244, 248, 0.72);
  max-width: 38rem;
}
.ms-case-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.ms-case-hero__chips span {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.16);
  border: 1px solid rgba(3, 199, 252, 0.35);
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 600;
}
.ms-case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.7fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
}
.ms-case-main { display: grid; gap: 2rem; }
.ms-case-block .ms-lead { max-width: none; }
.ms-case-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}
.ms-case-list li {
  position: relative;
  padding: 0.85rem 1rem 0.85rem 2.2rem;
  border-radius: 12px;
  background: var(--ms-ice);
  border: 1px solid var(--ms-line);
  font-family: var(--ms-text);
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ms-ink);
}
.ms-case-list li::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 1.15rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--ms-cyan);
}
.ms-case-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.ms-case-gallery__item {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ms-line);
  background: #fff;
}
.ms-case-gallery__item img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.ms-case-aside { position: sticky; top: calc(var(--ms-header) + 1rem); }
.ms-case-card {
  display: grid;
  gap: 0.35rem;
  padding: 1.35rem 1.3rem 1.45rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--ms-line);
  box-shadow: var(--ms-shadow-lg);
}
.ms-case-card__label {
  margin: 0.65rem 0 0;
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ms-cyan-deep);
}
.ms-case-card__label:first-child { margin-top: 0; }
.ms-case-card__value {
  margin: 0;
  font-family: var(--ms-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ms-summit);
}
.ms-case-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}
.ms-case-card__tags span {
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.08);
  border: 1px solid rgba(3, 199, 252, 0.22);
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ms-summit);
}
.ms-case-card .ms-btn { margin-top: 0.85rem; justify-content: center; }
.ms-folio-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.ms-folio-mini {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0.65rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--ms-line);
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.ms-folio-mini:hover {
  transform: translateY(-2px);
  border-color: rgba(3, 199, 252, 0.4);
}
.ms-folio-mini img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
}
.ms-folio-mini strong {
  display: block;
  font-family: var(--ms-display);
  font-size: 1rem;
  color: var(--ms-summit);
}
.ms-folio-mini span {
  display: block;
  font-family: var(--ms-text);
  font-size: 0.82rem;
  color: var(--ms-muted);
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .ms-folio-slide {
    width: min(86vw, 720px);
  }
  .ms-folio-slide__card {
    grid-template-rows: minmax(240px, 42vh) auto;
    min-height: 420px;
  }
}
@media (max-width: 900px) {
  .ms-folio-all,
  .ms-case-grid,
  .ms-folio-related,
  .ms-case-gallery {
    grid-template-columns: 1fr;
  }
  .ms-folio-tile {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .ms-folio-tile__media { min-height: 180px; }
  .ms-case-aside { position: static; }
  .ms-folio-slider__bar {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "progress progress"
      "count nav"
      "dots dots";
  }
  .ms-folio-slider__progress { grid-area: progress; }
  .ms-folio-slider__count { grid-area: count; }
  .ms-folio-slider__dots { grid-area: dots; justify-content: flex-start; }
  .ms-folio-slider__nav { grid-area: nav; justify-self: end; }
}
@media (max-width: 700px) {
  .ms-folio-slide {
    width: min(92vw, 520px);
    transform: none;
    opacity: 1;
  }
  .ms-folio-slide.is-active { transform: none; opacity: 1; }
  .ms-folio-slide__card {
    grid-template-rows: minmax(220px, 38vh) auto;
    min-height: 400px;
    border-radius: 20px;
  }
  .ms-folio-slide__body {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1.15rem 1.2rem 1.25rem;
  }
  .ms-folio-slide__cta { align-self: flex-start; }
  .ms-folio-slide__desc { -webkit-line-clamp: 3; }
  .ms-folio-slider__track {
    padding-inline: 1rem;
    gap: 0.85rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ms-folio-slide,
  .ms-folio-slide__media img,
  .ms-folio-slide__cta,
  .ms-folio-slider__progress-fill,
  .ms-folio-slider__btn,
  .ms-folio-tile:hover,
  .ms-folio-mini:hover,
  .ms-btn--folio-all:hover,
  .ms-folio-tile:hover .ms-folio-tile__media img {
    transition: none !important;
  }
  .ms-folio-slider__viewport { scroll-behavior: auto; }
  .ms-folio-slide.is-active .ms-folio-slide__media img,
  .ms-folio-slide__card:hover .ms-folio-slide__media img {
    transform: none;
  }
  .ms-folio-slide__card:hover .ms-folio-slide__cta,
  .ms-folio-slider__btn:hover {
    transform: none;
  }
}

/* ---------- Insights / Blog desk ---------- */
.ms-insights {
  position: relative;
  overflow: hidden;
  padding: var(--ms-space-section) 0;
  background:
    radial-gradient(ellipse 48% 42% at 6% 0%, rgba(3, 199, 252, 0.1), transparent 58%),
    radial-gradient(ellipse 40% 36% at 96% 100%, rgba(3, 199, 252, 0.07), transparent 55%),
    linear-gradient(180deg, #FBFDFF 0%, #F4F8FA 48%, #FFFFFF 100%);
}
.ms-insights__atmosphere { position: absolute; inset: 0; pointer-events: none; }
.ms-insights__glow {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(3, 199, 252, 0.14), transparent 70%);
}
.ms-insights__glow--a {
  width: min(46vw, 440px);
  height: min(46vw, 440px);
  right: -12%;
  bottom: -20%;
}
.ms-insights__glow--b {
  width: min(34vw, 280px);
  height: min(34vw, 280px);
  left: -8%;
  top: 18%;
  opacity: 0.7;
}
.ms-insights__rule {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(3, 199, 252, 0.32), transparent);
}
.ms-insights__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1.35rem 2rem;
  margin-bottom: var(--ms-space-head);
}
.ms-insights__head-copy { max-width: 42rem; }
.ms-insights__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.9rem;
  font-family: var(--ms-text);
  font-size: 0.95rem;
  color: var(--ms-muted);
}
.ms-insights__pill {
  display: inline-flex;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #1AD0FF, #03C7FC);
  color: var(--ms-summit);
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(3, 199, 252, 0.28);
}
.ms-insights__title {
  margin: 0 0 0.8rem;
  font-family: var(--ms-display);
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--ms-summit);
}
.ms-insights__lead {
  margin: 0;
  max-width: 36rem;
  font-family: var(--ms-text);
  font-size: 1.06rem;
  line-height: 1.7;
  color: var(--ms-muted);
}
.ms-btn--insights-all {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #1AD0FF 0%, #03C7FC 55%, #00B4E6 100%);
  color: var(--ms-summit) !important;
  font-family: var(--ms-text);
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 10px 26px rgba(3, 199, 252, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ms-btn--insights-all svg { width: 1rem; height: 1rem; }
.ms-btn--insights-all:hover {
  transform: translateY(-2px);
  color: var(--ms-summit) !important;
  box-shadow: 0 14px 32px rgba(3, 199, 252, 0.36);
}
.ms-insights__desk {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.78fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}
.ms-insights-feature {
  display: grid;
  grid-template-rows: minmax(320px, 1.35fr) auto;
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(214, 226, 233, 0.9);
  box-shadow:
    0 1px 2px rgba(0, 28, 36, 0.03),
    0 22px 50px rgba(0, 28, 36, 0.08);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.ms-insights-feature:hover,
.ms-insights-feature:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(3, 199, 252, 0.45);
  box-shadow:
    0 0 0 1px rgba(3, 199, 252, 0.12),
    0 28px 60px rgba(0, 28, 36, 0.14);
  outline: none;
}
.ms-insights-feature__media {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background: linear-gradient(145deg, #001C24, #032833);
}
.ms-insights-feature__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.04);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.ms-insights-feature:hover .ms-insights-feature__media img {
  transform: scale(1.1);
}
.ms-insights-feature__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 28, 36, 0.08) 0%, transparent 35%, rgba(0, 28, 36, 0.72) 100%),
    linear-gradient(115deg, rgba(3, 199, 252, 0.18), transparent 48%);
  pointer-events: none;
}
.ms-insights-feature__badge {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  z-index: 2;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  color: var(--ms-summit);
  font-family: var(--ms-text);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 28, 36, 0.16);
}
.ms-insights-feature__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.15rem 1.35rem;
}
.ms-insight-meta--on-media {
  color: rgba(232, 244, 248, 0.88);
}
.ms-insight-meta--on-media .ms-insight-tag {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  backdrop-filter: blur(8px);
}
.ms-insights-feature__body {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1.15rem 1.5rem;
  padding: 1.45rem 1.55rem 1.55rem;
  background:
    linear-gradient(90deg, rgba(3, 199, 252, 0.14), rgba(3, 199, 252, 0.14) 3px, transparent 3px),
    linear-gradient(180deg, #FFFFFF 0%, #F6FBFD 100%);
}
.ms-insights-feature__copy {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  flex: 1;
}
.ms-insights-feature__byline {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ms-cyan-deep);
  letter-spacing: 0.01em;
}
.ms-insights-feature__title {
  margin: 0;
  font-family: var(--ms-display);
  font-size: clamp(1.4rem, 2.5vw, 1.95rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.22;
  color: var(--ms-summit);
}
.ms-insights-feature__excerpt {
  margin: 0;
  max-width: 40rem;
  font-family: var(--ms-text);
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--ms-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ms-insight-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.25rem;
  font-family: var(--ms-text);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ms-summit);
}
.ms-insight-cta svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.25s ease;
}
.ms-insight-cta--accent {
  flex-shrink: 0;
  padding: 0.75rem 1.05rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.1);
  border: 1px solid rgba(3, 199, 252, 0.22);
  color: var(--ms-cyan-deep);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.ms-insights-feature:hover .ms-insight-cta--accent {
  background: linear-gradient(180deg, #1AD0FF 0%, #03C7FC 55%, #00B4E6 100%);
  border-color: transparent;
  color: var(--ms-summit);
  transform: translateX(2px);
}
.ms-insights-feature:hover .ms-insight-cta--accent svg {
  transform: translateX(3px);
}
.ms-insights__rail {
  display: grid;
  grid-template-rows: auto repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  min-height: 100%;
}
.ms-insights__rail-label {
  margin: 0 0 0.15rem;
  padding-left: 0.15rem;
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ms-muted);
}
.ms-insights-rail-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 0.95rem;
  align-items: stretch;
  min-height: 0;
  padding: 0.75rem;
  border-radius: 20px;
  text-decoration: none !important;
  color: inherit;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(214, 226, 233, 0.95);
  box-shadow: 0 1px 2px rgba(0, 28, 36, 0.03), 0 12px 28px rgba(0, 28, 36, 0.05);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}
.ms-insights-rail-card:hover,
.ms-insights-rail-card:focus-visible {
  transform: translateY(-4px);
  background: #fff;
  border-color: rgba(3, 199, 252, 0.42);
  box-shadow: 0 0 0 1px rgba(3, 199, 252, 0.08), 0 18px 36px rgba(0, 28, 36, 0.1);
  outline: none;
}
.ms-insights-rail-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, #E8F7FC, #F4F7F9);
  min-height: 96px;
  aspect-ratio: 1 / 1;
}
.ms-insights-rail-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.ms-insights-rail-card:hover .ms-insights-rail-card__media img {
  transform: scale(1.12);
}
.ms-insights-rail-card__body {
  display: grid;
  gap: 0.35rem;
  align-content: center;
  padding: 0.1rem 0.2rem 0.1rem 0;
}
.ms-insights-rail-card__title {
  margin: 0;
  font-family: var(--ms-display);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.3;
  color: var(--ms-summit);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ms-insights-rail-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.15rem;
  font-family: var(--ms-text);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ms-cyan-deep);
}
.ms-insights-rail-card__link svg {
  width: 0.9rem;
  height: 0.9rem;
  transition: transform 0.25s ease;
}
.ms-insights-rail-card:hover .ms-insights-rail-card__link svg {
  transform: translateX(3px);
}
.ms-insight-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.55rem;
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.78rem;
  color: var(--ms-muted);
}
.ms-insight-meta--light { color: rgba(232, 244, 248, 0.78); }
.ms-insight-tag {
  display: inline-flex;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(3, 199, 252, 0.1);
  color: var(--ms-cyan-deep);
  font-family: var(--ms-text);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
.ms-insight-meta--light .ms-insight-tag {
  background: rgba(3, 199, 252, 0.18);
  color: #E8FBFF;
  border: 1px solid rgba(3, 199, 252, 0.35);
}
.ms-insights__more {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  text-align: center;
}
.ms-insights__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 28, 36, 0.12);
  background: #fff;
  color: var(--ms-summit) !important;
  font-family: var(--ms-text);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(0, 28, 36, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.ms-insights__more-btn svg { width: 1rem; height: 1rem; transition: transform 0.25s ease; }
.ms-insights__more-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(3, 199, 252, 0.45);
  background: rgba(3, 199, 252, 0.06);
  box-shadow: 0 14px 30px rgba(0, 28, 36, 0.08);
  color: var(--ms-summit) !important;
}
.ms-insights__more-btn:hover svg { transform: translateX(3px); }

.ms-insight-hero {
  padding: clamp(3.5rem, 7vw, 5rem) 0 2rem;
  background:
    radial-gradient(ellipse 50% 60% at 90% 20%, rgba(3, 199, 252, 0.12), transparent 55%),
    linear-gradient(160deg, #00151B 0%, #001C24 55%, #032833 100%);
  color: #E8F4F8;
}
.ms-insight-hero .ms-eyebrow { color: var(--ms-cyan); }
.ms-insight-hero__title {
  margin: 0 0 0.85rem;
  font-family: var(--ms-display);
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}
.ms-insight-hero__lead {
  margin: 0;
  max-width: 40rem;
  font-family: var(--ms-text);
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(232, 244, 248, 0.72);
}
.ms-insight-page { padding-top: 2.5rem; }
.ms-insight-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 0;
  margin-bottom: 2rem;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(214, 226, 233, 0.95);
  box-shadow: 0 1px 2px rgba(0, 28, 36, 0.03), 0 18px 44px rgba(0, 28, 36, 0.07);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}
.ms-insight-feature:hover,
.ms-insight-feature:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(3, 199, 252, 0.4);
  box-shadow: 0 0 0 1px rgba(3, 199, 252, 0.08), 0 24px 48px rgba(0, 28, 36, 0.12);
  outline: none;
}
.ms-insight-feature__media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background: #001C24;
}
.ms-insight-feature__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.ms-insight-feature:hover .ms-insight-feature__media img { transform: scale(1.08); }
.ms-insight-feature__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(0, 28, 36, 0.08));
  pointer-events: none;
}
.ms-insight-feature__body {
  display: grid;
  gap: 0.65rem;
  align-content: center;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  background: linear-gradient(180deg, #fff, #F7FBFD);
}
.ms-insight-feature__eyebrow {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ms-cyan-deep);
}
.ms-insight-feature__title {
  margin: 0;
  font-family: var(--ms-display);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--ms-summit);
}
.ms-insight-feature__excerpt {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ms-muted);
}
.ms-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.ms-insight-card {
  display: grid;
  grid-template-rows: 180px auto;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(214, 226, 233, 0.95);
  box-shadow: 0 1px 2px rgba(0, 28, 36, 0.03), 0 14px 34px rgba(0, 28, 36, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.ms-insight-card:hover,
.ms-insight-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(3, 199, 252, 0.4);
  box-shadow: 0 0 0 1px rgba(3, 199, 252, 0.08), 0 20px 42px rgba(0, 28, 36, 0.11);
  outline: none;
}
.ms-insight-card__media {
  position: relative;
  overflow: hidden;
  background: #E8F7FC;
}
.ms-insight-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.ms-insight-card:hover .ms-insight-card__media img { transform: scale(1.1); }
.ms-insight-card__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 28, 36, 0.28));
  pointer-events: none;
}
.ms-insight-card__body {
  display: grid;
  gap: 0.45rem;
  padding: 1.15rem 1.2rem 1.25rem;
}
.ms-insight-card__title {
  margin: 0;
  font-family: var(--ms-display);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--ms-summit);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ms-insight-card__excerpt {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ms-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ms-insight-article-hero {
  position: relative;
  min-height: clamp(380px, 54vh, 520px);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}
.ms-insight-article-hero__media { position: absolute; inset: 0; }
.ms-insight-article-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ms-insight-article-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 28, 36, 0.2) 0%, rgba(0, 28, 36, 0.86) 100%),
    linear-gradient(90deg, rgba(0, 28, 36, 0.5), transparent 65%);
}
.ms-insight-article-hero__content {
  position: relative;
  z-index: 1;
  padding: 4.5rem 0 2.75rem;
  max-width: 48rem;
}
.ms-insight-article-hero__crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1rem;
  font-family: var(--ms-text);
  font-size: 0.88rem;
  color: rgba(232, 244, 248, 0.7);
}
.ms-insight-article-hero__crumb a { color: var(--ms-cyan); }
.ms-insight-article-hero__title {
  margin: 0.65rem 0 0;
  font-family: var(--ms-display);
  font-size: clamp(1.9rem, 4vw, 2.85rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}
.ms-insight-article {
  max-width: 46rem;
}
.ms-insight-article__lead {
  margin: 0 0 1.25rem;
  font-family: var(--ms-text);
  font-size: 1.12rem;
  line-height: 1.7;
  color: var(--ms-summit);
}
.ms-insight-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.35rem;
}
.ms-insight-article__note {
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: rgba(3, 199, 252, 0.08);
  border: 1px solid rgba(3, 199, 252, 0.18);
  font-family: var(--ms-text);
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ms-muted);
}
.ms-insight-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.ms-insight-mini {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.7rem;
  border-radius: 16px;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(214, 226, 233, 0.95);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.ms-insight-mini:hover {
  transform: translateY(-2px);
  border-color: rgba(3, 199, 252, 0.4);
  box-shadow: 0 12px 28px rgba(0, 28, 36, 0.08);
}
.ms-insight-mini img {
  width: 88px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
}
.ms-insight-mini div { display: grid; gap: 0.25rem; }
.ms-insight-mini strong {
  font-family: var(--ms-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ms-summit);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ms-insight-mini span:last-child {
  font-family: var(--ms-text);
  font-size: 0.78rem;
  color: var(--ms-muted);
}

@media (max-width: 1024px) {
  .ms-insights__desk,
  .ms-insight-feature,
  .ms-insight-grid,
  .ms-insight-related {
    grid-template-columns: 1fr;
  }
  .ms-insights__rail {
    grid-template-rows: auto;
  }
  .ms-insights-feature__media,
  .ms-insight-feature__media { min-height: 260px; }
}
@media (max-width: 700px) {
  .ms-insights-rail-card {
    grid-template-columns: 84px minmax(0, 1fr);
    padding: 0.65rem;
  }
  .ms-insights-feature {
    border-radius: 22px;
  }
  .ms-insights-feature__media { min-height: 220px; }
  .ms-insights-feature__body {
    flex-direction: column;
    align-items: stretch;
  }
  .ms-insight-cta--accent { align-self: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .ms-insights-feature,
  .ms-insights-rail-card,
  .ms-insight-feature,
  .ms-insight-card,
  .ms-insight-mini,
  .ms-btn--insights-all,
  .ms-insights__more-btn,
  .ms-insights-feature__media img,
  .ms-insights-rail-card__media img,
  .ms-insight-feature__media img,
  .ms-insight-card__media img,
  .ms-insight-cta svg,
  .ms-insights-rail-card__link svg,
  .ms-insights__more-btn svg {
    transition: none !important;
  }
  .ms-insights-feature:hover,
  .ms-insights-rail-card:hover,
  .ms-insight-feature:hover,
  .ms-insight-card:hover,
  .ms-insight-mini:hover,
  .ms-btn--insights-all:hover,
  .ms-insights__more-btn:hover,
  .ms-insights-feature:hover .ms-insight-cta--accent {
    transform: none;
  }
  .ms-insights-feature:hover .ms-insights-feature__media img,
  .ms-insights-rail-card:hover .ms-insights-rail-card__media img,
  .ms-insight-feature:hover .ms-insight-feature__media img,
  .ms-insight-card:hover .ms-insight-card__media img {
    transform: none;
  }
}

/* ---------- Consultation / Contact desk ---------- */
.ms-consult {
  position: relative;
  overflow: hidden;
  padding: var(--ms-space-section-sig) 0;
  background:
    radial-gradient(ellipse 48% 42% at 8% 8%, rgba(3, 199, 252, 0.1), transparent 56%),
    radial-gradient(ellipse 36% 34% at 92% 88%, rgba(3, 199, 252, 0.07), transparent 55%),
    linear-gradient(180deg, #F8FBFD 0%, #FFFFFF 55%, #F5F9FB 100%);
}
.ms-consult__atmosphere { position: absolute; inset: 0; pointer-events: none; }
.ms-consult__glow {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(3, 199, 252, 0.15), transparent 70%);
}
.ms-consult__glow--a {
  width: min(42vw, 400px);
  height: min(42vw, 400px);
  left: -10%;
  top: -8%;
}
.ms-consult__glow--b {
  width: min(36vw, 340px);
  height: min(36vw, 340px);
  right: -8%;
  bottom: -12%;
}
.ms-consult__intro {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
  max-width: 40rem;
}
.ms-consult__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.7rem;
  font-family: var(--ms-text);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ms-muted);
}
.ms-consult__pill {
  display: inline-flex;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #1AD0FF, #03C7FC);
  color: var(--ms-summit);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(3, 199, 252, 0.25);
}
.ms-consult__heading {
  margin: 0;
  font-family: var(--ms-display);
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--ms-summit);
}
.ms-consult__shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 640px;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(214, 226, 233, 0.95);
  box-shadow:
    0 1px 2px rgba(0, 28, 36, 0.03),
    0 28px 64px rgba(0, 28, 36, 0.08);
}
.ms-consult__pane {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.5rem, 3vw, 2.15rem);
}
.ms-consult__pane--info {
  justify-content: space-between;
  gap: 1.5rem;
  background:
    linear-gradient(165deg, #00151B 0%, #001C24 55%, #032833 100%);
  color: #E8F4F8;
}
.ms-consult__pane--form {
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFD 100%);
}
.ms-consult__pane-top { display: grid; gap: 1.15rem; }
.ms-consult__title {
  margin: 0;
  font-family: var(--ms-display);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #fff;
}
.ms-consult__title em {
  font-style: normal;
  font-weight: 400;
  color: var(--ms-cyan);
}
.ms-consult__lead {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(232, 244, 248, 0.72);
}
.ms-consult__partner {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.55rem 0.85rem 0.55rem 0.55rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none !important;
  color: rgba(232, 244, 248, 0.85);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.ms-consult__partner:hover {
  background: rgba(3, 199, 252, 0.1);
  border-color: rgba(3, 199, 252, 0.35);
  color: #fff;
}
.ms-consult__partner img {
  display: block;
  height: 26px;
  width: auto;
  border-radius: 6px;
  background: #fff;
  padding: 0.25rem 0.4rem;
}
.ms-consult__partner span {
  font-family: var(--ms-text);
  font-size: 0.82rem;
  font-weight: 600;
}
.ms-consult__values {
  display: grid;
  gap: 0.65rem;
}
.ms-consult__value {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.ms-consult__value:hover {
  background: rgba(3, 199, 252, 0.08);
  border-color: rgba(3, 199, 252, 0.28);
  transform: translateX(2px);
}
.ms-consult__value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 10px;
  background: rgba(3, 199, 252, 0.14);
  color: var(--ms-cyan);
}
.ms-consult__value-icon svg { width: 1.05rem; height: 1.05rem; }
.ms-consult__value strong {
  display: block;
  margin-bottom: 0.15rem;
  font-family: var(--ms-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
}
.ms-consult__value span {
  font-family: var(--ms-text);
  font-size: 0.84rem;
  line-height: 1.4;
  color: rgba(232, 244, 248, 0.65);
}
.ms-consult__pane-bottom {
  display: grid;
  gap: 0.85rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ms-consult__process-label {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232, 244, 248, 0.5);
}
.ms-consult__process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ms-consult__process li {
  display: grid;
  gap: 0.2rem;
  padding: 0.55rem 0.45rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(232, 244, 248, 0.78);
}
.ms-consult__process span {
  display: block;
  font-family: var(--ms-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ms-cyan);
}
.ms-consult__contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 0.75rem;
  font-family: var(--ms-text);
  font-size: 0.82rem;
  color: rgba(232, 244, 248, 0.7);
}
.ms-consult__contacts a {
  color: var(--ms-cyan);
  font-weight: 600;
  text-decoration: none;
}
.ms-consult__contacts a:hover { text-decoration: underline; }

.ms-consult-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}
.ms-consult-form__head { margin-bottom: 0.15rem; }
.ms-consult-form__kicker {
  margin: 0 0 0.35rem;
  font-family: var(--ms-text);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ms-cyan-deep);
}
.ms-consult-form__title {
  margin: 0 0 0.35rem;
  font-family: var(--ms-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--ms-summit);
}
.ms-consult-form__lead {
  margin: 0;
  font-family: var(--ms-text);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ms-muted);
}
.ms-consult-form__success,
.ms-consult-form__error {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  font-family: var(--ms-text);
  font-size: 0.88rem;
  line-height: 1.45;
}
.ms-consult-form__success {
  background: rgba(3, 199, 252, 0.1);
  border: 1px solid rgba(3, 199, 252, 0.28);
  color: var(--ms-summit);
}
.ms-consult-form__error {
  background: rgba(220, 60, 60, 0.08);
  border: 1px solid rgba(220, 60, 60, 0.22);
  color: var(--ms-summit);
}
.ms-consult-form__error a { color: var(--ms-cyan-deep); font-weight: 600; }
.ms-consult-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 0.75rem;
}
.ms-field {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}
.ms-field--full { grid-column: 1 / -1; }
.ms-field__label {
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--ms-summit);
}
.ms-field__label abbr {
  text-decoration: none;
  color: var(--ms-cyan-deep);
}
.ms-field__input {
  width: 100%;
  padding: 0.78rem 0.9rem;
  border: 0;
  border-radius: 12px;
  border-bottom: 2px solid transparent;
  background: rgba(0, 28, 36, 0.035);
  color: var(--ms-summit);
  font-family: var(--ms-text);
  font-size: 0.94rem;
  line-height: 1.4;
  box-shadow: inset 0 0 0 1px rgba(0, 28, 36, 0.08);
  transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.ms-field__input::placeholder { color: rgba(0, 28, 36, 0.35); }
.ms-field__input:hover {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(3, 199, 252, 0.28);
}
.ms-field__input:focus {
  outline: none;
  background: #fff;
  border-bottom-color: var(--ms-cyan);
  box-shadow:
    inset 0 0 0 1px rgba(3, 199, 252, 0.35),
    0 8px 20px rgba(3, 199, 252, 0.1);
}
.ms-field__input.is-invalid {
  border-bottom-color: rgba(200, 50, 50, 0.7);
  box-shadow: inset 0 0 0 1px rgba(200, 50, 50, 0.35);
}
.ms-field__textarea {
  min-height: 6.5rem;
  resize: vertical;
}
.ms-consult-form__help {
  margin: 0;
  padding: 0;
  border: 0;
}
.ms-consult-form__help legend {
  margin-bottom: 0.55rem;
  padding: 0;
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ms-summit);
}
.ms-consult-form__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.ms-chip-check {
  position: relative;
  cursor: pointer;
}
.ms-chip-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.ms-chip-check span {
  display: inline-flex;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(0, 28, 36, 0.035);
  border: 1px solid rgba(0, 28, 36, 0.1);
  color: var(--ms-summit);
  font-family: var(--ms-text);
  font-size: 0.8rem;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.ms-chip-check:hover span {
  border-color: rgba(3, 199, 252, 0.4);
  transform: translateY(-1px);
}
.ms-chip-check input:focus-visible + span {
  outline: 2px solid var(--ms-cyan);
  outline-offset: 2px;
}
.ms-chip-check input:checked + span {
  background: rgba(3, 199, 252, 0.14);
  border-color: rgba(3, 199, 252, 0.45);
  color: var(--ms-cyan-deep);
}
.ms-consult-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  margin-top: auto;
  padding: 0.95rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #1AD0FF 0%, #03C7FC 55%, #00B4E6 100%);
  color: var(--ms-summit);
  font-family: var(--ms-text);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(3, 199, 252, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ms-consult-form__submit svg { width: 1.05rem; height: 1.05rem; transition: transform 0.25s ease; }
.ms-consult-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(3, 199, 252, 0.36);
}
.ms-consult-form__submit:hover svg { transform: translateX(3px); }
.ms-consult-form__submit:focus-visible {
  outline: 2px solid var(--ms-cyan);
  outline-offset: 3px;
}
.ms-consult-form__submit:disabled,
.ms-consult-form__submit.is-loading {
  opacity: 0.72;
  cursor: wait;
  transform: none;
}

@media (max-width: 1024px) {
  .ms-consult__shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .ms-consult__process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .ms-consult-form__grid,
  .ms-consult__contacts { grid-template-columns: 1fr; }
  .ms-consult__shell { border-radius: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .ms-consult__value,
  .ms-consult__partner,
  .ms-consult-form__submit,
  .ms-field__input,
  .ms-chip-check span,
  .ms-consult-form__submit svg {
    transition: none !important;
  }
  .ms-consult__value:hover,
  .ms-chip-check:hover span,
  .ms-consult-form__submit:hover {
    transform: none;
  }
}

/* =========================================================
   Mountsol Premium Evolution — cohesive SaaS design system
   Apple restraint · Emil craft · intentional motion · glass moments
   ========================================================= */

:root {
  /* Motion tokens (animate skill) */
  --ms-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ms-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ms-ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
  --ms-dur-press: 140ms;
  --ms-dur-hover: 180ms;
  --ms-dur-ui: 220ms;
  --ms-dur-panel: 280ms;

  /* Materials */
  --ms-glass: rgba(255, 255, 255, 0.62);
  --ms-glass-strong: rgba(255, 255, 255, 0.78);
  --ms-glass-dark: rgba(0, 28, 36, 0.55);
  --ms-glass-border: rgba(255, 255, 255, 0.55);
  --ms-glass-border-dark: rgba(3, 199, 252, 0.22);
  --ms-glass-blur: blur(18px) saturate(160%);
  --ms-glass-blur-lg: blur(24px) saturate(170%);

  /* Refined radius / shadow scale */
  --ms-radius-xs: 8px;
  --ms-radius: 12px;
  --ms-radius-md: 16px;
  --ms-radius-lg: 20px;
  --ms-radius-pill: 999px;
  --ms-shadow-sm: 0 1px 2px rgba(0, 28, 36, 0.04), 0 6px 16px rgba(0, 28, 36, 0.05);
  --ms-shadow: 0 2px 4px rgba(0, 28, 36, 0.04), 0 14px 36px rgba(0, 28, 36, 0.07);
  --ms-shadow-lg: 0 10px 40px rgba(0, 28, 36, 0.12);
  --ms-shadow-cyan: 0 12px 32px rgba(3, 199, 252, 0.28);

  /* Accessible accent for text on light surfaces */
  --ms-cyan-text: #007EA8;
}

/* ---------- Glass utility (signature moments only) ---------- */
.ms-glass {
  background: var(--ms-glass);
  border: 1px solid var(--ms-glass-border);
  box-shadow: var(--ms-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.65);
  backdrop-filter: var(--ms-glass-blur);
  -webkit-backdrop-filter: var(--ms-glass-blur);
}
.ms-glass--strong {
  background: var(--ms-glass-strong);
  backdrop-filter: var(--ms-glass-blur-lg);
  -webkit-backdrop-filter: var(--ms-glass-blur-lg);
}
.ms-glass--dark {
  background: var(--ms-glass-dark);
  border-color: var(--ms-glass-border-dark);
  color: #F4FBFD;
  box-shadow: var(--ms-shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

@media (prefers-reduced-transparency: reduce) {
  .ms-glass,
  .ms-glass--strong,
  .ms-header,
  .ms-mega,
  .ms-hub__card,
  .ms-power__float,
  .ms-hero__partner,
  .ms-hero__card {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: #fff !important;
  }
  .ms-glass--dark {
    background: #001C24 !important;
  }
}

@media (prefers-contrast: more) {
  .ms-eyebrow,
  .ms-hub__eyebrow,
  .ms-power__eyebrow {
    color: var(--ms-summit) !important;
    border-color: var(--ms-line-strong) !important;
  }
  .ms-btn {
    border-width: 2px;
  }
}

/* ---------- Type & contrast polish ---------- */
.ms-summit .ms-eyebrow,
.ms-summit .ms-hub__eyebrow,
.ms-summit .ms-power__eyebrow,
.ms-summit .ms-hero__badge {
  color: var(--ms-cyan-text);
  letter-spacing: 0.08em;
}
.ms-summit .ms-h2 {
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.ms-summit .ms-lead,
.ms-summit .ms-power__lead,
.ms-summit .ms-hub__lead {
  color: var(--ms-muted);
  max-width: 38rem;
}

/* ---------- Unified button system ---------- */
.ms-summit .ms-btn {
  border-radius: var(--ms-radius);
  font-family: var(--ms-text);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  transition:
    transform var(--ms-dur-press) var(--ms-ease-out),
    background var(--ms-dur-hover) ease,
    color var(--ms-dur-hover) ease,
    border-color var(--ms-dur-hover) ease,
    box-shadow var(--ms-dur-hover) ease;
}
.ms-summit .ms-btn:active {
  transform: scale(0.97);
}
.ms-summit .ms-btn--primary,
.ms-summit .ms-btn--hero-primary,
.ms-summit .ms-btn--intro-primary,
.ms-summit .ms-btn--care-primary,
.ms-summit .ms-btn--journey-primary,
.ms-summit .ms-btn--footer-primary,
.ms-summit .ms-btn--power,
.ms-summit .ms-btn--header-cta {
  background: linear-gradient(145deg, #1AD0FF 0%, var(--ms-cyan) 45%, var(--ms-cyan-deep) 100%);
  color: var(--ms-summit);
  border-color: transparent;
  box-shadow: var(--ms-shadow-cyan);
  text-transform: none;
  border-radius: var(--ms-radius);
}
.ms-summit .ms-btn--power {
  border-radius: var(--ms-radius-pill);
  padding: 0.95rem 1.45rem;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}
.ms-summit .ms-btn--primary:hover,
.ms-summit .ms-btn--hero-primary:hover,
.ms-summit .ms-btn--intro-primary:hover,
.ms-summit .ms-btn--care-primary:hover,
.ms-summit .ms-btn--journey-primary:hover,
.ms-summit .ms-btn--footer-primary:hover,
.ms-summit .ms-btn--power:hover,
.ms-summit .ms-btn--header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(3, 199, 252, 0.36);
  color: var(--ms-summit);
}
.ms-summit .ms-btn--primary:active,
.ms-summit .ms-btn--hero-primary:active,
.ms-summit .ms-btn--intro-primary:active,
.ms-summit .ms-btn--care-primary:active,
.ms-summit .ms-btn--journey-primary:active,
.ms-summit .ms-btn--footer-primary:active,
.ms-summit .ms-btn--power:active,
.ms-summit .ms-btn--header-cta:active {
  transform: scale(0.97);
}
.ms-summit .ms-btn--ghost,
.ms-summit .ms-btn--hero-secondary,
.ms-summit .ms-btn--intro-ghost,
.ms-summit .ms-btn--care-ghost,
.ms-summit .ms-btn--journey-ghost,
.ms-summit .ms-btn--footer-ghost,
.ms-summit .ms-btn--svc-all,
.ms-summit .ms-btn--indy,
.ms-summit .ms-btn--folio-all,
.ms-summit .ms-btn--insights-all {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(213, 222, 229, 0.95);
  color: var(--ms-summit);
  box-shadow: var(--ms-shadow-sm);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--ms-radius);
  text-transform: none;
}
.ms-summit .ms-btn--svc-all,
.ms-summit .ms-btn--indy {
  border-radius: var(--ms-radius-pill);
}
.ms-summit .ms-btn--ghost:hover,
.ms-summit .ms-btn--hero-secondary:hover,
.ms-summit .ms-btn--intro-ghost:hover,
.ms-summit .ms-btn--care-ghost:hover,
.ms-summit .ms-btn--journey-ghost:hover,
.ms-summit .ms-btn--footer-ghost:hover,
.ms-summit .ms-btn--svc-all:hover,
.ms-summit .ms-btn--indy:hover {
  border-color: rgba(3, 199, 252, 0.45);
  color: var(--ms-cyan-text);
  transform: translateY(-1px);
}

/* ---------- Header / mega glass ---------- */
.ms-summit .ms-header {
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(230, 236, 240, 0.7);
  backdrop-filter: blur(20px) saturate(170%);
  -webkit-backdrop-filter: blur(20px) saturate(170%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}
.ms-summit .ms-header.is-scrolled {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 30px rgba(0, 28, 36, 0.06);
}
.ms-summit .ms-mega {
  transform-origin: top center;
  transition:
    opacity var(--ms-dur-panel) var(--ms-ease-out),
    transform var(--ms-dur-panel) var(--ms-ease-out),
    visibility var(--ms-dur-panel) var(--ms-ease-out);
}
.ms-summit .ms-nav__item--mega .ms-mega {
  transform: translateY(10px) scale(0.985);
}
.ms-summit .ms-nav__item--mega.is-open .ms-mega,
.ms-summit .ms-nav__item--mega:hover .ms-mega,
.ms-summit .ms-nav__item--mega:focus-within .ms-mega {
  transform: translateY(0) scale(1);
}
.ms-summit .ms-mega__inner {
  background: #ffffff;
  border: 1px solid rgba(226, 236, 240, 0.95);
  box-shadow:
    0 24px 60px rgba(0, 28, 36, 0.14),
    0 4px 14px rgba(0, 28, 36, 0.05);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: var(--ms-radius-lg);
}

/* ---------- Section rhythm: signature vs quiet ---------- */
.ms-summit .ms-section--quiet {
  padding-top: var(--ms-space-section);
  padding-bottom: var(--ms-space-section);
}
.ms-summit .ms-section--quiet .ms-section__head {
  margin-bottom: var(--ms-space-head);
}
.ms-summit .ms-section--signature {
  position: relative;
  isolation: isolate;
}

/* Quiet services: less card chrome, more editorial */
.ms-summit .ms-section--services {
  background:
    linear-gradient(180deg, #FFFFFF 0%, #F7FBFC 48%, #FFFFFF 100%);
  padding-top: var(--ms-space-section);
  padding-bottom: var(--ms-space-section);
}
.ms-summit .ms-svc {
  border-radius: var(--ms-radius-md);
  border: 1px solid rgba(230, 236, 240, 0.95);
  box-shadow: none;
  background: #fff;
  transition:
    transform var(--ms-dur-hover) var(--ms-ease-out),
    box-shadow var(--ms-dur-hover) ease,
    border-color var(--ms-dur-hover) ease;
}
.ms-summit .ms-svc:hover {
  transform: translateY(-3px);
  border-color: rgba(3, 199, 252, 0.35);
  box-shadow: var(--ms-shadow);
}
.ms-summit .ms-svc:nth-child(-n+2) {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--ms-shadow-sm), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* ---------- Hero glass moments + calmer ambient ---------- */
.ms-summit .ms-hero__partner {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: var(--ms-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-radius: var(--ms-radius-md);
}
.ms-summit .ms-hero__badge {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(3, 199, 252, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ms-summit .ms-hero__card,
.ms-summit .ms-hero__chip-float {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: var(--ms-shadow);
}

/* Kill most infinite ambient loops — keep one soft glow breath */
@media (prefers-reduced-motion: no-preference) {
  .ms-summit .ms-hero__wave,
  .ms-summit .ms-hero__ring,
  .ms-summit .ms-hero__wash,
  .ms-summit .ms-hero__mesh,
  .ms-summit .ms-hero__float-y,
  .ms-summit .ms-hero__float-y2,
  .ms-summit .ms-hero__pulse,
  .ms-summit .ms-hero__product-orbit,
  .ms-summit .ms-hero__product-shine,
  .ms-summit .ms-hero__chip-float--live,
  .ms-summit .ms-hero__chip-float--metric {
    animation: none !important;
  }
  .ms-summit.ms-reveal-ready .ms-hero__card--ops,
  .ms-summit.ms-reveal-ready .ms-hero__card--apps,
  .ms-summit.ms-reveal-ready .ms-hero__card--chart,
  .ms-summit.ms-reveal-ready .ms-hero__chip-float--live,
  .ms-summit.ms-reveal-ready .ms-hero__chip-float--metric {
    animation: ms-hero-fade 0.75s var(--ms-ease-out) both !important;
  }
  .ms-summit .ms-hero__stage-glow {
    animation: ms-hero-glow-breathe 7s ease-in-out infinite alternate !important;
    opacity: 0.85;
  }
  /* Intro / hub / power: keep float only on 1 element, drop the rest */
  .ms-summit .ms-intro__float,
  .ms-summit .ms-hub__pop--pipeline,
  .ms-summit .ms-hub__pop--bars,
  .ms-summit .ms-hub__pop--care,
  .ms-summit .ms-hub__bars i,
  .ms-summit .ms-hub__halo-ring--soft,
  .ms-summit .ms-power__disk {
    animation: none !important;
  }
  .ms-summit.is-inview .ms-hub__pop--metric,
  .ms-summit .ms-hub.is-inview .ms-hub__pop--metric {
    animation: ms-hub-float 7s ease-in-out infinite !important;
  }
  .ms-summit .ms-power.is-inview .ms-power__float {
    animation: ms-power-float 7s ease-in-out infinite !important;
  }
}

/* ---------- Benefits hub glass cards ---------- */
.ms-summit .ms-hub__card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: var(--ms-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-radius: var(--ms-radius-md);
  transition:
    transform var(--ms-dur-hover) var(--ms-ease-out),
    box-shadow var(--ms-dur-hover) ease,
    border-color var(--ms-dur-hover) ease,
    background var(--ms-dur-hover) ease;
}
.ms-summit .ms-hub__card:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(3, 199, 252, 0.4);
  transform: translateY(-4px);
  box-shadow: var(--ms-shadow-lg);
}
.ms-summit .ms-hub__pop {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* ---------- Capability: signature, quieter neighbors ---------- */
.ms-summit .ms-power {
  background:
    radial-gradient(ellipse 50% 60% at 22% 45%, rgba(3, 199, 252, 0.12), transparent 60%),
    linear-gradient(180deg, #F7FBFC 0%, #FFFFFF 55%, #F8FCFD 100%);
}
.ms-summit .ms-power__float {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  box-shadow: var(--ms-shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.ms-summit .ms-power__device {
  transition: transform var(--ms-dur-hover) var(--ms-ease-out), box-shadow var(--ms-dur-hover) ease;
}

/* ---------- Care sections: quieter alternate rhythm ---------- */
.ms-summit .ms-care--ai {
  background: #fff;
}
.ms-summit .ms-care--priority {
  background: linear-gradient(180deg, #F7FBFC 0%, #FFFFFF 100%);
}
.ms-summit .ms-care .ms-care__panel,
.ms-summit .ms-care__card {
  border-radius: var(--ms-radius-md);
}
.ms-summit .ms-care__panel {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--ms-shadow);
}

/* ---------- Industries / journey quieter polish ---------- */
.ms-summit .ms-indy-sec {
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F7F9 100%);
}
.ms-summit .ms-journey {
  background: #fff;
}

/* ---------- Work / portfolio glass floating chrome ---------- */
.ms-summit .ms-folio {
  background:
    radial-gradient(ellipse 40% 50% at 70% 30%, rgba(3, 199, 252, 0.08), transparent 55%),
    linear-gradient(180deg, #F7FBFC 0%, #FFFFFF 100%);
}
.ms-summit .ms-folio__card,
.ms-summit .ms-folio-slide,
.ms-summit [data-ms-folio-viewport] > * {
  border-radius: var(--ms-radius-lg);
}
.ms-summit .ms-folio__nav button,
.ms-summit [data-ms-folio-prev],
.ms-summit [data-ms-folio-next] {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--ms-shadow-sm);
  transition: transform var(--ms-dur-press) var(--ms-ease-out), box-shadow var(--ms-dur-hover) ease;
}
.ms-summit .ms-folio__nav button:active,
.ms-summit [data-ms-folio-prev]:active,
.ms-summit [data-ms-folio-next]:active {
  transform: scale(0.96);
}

/* ---------- Insights / about / trust quiet ---------- */
.ms-summit .ms-insights,
.ms-summit #about,
.ms-summit #trust,
.ms-summit #modules {
  background: #fff;
}
.ms-summit #modules {
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FCFD 100%);
}

/* ---------- Contact form polish ---------- */
.ms-summit .ms-consult {
  background:
    radial-gradient(ellipse 45% 55% at 15% 20%, rgba(3, 199, 252, 0.1), transparent 55%),
    linear-gradient(180deg, #F4F7F9 0%, #FFFFFF 60%);
}
.ms-summit .ms-consult input:not([type="hidden"]),
.ms-summit .ms-consult textarea,
.ms-summit .ms-consult select {
  border-radius: var(--ms-radius) !important;
  border: 1px solid var(--ms-line-strong) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  transition: border-color var(--ms-dur-hover) ease, box-shadow var(--ms-dur-hover) ease;
}
.ms-summit .ms-consult input:focus,
.ms-summit .ms-consult textarea:focus,
.ms-summit .ms-consult select:focus {
  outline: none;
  border-color: var(--ms-cyan) !important;
  box-shadow: 0 0 0 3px rgba(3, 199, 252, 0.18);
}
.ms-summit .ms-consult__panel,
.ms-summit .ms-consult form {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--ms-shadow-lg);
  border-radius: var(--ms-radius-lg);
}

/* ---------- Reveal: smoother, shorter ---------- */
@media (prefers-reduced-motion: no-preference) {
  .ms-summit.ms-reveal-ready .ms-reveal.is-visible {
    animation: ms-fade-up 0.5s var(--ms-ease-out) both;
  }
}

/* ---------- Interactive cards shared ---------- */
.ms-summit .ms-svc,
.ms-summit .ms-spec-card,
.ms-summit .ms-module,
.ms-summit .ms-insights article,
.ms-summit .ms-land-cap {
  transition:
    transform var(--ms-dur-hover) var(--ms-ease-out),
    box-shadow var(--ms-dur-hover) ease,
    border-color var(--ms-dur-hover) ease;
}
.ms-summit .ms-svc:active,
.ms-summit .ms-spec-card:active,
.ms-summit .ms-hub__card:active {
  transform: scale(0.985);
}

/* ---------- Intro floating UI glass ---------- */
.ms-summit .ms-intro__card,
.ms-summit .ms-intro__metric {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: var(--ms-shadow);
  border-radius: var(--ms-radius-md);
}
.ms-summit .ms-intro {
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FCFD 50%, #FFFFFF 100%);
}

/* ---------- Mobile nav drawer material ---------- */
.ms-summit .ms-nav__drawer,
.ms-summit .ms-drawer,
.ms-summit [data-ms-nav] .ms-nav__panel {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}


/* ---------- Vertical rhythm tightening (spacing only) ---------- */
.ms-summit .ms-section--signature:not(.ms-hero) {
  padding-top: var(--ms-space-section-sig);
  padding-bottom: var(--ms-space-section-sig);
}
.ms-summit .ms-hub.ms-section--signature,
.ms-summit .ms-power.ms-section--signature,
.ms-summit .ms-indy-sec.ms-section--signature,
.ms-summit .ms-folio.ms-section--signature,
.ms-summit .ms-consult.ms-section--signature {
  padding-top: var(--ms-space-section-sig);
  padding-bottom: var(--ms-space-section-sig);
}
.ms-summit .ms-intro.ms-section--quiet,
.ms-summit .ms-care.ms-section--quiet,
.ms-summit .ms-insights.ms-section--quiet,
.ms-summit #modules.ms-section--quiet {
  padding-top: var(--ms-space-section);
  padding-bottom: var(--ms-space-section);
}
.ms-summit .ms-journey.ms-section--quiet {
  /* padding lives on .ms-journey__cta / __body children */
  padding-top: 0;
  padding-bottom: 0;
}
.ms-summit .ms-spec {
  padding-top: var(--ms-space-section);
  padding-bottom: var(--ms-space-section);
}
.ms-summit #about.ms-section {
  padding-top: var(--ms-space-section);
  padding-bottom: var(--ms-space-section);
}
.ms-summit .ms-hub__lead {
  margin-bottom: 0;
}
.ms-summit .ms-power__lead {
  margin-bottom: 1.25rem;
}
.ms-summit .ms-svc-grid {
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
}

/* Related-section pairing: shared edges ~4–5.5rem, not stacked full pads */
.ms-summit #intro.ms-section--quiet {
  padding-bottom: clamp(1.35rem, 2.5vw, 2rem);
}
.ms-summit #benefits.ms-section--signature {
  padding-top: clamp(1.85rem, 3.25vw, 2.65rem);
  padding-bottom: clamp(1.35rem, 2.5vw, 2rem);
}
.ms-summit #capability.ms-section--signature {
  padding-top: clamp(1.35rem, 2.5vw, 2rem);
  padding-bottom: clamp(1.35rem, 2.5vw, 2rem);
}
.ms-summit #services.ms-section--quiet {
  padding-top: clamp(1.35rem, 2.5vw, 2rem);
  padding-bottom: clamp(1.25rem, 2.25vw, 1.85rem);
}
.ms-summit #ai-support.ms-section--quiet {
  padding-top: clamp(1.25rem, 2.25vw, 1.85rem);
  padding-bottom: clamp(1.15rem, 2vw, 1.65rem);
}
.ms-summit #priority-ticket.ms-section--quiet {
  padding-top: clamp(1.15rem, 2vw, 1.65rem);
  padding-bottom: clamp(1.35rem, 2.5vw, 2rem);
}
.ms-summit #industries.ms-section--signature {
  padding-top: clamp(1.85rem, 3.25vw, 2.65rem);
  padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
}
.ms-summit #modules.ms-section--quiet {
  padding-bottom: clamp(1.25rem, 2.25vw, 1.85rem);
}
.ms-summit #work.ms-section--signature {
  padding-top: clamp(1.75rem, 3vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 2.75vw, 2.15rem);
}
.ms-summit #insights.ms-section--quiet {
  padding-top: clamp(1.25rem, 2.25vw, 1.85rem);
  padding-bottom: clamp(1.25rem, 2.25vw, 1.85rem);
}
.ms-summit #about.ms-section {
  padding-bottom: clamp(1.15rem, 2vw, 1.65rem);
}
.ms-summit #trust.ms-trust-section {
  padding-top: clamp(1.15rem, 2vw, 1.65rem);
  padding-bottom: clamp(1.5rem, 2.75vw, 2.15rem);
}
.ms-summit #contact.ms-section--signature {
  padding-top: clamp(1.75rem, 3vw, 2.5rem);
}
.ms-summit #specializations {
  padding-top: clamp(1.5rem, 2.75vw, 2.15rem);
  padding-bottom: clamp(1.5rem, 2.75vw, 2.15rem);
}
.ms-summit .ms-journey__cta {
  padding-bottom: clamp(1.35rem, 2.5vw, 2rem);
}
.ms-summit .ms-journey__body {
  padding-top: clamp(1.35rem, 2.5vw, 2rem);
}
.ms-summit .ms-insights__head {
  margin-bottom: var(--ms-space-head) !important;
}
.ms-summit .ms-svc {
  padding: 1.35rem 1.35rem 1.2rem;
}
.ms-summit .ms-hub__stage {
  min-height: min(400px, 50vh);
}
.ms-summit .ms-power__visual {
  min-height: min(380px, 50vw);
}
.ms-summit .ms-indy-console {
  min-height: clamp(360px, 46vh, 460px);
}
.ms-summit .ms-indy-nav__scroll {
  max-height: clamp(400px, 52vh, 500px);
}

/* ==========================================================================
   Premium SaaS evolution — Envato-level polish (Mountsol identity)
   Inspired by Softec / eSoft patterns; Mountsol content & Summit Cyan only.
   Motion: rare/marketing only · transform/opacity · ease-out · reduced-motion
   ========================================================================== */

.ms-summit {
  --ms-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ms-ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --ms-dur-fast: 160ms;
  --ms-dur-ui: 220ms;
  --ms-dur-enter: 520ms;
  overflow-x: clip;
}

/* ----- Premium header: floating pill nav ----- */
.ms-summit .ms-header {
  transition:
    background var(--ms-dur-ui) ease,
    box-shadow var(--ms-dur-ui) ease,
    backdrop-filter var(--ms-dur-ui) ease;
}
.ms-summit .ms-header.is-scrolled,
.ms-summit .ms-header.ms-header--scrolled {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 10px 40px rgba(0, 28, 36, 0.06);
}
.ms-summit .ms-nav__links > li > a,
.ms-summit .ms-nav__trigger {
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  transition:
    background var(--ms-dur-fast) ease,
    color var(--ms-dur-fast) ease,
    transform var(--ms-dur-fast) var(--ms-ease-out);
}
.ms-summit .ms-nav__links > li > a:hover,
.ms-summit .ms-nav__trigger:hover {
  background: rgba(3, 199, 252, 0.08);
  color: var(--ms-summit);
}
.ms-summit .ms-btn:active,
.ms-summit a.ms-btn:active {
  transform: scale(0.97);
}

/* ----- Hero premium depth ----- */
.ms-summit .ms-hero--premium {
  position: relative;
  isolation: isolate;
}
.ms-summit .ms-hero--premium .ms-hero__aurora {
  opacity: 0.85;
  filter: blur(2px);
}
.ms-summit .ms-hero--premium .ms-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem 0.4rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(3, 199, 252, 0.22);
  box-shadow: 0 8px 28px rgba(0, 28, 36, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ms-summit .ms-hero--premium .ms-hero__dash,
.ms-summit .ms-hero--premium .ms-hero__float {
  border-radius: 18px;
  box-shadow:
    0 1px 2px rgba(0, 28, 36, 0.04),
    0 22px 50px rgba(0, 28, 36, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform var(--ms-dur-ui) var(--ms-ease-soft);
}
.ms-summit .ms-hero--premium .ms-hero__stage:hover .ms-hero__dash {
  transform: translateY(-4px);
}
.ms-summit .ms-hero--premium .ms-btn--hero-primary {
  border-radius: 999px;
  padding-inline: 1.35rem;
  box-shadow: 0 12px 32px rgba(3, 199, 252, 0.28);
}
.ms-summit .ms-hero--premium .ms-btn--hero-secondary {
  border-radius: 999px;
}
.ms-summit .ms-hero__chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1.15rem 0 0;
  padding: 0;
}
.ms-summit .ms-hero__chips li {
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ms-summit);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(3, 199, 252, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ----- Proof / animated stats (Softec-style strip) ----- */
.ms-summit .ms-proof {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.85rem);
}
.ms-summit .ms-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 22px;
  background:
    linear-gradient(135deg, #001C24 0%, #032833 55%, #003544 100%);
  border: 1px solid rgba(3, 199, 252, 0.22);
  box-shadow:
    0 1px 2px rgba(0, 28, 36, 0.04),
    0 22px 48px rgba(0, 28, 36, 0.18);
}
.ms-summit .ms-proof__stat {
  text-align: center;
  padding: 0.85rem 0.5rem;
  border-radius: 16px;
  transition: background var(--ms-dur-ui) ease, transform var(--ms-dur-ui) var(--ms-ease-out);
}
.ms-summit .ms-proof__stat:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}
.ms-summit .ms-proof__num {
  margin: 0;
  font-family: var(--ms-display);
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  line-height: 1.1;
}
.ms-summit .ms-proof__num--text {
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  color: #03C7FC;
}
.ms-summit .ms-proof__label {
  margin: 0.35rem 0 0;
  font-family: var(--ms-text);
  font-size: 0.86rem;
  font-weight: 500;
  color: rgba(232, 244, 248, 0.72);
}
.ms-summit .ms-trust-section--premium {
  background:
    linear-gradient(180deg, #F4FBFE 0%, #FFFFFF 42%, #FFFFFF 100%);
  padding-top: clamp(1.5rem, 2.75vw, 2.25rem) !important;
  padding-bottom: clamp(1.75rem, 3vw, 2.5rem) !important;
}
.ms-summit .ms-trust-section--premium .ms-proof {
  margin-bottom: clamp(1rem, 2vw, 1.35rem);
}
.ms-summit .ms-trust-section--premium .ms-trust-cert {
  margin-bottom: clamp(0.85rem, 1.6vw, 1.15rem);
}
.ms-summit .ms-trust-section--premium .ms-section__head {
  margin-bottom: 0.85rem !important;
}
.ms-summit .ms-trust-section--premium .ms-trust {
  gap: 0.65rem;
}
.ms-summit .ms-trust-section--premium .ms-trust__item {
  border-radius: 999px;
  padding: 0.55rem 1rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(214, 226, 233, 0.95);
  box-shadow: 0 8px 24px rgba(0, 28, 36, 0.04);
  transition: transform var(--ms-dur-fast) var(--ms-ease-out), border-color var(--ms-dur-fast) ease;
}
.ms-summit .ms-trust-section--premium .ms-trust__item:hover {
  transform: translateY(-2px);
  border-color: rgba(3, 199, 252, 0.35);
}

/* ----- Services: interactive premium cards ----- */
.ms-summit .ms-services--premium .ms-svc {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 1.45rem 1.4rem 1.3rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFD 100%);
  border: 1px solid rgba(214, 226, 233, 0.95);
  box-shadow: 0 1px 2px rgba(0, 28, 36, 0.03);
  transition:
    transform var(--ms-dur-ui) var(--ms-ease-out),
    box-shadow var(--ms-dur-ui) ease,
    border-color var(--ms-dur-ui) ease;
}
.ms-summit .ms-services--premium .ms-svc::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #03C7FC, #00A8D6 60%, transparent);
  opacity: 0;
  transition: opacity var(--ms-dur-ui) ease;
}
.ms-summit .ms-services--premium .ms-svc:hover {
  transform: translateY(-5px);
  border-color: rgba(3, 199, 252, 0.35);
  box-shadow: 0 18px 44px rgba(0, 28, 36, 0.1);
}
.ms-summit .ms-services--premium .ms-svc:hover::before {
  opacity: 1;
}
.ms-summit .ms-services--premium .ms-svc:active {
  transform: translateY(-2px) scale(0.99);
}

/* ----- Capability / hub glass lifts ----- */
.ms-summit .ms-hub__card,
.ms-summit .ms-power__float,
.ms-summit .ms-spec-card {
  transition:
    transform var(--ms-dur-ui) var(--ms-ease-out),
    box-shadow var(--ms-dur-ui) ease,
    border-color var(--ms-dur-ui) ease;
}
.ms-summit .ms-hub__card:hover,
.ms-summit .ms-spec-card:hover {
  transform: translateY(-4px);
}

/* ----- Modules product shelf ----- */
.ms-summit #modules .ms-module {
  transition:
    transform var(--ms-dur-ui) var(--ms-ease-out),
    box-shadow var(--ms-dur-ui) ease,
    border-color var(--ms-dur-ui) ease;
}
.ms-summit #modules .ms-module:hover {
  transform: translateY(-4px);
  border-color: rgba(3, 199, 252, 0.32);
  box-shadow: 0 16px 36px rgba(0, 28, 36, 0.08);
}

/* ----- Support pair continuity ----- */
.ms-summit #ai-support.ms-care--ai {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5FBFE 100%);
}
.ms-summit #priority-ticket.ms-care--priority {
  background: linear-gradient(180deg, #F5FBFE 0%, #FFFFFF 100%);
}

/* ----- Voices / outcomes (testimonial-pattern, Mountsol content) ----- */
.ms-summit .ms-voices {
  padding-top: var(--ms-space-section);
  padding-bottom: var(--ms-space-section);
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(3, 199, 252, 0.08), transparent 70%),
    #FFFFFF;
}
.ms-summit .ms-voices__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.8vw, 1.25rem);
  margin-top: 0.25rem;
}
.ms-summit .ms-voice {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.45rem 1.35rem 1.3rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(214, 226, 233, 0.95);
  box-shadow:
    0 1px 2px rgba(0, 28, 36, 0.03),
    0 16px 36px rgba(0, 28, 36, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform var(--ms-dur-ui) var(--ms-ease-out),
    box-shadow var(--ms-dur-ui) ease,
    border-color var(--ms-dur-ui) ease;
}
.ms-summit .ms-voice:hover {
  transform: translateY(-4px);
  border-color: rgba(3, 199, 252, 0.32);
  box-shadow: 0 20px 48px rgba(0, 28, 36, 0.1);
}
.ms-summit .ms-voice__icon {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #007EA8;
  background: linear-gradient(145deg, rgba(3, 199, 252, 0.16), rgba(0, 168, 214, 0.08));
  border: 1px solid rgba(3, 199, 252, 0.2);
}
.ms-summit .ms-voice__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.ms-summit .ms-voice__title {
  margin: 0;
  font-family: var(--ms-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ms-summit);
}
.ms-summit .ms-voice__text {
  margin: 0;
  flex: 1;
  font-family: var(--ms-text);
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ms-muted);
}
.ms-summit .ms-voice__tag {
  margin: 0.25rem 0 0;
  font-family: var(--ms-text);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ms-cyan-text, #007EA8);
}
.ms-summit .ms-voices__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: clamp(1.35rem, 2.5vw, 1.85rem);
}
.ms-summit .ms-voices__logos span {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-family: var(--ms-text);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ms-summit);
  background: rgba(0, 28, 36, 0.035);
  border: 1px solid rgba(214, 226, 233, 0.9);
}

/* ----- Contact CTA emphasis ----- */
.ms-summit #contact.ms-consult {
  position: relative;
}
.ms-summit #contact .ms-consult__shell {
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(0, 28, 36, 0.04),
    0 28px 64px rgba(0, 28, 36, 0.1);
}

/* ----- Footer premium (light shell; detail in ms_sections_pro.css) ----- */
.ms-summit .ms-footer--premium {
  background: linear-gradient(180deg, #f4fbfd 0%, #ffffff 100%);
  color: #001c24;
}
.ms-summit .ms-footer--premium a:hover {
  color: #00a8d6;
}

/* ----- Scroll reveal polish ----- */
.ms-summit.ms-reveal-ready .ms-reveal {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition:
    opacity var(--ms-dur-enter) var(--ms-ease-out),
    transform var(--ms-dur-enter) var(--ms-ease-out);
  will-change: opacity, transform;
}
.ms-summit.ms-reveal-ready .ms-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ms-summit.ms-reveal-ready .ms-voices__track .ms-voice:nth-child(2) {
  transition-delay: 70ms;
}
.ms-summit.ms-reveal-ready .ms-voices__track .ms-voice:nth-child(3) {
  transition-delay: 140ms;
}
.ms-summit.ms-reveal-ready .ms-proof__stat:nth-child(2) {
  transition-delay: 60ms;
}
.ms-summit.ms-reveal-ready .ms-proof__stat:nth-child(3) {
  transition-delay: 120ms;
}
.ms-summit.ms-reveal-ready .ms-proof__stat:nth-child(4) {
  transition-delay: 180ms;
}

/* ----- Responsive ----- */
@media (max-width: 1024px) {
  .ms-summit .ms-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ms-summit .ms-voices__track {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .ms-summit .ms-proof__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 0.65rem;
  }
  .ms-summit .ms-proof__num {
    font-size: 1.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ms-summit.ms-reveal-ready .ms-reveal,
  .ms-summit .ms-svc,
  .ms-summit .ms-voice,
  .ms-summit .ms-hub__card,
  .ms-summit .ms-proof__stat {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}



