:root {
  --dc-bg: #ffffff;
  --dc-section: #fbfcfd;
  --dc-surface: #ffffff;
  --dc-text: #262626;
  --dc-muted: #758575;
  --dc-navy: #25323a;
  --dc-navy-soft: #34454e;
  --dc-green: #0e7a5f;
  --dc-green-soft: #e6f1ed;
  --dc-accent: #0e7a5f;
  --dc-accent-strong: #0b5f4b;
  --dc-accent-soft: #e6f1ed;
  --dc-gold: #bfaf40;
  --dc-gold-text: #756725;
  --dc-border: #d7d5d5;
  --dc-amber: #bf7a2e;
  --dc-amber-text: #8a5a1f;
  --dc-attention-bg: #f6e7d3;
  --dc-attention-text: #7a4b12;
  --dc-red: #a84535;
  --dc-shadow: 0 10px 28px rgba(38, 38, 38, 0.055);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--dc-text);
  background: var(--dc-bg);
  font-family: "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  line-height: 1.55;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(14, 122, 95, 0.28);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 68px;
  padding: 10px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(226, 230, 228, 0.86);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.brand,
.site-header nav,
.actions,
.site-footer nav,
.brand-logo,
.trust-badges,
.chips {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 184px;
}

.brand-logo {
  gap: 12px;
}

.brand-logo img {
  display: block;
  width: 182px;
  max-width: 100%;
  height: auto;
}

.brand-logo.compact img {
  width: 132px;
}

.brand-logo--primary_dark {
  display: inline-flex;
}

.site-header nav {
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--dc-muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.site-header nav a:hover {
  color: var(--dc-accent-strong);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  justify-self: end;
  padding: 4px;
  border: 1px solid var(--dc-border);
  border-radius: 4px;
  background: var(--dc-surface);
}

.lang-link {
  min-width: 34px;
  padding: 5px 7px;
  border-radius: 3px;
  color: var(--dc-muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-align: center;
}

.lang-link.active,
.lang-link:hover {
  color: var(--dc-surface);
  background: var(--dc-accent);
}

.header-cta {
  justify-self: end;
  padding: 10px 14px;
  border-radius: 4px;
  color: var(--dc-surface);
  background: var(--dc-accent);
  font-size: 0.9rem;
  font-weight: 850;
}

.home-hero,
.page-hero,
.section,
.trust-badges,
.peppol-strip,
.final-cta,
.site-footer,
.internal-panel {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.76fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
  min-height: calc(70svh - 68px);
  padding: clamp(48px, 6vw, 82px) 0 42px;
}

.hero-copy h1,
.page-hero h1,
.section h2,
.peppol-strip h2,
.final-cta h2,
.internal-panel h1 {
  margin: 0;
  color: var(--dc-text);
  font-family: "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 680px;
  font-size: clamp(2.65rem, 4.25vw, 3.85rem);
}

.page-hero h1,
.internal-panel h1 {
  max-width: 880px;
  font-size: clamp(2.35rem, 4vw, 3.65rem);
}

.section h2,
.peppol-strip h2,
.final-cta h2 {
  max-width: 820px;
  font-size: clamp(1.8rem, 2.7vw, 2.55rem);
}

.hero-subtitle,
.hero-copy p,
.page-hero p,
.section p,
.price-card p,
.verification-register p,
.muted,
.peppol-strip p,
.final-cta p {
  color: var(--dc-muted);
}

.hero-subtitle {
  max-width: 650px;
  margin: 22px 0 0;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
}

.proof-line {
  margin: 18px 0 0;
  color: var(--dc-navy);
  font-weight: 850;
}

.quiet-proof {
  margin: 10px 0 0;
  color: var(--dc-muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.9rem;
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--dc-accent-strong);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero .eyebrow,
.section .eyebrow {
  color: var(--dc-accent-strong);
}

.actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button,
button,
.price-card a,
.card-grid a,
.sector-grid a,
.insight-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 17px;
  border: 1px solid var(--dc-accent);
  border-radius: 4px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.primary {
  color: var(--dc-surface);
  background: var(--dc-accent);
}

.secondary,
.ghost,
.secondary-dark {
  color: var(--dc-accent-strong);
  background: var(--dc-surface);
}

.text-link {
  color: var(--dc-navy);
  font-weight: 850;
}

.hero-report {
  display: grid;
  gap: 14px;
  justify-self: end;
  width: min(100%, 480px);
}

.report-shell,
.verification-register,
.price-card,
.card-grid article,
.identity-card,
.form-section form,
.report article,
.preview-document,
.sector-grid article,
.insight-grid article,
.update-card,
.readiness-card {
  border: 1px solid var(--dc-border);
  border-radius: 6px;
  background: var(--dc-surface);
  box-shadow: var(--dc-shadow);
}

.report-shell {
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(14, 122, 95, 0.055), rgba(255, 255, 255, 0) 42%),
    var(--dc-surface);
}

.report-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--dc-border);
}

