/* Stori Analytics detail */
.spm-stori .cs-hero {
  min-height: 250px;
  padding-bottom: 64px;
}

.stori-intro {
  padding: 78px 0 72px;
  background: #fff;
}

.stori-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1.08fr);
  gap: 32px 36px;
  align-items: center;
}

.stori-intro h2 {
  margin: 0 0 22px;
  max-width: 520px;
  font-family: var(--font-head);
  font-size: clamp(32px, 3.3vw, 46px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.16;
  color: #171433;
}

.stori-intro p,
.stori-copy p,
.stori-feature p {
  margin: 0;
  color: #8d8d9c;
  font-size: 18px;
  line-height: 1.7;
}
.stori-goal .stori-copy {
  padding-left: 4rem;
}

.stori-intro p {
  max-width: 520px;
  color: #8b8b99;
  font-size: 18px;
  line-height: 1.75;
}

.stori-devices {
  display: flex;
  justify-content: flex-end;
}

.stori-devices img {
  width: min(100%, 595px);
  height: auto;
}

.stori-band {
  padding: 56px 0;
}

.stori-band-soft {
  background: #eeeff442;
  padding: 72px 0 68px;
}

.stori-split {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px 48px;
  align-items: start;
}

.stori-band-soft .stori-split {
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: 20px 48px;
}

.stori-band-soft .stori-split h2 {
  padding-top: 2px;
  font-size: clamp(32px, 3.2vw, 46px);
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: #171433;
}

.stori-split h2,
.stori-stages h2,
.stori-features h2,
.stori-results h2 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #1b1740;
}

.stori-lead {
  margin: 0 0 16px;
  color: #3d3a4e;
  font-size: 16px;
  line-height: 1.65;
}

.stori-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stori-points li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 16px;
  color: #6d6a7c;
  font-size: 15px;
  line-height: 1.6;
}

.stori-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1b1740;
}

.stori-points strong {
  color: #1b1740;
  font-weight: 700;
}

.stori-copy .stori-challenge-intro {
  margin: 0 0 22px;
  color: #6e6c7a;
  font-size: 18px;
  line-height: 1.7;
}

.stori-points-plus li {
  margin: 0 0 16px;
  padding-left: 22px;
  color: #6e6c7a;
  font-size: 18px;
  line-height: 1.65;
}

.stori-points-plus li:last-child {
  margin-bottom: 0;
}

.stori-points-plus li::before {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 0px;
  background: #86c881;
  clip-path: polygon(50% 0%, 65% 35%, 100% 50%, 65% 65%, 50% 100%, 35% 65%, 0% 50%, 35% 35%);
}

.stori-points-plus strong {
  color: #2c2940;
  font-weight: 700;
}

.stori-goal .stori-lead {
  margin: 0 0 14px;
  max-width: 640px;
  color: #2a2740;
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
}

.stori-solution {
  position: relative;
  padding: 78px 0 150px;
  background-color: #0c1622;
  background-image: url("../images/8.png");
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.stori-solution .stori-split {
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 12px 36px;
}

.stori-solution h2 {
  color: #8ed48a;
  font-size: clamp(30px, 2.8vw, 46px);
  white-space: nowrap;
}

.stori-solution .stori-copy p {
  margin-bottom: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}

.stori-solution .stori-copy p:last-of-type {
  margin-bottom: 26px;
}
 .stori-solution .stori-copy{
  padding-left: 20px;
 }

.stori-highlights {
  margin-top: 20px;
  max-width: 520px;
  padding: 22px 26px 16px;
  border-radius: 12px;
  background: #1A2A3B;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.stori-highlights h3 {
  margin: 0 0 14px;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.stori-highlights .stori-points-plus li {
  color: rgba(255, 255, 255, 0.88);
}

.stori-highlights .stori-points-plus li::before {
  color: #8ed48a;
}

.stori-stages {
  position: relative;
  z-index: 2;
  margin-top: -108px;
  padding-bottom: 12px;
  background: transparent;
}

.stori-stages-card {
  padding: 42px 36px 36px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 -9px 40px rgba(16, 24, 40, 0.1);
}

.stori-stages h2 {
  margin-bottom: 32px;
  text-align: center;
}

.stori-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.stori-steps::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 10%;
  right: 2%;
  border-top: 2px dotted #d0d0d8;
}

.stori-steps li {
  position: relative;
  text-align: center;
  padding: 0 10px;
}

.stori-steps span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #8bc56d;
  color: #fff;
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 600;
}

.stori-enhance .stori-copy{
  padding-left: 50px;
}
.stori-steps strong {
  display: block;
  max-width: 170px;
  margin: 0 auto;
  color: #2c2940;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.stori-enhance {
  padding: 56px 0 72px;
  background: #fff;
}

.stori-note {
  margin: 0 0 10px;
  color: #1b1740;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
}

.stori-outcomes {
  max-width: 640px;
  margin-top: 20px;
  padding: 20px 22px 14px;
  border-radius: 8px;
  background: #e7f4e69e;
}

