body.nw-articles-context {
  --nw-article-text: #1b2830;
  --nw-article-copy: #44515a;
  --nw-article-muted: #9aabb4;
  --nw-article-cyan: #2ba8c4;
  --nw-article-cyan-dark: #22869d;
  --nw-article-line: #e6eef2;
  --nw-article-soft: #f3fafc;
}

body.nw-articles-context #content.site-content > .ast-container {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
}

body.nw-articles-context #primary,
body.nw-articles-context .site-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.nw-articles-page,
.nw-article-page {
  overflow: clip;
  color: var(--nw-article-text);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.nw-articles-page *,
.nw-article-page * { box-sizing: border-box; }
.nw-articles-page :where(h1,h2,h3,p,figure),
.nw-article-page :where(h1,h2,h3,p,figure,ul,ol) { margin: 0; }
.nw-articles-page a,
.nw-article-page a { color: inherit; text-decoration: none; }
.nw-articles-page button,
.nw-articles-page input,
.nw-articles-page select,
.nw-article-page button { font: inherit; }
.nw-icon { width: 20px; height: 20px; flex: 0 0 auto; }

.nw-articles-hero,
.nw-articles-catalog,
.nw-article {
  width: calc(100% - 32px);
  max-width: 1280px;
  margin-inline: auto;
}

.nw-articles-hero {
  position: relative;
  display: flex;
  min-height: 238px;
  margin-top: 40px;
  padding: 45px 40px;
  overflow: hidden;
  align-items: center;
  border-radius: 20px;
  background-color: #eef7fa;
  background-image: var(--nw-articles-hero);
  background-position: right 63%;
  background-repeat: no-repeat;
  background-size: 68% auto;
}

.nw-articles-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(241,248,252,.98) 0%, rgba(237,245,251,.92) 38%, rgba(237,245,251,.16) 72%, transparent 100%);
}

