:root {
  --solution-bg: #fff7e6;
  --solution-surface: #ffffff;
  --solution-line: rgba(52, 77, 102, 0.1);
  --solution-ink: #4b4742;
  --solution-ink-soft: #5a5550;
  --solution-navy: #4a2d18;
  --solution-accent: #9ec6f0;
  --solution-accent-soft: #e2f0ff;
  --solution-accent-rgb: 158, 198, 240;
  --solution-accent-soft-rgb: 226, 240, 255;
  --solution-blue: #6aa5e7;
  --solution-teal: #1f7a7c;
  --solution-coral: #ffb83f;
  --solution-gold: #ffd84f;
  --solution-shadow: 0 18px 44px rgba(83, 90, 104, 0.08);
  --solution-radius-lg: 24px;
  --solution-font-body: "Meiryo", "メイリオ", "Yu Gothic", sans-serif;
  --solution-font-heading: "Meiryo", "メイリオ", "Yu Gothic", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--solution-font-body);
  color: var(--solution-ink);
  background:
    radial-gradient(circle at top left, rgba(255, 214, 77, 0.78), transparent 18%),
    radial-gradient(circle at top right, rgba(255, 190, 71, 0.28), transparent 14%),
    linear-gradient(180deg, rgba(255, 248, 232, 0.98) 0%, rgba(255, 251, 242, 0.94) 34%, rgba(245, 249, 255, 0.92) 100%);
  background-attachment: fixed;
  line-height: 1.82;
}

body::before {
  content: "";
  position: fixed;
  top: -120px;
  left: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 219, 88, 0.86), rgba(255, 201, 66, 0.62) 56%, rgba(255, 201, 66, 0) 72%);
  pointer-events: none;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.solution-container {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.solution-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.solution-site-header {
  z-index: 30;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 0;
}

.solution-header-main {
  border-bottom: 0;
}

.solution-header-inner {
  padding: 0;
}

.solution-header-row,
.solution-header-row-right,
.solution-header-utility,
.solution-global-nav,
.solution-breadcrumb,
.solution-page-title-inner,
.solution-hero-points,
.solution-cta-actions,
.solution-core-tags {
  display: flex;
  align-items: center;
}

.solution-header-row {
  justify-content: space-between;
  gap: 20px;
  min-height: 46px;
}

.solution-header-row-right {
  gap: 18px;
}

.solution-corp-logo {
  display: inline-flex;
  align-items: baseline;
  font-size: 1.82rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #4d5966;
}

.solution-corp-logo-accent {
  color: var(--solution-blue);
}

.solution-header-utility,
.solution-global-nav {
  gap: 18px;
}

.solution-header-utility a,
.solution-global-link {
  font-size: 0.84rem;
  color: var(--solution-ink-soft);
}

.solution-header-utility {
  gap: 12px;
}

.solution-header-utility a {
  color: #627284;
}

.solution-header-search {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
}

.solution-search-label input {
  width: 104px;
  height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(28, 36, 48, 0.18);
  border-radius: 999px;
  font: inherit;
  background: rgba(246, 249, 252, 0.9);
}

.solution-header-search button {
  width: 22px;
  height: 22px;
  border: 0;
  background: none;
  position: relative;
  cursor: pointer;
}

.solution-header-search button::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 9px;
  height: 9px;
  border: 1.5px solid #111;
  border-radius: 50%;
}

.solution-header-search button::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 5px;
  width: 6px;
  height: 2px;
  background: #111;
  transform: rotate(45deg);
  transform-origin: center;
}

.solution-global-nav {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(28, 36, 48, 0.06);
  border-left: 1px solid rgba(28, 36, 48, 0.08);
}

.solution-global-link {
  padding: 0 0 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 8px;
  border-right: 1px solid rgba(28, 36, 48, 0.08);
  color: #111;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  transition: background-color 180ms ease, color 180ms ease;
}

.solution-global-link:hover,
.solution-global-link:focus-visible,
.solution-global-link.is-current {
  color: var(--solution-blue);
  background: rgba(var(--solution-accent-soft-rgb), 0.34);
}

.solution-global-link--has-children::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
}

.solution-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  cursor: pointer;
}

.solution-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: var(--solution-navy);
  transition: transform 180ms ease, opacity 180ms ease;
}

.solution-menu-toggle span + span {
  margin-top: 5px;
}

.solution-header-panel {
  overflow: hidden;
}

.solution-breadcrumb-bar,
.solution-page-title-bar {
  border-top: 1px solid rgba(26, 47, 67, 0.05);
}

.solution-breadcrumb {
  gap: 10px;
  min-height: 46px;
  color: #6f7d8d;
  font-size: 0.82rem;
}

.solution-page-title-inner {
  justify-content: space-between;
  min-height: 74px;
  gap: 24px;
}

.solution-page-title-bar {
  background: linear-gradient(180deg, rgba(255, 246, 224, 0.96), rgba(255, 251, 242, 0.96));
}

.solution-page-title-inner p,
.solution-page-title-copy span,
.solution-page-title-copy strong {
  margin: 0;
  color: var(--solution-navy);
}

.solution-page-title-inner p {
  font-size: 0.9rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.solution-page-title-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-left: auto;
}

.solution-page-title-copy span {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--solution-blue);
  opacity: 1;
}

.solution-page-title-copy strong {
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.solution-site-footer {
  background: #43484f;
  color: rgba(255, 255, 255, 0.76);
  border-top: 1px solid rgba(28, 36, 48, 0.08);
}

.solution-footer-nav-band {
  background: #7ea5d5;
}

.solution-footer-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.solution-footer-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 12px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.solution-footer-nav a + a {
  position: relative;
}

.solution-footer-nav a + a::before {
  display: none;
}

.solution-footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 56px;
  padding: 0 8px;
}

.solution-footer-company {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  font-size: 0.9rem;
}

.solution-footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.76rem;
  text-align: right;
}

.solution-page {
  overflow: clip;
}

.solution-section {
  position: relative;
  padding: 72px 0;
  scroll-margin-top: 120px;
}

.solution-section::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 50%;
  width: min(1180px, calc(100vw - 40px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(43, 23, 6, 0.08), transparent);
  transform: translateX(-50%);
}

.solution-section--soft {
  background: linear-gradient(180deg, rgba(255, 248, 232, 0.6), rgba(252, 252, 248, 0.2));
}

#concept {
  background:
    radial-gradient(circle at top right, rgba(var(--solution-accent-soft-rgb), 0.4), transparent 26%),
    linear-gradient(180deg, rgba(236, 243, 251, 0.98), rgba(229, 238, 247, 0.94));
}

#issue {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.94));
}

.solution-section--cta {
  padding-top: 40px;
}

.solution-section--cta::before {
  display: none;
}

.solution-section-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 214, 77, 0.94), rgba(255, 195, 53, 0.92));
  color: var(--solution-navy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(255, 196, 53, 0.2);
}

.solution-section-label--light {
  background: linear-gradient(180deg, rgba(255, 214, 77, 0.94), rgba(255, 195, 53, 0.92));
  color: var(--solution-navy);
}

.solution-section-heading {
  max-width: 860px;
  margin-bottom: 22px;
}

