/*
 * nummerschilderen.com Route C scoped CSS draft
 * Status: not live. Review artifact for Flatsome/WooCommerce implementation.
 * Scope rule: only affects elements inside .ns-route-c or .ns-route-c-pdp.
 */

.ns-route-c,
.ns-route-c-pdp {
  --ns-paper: #fffaf3;
  --ns-paper-strong: #fff4e6;
  --ns-ink: #18324a;
  --ns-muted: #607286;
  --ns-line: rgba(24, 50, 74, 0.16);
  --ns-blue: #1f78c8;
  --ns-blue-dark: #155b99;
  --ns-coral: #df6f5c;
  --ns-green: #4f9270;
  --ns-white: #fff;
  --ns-radius: 8px;
  --ns-max: 1180px;
  --ns-shadow: 0 18px 48px rgba(24, 50, 74, 0.12);
  color: var(--ns-ink);
  letter-spacing: 0;
}

.ns-route-c *,
.ns-route-c-pdp * {
  box-sizing: border-box;
}

.ns-route-c img,
.ns-route-c-pdp img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ns-route-c a,
.ns-route-c-pdp a {
  color: inherit;
}

.ns-route-c-site-header {
  --ns-header-ink: #18324a;
  --ns-header-muted: #607286;
  --ns-header-line: rgba(24, 50, 74, 0.14);
  --ns-header-teal: #4f9a9d;
  --ns-header-blue: #1f78c8;
  --ns-header-paper: #fffaf3;
  --ns-header-white: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--ns-header-white);
  color: var(--ns-header-ink);
  border-bottom: 1px solid var(--ns-header-line);
  box-shadow: 0 10px 26px rgba(24, 50, 74, 0.06);
}

.ns-route-c-site-header,
.ns-route-c-site-header * {
  box-sizing: border-box;
}

.ns-route-c-site-header a {
  color: inherit;
  text-decoration: none;
}

.ns-route-c-header-top {
  background: var(--ns-header-teal);
  color: #fff;
}

.ns-route-c-header-top__inner,
.ns-route-c-header-main,
.ns-route-c-header-nav {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.ns-route-c-header-top__inner {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 0.78rem;
  font-weight: 800;
}

.ns-route-c-header-trust {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
}

.ns-route-c-header-trust span,
.ns-route-c-header-service a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.ns-route-c-header-trust img {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  object-fit: contain;
}

.ns-route-c-header-service {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.ns-route-c-header-main {
  display: grid;
  min-height: 72px;
  align-items: center;
  gap: 18px;
  grid-template-columns: auto minmax(260px, 1fr) auto;
}

.ns-route-c-header-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.ns-route-c-header-logo img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: contain;
}

.ns-route-c-header-logo strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1;
}

.ns-route-c-header-logo small {
  display: block;
  margin-top: 3px;
  color: var(--ns-header-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.ns-route-c-header-search {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ns-header-line);
  border-radius: 999px;
  background: #fff;
  grid-template-columns: 1fr auto;
}

.ns-route-c-header-search input {
  width: 100%;
  min-height: 42px;
  border: 0;
  padding: 0 16px;
  color: var(--ns-header-ink);
  font: inherit;
  outline: 0;
}

.ns-route-c-header-search button,
.ns-route-c-header-icon-button,
.ns-route-c-header-menu-button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.ns-route-c-header-search button {
  display: inline-flex;
  width: 48px;
  align-items: center;
  justify-content: center;
  background: var(--ns-header-blue);
  color: #fff;
  font-weight: 900;
}

.ns-route-c-header-search button img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.ns-route-c-header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 9px;
}

.ns-route-c-header-primary {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--ns-header-ink);
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(24, 50, 74, 0.16);
}

.ns-route-c-header-primary img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ns-route-c-header-icon-button,
.ns-route-c-header-menu-button {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ns-header-line);
  border-radius: 999px;
  background: var(--ns-header-white);
  color: var(--ns-header-ink);
  font-weight: 900;
}

.ns-route-c-header-icon-button img,
.ns-route-c-header-menu-button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ns-route-c-header-nav-wrap {
  border-top: 1px solid var(--ns-header-line);
  background: var(--ns-header-paper);
}

