:root {
  --site-font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --theme-default-color: var(--home-color-primary);
  --theme-default-font-color: #101828;
  --home-color-primary: var(--home-color-primary);
  --home-color-primary-dark: #05763a;
  --home-color-text: #101828;
  --home-color-text-soft: #4a5565;
  --home-color-text-muted: #6a7282;
  --home-color-border: #e5e7eb;
  --home-color-surface: #f9fafb;
  --home-color-surface-alt: #f3f4f6;
  --home-color-footer: #05080d;
  --home-color-footer-soft: #99a1af;
  --home-color-accent: #fac107;
  --home-color-white: #ffffff;
  --home-shadow-soft: 0 20px 50px rgba(16, 24, 40, 0.08);
  --home-shadow-card: 0 12px 32px rgba(16, 24, 40, 0.08);
  --home-radius-xl: 32px;
  --home-radius-lg: 24px;
  --home-radius-md: 18px;
  --home-radius-pill: 999px;
  --home-shell-width: 1600px;
  --home-shell-gap: 48px;
  --site-page-shell: min(var(--home-shell-width), calc(100% - (var(--home-shell-gap) * 2)));
  --home-transition: 220ms ease;
}
.hero {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  color: var(--home-color-white);
  touch-action: pan-y;
}

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms ease;
}

.hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero__media,
.hero__image,
.hero__video {
  position: absolute;
  inset: 0;
}

.hero__image,
.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero__content {
  position: relative;
  z-index: 2;
  height: calc(100vh - 80px);
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  padding-top: 80px;
}

.hero__copy {
  max-width: 896px;
}

.hero__actions {
  margin-top: 300px;
}

.hero__actions .button {
  font-size: 16px;
  margin-left: 180px;
  letter-spacing: -0.312px;
  line-height: 24px;
}

.hero__button {
  min-width: 132px;
  white-space: nowrap;
}

.hero__copy h1 {
  margin: 0;
  font-size: clamp(3.2rem, 5.6vw, 4.5rem);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.hero__copy p {
  margin: 24px 0 48px;
  font-size: 20px;
  line-height: 1.6;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  transform: translateY(-50%);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hero__arrow img {
  width: 24px;
  height: 24px;
}

.hero__arrow--prev {
  left: 48px;
}

.hero__arrow--next {
  right: 48px;
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 128px;
  z-index: 2;
  display: grid;
  gap: 8px;
  justify-items: center;
  transform: translateX(-50%);
  color: var(--home-color-white);
  font-size: 14px;
}

.hero__scroll img {
  width: 20px;
  height: 20px;
  animation: homeFloat 1.8s ease-in-out infinite;
}

.hero__dots {
  position: absolute;
  left: 50%;
  bottom: 48px;
  z-index: 2;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
}

.hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  padding: 0;
}

.hero__dot.is-active {
  width: 48px;
  background: var(--theme-default-color, var(--home-color-primary));
}

.solutions {
  background: var(--home-color-white);
}

.solutions-stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 720px;
  background: #05130d;
}

.solutions-stage__image {
  position: absolute;
  inset: 0;
}

.solutions-stage__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.solutions-stage__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 720px;
  padding-top: 84px;
  padding-bottom: 84px;
}

.solutions-stage__copy {
  max-width: 620px;
  color: var(--home-color-white);
}