.solution-section-heading h2,
.solution-hero-copy h1,
.solution-cta-panel h2 {
  margin: 12px 0 0;
  font-family: var(--solution-font-heading);
  font-size: clamp(1.95rem, 3.2vw, 3.5rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: var(--solution-navy);
}

.solution-heading-nowrap {
  white-space: nowrap;
}

.solution-section-heading p,
.solution-section-closing,
.solution-value-card p,
.solution-platform-card p,
.solution-platform-card li,
.solution-impact-card p,
.solution-industry-card p,
.solution-issue-card p,
.solution-concept-point p,
.solution-infra-item p {
  color: var(--solution-ink-soft);
  font-size: 0.98rem;
}

.solution-hero {
  position: relative;
  padding: 48px 0 60px;
  background:
    radial-gradient(circle at top left, rgba(var(--solution-accent-rgb), 0.22), transparent 28%),
    radial-gradient(circle at bottom right, rgba(var(--solution-accent-rgb), 0.14), transparent 22%),
    linear-gradient(180deg, rgba(229, 238, 249, 0.96), rgba(240, 246, 252, 0.94));
  color: var(--solution-ink);
}

.solution-hero-backdrop,
.solution-hero-backdrop::before,
.solution-hero-backdrop::after {
  position: absolute;
  inset: 0;
}

.solution-hero-backdrop {
  pointer-events: none;
}

.solution-hero-backdrop::before,
.solution-hero-backdrop::after {
  content: "";
}

.solution-hero-backdrop::before {
  background:
    radial-gradient(circle at 20% 24%, rgba(var(--solution-accent-rgb), 0.14), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(var(--solution-accent-soft-rgb), 0.22), transparent 16%);
}

.solution-hero-backdrop::after {
  background:
    linear-gradient(90deg, rgba(122, 158, 195, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(122, 158, 195, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 88%);
}

.solution-hero-grid {
  position: relative;
  display: block;
}

.solution-hero-copy {
  display: block;
}

.solution-hero-copy .solution-section-label,
.solution-hero-copy h1 {
  margin-left: clamp(24px, 4vw, 72px);
}

.solution-hero-copy .solution-section-label {
  width: fit-content;
  background: rgba(var(--solution-accent-rgb), 0.82);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.solution-hero-copy h1 {
  max-width: 12ch;
}

.solution-hero-copy,
.solution-hero-visual,
.solution-issue-card,
.solution-concept-point,
.solution-architecture-card,
.solution-value-card,
.solution-platform-card,
.solution-industry-card,
.solution-infra-item,
.solution-infra-visual,
.solution-impact-card,
.solution-cta-panel,
.solution-section-heading,
.solution-section-closing {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.solution-hero-copy.is-visible,
.solution-hero-visual.is-visible,
.solution-issue-card.is-visible,
.solution-concept-point.is-visible,
.solution-architecture-card.is-visible,
.solution-value-card.is-visible,
.solution-platform-card.is-visible,
.solution-industry-card.is-visible,
.solution-infra-item.is-visible,
.solution-infra-visual.is-visible,
.solution-impact-card.is-visible,
.solution-cta-panel.is-visible,
.solution-section-heading.is-visible,
.solution-section-closing.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.solution-hero-lead,
.solution-hero-sublead {
  max-width: 56rem;
  color: var(--solution-ink-soft);
}

.solution-hero-sublead {
  margin-top: 14px;
}

.solution-hero-visual-card,
.solution-issue-card,
.solution-concept-point,
.solution-architecture-card,
.solution-value-card,
.solution-platform-card,
.solution-industry-card,
.solution-infra-item,
.solution-infra-visual,
.solution-impact-card,
.solution-cta-panel {
  border: 1px solid var(--solution-line);
  border-radius: var(--solution-radius-lg);
  background: #ffffff;
  box-shadow: var(--solution-shadow);
}

.solution-hero-visual-card {
  position: relative;
  min-height: 470px;
  padding: 18px;
  background: #ffffff;
  border-color: rgba(122, 158, 195, 0.14);
}

.solution-node,
.solution-link,
.solution-core-card {
  position: absolute;
}

.solution-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--solution-navy);
  border: 1px solid rgba(122, 158, 195, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.solution-node--crm,
.solution-node--web,
.solution-node--wf {
  background: rgba(122, 158, 195, 0.1);
}

.solution-node--ma,
.solution-node--portal,
.solution-node--docs {
  background: rgba(var(--solution-accent-soft-rgb), 0.34);
}

.solution-node--bi,
.solution-node--acc {
  background: rgba(var(--solution-accent-rgb), 0.16);
}

.solution-node--crm { top: 32px; left: 26px; }
.solution-node--ma { top: 98px; right: 34px; }
.solution-node--bi { top: 194px; right: 8px; }
.solution-node--web { top: 320px; right: 46px; }
.solution-node--portal { bottom: 92px; right: 38px; }
.solution-node--wf { bottom: 34px; left: 42px; }
.solution-node--acc { bottom: 144px; left: 0; }
.solution-node--docs { top: 160px; left: 12px; }

.solution-link {
  left: 50%;
  top: 50%;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(146, 188, 224, 0.72), transparent);
}

.solution-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(122, 158, 195, 0.74);
  transform: translateY(-50%);
}

.solution-link--crm { transform: translate(-6%, -160%) rotate(-150deg); width: 160px; }
.solution-link--ma { transform: translate(6%, -146%) rotate(-42deg); width: 160px; }
.solution-link--bi { transform: translate(12%, -56%) rotate(-12deg); width: 144px; }
.solution-link--web { transform: translate(10%, 28%) rotate(24deg); width: 136px; }
.solution-link--portal { transform: translate(8%, 100%) rotate(52deg); width: 148px; }
.solution-link--wf { transform: translate(-6%, 128%) rotate(142deg); width: 160px; }
.solution-link--acc { transform: translate(-8%, 74%) rotate(202deg); width: 148px; }
.solution-link--docs { transform: translate(-10%, -40%) rotate(194deg); width: 136px; }

.solution-core-card {
  left: 50%;
  top: 50%;
  width: min(320px, calc(100% - 120px));
  padding: 22px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(122, 158, 195, 0.16);
  box-shadow: 0 20px 48px rgba(83, 120, 156, 0.14);
  transform: translate(-50%, -50%);
}

.solution-core-card p,
.solution-card-label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solution-core-card p {
  color: var(--solution-teal);
}

.solution-core-card strong {
  display: block;
  margin-top: 8px;
  font-family: var(--solution-font-heading);
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: var(--solution-navy);
}

.solution-core-tags {
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.solution-core-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(23, 53, 82, 0.08);
  color: var(--solution-navy);
  font-size: 0.82rem;
  font-weight: 700;
}

.solution-issue-grid,
.solution-value-grid,
.solution-platform-grid,
.solution-impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.solution-platform-grid,
.solution-industry-grid {
  counter-reset: solution-card-number;
}

.solution-matrix-wrap {
  overflow-x: auto;
  padding: 4px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(122, 158, 195, 0.14);
  box-shadow: 0 22px 56px rgba(23, 53, 82, 0.06);
}

.solution-matrix {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
}

.solution-matrix th,
.solution-matrix td {
  padding: 10px 12px;
  border: 1px solid rgba(122, 158, 195, 0.18);
  vertical-align: middle;
  font-size: 0.88rem;
}

.solution-matrix thead th {
  padding: 12px 12px;
  background: var(--solution-accent-soft);
  color: #1f3f58;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}

.solution-matrix-corner {
  background: rgba(255, 255, 255, 0.96) !important;
}

.solution-matrix-group {
  width: 170px;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(23, 53, 82, 0.12);
}

.solution-matrix-group--blue {
  background: linear-gradient(180deg, rgba(var(--solution-accent-soft-rgb), 0.96), rgba(var(--solution-accent-rgb), 0.78));
}

.solution-matrix-group--pink {
  background: linear-gradient(180deg, rgba(226, 183, 218, 0.96), rgba(214, 165, 206, 0.94));
}

.solution-matrix-label {
  width: 280px;
  background: rgba(251, 252, 254, 0.96);
  color: #27445d;
  font-size: 0.86rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.45;
}

.solution-matrix td {
  background: rgba(245, 250, 253, 0.92);
}

.solution-matrix tbody tr:nth-child(2n) td {
  background: rgba(249, 251, 253, 0.96);
}

.solution-matrix-item,
.solution-matrix-note {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  line-height: 1.4;
}

.solution-matrix-item {
  font-weight: 700;
  border: 1px solid transparent;
}

.solution-matrix-link {
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.solution-matrix-link:hover,
.solution-matrix-link:focus-visible {
  transform: translateY(-1px);
  border-color: currentColor;
  box-shadow: 0 10px 22px rgba(104, 130, 156, 0.12);
}

.solution-matrix-item--blue {
  background: rgba(var(--solution-accent-soft-rgb), 0.34);
  border-color: rgba(var(--solution-accent-rgb), 0.3);
  color: var(--solution-blue);
}

.solution-matrix-item--pink {
  background: rgba(216, 144, 179, 0.14);
  border-color: rgba(216, 144, 179, 0.22);
  color: #bb6f93;
}

.solution-matrix-item--green {
  background: rgba(188, 208, 111, 0.2);
  border-color: rgba(188, 208, 111, 0.28);
  color: #7a9627;
}

.solution-matrix-note {
  background: rgba(255, 255, 255, 0.9);
  color: #607284;
  border: 1px solid rgba(var(--solution-accent-rgb), 0.18);
}

.solution-matrix-service {
  display: grid;
  gap: 4px;
}

.solution-matrix-service span {
  display: block;
  color: #27445d;
  font-size: 0.82rem;
  line-height: 1.45;
}

.solution-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.solution-issue-card,
.solution-value-card,
.solution-platform-card,
.solution-industry-card,
.solution-impact-card,
.solution-infra-item {
  position: relative;
  padding: 22px;
  overflow: hidden;
}

.solution-issue-card {
  padding: 16px 18px 14px;
}

.solution-issue-card::before,
.solution-value-card::before,
.solution-platform-card::before,
.solution-industry-card::before,
.solution-impact-card::before,
.solution-infra-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(var(--solution-accent-rgb), 0.82), rgba(var(--solution-accent-soft-rgb), 0.44), rgba(var(--solution-accent-rgb), 0.14));
}

.solution-issue-card::after,
.solution-platform-card::after,
.solution-industry-card::after,
.solution-impact-card::after {
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: rgba(74, 112, 155, 0.14);
  pointer-events: none;
}

.solution-issue-card::after {
  content: attr(data-index);
  right: 14px;
  top: 10px;
  font-size: 3.2rem;
}

.solution-issue-index,
.solution-industry-card span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(122, 158, 195, 0.12);
  color: #6a89b0;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.solution-issue-card h3,
.solution-value-card h3,
.solution-platform-card h3,
.solution-industry-card h3 {
  margin: 16px 0 8px;
  font-size: 1.18rem;
  color: var(--solution-navy);
}

.solution-issue-card h3 {
  margin: 12px 0 6px;
  font-size: 1.06rem;
  line-height: 1.45;
}

.solution-issue-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
}

.solution-concept-layout,
.solution-infra-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.solution-architecture-intro {
  display: grid;
  gap: 18px;
}

.solution-subtitle {
  margin: 0;
  color: var(--solution-navy);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.solution-concept-points,
.solution-infra-list {
  display: grid;
  gap: 14px;
}

.solution-concept-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.solution-concept-point {
  padding: 18px 20px;
  border-color: rgba(112, 149, 202, 0.32);
}

.solution-concept-point::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(112, 149, 202, 0.92), rgba(148, 182, 229, 0.66));
}

.solution-concept-point strong,
.solution-impact-card strong,
.solution-infra-item strong {
  display: block;
  color: #214e83;
  font-size: 1.05rem;
}

.solution-architecture-map {
  margin-top: 22px;
  padding: 24px;
  border: 1px solid rgba(122, 158, 195, 0.16);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(23, 53, 82, 0.05);
}

.solution-architecture-lead,
.solution-architecture-closing {
  max-width: 720px;
  color: var(--solution-ink-soft);
}

.solution-architecture-message {
  margin: 18px 0 0;
  color: var(--solution-navy);
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  font-weight: 700;
  text-align: center;
}

.solution-architecture-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr);
  gap: 18px 210px;
  margin-top: 18px;
  align-items: center;
}

