/* =====================================================================
   MSP Landing page  —  /microsoft-365-management-tool-for-msp
   Page CSS, scoped to #msp-mgmt-main-container.
   Reuses framework droid-* classes (general.css) for typography.
   ===================================================================== */

#msp-mgmt-main-container {
  font-size: 13px;
  font-family: work-sans-regular, Arial, Helvetica, sans-serif;
  color: #363636;
  overflow: hidden;
}

#msp-mgmt-main-container .msp-mgmt-highlight {
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
}

/* ================= 1. HERO BANNER (dark) ================= */
#msp-mgmt-main-container .msp-mgmt-banner-section {
  background:
    radial-gradient(
      circle at 14% 18%,
      rgba(63, 140, 235, 0.22),
      transparent 44%
    ),
    radial-gradient(
      circle at 88% 86%,
      rgba(146, 86, 230, 0.22),
      transparent 48%
    ),
    linear-gradient(125deg, #0a1130 0%, #111c42 48%, #181640 100%);
  position: relative;
  overflow: hidden;

  /* Layered glow + faint grid */
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(
        circle at 50% -12%,
        rgba(90, 200, 255, 0.16),
        transparent 42%
      ),
      linear-gradient(rgba(120, 170, 255, 0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(120, 170, 255, 0.05) 1px, transparent 1px);
    background-size:
      auto,
      46px 46px,
      46px 46px;
    -webkit-mask-image: radial-gradient(
      circle at 50% 35%,
      #000 0%,
      transparent 78%
    );
    mask-image: radial-gradient(circle at 50% 35%, #000 0%, transparent 78%);
    pointer-events: none;
    z-index: 0;
  }

  & > article {
    position: relative;
    z-index: 1;
  }
}

#msp-mgmt-main-container .msp-mgmt-banner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 140px 20px 36px;
}

#msp-mgmt-main-container .msp-mgmt-banner-content {
  max-width: 670px;
  text-align: left;
}

#msp-mgmt-main-container .msp-mgmt-banner-main-title {
  & h1 {
    color: #ffffff;
  }
  & .droid-banner-lg-title {
    display: inline-block;
    margin-top: 6px;
    color: #6fe3ff;
    background: linear-gradient(95deg, #5ad1ff 0%, #7fb0ff 48%, #b58cff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

/* teal tagline under the title */
#msp-mgmt-main-container .msp-mgmt-banner-tagline {
  margin: 14px 0;
  font-family: poppins-semibold, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 1.3;
  background: linear-gradient(95deg, #23e0be 0%, #45e39a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#msp-mgmt-main-container .msp-mgmt-banner-desc {
  color: #c2cee0;

  & .highlighted-title {
    font-family: work-sans-medium, Arial, Helvetica, sans-serif;
    color: #7fe9ff;
    background: linear-gradient(92deg, #6fe3ff, #9db8ff 70%, #b58cff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

#msp-mgmt-main-container .msp-mgmt-banner-btn-wrap {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

#msp-mgmt-main-container .msp-mgmt-banner-img {
  max-width: 500px;
  text-align: center;

  & img {
    max-width: 100%;
    height: auto;
  }
}

/* ================= 3. ROI SECTION (light) ================= */
#msp-mgmt-main-container .msp-mgmt-roi-section {
  position: relative;
  background:
    radial-gradient(
      circle at 12% 12%,
      rgba(63, 140, 235, 0.1),
      transparent 42%
    ),
    radial-gradient(circle at 88% 92%, rgb(86 122 230 / 10%), transparent 46%),
    linear-gradient(160deg, #f6f9fe 0%, #eef3fb 55%, #eefbf8 100%);

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(40, 80, 160, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(40, 80, 160, 0.04) 1px, transparent 1px);
    background-size:
      46px 46px,
      46px 46px;
    -webkit-mask-image: radial-gradient(
      circle at 50% 40%,
      #000 0%,
      transparent 82%
    );
    mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 82%);
    pointer-events: none;
    z-index: 0;
  }

  & > article {
    position: relative;
    z-index: 1;
  }

  /* Headings / copy on the light section */
  & .droid-section-main-title h2 {
    color: #1f2c4d;
  }
  & .droid-section-main-title-desc,
  & .droid-section-main-title-desc p {
    color: #4a5568;
  }
  & .msp-mgmt-highlight {
    color: #1f7fe0;
    background: linear-gradient(95deg, #1f7fe0 0%, #3f6fd6 50%, #7a3fd0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

/* dark stats pill at the foot of the banner */
#msp-mgmt-main-container .msp-mgmt-stat-strip {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto 56px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(130, 170, 255, 0.2);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

/* stats strip — colored glyph + label, divided by thin vertical lines (light text on the dark pill) */
#msp-mgmt-main-container .msp-mgmt-stat-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;

  & li {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    color: #efefef;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
    font-size: 1em;

    & i {
      font-size: 22px;
      line-height: 1;
      color: #5ea6f5;
    }
    & strong {
      font-family: poppins-semibold, Arial, Helvetica, sans-serif;
      color: #efefef;
    }
  }
  /* thin separator between adjacent stats */
  & li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }
  & li:nth-child(2) i {
    color: #f5b13c;
  }
  & li:nth-child(3) i {
    color: #34d3b2;
  }
  & li:nth-child(4) i {
    color: #b58cff;
  }
  & li:nth-child(5) i {
    color: #5fd38a;
  }
}
#msp-mgmt-main-container .msp-mgmt-roi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 18px 0;
}

/* Elevated light cards */
#msp-mgmt-main-container .msp-mgmt-roi-card {
  background: #ffffff;
  /* border: 1px solid #99bce9; */
  border-radius: 12px;
  padding: 18px 24px;
  box-shadow: 0 2px 10px rgba(26, 40, 68, 0.08);
  text-align: left;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;

  /* title takes its card's icon colour (card 1 = default blue) */
  & .msp-mgmt-roi-title {
    margin-bottom: 0;
    color: #0074d9;
  }
  & p {
    margin: 0;
    color: #4a5568;
  }
  &:nth-child(2) .msp-mgmt-roi-icon {
    background: #e3f7f2;
    color: #129e85;
  }
  &:nth-child(2) .msp-mgmt-roi-title {
    color: #129e85;
  }
  &:nth-child(3) .msp-mgmt-roi-icon {
    background: #f1e7fa;
    color: #8424c3;
  }
  &:nth-child(3) .msp-mgmt-roi-title {
    color: #8424c3;
  }
}
/* icon + title share one row; their gap is isolated from the description spacing */
#msp-mgmt-main-container .msp-mgmt-roi-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

#msp-mgmt-main-container .msp-mgmt-roi-icon {
  width: 40px;
  height: 40px;
  margin: 0;
  flex: 0 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf1fb;
  color: #0074d9;
  font-size: 20px;
}

/* ================= 4-6. CHALLENGE / FEATURE SECTIONS ================= */
.msp-outer-wrapper {
  padding-top: 60px;
}

#msp-mgmt-main-container .msp-mgmt-feature-section {
  overflow: hidden;

  &.bg-blue {
    background: #090f2d;
  }

  /* Headings / copy on the dark feature sections */
  & .droid-section-main-title h2 {
    color: #ffffff;
  }
  & .msp-mgmt-highlight {
    color: #6fb6ff;
    background: linear-gradient(95deg, #6fb6ff, #b58cff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

#msp-mgmt-main-container .msp-mgmt-feature-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;

  &.reverse {
    flex-direction: row-reverse;
  }
}

#msp-mgmt-main-container .msp-mgmt-feature-text {
  text-align: left;
}

