/* Theme tweaks for cnycchem phosphate page */
.proSix1_l_01_item_bot {
  display: none;
}
.proSix1_l_01_item.active .proSix1_l_01_item_bot {
  display: block;
}
.proSix1_l_01_item.active .proSix1_l_01_item_top .iconfont {
  transform: rotate(90deg);
  color: var(--hue);
}
.proSix1_l_01_item_top {
  cursor: pointer;
}
.proSix1_l_01_item_top .iconfont {
  transition: transform 0.25s ease;
}
body {
  padding-top: 0;
}
.pc_header {
  position: relative;
  z-index: 100;
}

/* Keep PC nav from crushing between tablet and small laptop */
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .pc_head_list_box .item > a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .pc_head_list_box .item > a .iconfont {
    margin-left: 2px;
  }
}

/* Prevent "About us" / "Contact us" wrapping into hero as stray "us" */
.pc_head_list_box .item > a {
  white-space: nowrap;
}

/* Products mega menu: match target (item static so panel spans .header_bot_w) */
.pc_head_list_box .item.yulin3 {
  position: static;
}
.pc_header_bot,
.header_bot_w,
.header_bot_r,
.pc_head_list_box {
  overflow: visible;
}
.pro_drop_menu {
  z-index: 50;
  left: 0;
  right: 0;
  width: 100%;
}

/* Safety: switch to mobile earlier if menu still overflows */
@media screen and (max-width: 1200px) {
  .pc_header {
    display: none !important;
  }
  .mobile_header {
    display: block !important;
  }
  .pc_header .publicTwo_stage_nav,
  .pc_header .pro_drop_menu {
    display: none !important;
  }
}

.mobile_logo .table,
.mobile_logo .cell {
  display: flex;
  align-items: center;
  height: 100%;
}
.mobile_logo img {
  display: block;
  height: 42px;
  width: auto;
}

/* Hongpeng logos (wide wordmark + square footer mark) */
.header_bot_w {
  column-gap: clamp(2rem, 1.5rem + 2vw, 3.5rem);
}
.header_bot_w .logo {
  width: min(300px, 100%);
  flex: 0 0 auto;
  margin-right: clamp(1.25rem, 0.75rem + 1.5vw, 2.5rem);
  padding-right: 0.5rem;
}
.header_bot_w .logo a img {
  width: 100%;
  height: auto;
  display: block;
}
.header_bot_r {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}
.footer_logo {
  width: clamp(4.5rem, 4rem + 2vw, 6rem);
}
.footer_logo a img {
  width: 100%;
  height: auto;
  display: block;
}