.solution-architecture-stage::before,
.solution-architecture-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  border: 4px solid rgba(161, 198, 229, 0.42);
  transform: translate(-50%, -50%);
}

.solution-architecture-stage::after {
  width: 270px;
  height: 130px;
  border-width: 0;
  border-top: 4px solid rgba(161, 198, 229, 0.42);
  border-bottom: 4px solid rgba(161, 198, 229, 0.42);
  border-radius: 999px;
}

.solution-architecture-panel {
  position: relative;
  z-index: 1;
  min-height: 132px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(122, 158, 195, 0.14);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(23, 53, 82, 0.05);
}

.solution-architecture-panel::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 68px;
  height: 3px;
  background: rgba(161, 198, 229, 0.62);
  transform: translateY(-50%);
}

.solution-architecture-panel--core::after,
.solution-architecture-panel--marketing::after {
  right: -68px;
}

.solution-architecture-panel--sales::after,
.solution-architecture-panel--analysis::after {
  left: -68px;
}

.solution-architecture-panel h3 {
  margin: 0 0 10px;
  color: var(--solution-navy);
  font-size: 1.05rem;
}

.solution-architecture-panel p {
  margin: 0;
  color: var(--solution-ink-soft);
}

.solution-architecture-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 204px;
  height: 204px;
  transform: translate(-50%, -50%);
}

.solution-architecture-ring,
.solution-architecture-core {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.solution-architecture-ring {
  border: 4px solid rgba(161, 198, 229, 0.56);
}

.solution-architecture-core {
  inset: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, #9cc4e8, #7da7d0 65%, #6d94bf 100%);
  box-shadow: 0 16px 34px rgba(100, 136, 175, 0.25);
  text-align: center;
}

.solution-architecture-core strong {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.2;
}

.solution-architecture-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.solution-architecture-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 700;
}

.solution-infra-list--grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.solution-impact-card {
  min-height: 92px;
  display: flex;
  align-items: flex-end;
}

.solution-impact-card strong {
  font-size: 1.12rem;
}

.solution-summary-panel {
  padding: 26px 28px;
  border-radius: 30px;
  border: 1px solid rgba(122, 158, 195, 0.16);
  background:
    radial-gradient(circle at top right, rgba(122, 158, 195, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 252, 0.92));
  box-shadow: 0 22px 56px rgba(23, 53, 82, 0.06);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.solution-summary-panel.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.solution-summary-panel h2 {
  margin: 12px 0 12px;
  font-family: var(--solution-font-heading);
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  color: var(--solution-navy);
}

.solution-summary-panel p {
  max-width: 760px;
  color: var(--solution-ink-soft);
}

.solution-summary-lead {
  margin: 0 0 12px;
  color: var(--solution-navy) !important;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.55;
}

.solution-architecture-card {
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(61, 107, 146, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 248, 250, 0.88));
}

.solution-architecture-layer {
  padding: 18px;
  border-radius: 20px;
}

.solution-architecture-layer + .solution-architecture-layer {
  margin-top: 16px;
}

.solution-architecture-layer--apps,
.solution-architecture-layer--core {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.solution-architecture-layer--apps span,
.solution-architecture-layer--core span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px;
  border-radius: 16px;
  font-weight: 700;
}

