/* 首页 v2 — 合成热敏标签业务转化型（阶段 1 视觉） */

.home-v2__banner {
  margin-bottom: 0;
}

.home-v2__banner .index .banner .menuBox {
  display: none;
}

/* Banner 文案区 */
.home-v2 .homeBanner .one .img {
  position: relative;
  overflow: hidden;
}

/* 旧版 banner 图左侧常带烘焙文案，用渐变遮罩 + 右对齐构图，避免与 HTML 叠字重复 */
.home-v2 .homeBanner .one .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.94) 38%,
    rgba(247, 247, 247, 0.55) 52%,
    transparent 68%
  );
  pointer-events: none;
}

.home-v2 .homeBanner .one .img img {
  object-fit: cover;
  object-position: right center;
}

/* SSR / 无 JS：Banner 文案直接可见，避免白屏 */
.index.home-v2 .banner .homeBanner:not(.homeBanner--motion) .textBox .name,
.index.home-v2 .banner .homeBanner:not(.homeBanner--motion) .textBox .title,
.index.home-v2 .banner .homeBanner:not(.homeBanner--motion) .textBox .desc,
.index.home-v2 .banner .homeBanner:not(.homeBanner--motion) .textBox .btn,
.home-v2 .homeBanner:not(.homeBanner--motion) .homeBanner__brand,
.home-v2 .homeBanner:not(.homeBanner--motion) .homeBanner__chips,
.home-v2 .homeBanner:not(.homeBanner--motion) .btnRow,
.home-v2 .homeBanner:not(.homeBanner--motion) .btnRow .btn {
  opacity: 1 !important;
  transform: none !important;
}

/* 客户端挂载后启用入场动效（依赖 swiper-slide-active） */
.home-v2 .homeBanner.homeBanner--motion .homeBanner__brand,
.home-v2 .homeBanner.homeBanner--motion .homeBanner__chips,
.home-v2 .homeBanner.homeBanner--motion .btnRow {
  transform: translateY(-6rem);
  opacity: 0;
}

