:root{
  --bg:#0a0b14;
  --txt:#eefaff;
  --muted:#b8d2e2;
  --line:rgba(255,255,255,.10);
  --card:rgba(255,255,255,.04);
  --card2:rgba(255,255,255,.06);
  --acc:#22d3ee;   /* cyan */
  --acc2:#34d399;  /* emerald */
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --radius:18px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,Segoe UI,Roboto,Arial;
  color:var(--txt);
  background:
    radial-gradient(900px 520px at 18% 0%, rgba(34,211,238,.18) 0%, rgba(34,211,238,0) 60%),
    radial-gradient(900px 520px at 88% 10%, rgba(52,211,153,.14) 0%, rgba(52,211,153,0) 62%),
    var(--bg);
}
a{color:inherit;text-decoration:none}
a:hover{opacity:.92}
.wrap{max-width:1160px;margin:0 auto;padding:18px 20px}

.section{padding:26px 0}
.section-head{margin:0 0 14px}
.kicker{font-size:12px;letter-spacing:.22px;text-transform:uppercase;color:var(--muted);font-weight:800}
h1,h2,h3{margin:8px 0 10px;line-height:1.1}
h1{font-size:44px}
.lead{font-size:18px;color:var(--muted);margin:0}
.small{font-size:14px;color:var(--muted)}
.tiny{font-size:12px;color:var(--muted)}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 14px;border-radius:14px;
  border:1px solid var(--line);
  text-decoration:none;font-weight:900;
  background:rgba(255,255,255,.02);
}
.btn.primary{
  border-color:rgba(34,211,238,.35);
  background:linear-gradient(90deg, rgba(34,211,238,.20), rgba(52,211,153,.12));
}
.btn.ghost{background:transparent}

.grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;margin-top:16px;align-items:start;}
@media(max-width:900px){.grid{grid-template-columns:1fr}}

.card{
  border:1px solid var(--line);
  background:var(--card);
  border-radius:var(--radius);
  padding:16px;
  display:flex;
  flex-direction:column;
}
.card.highlight{background:var(--card2)}
.hr{height:1px;background:var(--line);margin:12px 0}

.ticks{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.ticks li{position:relative;padding-left:22px;color:var(--muted)}
.ticks li::before{content:"✓";position:absolute;left:0;top:0;color:var(--acc2);font-weight:900}

.pricing{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:14px;
}
@media(max-width:900px){.pricing{grid-template-columns:1fr}}

.tier{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:16px;
  display:flex;
  flex-direction:column;
}
.tier h3{margin:0 0 6px}
.tier .amount{font-size:22px;font-weight:900}
.tier .amount span{font-size:12px;color:var(--muted);font-weight:700}
.tier .badge{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  border-radius:999px;
  padding:7px 10px;
  color:var(--muted);
  font-size:12px;
  font-weight:900;
  margin-bottom:10px;

  align-self:flex-start;
  width:fit-content;
  max-width:fit-content;
  white-space:nowrap;
}

.tier.featured{
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
  border-color:rgba(34,211,238,.28);
  box-shadow:0 16px 50px rgba(0,0,0,.35);
}

.tier .cta{ margin-top:auto; }
.tier .cta .btn{ width:100%; justify-content:center; }

.tier .list{font-size:14px;}
.tier .list li{margin:5px 0;}

.full{ margin-top:14px; }

/* --- preview tile hard-fix (autodetailer) --- */
.thumb{
  border:1px solid rgba(34,211,238,.30);
  background:rgba(34,211,238,.10);
  border-radius:16px;
  padding:14px;
}
.thumb .small{margin-top:8px}

/* Chat demo */
.chat{display:flex;flex-direction:column;gap:10px}
.bubble{
  max-width:92%;
  padding:10px 12px;border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.03);
  color:var(--txt);
  font-size:14px;
}
.bubble.me{align-self:flex-end;background:rgba(52,211,153,.10);border-color:rgba(52,211,153,.22)}
.bubble.sys{max-width:92%;background:rgba(34,211,238,.08);border-color:rgba(34,211,238,.18)}

.faq{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:900px){.faq{grid-template-columns:1fr}}
details summary{cursor:pointer;font-weight:900}
details p{margin:10px 0 0;color:var(--muted)}

.footer{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  border-top:1px solid rgba(255,255,255,.10);
  color:var(--muted);
  padding:18px 0 26px;
}
.footer-links{display:flex;gap:12px;flex-wrap:wrap}

