: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;
}

.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;
  pointer-events: none;
  overflow: hidden;
  transition: opacity .55s ease;
}

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

.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: 1px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(52,64,84,.24);
  color: #344054;
  cursor: pointer;
  overflow: visible;
}

.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;
  top: 0;
  width: 0;
  height: 100%;
  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-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-why-main h3,
.nq-refresh-solution-feature h3,
.nq-refresh-news-feature h3 {
  position: relative;
  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;
  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;
  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 {
  background: #fff;
  border: 1px solid #e7eef6;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(34,82,130,.05);
}

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

.nq-refresh-why-card b,
.nq-refresh-solution-card b {
  font-size: 18px;
}

.nq-refresh-solution-card b {
  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 {
  display: block;
  margin-top: 10px;
  color: var(--nq-refresh-muted);
  font-size: 13px;
  line-height: 21px;
}

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

.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-container,
  .nq-refresh-banner-content {
    width: min(100% - 28px, 1180px);
  }

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

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

  .nq-refresh-carousel-ui {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    bottom: 24px;
  }

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