/* Section illustration (replaces the per-section carousel) */
#msp-mgmt-main-container .msp-mgmt-section-illustration {
  flex: 1 1 440px;
  max-width: 520px;
  text-align: center;
  position: relative;

  /* Illustration only — no shadow / border / radius (per image rules) */
  & img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
}

/* Per-challenge sub-title (white, on the dark section) */
#msp-mgmt-main-container .msp-mgmt-challenge-subtitle {
  color: #f1a421e6;
  margin-bottom: 16px;
  font-size: 1.5em;
}

/* Pain-quote callout — MSP voices as individual testimonial cards */
#msp-mgmt-main-container .msp-mgmt-pain-quote {
  position: relative;
  margin-top: 8px;
  padding-top: 12px;
  max-width: 450px;

  /* Static card; only the quote text inside rotates with a bottom-to-top fade */
  & ul {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 18px 22px 30px;
    list-style: none;
    min-height: 96px;
    background: #101a3a;
    border-left: 2px solid #f59e0b6b;
    border-radius: 20px;
    overflow: hidden;
  }
  & li {
    position: absolute;
    inset: 18px 22px 34px;
    display: flex;
    align-items: center;
    margin: 0;
    font-style: italic;
    color: #c3cde0;
    line-height: 1.5;
    opacity: 0;
    pointer-events: none;

    &.active {
      opacity: 1;
      pointer-events: auto;
      animation: mspQuoteEnterUp 0.55s ease;
    }
    &.leaving {
      opacity: 0;
      animation: mspQuoteLeaveUp 0.55s ease;
    }
  }
  /* previous direction (scroll up / earlier dot): quotes enter from the top, exit to the bottom */
  & ul.reverse li.active {
    animation-name: mspQuoteEnterDown;
  }
  & ul.reverse li.leaving {
    animation-name: mspQuoteLeaveDown;
  }
}
/* next: bottom -> top */
@keyframes mspQuoteEnterUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mspQuoteLeaveUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-22px);
  }
}
/* previous: top -> bottom */
@keyframes mspQuoteEnterDown {
  from {
    opacity: 0;
    transform: translateY(-22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mspQuoteLeaveDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(22px);
  }
}
/* speech-bubble tail — SVG path, same technique as /microsoft-365-automation.
   Sits behind the bubble (z-index 0) so the overlap is hidden and only the spout shows. */
#msp-mgmt-main-container .msp-mgmt-quote-tail {
  position: absolute;
  right: 100px;
  bottom: -49px;
  width: 46px;
  height: auto;
  transform: rotate(162deg);
  z-index: 0;
  pointer-events: none;
}
/* pager dots — the clue that quotes rotate */
#msp-mgmt-main-container .msp-mgmt-quote-dots {
  position: absolute;
  left: 22px;
  bottom: 13px;
  z-index: 2;
  display: flex;
  gap: 6px;

  & button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: 5px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition:
      width 0.3s ease,
      background 0.3s ease,
      transform 0.2s ease;

    &:hover {
      background: rgba(245, 179, 60, 0.65);
      transform: scale(1.25);
    }
    &.active {
      width: 16px;
      border-radius: 4px;
      background: #f59e0b;
      transform: none;
    }
  }
}

/* Solution cards ("AdminDroid helps by") */
#msp-mgmt-main-container .msp-mgmt-solve-wrap {
  margin-top: 42px;
}
#msp-mgmt-main-container .msp-mgmt-solve-heading {
  text-align: left;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;

  & h3 {
    color: #ffffff;
    display: inline-block;

    &::after {
      content: "";
      display: block;
      width: 54px;
      height: 3px;
      margin: 4px auto 0;
      border-radius: 2px;
      background: #0052aa;
    }
  }
}
#msp-mgmt-main-container .msp-mgmt-solve-bot {
  width: 130px;
  height: auto;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}
#msp-mgmt-main-container .msp-mgmt-solve-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 18px;
}
#msp-mgmt-main-container .msp-mgmt-solve-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 4px;
  text-align: left;
  transition: transform 0.25s ease;

  & .msp-mgmt-solve-icon {
    flex: 0 0 auto;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: linear-gradient(
      135deg,
      rgba(59, 136, 232, 0.22),
      rgba(59, 136, 232, 0.06)
    );
    border: 1px solid rgba(59, 136, 232, 0.4);
    color: #7fb2f5;
  }
  & p {
    color: #cdd6e6;
    margin: 0;
    align-self: center;
    font-size: 1.15em;
  }
}

