:root {
  --nw-ink: #101410;
  --nw-ink-soft: #1c211c;
  --nw-paper: #f1f3ee;
  --nw-white: #ffffff;
  --nw-signal: #c9f43b;
  --nw-signal-deep: #a9d51f;
  --nw-yellow: var(--nw-signal);
  --nw-orange: #ff5a36;
  --nw-blue: #2f55ff;
  --nw-blue-soft: #e5eaff;
  --nw-aqua: #74e7dc;
  --nw-muted: #626960;
  --nw-line: #cbd0c7;
  --nw-line-dark: rgba(255, 255, 255, 0.18);
  --nw-font-display: "Archivo", Arial, sans-serif;
  --nw-font-body: "IBM Plex Sans", Arial, sans-serif;
  --nw-font-mono: "IBM Plex Mono", Consolas, monospace;
  --nw-max: 1280px;
  --nw-header-h: 76px;
  --nw-radius: 6px;
}

html {
  scroll-behavior: smooth;
}

body.nw-experience,
body.nw-editorial {
  background: var(--nw-paper);
  color: var(--nw-ink);
  font-family: var(--nw-font-body);
}

body.nw-experience .page-header,
body.nw-experience .entry-header,
body.nw-experience .site-header,
body.nw-experience .site-footer:not(.nw-footer) {
  display: none !important;
}

body.nw-editorial .site-header,
body.nw-editorial .site-footer:not(.nw-footer) {
  display: none !important;
}

.elementor-location-header .e-con:has(.nw-header),
.elementor-location-header .e-con:has(.nw-topbar) {
  padding: 0 !important;
}

body.nw-experience .site-main,
body.nw-experience .site-main .page-content,
body.nw-experience .site-main .entry-content,
body.nw-experience article.page,
body.nw-experience main#content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.nw-experience .site-main > .page-content > p:empty,
body.nw-experience .site-main > .entry-content > p:empty {
  display: none;
}

/* The current homepage stores its section shortcodes in one Elementor widget. */
body.home .elementor-shortcode:has(> .nw-hero) {
  display: flex;
  flex-direction: column;
}

body.home .elementor-shortcode:has(> .nw-hero) > .nw-topbar { order: 1; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-header { order: 2; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-hero { order: 3; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-stats { order: 4; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-trust { order: 5; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-carousel-section:has(.nw-carousel-sport) { order: 6; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-carousel-section:has(.nw-carousel-movie) { order: 7; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-features { order: 8; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-world { order: 9; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-devices { order: 10; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-trial-banner-section { order: 11; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-pricing { order: 12; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-guarantee { order: 13; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-carousel-section:has(.nw-carousel-testi) { order: 14; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-faq { order: 15; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-contact-section { order: 16; }
body.home .elementor-shortcode:has(> .nw-hero) > .nw-footer { order: 17; }

.nw-landing,
.nw-landing *,
.nw-section,
.nw-section *,
.nw-header,
.nw-header *,
.nw-topbar,
.nw-topbar *,
.nw-footer,
.nw-footer * {
  box-sizing: border-box;
}

.nw-landing {
  width: 100%;
  overflow: clip;
  background: var(--nw-paper);
  color: var(--nw-ink);
  font-family: var(--nw-font-body);
  font-size: 16px;
  line-height: 1.6;
}

.nw-container {
  width: min(100%, var(--nw-max));
  margin-inline: auto;
  padding-inline: 28px;
}

.nw-section {
  position: relative;
  width: 100%;
  padding-block: 104px;
}

.nw-h2,
.nw-section h1,
.nw-section h2,
.nw-section h3,
.nw-header strong,
.nw-footer strong {
  font-family: var(--nw-font-display);
}

.nw-h2 {
  max-width: 900px;
  margin: 0 0 50px;
  color: inherit;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.02;
}

.nw-section-sub {
  max-width: 700px;
  margin: -28px 0 42px;
  color: var(--nw-muted);
  font-size: 18px;
}

.nw-eyebrow,
.nw-hero-kicker,
.nw-ft-kicker,
.nw-trial-flag,
.nw-programs-head,
.nw-stat-index,
.nw-price-badge,
.nw-blog-date,
.nw-topbar,
.nw-footer-pay-label {
  font-family: var(--nw-font-mono);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.nw-ic {
  display: inline-flex;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}

.nw-ic svg,
.nw-feature-icon svg,
.nw-trust-ic svg,
.nw-li-ic svg,
.nw-guarantee-ic svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nw-ic svg[fill="currentColor"] {
  fill: currentColor;
  stroke: none;
}

.nw-btn,
.nw-btn-hero-ghost,
.nw-order-submit,
.nw-ft-submit,
.nw-ft-wa,
.nw-contact-link,
.nw-amz-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--nw-radius);
  font-family: var(--nw-font-display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nw-btn:hover,
.nw-btn-hero-ghost:hover,
.nw-contact-link:hover,
.nw-ft-wa:hover {
  transform: translateY(-2px);
}

.nw-btn:focus-visible,
.nw-btn-hero-ghost:focus-visible,
.nw-nav a:focus-visible,
.nw-burger:focus-visible,
.nw-top:focus-visible,
.nw-whatsapp:focus-visible,
.nw-faq-q:focus-visible,
.nw-dg-tiles label:focus-visible {
  outline: 3px solid var(--nw-aqua);
  outline-offset: 3px;
}

/* Operations bar */
.nw-topbar {
  position: relative;
  z-index: 80;
  min-height: 38px;
  border-bottom: 1px solid rgba(16, 20, 16, 0.24);
  background: var(--nw-signal);
  color: var(--nw-ink);
}

.nw-topbar-inner {
  width: min(100%, var(--nw-max));
  min-height: 38px;
  margin-inline: auto;
  padding-inline: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nw-topbar-status,
.nw-topbar-items,
.nw-topbar-cta,
.nw-topbar-item {
  display: flex;
  align-items: center;
}

.nw-topbar-status {
  gap: 8px;
}

.nw-topbar-status strong {
  font-family: var(--nw-font-mono);
}

.nw-topbar-status > span:last-child {
  color: rgba(16, 20, 16, 0.68);
}

.nw-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nw-orange);
  box-shadow: 0 0 0 4px rgba(255, 90, 54, 0.2);
}

.nw-topbar-items {
  gap: 22px;
}

.nw-topbar-item + .nw-topbar-item::before {
  content: "/";
  margin-right: 22px;
  opacity: 0.45;
}

.nw-topbar-cta {
  gap: 8px;
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.nw-topbar-link-ic {
  transform: rotate(45deg);
}

/* Header */
.nw-header {
  position: sticky;
  z-index: 70;
  top: 0;
  width: 100%;
  height: var(--nw-header-h);
  border-bottom: 1px solid var(--nw-line-dark);
  background: var(--nw-ink);
  color: var(--nw-white);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

body.admin-bar .nw-header {
  top: 32px;
}

.nw-header.is-scrolled {
  background: rgba(16, 20, 16, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.nw-header-inner {
  width: min(100%, var(--nw-max));
  height: 100%;
  margin-inline: auto;
  padding-inline: 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.nw-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--nw-white);
  text-decoration: none;
}

.nw-logo-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 2px;
  background: var(--nw-signal);
  color: var(--nw-ink);
  font-family: var(--nw-font-display);
  font-size: 24px;
  font-weight: 800;
}

.nw-logo-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.nw-logo-copy strong {
  font-size: 20px;
  font-weight: 800;
}

.nw-logo-copy small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--nw-font-mono);
  font-size: 9px;
}

.nw-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.nw-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--nw-font-display);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color 160ms ease;
}

.nw-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--nw-signal);
  transition: transform 160ms ease;
}

.nw-nav a:hover {
  color: var(--nw-white);
}

.nw-nav a:hover::after {
  transform: scaleX(1);
}

.nw-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nw-header-support {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--nw-font-mono);
  font-size: 11px;
  text-decoration: none;
}

.nw-header-support:hover {
  color: var(--nw-signal);
}

.nw-btn-trial {
  min-height: 40px;
  padding: 0 17px;
  background: var(--nw-signal);
  color: var(--nw-ink);
}

.nw-btn-trial:hover {
  background: var(--nw-white);
  color: var(--nw-ink);
}

.nw-header .nw-burger {
  display: none !important;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nw-line-dark);
  border-radius: 4px;
  background: transparent;
  color: var(--nw-white);
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  box-shadow: none;
}

.nw-header .nw-burger:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  color: var(--nw-white);
}

.nw-header .nw-burger .nw-ic {
  width: 21px;
  height: 21px;
}

.nw-header-spacer {
  display: none;
}

/* Full-bleed hero */
.nw-hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background-color: var(--nw-ink);
  background-position: center 42%;
  background-size: cover;
  color: var(--nw-white);
}

.nw-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 11, 8, 0.68);
}

.nw-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: calc(50% - 640px);
  width: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.nw-hero-shell {
  position: relative;
  z-index: 2;
  min-height: 660px;
  padding-top: 74px;
  padding-bottom: 88px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: 66px;
}

.nw-hero-content {
  max-width: 720px;
}

.nw-hero-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.76);
}

.nw-live-chip {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border-radius: 2px;
  background: var(--nw-orange);
  color: var(--nw-white);
}

.nw-hero-title {
  max-width: 760px;
  margin: 0;
  color: var(--nw-white);
  font-family: var(--nw-font-display);
  font-size: 68px;
  font-weight: 700;
  line-height: 0.98;
}

.nw-hero-sub {
  max-width: 650px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 19px;
  line-height: 1.55;
}

.nw-hero-cta {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 34px;
}

.nw-btn-hero {
  min-width: 184px;
  padding: 0 20px;
  background: var(--nw-signal);
  color: var(--nw-ink);
}

.nw-btn-hero:hover {
  background: var(--nw-white);
}

.nw-btn-ic {
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
}

.nw-btn-hero-ghost {
  min-width: 190px;
  padding: 8px 18px;
  flex-direction: column;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--nw-white);
}

.nw-btn-hero-ghost small {
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--nw-font-mono);
  font-size: 9px;
  font-weight: 500;
}

.nw-btn-hero-ghost:hover {
  border-color: var(--nw-white);
  background: rgba(255, 255, 255, 0.08);
}

.nw-hero-proof {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--nw-font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.nw-hero-proof span {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.nw-hero-proof strong {
  color: var(--nw-white);
  font-family: var(--nw-font-display);
  font-size: 16px;
}

.nw-hero-programs {
  align-self: end;
  padding-bottom: 10px;
}

.nw-programs-head {
  min-height: 38px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0;
  background: rgba(16, 20, 16, 0.78);
  color: rgba(255, 255, 255, 0.72);
}

.nw-programs-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  grid-template-rows: repeat(2, 142px);
  gap: 2px;
  background: rgba(255, 255, 255, 0.4);
}

.nw-program {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--nw-ink-soft);
}

.nw-program-1 {
  grid-row: 1 / 3;
}

.nw-program img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.05);
  transition: transform 420ms ease, filter 220ms ease;
}