.solution-architecture-layer--apps {
  background: rgba(61, 107, 146, 0.08);
}

.solution-architecture-layer--apps span {
  background: rgba(255, 255, 255, 0.82);
  color: var(--solution-blue);
}

.solution-architecture-layer--hub {
  text-align: center;
  background: linear-gradient(160deg, rgba(23, 53, 82, 0.96), rgba(31, 122, 124, 0.88));
  color: #fff;
}

.solution-architecture-layer--hub strong {
  display: block;
  font-size: 1.14rem;
}

.solution-architecture-layer--hub p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.solution-architecture-layer--core {
  background: rgba(182, 146, 71, 0.08);
}

.solution-architecture-layer--core span {
  background: rgba(255, 255, 255, 0.82);
  color: #7f6324;
}

.solution-value-card:nth-child(2)::before,
.solution-platform-card:nth-child(2)::before,
.solution-impact-card:nth-child(2)::before {
  background: linear-gradient(90deg, var(--solution-teal), rgba(136, 169, 138, 0.18));
}

.solution-value-card:nth-child(3)::before,
.solution-platform-card:nth-child(3)::before,
.solution-impact-card:nth-child(3)::before {
  background: linear-gradient(90deg, var(--solution-gold), rgba(195, 111, 82, 0.16));
}

.solution-value-card:nth-child(4)::before,
.solution-platform-card:nth-child(4)::before,
.solution-impact-card:nth-child(4)::before {
  background: linear-gradient(90deg, var(--solution-blue), rgba(31, 122, 124, 0.16));
}

.solution-value-card,
.solution-impact-card {
  background:
    radial-gradient(circle at right top, rgba(122, 158, 195, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.92));
}

.solution-value-card:nth-child(2),
.solution-impact-card:nth-child(2) {
  background:
    radial-gradient(circle at right top, rgba(216, 144, 179, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 244, 248, 0.92));
}

.solution-value-card:nth-child(3),
.solution-impact-card:nth-child(3) {
  background:
    radial-gradient(circle at right top, rgba(188, 208, 111, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 239, 0.92));
}

.solution-value-card:nth-child(4),
.solution-impact-card:nth-child(4) {
  background:
    radial-gradient(circle at right top, rgba(136, 169, 138, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 244, 0.92));
}