.solutions-stage__eyebrow {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.solutions-stage__copy h3 {
  margin: 0;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.solutions-stage__copy > p:last-of-type {
  margin: 24px 0 40px;
  max-width: 560px;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}

.solutions-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-height: 600px;
  border-radius: var(--home-radius-xl);
  margin-bottom: 24px;
}

.solutions-hero--fullbleed {
  width: 100%;
  max-width: none;
  min-height: 640px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
}

.solutions-hero__image,
.solutions-hero__content {
  position: absolute;
  inset: 0;
}

.solutions-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions-hero__content {
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 40px;
  color: var(--home-color-white);
  align-content: center;
  justify-items: center;
  align-items: baseline;
  justify-content: center;
}

.solutions-hero__eyebrow,
.solution-card__content p {
  margin: 0 0 12px;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.solutions-hero__content h3,
.solution-card__panel h3 {
  color: var(--overlay-title-color, #fff);
  font-weight: 600;
}

.solutions-hero__content > p:last-of-type,
.solution-card__panel span {
  color: var(--overlay-subtitle-color, rgba(255, 255, 255, 0.9));
  font-weight: 500;
}

.products__feature-panel h3,
.product-mini-card__panel h3 {
  color: var(--overlay-title-color, #333333);
  font-weight: 600;
}

.products__feature-panel p,
.products__feature-panel strong,
.product-mini-card__panel span {
  color: var(--overlay-subtitle-color, #4b5563);
  font-weight: 500;
}

.solutions-hero__content h3,
.solution-card__panel h3,
.products__feature-content h3,
.case-card__content h3,
.news-card__body h3,
.product-mini-card__panel h3 {
  margin: 0;
}
.news-card__body h3{
  font-weight: 500 !important;
}
.solutions-hero__content h3 {
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.1;
}

.solutions-hero__content > p:last-of-type {
  margin: 20px 0 36px;
  font-size: 20px;
  color: var(--overlay-subtitle-color, rgba(255, 255, 255, 0.9));
  font-weight: 500;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.is-home-index .solutions__grid-shell {
  padding-top: 0;
}

.solution-card,
.product-mini-card,
.news-card,
.products__feature,
.case-card {
  position: relative;
  overflow: hidden;
}

.solution-card {
  aspect-ratio: 1 / 1;
  border-radius: 0;
}

.solution-card img,
.product-mini-card img,
.products__feature img,
.case-card__base,
.case-card__overlay-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-card picture {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.solution-card img {
  transition: transform 520ms cubic-bezier(0.23, 1, 0.32, 1);
}

.solution-card:hover img {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .solution-card img {
    transition: none;
  }

  .solution-card:hover img {
    transform: none;
  }

  .solution-card__panel,
  .solution-card__panel::before {
    transition: none;
  }

  .solution-card:hover .solution-card__panel,
  .solution-card__panel.is-copy-near {
    transform: none;
  }

  .solution-card__panel::before {
    --panel-bg-opacity: 1;
    opacity: 1;
    transform: none;
    background: rgba(0, 168, 90, 0.5);
  }

  .product-mini-card img,
  .product-mini-card__panel,
  .product-mini-card__panel::before,
  .product-mini-card__panel h3,
  .product-mini-card__panel span,
  .product-mini-card__panel .button {
    transition: none;
  }

  .product-mini-card:hover img,
  .product-mini-card:hover .product-mini-card__panel,
  .product-mini-card__panel.is-copy-near,
  .product-mini-card:hover .product-mini-card__panel::before,
  .product-mini-card__panel.is-copy-near::before,
  .product-mini-card:hover .product-mini-card__panel h3,
  .product-mini-card__panel.is-copy-near h3,
  .product-mini-card:hover .product-mini-card__panel .button,
  .product-mini-card__panel.is-copy-near .button {
    transform: none;
  }

  .product-mini-card__panel::before {
    --panel-bg-opacity: 1;
    opacity: 1;
    transform: none;
    background: rgba(0, 168, 90, 0.5);
  }

  .products__feature img,
  .products__feature-panel,
  .products__feature-panel::before,
  .products__feature-panel h3,
  .products__feature-panel p,
  .products__feature-panel strong,
  .products__feature-panel .button {
    transition: none;
  }

  .products__feature:hover img,
  .products__feature:hover .products__feature-panel,
  .products__feature-panel.is-copy-near,
  .products__feature:hover .products__feature-panel::before,
  .products__feature-panel.is-copy-near::before,
  .products__feature:hover .products__feature-panel h3,
  .products__feature-panel.is-copy-near h3,
  .products__feature:hover .products__feature-panel .button,
  .products__feature-panel.is-copy-near .button {
    transform: none;
  }

  .products__feature-panel::before {
    --panel-bg-opacity: 1;
    opacity: 1;
    transform: none;
    background: rgba(0, 168, 90, 0.5);
  }
}

.case-card__shade {
  position: absolute;
  inset: 0;
}


.solution-card__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: clamp(28px, 5vw, 48px);
  padding-bottom: clamp(52px, 13%, 96px);
  color: var(--home-color-white);
  pointer-events: none;
  box-sizing: border-box;
}

.solution-card__panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  justify-items: center;
  width: min(100%, 440px);
  padding: clamp(28px, 4vw, 40px);
  text-align: center;
  color: var(--home-color-white);
  pointer-events: auto;
  overflow: hidden;
  isolation: isolate;
  --panel-bg-opacity: 0;
  transition: transform 460ms cubic-bezier(0.23, 1, 0.32, 1);
}

.solution-card__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 12px;
  background: rgba(0, 168, 90, 0.65);
  opacity: var(--panel-bg-opacity, 0);
  transform: translateY(calc((1 - var(--panel-bg-opacity, 0)) * 16px));
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 520ms ease;
  box-shadow: 0 18px 40px rgba(0, 168, 90, calc(var(--panel-bg-opacity, 0) * 0.22));
}

.solution-card__panel.is-copy-near {
  transform: translateY(-3px);
}

.solution-card__panel h3,
.solution-card__panel span {
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.38);
  transition:
    transform 420ms cubic-bezier(0.23, 1, 0.32, 1),
    text-shadow 360ms ease;
}

.solution-card__panel.is-copy-near h3,
.solution-card__panel.is-copy-near span {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
}

.solution-card__panel.is-copy-near h3 {
  transform: translateY(-2px);
}

.solution-card__panel h3 {
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 2.25rem);
}

.solution-card__panel span {
  color: var(--overlay-subtitle-color, rgba(255, 255, 255, 0.9));
  font-size: 18px;
  font-weight: 500;
}

.solution-card__panel .button.button--primary {
  margin-top: 8px;
  color: var(--theme-default-color, #00a85a);
  background: var(--home-color-white);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.14);
  transition:
    transform 420ms cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 360ms ease;
}

.solution-card__panel.is-copy-near .button.button--primary {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.18);
}

.solution-card__panel .button.button--primary:hover {
  background: #f3f4f6;
  filter: none;
}

.products {
  background: var(--home-color-white);
}

.products__tabs {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 64px;
  flex-wrap: wrap;
}

.products__tab {
  min-height: 54px;
  padding: 0 8px;
  border-bottom: 2px solid transparent;
  color: var(--home-color-text-muted);
  font-size: 18px;
  transition: color var(--home-transition), border-color var(--home-transition);
}

.products__tab.is-active {
  color: var(--home-color-text);
  border-color: var(--home-color-primary);
}

.products__panel {
  display: none;
}

.products__panel.is-active {
  display: block;
}

.products__feature {
  min-height: 600px;
  margin-bottom: 24px;
  background: #000;
  overflow: hidden;
}

.products__feature picture {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.products__feature img {
  transition: transform 520ms cubic-bezier(0.23, 1, 0.32, 1);
}

.products__feature:hover img {
  transform: scale(1.05);
}

.products__empty {
  display: grid;
  place-items: center;
  min-height: 220px;
  border-radius: var(--home-radius-xl);
  background: var(--home-color-surface);
  color: var(--home-color-text-muted);
  font-size: 18px;
}


.products__feature-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0;
  color: var(--home-color-white);
  pointer-events: none;
}

.products__feature-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  justify-items: start;
  width: min(560px, 78%);
  padding: clamp(32px, 4vw, 48px);
  color: var(--home-color-white);
  background: transparent;
  border-radius: 0 24px 0 0;
  pointer-events: auto;
  overflow: hidden;
  isolation: isolate;
  --panel-bg-opacity: 0;
  transition: transform 460ms cubic-bezier(0.23, 1, 0.32, 1);
}

