/* Voostream 2.2 bold commerce visual layer. */
:root {
  --nw-ink: #292a3d;
  --nw-ink-soft: #34364f;
  --nw-paper: #f5f3ff;
  --nw-white: #ffffff;
  --nw-signal: #f25c42;
  --nw-signal-deep: #d84730;
  --nw-yellow: #ffd166;
  --nw-orange: #f25c42;
  --nw-blue: #4d7fe3;
  --nw-blue-soft: #eaf2ff;
  --nw-aqua: #4d7fe3;
  --nw-muted: #686a7b;
  --nw-line: #dedce8;
  --nw-line-dark: #494b63;
  --nw-radius: 6px;
  --nw-max: 1200px;
  --nw-header-h: 74px;
  --nw-shadow: 0 10px 28px rgba(41, 42, 61, 0.09);
  --nw-shadow-hover: 0 16px 38px rgba(41, 42, 61, 0.14);
}

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

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

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

.nw-h2 {
  max-width: 760px;
  margin: 0 0 36px;
  color: var(--nw-ink);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.08;
}

.nw-h2::before,
.nw-features .nw-h2::before,
.nw-world .nw-h2::before,
.nw-devices .nw-h2::before,
.nw-pricing .nw-h2::before,
.nw-channels .nw-h2::before,
.nw-setup .nw-h2::before,
.nw-blog .nw-h2::before,
.nw-faq-inner .nw-h2::before {
  display: none !important;
  content: none !important;
}

.nw-section-sub {
  max-width: 600px;
  margin: -18px 0 36px;
  color: var(--nw-muted);
  font-size: 16px;
  line-height: 1.6;
}

.nw-eyebrow,
.nw-ft-kicker,
.nw-resbar-kicker,
.nw-post-cats a,
.nw-blog-meta,
.nw-post-meta,
.nw-amz-crumbs,
.nw-plan-back {
  color: var(--nw-muted);
}

.nw-btn,
.nw-btn-hero-ghost,
.nw-order-submit,
.nw-ft-submit,
.nw-ft-wa,
.nw-contact-link,
.nw-amz-btn {
  min-height: 46px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
}

/* Quiet utility bar and navigation. */
.nw-topbar {
  min-height: 32px;
  border-color: var(--nw-line);
  background: var(--nw-paper);
  color: var(--nw-ink);
}

.nw-topbar-inner {
  min-height: 32px;
  padding-inline: 24px;
  justify-content: space-between;
}

.nw-topbar-status,
.nw-topbar-cta {
  font-family: var(--nw-font-body);
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
}

.nw-topbar-cta {
  border-bottom: 1px solid currentColor;
}

.nw-header {
  height: var(--nw-header-h);
  border-color: var(--nw-line);
  background: var(--nw-white);
  color: var(--nw-ink);
}

.nw-header.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.nw-header-inner {
  padding-inline: 24px;
  gap: 30px;
}

.nw-logo,
.nw-logo-copy strong {
  color: var(--nw-ink);
}

.nw-logo-copy strong {
  font-size: 22px;
  font-weight: 700;
}

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

.nw-logo-mark,
.nw-logo-copy small,
.nw-header-support {
  display: none;
}

.nw-nav {
  gap: 24px;
}

.nw-nav a {
  color: var(--nw-ink);
  font-size: 12px;
  font-weight: 500;
}

.nw-nav a:hover,
.nw-nav a[aria-current="page"] {
  color: var(--nw-muted);
}

.nw-nav a::after {
  bottom: -7px;
  height: 1px;
  background: var(--nw-ink);
}

.nw-header-actions {
  gap: 0;
}

.nw-btn-trial {
  min-height: 40px;
  padding-inline: 17px;
  border: 1px solid var(--nw-ink);
  background: var(--nw-ink);
  color: var(--nw-white);
}

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

.nw-header .nw-burger {
  border-color: var(--nw-line);
  color: var(--nw-ink);
}

.nw-header .nw-burger:hover {
  border-color: var(--nw-ink);
  background: var(--nw-paper);
  color: var(--nw-ink);
}

/* One message and one image. */
.nw-hero {
  min-height: 0;
  background: var(--nw-white) !important;
  color: var(--nw-ink);
}

.nw-hero-overlay,
.nw-hero-programs,
.nw-hero-index {
  display: none;
}

.nw-hero-shell {
  min-height: 600px;
  padding: 60px 24px 72px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 64px;
}

.nw-hero-content {
  max-width: 570px;
  padding: 0;
}

.nw-hero-kicker {
  margin: 0 0 22px;
  color: var(--nw-muted);
  font-family: var(--nw-font-body);
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}