.nw-program:hover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.05);
}

.nw-program figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px;
  background: rgba(16, 20, 16, 0.86);
}

.nw-program figcaption strong,
.nw-program figcaption span {
  display: block;
}

.nw-program figcaption strong {
  color: var(--nw-signal);
  font-family: var(--nw-font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.nw-program figcaption span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.35;
}

.nw-hero-index {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 36px;
  padding: 0 max(28px, calc((100vw - var(--nw-max)) / 2 + 28px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(16, 20, 16, 0.86);
  color: rgba(255, 255, 255, 0.54);
  font-family: var(--nw-font-mono);
  font-size: 9px;
  text-transform: uppercase;
}

/* Signal ledger */
.nw-stats {
  padding-block: 86px;
  border-bottom: 1px solid var(--nw-line);
  background: var(--nw-paper);
}

.nw-stats-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: 76px;
}

.nw-section-intro .nw-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--nw-blue);
}

.nw-section-intro .nw-h2 {
  margin-bottom: 0;
  font-size: 42px;
}

.nw-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--nw-ink);
  border-left: 1px solid var(--nw-line);
}

.nw-stat-card {
  min-height: 178px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  column-gap: 16px;
  border-right: 1px solid var(--nw-line);
  border-bottom: 1px solid var(--nw-line);
}

.nw-stat-index {
  grid-row: 1 / 4;
  color: var(--nw-orange);
}

.nw-stat-num {
  color: var(--nw-ink);
  font-family: var(--nw-font-display);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.nw-stat-label {
  margin-top: 8px;
  color: var(--nw-ink);
  font-size: 14px;
}

.nw-stat-note {
  margin-top: 10px;
  color: var(--nw-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* Trust rail */
.nw-trust {
  padding-block: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--nw-blue);
  color: var(--nw-white);
}

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

.nw-trust-item {
  min-height: 116px;
  padding: 24px 22px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.nw-trust-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.nw-trust-ic {
  width: 30px;
  height: 30px;
  color: var(--nw-signal);
}

.nw-trust-txt,
.nw-trust-title,
.nw-trust-sub {
  display: block;
}

.nw-trust-title {
  font-family: var(--nw-font-display);
  font-size: 14px;
  font-weight: 700;
}

.nw-trust-sub {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.35;
}

/* Media rails */
.nw-carousel-section {
  overflow: hidden;
}

.nw-carousel-section .nw-h2 {
  position: relative;
  max-width: 820px;
  padding-top: 27px;
}

.nw-carousel-section .nw-h2::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--nw-signal);
  font-family: var(--nw-font-mono);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.nw-carousel-section:has(.nw-carousel-sport) {
  background: var(--nw-ink);
  color: var(--nw-white);
}

.nw-carousel-section:has(.nw-carousel-sport) .nw-h2::before {
  content: "Live desk / sport";
}

.nw-carousel-section:has(.nw-carousel-movie) {
  background: var(--nw-blue-soft);
  color: var(--nw-ink);
}

.nw-carousel-section:has(.nw-carousel-movie) .nw-h2::before {
  content: "Library / film and series";
  color: var(--nw-blue);
}

.nw-carousel-section:has(.nw-carousel-testi) {
  background: var(--nw-white);
  color: var(--nw-ink);
}

.nw-carousel-section:has(.nw-carousel-testi) .nw-h2::before {
  content: "Viewer notes / unfiltered";
  color: var(--nw-orange);
}

.nw-carousel {
  width: 100%;
  overflow: hidden;
}

.nw-carousel-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px max(28px, calc((100vw - var(--nw-max)) / 2 + 28px)) 20px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.nw-carousel-track::-webkit-scrollbar {
  display: none;
}

.nw-slide {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 3px;
  scroll-snap-align: start;
  background: var(--nw-ink-soft);
}

.nw-slide-sport {
  width: 370px;
  aspect-ratio: 16 / 10;
}

.nw-slide-movie {
  width: 230px;
  aspect-ratio: 2 / 3;
}

.nw-slide-testi {
  width: 310px;
  min-height: 420px;
  background: var(--nw-paper);
}

.nw-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 220ms ease;
}

.nw-slide:hover img {
  transform: scale(1.025);
}

.nw-carousel-sport .nw-slide::after,
.nw-carousel-movie .nw-slide::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  min-height: 22px;
  padding: 3px 7px;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  background: var(--nw-signal);
  color: var(--nw-ink);
  font-family: var(--nw-font-mono);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.nw-carousel-sport .nw-slide::after {
  content: "Live feed";
}

.nw-carousel-movie .nw-slide::after {
  content: "In library";
  background: var(--nw-orange);
  color: var(--nw-white);
}

.nw-chat {
  height: 100%;
  padding: 20px;
}

.nw-chat-head {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--nw-line);
  font-family: var(--nw-font-display);
  font-weight: 700;
}