.ns-route-c-header-nav {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ns-route-c-header-nav__links,
.ns-route-c-header-nav__shop {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ns-route-c-header-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.ns-route-c-header-nav a[aria-current="page"] {
  color: var(--ns-header-blue);
}

.ns-route-c-header-nav__shop {
  color: var(--ns-header-muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.ns-route-c-header-mega {
  display: none;
  border-top: 1px solid var(--ns-header-line);
  background: linear-gradient(90deg, #fffaf3 0%, #fffaf3 42%, #eef8f6 42%, #eef8f6 100%);
}

.ns-route-c-header-mega.is-open,
.ns-route-c-header-mega.is-preview-open {
  display: block;
}

.ns-route-c-header-mega__inner {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  gap: 26px;
  padding: 22px 0 24px;
  grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1fr);
}

.ns-route-c-header-mega__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 178px;
}

.ns-route-c-header-mega__intro small {
  color: var(--ns-header-blue);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ns-route-c-header-mega__intro strong {
  display: block;
  max-width: 300px;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  line-height: 0.98;
}

.ns-route-c-header-mega__intro p {
  max-width: 340px;
  margin: 12px 0 18px;
  color: var(--ns-header-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.ns-route-c-header-mega__intro a {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--ns-header-blue);
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 900;
}

.ns-route-c-header-mega__routes {
  display: grid;
  align-content: center;
  gap: 10px 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ns-route-c-header-mega__route {
  display: grid;
  min-width: 0;
  align-items: center;
  gap: 11px;
  padding: 8px 0;
  border-top: 1px solid rgba(24, 50, 74, 0.12);
  grid-template-columns: 58px minmax(0, 1fr);
}

.ns-route-c-header-mega__route img {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
}

.ns-route-c-header-mega__route strong,
.ns-route-c-header-mega__route span {
  display: block;
  min-width: 0;
}

.ns-route-c-header-mega__route strong {
  color: var(--ns-header-ink);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.12;
}

.ns-route-c-header-mega__route span {
  margin-top: 4px;
  color: var(--ns-header-muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.25;
}

.ns-route-c-mobile-drawer {
  display: none;
}

@media (max-width: 800px) {
  .ns-route-c-site-header {
    position: sticky;
  }

  .ns-route-c-header-top__inner {
    width: 100%;
    min-height: 28px;
    justify-content: center;
    overflow: hidden;
    padding-inline: 10px;
  }

  .ns-route-c-header-trust {
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ns-route-c-header-trust span {
    font-size: 0.72rem;
  }

  .ns-route-c-header-service,
  .ns-route-c-header-logo small,
  .ns-route-c-header-primary,
  .ns-route-c-header-icon-button,
  .ns-route-c-header-nav-wrap {
    display: none;
  }

  .ns-route-c-header-main {
    width: calc(100% - 24px);
    min-height: 58px;
    gap: 10px;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .ns-route-c-header-logo img {
    width: 42px;
    height: 42px;
  }

  .ns-route-c-header-logo strong {
    font-size: 0.92rem;
  }

  .ns-route-c-header-search {
    width: 62px;
    min-width: 62px;
    border-radius: 8px;
    grid-template-columns: 1fr;
  }

  .ns-route-c-header-search input {
    display: none;
  }

  .ns-route-c-header-search button {
    width: 42px;
    min-height: 38px;
    border-radius: 8px;
  }

  .ns-route-c-header-icon-button,
  .ns-route-c-header-menu-button {
    min-width: 38px;
    min-height: 38px;
  }

  .ns-route-c-mobile-drawer.is-open {
    display: grid;
    position: absolute;
    z-index: 6;
    top: 100%;
    right: 0;
    left: 0;
    overflow: hidden;
    border-top: 1px solid var(--ns-header-line);
    background: #fff;
    box-shadow: 0 24px 70px rgba(24, 50, 74, 0.22);
    grid-template-columns: 1fr;
  }

  .ns-route-c-mobile-drawer__primary,
  .ns-route-c-mobile-drawer__links,
  .ns-route-c-mobile-drawer__service {
    display: grid;
    gap: 0;
  }

  .ns-route-c-mobile-drawer a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border-bottom: 1px solid var(--ns-header-line);
    color: var(--ns-header-ink);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .ns-route-c-mobile-drawer a span {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
  }

  .ns-route-c-mobile-drawer a img {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 8px;
    object-fit: cover;
  }

  .ns-route-c-mobile-drawer__primary a {
    background: var(--ns-header-paper);
    color: var(--ns-header-blue);
  }

  .ns-route-c-mobile-drawer__service a {
    color: var(--ns-header-muted);
    font-size: 0.76rem;
  }
}

.ns-route-c-band {
  width: min(var(--ns-max), calc(100% - 32px));
  margin-inline: auto;
}

.ns-route-c-eyebrow {
  margin: 0 0 10px;
  color: var(--ns-coral);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ns-route-c h1,
.ns-route-c h2,
.ns-route-c-pdp h1,
.ns-route-c-pdp h2 {
  margin-top: 0;
  color: var(--ns-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

.ns-route-c h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: 2.4rem;
}

.ns-route-c h2,
.ns-route-c-pdp h2 {
  margin-bottom: 14px;
  font-size: 1.9rem;
}

.ns-route-c p,
.ns-route-c-pdp p {
  color: var(--ns-muted);
  line-height: 1.55;
}

.ns-route-c-button,
.ns-route-c .button.ns-route-c-button,
.ns-route-c-pdp .button.ns-route-c-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--ns-radius);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.ns-route-c-button--primary,
.ns-route-c .button.ns-route-c-button--primary,
.ns-route-c-pdp .button.ns-route-c-button--primary {
  background: var(--ns-blue);
  color: var(--ns-white);
  box-shadow: 0 10px 28px rgba(31, 120, 200, 0.22);
}

.ns-route-c-button--primary:hover,
.ns-route-c .button.ns-route-c-button--primary:hover,
.ns-route-c-pdp .button.ns-route-c-button--primary:hover {
  background: var(--ns-blue-dark);
  color: var(--ns-white);
}

.ns-route-c-button--secondary {
  border-color: var(--ns-line);
  background: var(--ns-white);
  color: var(--ns-ink);
}

.ns-route-c-trustline {
  display: grid;
  gap: 10px;
  padding: 8px 0 0;
}

.ns-route-c-trustline__item {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 9px;
  color: var(--ns-ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.ns-route-c-trustline__item img {
  padding: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 22px rgba(24, 50, 74, 0.08);
}

.ns-route-c-trustline__icon,
.ns-route-c-proof-list__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.ns-route-c-hero {
  display: grid;
  gap: 24px;
  padding: 34px 0 54px;
  background: var(--ns-paper);
}

.ns-route-c-hero__copy {
  align-self: center;
  min-width: 0;
}

.ns-route-c-hero__lead {
  max-width: 620px;
  margin: 0;
  font-size: 1.05rem;
}

.ns-route-c-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 18px;
}

.ns-route-c-hero__media {
  position: relative;
  overflow: hidden;
  border-radius: var(--ns-radius);
  background: var(--ns-white);
  box-shadow: 0 24px 58px rgba(24, 50, 74, 0.12);
}

.ns-route-c-hero__media img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

.ns-route-c-hero__caption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 13px;
  border-radius: var(--ns-radius);
  background: rgba(255, 250, 243, 0.94);
  color: var(--ns-ink);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.22;
}

.ns-route-c-hero__caption img {
  width: 24px;
  height: 24px;
  min-height: 0;
  aspect-ratio: 1;
  object-fit: contain;
}

.ns-route-c-intents {
  padding: 54px 0 62px;
}

.ns-route-c-choice-studio {
  position: relative;
}

.ns-route-c-section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.ns-route-c-choice-heading {
  max-width: 920px;
}

.ns-route-c-choice-heading p:last-child {
  max-width: 620px;
  margin: 0;
  font-size: 1.02rem;
}

.ns-route-c-choice-layout {
  display: grid;
  gap: 24px;
  align-items: stretch;
}

.ns-route-c-choice-visual {
  position: relative;
  display: none;
  margin: 0;
  overflow: hidden;
  border-radius: var(--ns-radius);
  background: var(--ns-ink);
  box-shadow: 0 22px 52px rgba(24, 50, 74, 0.14);
}

.ns-route-c-choice-visual > img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
}

.ns-route-c-choice-visual figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: var(--ns-radius);
  background: rgba(255, 250, 243, 0.94);
  color: var(--ns-ink);
  font-weight: 900;
  line-height: 1.2;
}

.ns-route-c-choice-visual figcaption img {
  width: 24px;
  height: 24px;
  min-height: 0;
  aspect-ratio: 1;
  object-fit: contain;
}

.ns-route-c-choice-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(24, 50, 74, 0.14);
}

.ns-route-c-choice-row {
  display: grid;
  grid-template-columns: 38px 68px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(24, 50, 74, 0.14);
  color: var(--ns-ink);
  text-decoration: none;
}

.ns-route-c-choice-row:hover {
  color: var(--ns-ink);
}

.ns-route-c-choice-row.ns-route-c-choice-row--featured {
  margin: 10px 0;
  padding: 12px;
  border: 0;
  border-radius: var(--ns-radius);
  background: var(--ns-ink);
  color: var(--ns-white);
  box-shadow: 0 18px 42px rgba(24, 50, 74, 0.12);
}

.ns-route-c-choice-row.ns-route-c-choice-row--featured:hover {
  color: var(--ns-white);
}

.ns-route-c-choice-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ns-line);
  border-radius: var(--ns-radius);
  background: var(--ns-white);
}

.ns-route-c-choice-icon img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.ns-route-c-choice-media {
  overflow: hidden;
  border-radius: var(--ns-radius);
}

.ns-route-c-choice-media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.ns-route-c-choice-row.ns-route-c-choice-row--featured .ns-route-c-choice-icon {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
}

.ns-route-c-choice-row.ns-route-c-choice-row--featured .ns-route-c-choice-media img {
  aspect-ratio: 1.08 / 1;
}

.ns-route-c-choice-copy {
  display: grid;
  gap: 4px;
}

.ns-route-c-choice-kicker {
  color: var(--ns-coral);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ns-route-c-choice-copy strong {
  color: var(--ns-ink);
  font-size: 1.05rem;
  line-height: 1.1;
}

.ns-route-c-choice-row.ns-route-c-choice-row--featured .ns-route-c-choice-copy strong {
  color: var(--ns-white);
}

.ns-route-c-choice-copy span:last-child {
  color: var(--ns-muted);
  font-size: 0.93rem;
  line-height: 1.38;
}

.ns-route-c-choice-row.ns-route-c-choice-row--featured .ns-route-c-choice-copy span:last-child {
  color: rgba(255, 255, 255, 0.82);
}

.ns-route-c-choice-cta {
  display: none;
  justify-self: end;
  padding: 9px 12px;
  border-radius: var(--ns-radius);
  background: var(--ns-blue);
  color: var(--ns-white);
  font-size: 0.86rem;
  font-weight: 900;
}

.ns-route-c-choice-row.ns-route-c-choice-row--featured .ns-route-c-choice-cta {
  background: var(--ns-white);
  color: var(--ns-ink);
}

.ns-route-c-pdp {
  background: var(--ns-paper);
}

.ns-route-c-pdp-shell {
  width: min(var(--ns-max), calc(100% - 32px));
  display: grid;
  gap: 22px;
  margin: 0 auto;
  padding: 28px 0 42px;
}

.ns-route-c-gallery {
  min-width: 0;
}

.ns-route-c-gallery__main {
  width: 100%;
  overflow: hidden;
  border-radius: var(--ns-radius);
  background: var(--ns-white);
  box-shadow: var(--ns-shadow);
}

.ns-route-c-gallery__main img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.ns-route-c-gallery__thumbs {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
}

.ns-route-c-gallery__thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--ns-radius);
  object-fit: cover;
}

.ns-route-c-buybox {
  align-self: start;
  padding: 18px;
  border: 1px solid var(--ns-line);
  border-radius: var(--ns-radius);
  background: var(--ns-white);
  box-shadow: 0 16px 42px rgba(24, 50, 74, 0.08);
}

.ns-route-c-buybox__rating {
  margin: 0 0 8px;
  color: var(--ns-green);
  font-size: 0.9rem;
  font-weight: 900;
}

.ns-route-c-buybox__lead {
  margin-bottom: 16px;
}

.ns-route-c-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
}

.ns-route-c-price-row__price {
  color: var(--ns-ink);
  font-size: 1.55rem;
  font-weight: 950;
}

.ns-route-c-price-row__badge {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(223, 111, 92, 0.12);
  color: #a94334;
  font-size: 0.78rem;
  font-weight: 900;
}

.ns-route-c-proof-list {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
}

.ns-route-c-proof-list span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ns-ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.ns-route-c-pdp .wcpa_form_outer {
  margin-top: 14px;
}

.ns-route-c-pdp .wcpa_form_outer label,
.ns-route-c-pdp .wcpa_form_outer .wcpa_field_label {
  color: var(--ns-ink);
  font-weight: 850;
}

.ns-route-c-pdp .wcpa_form_outer select,
.ns-route-c-pdp .wcpa_form_outer input[type="text"],
.ns-route-c-pdp .wcpa_form_outer input[type="file"] {
  min-height: 46px;
  border-color: var(--ns-line);
  border-radius: var(--ns-radius);
  background: var(--ns-white);
  color: var(--ns-ink);
}

.ns-route-c-pdp .single_add_to_cart_button.button.alt {
  min-height: 52px;
  border-radius: var(--ns-radius);
  background: var(--ns-blue);
  color: var(--ns-white);
  font-weight: 950;
}

.ns-route-c-pdp .single_add_to_cart_button.button.alt:hover {
  background: var(--ns-blue-dark);
}

.ns-route-c-pdp .ux-buy-now-button {
  border-radius: var(--ns-radius);
}

.ns-route-c-proof-section {
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: var(--ns-paper-strong);
}

.ns-route-c-proof-section > .ns-route-c-section-heading,
.ns-route-c-proof-grid {
  width: min(var(--ns-max), calc(100% - 32px));
  margin-inline: auto;
}

.ns-route-c-proof-section > .ns-route-c-section-heading p:last-child {
  max-width: 690px;
  margin: 0;
}

.ns-route-c-proof-grid {
  display: grid;
  gap: 18px;
}

.ns-route-c-proof-card {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ns-route-c-proof-card img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  padding: 0;
  border-radius: var(--ns-radius);
  background: var(--ns-white);
  object-fit: contain;
  box-shadow: 0 16px 38px rgba(24, 50, 74, 0.08);
}

.ns-route-c-proof-card__body {
  padding: 14px 0 0;
}

.ns-route-c-proof-card h3 {
  margin: 0 0 8px;
  color: var(--ns-ink);
  font-size: 1.05rem;
}

.ns-route-c-proof-card p {
  margin: 0;
  font-size: 0.94rem;
}

.ns-route-c-category-showcase {
  padding: 54px 0 46px;
  border-top: 1px solid rgba(24, 50, 74, 0.12);
}

.ns-route-c-category-showcase__intro {
  max-width: 760px;
  margin-bottom: 22px;
}

.ns-route-c-category-showcase__intro p:last-child,
.ns-route-c-process-visual__header p:last-child {
  max-width: 650px;
  margin-bottom: 0;
}

.ns-route-c-category-mosaic {
  display: grid;
  gap: 14px;
}

.ns-route-c-category-feature,
.ns-route-c-category-row,
.ns-route-c-category-tile {
  color: inherit;
  text-decoration: none;
}

.ns-route-c-category-feature {
  position: relative;
  display: grid;
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--ns-radius);
  background: var(--ns-ink);
}

.ns-route-c-category-feature img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.ns-route-c-category-feature__copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 8px;
  padding: 22px;
  background: rgba(24, 50, 74, 0.9);
  color: var(--ns-white);
}

.ns-route-c-category-kicker {
  color: #ffd6bd;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ns-route-c-category-feature strong {
  max-width: 560px;
  color: var(--ns-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1.05;
}

.ns-route-c-category-feature span,
.ns-route-c-category-feature small {
  color: inherit;
}

.ns-route-c-category-feature__copy > span:not(.ns-route-c-category-kicker):not(.ns-route-c-inline-action) {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.86);
}

.ns-route-c-inline-action {
  width: fit-content;
  margin-top: 4px;
  padding: 9px 12px;
  border-radius: var(--ns-radius);
  background: var(--ns-white);
  color: var(--ns-ink);
  font-size: 0.88rem;
  font-weight: 950;
}

.ns-route-c-category-stack {
  display: grid;
  gap: 12px;
}

.ns-route-c-category-grid {
  display: grid;
  gap: 12px;
}

.ns-route-c-category-tile {
  position: relative;
  min-height: 186px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: var(--ns-radius);
  background: var(--ns-ink);
  isolation: isolate;
}

.ns-route-c-category-tile img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ns-route-c-category-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 58%;
  background: rgba(24, 50, 74, 0.82);
}