/* ---- Per-section accent overrides (challenges stay amber; solutions keep section accent) ---- */
#msp-mgmt-main-container .accent-blue {
  & .msp-mgmt-solve-bubble {
    border-right: 2px solid rgba(59, 136, 232, 0.23);
  }
  & .msp-mgmt-solve-heading h3 {
    background: linear-gradient(to right, #3b88e8, #7fb2f5);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  & .msp-mgmt-solve-heading h3::after {
    background: linear-gradient(to right, #3b88e8, transparent);
  }
  & .msp-mgmt-solve-icon {
    background: linear-gradient(
      135deg,
      rgba(59, 136, 232, 0.22),
      rgba(59, 136, 232, 0.06)
    );
    border: 1px solid rgba(59, 136, 232, 0.42);
    color: #7fb2f5;
  }
}

#msp-mgmt-main-container .accent-purple {
  & .msp-mgmt-solve-bubble {
    border-right: 2px solid rgba(168, 102, 224, 0.23);
  }
  & .msp-mgmt-solve-heading h3 {
    background: linear-gradient(to right, #a866e0, #c79cf0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  & .msp-mgmt-solve-heading h3::after {
    background: linear-gradient(to right, #a866e0, transparent);
  }
  & .msp-mgmt-solve-icon {
    background: linear-gradient(
      135deg,
      rgba(168, 102, 224, 0.22),
      rgba(168, 102, 224, 0.06)
    );
    border: 1px solid rgba(168, 102, 224, 0.42);
    color: #c79cf0;
  }
  & .msp-mgmt-section-illustration::before {
    background: radial-gradient(
      circle,
      rgba(146, 86, 230, 0.28),
      transparent 68%
    );
  }
}

#msp-mgmt-main-container .accent-teal {
  & .msp-mgmt-solve-bubble {
    border-right: 2px solid rgba(43, 155, 201, 0.23);
  }
  & .msp-mgmt-solve-heading h3 {
    background: linear-gradient(to right, #2b9bc9, #5cc2e4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  & .msp-mgmt-solve-heading h3::after {
    background: linear-gradient(to right, #2b9bc9, transparent);
  }
  & .msp-mgmt-solve-icon {
    background: linear-gradient(
      135deg,
      rgba(43, 155, 201, 0.22),
      rgba(43, 155, 201, 0.06)
    );
    border: 1px solid rgba(43, 155, 201, 0.42);
    color: #5cc2e4;
  }
  & .msp-mgmt-section-illustration::before {
    background: radial-gradient(
      circle,
      rgba(43, 155, 201, 0.28),
      transparent 68%
    );
  }
}

#msp-mgmt-main-container .accent-green {
  & .msp-mgmt-solve-bubble {
    border-right: 2px solid rgba(52, 201, 138, 0.23);
  }
  & .msp-mgmt-solve-heading h3 {
    background: linear-gradient(to right, #34c98a, #52dca0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  & .msp-mgmt-solve-heading h3::after {
    background: linear-gradient(to right, #34c98a, transparent);
  }
  & .msp-mgmt-solve-icon {
    background: linear-gradient(
      135deg,
      rgba(52, 201, 138, 0.22),
      rgba(52, 201, 138, 0.06)
    );
    border: 1px solid rgba(52, 201, 138, 0.30);
    color: #52dca0;
  }
  & .msp-mgmt-section-illustration::before {
    background: radial-gradient(
      circle,
      rgba(52, 201, 138, 0.26),
      transparent 68%
    );
  }
}

/* ---- Challenge section: feature-row is the 2-column flex parent ---- */
/* left = feature-text (sub-title + bubble + illustration); right = solutions list */
#msp-mgmt-main-container .msp-mgmt-feature-section {
  & .msp-mgmt-feature-row {
    align-items: flex-start;
  }
  & .msp-mgmt-feature-text {
    max-width: 420px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  & .msp-mgmt-section-illustration {
    flex: none;
    max-width: 340px;
    margin: 20px 30px 0 auto;
  }
  /* wrap = flex container holding the bot + the chat bubble */
  & .msp-mgmt-solve-wrap {
    flex: 1 1 480px;
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    gap: 18px;
  }
  & .msp-mgmt-solve-bubble {
    position: relative;
    flex: 1 1 auto;
    padding: 28px 32px;
    border-radius: 30px;
    background: #101a3a;
  }
  & .msp-mgmt-solve-heading {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 1.5em;

    & h3::after {
      margin-left: 0;
      margin-right: 0;
    }
  }
  & .msp-mgmt-solve-grid {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}

/* ---- Challenge carousel (SlidesJS) — pattern from /microsoft-365-delegation ---- */
#msp-mgmt-main-container .msp-mgmt-cc {
  max-width: 1320px;
  margin: 44px auto 0;
  position: relative;
  padding: 0 56px;

  & .slidesjs-control,
  & .slidesjs-container {
    height: 430px !important;
    overflow: hidden !important;
  }
  /* deterministic illustration height so SlidesJS measures the slide correctly (no dead space) */
  & .msp-mgmt-section-illustration img {
    height: 180px;
    width: auto;
    max-width: 100%;
  }
}
#msp-mgmt-main-container .msp-mgmt-cc-slide {
  padding: 6px 2px;
}
#msp-mgmt-main-container .msp-mgmt-cc {
  /* pagination dots */
  & .slidesjs-pagination {
    display: flex;
    justify-content: center;
    gap: 9px;
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
  }
  & .slidesjs-pagination-item a {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    color: transparent;
    transition: all 0.25s ease;

    &.active {
      width: 26px;
      border-radius: 5px;
    }
  }
  /* each dot carries its own slide accent (blue / purple / teal / green) */
  & .slidesjs-pagination-item:nth-child(1) a.active {
    background: #3b88e8;
  }
  & .slidesjs-pagination-item:nth-child(2) a.active {
    background: #a866e0;
  }
  & .slidesjs-pagination-item:nth-child(3) a.active {
    background: #2b9bc9;
  }
  & .slidesjs-pagination-item:nth-child(4) a.active {
    background: #34c98a;
  }
  /* prev / next chevrons */
  & .msp-mgmt-cc-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #cfe0ff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: all 0.2s ease;
    text-decoration: none;

    &:hover {
      background: rgba(59, 130, 246, 0.25);
      border-color: rgba(59, 130, 246, 0.55);
      color: #ffffff;
    }
  }
  & .slidesjs-previous.msp-mgmt-cc-nav {
    left: 4px;
  }
  & .slidesjs-next.msp-mgmt-cc-nav {
    right: 4px;
  }
}

/* ================= 8a. WHY MSPs CHOOSE ADMINDROID — comparison blocks (light) ================= */
#msp-mgmt-main-container .msp-mgmt-why-section {
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(31, 127, 224, 0.07),
      transparent 45%
    ),
    linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);

  & .droid-section-main-title {
    text-align: left;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
  }
  & .droid-section-main-title h2 {
    color: #1f2c4d;
    margin-top: 14px;
  }
  /* drop the top padding on desktop; restored to the base below 860px */
  & .droid-section-outer-wrapper {
    padding: 20px 15px 40px;
  }
}
#msp-mgmt-main-container .msp-mgmt-why-lede {
  color: #5a6478;
  max-width: 880px;
  margin-top: 16px;
  font-size: 1.05em;
  line-height: 1.7;
}

/* two-column header: text left, illustration right */
#msp-mgmt-main-container .msp-mgmt-why-head {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#msp-mgmt-main-container .msp-mgmt-why-head-text {
  max-width: 840px;
  text-align: left;
}
#msp-mgmt-main-container .msp-mgmt-why-head-img {
  max-width: 260px;
  text-align: center;

  & img {
    max-width: 100%;
    height: auto;
  }
}
#msp-mgmt-main-container .msp-mgmt-why-blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
#msp-mgmt-main-container .msp-mgmt-why-block {
  /* border: 1px solid #e4ebf5;
    border-radius: 16px;
    background: #ffffff; */
  padding-bottom: 20px;
  /* box-shadow: 0 10px 30px -18px rgba(26, 40, 68, 0.18); */
}
#msp-mgmt-main-container .msp-mgmt-why-block-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}
#msp-mgmt-main-container .msp-mgmt-why-badge {
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #b07d0a;
  border: 1px solid rgba(224, 147, 15, 0.4);
  background: rgba(245, 179, 60, 0.12);
  padding: 4px 10px;
  border-radius: 4px;
}
#msp-mgmt-main-container .msp-mgmt-why-block-title {
  font-size: clamp(20px, 2.4vw, 26px);
  font-family: poppins-regular, Arial, Helvetica, sans-serif !important;
  color: #1f2c4d;
  margin-top: 14px;
}
#msp-mgmt-main-container .msp-mgmt-why-hl {
  color: #1f7fe0;
}
#msp-mgmt-main-container .msp-mgmt-why-block-desc {
  color: #5a6478;
  font-size: 15px;
  margin: 12px auto 0;
  max-width: 1000px;
  line-height: 1.65;
}

/* ---- Cloud + On-Premise (hybrid) block ---- */
#msp-mgmt-main-container .msp-mgmt-hybrid-eyebrow {
  display: inline-block;
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #1f7fe0;
  background: rgba(31, 127, 224, 0.08);
  border: 1px solid rgba(31, 127, 224, 0.22);
  padding: 5px 13px;
  border-radius: 999px;
}
/* the two source columns converging into one AdminDroid console */
#msp-mgmt-main-container .msp-mgmt-hybrid-diagram {
  margin: 26px auto 0;
  max-width: 860px;
}
#msp-mgmt-main-container .msp-mgmt-hybrid-sources {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
/* each source is its own card */
#msp-mgmt-main-container .msp-mgmt-hybrid-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
  text-align: left;
  border: 1px solid #e6edf7;
  border-radius: 18px;
  box-shadow: 0 12px 30px -22px rgba(26, 40, 68, 0.3);
}
/* highlight — on-premise glows blue, cloud glows purple */
#msp-mgmt-main-container .msp-mgmt-hybrid-source:first-child {
  border-color: rgba(59, 136, 232, 0.35);
  background: radial-gradient(circle at top right, rgba(59, 136, 232, 0.08), #ffffff 62%);
}
#msp-mgmt-main-container .msp-mgmt-hybrid-source:last-child {
  border-color: rgba(168, 102, 224, 0.35);
  background: radial-gradient(circle at top right, rgba(168, 102, 224, 0.08), #ffffff 62%);
}
#msp-mgmt-main-container .msp-mgmt-hybrid-source-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
/* line-art icons sitting to the right of each label */
#msp-mgmt-main-container .msp-mgmt-hybrid-source-icon {
  flex: none;
  font-size: 42px;
  line-height: 1;
}
/* the on-premise source uses an inline SVG instead of a font glyph — match the 42px icon box */
#msp-mgmt-main-container .msp-mgmt-hybrid-source-icon svg {
  display: block;
  height: 42px;
  width: auto;
}
#msp-mgmt-main-container .msp-mgmt-hybrid-onprem {
  color: #1f7fe0;
}
#msp-mgmt-main-container .msp-mgmt-hybrid-cloud {
  color: #a866e0;
}
#msp-mgmt-main-container .msp-mgmt-hybrid-source-tag {
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.6px;
  color: #8794ab;
}
#msp-mgmt-main-container .msp-mgmt-hybrid-source-name {
  font-family: poppins-semibold, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #1f2c4d;
}
/* shared-console line beneath the two tiles — plain text, no card */
#msp-mgmt-main-container .msp-mgmt-hybrid-converge {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 36px;
  text-align: center;
  color: #45506a;
  font-size: 20px;
  line-height: 1.5;
}
#msp-mgmt-main-container .msp-mgmt-hybrid-converge i {
  flex: none;
  font-size: 24px;
  color: #bd0fb0;
}
#msp-mgmt-main-container .msp-mgmt-hybrid-converge strong {
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  background: linear-gradient(45deg, #bd00c2, #c28729 53%, #1241f9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
/* the three supporting facts */
#msp-mgmt-main-container .msp-mgmt-hybrid-feats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 18px auto 0;
  max-width: 900px;
}
#msp-mgmt-main-container .msp-mgmt-hybrid-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #e6edf7;
  border-radius: 12px;
  background: #fff;
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  color: #45506a;
}
#msp-mgmt-main-container .msp-mgmt-hybrid-feat i {
  flex: none;
  font-size: 18px;
  color: #059669;
}