.nw-hero-title {
  max-width: 620px;
  margin: 0;
  color: var(--nw-ink);
  font-size: 68px;
  font-weight: 600;
  line-height: 0.98;
}

.nw-hero-sub {
  max-width: 530px;
  margin: 24px 0 0;
  color: var(--nw-muted);
  font-size: 18px;
  line-height: 1.6;
}

.nw-hero-cta {
  margin-top: 30px;
  gap: 10px;
}

.nw-btn-hero {
  min-width: 142px;
  border: 1px solid var(--nw-ink);
  background: var(--nw-ink);
  color: var(--nw-white);
}

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

.nw-btn-hero .nw-btn-ic {
  transform: rotate(45deg);
}

.nw-btn-hero-ghost {
  min-width: 142px;
  padding-inline: 18px;
  border: 1px solid var(--nw-line);
  background: var(--nw-white);
  color: var(--nw-ink);
}

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

.nw-btn-hero-ghost small {
  display: none;
}

.nw-hero-proof {
  margin-top: 34px;
  padding-top: 20px;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  gap: 24px;
  border-top: 1px solid var(--nw-line);
}

.nw-hero-proof span {
  min-height: 0;
  padding: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  border: 0;
  color: var(--nw-muted);
  font-size: 11px;
}

.nw-hero-proof strong {
  color: var(--nw-ink);
  font-size: 13px;
}

.nw-hero-media {
  width: 100%;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--nw-paper);
}

.nw-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Service facts. */
.nw-stats {
  padding-block: 50px;
  border-top: 1px solid var(--nw-line);
  border-bottom: 1px solid var(--nw-line);
  background: var(--nw-paper);
}

.nw-stats-shell {
  display: block;
}

.nw-stats .nw-section-intro {
  margin: 0 0 28px;
  padding: 0;
}

.nw-stats .nw-h2 {
  margin: 0;
  font-size: 28px;
}

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

.nw-stat-card {
  min-height: 106px;
  padding: 22px 24px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 7px;
  border: 0;
  border-right: 1px solid var(--nw-line);
  background: transparent;
  color: var(--nw-ink);
}

.nw-stat-card + .nw-stat-card {
  padding-left: 24px;
}

.nw-stat-card:last-child {
  border-right: 0;
}

.nw-stat-index,
.nw-stat-note {
  display: none;
}

.nw-stat-num {
  color: var(--nw-ink);
  font-size: 28px;
  font-weight: 600;
}

.nw-stat-label {
  color: var(--nw-muted);
  font-size: 12px;
  font-weight: 400;
}

.nw-trust {
  display: none;
}

/* Media remains useful; labels and theatre do not. */
.nw-carousel-section,
.nw-carousel-section:has(.nw-carousel-sport),
.nw-carousel-section:has(.nw-carousel-movie),
.nw-carousel-section:has(.nw-carousel-testi) {
  padding-block: 88px;
  background: var(--nw-white);
  color: var(--nw-ink);
}

.nw-carousel-section + .nw-carousel-section {
  padding-top: 0;
}

.nw-carousel-section:has(.nw-carousel-testi) {
  background: var(--nw-paper);
}

.nw-carousel-section .nw-h2 {
  max-width: 760px;
  padding-top: 0;
}

.nw-carousel {
  margin-top: 8px;
}

.nw-carousel-track {
  gap: 12px;
  padding: 0 max(24px, calc((100vw - var(--nw-max)) / 2 + 24px)) 10px;
}

.nw-slide {
  border-radius: 2px;
  background: var(--nw-paper);
}

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

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

.nw-slide-testi {
  width: auto;
  height: 380px;
  min-height: 0;
}

.nw-carousel-testi .nw-carousel-track {
  width: min(100%, var(--nw-max));
  margin-inline: auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible;
}

.nw-carousel-sport .nw-slide::after,
.nw-carousel-movie .nw-slide::after {
  display: none;
  content: none;
}

.nw-slide img {
  transition: opacity 160ms ease;
}

.nw-slide:hover img {
  transform: none;
  opacity: 0.9;
}

/* Plain feature rows. */
.nw-features {
  background: var(--nw-paper);
}

.nw-features-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-color: var(--nw-line);
}

.nw-feature-card,
.nw-feature-card:nth-child(2),
.nw-feature-card:nth-child(5) {
  min-height: 230px;
  padding: 28px;
  border-color: var(--nw-line);
  background: var(--nw-white);
  color: var(--nw-ink);
}

.nw-feature-icon,
.nw-feature-card:nth-child(2) .nw-feature-icon,
.nw-feature-card:nth-child(5) .nw-feature-icon {
  width: 26px;
  height: 26px;
  margin-bottom: 38px;
  color: var(--nw-ink);
}

