﻿:root {
  --nq-refresh-blue: #176bff;
  --nq-refresh-blue-deep: #0f3c84;
  --nq-refresh-ink: #101828;
  --nq-refresh-muted: #667085;
  --nq-refresh-line: #e4ebf3;
  --nq-refresh-soft: #f5f8fc;
  --nq-refresh-green: #10b981;
  --nq-refresh-cyan: #38bdf8;
  --nq-refresh-danger: #ef4444;
  --nq-refresh-footer: #071526;
}

/* 2026-07-07: sharper commercial carousel pass */
.nq-refresh-hero {
  min-height: 640px;
  background:
    linear-gradient(90deg, #f7faff 0%, #eef4ff 47%, #dceaff 100%),
    #eef4ff;
}

.nq-refresh-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 86, 255, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 86, 255, .06) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .34), transparent 68%);
}

.nq-refresh-hero::after {
  right: -120px;
  top: 86px;
  width: 760px;
  height: 360px;
  border-radius: 0;
  background: linear-gradient(115deg, rgba(0, 86, 255, .20), rgba(0, 86, 255, .05) 62%, transparent);
  transform: skewX(-18deg);
}

.nq-refresh-slides,
.nq-refresh-slide {
  min-height: 640px;
}

.nq-refresh-slide {
  height: 640px;
}

.nq-refresh-slide::before {
  background:
    linear-gradient(90deg, rgba(248, 251, 255, .98) 0%, rgba(248, 251, 255, .94) 40%, rgba(248, 251, 255, .42) 68%, rgba(248, 251, 255, .06) 100%);
}

.nq-refresh-slide[data-theme="promo"],
.nq-refresh-slide[data-theme="network"],
.nq-refresh-slide[data-theme="cdn"],
.nq-refresh-slide[data-theme="support"] {
  background: #eef4ff;
}

.nq-refresh-banner-media {
  opacity: .58;
  mix-blend-mode: normal;
}

.nq-refresh-banner-media img {
  filter: saturate(1.42) contrast(1.08);
  object-position: center right;
}

.nq-refresh-banner-content {
  padding-top: 30px;
  padding-bottom: 120px;
}

.nq-refresh-kicker {
  min-height: 30px;
  padding: 0 12px;
  border-color: rgba(0, 86, 255, .20);
  border-radius: 4px;
  background: rgba(255, 255, 255, .84);
  color: #0056ff;
  box-shadow: none;
}

.nq-refresh-kicker i {
  display: none;
}

.nq-refresh-banner-content h1 {
  width: 640px;
  margin-top: 18px;
  color: #101828;
  font-size: 50px;
  line-height: 1.12;
  font-weight: 950;
}

.nq-refresh-banner-content p {
  width: 590px;
  color: #4b5565;
  font-size: 16px;
  line-height: 29px;
}

.nq-refresh-hero-actions {
  gap: 12px;
  margin-top: 28px;
}

.nq-refresh-banner-btn,
.nq-refresh-slide[data-theme="promo"] .nq-refresh-banner-btn,
.nq-refresh-slide[data-theme="support"] .nq-refresh-banner-btn {
  min-width: 146px;
  height: 46px;
  padding: 0 24px;
  border: 1px solid #0056ff;
  border-radius: 4px;
  background: #0056ff;
  color: #fff;
  justify-content: center;
  gap: 0;
  box-shadow: 0 12px 24px rgba(0, 86, 255, .20);
}

.nq-refresh-banner-btn i,
.nq-refresh-banner-link i {
  display: none;
}

.nq-refresh-banner-btn:hover,
.nq-refresh-banner-btn:focus-visible {
  background: #0047d6;
  border-color: #0047d6;
}

.nq-refresh-banner-link {
  height: 46px;
  padding: 0 22px;
  border: 1px solid #d8e3f7;
  border-radius: 4px;
  background: #fff;
  color: #1d2939 !important;
  gap: 0;
  box-shadow: none;
}

.nq-refresh-banner-link:hover,
.nq-refresh-banner-link:focus-visible {
  border-color: #0056ff;
  color: #0056ff !important;
}

.nq-refresh-hero-stats {
  gap: 28px;
  margin-top: 28px;
}

.nq-refresh-hero-stats span {
  min-width: 86px;
}

.nq-refresh-hero-stats b {
  color: #101828;
  font-size: 23px;
}

.nq-refresh-hero-art {
  left: max(51%, calc(50% + 86px));
  top: 112px;
  width: min(570px, 40vw);
  height: 340px;
}

.nq-refresh-hero-art::before,
.nq-refresh-hero-art::after,
.nq-refresh-art-ribbon,
.nq-refresh-art-chip {
  display: none;
}

.nq-refresh-art-backdrop {
  position: absolute;
  inset: 34px 0 0 86px;
  background: #0056ff;
  box-shadow: 0 32px 64px rgba(0, 86, 255, .22);
}

.nq-refresh-art-backdrop::before {
  content: "";
  position: absolute;
  left: -58px;
  bottom: 34px;
  width: 420px;
  height: 66px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .26) 0 20px, transparent 20px 44px),
    #0b73ff;
}

.nq-refresh-art-backdrop::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 150px;
  height: 210px;
  background: #10b7ff;
}

.nq-refresh-art-card {
  left: 22px;
  top: 34px;
  z-index: 2;
  width: 360px;
  min-height: 250px;
  padding: 30px;
  border: 1px solid #e5edfb;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(16, 24, 40, .14);
  backdrop-filter: none;
}

.nq-refresh-art-label {
  min-height: 26px;
  padding: 0 10px;
  border-radius: 3px;
  background: #fff1ed;
  color: #e5481b;
}

.nq-refresh-art-card strong {
  margin-top: 16px;
  font-size: 28px;
  line-height: 36px;
}

.nq-refresh-art-price {
  margin-top: 16px;
  color: #ff5a1f;
}

.nq-refresh-art-price b {
  font-size: 62px;
  line-height: 62px;
}

.nq-refresh-art-price span {
  color: #344054;
}

.nq-refresh-art-tags,
.nq-refresh-art-specs {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 8px;
  margin-top: 22px;
}

.nq-refresh-art-tags em,
.nq-refresh-art-specs span {
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid #d8e3f7;
  border-radius: 3px;
  background: #f8fbff;
  color: #1d4ed8;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.nq-refresh-slide[data-theme="promo"] .nq-refresh-art-backdrop {
  background: #0056ff;
}

.nq-refresh-slide[data-theme="promo"] .nq-refresh-art-backdrop::after {
  background: #ff6b35;
}

.nq-refresh-slide[data-theme="network"] .nq-refresh-art-backdrop {
  background: #0069ff;
}

.nq-refresh-slide[data-theme="network"] .nq-refresh-art-backdrop::after {
  background: #13b7ff;
}

.nq-refresh-slide[data-theme="cdn"] .nq-refresh-art-backdrop {
  background: #0087ff;
}

.nq-refresh-slide[data-theme="cdn"] .nq-refresh-art-backdrop::after {
  background: #00b894;
}