/*
 * Swiper 11 CSS only clips .swiper { overflow:hidden }.
 * Markup still uses legacy .swiper-container, so adjacent slides
 * spilled into the About text column and covered copy/buttons.
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.aboOne2_l,
.aboOne2_r {
  min-width: 0;
}

.aboOne2_l {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 44.7%;
}

.aboOne2_r {
  position: relative;
  z-index: 2;
}

.aboOne2_l_lunbo,
.aboOne2_l_lunbo .swiper-wrapper,
.aboOne2_l_lunbo .swiper-slide {
  width: 100%;
}

.aboOne2_l_lunbo .item img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .aboOne2_l {
    max-width: 100%;
  }
}

/* —— Page motion —— */
@keyframes cnyc-hero-in {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.subPage_banner1,
.proOne1_l,
.aboOne1_l_01 {
  animation: cnyc-hero-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.proOne1_r,
.subPage_banner2 {
  animation: cnyc-hero-in 0.85s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.proTwo1_item,
.newsOne2_item,
.proThree1_item,
.proFive1_item,
.proFour1_item {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.proTwo1_item:hover,
.newsOne2_item:hover,
.proFive1_item:hover {
  transform: translateY(-6px);
}

.proTwo1_item .img_box img,
.newsOne2_item a .img_box img,
.proFive1_item .img_box img {
  transition: transform 0.45s ease;
}

.proTwo1_item:hover .img_box img,
.newsOne2_item:hover a .img_box img,
.proFive1_item:hover .img_box img {
  transform: scale(1.04);
}

.public_page_btn2,
.proSix1_l_01_item_top,
.js-inquiry {
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.public_page_btn2:hover {
  transform: translateY(-2px);
}


/* About page: product CTA buttons spacing */
.aboOne2_r_01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.aboOne2_r_01 .public_page_btn2 {
  display: inline-block;
  margin: 0;
}

/* Homepage banner text overlay (no card) */
.index_banner {
  overflow: hidden;
}
.index_banner::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(8, 20, 40, 0.55) 0%,
    rgba(8, 20, 40, 0.28) 42%,
    rgba(8, 20, 40, 0.08) 68%,
    transparent 100%
  );
}
.index_b_lunbo {
  position: relative;
  z-index: 0;
}
.index_b_copy {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.index_b_copy .wrap {
  /* clear left arrow (left:10% + ~3rem button) */
  padding-left: max(clamp(1rem, 2vw, 1.5rem), calc(10% + 3.75rem));
}
.index_b_text {
  pointer-events: auto;
  max-width: min(620px, 92%);
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
}
.index_b_brand {
  display: none;
}
.index_b_title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 1.35rem + 2vw, 2.75rem);
  font-weight: 700;
  line-height: 1.28;
  color: #fff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
.index_b_desc {
  margin: 0 0 1.35rem;
  max-width: 34em;
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}
.index_b_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.index_b_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 1.35rem;
  border-radius: 8px;
  background: var(--hue);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.index_b_btn:hover {
  background: #0057ba;
  color: #fff;
  transform: translateY(-1px);
}
.index_b_btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}
.index_b_btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
}
.index_b_prev,
.index_b_next {
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .index_banner::after {
    background: linear-gradient(
      180deg,
      rgba(8, 20, 40, 0.2) 0%,
      rgba(8, 20, 40, 0.55) 55%,
      rgba(8, 20, 40, 0.72) 100%
    );
  }
  .index_b_copy {
    top: auto;
    bottom: 10%;
    transform: none;
  }
  .index_b_copy .wrap {
    padding-left: clamp(1rem, 4vw, 1.5rem);
  }
  .index_b_text {
    max-width: 100%;
  }
  .index_b_prev,
  .index_b_next {
    display: none;
  }
}

/* 为什么选择云南红鹏 — flat top (no skewed bg image) */
.indBoxThree {
  background-color: var(--hue);
  background-image: linear-gradient(90deg, #0059c9 0%, var(--hue) 50%, #2a80db 100%);
}

/* Footer: remove slanted top decoration */
.public_footer_icon {
  display: none;
}

/* Homepage: 公司实力 carousel — match reference (7 slides + side arrows) */
.indBoxFour_w {
  overflow: visible;
}
.indBoxFour2 {
  overflow: visible;
}
.indBoxFour2 .indFour2_prev,
.indBoxFour2 .indFour2_next {
  display: block;
}

/* Homepage: 合作案例 carousel (same interaction as 服务行业) */
.indBoxSix1 {
  position: relative;
}
.indSix_case_prev,
.indSix_case_next {
  position: absolute;
  z-index: 2;
  top: 42%;
  transform: translate(0, -50%);
}
.indSix_case_prev {
  left: -4.5%;
}
.indSix_case_next {
  right: -4.5%;
}
.indBoxSix .indTwo1_item a .title.hp-case-title {
  line-height: 1.5;
  min-height: 3em;
}
.indBoxSix2 {
  display: none !important;
}

/* Homepage FAQ — card accordion (refined) */
.indBoxFaq {
  background: linear-gradient(180deg, #eef3f9 0%, #f7f9fc 55%, #ffffff 100%);
  position: relative;
}
.indBoxFaq1 {
  max-width: 880px;
  margin: 0 auto;
}
.hp-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.indBoxFaq .proSix1_l_01_item,
.hp-faq__item {
  background: #fff;
  border: 1px solid rgba(15, 50, 100, 0.12);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(15, 40, 80, 0.04);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.hp-faq__item:hover {
  border-color: rgba(0, 102, 217, 0.28);
  box-shadow: 0 8px 22px rgba(0, 60, 120, 0.08);
}
.hp-faq__item.active {
  border-color: rgba(0, 102, 217, 0.4);
  box-shadow: 0 10px 28px rgba(0, 80, 160, 0.1);
}
.hp-faq__q,
.indBoxFaq .proSix1_l_01_item_top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: clamp(1.05rem, 0.9rem + 0.7vw, 1.35rem) clamp(1.05rem, 0.85rem + 1vw, 1.5rem);
  cursor: pointer;
  user-select: none;
}
.indBoxFaq .proSix1_l_01_item_top span {
  width: auto;
}

/* Fixed circular index */
.hp-faq__num {
  flex: 0 0 36px !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  align-self: center;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  line-height: 1 !important;
  color: var(--hue);
  background: rgba(0, 102, 217, 0.08) !important;
  padding: 0 !important;
  overflow: hidden;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.hp-faq__item.active .hp-faq__num {
  background: var(--hue) !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(0, 102, 217, 0.28);
}

.hp-faq__title,
.indBoxFaq .proSix1_l_01_item_top span.hp-faq__title {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  color: #1a2230;
  line-height: 1.45;
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
  font-weight: 700;
  transition: color 0.3s ease;
}
.hp-faq__item.active .hp-faq__title {
  color: var(--hue);
}

.hp-faq__icon,
.indBoxFaq .proSix1_l_01_item_top .hp-faq__icon {
  flex: 0 0 32px !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  margin-left: auto;
  align-self: center;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #f1f4f8 !important;
  color: transparent !important;
  font-size: 0 !important;
  padding: 0 !important;
  transition: background 0.3s ease;
}
.hp-faq__icon::before,
.hp-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #6b7280;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, opacity 0.3s ease;
}
.hp-faq__icon::before {
  width: 12px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}
.hp-faq__icon::after {
  width: 1.5px;
  height: 12px;
  transform: translate(-50%, -50%);
}
.hp-faq__item.active .hp-faq__icon {
  background: rgba(0, 102, 217, 0.1) !important;
}
.hp-faq__item.active .hp-faq__icon::before,
.hp-faq__item.active .hp-faq__icon::after {
  background: var(--hue);
}
.hp-faq__item.active .hp-faq__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}

/* Smooth expand / collapse */
.indBoxFaq .proSix1_l_01_item_bot,
.indBoxFaq .hp-faq__a {
  display: block !important;
}
.hp-faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.hp-faq__item.active .hp-faq__panel {
  grid-template-rows: 1fr;
}
.hp-faq__panel > .hp-faq__a {
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  padding: 0 clamp(1.05rem, 0.85rem + 1vw, 1.5rem) 0 calc(36px + 14px + clamp(1.05rem, 0.85rem + 1vw, 1.5rem));
  color: #5a6472;
  line-height: 1.75;
  transition:
    opacity 0.35s ease 0.02s,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    padding-bottom 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.hp-faq__item.active .hp-faq__panel > .hp-faq__a {
  opacity: 1;
  transform: translateY(0);
  padding-bottom: clamp(1.15rem, 0.95rem + 0.8vw, 1.4rem);
}

.indBoxFaq_cta {
  margin-top: clamp(1.75rem, 1.2rem + 2vw, 2.75rem);
  padding: clamp(1.25rem, 1rem + 1.2vw, 1.75rem) clamp(1.25rem, 1rem + 1.5vw, 2rem);
  border-radius: 14px;
  background: linear-gradient(135deg, #0066d9 0%, #004ea8 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  box-shadow: 0 10px 28px rgba(0, 80, 160, 0.18);
}
.indBoxFaq_cta_title {
  color: #fff;
  margin-bottom: 0.35rem;
}
.indBoxFaq_cta_desc {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}
.indBoxFaq_cta .public_page_btn2 {
  background: #fff;
  color: var(--hue);
  flex: 0 0 auto;
}
.indBoxFaq_cta .public_page_btn2:hover {
  background: #f0f6ff;
  color: #004ea8;
}

@media screen and (max-width: 640px) {
  .hp-faq__panel > .hp-faq__a {
    padding-left: clamp(1.05rem, 0.85rem + 1vw, 1.5rem);
  }
  .indBoxFaq_cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hp-faq__panel,
  .hp-faq__panel > .hp-faq__a,
  .hp-faq__icon::before,
  .hp-faq__icon::after {
    transition: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .indSix_case_prev {
    left: 0;
  }
  .indSix_case_next {
    right: 0;
  }
}

/* Homepage: 新闻中心 */
.indBoxNews {
  background: #f7f8fa;
  position: relative;
}
.hp-news-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 1.5rem;
  margin-bottom: clamp(1.75rem, 1.2rem + 2vw, 2.75rem);
  position: relative;
}
.hp-news-head__left {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  min-width: 0;
}
.hp-news-watermark {
  position: absolute;
  left: 0;
  top: -0.85em;
  font-size: clamp(2.2rem, 1.2rem + 4vw, 4.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.045);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.hp-news-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(1.75rem, 1.35rem + 1.6vw, 2.75rem);
  color: #1a1a1a;
  line-height: 1.2;
}
.hp-news-sub {
  position: relative;
  z-index: 1;
  color: #999;
  font-size: clamp(0.8125rem, 0.75rem + 0.25vw, 0.9375rem);
  line-height: 1.5;
}
.hp-news-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.hp-news-tab {
  appearance: none;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #333;
  border-radius: 999px;
  padding: 0.45rem 1.35rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  cursor: pointer;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}
.hp-news-tab.hover,
.hp-news-tab:hover {
  color: var(--hue);
  border-color: var(--hue);
}
.hp-news-panel {
  display: none;
}
.hp-news-panel.on {
  display: block;
}
.hp-news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(1rem, 0.7rem + 1.2vw, 1.75rem);
  align-items: stretch;
}
.hp-news-feature {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(15, 35, 70, 0.08);
  color: inherit;
  transition: transform 0.3s, box-shadow 0.3s;
}
.hp-news-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(15, 35, 70, 0.12);
}
.hp-news-feature__img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef2f6;
}
.hp-news-feature__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s;
}
.hp-news-feature:hover .hp-news-feature__img img {
  transform: scale(1.04);
}
.hp-news-feature__body {
  padding: 1.15rem 1.25rem 1rem;
  flex: 1;
}
.hp-news-date {
  color: var(--hue);
  font-size: 0.875rem;
  font-weight: 600;
}
.hp-news-feature__title {
  margin: 0.55rem 0 0;
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.25rem);
  line-height: 1.45;
  color: #1a1a1a;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hp-news-desc {
  margin: 0.55rem 0 0;
  color: #888;
  font-size: 0.875rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hp-news-feature__foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.25rem;
  border-top: 1px solid #efefef;
  color: #999;
  font-size: 0.875rem;
}
.hp-news-arrow {
  width: 0.55rem;
  height: 0.55rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  display: inline-block;
}
.hp-news-arrow--light {
  border-color: #fff;
  margin-left: 0.45rem;
  position: relative;
  top: -1px;
}
.hp-news-side {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.5rem + 1vw, 1.15rem);
  height: 100%;
  min-height: 100%;
}
.hp-news-side-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  flex: 1 1 0;
  background: #fff;
  border-radius: 12px;
  padding: 0.85rem;
  box-shadow: 0 8px 28px rgba(15, 35, 70, 0.08);
  color: inherit;
  min-height: 0;
  transition: transform 0.3s, box-shadow 0.3s;
}
.hp-news-side-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(15, 35, 70, 0.12);
}
.hp-news-side-item__img {
  width: clamp(6.75rem, 5.8rem + 2.5vw, 8rem);
  flex: 0 0 clamp(6.75rem, 5.8rem + 2.5vw, 8rem);
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  background: #eef2f6;
  align-self: flex-start;
}
.hp-news-side-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s;
}
.hp-news-side-item:hover .hp-news-side-item__img img {
  transform: scale(1.04);
}
.hp-news-side-item__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.35rem;
}
.hp-news-side-item .hp-news-desc {
  -webkit-line-clamp: 2;
  margin-top: 0;
}
.hp-news-side-item__title {
  margin: 0;
  font-size: clamp(0.9rem, 0.84rem + 0.25vw, 1rem);
  line-height: 1.4;
  color: #1a1a1a;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hp-news-side-item__meta {
  margin-top: auto;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.hp-news-go {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--hue);
  position: relative;
  flex: 0 0 auto;
}
.hp-news-go::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.4rem;
  height: 0.4rem;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: translate(-60%, -50%) rotate(45deg);
}
.hp-news-more {
  margin-top: clamp(1.5rem, 1rem + 1.8vw, 2.5rem);
  display: flex;
  justify-content: center;
}
.hp-news-more__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9.5rem;
  height: 2.75rem;
  padding: 0 1.5rem;
  border-radius: 6px;
  background: var(--hue);
  color: #fff;
  font-size: 0.9375rem;
  transition: background 0.25s, transform 0.25s;
}
.hp-news-more__btn:hover {
  background: #0054b5;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .hp-news-grid {
    grid-template-columns: 1fr;
  }
  .hp-news-side-item {
    flex: none;
  }
}