.nw-feature-title {
  font-size: 19px;
  font-weight: 600;
}

.nw-feature-text,
.nw-feature-card:nth-child(2) .nw-feature-text,
.nw-feature-card:nth-child(5) .nw-feature-text {
  margin-top: 10px;
  color: var(--nw-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* Compact global coverage list. */
.nw-world {
  padding-block: 88px;
  background: var(--nw-white);
  color: var(--nw-ink);
}

.nw-world .nw-container {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: start;
}

.nw-world .nw-h2 {
  margin-bottom: 18px;
}

.nw-region-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
  list-style: none;
  border-top: 1px solid var(--nw-line);
}

.nw-region-list li {
  min-height: 64px;
  padding: 19px 0;
  border-bottom: 1px solid var(--nw-line);
  color: var(--nw-ink);
  font-size: 16px;
  font-weight: 500;
}

/* Devices are a simple compatibility list. */
.nw-devices {
  background: var(--nw-white);
}

.nw-device-grid {
  border-color: var(--nw-line);
}

.nw-device-card {
  min-height: 198px;
  padding: 20px 14px;
  border-color: var(--nw-line);
}

.nw-device-card img {
  height: 122px;
  transition: opacity 160ms ease;
}

.nw-device-card:hover img {
  transform: none;
  opacity: 0.72;
}

.nw-device-card span {
  font-size: 12px;
  font-weight: 600;
}

/* Trial banner and pricing. */
.nw-trial-banner-section {
  background: var(--nw-white);
}

.nw-trial-banner-section .nw-container {
  width: min(100%, var(--nw-max));
  max-width: var(--nw-max);
  padding-inline: 24px;
}

.nw-trial-banner {
  min-height: 0;
  padding: 42px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  border: 1px solid var(--nw-line);
  background: var(--nw-paper);
  color: var(--nw-ink);
}

.nw-trial-flag {
  display: none;
}

.nw-trial-copy h2 {
  max-width: 620px;
  font-size: 30px;
}

.nw-trial-copy p {
  margin-top: 10px;
  color: var(--nw-muted);
}

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

.nw-pricing {
  background: var(--nw-white);
}

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

.nw-pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  background: transparent;
}

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

.nw-pricing-has-trial .nw-price-card-trial {
  display: none;
}

.nw-price-card,
.nw-price-card-featured,
.nw-price-card-trial {
  min-height: 500px;
  padding: 28px 24px 22px;
  border: 1px solid var(--nw-line);
  background: var(--nw-white);
  color: var(--nw-ink);
}

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

.nw-price-badge {
  min-height: 22px;
  background: var(--nw-ink);
  color: var(--nw-white);
  font-size: 9px;
}

.nw-price-head {
  min-height: 142px;
  border-color: var(--nw-line);
}

.nw-price-amount {
  font-size: 43px;
  font-weight: 600;
}

.nw-price-card-trial .nw-price-period,
.nw-price-period {
  color: var(--nw-muted);
}

.nw-price-list {
  margin-block: 22px;
  gap: 9px;
}

.nw-price-list li {
  font-size: 11px;
}

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

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

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

.nw-guarantee {
  padding-block: 0;
}

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

.nw-guarantee-panel {
  min-height: 0;
  padding: 36px 0;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  border-top: 1px solid var(--nw-line);
  border-bottom: 1px solid var(--nw-line);
  background: var(--nw-white);
  color: var(--nw-ink);
}

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

.nw-guarantee-title {
  font-size: 24px;
  font-weight: 600;
}

.nw-guarantee-text {
  color: var(--nw-muted);
  font-size: 13px;
}

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

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

.nw-faq-inner {
  gap: 70px;
}

.nw-faq-q {
  min-height: 72px;
  font-size: 17px;
  font-weight: 600;
}

.nw-faq-ic {
  border-radius: 50%;
}

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

.nw-contact-section {
  background: var(--nw-ink);
  color: var(--nw-white);
}

.nw-contact-panel {
  min-height: 240px;
  padding: 54px max(24px, calc((100vw - var(--nw-max)) / 2 + 24px));
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr) auto;
  grid-template-areas: "title text action";
  gap: 44px;
}

.nw-contact-title {
  font-size: 38px;
  font-weight: 600;
}

.nw-contact-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
}

.nw-contact-icon {
  display: none;
}

.nw-contact-link {
  grid-area: action;
  min-width: 128px;
  border-color: var(--nw-white);
  background: var(--nw-white);
  color: var(--nw-ink);
}

/* Commerce forms. */
.nw-checkout,
.nw-ft {
  background: var(--nw-white);
  color: var(--nw-ink);
}

.nw-assure {
  display: none;
}

