/* Insights section replica. Loaded last. */

#insights,
.section-insights {
  position: relative;
  overflow: visible;
  scroll-margin-top: 120px;
  padding: 96px 0 88px;
  background-color: #f6f9ff;
  background-image:
    radial-gradient(circle at 50% 118px, transparent 72px, rgba(176, 200, 236, 0.18) 73px, transparent 74px),
    radial-gradient(circle at 50% 118px, transparent 122px, rgba(176, 200, 236, 0.13) 123px, transparent 124px),
    radial-gradient(circle at 50% 118px, transparent 172px, rgba(176, 200, 236, 0.1) 173px, transparent 174px),
    radial-gradient(rgba(148, 176, 214, 0.16) 0.9px, transparent 1px),
    linear-gradient(180deg, #f7faff 0%, #ffffff 46%, #f4f8ff 100%);
  background-size: auto, auto, auto, 18px 18px, auto;
  background-position: center top, center top, center top, 0 0, 0 0;
}

.section-insights::before,
.section-insights::after {
  display: none;
}

.section-insights > .container {
  position: relative;
  z-index: 1;
}

.section-insights .section-heading {
  display: grid;
  grid-template-columns: 56px auto 56px;
  align-items: center;
  justify-content: center;
  column-gap: 18px;
  margin-bottom: 48px;
  text-align: center;
}

.section-insights .section-heading h2 {
  margin: 0;
  color: #14213d;
  font-size: clamp(28px, 2.7vw, 38px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.section-insights .section-heading h2 strong {
  color: #1f5eff;
}

.section-insights .heading-rule,
.section-insights .heading-rule.flip {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-radius: 50%;
  background: #2f6bff;
  box-shadow:
    -14px 0 0 -0.6px rgba(47, 107, 255, 0.55),
    -28px 0 0 -1.4px rgba(47, 107, 255, 0.28);
}

.section-insights .heading-rule.flip {
  box-shadow:
    14px 0 0 -0.6px rgba(47, 107, 255, 0.55),
    28px 0 0 -1.4px rgba(47, 107, 255, 0.28);
}

.section-insights .heading-rule::before,
.section-insights .heading-rule::after {
  display: none !important;
  content: none !important;
}

.section-insights .section-heading > p {
  grid-column: 1 / -1;
  max-width: 42em;
  margin: 16px auto 0;
  color: #5b6b82;
  font-size: 15px;
  line-height: 1.85;
}

.section-insights .insight-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.section-insights .insight-card {
  position: relative;
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 0 !important;
  min-height: 560px !important;
  padding: 36px 32px 28px !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(31, 72, 138, 0.1);
}

.section-insights .insight-card:hover {
  border: 0 !important;
  box-shadow: 0 22px 52px rgba(31, 72, 138, 0.14);
  transform: translateY(-2px);
}

.section-insights .cover,
.section-insights .cover-material,
.section-insights .insight-content,
.section-insights .insight-icon {
  display: contents;
}

.section-insights .insight-hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 208px;
  margin: 0 0 26px;
}

.section-insights .insight-hero-art {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.section-insights .insight-hero-side {
  position: absolute;
  left: 176px;
  top: 48px;
  width: 148px;
  height: auto;
  opacity: 0.78;
  pointer-events: none;
}

.section-insights .insight-card h3 {
  max-width: 8.6em;
  min-height: 0 !important;
  margin: 0 !important;
  color: #14213d !important;
  font-size: 24px !important;
  font-weight: 800;
  line-height: 1.32 !important;
  letter-spacing: -0.02em;
  text-align: left;
}

.section-insights .insight-rule {
  display: block;
  width: 32px;
  height: 4px;
  margin: 14px 0 16px;
  border-radius: 99px;
  background: #2f6bff;
}

.section-insights .insight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px !important;
}

.section-insights .insight-meta span,
.section-insights .insight-meta span + span {
  position: static;
  margin: 0 !important;
  padding: 6px 12px !important;
  border-radius: 999px;
  color: #1d4fd8 !important;
  background: #eaf1ff !important;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.section-insights .insight-meta span + span::before {
  display: none !important;
}

.section-insights .insight-summary {
  position: relative;
  z-index: 1;
  max-width: none !important;
  margin: 0 0 36px !important;
  color: #5f7088 !important;
  font-size: 14.5px !important;
  line-height: 1.8 !important;
}

.section-insights .insight-mark {
  position: absolute;
  right: 18px;
  bottom: 86px;
  z-index: 0;
  width: 118px;
  height: auto;
  opacity: 0.72;
  pointer-events: none;
}

.section-insights .insight-card--chart .insight-mark {
  width: 108px;
  opacity: 0.45;
}

.section-insights .download-link {
  position: relative;
  z-index: 1;
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 52px !important;
  margin-top: auto;
  padding: 0 18px !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #3d82ff 0%, #1f5eff 100%) !important;
  box-shadow: 0 12px 22px rgba(31, 94, 255, 0.24);
  font-size: 16px !important;
  font-weight: 700;
}

.section-insights .download-link span {
  display: none;
}

.section-insights .download-link:hover {
  border: 0 !important;
  color: #fff !important;
  background: linear-gradient(180deg, #4b8cff 0%, #2a68ff 100%) !important;
  box-shadow: 0 14px 26px rgba(31, 94, 255, 0.3);
  transform: translateY(-1px);
}

.section-insights .insight-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
  padding: 4px 2px 0;
  overflow: visible;
}

.section-insights .insight-proof-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  overflow: visible;
}

.section-insights .insight-proof-item img {
  width: 68px;
  height: 68px;
  flex: none;
  object-fit: contain;
  overflow: visible;
}

.section-insights .insight-proof-item b {
  display: block;
  color: #1e335c;
  font-size: 17px;
  font-weight: 800;
}

.section-insights .insight-proof-item small {
  display: block;
  margin-top: 4px;
  color: #66788f;
  font-size: 12.5px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .section-insights .insight-grid { gap: 18px; }
  .section-insights .insight-card { padding: 28px 22px 22px !important; min-height: 520px !important; }
  .section-insights .insight-hero-art { width: 176px; height: 176px; }
  .section-insights .insight-hero { min-height: 184px; }
  .section-insights .insight-hero-side { left: 156px; }
  .section-insights .insight-card h3 { font-size: 21px !important; }
  .section-insights .insight-proof { gap: 12px; }
}

@media (max-width: 900px) {
  .section-insights .insight-grid { grid-template-columns: 1fr; }
  .section-insights .insight-card { min-height: 0 !important; }
  .section-insights .insight-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 22px; }
}

