/* C1 silver manufacturing homepage theme. Scoped to the approved homepage hook. */
body.home-c1-silver {
  --c1-canvas: #f2f5f3;
  --c1-canvas-deep: #e7ece9;
  --c1-surface: #fbfcfb;
  --c1-surface-soft: rgba(255, 255, 255, 0.66);
  --c1-ink: #24322b;
  --c1-muted: #68756e;
  --c1-line: rgba(41, 65, 52, 0.14);
  --c1-line-strong: rgba(41, 65, 52, 0.23);
  --c1-green: #426f59;
  --c1-green-deep: #315846;
  --c1-silver: #a7b1ab;
  --c1-shadow-soft: 0 18px 48px rgba(40, 57, 48, 0.08);
  --c1-shadow-lift: 0 30px 72px rgba(40, 57, 48, 0.14);
  background: var(--c1-canvas);
}

body.home-c1-silver .brands-showcase-section,
body.home-c1-silver .home-news-flow,
body.home-c1-silver .faq-highlight-section,
body.home-c1-silver .home-resource-entry {
  content-visibility: visible !important;
  contain: none !important;
  contain-intrinsic-size: auto !important;
}

body.home-c1-silver .hero {
  background: var(--c1-canvas-deep) !important;
}

body.home-c1-silver .hero-slide::before {
  background: linear-gradient(90deg, rgba(237, 241, 238, 0.98) 0%, rgba(237, 241, 238, 0.9) 37%, rgba(237, 241, 238, 0.2) 72%) !important;
}

body.home-c1-silver .hero-slide::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px) !important;
  background-size: 56px 56px !important;
  opacity: 0.54 !important;
}

body.home-c1-silver .hero-text {
  color: var(--c1-ink) !important;
  text-shadow: none !important;
}

body.home-c1-silver .hero-kicker,
body.home-c1-silver .hero-company,
body.home-c1-silver .credential-eyebrow {
  color: var(--c1-green) !important;
  letter-spacing: 0.18em !important;
}

body.home-c1-silver .hero-title,
body.home-c1-silver .hero-title strong,
body.home-c1-silver .hero-credential-panel h2,
body.home-c1-silver .hero-credential-panel li strong,
body.home-c1-silver .hero-proof strong {
  color: var(--c1-ink) !important;
}

body.home-c1-silver .hero-title {
  letter-spacing: -0.035em !important;
  text-wrap: balance;
}

body.home-c1-silver .hero-desc,
body.home-c1-silver .hero-proof span,
body.home-c1-silver .hero-credential-panel p,
body.home-c1-silver .hero-credential-panel li span {
  color: var(--c1-muted) !important;
}

body.home-c1-silver .hero-proof-row {
  padding: 15px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 2px !important;
  background: rgba(251, 252, 251, 0.78) !important;
  box-shadow: var(--c1-shadow-soft) !important;
}

body.home-c1-silver .hero-credential-panel {
  border: 1px solid rgba(255, 255, 255, 0.82) !important;
  border-radius: 2px !important;
  background: rgba(248, 251, 249, 0.86) !important;
  box-shadow: var(--c1-shadow-lift) !important;
  color: var(--c1-ink) !important;
}

body.home-c1-silver .hero-buttons .btn {
  border-radius: 2px !important;
  transition: transform 160ms ease-out !important;
}

body.home-c1-silver .hero-buttons .btn:first-child {
  border-color: var(--c1-green) !important;
  background: var(--c1-green) !important;
}

body.home-c1-silver .hero-buttons .btn:last-child {
  border-color: rgba(36, 50, 43, 0.36) !important;
  background: rgba(255, 255, 255, 0.22) !important;
  color: var(--c1-ink) !important;
}

body.home-c1-silver .hero-buttons .btn:hover,
body.home-c1-silver .hero-buttons .btn:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(40, 57, 48, 0.16) !important;
}

body.home-c1-silver .hero-buttons .btn:active {
  transform: translateY(0) scale(0.985);
  box-shadow: 0 7px 18px rgba(40, 57, 48, 0.12) !important;
}

body.home-c1-silver .home-scenario-router,
body.home-c1-silver .brands-showcase-section,
body.home-c1-silver .home-c1-capacity,
body.home-c1-silver .home-news-flow,
body.home-c1-silver .faq-highlight-section,
body.home-c1-silver .home-resource-entry,
body.home-c1-silver .main-footer {
  position: relative;
  isolation: isolate;
}