.nq-refresh-slide[data-theme="support"] .nq-refresh-art-backdrop {
  background: #12396c;
}

.nq-refresh-slide[data-theme="support"] .nq-refresh-art-backdrop::after {
  background: #0056ff;
}

.nq-refresh-carousel-nav,
.nq-refresh-carousel-arrow {
  display: none !important;
}

.nq-refresh-carousel-ui {
  bottom: 46px;
  left: max(24px, calc((100vw - 1180px) / 2));
  right: auto;
  width: 320px;
  display: flex;
  gap: 14px;
}

.nq-refresh-banner-page {
  width: 54px;
  height: 18px;
  flex: 0 0 54px;
}

.nq-refresh-banner-page::before {
  height: 3px;
  background: rgba(16, 24, 40, .16);
}

.nq-refresh-banner-page.is-active::before {
  height: 3px;
  background: #0056ff;
}

.nq-refresh-banner-page span {
  display: none;
}

@media (max-width: 1180px) {
  .nq-refresh-hero-art {
    left: auto;
    right: 28px;
    width: 430px;
  }

  .nq-refresh-art-card {
    width: 320px;
  }

  .nq-refresh-art-backdrop {
    inset: 44px 0 0 72px;
  }
}

@media (max-width: 980px) {
  .nq-refresh-hero,
  .nq-refresh-slides,
  .nq-refresh-slide {
    min-height: 700px;
    height: 700px;
  }

  .nq-refresh-banner-content {
    padding-bottom: 280px;
  }

  .nq-refresh-hero-art {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 92px;
    width: auto;
    height: 220px;
  }

  .nq-refresh-art-card {
    left: 24px;
    top: 18px;
    width: min(330px, calc(100% - 82px));
    min-height: 184px;
    padding: 20px;
  }

  .nq-refresh-art-backdrop {
    inset: 42px 10px 0 96px;
  }

  .nq-refresh-art-backdrop::before {
    width: 300px;
    height: 48px;
  }

  .nq-refresh-art-backdrop::after {
    width: 88px;
    height: 140px;
  }

  .nq-refresh-art-card strong {
    font-size: 24px;
    line-height: 31px;
  }

  .nq-refresh-art-price b {
    font-size: 44px;
    line-height: 44px;
  }
}

@media (max-width: 640px) {
  .nq-refresh-hero,
  .nq-refresh-slides,
  .nq-refresh-slide {
    min-height: 700px;
    height: 700px;
  }

  .nq-refresh-banner-content h1 {
    width: 100%;
    font-size: 30px;
  }

  .nq-refresh-banner-content p {
    width: 100%;
  }

  .nq-refresh-hero-art {
    left: 14px;
    right: 14px;
    bottom: 88px;
    height: 204px;
  }

  .nq-refresh-art-card {
    left: 12px;
    width: min(290px, calc(100% - 38px));
    min-height: 174px;
    padding: 18px;
  }

  .nq-refresh-art-card strong {
    font-size: 21px;
    line-height: 28px;
  }

  .nq-refresh-art-price b {
    font-size: 38px;
    line-height: 38px;
  }

  .nq-refresh-art-specs {
    grid-template-columns: repeat(2, max-content);
  }

  .nq-refresh-art-specs span:nth-child(3) {
    display: none;
  }

  .nq-refresh-carousel-ui {
    bottom: 18px;
    width: auto;
  }
}

/* home65b: remove synthetic right-side art and let the banner image lead */
.nq-refresh-hero-art {
  display: none !important;
}

.nq-refresh-banner-media {
  opacity: .88;
}

.nq-refresh-banner-media img {
  filter: saturate(1.62) contrast(1.12) brightness(1.02);
  object-position: center right;
}

.nq-refresh-slide::before {
  background: linear-gradient(90deg, rgba(248, 251, 255, .99) 0%, rgba(248, 251, 255, .96) 36%, rgba(248, 251, 255, .38) 62%, rgba(248, 251, 255, .02) 100%);
}

.nq-refresh-hero::after {
  display: none;
}

/* home70: smoother animated WebP pass + tighter hero spacing */
.nq-refresh-hero,
.nq-refresh-slides,
.nq-refresh-slide {
  min-height: 580px;
}

.nq-refresh-slide {
  height: 580px;
}

.nq-refresh-banner-content {
  padding-top: 18px;
  padding-bottom: 72px;
}

.nq-refresh-kicker {
  margin-bottom: 0;
}

.nq-refresh-banner-content h1 {
  margin-top: 14px;
}

.nq-refresh-banner-content p {
  margin-top: 16px;
}

.nq-refresh-hero-actions {
  margin-top: 22px;
}

.nq-refresh-hero-stats {
  margin-top: 22px;
  gap: 24px;
}

.nq-refresh-carousel-ui {
  bottom: 34px;
}

.nq-refresh-banner-card-section {
  margin-top: -56px;
}

@media (max-width: 980px) {
  .nq-refresh-hero,
  .nq-refresh-slides,
  .nq-refresh-slide {
    min-height: 660px;
    height: 660px;
  }

  .nq-refresh-banner-content {
    padding-bottom: 96px;
  }

  .nq-refresh-banner-card-section {
    margin-top: -36px;
  }
}

@media (max-width: 640px) {
  .nq-refresh-hero,
  .nq-refresh-slides,
  .nq-refresh-slide {
    min-height: 640px;
    height: 640px;
  }

  .nq-refresh-banner-content {
    padding-top: 28px;
    padding-bottom: 84px;
  }

  .nq-refresh-hero-stats {
    margin-top: 18px;
  }

  .nq-refresh-carousel-ui {
    bottom: 16px;
  }
}

.nq-home-refresh {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: var(--nq-refresh-ink);
}

.nq-home-refresh * {
  box-sizing: border-box;
}

.nq-home-refresh a {
  color: inherit;
  text-decoration: none;
}

.nq-home-refresh button {
  font: inherit;
}

.nq-refresh-container {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.nq-refresh-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: #eef6ff;
}

.nq-refresh-slides {
  position: relative;
  min-height: 500px;
}

.nq-refresh-slide {
  position: absolute;
  inset: 0;
  height: 500px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transition: opacity .34s ease;
}

.nq-refresh-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nq-refresh-hero[data-nq-home-carousel] {
  background-image: none !important;
}

.nq-refresh-slide[aria-hidden="true"],
.nq-refresh-slide[aria-hidden="true"] .nq-refresh-banner-media {
  visibility: hidden !important;
  pointer-events: none !important;
}

.nq-refresh-banner-media,
.nq-refresh-banner-media img,
.nq-refresh-banner-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nq-refresh-banner-media img,
.nq-refresh-banner-media video {
  display: block;
  object-fit: cover;
  object-position: center;
}

.nq-refresh-banner-media img {
  z-index: 1;
}

.nq-refresh-banner-media video {
  z-index: 2;
}