.nw-checkout-title {
  font-size: 44px;
  font-weight: 600;
}

.nw-card,
.nw-checkout-card,
.nw-summary-card {
  border-color: var(--nw-line);
  border-radius: 2px;
  box-shadow: none;
}

.nw-step {
  border-radius: 50%;
  background: var(--nw-paper);
}

.nw-field input,
.nw-field textarea,
.nw-ft-field input {
  border-radius: 2px;
}

.nw-field input:focus,
.nw-field textarea:focus,
.nw-ft-field input:focus {
  border-color: var(--nw-ink);
  box-shadow: 0 0 0 2px rgba(20, 20, 20, 0.08);
}

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

.nw-order-nudge,
.nw-summary-guarantee {
  border-color: var(--nw-line);
  background: var(--nw-paper);
}

.nw-summary-guarantee .nw-ic,
.nw-ft-checks .nw-li-ic,
.nw-ft-steps li::before {
  color: var(--nw-ink);
}

.nw-ft-split {
  width: min(100%, var(--nw-max));
  min-height: 690px;
  border-right: 1px solid var(--nw-line);
  border-left: 1px solid var(--nw-line);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.nw-ft-left,
.nw-ft-right {
  padding-block: 64px;
}

.nw-ft-left {
  padding-inline: 48px;
  background: var(--nw-white);
}

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

.nw-ft-right {
  padding-inline: 48px;
  border-left: 1px solid var(--nw-line);
  background: var(--nw-paper);
}

.nw-ft-title {
  font-size: 46px;
  font-weight: 600;
}

.nw-ft-or span {
  background: var(--nw-white);
}

.nw-ft-side-block + .nw-ft-side-block,
.nw-ft-trust {
  border-color: var(--nw-line);
}

/* Directories and setup. */
.nw-channels,
.nw-setup,
.nw-blog {
  background: var(--nw-white);
}

.nw-channels-grid {
  border-color: var(--nw-line);
}

.nw-channel-tile,
.nw-channel-tile:nth-child(3n + 2),
.nw-channel-tile:nth-child(7n) {
  min-height: 112px;
  border-color: var(--nw-line);
  background: var(--nw-white);
}

.nw-channel-name {
  font-size: 16px;
  font-weight: 600;
}

.nw-channel-tile img {
  width: 48px;
  height: 48px;
  filter: grayscale(1);
}

.nw-setup-creds {
  border-left: 2px solid var(--nw-ink);
  background: var(--nw-paper);
}

.nw-dg-tiles {
  border-color: var(--nw-line);
}

.nw-setup-device {
  min-height: 160px;
  border-color: var(--nw-line);
}

.nw-setup-device img {
  height: 100px;
  filter: grayscale(1);
}

.nw-dg-panel,
.nw-setup-steps,
.nw-setup-step {
  border-color: var(--nw-line);
}

.nw-setup-num {
  color: var(--nw-muted);
}

.nw-setup-help {
  border: 1px solid var(--nw-line);
  background: var(--nw-paper);
  color: var(--nw-ink);
}

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

.nw-setup-help .nw-price-list li {
  color: var(--nw-muted);
}

.nw-setup-cta {
  background: var(--nw-ink);
  color: var(--nw-white);
}

/* Native contact page. */
body.nw-contact-page {
  background: var(--nw-white);
}

body.nw-contact-page .page-header {
  padding-top: 72px;
}

body.nw-contact-page .entry-title {
  font-size: 48px;
  font-weight: 600;
}

body.nw-contact-page .entry-title::before {
  content: "Support";
  color: var(--nw-muted);
  text-transform: none;
}

body.nw-contact-page .elementor-element-8efed58 {
  gap: 12px;
  padding-bottom: 72px;
  background: transparent;
}

body.nw-contact-page .elementor-element-8efed58 .elementor-widget-icon-box,
body.nw-contact-page .elementor-element-8efed58 .elementor-widget-icon-box:nth-child(2),
body.nw-contact-page .elementor-element-8efed58 .elementor-widget-icon-box:nth-child(3) {
  min-height: 168px;
  padding: 26px;
  border: 1px solid var(--nw-line);
  border-radius: 2px;
  background: var(--nw-white);
}

body.nw-contact-page .elementor-icon-box-icon .elementor-icon {
  color: var(--nw-ink) !important;
  font-size: 34px;
}

body.nw-contact-page .elementor-icon-box-title {
  font-size: 20px;
  font-weight: 600;
}

body.nw-contact-page .elementor-element-63798da {
  padding-block: 52px;
  border-top: 1px solid var(--nw-line);
  background: var(--nw-paper);
  color: var(--nw-ink);
}

body.nw-contact-page .elementor-element-63798da .elementor-heading-title {
  color: var(--nw-ink) !important;
  font-size: 32px;
}

body.nw-contact-page .elementor-element-63798da .elementor-widget-text-editor {
  color: var(--nw-muted);
}

/* Footer and floating tools. */
.nw-footer {
  background: var(--nw-ink);
}

.nw-footer-trust {
  display: none;
}

.nw-footer-main {
  padding-block: 48px;
  grid-template-columns: 0.7fr 1.3fr;
}

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

.nw-footer-links {
  gap: 14px 24px;
}

.nw-footer-links a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.nw-footer-pay {
  padding-block: 18px;
}

.nw-pay-badge {
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
}

.nw-whatsapp {
  right: 20px;
  left: auto;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

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

.nw-top {
  right: 20px;
  bottom: 78px;
  border-radius: 50%;
  box-shadow: none;
}

@media (min-width: 961px) and (max-height: 650px) {
  .nw-hero-shell {
    min-height: 420px;
    padding-block: 34px;
  }

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

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

  .nw-hero-cta {
    margin-top: 22px;
  }

  .nw-hero-proof {
    margin-top: 22px;
  }

  .nw-hero-media {
    max-height: 340px;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 1120px) {
  .nw-hero-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 42px;
  }

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

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

  .nw-price-card {
    min-height: 470px;
  }
}

@media (max-width: 960px) {
  .nw-header-inner {
    grid-template-columns: auto 1fr auto;
  }

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

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

  .nw-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    padding: 18px 24px 24px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--nw-line);
    background: var(--nw-white);
  }

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

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

  .nw-hero-shell {
    min-height: 0;
    padding-block: 58px 68px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

  .nw-hero-media {
    aspect-ratio: 16 / 9;
  }

  .nw-carousel-testi .nw-carousel-track {
    width: 100%;
    margin: 0;
    padding: 0 18px 10px;
    display: flex;
    overflow-x: auto;
  }

  .nw-carousel-testi .nw-slide-testi {
    width: 280px;
    height: 360px;
  }

  .nw-world .nw-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

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

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

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

  .nw-ft-right {
    border-top: 1px solid var(--nw-line);
    border-left: 0;
  }
}

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

  .nw-container,
  .nw-topbar-inner,
  .nw-header-inner {
    padding-inline: 18px;
  }

  .nw-section,
  .nw-carousel-section,
  .nw-carousel-section:has(.nw-carousel-sport),
  .nw-carousel-section:has(.nw-carousel-movie),
  .nw-carousel-section:has(.nw-carousel-testi),
  .nw-world {
    padding-block: 64px;
  }

  .nw-h2 {
    margin-bottom: 28px;
    font-size: 34px;
  }

  .nw-topbar-status,
  .nw-topbar-cta {
    font-size: 10px;
  }

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

  .nw-hero-shell {
    padding: 46px 18px 58px;
    gap: 34px;
  }

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

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

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

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

  .nw-hero-proof {
    gap: 14px;
  }

  .nw-stats {
    padding-block: 42px;
  }

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

  .nw-stat-card,
  .nw-stat-card + .nw-stat-card {
    padding: 18px 14px 18px 0;
    border-bottom: 1px solid var(--nw-line);
  }

  .nw-stat-card:nth-child(even) {
    padding-left: 14px;
    border-right: 0;
  }

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

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

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

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

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

  .nw-trial-banner-section .nw-container,
  .nw-guarantee .nw-container {
    padding-inline: 18px;
  }

  .nw-trial-banner {
    padding: 30px;
    grid-template-columns: 1fr;
  }

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

  .nw-guarantee-cta {
    grid-column: 1 / -1;
    width: 100%;
  }

  .nw-contact-panel {
    min-height: 0;
    padding: 46px 18px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "text"
      "action";
    gap: 20px;
  }

  .nw-contact-title {
    font-size: 34px;
  }

  .nw-contact-link {
    justify-self: start;
  }

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

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

  .nw-ft-left,
  .nw-ft-right {
    padding: 48px 24px;
  }

  .nw-dg-panel {
    padding: 24px 18px;
  }

  .nw-setup-help {
    grid-template-columns: 1fr;
    background: var(--nw-paper);
  }

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

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

  body.nw-contact-page .page-header {
    padding: 52px 18px 22px;
  }

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

  body.nw-contact-page .elementor-element-8efed58 {
    grid-template-columns: 1fr;
    padding: 10px 18px 52px;
  }

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

@media (max-width: 480px) {
  .nw-topbar-status {
    max-width: 190px;
  }

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

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

  .nw-hero-proof span {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .nw-device-card img,
  .nw-setup-device img {
    height: 95px;
  }

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

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

/* Bold commerce finish: large actions, compact copy, and quiet elevation. */
body.nw-experience *,
body.nw-editorial * {
  letter-spacing: 0;
}

.nw-h2 {
  margin-bottom: 40px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.08;
}

.nw-section-sub {
  font-size: 15px;
}

.nw-btn,
.nw-btn-hero-ghost,
.nw-order-submit,
.nw-ft-submit,
.nw-ft-wa,
.nw-contact-link,
.nw-amz-btn {
  min-height: 54px;
  padding-inline: 26px;
  border-radius: var(--nw-radius);
  font-size: 15px;
  font-weight: 700;
}

.nw-topbar {
  min-height: 34px;
  background: var(--nw-paper);
}

.nw-topbar-inner {
  min-height: 34px;
}

.nw-topbar-status,
.nw-topbar-cta {
  font-size: 12px;
  font-weight: 600;
}

.nw-header {
  box-shadow: 0 1px 0 var(--nw-line);
}

.nw-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(41, 42, 61, 0.1);
}

.nw-logo-copy strong {
  font-size: 27px;
  font-weight: 700;
}

.nw-nav {
  gap: 28px;
}

.nw-nav a {
  font-size: 14px;
  font-weight: 700;
}

.nw-nav a:hover,
.nw-nav a[aria-current="page"] {
  color: var(--nw-signal-deep);
}

.nw-nav a::after {
  height: 2px;
  background: var(--nw-signal);
}

.nw-btn-trial,
.nw-btn-hero,
.nw-btn-price,
.nw-btn-trial-banner,
.nw-order-submit,
.nw-ft-submit,
.nw-setup-cta,
.nw-contact-link,
.nw-amz-btn {
  border-color: var(--nw-signal);
  background: var(--nw-signal);
  color: var(--nw-white);
  box-shadow: 0 8px 18px rgba(242, 92, 66, 0.22);
}

.nw-btn-trial:hover,
.nw-btn-hero:hover,
.nw-btn-price:hover,
.nw-btn-trial-banner:hover,
.nw-order-submit:hover,
.nw-ft-submit:hover,
.nw-setup-cta:hover,
.nw-contact-link:hover,
.nw-amz-btn:hover {
  border-color: var(--nw-signal-deep);
  background: var(--nw-signal-deep);
  color: var(--nw-white);
  transform: translateY(-1px);
}

.nw-btn-trial {
  min-height: 46px;
  padding-inline: 22px;
}

.nw-header .nw-burger {
  border-radius: var(--nw-radius);
}

.nw-hero {
  position: relative;
  overflow: hidden;
  background: #26344f !important;
  color: var(--nw-white);
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.nw-hero-shell {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: clamp(410px, calc(100svh - 145px), 520px);
  margin: 0;
  padding: 48px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nw-hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 920px);
  max-width: 920px;
  margin-inline: auto;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.nw-hero-kicker {
  margin-bottom: 16px;
  color: #ffd8d0;
  font-size: 13px;
  font-weight: 700;
}

.nw-hero-title {
  max-width: 920px;
  color: var(--nw-white);
  font-size: 72px;
  font-weight: 800;
  line-height: 1.02;
}

.nw-hero-sub {
  max-width: 680px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.55;
}

.nw-hero-cta {
  margin-top: 28px;
  gap: 12px;
}

.nw-btn-hero,
.nw-btn-hero-ghost {
  min-width: 178px;
  min-height: 58px;
  font-size: 16px;
}

.nw-btn-hero-ghost {
  border-color: rgba(255, 255, 255, 0.72);
  background: var(--nw-white);
  color: var(--nw-ink);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.nw-btn-hero-ghost:hover {
  border-color: var(--nw-white);
  background: var(--nw-paper);
  color: var(--nw-ink);
  transform: translateY(-1px);
}

.nw-hero-proof {
  margin-top: 26px;
  padding-top: 18px;
  justify-content: center;
  border-color: rgba(255, 255, 255, 0.28);
}

.nw-hero-proof span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

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

.nw-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  aspect-ratio: auto;
  background: #26344f;
}

.nw-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(22, 36, 64, 0.7);
}

.nw-hero-media img {
  object-position: center 56%;
}

.nw-stats {
  padding-block: 64px;
  border: 0;
  background: var(--nw-paper);
}

.nw-stats .nw-section-intro {
  margin-bottom: 30px;
  text-align: center;
}

.nw-stats .nw-h2 {
  font-size: 38px;
  font-weight: 700;
}

.nw-stats-grid {
  gap: 16px;
  border: 0;
}

.nw-stat-card,
.nw-stat-card + .nw-stat-card {
  min-height: 132px;
  padding: 25px;
  justify-content: center;
  border: 1px solid rgba(222, 220, 232, 0.72);
  border-radius: var(--nw-radius);
  background: var(--nw-white);
  box-shadow: var(--nw-shadow);
  text-align: center;
}

.nw-stat-num {
  font-size: 32px;
  font-weight: 700;
}

.nw-stat-label {
  font-size: 12px;
  font-weight: 500;
}

.nw-carousel-section,
.nw-carousel-section:has(.nw-carousel-sport),
.nw-carousel-section:has(.nw-carousel-movie),
.nw-carousel-section:has(.nw-carousel-testi) {
  padding-block: 96px;
}

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

.nw-slide {
  border-radius: var(--nw-radius);
  background: var(--nw-white);
  box-shadow: var(--nw-shadow);
}

.nw-slide:hover {
  box-shadow: var(--nw-shadow-hover);
}

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

.nw-features-grid {
  gap: 18px;
  border: 0;
}

.nw-feature-card,
.nw-feature-card:nth-child(2),
.nw-feature-card:nth-child(5) {
  min-height: 220px;
  border: 1px solid rgba(222, 220, 232, 0.72);
  border-radius: var(--nw-radius);
  box-shadow: var(--nw-shadow);
}

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

.nw-feature-title {
  font-size: 20px;
  font-weight: 700;
}

.nw-world .nw-container {
  align-items: center;
}

.nw-region-list {
  padding-inline: 24px;
  column-gap: 28px;
  border: 1px solid var(--nw-line);
  border-radius: var(--nw-radius);
  background: var(--nw-paper);
}

.nw-region-list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 700;
}

.nw-region-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--nw-signal);
  transform: translateY(-50%);
}