body.home-c1-silver .home-scenario-router::before,
body.home-c1-silver .brands-showcase-section::before,
body.home-c1-silver .home-c1-capacity::before,
body.home-c1-silver .home-news-flow::before,
body.home-c1-silver .faq-highlight-section::before,
body.home-c1-silver .main-footer::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(66, 111, 89, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 111, 89, 0.028) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
}

body.home-c1-silver .home-scenario-router {
  padding: 112px 0 108px !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.96), transparent 31%),
    var(--c1-surface) !important;
}

body.home-c1-silver .home-clean-head {
  max-width: 880px;
  margin-bottom: 48px !important;
}

body.home-c1-silver .home-clean-eyebrow,
body.home-c1-silver .section-subtitle,
body.home-c1-silver .home-news-title-en,
body.home-c1-silver .home-c1-capacity__eyebrow,
body.home-c1-silver .home-resource-card > div:first-child > span {
  color: var(--c1-green) !important;
  letter-spacing: 0.2em !important;
}

body.home-c1-silver .home-clean-head h2,
body.home-c1-silver .brands-showcase-section .section-title,
body.home-c1-silver .home-news-title-cn,
body.home-c1-silver .faq-highlight-section .section-title,
body.home-c1-silver .home-c1-capacity h2,
body.home-c1-silver .home-resource-card strong {
  color: var(--c1-ink) !important;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

body.home-c1-silver .home-clean-head p,
body.home-c1-silver .brands-showcase-section .section-desc,
body.home-c1-silver .faq-highlight-section .section-desc,
body.home-c1-silver .home-c1-capacity__intro,
body.home-c1-silver .home-resource-card p {
  color: var(--c1-muted) !important;
  text-wrap: pretty;
}

body.home-c1-silver .home-scenario-grid {
  gap: 0 !important;
  border-top: 1px solid var(--c1-line) !important;
  border-bottom: 1px solid var(--c1-line) !important;
}

body.home-c1-silver .home-scenario-card {
  position: relative;
  min-height: 250px !important;
  padding: 31px 25px !important;
  overflow: hidden;
  border: 0 !important;
  border-right: 1px solid var(--c1-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: transform 180ms ease-out !important;
}

body.home-c1-silver .home-scenario-card:last-child {
  border-right: 0 !important;
}

body.home-c1-silver .home-scenario-card::before {
  position: absolute;
  top: 30px;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--c1-green);
  border-right: 1px solid var(--c1-green);
  content: "";
  transform: rotate(45deg);
  transition: transform 180ms ease-out;
}

body.home-c1-silver .home-scenario-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--c1-green), rgba(167, 177, 171, 0.55));
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease-out;
}

body.home-c1-silver .home-scenario-card:hover,
body.home-c1-silver .home-scenario-card:focus-visible {
  z-index: 2;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: var(--c1-shadow-lift) !important;
  transform: translateY(-9px) !important;
}

body.home-c1-silver .home-scenario-card:hover::before,
body.home-c1-silver .home-scenario-card:focus-visible::before {
  transform: translateX(4px) rotate(45deg);
}

body.home-c1-silver .home-scenario-card:hover::after,
body.home-c1-silver .home-scenario-card:focus-visible::after {
  transform: scaleX(1);
}

body.home-c1-silver .home-scenario-card:active {
  transform: translateY(-2px) scale(0.992) !important;
  box-shadow: var(--c1-shadow-soft) !important;
}

body.home-c1-silver .home-scenario-card em {
  color: var(--c1-green) !important;
  letter-spacing: 0.12em;
}

body.home-c1-silver .home-scenario-card h3 {
  margin-top: 58px !important;
  color: var(--c1-ink) !important;
  font-family: "Songti SC", "STSong", serif !important;
  font-size: 1.47rem !important;
  line-height: 1.45 !important;
  text-wrap: balance;
}

body.home-c1-silver .home-scenario-card p {
  color: var(--c1-muted) !important;
  text-wrap: pretty;
}

body.home-c1-silver .home-product-pills {
  margin-top: 34px !important;
}

body.home-c1-silver .home-product-pills a {
  border: 1px solid var(--c1-line) !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.46) !important;
  color: var(--c1-ink) !important;
  transition: transform 160ms ease-out !important;
}

body.home-c1-silver .home-product-pills a:hover,
body.home-c1-silver .home-product-pills a:focus-visible {
  border-color: var(--c1-green) !important;
  background: var(--c1-green) !important;
  color: #fff !important;
  transform: translateY(-3px);
}

body.home-c1-silver .brands-showcase-section {
  padding: 112px 0 118px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 44%),
    var(--c1-canvas-deep) !important;
}

body.home-c1-silver .brands-showcase-section .section-header {
  margin-bottom: 40px !important;
}