/* buttons */
#msp-mgmt-main-container .msp-mgmt-why-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;

  &.primary {
    background: #1f7fe0;
    color: #ffffff;
    box-shadow: 0 10px 26px -10px rgba(31, 127, 224, 0.6);

    &:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 36px -12px rgba(31, 127, 224, 0.7);
    }
    & i {
      font-size: 12px;
    }
  }
  &.soon {
    background: #f3f6fb;
    color: #8a93a8;
    border: 1px dashed #cdd8e8;
    cursor: default;
  }
}
#msp-mgmt-main-container .msp-mgmt-why-btn-note {
  font-family: poppins-regular, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #8a93a8;
  margin-top: 12px;
}

/* ================= 8b. "WHAT ADMINDROID MAKES POSSIBLE" — challenges explorer (dark master/detail) ================= */
#msp-mgmt-main-container .msp-mgmt-concerns-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(63, 140, 235, 0.1),
      transparent 46%
    ),
    radial-gradient(
      circle at 88% 92%,
      rgba(132, 36, 195, 0.1),
      transparent 48%
    ),
    linear-gradient(160deg, #070b1c 0%, #0a1130 60%, #0c1238 100%);

  & > article {
    position: relative;
    z-index: 1;
  }
  & .droid-section-main-title h2 {
    color: #ffffff;
  }
}

/* ---- floating particles (backdrop) — reused from active-directory-alerting-tool.css ---- */
#msp-mgmt-main-container .background-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;

  & .particle {
    bottom: -15px;
    animation: moving-up-dir 25s infinite;
  }
  & .particle-1 {
    width: 15px;
    height: 15px;
    left: 10%;
    animation-delay: -3s;
  }
  & .particle-2 {
    width: 17px;
    height: 17px;
    right: 15%;
    animation-delay: 5s;
  }
  & .particle-3 {
    left: 20%;
    width: 25px;
    height: 25px;
    animation-delay: 8s;
  }
  & .particle-4 {
    width: 10px;
    height: 10px;
    left: 15%;
    animation-delay: 4s;
  }
  & .particle-5 {
    right: 5%;
    width: 18px;
    height: 18px;
    animation-delay: -1s;
  }
  & .particle-6 {
    left: 26%;
    width: 14px;
    height: 14px;
    animation-delay: 6s;
  }
  & .particle-7 {
    left: 15%;
    width: 16px;
    height: 16px;
    animation-delay: 15s;
  }
  & .particle-8 {
    right: 24%;
    width: 12px;
    height: 12px;
    animation-delay: 7s;
  }
  & .particle-9 {
    right: 12%;
    width: 10px;
    height: 10px;
    animation-delay: -2s;
  }
  & .particle-10 {
    right: 6%;
    width: 20px;
    height: 20px;
    animation-delay: 9s;
  }
}
#msp-mgmt-main-container .particle {
  position: absolute;
  background-color: #113c8a;
  border-radius: 50%;
  filter: blur(3px);
  opacity: 0.5;
}
@keyframes moving-up-dir {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1100px);
  }
}

#msp-mgmt-main-container .msp-mgmt-concerns {
  display: flex;
  align-items: stretch;
  gap: 16px;
  max-width: 1220px;
  margin: 36px auto 0;
  height: 420px;
}

/* ---- Master list (left) ---- */
#msp-mgmt-main-container .msp-mgmt-concerns-list {
  flex: 0 0 342px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.015)
  );
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px -34px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
#msp-mgmt-main-container .msp-mgmt-concerns-list-head {
  flex: none;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 16px 24px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #ff7f90;
}
#msp-mgmt-main-container .msp-mgmt-concerns-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 8px;
}
#msp-mgmt-main-container .msp-mgmt-concern-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 6px;
  padding: 11px 14px;
  margin: 1px 0;
  cursor: pointer;
  color: #aeb6c9;
  font-family: work-sans-regular, Arial, Helvetica, sans-serif;
  transition:
    background 0.18s ease,
    color 0.18s ease;

  &:hover {
    background: rgba(255, 255, 255, 0.045);
  }
  &.active {
    background: linear-gradient(
      90deg,
      rgba(240, 85, 106, 0.18),
      rgba(240, 85, 106, 0.02)
    );
    color: #ffffff;

    &::before {
      content: "";
      position: absolute;
      left: 0;
      top: 9px;
      bottom: 9px;
      width: 3px;
      border-radius: 0 3px 3px 0;
      background: #f0556a;
    }
    & .msp-mgmt-concern-chev {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
#msp-mgmt-main-container .msp-mgmt-concern-label {
  flex: 1 1 auto;
  font-size: 13.5px;
  line-height: 1.32;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#msp-mgmt-main-container .msp-mgmt-concern-chev {
  flex: none;
  font-size: 11px;
  color: #ff6b7d;
  opacity: 0;
  transform: translateX(-4px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

/* ---- Detail (right) ---- */
#msp-mgmt-main-container .msp-mgmt-concerns-detail {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 32px 46px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.015)
  );
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px -34px rgba(0, 0, 0, 0.6);
}
#msp-mgmt-main-container .msp-mgmt-concern-panel {
  display: none;

  &.active {
    display: block;
    text-align: left;
  }
  &.active > *:not(.msp-mgmt-concern-bg-icon) {
    position: relative;
    z-index: 1;
    animation: mspConcernRise 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  }
  /* gentle stagger so the headline, comparison, and resolved-by line settle in sequence */
  &.active > .msp-mgmt-concern-compare {
    animation-delay: 0.08s;
  }
  &.active > .msp-mgmt-concern-resolved {
    animation-delay: 0.16s;
  }
  &.active > .msp-mgmt-concern-bg-icon {
    animation: mspConcernFade 0.6s ease both;
  }
}
/* large faded matching glyph, bottom-right, behind the content */
#msp-mgmt-main-container .msp-mgmt-concern-bg-icon {
  position: absolute;
  right: 46px;
  bottom: 20px;
  z-index: 0;
  font-size: 8em;
  line-height: 1;
  color: rgba(111, 176, 255, 0.07);
  pointer-events: none;
}
@keyframes mspConcernFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mspConcernRise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#msp-mgmt-main-container .msp-mgmt-concern-headline {
  color: #f6f6f6;
  font-size: 1.8em;
  margin: 0 0 28px;
  max-width: 640px;
}
/* problem vs fix as a 2-column table: the two approaches are the column headings,
   their descriptions are the row beneath */