.ns-route-c-category-tile span {
  display: grid;
  gap: 6px;
  padding: 16px;
  color: var(--ns-white);
}

.ns-route-c-category-tile strong {
  font-size: 1.08rem;
  line-height: 1.12;
}

.ns-route-c-category-tile small {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  line-height: 1.35;
}

.ns-route-c-category-row {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 126px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--ns-line);
}

.ns-route-c-category-row img {
  width: 116px;
  height: 96px;
  border-radius: var(--ns-radius);
  object-fit: cover;
}

.ns-route-c-category-row span {
  display: grid;
  gap: 6px;
}

.ns-route-c-category-row strong {
  color: var(--ns-ink);
  font-size: 1.02rem;
  line-height: 1.18;
}

.ns-route-c-category-row small {
  color: var(--ns-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.ns-route-c-category-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.ns-route-c-category-links a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 7px 0;
  border-bottom: 1px solid var(--ns-line);
  color: var(--ns-ink);
  font-size: 0.94rem;
  font-weight: 900;
  text-decoration: none;
}

.ns-route-c-category-links img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: cover;
}

.ns-route-c-product-shelf {
  padding: 54px 0 58px;
  border-top: 1px solid rgba(24, 50, 74, 0.12);
}

.ns-route-c-product-shelf__header {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.ns-route-c-product-shelf__header h2 {
  margin-bottom: 0;
}

.ns-route-c-product-shelf__header p:not(.ns-route-c-eyebrow) {
  max-width: 660px;
  margin: 0;
}

.ns-route-c-product-shelf__header a {
  width: fit-content;
  color: var(--ns-blue);
  font-weight: 950;
  text-decoration: none;
}

.ns-route-c-product-strip {
  display: grid;
  gap: 14px;
}

.ns-route-c-product-tile {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  color: var(--ns-ink);
  text-decoration: none;
}

.ns-route-c-product-tile img {
  width: 96px;
  height: 118px;
  border-radius: var(--ns-radius);
  background: var(--ns-white);
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(24, 50, 74, 0.08);
}

.ns-route-c-product-tile span {
  color: var(--ns-ink);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.15;
}

.ns-route-c-product-tile--featured {
  padding: 10px;
  border-radius: var(--ns-radius);
  background: var(--ns-white);
  box-shadow: 0 18px 40px rgba(24, 50, 74, 0.1);
}

.ns-route-c-product-tile--featured img {
  box-shadow: none;
}

.ns-route-c-process-visual {
  padding: 50px 0 58px;
  border-top: 1px solid rgba(24, 50, 74, 0.12);
}

.ns-route-c-process-visual__header {
  max-width: 780px;
  margin-bottom: 22px;
}

.ns-route-c-process-visual__header p:last-child {
  max-width: 620px;
  margin: 0;
}

.ns-route-c-process-rail {
  display: grid;
  gap: 12px;
}

.ns-route-c-process-rail article {
  position: relative;
  overflow: hidden;
  padding-bottom: 14px;
  border: 0;
  border-bottom: 1px solid var(--ns-line);
  border-radius: 0;
  background: transparent;
}

.ns-route-c-process-rail article > img:not(.ns-route-c-process-rail__icon) {
  width: 100%;
  aspect-ratio: 1.34 / 1;
  border-radius: var(--ns-radius);
  object-fit: cover;
}

.ns-route-c-process-rail__icon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  width: 38px;
  height: 38px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(24, 50, 74, 0.14);
  object-fit: contain;
}

