:root {
  --ink: #17202a;
  --muted: #073d5b;
  --footer: #fbfbfb;
  --line: #d6e0ea;
  --bg: #f3f7fb52;
  --panel: #ffffff;
  --navy: #073d5b;
  --navy-2: #102338;
  --blue: #1597d3;
  --blue-dark: #0b70a9;
  --cyan: #e7f7ff;
  --hero-header-offset: 138px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid transparent;
  background: transparent;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, backdrop-filter .22s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 36px rgba(16, 35, 56, .08);
  backdrop-filter: blur(12px);
}

.site-header__utility,
.site-header__inner {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header__utility {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 10px 0 16px;
}

.brand img {
  display: block;
  width: 190px;
  max-width: 44vw;
  transition: filter .22s ease;
}

.site-header:not(.is-scrolled) .brand img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(96%) saturate(3891%) hue-rotate(190deg) brightness(104%) contrast(105%);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: #17202a;
  font-weight: 700;
}

.site-header:not(.is-scrolled) .main-nav,
.site-header:not(.is-scrolled) .language-switcher button {
  color: #fff;
}

.site-header:not(.is-scrolled) .language-switcher button.is-active {
  background: transparent;
  color: #0087ff;
}

.main-nav a:hover,
.main-nav a:focus {
  color: var(--blue-dark);
}

.site-header:not(.is-scrolled) .main-nav a:hover,
.site-header:not(.is-scrolled) .main-nav a:focus,
.site-header:not(.is-scrolled) .language-switcher button:hover,
.site-header:not(.is-scrolled) .language-switcher button:focus {
  color: #fff;
}

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

.language-switcher {
  display: flex;
  gap: 8px;
  padding: 0;
}

.language-switcher button {
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #17202a;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.language-switcher button.is-active {
  background: transparent;
  color: #0087ff;
}

/*
.site-header:not(.is-scrolled) .language-switcher button.is-active {
  color: #fff;
}
  */

.ghost-button,
.primary-button,
.secondary-button,
.trail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 800;
}

.ghost-button,
.secondary-button,
.trail-button {
  border: 1px solid var(--line);
  background: #fff;
}

.ghost-button {
  border-color: #0087ff;
  background: #0087ff;
  color: #fff;
  box-shadow: 0 12px 34px rgba(0, 135, 255, .26);
}

.trail-button {
  border-color: #0bda20;
  background: #0bda20;
  color: #fff;
  box-shadow: 0 12px 34px rgba(0, 135, 255, .26);
}

.primary-button {
  background: var(--blue);
  color: #fff;
}

.primary-button:hover,
.primary-button:focus {
  background: var(--blue-dark);
}

main {
  overflow: hidden;
}

.solutions,
.platform,
.player,
.register,
.support {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}





/*Mobiel*/

@media (max-width: 768px) {

  .site-header:has(.site-header__inner.menu-open) {
    border-bottom-color: var(--line);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 36px rgba(16, 35, 56, .08);
    backdrop-filter: blur(12px);
  }

  .site-header:has(.site-header__inner.menu-open) .language-switcher button {
    color: #17202a;
  }

  .site-header:has(.site-header__inner.menu-open) .language-switcher button.is-active {
    background: transparent;
    color: #0087ff;
  }

  .site-header__inner {
    position: relative;
  }
  .brand img {
    margin-top:5px;
  }
  .main-nav,
  .header-actions {
    display: none;
  }

  .site-header__inner::after {
    content: "☰";
    font-size: 32px;
    margin-left: auto;
    cursor: pointer;
    color: #d6e0ea;
    margin-top: -51px;
  }

  .site-header:is(.is-scrolled) .site-header__inner::after {
    color: #0d0d0e;
  }

  .site-header__inner.menu-open::after {
    content: "×";
    color: #0d0d0e;
    margin-top: 10px;
    margin: 0 auto;
  }

  .site-header__inner.menu-open .main-nav,
  .site-header__inner.menu-open .header-actions {
    display: flex;
  }

  .site-header__inner.menu-open {
    flex-wrap: wrap;
  }

  .main-nav {
    width: 100%;
    flex-direction: column;
    gap: 18px;
    padding-top: 24px;
  }

  .main-nav a {
    color: #17202a;

  }

  .header-actions {
    width: 100%;
    flex-direction: column;
    gap: 12px;
    padding-top: 18px;
  }
}



/*mobiel*/




.eyebrow {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(44px, 5vw, 70px);
  line-height: .97;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.12;
}

.register-text {
  width: 100%;
}

.register-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  flex-direction: column;
  flex-shrink: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #05080d;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.4s ease, transform 8s ease;
  background-position: 100% 38%;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero-bg.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-bg--main {
  background-image: url("../img/hero-narrowtv.png");
}

.hero-bg--signage {
  background-image: url("../img/narrowtv_digital_signage.png");
}