.products__feature-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: rgba(0, 168, 90, 0.65);
  opacity: var(--panel-bg-opacity, 0);
  transform: translateY(calc((1 - var(--panel-bg-opacity, 0)) * 16px));
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 520ms ease;
  box-shadow: 0 18px 40px rgba(0, 168, 90, calc(var(--panel-bg-opacity, 0) * 0.22));
}

.products__feature-panel.is-copy-near {
  transform: translateY(-3px);
}

.products__feature-panel h3,
.products__feature-panel p,
.products__feature-panel strong {
  text-shadow: none;
  transition:
    transform 420ms cubic-bezier(0.23, 1, 0.32, 1);
}

.products__feature-panel.is-copy-near h3,
.products__feature-panel.is-copy-near p,
.products__feature-panel.is-copy-near strong {
  text-shadow: none;
}

.products__feature-panel h3,
.products__feature-panel p,
.products__feature-panel strong,
.products__feature-panel .button {
  transition:
    transform 420ms cubic-bezier(0.23, 1, 0.32, 1),
    text-shadow 360ms ease,
    box-shadow 360ms ease;
}

.products__feature-panel.is-copy-near h3 {
  transform: translateY(-2px);
}

.products__feature-panel .button.button--primary {
  margin-top: 8px;
  color: var(--overlay-button-text-color, #333333);
  background: var(--theme-default-color, #00a85a);
  box-shadow: 0 10px 24px rgba(0, 168, 90, 0.22);
}

.products__feature-panel.is-copy-near .button.button--primary {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.18);
}

.products__feature-content h3,
.products__feature-panel h3 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 0;
  color: var(--overlay-title-color, #333333);
  font-weight: 600;
}

.products__feature-content p,
.products__feature-panel p {
  margin: 0;
  font-size: 20px;
  color: var(--overlay-subtitle-color, #4b5563);
  font-weight: 500;
}

.products__feature-content strong,
.products__feature-panel strong {
  font-size: 24px;
  font-weight: 600;
  color: var(--overlay-subtitle-color, #4b5563);
}

.products__feature-panel .button.button--primary:hover {
  background: var(--home-color-primary-dark, #008647);
  color: var(--overlay-button-text-color, #333333);
  filter: none;
}

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

.product-mini-card {
  min-height: 592px;
  background: var(--home-color-surface-alt);
}

.product-mini-card picture {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.product-mini-card img {
  transition: transform 520ms cubic-bezier(0.23, 1, 0.32, 1);
}

.product-mini-card:hover img {
  transform: scale(1.05);
}

.product-mini-card__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(48px, 12%, 88px);
  color: var(--home-color-white);
  pointer-events: none;
  box-sizing: border-box;
}

.product-mini-card__panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  justify-items: center;
  width: min(100%, 400px);
  padding: clamp(24px, 3.5vw, 36px);
  text-align: center;
  color: var(--home-color-white);
  pointer-events: auto;
  overflow: hidden;
  isolation: isolate;
  --panel-bg-opacity: 0;
  transition: transform 460ms cubic-bezier(0.23, 1, 0.32, 1);
}

.product-mini-card__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 12px;
  background: rgba(0, 168, 90, 0.65);
  opacity: var(--panel-bg-opacity, 0);
  transform: translateY(calc((1 - var(--panel-bg-opacity, 0)) * 16px));
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 520ms ease;
  box-shadow: 0 18px 40px rgba(0, 168, 90, calc(var(--panel-bg-opacity, 0) * 0.22));
}

.product-mini-card__panel.is-copy-near {
  transform: translateY(-3px);
}

.product-mini-card__panel h3,
.product-mini-card__panel span {
  text-shadow: none;
  transition:
    transform 420ms cubic-bezier(0.23, 1, 0.32, 1);
}

.product-mini-card__panel.is-copy-near h3,
.product-mini-card__panel.is-copy-near span {
  text-shadow: none;
}

.product-mini-card__panel.is-copy-near h3 {
  transform: translateY(-2px);
}

.product-mini-card__panel h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.35;
  color: var(--overlay-title-color, #333333);
}

.product-mini-card__panel span {
  color: var(--overlay-subtitle-color, #4b5563);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.product-mini-card__panel .button.button--primary {
  margin-top: 6px;
  color: var(--overlay-button-text-color, #333333);
  background: var(--theme-default-color, #00a85a);
  box-shadow: 0 10px 24px rgba(0, 168, 90, 0.22);
  transition:
    transform 420ms cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 360ms ease;
}

.product-mini-card__panel.is-copy-near .button.button--primary {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.18);
}

.product-mini-card__panel .button.button--primary:hover {
  background: var(--home-color-primary-dark, #008647);
  color: var(--overlay-button-text-color, #333333);
  filter: none;
}

.case-studies {
  background: var(--home-color-surface);
}

.case-studies .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.case-studies .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.case-card {
  min-height: 700px;
  background: #000;
}

.case-card__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.case-card__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.case-card__overlay-image {
  mix-blend-mode: normal;
  opacity: 1;
  filter: none;
}

.case-card__shade {
  display: none;
}

.case-card__content {
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: 48px;
  z-index: 1;
  color: var(--home-color-white);
}

.case-card__content h3 {
  font-size: 36px;
  margin-bottom: 16px;
}

.case-card__content p,
.case-card__content span {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.case-card__content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  margin-top: 16px;
  border-radius: var(--home-radius-pill);
  background: var(--home-color-primary-dark);
  font-size: 16px;
  font-weight: 500;
}

.case-card__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
}

.case-card__arrow:disabled {
  opacity: 0.8;
  cursor: default;
}

.case-card__arrow img {
  width: 24px;
  height: 24px;
}

.case-card__arrow--prev {
  left: 32px;
}

.case-card__arrow--next {
  right: 32px;
}

.case-card__dots {
  position: absolute;
  right: 48px;
  bottom: 32px;
  z-index: 1;
  display: flex;
  gap: 12px;
}

.case-card__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  padding: 0;
}

.case-card__dot.is-active {
  width: 32px;
  background: var(--home-color-white);
}

.partners {
  background: var(--home-color-white);
  padding-bottom: 0;
}

.partners__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 80px;
}

.partners__grid li {
  min-height: 96px;
}

.partners__card {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 14px;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  background: var(--home-color-surface);
  color: rgba(16, 24, 40, 0.7);
  transition: transform var(--home-transition), box-shadow var(--home-transition), color var(--home-transition);
}

.partners__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(16, 24, 40, 0.08);
  color: var(--home-color-text);
}

.partners__logo {
  max-width: 132px;
  max-height: 42px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.partners__name {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.partners__band {
  position: relative;
  overflow: hidden;
  min-height: 293px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}

.partners__band > .site-shell {
  position: relative;
  z-index: 1;
  width: 100%;
}

.partners__band > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partners__stats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(16px, 3vw, 48px);
  padding: 0;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}

.partners__stat {
  display: grid;
  flex: 1 1 0;
  justify-items: center;
  gap: 12px;
  min-width: 0;
  text-align: center;
}

.partners__stat strong {
  color: var(--home-color-accent);
  font-size: clamp(2.8rem, 4vw, 3.75rem);
  font-weight: 300;
}

.partners__stat strong span {
  color: inherit;
  font-size: inherit;
}

.partners__stat > span {
  color: var(--home-color-white);
  font-size: 14px;
}

.news {
  background: var(--home-color-white);
}

.section-heading--news {
  gap: 18px;
  margin-bottom: 72px;
}

.section-heading--news h2 {
  font-size: clamp(2.25rem, 3.6vw, 3.5rem);
  font-weight: 400;
  letter-spacing: 0;
}

.section-heading--news p {
  max-width: 620px;
  font-size: 17px;
  line-height: 1.8;
  color: #5f6b7a;
}

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

.news-card {
  display: grid;
  background: var(--home-color-white);
  border-radius: 0;
  box-shadow: none;
  transition: transform var(--home-transition), box-shadow var(--home-transition);
}

.news-card:hover {
  transform: translateY(-6px);
}

.news__empty {
  display: grid;
  grid-column: 1 / -1;
  place-items: center;
  min-height: 240px;
  border: 1px solid var(--home-color-border);
  /* border-radius: var(--home-radius-lg); */
  color: var(--home-color-text-muted);
  font-size: 16px;
}

.news-card__media {
  position: relative;
  overflow: hidden;

}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.news-card:hover .news-card__media img {
  transform: scale(1.03);
}

.news-card__body {
  display: grid;
  align-content: start;
  gap: 14px;
  width: 100%;
  max-width: 512px;
  margin-inline: auto;
  padding: 20px 0 0;
}

.news-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-color-text-muted);
  font-size: 14px;
  line-height: 1;
}

.news-card__meta img {
  width: 14px;
  height: 14px;
}

.news-card__title {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  color: #1b2430;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color:#101828;
}

.news-card__summary {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #4A5565;
  font-size: 16px;
  line-height:26px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: -0.31px;
  font-weight: 400;
}

.news-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-color-primary-dark);
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.31px;
}