.solution-platform-card,
.solution-industry-card {
  counter-increment: solution-card-number;
  min-height: 280px;
  background:
    radial-gradient(circle at right top, rgba(122, 158, 195, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(235, 244, 251, 0.92));
  border-color: rgba(122, 158, 195, 0.18);
  box-shadow: 0 20px 44px rgba(23, 53, 82, 0.08);
}

.solution-platform-card::after,
.solution-industry-card::after {
  content: counter(solution-card-number, decimal-leading-zero);
}

.solution-platform-card:nth-child(2) {
  background:
    radial-gradient(circle at right top, rgba(216, 144, 179, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(252, 242, 247, 0.92));
  border-color: rgba(216, 144, 179, 0.18);
}

.solution-platform-card:nth-child(2)::after,
.solution-industry-card:nth-child(2)::after {
  color: rgba(216, 144, 179, 0.18);
}

.solution-platform-card:nth-child(3) {
  background:
    radial-gradient(circle at right top, rgba(188, 208, 111, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(247, 250, 236, 0.92));
  border-color: rgba(188, 208, 111, 0.24);
}

.solution-platform-card:nth-child(3)::after,
.solution-industry-card:nth-child(3)::after {
  color: rgba(173, 195, 85, 0.2);
}

.solution-platform-card:nth-child(4) {
  background:
    radial-gradient(circle at right top, rgba(136, 169, 138, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(239, 247, 242, 0.92));
  border-color: rgba(136, 169, 138, 0.22);
}

.solution-platform-card:nth-child(4)::after,
.solution-industry-card:nth-child(4)::after {
  color: rgba(136, 169, 138, 0.22);
}

.solution-platform-card--core {
  background:
    radial-gradient(circle at right top, rgba(122, 158, 195, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(235, 244, 251, 0.92));
}

.solution-list {
  margin: 14px 0 0;
  padding: 16px 18px;
  padding-left: 36px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(122, 158, 195, 0.12);
}

.solution-list li + li {
  margin-top: 10px;
}

#change .solution-list--plain {
  margin-top: 8px;
  padding: 10px 14px;
  padding-left: 32px;
}

#change .solution-list li + li {
  margin-top: 6px;
}

#change .solution-list li {
  line-height: 1.58;
}

.solution-industry-card {
  min-height: 200px;
}

.solution-industry-card:nth-child(1) {
  background:
    radial-gradient(circle at right top, rgba(122, 158, 195, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(235, 244, 251, 0.92));
}

.solution-industry-card:nth-child(2) {
  background:
    radial-gradient(circle at right top, rgba(216, 144, 179, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(252, 242, 247, 0.92));
}

.solution-industry-card:nth-child(3) {
  background:
    radial-gradient(circle at right top, rgba(188, 208, 111, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(247, 250, 236, 0.92));
}

.solution-industry-card:nth-child(4) {
  background:
    radial-gradient(circle at right top, rgba(136, 169, 138, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(239, 247, 242, 0.92));
}

.solution-platform-card .solution-card-label,
.solution-industry-card span {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.solution-platform-card .solution-card-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(122, 158, 195, 0.14);
  color: #6488af;
}

.solution-platform-card:nth-child(2) .solution-card-label,
.solution-industry-card:nth-child(2) span {
  background: rgba(216, 144, 179, 0.14);
  color: #c17297;
}

.solution-platform-card:nth-child(3) .solution-card-label,
.solution-industry-card:nth-child(3) span {
  background: rgba(188, 208, 111, 0.2);
  color: #829d27;
}

.solution-platform-card:nth-child(4) .solution-card-label,
.solution-industry-card:nth-child(4) span {
  background: rgba(136, 169, 138, 0.18);
  color: #5f8665;
}

.solution-infra-visual {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) 44px minmax(120px, 1fr) 44px minmax(120px, 1fr);
  gap: 10px;
  align-items: center;
  padding: 26px;
  min-height: 100%;
}

.solution-infra-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 18px;
  border-radius: 22px;
  font-family: var(--solution-font-heading);
  font-size: 1.2rem;
  color: var(--solution-navy);
  text-align: center;
}

.solution-infra-stage--premise {
  background: linear-gradient(180deg, rgba(23, 53, 82, 0.1), rgba(23, 53, 82, 0.04));
}

.solution-infra-stage--hybrid {
  background: linear-gradient(180deg, rgba(31, 122, 124, 0.12), rgba(31, 122, 124, 0.04));
}

.solution-infra-stage--cloud {
  background: linear-gradient(180deg, rgba(195, 111, 82, 0.12), rgba(195, 111, 82, 0.04));
}

.solution-infra-arrow {
  position: relative;
  height: 2px;
  background: rgba(23, 53, 82, 0.18);
}

.solution-infra-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(23, 53, 82, 0.28);
  border-right: 2px solid rgba(23, 53, 82, 0.28);
  transform: translateY(-50%) rotate(45deg);
}

.solution-cta-panel {
  padding: 24px 26px;
  background:
    radial-gradient(circle at top right, rgba(122, 158, 195, 0.12), transparent 26%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 252, 0.94) 52%, rgba(249, 241, 247, 0.92));
  border-color: rgba(122, 158, 195, 0.12);
}

.solution-cta-panel p,
.solution-cta-panel h2 {
  color: var(--solution-navy);
}

.solution-cta-actions {
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.solution-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.solution-button:hover,
.solution-button:focus-visible {
  transform: translateY(-2px);
}

.solution-button--primary {
  background: linear-gradient(180deg, rgba(255, 214, 77, 0.98), rgba(255, 195, 53, 0.96));
  border: 1px solid rgba(255, 195, 53, 0.4);
  color: var(--solution-navy);
  box-shadow: 0 12px 24px rgba(255, 196, 53, 0.18);
}

.solution-button--secondary {
  background: rgba(216, 144, 179, 0.1);
  border: 1px solid rgba(216, 144, 179, 0.18);
  color: var(--solution-navy);
}

.solution-button--ghost {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(var(--solution-accent-rgb), 0.22);
  color: var(--solution-navy);
}

@media (max-width: 1080px) {
  .solution-header-utility {
    display: none;
  }

  .solution-hero-grid,
  .solution-concept-layout,
  .solution-infra-layout,
  .solution-industry-grid {
    grid-template-columns: 1fr;
  }

  .solution-architecture-stage {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 280px;
  }

  .solution-architecture-stage::before,
  .solution-architecture-stage::after {
    top: 168px;
  }

  .solution-architecture-panel::after {
    display: none;
  }

  .solution-architecture-hub {
    top: 168px;
  }

  .solution-infra-list--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-platform-grid,
  .solution-value-grid,
  .solution-issue-grid,
  .solution-impact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solution-matrix-wrap {
    margin-right: -4px;
  }

  .solution-infra-visual {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .solution-infra-arrow {
    width: 2px;
    height: 36px;
    margin: 0 auto;
  }

  .solution-infra-arrow::after {
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%) rotate(135deg);
  }
}

@media (max-width: 820px) {
  .solution-header-inner {
    padding-top: 12px;
  }

  .solution-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }

  .solution-header-panel {
    max-height: 0;
    opacity: 0;
    transition: max-height 220ms ease, opacity 220ms ease;
  }

  .solution-site-header.is-open .solution-header-panel {
    max-height: 360px;
    opacity: 1;
  }

  .solution-global-nav {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 0 0 18px;
    gap: 0;
    border-left: 0;
  }

  .solution-global-link {
    min-height: 46px;
    justify-content: flex-start;
    padding: 0 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(28, 36, 48, 0.08);
  }

  .solution-page-title-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: auto;
    padding: 12px 0;
    gap: 6px;
  }

  .solution-page-title-copy {
    margin-left: 0;
  }

  .solution-hero,
  .solution-section {
    padding: 72px 0;
  }

  .solution-hero-grid,
  .solution-concept-points,
  .solution-platform-grid,
  .solution-value-grid,
  .solution-issue-grid,
  .solution-impact-grid {
    grid-template-columns: 1fr;
  }

  .solution-architecture-map {
    padding: 24px 18px;
  }

  .solution-architecture-stage {
    padding-top: 250px;
  }

  .solution-architecture-stage::before,
  .solution-architecture-stage::after {
    top: 148px;
  }

  .solution-architecture-stage::before {
    width: 190px;
    height: 190px;
  }

  .solution-architecture-stage::after {
    width: 260px;
    height: 132px;
  }

  .solution-architecture-hub {
    width: 210px;
    height: 210px;
    top: 148px;
  }

  .solution-infra-list--grid {
    grid-template-columns: 1fr;
  }

  .solution-section-heading h2,
  .solution-hero-copy h1,
  .solution-cta-panel h2 {
    font-size: clamp(1.55rem, 6.2vw, 2.15rem);
  }

  .solution-heading-nowrap {
    white-space: normal;
  }

  .solution-hero-copy .solution-section-label,
  .solution-hero-copy h1 {
    margin-left: 0;
  }

  .solution-hero-visual-card {
    min-height: 560px;
  }

  .solution-core-card {
    width: min(280px, calc(100% - 70px));
    padding: 22px;
  }

  .solution-node {
    min-width: 94px;
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.74rem;
  }

  .solution-node--crm { top: 22px; left: 12px; }
  .solution-node--ma { top: 78px; right: 18px; }
  .solution-node--bi { top: 166px; right: 0; }
  .solution-node--web { top: 300px; right: 20px; }
  .solution-node--portal { bottom: 88px; right: 20px; }
  .solution-node--wf { bottom: 24px; left: 20px; }
  .solution-node--acc { bottom: 132px; left: -4px; }
  .solution-node--docs { top: 142px; left: 6px; }

  .solution-cta-panel {
    padding: 32px 24px;
  }

  .solution-footer-nav {
    grid-template-columns: 1fr;
  }

  .solution-footer-nav a + a::before {
    left: 50%;
    top: 0;
    width: calc(100% - 48px);
    height: 1px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.18);
  }

  .solution-footer-grid {
    flex-direction: column;
    justify-content: center;
    padding: 14px 8px 18px;
    text-align: center;
  }

  .solution-footer-copy {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .solution-container {
    width: min(100vw - 28px, 1180px);
  }

  .solution-matrix th,
  .solution-matrix td {
    padding: 12px;
  }

  .solution-summary-panel {
    padding: 28px 20px;
  }

  .solution-hero-points span,
  .solution-button {
    width: 100%;
    justify-content: center;
  }

  .solution-architecture-layer--apps,
  .solution-architecture-layer--core {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .solution-hero-copy,
  .solution-hero-visual,
  .solution-issue-card,
  .solution-concept-point,
  .solution-architecture-card,
  .solution-value-card,
  .solution-platform-card,
  .solution-industry-card,
  .solution-infra-item,
  .solution-infra-visual,
  .solution-impact-card,
  .solution-cta-panel,
  .solution-section-heading,
  .solution-section-closing {
    opacity: 1;
    transform: none;
  }
}

.solution-section--intro {
  padding-top: 62px;
}

.solution-intro-layout,
.solution-lead-panel,
.solution-dx-diagram,
.solution-pair-grid,
.solution-role-grid,
.solution-flow,
.solution-policy-grid,
.solution-feature-grid,
.solution-change-grid {
  display: grid;
  gap: 20px;
}

.solution-intro-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: stretch;
}

.solution-intro-layout--stacked {
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.solution-intro-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(400px, 0.92fr);
  gap: 28px 34px;
  align-items: start;
  padding: 24px 36px 10px;
  border: 1px solid var(--solution-line);
  border-radius: calc(var(--solution-radius-lg) + 8px);
  background: #ffffff;
  box-shadow: var(--solution-shadow);
  overflow: hidden;
}

.solution-intro-copy {
  min-width: 0;
}

.solution-pair-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.solution-pair-grid--single {
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
}

#implementation-prerequisites .solution-container {
  display: block;
}

#implementation-prerequisites-block {
  min-width: 0;
}

#implementation-prerequisites-block .solution-pair-body {
  display: block;
  min-height: 0;
}

#implementation-prerequisites-block .solution-dx-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 38rem;
}

#implementation-prerequisites-block .solution-dx-copy > p:first-child {
  margin: 0;
}

#implementation-prerequisites-block .solution-dx-figure {
  width: 100%;
  max-width: none;
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

#implementation-prerequisites-block .solution-dx-diagram--vertical {
  width: 332px;
  max-width: 332px;
  margin-left: auto;
  margin-right: auto;
}

#implementation-prerequisites-block .solution-dx-diagram--vertical .solution-dx-step {
  max-width: 332px;
}

#implementation-prerequisites-block .solution-reference-note {
  margin-top: 0;
}

.solution-dx-side-lead {
  margin-top: 18px;
  padding-top: 0;
  color: var(--solution-navy) !important;
  font-weight: 700;
  line-height: 1.65;
}