.nw-chat-body {
  padding-top: 26px;
}

.nw-bubble {
  padding: 16px;
  border-radius: 6px;
  background: var(--nw-white);
  color: var(--nw-ink);
}

.nw-chat-time {
  display: block;
  margin-top: 12px;
  color: var(--nw-muted);
  font-family: var(--nw-font-mono);
  font-size: 10px;
}

/* Features */
.nw-features {
  background: var(--nw-paper);
}

.nw-features .nw-h2::before {
  content: "Built for the busy hour";
  display: block;
  margin-bottom: 15px;
  color: var(--nw-orange);
  font-family: var(--nw-font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.nw-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--nw-ink);
  border-left: 1px solid var(--nw-line);
}

.nw-feature-card {
  min-height: 278px;
  padding: 30px;
  border-right: 1px solid var(--nw-line);
  border-bottom: 1px solid var(--nw-line);
}

.nw-feature-card:nth-child(2) {
  background: var(--nw-signal);
}

.nw-feature-card:nth-child(5) {
  background: var(--nw-blue);
  color: var(--nw-white);
}

.nw-feature-icon {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 54px;
  color: var(--nw-orange);
}

.nw-feature-card:nth-child(2) .nw-feature-icon,
.nw-feature-card:nth-child(5) .nw-feature-icon {
  color: currentColor;
}

