.detail-page {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 79, 24, 0.12), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 52%, #ffffff 100%);
}

.detail-page .site-header {
  position: sticky;
}

.page-hero {
  position: relative;
  min-height: 74vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 38%, rgba(255, 79, 24, 0.23), transparent 25rem),
    linear-gradient(135deg, #00101f 0%, #001d3f 64%, #07111b 100%);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  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: 76px 76px;
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  align-items: center;
  gap: 72px;
  padding-block: 96px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.breadcrumb a:hover {
  color: var(--white);
}

.page-hero h1 {
  max-width: 920px;
  margin-bottom: 28px;
  color: var(--white);
  font-size: clamp(3.5rem, 7.2vw, 7.4rem);
}

.page-hero-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.7;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 36px;
}

.page-hero .button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.page-signal {
  position: relative;
  min-height: 390px;
  display: grid;
  align-content: space-between;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14px);
}

.page-signal::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 76px;
  aspect-ratio: 1;
  background: url("assets/favicon.svg") center / contain no-repeat;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.24));
}

.signal-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signal-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 7px rgba(255, 79, 24, 0.14);
}

.signal-value {
  max-width: 260px;
  margin: 58px 0 62px;
  color: var(--white);
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.signal-meta {
  display: grid;
  gap: 8px;
  max-width: calc(100% - 100px);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.83rem;
  font-weight: 700;
}

.page-nav {
  position: relative;
  z-index: 4;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
}

.page-nav-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 64px;
  overflow-x: auto;
  scrollbar-width: none;
}

.page-nav-inner::-webkit-scrollbar {
  display: none;
}

.page-nav a {
  position: relative;
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.87rem;
  font-weight: 800;
}

.page-nav a:hover {
  color: var(--orange);
}

.page-intro {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  align-items: start;
}

.page-intro .section-text {
  max-width: 720px;
}

.feature-grid,
.domain-grid,
.sector-grid,
.evidence-grid,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.feature-card,
.domain-card,
.sector-card,
.evidence-card,
.fit-card,
.service-detail,
.roadmap-card,
.question-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 54px rgba(0, 16, 31, 0.065);
}

.feature-card,
.domain-card,
.sector-card,
.evidence-card,
.fit-card {
  padding: 30px;
}

.feature-card {
  min-height: 250px;
}

.feature-card strong,
.domain-card > span,
.evidence-card > span {
  display: block;
  margin-bottom: 46px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-card p,
.domain-card p,
.sector-card p,
.evidence-card p,
.fit-card p,
.service-detail p,
.roadmap-card p,
.question-panel p,
.step-detail p {
  color: var(--muted);
  line-height: 1.7;
}

.feature-card p,
.domain-card p,
.sector-card p,
.evidence-card p,
.fit-card p {
  margin-bottom: 0;
}

.service-stack {
  display: grid;
  gap: 24px;
}

.service-detail {
  display: grid;
  grid-template-columns: 0.64fr 1.36fr;
  gap: 54px;
  padding: 48px;
  scroll-margin-top: 148px;
}

.service-detail.highlight {
  color: var(--white);
  background:
    radial-gradient(circle at 88% 22%, rgba(255, 79, 24, 0.22), transparent 20rem),
    var(--black);
}

.service-detail.highlight h2,
.service-detail.highlight h3 {
  color: var(--white);
}

.service-detail.highlight p,
.service-detail.highlight li {
  color: rgba(255, 255, 255, 0.72);
}

.service-index {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-detail h2 {
  margin-top: 18px;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
}

.service-detail h3 {
  margin-bottom: 18px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.check-list,
.plain-list,
.question-list {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  position: relative;
  padding-left: 29px;
  color: var(--muted);
  line-height: 1.55;
}

.check-list li::before,
.plain-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-weight: 900;
}

.plain-list li::before {
  content: "—";
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.service-list-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}

.service-list-columns h3 {
  margin-bottom: 0;
}

.service-list-columns .check-list {
  margin-top: 18px;
}

.dark-section {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 79, 24, 0.16), transparent 23rem),
    linear-gradient(135deg, var(--black), var(--blue));
}

.dark-section h2,
.dark-section h3 {
  color: var(--white);
}

.dark-section .section-text {
  color: rgba(255, 255, 255, 0.7);
}

.evidence-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 44px;
}

.evidence-card {
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.evidence-card p {
  color: rgba(255, 255, 255, 0.68);
}

.process-steps {
  position: relative;
  display: grid;
  gap: 16px;
  margin-top: 48px;
}

.step-detail {
  display: grid;
  grid-template-columns: 86px 0.72fr 1.28fr;
  gap: 28px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--white);
}

.step-detail > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--orange);
  border-radius: 18px;
  font-weight: 900;
}

