/* Products section replica. Loaded last. */

.section-products {
  position: relative;
  overflow: visible;
  scroll-margin-top: 96px;
  padding: 96px 0 80px;
  background-color: #f7faff;
  background-image:
    radial-gradient(ellipse 42% 36% at 12% 18%, rgba(186, 216, 255, 0.34), transparent 68%),
    radial-gradient(ellipse 40% 34% at 90% 72%, rgba(176, 232, 220, 0.28), transparent 70%),
    radial-gradient(rgba(148, 176, 214, 0.16) 0.8px, transparent 0.9px),
    linear-gradient(180deg, #f7faff 0%, #ffffff 42%, #f6fafc 100%);
  background-size: auto, auto, 18px 18px, auto;
}

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

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

.products-head {
  position: relative;
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-products .section-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin: 0 auto 20px;
  padding: 7px 14px 7px 8px;
  border: 1px solid #d4e4ff;
  border-radius: 999px;
  color: #1d4fd8;
  background: #eef5ff;
  font-size: 13px;
  font-weight: 700;
}

.section-kicker-icon {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #2f6bff;
}

.section-products .products-head h2 {
  position: relative;
  display: grid;
  width: fit-content;
  justify-items: center;
  margin: 0 auto 16px;
  padding: 0 36px;
  color: #14213d;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.products-title-line {
  display: block;
}

.products-sparkle,
.products-sparkle--right {
  position: absolute;
  top: 14%;
  width: 16px;
  height: 16px;
  background: #3b82f6;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.products-sparkle { left: 0; }
.products-sparkle--right { right: 0; top: 18%; width: 13px; height: 13px; }

.products-title-accent {
  display: block;
  background: linear-gradient(90deg, #1f56e6 0%, #4aa0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.2em;
}

.products-head > p {
  max-width: 46em;
  margin: 0 auto;
  color: #526378;
  font-size: 15px;
  line-height: 1.85;
}

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

.section-products .feature-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 32px 32px 26px;
  border: 1px solid #e6eef8;
  border-bottom: 5px solid #2f6bff;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(31, 72, 138, 0.07);
}

.section-products .feature-card--custom {
  border-color: #d9efe9;
  border-bottom-color: #14b8a6;
}

/* 关掉整卡波浪，避免切过「核心模块 / 交付环节」 */
.section-products .feature-card::before,
.section-products .feature-card::after {
  display: none !important;
  content: none !important;
}

.section-products .feature-card > * {
  position: relative;
  z-index: 1;
}

.section-products .feature-card > .feature-card-wave {
  z-index: 0;
}

.section-products .feature-card-wave {
  position: absolute;
  top: 52px;
  right: -8%;
  left: -8%;
  z-index: 0;
  height: 104px;
  background: url("assets/products-wave-blue.svg") no-repeat 50% 45% / 120% 100%;
  pointer-events: none;
  opacity: 1;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 28%, #000 70%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 28%, #000 70%, transparent 100%);
}

.section-products .feature-card--custom .feature-card-wave {
  background: url("assets/products-wave-teal.svg") no-repeat 50% 50% / 118% 100%;
}

.section-products .feature-card-top {
  position: relative;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  min-height: 0;
  align-items: center;
  margin-bottom: 16px;
  padding: 2px 0 2px;
  overflow: visible;
  gap: 18px;
  background: none;
}

.section-products .feature-card-top::after {
  display: none;
  content: none;
}

.section-products .feature-card--custom .feature-card-top {
  background: none;
}

.section-products .feature-card-top > * {
  position: relative;
  z-index: 1;
}

/* PNG 本身已带圆角底，不再套第二层盒子 */
.section-products .feature-hero-icon {
  display: block;
  width: 128px;
  height: 128px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.section-products .feature-card--custom .feature-hero-icon {
  background: transparent;
  box-shadow: none;
}

.section-products .feature-hero-icon img {
  display: block;
  width: 128px;
  height: 128px;
  object-fit: contain;
}

.section-products .feature-card-kicker {
  display: none;
}

.section-products .feature-card h3 {
  margin: 0 0 10px;
  color: #14213d;
  font-size: 26px;
  line-height: 1.3;
}

.section-products .feature-card p:not(.kicker) {
  max-width: 36ch;
  margin: 0;
  color: #5d6f88;
  font-size: 14px;
  line-height: 1.75;
}

.section-products .feature-divider {
  display: none;
}

.section-products .feature-list-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 2px 0 16px;
  color: #1d3a70;
  background: transparent;
  font-size: 15px;
  font-weight: 800;
}

.section-products .feature-list-label::before {
  width: 3px;
  height: 16px;
  border-radius: 99px;
  background: #2f6bff;
  content: "";
}

.section-products .feature-card--custom .feature-list-label {
  color: #0f766e;
}

.section-products .feature-card--custom .feature-list-label::before {
  background: #14b8a6;
}

.section-products .feature-list-label small {
  display: none;
}

.section-products .tag-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.section-products .tag-row > span {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  min-height: 80px;
  padding: 12px 14px 12px 10px;
  border: 1px solid #e8eef6;
  border-radius: 16px;
  background: #f8fbff;
  box-shadow: none;
  text-align: left;
  white-space: normal;
}

.section-products .feature-card--custom .tag-row > span {
  border-color: #dceee9;
  background: #f6fbf9;
}

.section-products .tag-row > span::before {
  display: none !important;
  content: none !important;
}

.section-products .tag-row > span .mod-icon,
.section-products .tag-row > span .mod-icon:hover {
  display: grid;
  grid-template-columns: unset;
  grid-template-rows: unset;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  transform: none;
}

.section-products .feature-card--custom .tag-row > span .mod-icon,
.section-products .feature-card--custom .tag-row > span .mod-icon:hover {
  background: none;
}

.section-products .tag-row > span .mod-icon img,
.section-products .tag-row > span .mod-icon-img {
  display: block;
  grid-row: auto;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  object-fit: contain;
}

.section-products .tag-row > span b {
  color: #1e335c;
  font-size: 14px;
  line-height: 1.35;
}

.section-products .tag-row > span small {
  display: block;
  margin-top: 3px;
  overflow: visible;
  color: #4f6279;
  font-size: 12px;
  line-height: 1.45;
  -webkit-line-clamp: unset;
  white-space: normal;
}

.section-products .feature-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 0;
}

.section-products .feature-fit {
  max-width: none;
  color: #66788f;
  font-size: 13px;
  line-height: 1.6;
}

.section-products .feature-footer .text-link,
.section-products .text-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 0;
  color: #1d4fd8;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

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

.section-products .feature-card--custom .text-link:hover,
.section-products .feature-card--custom .text-link:focus-visible {
  color: #0f766e;
}

.section-products .text-link span,
.section-products .text-link > .action-arrow {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  transform: none;
}

.section-products .text-link:hover span,
.section-products .text-link:hover > .action-arrow {
  background: none;
  color: inherit;
  transform: none;
}

.section-products .product-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  padding: 18px 8px;
  border: 1px solid #e6eef8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 72, 138, 0.05);
}