.nw-device-grid {
  gap: 16px;
  border: 0;
}

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

.nw-device-card:hover {
  box-shadow: var(--nw-shadow-hover);
}

.nw-device-card img,
.nw-channel-tile img,
.nw-setup-device img {
  filter: none;
}

.nw-trial-banner {
  border: 0;
  border-radius: var(--nw-radius);
  box-shadow: var(--nw-shadow);
}

.nw-trial-copy h2 {
  font-size: 34px;
  font-weight: 700;
}

.nw-pricing {
  background: var(--nw-paper);
}

.nw-pricing-grid {
  gap: 16px;
}

.nw-price-card,
.nw-price-card-featured,
.nw-price-card-trial {
  border-color: transparent;
  border-radius: var(--nw-radius);
  box-shadow: var(--nw-shadow);
}

.nw-price-card:hover {
  box-shadow: var(--nw-shadow-hover);
  transform: translateY(-2px);
}

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

.nw-price-badge {
  background: var(--nw-signal);
  font-size: 10px;
  font-weight: 700;
}

.nw-price-name {
  font-size: 13px;
  font-weight: 700;
}

.nw-price-amount {
  font-size: 48px;
  font-weight: 700;
}

.nw-price-list li {
  font-size: 12px;
}

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

.nw-guarantee {
  padding-block: 36px 76px;
  background: var(--nw-paper);
}