body.home-c1-silver .brands-showcase-section .container > div[style*="flex-wrap"] span {
  border: 1px solid rgba(255, 255, 255, 0.82) !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.52) !important;
  color: var(--c1-green-deep) !important;
  box-shadow: 0 8px 24px rgba(42, 60, 50, 0.04);
}

body.home-c1-silver .hot-products-grid {
  gap: 18px !important;
}

body.home-c1-silver .hot-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.84) !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.66) !important;
  box-shadow: var(--c1-shadow-soft) !important;
  transition: transform 180ms ease-out !important;
}

body.home-c1-silver .hot-product-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--c1-green), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0.36);
  transition: opacity 180ms ease-out, transform 180ms ease-out;
}

body.home-c1-silver .hot-product-card:hover,
body.home-c1-silver .hot-product-card:focus-visible {
  border-color: rgba(66, 111, 89, 0.25) !important;
  box-shadow: var(--c1-shadow-lift) !important;
  transform: translateY(-10px) !important;
}

body.home-c1-silver .hot-product-card:hover::after,
body.home-c1-silver .hot-product-card:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

body.home-c1-silver .hot-product-card:active {
  transform: translateY(-3px) scale(0.992) !important;
  box-shadow: var(--c1-shadow-soft) !important;
}

body.home-c1-silver .hot-product-image {
  overflow: hidden;
  background: #e7ebe8;
}

body.home-c1-silver .hot-product-image img {
  filter: saturate(0.7) contrast(0.96);
  transition: transform 180ms ease-out !important;
}

body.home-c1-silver .hot-product-card:hover .hot-product-image img,
body.home-c1-silver .hot-product-card:focus-visible .hot-product-image img {
  filter: saturate(0.94) contrast(1);
  transform: scale(1.05);
}

body.home-c1-silver .hot-product-content {
  background: transparent !important;
}

body.home-c1-silver .hot-product-badge {
  border-radius: 2px !important;
  background: var(--c1-green) !important;
}

body.home-c1-silver .hot-product-content p {
  color: var(--c1-muted) !important;
}

body.home-c1-silver .hot-product-link {
  color: var(--c1-green) !important;
}

body.home-c1-silver .home-c1-capacity {
  overflow: hidden;
  padding: 116px 0 112px;
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 255, 255, 0.96), transparent 32%),
    linear-gradient(145deg, #edf1ef 0%, #e3e9e5 58%, #f8faf8 100%);
}

body.home-c1-silver .home-c1-capacity::after {
  position: absolute;
  z-index: -1;
  top: -120px;
  right: -80px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(66, 111, 89, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 56px rgba(255, 255, 255, 0.14), 0 0 0 112px rgba(66, 111, 89, 0.035);
  content: "";
}

body.home-c1-silver .home-c1-capacity__head {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.7fr);
  gap: 100px;
  align-items: end;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--c1-line);
}

body.home-c1-silver .home-c1-capacity__eyebrow {
  display: block;
  margin-bottom: 18px;
  font-size: 0.75rem;
  font-weight: 700;
}

body.home-c1-silver .home-c1-capacity h2 {
  margin: 0;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(2.2rem, 3.5vw, 3.8rem);
  font-weight: 500;
  line-height: 1.13;
  text-wrap: balance;
}

body.home-c1-silver .home-c1-capacity__intro {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  text-wrap: pretty;
}

body.home-c1-silver .home-c1-capacity__metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
}

body.home-c1-silver .home-c1-capacity__metric {
  position: relative;
  min-height: 248px;
  padding: 40px 28px 34px;
  border-right: 1px solid var(--c1-line);
  transition: transform 180ms ease-out;
}

body.home-c1-silver .home-c1-capacity__metric:first-child {
  border-left: 1px solid var(--c1-line);
}

body.home-c1-silver .home-c1-capacity__metric::before {
  display: block;
  width: 72px;
  height: 1px;
  margin-bottom: 30px;
  background: var(--c1-green);
  content: "";
  transform: scaleX(0.5);
  transform-origin: left center;
  transition: transform 180ms ease-out;
}

body.home-c1-silver .home-c1-capacity__metric:hover,
body.home-c1-silver .home-c1-capacity__metric:focus-within {
  z-index: 2;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--c1-shadow-lift);
  transform: translateY(-8px);
}

body.home-c1-silver .home-c1-capacity__metric:hover::before,
body.home-c1-silver .home-c1-capacity__metric:focus-within::before {
  transform: scaleX(1);
}

body.home-c1-silver .home-c1-capacity__value {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--c1-ink);
  font-variant-numeric: tabular-nums;
}

body.home-c1-silver .home-c1-capacity__value strong {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 1;
}