.home-v2 .homeBanner.homeBanner--motion .swiper-slide-active .homeBanner__brand {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.home-v2 .homeBanner.homeBanner--motion .swiper-slide-active .homeBanner__chips {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.6s linear 0.35s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s;
}

.home-v2 .homeBanner.homeBanner--motion .swiper-slide-active .btnRow {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.6s linear 0.55s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.55s;
}

.index.home-v2 .banner .swiper .textBox {
  z-index: 2;
  width: 100%;
  max-width: none;
  left: 0;
  right: 0;
  margin: 0;
  padding-top: 22rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.index.home-v2 .banner .homeBanner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-v2 .homeBanner .homeBanner__brand {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--hp-graphite, #636363);
}

.home-v2 .homeBanner .textBox .title {
  font-size: 3.6rem;
  line-height: 1.35;
  max-width: 72rem;
}

.home-v2 .homeBanner .textBox .desc {
  font-size: 1.6rem;
  line-height: 2.8rem;
  max-width: 68rem;
  margin-bottom: 1.6rem;
}

.home-v2 .homeBanner .homeBanner__chips {
  margin-bottom: 2.4rem;
}

.home-v2 .homeBanner .btnRow {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.home-v2 .homeBanner .btnOutline {
  background: #fff;
  color: var(--hp-primary, #024ad8);
  border: 1px solid var(--hp-primary, #024ad8);
}

.home-v2 .homeBanner .btnOutline:hover {
  background: var(--hp-primary, #024ad8);
  color: #fff;
}

.home-v2 .homeBanner .swiper-pagination {
  bottom: 8rem;
  width: 120rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* Banner 下方辅助条 */
.homeBannerStrip {
  background: var(--hp-cloud, #f7f7f7);
  border-bottom: 1px solid var(--hp-hairline, #e8e8e8);
}

.homeBannerStrip__inner {
  padding: 1.6rem 0;
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--hp-graphite, #636363);
  text-align: center;
}

/* 通用标签 chips */
.homeTags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.homeTags__item {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1.2rem;
  font-size: 1.3rem;
  line-height: 1.6;
  color: var(--hp-charcoal, #3d3d3d);
  background: var(--hp-cloud, #f7f7f7);
  border: 1px solid var(--hp-hairline, #e8e8e8);
  border-radius: 999px;
}

.home-v2 .homeBanner .homeTags__item {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--hp-ink, #1a1a1a);
}

/* 页内锚点导航 — sticky + active */
.homeAnchorNav {
  position: sticky;
  top: 6.4rem;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--hp-hairline, #e8e8e8);
  box-shadow: var(--hp-shadow-soft, 0 2px 8px rgba(26, 26, 26, 0.08));
}

.homeAnchorNav__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.8rem;
  overflow-x: auto;
  padding: 1.2rem 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.homeAnchorNav__inner::-webkit-scrollbar {
  display: none;
}

.homeAnchorNav__link {
  flex-shrink: 0;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  font-size: 1.5rem;
  color: var(--hp-graphite, #636363);
  background: var(--hp-cloud, #f7f7f7);
  border: 1px solid transparent;
  text-decoration: none;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.homeAnchorNav__link:hover {
  color: var(--hp-primary, #024ad8);
  background: rgba(2, 74, 216, 0.06);
}

.homeAnchorNav__link.is-active {
  color: var(--hp-on-ink, #fff);
  background: var(--hp-ink, #1a1a1a);
  border-color: var(--hp-ink, #1a1a1a);
}

/* 通用区块 */
.homeSection {
  padding: 8rem 0;
}

.homeSection:nth-child(even of .homeSection) {
  background: var(--hp-cloud, #f7f7f7);
}

.homeSectionHeader {
  text-align: center;
  margin-bottom: 4.8rem;
}

.homeSectionHeader__title {
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--hp-ink-deep, #000);
  margin-bottom: 1.6rem;
}

.homeSectionHeader__subtitle {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: var(--hp-graphite, #636363);
  max-width: 72rem;
  margin: 0 auto;
}

/* 核心优势 */
.homeAdvantages__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.homeAdvantages__card {
  background: var(--hp-canvas, #fff);
  border-radius: var(--hp-radius-card, 16px);
  padding: 2.4rem;
  box-shadow: var(--hp-shadow-soft, 0 2px 8px rgba(26, 26, 26, 0.08));
  border: 1px solid var(--hp-hairline, #e8e8e8);
}

.homeAdvantages__icon {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  background: rgba(2, 74, 216, 0.08);
  border-radius: var(--hp-radius-btn, 4px);
}

.homeAdvantages__name {
  font-size: 2rem;
  font-weight: 700;
  color: var(--hp-ink, #1a1a1a);
  margin-bottom: 1.2rem;
}

.homeAdvantages__desc {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--hp-graphite, #636363);
}

/* 产品中心 */
.homeProducts {
  background: var(--hp-canvas, #fff) !important;
}

.homeProducts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}

.homeProducts__card {
  background: var(--hp-cloud, #f7f7f7);
  border-radius: var(--hp-radius-card, 16px);
  padding: 2.8rem;
  border: 1px solid var(--hp-hairline, #e8e8e8);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.2s, transform 0.2s;
}

.homeProducts__card:hover {
  box-shadow: var(--hp-shadow-soft, 0 2px 8px rgba(26, 26, 26, 0.08));
  transform: translateY(-2px);
}

.homeProducts__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--hp-ink, #1a1a1a);
  margin-bottom: 1.2rem;
}

.homeProducts__summary {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--hp-graphite, #636363);
  margin-bottom: 1.6rem;
}

.homeProducts__card .homeTags {
  margin-bottom: 1.6rem;
}

.homeProducts__btn {
  margin-top: auto;
  padding-top: 1.6rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--hp-primary, #024ad8);
  text-decoration: none;
}

.homeProducts__btn:hover {
  text-decoration: underline;
}

/* 防塑专题 — 全宽色带 */
.homeAntiPlastic {
  padding: 0 !important;
  background: transparent !important;
}

.homeAntiPlastic__band {
  background: linear-gradient(105deg, #e8f5ec 0%, #d4edda 38%, var(--hp-cloud, #f7f7f7) 100%);
  border-top: 1px solid rgba(45, 138, 78, 0.15);
  border-bottom: 1px solid rgba(45, 138, 78, 0.15);
  padding: 7.2rem 0;
}

.homeAntiPlastic__layout {
  display: grid;
  grid-template-columns: 1fr 42rem;
  gap: 4rem;
  align-items: center;
}

.homeAntiPlastic__eyebrow {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 0.4rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #236b3d;
  background: rgba(45, 138, 78, 0.12);
  border-radius: 999px;
}

.homeAntiPlastic__title {
  font-size: 3rem;
  line-height: 1.35;
  font-weight: 700;
  color: #0d3d1f;
  margin-bottom: 1.6rem;
}

.homeAntiPlastic__subtitle,
.homeAntiPlastic__body {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #3d4a3f;
  margin-bottom: 1.6rem;
}

.homeAntiPlastic__content .homeTags {
  margin-bottom: 2.4rem;
}

.homeAntiPlastic__content .homeTags__item {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(45, 138, 78, 0.2);
  color: #2d4a35;
}

.homeAntiPlastic__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18rem;
  height: 4.8rem;
  padding: 0 2rem;
  background: #2d8a4e;
  color: #fff;
  border-radius: var(--hp-radius-btn, 4px);
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}

.homeAntiPlastic__btn:hover {
  background: #236b3d;
}

.homeAntiPlastic__media {
  border-radius: var(--hp-radius-card, 16px);
  overflow: hidden;
  box-shadow: var(--hp-shadow-soft, 0 2px 8px rgba(26, 26, 26, 0.08));
}

.homeAntiPlastic__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 底部 CTA */
.homeBottomCta {
  position: relative;
  padding: 8rem 0;
}

.homeBottomCta__bg {
  position: absolute;
  inset: 0;
}

.homeBottomCta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homeBottomCta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.homeBottomCta__title {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.homeBottomCta__subtitle {
  font-size: 1.8rem;
  line-height: 2.8rem;
  max-width: 72rem;
  margin: 0 auto 1.2rem;
  opacity: 0.95;
}

.homeBottomCta__hint {
  font-size: 1.4rem;
  line-height: 2.2rem;
  max-width: 64rem;
  margin: 0 auto 3rem;
  opacity: 0.85;
}

.homeBottomCta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}

.homeBottomCta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16rem;
  height: 5rem;
  padding: 0 2.4rem;
  border-radius: var(--hp-radius-btn, 4px);
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: none;
}

.homeBottomCta__btn--primary {
  background: #fff;
  color: var(--hp-primary, #024ad8);
}

.homeBottomCta__btn--primary:hover {
  background: #f0f4ff;
}

.homeBottomCta__btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.homeBottomCta__btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* 重点材料 */
.homeMaterials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.homeMaterials__card {
  background: var(--hp-canvas, #fff);
  border-radius: var(--hp-radius-card, 16px);
  padding: 2.4rem;
  border: 1px solid var(--hp-hairline, #e8e8e8);
  box-shadow: var(--hp-shadow-soft, 0 2px 8px rgba(26, 26, 26, 0.08));
}

.homeMaterials__tag {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--hp-primary, #024ad8);
  background: rgba(2, 74, 216, 0.08);
  border-radius: 999px;
}

.homeMaterials__title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--hp-ink, #1a1a1a);
  margin-bottom: 1rem;
}

.homeMaterials__desc {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--hp-graphite, #636363);
}

.homeMaterials__note {
  margin-top: 3.2rem;
  padding: 2rem 2.4rem;
  background: rgba(2, 74, 216, 0.06);
  border-radius: var(--hp-radius-card, 16px);
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--hp-graphite, #636363);
  text-align: center;
}

/* 行业应用 */
.homeApplications__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.homeApplications__card {
  background: var(--hp-canvas, #fff);
  border-radius: var(--hp-radius-card, 16px);
  padding: 2.4rem;
  border: 1px solid var(--hp-hairline, #e8e8e8);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.homeApplications__title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--hp-ink, #1a1a1a);
  margin-bottom: 1.2rem;
}

.homeApplications__summary {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--hp-graphite, #636363);
  flex: 1;
  margin-bottom: 1.2rem;
}

.homeApplications__card .homeTags {
  margin-bottom: 1.6rem;
}

.homeApplications__btn {
  margin-top: auto;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--hp-primary, #024ad8);
  text-decoration: none;
}

.homeApplications__btn:hover {
  text-decoration: underline;
}

/* 一站式方案 — 横向时间线 */
.homeSolution__timeline {
  display: flex;
  gap: 0;
  position: relative;
}

.homeSolution__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 1.2rem;
  min-width: 0;
}

.homeSolution__marker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
}

.homeSolution__num {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--hp-primary, #024ad8);
  background: var(--hp-canvas, #fff);
  border: 2px solid var(--hp-primary, #024ad8);
  border-radius: 50%;
}

.homeSolution__line {
  position: absolute;
  left: calc(50% + 2.4rem);
  right: calc(-50% + 2.4rem);
  top: 50%;
  height: 2px;
  background: var(--hp-hairline, #e8e8e8);
  transform: translateY(-50%);
  z-index: 1;
}

.homeSolution__content {
  background: var(--hp-canvas, #fff);
  border-radius: var(--hp-radius-card, 16px);
  padding: 2rem 1.6rem;
  border: 1px solid var(--hp-hairline, #e8e8e8);
  box-shadow: var(--hp-shadow-soft, 0 2px 8px rgba(26, 26, 26, 0.08));
  width: 100%;
  height: 100%;
}

.homeSolution__name {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--hp-ink, #1a1a1a);
  margin-bottom: 0.8rem;
}

.homeSolution__desc {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--hp-graphite, #636363);
}

.homeSolution__action,
.homeCustomization__action {
  margin-top: 3.2rem;
  text-align: center;
}

.homeSolution__btn,
.homeCustomization__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18rem;
  height: 4.8rem;
  padding: 0 2.4rem;
  background: var(--hp-primary, #024ad8);
  color: #fff;
  border-radius: var(--hp-radius-btn, 4px);
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}

.homeSolution__btn:hover,
.homeCustomization__btn:hover {
  opacity: 0.92;
}

/* 定制能力 */
.homeCustomization__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.homeCustomization__card {
  background: var(--hp-cloud, #f7f7f7);
  border-radius: var(--hp-radius-card, 16px);
  padding: 2.4rem;
  border: 1px solid var(--hp-hairline, #e8e8e8);
}

.homeCustomization__title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--hp-ink, #1a1a1a);
  margin-bottom: 1rem;
}

.homeCustomization__desc {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--hp-graphite, #636363);
}

/* 关于我们 */
.homeAbout__layout {
  display: grid;
  grid-template-columns: 1fr 32rem;
  gap: 4rem;
  align-items: start;
}

.homeAbout__title {
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--hp-ink-deep, #000);
  margin-bottom: 2rem;
}

.homeAbout__body {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: var(--hp-graphite, #636363);
  margin-bottom: 1.6rem;
}

.homeAbout__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
  min-width: 15.8rem;
  height: 4.8rem;
  padding: 0 2rem;
  background: var(--hp-primary, #024ad8);
  color: #fff;
  border-radius: var(--hp-radius-btn, 4px);
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}

.homeAbout__highlights {
  margin: 0;
  padding: 2.4rem;
  list-style: none;
  background: var(--hp-canvas, #fff);
  border-radius: var(--hp-radius-card, 16px);
  box-shadow: var(--hp-shadow-soft, 0 2px 8px rgba(26, 26, 26, 0.08));
}

.homeAbout__highlights li {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--hp-ink, #1a1a1a);
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--hp-hairline, #e8e8e8);
}

.homeAbout__highlights li:last-child {
  border-bottom: none;
}

/* FAQ */
.homeFaq__list {
  max-width: 96rem;
  margin: 0 auto;
}

.homeFaq__item {
  background: var(--hp-canvas, #fff);
  border: 1px solid var(--hp-hairline, #e8e8e8);
  border-radius: var(--hp-radius-card, 16px);
  margin-bottom: 1.2rem;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.homeFaq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 2rem 2.4rem;
  background: var(--hp-canvas, #fff);
  border: none;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--hp-ink, #1a1a1a);
  cursor: pointer;
}

.homeFaq__icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(2, 74, 216, 0.08);
  color: var(--hp-primary, #024ad8);
  font-size: 1.8rem;
  line-height: 1;
}

.homeFaq__answer {
  padding: 0 2.4rem 2rem;
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: var(--hp-graphite, #636363);
}

.homeFaq__item.is-open {
  border-color: rgba(2, 74, 216, 0.25);
  box-shadow: var(--hp-shadow-soft, 0 2px 8px rgba(26, 26, 26, 0.08));
}

@media (max-width: 1024px) {
  .homeAdvantages__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .homeProducts__grid {
    grid-template-columns: 1fr;
  }

  .homeAntiPlastic__layout {
    grid-template-columns: 1fr;
  }

  .homeAntiPlastic__media {
    max-height: 28rem;
  }

  .homeMaterials__grid,
  .homeApplications__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .homeSolution__timeline {
    flex-direction: column;
    gap: 2.4rem;
  }

  .homeSolution__step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 0;
    gap: 2rem;
  }

  .homeSolution__marker {
    flex-shrink: 0;
    width: auto;
    flex-direction: column;
    margin-bottom: 0;
  }

  .homeSolution__line {
    display: none;
  }

  .homeSolution__content {
    flex: 1;
  }

  .homeCustomization__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .homeAbout__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-v2 .homeBanner .textBox .title {
    font-size: 2.6rem;
  }

  .homeAnchorNav {
    top: 5.6rem;
  }

  .homeAdvantages__grid {
    grid-template-columns: 1fr;
  }

  .homeSectionHeader__title {
    font-size: 2.6rem;
  }

  .homeMaterials__grid,
  .homeApplications__grid,
  .homeCustomization__grid {
    grid-template-columns: 1fr;
  }
}