.nw-guarantee-panel {
  padding: 30px;
  border: 0;
  border-radius: var(--nw-radius);
  box-shadow: var(--nw-shadow);
}

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

.nw-guarantee-title {
  font-size: 26px;
  font-weight: 700;
}

.nw-guarantee-cta {
  min-height: 52px;
  border-color: var(--nw-signal);
  color: var(--nw-signal-deep);
  font-weight: 700;
}

.nw-faq-item {
  border-color: var(--nw-line);
}

.nw-faq-q {
  font-weight: 700;
}

.nw-contact-section {
  background: var(--nw-ink);
}

.nw-contact-title {
  font-size: 44px;
  font-weight: 700;
}

.nw-contact-text {
  font-size: 14px;
}

.nw-checkout,
.nw-ft {
  background: var(--nw-paper);
}

.nw-checkout-title,
.nw-ft-title {
  font-weight: 700;
}

.nw-card,
.nw-checkout-card,
.nw-summary-card,
.nw-ft-split {
  border-color: transparent;
  border-radius: var(--nw-radius);
  box-shadow: var(--nw-shadow);
}

.nw-field input,
.nw-field textarea,
.nw-ft-field input {
  min-height: 50px;
  border-radius: var(--nw-radius);
}

.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(77, 127, 227, 0.14);
}