.news-card__link img {
  width: 16px;
  height: 16px;
}

.news__actions {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.news__button {
  min-height: 52px;
  padding: 0 36px;
  font-size: 15px;
}

.about {
  background: var(--home-color-white);
  padding-bottom: 0;
}

.about.screen-section {
  padding-top: 0;
}

.about__visual {
  position: relative;
  min-height: clamp(560px, 58vw, 880px);
  overflow: hidden;
}

.about__image,
.about__visual picture,
.about__visual picture img {
  width: 100%;
  height: clamp(560px, 58vw, 880px);
  object-fit: cover;
  object-position: center 38%;
  display: block;
}

.about__fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(8, 24, 18, 0.35) 0%,
    rgba(8, 24, 18, 0.12) 38%,
    rgba(8, 24, 18, 0.2) 68%,
    rgba(8, 24, 18, 0.45) 100%
  );
}

.about__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4.5vh, 44px);
  padding: clamp(56px, 10vh, 96px) clamp(20px, 4vw, 40px);
  box-sizing: border-box;
}

.about__headline {
  width: min(920px, 100%);
  text-align: center;
  color: var(--home-color-white);
}

.about__headline h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.about__headline h2 span {
  color: var(--home-color-white);
}

.about__headline p {
  margin: clamp(12px, 2vh, 18px) 0 0;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.28);
}