.nq-refresh-banner-content {
  position: relative;
  z-index: 4;
  width: min(1180px, calc(100vw - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 58px;
  color: var(--nq-refresh-ink);
}

.nq-refresh-banner-content h1 {
  width: min(620px, 55vw);
  margin: 0;
  color: var(--nq-refresh-ink);
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.nq-refresh-banner-content p {
  width: min(660px, 58vw);
  margin: 24px 0 0;
  color: #344054;
  font-size: 15px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nq-refresh-banner-btn {
  margin-top: 28px;
  min-width: 220px;
  height: 46px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #176bff, #0f55e8);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 0 22px;
  font-weight: 800;
  box-shadow: 0 15px 32px rgba(23,107,255,.22);
}

.nq-refresh-carousel-ui {
  position: absolute;
  left: max(24px, calc((100vw - 1180px) / 2));
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 30px;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.nq-refresh-banner-page {
  position: relative;
  width: 100%;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #344054;
  cursor: pointer;
  overflow: visible;
}

.nq-refresh-banner-page::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(52,64,84,.24);
}

.nq-refresh-banner-page:focus-visible {
  outline: 2px solid rgba(23,107,255,.42);
  outline-offset: 6px;
}

.nq-refresh-banner-page span {
  position: absolute;
  left: 0;
  bottom: 12px;
  max-width: 100%;
  padding: 4px 12px;
  border-radius: 999px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #344054;
  font-size: 14px;
}

.nq-refresh-banner-page.is-active span {
  color: var(--nq-refresh-ink);
  font-weight: 700;
}

.nq-refresh-banner-page::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--nq-refresh-ink);
}

.nq-refresh-banner-page.is-active::after {
  animation: nq-refresh-banner-progress 5.2s linear forwards;
}

@keyframes nq-refresh-banner-progress {
  from { width: 0; }
  to { width: 100%; }
}

.nq-refresh-banner-card-section {
  position: relative;
  z-index: 4;
  background: #fff;
  border-bottom: 1px solid #edf2f7;
  box-shadow: 0 14px 44px rgba(33,72,119,.06);
}

.nq-refresh-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nq-refresh-quick {
  height: 118px;
  border-left: 1px solid #edf2f7;
  background: #fff;
  padding: 22px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.nq-refresh-quick:first-child {
  border-left: 0;
}

.nq-refresh-quick-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef6ff;
  color: var(--nq-refresh-blue);
}

.nq-refresh-quick-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.nq-refresh-quick b {
  display: block;
  font-size: 17px;
  line-height: 22px;
}

.nq-refresh-quick span {
  display: block;
  margin-top: 8px;
  color: var(--nq-refresh-muted);
  font-size: 13px;
  line-height: 18px;
}

.nq-refresh-section {
  padding: 76px 0;
}

.nq-refresh-section.is-soft {
  background: var(--nq-refresh-soft);
}

.nq-refresh-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.nq-refresh-section-title h2 {
  margin: 0;
  color: var(--nq-refresh-ink);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
}

.nq-refresh-section-title p {
  margin: 10px 0 0;
  color: var(--nq-refresh-muted);
  font-size: 15px;
  line-height: 26px;
}

.nq-refresh-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nq-refresh-tabs span {
  padding: 9px 14px;
  border-radius: 6px;
  background: #eef2f7;
  color: #475467;
  font-size: 13px;
}

.nq-refresh-tabs span.is-active {
  background: var(--nq-refresh-blue);
  color: #fff;
}

.nq-refresh-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nq-refresh-product {
  min-height: 218px;
  border: 1px solid #e7eef6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(34,82,130,.06);
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.nq-refresh-product::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 110px;
  height: 110px;
  background: linear-gradient(135deg, #e9f4ff, #fff);
  transform: rotate(45deg);
}

.nq-refresh-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  background: #edf7ff;
  color: var(--nq-refresh-blue);
  font-size: 12px;
  font-weight: 850;
}

.nq-refresh-product h3 {
  position: relative;
  z-index: 1;
  margin: 18px 0 10px;
  color: var(--nq-refresh-ink);
  font-size: 20px;
  line-height: 26px;
}

.nq-refresh-product p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--nq-refresh-muted);
  font-size: 13px;
  line-height: 22px;
}

.nq-refresh-product-footer {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nq-refresh-price {
  color: var(--nq-refresh-danger);
  font-size: 24px;
  font-weight: 950;
}

.nq-refresh-price small {
  color: var(--nq-refresh-muted);
  font-size: 12px;
  font-weight: 500;
}

.nq-refresh-mini-btn {
  height: 32px;
  padding: 0 13px;
  border-radius: 5px;
  background: var(--nq-refresh-blue);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
}

.nq-refresh-mini-btn:hover,
.nq-refresh-mini-btn:focus {
  color: #fff !important;
}

.nq-refresh-why-grid,
.nq-refresh-solution-grid,
.nq-refresh-news-grid {
  display: grid;
  gap: 22px;
}

.nq-refresh-why-grid {
  grid-template-columns: 1.1fr .9fr;
}

.nq-refresh-solution-grid {
  grid-template-columns: 1.15fr .85fr;
}

.nq-refresh-news-grid {
  grid-template-columns: .95fr 1.05fr;
}

.nq-refresh-why-main,
.nq-refresh-solution-feature,
.nq-refresh-news-feature {
  min-height: 280px;
  border-radius: 10px;
  color: #fff;
  padding: 36px;
  position: relative;
  overflow: hidden;
}

.nq-refresh-why-main {
  background: linear-gradient(135deg, #10243f, var(--nq-refresh-blue));
}

.nq-refresh-why-main::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(52,211,153,.2);
}

.nq-refresh-solution-feature {
  min-height: 360px;
  padding: 38px;
  background: #071526;
}

.nq-refresh-solution-feature::before {
  content: "";
  position: absolute;
  right: -80px;
  top: 40px;
  width: 420px;
  height: 260px;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 26px);
  transform: rotate(-9deg);
  border-radius: 20px;
}

.nq-refresh-solution-feature.has-diy-art::before {
  right: 34px;
  top: 34px;
  width: 240px;
  height: calc(100% - 68px);
  border-radius: 8px;
  background: var(--nq-diy-art-image) center / cover no-repeat;
  transform: none;
  opacity: .88;
  box-shadow: 0 22px 56px rgba(0, 0, 0, .22);
}

.nq-refresh-solution-feature.no-diy-art::before {
  display: none;
}

.nq-refresh-news-feature {
  min-height: 270px;
  padding: 34px;
  background: linear-gradient(135deg, var(--nq-refresh-blue), var(--nq-refresh-blue-deep));
}

.nq-refresh-news-feature::after {
  content: "";
  position: absolute;
  right: 32px;
  bottom: 30px;
  width: 154px;
  height: 116px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.15);
}

.nq-refresh-news-feature.no-diy-art::after {
  display: none;
}

.nq-refresh-news-feature.has-diy-art::after {
  right: 32px;
  bottom: 30px;
  width: 154px;
  height: 116px;
  border: 0;
  border-radius: 8px;
  background: var(--nq-diy-art-image) center / cover no-repeat;
  box-shadow: 0 20px 52px rgba(10, 40, 90, .22);
}

