.elementor-264 .elementor-element.elementor-element-547422d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-264 .elementor-element.elementor-element-c7dc254{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c7dc254 *//* =========================================
   NAUTIQX DIENSTEN PAGE - CLEAN FINAL CSS
========================================= */

.nqx-dp-page,
.nqx-dp-page * {
  box-sizing: border-box;
}

.nqx-dp-page {
  overflow: hidden;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #ffffff;
  background: #03111f;
}

.nqx-dp-page a {
  color: inherit;
  text-decoration: none;
}

.nqx-dp-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* HERO */

.nqx-dp-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 160px 0 110px;
  background:
    radial-gradient(circle at 75% 20%, rgba(32, 215, 255, 0.22), transparent 28%),
    radial-gradient(circle at 12% 76%, rgba(34, 242, 199, 0.14), transparent 30%),
    linear-gradient(135deg, #03111f 0%, #061a2d 52%, #020812 100%);
}

.nqx-dp-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,17,31,0.90), rgba(3,17,31,0.55), rgba(3,17,31,0.82)),
    url("https://images.unsplash.com/photo-1567899378494-47b22a2ae96a?auto=format&fit=crop&w=2000&q=85");
  background-size: cover;
  background-position: center;
  opacity: 0.42;
}

.nqx-dp-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 84%);
  opacity: 0.38;
}

.nqx-dp-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 190px;
  background: linear-gradient(to bottom, transparent, #03111f);
}

.nqx-dp-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 58px;
  align-items: center;
}

.nqx-dp-label {
  display: inline-flex;
  align-items: center;
  color: #22f2c7;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nqx-dp-hero h1 {
  max-width: 790px;
  margin: 20px 0 24px;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.nqx-dp-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(232,248,255,0.84);
  font-size: 18px;
  line-height: 1.75;
}

.nqx-dp-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.nqx-dp-btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 950;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.nqx-dp-btn-primary {
  color: #02111d;
  background: linear-gradient(135deg, #22f2c7, #20d7ff);
  box-shadow: 0 20px 54px rgba(32,215,255,0.28);
}

.nqx-dp-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 68px rgba(32,215,255,0.4);
}

.nqx-dp-btn-ghost {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(16px);
}

.nqx-dp-btn-ghost:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.13);
}

/* HERO PANEL */

.nqx-dp-hero-panel {
  padding: 18px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.16);
  background:
    radial-gradient(circle at 20% 0%, rgba(34,242,199,0.12), transparent 34%),
    rgba(3,17,31,0.72);
  backdrop-filter: blur(24px);
  box-shadow: 0 30px 90px rgba(0,0,0,0.34);
}

.nqx-dp-panel-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 0 4px;
  color: rgba(232,248,255,0.62);
  font-size: 13px;
}

.nqx-dp-panel-top strong {
  color: #22f2c7;
}

.nqx-dp-mini-service {
  display: grid;
  gap: 7px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.10);
  margin-bottom: 10px;
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.nqx-dp-mini-service:hover {
  transform: translateX(4px);
  background: rgba(255,255,255,0.10);
  border-color: rgba(34,242,199,0.32);
}

.nqx-dp-mini-service strong {
  font-size: 16px;
}

.nqx-dp-mini-service span {
  color: rgba(232,248,255,0.68);
  font-size: 14px;
  line-height: 1.45;
}

/* GENERAL */

.nqx-dp-section {
  position: relative;
  padding: 105px 0;
}

.nqx-dp-section h2 {
  margin: 14px 0 18px;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.nqx-dp-section p {
  color: rgba(232,248,255,0.75);
  font-size: 17px;
  line-height: 1.75;
}

.nqx-dp-section-head {
  max-width: 810px;
  margin-bottom: 46px;
}

/* SERVICES */

.nqx-dp-services {
  background:
    radial-gradient(circle at 80% 12%, rgba(32,215,255,0.10), transparent 32%),
    #03111f;
}

.nqx-dp-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.nqx-dp-service-card {
  position: relative;
  min-height: 440px;
  padding: 28px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 100%, rgba(34,242,199,0.12), transparent 42%),
    rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.14);
  overflow: hidden;
  transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.nqx-dp-service-card:hover {
  transform: translateY(-8px);
  background:
    radial-gradient(circle at 80% 100%, rgba(34,242,199,0.18), transparent 42%),
    rgba(255,255,255,0.095);
  border-color: rgba(34,242,199,0.36);
  box-shadow: 0 26px 70px rgba(0,0,0,0.28);
}

.nqx-dp-service-featured {
  background:
    radial-gradient(circle at 85% 100%, rgba(212,175,55,0.14), transparent 42%),
    radial-gradient(circle at 20% 0%, rgba(34,242,199,0.10), transparent 36%),
    rgba(255,255,255,0.075);
}