.about__panel {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  width: min(1100px, 100%);
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(0, 140, 76, 0.88) 0%,
    rgba(0, 108, 60, 0.9) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 48px rgba(8, 32, 22, 0.22);
  backdrop-filter: blur(10px);
}

.about__panel-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(28px, 3.5vw, 36px) clamp(24px, 3vw, 40px);
}

.about__text {
  margin: 0;
  flex: 1;
  min-width: 0;
  max-width: 52em;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.9;
  text-align: left;
  letter-spacing: 0.02em;
}

.about__cta {
  flex-shrink: 0;
  margin: 0;
  font-size: 16px;
  min-height: 48px;
  padding: 0 28px;
  white-space: nowrap;
  color: var(--theme-default-color, #00a85a) !important;
  background: #fff !important;
  border: none;
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about__cta:hover {
  background: #f8fafc !important;
  filter: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.18);
}

/*新增*/
.news-card__media{
  width: 100%;
  max-width: 512px;
  aspect-ratio: 512 / 388;
  margin: 0 auto;
  overflow: hidden; /* 防止溢出 */
  background: linear-gradient(to bottom, #f9fbfe, #ebf0f5);
}
.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* 铺满不变形，自动裁切（最常用） */
  /* object-fit: contain; */ /* 不想裁切、完整显示就用这个 */
  display: block;
}
.news-card__body h3{
  -webkit-line-clamp: 1;
}
.news-card__summary{
  height: 52px;
}
@keyframes homeFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }
}

