body.page-ai-solution {
  --solution-hero-block-height: auto;
  --solution-hero-min-height: var(--subpage-banner-image-min-height);
  --solution-hero-padding-top: var(--subpage-banner-padding-top);
  --solution-hero-padding-bottom: var(--subpage-banner-padding-bottom);
  --solution-bg-size: var(--detail-hero-bg-size, cover);
  --solution-bg-size-mobile: var(--detail-hero-bg-size-mobile, var(--solution-bg-size));
  --solution-grid-opacity: 0.56;
  --solution-grid-size: 48px;
  --solution-beam-right: 18%;
  --solution-beam-width: 168px;
  --solution-beam-opacity: 0.3;
  --solution-banner-top-shade: rgba(6, 14, 26, 0.2);
  --solution-banner-mid-shade: rgba(6, 14, 26, 0.08);
  --solution-banner-bottom-shade: rgba(6, 14, 26, 0.14);
  --solution-copy-scrim-strong: rgba(6, 16, 32, 0.18);
  --solution-copy-scrim-mid: rgba(6, 16, 32, 0.08);
  --solution-copy-scrim-soft: rgba(6, 16, 32, 0.02);
  --solution-copy-bleed-start: 0px;
  --solution-copy-shift-y: 0px;
  --solution-section-space: 72px;
  --solution-section-head-gap: 40px;
  --solution-section-bridge-gap: 56px;
  --solution-hero-graphic-width: 58%;
  --solution-hero-graphic-opacity: 0.68;
  --solution-hero-graphic-width-mobile: 38%;
  --solution-hero-graphic-opacity-mobile: 0.48;
}

.page-ai-solution .content-wrap {
  overflow-x: hidden;
  overflow-x: clip;
  background: #ffffff;
}

body.page-ai-solution[data-solution-key="medical"] {
  --solution-accent: var(--brand);
  --solution-accent-soft: rgba(var(--brand-rgb), 0.18);
  --solution-border: rgba(255, 255, 255, 0.14);
  --solution-panel-line: rgba(255, 255, 255, 0.12);
  --solution-panel-bg: linear-gradient(180deg,
      rgba(6, 27, 50, 0.66) 0%,
      rgba(7, 21, 40, 0.28) 100%);
  --solution-overlay-left: rgba(6, 18, 30, 0.54);
  --solution-overlay-mid: rgba(7, 31, 55, 0.22);
  --solution-overlay-right: rgba(17, 60, 102, 0.06);
  --solution-grid-line: rgba(var(--brand-rgb), 0.11);
  --solution-bg-image: url("../../image/solution/highResolution/医疗.png");
  --solution-bg-position: 68% center;
  --solution-bg-position-mobile: 62% center;
  --solution-copy-max: 720px;
  --solution-panel-width: 398px;
  --solution-grid-template: minmax(0, 1.28fr) minmax(320px, 410px);
  --solution-graphic-inset: 12% 5% 12% 57%;
  --solution-graphic-opacity: 0.62;
}

body.page-ai-solution[data-solution-key="edu"] {
  --solution-accent: var(--brand);
  --solution-accent-soft: rgba(var(--brand-rgb), 0.16);
  --solution-border: rgba(255, 255, 255, 0.14);
  --solution-panel-line: rgba(255, 255, 255, 0.12);
  --solution-panel-bg: linear-gradient(180deg,
      rgba(8, 31, 35, 0.62) 0%,
      rgba(7, 28, 32, 0.24) 100%);
  --solution-overlay-left: rgba(7, 17, 21, 0.52);
  --solution-overlay-mid: rgba(13, 43, 46, 0.2);
  --solution-overlay-right: rgba(24, 84, 79, 0.05);
  --solution-grid-line: rgba(var(--brand-rgb), 0.1);
  --solution-bg-image: url("../../image/solution/highResolution/教育.png");
  --solution-bg-position: center center;
  --solution-bg-position-mobile: center center;
  --solution-copy-max: 700px;
  --solution-panel-width: 444px;
  --solution-grid-template: minmax(0, 1.2fr) minmax(330px, 456px);
  --solution-graphic-inset: 13% 6% 12% 60%;
  --solution-graphic-opacity: 0.48;
}

body.page-ai-solution[data-solution-key="culture"] {
  --solution-accent: var(--brand);
  --solution-accent-soft: rgba(var(--brand-rgb), 0.18);
  --solution-border: rgba(255, 255, 255, 0.14);
  --solution-panel-line: rgba(255, 255, 255, 0.12);
  --solution-panel-bg: linear-gradient(180deg,
      rgba(36, 26, 16, 0.62) 0%,
      rgba(18, 14, 10, 0.22) 100%);
  --solution-overlay-left: rgba(20, 15, 10, 0.5);
  --solution-overlay-mid: rgba(59, 38, 20, 0.2);
  --solution-overlay-right: rgba(88, 58, 24, 0.05);
  --solution-grid-line: rgba(var(--brand-rgb), 0.1);
  --solution-bg-image: url("../../image/solution/highResolution/文博.png");
  --solution-bg-position: center center;
  --solution-bg-position-mobile: center center;
  --solution-copy-max: 680px;
  --solution-panel-width: 398px;
  --solution-grid-template: minmax(0, 1.36fr) minmax(300px, 390px);
  --solution-graphic-inset: 10% 4% 12% 54%;
  --solution-graphic-opacity: 0.16;
}