.stori-outcomes .stori-points-plus li {
  color: #5c6570;
}

.stori-outcomes h3,
.stori-outcome h3 {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700;
  color: #1b1740;
}

.stori-features {
  padding: 72px 0 80px;
  background: #101214;
}

.stori-features h2 {
  margin-bottom: 70px;
  text-align: center;
  color: #fff;
}

.stori-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 1fr);
  gap: 24px 36px;
  align-items: center;
  margin-bottom: 22px;
  padding: 32px 36px;
  border-radius: 14px;
  background: #fff;
}

.stori-feature:last-child {
  margin-bottom: 0;
}

.stori-feature.is-flip {
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 1.05fr);
}

.stori-feature.is-flip .stori-feature-copy {
  order: 2;
}

.stori-feature h3 {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 600;
  color: #1b1740;
}

.stori-feature p {
  margin-bottom: 16px;
  font-size: 18px !important;
}

.stori-delivery .stori-copy{
  padding-left: 50px;
}
.stori-outcome {
  padding: 14px 16px;
  border-radius: 8px;
  background: #e7f4e4;
}

.stori-outcome p {
  margin: 0;
  color: #5c6570;
  font-size: 15px;
  line-height: 1.6;
}

.stori-outcome strong {
  color: #1b1740;
  font-weight: 700;
}

.stori-laptop {
  width: min(100%, 460px);
  margin-left: auto;
}

.stori-feature.is-flip .stori-laptop {
  margin-left: 0;
  margin-right: auto;
}

.stori-laptop img {
  width: 100%;
  height: auto;
}

.stori-delivery {
  padding: 64px 0;
  background: #fff;
}

.stori-results {
  padding: 72px 0 88px;
  background: #e8f6e4;
}

.stori-results h2 {
  margin-bottom: 60px;
  text-align: center;
}

.stori-result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.stori-result {
  min-height: 230px;
  padding: 28px 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(40, 70, 40, 0.06);
}

.stori-result-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
}

.stori-result-icon img {
  width: 42px;
  height: 42px;
}

.stori-result h3 {
  margin: 0 0 10px;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #1b1740;
}

.stori-result p {
  margin: 0;
  color: #8d8d9c;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .stori-intro-grid,
  .stori-split,
  .stori-band-soft .stori-split,
  .stori-solution .stori-split,
  .stori-feature,
  .stori-feature.is-flip,
  .stori-result-grid {
    grid-template-columns: 1fr;
  }

  .stori-enhance .stori-copy  , .stori-delivery .stori-copy , .stori-goal .stori-copy{
    padding-left: 0px;
}


  .stori-feature.is-flip .stori-feature-copy {
    order: -1;
  }

  .stori-solution h2 {
    white-space: normal;
  }

  .stori-devices {
    justify-content: center;
  }

  .stori-intro h2,
  .stori-intro p {
    max-width: none;
  }

  .stori-laptop,
  .stori-feature.is-flip .stori-laptop {
    margin: 0 auto;
  }

  .stori-steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .stori-steps::before {
    display: none;
  }

  .stori-highlights {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .stori-intro,
  .stori-band,
  .stori-enhance,
  .stori-features,
  .stori-delivery,
  .stori-results {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .stori-solution {
    padding: 48px 0 96px;
  }

  .stori-feature {
    padding: 22px 18px;
  }
}

/* MSR Live detail */
.spm-msr .cs-hero {
  min-height: 220px;
  padding-bottom: 48px;
}

.spm-msr {
  --msr-ink: #12141c;
  --msr-muted: #6b7280;
  --msr-green: #147a45;
  --msr-green-deep: #0f6b3a;
  --msr-mint: #e7f6ea;
  --msr-line: #e6e8ee;
}

.msr-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 6px 12px 6px 10px;
  border-radius: 999px;
  background: #D1FAE5;
  color: var(--msr-green);
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
.msr-stat-num .msr-pill {
  color: #065F46;
}

.msr-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3dae62;
}

.msr-pill.is-lilac {
  background: #E2E7FF;
  color: #6d4ea3;
}

.msr-pill.is-lilac span {
  background: #8b6cc4;
}

.msr-intro {
  padding: 84px 0 36px;
  background: #fff;
}

.msr-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.05fr);
  gap: 36px 56px;
  align-items: center;
}