.report-head strong,
.report-kicker,
.report-meta,
.signal-card em,
.register-top,
.register-list em,
.fineprint,
.mono,
.readiness-list dt,
.readiness-list dd {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

.report-kicker,
.report-meta {
  color: var(--dc-muted);
  font-size: 0.78rem;
}

.report-head strong {
  color: var(--dc-navy);
}

.report-mark {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

.report-seal {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
}

.report-seal-row,
.report-cover-seal {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--dc-navy);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.report-cover-seal {
  grid-column: 1 / -1;
  padding: 18px;
  border: 1px solid var(--dc-border);
  border-radius: 6px;
  background: var(--dc-surface);
}

.report-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 18px 0;
}

.signal-card {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--dc-border);
  border-radius: 4px;
}

.signal-card strong,
.status {
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 0.74rem;
  font-weight: 900;
}

.signal-card--ok strong,
.status-ok {
  color: var(--dc-green);
  background: var(--dc-green-soft);
}

.signal-card--attention strong,
.status-aandachtspunt {
  color: var(--dc-attention-text);
  background: var(--dc-attention-bg);
}

.signal-card--review strong,
.status-review {
  color: var(--dc-navy-soft);
  background: #e8eef2;
}

.mini-funnel {
  display: grid;
  grid-template-columns: 1fr 0.7fr 0.42fr;
  gap: 8px;
  margin-top: 20px;
}

.mini-funnel span {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dc-accent), var(--dc-gold));
}

.verification-register {
  padding: 20px;
}

.register-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 0.78rem;
}

.register-top strong {
  color: var(--dc-accent-strong);
  text-transform: uppercase;
}

.register-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.register-list li {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--dc-border);
}

.trust-badges {
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px 0 42px;
}

.trust-badges span {
  padding: 8px 12px;
  border: 1px solid var(--dc-border);
  border-radius: 4px;
  color: var(--dc-navy);
  background: var(--dc-surface);
  font-size: 0.9rem;
  font-weight: 780;
}

.section,
.page-hero {
  padding: clamp(62px, 8vw, 104px) 0;
}

.pricing-grid,
.card-grid,
.product-detail,
.list-sections,
.report,
.readiness-list,
.launch-grid,
.method-steps,
.sector-grid,
.insight-grid {
  display: grid;
  gap: 18px;
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.price-card {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--dc-accent), var(--dc-gold));
}

.price-card h3,
.card-grid h3,
.card-grid h2,
.list-sections h2,
.report h2,
.preview-document h3,
.sector-grid h3,
.insight-grid h3,
.method-steps h3 {
  margin: 0;
  font-family: "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 650;
  line-height: 1.08;
}

.price-card span {
  color: var(--dc-accent-strong);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 850;
}

.price-card strong {
  display: block;
  margin-top: 16px;
  color: var(--dc-navy);
  font-size: 1.55rem;
}

.price-card ul {
  margin: 18px 0;
  padding-left: 18px;
  color: var(--dc-muted);
}

.peppol-strip,
.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px;
  border: 1px solid var(--dc-border);
  border-radius: 6px;
  background: var(--dc-section);
}

.intro-video-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.82fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding-top: 46px;
}

.intro-video-copy p {
  max-width: 640px;
}

.video-points {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.video-points li {
  position: relative;
  padding-left: 22px;
  color: var(--dc-muted);
  font-weight: 700;
}

.video-points li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--dc-accent);
  content: "";
}

.intro-video-frame {
  padding: 14px;
  border: 1px solid var(--dc-border);
  border-radius: 8px;
  background: var(--dc-surface);
  box-shadow: var(--dc-shadow);
}

.intro-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: var(--dc-navy);
}