body.page-ai-solution[data-solution-key="expo"] {
  --solution-accent: var(--brand);
  --solution-accent-soft: rgba(var(--brand-rgb), 0.18);
  --solution-border: rgba(255, 255, 255, 0.14);
  --solution-panel-line: rgba(255, 255, 255, 0.12);
  --solution-panel-bg: linear-gradient(180deg,
      rgba(8, 22, 44, 0.64) 0%,
      rgba(6, 18, 32, 0.26) 100%);
  --solution-overlay-left: rgba(5, 12, 28, 0.54);
  --solution-overlay-mid: rgba(13, 30, 61, 0.22);
  --solution-overlay-right: rgba(21, 76, 120, 0.06);
  --solution-grid-line: rgba(var(--brand-rgb), 0.1);
  --solution-bg-image: url("../../image/solution/highResolution/会展.png");
  --solution-bg-position: center center;
  --solution-bg-position-mobile: center center;
  --solution-copy-max: 690px;
  --solution-panel-width: 472px;
  --solution-grid-template: minmax(0, 1.1fr) minmax(340px, 472px);
  --solution-graphic-inset: 12% 4% 12% 58%;
  --solution-graphic-opacity: 0.34;
}

body.page-ai-solution[data-solution-key="industry"] {
  --solution-accent: var(--brand);
  --solution-accent-soft: rgba(var(--brand-rgb), 0.16);
  --solution-border: rgba(255, 255, 255, 0.12);
  --solution-panel-line: rgba(255, 255, 255, 0.1);
  --solution-panel-bg: linear-gradient(180deg,
      rgba(22, 29, 36, 0.68) 0%,
      rgba(12, 18, 22, 0.3) 100%);
  --solution-overlay-left: rgba(15, 18, 22, 0.42);
  --solution-overlay-mid: rgba(27, 36, 42, 0.16);
  --solution-overlay-right: rgba(58, 72, 82, 0.05);
  --solution-grid-line: rgba(var(--brand-rgb), 0.1);
  --solution-bg-image: url("../../image/solution/highResolution/工业.png");
  --solution-bg-position: center center;
  --solution-bg-position-mobile: center center;
  --solution-copy-max: 680px;
  --solution-panel-width: 432px;
  --solution-grid-template: minmax(0, 1.18fr) minmax(340px, 432px);
  --solution-graphic-inset: 11% 4% 11% 55%;
  --solution-graphic-opacity: 0.12;
}

body.page-ai-solution[data-solution-key="safe"] {
  --solution-accent: var(--brand);
  --solution-accent-soft: rgba(var(--brand-rgb), 0.18);
  --solution-border: rgba(255, 255, 255, 0.14);
  --solution-panel-line: rgba(255, 255, 255, 0.12);
  --solution-panel-bg: linear-gradient(180deg,
      rgba(27, 23, 15, 0.62) 0%,
      rgba(13, 12, 10, 0.26) 100%);
  --solution-overlay-left: rgba(9, 12, 18, 0.52);
  --solution-overlay-mid: rgba(22, 28, 39, 0.2);
  --solution-overlay-right: rgba(72, 54, 26, 0.06);
  --solution-grid-line: rgba(var(--brand-rgb), 0.1);
  --solution-bg-image: url("../../image/solution/highResolution/安防.png");
  --solution-bg-position: center center;
  --solution-bg-position-mobile: 56% center;
  --solution-copy-max: 680px;
  --solution-panel-width: 402px;
  --solution-grid-template: minmax(0, 1.18fr) minmax(320px, 408px);
  --solution-graphic-inset: 11% 4% 11% 57%;
  --solution-graphic-opacity: 0.36;
}

body.page-ai-solution .hero {
  box-sizing: border-box;
  min-height: var(--solution-hero-min-height);
  padding: var(--solution-hero-padding-top) 0 var(--solution-hero-padding-bottom);
  display: flex;
  align-items: center;
  --btn-ghost-border: rgba(255, 255, 255, 0.28);
  --btn-ghost-border-hover: rgba(255, 255, 255, 0.32);
  --btn-ghost-bg: rgba(255, 255, 255, 0.05);
  --btn-ghost-bg-hover: rgba(255, 255, 255, 0.1);
  --btn-ghost-fg: rgba(247, 250, 255, 0.96);
  --btn-ghost-fg-hover: rgba(255, 255, 255, 0.98);
  --btn-ghost-shadow: 0 12px 26px rgba(4, 14, 36, 0.14);
  --btn-ghost-shadow-hover: 0 16px 28px rgba(3, 12, 28, 0.2);
}

body.page-ai-solution .hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 142px;
  background: linear-gradient(180deg, rgba(4, 10, 18, 0.38) 0%, rgba(4, 10, 18, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

body.page-ai-solution .hero-ai-medical-bg {
  background-size: var(--solution-bg-size);
  background-position: var(--detail-hero-bg-position);
}

body.page-ai-solution .hero-ai-medical-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(56, 139, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 139, 255, 0.06) 1px, transparent 1px);
  background-size:
    var(--solution-grid-size) var(--solution-grid-size),
    var(--solution-grid-size) var(--solution-grid-size);
  opacity: var(--solution-grid-opacity);
  -webkit-mask-image: none;
  mask-image: none;
}