.hero-bg--menu {
  background-image: url("../img/narrowtv_digital_menu_board.png");
}

.hero-bg--kiosk {
  background-image: url("../img/narrowtv_instore_order_kiosk.png");
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 8, 13, .98) 0%, rgba(5, 8, 13, .86) 34%, rgba(5, 8, 13, .42) 68%, rgba(5, 8, 13, .08) 100%),
    radial-gradient(circle at 26% 100%, rgba(21, 151, 211, .32), transparent 42%),
    linear-gradient(135deg, rgba(0, 89, 164, .52), transparent 64%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: radial-gradient(rgba(21, 151, 211, .35) 1px, transparent 1px);
  background-size: 12px 12px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 42%);
  mask-image: linear-gradient(90deg, #000 0%, transparent 42%);
  opacity: .36;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg {
    transition: none;
    transform: none;
  }
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: var(--hero-header-offset) 0 116px;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, .74);
}

.hero h1 {
  max-width: 720px;
  color: #fff;
  font-weight: 900;
}

.hero-title-accent {
  display: block;
  margin-top: 10px;
  color: #0087ff;
}

.hero-text {
  max-width: 620px;
  margin-bottom: 0;
  color: #e6eef7;
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.55;
}

.hero .primary-button,
.hero .secondary-button {
  min-height: 58px;
  padding-inline: 28px;
  border-radius: 14px;
  font-size: 18px;
}

.hero .primary-button {
  background: #0087ff;
  box-shadow: 0 18px 48px rgba(0, 135, 255, .36);
}

.hero .secondary-button {
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .05);
  color: #fff;
  backdrop-filter: blur(8px);
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 22px;
  max-width: 740px;
  margin-top: 30px;
}

.hero-feature {
  color: #fff;
  text-align: center;
}

.hero-feature .hero-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  color: #0087ff;
}

.hero-feature .hero-feature__icon svg {
  display: block;
  width: 48px;
  height: 48px;
}

.hero-feature .hero-feature__icon path,
.hero-feature .hero-feature__icon rect,
.hero-feature .hero-feature__icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-feature strong,
.hero-feature span {
  display: block;
}

.hero-feature strong {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 800;
}

.hero-feature span {
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  line-height: 1.45;
}

.hero-trust {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: rgba(3, 5, 9, .76);
  backdrop-filter: blur(10px);
}

.hero-trust__inner {
  width: min(1440px, calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 44px;
  color: rgba(255, 255, 255, .76);
  font-weight: 700;
}

.hero-trust__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 34px;
  color: rgba(255, 255, 255, .62);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.solutions,
.platform,
.player,
.register,
.support {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 54px 0;
}

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

.solution-card,
.platform,
.player,
.register-panel,
.faq-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.solution-card {
  overflow: hidden;
}

.solution-card h3,
.solution-card p {
  padding-inline: 22px;
}

.solution-card p {
  padding-bottom: 24px;
  color: var(--muted);
  font-size: 18px;
}

.solution-media {
  aspect-ratio: 16 / 9;
  margin-bottom: 22px;
  background:
    linear-gradient(135deg, rgba(7, 61, 91, .92), rgba(21, 151, 211, .84)),
    radial-gradient(circle at 78% 22%, #f3c84d, transparent 34%);
}

.media-casting {
  /*background:
    linear-gradient(135deg, rgba(16,24,38,.96), rgba(32,35,66,.94)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.07), rgba(255,255,255,.07) 1px, transparent 1px, transparent 28px);*/
  background: url('/assets/img/narrowtv_digital_signage.png') no-repeat center center / 100%;
}

.media-menu {
  /*background:
    linear-gradient(135deg, rgba(16,24,38,.96), rgba(32,35,66,.94)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.07), rgba(255,255,255,.07) 1px, transparent 1px, transparent 28px);*/
  background: url('/assets/img/narrowtv_digital_menu_board.png') no-repeat center center / 100%;
}

.media-order {
  /*background:
    linear-gradient(135deg, rgba(11,112,169,.92), rgba(15,32,52,.92)),
    radial-gradient(circle at 28% 35%, #fff, transparent 20%);*/
  background: url('/assets/img/narrowtv_instore_order_kiosk.png') no-repeat center center / 100%;
}

.platform,
.player {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  gap: 34px;
  padding: 34px;
}

.platform-copy p,
.player p {
  color: var(--muted);
  font-size: 20px;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-list div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9fcff;
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list span {
  color: var(--muted);
}

.steps {
  margin: 0;
  margin-top: 70px;
  padding-left: max(24px, clamp(50px, 8vw, 100px));
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
}

.steps li+li {
  margin-top: 18px;
}

.register-panel {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 38px;
  background: var(--navy);
  color: #fff;
  min-height: 220px;
}

.register-panel .eyebrow,
.register-panel p {
  color: rgba(255, 255, 255, .76);
}

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

.faq-grid article {
  padding: 24px;
}

.faq-grid p {
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid var(--line);
  background-color: #17202a;
}

.site-footer__inner {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 32px 0;
  color: var(--footer);
  font-weight: 700;
}

@media (max-width: 1100px) {
  :root {
    --hero-header-offset: 190px;
  }

  .site-header__inner {
    grid-template-columns: 1fr;
  }

  .main-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-actions {
    justify-content: space-between;
  }

  .platform,
  .player {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(5, 8, 13, .98) 0%, rgba(5, 8, 13, .9) 54%, rgba(5, 8, 13, .54) 100%),
      url("../img/hero-narrowtv.png") 100% 38% / cover no-repeat;
  }

  .hero-copy {
    min-height: auto;
    padding: var(--hero-header-offset) 0 164px;
  }

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

  .hero-trust__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 20px 0;
  }

  .hero-trust__logos {
    gap: 18px;
    font-size: 14px;
  }

  .solution-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  :root {
    --hero-header-offset: 110px;
  }

  .site-header__utility,
  .site-header__inner,
  .site-footer__inner,
  .solutions,
  .platform,
  .player,
  .register,
  .support {
    width: min(100% - 24px, 1440px);
  }

  .site-header__inner {
    gap: 14px;
    padding: 8px 0 14px;
  }

  .header-actions,
  .hero-actions,
  .register-actions,
  .site-footer__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .language-switcher {
    justify-content: space-between;
  }

  .platform,
  .player,
  .register-panel {
    padding: 22px;
  }

  .register-panel {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .hero-text,
  .platform-copy p,
  .player p {
    font-size: 19px;
  }

  .hero-copy,
  .hero-trust__inner {
    width: min(100% - 24px, 1440px);
  }

  .hero-features {
    grid-template-columns: 1fr;
  }
}
.page-shell {
  width: 100%;
  padding: 0 0 100px;
}

.page-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin-bottom: 100px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 8, 13, .98) 0%, rgba(5, 8, 13, .86) 34%, rgba(5, 8, 13, .42) 68%, rgba(5, 8, 13, .08) 100%),
    url("../img/hero-narrowtv.png") 100% 38% / cover no-repeat;
  color: #fff;
  isolation: isolate;
  padding: var(--hero-header-offset) max(24px, calc((100vw - 1440px) / 2)) 116px;
}