.msr-intro h2,
.msr-split h2,
.msr-stages h2,
.msr-parity h2,
.msr-platform h2,
.msr-work h2,
.msr-today h2,
.msr-how h2,
.msr-applies h2 {
  margin: 0;
  color: var(--msr-ink);
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.msr-intro h2 {
  max-width: 560px;
  margin-bottom: 22px;
  font-size: clamp(34px, 3.5vw, 48px);
}

.msr-intro-copy > p:last-child {
  max-width: 540px;
  margin: 0;
  color: #5c6570;
  font-size: 18px;
  line-height: 1.7;
}

.msr-intro mark {
  padding: 0 4px;
  border-radius: 4px;
  background: #D1FAE5;
  color: #131313;
  text-decoration: underline;
}

.msr-browser img {
  width: 100%;
  filter: drop-shadow(0 22px 40px rgba(16, 24, 40, 0.14));
}

.msr-stat {
  padding: 50px 0 48px;
  background: #eef8ec;
}

.msr-stat-card {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: 28px 48px;
  align-items: center;
  padding: 36px 40px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(40, 70, 40, 0.05);
}

.msr-stat-num strong {
  display: block;
  margin: 4px 0 8px;
  color: var(--msr-green-deep);
  font-family: var(--font-head);
  font-size: clamp(64px, 6vw, 84px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.msr-stat-num > p {
  margin: 0;
  color: var(--msr-ink);
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
}

.msr-stat-num em {
  display: inline-block;
  margin-top: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}

.msr-stat-copy {
  padding-left: 28px;
  border-left: 3px solid var(--msr-green);
}

.msr-stat-copy > p {
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.65;
}

.msr-stat-copy strong {
  color: var(--msr-ink);
  font-weight: 700;
}

.msr-stat-copy u {
  color: var(--msr-green-deep);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.msr-stat-copy ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.msr-stat-copy li {
  padding: 14px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background-color: #f3f4f64a;
}

.msr-stat-copy li span {
  display: block;
  margin-bottom: 6px;
  color: #9ca3af;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.msr-stat-copy li strong {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #374151;
  font-size: 13.5px;
  font-weight: 600;
}

.msr-stat-copy li strong::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3dae62;
  flex-shrink: 0;
}

.msr-quote-band {
  padding: 64px 0;
  background: #d5d8dec7;
}
p.msr-solution-lead{
  color: #fff !important;
}

.msr-quote {
  position: relative;
  margin: 0;
  padding: 40px 48px 32px;
  border-radius: 28px;
  background: #c8e4c3;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}

.msr-quote-text i {
  float: right;
  width: 318px;
  height: 34px;
  margin: 0 0 0 12px;
  color: #111827;
  font-size: 78px;
  line-height: 34px;
  text-align: right;
  position: relative;
  top: -54px;
}

.msr-quote-text {
  margin: 6px 0 36px;
  color: #111827;
  font-family: var(--font-head);
  font-size: clamp(28px, 2.8vw, 36px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.msr-quote-text::after {
  content: "";
  display: block;
  clear: both;
}

.msr-quote-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 56px;
  align-items: stretch;
}

.msr-quote-grid > div {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.msr-quote-grid h3 {
  margin: 0 0 10px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.msr-quote-grid p {
  margin: 0 0 22px;
  color: #3f4a44;
  font-size: 16px;
  line-height: 1.65;
}

.msr-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: auto 0 0 !important;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 24, 39, 0.22);
  color: #1f2937 !important;
  font-size: 14px !important;
  font-weight: 500;
}
.msr-shield.align-items-center{
  background-color: #cccccc33;
}
.msr-check::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3dae62;
  display: inline-block;
  font-weight: 900;
  color: var(--msr-green);
  font-size: 12px;
}

.msr-challenge {
  padding: 88px 0;
  background: #f4f5f7;
}

.msr-split {
  display: grid;
  grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
  gap: 24px 64px;
  align-items: start;
}

.msr-split h2 {
  font-size: clamp(32px, 3vw, 42px);
}

.msr-lead {
  margin: 0 0 28px;
  color: #6b7280;
  font-size: 17px;
  line-height: 1.65;
}

.msr-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.msr-points li {
  position: relative;
  margin: 0 0 22px;
  padding-left: 22px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
}

.msr-points li:last-child {
  margin-bottom: 0;
}

.msr-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #3dae62;
  transform: rotate(45deg);
}

.msr-points strong {
  color: #1f2937;
}

.msr-solution {
  padding: 88px 0;
  background: #0c1220;
}

.msr-solution h2 {
  color: #7dce6a;
  font-size: clamp(32px, 3vw, 42px);
}

.msr-solution-lead {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--font-head);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.msr-solution-copy p {
  margin: 0 0 18px;
  color: #b7c0cc;
  font-size: 16px;
  line-height: 1.7;
}

.msr-solution-note {
  margin-bottom: 0 !important;
  color: #8b95a3 !important;
  font-size: 15px !important;
}

.msr-stages {
  padding: 88px 0 72px;
  background: #fff;
}

.msr-stages h2,
.msr-platform h2,
.msr-today h2 {
  text-align: center;
  font-size: clamp(40px, 3.2vw, 30px);
}
span.msr-proto{
  font-size: 8px;
}

.msr-how .msr-how-points p{
  font-size: 18px;
}
.msr-stages > .spm-wrap > p {
  max-width: 560px;
  margin: 12px auto 48px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.msr-stages ol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.msr-stages li {
  text-align: center;
}

.msr-stages li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #1f9d55;
  color: #fff;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
}

.msr-stages strong {
  display: block;
  margin-bottom: 8px;
  color: var(--msr-ink);
  font-size: 16px;
  font-weight: 700;
}

.msr-stages em {
  display: block;
  color: #6b7280;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.msr-parity {
  padding: 24px 0 72px;
  background: #fff;
}

.msr-parity-grid {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 40px 64px;
  align-items: start;
}

.msr-parity h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 3vw, 36px);
}

.msr-parity-kicker {
  margin: 0 0 22px;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.msr-shield {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}
.msr-parity-grid  .fw-600{  
  font-weight: 500 !important;
}

.msr-shield i {
  margin-top: 2px;
  color: #3dae62;
  font-size: 18px;
}

.msr-shield p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

.msr-parity-grid > div > p {
  margin: 0 0 16px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
}

.msr-rules article {
  padding: 22px 0 8px;
  border-top: 1px solid var(--msr-line);
}

.msr-rules header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 8px;
}

.msr-rules h3 {
  margin: 0;
  color: var(--msr-ink);
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
}

.msr-rules h3 span {
  margin-right: 8px;
  color: var(--msr-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.msr-rules header em {
  flex-shrink: 0;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e7f6ea;
  color: #157a45;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.msr-rules header em.is-muted {
  background: #f3f4f6;
  color: #6b7280;
}

.msr-rules article > p:not(.msr-check) {
  max-width: 640px;
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
}

.msr-rules .msr-check {
  justify-content: flex-end;
  border-top: 0;
  padding-top: 8px;
  color: var(--msr-green) !important;
  font-size: 13px !important;
  font-weight: 600;
}

.msr-callout {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 4px solid #e0b15a;
  border-radius: 12px;
  background: #fff8eb;
}

.msr-callout p {
  margin: 0;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.6;
}

.msr-callout p + p {
  margin-top: 6px;
}

.msr-callout span {
  margin-right: 8px;
  color: #b8860b;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.msr-callout strong {
  color: var(--msr-ink);
}

.msr-platform {
  padding: 72px 0 20px;
  background: #fff;
  border-top: 1px solid var(--msr-line);
}

.msr-platform > .spm-wrap > .msr-pill {
  display: flex;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.msr-platform-lead {
  max-width: 640px;
  margin: 12px auto 56px;
  color: #6b7280;
  font-size: 16px;
  text-align: center;
}

.msr-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.85fr);
  gap: 28px 56px;
  align-items: center;
  padding: 36px 0;
  border-top: 1px solid #f0f1f4;
}

.msr-feature.is-flip {
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1fr);
}

.msr-feature img {
  width: min(100%, 460px);
  margin-left: auto;
  filter: drop-shadow(0 16px 28px rgba(16, 24, 40, 0.12));
}

.msr-feature.is-flip img {
  margin-right: auto;
  margin-left: 0;
}

.msr-feature-copy h3 {
  margin: 0 0 12px;
  color: #374151;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.msr-feature-copy > p {
  margin: 0 0 18px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.65;
}

.msr-outcome {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  max-width: 460px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #e7f6ea;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
}

.msr-outcome i {
  margin-top: 3px;
  color: var(--msr-green);
  font-size: 13px;
}

.msr-work {
  padding: 28px 0 88px;
  background: #fff;
}

.msr-work h2 {
  margin-bottom: 8px;
  font-size: clamp(30px, 3vw, 40px);
}

.msr-work-lead {
  margin: 0 0 28px;
  color: #6b7280;
  font-size: 16px;
}

.msr-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 32px;
}

