.web4-template-solution-detail .ma-page {
  --ma-ink: #071a38;
  --ma-copy: #425575;
  --ma-line: #dce5f2;
  --ma-soft: #f5f8fd;
  --ma-blue: #315cff;
  --ma-blue-dark: #1644df;
  --ma-cyan: #0d91a5;
  --ma-green: #14845f;
  color: var(--ma-ink);
  background: #fff;
}

.web4-template-solution-detail .ma-page *,
.web4-template-solution-detail .ma-page *::before,
.web4-template-solution-detail .ma-page *::after {
  box-sizing: border-box;
}

.web4-template-solution-detail .ma-page :is(h2, h3, h4, p, ul) {
  margin-top: 0;
}

.web4-template-solution-detail .ma-page p {
  color: var(--ma-copy);
  font-size: 17px;
  line-height: 1.78;
}

.web4-template-solution-detail .ma-page .ma-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 18px;
  padding: 5px 12px;
  border: 1px solid #c9d8ff;
  border-radius: 6px;
  color: var(--ma-blue-dark);
  background: #eef3ff;
  font-size: 14px;
  font-weight: 700;
}

.web4-template-solution-detail .ma-page .ma-section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.web4-template-solution-detail .ma-page .ma-section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.web4-template-solution-detail .ma-page .ma-section-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.2;
  letter-spacing: 0;
}

.web4-template-solution-detail .ma-page .ma-section-heading p {
  max-width: 720px;
  margin-bottom: 0;
}

.web4-template-solution-detail .ma-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 62px;
  background:
    linear-gradient(90deg, rgba(49, 92, 255, .045) 1px, transparent 1px),
    linear-gradient(rgba(49, 92, 255, .045) 1px, transparent 1px),
    linear-gradient(135deg, #fbfdff 0%, #f4f8ff 62%, #f3fbfa 100%);
  background-size: 40px 40px, 40px 40px, auto;
}

.web4-template-solution-detail .ma-hero::after {
  position: absolute;
  right: -140px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(13, 145, 165, .18);
  border-radius: 50%;
  content: "";
}

.web4-template-solution-detail .ma-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  gap: 62px;
  align-items: center;
}

.web4-template-solution-detail .ma-hero-copy h2 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(40px, 4.2vw, 60px);
  line-height: 1.12;
  letter-spacing: 0;
}

.web4-template-solution-detail .ma-hero-copy h2 span {
  color: var(--ma-blue);
}

.web4-template-solution-detail .ma-hero-copy > p {
  max-width: 650px;
  margin-bottom: 28px;
}

.web4-template-solution-detail .ma-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.web4-template-solution-detail .ma-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--ma-blue);
  border-radius: 6px;
  color: #fff;
  background: var(--ma-blue);
  box-shadow: 0 10px 24px rgba(49, 92, 255, .18);
}

.web4-template-solution-detail .ma-actions .btn:hover,
.web4-template-solution-detail .ma-actions .btn:focus {
  color: #fff;
  border-color: var(--ma-blue-dark);
  background: var(--ma-blue-dark);
  transform: translateY(-2px);
}

.web4-template-solution-detail .ma-actions .btn.ma-btn-secondary {
  color: var(--ma-ink);
  border-color: #b9c8dd;
  background: rgba(255, 255, 255, .82);
  box-shadow: none;
}

.web4-template-solution-detail .ma-actions .btn.ma-btn-secondary:hover,
.web4-template-solution-detail .ma-actions .btn.ma-btn-secondary:focus {
  color: var(--ma-blue-dark);
  border-color: var(--ma-blue);
  background: #fff;
}

.web4-template-solution-detail .ma-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.web4-template-solution-detail .ma-hero-proof li {
  position: relative;
  padding-left: 22px;
  color: #334866;
  font-size: 14px;
  font-weight: 700;
}

.web4-template-solution-detail .ma-hero-proof li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 3px solid #d8f3e8;
  border-radius: 50%;
  background: var(--ma-green);
  content: "";
}

.web4-template-solution-detail .ma-workspace {
  position: relative;
  min-width: 0;
  border: 1px solid #cfdaea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 26px 60px rgba(7, 26, 56, .13);
}