.step-detail h3,
.step-detail p {
  margin-bottom: 0;
}

.domain-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.domain-card {
  min-height: 240px;
}

.domain-card:last-child {
  grid-column: span 2;
}

.roadmap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}

.roadmap-card {
  position: relative;
  min-height: 310px;
  padding: 34px;
  overflow: hidden;
}

.roadmap-card::after {
  content: attr(data-days);
  position: absolute;
  right: -5px;
  bottom: -25px;
  color: rgba(255, 79, 24, 0.08);
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: -0.1em;
}

.roadmap-card > span {
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.roadmap-card h3 {
  margin-top: 54px;
}

.sector-card {
  min-height: 285px;
}

.sector-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 42px;
  color: var(--white);
  background: var(--orange);
  border-radius: 15px;
  font-weight: 900;
}

.fit-grid {
  grid-template-columns: repeat(2, 1fr);
}

.fit-card {
  min-height: 340px;
  padding: 38px;
}

.fit-card.is-dark {
  color: var(--white);
  background: var(--black);
}

.fit-card.is-dark h2 {
  color: var(--white);
}

.fit-card.is-dark .plain-list li {
  color: rgba(255, 255, 255, 0.72);
}

.fit-card.is-dark .plain-list li::before {
  color: var(--orange);
}

.question-panel {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 52px;
  padding: 48px;
}

.dark-section .question-panel {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.dark-section .question-panel p {
  color: rgba(255, 255, 255, 0.68);
}

.dark-section .question-list li {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.12);
}

.question-list {
  counter-reset: questions;
}

.question-list li {
  counter-increment: questions;
  position: relative;
  padding: 0 0 18px 50px;
  border-bottom: 1px solid var(--border);
  color: var(--black);
  font-weight: 750;
  line-height: 1.5;
}

.question-list li::before {
  content: counter(questions, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.page-cta {
  padding-top: 36px;
}

@media (hover: hover) and (pointer: fine) {
  .feature-card,
  .domain-card,
  .sector-card,
  .evidence-card,
  .roadmap-card {
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  }

  .feature-card:hover,
  .domain-card:hover,
  .sector-card:hover,
  .roadmap-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 79, 24, 0.22);
    box-shadow: 0 26px 66px rgba(0, 16, 31, 0.1);
  }

  .evidence-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 79, 24, 0.44);
  }
}