.msr-work-grid article {
  padding-top: 16px;
  border-top: 2px solid #7dce6a;
}

.msr-work-grid h3 {
  margin: 0 0 8px;
  color: var(--msr-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.msr-work-grid p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
}

.msr-today {
  padding: 72px 0 80px;
  background: #eef8ec;
}

.msr-today h2 {
  margin-bottom: 28px;
}

.msr-today-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.msr-today article {
  padding: 22px 20px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(40, 70, 40, 0.05);
}

.msr-today h3 {
  margin: 0 0 8px;
  color: var(--msr-ink);
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 700;
}

.msr-today p {
  margin: 0;
  color: #6b7280;
  font-size: 14.5px;
  line-height: 1.6;
}

.msr-how {
  padding: 80px 0;
  background: #e6e7eb;
}

.msr-how-grid {
  display: grid;
  grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
  gap: 24px 48px;
  align-items: start;
}

.msr-how h2 {
  font-size: clamp(32px, 3vw, 40px);
}

.msr-how-grid > div > p {
  margin: 0 0 28px;
  color: #4b5563;
  font-size: 16.5px;
  line-height: 1.65;
}

.msr-how-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 36px;
}

.msr-how-points h3 {
  margin: 0 0 8px;
  color: var(--msr-ink);
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 700;
}

.msr-how-points p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
}

.msr-applies {
  padding: 80px 0 96px;
  background: #fff;
}

.msr-applies h2 {
  margin-bottom: 8px;
  font-size: clamp(32px, 3vw, 40px);
}

