.services-pricing-page {
  background: #edf0f5;
}

.services-pricing-page main {
  overflow: hidden;
}

.pricing-hero {
  padding: 38px 0 104px;
  background:
    radial-gradient(circle at 10% 4%, rgba(255, 79, 24, 0.1), transparent 26rem),
    linear-gradient(180deg, #e8ecf3 0%, #f5f6f8 100%);
}

.services-pricing-page .pricing-shell {
  position: relative;
  width: min(1360px, calc(100% - 40px));
  padding: 92px 34px 34px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 40px;
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 91, 28, 0.42), transparent 33rem),
    radial-gradient(circle at 100% 22%, rgba(255, 79, 24, 0.13), transparent 28rem),
    linear-gradient(145deg, #03070c 0%, #081522 58%, #02060b 100%);
  box-shadow:
    0 42px 110px rgba(0, 16, 31, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.14);
}

.pricing-shell::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: -292px;
  width: min(1160px, 92vw);
  height: 520px;
  border: 26px solid rgba(255, 95, 29, 0.72);
  border-radius: 50%;
  box-shadow:
    0 0 24px rgba(255, 103, 39, 0.9),
    0 0 90px rgba(255, 79, 24, 0.5),
    0 0 180px rgba(255, 79, 24, 0.22);
  transform: translateX(-50%);
  pointer-events: none;
}

.pricing-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.48) 0 1px, transparent 1.5px);
  background-size: 78px 78px, 78px 78px, 137px 151px;
  mask-image: linear-gradient(to bottom, #000, transparent 76%);
  pointer-events: none;
}

.pricing-node {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(0, 16, 31, 0.16);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.pricing-node-one {
  left: 30px;
  top: 30px;
}

.pricing-node-two {
  right: 30px;
  top: 30px;
}

.pricing-intro {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto 62px;
  text-align: center;
}

.pricing-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 17px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-kicker span {
  color: var(--orange);
  filter: drop-shadow(0 0 8px rgba(255, 79, 24, 0.72));
}

.pricing-intro h1 {
  max-width: 900px;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(3.3rem, 6.7vw, 6.7rem);
  line-height: 0.93;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.46);
}

.pricing-intro > p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.08rem;
  line-height: 1.72;
}

.pricing-assurances {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pricing-assurances span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  font-size: 0.78rem;
  font-weight: 700;
}

.pricing-assurances span::before {
  content: "✓";
  color: var(--orange);
  font-weight: 900;
}

.pricing-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  padding-top: 16px;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 680px;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 27px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    rgba(7, 15, 24, 0.7);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.28),
    inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
}

.product-card.is-featured {
  border-color: rgba(255, 97, 37, 0.64);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 79, 24, 0.18), transparent 18rem),
    linear-gradient(155deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(8, 16, 25, 0.84);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.42),
    0 0 44px rgba(255, 79, 24, 0.11),
    inset 0 1px rgba(255, 255, 255, 0.12);
}

.featured-label {
  position: absolute;
  top: -15px;
  left: 50%;
  padding: 7px 11px;
  color: #fff;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 10px 26px rgba(255, 79, 24, 0.32);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.product-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 34px;
  margin-bottom: 42px;
}

.product-number {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.product-type {
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.68rem;
  font-weight: 800;
}

.product-type.is-custom {
  color: #ffb596;
  border-color: rgba(255, 79, 24, 0.28);
  background: rgba(255, 79, 24, 0.08);
}

.product-heading > p {
  margin-bottom: 9px;
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-heading h2 {
  min-height: 2.05em;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(2rem, 2.8vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.product-heading > span {
  display: block;
  min-height: 5.2em;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.94rem;
  line-height: 1.62;
}

.product-price {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 6px 14px;
  padding: 27px 0;
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.product-price small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-price strong {
  color: #fff;
  font-size: clamp(1.65rem, 2.4vw, 2.65rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.product-price span {
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.7rem;
  font-weight: 700;
  text-align: right;
}

.product-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 54px;
  padding: 0 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.85rem;
  font-weight: 850;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.product-button.is-primary {
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: 0 16px 34px rgba(255, 79, 24, 0.27);
}

.product-includes {
  margin-top: 31px;
}

.product-includes > small {
  display: block;
  margin-bottom: 19px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-includes ul {
  display: grid;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-includes li {
  position: relative;
  padding-left: 27px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.52;
}

.product-includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 50%;
  background: rgba(255, 79, 24, 0.9);
  font-size: 0.65rem;
  font-weight: 900;
}

.scope-note {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.78rem;
  line-height: 1.55;
  text-align: center;
}

.product-path {
  background: #fff;
}

.product-path-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.25fr;
  gap: 22px 62px;
  align-items: end;
  margin-bottom: 62px;
}

.product-path-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -3px;
}

.product-path-heading h2,
.product-path-heading > p {
  margin-bottom: 0;
}

.product-path-heading > p {
  max-width: 610px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.product-path-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-path-grid::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 45px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 79, 24, 0.18), var(--orange), rgba(255, 79, 24, 0.18));
}

.path-step {
  position: relative;
  z-index: 1;
  min-height: 330px;
  padding: 31px;
  border: 1px solid rgba(0, 16, 31, 0.09);
  border-radius: 25px;
  background: linear-gradient(180deg, #fff, #f7f8fa);
  box-shadow: 0 22px 56px rgba(0, 16, 31, 0.06);
}

.path-step > span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin-bottom: 48px;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 1px rgba(255, 79, 24, 0.28);
  font-size: 0.66rem;
  font-weight: 900;
}

.path-step small {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.path-step h3 {
  margin: 16px 0 15px;
  font-size: 1.55rem;
}

.path-step p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-compare {
  background:
    radial-gradient(circle at 90% 5%, rgba(255, 79, 24, 0.13), transparent 26rem),
    #f3f5f8;
}

.compare-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: 74px;
  align-items: start;
}

.compare-copy p:last-child {
  color: var(--muted);
  line-height: 1.72;
}

.compare-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(0, 16, 31, 0.09);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 64px rgba(0, 16, 31, 0.07);
}

.compare-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  padding: 24px 25px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 16, 31, 0.08);
}

.compare-table thead th {
  color: rgba(0, 16, 31, 0.48);
  background: #f8f9fb;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.compare-table tbody th {
  color: var(--black);
  font-size: 0.94rem;
}

.compare-table td {
  color: var(--muted);
  font-size: 0.9rem;
}

.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.compare-table td span {
  display: inline-flex;
  padding: 7px 10px;
  color: #1e4a3c;
  border-radius: 999px;
  background: #e8f5ef;
  font-size: 0.7rem;
  font-weight: 850;
}

.compare-table td span.custom {
  color: #93401e;
  background: #fff0e9;
}

.product-cta {
  background: #fff;
}

.product-cta-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: center;
  padding: 58px;
  overflow: hidden;
  color: #fff;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 79, 24, 0.32), transparent 23rem),
    linear-gradient(135deg, #00101f, #001d3f);
}

.product-cta-card::after {
  content: "";
  position: absolute;
  right: -86px;
  bottom: -110px;
  width: 290px;
  height: 290px;
  border: 42px solid rgba(255, 79, 24, 0.16);
  border-radius: 50%;
}

.product-cta-card > * {
  position: relative;
  z-index: 1;
}

.product-cta-card h2 {
  max-width: 760px;
  color: #fff;
}

.product-cta-card p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.72;
}

