/* Homepage visual refresh for PowerMax. */
.ny3d-home {
  background: #fff;
}

.ny3d-home .banner {
  min-height: 560px;
  overflow: hidden;
  background: #0b1f31;
}

.ny3d-home .banner .swiper-slide {
  background-size: cover !important;
  background-position: center right !important;
}

.ny3d-home .banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 25, 42, .88), rgba(7, 25, 42, .52) 48%, rgba(7, 25, 42, .12));
  pointer-events: none;
}

.ny3d-hero-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 1200px;
  max-width: calc(100% - 40px);
  color: #fff;
  transform: translate(-50%, -47%);
}

.ny3d-hero-copy > span,
.ny3d-home-head > span,
.ny3d-split-copy > span {
  display: inline-block;
  color: #7ee3ab;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ny3d-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 54px;
  line-height: 1.04;
  font-weight: 900;
}

.ny3d-hero-copy p {
  max-width: 580px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.7;
  margin: 20px 0 28px;
}

.ny3d-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ny3d-hero-actions a,
.ny3d-split-copy a,
.ny3d-news-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.2;
}

.ny3d-hero-actions a:first-child,
.ny3d-split-copy a,
.ny3d-news-cta a {
  background: #20a864;
  color: #fff;
}

.ny3d-hero-actions a:last-child {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.34);
  color: #fff;
}

.ny3d-hero-actions a:hover,
.ny3d-split-copy a:hover,
.ny3d-news-cta a:hover {
  background: #168a52;
  color: #fff;
}

.ny3d-hero-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
}

.ny3d-hero-copy li {
  min-width: 128px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.28);
}

.ny3d-hero-copy li b {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.ny3d-hero-copy li small {
  display: block;
  color: rgba(255,255,255,.72);
  margin-top: 7px;
}

.ny3d-home-trust {
  background: #fff;
  border-bottom: 1px solid #dfe6ee;
}

.ny3d-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.ny3d-trust-row div {
  padding: 24px 22px;
  border-right: 1px solid #dfe6ee;
}

.ny3d-trust-row div:first-child {
  border-left: 1px solid #dfe6ee;
}

.ny3d-trust-row b {
  display: block;
  color: #18212f;
  font-size: 16px;
}

.ny3d-trust-row span {
  display: block;
  color: #667385;
  line-height: 1.55;
  margin-top: 6px;
}

.ny3d-home-products,
.ny3d-home-news {
  padding: 70px 0;
}

.ny3d-home-products {
  background: linear-gradient(180deg, #f5f8fb, #fff);
}

.ny3d-home-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.ny3d-home-head h2,
.ny3d-split-copy h2 {
  margin: 0;
  color: #18212f;
  font-size: 38px;
  line-height: 1.14;
  font-weight: 900;
}

.ny3d-home-head p,
.ny3d-split-copy p,
.ny3d-news-cta p {
  color: #667385;
  font-size: 16px;
  line-height: 1.75;
  margin: 14px 0 0;
}

.ny3d-home-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ny3d-home-pcard {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(24, 33, 47, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ny3d-home-pcard:hover {
  color: inherit;
  border-color: rgba(32, 168, 100, .44);
  box-shadow: 0 20px 48px rgba(24, 33, 47, .13);
  transform: translateY(-4px);
}

.ny3d-home-pic {
  display: block;
  aspect-ratio: 4 / 3;
  background: #eef2f4 center / cover no-repeat;
  transition: transform .35s ease;
}

.ny3d-home-pcard:hover .ny3d-home-pic {
  transform: scale(1.04);
}

.ny3d-home-pbody {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 17px;
}

.ny3d-home-pbody b {
  color: #18212f;
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.35;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ny3d-home-pbody small {
  color: #667385;
  display: -webkit-box;
  flex: 1;
  font-size: 13px;
  line-height: 1.65;
  margin-top: 10px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ny3d-home-pbody em {
  color: #15428b;
  font-style: normal;
  font-weight: 800;
  margin-top: 14px;
}

.ny3d-home-pbody em::after {
  content: " ->";
}

.ny3d-home-split {
  padding: 78px 0;
  background: #10243a;
}

.ny3d-split-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 56px;
  align-items: center;
}

.ny3d-split-copy h2 {
  color: #fff;
}

.ny3d-split-copy p {
  max-width: 620px;
  color: rgba(255,255,255,.76);
  margin-bottom: 26px;
}

.ny3d-feature-list {
  display: grid;
  gap: 14px;
}

.ny3d-feature-list div {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}

.ny3d-feature-list b {
  display: block;
  color: #fff;
  font-size: 18px;
}

.ny3d-feature-list span {
  display: block;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
  margin-top: 8px;
}

.ny3d-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr .9fr;
  gap: 20px;
}

.ny3d-news-col {
  min-height: 250px;
  padding: 26px;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 33, 47, .06);
}

.ny3d-news-col h3 {
  color: #18212f;
  font-size: 20px;
  margin: 0 0 16px;
}

.ny3d-news-col li {
  border-top: 1px solid #edf1f5;
}

.ny3d-news-col li a {
  display: block;
  color: #334256;
  line-height: 1.5;
  padding: 13px 0;
}

.ny3d-news-col li a:hover {
  color: #15428b;
}

.ny3d-news-cta {
  background: #f5f8fb;
}

.ny3d-news-cta a {
  margin-top: 22px;
}

@media screen and (max-width: 992px) {
  .ny3d-home .banner {
    min-height: 520px;
  }

  .ny3d-hero-copy h1 {
    font-size: 40px;
  }

  .ny3d-trust-row,
  .ny3d-home-grid,
  .ny3d-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ny3d-split-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .ny3d-home .banner {
    min-height: 480px;
  }

  .ny3d-home .banner .swiper-slide {
    padding-bottom: 0 !important;
    height: 480px !important;
  }

  .ny3d-hero-copy {
    top: 52%;
    max-width: calc(100% - 32px);
  }

  .ny3d-hero-copy h1 {
    font-size: 30px;
  }

  .ny3d-hero-copy p {
    font-size: 14px;
    margin: 14px 0 20px;
  }

  .ny3d-hero-copy li {
    min-width: 88px;
  }

  .ny3d-hero-copy li b {
    font-size: 22px;
  }

  .ny3d-trust-row,
  .ny3d-home-grid,
  .ny3d-news-grid {
    grid-template-columns: 1fr;
  }

  .ny3d-trust-row div,
  .ny3d-trust-row div:first-child {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #dfe6ee;
  }

  .ny3d-home-products,
  .ny3d-home-news,
  .ny3d-home-split {
    padding: 44px 0;
  }

  .ny3d-home-head h2,
  .ny3d-split-copy h2 {
    font-size: 28px;
  }

  .ny3d-home-pcard {
    min-height: auto;
  }
}