[data-page="enterprise"] .page-hero {
  background:
    linear-gradient(90deg, rgba(5, 8, 13, .98) 0%, rgba(5, 8, 13, .86) 34%, rgba(5, 8, 13, .42) 68%, rgba(5, 8, 13, .08) 100%),
    url("../img/narrowtv_enterprise.png") 100% 38% / cover no-repeat;
}

[data-page="partnership"] .page-hero {
  background:
    linear-gradient(90deg, rgba(5, 8, 13, .98) 0%, rgba(5, 8, 13, .86) 34%, rgba(5, 8, 13, .42) 68%, rgba(5, 8, 13, .08) 100%),
    url("../img/narrowtv_digital_menu_board.png") 100% 38% / cover no-repeat;
}

.page-hero > * {
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 6vw, 86px);
  line-height: .98;
  letter-spacing: 0;
}

.page-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, .88);
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.55;
}

.page-hero--compact {
  min-height: 72vh;
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto 28px;
}

.page-card,
.privacy-statement,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.page-card {
  padding: 26px;
}

.page-card h2 {
  font-size: clamp(24px, 2.2vw, 34px);
}

.page-card p,
.privacy-statement,
.privacy- p {
  color: var(--muted);
  font-size: 18px;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(420px, 1fr);
  gap: 32px;
  width: min(1440px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.contact-panel--single {
  max-width: 1440px;
}



.privacy-statement{
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(420px, 1fr);
  gap: 32px;
  width: min(1440px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.privacy-statement--single {
  max-width: 1440px;
}

.privacy-statement h1 {
  font-size: 22px;
}

.privacy-statement h2 {
  font-size: 18px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label,
.contact-form span {
  display: block;
}

.contact-form .form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form span {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .form-full,
.contact-form .form-status,
.contact-form button {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 22px;
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.form-status:empty {
  display: none;
}

.form-status.is-success {
  color: #087a45;
}

.form-status.is-error {
  color: #c6283c;
}

.form-status.is-loading {
  color: var(--muted);
}

.contact-form button {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.contact-form button:disabled {
  cursor: progress;
  opacity: .72;
}

[hidden] {
  display: none !important;
}

@media (max-width: 1100px) {
  .page-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    gap: 22px;
  }
}

@media (max-width: 680px) {
  .page-shell {
    width: 100%;
    padding: 0 0 64px;
  }

  .page-hero {
    min-height: 100vh;
    margin-bottom: 64px;
    padding: var(--hero-header-offset) 24px 96px;
  }

  .page-grid {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 1440px);
  }

  .contact-panel,
  .page-card {
    padding: 22px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }
}