@media (min-width: 750px) and (max-width: 967px) {
  .solutions-stage,
  .solutions-stage__content {
    min-height: 620px;
  }

  .solutions-stage__content {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero__copy {
    max-width: 640px;
  }

  .hero__actions {
    margin-top: 48px;
  }

  .hero__actions .button {
    margin-left: 48px;
  }

  .hero__arrow--prev {
    left: 24px;
  }

  .hero__arrow--next {
    right: 24px;
  }

  .solutions-grid,
  .news__grid,
  .products__list,
  .partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products__feature,
  .products__feature-content,
  .case-card,
  .about__visual {
    min-height: 560px;
  }

  .about__image,
  .about__visual picture,
  .about__visual picture img {
    height: 680px;
  }

  .about__overlay {
    padding: 64px 24px;
    gap: 32px;
  }

  .partners__stats {
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 40px;
  }

  .partners__stat {
    flex: 0 1 auto;
    min-width: 140px;
  }
}

@media (max-width: 749px) {
  .hero,
  .hero__content {
    height: auto;
    min-height: clamp(420px, 92vh, 760px);
  }

  .solutions-stage {
    min-height: 540px;
  }

  .solutions-stage__content {
    align-items: end;
    min-height: 540px;
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .solutions-stage__copy h3 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .solutions-stage__copy > p:last-of-type {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.7;
  }

  .hero__content {
    padding-top: 72px;
    align-items: end;
    padding-bottom: 136px;
  }

  .hero__actions {
    margin-top: 32px;
  }

  .hero__actions .button {
    margin-left: 0;
  }

  .hero__copy p {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .hero__arrow {
    display: none;
  }

  .hero__scroll {
    bottom: 88px;
  }

  .hero__dots {
    bottom: 32px;
  }

  .solutions-hero,
  .products__feature,
  .case-card,
  .product-mini-card,
  .solution-card,
  .about__visual {
    min-height: auto;
  }

  .solutions-hero--fullbleed {
    min-height: 460px;
  }

  .solutions-hero__content,
  .products__feature-panel {
    padding: 28px 24px;
  }

  .solution-card__content {
    padding: 24px;
    padding-bottom: clamp(40px, 11%, 72px);
  }

  .solution-card__panel {
    width: 100%;
    padding: 28px 24px;
  }

  .product-mini-card__content {
    padding: 24px;
    padding-bottom: clamp(40px, 11%, 72px);
  }

  .product-mini-card__panel {
    width: 100%;
    padding: 28px 24px;
  }

  .products__feature-panel {
    width: min(100%, 520px);
  }

  .solutions-grid,
  .products__list,
  .partners__grid,
  .news__grid {
    grid-template-columns: 1fr;
  }

  .partners__stats {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 32px;
  }

  .partners__stat {
    flex: 0 1 calc(50% - 20px);
    min-width: 120px;
  }

  .products__tabs {
    justify-content: flex-start;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .products__tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .case-card__content {
    left: 24px;
    right: 24px;
    bottom: 72px;
  }

  .case-card__content h3 {
    font-size: 28px;
  }

  .case-card__content p,
  .case-card__content span {
    font-size: 16px;
  }

  .case-card__arrow {
    display: none;
  }

  .case-card__dots {
    left: 24px;
    right: auto;
    bottom: 24px;
  }

  .news-card__media {
    min-height: 260px;
  }

  .section-heading--news {
    margin-bottom: 48px;
  }

  .section-heading--news p {
    font-size: 15px;
    line-height: 1.75;
  }

  .news-card__summary {
    min-height: auto;
    -webkit-line-clamp: 4;
  }

  .news__actions {
    margin-top: 40px;
  }

  .about__image,
  .about__visual picture,
  .about__visual picture img {
    height: clamp(480px, 92vw, 600px);
    object-position: center 36%;
  }

  .about__overlay {
    justify-content: flex-end;
    padding: 32px 16px 28px;
    gap: 20px;
  }

  .about__headline h2 {
    font-size: clamp(1.65rem, 7.5vw, 2.25rem);
    letter-spacing: 0.04em;
  }

  .about__headline p {
    font-size: 15px;
    letter-spacing: 0.04em;
  }

  .about__panel {
    width: 100%;
    border-radius: 6px;
  }

  .about__panel-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 24px 20px;
  }

  .about__text {
    max-width: none;
    font-size: 15px;
  }

  .about__cta {
    align-self: flex-start;
  }
}