.nq-refresh-why-main h3,
.nq-refresh-solution-feature h3,
.nq-refresh-news-feature h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
}

.nq-refresh-why-main p,
.nq-refresh-solution-feature p,
.nq-refresh-news-feature p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 560px;
  color: #dbeafe;
  line-height: 28px;
}

.nq-refresh-solution-feature p {
  max-width: 520px;
  color: #c9d7ea;
}

.nq-refresh-checks,
.nq-refresh-solution-list {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.nq-refresh-solution-list {
  margin-top: 28px;
}

.nq-refresh-checks span,
.nq-refresh-solution-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f8fbff;
  font-size: 14px;
}

.nq-refresh-solution-list span {
  color: #eff6ff;
}

.nq-refresh-checks span::before,
.nq-refresh-solution-list span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nq-refresh-green);
  flex: none;
}

.nq-refresh-solution-list span::before {
  background: var(--nq-refresh-cyan);
}

.nq-refresh-why-side,
.nq-refresh-solution-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nq-refresh-solution-cards {
  gap: 16px;
}

.nq-refresh-why-card,
.nq-refresh-solution-card,
.nq-diy-feature-card,
.nq-diy-solution-card {
  background: #fff;
  border: 1px solid #e7eef6;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(34,82,130,.05);
}

.nq-diy-feature-card,
.nq-diy-solution-card {
  min-height: 128px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--nq-refresh-ink);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.nq-diy-feature-card:hover,
.nq-diy-solution-card:hover {
  transform: translateY(-2px);
  border-color: rgba(23,107,255,.22);
  box-shadow: 0 18px 38px rgba(34,82,130,.10);
}

.nq-refresh-solution-card,
.nq-diy-solution-card {
  min-height: 172px;
  padding: 24px;
}

.nq-refresh-why-card b,
.nq-refresh-solution-card b,
.nq-diy-feature-card strong,
.nq-diy-solution-card strong {
  display: block;
  color: var(--nq-refresh-ink);
  font-size: 18px;
  line-height: 25px;
}

.nq-refresh-solution-card b,
.nq-diy-solution-card strong {
  color: var(--nq-refresh-ink);
  font-size: 19px;
}

.nq-refresh-why-card b,
.nq-refresh-news-item b {
  color: var(--nq-refresh-ink);
}

.nq-refresh-why-card span,
.nq-refresh-solution-card span,
.nq-diy-feature-card em,
.nq-diy-solution-card em {
  display: block;
  margin-top: 10px;
  color: var(--nq-refresh-muted);
  font-size: 13px;
  line-height: 21px;
  font-style: normal;
}

.nq-refresh-solution-card span,
.nq-diy-solution-card em {
  margin-top: 11px;
  line-height: 22px;
}

.nq-diy-feature-card > i,
.nq-diy-solution-card > i,
.nq-diy-feature-card > .nq-diy-icon-text,
.nq-diy-solution-card > .nq-diy-icon-text {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(23,107,255,.10);
  color: #176bff;
  font-size: 20px;
  line-height: 1;
}

.nq-diy-solution-card > i,
.nq-diy-solution-card > .nq-diy-icon-text {
  background: rgba(20,184,166,.12);
  color: #0f9f8f;
}

.nq-diy-feature-card > img,
.nq-diy-solution-card > img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
  border-radius: 8px;
}

.nq-diy-feature-card > span,
.nq-diy-solution-card > span {
  display: block;
  min-width: 0;
}

.nq-refresh-news-list {
  border: 1px solid #e7eef6;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.nq-refresh-news-item {
  min-height: 68px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid #edf2f7;
}

.nq-refresh-news-item:last-child {
  border-bottom: 0;
}

.nq-refresh-news-item b {
  font-size: 15px;
}

.nq-refresh-news-item span {
  color: #98a2b3;
  font-size: 13px;
  white-space: nowrap;
}

.nq-refresh-footer-cta {
  padding: 64px 0;
  color: #fff;
  background: linear-gradient(135deg, #176bff, #0f3c84);
  position: relative;
  overflow: hidden;
}

.nq-refresh-footer-cta::after {
  content: "";
  position: absolute;
  right: 10%;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(56,189,248,.18);
}

.nq-refresh-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.nq-refresh-cta-inner h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 42px;
}

.nq-refresh-cta-inner p {
  margin: 12px 0 0;
  color: #dbeafe;
  line-height: 26px;
}

.nq-refresh-cta-btn {
  height: 46px;
  padding: 0 24px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  font-weight: 850;
  white-space: nowrap;
}

.nq-footer.nq-refresh-footer {
  background: var(--nq-refresh-footer);
  color: #d8e1ee;
}

.nq-refresh-footer .nq-footer-container {
  width: min(1440px, calc(100vw - 64px));
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.nq-refresh-footer .nq-footer-content {
  grid-template-columns: minmax(260px, .9fr) minmax(520px, 2.1fr) minmax(220px, .7fr);
  gap: 48px;
  align-items: start;
}

.nq-refresh-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 34px;
  min-width: 0;
}

.nq-refresh-footer .nq-footer-brand-text b {
  display: block;
  color: #fff;
  font-size: 24px;
}

.nq-refresh-footer .nq-footer-brand-text p {
  margin: 14px 0 0;
  max-width: 360px;
  color: #a7b5c8;
  font-size: 13px;
  line-height: 24px;
}

.nq-refresh-footer .nq-footer-contact-section {
  min-width: 0;
}

.nq-refresh-footer .nq-footer-section h4 {
  color: #fff;
}

.nq-refresh-footer .nq-footer-link,
.nq-refresh-footer .nq-footer-contact-item,
.nq-refresh-footer .nq-contact-label,
.nq-refresh-footer .nq-contact-content {
  color: #a7b5c8;
}

.nq-refresh-footer .nq-footer-bottom,
.nq-refresh-footer .nq-footer-copyright,
.nq-refresh-footer .nq-footer-copyright p,
.nq-refresh-footer .nq-footer-links-bottom a,
.nq-refresh-footer .nq-footer-record-text {
  color: #8290a4;
}

.nq-refresh-empty {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #d8e3ef;
  border-radius: 8px;
  color: #98a2b3;
  background: #fff;
}

.nq-home-refresh .nq-refresh-cta-btn {
  color: #000;
}

@media (max-width: 980px) {
  .nq-refresh-quick-grid,
  .nq-refresh-product-grid,
  .nq-refresh-why-grid,
  .nq-refresh-solution-grid,
  .nq-refresh-news-grid,
  .nq-refresh-footer .nq-footer-content,
  .nq-refresh-footer-columns {
    grid-template-columns: 1fr;
  }

  .nq-refresh-why-side,
  .nq-refresh-solution-cards {
    grid-template-columns: 1fr;
  }

  .nq-refresh-section-head,
  .nq-refresh-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .nq-refresh-footer .nq-footer-content {
    display: grid;
  }
}