.msr-applies > .spm-wrap > p {
  max-width: 640px;
  margin: 0 0 28px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
}

.msr-apply-card {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
}

.msr-apply-card article {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) auto;
  gap: 18px 28px;
  align-items: center;
  padding: 22px 24px;
  border-top: 1px solid #eef0f3;
}

.msr-apply-card article:first-child {
  border-top: 0;
}

.msr-apply-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.msr-chip,
.msr-proto,
.msr-apply-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.msr-chip.is-green,
.msr-proto.is-green { background: #e7f6ea; color: #157a45; }
.msr-chip.is-amber,
.msr-proto.is-amber { background: #fff4e5; color: #b45309; }
.msr-chip.is-blue,
.msr-proto.is-blue { background: #eef2ff; color: #4338ca; }
.msr-chip.is-purple,
.msr-proto.is-purple { background: #f5eefe; color: #7c3aed; }

.msr-apply-card h3 {
  margin: 0;
  color: var(--msr-ink);
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.msr-apply-card article > p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.55;
}

.msr-apply-tag {
  background: #cccccc33;
  border: 1px solid #e5e7eb;
  color: #4b5563;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.msr-apply-tag::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.msr-apply-tag.is-green::before { background: #3dae62; }
.msr-apply-tag.is-amber::before { background: #f59e0b; }
.msr-apply-tag.is-blue::before { background: #6366f1; }
.msr-apply-tag.is-purple::before { background: #a855f7; }

@media (max-width: 991px) {
  .msr-intro-grid,
  .msr-stat-card,
  .msr-quote-grid,
  .msr-split,
  .msr-parity-grid,
  .msr-feature,
  .msr-feature.is-flip,
  .msr-today-grid,
  .msr-how-grid,
  .msr-apply-card article {
    grid-template-columns: 1fr;
  }

  .msr-stages ol,
  .msr-work-grid,
  .msr-stat-copy ul {
    grid-template-columns: 1fr 1fr;
  }

  .msr-stat-copy {
    padding-left: 0;
    border-left: 0;
    padding-top: 8px;
    border-top: 3px solid var(--msr-green);
  }

  .msr-feature img,
  .msr-feature.is-flip img {
    margin: 0 auto;
  }

  .msr-stages li {
    text-align: center;
  }

  .msr-apply-tag {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .msr-intro,
  .msr-challenge,
  .msr-solution,
  .msr-stages,
  .msr-platform,
  .msr-work,
  .msr-today,
  .msr-how,
  .msr-applies {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .msr-quote,
  .msr-stat-card {
    padding: 22px 18px;
  }

  .msr-quote-text i {
    float: none;
    position: inherit;
    top: 22px;
    right: 18px;
    margin: 0;
    font-size: 48px;
  }

  .msr-quote-text {
    padding-right: 40px;
  }

  .msr-stages ol,
  .msr-work-grid,
  .msr-stat-copy ul,
  .msr-how-points {
    grid-template-columns: 1fr;
  }

  .msr-rules header {
    align-items: flex-start;
    flex-direction: column;
  }
}



/* AssetIQ detail */
.spm-assetiq , .spm-plateau{
  background: #cccccc33 !important;
}

.spm-assetiq .cs-hero {
  min-height: 250px;
  padding-bottom: 64px;
}

.aiq-intro {
  padding: 72px 0 28px;
}

.aiq-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 420px);
  gap: 48px 56px;
  align-items: center;
}

.aiq-intro .spm-wrap {
  padding-bottom: 48px;
  border-bottom: 1px solid #e4e7f0;
}

.aiq-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 25px !important;
  padding: 6px 12px 6px 8px;
  border-radius: 999px;
  background: #3e85e747;
  color: #002962 !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aiq-pill i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: #2f5ea8;
  font-size: 11px;
}

.aiq-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: #12182a;
  font-family: var(--font-head);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.spm-assetiq{
  background-color: #cccccc33 !important;
}

.aiq-title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #071d69;
  color: #fff;
  font-size: 16px;
}

.aiq-intro-copy > p {
  margin: 0;
  max-width: 560px;
  color: #6b7285;
  font-size: 18px;
  line-height: 1.7;
}

.aiq-analytics {
 
}

.aiq-screen {
  position: relative;
  height: 168px;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 80%, rgba(56, 189, 248, 0.35), transparent 42%),
    linear-gradient(160deg, #071426 0%, #0a2348 48%, #12325f 100%);
}

.aiq-screen-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 8px;
  background: rgba(8, 20, 48, 0.72);
  border: 1px solid rgba(125, 211, 252, 0.35);
  color: #dbeafe;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aiq-screen svg {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 28px;
  width: 84%;
  height: 72px;
}

.aiq-screen-chip {
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(8, 30, 68, 0.78);
  border: 1px solid rgba(125, 211, 252, 0.4);
  color: #e0f2fe;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.aiq-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  color: #9ec5ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aiq-analytics h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.aiq-analytics > p:last-child {
  margin: 0;
  color: rgba(219, 231, 254, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.aiq-pipeline {
  padding: 36px 0 88px;
}

.aiq-panel {
  padding: 32px 32px 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(20, 30, 60, 0.05);
}

.aiq-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.aiq-kicker-plain {
  margin: 0 0 6px;
  color: #8b93a7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aiq-panel h2 {
  margin: 0;
  color: #12182a;
  font-family: var(--font-head);
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.aiq-tag {
  flex-shrink: 0;
  margin-bottom: 4px;
  padding: 7px 12px;
  border-radius: 6px;
  background: #e7f0fb;
  color: #4d74b0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aiq-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.aiq-steps li {
  position: relative;
  min-height: 168px;
  padding: 14px 14px 16px;
  border-radius: 14px;
  background: #F1F3FF;
}

.aiq-step-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
  color: #c5cad6;
  font-size: 12px;
  font-weight: 600;
}

.aiq-step-top i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: #D9E2FC;
  color: #5c6b88;
  font-size: 13px;
  box-shadow: 0 1px 2px rgba(20, 30, 60, 0.06);
}

.aiq-steps strong {
  display: block;
  margin: 2px 0 6px;
  color: #1c2433;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.aiq-steps em {
  display: block;
  margin-bottom: 2px;
  color: #9aa3b5;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.aiq-steps p {
  margin: 0;
  color: #434751;
  font-size: 12px;
  line-height: 1.45;
}

.aiq-found {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.aiq-found span {
  color: #8b93a7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aiq-found em {
  color: #3d6cb5;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
}

.aiq-layers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.aiq-layers li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #d7ebd4;
}

.aiq-layers strong {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #002962;
  font-size: 14px;
  font-weight: 700;
}

.aiq-layers strong i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #002962;
  color: #fff;
  font-size: 13px;
}

.aiq-layers p {
  margin: 0;
  color: #3f6b52;
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
}

@media (max-width: 991px) {
  .aiq-intro-grid,
  .aiq-steps {
    grid-template-columns: 1fr 1fr;
  }

  .aiq-intro-grid {
    grid-template-columns: 1fr;
  }

  .aiq-analytics {
    max-width: 480px;
  }
}

@media (max-width: 767px) {
  .aiq-intro,
  .aiq-pipeline {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .aiq-panel {
    padding: 20px 16px;
  }

  .aiq-panel-head,
  .aiq-found,
  .aiq-layers li {
    flex-direction: column;
    align-items: flex-start;
  }

  .aiq-layers p {
    text-align: left;
  }

  .aiq-steps {
    grid-template-columns: 1fr;
  }

  .aiq-pill {
    font-size: 10px;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}

/* Plateau detail */
.spm-plateau {
  background: #fff;
}

.spm-plateau .cs-hero {
  min-height: 250px;
  padding-bottom: 64px;
}

.plt-intro {
  padding: 88px 0 96px;
  background: #fff;
}

.plt-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 460px);
  gap: 40px 64px;
  align-items: center;
}

.plt-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  padding: 7px 14px 7px 12px;
  border-radius: 999px;
  background: #e7eefb;
  color: #1a3a6b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plt-pill i {
  color: #3d6cb5;
  font-size: 12px;
}

.plt-title {
  margin: 0 0 16px;
  color: #12182a;
  font-family: var(--font-head);
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.plt-intro-copy > p {
  margin: 0;
  max-width: 540px;
  color: #6b7285;
  font-size: 16px;
  line-height: 1.7;
}

.plt-card img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .plt-intro-grid {
    grid-template-columns: 1fr;
  }

  .plt-card {
    max-width: 480px;
  }
}

@media (max-width: 767px) {
  .plt-intro {
    padding: 40px 0 48px;
  }

  .plt-pill {
    font-size: 10px;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .plt-intro-copy > p {
    font-size: 15px;
  }
}

.spm-plateau .aiq-title{
  font-size: 40px;
}

.spm-plateau .aiq-intro{
  background-color: #F9F9FF;
}

/* Brand New Day detail */
.spm-bnd {
  background: #fff;
}

.spm-bnd .cs-hero {
  min-height: 250px;
  padding-bottom: 64px;
}

.bnd-intro {
  padding: 80px 0 72px;
  background: #fff;
}

.bnd-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 440px);
  gap: 40px 56px;
  align-items: center;
}

.bnd-intro-copy h2 {
  margin: 0 0 16px;
  color: #12182a;
  font-family: var(--font-head);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.bnd-intro-copy p {
  margin: 0;
  max-width: 540px;
  color: #6b7285;
  font-size: 18px;
  line-height: 1.7;
}

.bnd-dash {
 
}

.bnd-dash-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.bnd-dots {
  display: inline-flex;
  gap: 5px;
}

.bnd-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f0b429;
}

.bnd-dots i:first-child { background: #ef5b5b; }
.bnd-dots i:last-child { background: #3dbe6a; }

.bnd-dash-top strong {
  color: #8b93a7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.bnd-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #1f8a4c;
  font-size: 11px;
  font-weight: 700;
}

.bnd-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22a06b;
}

.bnd-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.bnd-metrics > div {
  padding: 10px 12px 12px;
  border-radius: 10px;
  background: #f7f8fb;
}

.bnd-metrics span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  color: #8b93a7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bnd-metrics b {
  flex-shrink: 0;
  color: #1a3a6b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.bnd-bar {
  height: 6px;
  border-radius: 99px;
  background: #e6eaf1;
  overflow: hidden;
}

.bnd-bar em {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.bnd-bar.is-green em {
  width: 78%;
  background: #3dae62;
}

.bnd-bar.is-blue em {
  width: 100%;
  background: #d5e4fb;
}

.bnd-chart-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px;
  color: #8b93a7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bnd-chart {
  display: block;
  width: 100%;
  height: 92px;
}

.bnd-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  color: #6b7285;
  font-size: 11px;
}

.bnd-legend i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #c5cad6;
}

.bnd-legend i.is-green {
  background: #3dae62;
}

.bnd-build {
  padding: 64px 0 88px;
  background: #f4f6fb;
}

.bnd-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 12px;
  border-radius: 8px;
  background: #CFE1FB;
  color: #37485D;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bnd-build h2 {
  margin: 0 0 12px;
  max-width: 720px;
  color: #12182a;
  font-family: var(--font-head);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.bnd-build-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.bnd-build-row p {
  margin: 0;
  max-width: 640px;
  color: #6b7285;
  font-size: 18px;
  line-height: 1.6;
}

.bnd-scope {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  color: #3f6b52;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 1px 2px rgba(20, 30, 60, 0.05);
}

.bnd-scope i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3dae62;
}