#msp-mgmt-main-container .msp-mgmt-concern-compare {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 26px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-radius: 12px;
  overflow: hidden;
}
#msp-mgmt-main-container .msp-mgmt-concern-compare th,
#msp-mgmt-main-container .msp-mgmt-concern-compare td {
  width: 50%;
  text-align: left;
  vertical-align: top;
  padding: 14px 22px;
  overflow-wrap: break-word;
}
#msp-mgmt-main-container .msp-mgmt-cmp-head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: poppins-light, Arial, Helvetica, sans-serif;
  font-size: 1.02em;
  letter-spacing: 0.2px;
}
#msp-mgmt-main-container .msp-mgmt-cmp-logo {
  flex: none;
  height: 24px;
  width: auto;
}
/* usual column — warm accent on the header, neutral body, read first */
#msp-mgmt-main-container
  .msp-mgmt-concern-compare
  thead
  .msp-mgmt-cmp-col-usual {
  background: rgb(255 255 255 / 13%);
}
#msp-mgmt-main-container
  .msp-mgmt-concern-compare
  .msp-mgmt-cmp-col-usual
  .msp-mgmt-cmp-head {
  color: #d5dbe8;
}
#msp-mgmt-main-container .msp-mgmt-concern-compare td.msp-mgmt-cmp-col-usual {
    color: #b3bccd;
    border-left: 1px solid rgb(109 176 255 / 9%);
    border-bottom: 1px solid rgb(109 176 255 / 9%);
    border-radius: 0px 0px 0px 20px;
}
/* AdminDroid column — green highlight top to bottom, the answer */
#msp-mgmt-main-container
  .msp-mgmt-concern-compare
  thead
  .msp-mgmt-cmp-col-with {
  background: rgba(16, 185, 129, 0.14);
}
#msp-mgmt-main-container .msp-mgmt-concern-compare td.msp-mgmt-cmp-col-with {
    background: rgba(16, 185, 129, 0.05);
    color: #d6f3e7;
    border-bottom: 1px solid rgb(109 176 255 / 9%);
    border-right: 1px solid rgb(109 176 255 / 9%);
    border-radius: 0px 0px 20px 0px;
}
#msp-mgmt-main-container
  .msp-mgmt-concern-compare
  .msp-mgmt-cmp-col-with
  .msp-mgmt-cmp-head {
  color: #34d399;
}
/* body cells */
#msp-mgmt-main-container .msp-mgmt-concern-compare td {
  line-height: 1.5;
  font-size: 14px;
  color: #cdd5e6;
}
/* solution tag — a compact pill so it reads as a "capability that fixes this",
   not a quote byline (the old em-dash + muted text looked like an author credit) */
#msp-mgmt-main-container .msp-mgmt-concern-resolved {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.08);
  font-family: poppins-regular, Arial, Helvetica, sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.3px;

  & .msp-mgmt-resolved-ico {
    flex: none;
    font-size: 15px;
    color: #34d399;
  }
  & .msp-mgmt-resolved-label {
    color: #9aa9b8;
  }
  & a,
  & > span:not(.msp-mgmt-resolved-label) {
    color: #34d399;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 3px;
  }
  & a:hover {
    text-decoration: underline;
  }
  & a:hover .clickable-arrow {
    transform: translateX(2px);
  }
  & .clickable-arrow {
    flex: none;
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
  }
}

/* prev / next nav (bottom-left of the detail panel) */
#msp-mgmt-main-container .msp-mgmt-concern-nav {
  position: absolute;
  left: 56px;
  bottom: 36px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
}
/* prev / next sit at the detail panel's left & right edges, vertically centered */
#msp-mgmt-main-container .msp-mgmt-concern-navbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #cdd6e62e;
  font-size: 2.6em;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;

  &:hover {
    color: #ffffff78;
  }
}
#msp-mgmt-main-container .msp-mgmt-concern-navbtn[data-dir="prev"] {
  left: 14px;
}
#msp-mgmt-main-container .msp-mgmt-concern-navbtn[data-dir="next"] {
  right: 14px;
}

/* pager dots — sit between the prev/next arrows, mirror the active-item accent */
#msp-mgmt-main-container .msp-mgmt-concern-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}
#msp-mgmt-main-container .msp-mgmt-concern-dot {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition:
    width 0.3s ease,
    background 0.3s ease,
    transform 0.2s ease;

  &:hover {
    background: rgb(58 140 127);
    transform: scale(1.25);
  }
  &.active {
    width: 18px;
    border-radius: 4px;
    background: #188560;
    transform: none;
  }
}

/* thin dark scrollbars */
#msp-mgmt-main-container .msp-mgmt-concerns-scroll::-webkit-scrollbar,
#msp-mgmt-main-container .msp-mgmt-concerns-detail::-webkit-scrollbar {
  width: 8px;
}
#msp-mgmt-main-container .msp-mgmt-concerns-scroll::-webkit-scrollbar-thumb,
#msp-mgmt-main-container .msp-mgmt-concerns-detail::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

/* ================= 9. BUILT FOR WHAT'S NEXT (advanced grid) ================= */
#msp-mgmt-main-container .msp-mgmt-next-section {
  background: #f8fcff;
}
#msp-mgmt-main-container .msp-mgmt-next-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 20px;
}
#msp-mgmt-main-container .msp-mgmt-next-card {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  padding: 26px 26px 24px;
  box-shadow: 0 6px 22px rgba(26, 40, 68, 0.07);
  text-align: left;
  border: 1px solid #e7eef7;
  overflow: hidden;

  &:nth-child(2) .msp-mgmt-next-icon {
    --nc: 168, 102, 224;
  }
  &:nth-child(3) .msp-mgmt-next-icon {
    --nc: 43, 155, 201;
  }
  &:nth-child(4) .msp-mgmt-next-icon {
    --nc: 225, 91, 196;
  }
  & .msp-mgmt-next-title {
    color: #1f2c4d;
  }
  & p {
    color: #4a5568;
  }
}
/* icon + title share one row */
#msp-mgmt-main-container .msp-mgmt-next-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;

  & .msp-mgmt-next-title {
    margin: 0;
  }
}
#msp-mgmt-main-container .msp-mgmt-next-icon {
  --nc: 31, 111, 209;
  flex: none;
  padding: 9px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  color: rgb(var(--nc));
  background: rgba(var(--nc), 0.1);
  border: 1px solid rgba(var(--nc), 0.22);
}
#msp-mgmt-main-container .msp-mgmt-next-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  font-size: 0.72em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #6a4cab;
  background: #efe9fb;
  padding: 4px 10px;
  border-radius: 0px 0px 0px 10px;
}