.nw-feature-title {
  margin: 0;
  color: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.nw-feature-text {
  margin: 14px 0 0;
  color: var(--nw-muted);
  font-size: 14px;
  line-height: 1.65;
}

.nw-feature-card:nth-child(2) .nw-feature-text {
  color: rgba(16, 20, 16, 0.72);
}

.nw-feature-card:nth-child(5) .nw-feature-text {
  color: rgba(255, 255, 255, 0.72);
}

/* World map */
.nw-world {
  padding-block: 104px 64px;
  overflow: hidden;
  background: var(--nw-ink);
  color: var(--nw-white);
}

.nw-world .nw-h2 {
  max-width: 760px;
}

.nw-world .nw-h2::before {
  content: "Coverage / global";
  display: block;
  margin-bottom: 15px;
  color: var(--nw-aqua);
  font-family: var(--nw-font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.nw-world-map {
  position: relative;
  width: min(100%, 1120px);
  margin: 18px auto 0;
  overflow: hidden;
}

.nw-world-map img,
.nw-world-placeholder {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: contain;
  opacity: 0.88;
}

.nw-world-placeholder {
  border: 1px solid var(--nw-line-dark);
}

.nw-pin {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 2px solid var(--nw-white);
  border-radius: 50%;
  background: var(--pin, var(--nw-orange));
  box-shadow: 0 0 0 7px color-mix(in srgb, var(--pin, var(--nw-orange)) 28%, transparent);
}

/* Devices */
.nw-devices {
  background: var(--nw-white);
}

.nw-devices .nw-h2::before {
  content: "Use the screen you already own";
  display: block;
  margin-bottom: 15px;
  color: var(--nw-blue);
  font-family: var(--nw-font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.nw-device-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--nw-line);
  border-left: 1px solid var(--nw-line);
}

.nw-device-card {
  min-width: 0;
  min-height: 228px;
  padding: 22px 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid var(--nw-line);
  border-bottom: 1px solid var(--nw-line);
  background: var(--nw-white);
}

.nw-device-card img {
  display: block;
  width: 100%;
  height: 145px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 220ms ease;
}

.nw-device-card:hover img {
  transform: translateY(-5px);
}

.nw-device-card span {
  color: var(--nw-ink);
  font-family: var(--nw-font-display);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

/* Trial invitation */
.nw-trial-banner-section {
  padding-block: 0;
  background: var(--nw-white);
}

.nw-trial-banner-section .nw-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.nw-trial-banner {
  min-height: 260px;
  padding: 54px max(28px, calc((100vw - var(--nw-max)) / 2 + 28px));
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  background: var(--nw-orange);
  color: var(--nw-white);
}

.nw-trial-flag {
  align-self: stretch;
  padding-right: 24px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.nw-trial-flag .nw-ic {
  width: 17px;
  height: 17px;
}

.nw-trial-copy h2 {
  max-width: 700px;
  margin: 0;
  color: inherit;
  font-size: 43px;
  line-height: 1.02;
}

.nw-trial-copy p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.nw-btn-trial-banner {
  min-width: 178px;
  padding-inline: 20px;
  border-color: var(--nw-white);
  background: var(--nw-white);
  color: var(--nw-ink);
}

.nw-btn-trial-banner:hover {
  background: var(--nw-ink);
  border-color: var(--nw-ink);
  color: var(--nw-white);
}

/* Pricing */
.nw-pricing {
  background: var(--nw-white);
  color: var(--nw-ink);
}

.nw-pricing .nw-h2 {
  margin-bottom: 58px;
}

.nw-pricing .nw-h2::before {
  content: "Plans / no hidden tiers";
  display: block;
  margin-bottom: 15px;
  color: var(--nw-blue);
  font-family: var(--nw-font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.nw-pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--nw-line);
}

.nw-pricing-grid-one {
  max-width: 360px;
  grid-template-columns: 1fr;
}

.nw-price-card {
  position: relative;
  min-width: 0;
  min-height: 560px;
  padding: 30px 22px 22px;
  display: flex;
  flex-direction: column;
  background: var(--nw-white);
  color: var(--nw-ink);
}

.nw-price-card-featured {
  background: var(--nw-signal);
}

.nw-price-card-trial {
  background: var(--nw-ink);
  color: var(--nw-white);
}

.nw-price-badge {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 24px;
  padding: 4px 10px;
  background: var(--nw-blue);
  color: var(--nw-white);
  text-align: center;
}

.nw-price-head {
  min-height: 164px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid currentColor;
}

.nw-price-name {
  color: inherit;
  font-family: var(--nw-font-mono);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.nw-price-cost,
.nw-price-amount,
.nw-price-period {
  display: block;
}

.nw-price-amount {
  color: inherit;
  font-family: var(--nw-font-display);
  font-size: 47px;
  font-weight: 700;
  line-height: 1;
}

.nw-price-period {
  min-height: 34px;
  margin-top: 8px;
  color: var(--nw-muted);
  font-size: 12px;
  line-height: 1.35;
}

.nw-price-card-trial .nw-price-period {
  color: rgba(255, 255, 255, 0.62);
}

.nw-price-list,
.nw-summary-features,
.nw-ft-checks,
.nw-amz-bb-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nw-price-list {
  margin: 24px 0;
  display: grid;
  gap: 11px;
}

.nw-price-list li,
.nw-summary-features li,
.nw-ft-checks li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 12px;
  line-height: 1.45;
}

.nw-li-ic {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  color: var(--nw-blue);
}

.nw-price-card-trial .nw-li-ic {
  color: var(--nw-signal);
}

.nw-price-card-featured .nw-li-ic {
  color: var(--nw-ink);
}

.nw-btn-price {
  width: 100%;
  margin-top: auto;
  padding-inline: 14px;
  border-color: var(--nw-ink);
  background: var(--nw-ink);
  color: var(--nw-white);
}

.nw-btn-price:hover {
  background: var(--nw-blue);
  border-color: var(--nw-blue);
  color: var(--nw-white);
}

.nw-price-card-trial .nw-btn-price {
  border-color: var(--nw-signal);
  background: var(--nw-signal);
  color: var(--nw-ink);
}

.nw-price-card-trial .nw-btn-price:hover {
  border-color: var(--nw-white);
  background: var(--nw-white);
}

.nw-plan-single {
  padding-block: 72px;
}

/* Guarantee */
.nw-guarantee {
  padding-block: 0;
  background: var(--nw-white);
}

.nw-guarantee .nw-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.nw-guarantee-panel {
  min-height: 190px;
  padding: 42px max(28px, calc((100vw - var(--nw-max)) / 2 + 28px));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  background: var(--nw-blue);
  color: var(--nw-white);
}

.nw-guarantee-ic {
  width: 54px;
  height: 54px;
  color: var(--nw-signal);
}

.nw-guarantee-title {
  margin: 0;
  color: inherit;
  font-size: 31px;
}

.nw-guarantee-text {
  max-width: 720px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.nw-guarantee-cta {
  min-width: 170px;
  border-color: var(--nw-white);
  background: var(--nw-white);
  color: var(--nw-blue);
}

.nw-guarantee-cta:hover {
  border-color: var(--nw-signal);
  background: var(--nw-signal);
  color: var(--nw-ink);
}

/* FAQ */
.nw-faq {
  background: var(--nw-paper);
}

.nw-faq-inner {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: 82px;
}

.nw-faq-inner .nw-h2 {
  position: sticky;
  top: 118px;
  margin: 0;
}

.nw-faq-inner .nw-h2::before {
  content: "Questions / answered";
  display: block;
  margin-bottom: 15px;
  color: var(--nw-orange);
  font-family: var(--nw-font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.nw-faq-list {
  border-top: 1px solid var(--nw-ink);
}

.nw-faq-item {
  border-bottom: 1px solid var(--nw-line);
}

.nw-faq-q {
  min-height: 84px;
  padding: 20px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--nw-ink);
  cursor: pointer;
  font-family: var(--nw-font-display);
  font-size: 19px;
  font-weight: 700;
  list-style: none;
}

.nw-faq-q::-webkit-details-marker {
  display: none;
}

.nw-faq-ic {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border: 1px solid var(--nw-ink);
  border-radius: 50%;
}

.nw-faq-ic::before,
.nw-faq-ic::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  transform: translate(-50%, -50%);
  background: currentColor;
}

.nw-faq-ic::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 160ms ease;
}

.nw-faq-item[open] .nw-faq-ic {
  background: var(--nw-signal);
}

.nw-faq-item[open] .nw-faq-ic::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.nw-faq-a {
  max-width: 670px;
  padding: 0 52px 26px 4px;
  color: var(--nw-muted);
}

.nw-faq-a p {
  margin: 0;
}

/* Contact */
.nw-contact-section {
  padding-block: 0;
  background: var(--nw-signal);
  color: var(--nw-ink);
}

.nw-contact-section .nw-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.nw-contact-panel {
  min-height: 360px;
  padding: 68px max(28px, calc((100vw - var(--nw-max)) / 2 + 28px));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas:
    "title text icon"
    "action text icon";
  align-items: center;
  gap: 44px;
}

.nw-contact-icon {
  width: 82px;
  height: 82px;
  color: var(--nw-blue);
}

.nw-contact-title {
  grid-area: title;
  max-width: 720px;
  margin: 0;
  color: inherit;
  font-size: 53px;
  line-height: 1.02;
}

.nw-contact-text {
  grid-area: text;
  max-width: 690px;
  margin: 15px 0 0;
  color: rgba(16, 20, 16, 0.7);
  font-size: 17px;
}

.nw-contact-link {
  grid-area: action;
  min-width: 170px;
  padding-inline: 20px;
  background: var(--nw-ink);
  color: var(--nw-white);
}

.nw-contact-icon {
  grid-area: icon;
}

.nw-contact-link:hover {
  background: var(--nw-blue);
  color: var(--nw-white);
}

/* Checkout and plan details */
.nw-plan-details {
  min-height: 70vh;
  padding-block: 74px 110px;
  background: var(--nw-paper);
}

.nw-checkout {
  max-width: 1160px;
}

.nw-checkout-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.nw-plan-back {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--nw-blue);
  font-family: var(--nw-font-mono);
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.nw-checkout-title {
  margin: 0;
  color: var(--nw-ink);
  font-size: 50px;
  line-height: 1.02;
}

.nw-checkout-lead {
  margin: 14px 0 0;
  color: var(--nw-muted);
  font-size: 17px;
}

.nw-assure {
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--nw-line);
  background: var(--nw-white);
}

.nw-assure-item {
  min-height: 62px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-right: 1px solid var(--nw-line);
  color: var(--nw-muted);
  font-size: 11px;
}

.nw-assure-item:last-child {
  border-right: 0;
}

.nw-assure-item .nw-ic {
  width: 18px;
  height: 18px;
  color: var(--nw-blue);
}

.nw-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  align-items: start;
  gap: 22px;
}

.nw-card {
  border: 1px solid var(--nw-line);
  border-radius: var(--nw-radius);
  background: var(--nw-white);
}

.nw-checkout-card,
.nw-summary-card {
  padding: 28px;
}

.nw-card-title,
.nw-summary-title {
  margin: 0 0 26px;
  color: var(--nw-ink);
  font-size: 21px;
}

.nw-step {
  display: inline-grid;
  width: 27px;
  height: 27px;
  margin-right: 8px;
  place-items: center;
  border-radius: 50%;
  background: var(--nw-signal);
  font-family: var(--nw-font-mono);
  font-size: 12px;
}

.nw-order-form,
.nw-ft-form {
  display: grid;
  gap: 16px;
}

.nw-field-row,
.nw-ft-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nw-field,
.nw-ft-field {
  display: grid;
  gap: 7px;
  color: var(--nw-ink);
  font-family: var(--nw-font-display);
  font-size: 12px;
  font-weight: 700;
}

.nw-field em,
.nw-ft-field em {
  color: var(--nw-muted);
  font-family: var(--nw-font-body);
  font-style: normal;
  font-weight: 400;
}

.nw-field input,
.nw-field textarea,
.nw-ft-field input {
  width: 100%;
  min-height: 49px;
  padding: 12px 13px;
  border: 1px solid var(--nw-line);
  border-radius: 4px;
  outline: none;
  background: var(--nw-white);
  color: var(--nw-ink);
  font-family: var(--nw-font-body);
  font-size: 15px;
}

.nw-field textarea {
  min-height: 94px;
  resize: vertical;
}

.nw-field input:focus,
.nw-field textarea:focus,
.nw-ft-field input:focus {
  border-color: var(--nw-blue);
  box-shadow: 0 0 0 3px rgba(47, 85, 255, 0.14);
}

.nw-order-submit,
.nw-ft-submit {
  width: 100%;
  min-height: 54px;
  border: 0;
  background: var(--nw-blue);
  color: var(--nw-white);
  cursor: pointer;
}

.nw-order-submit:hover,
.nw-ft-submit:hover {
  background: var(--nw-ink);
}

.nw-order-fineprint,
.nw-ft-fine {
  margin: -4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--nw-muted);
  font-size: 10px;
  text-align: center;
}

.nw-order-alt {
  margin-top: 22px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--nw-line);
  color: var(--nw-muted);
  font-size: 12px;
}

.nw-order-alt-wa {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #087f4a;
  font-weight: 600;
  text-decoration: none;
}

.nw-order-nudge {
  margin-top: 18px;
  padding: 13px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-left: 3px solid var(--nw-orange);
  background: #fff1ed;
  color: var(--nw-ink);
  font-size: 12px;
  text-decoration: none;
}

.nw-order-note,
.nw-ft-note {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid var(--nw-line);
  border-radius: 4px;
  font-size: 13px;
}

.nw-order-note-ok,
.nw-ft-note-ok {
  border-color: #6fc997;
  background: #edf9f1;
  color: #176a3e;
}

.nw-order-note-err,
.nw-ft-note-err {
  border-color: #e98d78;
  background: #fff1ed;
  color: #8f301f;
}

.nw-hp {
  position: absolute !important;
  left: -9999px !important;
}

.nw-checkout-aside {
  position: sticky;
  top: 110px;
}

.nw-summary-plan,
.nw-summary-line,
.nw-summary-total {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.nw-summary-plan {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--nw-line);
}

.nw-summary-plan-name,
.nw-summary-plan-price {
  font-family: var(--nw-font-display);
  font-size: 20px;
  font-weight: 700;
}

.nw-summary-tag {
  display: block;
  margin-top: 5px;
  color: var(--nw-blue);
  font-family: var(--nw-font-mono);
  font-size: 9px;
  font-style: normal;
  text-transform: uppercase;
}

.nw-summary-billing {
  margin: 8px 0 20px;
  color: var(--nw-muted);
  font-size: 11px;
}

.nw-summary-features {
  padding: 18px 0;
  display: grid;
  gap: 9px;
  border-top: 1px solid var(--nw-line);
  border-bottom: 1px solid var(--nw-line);
}

.nw-summary-line {
  padding: 12px 0;
  border-bottom: 1px solid var(--nw-line);
  color: var(--nw-muted);
  font-size: 12px;
}

.nw-summary-free {
  color: #087f4a;
  font-family: var(--nw-font-mono);
  font-size: 10px;
  font-weight: 600;
}

.nw-summary-total {
  padding: 18px 0;
  font-family: var(--nw-font-display);
  font-size: 17px;
  font-weight: 700;
}

.nw-summary-total-val {
  font-size: 24px;
}

.nw-summary-guarantee {
  padding: 14px;
  display: flex;
  gap: 10px;
  background: var(--nw-blue-soft);
}

.nw-summary-guarantee .nw-ic {
  width: 22px;
  height: 22px;
  color: var(--nw-blue);
}

.nw-summary-guarantee strong,
.nw-summary-guarantee span {
  display: block;
}

.nw-summary-guarantee strong {
  font-size: 12px;
}

.nw-summary-guarantee span {
  margin-top: 3px;
  color: var(--nw-muted);
  font-size: 10px;
}

.nw-summary-pay {
  margin-top: 20px;
  text-align: center;
}

.nw-summary-pay-label,
.nw-summary-pay-note {
  display: block;
  color: var(--nw-muted);
  font-size: 10px;
}

.nw-summary-pay-badges {
  margin: 9px 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.nw-summary-pay-badges span {
  padding: 4px 7px;
  border: 1px solid var(--nw-line);
  border-radius: 3px;
  background: var(--nw-white);
  font-family: var(--nw-font-mono);
  font-size: 9px;
}

.nw-summary-secure {
  margin-top: 18px;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid var(--nw-line);
  color: var(--nw-muted);
  font-size: 9px;
}

.nw-summary-secure span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nw-checkout-about {
  margin-top: 38px;
  padding: 32px;
  border-top: 1px solid var(--nw-ink);
  color: var(--nw-muted);
}

.nw-checkout-about h2,
.nw-checkout-about h3 {
  color: var(--nw-ink);
}

.nw-order-stickybar {
  display: none;
}

/* Free trial page */
.nw-ft {
  padding: 0;
  background: var(--nw-ink);
  color: var(--nw-white);
}

.nw-ft-split {
  width: min(100%, 1440px);
  min-height: 760px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
}

.nw-ft-left,
.nw-ft-right {
  min-width: 0;
}

.nw-ft-left {
  padding: 72px 28px;
  background: var(--nw-paper);
  color: var(--nw-ink);
}

.nw-ft-left-inner {
  width: min(100%, 590px);
  margin-left: auto;
  margin-right: 58px;
}

.nw-ft-kicker {
  color: var(--nw-orange);
}

.nw-ft-title {
  max-width: 520px;
  margin: 13px 0 0;
  color: var(--nw-ink);
  font-size: 54px;
  line-height: 1;
}

.nw-ft-lead {
  max-width: 560px;
  margin: 18px 0 28px;
  color: var(--nw-muted);
  font-size: 16px;
}

.nw-ft-field input {
  background: var(--nw-white);
}

.nw-ft-or {
  position: relative;
  margin: 22px 0;
  color: var(--nw-muted);
  font-family: var(--nw-font-mono);
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

.nw-ft-or::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--nw-line);
}

.nw-ft-or span {
  position: relative;
  padding-inline: 10px;
  background: var(--nw-paper);
}

.nw-ft-wa {
  width: 100%;
  border-color: #25d366;
  background: #25d366;
  color: #fff;
}

.nw-ft-wa:hover {
  background: #1fba58;
  border-color: #1fba58;
  color: #fff;
}

.nw-ft-wa--tg {
  border-color: #229ed9;
  background: #229ed9;
  color: #fff;
}
.nw-ft-wa--tg:hover { background: #1a8bbf; border-color: #1a8bbf; color: #fff; }

.nw-ft-wa--email {
  border-color: #555;
  background: #555;
  color: #fff;
}
.nw-ft-wa--email:hover { background: #3d3d3d; border-color: #3d3d3d; color: #fff; }

.nw-contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.nw-ft-lead--gap { margin-top: 1rem; }
.nw-checkout-contact-lead { margin-bottom: 1.25rem; }

.nw-ft-right {
  padding: 72px 52px;
  display: flex;
  align-items: center;
  background: var(--nw-signal);
  color: var(--nw-ink);
}

.nw-ft-right-inner {
  width: min(100%, 510px);
}

.nw-ft-side-block + .nw-ft-side-block {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(16, 20, 16, 0.36);
}

.nw-ft-side-title {
  margin: 0 0 20px;
  color: inherit;
  font-size: 24px;
}

.nw-ft-checks {
  display: grid;
  gap: 12px;
}

.nw-ft-checks .nw-li-ic {
  color: var(--nw-blue);
}

.nw-ft-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: trial-step;
  display: grid;
  gap: 20px;
}

.nw-ft-steps li {
  position: relative;
  min-height: 42px;
  padding-left: 52px;
  counter-increment: trial-step;
}

.nw-ft-steps li::before {
  content: counter(trial-step, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--nw-blue);
  font-family: var(--nw-font-mono);
  font-size: 13px;
  font-weight: 600;
}

.nw-ft-steps strong,
.nw-ft-steps span {
  display: block;
}

.nw-ft-steps strong {
  font-family: var(--nw-font-display);
  font-size: 15px;
}

.nw-ft-steps span {
  margin-top: 4px;
  color: rgba(16, 20, 16, 0.67);
  font-size: 12px;
}

.nw-ft-trust {
  margin-top: 42px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid rgba(16, 20, 16, 0.36);
  font-family: var(--nw-font-mono);
  font-size: 9px;
  text-transform: uppercase;
}

.nw-ft-trust span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* Channel directory */
.nw-channels {
  background: var(--nw-paper);
}

.nw-channels .nw-h2::before {
  content: "Directory / by category";
  display: block;
  margin-bottom: 15px;
  color: var(--nw-blue);
  font-family: var(--nw-font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.nw-channels-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--nw-ink);
  border-left: 1px solid var(--nw-line);
}

.nw-channel-tile {
  min-height: 132px;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-right: 1px solid var(--nw-line);
  border-bottom: 1px solid var(--nw-line);
  background: var(--nw-white);
}

.nw-channel-tile:nth-child(3n + 2) {
  background: var(--nw-blue-soft);
}

.nw-channel-tile:nth-child(7n) {
  background: var(--nw-signal);
}

.nw-channel-name {
  color: var(--nw-ink);
  font-family: var(--nw-font-display);
  font-size: 18px;
  font-weight: 700;
}

.nw-channel-tile img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* Setup guide */
.nw-setup {
  background: var(--nw-paper);
}

.nw-setup .nw-h2::before {
  content: "Setup / screen by screen";
  display: block;
  margin-bottom: 15px;
  color: var(--nw-orange);
  font-family: var(--nw-font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.nw-setup-creds {
  margin: 0 0 30px;
  padding: 14px 16px;
  border-left: 4px solid var(--nw-blue);
  background: var(--nw-blue-soft);
  color: var(--nw-ink);
  font-size: 13px;
}

.nw-dg-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nw-dg-tiles {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--nw-line);
  border-left: 1px solid var(--nw-line);
}

.nw-setup-device {
  min-width: 0;
  min-height: 174px;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-right: 1px solid var(--nw-line);
  border-bottom: 1px solid var(--nw-line);
  background: var(--nw-white);
  color: var(--nw-ink);
  cursor: pointer;
}

.nw-setup-device img {
  width: 100%;
  height: 112px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.nw-setup-device span {
  font-family: var(--nw-font-display);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.nw-dg-panels {
  margin-top: 22px;
}

.nw-dg-panel {
  display: none;
  padding: 34px;
  border: 1px solid var(--nw-line);
  background: var(--nw-white);
}

.nw-dg-panel-head {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nw-setup-sub {
  margin: 0;
  color: var(--nw-ink);
  font-size: 25px;
}

.nw-dg-apps {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--nw-blue);
  font-family: var(--nw-font-mono);
  font-size: 10px;
}

.nw-dg-apps-ic {
  width: 15px;
  height: 15px;
}

.nw-setup-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--nw-line);
  border-left: 1px solid var(--nw-line);
}

.nw-setup-step {
  min-height: 150px;
  padding: 20px;
  border-right: 1px solid var(--nw-line);
  border-bottom: 1px solid var(--nw-line);
}

.nw-setup-num {
  display: block;
  margin-bottom: 28px;
  color: var(--nw-orange);
  font-family: var(--nw-font-mono);
  font-size: 12px;
}

.nw-setup-step-text {
  margin: 0;
  color: var(--nw-muted);
  font-size: 13px;
  line-height: 1.55;
}

.nw-setup-help {
  margin-top: 28px;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  background: var(--nw-ink);
  color: var(--nw-white);
}

.nw-setup-help .nw-setup-sub {
  color: var(--nw-white);
}

.nw-setup-help .nw-price-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nw-setup-help .nw-price-list li {
  color: rgba(255, 255, 255, 0.7);
}

.nw-setup-help .nw-li-ic {
  color: var(--nw-signal);
}

.nw-setup-cta {
  min-width: 210px;
  padding-inline: 18px;
  background: var(--nw-signal);
  color: var(--nw-ink);
}

/* Blog shortcode */
.nw-blog {
  background: var(--nw-paper);
}

.nw-blog .nw-h2::before {
  content: "Field notes / guides";
  display: block;
  margin-bottom: 15px;
  color: var(--nw-orange);
  font-family: var(--nw-font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.nw-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nw-blog-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--nw-line);
  border-radius: var(--nw-radius);
  background: var(--nw-white);
}

.nw-blog-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--nw-blue-soft);
}

.nw-blog-thumb img,
.nw-blog-thumb-ph {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.nw-blog-card:hover .nw-blog-thumb img {
  transform: scale(1.035);
}

.nw-blog-body {
  padding: 20px;
}

.nw-blog-date {
  color: var(--nw-blue);
}

.nw-blog-title {
  margin: 12px 0 0;
  font-size: 22px;
  line-height: 1.2;
}

.nw-blog-title a {
  color: var(--nw-ink);
  text-decoration: none;
}

.nw-blog-excerpt {
  margin: 13px 0 0;
  color: var(--nw-muted);
  font-size: 13px;
}

.nw-blog-more,
.nw-blog-cat-all {
  display: inline-block;
  margin-top: 18px;
  color: var(--nw-blue);
  font-family: var(--nw-font-mono);
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.nw-blog-cat-labels,
.nw-blog-tags-list {
  margin: -20px 0 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nw-blog-cat-label,
.nw-blog-tag {
  min-height: 34px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--nw-line);
  border-radius: 3px;
  background: var(--nw-white);
  color: var(--nw-ink);
  font-family: var(--nw-font-mono);
  font-size: 10px;
  text-decoration: none;
}

.nw-blog-cat-label:hover,
.nw-blog-tag:hover {
  border-color: var(--nw-blue);
  color: var(--nw-blue);
}

.nw-blog-cat-label-count,
.nw-blog-tag-count {
  color: var(--nw-muted);
}

.nw-blog-cat-block + .nw-blog-cat-block {
  margin-top: 60px;
}

.nw-blog-cat-head {
  margin-bottom: 20px;
  padding-bottom: 13px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid var(--nw-ink);
}

.nw-blog-cat-title,
.nw-blog-tags-title {
  margin: 0;
  color: var(--nw-ink);
  font-size: 24px;
}

.nw-blog-tags {
  margin-top: 54px;
  padding-top: 28px;
  border-top: 1px solid var(--nw-line);
}

.nw-blog-tags-title {
  margin-bottom: 18px;
}

.nw-blog-tags .nw-blog-tags-list {
  margin: 0;
}

/* Legacy Elementor contact route, brought into the same visual system. */
body.nw-contact-page {
  background: var(--nw-paper);
  color: var(--nw-ink);
  font-family: var(--nw-font-body);
}

body.nw-contact-page .site-main,
body.nw-contact-page .page-content,
body.nw-contact-page .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.nw-contact-page .page-header {
  width: min(100%, var(--nw-max));
  margin: 0 auto;
  padding: 84px 28px 30px;
  background: transparent;
}

body.nw-contact-page .entry-title {
  margin: 0;
  color: var(--nw-ink);
  font-family: var(--nw-font-display);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.02;
}

body.nw-contact-page .entry-title::before {
  content: "Support / open around the clock";
  display: block;
  margin-bottom: 14px;
  color: var(--nw-orange);
  font-family: var(--nw-font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

body.nw-contact-page .elementor-element-8efed58 {
  width: min(100%, var(--nw-max));
  margin: 0 auto;
  padding: 18px 28px 60px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--nw-line);
}

body.nw-contact-page .elementor-element-8efed58 > .e-con-inner {
  display: contents;
}

body.nw-contact-page .elementor-element-8efed58 .elementor-widget-icon-box {
  min-width: 0;
  min-height: 220px;
  margin: 0;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  border: 0;
  background: var(--nw-white);
}

body.nw-contact-page .elementor-element-8efed58 .elementor-widget-container,
body.nw-contact-page .elementor-element-8efed58 .elementor-icon-box-wrapper {
  border-radius: 0 !important;
}

body.nw-contact-page .elementor-element-8efed58 .elementor-widget-icon-box:nth-child(2) {
  background: var(--nw-blue-soft);
}

body.nw-contact-page .elementor-element-8efed58 .elementor-widget-icon-box:nth-child(3) {
  background: var(--nw-signal);
}

body.nw-contact-page .elementor-icon-box-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 18px;
  text-align: left;
}

body.nw-contact-page .elementor-icon-box-icon {
  grid-row: 1 / 3;
  margin: 0;
}

body.nw-contact-page .elementor-icon-box-icon .elementor-icon {
  font-size: 42px;
}

body.nw-contact-page .elementor-icon-box-title {
  margin: 0;
  color: var(--nw-ink);
  font-family: var(--nw-font-display);
  font-size: 24px;
  line-height: 1.1;
}

body.nw-contact-page .elementor-icon-box-title a {
  color: inherit;
}

body.nw-contact-page .elementor-icon-box-description {
  margin: 7px 0 0;
  color: var(--nw-muted);
  font-family: var(--nw-font-mono);
  font-size: 11px;
}

body.nw-contact-page .elementor-element-63798da {
  width: 100%;
  margin: 0;
  padding: 60px max(28px, calc((100vw - var(--nw-max)) / 2 + 28px));
  background: var(--nw-blue);
  color: var(--nw-white);
}

body.nw-contact-page .elementor-element-63798da > .e-con-inner {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.nw-contact-page .elementor-element-63798da .elementor-heading-title {
  margin: 0;
  color: var(--nw-white) !important;
  font-family: var(--nw-font-display);
  font-size: 38px;
}

body.nw-contact-page .elementor-element-63798da .elementor-widget-text-editor {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

body.nw-contact-page .elementor-element-63798da .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

/* Footer */
.nw-footer {
  padding: 0;
  background: var(--nw-ink);
  color: var(--nw-white);
  font-family: var(--nw-font-body);
}

.nw-footer .nw-container {
  padding-top: 0;
  padding-bottom: 34px;
}

.nw-footer-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-right: 1px solid var(--nw-line-dark);
  border-bottom: 1px solid var(--nw-line-dark);
}

.nw-foot-trust {
  min-height: 112px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-left: 1px solid var(--nw-line-dark);
}

.nw-foot-trust-ic {
  color: var(--nw-signal);
}

.nw-foot-trust-ic .nw-ic {
  width: 25px;
  height: 25px;
}

.nw-foot-trust-txt strong,
.nw-foot-trust-txt em {
  display: block;
}

.nw-foot-trust-txt strong {
  font-size: 13px;
}

.nw-foot-trust-txt em {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-style: normal;
}

.nw-footer-main {
  min-height: 220px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 50px;
  border-bottom: 1px solid var(--nw-line-dark);
}

.nw-footer-logo {
  color: var(--nw-white);
  font-family: var(--nw-font-display);
  font-size: 52px;
  font-weight: 800;
  text-decoration: none;
}

.nw-footer-logo::after {
  content: ".";
  color: var(--nw-signal);
}

.nw-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 24px;
}

.nw-footer-links a {
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--nw-font-display);
  font-size: 13px;
  text-decoration: none;
}

.nw-footer-links a:hover {
  color: var(--nw-signal);
}

.nw-footer-pay {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nw-footer-pay-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.6);
}

.nw-footer-pay-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.nw-pay-badge {
  min-height: 28px;
  padding: 5px 9px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--nw-line-dark);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--nw-font-mono);
  font-size: 9px;
}