.section-products .product-proof-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 10px 20px;
}

.section-products .product-proof-item + .product-proof-item {
  border-left: 1px solid #e4edf6;
}

.section-products .product-proof-icon {
  display: grid;
  width: 56px;
  height: 56px;
  flex: none;
  place-items: center;
  border-radius: 16px;
  color: #2f6bff;
  background: #eef4ff;
}

.section-products .product-proof-icon svg {
  display: block;
  width: 36px;
  height: 36px;
}

.section-products .product-proof-item:nth-child(2) .product-proof-icon { background: #eef4ff; }
.section-products .product-proof-item:nth-child(3) .product-proof-icon { background: #eef4ff; }
.section-products .product-proof-item:nth-child(4) .product-proof-icon {
  color: #0f9f8e;
  background: #e8f8f4;
}

.section-products .product-proof-icon img {
  display: none;
}

.section-products .product-proof-item b {
  display: block;
  color: #1e335c;
  font-size: 16px;
  line-height: 1.35;
}

.section-products .product-proof-item small {
  display: block;
  margin-top: 4px;
  color: #5a6d86;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .section-products .feature-card { padding: 26px 22px 22px; }
  .section-products .feature-card-top { grid-template-columns: 112px minmax(0, 1fr); gap: 14px; }
  .section-products .feature-hero-icon,
  .section-products .feature-hero-icon img { width: 112px; height: 112px; }
  .section-products .feature-card-wave { top: 46px; height: 76px; }
  .section-products .product-proof-item { padding: 6px 12px; }
}

@media (max-width: 760px) {
  .section-products { padding: 64px 0 56px; }
  .products-sparkle,
  .products-sparkle--right { display: none; }
  .section-products .product-grid { grid-template-columns: 1fr; }
  .section-products .feature-card-top { grid-template-columns: 80px minmax(0, 1fr); }
  .section-products .feature-hero-icon,
  .section-products .feature-hero-icon img { width: 80px; height: 80px; }
  .section-products .feature-card-wave { top: 40px; height: 68px; }
  .section-products .feature-fit { white-space: normal; }
  .section-products .feature-card h3 { font-size: 22px; }
  .section-products .tag-row { grid-template-columns: 1fr; }
  .section-products .feature-footer { flex-direction: column; align-items: flex-start; }
  .section-products .product-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px 0;
  }
  .section-products .product-proof-item { min-height: 72px; padding: 12px 16px; }
  .section-products .product-proof-item:nth-child(odd) { border-left: 0; }
  .section-products .product-proof-item:nth-child(n + 3) { border-top: 1px solid #e4edf6; }
}