@media (max-width: 640px) {
  .nq-refresh-hero,
  .nq-refresh-slides {
    min-height: clamp(430px, calc(100svh - 60px), 560px);
  }

  .nq-refresh-slide {
    height: auto;
    min-height: clamp(430px, calc(100svh - 60px), 560px);
  }

  .nq-refresh-container,
  .nq-refresh-banner-content {
    width: min(100% - 28px, 1180px);
  }

  .nq-refresh-banner-content {
    padding-bottom: 118px;
  }

  .nq-refresh-banner-content h1,
  .nq-refresh-banner-content p {
    width: 100%;
  }

  .nq-refresh-banner-content h1 {
    font-size: 30px;
  }

  .nq-refresh-carousel-ui {
    bottom: 18px;
    display: flex;
    gap: 8px;
    grid-template-columns: none;
    left: 14px;
    overflow-x: auto;
    padding-bottom: 2px;
    right: 14px;
    scrollbar-width: none;
  }

  .nq-refresh-carousel-ui::-webkit-scrollbar {
    display: none;
  }

  .nq-refresh-carousel-ui .nq-refresh-carousel-item {
    flex: 0 0 170px;
    min-width: 170px;
  }

  .nq-refresh-quick {
    border-left: 0;
    border-top: 1px solid #edf2f7;
  }
}

/* 2026 homepage redesign */
.nq-home-refresh {
  background:
    radial-gradient(circle at 15% 0, rgba(44, 123, 255, .10), transparent 28rem),
    radial-gradient(circle at 86% 8%, rgba(20, 184, 166, .10), transparent 30rem),
    #ffffff;
}

.nq-refresh-hero {
  min-height: 660px;
  background:
    linear-gradient(115deg, rgba(246, 250, 255, .98) 0%, rgba(239, 247, 255, .94) 48%, rgba(229, 250, 246, .92) 100%),
    #f6fbff;
  isolation: isolate;
}

.nq-refresh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(16, 24, 40, .05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(16, 24, 40, .04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .62), transparent 76%);
  pointer-events: none;
}

.nq-refresh-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 72px;
  z-index: 1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 123, 255, .18), rgba(20, 184, 166, .08) 45%, transparent 70%);
  pointer-events: none;
}

.nq-refresh-slides,
.nq-refresh-slide {
  min-height: 660px;
}

.nq-refresh-slide {
  height: 660px;
}

.nq-refresh-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(246, 250, 255, .96) 0%, rgba(246, 250, 255, .88) 44%, rgba(246, 250, 255, .28) 78%, rgba(246, 250, 255, .50) 100%);
  pointer-events: none;
}

.nq-refresh-slide[data-theme="promo"] {
  background:
    linear-gradient(115deg, rgba(255, 248, 240, .74), rgba(239, 247, 255, .92) 42%, rgba(229, 250, 246, .88));
}

.nq-refresh-slide[data-theme="network"] {
  background:
    linear-gradient(115deg, rgba(242, 247, 255, .86), rgba(235, 248, 255, .94) 50%, rgba(236, 253, 245, .84));
}

.nq-refresh-slide[data-theme="cdn"] {
  background:
    linear-gradient(115deg, rgba(246, 250, 255, .92), rgba(230, 247, 255, .94) 48%, rgba(232, 252, 248, .90));
}

.nq-refresh-slide[data-theme="support"] {
  background:
    linear-gradient(115deg, rgba(247, 250, 252, .94), rgba(238, 246, 255, .94) 46%, rgba(255, 247, 237, .68));
}

.nq-refresh-banner-media {
  opacity: .18;
  mix-blend-mode: multiply;
}

.nq-refresh-banner-media video {
  display: none;
}

.nq-refresh-banner-media img {
  filter: saturate(.84) contrast(.95);
}

.nq-refresh-banner-content {
  z-index: 5;
  justify-content: center;
  padding-top: 36px;
  padding-bottom: 118px;
  width: min(1180px, calc(100vw - 72px));
}

.nq-refresh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(23, 107, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #1451c8;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 10px 28px rgba(47, 84, 140, .08);
}

.nq-refresh-kicker i {
  color: #f59e0b;
  font-size: 16px;
}

.nq-refresh-banner-content h1 {
  width: 610px;
  margin-top: 18px;
  color: #0b1f3a;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
}

.nq-refresh-slide[data-theme="promo"] .nq-refresh-kicker i {
  color: #ff6b35;
}

.nq-refresh-slide[data-theme="promo"] .nq-refresh-banner-btn {
  background: linear-gradient(135deg, #176bff, #ff6b35);
}

.nq-refresh-slide[data-theme="support"] .nq-refresh-banner-btn {
  background: linear-gradient(135deg, #12396c, #176bff);
}

.nq-refresh-banner-content p {
  width: 590px;
  margin-top: 20px;
  color: #475467;
  font-size: 17px;
  line-height: 30px;
  -webkit-line-clamp: 3;
}

.nq-refresh-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.nq-refresh-banner-btn {
  margin-top: 0;
  min-width: 168px;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(135deg, #176bff, #12b3a8);
  justify-content: center;
  box-shadow: 0 18px 36px rgba(23, 107, 255, .24);
}

.nq-refresh-banner-link {
  height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(23, 107, 255, .20);
  border-radius: 6px;
  background: rgba(255, 255, 255, .76);
  color: #16335f !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 850;
}

.nq-refresh-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 18px;
  margin-top: 30px;
  color: #5d6b82;
}

.nq-refresh-hero-stats span {
  display: grid;
  gap: 4px;
  min-width: 98px;
}

.nq-refresh-hero-stats b {
  color: #0b1f3a;
  font-size: 24px;
  line-height: 28px;
}

.nq-refresh-hero-art {
  position: absolute;
  z-index: 4;
  left: max(50%, calc(50% + 80px));
  top: 88px;
  width: min(540px, 40vw);
  height: 438px;
  pointer-events: none;
  will-change: transform;
}

.nq-refresh-hero-art::before {
  content: "";
  position: absolute;
  inset: 22px 0 0 34px;
  border-radius: 42px 8px 60px 8px;
  background:
    linear-gradient(135deg, rgba(23, 107, 255, .92), rgba(18, 179, 168, .86) 58%, rgba(255, 107, 53, .78)),
    #176bff;
  box-shadow: 0 42px 90px rgba(23, 107, 255, .24);
  transform: skewX(-8deg);
}

.nq-refresh-hero-art::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  width: 156px;
  height: 156px;
  border: 28px solid rgba(255, 255, 255, .70);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(23, 107, 255, .14);
}

.nq-refresh-art-ribbon {
  position: absolute;
  left: 2px;
  right: 38px;
  bottom: 44px;
  height: 84px;
  border-radius: 8px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .28) 0 18px, rgba(255, 255, 255, 0) 18px 44px),
    linear-gradient(90deg, rgba(23, 107, 255, .18), rgba(20, 184, 166, .16));
  transform: skewX(-14deg);
}

.nq-refresh-art-card {
  position: absolute;
  left: 44px;
  top: 70px;
  z-index: 2;
  width: 330px;
  min-height: 248px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 8px;
  background: rgba(255, 255, 255, .90);
  box-shadow: 0 26px 64px rgba(12, 42, 82, .16);
  backdrop-filter: blur(16px);
}