.nw-footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--nw-font-mono);
  font-size: 9px;
  text-transform: uppercase;
}

/* Floating tools */
.nw-whatsapp,
.nw-top {
  position: fixed;
  z-index: 90;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
  transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.nw-whatsapp {
  left: 20px;
  min-height: 46px;
  padding: 0 13px;
  gap: 8px;
  background: #128c57;
  color: var(--nw-white);
  font-family: var(--nw-font-display);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.nw-whatsapp .nw-ic {
  width: 21px;
  height: 21px;
}

.nw-top {
  right: 20px;
  width: 46px;
  height: 46px;
  border: 0;
  background: var(--nw-ink);
  color: var(--nw-white);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.nw-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nw-top:hover {
  background: var(--nw-blue);
}

/* Motion */
.nw-reveal {
  opacity: 1;
  transform: none;
}

.nw-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1180px) {
  .nw-header-inner {
    gap: 20px;
  }

  .nw-nav {
    gap: 17px;
  }

  .nw-header-support {
    display: none;
  }

  .nw-hero-shell {
    grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.95fr);
    gap: 38px;
  }

  .nw-hero-title {
    font-size: 58px;
  }

  .nw-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nw-device-grid,
  .nw-dg-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  :root {
    --nw-header-h: 68px;
  }

  .nw-section {
    padding-block: 82px;
  }

  .nw-h2 {
    font-size: 43px;
  }

  .nw-header-inner {
    grid-template-columns: 1fr auto;
  }

  .nw-header-actions {
    display: none;
  }

  .nw-header .nw-burger {
    display: inline-flex !important;
  }

  .nw-nav {
    position: absolute;
    top: var(--nw-header-h);
    right: 0;
    left: 0;
    padding: 24px 28px 30px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--nw-line-dark);
    background: var(--nw-ink);
    box-shadow: 0 22px 36px rgba(0, 0, 0, 0.24);
  }

  .nw-nav.is-open {
    display: flex;
  }

  .nw-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--nw-line-dark);
    font-size: 15px;
  }

  .nw-nav a::after {
    display: none;
  }

  .nw-hero,
  .nw-hero-shell {
    min-height: auto;
  }

  .nw-hero-shell {
    padding-top: 68px;
    padding-bottom: 90px;
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .nw-hero-content {
    max-width: 760px;
  }

  .nw-hero-programs {
    width: min(100%, 660px);
    justify-self: end;
  }

  .nw-stats-shell,
  .nw-faq-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .nw-faq-inner .nw-h2 {
    position: static;
  }

  .nw-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nw-trust-item:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .nw-trust-item:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-right: 1px solid rgba(255, 255, 255, 0.22);
  }

  .nw-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nw-feature-card {
    min-height: 250px;
  }

  .nw-trial-banner,
  .nw-contact-panel {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "title icon"
      "text icon"
      "action icon";
  }

  .nw-trial-flag,
  .nw-contact-icon {
    display: none;
  }

  .nw-guarantee-panel {
    grid-template-columns: auto 1fr;
  }

  .nw-guarantee-cta {
    grid-column: 2;
    justify-self: start;
  }

  .nw-checkout-grid {
    grid-template-columns: 1fr;
  }

  .nw-checkout-aside {
    position: static;
  }

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

  .nw-ft-left-inner {
    margin-inline: auto;
  }

  .nw-ft-right-inner {
    width: min(100%, 650px);
    margin-inline: auto;
  }

  .nw-channels-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nw-setup-steps,
  .nw-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nw-setup-help {
    grid-template-columns: 1fr;
  }

  .nw-setup-cta {
    justify-self: start;
  }

  body.nw-contact-page .elementor-element-8efed58 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 782px) {
  body.admin-bar .nw-header {
    top: 46px;
  }
}