/* ================= 10. TRUST / MSP LOGO STRIP ================= */
#msp-mgmt-main-container .msp-mgmt-trust-section {
  background: #ffffff;
}
/* Logo/name marquee — pattern reused from ad-reporting.css (.reports-container-wrap + .js-marquee) */
#msp-mgmt-main-container .msp-mgmt-trust-marquee {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1200px;
  margin: 32px auto 0;
  position: relative;
  padding: 8px 0;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );

  & .js-marquee {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 40px;
    white-space: nowrap;

    &:hover {
      animation-play-state: paused;
    }
  }
}
#msp-mgmt-main-container .msp-mgmt-trust-chip {
  flex: none;
  /* background: #f3f6fb; */
  /* border: 1px solid #e4ebf5; */
  /* border-radius: 30px; */
  padding: 11px 24px;
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  color: #2f3b54;
  font-size: 0.95em;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease;

  /* &:hover {
    border-color: #bcd6f5;
    box-shadow: 0 6px 16px rgba(26, 40, 68, 0.09);
    color: #1f7fe0;
  } */

  /* each chip now holds a sprite-sheet logo instead of text */
  & .trust-logo {
    display: block;
    background-image: var(--img-msp-trust-logos-png);
    background-repeat: no-repeat;
  }
}
/* white logos need a dark badge so they stay visible on the light wall */
#msp-mgmt-main-container .msp-mgmt-trust-chip.dark-logo {
  background: #192225;
    border-radius: 4px;
}
/* icon-only logos get a text label beside them */
#msp-mgmt-main-container .msp-mgmt-trust-chip.has-label {
  display: flex;
  align-items: center;
  gap: 10px;
}
#msp-mgmt-main-container .trust-logo-label {
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #2f3b54;
  white-space: nowrap;
}
/* per-logo sprite cells: size + position each frame from spritesheet.png,
   scaled by display width (aspect preserved) */
#msp-mgmt-main-container .trust-logo-DF-Design-P-I {
  width: 120.0px;
  height: 24.79px;
  background-size: 409.34px 564.79px;
  background-position: -162.16px -476.29px;
}
#msp-mgmt-main-container .trust-logo-FUJIFILM-MicroChannel {
  width: 120.0px;
  height: 19.2px;
  background-size: 706.8px 975.2px;
  background-position: -140.0px -885.2px;
}
#msp-mgmt-main-container .trust-logo-bandicoot {
  width: 120.0px;
  height: 28.95px;
  background-size: 930.0px 1283.16px;
  background-position: -591.58px -618.95px;
}
#msp-mgmt-main-container .trust-logo-Exi-Go {
  width: 120.0px;
  height: 84.0px;
  background-size: 848.16px 1170.24px;
  background-position: -24.0px -1062.24px;
}
#msp-mgmt-main-container .trust-logo-Skeda {
  width: 120.0px;
  height: 61.2px;
  background-size: 1060.2px 1462.8px;
  background-position: -721.2px -341.4px;
}
#msp-mgmt-main-container .trust-logo-New-World-IT-Ltd {
  width: 55.0px;
  height: 50.0px;
  background-size: 1767.0px 2438.0px;
  background-position: -551.0px -433.0px;
}
#msp-mgmt-main-container .trust-logo-CubexGroupLogo {
  width: 120.0px;
  height: 22.96px;
  background-size: 921.91px 1272.0px;
  background-position: -528.0px -878.09px;
}
#msp-mgmt-main-container .trust-logo-Tactical-IT-Group-LLC {
  width: 120.0px;
  height: 40.75px;
  background-size: 800.15px 1104.0px;
  background-position: -657.51px -257.66px;
}
#msp-mgmt-main-container .trust-logo-tech-guard {
  width: 120.0px;
  height: 50.4px;
  background-size: 530.1px 731.4px;
  background-position: -163.8px -237.3px;
}
#msp-mgmt-main-container .trust-logo-COMMED-I-A {
  width: 120.0px;
  height: 20.15px;
  background-size: 809.31px 1116.64px;
  background-position: -551.91px -673.28px;
}
#msp-mgmt-main-container .trust-logo-microtom {
  width: 120.0px;
  height: 18.51px;
  background-size: 1054.93px 1455.52px;
  background-position: -29.85px -258.51px;
}
#msp-mgmt-main-container .trust-logo-Zero-Day-Group {
  width: 120.0px;
  height: 28.59px;
  background-size: 207.07px 285.7px;
  background-position: -5.86px -137.81px;
}
#msp-mgmt-main-container .trust-logo-SharedResources {
  width: 120.0px;
  height: 28.99px;
  background-size: 297.81px 410.9px;
  background-position: -8.43px -95.9px;
}
#msp-mgmt-main-container .trust-logo-NEOEDGE {
  width: 120.0px;
  height: 38.4px;
  background-size: 1060.2px 1462.8px;
  background-position: -180.6px -259.8px;
}
#msp-mgmt-main-container .trust-logo-WBM {
  width: 50.0px;
  height: 43.75px;
  background-size: 736.25px 1015.83px;
  background-position: -370.0px -420.42px;
}
#msp-mgmt-main-container .trust-logo-Orbid {
  width: 120.0px;
  height: 57.51px;
  background-size: 1254.67px 1731.12px;
  background-position: -465.8px -307.46px;
}
#msp-mgmt-main-container .trust-logo-cpn-llc {
  width: 120.0px;
  height: 41.88px;
  background-size: 1104.38px 1523.75px;
  background-position: -948.12px -918.75px;
}
#msp-mgmt-main-container .trust-logo-io-tech-team {
  width: 120.0px;
  height: 25.29px;
  background-size: 876.2px 1208.93px;
  background-position: -24.79px -24.79px;
}
#msp-mgmt-main-container .trust-logo-ip-more-GmbH {
  width: 120.0px;
  height: 40.54px;
  background-size: 716.35px 988.38px;
  background-position: -138.65px -20.27px;
}
#msp-mgmt-main-container .trust-logo-Ctelecoms {
  width: 120.0px;
  height: 42.5px;
  background-size: 232.5px 320.79px;
  background-position: -6.58px -221.45px;
}
#msp-mgmt-main-container .trust-logo-Sine-Qua-Non {
  width: 120.0px;
  height: 54.0px;
  background-size: 623.65px 860.47px;
  background-position: -286.59px -200.82px;
}
#msp-mgmt-main-container .trust-logo-Den-Boer-ICT {
  width: 120.0px;
  height: 15.8px;
  background-size: 353.4px 487.6px;
  background-position: -10.0px -411.2px;
}
#msp-mgmt-main-container .trust-logo-mainstreet {
  width: 120.0px;
  height: 39.02px;
  background-size: 207.07px 285.7px;
  background-position: -80.62px -5.86px;
}
#msp-mgmt-main-container .trust-logo-TAJMAC-Global-FZE {
  width: 120.0px;
  height: 32.29px;
  background-size: 475.43px 655.96px;
  background-position: -13.45px -212.83px;
}
#msp-mgmt-main-container .trust-logo-trusted-technology {
  width: 200.0px;
  height: 28.57px;
  background-size: 1009.71px 1393.14px;
  background-position: -569.14px -451.99px;
}
#msp-mgmt-main-container .trust-logo-ViaTek {
  width: 120.0px;
  height: 32.64px;
  background-size: 887.2px 1224.1px;
  background-position: -300.75px -506.61px;
}
#msp-mgmt-main-container .trust-logo-qumodity {
  width: 120.0px;
  height: 22.1px;
  background-size: 454.05px 626.47px;
  background-position: -224.84px -111.26px;
}
#msp-mgmt-main-container .trust-logo-Blueprint {
  width: 120.0px;
  height: 22.43px;
  background-size: 243.17px 335.5px;
  background-position: -6.88px -202.29px;
}
#msp-mgmt-main-container .trust-logo-COM4 {
  width: 120.0px;
  height: 36.07px;
  background-size: 1158.69px 1598.69px;
  background-position: -637.38px -963.93px;
}
#msp-mgmt-main-container .trust-logo-UNO {
  width: 120.0px;
  height: 20.44px;
  background-size: 424.93px 586.29px;
  background-position: -12.02px -242.65px;
}
#msp-mgmt-main-container .trust-logo-welcome-web {
  width: 120.0px;
  height: 107.18px;
  background-size: 1618.63px 2233.28px;
  background-position: -969.16px -924.27px;
}
#msp-mgmt-main-container .trust-logo-evernimble {
  width: 120.0px;
  height: 27.2px;
  background-size: 706.8px 975.2px;
  background-position: -507.2px -822.4px;
}
#msp-mgmt-main-container .trust-logo-daily-it {
  width: 50.0px;
  height: 50.0px;
  background-size: 276.09px 380.94px;
  background-position: -201.88px -262.97px;
}

