/*
Theme Name: Stroombox
Theme URI: https://www.stroombox.nl/
Author: Stroombox
Author URI: https://www.stroombox.nl/
Description: Custom WordPress theme op basis van de Stroombox homepage. Digitale slagkracht voor bedrijven die vooruit willen.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stroombox
*/


  :root {
    --bg: #F4F1E8;            /* PCB substrate cream */
    --bg-2: #ECE7D8;
    --surface: #FFFFFF;
    --surface-2: #F9F6EC;
    --border: #E0DAC8;
    --border-2: #C9C1AC;
    --text: #0B1A1F;
    --text-2: #475259;
    --text-3: #6F7A80;
    --text-4: #94A0A6;
    --accent: #0B7A3B;         /* PCB green */
    --accent-2: #0A6231;
    --accent-dim: rgba(11,122,59,0.08);
    --accent-ring: rgba(11,122,59,0.24);
    --copper: #B8722A;
    --copper-2: #D08D3D;
    --danger: #C44A3C;
    --warn: #D9962F;
    --info: #2F7AB8;
    --good: #0B7A3B;
  }
  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; background: var(--bg); color: var(--text); font-family: 'Inter', sans-serif; font-feature-settings: 'cv11','ss01','ss03'; -webkit-font-smoothing: antialiased; }
  body {
    overflow-x: hidden;
    background-color: var(--bg);
    background-image:
      radial-gradient(circle at 1px 1px, rgba(11,122,59,0.18) 1px, transparent 1.4px),
      radial-gradient(circle at 41px 41px, rgba(184,114,42,0.16) 1.4px, transparent 1.8px),
      linear-gradient(to right, rgba(11,122,59,0.05) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(11,122,59,0.05) 1px, transparent 1px);
    background-size: 80px 80px, 80px 80px, 80px 80px, 80px 80px;
  }
  /* Stronger PCB trace overlay */
  body::before {
    content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'><g fill='none' stroke='%230B7A3B' stroke-opacity='0.16' stroke-width='1.2'><path d='M40 40 L40 120 L120 120 L120 200'/><path d='M200 40 L200 80 L280 80'/><path d='M40 240 L120 240 L120 280 L240 280'/><path d='M240 40 L240 160 L280 160 L280 240'/><path d='M160 120 L160 200 L240 200'/></g><g fill='%23B8722A' fill-opacity='0.32'><circle cx='40' cy='40' r='3'/><circle cx='40' cy='120' r='3'/><circle cx='120' cy='120' r='3'/><circle cx='120' cy='200' r='3'/><circle cx='200' cy='40' r='3'/><circle cx='280' cy='80' r='3'/><circle cx='120' cy='240' r='3'/><circle cx='240' cy='280' r='3'/><circle cx='240' cy='160' r='3'/><circle cx='280' cy='240' r='3'/><circle cx='160' cy='120' r='3'/><circle cx='240' cy='200' r='3'/></g></svg>");
    background-size: 320px 320px;
    opacity: 0.7;
    mix-blend-mode: multiply;
  }
  main, header, footer, section, .topbar { position: relative; z-index: 1; }
  .display { font-family: 'Instrument Serif', serif; font-weight: 400; letter-spacing: -0.01em; font-style: italic; }
  .mono { font-family: 'JetBrains Mono', monospace; }
  a { color: inherit; text-decoration: none; }
  button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

  .wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
  @media (max-width: 720px) { .wrap { padding: 0 20px; } }

  /* Nav */
  .topbar {
    position: sticky; top: 0; z-index: 50;
    background: rgba(244,241,232,0.82);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid var(--border);
  }
  .ann { background: var(--bg-2); border-bottom: 1px solid var(--border); font-size: 13px; color: var(--text-2); text-align: center; padding: 9px 16px; letter-spacing: -0.005em; }
  .ann b { color: var(--text); font-weight: 500; }
  .ann .pill { display:inline-flex; align-items:center; gap:6px; background: var(--accent-dim); color: var(--accent); padding: 2px 8px; border-radius: 999px; font-size: 11px; font-weight: 600; margin-right: 8px; text-transform: uppercase; letter-spacing: 0.04em; }
  .ann .arrow { color: var(--text-3); margin-left: 8px; }

  .nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
  .brand { display: flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: -0.02em; font-size: 17px; }
  .brand-mark { width: 26px; height: 26px; }
  .nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; color: var(--text-2); font-weight: 500; }
  .nav-links a { display: inline-flex; align-items: center; gap: 5px; transition: color .15s; }
  .nav-links a:hover { color: var(--text); }
  .nav-cta { display: flex; align-items: center; gap: 8px; }
  @media (max-width: 900px) { .nav-links { display: none; } }

  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 38px; padding: 0 16px; border-radius: 8px; font-size: 14px; font-weight: 500; letter-spacing: -0.005em; transition: transform .08s ease, background .15s, border-color .15s, color .15s; white-space: nowrap; }
  .btn:active { transform: scale(0.98); }
  .btn-primary { background: var(--accent); color: #FFFFFF; }
  .btn-primary:hover { background: var(--accent-2); }
  .btn-ghost { color: var(--text-2); }
  .btn-ghost:hover { color: var(--text); background: rgba(11,26,31,0.04); }
  .btn-outline { border: 1px solid var(--border-2); color: var(--text); background: var(--surface); }
  .btn-outline:hover { border-color: var(--text-3); background: var(--surface-2); }
  .btn-lg { height: 44px; padding: 0 20px; font-size: 15px; border-radius: 10px; }

  /* Hero */
  .hero { position: relative; padding: 88px 0 56px; overflow: hidden; }
  .hero-grid-bg { display: none; }
  .hero-glow {
    position: absolute; top: -180px; left: 50%; transform: translateX(-50%);
    width: 1100px; height: 540px; pointer-events: none;
    background: radial-gradient(ellipse at center, rgba(184,114,42,0.14) 0%, rgba(11,122,59,0.06) 30%, transparent 60%);
    filter: blur(20px);
  }
  .eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--text-2); border: 1px solid var(--border-2); background: var(--surface); padding: 6px 12px 6px 8px; border-radius: 999px; letter-spacing: -0.005em; }
  .eyebrow .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--accent); box-shadow: 0 0 0 4px rgba(11,122,59,0.18); }
  .eyebrow span.tag { background: var(--bg-2); padding: 2px 8px; border-radius: 999px; color: var(--text); font-weight: 500; font-size: 11px; letter-spacing: 0.02em; }

  h1.hero-h { font-size: clamp(44px, 6.2vw, 76px); line-height: 0.98; letter-spacing: -0.035em; font-weight: 600; margin: 22px 0 22px; max-width: 14ch; }
  .hero-sub { font-size: 18.5px; line-height: 1.55; color: var(--text-2); max-width: 56ch; letter-spacing: -0.005em; }

  .scan-bar {
    margin-top: 36px; display: flex; gap: 0; padding: 6px; align-items: center;
    background: var(--surface); border: 1px solid var(--border-2);
    border-radius: 14px; max-width: 600px;
    box-shadow: 0 1px 2px rgba(11,26,31,0.04), 0 24px 60px -30px rgba(11,122,59,0.24);
  }
  .scan-bar .url-pre { display:inline-flex; align-items:center; gap:8px; padding: 0 12px 0 14px; color: var(--text-3); font-size: 14px; }
  .scan-bar input { flex: 1; background: transparent; border: none; outline: none; color: var(--text); font-size: 15px; padding: 12px 0; font-family: inherit; letter-spacing: -0.005em; }
  .scan-bar input::placeholder { color: var(--text-4); }
  .scan-bar .btn-primary { height: 44px; padding: 0 18px; }
  .scan-bar .btn-primary svg { width: 16px; height: 16px; }
  .scan-hint { margin-top: 14px; font-size: 13px; color: var(--text-3); display: flex; gap: 18px; flex-wrap: wrap; }
  .scan-hint span { display:inline-flex; align-items:center; gap: 6px; }
  .scan-hint svg { width: 13px; height: 13px; color: var(--text-4); }

  /* Hero preview panel */
  .hero-preview { margin-top: 64px; position: relative; }
  .preview-frame {
    background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
    border: 1px solid var(--border-2);
    border-radius: 18px; padding: 14px;
    box-shadow: 0 1px 2px rgba(11,26,31,0.04), 0 30px 80px -30px rgba(11,122,59,0.18);
    position: relative;
  }
  .preview-frame::after { display: none; }
  .pframe-bar { display: flex; align-items: center; gap: 12px; padding: 4px 8px 12px; border-bottom: 1px solid var(--border); }
  .pframe-dots { display:flex; gap:6px; }
  .pframe-dots span { width:10px; height:10px; border-radius:999px; background: var(--border-2); }
  .pframe-url { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--text-3); background: var(--bg-2); border: 1px solid var(--border); padding: 5px 12px; border-radius: 6px; flex: 1; display:flex; align-items:center; gap:8px; }
  .pframe-url .lock { color: var(--good); }
  .pframe-body { padding: 24px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; }
  @media (max-width: 820px) { .pframe-body { grid-template-columns: 1fr; } }

  /* Score cards */
  .score-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .score-card { background: var(--bg-2); border: 1px solid var(--border); border-radius: 12px; padding: 16px; position: relative; overflow: hidden; }
  .score-label { display:flex; align-items:center; justify-content: space-between; font-size: 12.5px; color: var(--text-2); letter-spacing: -0.005em; }
  .score-label svg { width: 14px; height: 14px; }
  .score-val { font-size: 38px; font-weight: 600; letter-spacing: -0.04em; margin-top: 6px; line-height: 1; font-variant-numeric: tabular-nums; }
  .score-val small { font-size: 16px; color: var(--text-3); margin-left: 2px; }
  .score-bar { margin-top: 12px; height: 4px; background: var(--surface-2); border-radius: 99px; overflow: hidden; }
  .score-bar i { display:block; height: 100%; border-radius: 99px; }
  .score-card.good .score-val { color: var(--accent); }
  .score-card.warn .score-val { color: var(--warn); }
  .score-card.bad .score-val { color: var(--danger); }
  .score-card.good .score-bar i { background: var(--accent); }
  .score-card.warn .score-bar i { background: var(--warn); }
  .score-card.bad .score-bar i { background: var(--danger); }
  .score-meta { margin-top: 8px; font-size: 11px; color: var(--text-3); display:flex; align-items:center; gap: 4px; }

  .issue-list { display: flex; flex-direction: column; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
  .issue-head { background: var(--bg-2); padding: 12px 14px; display:flex; align-items:center; justify-content: space-between; font-size: 13px; }
  .issue-head .ttl { font-weight: 500; }
  .issue-head .meta { font-size: 11px; color: var(--text-3); font-family: 'JetBrains Mono', monospace; }
  .issue-row { background: var(--surface); padding: 12px 14px; display: grid; grid-template-columns: 18px 1fr auto; gap: 10px; align-items: center; }
  .issue-row .sev { width: 8px; height: 8px; border-radius: 99px; }
  .issue-row.high .sev { background: var(--danger); box-shadow: 0 0 0 3px rgba(196,74,60,0.16); }
  .issue-row.med .sev { background: var(--warn); box-shadow: 0 0 0 3px rgba(217,150,47,0.16); }
  .issue-row.low .sev { background: var(--info); }
  .issue-row .lbl { font-size: 13px; color: var(--text); letter-spacing: -0.005em; }
  .issue-row .lbl small { color: var(--text-3); margin-left: 6px; font-size: 12px; }
  .issue-row .imp { font-size: 11px; color: var(--text-3); font-family: 'JetBrains Mono', monospace; }

  /* Trust strip */
  .trust { padding: 32px 0 16px; }
  .trust-label { text-align: center; color: var(--text-3); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; }
  .trust-logos { margin-top: 24px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 32px; align-items: center; color: var(--text-4); }
  .trust-logos > div { font-weight: 600; font-size: 15px; letter-spacing: -0.02em; text-align: center; opacity: 0.7; transition: opacity .2s, color .2s; }
  .trust-logos > div:hover { opacity: 1; color: var(--text-2); }
  @media (max-width: 780px) { .trust-logos { grid-template-columns: repeat(3, 1fr); gap: 24px 16px; } }

  /* Section header */
  .section { padding: 96px 0; position: relative; }
  .section-head { max-width: 740px; margin: 0 auto 56px; text-align: center; }
  .kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--accent); background: var(--accent-dim); border: 1px solid rgba(11,122,59,0.16); padding: 5px 12px; border-radius: 999px; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600; }
  .kicker .dot { width: 5px; height: 5px; background: var(--accent); border-radius: 99px; }
  h2.section-h { font-size: clamp(34px, 4.4vw, 52px); line-height: 1.02; letter-spacing: -0.035em; font-weight: 600; margin: 18px 0 16px; }
  .section-sub { font-size: 17px; color: var(--text-2); line-height: 1.55; letter-spacing: -0.005em; }

  /* Bento */
  .bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
  .tile { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 28px; position: relative; overflow: hidden; transition: border-color .2s, transform .2s, box-shadow .2s; min-height: 220px; display: flex; flex-direction: column; box-shadow: 0 1px 2px rgba(11,26,31,0.03); }
  .tile:hover { border-color: var(--border-2); box-shadow: 0 1px 2px rgba(11,26,31,0.03), 0 12px 32px -16px rgba(11,122,59,0.18); }
  .tile.span-3 { grid-column: span 3; }
  .tile.span-2 { grid-column: span 2; }
  .tile.span-4 { grid-column: span 4; }
  .tile.span-6 { grid-column: span 6; }
  .tile.tall { min-height: 320px; }
  @media (max-width: 980px) { .tile.span-3, .tile.span-2, .tile.span-4 { grid-column: span 6; } }

  .tile h3 { font-size: 19px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 8px; }
  .tile p { font-size: 14px; color: var(--text-2); line-height: 1.55; margin: 0; letter-spacing: -0.005em; }
  .tile .ico { display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius: 10px; background: var(--accent-dim); border: 1px solid rgba(11,122,59,0.18); color: var(--accent); margin-bottom: 18px; }
  .tile .ico svg { width: 18px; height: 18px; }
  .tile .vis { margin-top: 24px; flex: 1; display: flex; align-items: flex-end; }
  .tile-foot { display: flex; align-items: center; gap: 6px; color: var(--text-2); font-size: 13px; font-weight: 500; margin-top: 18px; }
  .tile-foot:hover { color: var(--accent); }

  /* Speed gauge (tile) */
  .gauge { display:flex; align-items:center; gap: 18px; }
  .gauge-ring { width: 96px; height: 96px; position: relative; }
  .gauge-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
  .gauge-ring .ring-bg { fill: none; stroke: var(--border); stroke-width: 8; }
  .gauge-ring .ring-fg { fill: none; stroke: var(--accent); stroke-width: 8; stroke-linecap: round; }
  .gauge-ring .ring-num { position: absolute; inset: 0; display:flex; align-items:center; justify-content:center; font-size: 26px; font-weight: 600; letter-spacing: -0.03em; }
  .gauge-list { font-size: 12.5px; color: var(--text-2); display: flex; flex-direction: column; gap: 5px; font-family: 'JetBrains Mono', monospace; }
  .gauge-list span { display:flex; justify-content:space-between; gap: 12px; }
  .gauge-list b { color: var(--text); font-weight: 500; }

  /* Keyword tile */
  .kw-tile-vis { width: 100%; }
  .kw-row { display: grid; grid-template-columns: 1fr 60px 70px 50px; gap: 10px; align-items: center; padding: 9px 0; border-top: 1px solid var(--border); font-size: 12.5px; font-family: 'JetBrains Mono', monospace; color: var(--text-2); }
  .kw-row:first-child { border-top: none; }
  .kw-row .term { color: var(--text); font-family: 'Inter', sans-serif; font-weight: 500; font-size: 13px; letter-spacing: -0.005em; }
  .kw-row .vol { color: var(--text-3); text-align: right; }
  .kw-row .diff { font-size: 11px; padding: 2px 6px; border-radius: 4px; text-align: center; font-weight: 600; }
  .kw-row .diff.lo { background: rgba(111,219,138,0.12); color: var(--good); }
  .kw-row .diff.md { background: rgba(245,192,70,0.12); color: var(--warn); }
  .kw-row .diff.hi { background: rgba(255,107,107,0.12); color: var(--danger); }
  .kw-row .trend { display:flex; align-items:center; gap: 3px; color: var(--good); font-size: 11px; justify-content: flex-end; }
  .kw-row .trend.down { color: var(--danger); }

  /* Uptime sparkline */
  .uptime-bars { display:flex; gap: 2px; align-items: flex-end; height: 60px; }
  .uptime-bars span { flex: 1; background: var(--accent); border-radius: 1px; opacity: 0.85; }
  .uptime-bars span.bad { background: var(--danger); }
  .uptime-bars span.warn { background: var(--warn); }

  /* Audit / conversion chart */
  .chart { height: 110px; position: relative; }
  .chart svg { width: 100%; height: 100%; }
  .chart-grid line { stroke: var(--border); stroke-width: 1; }

  /* Backlinks visual */
  .bl-list { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--text-2); display:flex; flex-direction:column; gap: 6px; }
  .bl-list span { display:flex; justify-content: space-between; padding: 6px 10px; background: var(--bg-2); border: 1px solid var(--border); border-radius: 6px; }
  .bl-list b { color: var(--accent); font-weight: 500; }
  .bl-list .dr { color: var(--text-3); }

  /* AI tile */
  .ai-vis { background: var(--bg-2); border: 1px solid var(--border); border-radius: 10px; padding: 14px; font-family: 'JetBrains Mono', monospace; font-size: 12.5px; color: var(--text-2); line-height: 1.55; }
  .ai-vis .prompt { color: var(--text-3); }
  .ai-vis .caret { display:inline-block; width: 7px; height: 14px; background: var(--accent); margin-left: 2px; vertical-align: -2px; animation: blink 1s steps(2) infinite; }
  @keyframes blink { 50% { opacity: 0; } }

  /* Map (lokale SEO) */
  .map { background: var(--bg-2); border: 1px solid var(--border); border-radius: 10px; height: 130px; position: relative; overflow: hidden; }
  .map-bg {
    position: absolute; inset: 0;
    background:
      linear-gradient(to right, rgba(11,122,59,0.08) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(11,122,59,0.08) 1px, transparent 1px);
    background-size: 22px 22px;
  }
  .map-pin { position: absolute; width: 14px; height: 14px; border-radius: 999px; background: var(--accent); box-shadow: 0 0 0 3px rgba(11,122,59,0.2), 0 0 0 8px rgba(11,122,59,0.08); }
  .map-pin.muted { background: var(--text-4); box-shadow: 0 0 0 3px rgba(11,26,31,0.05); }

  /* Stats band */
  .stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .stat { padding: 36px 24px; border-right: 1px solid var(--border); }
  .stat:last-child { border-right: none; }
  .stat-num { font-size: 44px; font-weight: 600; letter-spacing: -0.04em; line-height: 1; }
  .stat-num .display { color: var(--accent); }
  .stat-lbl { color: var(--text-2); font-size: 14px; margin-top: 10px; letter-spacing: -0.005em; }
  @media (max-width: 780px) { .stats { grid-template-columns: repeat(2, 1fr); } .stat { border-bottom: 1px solid var(--border); } .stat:nth-child(2n) { border-right: none; } }

  /* Keyword finder full section */
  .kf-app { background: var(--surface); border: 1px solid var(--border-2); border-radius: 18px; overflow: hidden; box-shadow: 0 1px 2px rgba(11,26,31,0.04), 0 30px 80px -30px rgba(11,122,59,0.18); }
  .kf-head { display:flex; align-items:center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--border); background: var(--surface-2); }
  .kf-search { display:flex; align-items:center; gap: 10px; background: var(--bg-2); border: 1px solid var(--border-2); border-radius: 8px; padding: 8px 12px; flex: 1; max-width: 460px; }
  .kf-search svg { width: 14px; height: 14px; color: var(--text-3); }
  .kf-search input { background: transparent; border: none; outline: none; color: var(--text); font-size: 13.5px; flex: 1; font-family: inherit; }
  .kf-search .badge { font-size: 11px; padding: 2px 7px; background: var(--surface); border: 1px solid var(--border); border-radius: 4px; color: var(--text-3); font-family: 'JetBrains Mono', monospace; }
  .kf-tools { display:flex; gap: 8px; }
  .chip { font-size: 12px; padding: 5px 10px; border-radius: 6px; border: 1px solid var(--border); color: var(--text-2); display:inline-flex; align-items:center; gap: 5px; }
  .chip svg { width: 12px; height: 12px; }
  .chip.active { color: var(--accent); border-color: rgba(197,248,74,0.3); background: var(--accent-dim); }

  .kf-body { display: grid; grid-template-columns: 1.7fr 1fr; gap: 0; min-height: 460px; }
  @media (max-width: 900px) { .kf-body { grid-template-columns: 1fr; } }
  .kf-table { padding: 0; }
  .kf-thead, .kf-trow { display: grid; grid-template-columns: 2.4fr 0.9fr 0.9fr 0.9fr 0.9fr; gap: 14px; align-items: center; padding: 13px 22px; }
  .kf-thead { font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-3); border-bottom: 1px solid var(--border); font-weight: 600; }
  .kf-trow { border-bottom: 1px solid var(--border); font-size: 13.5px; transition: background .12s; }
  .kf-trow:hover { background: var(--surface-2); }
  .kf-trow.selected { background: rgba(11,122,59,0.06); }
  .kf-term { font-weight: 500; letter-spacing: -0.005em; display:flex; align-items:center; gap: 8px; }
  .kf-term .star { color: var(--text-4); }
  .kf-term .star.on { color: var(--accent); }
  .kf-num { font-family: 'JetBrains Mono', monospace; font-size: 12.5px; color: var(--text-2); font-variant-numeric: tabular-nums; }
  .kf-diff { font-size: 11px; padding: 3px 8px; border-radius: 999px; font-weight: 600; display: inline-block; }
  .kf-diff.lo { background: rgba(111,219,138,0.12); color: var(--good); }
  .kf-diff.md { background: rgba(245,192,70,0.12); color: var(--warn); }
  .kf-diff.hi { background: rgba(255,107,107,0.12); color: var(--danger); }
  .kf-intent { font-size: 11px; color: var(--text-3); font-family: 'JetBrains Mono', monospace; text-transform: lowercase; }
  .kf-trend-spark { display: inline-block; width: 60px; height: 18px; }

  .kf-side { border-left: 1px solid var(--border); padding: 22px; background: var(--surface-2); }
  .kf-side h4 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-3); margin: 0 0 8px; font-weight: 600; }
  .kf-side .term-big { font-size: 22px; font-weight: 600; letter-spacing: -0.025em; margin-bottom: 16px; }
  .kf-metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 22px; }
  .kf-metric { background: var(--bg-2); border: 1px solid var(--border); border-radius: 8px; padding: 12px; }
  .kf-metric .lbl { font-size: 11px; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }
  .kf-metric .val { font-size: 22px; font-weight: 600; letter-spacing: -0.025em; margin-top: 4px; line-height: 1.1; font-variant-numeric: tabular-nums; }
  .kf-metric .val.accent { color: var(--accent); }
  .kf-side-sub { font-size: 12px; color: var(--text-3); display:flex; align-items:center; gap: 5px; margin-top: 2px; }
  .kf-related { display: flex; flex-wrap: wrap; gap: 6px; }
  .kf-related span { font-size: 12px; padding: 4px 10px; border: 1px solid var(--border); border-radius: 999px; color: var(--text-2); }

  /* Pricing */
  .price-toggle { display:inline-flex; background: var(--surface); border: 1px solid var(--border-2); border-radius: 999px; padding: 4px; margin: 24px auto 0; }
  .price-toggle button { padding: 8px 18px; border-radius: 999px; font-size: 13px; color: var(--text-2); font-weight: 500; transition: background .15s, color .15s; }
  .price-toggle button.on { background: var(--text); color: var(--surface); }
  .price-toggle .save { color: var(--accent); margin-left: 4px; font-size: 11px; }

  .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
  @media (max-width: 900px) { .price-grid { grid-template-columns: 1fr; } }
  .price-card { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 32px; display: flex; flex-direction: column; position: relative; }
  .price-card.feat { background: linear-gradient(180deg, #F0F7EC 0%, var(--surface) 100%); border-color: rgba(11,122,59,0.32); box-shadow: 0 0 0 1px rgba(11,122,59,0.06), 0 30px 60px -30px rgba(11,122,59,0.32); }
  .price-card .name { font-size: 13px; color: var(--text-2); font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; }
  .price-card .name .badge { color: var(--accent); background: var(--accent-dim); padding: 3px 9px; border-radius: 999px; font-size: 10.5px; margin-left: 8px; }
  .price-card .pitch { color: var(--text-3); font-size: 13.5px; margin: 6px 0 22px; letter-spacing: -0.005em; }
  .price-card .price { font-size: 56px; font-weight: 600; letter-spacing: -0.04em; line-height: 1; display:flex; align-items:baseline; gap: 6px; }
  .price-card .price small { font-size: 14px; color: var(--text-3); font-weight: 400; letter-spacing: 0; }
  .price-card .price .old { font-size: 18px; color: var(--text-4); text-decoration: line-through; font-weight: 400; margin-left: 6px; }
  .price-card .btn { margin: 28px 0 22px; width: 100%; }
  .price-card ul { list-style: none; padding: 0; margin: 0; display:flex; flex-direction:column; gap: 12px; }
  .price-card li { display:flex; gap: 10px; font-size: 14px; color: var(--text-2); letter-spacing: -0.005em; line-height: 1.45; }
  .price-card li svg { width: 16px; height: 16px; color: var(--accent); margin-top: 2px; flex-shrink: 0; }
  .price-card li b { color: var(--text); font-weight: 500; }
  .price-divider { border: none; height: 1px; background: var(--border); margin: 0 0 18px; }
  .price-foot-note { font-size: 11.5px; color: var(--text-3); margin-top: 22px; letter-spacing: -0.005em; }

  /* FAQ */
  .faq-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 56px; align-items: start; max-width: 1100px; margin: 0 auto; }
  @media (max-width: 820px) { .faq-grid { grid-template-columns: 1fr; gap: 32px; } }
  .faq-grid h2.section-h { text-align: left; margin-top: 12px; }
  .faq-item { border-top: 1px solid var(--border); padding: 22px 0; cursor: pointer; }
  .faq-item:last-child { border-bottom: 1px solid var(--border); }
  .faq-q { display:flex; justify-content: space-between; gap: 16px; font-size: 16px; font-weight: 500; letter-spacing: -0.01em; }
  .faq-q svg { width: 18px; height: 18px; color: var(--text-3); flex-shrink: 0; transition: transform .2s; }
  .faq-item.open .faq-q svg { transform: rotate(45deg); color: var(--accent); }
  .faq-a { font-size: 14.5px; color: var(--text-2); line-height: 1.6; margin-top: 0; max-height: 0; overflow: hidden; transition: max-height .25s ease, margin .25s ease; letter-spacing: -0.005em; }
  .faq-item.open .faq-a { max-height: 240px; margin-top: 12px; }

  /* CTA band */
  .cta-band { position: relative; padding: 96px 0; text-align: center; overflow: hidden; }
  .cta-band::before { display: none; }
  .cta-band::after {
    content:''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 880px; height: 440px;
    background: radial-gradient(ellipse, rgba(184,114,42,0.22) 0%, rgba(11,122,59,0.12) 40%, transparent 70%);
    filter: blur(40px); pointer-events: none;
  }
  .cta-band .inner { position: relative; z-index: 1; }
  .cta-h { font-size: clamp(40px, 5.4vw, 64px); letter-spacing: -0.035em; line-height: 1.02; font-weight: 600; max-width: 18ch; margin: 18px auto 16px; }
  .cta-sub { color: var(--text-2); font-size: 17px; max-width: 52ch; margin: 0 auto 28px; letter-spacing: -0.005em; line-height: 1.55; }

  /* Footer */
  footer { border-top: 1px solid var(--border); padding: 56px 0 28px; }
  .foot-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 32px; }
  @media (max-width: 820px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-grid > div:first-child { grid-column: 1 / -1; } }
  .foot-grid h5 { font-size: 12px; font-weight: 600; color: var(--text-3); margin: 0 0 14px; text-transform: uppercase; letter-spacing: 0.06em; }
  .foot-grid ul { list-style: none; padding: 0; margin: 0; display:flex; flex-direction:column; gap: 9px; }
  .foot-grid a { font-size: 14px; color: var(--text-2); letter-spacing: -0.005em; }
  .foot-grid a:hover { color: var(--text); }
  .foot-blurb { color: var(--text-3); font-size: 13.5px; line-height: 1.55; margin: 12px 0 18px; max-width: 32ch; letter-spacing: -0.005em; }
  .foot-bottom { margin-top: 56px; padding-top: 22px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; color: var(--text-3); font-size: 12.5px; }
  .foot-bottom .status { display:inline-flex; align-items:center; gap: 7px; }
  .foot-bottom .status .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--good); box-shadow: 0 0 0 3px rgba(11,122,59,0.18); }
  .foot-bottom nav { display:flex; gap: 22px; }

  /* Workflow strip */
  .workflow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .step { padding: 32px 28px; border-right: 1px solid var(--border); position: relative; }
  .step:last-child { border-right: none; }
  .step .n { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--accent); letter-spacing: 0.04em; }
  .step h4 { font-size: 17px; font-weight: 600; letter-spacing: -0.015em; margin: 8px 0 6px; }
  .step p { font-size: 13.5px; color: var(--text-2); line-height: 1.55; margin: 0; letter-spacing: -0.005em; }
  @media (max-width: 780px) { .workflow { grid-template-columns: 1fr 1fr; } .step { border-bottom: 1px solid var(--border); } .step:nth-child(2n) { border-right: none; } }

  /* Mini animated badge */
  .live { display:inline-flex; align-items: center; gap: 6px; font-size: 11px; color: var(--good); }
  .live .pulse { width: 7px; height: 7px; background: var(--good); border-radius: 99px; box-shadow: 0 0 0 3px rgba(11,122,59,0.18); animation: pulse 1.6s ease-out infinite; }
  @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(11,122,59,0.5); } 100% { box-shadow: 0 0 0 12px rgba(11,122,59,0); } }

  .nowrap-row { display: flex; gap: 12px; flex-wrap: wrap; }
  ::selection { background: var(--accent); color: #FFFFFF; }

  /* Plugins / integrations */
  .plug-wrap { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; }
  @media (max-width: 900px) { .plug-wrap { grid-template-columns: 1fr; gap: 40px; } }
  .plug-copy h2 { font-size: clamp(34px, 4.4vw, 52px); line-height: 1.02; letter-spacing: -0.035em; font-weight: 600; margin: 18px 0 16px; }
  .plug-copy p { font-size: 17px; color: var(--text-2); line-height: 1.55; letter-spacing: -0.005em; margin: 0 0 24px; }
  .plug-points { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 12px; }
  .plug-points li { display: flex; gap: 12px; font-size: 14.5px; color: var(--text-2); letter-spacing: -0.005em; line-height: 1.5; }
  .plug-points li svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; margin-top: 1px; }
  .plug-points li b { color: var(--text); font-weight: 500; }

  .plug-frame {
    background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
    border: 1px solid var(--border-2); border-radius: 16px; overflow: hidden;
    box-shadow: 0 1px 2px rgba(11,26,31,0.04), 0 30px 80px -30px rgba(11,122,59,0.18);
  }
  .plug-frame-bar { display:flex; align-items:center; gap: 10px; padding: 10px 14px; background: var(--surface-2); border-bottom: 1px solid var(--border); font-size: 12px; color: var(--text-3); }
  .plug-frame-bar .dots span { display:inline-block; width:9px; height:9px; border-radius:99px; background: var(--border-2); margin-right: 5px; vertical-align: middle; }
  .plug-frame-bar .crumb { font-family: 'JetBrains Mono', monospace; color: var(--text-3); }
  .plug-frame-bar .crumb b { color: var(--text-2); font-weight: 500; }

  .plug-search { padding: 14px 16px; border-bottom: 1px solid var(--border); display:flex; align-items:center; gap: 10px; background: var(--bg-2); }
  .plug-search input { flex:1; background: var(--surface); border: 1px solid var(--border-2); border-radius: 8px; padding: 8px 12px; color: var(--text); font-size: 13px; font-family: inherit; outline: none; }
  .plug-tags { display:flex; gap: 6px; font-size: 11px; color: var(--text-3); }
  .plug-tags span { padding: 4px 9px; border: 1px solid var(--border); border-radius: 999px; }
  .plug-tags span.on { color: var(--accent); border-color: rgba(197,248,74,0.3); background: var(--accent-dim); }

  .plug-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
  @media (max-width: 540px) { .plug-grid { grid-template-columns: 1fr; } }
  .plug-card { padding: 18px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); position: relative; }
  .plug-card:nth-child(2n) { border-right: none; }
  .plug-card .top { display:flex; align-items:flex-start; gap: 12px; }
  .plug-icon { width: 38px; height: 38px; border-radius: 9px; background: var(--accent-dim); border: 1px solid rgba(11,122,59,0.18); display:flex; align-items:center; justify-content:center; flex-shrink: 0; font-size: 16px; font-weight: 600; letter-spacing: -0.02em; color: var(--accent); }
  .plug-meta { flex: 1; min-width: 0; }
  .plug-meta h4 { font-size: 14.5px; font-weight: 600; letter-spacing: -0.01em; margin: 0; }
  .plug-meta .sub { font-size: 11.5px; color: var(--text-3); margin-top: 3px; font-family: 'JetBrains Mono', monospace; }
  .plug-card p { font-size: 13px; color: var(--text-2); line-height: 1.5; margin: 12px 0 14px; letter-spacing: -0.005em; }
  .plug-action { display:flex; align-items:center; justify-content: space-between; font-size: 12px; }
  .plug-action .stat-mini { color: var(--text-3); font-family: 'JetBrains Mono', monospace; display:flex; align-items:center; gap: 4px; }
  .plug-action .stat-mini svg { width: 12px; height: 12px; }
  .plug-action .add { color: var(--accent); display:inline-flex; align-items:center; gap: 5px; font-weight: 500; padding: 5px 10px; border: 1px solid rgba(197,248,74,0.25); border-radius: 6px; background: var(--accent-dim); }
  .plug-action .added { color: var(--text-3); display:inline-flex; align-items:center; gap: 5px; padding: 5px 10px; border: 1px solid var(--border); border-radius: 6px; }
  .plug-action .added svg { color: var(--good); width: 13px; height: 13px; }

  .cms-row { display:flex; gap: 12px; flex-wrap: wrap; align-items: center; font-size: 12.5px; color: var(--text-3); }
  .cms-row .cms-pill { display:inline-flex; align-items:center; gap: 7px; padding: 7px 12px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); color: var(--text-2); font-weight: 500; }
  .cms-row .cms-pill svg { width: 13px; height: 13px; color: var(--accent); }