@media (max-width: 700px) {
  .nw-container,
  .nw-header-inner,
  .nw-topbar-inner {
    padding-inline: 18px;
  }

  .nw-section {
    padding-block: 68px;
  }

  .nw-h2 {
    margin-bottom: 34px;
    font-size: 34px;
    line-height: 1.06;
  }

  .nw-section-sub {
    margin-top: -18px;
    font-size: 16px;
  }

  .nw-topbar-items {
    display: none;
  }

  .nw-topbar-status > span:last-child {
    display: none;
  }

  .nw-topbar-cta {
    font-size: 9px;
  }

  .nw-logo-copy small {
    display: none;
  }

  .nw-hero-shell {
    padding-top: 52px;
    padding-bottom: 80px;
  }

  .nw-hero-title {
    font-size: 43px;
  }

  .nw-hero-sub {
    font-size: 16px;
  }

  .nw-hero-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .nw-btn-hero,
  .nw-btn-hero-ghost {
    width: 100%;
    min-width: 0;
  }

  .nw-btn-hero-ghost {
    align-items: center;
  }

  .nw-hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .nw-programs-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 150px 120px;
  }

  .nw-program-1 {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .nw-program figcaption span {
    display: none;
  }

  .nw-hero-index {
    padding-inline: 18px;
  }

  .nw-hero-index span:last-child {
    display: none;
  }

  .nw-stats-grid,
  .nw-features-grid,
  .nw-pricing-grid,
  .nw-assure,
  .nw-channels-grid,
  .nw-setup-steps,
  .nw-blog-grid {
    grid-template-columns: 1fr;
  }

  .nw-stat-card {
    min-height: 148px;
  }

  .nw-trust-grid {
    grid-template-columns: 1fr;
  }

  .nw-trust-item,
  .nw-trust-item:nth-child(3),
  .nw-trust-item:nth-child(4) {
    min-height: 92px;
    border-top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .nw-slide-sport {
    width: 300px;
  }

  .nw-slide-movie {
    width: 190px;
  }

  .nw-slide-testi {
    width: 272px;
  }

  .nw-carousel-track {
    padding-inline: 18px;
  }

  .nw-feature-card {
    min-height: 230px;
  }

  .nw-world-map img,
  .nw-world-placeholder {
    min-height: 270px;
  }

  .nw-device-grid,
  .nw-dg-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nw-device-card {
    min-height: 190px;
  }

  .nw-device-card img {
    height: 115px;
  }

  .nw-trial-banner,
  .nw-guarantee-panel,
  .nw-contact-panel {
    padding: 50px 18px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "text"
      "action";
    gap: 24px;
  }

  .nw-trial-copy h2,
  .nw-contact-title {
    font-size: 35px;
  }

  .nw-btn-trial-banner,
  .nw-guarantee-cta,
  .nw-contact-link {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }

  .nw-price-card {
    min-height: 0;
  }

  .nw-guarantee-ic {
    width: 42px;
    height: 42px;
  }

  .nw-faq-q {
    min-height: 74px;
    font-size: 17px;
  }

  .nw-checkout-title,
  .nw-ft-title {
    font-size: 39px;
  }

  .nw-field-row,
  .nw-ft-row {
    grid-template-columns: 1fr;
  }

  .nw-checkout-card,
  .nw-summary-card,
  .nw-checkout-about,
  .nw-dg-panel {
    padding: 20px;
  }

  .nw-assure-item {
    border-right: 0;
    border-bottom: 1px solid var(--nw-line);
  }

  .nw-assure-item:last-child {
    border-bottom: 0;
  }

  .nw-order-stickybar {
    position: fixed;
    z-index: 86;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 58px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: var(--nw-ink);
    color: var(--nw-white);
    text-decoration: none;
  }

  .nw-stickybar-price {
    font-family: var(--nw-font-display);
    font-weight: 700;
  }

  .nw-stickybar-price em {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-family: var(--nw-font-body);
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
  }

  .nw-stickybar-btn {
    padding: 9px 12px;
    border-radius: 3px;
    background: var(--nw-signal);
    color: var(--nw-ink);
    font-family: var(--nw-font-display);
    font-size: 11px;
    font-weight: 700;
  }

  .nw-ft-left,
  .nw-ft-right {
    padding: 58px 18px;
  }

  .nw-ft-trust {
    display: grid;
  }

  .nw-setup-device {
    min-height: 148px;
  }

  .nw-setup-device img {
    height: 90px;
  }

  .nw-dg-panel-head,
  .nw-footer-pay {
    align-items: flex-start;
    flex-direction: column;
  }

  .nw-setup-help .nw-price-list {
    grid-template-columns: 1fr;
  }

  .nw-footer-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nw-footer-main {
    padding-block: 52px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .nw-footer-logo {
    font-size: 40px;
  }

  .nw-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nw-footer-pay {
    display: flex;
  }

  .nw-whatsapp {
    width: 46px;
    padding: 0;
  }

  .nw-whatsapp-label {
    display: none;
  }

  body.nw-contact-page .page-header {
    padding: 60px 18px 24px;
  }

  body.nw-contact-page .entry-title {
    font-size: 38px;
  }

  body.nw-contact-page .elementor-element-8efed58 {
    padding: 12px 18px 44px;
  }

  body.nw-contact-page .elementor-element-8efed58 .elementor-widget-icon-box {
    min-height: 170px;
    padding: 24px;
  }

  body.nw-contact-page .elementor-element-63798da {
    padding: 48px 18px;
  }

  body.nw-contact-page .elementor-element-63798da .elementor-heading-title {
    font-size: 31px;
  }
}

@media (max-width: 480px) {
  .nw-topbar-status strong {
    font-size: 9px;
  }

  .nw-logo-mark {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  .nw-logo-copy strong {
    font-size: 18px;
  }

  .nw-hero-title {
    font-size: 37px;
  }

  .nw-hero-kicker {
    align-items: flex-start;
    flex-direction: column;
    font-size: 10px;
  }

  .nw-hero-proof {
    grid-template-columns: 1fr;
  }

  .nw-programs-grid {
    grid-template-rows: 140px 108px;
  }

  .nw-footer-trust {
    grid-template-columns: 1fr;
  }

  .nw-foot-trust {
    min-height: 88px;
  }

  .nw-summary-secure {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .nw-landing *,
  .nw-section *,
  .nw-header * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .nw-reveal {
    opacity: 1;
    transform: none;
  }
}
