/* Ordanta — marketing site components.
   Loads after styles.css; uses the same tokens. Prefix mkt- for every
   class added here so nothing collides with the original landing page
   primitives that this stylesheet still depends on (buttons, forms,
   consent banner, focus rules all stay in styles.css). */

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.o-num, .mkt-num { font-variant-numeric: tabular-nums; }

/* --- reveal-on-scroll ------------------------------------------
   No-JS default is fully visible. site.js adds .reveal-init only
   after confirming it can also remove it again on intersect. */
.reveal-init { opacity: 0; transform: translateY(14px); }
.reveal-in {
  opacity: 1;
  transform: none;
  transition: opacity .6s cubic-bezier(.2,.7,.2,1), transform .6s cubic-bezier(.2,.7,.2,1);
}

/* --- nav ---------------------------------------------------------- */
.mkt-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: color-mix(in srgb, var(--ground) 78%, transparent);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.mkt-nav-row {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 36px);
  padding: 14px var(--pad);
  max-width: 1180px;
  margin: 0 auto;
}
.mkt-nav .brand { flex: none; margin-right: auto; }
.mkt-nav .logo { width: 138px; }

.mkt-links {
  display: none;
  gap: clamp(14px, 2vw, 26px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.mkt-links a {
  color: var(--body);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}
.mkt-links a:hover { color: var(--text); border-color: var(--line-strong); }

.mkt-nav-cta { display: none; flex: none; }
.mkt-nav .langs { flex: none; display: flex; gap: 4px; }
.mkt-nav .langs a {
  font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--muted); text-decoration: none;
  border: 1px solid transparent; border-radius: 6px; padding: 5px 9px;
}
.mkt-nav .langs a:hover { color: var(--text); }
.mkt-nav .langs a[aria-current="page"] { color: var(--text); border-color: var(--line); background: var(--surface); }

.mkt-burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  flex: none;
}
.mkt-burger svg { width: 18px; height: 18px; }

.mkt-mobile {
  display: grid;
  gap: 4px;
  padding: 8px var(--pad) 18px;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.mkt-mobile[hidden] { display: none; }
.mkt-mobile a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 4px;
  border-bottom: 1px solid var(--line);
}
.mkt-mobile a:last-child { border-bottom: none; }
.mkt-mobile .cta { margin-top: 10px; text-align: center; }

@media (min-width: 980px) {
  .mkt-links { display: flex; }
  .mkt-nav-cta { display: inline-flex; }
  .mkt-burger { display: none; }
}

/* --- section scaffolding ------------------------------------------ */
.mkt-section {
  padding: clamp(56px, 9vw, 120px) 0;
}
.mkt-section + .mkt-section { border-top: 1px solid var(--line); }
.mkt-section-alt { background: var(--surface); }

.mkt-kicker {
  display: inline-block;
  margin: 0 0 14px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}
.mkt-h2 {
  margin: 0 0 16px;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(26px, 3.6vw, 38px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 24ch;
}
.mkt-lead {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 18.5px);
  line-height: 1.62;
  max-width: 62ch;
  color: var(--body);
}
.mkt-head { margin-bottom: clamp(32px, 5vw, 52px); }
.mkt-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.mkt-head.center .mkt-h2, .mkt-head.center .mkt-lead { margin-left: auto; margin-right: auto; }

/* --- hero ----------------------------------------------------------- */
.mkt-hero {
  padding: clamp(48px, 8vw, 88px) 0 clamp(40px, 7vw, 72px);
  position: relative;
  overflow: clip;
}
.mkt-hero::before {
  content: "";
  position: absolute;
  top: -220px; right: -160px;
  width: 640px; height: 640px;
  background: radial-gradient(circle, var(--accent-soft) 0%, transparent 68%);
  z-index: 0;
  pointer-events: none;
}
.mkt-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(36px, 6vw, 56px);
  align-items: center;
}
@media (min-width: 1040px) {
  .mkt-hero-grid { grid-template-columns: 1.05fr 0.95fr; }
}
.mkt-hero-copy { display: grid; gap: clamp(18px, 2.4vw, 24px); max-width: 640px; }
.mkt-h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.1;
  letter-spacing: -0.024em;
  color: var(--text);
  text-wrap: balance;
}
.mkt-hero-lead {
  margin: 0;
  font-size: clamp(17px, 1.9vw, 20px);
  line-height: 1.6;
  max-width: 54ch;
  color: var(--body);
}
.mkt-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 4px; }
.mkt-btn-ghost {
  font: inherit; font-weight: 600; font-size: 15px;
  color: var(--text);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  padding: 12px 20px;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: border-color .15s ease, background-color .15s ease;
}
.mkt-btn-ghost:hover { border-color: var(--text); background: var(--surface); }
.mkt-cta-link {
  font: inherit; font-weight: 600; font-size: 15px;
  color: var(--on-accent);
  background: var(--accent);
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 12px 22px;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background-color .15s ease, transform .15s ease;
}
.mkt-cta-link:hover { background: var(--accent-hover); transform: translateY(-1px); }