#implementation-prerequisites .solution-dx-figure {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
}

.solution-intro-title {
  margin: 14px 0 0;
  font-family: var(--solution-font-heading);
  font-size: clamp(1.72rem, 2.8vw, 3.08rem);
  line-height: 1.18;
  letter-spacing: 0.02em;
  color: var(--solution-navy);
}

.solution-nowrap {
  white-space: nowrap;
}

.solution-intro-lead {
  margin: 24px 0 0;
  max-width: 31.5rem;
  font-size: 1rem;
  line-height: 1.9;
  color: var(--solution-ink-soft);
}

.solution-intro-lead--sub {
  margin-top: 14px;
}

.solution-intro-sublead {
  margin: 18px 0 0;
  max-width: 42rem;
  color: var(--solution-ink-soft);
}

.solution-intro-points {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.solution-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(var(--solution-accent-rgb), 0.16);
  color: var(--solution-navy);
  font-size: 0.94rem;
  font-weight: 700;
}

.solution-card-eyebrow {
  margin: 0 0 10px;
  color: var(--solution-blue);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.solution-intro-panel,
.solution-lead-panel,
.solution-partner-panel,
.solution-single-card,
.solution-pair-block,
.solution-copy-card,
.solution-role-card,
.solution-flow-step,
.solution-policy-card,
.solution-feature-card,
.solution-change-card,
.solution-closing-panel,
.solution-dx-step {
  border: 1px solid var(--solution-line);
  border-radius: var(--solution-radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--solution-shadow);
}

.solution-single-card,
.solution-pair-block,
.solution-partner-panel,
.solution-dx-step {
  position: relative;
}

.solution-pair-block,
.solution-copy-card,
.solution-role-card,
.solution-flow-step,
.solution-policy-card,
.solution-feature-card,
.solution-change-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.solution-pair-block > .solution-section-label {
  align-self: flex-start;
}

.solution-single-card::before,
.solution-pair-block::before,
.solution-partner-panel::before,
.solution-dx-step::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 2;
  opacity: 0.8;
}

.solution-single-card::after,
.solution-pair-block::after,
.solution-partner-panel::after,
.solution-dx-step::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(var(--solution-accent-soft-rgb), 0.22));
  border: 1px solid rgba(var(--solution-accent-rgb), 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.solution-intro-summary::before,
.solution-intro-summary::after {
  display: none;
}

.solution-dx-step::before,
.solution-dx-step::after {
  display: none;
}

#what-is-solution::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 16L8.5 11.5L12 15L19 8' fill='none' stroke='%232f7dc6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 8H19V11.5' fill='none' stroke='%232f7dc6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='4.5' cy='16.5' r='1.8' fill='%23ffb83f'/%3E%3Ccircle cx='8.5' cy='11.5' r='1.8' fill='%233a2718'/%3E%3Ccircle cx='12' cy='15' r='1.8' fill='%2380aedf'/%3E%3C/svg%3E");
}

#implementation-prerequisites-block::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 19.5H20' fill='none' stroke='%233a2718' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='5' y='12' width='3.5' height='6.5' rx='1' fill='%2380aedf'/%3E%3Crect x='10.25' y='9' width='3.5' height='9.5' rx='1' fill='%232f7dc6'/%3E%3Crect x='15.5' y='6' width='3.5' height='12.5' rx='1' fill='%23ffb83f'/%3E%3Cpath d='M6 10L10.5 7.5L13.2 9.2L18 4.8' fill='none' stroke='%232f7dc6' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#implementation-prerequisites-block::before,
#implementation-prerequisites-block::after {
  display: none;
}

#partner-card::before,
#partner-card::after {
  display: none;
}

#understanding::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 18.5H15' fill='none' stroke='%233a2718' stroke-width='1.9' stroke-linecap='round'/%3E%3Cpath d='M9.7 21H14.3' fill='none' stroke='%232f7dc6' stroke-width='1.9' stroke-linecap='round'/%3E%3Cpath d='M12 3.5C8.96 3.5 6.5 5.9 6.5 8.88C6.5 10.82 7.5 12.18 8.68 13.46C9.38 14.22 9.77 15.03 9.92 15.8H14.08C14.23 15.02 14.62 14.21 15.32 13.46C16.5 12.18 17.5 10.82 17.5 8.88C17.5 5.9 15.04 3.5 12 3.5Z' fill='none' stroke='%232f7dc6' stroke-width='2.05' stroke-linejoin='round'/%3E%3Cpath d='M12 6.5V9.8' fill='none' stroke='%23ffb83f' stroke-width='1.9' stroke-linecap='round'/%3E%3Cpath d='M10.4 8.2L12 9.8L13.8 8.1' fill='none' stroke='%23ffb83f' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.8 9.2H3.4' fill='none' stroke='%2380aedf' stroke-width='1.7' stroke-linecap='round'/%3E%3Cpath d='M20.6 9.2H19.2' fill='none' stroke='%2380aedf' stroke-width='1.7' stroke-linecap='round'/%3E%3Cpath d='M6.1 5.4L5.1 4.4' fill='none' stroke='%2380aedf' stroke-width='1.7' stroke-linecap='round'/%3E%3Cpath d='M18.9 5.4L17.9 4.4' fill='none' stroke='%2380aedf' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
}

#role::before,
.solution-partner-panel--alliance::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='7' width='6' height='10' rx='2' fill='%232f7dc6'/%3E%3Crect x='15' y='7' width='6' height='10' rx='2' fill='%23ffb83f'/%3E%3Crect x='8' y='9' width='8' height='6' rx='3' fill='%2380aedf'/%3E%3Ccircle cx='12' cy='12' r='2.1' fill='%23ffffff'/%3E%3C/svg%3E");
}

#role::before {
  background-size: 86% 86%;
}

#policy::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 5.5H19V19H5V5.5Z' fill='none' stroke='%232f7dc6' stroke-width='2.1' stroke-linejoin='round'/%3E%3Cpath d='M8 9H16' stroke='%233a2718' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M8 12.5H16' stroke='%2380aedf' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M8 16H16' stroke='%23ffb83f' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='7.8' r='1.4' fill='%232f7dc6'/%3E%3C/svg%3E");
}

#change::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 19.5H20' fill='none' stroke='%233a2718' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='5' y='13.5' width='3.5' height='5' rx='1' fill='%2380aedf'/%3E%3Crect x='10.25' y='10' width='3.5' height='8.5' rx='1' fill='%23ffb83f'/%3E%3Crect x='15.5' y='6.5' width='3.5' height='12' rx='1' fill='%232f7dc6'/%3E%3Cpath d='M5.5 9.5L10.7 11.5L14 8.7L18.5 5.5' fill='none' stroke='%232f7dc6' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.solution-dx-step--organize::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='5' y='4.5' width='14' height='17' rx='2.5' fill='none' stroke='%232f7dc6' stroke-width='2.1'/%3E%3Ccircle cx='8' cy='10' r='1.6' fill='%233a2718'/%3E%3Ccircle cx='8' cy='14' r='1.6' fill='%2380aedf'/%3E%3Ccircle cx='8' cy='18' r='1.6' fill='%23ffb83f'/%3E%3Cpath d='M11 10H16' stroke='%232f7dc6' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M11 14H16' stroke='%232f7dc6' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M11 18H14' stroke='%232f7dc6' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.solution-dx-step--standardize::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 8L12 4L19 8V18H5V8Z' fill='none' stroke='%232f7dc6' stroke-width='2.1' stroke-linejoin='round'/%3E%3Cpath d='M8 11.5H16' stroke='%233a2718' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M8 15H13' stroke='%23ffb83f' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='17' cy='15' r='1.8' fill='%2380aedf'/%3E%3C/svg%3E");
}