.web4-template-solution-detail .ma-workspace-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 10px 14px;
  border-bottom: 1px solid #e5ebf4;
  background: #f8faff;
}

.web4-template-solution-detail .ma-workspace-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  font-size: 13px;
  font-weight: 800;
}

.web4-template-solution-detail .ma-workspace-brand img {
  width: 126px;
  height: auto;
}

.web4-template-solution-detail .ma-live-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ma-green);
  font-size: 12px;
  font-weight: 700;
}

.web4-template-solution-detail .ma-live-state::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20ad7c;
  box-shadow: 0 0 0 4px #dff6ee;
  content: "";
}

.web4-template-solution-detail .ma-workspace-body {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  min-height: 350px;
}

.web4-template-solution-detail .ma-app-nav {
  padding: 16px 10px;
  border-right: 1px solid #e5ebf4;
  background: #f9fbfe;
}

.web4-template-solution-detail .ma-app-nav span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  margin-bottom: 5px;
  padding: 8px 9px;
  border-radius: 5px;
  color: #5c6d88;
  font-size: 12px;
  font-weight: 700;
}

.web4-template-solution-detail .ma-app-nav span.active {
  color: var(--ma-blue-dark);
  background: #eaf0ff;
}

.web4-template-solution-detail .ma-app-nav i {
  width: 16px;
  color: currentColor;
  font-size: 15px;
}

.web4-template-solution-detail .ma-app-main {
  min-width: 0;
  padding: 18px;
}

.web4-template-solution-detail .ma-app-heading,
.web4-template-solution-detail .ma-profile-row {
  display: grid;
  grid-template-columns: 1.25fr .8fr 1fr .65fr;
  gap: 10px;
  align-items: center;
}

.web4-template-solution-detail .ma-app-heading {
  margin-bottom: 16px;
}

.web4-template-solution-detail .ma-app-heading h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.web4-template-solution-detail .ma-app-heading .ma-create {
  grid-column: 4;
  min-height: 36px;
  padding: 7px 10px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: var(--ma-blue);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.web4-template-solution-detail .ma-profile-head {
  display: grid;
  grid-template-columns: 1.25fr .8fr 1fr .65fr;
  gap: 10px;
  padding: 9px 12px;
  color: #7a8aa2;
  font-size: 11px;
  font-weight: 700;
}

.web4-template-solution-detail .ma-profile-row {
  min-height: 58px;
  margin-bottom: 8px;
  padding: 10px 12px;
  border: 1px solid #e3eaf4;
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
}

.web4-template-solution-detail .ma-profile-name {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  font-weight: 800;
}

.web4-template-solution-detail .ma-profile-name b {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: var(--ma-blue);
  font-size: 11px;
}

.web4-template-solution-detail .ma-profile-row:nth-of-type(2) .ma-profile-name b { background: var(--ma-cyan); }
.web4-template-solution-detail .ma-profile-row:nth-of-type(3) .ma-profile-name b { background: #7656c9; }

.web4-template-solution-detail .ma-profile-state {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ma-green);
  font-weight: 700;
}

.web4-template-solution-detail .ma-profile-state::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #20ad7c;
  content: "";
}

.web4-template-solution-detail .ma-outcomes {
  border-top: 1px solid var(--ma-line);
  border-bottom: 1px solid var(--ma-line);
  background: #fff;
}

.web4-template-solution-detail .ma-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.web4-template-solution-detail .ma-outcome-grid article {
  min-height: 150px;
  padding: 30px 28px;
  border-right: 1px solid var(--ma-line);
}

.web4-template-solution-detail .ma-outcome-grid article:last-child { border-right: 0; }

.web4-template-solution-detail .ma-outcome-grid strong {
  display: block;
  margin-bottom: 9px;
  color: var(--ma-ink);
  font-size: 19px;
}

.web4-template-solution-detail .ma-outcome-grid span {
  color: #63728a;
  font-size: 14px;
  line-height: 1.65;
}

.web4-template-solution-detail .ma-system {
  padding: 94px 0;
}

.web4-template-solution-detail .ma-system-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 72px;
  align-items: center;
}

.web4-template-solution-detail .ma-system-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 3.3vw, 46px);
  line-height: 1.2;
}

