@charset "UTF-8";
/* =========================
   Section Wrapper
========================= */
.common-section {
  padding: 100px 0;
  background: #eef2f7;
}

.common-section.is-soft {
  background: #e7edf4;
}

.common-section + .common-section {
  border-top: 1px solid #f1f3f5;
}

/* Alternate section contrast for clearer separation */
.common-section:nth-of-type(odd) {
  background: #f3f6fb;
}

.common-section:nth-of-type(even) {
  background: #e7edf4;
}

/* =========================
   Section Header
========================= */
.section-header {
  max-width: 1440px;
  margin: 0 auto 64px;
  padding: 0 24px;
  position: relative;
}
.section-header::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f1b2d, #0b4fd6);
}

/* 主标题 */
.section-title {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #0b1220;
}

.section-title a {
  color: #0f172a;
  text-decoration: none;
}

/* 副标题 */
.section-desc {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #3b4a61;
  max-width: 600px;
}

/* =========================
   Secondary Section Title
   (Hot Sales etc.)
========================= */
.section-title-left {
  max-width: 1440px;
  margin: 0 auto 40px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.section-title-left h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0b1220;
  margin: 0;
}

.section-title-left .more-link {
  font-size: 14px;
  font-weight: 500;
  color: #2563eb;
  text-decoration: none;
}

.section-title-left .more-link:hover {
  text-decoration: underline;
}

/* =========================
   Content Width
========================= */
.common-section > .container-fluid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

/* =========================
   Spacing
========================= */
.common-section .pb-5 {
  padding-bottom: 80px !important;
}

/*# sourceMappingURL=commonSection.css.map */