@media screen and (max-width: 640px) {
  .hp-news-head {
    align-items: flex-start;
  }
  .hp-news-side-item {
    flex-direction: column;
  }
  .hp-news-side-item__img {
    width: 100%;
    aspect-ratio: 16 / 9;
    align-self: auto;
  }
  .hp-news-more {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hp-news-feature,
  .hp-news-side-item,
  .hp-news-feature__img img,
  .hp-news-side-item__img img {
    transition: none !important;
  }
  .hp-news-feature:hover,
  .hp-news-side-item:hover {
    transform: none;
  }
  .hp-news-feature:hover .hp-news-feature__img img,
  .hp-news-side-item:hover .hp-news-side-item__img img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .subPage_banner1,
  .proOne1_l,
  .aboOne1_l_01,
  .proOne1_r,
  .subPage_banner2 {
    animation: none !important;
  }

  .proTwo1_item:hover,
  .newsOne2_item:hover,
  .proFive1_item:hover,
  .public_page_btn2:hover {
    transform: none;
  }

  .proTwo1_item:hover .img_box img,
  .newsOne2_item:hover a .img_box img,
  .proFive1_item:hover .img_box img {
    transform: none;
  }
}

/* Homepage: 新闻中心 (layout from design, site blue accent) */
.indBoxNews {
  background: #f7f8fa;
}
.hp-news-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  position: relative;
}
.hp-news-head__left {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  min-width: 0;
  flex: 1 1 280px;
}
.hp-news-watermark {
  position: absolute;
  left: 0;
  top: -0.85em;
  font-size: clamp(1.75rem, 1rem + 3.5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.045);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  z-index: 0;
}
.hp-news-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(1.75rem, 1.2rem + 1.8vw, 2.75rem);
  color: #1a1a1a;
  line-height: 1.2;
}
.hp-news-sub {
  position: relative;
  z-index: 1;
  color: #999;
  font-size: clamp(0.8125rem, 0.75rem + 0.25vw, 0.9375rem);
  line-height: 1.5;
}
.hp-news-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.hp-news-tab {
  appearance: none;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #333;
  border-radius: 999px;
  padding: 0.45rem 1.15rem;
  font-size: 0.875rem;
  line-height: 1.4;
  cursor: pointer;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}