.web4-template-solution-detail .ma-system-copy p { margin-bottom: 26px; }

.web4-template-solution-detail .ma-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.web4-template-solution-detail .ma-check-list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  color: #263d5f;
  font-weight: 700;
  line-height: 1.55;
}

.web4-template-solution-detail .ma-check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ma-green);
  content: "\2713";
  font-size: 12px;
}

.web4-template-solution-detail .ma-context-board {
  padding: 30px;
  border: 1px solid #d2def0;
  border-radius: 8px;
  background: var(--ma-soft);
}

.web4-template-solution-detail .ma-context-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.web4-template-solution-detail .ma-context-title strong { font-size: 18px; }

.web4-template-solution-detail .ma-context-title span {
  color: var(--ma-green);
  font-size: 13px;
  font-weight: 700;
}

.web4-template-solution-detail .ma-context-flow {
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  gap: 12px;
  align-items: center;
}

.web4-template-solution-detail .ma-context-stack {
  display: grid;
  gap: 10px;
}

.web4-template-solution-detail .ma-context-stack div,
.web4-template-solution-detail .ma-task-card {
  padding: 14px;
  border: 1px solid #dbe5f3;
  border-radius: 6px;
  background: #fff;
}

.web4-template-solution-detail .ma-context-stack strong,
.web4-template-solution-detail .ma-task-card strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.web4-template-solution-detail .ma-context-stack span,
.web4-template-solution-detail .ma-task-card span {
  color: #718099;
  font-size: 12px;
  line-height: 1.5;
}

.web4-template-solution-detail .ma-flow-arrow {
  position: relative;
  height: 2px;
  background: #8da9dc;
}

.web4-template-solution-detail .ma-flow-arrow::after {
  position: absolute;
  top: -4px;
  right: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #8da9dc;
  content: "";
}

.web4-template-solution-detail .ma-task-card {
  border-color: #bcd0ff;
  background: #eef3ff;
}

.web4-template-solution-detail .ma-process {
  padding: 90px 0;
  background: var(--ma-soft);
}

.web4-template-solution-detail .ma-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--ma-line);
  border-radius: 8px;
  background: #fff;
}

.web4-template-solution-detail .ma-process-step {
  position: relative;
  min-height: 246px;
  padding: 30px 26px;
  border-right: 1px solid var(--ma-line);
}

.web4-template-solution-detail .ma-process-step:last-child { border-right: 0; }

.web4-template-solution-detail .ma-step-number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 30px;
  place-items: center;
  border: 1px solid #bcd0ff;
  border-radius: 6px;
  color: var(--ma-blue-dark);
  background: #eef3ff;
  font-size: 15px;
  font-weight: 800;
}

.web4-template-solution-detail .ma-process-step h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.web4-template-solution-detail .ma-process-step p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
}

.web4-template-solution-detail .ma-capabilities {
  padding: 94px 0;
}

.web4-template-solution-detail .ma-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.web4-template-solution-detail .ma-cap-item {
  min-height: 228px;
  padding: 26px;
  border: 1px solid var(--ma-line);
  border-radius: 8px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.web4-template-solution-detail .ma-cap-item:hover {
  border-color: #a9c0f8;
  box-shadow: 0 16px 34px rgba(7, 26, 56, .08);
  transform: translateY(-3px);
}

.web4-template-solution-detail .ma-cap-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 7px;
  color: var(--ma-blue);
  background: #eaf0ff;
  font-size: 21px;
}

.web4-template-solution-detail .ma-cap-item:nth-child(2) .ma-cap-icon,
.web4-template-solution-detail .ma-cap-item:nth-child(5) .ma-cap-icon {
  color: var(--ma-cyan);
  background: #e8f7f7;
}

.web4-template-solution-detail .ma-cap-item:nth-child(3) .ma-cap-icon,
.web4-template-solution-detail .ma-cap-item:nth-child(6) .ma-cap-icon {
  color: var(--ma-green);
  background: #e9f7f2;
}

.web4-template-solution-detail .ma-cap-item h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.web4-template-solution-detail .ma-cap-item p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
}

