/* ================================================================
   Nova-China Style Homepage
   ================================================================ */

/* ----- Common ----- */
.nv-section {
  padding: 80px 0;
}
.nv-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.nv-section-title {
  text-align: center;
  margin-bottom: 56px;
}
.nv-section-title h2 {
  font-size: 34px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 14px;
  line-height: 1.3;
}
.nv-section-title p {
  font-size: 15px;
  color: #999;
  margin: 0;
  line-height: 1.7;
}
.nv-section-title__bar {
  width: 44px;
  height: 3px;
  background: #E8890C;
  margin: 14px auto 16px;
}

/* ----- Hero Banner ----- */
.nv-hero {
  position: relative;
  height: 100vh;
  min-height: 580px;
  overflow: hidden;
}
.nv-hero .swiper-container,
.nv-hero .swiper-wrapper,
.nv-hero .swiper-slide {
  height: 100%;
}
.nv-hero__slide {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nv-hero__overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0, 0, 0, 0.48);
}
.nv-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 40px;
  max-width: 800px;
}
.nv-hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 22px;
  letter-spacing: 3px;
}
.nv-hero__subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 42px;
  line-height: 1.7;
  letter-spacing: 1px;
}
.nv-hero__cta {
  display: inline-block;
  border: 2px solid #E8890C;
  background: #E8890C;
  color: #fff;
  padding: 14px 40px;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 2px;
  transition: all 0.25s ease;
}
.nv-hero__cta:hover {
  background: #cf7808;
  border-color: #cf7808;
  color: #fff;
  text-decoration: none;
}
.nv-hero .swiper-pagination {
  bottom: 28px;
}
.nv-hero .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
  width: 8px;
  height: 8px;
}
.nv-hero .swiper-pagination-bullet-active {
  background: #E8890C;
  width: 24px;
  border-radius: 4px;
}

/* ----- Solutions: nova-china dark tabbed layout ----- */
.nv-sol-wrap {
  background: #1b1c1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nv-sol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  width: 100%;
  max-width: 1300px;
}

/* Left panel */
.nv-sol__left {
  width: 268px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 56px 36px;
  background: #111213;
  border-right: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.nv-sol__heading {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.2;
}
.nv-sol__heading-bar {
  width: 34px;
  height: 3px;
  background: #E8890C;
  margin: 0 0 18px;
}
.nv-sol__subtitle {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin: 0;
}

.nv-sol__tablist {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.nv-sol__tab {
  display: block;
  width: 100%;
  padding: 14px 18px;
  background: rgba(255,255,255,0.055);
  color: rgba(255,255,255,0.72);
  border: none;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  line-height: 1.4;
}
.nv-sol__tab:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
}
.nv-sol__tab.is-active {
  background: #E8890C;
  color: #fff;
  font-weight: 600;
}

/* Right panel */
.nv-sol__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 56px 52px;
  position: relative;
  min-width: 0;
}
.nv-sol__panel {
  display: none;
}
.nv-sol__panel.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.nv-sol__panel-top {
  margin-bottom: 30px;
}
.nv-sol__panel-title {
  font-size: 26px;
  font-weight: 600;
  color: #E8890C;
  margin: 0 0 14px;
  line-height: 1.35;
}
.nv-sol__panel-lead {
  font-size: 14px;
  color: rgba(255,255,255,0.68);
  line-height: 1.8;
  margin: 0;
}

/* card row */
.nv-sol__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.nv-sol__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  overflow: hidden;
  transition: -webkit-transform 0.22s, box-shadow 0.22s;
  transition: transform 0.22s, box-shadow 0.22s;
  transition: transform 0.22s, box-shadow 0.22s, -webkit-transform 0.22s;
}
.nv-sol__card:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.35);
  text-decoration: none;
}
.nv-sol__card-img-wrap {
  overflow: hidden;
  height: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nv-sol__card-img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  background: #2a2c2f;
}
.nv-sol__card:hover .nv-sol__card-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.nv-sol__card-body {
  padding: 18px 16px 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nv-sol__card-name {
  font-size: 15px;
  font-weight: 600;
  color: #E8890C;
  margin: 0 0 10px;
  line-height: 1.4;
}
.nv-sol__card-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.65;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.nv-sol__card-arrow {
  display: block;
  font-size: 18px;
  color: #E8890C;
  margin-top: 14px;
  line-height: 1;
}


/* ----- Products: nova-china left+swiper layout ----- */
.nv-prod {
  background: #f4f4f4;
  padding: 56px 0 80px;
}
.nv-prod__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

/* Left sidebar — z-index keeps it above any swiper slide overflow */
.nv-prod__left {
  width: 268px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  background: #f4f4f4;
}
.nv-prod__heading {
  font-size: 34px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px;
  line-height: 1.2;
}
.nv-prod__heading-bar {
  width: 40px;
  height: 3px;
  background: #E8890C;
  margin: 0 0 20px;
}
.nv-prod__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 0 0 36px;
}
.nv-prod__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: auto;
}
.nv-prod__tab {
  display: block;
  width: 180px;
  padding: 13px 20px;
  text-align: center;
  font-size: 15px;
  border: none;
  cursor: pointer;
  background: #ddd;
  color: #444;
  letter-spacing: 0.5px;
  transition: background 0.2s, color 0.2s;
}
.nv-prod__tab.is-active {
  background: #E8890C;
  color: #fff;
  font-weight: 600;
}
.nv-prod__tab:hover:not(.is-active) {
  background: #ccc;
}
.nv-prod__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 44px;
}
.nv-prod__prev,
.nv-prod__next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #bbb;
  background: transparent;
  cursor: pointer;
  font-size: 22px;
  color: #666;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: border-color 0.2s, color 0.2s;
}
.nv-prod__prev:hover,
.nv-prod__next:hover {
  border-color: #E8890C;
  color: #E8890C;
}