.mkt-hero-badges { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 6px; }
.mkt-hero-badges span { font-size: 13px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.mkt-hero-badges span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: none; }

/* --- product mockup (real HTML/CSS, not a photo) -------------------- */
.mkt-mock {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: rotate(0.4deg);
}
.mkt-mock-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--ground);
}
.mkt-mock-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--line-strong); }
.mkt-mock-url {
  margin-left: 8px;
  font-size: 12px;
  color: var(--muted);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 3px 10px;
}
.mkt-mock-body { padding: 18px; display: grid; gap: 12px; }
.mkt-mock-row {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 10px;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--ground);
  font-size: 13px;
}
.mkt-mock-row strong { color: var(--text); font-weight: 600; font-size: 13.5px; }
.mkt-mock-row span.mkt-muted { color: var(--muted); font-size: 12px; }
.mkt-pill {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 3px 9px;
  border-radius: 999px;
  white-space: nowrap;
}
.mkt-pill-confirmed { color: #fff; background: var(--o-status-bevestigd, var(--accent)); }
.mkt-pill-sent { color: #fff; background: var(--o-status-verzonden, #2563EB); }
.mkt-pill-partial { color: #fff; background: var(--o-status-deels, #C2740A); }
.mkt-mock-total {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 10px; margin-top: 4px; border-top: 1px dashed var(--line);
  font-size: 13.5px; color: var(--text); font-weight: 600;
}
@media (max-width: 460px) {
  .mkt-mock-row { grid-template-columns: 1fr; gap: 6px; }
  .mkt-mock-row > *:not(:first-child) { justify-self: start; }
}

/* --- workflow / problem section ------------------------------------- */
.mkt-flow {
  display: grid;
  gap: clamp(20px, 3vw, 32px);
  align-items: center;
}
@media (min-width: 900px) {
  .mkt-flow { grid-template-columns: 1fr auto 1fr; }
}
.mkt-flow-chips {
  display: flex; flex-wrap: wrap; gap: 10px;
  justify-content: center;
}
.mkt-chip {
  font-size: 13.5px; font-weight: 600;
  color: var(--muted);
  background: var(--ground);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 16px;
  text-decoration: line-through;
  text-decoration-color: var(--line-strong);
}
.mkt-flow-arrow {
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  font-size: 22px;
  transform: rotate(90deg);
}
@media (min-width: 900px) { .mkt-flow-arrow { transform: none; } }
.mkt-flow-result {
  display: grid; gap: 10px;
  justify-items: center;
  text-align: center;
}
.mkt-flow-result .mkt-chip {
  text-decoration: none;
  color: var(--text);
  background: var(--accent-soft);
  border-color: transparent;
  font-weight: 700;
}
.mkt-flow-caption { font-size: 13.5px; color: var(--muted); max-width: 30ch; }

.mkt-steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 24px;
  counter-reset: step;
}
@media (min-width: 780px) { .mkt-steps { grid-template-columns: repeat(3, 1fr); gap: 28px; } }
.mkt-steps li { position: relative; padding-left: 46px; }
.mkt-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute; left: 0; top: 0;
  width: 32px; height: 32px;
  border-radius: 9px;
  background: var(--text);
  color: var(--ground);
  font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
@media (prefers-color-scheme: dark) {
  .mkt-steps li::before { background: var(--accent); color: var(--on-accent); }
}
.mkt-steps h3 { margin: 0 0 6px; font-family: var(--display); font-size: 16.5px; font-weight: 600; color: var(--text); }
.mkt-steps p { margin: 0; font-size: 14.5px; }

/* --- outcomes --------------------------------------------------------- */
.mkt-outcomes {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 14px;
}
@media (min-width: 780px) { .mkt-outcomes { grid-template-columns: repeat(2, 1fr); gap: 16px 32px; } }
.mkt-outcomes li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 15px; line-height: 1.5; color: var(--body);
}
.mkt-outcomes li svg { flex: none; width: 20px; height: 20px; color: var(--accent); margin-top: 2px; }

/* --- capability groups -------------------------------------------------- */
.mkt-groups { display: grid; gap: clamp(24px, 3vw, 32px); }
@media (min-width: 900px) { .mkt-groups { grid-template-columns: repeat(3, 1fr); } }
.mkt-group {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: clamp(20px, 2.6vw, 26px);
}
.mkt-group h3 {
  margin: 0 0 4px;
  font-family: var(--display);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}
.mkt-group ul { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 10px; }
.mkt-group li { font-size: 14.5px; color: var(--body); padding-left: 18px; position: relative; }
.mkt-group li::before { content: "—"; position: absolute; left: 0; color: var(--muted); }

/* --- asymmetric feature band (white-label / ERP) ------------------------- */
.mkt-band {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
  align-items: center;
}
@media (min-width: 980px) { .mkt-band { grid-template-columns: 1fr 1fr; } }
.mkt-band.reverse .mkt-band-visual { order: -1; }
.mkt-band-copy { display: grid; gap: 16px; }
.mkt-band ul.mkt-checks { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 10px; }
.mkt-band ul.mkt-checks li { font-size: 14.5px; color: var(--body); padding-left: 24px; position: relative; }
.mkt-band ul.mkt-checks li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--accent); font-weight: 700;
}
.mkt-note {
  font-size: 13px; color: var(--muted);
  border-left: 2px solid var(--line-strong);
  padding-left: 12px;
  max-width: 46ch;
}