.nqx-dp-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
}

.nqx-dp-service-number {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #02111d;
  background: linear-gradient(135deg, #22f2c7, #20d7ff);
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(32,215,255,0.22);
}

.nqx-dp-service-tag {
  padding: 8px 11px;
  border-radius: 999px;
  color: rgba(232,248,255,0.78);
  background: rgba(255,255,255,0.075);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nqx-dp-service-card h3 {
  margin: 0 0 14px;
  min-height: 58px;
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.nqx-dp-service-card p {
  margin: 0 0 20px;
  color: rgba(232,248,255,0.76);
  font-size: 15px;
  line-height: 1.62;
}

.nqx-dp-service-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nqx-dp-service-card li {
  position: relative;
  padding-left: 20px;
  color: rgba(232,248,255,0.72);
  font-size: 14px;
  line-height: 1.4;
}

.nqx-dp-service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22f2c7;
  box-shadow: 0 0 14px rgba(34,242,199,0.65);
}

.nqx-dp-card-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 28px;
  color: #22f2c7;
  font-size: 14px;
  font-weight: 950;
  transition: transform 0.24s ease;
}

.nqx-dp-service-card:hover .nqx-dp-card-link {
  transform: translateX(4px);
}

/* DETAIL */

.nqx-dp-detail {
  background:
    radial-gradient(circle at 82% 20%, rgba(32,215,255,0.13), transparent 32%),
    linear-gradient(180deg, #03111f, #061a2d);
}

.nqx-dp-detail-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: center;
}

.nqx-dp-tab-buttons {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.nqx-dp-tab-btn {
  min-height: 54px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 0 18px;
  color: rgba(232,248,255,0.78);
  background: rgba(255,255,255,0.065);
  text-align: left;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.nqx-dp-tab-btn:hover,
.nqx-dp-tab-btn.is-active {
  color: #ffffff;
  background: rgba(34,242,199,0.12);
  border-color: rgba(34,242,199,0.36);
}

.nqx-dp-tab-panel {
  min-height: 470px;
  padding: 42px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 0%, rgba(34,242,199,0.14), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.045));
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 30px 90px rgba(0,0,0,0.32);
}

.nqx-dp-tab-content {
  display: none;
}

.nqx-dp-tab-content.is-active {
  display: block;
  animation: nqxDpFade 0.34s ease;
}

.nqx-dp-tab-content > span {
  display: inline-flex;
  margin-bottom: 28px;
  color: #22f2c7;
  font-size: 15px;
  font-weight: 950;
}

.nqx-dp-tab-content h3 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.nqx-dp-feature-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.nqx-dp-feature-list div {
  padding: 16px 18px;
  border-radius: 18px;
  color: rgba(232,248,255,0.82);
  background: rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.10);
}

.nqx-dp-inline-link {
  display: inline-flex;
  margin-top: 26px;
  color: #22f2c7;
  font-weight: 950;
}

/* PROCESS */

.nqx-dp-process {
  background: #03111f;
}

.nqx-dp-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.nqx-dp-step {
  padding: 28px;
  border-radius: 26px;
  background: rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.14);
}

.nqx-dp-step span {
  display: inline-flex;
  margin-bottom: 42px;
  color: #22f2c7;
  font-size: 14px;
  font-weight: 950;
}

.nqx-dp-step h3 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.nqx-dp-step p {
  margin: 0;
  font-size: 15px;
}

/* AUDIENCE */

.nqx-dp-audience {
  background:
    radial-gradient(circle at 14% 30%, rgba(34,242,199,0.12), transparent 32%),
    linear-gradient(180deg, #03111f, #061a2d);
}

.nqx-dp-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nqx-dp-audience-card {
  padding: 32px;
  border-radius: 28px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
}

.nqx-dp-audience-card h3 {
  margin: 0 0 14px;
  font-size: 28px;
  letter-spacing: -0.05em;
}

.nqx-dp-audience-card p {
  margin: 0;
  font-size: 15px;
}

/* FAQ */

.nqx-dp-faq {
  background: #03111f;
}

.nqx-dp-faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  align-items: start;
}

.nqx-dp-faq-list {
  display: grid;
  gap: 12px;
}

.nqx-dp-faq-list details {
  border-radius: 20px;
  background: rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.13);
  overflow: hidden;
}

.nqx-dp-faq-list summary {
  padding: 20px 22px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  list-style: none;
}

.nqx-dp-faq-list summary::-webkit-details-marker {
  display: none;
}

.nqx-dp-faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  font-size: 15px;
}

/* FINAL CTA */