.bnd-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.bnd-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #eef1f6;
  box-shadow: 0 8px 24px rgba(20, 30, 60, 0.04);
}

.bnd-card-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.bnd-num {
  color: #102a56;
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.bnd-badge {
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 6px;
  background: #e7f0fb;
  color: #3a6cb5;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bnd-badge.is-green {
  background: #c8f5d4;
  color: #16803c;
}

.bnd-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #eef3fb;
  color: #3d5a80;
  font-size: 13px;
}

.bnd-kicker {
  margin: 0 0 4px;
  color: #4F6076;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bnd-card h3 {
  margin: 0 0 8px;
  color: #12182a;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.bnd-card > p:last-of-type {
  margin: 0;
  color: #121B2E;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

.bnd-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #EFF3F9;
  color: #16803c;
  font-size: 13px;
  font-weight: 600;
}

.bnd-tags i {
  margin-right: 4px;
}

.bnd-tags span:last-child {
  color: #102a56;
  font-weight: 700;
  text-align: right;
}

.bnd-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 32px;
  border-radius: 18px;
  background: #6ece5b45;
}

.bnd-result-main {
  display: flex;
  gap: 14px;
  min-width: 0;
}

.bnd-result-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #157a3a;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.bnd-result-ico img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.bnd-result-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  color: #1c2433;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bnd-result-kicker span {
  padding: 3px 10px;
  border-radius: 999px;
  background: #3d6fd4;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.01em;
  text-transform: none;
}