.web4-template-solution-detail .ma-scenarios {
  padding: 86px 0;
  border-top: 1px solid var(--ma-line);
  background: #f8faff;
}

.web4-template-solution-detail .ma-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.web4-template-solution-detail .ma-platform-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--ma-line);
  border-radius: 8px;
  background: #fff;
}

.web4-template-solution-detail .ma-platform-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 7px;
  color: var(--ma-blue);
  background: #eaf0ff;
  font-size: 20px;
}

.web4-template-solution-detail .ma-platform-card:nth-child(2) > span {
  color: var(--ma-cyan);
  background: #e8f7f7;
}

.web4-template-solution-detail .ma-platform-card:nth-child(3) > span {
  color: #7656c9;
  background: #f0ebfb;
}

.web4-template-solution-detail .ma-platform-card:nth-child(4) > span {
  color: var(--ma-green);
  background: #e9f7f2;
}

.web4-template-solution-detail .ma-platform-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.web4-template-solution-detail .ma-platform-card > p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.65;
}

.web4-template-solution-detail .ma-platform-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.web4-template-solution-detail .ma-platform-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #263d5f;
  font-size: 13px;
  font-weight: 700;
}

.web4-template-solution-detail .ma-platform-list img {
  width: 26px;
  height: 26px;
  padding: 4px;
  border: 1px solid #e1e8f2;
  border-radius: 5px;
  background: #fff;
  object-fit: contain;
}

.web4-template-solution-detail .ma-scenario-grid.ma-scenario-grid-single {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}

.web4-template-solution-detail .ma-platform-card-wide {
  min-height: 0;
  padding: 30px;
}

.web4-template-solution-detail .ma-platform-card-wide > p {
  max-width: 650px;
}

.web4-template-solution-detail .ma-platform-list-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 20px;
  padding-top: 4px;
}

.web4-template-solution-detail .ma-platform-list-six li {
  min-height: 42px;
  padding: 0;
  border: 1px solid #e1e8f2;
  border-radius: 6px;
  background: #f9fbfe;
}

.web4-template-solution-detail .ma-platform-list-six a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 7px 10px;
  color: inherit;
}

.web4-template-solution-detail .ma-platform-list-six li:hover,
.web4-template-solution-detail .ma-platform-list-six li:focus-within {
  border-color: #9bbcff;
  background: #f3f7ff;
}

.web4-template-solution-detail .ma-platform-list-six a:hover,
.web4-template-solution-detail .ma-platform-list-six a:focus-visible {
  color: #0b63f6;
}

.web4-template-solution-detail .ma-scenario-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.web4-template-solution-detail .ma-scenario-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid #bdcbe0;
  border-radius: 6px;
  color: #263d5f;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}

.web4-template-solution-detail .ma-scenario-actions a:hover,
.web4-template-solution-detail .ma-scenario-actions a:focus {
  color: var(--ma-blue-dark);
  border-color: var(--ma-blue);
}

.web4-template-solution-detail .ma-scenario-link {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--ma-line);
  border-radius: 8px;
  color: var(--ma-ink);
  background: #fff;
}

.web4-template-solution-detail .ma-scenario-link:hover,
.web4-template-solution-detail .ma-scenario-link:focus {
  color: var(--ma-blue-dark);
  border-color: #a9c0f8;
  box-shadow: 0 14px 30px rgba(7, 26, 56, .08);
  transform: translateY(-3px);
}

.web4-template-solution-detail .ma-platforms {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.web4-template-solution-detail .ma-platforms img {
  width: 30px;
  height: 30px;
  padding: 5px;
  border: 1px solid #e1e8f2;
  border-radius: 6px;
  background: #fff;
  object-fit: contain;
}

.web4-template-solution-detail .ma-scenario-link strong {
  margin-bottom: 8px;
  font-size: 21px;
}

.web4-template-solution-detail .ma-scenario-link > span:last-child {
  margin-top: auto;
  color: #64738b;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .web4-template-solution-detail .ma-hero-grid,
  .web4-template-solution-detail .ma-system-grid {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 1fr);
    gap: 42px;
  }

  .web4-template-solution-detail .ma-workspace-body { grid-template-columns: 112px minmax(0, 1fr); }
  .web4-template-solution-detail .ma-app-nav span { padding-right: 5px; padding-left: 5px; }
}