body.page-ai-solution .hero-ai-medical-bg::after {
  right: var(--solution-beam-right);
  width: var(--solution-beam-width);
  opacity: var(--solution-beam-opacity);
}

.page-ai-solution .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active) .brand-logo,
.page-ai-solution .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active) .nav-link,
.page-ai-solution .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active) .nav-text {
  text-shadow: 0 1px 10px rgba(4, 10, 18, 0.34);
}

body.page-ai-solution .hero-ai-medical-inner {
  justify-items: center;
}

body.page-ai-solution .solution-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: var(--solution-grid-template,
      minmax(0, 1.3fr) minmax(300px, 420px));
  gap: clamp(28px, 4vw, 64px);
  align-items: stretch;
  width: 100%;
}

body.page-ai-solution .solution-hero-grid--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: min(100%, 940px);
  margin: 0 auto;
}

body.page-ai-solution .solution-hero-grid:not(.solution-hero-grid--single) {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 420px);
  gap: clamp(28px, 3vw, 40px);
}

@media (min-width: 981px) {
  body.page-ai-solution .hero>.container.hero-ai-medical-inner {
    width: min(var(--chrome-container), calc(100% - 40px));
  }
}

body.page-ai-solution .hero-ai-medical-copy {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  isolation: isolate;
  width: 100%;
  min-height: var(--solution-hero-block-height);
  max-width: min(100%, 720px);
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  text-align: center;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: translateY(var(--solution-copy-shift-y));
}

body.page-ai-solution .hero-ai-medical-copy::before {
  content: "";
  position: absolute;
  top: -18px;
  bottom: -22px;
  left: -56px;
  right: -56px;
  background:
    linear-gradient(90deg,
      rgba(6, 16, 32, 0) 0%,
      rgba(6, 16, 32, 0.18) 16%,
      rgba(6, 16, 32, 0.34) 50%,
      rgba(6, 16, 32, 0.18) 84%,
      rgba(6, 16, 32, 0) 100%),
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
  filter: none;
}

body.page-ai-solution .hero-ai-medical-copy>* {
  position: relative;
  z-index: 1;
}

body.page-ai-solution .hero-ai-medical-copy::after {
  display: none;
}

body.page-ai-solution .hero-ai-medical-title {
  margin: 0 0 12px;
  font-size: var(--subpage-hero-title-size);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.015em;
  text-wrap: balance;
  text-shadow: 0 12px 28px rgba(4, 10, 18, 0.22);
}

body.page-ai-solution .solution-hero-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.07em;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

body.page-ai-solution .solution-hero-title-prefix,
body.page-ai-solution .solution-hero-title-main {
  flex: 0 0 auto;
  line-height: 1;
}

body.page-ai-solution .solution-hero-title-prefix {
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.page-ai-solution .solution-hero-title-main {
  display: inline-block;
  font-size: 0.91em;
  font-weight: 700;
  letter-spacing: 0;
  transform: translateY(-0.07em);
}

body.page-ai-solution .hero-ai-medical-desc {
  margin: 0;
  max-width: 33em;
  font-size: var(--subpage-hero-desc-size);
  line-height: var(--subpage-hero-desc-line);
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 10px 20px rgba(4, 10, 18, 0.18);
  text-wrap: balance;
}

body.page-ai-solution .solution-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

body.page-ai-solution .solution-hero-tags li {
  position: relative;
  min-height: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
}

body.page-ai-solution .solution-hero-tags li+li {
  padding-left: 0;
}

body.page-ai-solution .solution-hero-tags li+li::before {
  content: none;
}

body.page-ai-solution .hero-actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

body.page-ai-solution .hero-actions .btn-consult,
body.page-ai-solution .hero-actions .btn-ai-secondary {
  min-width: var(--subpage-hero-btn-width);
  min-height: var(--subpage-hero-btn-height);
  padding: 0 var(--subpage-hero-btn-padding-x);
  justify-content: center;
  font-size: var(--subpage-hero-btn-size);
  font-weight: var(--subpage-hero-btn-weight);
  letter-spacing: var(--subpage-hero-btn-tracking);
}

body.page-ai-solution .hero .btn-ai-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(5, 14, 28, 0.12);
  color: rgba(247, 250, 255, 0.96);
  box-shadow: 0 12px 26px rgba(3, 12, 28, 0.14);
}

body.page-ai-solution .hero .btn-ai-secondary:hover,
body.page-ai-solution .hero .btn-ai-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 30px rgba(3, 12, 28, 0.2);
}

body.page-ai-solution .hero-ai-medical-graphic {
  inset: auto;
  top: 0;
  right: 0;
  width: var(--solution-hero-graphic-width, 65%);
  height: 100%;
  opacity: var(--solution-hero-graphic-opacity, 0.95);
}

body.page-ai-solution .hero-ai-medical-graphic::before,
body.page-ai-solution .hero-ai-medical-graphic::after {
  display: none;
  content: none;
}


body.page-ai-solution[data-solution-key="industry"] .hero-ai-medical-bg::before {
  opacity: var(--solution-grid-opacity);
}