.hp-news-tab.hover,
.hp-news-tab:hover {
  color: var(--hue);
  border-color: var(--hue);
}
.hp-news-panels {
  position: relative;
}
.hp-news-panel {
  display: none;
}
.hp-news-panel.on {
  display: block;
}
.hp-news-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(1rem, 0.6rem + 1.5vw, 1.75rem);
  align-items: stretch;
}
.hp-news-feature {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(16, 40, 80, 0.08);
  color: inherit;
  text-decoration: none;
  min-height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.hp-news-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(16, 40, 80, 0.12);
}
.hp-news-feature__img {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #eef2f6;
}
.hp-news-feature__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.hp-news-feature:hover .hp-news-feature__img img {
  transform: scale(1.04);
}
.hp-news-feature__body {
  padding: 1.1rem 1.25rem 0.85rem;
  flex: 1 1 auto;
}
.hp-news-date {
  color: var(--hue);
  font-size: 0.875rem;
  margin-bottom: 0.55rem;
}
.hp-news-feature__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.25rem);
  color: #1a1a1a;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hp-news-desc {
  margin: 0;
  color: #8a8a8a;
  font-size: 0.875rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hp-news-feature__foot {
  margin-top: auto;
  padding: 0.9rem 1.25rem;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
  font-size: 0.875rem;
}
.hp-news-arrow {
  width: 0.45rem;
  height: 0.45rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  display: inline-block;
}
.hp-news-arrow--light {
  margin-left: 0.45rem;
  border-color: #fff;
  vertical-align: 0.1em;
}
.hp-news-side {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.5rem + 1vw, 1.15rem);
  min-height: 0;
}
.hp-news-side-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  background: #fff;
  border-radius: 12px;
  padding: 0.85rem;
  box-shadow: 0 8px 28px rgba(16, 40, 80, 0.08);
  color: inherit;
  text-decoration: none;
  flex: 0 0 auto;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.hp-news-side-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(16, 40, 80, 0.12);
}
.hp-news-side-item__img {
  flex: 0 0 clamp(6.75rem, 5.8rem + 2.5vw, 8rem);
  width: clamp(6.75rem, 5.8rem + 2.5vw, 8rem);
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  background: #eef2f6;
  align-self: center;
}
.hp-news-side-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.hp-news-side-item:hover .hp-news-side-item__img img {
  transform: scale(1.04);
}
.hp-news-side-item__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
}
.hp-news-side-item .hp-news-desc {
  margin-top: 0;
  -webkit-line-clamp: 2;
}
.hp-news-side-item__title {
  margin: 0;
  font-size: clamp(0.9rem, 0.84rem + 0.25vw, 1rem);
  color: #1a1a1a;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hp-news-side-item__meta {
  margin-top: 0.35rem;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hp-news-go {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--hue);
  position: relative;
  flex: 0 0 auto;
}
.hp-news-go::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: translate(-60%, -50%) rotate(45deg);
}
.hp-news-more {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.25rem, 0.8rem + 1.5vw, 2rem);
}
.hp-news-more__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.6rem;
  border-radius: 6px;
  background: var(--hue);
  color: #fff;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}