.ns-route-c-process-rail h3 {
  margin: 14px 0 4px;
  color: var(--ns-ink);
  font-size: 1rem;
  line-height: 1.15;
}

.ns-route-c-process-rail p {
  margin: 0;
  color: var(--ns-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.ns-route-c-seo-section {
  width: min(var(--ns-max), calc(100% - 32px));
  display: grid;
  gap: 20px;
  margin: 0 auto;
  padding: 54px 0;
  border-top: 1px solid rgba(24, 50, 74, 0.12);
}

.ns-route-c-seo-grid {
  display: grid;
  gap: 16px;
}

.ns-route-c-text-panel {
  padding: 0 0 0 16px;
  border: 0;
  border-left: 2px solid rgba(223, 111, 92, 0.46);
  border-radius: 0;
  background: transparent;
}

.ns-route-c-seo-section--steps .ns-route-c-seo-grid {
  counter-reset: ns-route-step;
}

.ns-route-c-seo-section--steps .ns-route-c-text-panel {
  position: relative;
  counter-increment: ns-route-step;
}

.ns-route-c-seo-section--steps .ns-route-c-text-panel::before {
  content: counter(ns-route-step, decimal-leading-zero);
  display: block;
  margin-bottom: 8px;
  color: var(--ns-coral);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
}

.ns-route-c-text-panel h2,
.ns-route-c-text-panel h3 {
  margin: 0 0 10px;
  color: var(--ns-ink);
  letter-spacing: 0;
}

.ns-route-c-text-panel h3 {
  font-size: 1.1rem;
}

.ns-route-c-text-panel p,
.ns-route-c-text-panel li {
  color: var(--ns-muted);
  line-height: 1.55;
}

.ns-route-c-text-panel a,
.ns-route-c-faq-item a {
  color: var(--ns-ink);
  font-weight: 850;
}

.ns-route-c-text-panel p:last-child,
.ns-route-c-text-panel ul:last-child,
.ns-route-c-text-panel ol:last-child {
  margin-bottom: 0;
}

.ns-route-c-faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--ns-line);
}

.ns-route-c-faq-item {
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--ns-line);
  border-radius: 0;
  background: transparent;
}

.ns-route-c-faq-item h3 {
  margin: 0 0 8px;
  color: var(--ns-ink);
  font-size: 1rem;
  letter-spacing: 0;
}

.ns-route-c-faq-item p {
  margin: 0;
  color: var(--ns-muted);
  font-size: 0.94rem;
}

.ns-route-c-sticky {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--ns-line);
  border-radius: var(--ns-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 46px rgba(24, 50, 74, 0.18);
}

.ns-route-c-sticky.is-visible {
  display: flex;
}

.ns-route-c-sticky strong {
  color: var(--ns-ink);
  font-size: 0.92rem;
}