body.page-ai-solution[data-solution-key="safe"] .hero-ai-medical-copy {
  /* 移除首屏装饰线，保持文字排版一致 */
  padding-left: 0;
  padding-top: 0;
  border-left: none;
  border-top: none;
}


body.page-ai-solution .hero .btn-tech {
  position: relative;
  overflow: hidden;
  border-color: rgba(124, 165, 255, 0.34);
  background: linear-gradient(180deg,
      rgba(58, 103, 214, 0.96) 0%,
      rgba(31, 78, 189, 0.96) 100%);
  color: rgba(252, 254, 255, 0.98);
  box-shadow: var(--btn-primary-shadow);
}

body.page-ai-solution .hero .btn-tech::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 44%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: translateX(-120%);
  opacity: 0;
  pointer-events: none;
}

body.page-ai-solution .hero .btn-tech:hover,
body.page-ai-solution .hero .btn-tech:focus-visible {
  border-color: rgba(157, 190, 255, 0.42);
  box-shadow: var(--btn-primary-shadow-hover);
}

body.page-ai-solution .hero .btn-tech:hover::after,
body.page-ai-solution .hero .btn-tech:focus-visible::after {
  transform: translateX(120%);
  opacity: 1;
  transition:
    transform 720ms ease,
    opacity 180ms ease;
}

.solution-insights-section {
  padding: 60px 0 64px;
  background: #f2f3f5;
}

#solutionInsightsMount {
  position: relative;
  z-index: 1;
}

.solution-insights-shell {
  max-width: 1120px;
  margin: 0 auto;
}

.solution-insights-head {
  margin: 0 auto 28px;
  text-align: center;
}

.solution-insights-title {
  margin: 0;
  font-size: var(--section-title-size);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
  color: rgba(15, 23, 42, 0.96);
}

.solution-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 980px;
  margin: 0 auto;
  gap: clamp(24px, 2.8vw, 40px);
  align-items: start;
}

.solution-insight-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0 0;
  text-align: left;
}

.solution-insight-card::before {
  content: "";
  width: 36px;
  height: 1px;
  margin: 0 0 18px;
  background: rgba(15, 23, 42, 0.14);
}

.solution-insight-card.reveal {
  transition-delay: calc(var(--insight-index) * 50ms);
}

.solution-insight-title {
  margin: 0;
  max-width: none;
  font-size: clamp(19px, 1.35vw, 21px);
  line-height: 1.32;
  font-weight: 700;
  letter-spacing: -0.012em;
  color: rgba(16, 24, 40, 0.94);
  text-wrap: balance;
}

.solution-insight-copy {
  max-width: none;
  margin: 12px 0 0;
  font-size: var(--body-size);
  line-height: 1.8;
  color: rgba(16, 24, 40, 0.66);
  text-wrap: pretty;
}

.solution-showcase-section {
  position: relative;
  padding: var(--solution-section-space) 0 0;
  background: #ffffff;
  overflow: hidden;
}

.solution-showcase-section::before {
  content: none;
}

.solution-showcase-section::after {
  content: none;
}

#solutionShowcaseMount {
  position: relative;
  z-index: 1;
}

.solution-showcase-head {
  max-width: 760px;
  margin: 0 auto var(--solution-section-head-gap);
  text-align: center;
}

.solution-showcase-eyebrow {
  margin: 0 0 12px;
  font-size: var(--card-kicker-size);
  line-height: 1.2;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(16, 24, 40, 0.52);
}

.solution-showcase-title {
  margin: 0;
  font-size: var(--section-title-size);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: rgba(16, 24, 40, 0.94);
}

.solution-showcase-description {
  margin: 14px auto 0;
  max-width: 700px;
  font-size: var(--body-size);
  line-height: 1.82;
  color: rgba(16, 24, 40, 0.64);
}

.solution-showcase-list {
  display: grid;
  gap: 28px;
  min-width: 0;
}

.solution-single-content {
  padding: 32px 36px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg,
      rgba(250, 252, 255, 0.98) 0%,
      rgba(244, 248, 253, 0.98) 100%);
}

.solution-single-content-body {
  color: rgba(16, 24, 40, 0.78);
  font-size: var(--body-size);
  line-height: 1.85;
  word-break: break-word;
}

.solution-single-content-body > *:first-child {
  margin-top: 0;
}

.solution-single-content-body > *:last-child {
  margin-bottom: 0;
}

.solution-single-content-body img {
  max-width: 100%;
  height: auto;
}

.solution-single-content-body .ppt-generated-block {
  width: 100%;
}

.solution-single-content-body .manual-full-page-image,
.solution-single-content-body .ppt-generated-slide {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

.solution-single-content-body .manual-full-page-image + .manual-full-page-image,
.solution-single-content-body .manual-full-page-image + .ppt-generated-slide,
.solution-single-content-body .ppt-generated-slide + .manual-full-page-image,
.solution-single-content-body .ppt-generated-slide + .ppt-generated-slide {
  margin-top: 0;
}

.solution-single-content-body .manual-full-page-image__img,
.solution-single-content-body .manual-full-page-image img,
.solution-single-content-body .ppt-generated-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.solution-product-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  max-width: none;
  margin: 0;
  padding: 18px;
  gap: 22px;
  border-radius: 0;
  /* 默认无边框：用透明边框占位，避免 hover 时尺寸跳动 */
  border: 1px solid transparent;
  background: linear-gradient(180deg,
      rgba(250, 252, 255, 0.98) 0%,
      rgba(244, 248, 253, 0.98) 100%);
  box-shadow: none;
  overflow: hidden;
  min-width: 0;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms ease,
    border-color 260ms ease,
    background-color 260ms ease;
}