.nw-ft-right,
.nw-order-nudge,
.nw-summary-guarantee {
  background: var(--nw-paper);
}

.nw-channels,
.nw-setup,
.nw-blog {
  background: var(--nw-paper);
}

.nw-channels-grid,
.nw-dg-tiles {
  gap: 14px;
  border: 0;
}

.nw-channel-tile,
.nw-channel-tile:nth-child(3n + 2),
.nw-channel-tile:nth-child(7n),
.nw-setup-device {
  border: 1px solid var(--nw-line);
  border-radius: var(--nw-radius);
  background: var(--nw-white);
  box-shadow: var(--nw-shadow);
}

.nw-channel-name,
.nw-setup-device span {
  font-weight: 700;
}

.nw-setup-creds,
.nw-setup-help {
  border-color: var(--nw-signal);
  border-radius: var(--nw-radius);
  background: var(--nw-white);
  box-shadow: var(--nw-shadow);
}

.nw-dg-panel,
.nw-setup-step {
  border-radius: var(--nw-radius);
  background: var(--nw-white);
}

body.nw-contact-page {
  background: var(--nw-paper);
}

body.nw-contact-page .entry-title {
  font-size: 56px;
  font-weight: 700;
}

body.nw-contact-page .elementor-element-8efed58 {
  gap: 16px;
}