.bnd-result-main p:last-of-type {
  margin: 0 0 16px;
  max-width: 760px;
  color: #243044;
  font-size: 18px;
  line-height: 1.55;
}

.bnd-result a {
  color: #2f6fbe;
  font-size: 18px;
  line-height: 1.45;
  word-break: break-word;
}

.bnd-result a:hover {
  text-decoration: underline;
}

.bnd-stat {
  flex-shrink: 0;
  text-align: center;
}

.bnd-stat strong {
  display: block;
  color: #12182a;
  font-family: var(--font-head);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.bnd-stat span {
  display: block;
  margin-top: 6px;
  color: #131A28;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .bnd-intro-grid,
  .bnd-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bnd-intro-grid {
    grid-template-columns: 1fr;
  }

  .bnd-dash {
    max-width: 480px;
  }
}

@media (max-width: 767px) {
  .bnd-intro,
  .bnd-build {
    padding: 40px 0 48px;
  }

  .bnd-build-row,
  .bnd-result {
    flex-direction: column;
    align-items: flex-start;
  }

  .bnd-grid,
  .bnd-metrics {
    grid-template-columns: 1fr;
  }

  .bnd-stat {
    text-align: left;
  }

  .bnd-tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .bnd-tags span:last-child {
    text-align: left;
  }
}

/* Matrix Capital Advisors detail */
.spm-mca {
  background: #fff;
}

.mca-intro {
  padding: 72px 0 64px;
  background: #fff;
}

.mca-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 40px 56px;
  align-items: center;
}

.mca-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #CFE1FB;
  color: #002962 !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mca-pill i {
  color: #3d6cb5;
  font-size: 12px;
}