.solution-product-card::before {
  content: none;
}

.solution-product-card::after {
  content: none;
}

.solution-product-card:hover,
.solution-product-card:focus-within {
  transform: none;
  /* 移除 hover 描边/边框效果，仅保留阴影层级 */
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: var(--shadow-panel-hover);
}

.solution-product-card:hover::before,
.solution-product-card:focus-within::before {
  content: none;
}

.solution-product-card:hover::after,
.solution-product-card:focus-within::after {
  content: none;
}

.solution-product-media {
  position: relative;
  min-height: 0;
  height: 286px;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}




.solution-product-media img {
  position: absolute;
  top: 14px;
  right: 18px;
  bottom: 14px;
  left: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 28px);
  object-fit: cover;
  object-position: center;
  display: block;
  outline: none;
  transition: transform 520ms ease;
}

.solution-product-card:hover .solution-product-media::after,
.solution-product-card:focus-within .solution-product-media::after {
  transform: rotate(14deg) translateX(-160%);
}

.solution-product-card:hover .solution-product-media img,
.solution-product-card:focus-within .solution-product-media img {
  transform: none;
}

.solution-product-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 8px 12px 8px 6px;
}

.solution-product-title {
  margin: 0;
  font-size: var(--card-title-md-size);
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(16, 24, 40, 0.92);
  overflow-wrap: anywhere;
  word-break: break-word;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.solution-product-description {
  margin: 16px 0 0;
  font-size: var(--body-size);
  line-height: 1.82;
  color: rgba(16, 24, 40, 0.66);
  overflow-wrap: anywhere;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.solution-product-points {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  min-width: 0;
}

.solution-product-point {
  position: relative;
  padding-left: 18px;
  font-size: var(--body-size);
  line-height: 1.72;
  color: rgba(16, 24, 40, 0.92);
  overflow-wrap: anywhere;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.solution-product-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.88em;
  width: 7px;
  height: 11px;
  background: rgba(var(--brand-rgb), 0.98);
  transform: translateY(-50%) skewX(-18deg);
  box-shadow: none;
}

.solution-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 30px;
  transition: transform 220ms ease;
}

.solution-product-btn {
  min-width: 168px;
  border-radius: 0;
}

/* solutions 产品卡片内：两个按钮统一成“主题色细边框 + 白底” */
body.page-ai-solution .solution-product-actions .solution-product-btn {
  /* 默认状态：极淡边框 + 白底（贴近参考图的“几乎不突兀”） */
  background: #ffffff;
  border-color: rgba(var(--brand-rgb), 0.18);
  color: rgba(var(--brand-rgb), 0.9);
  box-shadow: none;
}

body.page-ai-solution .solution-product-actions .solution-product-btn:hover,
body.page-ai-solution .solution-product-actions .solution-product-btn:focus-visible {
  /* 保留“浅底纹”移入效果（不做悬浮感），与图中更接近 */
  background: rgba(var(--brand-rgb), 0.06);
  border-color: rgba(var(--brand-rgb), 0.35);
  color: rgba(var(--brand-rgb), 0.98);
  box-shadow: none;
  transform: none;
  /* 覆盖全局 .btn:hover 的位移，避免悬浮感 */
}

.solution-product-card:hover .solution-product-title,
.solution-product-card:focus-within .solution-product-title,
.solution-product-card:hover .solution-product-description,
.solution-product-card:focus-within .solution-product-description {
  transform: none;
}

.solution-product-card:hover .solution-product-title,
.solution-product-card:focus-within .solution-product-title {
  color: rgba(16, 24, 40, 0.92);
}

.solution-product-card:hover .solution-product-description,
.solution-product-card:focus-within .solution-product-description {
  color: rgba(16, 24, 40, 0.66);
}

.solution-product-card:hover .solution-product-point,
.solution-product-card:focus-within .solution-product-point {
  color: rgba(16, 24, 40, 0.92);
  transform: none;
}

.solution-product-card:hover .solution-product-actions,
.solution-product-card:focus-within .solution-product-actions {
  transform: none;
}

.solution-partners-section {
  position: relative;
  isolation: isolate;
  margin-top: var(--solution-section-bridge-gap);
  padding: var(--solution-section-space) 0;
}

.solution-partners-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f2f3f5;
  z-index: 0;
}

.solution-partners {
  position: relative;
  z-index: 1;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.solution-partners:hover,
.solution-partners:focus-within {
  border-color: transparent;
  box-shadow: none;
}

.solution-partners::before {
  content: none;
}

.solution-partners::after {
  content: none;
}

.solution-partners-shell {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.solution-partners-head {
  margin-bottom: var(--solution-section-head-gap);
}

.solution-partners-head.reveal {
  transition-delay: 80ms;
}

.solution-partners-meta {
  position: relative;
  display: block;
  padding: 14px 0 12px;
}

.solution-partners-meta::before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-latin);
  font-size: var(--card-kicker-size-sm);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: rgba(var(--brand-rgb), 0.74);
}