.nw-articles-hero__copy { position: relative; z-index: 1; width: min(100%, 570px); }
.nw-articles-hero h1 { color: var(--nw-article-text); font-size: 48px; font-weight: 800; line-height: 55px; letter-spacing: -1px; }
.nw-articles-hero p { max-width: 560px; margin-top: 16px; color: #64727e; font-size: 18px; line-height: 1.45; }

.nw-articles-catalog { padding: 100px 0 104px; }
.nw-articles-heading > p {
  display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
  color: var(--nw-article-cyan-dark); font-size: 13px; font-weight: 700; letter-spacing: 1.3px;
}
.nw-articles-heading > p i { width: 28px; height: 2px; border-radius: 2px; background: var(--nw-article-cyan); }
.nw-articles-heading h2 { color: var(--nw-article-text); font-size: 34px; font-weight: 800; line-height: 38px; letter-spacing: -.5px; }

.nw-articles-toolbar { display: flex; justify-content: space-between; gap: 28px; margin-top: 34px; align-items: center; }
.nw-articles-filters { display: grid; grid-template-columns: 266px 266px 291px; gap: 20px; }
.nw-articles-select,
.nw-articles-search { position: relative; display: flex; height: 50px; align-items: center; border: 1px solid var(--nw-article-line); border-radius: 12px; background: #fff; }
.nw-articles-select select,
.nw-articles-search input { width: 100%; height: 100%; margin: 0; padding: 0 44px 0 18px; border: 0; outline: 0; background: transparent; color: #53606a; font-size: 15px; box-shadow: none; appearance: none; }
.nw-articles-select > .nw-icon { position: absolute; right: 14px; color: var(--nw-article-cyan); pointer-events: none; }
.nw-articles-search input::placeholder { color: #b6c2c9; }
.nw-articles-search button { position: absolute; right: 10px; display: grid; width: 28px; height: 28px; padding: 0; border: 0; border-radius: 50%; place-items: center; background: var(--nw-article-cyan); color: #fff; cursor: pointer; }
.nw-articles-search button .nw-icon { width: 15px; height: 15px; }

.nw-articles-view { display: flex; flex: 0 0 auto; gap: 14px; }
.nw-articles-view button { display: grid; width: 58px; height: 50px; padding: 0; border: 1px solid var(--nw-article-line); border-radius: 3px; place-items: center; background: #fff; color: #8acede; cursor: pointer; }
.nw-articles-view button.is-active { border-color: var(--nw-article-cyan); background: #58bed2; color: #fff; }
.nw-view-icon { display: flex; width: 30px; height: 23px; gap: 3px; }
.nw-view-icon i { flex: 1; border: 1.5px solid currentColor; border-radius: 1px; }
.nw-view-icon--1 { flex-direction: column; justify-content: space-around; }
.nw-view-icon--1 i { width: 100%; height: 2px; flex: none; border-width: 1px 0 0; }

.nw-articles-grid { display: grid; margin-top: 28px; gap: 30px 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); transition: opacity .18s ease; }
.nw-articles-grid.is-loading { opacity: .42; pointer-events: none; }
.nw-article-card { min-width: 0; overflow: hidden; border: 1px solid var(--nw-article-line); border-radius: 20px; background: #fff; box-shadow: 0 2px 8px rgba(28,70,82,.025); }
.nw-article-card__image { position: relative; display: block; height: 283px; overflow: hidden; background: #e9f4f7; }
.nw-article-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.nw-article-card:hover .nw-article-card__image img { transform: scale(1.025); }
.nw-article-card__slider-mark { position: absolute; left: 50%; bottom: 14px; display: flex; gap: 5px; transform: translateX(-50%); }
.nw-article-card__slider-mark i { width: 28px; height: 2px; background: rgba(255,255,255,.55); }
.nw-article-card__slider-mark i:first-child { background: #fff; }
.nw-article-card__body { display: flex; min-height: 227px; padding: 26px 24px 24px; flex-direction: column; align-items: flex-start; }
.nw-article-card h3 { color: var(--nw-article-text); font-size: 23px; font-weight: 800; line-height: 1.3; }
.nw-article-card__excerpt { display: none; margin-top: 12px !important; color: var(--nw-article-copy); font-size: 15px; line-height: 1.55; }
.nw-article-card__tag { display: inline-flex; margin-top: 14px; padding: 4px 10px; border-radius: 999px; background: #f2fbfc; color: var(--nw-article-cyan); font-size: 14px; line-height: 22px; }
.nw-article-card__metrics { display: flex; gap: 16px; margin-top: 14px; color: var(--nw-article-text); }
.nw-article-card__metrics > span,
.nw-article-card__metrics button { display: inline-flex; padding: 0; border: 0; align-items: center; gap: 7px; background: transparent; color: inherit; font-size: 14px; cursor: default; }
.nw-article-card__metrics button { cursor: pointer; }
.nw-article-card__metrics button .nw-icon { padding: 3px; border-radius: 50%; background: var(--nw-article-cyan); color: #fff; }
.nw-article-card__metrics b { font-weight: 500; }
.nw-article-card__metrics button.is-liked { color: var(--nw-article-cyan-dark); }
.nw-article-card__read { display: inline-flex; margin-top: auto; padding-top: 18px; align-items: center; gap: 10px; color: var(--nw-article-cyan); font-size: 16px; font-weight: 700; }
.nw-article-card__read .nw-icon { width: 25px; height: 25px; }

.nw-articles-page[data-view="1"] .nw-articles-grid { grid-template-columns: 1fr; }
.nw-articles-page[data-view="1"] .nw-article-card { display: grid; height: 400px; grid-template-columns: 49.1% 1fr; }
.nw-articles-page[data-view="1"] .nw-article-card__image { height: 400px; }
.nw-articles-page[data-view="1"] .nw-article-card__body { min-height: 400px; padding: 38px 42px; }
.nw-articles-page[data-view="1"] .nw-article-card__excerpt { display: block; }
.nw-articles-page[data-view="2"] .nw-articles-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.nw-articles-page[data-view="2"] .nw-article-card { display: grid; height: 400px; grid-template-columns: 48.25% 1fr; }
.nw-articles-page[data-view="2"] .nw-article-card__image { height: 400px; }
.nw-articles-page[data-view="2"] .nw-article-card__body { min-height: 400px; padding: 26px 22px; }
.nw-articles-page[data-view="2"] .nw-article-card h3 { font-size: 20px; }
.nw-articles-page[data-view="2"] .nw-article-card__excerpt { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }
.nw-articles-page[data-view="4"] .nw-articles-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.nw-articles-page[data-view="4"] .nw-article-card__image { height: 219px; }
.nw-articles-page[data-view="4"] .nw-article-card h3 { font-size: 19px; }
.nw-articles-page[data-view="4"] .nw-article-card__body { min-height: 206px; padding: 20px 18px; }

.nw-articles-more { display: block; width: min(100%, 620px); height: 54px; margin: 64px auto 0; border: 1px solid var(--nw-article-cyan); border-radius: 999px; background: #fff; color: var(--nw-article-cyan); font-size: 16px; font-weight: 700; cursor: pointer; }
.nw-articles-more:hover { background: var(--nw-article-soft); }
.nw-articles-more[hidden], .nw-articles-empty[hidden] { display: none; }
.nw-articles-empty { padding: 70px 0; text-align: center; color: var(--nw-article-muted); }
.nw-articles-status { min-height: 24px; margin-top: 12px !important; text-align: center; color: #d95454; font-size: 14px; }

.nw-articles-cta { position: relative; width: 100%; min-height: 256px; overflow: hidden; background: linear-gradient(89deg,#309cba -14%,#5cc6d9 109%); color: #fff; }
.nw-articles-cta::before,
.nw-articles-cta::after { position: absolute; content: ""; border-radius: 50%; background: rgba(255,255,255,.15); }
.nw-articles-cta::before { width: 480px; height: 480px; right: -78px; top: -273px; }
.nw-articles-cta::after { width: 265px; height: 265px; left: -53px; bottom: -232px; background: rgba(22,132,157,.3); }
.nw-articles-cta__inner { position: relative; z-index: 1; display: flex; min-height: 256px; padding: 35px 16px 30px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.nw-articles-cta h2 { color: #fff; font-size: 34px; font-weight: 800; line-height: 38px; letter-spacing: -.5px; }
.nw-articles-cta p { margin-top: 10px; color: #fff; font-size: 16px; line-height: 24px; }
.nw-articles-cta button { min-width: 244px; height: 54px; margin-top: 27px; padding: 0 30px; border: 0; border-radius: 999px; background: #fff; box-shadow: 0 12px 26px rgba(43,152,176,.6); color: var(--nw-article-cyan); font-size: 15px; font-weight: 700; cursor: pointer; }

/* Single article */
.nw-article { padding: 72px 0 112px; }
.nw-article-breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; color: #9aabb4; font-size: 14px; }
.nw-article-breadcrumbs a:last-of-type,
.nw-article-breadcrumbs span:last-child { color: var(--nw-article-cyan-dark); font-weight: 600; }
.nw-article-header { margin-top: 38px; }
.nw-article-meta { display: flex; align-items: center; gap: 24px; color: #69767f; font-size: 14px; }
.nw-article-meta > span,
.nw-article-meta > button { display: inline-flex; padding: 0; border: 0; align-items: center; gap: 7px; background: transparent; color: inherit; }
.nw-article-meta > button { cursor: pointer; }
.nw-article-meta .nw-icon { width: 18px; height: 18px; }
.nw-article-meta__tag { padding: 7px 14px !important; border-radius: 999px; background: #f1fafc !important; color: var(--nw-article-cyan-dark) !important; font-size: 12px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.nw-article-meta__tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--nw-article-cyan); }
.nw-article-header h1 { margin-top: 34px; color: var(--nw-article-text); font-size: 48px; font-weight: 800; line-height: 1.15; letter-spacing: -.6px; }
.nw-article-header h1 span { color: var(--nw-article-cyan); }

.nw-article-intro { display: grid; margin-top: 36px; grid-template-columns: 1fr 1fr; grid-template-areas: "lead gallery" "more gallery"; column-gap: 64px; row-gap: 28px; align-items: start; }
.nw-article-intro__copy { display: flex; flex-direction: column; gap: 28px; color: var(--nw-article-copy); font-size: 16px; line-height: 1.55; }
.nw-article-intro__copy--lead { grid-area: lead; }
.nw-article-intro__copy--more { grid-area: more; }
.nw-article-carousel { grid-area: gallery; }
.nw-article-intro__copy a,
.nw-article-compare__copy a,
.nw-article-section a { color: var(--nw-article-cyan-dark); text-decoration: underline; }
.nw-article-carousel__stage { position: relative; height: 400px; overflow: hidden; border-radius: 20px; background: var(--nw-article-soft); }
.nw-article-carousel__stage > img { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; object-fit: cover; transition: opacity .25s ease; }
.nw-article-carousel__stage > img.is-active { opacity: 1; }
.nw-article-carousel__prev,
.nw-article-carousel__next { position: absolute; z-index: 2; top: 50%; display: grid; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%; place-items: center; transform: translateY(-50%); background: rgba(255,255,255,.94); color: var(--nw-article-cyan); font-size: 36px !important; line-height: 1; cursor: pointer; }
.nw-article-carousel__prev { left: 18px; }
.nw-article-carousel__next { right: 18px; }
.nw-article-carousel__prev .nw-icon { transform: rotate(180deg); }
.nw-article-carousel__prev .nw-icon,
.nw-article-carousel__next .nw-icon { width: 24px; height: 24px; }
.nw-article-carousel__dots { display: flex; margin-top: 12px; justify-content: center; gap: 8px; }
.nw-article-carousel__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #d5e8ed; cursor: pointer; }
.nw-article-carousel__dots button.is-active { background: var(--nw-article-cyan); }

.nw-article-compare { display: grid; margin-top: 58px; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.nw-article-compare--copy-only { grid-template-columns: 1fr; }
.nw-article-compare__copy { color: var(--nw-article-copy); line-height: 1.55; }
.nw-article-compare__copy p + p { margin-top: 18px; }
.nw-article-palette { display: flex; margin-top: 26px; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 13px; }
.nw-article-palette > span { margin-right: 8px; color: #7b8891; font-size: 15px; }
.nw-article-palette i { padding: 8px 16px; border: 1px solid currentColor; border-radius: 999px; background: #fff; font-style: normal; }
.nw-article-palette i:nth-of-type(1) { color: #e57878; }
.nw-article-palette i:nth-of-type(2) { color: #d7b841; }
.nw-article-palette i:nth-of-type(3) { color: #63be8a; }
.nw-article-palette i:nth-of-type(4) { color: #6199d6; }
.nw-article-palette i:nth-of-type(5) { color: #9aa7ae; }
.nw-article-compare__card { padding: 28px 30px; border-radius: 18px; background: var(--nw-article-soft); color: var(--nw-article-copy); }
.nw-article-compare__card > p { display: flex; margin-bottom: 18px; align-items: center; gap: 9px; color: var(--nw-article-cyan-dark); font-size: 12px; font-weight: 700; letter-spacing: 1px; }
.nw-article-compare__card > p i { width: 6px; height: 6px; background: var(--nw-article-cyan); }
.nw-article-compare__card strong { display: block; color: var(--nw-article-text); font-size: 16px; }
.nw-article-compare__card span { display: block; margin-top: 5px; font-size: 14px; line-height: 1.45; }
.nw-article-compare__card hr { margin: 20px 0; border: 0; border-top: 1px solid #deeaee; }

.nw-article-section { margin-top: 96px; }
.nw-article-section h2 { color: var(--nw-article-text); font-size: 34px; font-weight: 800; line-height: 1.2; letter-spacing: -.4px; }
.nw-article-section__lead { margin-top: 24px; color: var(--nw-article-copy); line-height: 1.55; }
.nw-article-section__lead p + p { margin-top: 14px; }
.nw-article-usage__gallery { display: grid; margin-top: 38px; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.nw-article-usage__gallery img { display: block; width: 100%; height: 255px; border-radius: 18px; object-fit: cover; }
.nw-article-bullets { display: grid; margin-top: 30px !important; padding: 0; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 60px; list-style: none; }
.nw-article-bullets li,
.nw-article-benefits li { position: relative; padding: 13px 0 13px 24px; border-bottom: 1px solid #edf2f4; color: var(--nw-article-copy); }
.nw-article-bullets li::before,
.nw-article-benefits li::before { position: absolute; left: 2px; top: 21px; width: 8px; height: 8px; content: ""; transform: rotate(45deg); background: var(--nw-article-cyan); }
.nw-article-steps > ol { display: grid; margin-top: 38px !important; padding: 0; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; list-style: none; }
.nw-article-steps > ol li { min-height: 244px; padding: 30px 24px; border-radius: 18px; background: var(--nw-article-soft); }
.nw-article-steps > ol b { display: block; margin-bottom: 22px; color: var(--nw-article-cyan); font-size: 30px; font-weight: 700; }
.nw-article-steps > ol span { color: var(--nw-article-copy); font-size: 14px; line-height: 1.55; }
.nw-article-benefits > ul { display: grid; margin-top: 38px !important; padding: 0; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px 18px; list-style: none; }
.nw-article-benefits li { min-height: 58px; padding: 18px 18px 18px 42px; border: 1px solid var(--nw-article-line); border-radius: 12px; }
.nw-article-benefits li::before { left: 20px; top: 25px; border-radius: 50%; transform: none; }
.nw-article-section__tail { margin-top: 28px; color: var(--nw-article-copy); line-height: 1.6; }
.nw-article-rich { color: var(--nw-article-copy); }
.nw-article-rich > *:not(h2) { margin-top: 20px; }

.nw-article-bottom { display: grid; margin-top: 96px; grid-template-columns: 1.45fr .75fr; gap: 36px; align-items: stretch; }
.nw-article-product { display: grid; min-height: 220px; grid-template-columns: 230px 1fr; gap: 30px; align-items: center; }
.nw-article-product__image,
.nw-article-product__fallback { display: grid; width: 230px; height: 210px; overflow: hidden; border: 1px solid var(--nw-article-cyan); border-radius: 12px; place-items: center; object-fit: contain; }
.nw-article-product__image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.nw-article-product h2 { color: var(--nw-article-text); font-size: 25px; font-weight: 800; line-height: 1.3; }
.nw-article-product h2 span { color: var(--nw-article-cyan); }
.nw-article-product div > a { display: inline-flex; min-width: 170px; height: 50px; margin-top: 28px; padding: 0 24px; border-radius: 999px; align-items: center; justify-content: center; background: var(--nw-article-cyan); color: #fff; font-size: 14px; font-weight: 700; }
.nw-article-feedback { display: flex; padding: 30px; border-radius: 22px; flex-direction: column; align-items: center; justify-content: center; background: var(--nw-article-soft); text-align: center; box-shadow: 0 10px 26px rgba(43,152,176,.08); }
.nw-article-feedback h2 { color: var(--nw-article-text); font-size: 18px; font-weight: 700; }
.nw-article-feedback > div { display: flex; margin-top: 24px; gap: 46px; }
.nw-article-feedback button { display: flex; padding: 0; border: 0; flex-direction: column; align-items: center; gap: 8px; background: transparent; color: var(--nw-article-copy); cursor: pointer; }
.nw-article-feedback button .nw-icon { width: 42px; height: 42px; }
.nw-article-feedback button.is-selected { color: var(--nw-article-cyan-dark); }
.nw-article-feedback > p { min-height: 20px; margin-top: 10px; color: var(--nw-article-cyan-dark); font-size: 13px; }
.nw-article-cta h2 { font-size: 34px; }

@media (max-width: 1180px) {
  .nw-articles-filters { grid-template-columns: repeat(3,minmax(180px,1fr)); }
  .nw-articles-toolbar { align-items: flex-end; flex-direction: column; }
  .nw-articles-filters { width: 100%; }
  .nw-article-intro,
  .nw-article-compare { gap: 38px; }
}

@media (max-width: 767px) {
  .nw-articles-hero,
  .nw-articles-catalog,
  .nw-article { width: calc(100% - 40px); }
  .nw-articles-hero { min-height: 430px; margin-top: 28px; padding: 30px 20px; align-items: flex-start; justify-content: center; background-position: center bottom; background-size: auto 55%; }
  .nw-articles-hero::before { background: linear-gradient(180deg,rgba(241,248,252,.99) 0%,rgba(241,248,252,.96) 46%,rgba(241,248,252,.12) 75%,transparent 100%); }
  .nw-articles-hero__copy { text-align: center; }
  .nw-articles-hero h1 { font-size: 30px; line-height: 36px; }
  .nw-articles-hero p { margin-top: 12px; font-size: 14px; line-height: 20px; }
  .nw-articles-catalog { padding: 68px 0 72px; }
  .nw-articles-heading { text-align: center; }
  .nw-articles-heading > p { justify-content: center; font-size: 11px; }
  .nw-articles-heading h2 { font-size: 28px; line-height: 34px; }
  .nw-articles-toolbar { margin-top: 30px; }
  .nw-articles-filters { display: flex; flex-direction: column; gap: 14px; }
  .nw-articles-select,
  .nw-articles-search { width: 100%; height: 48px; }
  .nw-articles-view { display: none; }
  .nw-articles-grid,
  .nw-articles-page[data-view] .nw-articles-grid { margin-top: 22px; grid-template-columns: 1fr; gap: 22px; }
  .nw-articles-page[data-view] .nw-article-card { display: block; height: auto; }
  .nw-articles-page[data-view] .nw-article-card__image { height: 238px; }
  .nw-articles-page[data-view] .nw-article-card__body { min-height: 210px; padding: 20px 18px 18px; }
  .nw-article-card h3,
  .nw-articles-page[data-view] .nw-article-card h3 { font-size: 18px; }
  .nw-article-card__excerpt,
  .nw-articles-page[data-view] .nw-article-card__excerpt { display: none; }
  .nw-article-card__tag { margin-top: 10px; font-size: 13px; }
  .nw-article-card__metrics { margin-top: 11px; }
  .nw-article-card__read { padding-top: 14px; }
  .nw-articles-more { height: 50px; margin-top: 34px; }
  .nw-articles-cta { min-height: 330px; }
  .nw-articles-cta__inner { min-height: 330px; padding-inline: 24px; }
  .nw-articles-cta h2,
  .nw-article-cta h2 { font-size: 29px; line-height: 34px; }
  .nw-articles-cta p { font-size: 13px; line-height: 19px; }

  .nw-article { padding: 32px 0 72px; }
  .nw-article-breadcrumbs { gap: 6px; font-size: 11px; }
  .nw-article-header { margin-top: 24px; }
  .nw-article-meta { flex-wrap: wrap; gap: 12px 16px; font-size: 12px; }
  .nw-article-meta__tag { width: 100%; justify-content: flex-start; }
  .nw-article-header h1 { margin-top: 28px; font-size: 30px; font-weight: 700; line-height: 36px; text-align: center; }
  .nw-article-intro { display: flex; margin-top: 26px; flex-direction: column; gap: 22px; }
  .nw-article-intro__copy--lead { order: 1; }
  .nw-article-carousel { order: 2; }
  .nw-article-intro__copy--more { order: 3; }
  .nw-article-intro__copy { gap: 20px; font-size: 14px; line-height: 1.55; text-align: center; }
  .nw-article-carousel { width: 100%; }
  .nw-article-carousel__stage { height: 230px; border-radius: 15px; }
  .nw-article-carousel__prev,
  .nw-article-carousel__next { width: 36px; height: 36px; font-size: 28px !important; }
  .nw-article-carousel__prev { left: 10px; }
  .nw-article-carousel__next { right: 10px; }
  .nw-article-compare { display: flex; margin-top: 32px; flex-direction: column; gap: 24px; }
  .nw-article-compare__copy { font-size: 14px; text-align: center; }
  .nw-article-palette { justify-content: center; }
  .nw-article-palette > span { width: 100%; margin: 0 0 5px; }
  .nw-article-compare__card { padding: 24px 20px; }
  .nw-article-section { margin-top: 62px; }
  .nw-article-section h2 { font-size: 28px; line-height: 34px; text-align: center; }
  .nw-article-section__lead { margin-top: 18px; font-size: 14px; text-align: center; }
  .nw-article-usage__gallery { display: flex; margin-top: 26px; flex-direction: column; gap: 12px; }
  .nw-article-usage__gallery img { height: 220px; border-radius: 14px; }
  .nw-article-bullets { margin-top: 20px !important; grid-template-columns: 1fr; }
  .nw-article-bullets li { padding-block: 11px; font-size: 13px; }
  .nw-article-steps > ol { margin-top: 26px !important; grid-template-columns: 1fr; gap: 12px; }
  .nw-article-steps > ol li { min-height: 0; padding: 24px 20px; }
  .nw-article-steps > ol b { margin-bottom: 12px; }
  .nw-article-benefits > ul { margin-top: 26px !important; grid-template-columns: 1fr; gap: 10px; }
  .nw-article-bottom { display: flex; margin-top: 64px; flex-direction: column; gap: 28px; }
  .nw-article-product { display: flex; min-height: 0; flex-direction: column; gap: 20px; text-align: center; }
  .nw-article-product__image,
  .nw-article-product__fallback { width: 100%; height: 230px; }
  .nw-article-product h2 { font-size: 22px; }
  .nw-article-product div > a { margin-top: 20px; }
  .nw-article-feedback { min-height: 190px; padding: 24px; }
}