.nq-refresh-art-label {
  display: inline-flex;
  max-width: 100%;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 107, 53, .10);
  color: #e05122;
  align-items: center;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.nq-refresh-art-card strong {
  display: block;
  margin-top: 16px;
  color: #0b1f3a;
  font-size: 28px;
  line-height: 36px;
  font-weight: 950;
}

.nq-refresh-art-price {
  margin-top: 18px;
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  gap: 8px;
  color: #ff5c35;
}

.nq-refresh-art-price b {
  font-size: 58px;
  line-height: 58px;
  font-weight: 950;
}

.nq-refresh-art-price span {
  align-self: end;
  padding-bottom: 9px;
  color: #475467;
  font-weight: 850;
}

.nq-refresh-art-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.nq-refresh-art-tags em,
.nq-refresh-art-chip {
  border: 1px solid rgba(23, 107, 255, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: #12396c;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.nq-refresh-art-tags em {
  padding: 6px 10px;
}

.nq-refresh-art-chip {
  position: absolute;
  z-index: 3;
  min-height: 34px;
  padding: 8px 12px;
  box-shadow: 0 14px 30px rgba(31, 72, 128, .13);
  will-change: transform;
}

.nq-refresh-art-chip.chip-a {
  right: 48px;
  top: 82px;
}

.nq-refresh-art-chip.chip-b {
  right: 12px;
  top: 206px;
}

.nq-refresh-art-chip.chip-c {
  left: 22px;
  bottom: 86px;
}

.nq-refresh-slide[data-theme="network"] .nq-refresh-hero-art::before {
  background: linear-gradient(135deg, #176bff, #38bdf8 58%, #10b981);
}

.nq-refresh-slide[data-theme="cdn"] .nq-refresh-hero-art::before {
  background: linear-gradient(135deg, #0ea5e9, #12b3a8 58%, #176bff);
}

.nq-refresh-slide[data-theme="support"] .nq-refresh-hero-art::before {
  background: linear-gradient(135deg, #12396c, #176bff 56%, #f59e0b);
}

.nq-refresh-carousel-ui {
  bottom: 38px;
  gap: 16px;
}

.nq-refresh-banner-page {
  height: 62px;
}

.nq-refresh-banner-page span {
  bottom: 17px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .66);
  color: #344054;
}

.nq-refresh-banner-page.is-active span {
  background: #fff;
  color: #0b1f3a;
  box-shadow: 0 10px 22px rgba(31, 72, 128, .10);
}

.nq-refresh-carousel-nav {
  position: absolute;
  left: max(18px, calc((100vw - 1330px) / 2));
  right: max(18px, calc((100vw - 1330px) / 2));
  top: 50%;
  z-index: 8;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.nq-refresh-carousel-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(23, 107, 255, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .82);
  color: #176bff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(31, 72, 128, .14);
  pointer-events: auto;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.nq-refresh-carousel-arrow i {
  font-size: 26px;
  line-height: 1;
}

.nq-refresh-carousel-arrow:hover,
.nq-refresh-carousel-arrow:focus-visible {
  background: #176bff;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(23, 107, 255, .22);
}

.nq-refresh-banner-card-section {
  margin-top: -42px;
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
}

.nq-refresh-quick-grid {
  position: relative;
  z-index: 5;
  gap: 14px;
}

.nq-refresh-quick {
  height: 126px;
  border: 1px solid #e7eef6;
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(34, 82, 130, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.nq-refresh-quick:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 107, 255, .28);
  box-shadow: 0 24px 52px rgba(34, 82, 130, .12);
}

.nq-refresh-quick-icon {
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(23, 107, 255, .11), rgba(20, 184, 166, .12));
}

.nq-refresh-section {
  padding: 82px 0;
}

.nq-refresh-section.is-soft {
  background:
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.nq-refresh-section-title h2 {
  font-size: 34px;
}

.nq-refresh-section-title p {
  max-width: 720px;
}

.nq-refresh-product {
  border-radius: 8px;
  min-height: 238px;
  box-shadow: 0 18px 44px rgba(34, 82, 130, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.nq-refresh-product:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 107, 255, .26);
  box-shadow: 0 26px 60px rgba(34, 82, 130, .12);
}

.nq-refresh-product::after {
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(23, 107, 255, .10), rgba(20, 184, 166, .08));
}

.nq-refresh-tag {
  border-radius: 6px;
  background: rgba(23, 107, 255, .10);
}

.nq-refresh-price {
  color: #ff5c35;
}

.nq-refresh-mini-btn {
  border-radius: 6px;
  background: #176bff;
}

.nq-refresh-why-main {
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 78%, rgba(255, 184, 77, .20), transparent 190px),
    linear-gradient(135deg, #12396c, #176bff 56%, #12b3a8);
}

.nq-refresh-solution-feature {
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 24%, rgba(20, 184, 166, .22), transparent 180px),
    #081829;
}

.nq-refresh-news-feature {
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 78%, rgba(251, 191, 36, .24), transparent 180px),
    linear-gradient(135deg, #176bff, #12396c);
}

.nq-refresh-why-card,
.nq-refresh-solution-card,
.nq-refresh-news-list {
  border-radius: 8px;
}

.nq-refresh-footer-cta {
  background:
    radial-gradient(circle at 82% 20%, rgba(20, 184, 166, .22), transparent 250px),
    linear-gradient(135deg, #12396c, #176bff);
}

@media (max-width: 1180px) {
  .nq-refresh-banner-content h1 {
    width: 520px;
    font-size: 44px;
  }

  .nq-refresh-banner-content p {
    width: 500px;
  }

  .nq-refresh-hero-art {
    left: auto;
    right: 34px;
    width: 430px;
  }
}

@media (max-width: 980px) {
  .nq-refresh-hero,
  .nq-refresh-slides,
  .nq-refresh-slide {
    min-height: 720px;
    height: 720px;
  }

  .nq-refresh-banner-content {
    padding-top: 42px;
    padding-bottom: 300px;
  }

  .nq-refresh-banner-content h1,
  .nq-refresh-banner-content p {
    width: min(640px, 100%);
  }

  .nq-refresh-banner-content h1 {
    font-size: 38px;
  }

  .nq-refresh-hero-art {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 92px;
    width: auto;
    height: 250px;
  }

  .nq-refresh-art-card {
    left: 34px;
    top: 24px;
    width: 300px;
    min-height: 206px;
    padding: 22px;
  }

  .nq-refresh-art-card strong {
    font-size: 24px;
    line-height: 31px;
  }

  .nq-refresh-art-price b {
    font-size: 46px;
    line-height: 48px;
  }

  .nq-refresh-carousel-nav {
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 174px;
    transform: none;
  }

  .nq-refresh-quick-grid,
  .nq-refresh-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .nq-refresh-hero,
  .nq-refresh-slides,
  .nq-refresh-slide {
    min-height: 720px;
    height: 720px;
  }

  .nq-refresh-banner-content {
    width: min(100% - 28px, 1180px);
    padding-top: 34px;
    padding-bottom: 280px;
  }

  .nq-refresh-banner-content h1 {
    font-size: 30px;
    line-height: 1.18;
  }

  .nq-refresh-banner-content p {
    font-size: 15px;
    line-height: 25px;
  }

  .nq-refresh-hero-actions {
    gap: 10px;
  }

  .nq-refresh-banner-btn,
  .nq-refresh-banner-link {
    width: 100%;
    min-width: 0;
  }

  .nq-refresh-hero-stats {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .nq-refresh-hero-stats span:last-child {
    grid-column: 1 / -1;
  }

  .nq-refresh-hero-art {
    left: 14px;
    right: 14px;
    bottom: 96px;
    height: 222px;
  }

  .nq-refresh-carousel-nav {
    display: none;
  }

  .nq-refresh-art-card {
    left: 16px;
    top: 22px;
    width: min(292px, calc(100% - 70px));
    min-height: 182px;
    padding: 18px;
  }

  .nq-refresh-art-card strong {
    font-size: 22px;
    line-height: 29px;
  }

  .nq-refresh-art-price b {
    font-size: 42px;
    line-height: 42px;
  }

  .nq-refresh-art-tags {
    gap: 6px;
    margin-top: 16px;
  }

  .nq-refresh-art-chip {
    display: none;
  }

  .nq-refresh-carousel-ui {
    bottom: 18px;
  }

  .nq-refresh-banner-page {
    flex: 0 0 138px;
  }

  .nq-refresh-banner-page span {
    max-width: 132px;
  }

  .nq-refresh-quick-grid,
  .nq-refresh-product-grid {
    grid-template-columns: 1fr;
  }

  .nq-refresh-quick {
    height: auto;
    min-height: 112px;
  }

  .nq-refresh-section {
    padding: 56px 0;
  }

  .nq-refresh-section-title h2 {
    font-size: 26px;
  }

  .nq-refresh-cta-inner h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

/* home65 final carousel overrides */
.nq-refresh-hero {
  min-height: 640px;
  background: linear-gradient(90deg, #f7faff 0%, #eef4ff 46%, #dceaff 100%), #eef4ff;
}

.nq-refresh-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 86, 255, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 86, 255, .06) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .34), transparent 68%);
}

.nq-refresh-hero::after {
  right: -120px;
  top: 86px;
  width: 760px;
  height: 360px;
  border-radius: 0;
  background: linear-gradient(115deg, rgba(0, 86, 255, .20), rgba(0, 86, 255, .05) 62%, transparent);
  transform: skewX(-18deg);
}

.nq-refresh-slides,
.nq-refresh-slide {
  min-height: 640px;
}

.nq-refresh-slide {
  height: 640px;
}

.nq-refresh-slide::before {
  background: linear-gradient(90deg, rgba(248, 251, 255, .98) 0%, rgba(248, 251, 255, .94) 40%, rgba(248, 251, 255, .42) 68%, rgba(248, 251, 255, .06) 100%);
}

.nq-refresh-slide[data-theme="promo"],
.nq-refresh-slide[data-theme="network"],
.nq-refresh-slide[data-theme="cdn"],
.nq-refresh-slide[data-theme="support"] {
  background: #eef4ff;
}

.nq-refresh-banner-media {
  opacity: .58;
  mix-blend-mode: normal;
}

.nq-refresh-banner-media img {
  filter: saturate(1.42) contrast(1.08);
  object-position: center right;
}

.nq-refresh-banner-content {
  padding-top: 30px;
  padding-bottom: 120px;
}

.nq-refresh-kicker {
  min-height: 30px;
  padding: 0 12px;
  border-color: rgba(0, 86, 255, .20);
  border-radius: 4px;
  background: rgba(255, 255, 255, .84);
  color: #0056ff;
  box-shadow: none;
}

.nq-refresh-kicker i {
  display: none;
}

.nq-refresh-banner-content h1 {
  width: 640px;
  margin-top: 18px;
  color: #101828;
  font-size: 50px;
  line-height: 1.12;
  font-weight: 950;
}

.nq-refresh-banner-content p {
  width: 590px;
  color: #4b5565;
  font-size: 16px;
  line-height: 29px;
}

.nq-refresh-banner-btn,
.nq-refresh-slide[data-theme="promo"] .nq-refresh-banner-btn,
.nq-refresh-slide[data-theme="support"] .nq-refresh-banner-btn {
  min-width: 146px;
  height: 46px;
  padding: 0 24px;
  border: 1px solid #0056ff;
  border-radius: 4px;
  background: #0056ff;
  color: #fff;
  justify-content: center;
  gap: 0;
  box-shadow: 0 12px 24px rgba(0, 86, 255, .20);
}

.nq-refresh-banner-btn i,
.nq-refresh-banner-link i {
  display: none;
}

.nq-refresh-banner-btn:hover,
.nq-refresh-banner-btn:focus-visible {
  background: #0047d6;
  border-color: #0047d6;
}

.nq-refresh-banner-link {
  height: 46px;
  padding: 0 22px;
  border: 1px solid #d8e3f7;
  border-radius: 4px;
  background: #fff;
  color: #1d2939 !important;
  gap: 0;
  box-shadow: none;
}

.nq-refresh-banner-link:hover,
.nq-refresh-banner-link:focus-visible {
  border-color: #0056ff;
  color: #0056ff !important;
}

.nq-refresh-hero-art {
  left: max(51%, calc(50% + 86px));
  top: 112px;
  width: min(570px, 40vw);
  height: 340px;
}

.nq-refresh-hero-art::before,
.nq-refresh-hero-art::after,
.nq-refresh-art-ribbon,
.nq-refresh-art-chip {
  display: none;
}

.nq-refresh-art-backdrop {
  position: absolute;
  inset: 34px 0 0 86px;
  background: #0056ff;
  box-shadow: 0 32px 64px rgba(0, 86, 255, .22);
}

.nq-refresh-art-backdrop::before {
  content: "";
  position: absolute;
  left: -58px;
  bottom: 34px;
  width: 420px;
  height: 66px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .26) 0 20px, transparent 20px 44px), #0b73ff;
}