body.nw-contact-page .elementor-element-8efed58 .elementor-widget-icon-box,
body.nw-contact-page .elementor-element-8efed58 .elementor-widget-icon-box:nth-child(2),
body.nw-contact-page .elementor-element-8efed58 .elementor-widget-icon-box:nth-child(3) {
  border-color: transparent;
  border-radius: var(--nw-radius);
  box-shadow: var(--nw-shadow);
}

body.nw-contact-page .elementor-icon-box-icon .elementor-icon {
  color: var(--nw-signal) !important;
}

.nw-footer {
  background: #242538;
}

.nw-whatsapp {
  box-shadow: 0 10px 24px rgba(41, 42, 61, 0.2);
}

@media (min-width: 961px) and (max-height: 650px) {
  .nw-hero-shell {
    min-height: 350px;
    padding-block: 22px;
  }

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

  .nw-hero-sub {
    margin-top: 12px;
    font-size: 15px;
  }

  .nw-hero-cta {
    margin-top: 16px;
  }

  .nw-btn-hero,
  .nw-btn-hero-ghost {
    min-height: 54px;
  }

  .nw-hero-proof {
    margin-top: 14px;
    padding-top: 12px;
  }
}

@media (max-width: 960px) {
  .nw-nav {
    gap: 0;
    box-shadow: 0 16px 28px rgba(41, 42, 61, 0.12);
  }

  .nw-hero-shell {
    min-height: 600px;
    padding: 56px 24px 62px;
  }

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

  .nw-world .nw-container {
    gap: 36px;
  }
}

@media (max-width: 782px) {
  .nw-section,
  .nw-carousel-section,
  .nw-carousel-section:has(.nw-carousel-sport),
  .nw-carousel-section:has(.nw-carousel-movie),
  .nw-carousel-section:has(.nw-carousel-testi),
  .nw-world {
    padding-block: 72px;
  }

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

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

  .nw-hero-shell {
    min-height: 612px;
    padding: 52px 18px 58px;
  }

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

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

  .nw-hero-cta {
    width: min(100%, 340px);
  }

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

  .nw-stats-grid {
    gap: 12px;
  }

  .nw-stat-card,
  .nw-stat-card + .nw-stat-card,
  .nw-stat-card:nth-child(even) {
    min-height: 120px;
    padding: 20px 12px;
    border: 1px solid rgba(222, 220, 232, 0.72);
  }

  .nw-pricing-grid {
    gap: 14px;
  }

  .nw-guarantee {
    padding-block: 20px 64px;
  }

  .nw-guarantee-panel {
    padding: 26px;
  }

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

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

@media (max-width: 480px) {
  .nw-topbar-status,
  .nw-topbar-cta {
    font-size: 10px;
  }

  .nw-hero-shell {
    min-height: 620px;
  }

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

  .nw-hero-proof {
    width: 100%;
    gap: 8px;
  }

  .nw-region-list {
    padding-inline: 20px;
  }
}

.nw-blog-grid {
  gap: 22px;
}

.nw-blog-card {
  border-color: transparent;
  border-radius: var(--nw-radius);
  background: var(--nw-white);
  box-shadow: var(--nw-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nw-blog-card:hover {
  box-shadow: var(--nw-shadow-hover);
  transform: translateY(-2px);
}

.nw-blog-thumb {
  border-radius: var(--nw-radius) var(--nw-radius) 0 0;
}

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

.nw-blog-title {
  font-weight: 700;
}

.nw-blog-date,
.nw-blog-more,
.nw-blog-cat-all {
  color: var(--nw-signal-deep);
}

.nw-blog-cat-label,
.nw-blog-tag {
  border-radius: 4px;
  font-family: var(--nw-font-body);
  font-weight: 700;
}

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