.nqx-dp-final {
  background:
    radial-gradient(circle at 70% 20%, rgba(32,215,255,0.15), transparent 34%),
    linear-gradient(180deg, #061a2d, #020812);
}

.nqx-dp-final-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 44px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 0%, rgba(34,242,199,0.16), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045));
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 30px 90px rgba(0,0,0,0.32);
}

/* REVEAL */

.nqx-dp-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.nqx-dp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ANIMATIONS */

@keyframes nqxDpFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .nqx-dp-hero-inner,
  .nqx-dp-detail-grid,
  .nqx-dp-faq-grid,
  .nqx-dp-final-card {
    grid-template-columns: 1fr;
  }

  .nqx-dp-services-grid,
  .nqx-dp-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nqx-dp-audience-grid {
    grid-template-columns: 1fr;
  }

  .nqx-dp-final-card .nqx-dp-btn {
    width: fit-content;
  }
}

@media (max-width: 760px) {
  .nqx-dp-container {
    width: min(100% - 28px, 1180px);
  }

  .nqx-dp-hero {
    min-height: auto;
    padding: 130px 0 82px;
  }

  .nqx-dp-hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .nqx-dp-hero p {
    font-size: 16px;
  }

  .nqx-dp-hero-buttons {
    display: grid;
  }

  .nqx-dp-btn {
    width: 100%;
  }

  .nqx-dp-section {
    padding: 78px 0;
  }

  .nqx-dp-services-grid,
  .nqx-dp-process-grid {
    grid-template-columns: 1fr;
  }

  .nqx-dp-service-card {
    min-height: auto;
  }

  .nqx-dp-service-card h3 {
    min-height: auto;
  }

  .nqx-dp-tab-panel,
  .nqx-dp-final-card {
    padding: 26px;
    border-radius: 26px;
  }

  .nqx-dp-final-card .nqx-dp-btn {
    width: 100%;
  }
}
/* =========================================
   NAUTIQX DP MOBILE FIX
   Text overflow + blank reveal space fix
========================================= */

@media (max-width: 760px) {

  .nqx-dp-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .nqx-dp-container {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .nqx-dp-hero {
    min-height: auto;
    padding: 115px 0 64px;
  }

  .nqx-dp-hero-inner {
    gap: 34px;
  }

  .nqx-dp-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10.4vw, 46px);
    line-height: 1.04;
    letter-spacing: -0.045em;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .nqx-dp-hero p,
  .nqx-dp-section p,
  .nqx-dp-mini-service span,
  .nqx-dp-service-card p,
  .nqx-dp-service-card li,
  .nqx-dp-audience-card p,
  .nqx-dp-feature-list div {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .nqx-dp-section h2,
  .nqx-dp-service-card h3,
  .nqx-dp-tab-content h3,
  .nqx-dp-audience-card h3,
  .nqx-dp-step h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .nqx-dp-btn {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    white-space: normal;
    text-align: center;
  }

  .nqx-dp-hero-buttons {
    display: grid;
    width: 100%;
  }

  .nqx-dp-hero-panel,
  .nqx-dp-mini-service,
  .nqx-dp-service-card,
  .nqx-dp-tab-panel,
  .nqx-dp-step,
  .nqx-dp-audience-card,
  .nqx-dp-faq-list details,
  .nqx-dp-final-card {
    max-width: 100%;
    overflow: hidden;
  }

  .nqx-dp-panel-top {
    gap: 12px;
    overflow: hidden;
  }

  .nqx-dp-panel-top span,
  .nqx-dp-panel-top strong,
  .nqx-dp-mini-service strong,
  .nqx-dp-mini-service span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .nqx-dp-section {
    padding: 68px 0;
  }

  .nqx-dp-services-grid,
  .nqx-dp-process-grid,
  .nqx-dp-audience-grid {
    grid-template-columns: 1fr;
  }

  .nqx-dp-service-card {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .nqx-dp-service-card h3 {
    min-height: auto;
    font-size: 24px;
    line-height: 1.12;
    letter-spacing: -0.04em;
  }

  .nqx-dp-service-top {
    align-items: flex-start;
  }

  .nqx-dp-service-tag {
    max-width: 52%;
    white-space: normal;
    text-align: right;
    overflow-wrap: anywhere;
  }

  .nqx-dp-tab-panel,
  .nqx-dp-final-card {
    min-height: auto;
    padding: 26px;
    border-radius: 26px;
  }

  .nqx-dp-tab-btn {
    width: 100%;
    min-height: 54px;
    white-space: normal;
    line-height: 1.25;
  }

  .nqx-dp-inline-link,
  .nqx-dp-card-link {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .nqx-dp-faq-list summary {
    overflow-wrap: anywhere;
    line-height: 1.35;
  }

  .nqx-dp-final-card .nqx-dp-btn {
    width: 100%;
  }

  /* Elementor/mobile preview blank-space fix */
  .nqx-dp-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}/* End custom CSS */