@media (max-width: 991px) {
  .web4-template-solution-detail .ma-hero { padding: 58px 0; }
  .web4-template-solution-detail .ma-hero-grid,
  .web4-template-solution-detail .ma-system-grid { grid-template-columns: 1fr; }
  .web4-template-solution-detail .ma-hero-copy { max-width: 760px; }
  .web4-template-solution-detail .ma-workspace { max-width: 760px; }
  .web4-template-solution-detail .ma-outcome-grid,
  .web4-template-solution-detail .ma-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .web4-template-solution-detail .ma-outcome-grid article:nth-child(2),
  .web4-template-solution-detail .ma-process-step:nth-child(2) { border-right: 0; }
  .web4-template-solution-detail .ma-outcome-grid article:nth-child(-n+2),
  .web4-template-solution-detail .ma-process-step:nth-child(-n+2) { border-bottom: 1px solid var(--ma-line); }
  .web4-template-solution-detail .ma-cap-grid,
  .web4-template-solution-detail .ma-scenario-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .web4-template-solution-detail .ma-page p { font-size: 16px; }
  .web4-template-solution-detail .ma-hero { padding: 46px 0 48px; }
  .web4-template-solution-detail .ma-hero-grid { gap: 38px; }
  .web4-template-solution-detail .ma-hero-copy h2 { font-size: 38px; }
  .web4-template-solution-detail .ma-actions { display: grid; grid-template-columns: 1fr; }
  .web4-template-solution-detail .ma-actions .btn { width: 100%; }
  .web4-template-solution-detail .ma-hero-proof { display: grid; gap: 10px; }
  .web4-template-solution-detail .ma-workspace-body { grid-template-columns: 1fr; min-height: 0; }
  .web4-template-solution-detail .ma-app-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 8px; border-right: 0; border-bottom: 1px solid #e5ebf4; }
  .web4-template-solution-detail .ma-app-nav span { justify-content: center; min-height: 38px; margin: 0; padding: 6px 3px; font-size: 0; }
  .web4-template-solution-detail .ma-app-nav i { width: auto; font-size: 16px; }
  .web4-template-solution-detail .ma-app-main { padding: 14px; }
  .web4-template-solution-detail .ma-app-heading { grid-template-columns: 1fr auto; }
  .web4-template-solution-detail .ma-app-heading .ma-create { grid-column: 2; }
  .web4-template-solution-detail .ma-profile-head { display: none; }
  .web4-template-solution-detail .ma-profile-row { grid-template-columns: 1.4fr 1fr; }
  .web4-template-solution-detail .ma-profile-row > span:nth-child(2) { display: none; }
  .web4-template-solution-detail .ma-profile-state { justify-self: end; }
  .web4-template-solution-detail .ma-outcome-grid { grid-template-columns: 1fr; }
  .web4-template-solution-detail .ma-outcome-grid article { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--ma-line); }
  .web4-template-solution-detail .ma-outcome-grid article:last-child { border-bottom: 0; }
  .web4-template-solution-detail .ma-outcome-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--ma-line); }
  .web4-template-solution-detail .ma-system,
  .web4-template-solution-detail .ma-capabilities { padding: 68px 0; }
  .web4-template-solution-detail .ma-process,
  .web4-template-solution-detail .ma-scenarios { padding: 64px 0; }
  .web4-template-solution-detail .ma-system-grid { gap: 40px; }
  .web4-template-solution-detail .ma-context-board { padding: 20px; }
  .web4-template-solution-detail .ma-context-flow { grid-template-columns: 1fr; }
  .web4-template-solution-detail .ma-flow-arrow { width: 2px; height: 26px; margin: 0 auto; }
  .web4-template-solution-detail .ma-flow-arrow::after { top: auto; right: -4px; bottom: 0; border-width: 7px 5px 0; border-color: #8da9dc transparent transparent; }
  .web4-template-solution-detail .ma-process-grid,
  .web4-template-solution-detail .ma-cap-grid,
  .web4-template-solution-detail .ma-scenario-grid { grid-template-columns: 1fr; }
  .web4-template-solution-detail .ma-process-step { min-height: 0; padding: 25px 22px; border-right: 0; border-bottom: 1px solid var(--ma-line); }
  .web4-template-solution-detail .ma-process-step:last-child { border-bottom: 0; }
  .web4-template-solution-detail .ma-process-step:nth-child(-n+2) { border-bottom: 1px solid var(--ma-line); }
  .web4-template-solution-detail .ma-step-number { margin-bottom: 18px; }
  .web4-template-solution-detail .ma-cap-item { min-height: 0; }
  .web4-template-solution-detail .ma-scenario-actions { display: grid; grid-template-columns: 1fr; }
  .web4-template-solution-detail .ma-scenario-grid.ma-scenario-grid-single { grid-template-columns: 1fr; }
  .web4-template-solution-detail .ma-platform-card-wide { padding: 24px 20px; }
  .web4-template-solution-detail .ma-platform-list-six { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}

@media (max-width: 420px) {
  .web4-template-solution-detail .ma-hero-copy h2 { font-size: 34px; }
  .web4-template-solution-detail .ma-workspace-brand img { width: 112px; }
  .web4-template-solution-detail .ma-live-state { font-size: 0; }
  .web4-template-solution-detail .ma-profile-row { grid-template-columns: 1fr auto; }
  .web4-template-solution-detail .ma-profile-row > span:nth-child(3) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .web4-template-solution-detail .ma-page *,
  .web4-template-solution-detail .ma-page *::before,
  .web4-template-solution-detail .ma-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Shared platform directory used by the 12 Chinese solution scenarios. */
.ma-shared-platforms {
  padding: 84px 0;
  background: #f5f8fd;
}

.ma-shared-platforms .ma-section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.ma-shared-platforms .ma-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid #cbdafd;
  border-radius: 6px;
  color: #145cdf;
  background: #f3f7ff;
  font-size: 13px;
  font-weight: 700;
}

.ma-shared-platforms .ma-section-heading h2 {
  margin: 0 0 14px;
  color: #071c43;
  font-size: 38px;
  line-height: 1.25;
}

.ma-shared-platforms .ma-section-heading p,
.ma-shared-platforms .ma-platform-card > p {
  color: #536987;
  line-height: 1.75;
}

.ma-shared-platforms .ma-scenario-grid {
  display: grid;
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  gap: 22px;
}

.ma-shared-platforms .ma-platform-card {
  padding: 30px;
  border: 1px solid #d8e2f0;
  border-radius: 7px;
  background: #fff;
}

.ma-shared-platforms .ma-platform-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.ma-shared-platforms .ma-platform-heading h3 {
  margin: 0;
  color: #071c43;
  font-size: 20px;
}

.ma-shared-platforms .ma-cap-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 7px;
  color: #155eef;
  background: #edf3ff;
}