/* Skill library */
.skills-section { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.skill-board { border: 1px solid var(--border-2); border-radius: 20px; background: var(--surface); box-shadow: 0 1px 2px rgba(11,26,31,0.04), 0 30px 80px -40px rgba(11,122,59,0.20); overflow: hidden; }
.skill-category { padding: 24px; border-bottom: 1px solid var(--border); }
.skill-category:last-child { border-bottom: none; }
.skill-cat-head { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 650; letter-spacing: -0.015em; margin-bottom: 16px; color: var(--text); }
.skill-cat-head svg { width: 18px; height: 18px; color: var(--accent); }
.skill-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.skill-card { min-height: 92px; padding: 14px; border: 1px solid var(--border); border-radius: 13px; background: var(--bg); display: flex; flex-direction: column; justify-content: space-between; gap: 10px; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.skill-card:hover { transform: translateY(-2px); border-color: rgba(11,122,59,.28); background: var(--surface-2); }
.skill-card span { font-size: 13.5px; font-weight: 650; letter-spacing: -0.01em; color: var(--text); }
.skill-card small { font-size: 11.5px; line-height: 1.35; color: var(--text-3); letter-spacing: -0.005em; }
.skill-card.on { border-color: rgba(11,122,59,.30); background: linear-gradient(180deg, rgba(197,248,74,.10), var(--bg)); }
.skill-card.on span:after { content: ' actief'; margin-left: 6px; color: var(--accent); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.skill-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--border); background: var(--bg-2); }
.skill-summary div { padding: 22px 24px; border-right: 1px solid var(--border); }
.skill-summary div:last-child { border-right: none; }
.skill-summary b { display:block; font-size: 18px; letter-spacing: -0.02em; margin-bottom: 4px; }
.skill-summary span { display:block; font-size: 13px; color: var(--text-3); line-height: 1.45; }
@media (max-width: 1080px) { .skill-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .skill-grid { grid-template-columns: repeat(2, 1fr); } .skill-summary { grid-template-columns: 1fr; } .skill-summary div { border-right: none; border-bottom: 1px solid var(--border); } .skill-summary div:last-child { border-bottom: none; } }
@media (max-width: 460px) { .skill-category { padding: 18px; } .skill-grid { grid-template-columns: 1fr; } }