/* ================= 11. FINAL CTA — banner design reused from /wall-of-love ================= */
#msp-mgmt-main-container .msp-mgmt-cta-section {
  position: relative;
  overflow: hidden;
  padding: 72px 24px;
  color: #fff;
  background:
    radial-gradient(
      ellipse 720px 440px at 50% -8%,
      rgba(0, 208, 255, 0.16),
      transparent 70%
    ),
    radial-gradient(
      125% 145% at 50% -25%,
      #0e3450 0%,
      #0a2334 55%,
      #061a28 100%
    );

  /* faint grid texture, masked to a soft center */
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(0, 208, 255, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 208, 255, 0.04) 1px, transparent 1px);
    background-size: 58px 58px;
    -webkit-mask-image: radial-gradient(
      ellipse 78% 82% at 50% 42%,
      #000 8%,
      transparent 72%
    );
    mask-image: radial-gradient(
      ellipse 78% 82% at 50% 42%,
      #000 8%,
      transparent 72%
    );
    pointer-events: none;
    z-index: 1;
  }
  /* entry seam — cyan -> green hairline */
  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(680px, 82%);
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(0, 208, 255, 0.55),
      rgba(56, 255, 112, 0.42),
      transparent
    );
    pointer-events: none;
    z-index: 2;
  }
}
#msp-mgmt-main-container .msp-mgmt-cta-glow {
  position: absolute;
  width: 380px;
  height: 380px;
  background: radial-gradient(
    circle,
    rgba(56, 255, 112, 0.08),
    transparent 65%
  );
  border-radius: 50%;
  filter: blur(90px);
  bottom: -160px;
  left: 2%;
  pointer-events: none;
  z-index: 1;
}
#msp-mgmt-main-container .msp-mgmt-cta-inner {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;

  & h2 {
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.3;
    color: #fff;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
    font-family: poppins-regular, Arial, Helvetica, sans-serif;
  }
}
#msp-mgmt-main-container .msp-mgmt-cta-grad {
  background: linear-gradient(120deg, #00d0ff, #38ff70);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#msp-mgmt-main-container .msp-mgmt-cta-sub {
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0 auto;
  max-width: 800px;
}
#msp-mgmt-main-container .msp-mgmt-cta-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
}
#msp-mgmt-main-container .msp-mgmt-cta-reassure {
  margin-top: 18px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.42);
  letter-spacing: 0.01em;
}
/* primary CTA — signature pink -> purple download button */
#msp-mgmt-main-container .msp-mgmt-cta-primary {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  background: linear-gradient(160deg, #f50285, #8424c3);
  color: #fff;
  font-family: poppins-semibold, Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(245, 2, 133, 0.32);
  transition:
    transform 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.2s cubic-bezier(0.22, 1, 0.36, 1);

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 55%;
    height: 100%;
    background: linear-gradient(
      100deg,
      transparent,
      rgba(255, 255, 255, 0.3),
      transparent
    );
    transform: skewX(-18deg);
    transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
  }
  &:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(245, 2, 133, 0.45);
  }
  &:hover::after {
    left: 135%;
  }
  & i {
    position: relative;
    font-size: 15px;
  }
}
#msp-mgmt-main-container .msp-mgmt-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 20px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  border-radius: 6px;
  text-decoration: none;
  transition:
    background 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.2s cubic-bezier(0.22, 1, 0.36, 1);

  & i {
    font-size: 14px;
    transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  }
  &:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
  }
  &:hover i {
    transform: translateX(3px);
  }
}

/* center-aligned descriptions don't need the left indent */
#msp-mgmt-main-container .msp-mgmt-next-section .droid-section-main-title-desc {
  padding-left: 0;
  padding-right: 0;
}

/* =====================================================================
   RESPONSIVE — all media queries, widest breakpoint first (descending).
   ===================================================================== */

/* <= 1115px — drop the vertical dividers between the stat cards */
@media (max-width: 1115px) {
  #msp-mgmt-main-container .msp-mgmt-stat-cards li + li {
    border-left: none;
  }
}

/* <= 1055px — stack the challenge columns, grow the carousel to fit */
@media (max-width: 1055px) {
  #msp-mgmt-main-container .msp-mgmt-feature-section .msp-mgmt-solve-heading {
    margin-left: 0;
  }
  /* columns stack, so the gap-positioned bot and the bubble's speech tail no longer fit */
  #msp-mgmt-main-container .msp-mgmt-solve-bot,
  #msp-mgmt-main-container .msp-mgmt-feature-section .msp-mgmt-solve-bubble > svg {
    display: none;
  }
  #msp-mgmt-main-container
    .msp-mgmt-feature-section
    .msp-mgmt-solve-heading
    h3::after {
    margin-right: auto;
  }
  #msp-mgmt-main-container .msp-mgmt-feature-section .msp-mgmt-feature-row {
    flex-direction: column;
    align-items: stretch;
  }
  #msp-mgmt-main-container .msp-mgmt-feature-section .msp-mgmt-feature-text,
  #msp-mgmt-main-container .msp-mgmt-feature-section .msp-mgmt-solve-wrap {
    flex: 1 1 auto;
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
  #msp-mgmt-main-container .msp-mgmt-feature-section .msp-mgmt-pain-quote {
    text-align: left;
  }
  #msp-mgmt-main-container
    .msp-mgmt-feature-section
    .msp-mgmt-section-illustration {
    margin: 6px auto 14px;
    max-width: 280px;
  }
  #msp-mgmt-main-container .msp-mgmt-cc .msp-mgmt-section-illustration img {
    height: 170px;
  }
  #msp-mgmt-main-container .msp-mgmt-feature-section .msp-mgmt-solve-wrap {
    margin-top: 26px;
  }
  #msp-mgmt-main-container .msp-mgmt-cc .slidesjs-control,
  #msp-mgmt-main-container .msp-mgmt-cc .slidesjs-container {
    height: 740px !important;
  }
}

/* <= 1040px */
@media (max-width: 1040px) {
  #msp-mgmt-main-container .msp-mgmt-next-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* <= 1024px */
@media (max-width: 1024px) {
  #msp-mgmt-main-container .msp-mgmt-banner-container {
    flex-direction: column;
    text-align: center;
  }
  #msp-mgmt-main-container .msp-mgmt-banner-content {
    text-align: center;
  }
  #msp-mgmt-main-container .msp-mgmt-banner-btn-wrap {
    justify-content: center;
  }
}

/* <= 900px — hide the concerns sidebar list; drop prev/next to the card's
   bottom-right corner (the pager dots stay where they are) */
@media (max-width: 900px) {
  #msp-mgmt-main-container .msp-mgmt-concerns-list {
    display: none;
  }
  #msp-mgmt-main-container .msp-mgmt-concern-navbtn {
    top: auto;
    bottom: 20px;
    transform: none;
    font-size: 2em;
  }
  #msp-mgmt-main-container .msp-mgmt-concern-navbtn[data-dir="prev"] {
    left: auto;
    right: 58px;
  }
  #msp-mgmt-main-container .msp-mgmt-concern-navbtn[data-dir="next"] {
    right: 18px;
  }
}