.hp-news-more__btn:hover {
  background: #0055b8;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .hp-news-grid {
    grid-template-columns: 1fr;
  }
  .hp-news-side-item__img {
    flex-basis: 7rem;
    width: 7rem;
  }
}

@media screen and (max-width: 640px) {
  .hp-news-head {
    align-items: flex-start;
  }
  .hp-news-side-item {
    flex-direction: column;
  }
  .hp-news-side-item__img {
    width: 100%;
    flex-basis: auto;
    aspect-ratio: 16 / 9;
  }
  .hp-news-more {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hp-news-feature,
  .hp-news-side-item,
  .hp-news-feature__img img,
  .hp-news-side-item__img img {
    transition: none !important;
  }
  .hp-news-feature:hover,
  .hp-news-side-item:hover {
    transform: none;
  }
  .hp-news-feature:hover .hp-news-feature__img img,
  .hp-news-side-item:hover .hp-news-side-item__img img {
    transform: none;
  }
}

/* News layout: equal columns + side thumb top-aligned with title */
.indBoxNews .hp-news-grid {
  align-items: stretch;
}
.indBoxNews .hp-news-feature {
  height: 100%;
}
.indBoxNews .hp-news-side {
  height: 100%;
  min-height: 100% !important;
  gap: clamp(0.75rem, 0.5rem + 1vw, 1.15rem) !important;
  display: flex;
  flex-direction: column;
}
.indBoxNews .hp-news-side-item {
  flex: 1 1 0 !important;
  align-items: flex-start !important;
  padding: 0.85rem !important;
  gap: 0.9rem !important;
  min-height: 0;
}
.indBoxNews .hp-news-side-item__img {
  flex: 0 0 clamp(6.75rem, 5.8rem + 2.5vw, 8rem) !important;
  width: clamp(6.75rem, 5.8rem + 2.5vw, 8rem) !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  align-self: flex-start !important;
  margin-top: 0 !important;
}
.indBoxNews .hp-news-side-item__body {
  justify-content: flex-start !important;
  gap: 0.35rem;
  padding-top: 0;
}
.indBoxNews .hp-news-side-item__title {
  margin-top: 0 !important;
}
.indBoxNews .hp-news-side-item__meta {
  margin-top: auto !important;
  padding-top: 0.5rem !important;
}
.indBoxNews .hp-news-side-item .hp-news-desc {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .indBoxNews .hp-news-side {
    height: auto;
    min-height: 0 !important;
  }
  .indBoxNews .hp-news-side-item {
    flex: 0 0 auto !important;
  }
}
@media screen and (max-width: 640px) {
  .indBoxNews .hp-news-side-item__img {
    width: 100% !important;
    flex-basis: auto !important;
    aspect-ratio: 16 / 9 !important;
  }
}

/* News more button: same radius/centering as product & case CTAs */
.indBoxNews .indOne2_02 {
  padding-top: clamp(1.25rem, 0.8rem + 1.5vw, 2rem);
}
.indBoxNews .hp-news-more__btn.public_page_btn1 {
  border-radius: 6px;
}

/* Homepage: business coverage network */
.indBoxNetwork {
  position: relative;
  overflow: hidden;
  background: #024BAE;
}
.indBoxNetwork::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent);
}
.indBoxNetwork_w {
  position: relative;
  z-index: 1;
}
.hp-network {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(17rem, 0.9fr);
  gap: clamp(2rem, 1rem + 4vw, 5rem);
  align-items: center;
}
.hp-network__map {
  min-width: 0;
  border: none;
  box-shadow: none;
}
.hp-network__map img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  filter: none;
  animation: hp-network-breathe 5s ease-in-out infinite;
}
.hp-network__info {
  color: #fff;
  padding-right: clamp(0rem, 1vw, 1rem);
}
.hp-network__title {
  margin: 0;
  max-width: 15rem;
  color: #fff;
  font-size: clamp(2rem, 1.45rem + 2vw, 3rem);
  line-height: 1.08;
}
.hp-network__line {
  width: 100%;
  max-width: 18rem;
  height: 1px;
  margin: 1.6rem 0 2rem;
  background: rgba(255, 255, 255, 0.62);
  position: relative;
}
.hp-network__line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.85);
}
.hp-network__stats {
  max-width: 19rem;
}
.hp-network__stat {
  text-align: center;
  min-width: 0;
}
.hp-network__stat--top {
  margin-bottom: 1.5rem;
}
.hp-network__stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.hp-network__num {
  color: #fff;
  font-family: "Onest-Bold", sans-serif;
  font-size: clamp(2rem, 1.55rem + 1.5vw, 2.75rem);
  line-height: 1;
}
.hp-network__label {
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.875rem;
}