/* white-label brand-skin swatch demo */
.mkt-skins { display: grid; gap: 14px; }
.mkt-skin {
  --skin-ink: var(--text);
  --skin-accent: var(--accent);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--surface);
}
.mkt-skin-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px;
  background: var(--skin-ink);
  color: #fff;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.03em;
}
.mkt-skin-btn {
  font-size: 11.5px; font-weight: 700;
  background: var(--skin-accent); color: #fff;
  border-radius: 999px; padding: 4px 10px;
}
.mkt-skin-body { padding: 12px 14px; font-size: 12.5px; color: var(--muted); }
.mkt-skin-1 { --skin-ink: #0E2338; --skin-accent: #10A06A; }
.mkt-skin-2 { --skin-ink: #4A2E22; --skin-accent: #C2740A; }
.mkt-skin-3 { --skin-ink: #23204A; --skin-accent: #6B5BD6; }

/* --- maturity chips (AI section) -------------------------------------- */
.mkt-status {
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 999px;
  display: inline-block;
}
.mkt-status-dev { color: #7A4E00; background: #FBEBCF; }
.mkt-status-planned { color: var(--muted); background: var(--ground); border: 1px solid var(--line-strong); }
@media (prefers-color-scheme: dark) {
  .mkt-status-dev { color: #FBEBCF; background: #4A3A10; }
}
.mkt-ai-list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 12px; }
.mkt-ai-list li {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 10px;
  padding: 12px 16px; font-size: 14.5px; color: var(--text);
}

/* --- audience -------------------------------------------------------- */
.mkt-audience { display: grid; gap: 16px; }
@media (min-width: 780px) { .mkt-audience { grid-template-columns: repeat(4, 1fr); } }
.mkt-audience-card {
  border: 1px solid var(--line); border-radius: 14px; padding: 20px;
  background: var(--surface);
}
.mkt-audience-card h3 { margin: 0 0 6px; font-family: var(--display); font-size: 16px; font-weight: 600; color: var(--text); }
.mkt-audience-card p { margin: 0; font-size: 13.5px; color: var(--muted); }
.mkt-signals {
  margin-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid var(--line);
  padding-top: clamp(24px, 3vw, 32px);
}
.mkt-signals ul { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 8px; }
@media (min-width: 780px) { .mkt-signals ul { grid-template-columns: repeat(2, 1fr); gap: 8px 28px; } }
.mkt-signals li { font-size: 14px; color: var(--body); padding-left: 16px; position: relative; }
.mkt-signals li::before { content: "•"; position: absolute; left: 0; color: var(--accent); }

/* --- pricing summary cards -------------------------------------------- */
.mkt-price-grid { display: grid; gap: 18px; }
@media (min-width: 900px) { .mkt-price-grid { grid-template-columns: repeat(4, 1fr); } }
.mkt-price-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: clamp(22px, 2.6vw, 26px);
  display: grid; gap: 14px; align-content: start;
}
.mkt-price-card.featured { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), var(--shadow); }
.mkt-price-tag {
  position: absolute; top: -12px; right: 20px;
  background: var(--accent); color: var(--on-accent);
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
}
.mkt-price-name { margin: 0; font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; color: var(--muted); }
.mkt-price-amount { display: flex; align-items: baseline; gap: 6px; }
.mkt-price-amount .num { font-family: var(--display); font-size: clamp(28px, 3vw, 34px); font-weight: 600; color: var(--text); }
.mkt-price-amount .per { font-size: 13.5px; color: var(--muted); }
.mkt-price-impl { font-size: 13px; color: var(--muted); }
.mkt-price-impl s { color: var(--muted); }
.mkt-price-impl strong { color: var(--accent); font-weight: 700; }
.mkt-price-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; flex: 1; }
.mkt-price-card li { font-size: 13.5px; color: var(--body); padding-left: 18px; position: relative; }
.mkt-price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.mkt-price-cta {
  text-align: center; text-decoration: none; font-weight: 600; font-size: 14.5px;
  border-radius: 9px; padding: 11px 16px; margin-top: 4px;
}
.mkt-price-cta.primary { background: var(--accent); color: var(--on-accent); }
.mkt-price-cta.primary:hover { background: var(--accent-hover); }
.mkt-price-cta.secondary { background: transparent; color: var(--text); border: 1px solid var(--line-strong); }
.mkt-price-cta.secondary:hover { border-color: var(--text); }
.mkt-price-vat { text-align: center; font-size: 12.5px; color: var(--muted); margin-top: 8px; }

/* --- pilot ------------------------------------------------------------- */
.mkt-pilot {
  background: var(--text);
  color: var(--ground);
  border-radius: 20px;
  padding: clamp(32px, 5vw, 56px);
  display: grid; gap: clamp(24px, 4vw, 40px);
}
@media (min-width: 980px) { .mkt-pilot { grid-template-columns: 1.1fr 0.9fr; align-items: center; } }
.mkt-pilot-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent-dark, #2FD498);
  margin-bottom: 14px;
}
.mkt-pilot h2 { color: #fff; max-width: none; }
.mkt-pilot p { color: color-mix(in srgb, var(--ground) 82%, transparent); }
.mkt-pilot .mkt-checks li { color: color-mix(in srgb, var(--ground) 90%, transparent); }
.mkt-pilot .mkt-checks li::before { color: var(--accent-dark, #2FD498); }
.mkt-pilot-panel {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 22px;
  display: grid; gap: 12px;
}
.mkt-pilot-row { display: flex; justify-content: space-between; align-items: baseline; font-size: 14px; }
.mkt-pilot-row .old { text-decoration: line-through; color: rgba(255,255,255,0.5); }
.mkt-pilot-row .new { color: var(--accent-dark, #2FD498); font-weight: 700; font-size: 16px; }
.mkt-pilot .mkt-cta-link { margin-top: 4px; }

/* --- FAQ ---------------------------------------------------------------- */
.mkt-faq-groups { display: grid; gap: clamp(28px, 4vw, 40px); }
.mkt-faq-group h3 {
  margin: 0 0 14px;
  font-family: var(--display); font-size: 13px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted);
}
details.mkt-faq {
  border-bottom: 1px solid var(--line);
  padding: 4px 0;
}
details.mkt-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 4px;
  font-size: 15.5px; font-weight: 600; color: var(--text);
}
details.mkt-faq summary::-webkit-details-marker { display: none; }
details.mkt-faq summary::after {
  content: "+";
  flex: none;
  font-size: 20px; font-weight: 400; color: var(--muted);
  transition: transform .2s ease;
}
details.mkt-faq[open] summary::after { transform: rotate(45deg); }
details.mkt-faq p {
  margin: 0 0 16px; padding: 0 26px 0 4px;
  font-size: 14.5px; color: var(--body); max-width: 68ch;
}

/* --- final CTA ------------------------------------------------------------ */
.mkt-final {
  text-align: center;
  display: grid; gap: 18px; justify-items: center;
}
.mkt-final .mkt-h2 { max-width: 22ch; }
.mkt-final-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* --- form (qualification / pilot application) ------------------------------ */
.mkt-form-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(24px, 3.4vw, 40px);
  box-shadow: var(--shadow);
  display: grid; gap: 22px;
}
.mkt-form-grid { display: grid; gap: 16px; }
@media (min-width: 700px) { .mkt-form-grid.two { grid-template-columns: 1fr 1fr; } }
.mkt-field { display: grid; gap: 6px; }
.mkt-field label { font-size: 13px; font-weight: 600; color: var(--text); }
.mkt-field .opt { font-weight: 400; color: var(--muted); }
.mkt-field input[type="text"],
.mkt-field input[type="email"],
.mkt-field input[type="url"],
.mkt-field select,
.mkt-field textarea {
  font: inherit; font-size: 15px; width: 100%;
  padding: 11px 13px;
  color: var(--text); background: var(--ground);
  border: 1px solid var(--line-strong); border-radius: 9px;
}
.mkt-field textarea { resize: vertical; min-height: 80px; }
.mkt-field input:user-invalid, .mkt-field select:user-invalid { border-color: var(--danger); background: var(--danger-soft); }
.mkt-field input:user-valid { border-color: var(--accent); }
.mkt-field .error-msg { display: none; margin: 0; font-size: 12.5px; color: var(--danger); }
.mkt-field input:user-invalid ~ .error-msg { display: block; }

.mkt-check-grid { display: grid; gap: 8px; }
@media (min-width: 560px) { .mkt-check-grid { grid-template-columns: repeat(2, 1fr); } }
.mkt-check-grid label {
  display: flex; gap: 8px; align-items: flex-start;
  font-size: 13.5px; color: var(--body);
  border: 1px solid var(--line); border-radius: 9px;
  padding: 9px 12px; cursor: pointer;
}
.mkt-check-grid input { margin-top: 2px; }
.mkt-form-section-title { font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin: 0; }
.mkt-form-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.mkt-form-privacy { font-size: 12.5px; color: var(--muted); margin: 0; max-width: 60ch; }
.mkt-form-privacy a { color: var(--muted); }

/* --- footer (expanded) ------------------------------------------------------ */
.mkt-footer { padding: clamp(40px, 6vw, 64px) 0 clamp(28px, 4vw, 40px); }
.mkt-footer-top {
  display: grid; gap: clamp(28px, 4vw, 40px);
  padding-bottom: clamp(28px, 4vw, 36px);
  border-bottom: 1px solid var(--line);
}
@media (min-width: 780px) { .mkt-footer-top { grid-template-columns: 1.3fr repeat(3, 1fr); } }
.mkt-footer-brand p { font-size: 13.5px; color: var(--muted); max-width: 34ch; margin: 12px 0 0; }
.mkt-footer-col h4 { margin: 0 0 12px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.mkt-footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.mkt-footer-col a { color: var(--body); text-decoration: none; font-size: 13.5px; }
.mkt-footer-col a:hover { color: var(--text); text-decoration: underline; }
.mkt-footer-bottom {
  padding-top: clamp(20px, 3vw, 24px);
  display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center;
  font-size: 12.5px; color: var(--muted);
}
.mkt-footer-bottom a { color: var(--muted); text-decoration: underline; text-underline-offset: 2px; }
.mkt-footer-bottom a:hover { color: var(--text); }

/* --- comparison accordion (pricing page) ------------------------------------- */
.mkt-compare { display: grid; gap: 14px; }
details.mkt-cgroup {
  border: 1px solid var(--line); border-radius: 14px;
  background: var(--surface); overflow: hidden;
}
details.mkt-cgroup summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; font-weight: 600; font-size: 15px; color: var(--text);
}
details.mkt-cgroup summary::-webkit-details-marker { display: none; }
details.mkt-cgroup summary::after { content: "+"; font-size: 20px; color: var(--muted); transition: transform .2s ease; }
details.mkt-cgroup[open] summary::after { transform: rotate(45deg); }
.mkt-crow {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 8px;
  padding: 10px 20px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  align-items: center;
}
.mkt-crow.head { background: var(--ground); font-weight: 700; color: var(--muted); font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.04em; }
.mkt-crow span:first-child { color: var(--text); font-weight: 500; font-size: 13.5px; text-align: left; }
.mkt-crow span:not(:first-child) { text-align: center; color: var(--muted); }
.mkt-crow .yes { color: var(--accent); font-weight: 700; }
.mkt-crow .addon { color: var(--o-status-verzonden, #2563EB); }
.mkt-crow .soon { color: var(--o-status-deels, #C2740A); }
@media (max-width: 700px) {
  .mkt-crow { grid-template-columns: 1fr; gap: 4px; padding: 12px 20px; }
  .mkt-crow.head { display: none; }
  .mkt-crow span:not(:first-child) { text-align: left; }
  .mkt-crow span:not(:first-child)::before { content: attr(data-plan) ": "; color: var(--text); font-weight: 600; }
}

.mkt-addons { display: grid; gap: 12px; }
@media (min-width: 780px) { .mkt-addons { grid-template-columns: repeat(2, 1fr); } }
.mkt-addon {
  border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px;
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
  background: var(--surface);
}
.mkt-addon span.name { font-size: 14.5px; color: var(--text); font-weight: 500; }
.mkt-addon span.price { font-size: 13px; color: var(--muted); white-space: nowrap; }

/* --- billing toggle (pure CSS) ---------------------------------------------- */
.mkt-billing { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: clamp(24px, 3vw, 32px); }
.mkt-billing-label { font-size: 14px; font-weight: 600; color: var(--muted); }
.mkt-switch { position: relative; display: inline-block; width: 46px; height: 26px; }
.mkt-switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.mkt-switch .track {
  position: absolute; inset: 0; background: var(--line-strong); border-radius: 999px; transition: background-color .2s ease;
}
.mkt-switch .track::before {
  content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px;
  background: #fff; border-radius: 50%; transition: transform .2s ease; box-shadow: 0 1px 3px rgb(0 0 0 / 0.3);
}
.mkt-switch input:checked ~ .track { background: var(--accent); }
.mkt-switch input:checked ~ .track::before { transform: translateX(20px); }
.mkt-switch input:focus-visible ~ .track { outline: 2px solid var(--focus); outline-offset: 2px; }
.mkt-billing-save { font-size: 12.5px; color: var(--accent); font-weight: 600; background: var(--accent-soft); padding: 3px 10px; border-radius: 999px; }

/* Billing toggle drives monthly/annual price visibility anywhere inside
   the wrapping #pricing-plans, however deep — :has() reaches into the
   whole subtree regardless of DOM nesting, unlike the sibling combinator. */
#pricing-plans .mkt-annual { display: none; }
#pricing-plans:has(#billing-toggle:checked) .mkt-monthly { display: none; }
#pricing-plans:has(#billing-toggle:checked) .mkt-annual { display: inline; }
#pricing-plans:has(#billing-toggle:checked) .mkt-annual.block { display: block; }

/* --- pricing hero intro ------------------------------------------------------- */
.mkt-page-hero { padding: clamp(44px, 7vw, 76px) 0 clamp(28px, 4vw, 40px); text-align: center; }
.mkt-page-hero .mkt-kicker { display: block; }
.mkt-page-hero .mkt-h2 { margin-left: auto; margin-right: auto; font-size: clamp(30px, 4.4vw, 46px); max-width: 20ch; }
.mkt-page-hero .mkt-lead { margin-left: auto; margin-right: auto; }

/* --- pricing FAQ / implementation explainer blocks --------------------------- */
.mkt-explain-grid { display: grid; gap: 20px; }
@media (min-width: 860px) { .mkt-explain-grid { grid-template-columns: repeat(2, 1fr); } }
.mkt-explain {
  border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; background: var(--surface);
}
.mkt-explain h3 { margin: 0 0 8px; font-family: var(--display); font-size: 15.5px; font-weight: 600; color: var(--text); }
.mkt-explain p { margin: 0; font-size: 14px; color: var(--body); }

/* --- legal prose page --------------------------------------------------------- */
.mkt-legal-shell { max-width: 720px; margin: 0 auto; padding: clamp(48px, 6vw, 72px) var(--pad) clamp(56px, 8vw, 88px); }
.mkt-legal-notice {
  background: var(--accent-soft); border-radius: 10px; padding: 14px 16px;
  font-size: 13.5px; color: var(--text);
}
.mkt-legal-meta { color: var(--muted); font-size: 13.5px; }

/* --- small utilities (kept out of inline style="" for CSP style-src) ---------- */
.mkt-footer-logo { width: 130px; }
.mkt-pilot-footnote { font-size: 12.5px; color: rgba(255,255,255,0.6); margin: 4px 0 0; }
.mkt-flow-stack { margin-top: 14px; }
.mkt-mt-lg { margin-top: 20px; }