/* ============================
   Accent coherence OVERRIDES
   (no layout drift)
   ============================ */

:root{
  --txt:#eefaff;
  --muted:#b8d2e2;

  /* Primary = action/AI */
  --acc:#22d3ee;  /* cyan */

  /* Secondary = success only */
  --acc2:#34d399; /* emerald */
}

/* Maak de achtergrond 1-hue (cyan) zodat het niet “random” oogt */
body{
  background:
    radial-gradient(900px 520px at 18% 0%, rgba(34,211,238,.18) 0%, rgba(34,211,238,0) 60%),
    radial-gradient(900px 520px at 88% 10%, rgba(34,211,238,.10) 0%, rgba(34,211,238,0) 62%),
    var(--bg);
}

/* Primary CTA = cyan (geen 2-tone gradient) */
.btn.primary{
  border-color:rgba(34,211,238,.35) !important;
  background:linear-gradient(90deg, rgba(34,211,238,.22), rgba(34,211,238,.10)) !important;
}

/* Featured tier = cyan focus */
.tier.featured{
  border-color:rgba(34,211,238,.28) !important;
}

/* Preview tile = cyan (consistent met CTA/featured) */
.thumb{
  border-color:rgba(34,211,238,.30) !important;
  background:rgba(34,211,238,.10) !important;
}

/* Chat: klant (me) neutraal, systeem/AI cyan */
.bubble.me{
  background:rgba(255,255,255,.04) !important;
  border-color:rgba(255,255,255,.14) !important;
}
.bubble.sys{
  background:rgba(34,211,238,.08) !important;
  border-color:rgba(34,211,238,.18) !important;
}

/* Checks/✓ = success cue (subtiel groen) */
.checklist li:before{
  color:rgba(52,211,153,.95) !important;
}
/* =========================================
   SLIMSERVICE DEMO COHESION PATCH v1
   Paste at VERY BOTTOM of demo.css (all 3 demos)
   Doel: 1 merk, 1 flow. Accent = action/AI, groen = success only.
   ========================================= */

:root{
  /* tekst rustiger/tech-trust */
  --txt:#eefaff !important;
  --muted:#b8d2e2 !important;

  /* Brand accent = CYAN (actie/AI/structuur) */
  --acc:#22d3ee !important;

  /* Success cue = GREEN (alleen checks/paid) */
  --acc2:#34d399 !important;
}

/* Background: 1-hue glow zodat accenten niet “random” ogen */
body{
  background:
    radial-gradient(900px 520px at 18% 0%, rgba(34,211,238,.18) 0%, rgba(34,211,238,0) 60%),
    radial-gradient(900px 520px at 88% 10%, rgba(34,211,238,.10) 0%, rgba(34,211,238,0) 62%),
    var(--bg) !important;
}

/* Primary CTA = altijd cyan (consistent) */
.btn.primary{
  border-color: rgba(34,211,238,.35) !important;
  background: linear-gradient(90deg, rgba(34,211,238,.22), rgba(34,211,238,.10)) !important;
}

/* Featured tier + highlight = cyan focus */
.tier.featured{
  border-color: rgba(34,211,238,.28) !important;
  box-shadow: 0 16px 50px rgba(0,0,0,.35), 0 0 0 1px rgba(34,211,238,.12) !important;
}
.card.highlight,
.callout{
  border-color: rgba(34,211,238,.20) !important;
}

/* Badges/tags/pills: overal hetzelfde “accent gedrag” */
.badge,
.tag,
.pill{
  border-color: rgba(34,211,238,.26) !important;
  background: rgba(34,211,238,.10) !important;
  color: var(--txt) !important;
}

/* Preview tile = cyan (zelfde flow als CTA/featured) */
.thumb{
  border-color: rgba(34,211,238,.30) !important;
  background: rgba(34,211,238,.10) !important;
}

/* Chat: klant neutraal, systeem/AI cyan (snapt iedereen meteen) */
.bubble.me{
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.14) !important;
}
.bubble.sys{
  background: rgba(34,211,238,.08) !important;
  border-color: rgba(34,211,238,.18) !important;
}

/* Groen = alleen success cues */
.checklist li:before,
.ticks li::before{
  color: rgba(52,211,153,.95) !important;
}

/* Focus ring (trust/kwaliteit) */
.btn:focus-visible,
a:focus-visible,
summary:focus-visible{
  outline: 2px solid rgba(34,211,238,.55);
  outline-offset: 3px;
  border-radius: 14px;
}