@keyframes hp-network-breathe {
  0%,
  100% {
    opacity: 0.9;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.012);
  }
}

@media screen and (max-width: 900px) {
  .hp-network {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .hp-network__info {
    text-align: center;
    padding-right: 0;
  }
  .hp-network__title,
  .hp-network__line,
  .hp-network__stats {
    margin-left: auto;
    margin-right: auto;
  }
  .hp-network__title {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hp-network__map img {
    animation: none;
  }
}

/* Homepage: 为什么选择云南红鹏 — alternate (blue + red cards) */
.indBoxWhyAlt {
  position: relative;
  background: #fff;
  padding-bottom: clamp(2.5rem, 4vw, 4.5rem);
}
.indBoxWhyAlt__hero {
  position: relative;
  overflow: hidden;
  background-color: #024bae;
  background-image:
    linear-gradient(180deg, rgba(2, 75, 174, 0.88) 0%, rgba(2, 75, 174, 0.94) 100%),
    url("../images/factory2.jpg");
  background-size: cover;
  background-position: center;
  padding: clamp(3rem, 5vw, 5.5rem) 0 clamp(7rem, 10vw, 9.5rem);
}
.indBoxWhyAlt__hero::before {
  content: "WHY CHOOSE US";
  position: absolute;
  left: 50%;
  top: 1.2rem;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: clamp(2.4rem, 1.2rem + 6vw, 5.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  white-space: nowrap;
}
.indBoxWhyAlt_w {
  position: relative;
  z-index: 1;
}
.hp-why-alt__intro {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  color: #fff;
}
.hp-why-alt__eyebrow {
  margin: 0 0 0.65rem;
  font-size: clamp(0.95rem, 0.85rem + 0.35vw, 1.125rem);
  letter-spacing: 0.04em;
  opacity: 0.92;
}
.hp-why-alt__title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 1.2rem + 1.8vw, 2.75rem);
  line-height: 1.25;
  color: #fff;
}
.hp-why-alt__desc {
  margin: 0;
  max-width: 44rem;
  font-size: clamp(0.9rem, 0.82rem + 0.3vw, 1rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
}
.hp-why-alt__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(-5.5rem, -3rem - 4vw, -4rem);
  position: relative;
  z-index: 2;
}
.hp-why-alt__card {
  background: #c41e1e;
  color: #fff;
  text-align: center;
  padding: clamp(2rem, 1.5rem + 1.5vw, 2.75rem) clamp(1.25rem, 1rem + 1vw, 2rem);
  border: none;
  box-shadow: none;
  min-height: 17rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hp-why-alt__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-why-alt__icon img {
  display: block;
  width: 3.25rem;
  height: 3.25rem;
  object-fit: contain;
}
.hp-why-alt__card-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.1rem, 1rem + 0.35vw, 1.35rem);
  line-height: 1.35;
  color: #fff;
}
.hp-why-alt__card-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  max-width: 18rem;
}