.mca-intro-copy h2 {
  margin: 0 0 16px;
  color: #12182a;
  font-family: var(--font-head);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.mca-intro-copy > p {
  margin: 0;
  max-width: 540px;
  color: #6b7285;
  font-size: 18px;
  line-height: 1.7;
}

.mca-dash img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.mca-build {
  padding: 64px 0 88px;
  background: #f7f7ff;
}

.mca-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 12px;
  border-radius: 8px;
  background: #CFE1FB;
  color: #002962 !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mca-kicker i {
  color: #3d6cb5;
}

.mca-build-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.mca-build h2 {
  margin: 0;
  max-width: 640px;
  color: #12182a;
  font-family: var(--font-head);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.mca-scope {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  color: #3f6b52;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 1px 2px rgba(20, 30, 60, 0.05);
}

.mca-scope i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3dae62;
}

.mca-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.mca-card {
  display: flex;
  flex-direction: column;
  min-height: 228px;
  padding: 20px 22px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #eef0f6;
  box-shadow: 0 10px 28px rgba(30, 40, 80, 0.05);
}

.mca-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.mca-num {
  color: #c5c6cc;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.mca-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #e4e9ff;
  color: #5f84c4;
  font-size: 15px;
}

.mca-card h3 {
  margin: 0 0 8px;
  color: #282b32;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mca-card > p {
  margin: 0;
  color: #3c4352;
  font-size: 14.5px;
  line-height: 1.5;
}

.mca-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #eef0f4;
  color: #17803d;
  font-size: 13.5px;
  font-weight: 700;
}

.mca-check i {
  font-size: 15px;
}

.mca-result {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 32px 26px;
  border-radius: 22px;
  background: #86c881;
}

.mca-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mca-result-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #142018;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mca-result-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.mca-result-copy {
  min-width: 0;
  flex: 1;
}

.mca-result-copy > p {
  margin: 0 0 18px;
  max-width: 640px;
  color: #1a241c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.spm-mca .mca-result-link {
  display: inline-block;
  max-width: 640px;
  color: #1d4ed8;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.spm-mca .mca-result-link:hover {
  color: #1e40af;
}

.mca-pills {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.mca-pills span {
  padding: 6px 12px;
  border-radius: 999px;
  background: #101f26;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mca-pills span.is-green {
  background: #046e18;
}

.mca-stats {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 28px;
  margin-top: 2px;
  padding: 16px 26px;
  border-radius: 14px;
  background: #e6e7eb;
}

.mca-stats span {
  display: block;
  margin-bottom: 6px;
  color: #131A28;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.mca-stats strong {
  color: #1a1d24;
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.mca-stats i {
  color: #9aa0ab;
  font-size: 16px;
}

@media (max-width: 991px) {
  .mca-intro-grid,
  .mca-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mca-intro-grid {
    grid-template-columns: 1fr;
  }

  .mca-dash {
    max-width: 520px;
  }
}

@media (max-width: 767px) {
  .mca-intro,
  .mca-build {
    padding: 40px 0 48px;
  }

  .mca-build-head,
  .mca-result-head,
  .mca-result-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .mca-grid {
    grid-template-columns: 1fr;
  }

  .mca-pills {
    justify-content: flex-start;
  }

  .mca-stats {
    width: 100%;
    justify-content: space-between;
  }
}


.mca-grid .mca-card > p {
  margin: 0 0 20px;
}
.mca-grid .mca-ico{
  border-radius: 7px;
}
.mca-grid .mca-check{
  color: #17803d;
}

/* WordPress single: stack the banner and sections, and drop the Plateau intro rule. */
body.single-case_study .site-content {
  display: block !important;
}

.spm-plateau .aiq-intro .spm-wrap {
  border-bottom: 0;
  padding-bottom: 0;
}

/* Desktop: keep "Enhancements" on one line beside the copy. */
@media (min-width: 992px) {
  .stori-enhance .stori-split,
  .stori-delivery .stori-split {
    grid-template-columns: minmax(340px, 460px) minmax(0, 1fr);
  }

  .stori-enhance h2,
  .stori-delivery h2 {
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;
  }
}

/* Match the HTML: heading, then copy, stacked. */
@media (max-width: 991px) {
  .stori-enhance .stori-split,
  .stori-delivery .stori-split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .stori-enhance .stori-copy,
  .stori-delivery .stori-copy,
  .stori-goal .stori-copy {
    padding-left: 0;
  }

  .stori-enhance h2,
  .stori-delivery h2 {
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;
  }
}

body.spm-stori .stori-solution {
  background-color: #0c1622;
  background-image: url("../images/8.png");
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
.stori-outcomes {
    max-width: 100%;
    }
       .aiq-intro-grid {
        grid-template-columns: 1fr 1fr;
    }
    }
  @media screen and (max-width: 991px) and (orientation: landscape) {
.stori-outcomes {
    max-width: 100%;
    }
       .aiq-intro-grid {
        grid-template-columns: 1fr 1fr !important;
    }
        .bnd-intro-grid {
grid-template-columns: 1fr 1fr !important;
    }
    }