.nq-refresh-art-backdrop::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 150px;
  height: 210px;
  background: #10b7ff;
}

.nq-refresh-art-card {
  left: 22px;
  top: 34px;
  z-index: 2;
  width: 360px;
  min-height: 250px;
  padding: 30px;
  border: 1px solid #e5edfb;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(16, 24, 40, .14);
  backdrop-filter: none;
}

.nq-refresh-art-label {
  min-height: 26px;
  padding: 0 10px;
  border-radius: 3px;
  background: #fff1ed;
  color: #e5481b;
}

.nq-refresh-art-price {
  margin-top: 16px;
  color: #ff5a1f;
}

.nq-refresh-art-price b {
  font-size: 62px;
  line-height: 62px;
}

.nq-refresh-art-price span {
  color: #344054;
}

.nq-refresh-art-specs {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 8px;
  margin-top: 22px;
}

.nq-refresh-art-specs span {
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid #d8e3f7;
  border-radius: 3px;
  background: #f8fbff;
  color: #1d4ed8;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.nq-refresh-slide[data-theme="promo"] .nq-refresh-art-backdrop::after {
  background: #ff6b35;
}

.nq-refresh-slide[data-theme="network"] .nq-refresh-art-backdrop {
  background: #0069ff;
}

.nq-refresh-slide[data-theme="network"] .nq-refresh-art-backdrop::after {
  background: #13b7ff;
}