@media (max-width: 760px) {
  .section-insights { padding: 68px 0 56px; }
  .section-insights .section-heading { grid-template-columns: 48px auto 48px; column-gap: 8px; }
  .section-insights .insight-hero-art { width: 160px; height: 160px; }
  .section-insights .insight-hero-side { left: 140px; width: 120px; }
  .section-insights .insight-proof-item img { width: 56px; height: 56px; }
  .section-insights .insight-card h3 { font-size: 22px !important; }
  .section-insights .insight-proof { grid-template-columns: 1fr; }
}

.company-legal {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 96px !important;
  align-items: start;
  gap: 28px 40px;
}

.company-legal .footer-qr {
  width: 88px;
  height: 88px;
  margin: 0;
  justify-self: end;
}

.company-legal-copy p {
  max-width: none !important;
}

.footer-bottom {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(215, 228, 255, 0.1);
  color: #7d8ea6;
  font-size: 12px !important;
  line-height: 1.6;
}

.footer-bottom > * + * {
  position: relative;
  padding-left: 18px;
}

.footer-bottom > * + *::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 1px;
  height: 10px;
  background: rgba(215, 228, 255, 0.2);
  transform: translateY(-50%);
}

.footer-bottom a {
  color: #8fa0b8;
}

.footer-bottom a:hover {
  color: #fff;
}

.footer-bottom .beian-public {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-bottom .beian-public img {
  width: 14px;
  height: 16px;
  flex: none;
}

@media (max-width: 900px) {
  .company-legal {
    grid-template-columns: 1fr !important;
  }

  .company-legal .footer-qr {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .footer-bottom {
    display: flex !important;
    gap: 10px 0;
  }

  .footer-bottom > * {
    flex: 1 1 100%;
    padding-left: 0 !important;
  }

  .footer-bottom > * + *::before {
    display: none;
  }
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Loading and interaction corrections shared by the full page. */
body {
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nav-cta,
.menu-toggle,
.section-products .feature-footer .text-link,
.section-products .text-link {
  min-height: 44px;
}

/* Keep supporting copy readable against the pale card backgrounds. */
.section-standards .arch-pills .pill-purple {
  color: #5c3fbd;
}

.section-standards .arch-pills .pill-green {
  color: #08705a;
}

.section-standards .arch-badge small,
.section-insights .insight-proof-item small {
  color: #56677e;
}

.section-products .feature-card--custom .feature-footer .text-link,
.section-products .feature-card--custom .text-link {
  color: #08766e;
}

@media (max-width: 980px) {
  .desktop-nav,
  .nav-actions {
    display: none;
  }

  .menu-toggle {
    display: block;
    width: 44px;
    height: 44px;
    margin-left: auto;
  }

  .brand,
  .footer-grid > div > a:not(.brand),
  .footer-bottom a {
    min-height: 44px;
  }

  .footer-grid > div > a:not(.brand),
  .footer-bottom a {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 420px) {
  .trust-item {
    gap: 6px;
    padding-inline: 6px;
  }

  .trust-item > div {
    min-width: 0;
  }

  .trust-item strong,
  .trust-item small {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 760px) {
  .section-products .products-head h2 {
    width: 100%;
    padding-inline: 0;
    font-size: clamp(27px, 8vw, 32px);
  }

  .section-products .products-title-line {
    white-space: nowrap;
  }
}