.solution-dx-step--value::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 19.5H20' fill='none' stroke='%233a2718' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='5' y='13.5' width='3.5' height='5' rx='1' fill='%2380aedf'/%3E%3Crect x='10.25' y='10' width='3.5' height='8.5' rx='1' fill='%23ffb83f'/%3E%3Crect x='15.5' y='6.5' width='3.5' height='12' rx='1' fill='%232f7dc6'/%3E%3Ccircle cx='17.5' cy='5.5' r='2.1' fill='none' stroke='%232f7dc6' stroke-width='1.8'/%3E%3Cpath d='M17.5 4.3V6.7' stroke='%232f7dc6' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M16.3 5.5H18.7' stroke='%232f7dc6' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
}

.solution-intro-shell[data-reveal],
.solution-intro-copy[data-reveal],
.solution-hero-illustration[data-reveal],
.solution-intro-panel[data-reveal],
.solution-lead-panel[data-reveal],
.solution-partner-panel[data-reveal],
.solution-single-card[data-reveal],
.solution-pair-block[data-reveal],
.solution-copy-card[data-reveal],
.solution-dx-figure[data-reveal],
.solution-reference-note[data-reveal],
.solution-role-card[data-reveal],
.solution-flow-step[data-reveal],
.solution-policy-card[data-reveal],
.solution-feature-card[data-reveal],
.solution-change-card[data-reveal],
.solution-closing-panel[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.solution-intro-shell.is-visible,
.solution-intro-copy.is-visible,
.solution-hero-illustration.is-visible,
.solution-intro-panel.is-visible,
.solution-lead-panel.is-visible,
.solution-partner-panel.is-visible,
.solution-single-card.is-visible,
.solution-pair-block.is-visible,
.solution-copy-card.is-visible,
.solution-dx-figure.is-visible,
.solution-reference-note.is-visible,
.solution-role-card.is-visible,
.solution-flow-step.is-visible,
.solution-policy-card.is-visible,
.solution-feature-card.is-visible,
.solution-change-card.is-visible,
.solution-closing-panel.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.solution-intro-panel {
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(var(--solution-accent-soft-rgb), 0.28)),
    rgba(255, 255, 255, 0.94);
}

.solution-hero-illustration {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 470px;
  align-self: end;
  transform: translateY(-86px);
}

.solution-hero-illustration img {
  display: block;
  width: 100%;
  max-width: 860px;
  height: auto;
  object-fit: contain;
  object-position: right bottom;
  border-radius: 0;
}

.solution-intro-panel p + p {
  margin-top: 16px;
}

.solution-intro-panel-block + .solution-intro-panel-block {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(var(--solution-accent-rgb), 0.16);
}

.solution-intro-panel h2,
.solution-lead-panel h2,
.solution-partner-panel h2,
.solution-closing-panel h2 {
  margin: 8px 0 0;
  color: var(--solution-navy);
  font-family: var(--solution-font-heading);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.3;
}

.solution-intro-panel p,
.solution-lead-body p,
.solution-partner-panel p,
.solution-single-card p,
.solution-pair-body p,
.solution-copy-card p,
.solution-role-card p,
.solution-flow-step p,
.solution-policy-card p,
.solution-feature-card p,
.solution-change-card p,
.solution-closing-panel p,
.solution-dx-step p,
.solution-reference-note {
  color: var(--solution-ink-soft);
}

.solution-pair-body .solution-reference-note {
  margin-top: 18px;
  font-size: 0.94rem;
  line-height: 1.7;
}

.solution-intro-panel .solution-card-eyebrow,
.solution-lead-panel .solution-card-eyebrow,
.solution-role-card .solution-card-eyebrow {
  color: var(--solution-blue);
}

.solution-pair-block {
  padding: 32px 34px;
}

#change.solution-pair-block {
  padding-top: 24px;
  padding-bottom: 20px;
}

#implementation-prerequisites-block.solution-pair-block {
  padding-top: 32px;
  padding-bottom: 16px;
  border-color: rgba(122, 158, 195, 0.08);
  box-shadow: 0 10px 24px rgba(23, 53, 82, 0.035);
}

.solution-pair-block--soft {
  background: #ffffff;
}

.solution-pair-block h2 {
  margin: 12px 0 0;
  color: var(--solution-navy);
  font-family: var(--solution-font-heading);
  font-size: clamp(1.6rem, 2.3vw, 2.35rem);
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.solution-pair-body {
  margin-top: 18px;
}

.solution-pair-body p {
  margin: 0;
  line-height: 1.78;
}

.solution-pair-body p + p {
  margin-top: 14px;
}

.solution-closing-panel .solution-section-label {
  color: var(--solution-navy);
}

.solution-lead-panel {
  grid-template-columns: minmax(240px, 0.88fr) minmax(0, 1.12fr);
  padding: 32px 34px;
  align-items: start;
}

.solution-partner-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.88fr) minmax(0, 1.12fr);
  gap: 20px;
  padding: 32px 34px;
  align-items: start;
}

#partner-card .solution-pair-body {
  max-width: 32rem;
}

.solution-single-card {
  padding: 30px 32px;
  padding-right: 88px;
}

.solution-single-card p {
  margin: 0;
  line-height: 1.78;
}

.solution-single-card p + p {
  margin-top: 14px;
}

.solution-section-kicker {
  margin: 16px 0 0;
  color: var(--solution-ink-soft) !important;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-weight: 700;
  line-height: 1.7;
}

.solution-inline-link {
  color: var(--solution-blue);
  font-weight: 700;
  text-underline-offset: 0.2em;
}

.solution-list--plain {
  margin-top: 18px;
  background: rgba(var(--solution-accent-soft-rgb), 0.18);
}

.solution-lead-body {
  display: grid;
  gap: 14px;
}

.solution-lead-body p {
  margin: 0;
}

.solution-copy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.solution-copy-grid--compact {
  margin-top: 30px;
}

.solution-copy-card,
.solution-role-card,
.solution-flow-step,
.solution-policy-card,
.solution-feature-card,
.solution-change-card {
  position: relative;
  overflow: hidden;
  padding: 26px 22px;
}

.solution-copy-card::before,
.solution-role-card::before,
.solution-flow-step::before,
.solution-policy-card::before,
.solution-feature-card::before,
.solution-change-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(var(--solution-accent-rgb), 0.9), rgba(var(--solution-accent-soft-rgb), 0.56));
}

.solution-copy-card--plain {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.78);
}

.solution-copy-card h3,
.solution-role-card h3,
.solution-flow-step h3,
.solution-policy-card h3,
.solution-feature-card h3,
.solution-change-card h3,
.solution-dx-step h3 {
  margin: 0;
  color: var(--solution-navy);
  font-family: var(--solution-font-heading);
  font-size: 1.15rem;
  line-height: 1.45;
}

.solution-copy-card p,
.solution-role-card p,
.solution-flow-step p,
.solution-policy-card p,
.solution-feature-card p,
.solution-change-card p {
  margin: 10px 0 0;
}

.solution-dx-figure {
  margin-top: 36px;
  padding: 0;
  border: 1px solid var(--solution-line);
  border-radius: var(--solution-radius-lg);
  background: #ffffff;
  box-shadow: var(--solution-shadow);
}

.solution-dx-figure-closing {
  margin: 0;
  text-align: center;
  color: var(--solution-navy);
}

.solution-dx-figure-closing {
  margin-top: 22px;
}

.solution-dx-diagram {
  grid-template-columns: 1fr;
  align-items: stretch;
  margin-top: 0;
}