/* Right panel area */
.nv-prod__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-left: 24px;
  overflow: hidden;
}
.nv-prod__panel {
  display: none;
}
.nv-prod__panel.is-active {
  display: block;
}

/* Swiper */
.nv-prod-swiper {
  overflow: visible !important;
  cursor: -webkit-grab;
  cursor: grab;
}
.nv-prod-swiper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* Product card */
.nv-prod__slide {
  height: auto;
}
.nv-prod__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  height: 420px;
  text-decoration: none;
  overflow: hidden;
  padding: 28px 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: background 0.28s ease, -webkit-box-shadow 0.28s;
  transition: background 0.28s ease, box-shadow 0.28s;
  transition: background 0.28s ease, box-shadow 0.28s, -webkit-box-shadow 0.28s;
}
/* Hover: card bg → gray gradient (lets transparent product PNG blend in naturally) */
.nv-prod__card:hover {
  text-decoration: none;
  background: linear-gradient(150deg, #c8cacc 0%, #e2e4e6 100%);
  -webkit-box-shadow: 0 10px 32px rgba(0,0,0,0.13);
          box-shadow: 0 10px 32px rgba(0,0,0,0.13);
}

.nv-prod__card-top {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nv-prod__card-name {
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 14px;
  line-height: 1.3;
}

/* Orange bar: permanently shown on active slide; also shown on hover */
.nv-prod__card-bar {
  width: 0;
  height: 2px;
  background: #E8890C;
  margin-bottom: 12px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.swiper-slide-active .nv-prod__card-bar,
.nv-prod__card:hover .nv-prod__card-bar {
  width: 100%;
}

/* Desc: hidden by default, shown on hover */
.nv-prod__card-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin: 0 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.nv-prod__card:hover .nv-prod__card-desc {
  max-height: 60px;
  opacity: 1;
}

/* Arrow: hidden by default, shown on hover */
.nv-prod__card-arrow {
  font-size: 20px;
  color: #E8890C;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.28s ease;
  transition: opacity 0.28s ease;
  margin-bottom: 8px;
}
.nv-prod__card:hover .nv-prod__card-arrow {
  opacity: 1;
}

/* Product image — sits at bottom of card; on hover bg turns gray so PNG blends */
.nv-prod__card-img-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  min-height: 0;
}
.nv-prod__card-img {
  max-height: 260px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center bottom;
     object-position: center bottom;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nv-prod__card:hover .nv-prod__card-img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

/* Pagination dots */
.nv-prod__dots {
  margin-top: 20px;
  text-align: center;
  position: static !important;
}
.nv-prod__dots .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.nv-prod__dots .swiper-pagination-bullet-active {
  background: #E8890C;
}

/* ----- Stats: split layout (left bg+content / right 2 cards) ----- */
.nv-stats {
  position: relative;
  background-image: url('/skin/images/banner2.jpg');
  background-size: cover;
  background-position: center center;
}
.nv-stats__overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(14, 18, 28, 0.74);
}
.nv-stats__inner {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 540px;
}
.nv-stats__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          /*flex: 1;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nv-stats__content {
  width: 100%;
  max-width: 520px;
}
.nv-stats__title {
  font-size: 32px;
  font-weight: 700;
  color: #E8890C;
  line-height: 1.4;
  margin: 0 0 18px;
  letter-spacing: 1px;
}
.nv-stats__title-bar {
  width: 40px;
  height: 3px;
  background: #E8890C;
  margin-bottom: 22px;
}
.nv-stats__intro {
  font-size: 14px;
  color: rgba(255,255,255,0.68);
  line-height: 1.9;
  margin: 0 0 44px;
}
.nv-stats__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 32px 48px;
  margin-bottom: 40px;
}
.nv-stats__item {}
.nv-stats__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  font-size: 52px;
  font-weight: 700;
  color: #E8890C;
  line-height: 1;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
.nv-stats__unit {
  font-size: 20px;
  font-weight: normal;
  color: rgba(255,255,255,0.82);
}
.nv-stats__label {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin: 0;
  line-height: 1.5;
}
.nv-stats__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  color: rgba(255,255,255,0.82);
  font-size: 22px;
  text-decoration: none;
  -webkit-transition: border-color 0.2s, color 0.2s;
          transition: border-color 0.2s, color 0.2s;
}
.nv-stats__more:hover {
  border-color: #E8890C;
  color: #E8890C;
  text-decoration: none;
}
.nv-stats__right {
  width: 360px;
  margin-left: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nv-stats__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 36px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
}
.nv-stats__card:hover { text-decoration: none; }
.nv-stats__card--dark {
  background-color: #1a1d26;
  background-image: url('/skin/images/banner1.jpg');
  background-size: cover;
  background-position: center center;
}
.nv-stats__card-overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(8, 12, 22, 0.62);
  -webkit-transition: background 0.22s;
          transition: background 0.22s;
}
.nv-stats__card--dark:hover .nv-stats__card-overlay {
  background: rgba(8, 12, 22, 0.45);
}
.nv-stats__card--orange { background: #E8890C; }
.nv-stats__card-body {
  position: relative;
  z-index: 2;
}
.nv-stats__card-tag {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 12px;
  line-height: 1;
}
.nv-stats__card-title {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  line-height: 1.55;
  margin: 0 0 18px;
}
.nv-stats__card-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 18px;
  -webkit-transition: border-color 0.2s, background 0.2s;
          transition: border-color 0.2s, background 0.2s;
}
.nv-stats__card--dark:hover .nv-stats__card-arrow {
  border-color: #E8890C;
  color: #E8890C;
}
.nv-stats__card--orange:hover .nv-stats__card-arrow {
  background: rgba(255,255,255,0.18);
}

/* ----- Cases: logo-tile grid with category tabs ----- */
.nv-cases { background: #f7f8fa; }

/* Header: left-aligned title + tab bar */
.nv-cases__hdr {
  margin-bottom: 20px;
}
.nv-cases__hdr-title {
  margin-bottom: 20px;
}
.nv-cases__heading {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px;
  line-height: 1.3;
}
.nv-cases__heading-bar {
  width: 44px;
  height: 3px;
  background: #E8890C;
  margin-bottom: 14px;
}
.nv-cases__subtitle {
  font-size: 14px;
  color: #999;
  margin: 0;
  line-height: 1.7;
}
/* Tab bar — hidden when empty (no sub-categories) */
.nv-cases__tabbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
.nv-cases__tabbar:has(.nv-cases__tab) {
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 28px;
}
.nv-cases__tab {
  display: inline-block;
  padding: 10px 22px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  -webkit-transition: color 0.18s, border-color 0.18s;
          transition: color 0.18s, border-color 0.18s;
  white-space: nowrap;
}
.nv-cases__tab:hover,
.nv-cases__tab.is-active {
  color: #E8890C;
  border-bottom-color: #E8890C;
  text-decoration: none;
}

/* 6-column logo grid — CSS Grid guarantees exact column count */
.nv-cases__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: repeat(6, 1fr);
  gap: 2px;
}
.nv-cases__card {
  width: auto;
  margin: 0;
  display: block;
  text-decoration: none;
  overflow: hidden;
  background: #f0f1f3;
  border: 1px solid #e8e8e8;
  -webkit-transition: border-color 0.2s, background 0.2s;
          transition: border-color 0.2s, background 0.2s;
}
.nv-cases__card:hover {
  border-color: #E8890C;
  background: #fff;
  text-decoration: none;
}
.nv-cases__card-img-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 66%;
  background: inherit;
}
.nv-cases__card-img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 72%;
  height: 72%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  color: transparent;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s, -webkit-transform 0.3s;
          transition: filter 0.3s, transform 0.3s;
}
.nv-cases__card:hover .nv-cases__card-img-wrap img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: translate(-50%, -50%) scale(1.06);
      -ms-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