@media (hover: hover) and (pointer: fine) {
  .product-card,
  .path-step {
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .product-card:hover {
    border-color: rgba(255, 255, 255, 0.24);
    transform: translateY(-7px);
  }

  .product-card.is-featured:hover {
    border-color: rgba(255, 97, 37, 0.82);
    transform: translateY(-7px);
  }

  .product-button:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
  }

  .product-button.is-primary:hover {
    border-color: #ff6f3b;
    background: #ff6f3b;
  }

  .path-step:hover {
    border-color: rgba(255, 79, 24, 0.2);
    box-shadow: 0 30px 72px rgba(0, 16, 31, 0.1);
    transform: translateY(-6px);
  }
}

@media (max-width: 1020px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    row-gap: 32px;
    max-width: 720px;
    margin-inline: auto;
  }

  .product-card,
  .product-card.is-featured {
    min-height: auto;
    transform: none;
  }

  .product-heading h2,
  .product-heading > span {
    min-height: auto;
  }

  .compare-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 760px) {
  .pricing-hero {
    padding: 18px 0 74px;
  }

  .services-pricing-page .pricing-shell {
    width: min(100% - 24px, 1360px);
    padding: 70px 14px 22px;
    border-radius: 29px;
  }

  .pricing-shell::before {
    top: -332px;
    width: 760px;
    height: 500px;
    border-width: 18px;
  }

  .pricing-node-one {
    left: 20px;
    top: 20px;
  }

  .pricing-node-two {
    right: 20px;
    top: 20px;
  }

  .pricing-intro {
    margin-bottom: 42px;
    padding-inline: 10px;
  }

  .pricing-intro h1 {
    font-size: clamp(3.15rem, 14vw, 5.2rem);
  }

  .pricing-intro > p {
    font-size: 0.98rem;
  }

  .pricing-assurances {
    align-items: center;
    flex-direction: column;
  }

  .pricing-grid {
    gap: 28px;
  }

  .product-card {
    padding: 23px;
    border-radius: 23px;
  }

  .product-heading h2 {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
  }

  .product-price {
    grid-template-columns: 1fr;
  }

  .product-price span {
    text-align: left;
  }

  .product-path-heading,
  .product-path-grid,
  .product-cta-card {
    grid-template-columns: 1fr;
  }

  .product-path-heading {
    gap: 20px;
    margin-bottom: 40px;
  }

  .product-path-grid::before {
    display: none;
  }

  .path-step {
    min-height: auto;
  }

  .product-cta-card {
    gap: 30px;
    padding: 34px 26px;
    border-radius: 25px;
  }

  .product-cta-card .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-card,
  .path-step,
  .product-button {
    transition: none;
  }
}

/* Op deze pagina staat de footer los van de transparante ruimtescène op de homepage. */
.services-pricing-page .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #061321;
}

.services-pricing-page .site-footer .footer-grid {
  padding-block: 36px;
}

.services-pricing-page .site-footer .footer-grid p,
.services-pricing-page .site-footer .footer-links {
  color: rgba(236, 243, 248, 0.78);
  text-shadow: none;
}

.services-pricing-page .site-footer .footer-brand > span {
  color: #fff;
  text-shadow: none;
}

.services-pricing-page .site-footer .footer-links a[href="/algemene-voorwaarden/"],
.services-pricing-page .site-footer .footer-links a[href="/privacyverklaring/"] {
  color: rgba(236, 243, 248, 0.78);
}