.solution-partners-intro {
  max-width: 560px;
  padding-top: 0;
  margin: 0 auto;
  text-align: center;
}

.solution-partners-meta.reveal {
  transition-delay: 80ms;
}

.solution-partners-title {
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: var(--section-title-size);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: rgba(16, 24, 40, 0.94);
  text-align: center;
}

.solution-partners-description {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 560px;
  font-size: var(--body-size-sm);
  line-height: 1.78;
  color: rgba(71, 85, 105, 0.76);
}

.solution-partners-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 34px;
  border: 0;
  background: transparent;
  align-items: stretch;
}

.solution-partners-grid--balanced {
  max-width: 760px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
}

.solution-partners-grid--compact {
  max-width: 620px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
  justify-content: center;
}

.solution-partners-grid--five {
  max-width: 900px;
  margin: 0 auto;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px 28px;
}

.solution-partners-grid--five .solution-partner-item {
  grid-column: span 2;
}

.solution-partners-grid--five .solution-partner-item:nth-child(4) {
  grid-column: 2 / span 2;
}

.solution-partners-grid--five .solution-partner-item:nth-child(5) {
  grid-column: 4 / span 2;
}

.solution-partner-item {
  min-height: 58px;
  padding: 6px 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-partner-item::before {
  content: none;
}

.solution-partner-item::after {
  content: none;
}

.solution-partner-item.reveal {
  transition-delay: calc(var(--partner-index) * 45ms);
}

.solution-partner-name {
  margin: 0;
  display: block;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0;
  color: rgba(15, 23, 42, 0.86);
  max-width: none;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.solution-partner-name--long {
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.38;
}

.solution-contact-section {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: clamp(32px, 4vw, 56px) 0 0 -50vw;
  overflow: hidden;
}

.solution-contact-banner {
  position: relative;
  isolation: isolate;
  height: clamp(280px, 21vw, 396px);
  background: #081a3b;
  overflow: hidden;
}

.solution-contact-banner.reveal {
  transition-delay: 120ms;
}

.solution-contact-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(4, 16, 39, 0.94) 0%,
      rgba(5, 18, 43, 0.9) 22%,
      rgba(7, 24, 56, 0.76) 42%,
      rgba(8, 26, 59, 0.46) 58%,
      rgba(8, 26, 59, 0.18) 76%,
      rgba(8, 26, 59, 0.12) 100%),
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 22%,
      rgba(0, 0, 0, 0.12) 100%);
  z-index: 1;
  pointer-events: none;
}

.solution-contact-banner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 44%;
  width: clamp(24px, 3vw, 48px);
  transform: skewX(-12deg) translateX(-50%);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.03) 100%);
  opacity: 0.18;
  z-index: 1;
  pointer-events: none;
}

.solution-contact-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.solution-contact-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 48%;
  transform: scale(1.01);
}

.solution-contact-banner>.container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.solution-contact-shell {
  display: flex;
  align-items: center;
  height: 100%;
}

.solution-contact-copy {
  width: 100%;
  max-width: min(100%, 450px);
  padding-right: 20px;
  color: #ffffff;
}

.solution-contact-title {
  margin: 0;
  display: grid;
  gap: 10px;
  color: #ffffff;
}

.solution-contact-title-line {
  display: block;
  letter-spacing: 0;
}

.solution-contact-title-line:first-child {
  font-size: clamp(28px, 2.2vw, 34px);
  line-height: 1.12;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.98);
}

.solution-contact-title-line:last-child {
  font-size: clamp(38px, 3.2vw, 48px);
  line-height: 1.08;
  font-weight: 700;
  color: #ffffff;
}

.solution-contact-description {
  margin: 22px 0 0;
  max-width: 34em;
  font-size: var(--body-size);
  line-height: 1.82;
  color: rgba(255, 255, 255, 0.84);
}

.solution-contact-actions {
  margin-top: 42px;
}

.solution-contact-btn {
  min-width: 194px;
  min-height: 56px;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  box-shadow: none;
}

.solution-contact-btn:hover,
.solution-contact-btn:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
}