body.home-c1-silver .home-c1-capacity__value span {
  color: var(--c1-green);
  font-size: 0.9rem;
  font-weight: 700;
}

body.home-c1-silver .home-c1-capacity__metric h3 {
  margin: 28px 0 10px;
  color: var(--c1-ink);
  font-size: 1.08rem;
  font-weight: 650;
}

body.home-c1-silver .home-c1-capacity__metric p {
  margin: 0;
  color: var(--c1-muted);
  font-size: 0.9rem;
  line-height: 1.75;
  text-wrap: pretty;
}

body.home-c1-silver .home-c1-capacity__footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding-top: 34px;
}

body.home-c1-silver .home-c1-capacity__footer p {
  max-width: 770px;
  margin: 0;
  color: var(--c1-muted);
  font-size: 0.86rem;
  line-height: 1.75;
}

body.home-c1-silver .home-c1-capacity__footer a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid var(--c1-line-strong);
  border-radius: 2px;
  color: var(--c1-ink);
  font-weight: 650;
  text-decoration: none;
  transition: transform 160ms ease-out;
}

body.home-c1-silver .home-c1-capacity__footer a:hover,
body.home-c1-silver .home-c1-capacity__footer a:focus-visible {
  border-color: var(--c1-green);
  background: var(--c1-green);
  color: #fff;
  transform: translateY(-3px);
}

body.home-c1-silver .home-news-flow {
  padding: 112px 0 118px !important;
  background:
    radial-gradient(circle at 6% 86%, rgba(225, 232, 227, 0.78), transparent 29%),
    var(--c1-surface) !important;
}

body.home-c1-silver .home-news-head {
  align-items: end !important;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--c1-line) !important;
}

body.home-c1-silver .home-news-tabs a {
  color: var(--c1-muted) !important;
}

body.home-c1-silver .home-news-tabs a.active,
body.home-c1-silver .home-news-tabs a:hover,
body.home-c1-silver .home-news-tabs a:focus-visible {
  color: var(--c1-green) !important;
}

body.home-c1-silver .home-news-grid {
  grid-template-columns: 1.24fr 1fr 1fr !important;
  gap: 18px !important;
  margin-top: 36px !important;
}

body.home-c1-silver .home-news-card {
  min-height: 430px !important;
  overflow: hidden;
  border: 1px solid var(--c1-line) !important;
  border-radius: 2px !important;
  background: rgba(237, 241, 238, 0.7) !important;
  box-shadow: none !important;
  transition: transform 180ms ease-out !important;
}

body.home-c1-silver .home-news-card:nth-child(n + 4) {
  display: none !important;
}

body.home-c1-silver .home-news-card:hover,
body.home-c1-silver .home-news-card:focus-visible {
  border-color: rgba(66, 111, 89, 0.24) !important;
  box-shadow: var(--c1-shadow-lift) !important;
  transform: translateY(-8px) !important;
}

body.home-c1-silver .home-news-card:active {
  transform: translateY(-2px) scale(0.993) !important;
  box-shadow: var(--c1-shadow-soft) !important;
}

body.home-c1-silver .home-news-cover,
body.home-c1-silver .home-news-cover img {
  border-radius: 0 !important;
}

body.home-c1-silver .home-news-cover {
  overflow: hidden;
}

body.home-c1-silver .home-news-cover img {
  filter: saturate(0.68) contrast(0.96);
  transition: transform 180ms ease-out !important;
}

body.home-c1-silver .home-news-card:hover .home-news-cover img,
body.home-c1-silver .home-news-card:focus-visible .home-news-cover img {
  filter: saturate(0.92) contrast(1);
  transform: scale(1.045);
}

body.home-c1-silver .home-news-card h3 {
  color: var(--c1-ink) !important;
  text-wrap: balance;
}

body.home-c1-silver .home-news-card p,
body.home-c1-silver .home-news-meta {
  color: var(--c1-muted) !important;
  text-wrap: pretty;
}

body.home-c1-silver .home-news-more a {
  border-radius: 2px !important;
  color: var(--c1-green) !important;
}

body.home-c1-silver .home-news-more a:hover,
body.home-c1-silver .home-news-more a:focus-visible {
  transform: translateX(4px);
}

body.home-c1-silver .faq-highlight-section {
  padding: 112px 0 116px !important;
  border-top: 0 !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent 40%),
    var(--c1-canvas-deep) !important;
}

body.home-c1-silver .faq-accordion-grid {
  grid-template-columns: 1fr 1fr !important;
  gap: 0 58px !important;
}