.ns-route-c-sticky a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: var(--ns-radius);
  background: var(--ns-blue);
  color: var(--ns-white);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 420px) {
  .ns-route-c h1 {
    font-size: 2.2rem;
  }

  .ns-route-c-button {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .ns-route-c h1 {
    font-size: 3.35rem;
  }

  .ns-route-c h2,
  .ns-route-c-pdp h2 {
    font-size: 2.55rem;
  }

  .ns-route-c-hero__lead {
    font-size: 1.14rem;
  }

  .ns-route-c-trustline {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }

  .ns-route-c-proof-grid {
    grid-template-columns: 1.08fr 0.96fr 0.96fr;
    align-items: start;
  }

  .ns-route-c-process-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ns-route-c-category-links {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ns-route-c-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ns-route-c-category-tile--wide {
    grid-column: 1 / -1;
    min-height: 174px;
  }

  .ns-route-c-product-shelf__header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .ns-route-c-product-shelf__header .ns-route-c-eyebrow,
  .ns-route-c-product-shelf__header h2,
  .ns-route-c-product-shelf__header p:not(.ns-route-c-eyebrow) {
    grid-column: 1;
  }

  .ns-route-c-product-shelf__header a {
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  .ns-route-c-product-strip {
    grid-template-columns: minmax(0, 1.18fr) repeat(3, minmax(0, 0.86fr));
    align-items: start;
  }

  .ns-route-c-product-tile {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ns-route-c-product-tile img {
    width: 100%;
    height: auto;
    aspect-ratio: 0.82 / 1;
  }

  .ns-route-c-product-tile--featured {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .ns-route-c-product-tile--featured img {
    aspect-ratio: 0.9 / 1;
    box-shadow: 0 18px 40px rgba(24, 50, 74, 0.12);
  }

  .ns-route-c-product-tile--featured span {
    font-size: 1.08rem;
  }

  .ns-route-c-choice-row {
    grid-template-columns: 38px 82px minmax(0, 1fr) auto;
    padding: 16px 0;
  }

  .ns-route-c-choice-row.ns-route-c-choice-row--featured {
    grid-template-columns: 38px 96px minmax(0, 1fr) auto;
    margin: 12px 0;
    padding: 14px;
  }

  .ns-route-c-choice-cta {
    display: inline-flex;
  }

  .ns-route-c-seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .ns-route-c-hero,
  .ns-route-c-pdp-shell {
    grid-template-columns: minmax(0, 0.94fr) minmax(430px, 0.92fr);
    align-items: center;
  }

  .ns-route-c-pdp-shell {
    align-items: start;
  }

  .ns-route-c-choice-layout {
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .ns-route-c-category-mosaic {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
    align-items: stretch;
  }

  .ns-route-c-category-grid {
    align-self: stretch;
  }

  .ns-route-c-choice-visual {
    display: block;
  }

  .ns-route-c-choice-visual > img {
    height: 100%;
    min-height: 430px;
    aspect-ratio: auto;
  }

  .ns-route-c-seo-section {
    grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
    gap: 46px;
    align-items: start;
  }

  .ns-route-c-seo-section > .ns-route-c-section-heading {
    margin-bottom: 0;
  }

  .ns-route-c-seo-section > .ns-route-c-section-heading h2 {
    font-size: 2.35rem;
  }

  .ns-route-c-seo-section > .ns-route-c-seo-grid,
  .ns-route-c-seo-section > .ns-route-c-faq-list {
    min-width: 0;
  }

  .ns-route-c-seo-section--steps .ns-route-c-seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ns-route-c h1 {
    font-size: 4.25rem;
  }

  .ns-route-c h2,
  .ns-route-c-pdp h2 {
    font-size: 2.85rem;
  }

  .ns-route-c-hero__lead {
    font-size: 1.2rem;
  }

  .ns-route-c-sticky {
    display: none !important;
  }
}

/*
 * Live polish pass 2026-05-08.
 * WordPress wpautop inserts visible BR/empty text wrappers between inline
 * homepage component nodes. These were stretching route rows and product tiles.
 */
body.page-id-26480 .ns-route-c br,
body.page-id-26480 .ns-route-c p:empty {
  display: none !important;
}

body.page-id-26480 #section_667975598 {
  display: none !important;
}

body.page-id-26480 #footer > section.section:not(.dark) {
  display: none !important;
}

body.page-id-26480 .ns-route-c-choice-row,
body.page-id-26480 .ns-route-c-product-tile,
body.page-id-26480 .ns-route-c-category-tile,
body.page-id-26480 .ns-route-c-category-feature,
body.page-id-26480 .ns-route-c-button {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

body.page-id-26480 .ns-route-c-choice-row:hover,
body.page-id-26480 .ns-route-c-product-tile:hover,
body.page-id-26480 .ns-route-c-category-tile:hover,
body.page-id-26480 .ns-route-c-category-feature:hover {
  transform: translateY(-2px);
}

body.page-id-26480 .ns-route-c-choice-row:focus-visible,
body.page-id-26480 .ns-route-c-product-tile:focus-visible,
body.page-id-26480 .ns-route-c-category-tile:focus-visible,
body.page-id-26480 .ns-route-c-category-feature:focus-visible,
body.page-id-26480 .ns-route-c-button:focus-visible {
  outline: 3px solid rgba(31, 120, 200, 0.42);
  outline-offset: 3px;
}

body.page-id-26480 .cmplz-cookiebanner.cmplz-show {
  overflow: hidden;
  border: 1px solid rgba(24, 50, 74, 0.14) !important;
  border-radius: 16px !important;
  box-shadow: 0 22px 70px rgba(24, 50, 74, 0.22) !important;
}

body.page-id-26480 .cmplz-cookiebanner .cmplz-message,
body.page-id-26480 .cmplz-cookiebanner .cmplz-category-title {
  line-height: 1.42 !important;
}

@media (min-width: 801px) {
  body.page-id-26480 .ns-route-c-header-top__inner,
  body.page-id-26480 .ns-route-c-header-main,
  body.page-id-26480 .ns-route-c-header-nav,
  body.page-id-26480 .ns-route-c-header-mega__inner {
    width: min(1880px, calc(100% - 64px));
  }

  body.page-id-26480 .ns-route-c-header-top__inner {
    min-height: 28px;
    font-size: 0.74rem;
  }

  body.page-id-26480 .ns-route-c-header-trust,
  body.page-id-26480 .ns-route-c-header-service {
    gap: 18px;
  }

  body.page-id-26480 .ns-route-c-header-main {
    min-height: 64px;
    gap: 18px;
    grid-template-columns: 300px minmax(360px, 680px) minmax(0, 1fr);
    justify-content: start;
  }

  body.page-id-26480 .ns-route-c-header-logo img {
    width: 48px;
    height: 48px;
  }

  body.page-id-26480 .ns-route-c-header-logo strong {
    font-size: 1rem;
  }

  body.page-id-26480 .ns-route-c-header-logo small {
    font-size: 0.68rem;
  }

  body.page-id-26480 .ns-route-c-header-search {
    width: min(100%, 680px);
    height: 44px;
    justify-self: start;
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(24, 50, 74, 0.04);
  }

  body.page-id-26480 .ns-route-c-header-search input {
    height: 44px;
    min-height: 44px;
    padding-inline: 18px 14px;
    font-size: 0.94rem;
  }

  body.page-id-26480 .ns-route-c-header-search button {
    width: 52px;
    height: 44px;
    min-height: 44px;
  }

  body.page-id-26480 .ns-route-c-header-search button img {
    width: 22px !important;
    max-width: 22px !important;
    height: 22px !important;
    transform: none;
  }

  body.page-id-26480 .ns-route-c-header-actions {
    gap: 8px;
    justify-self: end;
  }

  body.page-id-26480 .ns-route-c-header-primary {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.82rem;
  }

  body.page-id-26480 .ns-route-c-header-icon-button,
  body.page-id-26480 .ns-route-c-header-menu-button {
    min-width: 42px;
    min-height: 42px;
    box-shadow: 0 10px 24px rgba(24, 50, 74, 0.06);
  }

  body.page-id-26480 .ns-route-c-header-nav {
    min-height: 36px;
  }

  body.page-id-26480 .ns-route-c-header-nav a {
    font-size: 0.72rem;
  }
}

@media (min-width: 801px) and (max-width: 1120px) {
  body.page-id-26480 .ns-route-c-header-main {
    grid-template-columns: minmax(190px, 240px) minmax(280px, 1fr) auto;
  }

  body.page-id-26480 .ns-route-c-header-logo small,
  body.page-id-26480 .ns-route-c-header-icon-button[href*="mijn-account"] {
    display: none;
  }

  body.page-id-26480 .ns-route-c-header-service {
    gap: 12px;
  }
}

.ns-route-c-blog {
  padding: 54px 0 58px;
  border-top: 1px solid rgba(24, 50, 74, 0.12);
}

.ns-route-c-blog__header {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.ns-route-c-blog__header h2 {
  margin-bottom: 0;
}

.ns-route-c-blog__header p:not(.ns-route-c-eyebrow) {
  max-width: 680px;
  margin: 0;
}

.ns-route-c-blog__header a {
  width: fit-content;
  color: var(--ns-blue);
  font-weight: 950;
  text-decoration: none;
}

.ns-route-c-blog__grid {
  display: grid;
  gap: 14px;
}

.ns-route-c-blog-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(24, 50, 74, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--ns-ink);
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(24, 50, 74, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ns-route-c-blog-card:hover {
  color: var(--ns-ink);
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(24, 50, 74, 0.11);
}

.ns-route-c-blog-card:focus-visible {
  outline: 3px solid rgba(31, 120, 200, 0.42);
  outline-offset: 3px;
}

.ns-route-c-blog-card img,
.ns-route-c-blog-card__media {
  width: 100%;
  aspect-ratio: 1.42 / 1;
}

.ns-route-c-blog-card img {
  object-fit: cover;
}

.ns-route-c-blog-card__media {
  display: block;
  background-position: center;
  background-size: cover;
}

.ns-route-c-blog-card__body {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.ns-route-c-blog-card__tag {
  color: var(--ns-coral);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ns-route-c-blog-card strong {
  font-size: 1.04rem;
  line-height: 1.14;
}

.ns-route-c-blog-card span:not(.ns-route-c-blog-card__tag) {
  color: var(--ns-muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

@media (min-width: 700px) {
  .ns-route-c-blog__header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .ns-route-c-blog__header .ns-route-c-eyebrow,
  .ns-route-c-blog__header h2,
  .ns-route-c-blog__header p:not(.ns-route-c-eyebrow) {
    grid-column: 1;
  }

  .ns-route-c-blog__header a {
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  .ns-route-c-blog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 699px) {
  body.page-id-26480 .ns-route-c-band,
  body.page-id-26480 .ns-route-c-proof-section > .ns-route-c-section-heading,
  body.page-id-26480 .ns-route-c-proof-grid,
  body.page-id-26480 .ns-route-c-seo-section {
    width: min(100% - 28px, var(--ns-max));
  }

  body.page-id-26480 .ns-route-c h1 {
    font-size: clamp(2rem, 11.6vw, 2.55rem);
    line-height: 0.98;
  }

  body.page-id-26480 .ns-route-c h2 {
    font-size: clamp(1.85rem, 9.4vw, 2.35rem);
    line-height: 1;
  }

  body.page-id-26480 .ns-route-c-hero {
    gap: 18px;
    padding: 24px 0 34px;
  }

  body.page-id-26480 .ns-route-c-hero__lead,
  body.page-id-26480 .ns-route-c-choice-heading p:last-child,
  body.page-id-26480 .ns-route-c-category-showcase__intro p:last-child,
  body.page-id-26480 .ns-route-c-process-visual__header p:last-child {
    font-size: 1rem;
    line-height: 1.48;
  }

  body.page-id-26480 .ns-route-c-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 18px 0 14px;
  }

  body.page-id-26480 .ns-route-c-hero__actions .ns-route-c-button {
    width: 100%;
    min-height: 46px;
    padding: 11px 10px;
    font-size: 0.92rem;
  }

  body.page-id-26480 .ns-route-c-trustline {
    gap: 7px;
  }

  body.page-id-26480 .ns-route-c-trustline__item {
    min-height: 30px;
    font-size: 0.84rem;
    line-height: 1.22;
  }

  body.page-id-26480 .ns-route-c-trustline__icon,
  body.page-id-26480 .ns-route-c-proof-list__icon {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
  }

  body.page-id-26480 .ns-route-c-hero__media img {
    aspect-ratio: 1.46 / 1;
  }

  body.page-id-26480 .ns-route-c-intents,
  body.page-id-26480 .ns-route-c-proof-section,
  body.page-id-26480 .ns-route-c-category-showcase,
  body.page-id-26480 .ns-route-c-product-shelf,
  body.page-id-26480 .ns-route-c-process-visual,
  body.page-id-26480 .ns-route-c-seo-section {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  body.page-id-26480 .ns-route-c-section-heading {
    margin-bottom: 18px;
  }

  body.page-id-26480 .ns-route-c-choice-list {
    gap: 10px;
    border-top: 0;
  }

  body.page-id-26480 .ns-route-c-choice-row,
  body.page-id-26480 .ns-route-c-choice-row.ns-route-c-choice-row--featured {
    min-height: 0;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(24, 50, 74, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(24, 50, 74, 0.06);
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 11px;
  }

  body.page-id-26480 .ns-route-c-choice-row.ns-route-c-choice-row--featured {
    background: var(--ns-ink);
    box-shadow: 0 18px 42px rgba(24, 50, 74, 0.14);
  }

  body.page-id-26480 .ns-route-c-choice-icon {
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 2;
    width: 28px;
    height: 28px;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.9);
  }

  body.page-id-26480 .ns-route-c-choice-icon img {
    width: 16px;
    height: 16px;
  }

  body.page-id-26480 .ns-route-c-choice-media {
    position: relative;
    overflow: hidden;
    align-self: stretch;
  }

  body.page-id-26480 .ns-route-c-choice-media img,
  body.page-id-26480 .ns-route-c-choice-row.ns-route-c-choice-row--featured .ns-route-c-choice-media img {
    width: 58px;
    height: 74px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  body.page-id-26480 .ns-route-c-choice-copy {
    align-content: center;
    gap: 3px;
  }

  body.page-id-26480 .ns-route-c-choice-copy strong {
    font-size: 1rem;
  }

  body.page-id-26480 .ns-route-c-choice-copy span:last-child {
    font-size: 0.86rem;
    line-height: 1.32;
  }

  body.page-id-26480 .ns-route-c-choice-kicker {
    font-size: 0.64rem;
  }

  body.page-id-26480 .ns-route-c-proof-grid,
  body.page-id-26480 .ns-route-c-process-rail {
    gap: 14px;
  }

  body.page-id-26480 .ns-route-c-proof-card img,
  body.page-id-26480 .ns-route-c-process-rail article > img:not(.ns-route-c-process-rail__icon) {
    aspect-ratio: 1.48 / 1;
    object-fit: cover;
  }

  body.page-id-26480 .ns-route-c-process-rail article {
    display: grid;
    min-height: 122px;
    align-items: center;
    gap: 4px 12px;
    padding: 10px 0;
    grid-template-columns: 108px minmax(0, 1fr);
  }

  body.page-id-26480 .ns-route-c-process-rail article > img:not(.ns-route-c-process-rail__icon) {
    width: 108px;
    height: 102px;
    grid-row: 1 / span 2;
  }

  body.page-id-26480 .ns-route-c-process-rail__icon {
    top: 16px;
    left: 8px;
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  body.page-id-26480 .ns-route-c-process-rail h3 {
    margin: 0;
    font-size: 1rem;
  }

  body.page-id-26480 .ns-route-c-process-rail p {
    font-size: 0.88rem;
    line-height: 1.34;
  }

  body.page-id-26480 .ns-route-c-category-feature {
    min-height: 340px;
  }

  body.page-id-26480 .ns-route-c-category-feature img {
    min-height: 340px;
  }

  body.page-id-26480 .ns-route-c-category-grid {
    gap: 10px;
  }

  body.page-id-26480 .ns-route-c-category-tile {
    min-height: 142px;
  }

  body.page-id-26480 .ns-route-c-category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    overflow: visible;
    padding: 2px 0 4px;
  }

  body.page-id-26480 .ns-route-c-category-links::before {
    flex: 0 0 100%;
  }

  body.page-id-26480 .ns-route-c-product-strip {
    gap: 10px;
  }

  body.page-id-26480 .ns-route-c-product-tile,
  body.page-id-26480 .ns-route-c-product-tile--featured {
    min-height: 0;
    padding: 10px;
    border: 1px solid rgba(24, 50, 74, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(24, 50, 74, 0.06);
    grid-template-columns: 76px minmax(0, 1fr);
  }

  body.page-id-26480 .ns-route-c-product-tile img,
  body.page-id-26480 .ns-route-c-product-tile--featured img {
    width: 76px;
    height: 86px;
    aspect-ratio: auto;
    object-fit: cover;
    box-shadow: none;
  }

  body.page-id-26480 .ns-route-c-product-tile span,
  body.page-id-26480 .ns-route-c-product-tile--featured span {
    align-self: center;
    font-size: 0.98rem;
  }

  body.page-id-26480 .ns-route-c-text-panel {
    padding-left: 13px;
  }

  body.page-id-26480 .ns-route-c-blog {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  body.page-id-26480 .ns-route-c-blog__header {
    margin-bottom: 16px;
  }

  body.page-id-26480 .ns-route-c-blog-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.page-id-26480 .ns-route-c-blog-card img,
  body.page-id-26480 .ns-route-c-blog-card__media {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1.42 / 1;
  }

  body.page-id-26480 .ns-route-c-blog-card__body {
    align-content: center;
    padding: 13px;
  }

  body.page-id-26480 .ns-route-c-blog-card strong {
    font-size: 0.96rem;
  }

  body.page-id-26480 .ns-route-c-blog-card span:not(.ns-route-c-blog-card__tag) {
    font-size: 0.82rem;
    line-height: 1.34;
  }

  body.page-id-26480 .cmplz-cookiebanner.cmplz-show {
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
    width: auto !important;
    max-height: min(620px, 74vh) !important;
    overflow-y: auto !important;
  }

  body.page-id-26480 .cmplz-cookiebanner .cmplz-body {
    max-height: none !important;
  }
}

body.page-id-26480 .ns-route-c-category-links {
  align-items: center;
}

body.page-id-26480 .ns-route-c-category-links::before {
  content: "Ook populair";
  color: var(--ns-muted);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

body.page-id-26480 .ns-route-c-category-links a {
  display: inline-flex;
  width: auto;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 6px 12px 6px 7px;
  border: 1px solid rgba(24, 50, 74, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--ns-ink);
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(24, 50, 74, 0.06);
}

body.page-id-26480 .ns-route-c-category-links a:hover {
  border-color: rgba(31, 120, 200, 0.32);
  color: var(--ns-ink);
  transform: translateY(-1px);
}

body.page-id-26480 .ns-route-c-category-links img {
  display: none;
}

@media (max-width: 699px) {
  body.page-id-26480 .ns-route-c-category-links a {
    flex: 1 1 calc(33.333% - 6px);
    justify-content: center;
    padding: 0 10px;
    text-align: center;
  }
}

@media (min-width: 700px) {
  body.page-id-26480 .ns-route-c-category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
  }
}

/*
 * Live media render fix 2026-05-08.
 * Flatsome image rules load after this stylesheet, so critical Route C media
 * needs explicit dimensions to avoid wide raster assets rendering as thin strips.
 */
body.page-id-26480 .ns-route-c img {
  display: block;
  max-width: 100%;
}

body.page-id-26480 .ns-route-c-hero__media {
  aspect-ratio: 1.18 / 1;
  min-height: clamp(320px, 32vw, 455px);
}

body.page-id-26480 .ns-route-c-hero__media > img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

body.page-id-26480 .ns-route-c-choice-visual {
  width: 100%;
  min-width: 0;
  aspect-ratio: auto;
  min-height: 360px;
}

body.page-id-26480 .ns-route-c-choice-visual > img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

body.page-id-26480 .ns-route-c-choice-media img,
body.page-id-26480 .ns-route-c-choice-row.ns-route-c-choice-row--featured .ns-route-c-choice-media img {
  width: 68px !important;
  height: 68px !important;
  aspect-ratio: auto !important;
  object-fit: cover;
}

body.page-id-26480 .ns-route-c-proof-card img {
  width: 100% !important;
  height: clamp(190px, 18vw, 265px) !important;
  aspect-ratio: auto !important;
  object-fit: cover;
}

body.page-id-26480 .ns-route-c-category-feature img,
body.page-id-26480 .ns-route-c-category-tile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

body.page-id-26480 .ns-route-c-product-tile img,
body.page-id-26480 .ns-route-c-product-tile--featured img {
  width: 100% !important;
  height: clamp(160px, 17vw, 245px) !important;
  aspect-ratio: auto !important;
  object-fit: cover;
}

body.page-id-26480 .ns-route-c-process-rail article > img:not(.ns-route-c-process-rail__icon) {
  width: 100% !important;
  height: clamp(150px, 15vw, 215px) !important;
  aspect-ratio: auto !important;
  object-fit: cover;
}

body.page-id-26480 .ns-route-c-blog-card__media {
  width: 100% !important;
  height: clamp(170px, 16vw, 240px) !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  background-position: center;
  background-size: cover;
}

@media (max-width: 699px) {
  body.page-id-26480 .ns-route-c-hero__media {
    min-height: 268px;
  }

  body.page-id-26480 .ns-route-c-choice-media img,
  body.page-id-26480 .ns-route-c-choice-row.ns-route-c-choice-row--featured .ns-route-c-choice-media img {
    width: 58px !important;
    height: 74px !important;
  }

  body.page-id-26480 .ns-route-c-proof-card img {
    height: 190px !important;
  }

  body.page-id-26480 .ns-route-c-product-tile img,
  body.page-id-26480 .ns-route-c-product-tile--featured img {
    width: 76px !important;
    height: 86px !important;
  }

  body.page-id-26480 .ns-route-c-process-rail article > img:not(.ns-route-c-process-rail__icon) {
    width: 108px !important;
    height: 102px !important;
  }

  body.page-id-26480 .ns-route-c-blog-card__media {
    height: 176px !important;
  }
}

@media (min-width: 900px) {
  body.page-id-26480 .ns-route-c-choice-visual {
    height: 100%;
    min-height: 430px;
  }
}

/*
 * Homepage header containment override 2026-05-08.
 * This file loads after the header plugin on the live homepage, so it must not
 * re-expand the new contained navigation back to the old 1880px layout.
 */
body.page-id-26480 .ns-route-c-site-header {
  padding: 8px 0 10px;
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%);
  box-shadow: 0 14px 38px rgba(24, 50, 74, 0.08);
}

body.page-id-26480 .ns-route-c-header-top {
  background: transparent;
}

body.page-id-26480 .ns-route-c-header-top__inner,
body.page-id-26480 .ns-route-c-header-main,
body.page-id-26480 .ns-route-c-header-nav {
  width: min(1180px, calc(100% - 40px));
}

body.page-id-26480 .ns-route-c-header-top__inner {
  min-height: 30px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: #4f9a9d;
  box-shadow: 0 10px 24px rgba(24, 50, 74, 0.08);
}

body.page-id-26480 .ns-route-c-header-main {
  min-height: 74px;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(24, 50, 74, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 54px rgba(24, 50, 74, 0.1);
  grid-template-columns: minmax(230px, 280px) minmax(280px, 560px) minmax(0, 1fr);
}

body.page-id-26480 .ns-route-c-header-search {
  width: min(100%, 560px);
  height: 46px;
  border-radius: 999px;
  background: #f8fbfc;
}

body.page-id-26480 .ns-route-c-header-search input {
  height: 46px;
  min-height: 46px;
  font-size: 0.9rem;
}

body.page-id-26480 .ns-route-c-header-search button {
  width: 50px;
  height: 46px;
  min-height: 46px;
  border-radius: 999px;
}

body.page-id-26480 .ns-route-c-header-nav-wrap {
  border-top: 0;
  background: transparent;
}

body.page-id-26480 .ns-route-c-header-nav {
  min-height: 46px;
  margin-top: 8px;
  padding: 0 14px;
  border: 1px solid rgba(24, 50, 74, 0.1);
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.92);
  box-shadow: 0 10px 30px rgba(24, 50, 74, 0.07);
}

body.page-id-26480 .ns-route-c-header-nav__links,
body.page-id-26480 .ns-route-c-header-nav__shop {
  gap: 8px;
}

body.page-id-26480 .ns-route-c-header-nav a {
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 0.72rem;
}

body.page-id-26480 .ns-route-c-header-nav a:hover,
body.page-id-26480 .ns-route-c-header-nav a:focus-visible,
body.page-id-26480 .ns-route-c-header-nav a[aria-current="page"] {
  background: #fff;
  color: var(--ns-header-ink);
  box-shadow: 0 8px 18px rgba(24, 50, 74, 0.08);
}

body.page-id-26480 .ns-route-c-header-mega {
  position: absolute;
  right: 0;
  left: 0;
  border-top: 0;
  background: transparent;
  pointer-events: none;
}

body.page-id-26480 .ns-route-c-header-mega.is-open {
  pointer-events: auto;
}

body.page-id-26480 .ns-route-c-header-mega__inner {
  width: min(1040px, calc(100% - 48px));
  margin: 8px auto 0;
  padding: 18px;
  border: 1px solid rgba(24, 50, 74, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 26px 80px rgba(24, 50, 74, 0.18);
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
}

@media (min-width: 1180px) {
  body.page-id-26480 .ns-route-c-header-main {
    grid-template-columns: 280px minmax(360px, 560px) minmax(0, 1fr);
  }
}

@media (max-width: 800px) {
  body.page-id-26480 .ns-route-c-site-header {
    padding: 6px 0 8px;
  }

  body.page-id-26480 .ns-route-c-header-top__inner,
  body.page-id-26480 .ns-route-c-header-main {
    width: calc(100% - 20px);
  }

  body.page-id-26480 .ns-route-c-header-top__inner {
    border-radius: 14px;
  }

  body.page-id-26480 .ns-route-c-header-main {
    min-height: 62px;
    margin-top: 7px;
    border-radius: 18px;
    grid-template-columns: minmax(0, 1fr) 48px 48px;
    justify-content: stretch;
  }

  body.page-id-26480 .ns-route-c-header-logo {
    min-width: 0;
    gap: 8px;
    overflow: hidden;
  }

  body.page-id-26480 .ns-route-c-header-logo span {
    min-width: 0;
  }

  body.page-id-26480 .ns-route-c-header-logo strong {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  body.page-id-26480 .ns-route-c-header-search {
    width: 48px;
    min-width: 48px;
    justify-self: end;
  }

  body.page-id-26480 .ns-route-c-header-search button,
  body.page-id-26480 .ns-route-c-header-menu-button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  body.page-id-26480 .ns-route-c-mobile-drawer.is-open {
    right: 10px;
    left: 10px;
    top: calc(100% + 8px);
    overflow: hidden;
    border: 1px solid rgba(24, 50, 74, 0.12);
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(24, 50, 74, 0.24);
  }
}

/*
 * Unified homepage header shell 2026-05-08.
 * Keep the live homepage header visually connected as one component.
 */
body.page-id-26480 .ns-route-c-site-header {
  padding: 12px 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.94), rgba(255, 255, 255, 0.98)),
    #fff;
  box-shadow: 0 10px 30px rgba(24, 50, 74, 0.06);
}

body.page-id-26480 .ns-route-c-header-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(24, 50, 74, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 24px 80px rgba(24, 50, 74, 0.12);
}

body.page-id-26480 .ns-route-c-header-top,
body.page-id-26480 .ns-route-c-header-nav-wrap {
  background: transparent;
}

body.page-id-26480 .ns-route-c-header-top__inner,
body.page-id-26480 .ns-route-c-header-main,
body.page-id-26480 .ns-route-c-header-nav {
  width: 100%;
  margin: 0;
}

body.page-id-26480 .ns-route-c-header-top__inner {
  min-height: 34px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: #4f9a9d;
  box-shadow: none;
}

body.page-id-26480 .ns-route-c-header-main {
  min-height: 78px;
  padding: 12px 18px;
  border: 0;
  border-bottom: 1px solid rgba(24, 50, 74, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.page-id-26480 .ns-route-c-header-nav {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 250, 243, 0.78);
  box-shadow: none;
}

body.page-id-26480 .ns-route-c-header-mega__inner {
  margin-top: 10px;
}

@media (max-width: 800px) {
  body.page-id-26480 .ns-route-c-header-shell {
    width: calc(100% - 20px);
    border-radius: 20px;
  }

  body.page-id-26480 .ns-route-c-header-top__inner,
  body.page-id-26480 .ns-route-c-header-main {
    width: 100%;
  }

  body.page-id-26480 .ns-route-c-header-top__inner {
    border-radius: 0;
  }

  body.page-id-26480 .ns-route-c-header-main {
    margin-top: 0;
    border-bottom: 0;
    border-radius: 0;
  }
}

/*
 * Homepage top-canvas integration 2026-05-08.
 * The header, hero and page background should read as one composed surface.
 */
body.page-id-26480,
body.page-id-26480 #wrapper,
body.page-id-26480 #main,
body.page-id-26480 #content,
body.page-id-26480 .content-area {
  background:
    radial-gradient(circle at 70% 120px, rgba(79, 154, 157, 0.12), transparent 330px),
    linear-gradient(180deg, #fffaf3 0, #fffaf3 780px, #fff 780px, #fff 100%);
}

body.page-id-26480 .ns-route-c-site-header {
  padding: 14px 0 0;
  background: transparent;
  box-shadow: none;
}

body.page-id-26480 .ns-route-c-header-shell {
  border-color: rgba(24, 50, 74, 0.11);
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 44px rgba(24, 50, 74, 0.08);
}

body.page-id-26480 .ns-route-c-header-nav {
  background: rgba(255, 250, 243, 0.86);
}

body.page-id-26480 .ns-route-c {
  position: relative;
  background: transparent;
}

body.page-id-26480 .ns-route-c-hero {
  position: relative;
  z-index: 0;
  margin-top: 0;
  padding: 44px 0 62px;
  background: transparent;
  isolation: isolate;
}

body.page-id-26480 .ns-route-c-hero::before {
  content: "";
  position: absolute;
  inset: -1px 0 0;
  z-index: -1;
  border: 1px solid rgba(24, 50, 74, 0.11);
  border-top: 0;
  border-radius: 0 0 30px 30px;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.98), rgba(255, 250, 243, 0.9)),
    #fffaf3;
  box-shadow: 0 28px 90px rgba(24, 50, 74, 0.1);
}

body.page-id-26480 .ns-route-c-hero__media {
  box-shadow: 0 22px 60px rgba(24, 50, 74, 0.14);
}

body.page-id-26480 .ns-route-c-intents {
  padding-top: 70px;
}

body.page-id-26480 .ns-route-c-header-mega__inner {
  border-radius: 0 0 24px 24px;
  background: rgba(255, 255, 255, 0.985);
}

@media (max-width: 800px) {
  body.page-id-26480,
  body.page-id-26480 #wrapper,
  body.page-id-26480 #main,
  body.page-id-26480 #content,
  body.page-id-26480 .content-area {
    background:
      radial-gradient(circle at 78% 88px, rgba(79, 154, 157, 0.12), transparent 240px),
      linear-gradient(180deg, #fffaf3 0, #fffaf3 680px, #fff 680px, #fff 100%);
  }

  body.page-id-26480 .ns-route-c-site-header {
    padding-top: 10px;
  }

  body.page-id-26480 .ns-route-c-header-shell {
    border-bottom: 1px solid rgba(24, 50, 74, 0.11);
    border-radius: 20px;
  }

  body.page-id-26480 .ns-route-c-hero {
    width: calc(100% - 20px);
    padding-top: 28px;
  }

  body.page-id-26480 .ns-route-c-hero::before {
    border-radius: 22px;
    border-top: 1px solid rgba(24, 50, 74, 0.1);
  }
}

/*
 * Header alignment and continuous canvas reset 2026-05-08.
 * No outer website panel: align logo/search/actions in one strict grid and let
 * the homepage background carry header + hero as one surface.
 */
body.page-id-26480,
body.page-id-26480 #wrapper,
body.page-id-26480 #main,
body.page-id-26480 #content,
body.page-id-26480 .content-area {
  background:
    radial-gradient(circle at 72% 135px, rgba(79, 154, 157, 0.12), transparent 360px),
    linear-gradient(180deg, #fffaf3 0, #fffaf3 760px, #fff 760px, #fff 100%);
}

body.page-id-26480 .ns-route-c-site-header {
  padding: 12px 0 0;
  background: transparent;
  box-shadow: none;
}

body.page-id-26480 .ns-route-c-header-shell {
  width: min(1240px, calc(100% - 48px));
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.page-id-26480 .ns-route-c-header-top__inner {
  width: 100%;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ns-header-ink);
  box-shadow: none;
}

body.page-id-26480 .ns-route-c-header-service a {
  color: var(--ns-header-muted);
}

body.page-id-26480 .ns-route-c-header-main {
  width: 100%;
  max-width: 1240px;
  min-height: 84px;
  margin: 0 auto;
  padding: 18px 0;
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(320px, 1fr) auto;
  align-items: center;
  gap: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.page-id-26480 .ns-route-c-header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

body.page-id-26480 .ns-route-c-header-logo img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: contain;
}

body.page-id-26480 .ns-route-c-header-logo span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  line-height: 1.15;
}

body.page-id-26480 .ns-route-c-header-logo strong {
  max-width: none;
  overflow: visible;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
  text-overflow: clip;
  white-space: nowrap;
}

body.page-id-26480 .ns-route-c-header-logo small {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.2;
}

body.page-id-26480 .ns-route-c-header-search {
  width: 100%;
  max-width: 620px;
  height: 56px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-self: center;
  overflow: hidden;
  border: 1px solid #e1e6ee;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(24, 50, 74, 0.06);
}

body.page-id-26480 .ns-route-c-header-search input {
  -webkit-appearance: none;
  appearance: none;
  height: 100%;
  min-height: 0;
  flex: 1;
  min-width: 0;
  padding: 0 22px;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 16px;
  line-height: 56px;
}

body.page-id-26480 .ns-route-c-header-search input::-webkit-search-cancel-button,
body.page-id-26480 .ns-route-c-header-search input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

body.page-id-26480 .ns-route-c-header-search button {
  width: 56px;
  height: 56px;
  min-height: 56px;
  flex: 0 0 56px;
  padding: 0;
  margin: 0;
  border: 0 !important;
  border-radius: 999px;
  background: #287bc9;
  box-shadow: none !important;
}

body.page-id-26480 .ns-route-c-header-search button img {
  width: 22px !important;
  max-width: 22px !important;
  height: 22px !important;
  transform: none;
}

body.page-id-26480 .ns-route-c-header-actions {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  white-space: nowrap;
}

body.page-id-26480 .ns-route-c-header-primary {
  height: 48px;
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
}

body.page-id-26480 .ns-route-c-header-icon-button,
body.page-id-26480 .ns-route-c-header-menu-button {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  margin: 0;
}

body.page-id-26480 .ns-route-c-header-nav-wrap {
  border-top: 1px solid rgba(24, 50, 74, 0.1);
  border-bottom: 1px solid rgba(24, 50, 74, 0.1);
  background: transparent;
}

body.page-id-26480 .ns-route-c-header-nav {
  width: 100%;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.page-id-26480 .ns-route-c-hero {
  width: min(1240px, calc(100% - 48px));
  padding: 54px 0 70px;
  background: transparent;
}

body.page-id-26480 .ns-route-c-hero::before {
  display: none;
}

body.page-id-26480 .ns-route-c-header-mega__inner {
  margin-top: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 22px 64px rgba(24, 50, 74, 0.14);
}

@media (max-width: 800px) {
  body.page-id-26480,
  body.page-id-26480 #wrapper,
  body.page-id-26480 #main,
  body.page-id-26480 #content,
  body.page-id-26480 .content-area {
    background:
      radial-gradient(circle at 78% 90px, rgba(79, 154, 157, 0.12), transparent 250px),
      linear-gradient(180deg, #fffaf3 0, #fffaf3 690px, #fff 690px, #fff 100%);
  }

  body.page-id-26480 .ns-route-c-header-shell {
    width: calc(100% - 20px);
  }

  body.page-id-26480 .ns-route-c-header-top__inner {
    min-height: 28px;
  }

  body.page-id-26480 .ns-route-c-header-main {
    min-height: 72px;
    padding: 10px 0 12px;
    grid-template-columns: minmax(0, 1fr) 48px 48px;
    gap: 8px;
  }

  body.page-id-26480 .ns-route-c-header-logo img {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  body.page-id-26480 .ns-route-c-header-logo strong {
    font-size: 1rem;
  }

  body.page-id-26480 .ns-route-c-header-search {
    width: 48px;
    height: 48px;
    min-width: 48px;
    justify-self: end;
  }

  body.page-id-26480 .ns-route-c-header-search input {
    display: none;
  }

  body.page-id-26480 .ns-route-c-header-search button {
    width: 48px;
    height: 48px;
    min-height: 48px;
  }

  body.page-id-26480 .ns-route-c-header-primary,
  body.page-id-26480 .ns-route-c-header-icon-button {
    display: none !important;
  }

  body.page-id-26480 .ns-route-c-header-actions {
    width: 48px;
    height: 48px;
    gap: 0;
  }

  body.page-id-26480 .ns-route-c-hero {
    width: calc(100% - 20px);
    padding-top: 30px;
  }
}