/* <= 860px */
@media (max-width: 860px) {
  #msp-mgmt-main-container .msp-mgmt-why-section .droid-section-outer-wrapper {
    padding: 40px 15px;
  }
  #msp-mgmt-main-container .msp-mgmt-why-head {
    flex-direction: column;
    align-items: flex-start;
  }
  #msp-mgmt-main-container .msp-mgmt-why-head-img {
    flex-basis: auto;
    max-width: 320px;
    align-self: center;
  }
  #msp-mgmt-main-container .msp-mgmt-concerns {
    flex-direction: column;
    height: auto;
  }
  #msp-mgmt-main-container .msp-mgmt-concerns-detail {
    padding: 28px 22px;
  }
  #msp-mgmt-main-container .msp-mgmt-concern-headline {
    font-size: 23px;
  }
  #msp-mgmt-main-container .msp-mgmt-concern-bg-icon {
    font-size: 130px;
    right: 18px;
    bottom: 16px;
  }
  #msp-mgmt-main-container .msp-mgmt-concern-nav {
    position: static;
    margin-top: 24px;
  }
}

/* <= 768px */
@media (max-width: 768px) {
  #msp-mgmt-main-container .msp-mgmt-cc .slidesjs-control,
  #msp-mgmt-main-container .msp-mgmt-cc .slidesjs-container {
    height: 800px !important;
  }
  #msp-mgmt-main-container .msp-mgmt-cc {
    padding: 0 10px 6px;
  }
  #msp-mgmt-main-container .msp-mgmt-cc .msp-mgmt-cc-nav {
    top: auto;
    bottom: 2px;
    transform: none;
    width: 34px;
    height: 34px;
  }
  #msp-mgmt-main-container .msp-mgmt-cc .slidesjs-previous.msp-mgmt-cc-nav {
    left: 8px;
  }
  #msp-mgmt-main-container .msp-mgmt-cc .slidesjs-next.msp-mgmt-cc-nav {
    right: 8px;
  }
  #msp-mgmt-main-container .msp-mgmt-hybrid-feats {
    grid-template-columns: 1fr;
  }
  #msp-mgmt-main-container .msp-mgmt-roi-grid,
  #msp-mgmt-main-container .msp-mgmt-solve-grid,
  #msp-mgmt-main-container .msp-mgmt-next-grid {
    grid-template-columns: 1fr;
  }
  #msp-mgmt-main-container .msp-mgmt-pain-quote ul {
    min-height: 120px;
  }
  #msp-mgmt-main-container .droid-section-main-title-desc {
    padding-left: 0;
  }
  #msp-mgmt-main-container .droid-section-main-title {
    font-size: 1.9em;
  }
  #msp-mgmt-main-container .msp-mgmt-banner-main-title.droid-banner-title {
    font-size: 1.95em;
  }
  #msp-mgmt-main-container .msp-mgmt-banner-tagline {
    font-size: 1.25em;
  }
  #msp-mgmt-main-container .msp-mgmt-challenge-subtitle {
    font-size: 1.35em;
  }
  #msp-mgmt-main-container .msp-mgmt-feature-section .msp-mgmt-solve-heading {
    font-size: 1.35em;
  }
  /* stats stack vertically; dividers turn horizontal */
  #msp-mgmt-main-container .msp-mgmt-stat-cards {
    flex-wrap: wrap;
  }
  #msp-mgmt-main-container .msp-mgmt-stat-cards li {
    justify-content: flex-start;
    padding: 12px 10px;
  }
}

/* <= 697px */
@media (max-width: 697px) {
  #msp-mgmt-main-container .msp-mgmt-banner-img {
    display: none;
  }
}

/* <= 600px */
@media (max-width: 600px) {
  #msp-mgmt-main-container .msp-mgmt-cc {
    padding: 0 6px;
  }
  #msp-mgmt-main-container .msp-mgmt-cc .msp-mgmt-section-illustration {
    display: none;
  }
  #msp-mgmt-main-container .msp-mgmt-cc .msp-mgmt-quote-tail {
    display: none;
  }
  #msp-mgmt-main-container .msp-mgmt-cc .slidesjs-control,
  #msp-mgmt-main-container .msp-mgmt-cc .slidesjs-container {
    height: 640px !important;
  }
  #msp-mgmt-main-container .msp-mgmt-cta-section {
    padding: 66px 18px 60px;
  }
  #msp-mgmt-main-container .msp-mgmt-cta-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  #msp-mgmt-main-container .msp-mgmt-cta-primary,
  #msp-mgmt-main-container .msp-mgmt-cta-secondary {
    justify-content: center;
  }
  #msp-mgmt-main-container .droid-section-main-title {
    font-size: 1.6em;
  }
  #msp-mgmt-main-container .msp-mgmt-concern-headline {
    font-size: 18px;
  }
  #msp-mgmt-main-container .msp-mgmt-banner-main-title.droid-banner-title {
    font-size: 1.7em;
  }
  #msp-mgmt-main-container .msp-mgmt-banner-tagline {
    font-size: 1.15em;
  }
  #msp-mgmt-main-container .msp-mgmt-challenge-subtitle {
    font-size: 1.3em;
  }
  #msp-mgmt-main-container .msp-mgmt-feature-section .msp-mgmt-solve-heading {
    font-size: 1.3em;
  }
}

/* <= 590px — comparison table tightens but stays two columns */
@media (max-width: 590px) {
  #msp-mgmt-main-container .msp-mgmt-concern-compare th,
  #msp-mgmt-main-container .msp-mgmt-concern-compare td {
    padding: 11px 13px;
  }
  #msp-mgmt-main-container .msp-mgmt-cmp-head {
    font-size: 0.9em;
  }
  #msp-mgmt-main-container .msp-mgmt-concern-compare td {
    font-size: 12.5px;
  }
}

/* <= 480px — banner text returns to left-aligned */
@media (max-width: 480px) {
  #msp-mgmt-main-container .msp-mgmt-banner-container {
    text-align: left;
  }
  #msp-mgmt-main-container .msp-mgmt-banner-content {
    text-align: left;
  }
  #msp-mgmt-main-container .msp-mgmt-banner-btn-wrap {
    justify-content: flex-start;
  }
  #msp-mgmt-main-container .msp-mgmt-cmp-logo {
    display: none;
  }
  /* stack the two source cards */
  #msp-mgmt-main-container .msp-mgmt-hybrid-sources {
    grid-template-columns: 1fr;
  }
}

/* <= 460px */
@media (max-width: 460px) {
  /* concern comparison table — tighten padding so both columns still fit */
  #msp-mgmt-main-container .msp-mgmt-concern-compare th,
  #msp-mgmt-main-container .msp-mgmt-concern-compare td {
    padding: 10px 10px;
  }
  #msp-mgmt-main-container .msp-mgmt-concern-compare td {
    font-size: 12px;
  }
}

/* <= 400px — grow the challenge carousel to fit the taller stacked content */
@media (max-width: 400px) {
  #msp-mgmt-main-container .msp-mgmt-cc .slidesjs-control,
  #msp-mgmt-main-container .msp-mgmt-cc .slidesjs-container {
    height: 730px !important;
  }
}

/* reduced motion — disable the panel entrance animations */
@media (prefers-reduced-motion: reduce) {
  #msp-mgmt-main-container .msp-mgmt-concern-panel.active > * {
    animation: none;
  }
}