.intro-video-frame p {
  margin: 12px 2px 0;
  color: var(--dc-muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 800;
}

.report-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(380px, 0.85fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

.preview-document {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.preview-document article {
  padding: 18px;
  border: 1px solid var(--dc-border);
  border-radius: 4px;
  background: var(--dc-section);
}

.seo-copy {
  display: grid;
  gap: 18px;
  max-width: 880px;
}

.seo-copy p {
  margin: 0;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.inline-links a {
  padding: 9px 12px;
  border: 1px solid var(--dc-border);
  border-radius: 4px;
  color: var(--dc-navy);
  background: var(--dc-surface);
  font-weight: 800;
}

.preview-document span,
.method-steps span {
  color: var(--dc-gold-text);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-weight: 900;
}

.mock-disclaimer {
  margin: 16px 0 0;
  color: var(--dc-muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.78rem;
}

.method-steps {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
}

.method-steps article {
  padding-top: 18px;
  border-top: 2px solid var(--dc-border);
}

.sector-grid,
.insight-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.sector-grid article,
.insight-grid article,
.update-card,
.card-grid article,
.report article {
  padding: 24px;
}

.updates-list {
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.update-detail {
  max-width: 900px;
}

.update-card p {
  margin-bottom: 0;
}

.contrast {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100% - 1160px) / 2));
  padding-right: max(18px, calc((100% - 1160px) / 2));
  color: var(--dc-surface);
  background: var(--dc-navy);
}

.contrast h2,
.contrast h3 {
  color: var(--dc-surface);
}

.contrast article {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.contrast p {
  color: rgba(255, 255, 255, 0.74);
}

.card-grid {
  grid-template-columns: repeat(4, 1fr);
}

.product-detail {
  grid-template-columns: 1fr 1fr minmax(260px, 0.65fr);
  align-items: start;
}

.list-sections {
  grid-template-columns: repeat(2, 1fr);
}

.identity-card dl,
.readiness-list {
  margin: 0;
}

.identity-card dl div,
.readiness-list div {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--dc-border);
}

dt {
  color: var(--dc-muted);
}

dd {
  margin: 0;
  font-weight: 800;
}

.form-section form {
  display: grid;
  gap: 16px;
  max-width: 720px;
  padding: 28px;
  border: 1px solid var(--dc-border);
  border-radius: 6px;
  background: var(--dc-surface);
  box-shadow: none;
}

label {
  display: grid;
  gap: 7px;
  color: var(--dc-muted);
  font-weight: 760;
}

.checkbox {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.checkbox .error {
  grid-column: 2;
}

input,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--dc-border);
  border-radius: 12px;
  color: var(--dc-text);
  background: var(--dc-surface);
  font: inherit;
}

.error {
  color: var(--dc-red);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.82rem;
}

.form-alert {
  background: var(--dc-attention-bg);
  border: 1px solid rgba(122, 75, 18, 0.28);
  border-radius: 8px;
  color: var(--dc-attention-text);
  font-weight: 780;
  padding: 0.9rem 1rem;
}

.hp-field {
  left: -10000px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.stappen-mini {
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  border-radius: 10px;
  margin: 0 0 1.25rem;
  padding: 1rem 1rem 1rem 2rem;
}

.vormnoot,
.prijsnoot {
  color: var(--dc-muted);
  font-size: 0.92rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) 1fr;
  gap: 46px;
  margin-top: 84px;
  padding: 44px 0;
  color: rgba(255, 255, 255, 0.78);
  background: var(--dc-navy);
  box-shadow: 0 0 0 100vmax var(--dc-navy);
  clip-path: inset(0 -100vmax);
}

.footer-brand p {
  margin: 14px 0 0;
}

.site-footer .footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 12px 24px;
  align-content: start;
}

.site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

.internal-shell {
  min-height: 100svh;
  background: var(--dc-navy);
}

.internal-panel {
  padding: 70px 0;
}

.internal-panel h1 {
  color: var(--dc-surface);
}

.readiness-card,
.readiness-list,
.launch-grid article {
  margin-top: 28px;
  padding: 24px;
  background: var(--dc-surface);
}

.launch-grid {
  grid-template-columns: repeat(3, 1fr);
}

.launch-grid article strong,
.readiness-card strong {
  display: block;
  margin: 8px 0;
  color: var(--dc-red);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .site-header nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .header-cta {
    justify-self: start;
  }

  .language-switch {
    justify-self: start;
  }

  .home-hero,
  .pricing-grid,
  .card-grid,
  .product-detail,
  .list-sections,
  .launch-grid,
  .intro-video-section,
  .report-preview,
  .method-steps,
  .sector-grid,
  .insight-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .peppol-strip,
  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .home-hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-copy h1,
  .page-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .actions,
  .actions .button {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .report-meta,
  .report-head,
  .register-list li,
  .signal-card,
  .identity-card dl div,
  .readiness-list div {
    grid-template-columns: 1fr;
  }

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