@media (max-width: 980px) {
  body.page-ai-solution {
    --solution-section-space: 60px;
    --solution-section-head-gap: 32px;
    --solution-section-bridge-gap: 44px;
  }

  body.page-ai-solution .hero {
    min-height: var(--solution-hero-min-height);
    padding: var(--solution-hero-padding-top) 0 var(--solution-hero-padding-bottom);
  }

  body.page-ai-solution .solution-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  body.page-ai-solution .hero-ai-medical-copy {
    min-height: 0;
    max-width: min(100%, 720px);
    padding-left: 0;
  }

  body.page-ai-solution .hero-ai-medical-copy::before {
    left: -26px;
    right: -26px;
  }

  body.page-ai-solution .hero-ai-medical-graphic {
    inset: 10% 4% 10% 48%;
  }

  body.page-ai-solution .hero-ai-medical-title {
    font-size: var(--subpage-hero-title-size);
  }

  body.page-ai-solution .hero-ai-medical-desc {
    max-width: 32em;
  }

  .solution-insights-section {
    padding: 52px 0 56px;
  }

  .solution-insights-head {
    margin-bottom: 24px;
  }

  .solution-insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
    gap: 24px 22px;
  }

  .solution-showcase-section {
    padding: var(--solution-section-space) 0 0;
  }

  .solution-product-card {
    grid-template-columns: 1fr;
    max-width: 760px;
    width: 100%;
    padding: 18px;
    gap: 18px;
  }

  .solution-product-media {
    height: 280px;
  }

  .solution-product-media img {
    top: 12px;
    right: 16px;
    bottom: 12px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 24px);
  }

  .solution-product-content {
    padding: 4px 4px 6px;
  }

  .solution-partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 24px;
  }

  .solution-partners-grid--balanced {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }

  .solution-partners-grid--compact {
    max-width: 560px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 240px));
  }

  .solution-partners-grid--five {
    max-width: 760px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px 20px;
  }

  .solution-partner-name {
    font-size: 14px;
  }

  .solution-partner-name--long {
    font-size: 13px;
  }

  .solution-contact-banner {
    height: 312px;
  }

  .solution-contact-banner::after {
    left: 46%;
    width: 32px;
    opacity: 0.14;
  }

  .solution-contact-copy {
    max-width: min(100%, 390px);
    padding-right: 0;
  }

  .solution-contact-title {
    gap: 8px;
  }

  .solution-contact-title-line:first-child {
    font-size: 24px;
    line-height: 1.12;
  }

  .solution-contact-title-line:last-child {
    font-size: clamp(34px, 4vw, 40px);
    line-height: 1.08;
  }

  .solution-contact-actions {
    margin-top: 32px;
  }
}