.solution-dx-step {
  max-width: none;
  margin: 0;
  min-height: 72px;
  padding: 11px 14px 10px 68px;
  border-radius: 12px;
  border: 1px solid rgba(23, 53, 82, 0.12);
  box-shadow: 6px 6px 16px rgba(23, 53, 82, 0.07);
}

.solution-dx-step-label {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 32px;
  height: 32px;
  margin: 0;
  border-radius: 50%;
  background: #6f99d2;
  color: transparent;
  transform: translateY(-50%);
  box-shadow: 0 4px 10px rgba(40, 79, 130, 0.14);
  font-size: 0;
  line-height: 0;
}

.solution-dx-step-label::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.solution-dx-step--organize .solution-dx-step-label::before {
  content: "1";
}

.solution-dx-step--standardize .solution-dx-step-label::before {
  content: "2";
}

.solution-dx-step--value .solution-dx-step-label::before {
  content: "3";
}

.solution-dx-diagram--vertical .solution-dx-step h3 {
  color: #6f99d2;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
}

.solution-dx-step-note {
  margin: 4px 0 0;
  color: var(--solution-ink-soft);
  font-size: 0.89rem;
  line-height: 1.42;
  text-align: left;
}

.solution-dx-step .solution-list {
  margin-top: 16px;
  background: rgba(var(--solution-accent-soft-rgb), 0.16);
}

.solution-dx-arrow {
  position: relative;
  justify-self: center;
  width: 40px;
  min-height: 10px;
  margin-left: 0;
}

.solution-dx-arrow::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 10px;
  top: 50%;
  height: 1px;
  background: rgba(23, 53, 82, 0.24);
}

.solution-dx-arrow::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(23, 53, 82, 0.42);
  border-right: 1px solid rgba(23, 53, 82, 0.42);
  transform: translateY(-50%) rotate(45deg);
}

.solution-dx-diagram--vertical {
  grid-template-columns: 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  gap: 6px;
  align-items: stretch;
}

.solution-dx-diagram--vertical .solution-dx-step {
  text-align: left;
  min-height: 0;
  width: 100%;
}

.solution-dx-diagram--vertical .solution-dx-arrow {
  min-height: 12px;
  align-self: start;
}

.solution-dx-diagram--vertical .solution-dx-arrow::before {
  left: 19px;
  top: 0;
  bottom: 8px;
  width: 1px;
  height: auto;
}

.solution-dx-diagram--vertical .solution-dx-arrow::after {
  left: 13px;
  right: auto;
  top: auto;
  bottom: 2px;
  transform: rotate(135deg);
}

@media (max-width: 980px) {
  .solution-dx-diagram--vertical {
    grid-template-columns: 1fr;
    max-width: 420px;
    gap: 12px;
  }

  .solution-dx-diagram--vertical .solution-dx-arrow {
    min-height: 54px;
    align-self: stretch;
  }

  .solution-dx-diagram--vertical .solution-dx-arrow::before {
    top: 6px;
    bottom: 10px;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
    transform: translateX(-50%);
  }

  .solution-dx-diagram--vertical .solution-dx-arrow::after {
    top: auto;
    right: auto;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
}

.solution-reference-note {
  margin: 22px 4px 0;
  font-size: 0.92rem;
  line-height: 1.8;
}

.solution-reference-note a {
  color: var(--solution-blue);
  text-underline-offset: 0.2em;
}

.solution-role-grid,
.solution-change-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-policy-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.solution-flow-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 214, 77, 0.94), rgba(255, 195, 53, 0.92));
  color: var(--solution-navy);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.solution-closing-panel {
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(var(--solution-accent-soft-rgb), 0.22)),
    rgba(255, 255, 255, 0.92);
}

.solution-closing-lead {
  margin: 18px 0 0;
  max-width: 48rem;
  color: var(--solution-navy) !important;
}

@media (max-width: 1200px) {
  .solution-intro-layout,
  .solution-lead-panel,
  .solution-partner-panel {
    grid-template-columns: 1fr;
  }

  .solution-dx-diagram {
    grid-template-columns: 1fr;
  }

  .solution-dx-arrow {
    min-height: 44px;
  }

  .solution-dx-arrow::before {
    top: 6px;
    bottom: 10px;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
    transform: translateX(-50%);
  }

  .solution-dx-arrow::after {
    top: auto;
    right: auto;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .solution-flow,
  .solution-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  #implementation-prerequisites .solution-container {
    grid-template-columns: 1fr;
  }

  #implementation-prerequisites-block {
    min-height: 0;
  }

  #implementation-prerequisites-block .solution-pair-body {
    display: block;
  }

  #implementation-prerequisites .solution-dx-figure {
    max-width: none;
    margin-left: 0;
  }

  #implementation-prerequisites-block .solution-dx-figure {
    width: 100%;
    max-width: none;
    margin-top: 0;
    justify-self: stretch;
  }

  .solution-dx-side-lead {
    margin-top: 16px;
    padding-top: 0;
  }

  .solution-section--intro {
    padding-top: 48px;
  }

  .solution-intro-layout--stacked {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .solution-intro-shell {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px 20px;
  }

  .solution-pair-grid,
  .solution-copy-grid,
  .solution-role-grid,
  .solution-flow,
  .solution-policy-grid,
  .solution-feature-grid,
  .solution-change-grid {
    grid-template-columns: 1fr;
  }

  .solution-intro-panel,
  .solution-lead-panel,
  .solution-partner-panel,
  .solution-single-card,
  .solution-pair-block,
  .solution-dx-figure,
  .solution-closing-panel {
    padding: 22px 18px;
  }

  .solution-single-card,
  .solution-pair-block,
  .solution-partner-panel,
  .solution-dx-step {
    padding-right: 64px;
  }

  .solution-single-card::before,
  .solution-pair-block::before,
  .solution-partner-panel::before,
  .solution-dx-step::before {
    top: 18px;
    right: 18px;
    width: 26px;
    height: 26px;
  }

  .solution-single-card::after,
  .solution-pair-block::after,
  .solution-partner-panel::after,
  .solution-dx-step::after {
    top: 10px;
    right: 10px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .solution-copy-card,
  .solution-role-card,
  .solution-flow-step,
  .solution-policy-card,
  .solution-feature-card,
  .solution-change-card,
  .solution-dx-step {
    max-width: 100%;
    margin-top: 14px;
    padding: 42px 18px 24px;
  }

  .solution-intro-title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .solution-pair-block h2,
  .solution-copy-card h3,
  .solution-role-card h3,
  .solution-flow-step h3,
  .solution-policy-card h3,
  .solution-feature-card h3,
  .solution-change-card h3,
  .solution-dx-step h3 {
    min-height: auto;
  }

  .solution-hero-illustration {
    min-height: 0;
    justify-content: center;
  }

  .solution-hero-illustration img {
    max-width: 100%;
    height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solution-intro-shell[data-reveal],
  .solution-intro-copy[data-reveal],
  .solution-hero-illustration[data-reveal],
  .solution-intro-panel[data-reveal],
  .solution-lead-panel[data-reveal],
  .solution-partner-panel[data-reveal],
  .solution-single-card[data-reveal],
  .solution-copy-card[data-reveal],
  .solution-dx-figure[data-reveal],
  .solution-reference-note[data-reveal],
  .solution-role-card[data-reveal],
  .solution-flow-step[data-reveal],
  .solution-policy-card[data-reveal],
  .solution-feature-card[data-reveal],
  .solution-change-card[data-reveal],
  .solution-closing-panel[data-reveal] {
    opacity: 1;
    transform: none;
  }
}