.ma-shared-platforms .ma-platform-list-six {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 20px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ma-shared-platforms .ma-platform-list-six li {
  min-height: 42px;
  padding: 0;
  border: 1px solid #e1e8f2;
  border-radius: 6px;
  background: #f9fbfe;
}

.ma-shared-platforms .ma-platform-list-six a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 7px 10px;
  color: #263d5f;
  font-size: 13px;
  font-weight: 700;
}

.ma-shared-platforms .ma-platform-list-six img {
  width: 26px;
  height: 26px;
  padding: 4px;
  border: 1px solid #e1e8f2;
  border-radius: 5px;
  background: #fff;
  object-fit: contain;
}

.ma-shared-platforms .ma-platform-list-six li:hover,
.ma-shared-platforms .ma-platform-list-six li:focus-within {
  border-color: #9bbcff;
  background: #f3f7ff;
}

.ma-shared-platforms .ma-platform-list-six a:hover,
.ma-shared-platforms .ma-platform-list-six a:focus-visible {
  color: #0b63f6;
}

@media (max-width: 767px) {
  .ma-shared-platforms { padding: 60px 0; }
  .ma-shared-platforms .ma-section-heading h2 { font-size: 30px; }
  .ma-shared-platforms .ma-platform-card { padding: 22px 18px; }
  .ma-shared-platforms .ma-platform-list-six { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}