@media (max-width: 720px) {
  body.page-ai-solution {
    --solution-section-space: 48px;
    --solution-section-head-gap: 28px;
    --solution-section-bridge-gap: 32px;
    --solution-hero-graphic-width-mobile: 32%;
    --solution-hero-graphic-opacity-mobile: 0.36;
  }

  body.page-ai-solution .hero {
    min-height: var(--solution-hero-min-height);
    padding: var(--solution-hero-padding-top) 0 var(--solution-hero-padding-bottom);
  }

  body.page-ai-solution .hero-ai-medical-bg {
    background-size: var(--solution-bg-size-mobile);
    background-position: var(--detail-hero-bg-position-mobile);
  }

  body.page-ai-solution .solution-hero-grid {
    gap: 14px;
  }

  body.page-ai-solution .hero-ai-medical-copy {
    min-height: 0;
    width: 100%;
    max-width: min(100%, 430px);
    padding-left: 0;
  }

  body.page-ai-solution .hero-ai-medical-copy::before {
    top: -12px;
    bottom: -14px;
    left: -14px;
    right: -14px;
  }

  body.page-ai-solution .hero-ai-medical-graphic {
    inset: auto;
    top: 0;
    right: 0;
    width: var(--solution-hero-graphic-width-mobile, 44%);
    height: 100%;
    opacity: var(--solution-hero-graphic-opacity-mobile, 0.66);
  }

  body.page-ai-solution .hero-ai-medical-title {
    margin-bottom: 12px;
    font-size: var(--subpage-hero-title-size);
    line-height: 1.06;
    letter-spacing: -0.015em;
    text-wrap: balance;
  }

  body.page-ai-solution .solution-hero-title {
    gap: 0.06em;
  }

  body.page-ai-solution .solution-hero-title-prefix {
    font-size: 0.92em;
  }

  body.page-ai-solution .solution-hero-title-main {
    font-size: 0.9em;
    transform: translateY(-0.055em);
  }

  body.page-ai-solution .hero-ai-medical-desc {
    max-width: none;
    font-size: var(--subpage-hero-desc-size);
    line-height: var(--subpage-hero-desc-line);
  }

  body.page-ai-solution .solution-hero-tags {
    gap: 8px 12px;
    margin-bottom: 18px;
  }

  body.page-ai-solution .solution-hero-tags li {
    min-height: 0;
    padding: 0;
    font-size: var(--card-kicker-size);
    letter-spacing: 0.08em;
  }

  body.page-ai-solution .solution-hero-tags li+li {
    padding-left: 0;
  }

  body.page-ai-solution .solution-hero-tags li+li::before {
    content: none;
  }

  body.page-ai-solution .hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    max-width: 100%;
    margin-top: 20px;
  }

  body.page-ai-solution .hero-actions .btn-consult,
  body.page-ai-solution .hero-actions .btn-ai-secondary {
    width: auto;
    min-width: var(--subpage-hero-btn-width);
    flex: 0 0 auto;
  }


  .page-ai-solution .float-contact {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .page-ai-solution.is-float-ready .float-contact {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .solution-showcase-section {
    padding: var(--solution-section-space) 0 0;
    overflow-x: clip;
  }

  .solution-insights-section {
    padding: 42px 0 46px;
  }

  .solution-insights-head {
    margin-bottom: 20px;
  }

  .solution-insights-title {
    font-size: var(--section-title-size-sm);
    line-height: 1.18;
  }

  .solution-insights-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .solution-insight-card {
    padding: 16px 0 0;
  }

  .solution-insight-card::before {
    width: 30px;
    margin-bottom: 14px;
  }

  .solution-insight-title {
    max-width: none;
    font-size: var(--card-title-md-size-sm);
    line-height: 1.32;
  }

  .solution-insight-copy {
    max-width: none;
    margin-top: 10px;
    font-size: var(--body-size-sm);
    line-height: 1.76;
  }

  .solution-showcase-head {
    margin-bottom: 22px;
  }

  .solution-showcase-title {
    font-size: var(--section-title-size-sm);
    line-height: 1.18;
    letter-spacing: 0.12em;
  }

  .solution-showcase-description {
    font-size: var(--body-size-sm);
    line-height: 1.82;
  }

  .solution-showcase-list {
    gap: 18px;
  }

  .solution-single-content {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .solution-single-content-body {
    padding: 0;
  }

  .solution-single-content-body .manual-full-page-image,
  .solution-single-content-body .ppt-generated-slide {
    border: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .solution-product-card {
    width: 100%;
    max-width: none;
    padding: 14px;
    gap: 14px;
  }

  .solution-product-card::before {
    content: none;
  }

  .solution-product-media {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .solution-product-media img {
    top: 10px;
    right: 12px;
    bottom: 10px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 20px);
  }

  .solution-product-content {
    padding: 0;
  }

  .solution-product-title {
    font-size: var(--card-title-md-size-sm);
    line-height: 1.26;
  }

  .solution-product-description {
    margin-top: 12px;
    font-size: var(--body-size-sm);
    line-height: 1.76;
  }

  .solution-product-points {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 16px;
  }

  .solution-product-point {
    font-size: var(--body-size-sm);
    line-height: 1.68;
  }

  .solution-product-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 18px;
    transform: none;
  }

  .solution-product-btn {
    width: 100%;
    min-width: 0;
  }

  .solution-partners-section {
    margin-top: var(--solution-section-bridge-gap);
  }

  .solution-partners {
    margin-top: 0;
    padding: 0;
  }

  .solution-partners-shell {
    gap: 22px;
  }

  .solution-partners-title {
    font-size: var(--section-title-size-sm);
    line-height: 1.18;
    letter-spacing: 0.12em;
  }

  .solution-partners-description {
    font-size: var(--body-size-sm);
    line-height: 1.76;
  }

  .solution-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
  }

  .solution-partners-grid--balanced,
  .solution-partners-grid--compact {
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-partners-grid--five {
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-partners-grid--five .solution-partner-item,
  .solution-partners-grid--five .solution-partner-item:nth-child(4),
  .solution-partners-grid--five .solution-partner-item:nth-child(5) {
    grid-column: auto;
  }

  .solution-partner-item {
    min-height: 52px;
    padding: 4px 8px;
  }

  .solution-partner-name {
    font-size: 13px;
    line-height: 1.42;
    font-weight: 600;
  }

  .solution-partner-name--long {
    font-size: 12px;
    line-height: 1.36;
  }

  .solution-contact-banner {
    height: 260px;
  }

  .solution-contact-banner::before {
    background:
      linear-gradient(90deg,
        rgba(4, 16, 39, 0.96) 0%,
        rgba(5, 18, 43, 0.9) 42%,
        rgba(7, 24, 56, 0.62) 66%,
        rgba(8, 26, 59, 0.16) 100%),
      linear-gradient(180deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0) 22%,
        rgba(0, 0, 0, 0.12) 100%);
  }

  .solution-contact-banner::after {
    left: 48%;
    width: 24px;
    opacity: 0.1;
  }

  .solution-contact-media img {
    object-position: 60% 50%;
  }

  .solution-contact-copy {
    max-width: min(100%, 280px);
    padding-right: 0;
  }

  .solution-contact-title {
    gap: 8px;
  }

  .solution-contact-title-line:first-child {
    font-size: clamp(20px, 5vw, 24px);
    line-height: 1.14;
  }

  .solution-contact-title-line:last-child {
    font-size: clamp(28px, 7vw, 32px);
    line-height: 1.08;
  }

  .solution-contact-description {
    margin-top: 14px;
    font-size: var(--body-size-sm);
    line-height: 1.74;
  }

  .solution-contact-actions {
    margin-top: 22px;
  }

  .solution-contact-btn {
    min-width: 144px;
    min-height: var(--btn-consult-height-sm);
    padding: 0 20px;
  }
}

/* 閺呯儤鍙庨崠鑽ゆ灍娴溠冩惂閸栫尨绱?+3+1 閸у洩銆€閹烘帞澧楅敍宀€顫栭幎鈧幇鐔诲剹閺?+ 閸斻劎鏁?*/
@media (prefers-reduced-motion: reduce) {

  .solution-product-card,
  .solution-product-card::before,
  .solution-product-card::after,
  .solution-product-title,
  .solution-product-description,
  .solution-product-point,
  .solution-product-actions,
  .solution-product-media::after,
  .solution-product-media img,
  .solution-product-btn,
  .solution-partner-item {
    transition: none;
  }

  .solution-product-card:hover,
  .solution-product-card:focus-within {
    transform: none;
  }

  .solution-product-card:hover .solution-product-media img,
  .solution-product-card:focus-within .solution-product-media img {
    transform: none;
  }
}