.nq-refresh-slide[data-theme="cdn"] .nq-refresh-art-backdrop {
  background: #0087ff;
}

.nq-refresh-slide[data-theme="cdn"] .nq-refresh-art-backdrop::after {
  background: #00b894;
}

.nq-refresh-slide[data-theme="support"] .nq-refresh-art-backdrop {
  background: #12396c;
}

.nq-refresh-carousel-nav,
.nq-refresh-carousel-arrow {
  display: none !important;
}

.nq-refresh-carousel-ui {
  bottom: 46px;
  left: max(24px, calc((100vw - 1180px) / 2));
  right: auto;
  width: 320px;
  display: flex;
  gap: 14px;
}

.nq-refresh-banner-page {
  width: 54px;
  height: 18px;
  flex: 0 0 54px;
}

.nq-refresh-banner-page::before,
.nq-refresh-banner-page.is-active::before {
  height: 3px;
}

.nq-refresh-banner-page::before {
  background: rgba(16, 24, 40, .16);
}

.nq-refresh-banner-page.is-active::before {
  background: #0056ff;
}

.nq-refresh-banner-page span {
  display: none;
}

@media (max-width: 980px) {
  .nq-refresh-hero,
  .nq-refresh-slides,
  .nq-refresh-slide {
    min-height: 700px;
    height: 700px;
  }

  .nq-refresh-banner-content {
    padding-bottom: 280px;
  }

  .nq-refresh-hero-art {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 92px;
    width: auto;
    height: 220px;
  }

  .nq-refresh-art-card {
    left: 24px;
    top: 18px;
    width: min(330px, calc(100% - 82px));
    min-height: 184px;
    padding: 20px;
  }

  .nq-refresh-art-backdrop {
    inset: 42px 10px 0 96px;
  }
}

@media (max-width: 640px) {
  .nq-refresh-hero,
  .nq-refresh-slides,
  .nq-refresh-slide {
    min-height: 700px;
    height: 700px;
  }

  .nq-refresh-banner-content h1,
  .nq-refresh-banner-content p {
    width: 100%;
  }

  .nq-refresh-banner-content h1 {
    font-size: 30px;
  }

  .nq-refresh-hero-art {
    left: 14px;
    right: 14px;
    bottom: 88px;
    height: 204px;
  }

  .nq-refresh-art-card {
    left: 12px;
    width: min(290px, calc(100% - 38px));
    min-height: 174px;
    padding: 18px;
  }

  .nq-refresh-art-price b {
    font-size: 38px;
    line-height: 38px;
  }

  .nq-refresh-art-specs {
    grid-template-columns: repeat(2, max-content);
  }

  .nq-refresh-art-specs span:nth-child(3) {
    display: none;
  }

  .nq-refresh-carousel-ui {
    bottom: 18px;
    width: auto;
  }
}

/* home71: final hero tightening after all inherited homepage overrides */
.nq-refresh-hero,
.nq-refresh-slides,
.nq-refresh-slide {
  min-height: 560px;
  height: 560px;
}

.nq-refresh-slide {
  overflow: hidden;
}

.nq-refresh-banner-media img {
  filter: saturate(1.55) contrast(1.1);
}

.nq-refresh-banner-content {
  justify-content: center;
  padding-top: 18px;
  padding-bottom: 58px;
}

.nq-refresh-banner-content h1 {
  margin-top: 14px;
}

.nq-refresh-banner-content p {
  margin-top: 14px;
}

.nq-refresh-hero-actions {
  margin-top: 20px;
}

.nq-refresh-hero-stats {
  margin-top: 18px;
  gap: 16px;
}

.nq-refresh-carousel-ui {
  bottom: 82px;
}

.nq-refresh-banner-card-section {
  margin-top: -74px;
}

.nq-refresh-hero-art,
.nq-refresh-art-card,
.nq-refresh-art-backdrop,
.nq-refresh-art-ribbon,
.nq-refresh-art-chip {
  display: none !important;
}

@media (max-width: 980px) {
  .nq-refresh-hero,
  .nq-refresh-slides,
  .nq-refresh-slide {
    min-height: 620px;
    height: 620px;
  }

  .nq-refresh-banner-content {
    padding-top: 24px;
    padding-bottom: 76px;
  }

  .nq-refresh-banner-card-section {
    margin-top: -48px;
  }
}

@media (max-width: 640px) {
  .nq-refresh-hero,
  .nq-refresh-slides,
  .nq-refresh-slide {
    min-height: 600px;
    height: 600px;
  }

  .nq-refresh-banner-content {
    padding-top: 22px;
    padding-bottom: 62px;
  }

  .nq-refresh-hero-actions,
  .nq-refresh-hero-stats {
    margin-top: 16px;
  }

  .nq-refresh-carousel-ui {
    bottom: 14px;
  }
}

/* home73: make mobile carousel artwork visible without changing text layout */
@media (max-width: 640px) {
  .nq-refresh-banner-media {
    opacity: .86;
  }

  .nq-refresh-banner-media img {
    object-position: center bottom;
    filter: saturate(1.78) contrast(1.14) brightness(1.05);
  }

  .nq-refresh-slide::before {
    background:
      linear-gradient(180deg, rgba(248, 251, 255, .98) 0%, rgba(248, 251, 255, .94) 50%, rgba(248, 251, 255, .58) 74%, rgba(248, 251, 255, .16) 100%),
      linear-gradient(90deg, rgba(248, 251, 255, .94) 0%, rgba(248, 251, 255, .58) 58%, rgba(248, 251, 255, .08) 100%);
  }

  .nq-refresh-carousel-ui {
    bottom: 58px;
  }
}

/* home74: avoid vertical upscaling blur on mobile animated banners */
@media (max-width: 640px) {
  .nq-refresh-banner-media {
    top: auto;
    bottom: 0;
    height: 260px;
    opacity: .94;
  }

  .nq-refresh-banner-media img {
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    filter: saturate(1.68) contrast(1.12) brightness(1.04);
  }

  .nq-refresh-slide::before {
    background:
      linear-gradient(180deg, rgba(248, 251, 255, .99) 0%, rgba(248, 251, 255, .96) 54%, rgba(248, 251, 255, .50) 76%, rgba(248, 251, 255, .10) 100%),
      linear-gradient(90deg, rgba(248, 251, 255, .96) 0%, rgba(248, 251, 255, .62) 58%, rgba(248, 251, 255, .08) 100%);
  }
}

/* mobile: keep the carousel controls inside the viewport */
@media (max-width: 640px) {
  .nq-refresh-carousel-ui {
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    max-width: calc(100vw - 28px);
    box-sizing: border-box;
  }
}