@media screen and (max-width: 900px) {
  .indBoxWhyAlt__hero {
    padding-bottom: 5.5rem;
  }
  .hp-why-alt__cards {
    grid-template-columns: 1fr;
    margin-top: -3.5rem;
    gap: 0.75rem;
  }
  .hp-why-alt__card {
    min-height: 0;
  }
}

/* Homepage: 荣誉资质 — alternate QUALIFICATION layout */
.indBoxQualAlt {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(236, 242, 250, 0.85) 0%, rgba(255, 255, 255, 0.95) 42%, rgba(244, 247, 252, 0.9) 100%);
}
.indBoxQualAlt::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(115deg, transparent 0 38%, rgba(2, 75, 174, 0.04) 38% 42%, transparent 42% 100%),
    linear-gradient(155deg, transparent 0 58%, rgba(2, 75, 174, 0.03) 58% 62%, transparent 62% 100%);
}
.indBoxQualAlt_w {
  position: relative;
  z-index: 1;
}
.hp-qual-alt__head {
  margin-bottom: clamp(1.75rem, 1.2rem + 1.5vw, 2.75rem);
}
.hp-qual-alt__head-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 0.9rem;
}
.hp-qual-alt__head-l {
  min-width: 0;
}
.hp-qual-alt__title {
  margin: 0;
  font-size: clamp(2rem, 1.4rem + 2vw, 3rem);
  line-height: 1.15;
  color: var(--hue);
  letter-spacing: 0.02em;
}
.hp-qual-alt__line {
  width: 3.25rem;
  height: 4px;
  margin: 0.85rem 0 0.9rem;
  background: var(--hue);
  border: none;
  box-shadow: none;
}
.hp-qual-alt__sub {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: clamp(0.88rem, 0.82rem + 0.25vw, 0.98rem);
  line-height: 1.75;
  color: #666;
}
.hp-qual-alt__btn {
  flex: 0 0 auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.35rem;
  border-radius: 6px;
  background: var(--hue);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  transition: background 0.2s ease, filter 0.2s ease;
}
.hp-qual-alt__btn:hover {
  background: var(--hue);
  filter: brightness(0.92);
  color: #fff;
}
.hp-qual-alt__body {
  display: block;
}
.hp-qual-alt__certs {
  min-width: 0;
  min-height: 11rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.hp-qual-alt__track {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.5rem, 1.1rem + 1.4vw, 2.25rem);
  width: max-content;
  animation: hp-qual-marquee 32s linear infinite;
}
.hp-qual-alt__certs:hover .hp-qual-alt__track {
  animation-play-state: paused;
}
.hp-qual-alt__slide {
  flex: 0 0 auto;
  width: clamp(7.5rem, 6.5rem + 2vw, 9.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
}
.hp-qual-alt__icon {
  width: clamp(5.5rem, 4.8rem + 1.5vw, 7rem);
  height: clamp(5.5rem, 4.8rem + 1.5vw, 7rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-qual-alt__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.hp-qual-alt__caption {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #444;
  max-width: 9.5rem;
}

@keyframes hp-qual-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 900px) {
  .hp-qual-alt__head-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .hp-qual-alt__body {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hp-qual-alt__track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .hp-qual-alt__slide[aria-hidden="true"] {
    display: none;
  }
}


/* Homepage: 合作案例 — alternate Cases Center layout */
.indBoxCasesAlt {
  background: #fff;
}
.hp-cases-alt__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: clamp(1.75rem, 1.2rem + 1.4vw, 2.5rem);
}
.hp-cases-alt__title {
  margin: 0;
  font-size: clamp(2rem, 1.4rem + 2vw, 2.75rem);
  line-height: 1.2;
  color: #1a1a1a;
}
.hp-cases-alt__en {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: #999;
  text-transform: uppercase;
}
.hp-cases-alt__all {
  flex: 0 0 auto;
}
.hp-cases-alt__featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 1rem + 1.5vw, 2.25rem);
  padding-bottom: clamp(1.5rem, 1.1rem + 1.2vw, 2.25rem);
  margin-bottom: clamp(1.5rem, 1.1rem + 1.2vw, 2.25rem);
  border-bottom: 1px solid #e6e6e6;
}
.hp-cases-alt__feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(0.9rem, 0.7rem + 0.8vw, 1.35rem);
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.hp-cases-alt__feature-img {
  overflow: hidden;
  min-width: 0;
}
.hp-cases-alt__feature-img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 11rem;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.hp-cases-alt__feature:hover .hp-cases-alt__feature-img img {
  transform: scale(1.04);
}
.hp-cases-alt__feature-body {
  position: relative;
  min-width: 0;
  padding-right: 0.25rem;
}
.hp-cases-alt__feature-title {
  margin: 0 0 0.7rem;
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.25rem);
  line-height: 1.4;
  color: var(--hue);
  font-weight: 700;
}
.hp-cases-alt__feature-desc,
.hp-cases-alt__card-desc {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hp-cases-alt__more {
  position: relative;
  display: inline-block;
  color: var(--hue);
  font-size: 0.9rem;
  font-weight: 600;
  z-index: 1;
}
.hp-cases-alt__more i {
  font-style: normal;
  margin-left: 0.15rem;
}
.hp-cases-alt__feature-body::after,
.hp-cases-alt__card-body::after {
  content: "MORE";
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  font-size: clamp(2.2rem, 1.6rem + 2vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.04);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}
.hp-cases-alt__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 0.8rem + 1vw, 1.75rem);
}
.hp-cases-alt__card {
  display: block;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}
.hp-cases-alt__card-img {
  overflow: hidden;
  margin-bottom: 0.85rem;
}
.hp-cases-alt__card-img img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.hp-cases-alt__card:hover .hp-cases-alt__card-img img {
  transform: scale(1.04);
}
.hp-cases-alt__card-body {
  position: relative;
  padding-bottom: 0.35rem;
}
.hp-cases-alt__card-title {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #222;
  font-weight: 700;
}
.hp-cases-alt__card-desc {
  -webkit-line-clamp: 2;
  margin-bottom: 0.85rem;
}
.hp-cases-alt__feature:hover .hp-cases-alt__feature-title,
.hp-cases-alt__card:hover .hp-cases-alt__card-title,
.hp-cases-alt__feature:hover .hp-cases-alt__more,
.hp-cases-alt__card:hover .hp-cases-alt__more {
  color: var(--hue);
}

@media screen and (max-width: 1100px) {
  .hp-cases-alt__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 900px) {
  .hp-cases-alt__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .hp-cases-alt__featured {
    grid-template-columns: 1fr;
  }
  .hp-cases-alt__feature {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 560px) {
  .hp-cases-alt__grid {
    grid-template-columns: 1fr;
  }
}