body.home-c1-silver .faq-accordion-grid details {
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--c1-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home-c1-silver .faq-accordion-grid details[open] {
  background: rgba(255, 255, 255, 0.44) !important;
}

body.home-c1-silver .faq-accordion-grid summary {
  padding: 23px 4px !important;
  color: var(--c1-ink) !important;
  font-family: "Songti SC", "STSong", serif !important;
  font-size: 1.12rem !important;
  transition: transform 160ms ease-out;
}

body.home-c1-silver .faq-accordion-grid summary:hover,
body.home-c1-silver .faq-accordion-grid summary:focus-visible {
  color: var(--c1-green-deep) !important;
  transform: translateX(6px);
}

body.home-c1-silver .faq-accordion-grid summary::after {
  color: var(--c1-green) !important;
}

body.home-c1-silver .faq-accordion-grid p {
  padding: 0 36px 24px 10px !important;
  color: var(--c1-muted) !important;
}

body.home-c1-silver .faq-accordion-grid a {
  color: var(--c1-green-deep) !important;
}

body.home-c1-silver .home-resource-entry {
  padding: 54px 0 !important;
  border-color: var(--c1-line) !important;
  background: var(--c1-surface) !important;
}

body.home-c1-silver .home-resource-card {
  border: 1px solid var(--c1-line) !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow: var(--c1-shadow-soft) !important;
}

body.home-c1-silver .home-resource-actions a {
  border-radius: 2px !important;
  border-color: var(--c1-line-strong) !important;
  background: transparent !important;
  color: var(--c1-ink) !important;
}

body.home-c1-silver .home-resource-actions a:hover,
body.home-c1-silver .home-resource-actions a:focus-visible {
  border-color: var(--c1-green) !important;
  background: var(--c1-green) !important;
  color: #fff !important;
}

body.home-c1-silver .main-footer {
  background: linear-gradient(180deg, #eef2ef 0%, #e5ebe7 100%) !important;
  color: var(--c1-ink) !important;
}

body.home-c1-silver .main-footer > div:first-child {
  display: none !important;
}

body.home-c1-silver .main-footer .container {
  position: relative;
}

body.home-c1-silver .main-footer .footer-logo span,
body.home-c1-silver .main-footer h4 {
  color: var(--c1-ink) !important;
}

body.home-c1-silver .main-footer .footer-desc,
body.home-c1-silver .main-footer a,
body.home-c1-silver .main-footer p,
body.home-c1-silver .main-footer span,
body.home-c1-silver .main-footer li {
  color: var(--c1-muted) !important;
}

body.home-c1-silver .main-footer a:hover,
body.home-c1-silver .main-footer a:focus-visible {
  color: var(--c1-green-deep) !important;
}

body.home-c1-silver .main-footer .footer-grid,
body.home-c1-silver .main-footer .footer-bottom,
body.home-c1-silver .main-footer .footer-authority {
  border-color: var(--c1-line) !important;
}

body.home-c1-silver .back-to-top,
body.home-c1-silver .qiai-side-tools button:hover,
body.home-c1-silver .qiai-side-tools a:hover {
  background: var(--c1-green) !important;
}

body.home-c1-silver a:focus-visible,
body.home-c1-silver button:focus-visible,
body.home-c1-silver summary:focus-visible {
  outline: 2px solid var(--c1-green) !important;
  outline-offset: 4px;
}

body.home-c1-silver .c1-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 520ms ease-out, transform 520ms ease-out;
}

body.home-c1-silver .c1-reveal.is-c1-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  body.home-c1-silver .home-c1-capacity__head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.home-c1-silver .home-c1-capacity__metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  body.home-c1-silver .home-c1-capacity__metric:nth-child(3) {
    border-left: 1px solid var(--c1-line);
  }

  body.home-c1-silver .home-news-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  body.home-c1-silver .home-news-card:nth-child(3) {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-c1-silver .c1-reveal {
    opacity: 1;
    transform: none;
    transition: none !important;
  }

  body.home-c1-silver .home-scenario-card,
  body.home-c1-silver .home-scenario-card::before,
  body.home-c1-silver .home-scenario-card::after,
  body.home-c1-silver .hot-product-card,
  body.home-c1-silver .hot-product-card::after,
  body.home-c1-silver .hot-product-image img,
  body.home-c1-silver .home-c1-capacity__metric,
  body.home-c1-silver .home-c1-capacity__metric::before,
  body.home-c1-silver .home-news-card,
  body.home-c1-silver .home-news-cover img,
  body.home-c1-silver .faq-accordion-grid details,
  body.home-c1-silver .faq-accordion-grid summary {
    transition: none !important;
  }
}