/* ----- News ----- */
.nv-news {
  background: #fff;
}
.nv-news__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
      grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.nv-news__card {
  width: auto;
  margin: 0;
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #eee;
  -webkit-transition: box-shadow 0.25s ease;
          transition: box-shadow 0.25s ease;
  overflow: hidden;
}
.nv-news__card:hover {
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}
.nv-news__card-img-wrap {
  overflow: hidden;
  height: 185px;
}
.nv-news__card-img {
  width: 100%;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  color: transparent;
  -webkit-transition: -webkit-transform 0.35s ease;
          transition: transform 0.35s ease;
  background: #f0f0f0;
}
.nv-news__card:hover .nv-news__card-img {
  transform: scale(1.05);
}
.nv-news__card-body {
  padding: 20px 18px 18px;
}
.nv-news__card-date {
  font-size: 12px;
  color: #bbb;
  margin: 0 0 8px;
}
.nv-news__card-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.55;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.15s;
}
.nv-news__card:hover .nv-news__card-title {
  color: #E8890C;
}
.nv-news__card-desc {
  font-size: 13px;
  color: #999;
  margin: 0;
  line-height: 1.65;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nv-news__more {
  text-align: center;
  margin-top: 44px;
}
.nv-news__more a {
  display: inline-block;
  border: 2px solid #E8890C;
  color: #E8890C;
  padding: 12px 44px;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.2s ease;
}
.nv-news__more a:hover {
  background: #E8890C;
  color: #fff;
  text-decoration: none;
}

/* ----- Override JP-homeHero for new hero ----- */
.nv-hero.JP-homeHero {
  margin: 0;
  border: none;
}
.JP-homeHeroScroll { display: none; }


/* ================================================================
   Responsive
   ================================================================ */

/* ---- Tablet (max-width: 1024px) ---- */
@media (max-width: 1024px) {
  .nv-hero__title { font-size: 36px; }

  .nv-sol__left { width: 210px; padding: 40px 24px; }
  .nv-sol__right { padding: 40px 28px; }

  .nv-prod__left { width: 220px; padding: 0 24px; }

  .nv-stats__content { max-width: 100%; }
  .nv-stats__right { width: 300px; }

  .nv-cases__grid { grid-template-columns: repeat(4, 1fr); }
  .nv-news__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---- Mobile (max-width: 768px) ---- */
@media (max-width: 768px) {
  /* Common */
  .nv-section { padding: 48px 0; }
  .nv-container { padding: 0 16px; }
  .nv-section-title { margin-bottom: 28px; }
  .nv-section-title h2 { font-size: 22px; }

  /* Hero */
  .nv-hero { min-height: 420px; }
  .nv-hero__content { padding: 0 20px; }
  .nv-hero__title { font-size: 22px; letter-spacing: 1px; margin: 0 0 14px; }
  .nv-hero__subtitle { font-size: 13px; margin: 0 0 22px; }
  .nv-hero__cta { padding: 10px 20px; font-size: 13px; }

  /* Solutions */
  .nv-sol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  .nv-sol__left { width: 100%; padding: 28px 16px 20px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .nv-sol__heading { font-size: 24px; }
  .nv-sol__tablist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 16px;
    gap: 6px;
  }
  .nv-sol__tab { width: auto; padding: 9px 14px; font-size: 13px; }
  .nv-sol__right { padding: 20px 16px 28px; overflow: hidden; }
  .nv-sol__panel-title { font-size: 18px; }
  .nv-sol__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .nv-sol__card-img-wrap,
  .nv-sol__card-img { height: 180px; }

  /* Products */
  .nv-prod { padding: 32px 0 40px; }
  .nv-prod__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: visible;
  }
  .nv-prod__left {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
    background: #f4f4f4;
  }
  .nv-prod__heading { font-size: 22px; width: 100%; margin-bottom: 4px; }
  .nv-prod__heading-bar { width: 30px; margin-bottom: 10px; }
  .nv-prod__desc { width: 100%; font-size: 13px; margin-bottom: 14px; }
  .nv-prod__tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    margin-bottom: 0;
  }
  .nv-prod__tab { width: auto; padding: 9px 16px; font-size: 13px; }
  .nv-prod__nav { margin-left: auto; margin-top: 0; }
  .nv-prod__right { padding-left: 16px; padding-right: 16px; overflow: hidden; }
  .nv-prod__card { height: 340px; }
  .nv-prod__card-img { max-height: 200px; }

  /* Stats */
  .nv-stats__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  .nv-stats__left { padding: 40px 20px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .nv-stats__content { max-width: 100%; }
  .nv-stats__title { font-size: 22px; }
  .nv-stats__intro { font-size: 13px; margin-bottom: 24px; }
  .nv-stats__grid { gap: 18px 16px; margin-bottom: 24px; }
  .nv-stats__num { font-size: 36px; }
  .nv-stats__right {
    width: 100%;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  .nv-stats__card { padding: 20px 16px; min-height: 130px; }
  .nv-stats__card-title { font-size: 14px; }
  .nv-stats__card-arrow { width: 28px; height: 28px; font-size: 16px; }

  /* Cases */
  .nv-cases__grid { grid-template-columns: repeat(3, 1fr); }

  /* News */
  .nv-news__grid { grid-template-columns: 1fr; }
  .nv-news__card-img-wrap { height: 180px; padding-bottom: 0; }
  .nv-news__card-img { height: 180px; }
  .nv-news__more a { padding: 10px 28px; }
}