@media (max-width: 940px) {
  .page-hero {
    min-height: auto;
  }

  .page-hero-grid,
  .page-intro,
  .service-detail,
  .question-panel {
    grid-template-columns: 1fr;
  }

  .page-hero-grid {
    gap: 48px;
    padding-block: 74px;
  }

  .page-signal {
    min-height: 300px;
  }

  .feature-grid,
  .sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .domain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .domain-card:last-child {
    grid-column: auto;
  }

  .evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-detail {
    grid-template-columns: 68px 1fr;
  }

  .step-detail p {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .page-hero-grid {
    gap: 38px;
    padding-block: 58px;
  }

  .page-hero h1 {
    font-size: clamp(3.25rem, 16vw, 5rem);
  }

  .page-hero-actions,
  .service-actions {
    flex-direction: column;
  }

  .page-signal {
    min-height: 270px;
    padding: 26px;
  }

  .page-nav-inner {
    gap: 20px;
  }

  .page-intro {
    gap: 24px;
  }

  .feature-grid,
  .domain-grid,
  .sector-grid,
  .evidence-grid,
  .fit-grid,
  .roadmap {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .domain-card,
  .sector-card,
  .evidence-card,
  .fit-card,
  .roadmap-card {
    min-height: auto;
    padding: 26px;
  }

  .service-detail,
  .question-panel {
    gap: 28px;
    padding: 28px;
  }

  .service-list-columns {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .step-detail {
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding: 22px;
  }

  .step-detail > span {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .question-panel {
    padding: 28px;
  }
}

.breadcrumb,
.timeline-label {
  text-transform: none;
}

/* AI Act page */
.ai-timeline .step-detail {
  align-items: center;
}

.ai-timeline .step-detail h3 {
  margin-bottom: 5px;
}

.timeline-label {
  color: var(--orange) !important;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sources-section {
  padding-top: 32px;
}

.source-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 52px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(255, 79, 24, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 79, 24, 0.13), transparent 18rem),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 62px rgba(0, 16, 31, 0.07);
}

.source-panel h2 {
  font-size: clamp(2.1rem, 3.6vw, 3.8rem);
}

.source-panel p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.source-links {
  display: grid;
  gap: 12px;
}

.source-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 18px;
  color: var(--black);
  background: var(--white);
  font-weight: 800;
  line-height: 1.4;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.source-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 79, 24, 0.35);
}

.source-links span {
  color: var(--orange);
}

@media (max-width: 940px) {
  .source-panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 640px) {
  .source-panel {
    padding: 28px;
  }
}

/* Distinct visual chapters: original, code-built illustrations (no stock imagery) */
.breadcrumb,
.timeline-label {
  text-transform: none;
}

.service-portal,
.route-portal,
.audience-portal,
.act-portal {
  min-height: 430px;
  grid-template-rows: auto 1fr auto;
  align-content: normal;
  overflow: hidden;
  isolation: isolate;
}

.service-portal::after,
.route-portal::after,
.audience-portal::after,
.act-portal::after {
  display: none;
}

.service-portal .signal-label,
.route-portal .signal-label,
.audience-portal .signal-label,
.act-portal .signal-label,
.service-portal .signal-value,
.route-portal .signal-value,
.audience-portal .signal-value,
.act-portal .signal-value,
.service-portal .signal-meta,
.route-portal .signal-meta,
.audience-portal .signal-meta,
.act-portal .signal-meta {
  position: relative;
  z-index: 3;
}

.service-portal .signal-value,
.route-portal .signal-value,
.audience-portal .signal-value,
.act-portal .signal-value {
  align-self: end;
  max-width: 310px;
  margin: 0 0 26px;
}

.service-portal .signal-meta,
.route-portal .signal-meta,
.audience-portal .signal-meta,
.act-portal .signal-meta {
  max-width: calc(100% - 36px);
}

.page-art {
  position: absolute;
  inset: 54px 18px 118px;
  z-index: 1;
  pointer-events: none;
}

/* Diensten: warm, open and product-oriented */
.page-diensten {
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 46%, #fff7f0 100%);
}

.page-diensten .page-hero {
  color: var(--black);
  background:
    radial-gradient(circle at 84% 32%, rgba(255, 79, 24, 0.3), transparent 24rem),
    radial-gradient(circle at 18% 85%, rgba(255, 191, 142, 0.25), transparent 30rem),
    linear-gradient(135deg, #fffaf4 0%, #ffe4d0 58%, #fffdf9 100%);
}

.page-diensten .page-hero::before {
  background-image:
    linear-gradient(rgba(0, 16, 31, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 16, 31, 0.045) 1px, transparent 1px);
}

.page-diensten .breadcrumb,
.page-diensten .page-hero-lead {
  color: rgba(0, 16, 31, 0.66);
}

.page-diensten .breadcrumb a:hover,
.page-diensten .page-hero h1 {
  color: var(--black);
}

.page-diensten .page-hero .button.secondary {
  color: var(--black);
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(0, 16, 31, 0.14);
}

.page-diensten .page-nav {
  background: rgba(255, 248, 241, 0.94);
}

.service-portal {
  color: var(--white);
  border-color: rgba(0, 16, 31, 0.1);
  background:
    radial-gradient(circle at 72% 32%, rgba(255, 106, 50, 0.38), transparent 17rem),
    linear-gradient(150deg, #101821, #002a43);
}

.service-art {
  top: 60px;
}

.service-orbit,
.service-core {
  position: absolute;
  left: 68%;
  top: 42%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.service-orbit {
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.service-orbit-one { width: 230px; height: 230px; }
.service-orbit-two { width: 160px; height: 160px; border-style: dashed; }
.service-orbit-three { width: 290px; height: 96px; transform: translate(-50%, -50%) rotate(-18deg); }

.service-core {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 25px;
  background: var(--white);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.3);
}

.service-core img { width: 50px; height: 50px; }

.page-diensten #dienstenoverzicht {
  background: linear-gradient(180deg, rgba(255, 239, 227, 0.68), rgba(255, 255, 255, 0));
}

.page-diensten .service-detail {
  border-color: rgba(255, 79, 24, 0.14);
  box-shadow: 0 24px 64px rgba(82, 40, 16, 0.07);
}

/* Aanpak: precise blueprint and route language */
.page-aanpak {
  background: linear-gradient(180deg, #f2f9fb 0%, #ffffff 45%, #eff8f6 100%);
}

.page-aanpak .page-hero {
  background:
    radial-gradient(circle at 82% 36%, rgba(90, 231, 214, 0.2), transparent 24rem),
    linear-gradient(135deg, #061725 0%, #00354e 58%, #07212b 100%);
}

.page-aanpak .page-hero::before {
  background-size: 48px 48px;
  background-image:
    linear-gradient(rgba(121, 232, 220, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 232, 220, 0.075) 1px, transparent 1px);
}

.page-aanpak .page-nav {
  background: rgba(238, 249, 250, 0.94);
}

.route-portal {
  background:
    radial-gradient(circle at 82% 16%, rgba(121, 232, 220, 0.18), transparent 17rem),
    rgba(5, 28, 41, 0.7);
  border-color: rgba(121, 232, 220, 0.2);
}

.route-portal .signal-label::before {
  background: #74e2d4;
  box-shadow: 0 0 0 7px rgba(116, 226, 212, 0.14);
}

.route-art {
  top: 96px;
  right: 26px;
  bottom: 132px;
  left: 26px;
}

.route-line {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 48%;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
}

.route-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #74e2d4, #ff8a5f);
  transform-origin: left;
  animation: route-draw 4.5s ease-in-out infinite;
}

.route-art i {
  position: absolute;
  left: calc(9% + var(--route-step) * 27.3%);
  top: calc(48% + (var(--route-step) - 1.5) * 12px);
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #062132;
  background: #e9fffb;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

@keyframes route-draw {
  0%, 12% { transform: scaleX(0.03); opacity: 0.35; }
  55%, 88% { transform: scaleX(1); opacity: 1; }
  100% { transform: scaleX(1); opacity: 0.35; }
}

.page-aanpak #principes {
  background:
    linear-gradient(rgba(0, 71, 93, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 71, 93, 0.04) 1px, transparent 1px),
    #f4fbfb;
  background-size: 42px 42px;
}

.page-aanpak .domain-card,
.page-aanpak .evidence-card {
  border-color: rgba(0, 92, 112, 0.14);
}

/* Voor wie: human, collaborative and lighter */
.page-voor-wie {
  background: linear-gradient(180deg, #fbf9ff 0%, #ffffff 48%, #f1faf6 100%);
}

.page-voor-wie .page-hero {
  color: #151025;
  background:
    radial-gradient(circle at 86% 25%, rgba(139, 113, 255, 0.25), transparent 25rem),
    radial-gradient(circle at 72% 83%, rgba(103, 201, 166, 0.27), transparent 23rem),
    linear-gradient(135deg, #f8f3ff 0%, #e5e0ff 52%, #e3f5ec 100%);
}

.page-voor-wie .page-hero::before {
  background-image:
    radial-gradient(circle, rgba(42, 31, 73, 0.12) 1px, transparent 1.5px);
  background-size: 26px 26px;
  mask-image: linear-gradient(90deg, transparent, #000 50%);
}

.page-voor-wie .breadcrumb,
.page-voor-wie .page-hero-lead {
  color: rgba(35, 27, 58, 0.66);
}

.page-voor-wie .breadcrumb a:hover,
.page-voor-wie .page-hero h1 {
  color: #151025;
}

.page-voor-wie .page-hero .button.secondary {
  color: #151025;
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(35, 27, 58, 0.14);
}

.page-voor-wie .page-nav {
  background: rgba(247, 244, 255, 0.94);
}

.audience-portal {
  color: var(--white);
  background:
    radial-gradient(circle at 77% 34%, rgba(107, 225, 183, 0.19), transparent 16rem),
    linear-gradient(145deg, #251b40, #163c48);
}

.audience-art {
  top: 66px;
  right: 12px;
  bottom: 130px;
  left: 12px;
}

.audience-circle {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.21);
  border-radius: 50%;
  mix-blend-mode: screen;
}

.audience-circle-a { width: 175px; height: 175px; right: 42px; top: 24px; background: rgba(142, 117, 255, 0.12); }
.audience-circle-b { width: 145px; height: 145px; right: 122px; top: 76px; background: rgba(100, 225, 180, 0.12); }
.audience-circle-c { width: 112px; height: 112px; right: 46px; top: 128px; background: rgba(255, 121, 75, 0.12); }

.audience-role {
  position: absolute;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 14px;
  color: #201832;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 900;
}

.audience-role-it { right: 150px; top: 42px; }
.audience-role-hr { right: 42px; top: 82px; }
.audience-role-mt { right: 104px; top: 153px; }

.page-voor-wie #sectoren {
  background: linear-gradient(135deg, rgba(237, 231, 255, 0.62), rgba(230, 247, 239, 0.62));
}

.page-voor-wie .sector-card,
.page-voor-wie .fit-card {
  border-color: rgba(88, 67, 145, 0.14);
  box-shadow: 0 20px 55px rgba(44, 34, 73, 0.06);
}

/* AI Act: editorial, weighty and time-led */
.page-ai-act {
  background: linear-gradient(180deg, #fbf8f3 0%, #ffffff 46%, #f8f3eb 100%);
}

.page-ai-act .page-hero {
  background:
    radial-gradient(circle at 82% 36%, rgba(255, 154, 81, 0.22), transparent 23rem),
    linear-gradient(135deg, #17130f 0%, #3a2519 58%, #151719 100%);
}

.page-ai-act .page-hero::before {
  background-image:
    linear-gradient(118deg, transparent 0 49.8%, rgba(255, 210, 165, 0.07) 50%, transparent 50.2%);
  background-size: 90px 90px;
}

.page-ai-act .page-nav {
  background: rgba(250, 246, 239, 0.94);
}

.act-portal {
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 151, 78, 0.2), transparent 18rem),
    rgba(29, 23, 19, 0.72);
  border-color: rgba(255, 215, 174, 0.17);
}

.act-art {
  top: 90px;
  right: 18px;
  bottom: 144px;
  left: 18px;
}

.act-line {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 52%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), #ff9e59 70%, #fff3e6);
}

.act-point {
  position: absolute;
  top: 52%;
  display: grid;
  gap: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  transform: translate(-50%, -50%);
}

.act-point::before {
  content: "";
  width: 13px;
  height: 13px;
  margin-bottom: 3px;
  border: 3px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: #2c211a;
}

.act-point b { font-size: 0.75rem; }
.act-point small { font-size: 0.63rem; }
.act-point-one { left: 10%; }
.act-point-two { left: 49%; }
.act-point-three { left: 88%; color: #fff; }
.act-point-three::before { border-color: #ff9e59; box-shadow: 0 0 0 8px rgba(255, 158, 89, 0.14); }

.page-ai-act #relevantie {
  background:
    linear-gradient(118deg, transparent 0 49.9%, rgba(97, 62, 34, 0.05) 50%, transparent 50.1%),
    #fcf8f1;
  background-size: 72px 72px;
}

.page-ai-act .roadmap-card,
.page-ai-act .feature-card {
  border-color: rgba(121, 75, 38, 0.16);
}

@media (prefers-reduced-motion: reduce) {
  .route-line::after {
    animation: none;
    transform: scaleX(1);
  }
}

@media (max-width: 940px) {
  .service-portal,
  .route-portal,
  .audience-portal,
  .act-portal {
    min-height: 390px;
  }
}

@media (max-width: 640px) {
  .service-portal,
  .route-portal,
  .audience-portal,
  .act-portal {
    min-height: 360px;
    padding: 27px;
  }

  .page-art {
    opacity: 0.72;
    transform: scale(0.86);
    transform-origin: right top;
  }

  .service-portal .signal-value,
  .route-portal .signal-value,
  .audience-portal .signal-value,
  .act-portal .signal-value {
    max-width: 260px;
    font-size: clamp(2rem, 11vw, 3rem);
  }
}

.breadcrumb,
.timeline-label {
  text-transform: none;
}

/* Clear panel composition: label, visual and message each get their own zone. */
.route-portal,
.audience-portal,
.act-portal {
  min-height: 480px;
  display: grid;
  grid-template-areas:
    "label"
    "visual"
    "value"
    "meta";
  grid-template-rows: auto minmax(165px, 1fr) auto auto;
  align-content: stretch;
  gap: 0;
}

.route-portal .signal-label,
.audience-portal .signal-label,
.act-portal .signal-label {
  grid-area: label;
}

.route-portal .page-art,
.audience-portal .page-art,
.act-portal .page-art {
  position: relative;
  inset: auto;
  grid-area: visual;
  width: 100%;
  height: 100%;
  min-height: 165px;
  margin: 8px 0 2px;
}

.route-portal .signal-value,
.audience-portal .signal-value,
.act-portal .signal-value {
  grid-area: value;
  align-self: auto;
  max-width: 100%;
  margin: 12px 0 22px;
}

.route-portal .signal-meta,
.audience-portal .signal-meta,
.act-portal .signal-meta {
  grid-area: meta;
  max-width: 100%;
}

.audience-portal .audience-circle-a {
  width: 140px;
  height: 140px;
  right: 50px;
  top: 5px;
  background: rgba(239, 165, 103, 0.14);
}

.audience-portal .audience-circle-b {
  width: 115px;
  height: 115px;
  right: 120px;
  top: 45px;
  background: rgba(111, 205, 198, 0.14);
}

.audience-portal .audience-circle-c {
  width: 90px;
  height: 90px;
  right: 35px;
  top: 75px;
  background: rgba(244, 194, 132, 0.12);
}

.audience-portal .audience-role-it { right: 135px; top: 20px; }
.audience-portal .audience-role-hr { right: 30px; top: 55px; }
.audience-portal .audience-role-mt { right: 90px; top: 105px; }

/* Voor wie: warm stone and petrol instead of lavender. */
.page-voor-wie {
  background: linear-gradient(180deg, #f8f5ef 0%, #ffffff 48%, #edf4f4 100%);
}

.page-voor-wie .page-hero {
  color: #102733;
  background:
    radial-gradient(circle at 86% 24%, rgba(210, 111, 57, 0.2), transparent 25rem),
    radial-gradient(circle at 70% 85%, rgba(36, 112, 118, 0.18), transparent 25rem),
    linear-gradient(135deg, #fbf7f0 0%, #eadfd2 52%, #dfebeb 100%);
}

.page-voor-wie .page-hero::before {
  background-image: radial-gradient(circle, rgba(16, 55, 65, 0.12) 1px, transparent 1.5px);
}

.page-voor-wie .breadcrumb,
.page-voor-wie .page-hero-lead {
  color: rgba(16, 39, 51, 0.68);
}

.page-voor-wie .breadcrumb a:hover,
.page-voor-wie .page-hero h1 {
  color: #102733;
}

.page-voor-wie .page-hero .button.secondary {
  color: #102733;
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(16, 55, 65, 0.16);
}

.page-voor-wie .page-nav {
  background: rgba(247, 244, 238, 0.95);
}

.audience-portal {
  color: var(--white);
  border-color: rgba(132, 207, 202, 0.2);
  background:
    radial-gradient(circle at 80% 24%, rgba(225, 137, 80, 0.2), transparent 17rem),
    linear-gradient(145deg, #102832, #174d55);
}

.audience-portal .signal-label::before {
  background: #ef8b4f;
  box-shadow: 0 0 0 7px rgba(239, 139, 79, 0.14);
}

.audience-role {
  color: #102f38;
}

.page-voor-wie #sectoren {
  background: linear-gradient(135deg, rgba(244, 235, 222, 0.72), rgba(225, 239, 238, 0.7));
}

.page-voor-wie .sector-card,
.page-voor-wie .fit-card {
  border-color: rgba(25, 91, 97, 0.14);
  box-shadow: 0 20px 55px rgba(24, 67, 70, 0.06);
}

@media (max-width: 640px) {
  .route-portal,
  .audience-portal,
  .act-portal {
    min-height: 440px;
    grid-template-rows: auto minmax(138px, 1fr) auto auto;
  }

  .route-portal .page-art,
  .audience-portal .page-art,
  .act-portal .page-art {
    min-height: 138px;
    opacity: 0.86;
    transform: none;
  }

  .audience-portal .page-art {
    transform: scale(0.86);
    transform-origin: center;
  }

  .route-portal .signal-value,
  .audience-portal .signal-value,
  .act-portal .signal-value {
    margin-top: 8px;
    font-size: clamp(1.95rem, 10vw, 2.65rem);
  }

  .fit-grid,
  .fit-card {
    min-width: 0;
    width: 100%;
  }

  .fit-card h2 {
    overflow-wrap: anywhere;
  }
}

/* Refined header visuals */
.service-core {
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  box-shadow:
    inset 0 0 0 10px rgba(255, 255, 255, 0.035),
    0 18px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

.service-beacon {
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff7648;
  box-shadow: 0 0 0 7px rgba(255, 118, 72, 0.12), 0 0 26px rgba(255, 118, 72, 0.7);
}

.service-beacon::before,
.service-beacon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.service-beacon::before {
  width: 34px;
  height: 34px;
}

.service-beacon::after {
  width: 52px;
  height: 52px;
  border-style: dashed;
}

.service-beacon i {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dffdfa;
  box-shadow: 0 0 10px rgba(223, 253, 250, 0.75);
}

.service-beacon i:first-child { left: -18px; top: -11px; }
.service-beacon i:last-child { right: -20px; bottom: -14px; }

.route-stair {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.route-stair-track {
  fill: none;
  stroke: #74e2d4;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 8px rgba(116, 226, 212, 0.24));
}

.route-stair-step circle {
  fill: #e9fffb;
  stroke: rgba(116, 226, 212, 0.82);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.route-stair-step text {
  fill: #062132;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-anchor: middle;
}

.route-stair-step:last-child circle {
  stroke: #ff8a5f;
  filter: drop-shadow(0 0 8px rgba(255, 138, 95, 0.34));
}

.audience-role {
  width: auto;
  min-width: 40px;
  height: 38px;
  padding: 0 9px;
  border-radius: 12px;
  font-size: 0.62rem;
}

.audience-portal .audience-role-legal { left: 18px; top: 18px; }
.audience-portal .audience-role-it { right: 130px; top: 14px; }
.audience-portal .audience-role-hr { right: 20px; top: 42px; }
.audience-portal .audience-role-fin { left: 12px; top: 78px; }
.audience-portal .audience-role-data { left: 112px; top: 66px; }
.audience-portal .audience-role-mt { right: 105px; top: 105px; }
.audience-portal .audience-role-ops { right: 10px; top: 112px; }

.act-point {
  top: 52%;
  width: 58px;
  display: block;
  padding-top: 19px;
  text-align: center;
  transform: translateX(-50%);
}

.act-point::before {
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0;
  transform: translate(-50%, -50%);
}

.act-point b,
.act-point small {
  display: block;
  line-height: 1.3;
}

.act-point small {
  margin-top: 3px;
}

@media (max-width: 640px) {
  .audience-role {
    min-width: 36px;
    height: 34px;
    padding-inline: 7px;
    font-size: 0.58rem;
  }
}

/* Cosmic infographic panels: supplied Meterwise artwork with editorial text overlays. */
.cosmic-infographic {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  padding: clamp(30px, 4vw, 48px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 38px;
  background-color: #0a1420;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.cosmic-infographic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 10, 17, 0.1) 0%, rgba(3, 9, 15, 0.14) 37%, rgba(2, 8, 14, 0.9) 100%),
    radial-gradient(circle at 15% 74%, rgba(0, 0, 0, 0.5), transparent 54%);
}

.cosmic-infographic::after {
  content: "";
  position: absolute;
  inset: 20px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
}

.cosmic-coral {
  background-image: url("assets/cosmic-panels/variant-b-zacht-koraal.svg?v=20260813-fullbleed");
  background-position: center 43%;
}

.cosmic-moonlight {
  background-image: url("assets/cosmic-panels/variant-a-maanlicht.svg?v=20260813-fullbleed");
  background-position: center 38%;
}

.cosmic-moonlight-shift {
  background-position: 58% 48%;
}

.cosmic-dawn {
  color: #10202e;
  border-color: rgba(0, 16, 31, 0.1);
  background-color: #f3e3d8;
  background-image: url("assets/cosmic-panels/variant-c-dageraad.svg?v=20260813-fullbleed");
  background-position: center 42%;
  box-shadow: 0 34px 90px rgba(61, 39, 26, 0.2);
}

.cosmic-dawn::before {
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 0.03) 0%, rgba(247, 230, 218, 0.05) 35%, rgba(236, 210, 191, 0.9) 100%),
    radial-gradient(circle at 15% 76%, rgba(255, 246, 239, 0.48), transparent 55%);
}

.cosmic-dawn::after {
  border-color: rgba(0, 16, 31, 0.09);
}

.cosmic-infographic .signal-label,
.cosmic-infographic .signal-value,
.cosmic-infographic .signal-meta {
  position: relative;
  z-index: 3;
  grid-area: auto;
  max-width: min(100%, 410px);
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.92), 0 1px 3px rgba(0, 0, 0, 0.9);
}

.cosmic-infographic .signal-label {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.84);
}

.cosmic-infographic .signal-value {
  align-self: auto;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.6rem, 4.8vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.cosmic-infographic .signal-meta {
  display: grid;
  gap: 8px;
  color: rgba(237, 244, 248, 0.8);
  font-size: 0.86rem;
  line-height: 1.5;
}

.cosmic-dawn .signal-label,
.cosmic-dawn .signal-value,
.cosmic-dawn .signal-meta {
  color: #10202e;
  text-shadow: 0 2px 20px rgba(255, 249, 244, 0.96), 0 1px 2px rgba(255, 255, 255, 0.9);
}

.cosmic-dawn .signal-label::before {
  background: var(--orange);
  box-shadow: 0 0 0 7px rgba(255, 79, 24, 0.13);
}

@media (max-width: 940px) {
  .cosmic-infographic {
    min-height: 460px;
  }
}

@media (max-width: 640px) {
  .cosmic-infographic {
    min-height: 430px;
    padding: 30px 28px;
    border-radius: 30px;
    background-size: cover;
    background-position: center 40%;
  }

  .cosmic-moonlight-shift {
    background-position: 58% 44%;
  }

  .cosmic-infographic::after {
    inset: 14px;
    border-radius: 20px;
  }

  .cosmic-infographic .signal-label {
    margin-bottom: 15px;
  }

  .cosmic-infographic .signal-value {
    max-width: 310px;
    margin: 0 0 18px;
    font-size: clamp(2.4rem, 12vw, 3.35rem);
  }
}

/* Contact: a direct channel and a separate, structured introduction route */
.page-contact {
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 79, 24, 0.11), transparent 30rem),
    linear-gradient(180deg, #f7f1ea 0%, #fffdfa 48%, #ffffff 100%);
}

.page-contact .site-header {
  background: rgba(255, 253, 250, 0.87);
}

.contact-hero {
  position: relative;
  min-height: 76vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(rgba(0, 16, 31, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 16, 31, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 12% 30%, rgba(255, 255, 255, 0.95), transparent 33rem),
    radial-gradient(circle at 78% 32%, rgba(255, 79, 24, 0.13), transparent 25rem);
}

.contact-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(0, 16, 31, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.contact-orbit::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(255, 79, 24, 0.1);
}

.contact-orbit-one {
  right: -13rem;
  top: -18rem;
  width: 45rem;
  height: 45rem;
}

.contact-orbit-one::after {
  left: 10%;
  bottom: 21%;
}

.contact-orbit-two {
  left: -16rem;
  bottom: -23rem;
  width: 39rem;
  height: 39rem;
}

.contact-orbit-two::after {
  right: 13%;
  top: 18%;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.72fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: center;
  padding-block: 98px;
}

.page-contact .breadcrumb {
  color: rgba(0, 16, 31, 0.48);
}

.page-contact .breadcrumb a:hover {
  color: var(--orange);
}

.contact-copy h1 {
  max-width: 820px;
  margin-bottom: 28px;
  color: var(--black);
  font-size: clamp(4rem, 7.4vw, 7.7rem);
  line-height: 0.91;
  letter-spacing: -0.078em;
}

.contact-lead {
  max-width: 670px;
  margin-bottom: 34px;
  color: #52606e;
  font-size: clamp(1.05rem, 1.55vw, 1.25rem);
  line-height: 1.75;
}

.contact-card {
  position: relative;
  min-width: 0;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 3%, rgba(255, 79, 24, 0.26), transparent 17rem),
    linear-gradient(145deg, #00101f, #001e3d 72%, #061320);
  box-shadow: 0 38px 90px rgba(0, 16, 31, 0.22);
}

.contact-card::after {
  content: "";
  position: absolute;
  right: -82px;
  bottom: -94px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255, 255, 255, 0.025);
}

.contact-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-card-head img {
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.22));
}

.contact-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-status i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff7140;
  box-shadow: 0 0 0 7px rgba(255, 113, 64, 0.13);
}

.contact-details {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 0;
}

.contact-details > div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-details dt {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  font-weight: 700;
}

.contact-details dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--white);
  font-weight: 800;
}

.contact-details a {
  transition: color 0.2s ease;
}

.contact-details a:hover {
  color: #ff8158;
}

.contact-card-note {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  line-height: 1.65;
}

.contact-routes {
  background: #ffffff;
}

.contact-heading {
  max-width: 800px;
  margin-bottom: 44px;
}

.contact-heading h2 {
  max-width: 760px;
}

.contact-heading .section-text {
  max-width: 700px;
  margin-top: 20px;
}

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

.contact-route-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(30px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 32px;
}

.contact-route-card::after {
  content: "";
  position: absolute;
  right: -78px;
  top: -78px;
  width: 230px;
  height: 230px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.07;
}

.contact-route-mail {
  color: var(--black);
  background:
    linear-gradient(150deg, #f7f3ee, #ffffff 76%);
}

.contact-route-meeting {
  color: var(--white);
  background:
    radial-gradient(circle at 95% 0%, rgba(255, 109, 54, 0.28), transparent 20rem),
    linear-gradient(145deg, #00101f, #001d3f);
  box-shadow: 0 28px 70px rgba(0, 16, 31, 0.16);
}

.contact-route-index {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: auto;
  border: 1px solid currentColor;
  border-radius: 15px;
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 900;
}

.contact-route-card > div {
  position: relative;
  z-index: 1;
  margin: 52px 0 30px;
}

.contact-route-card h3 {
  max-width: 520px;
  margin-bottom: 16px;
  color: inherit;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.contact-route-card p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 0;
  color: #66717d;
  line-height: 1.7;
}

.contact-route-meeting p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.67);
}

.contact-route-card > .button {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.contact-privacy {
  padding: 0 0 96px;
  background: #ffffff;
}

.contact-privacy-inner {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px 28px;
  border: 1px solid rgba(0, 16, 31, 0.08);
  border-radius: 20px;
  background: #f7f9fb;
}

.contact-privacy-inner > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(255, 79, 24, 0.1);
  color: var(--orange);
  font-weight: 900;
}

.contact-privacy-inner p {
  margin: 1px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.contact-privacy-inner strong {
  color: var(--black);
}

@media (hover: hover) and (pointer: fine) {
  .contact-route-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .contact-route-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 70px rgba(0, 16, 31, 0.12);
  }
}

@media (max-width: 940px) {
  .contact-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: 76px;
  }

  .contact-copy h1 {
    max-width: 850px;
  }

  .contact-card {
    max-width: 720px;
  }
}

@media (max-width: 700px) {
  .contact-hero {
    min-height: auto;
  }

  .contact-hero-grid {
    padding-block: 54px 66px;
  }

  .contact-copy h1 {
    font-size: clamp(3.45rem, 16vw, 5.5rem);
  }

  .contact-card {
    padding: 26px;
    border-radius: 26px;
  }

  .contact-details > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

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

  .contact-route-card {
    min-height: 390px;
    border-radius: 25px;
  }

  .contact-privacy {
    padding-bottom: 70px;
  }

  .contact-privacy-inner {
    grid-template-columns: 1fr;
    padding: 22px;
  }
}
