/* ==========================================================================
   Kotbeheer.com — shared styles
   Light, clean, trustworthy. Soft teal/blue accents. Mobile-first.
   ========================================================================== */

:root {
  --teal-50:  #f0fdfa;
  --teal-100: #ccfbf1;
  --teal-200: #99f6e4;
  --teal-500: #14b8a6;
  --teal-600: #0d9488;
  --teal-700: #0f766e;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --green-600:#16a34a;
  --amber-500:#f59e0b;
  --red-500:  #ef4444;

  --ink:      #0f172a;
  --ink-2:    #334155;
  --muted:    #64748b;
  --line:     #e2e8f0;
  --bg:       #f7fafc;
  --bg-soft:  #f1f5f9;
  --white:    #ffffff;

  --radius:   16px;
  --radius-sm:10px;
  --radius-lg:24px;
  --shadow-sm: 0 1px 2px rgba(15,23,42,.06), 0 1px 3px rgba(15,23,42,.05);
  --shadow:    0 4px 6px -1px rgba(15,23,42,.07), 0 2px 4px -2px rgba(15,23,42,.06);
  --shadow-lg: 0 20px 40px -12px rgba(13,148,136,.18), 0 8px 20px -8px rgba(15,23,42,.12);
  --container: 1140px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal-700); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { line-height: 1.15; color: var(--ink); margin: 0 0 .5em; letter-spacing: -.02em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }
p  { margin: 0 0 1rem; color: var(--ink-2); }
.lead { font-size: clamp(1.05rem, 1.8vw, 1.3rem); color: var(--ink-2); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.section { padding: 72px 0; }
.section-sm { padding: 48px 0; }
.center { text-align: center; }
.muted { color: var(--muted); }
.tight { max-width: 720px; margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-weight: 700; font-size: 1rem; line-height: 1; cursor: pointer;
  padding: 15px 26px; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform .12s ease, box-shadow .18s ease, background .18s ease;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--teal-600); color: #fff; box-shadow: 0 8px 18px -6px rgba(13,148,136,.55); }
.btn-primary:hover { background: var(--teal-700); color:#fff; }
.btn-ghost { background: #fff; color: var(--teal-700); border-color: var(--teal-200); }
.btn-ghost:hover { border-color: var(--teal-500); background: var(--teal-50); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #1e293b; color:#fff; }
.btn-lg { padding: 17px 32px; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,250,252,.85); backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.2rem; color: var(--ink); flex: none; white-space: nowrap; }
.brand:hover { text-decoration: none; }
.brand .logo { width: 34px; height: 34px; }
.nav-links { display: flex; align-items: center; gap: 0; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--ink-2); font-weight: 600; font-size: .9rem; padding: 9px 10px; border-radius: 8px; white-space: nowrap; }
.nav-links a:hover { color: var(--ink); background: var(--bg-soft); text-decoration: none; }
.nav-cta { display: flex; align-items: center; gap: 8px; }
.nav-cta .btn { padding: 10px 16px; font-size: .92rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; margin: 5px 0; transition: .2s; }

/* Language switcher (NL / EN / FR) */
.lang-switch { display: inline-flex; align-items: center; gap: 2px; border: 1px solid var(--teal-100); border-radius: 999px; padding: 2px; background: #fff; }
.lang-switch a { font-size: .78rem; font-weight: 700; color: var(--muted); padding: 4px 8px; border-radius: 999px; line-height: 1; letter-spacing: .02em; }
.lang-switch a:hover { color: var(--teal-700); }
.lang-switch a.active { background: var(--teal-600); color: #fff; }

/* WhatsApp button */
.wa-btn { background: #25D366; color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.wa-btn:hover { background: #1da851; color: #fff; }

@media (max-width: 1160px) {
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .nav-toggle { display: block; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; left: 0; right: 0; top: 68px;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 12px 22px 20px; gap: 2px; box-shadow: var(--shadow);
  }
  .nav.open .nav-links a { padding: 12px; font-size: 1.05rem; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 64px 0 40px; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 60% at 85% 0%, rgba(20,184,166,.14), transparent 60%),
    radial-gradient(50% 50% at 0% 20%, rgba(37,99,235,.08), transparent 60%);
  z-index: -1;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase;
  color: var(--teal-700); background: var(--teal-50); border: 1px solid var(--teal-100);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 20px;
}
.hero h1 { margin-bottom: 18px; }
.hero .lead { margin-bottom: 26px; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.trust-line { font-size: .95rem; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.trust-line svg { flex: none; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow-sm); transition: transform .16s ease, box-shadow .16s ease, border-color .16s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--teal-200); }
.card h3 { margin-bottom: 8px; }
.card p { margin-bottom: 0; font-size: .98rem; }
.card .ico {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--teal-50); color: var(--teal-700); margin-bottom: 16px;
}
.card .ico.blue { background: #eff6ff; color: var(--blue-600); }
.card .ico.amber{ background: #fffbeb; color: var(--amber-500); }
.card .ico.green{ background: #f0fdf4; color: var(--green-600); }

/* Photo-topped feature card */
.card.photo-card { padding: 0; overflow: hidden; }
.card.photo-card .card-photo { aspect-ratio: 16/10; overflow: hidden; background: var(--teal-50); }
.card.photo-card .card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.card.photo-card:hover .card-photo img { transform: scale(1.05); }
.card.photo-card h3 { margin: 20px 22px 6px; }
.card.photo-card p { margin: 0 22px 22px; }

.section-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.section-head p { font-size: 1.1rem; }

/* pain cards get a subtle warm tint */
.pain .card { background: #fff; border-color: #fde8e8; }
.pain .card .ico { background: #fef2f2; color: var(--red-500); }

/* ---------- Section tinting ---------- */
.bg-white { background: #fff; }
.bg-soft  { background: var(--bg-soft); }
.bg-teal  { background: linear-gradient(160deg, var(--teal-700), var(--teal-600)); color: #fff; }
.bg-teal h1, .bg-teal h2, .bg-teal h3 { color: #fff; }
.bg-teal p { color: rgba(255,255,255,.9); }

/* ---------- Browser frame for mockups ---------- */
.frame {
  border-radius: 14px; overflow: hidden; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow-lg);
}
.frame-bar {
  display: flex; align-items: center; gap: 7px; padding: 11px 14px;
  background: #f8fafc; border-bottom: 1px solid var(--line);
}
.frame-bar i { width: 11px; height: 11px; border-radius: 50%; background: #e2e8f0; display: block; }
.frame-bar i:nth-child(1){ background:#fca5a5; } .frame-bar i:nth-child(2){ background:#fcd34d; } .frame-bar i:nth-child(3){ background:#86efac; }
.frame-bar .url { margin-left: 10px; font-size: .78rem; color: var(--muted); background:#fff; border:1px solid var(--line); border-radius:999px; padding:3px 12px; }
.frame-body { padding: 0; background: #fff; font-size: 0; }
.frame-body img, .frame > img { width: 100%; height: auto; display: block; }

/* ---------- Workflow steps ---------- */
.steps { counter-reset: step; display: grid; gap: 14px; }
.step { display: flex; gap: 16px; align-items: flex-start; background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow-sm); }
.step .num {
  counter-increment: step; flex: none; width: 38px; height: 38px; border-radius: 50%;
  background: var(--teal-600); color:#fff; font-weight: 800; display: grid; place-items: center;
}
.step .num::before { content: counter(step); }
.step h3 { margin: 3px 0 2px; font-size: 1.05rem; }
.step p { margin: 0; font-size: .95rem; }

/* ---------- Pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
@media (max-width: 940px){ .price-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }
.price {
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 26px;
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm); position: relative;
}
.price.featured { border: 2px solid var(--teal-500); box-shadow: var(--shadow-lg); }
.price .badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--teal-600); color:#fff; font-size: .78rem; font-weight: 700;
  padding: 6px 16px; border-radius: 999px; letter-spacing: .02em; white-space: nowrap;
}
.price .name { font-size: 1.15rem; font-weight: 800; }
.price .amount { font-size: 2.4rem; font-weight: 800; margin: 8px 0 2px; letter-spacing: -.03em; }
.price .amount span { font-size: 1rem; font-weight: 600; color: var(--muted); }
.price .desc { color: var(--muted); font-size: .95rem; min-height: 44px; margin-bottom: 8px; }
.price ul { list-style: none; padding: 0; margin: 18px 0 22px; display: grid; gap: 10px; }
.price li { position: relative; padding-left: 28px; font-size: .95rem; color: var(--ink-2); }
.price li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--teal-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat;
}
.price li.no { color: var(--muted); }
.price li.no::before { background: #f1f5f9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") center/11px no-repeat; }
.price .btn { margin-top: auto; }

/* Billing-period toggle (monthly / yearly) on the pricing page */
.billing-toggle {
  display: inline-flex; align-items: center; gap: 4px;
  margin: 0 auto 28px; padding: 5px; border-radius: 999px;
  background: #f1f5f9; border: 1px solid #e2e8f0;
  position: relative; left: 50%; transform: translateX(-50%);
}
.billing-toggle .bt-opt {
  border: 0; background: transparent; cursor: pointer;
  font: inherit; font-size: .9rem; font-weight: 600; color: var(--muted);
  padding: 8px 16px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px;
  transition: background .15s, color .15s, box-shadow .15s;
}
.billing-toggle .bt-opt.is-active {
  background: #fff; color: var(--ink); box-shadow: 0 1px 3px rgba(15,23,42,.12);
}
.billing-toggle .bt-badge {
  font-size: .72rem; font-weight: 700; color: var(--green-600);
  background: #f0fdf4; border-radius: 999px; padding: 2px 8px;
}
.billing-toggle .bt-opt.is-active .bt-badge { background: #dcfce7; }
.price-note { margin-top: 26px; text-align: center; color: var(--muted); font-size: .95rem; }
.price-note strong { color: var(--ink-2); }

/* 5-tier grid + room recommender */
.price-grid.five { grid-template-columns: repeat(5, 1fr); gap: 16px; }
.price-grid.five .price { padding: 26px 18px; border-radius: var(--radius); }
.price-grid.five .price .amount { font-size: 2rem; }
.price-grid.five .price .name { font-size: 1.05rem; }
.price-grid.five .price ul { margin: 14px 0 18px; gap: 8px; }
.price-grid.five .price li { font-size: .88rem; padding-left: 24px; }
.price-grid.five .price li::before { width: 16px; height: 16px; background-size: 11px; }
.price.rec { border-color: var(--teal-500); box-shadow: var(--shadow-lg); }
.price.rec::after { content: "Aanbevolen voor jou"; position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); background: var(--blue-600); color:#fff; font-size:.72rem; font-weight:700; padding:4px 12px; border-radius:999px; white-space:nowrap; }
@media (max-width: 1080px){ .price-grid.five { grid-template-columns: repeat(2,1fr); max-width: 680px; margin-left:auto; margin-right:auto; } }
@media (max-width: 560px){ .price-grid.five { grid-template-columns: 1fr; max-width: 420px; } }

.trust-bullets { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; padding: 0; margin: 18px 0 0; }
.trust-bullets li { position: relative; padding-left: 24px; color: var(--ink-2); font-weight: 600; font-size: .95rem; }
.trust-bullets li::before { content:""; position:absolute; left:0; top:3px; width:18px; height:18px; border-radius:50%; background: var(--teal-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat; }

.recommender { max-width: 640px; margin: 0 auto; background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); text-align: center; }
.recommender label { display:block; font-weight:700; color: var(--ink); margin-bottom: 12px; font-size: 1.05rem; }
.rc-row { display:flex; gap:14px; align-items:center; justify-content:center; flex-wrap:wrap; }
.recommender input { width: 120px; padding: 12px 14px; border:1.5px solid var(--line); border-radius:10px; font-family:inherit; font-size:1.1rem; font-weight:700; text-align:center; color:var(--ink); }
.recommender input:focus { outline:none; border-color:var(--teal-500); box-shadow:0 0 0 3px rgba(20,184,166,.15); }
.rc-result { color: var(--ink-2); font-size: .98rem; font-weight:600; max-width: 360px; text-align:left; }
.rc-result strong { color: var(--teal-700); }
@media (max-width:560px){ .rc-result { text-align:center; } }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 800px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background:#fff; border:1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  font-size: 1.05rem; font-weight: 700; color: var(--ink); padding: 18px 22px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-q .plus { flex: none; width: 22px; height: 22px; position: relative; transition: transform .2s; color: var(--teal-600); }
.faq-q .plus::before, .faq-q .plus::after { content:""; position: absolute; background: currentColor; border-radius: 2px; }
.faq-q .plus::before { left: 0; right: 0; top: 10px; height: 2.5px; }
.faq-q .plus::after  { top: 0; bottom: 0; left: 10px; width: 2.5px; transition: opacity .2s; }
.faq-item.open .plus::after { opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-a > div { padding: 0 22px 20px; color: var(--ink-2); }
.faq-item.open .faq-a { max-height: 480px; }

/* ---------- CTA band ---------- */
.cta-band { border-radius: var(--radius-lg); padding: 54px 40px; text-align: center; }
.cta-band .btn { margin: 8px 6px 0; }

/* ---------- Split feature rows ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split.rev .split-text { order: 2; }
@media (max-width: 860px){ .split { grid-template-columns: 1fr; gap: 28px; } .split.rev .split-text { order: 0; } }
.check-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; color: var(--ink-2); }
.check-list li::before {
  content:""; position:absolute; left:0; top:4px; width:20px; height:20px; border-radius:50%;
  background: var(--teal-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/13px no-repeat;
}

/* ---------- Answer blocks (LLM/SEO) ---------- */
.answer { background:#fff; border:1px solid var(--line); border-left: 4px solid var(--teal-500); border-radius: var(--radius-sm); padding: 22px 24px; margin-bottom: 16px; }
.answer h3 { margin-bottom: 6px; }
.answer p:last-child { margin-bottom: 0; }

/* ---------- Forms ---------- */
.form-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 6px; color: var(--ink-2); }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: inherit; font-size: 1rem; color: var(--ink); background: #fff; transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--teal-500); box-shadow: 0 0 0 3px rgba(20,184,166,.15);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px){ .field-row { grid-template-columns: 1fr; } }
.form-note { font-size: .85rem; color: var(--muted); margin-top: 6px; }

/* ---------- Logos / stat strip ---------- */
.stat-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; text-align: center; }
@media (max-width: 620px){ .stat-strip { grid-template-columns: repeat(2,1fr); } }
.stat .n { font-size: 2rem; font-weight: 800; color: var(--teal-700); letter-spacing: -.02em; }
.stat .l { color: var(--muted); font-size: .92rem; }

/* ---------- Breadcrumb / page hero ---------- */
.page-hero { padding: 56px 0 24px; }
.page-hero .eyebrow { margin-bottom: 14px; }

/* ---------- Footer ---------- */
.site-footer { background: #0b1220; color: #cbd5e1; padding: 56px 0 28px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
@media (max-width: 820px){ .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
@media (max-width: 480px){ .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: #fff; font-size: .85rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 14px; }
.site-footer a { color: #94a3b8; display: block; padding: 5px 0; font-size: .95rem; }
.site-footer a:hover { color: #fff; text-decoration: none; }
.footer-brand { display: flex; align-items: center; gap: 10px; color:#fff; font-weight: 800; font-size: 1.15rem; margin-bottom: 12px; }
.footer-brand .logo { width: 32px; height: 32px; }
.footer-brand + p { color: #94a3b8; font-size: .95rem; max-width: 280px; }
.footer-bottom { border-top: 1px solid #1e293b; margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: #64748b; font-size: .88rem; }

/* ---------- Blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px){ .post-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 620px){ .post-grid { grid-template-columns: 1fr; } }
.post-card { display: flex; flex-direction: column; background:#fff; border:1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .16s ease, box-shadow .16s ease, border-color .16s; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--teal-200); text-decoration: none; }
.post-card .thumb { aspect-ratio: 16/9; background: linear-gradient(135deg, var(--teal-100), var(--teal-50)); display: grid; place-items: center; overflow: hidden; }
.post-card .thumb svg { width: 56px; height: 56px; color: var(--teal-600); }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.post-card:hover .thumb img { transform: scale(1.04); }
.post-card .body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card .tag { font-size: .78rem; font-weight: 700; color: var(--teal-700); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 8px; }
.post-card h3 { font-size: 1.12rem; margin-bottom: 8px; color: var(--ink); }
.post-card p { font-size: .95rem; color: var(--muted); margin-bottom: 14px; }
.post-card .read { margin-top: auto; font-weight: 700; color: var(--teal-700); font-size: .92rem; }

.article { max-width: 760px; margin: 0 auto; }
.article .meta { color: var(--muted); font-size: .92rem; margin-bottom: 8px; }
.prose { font-size: 1.06rem; color: var(--ink-2); }
.prose h2 { font-size: 1.5rem; margin: 2em 0 .5em; }
.prose h3 { font-size: 1.18rem; margin: 1.6em 0 .4em; }
.prose p { margin: 0 0 1.1em; }
.prose ul, .prose ol { margin: 0 0 1.3em; padding-left: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 30px; margin-bottom: 10px; }
.prose ul li::before { content:""; position:absolute; left:0; top:5px; width:20px; height:20px; border-radius:50%; background: var(--teal-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/13px no-repeat; }
.prose ol { counter-reset: li; }
.prose ol li { position: relative; padding-left: 38px; margin-bottom: 10px; counter-increment: li; }
.prose ol li::before { content: counter(li); position: absolute; left: 0; top: 1px; width: 24px; height: 24px; border-radius: 50%; background: var(--teal-600); color: #fff; font-size: .82rem; font-weight: 700; display: grid; place-items: center; }
.prose strong { color: var(--ink); }
.prose blockquote { margin: 1.5em 0; padding: 4px 20px; border-left: 4px solid var(--teal-500); color: var(--ink-2); font-style: italic; background: var(--teal-50); border-radius: 8px; }
.article-cta { background: linear-gradient(160deg, var(--teal-700), var(--teal-600)); color:#fff; border-radius: var(--radius-lg); padding: 32px; text-align: center; margin: 40px 0; }
.article-cta h3 { color:#fff; }
.article-cta p { color: rgba(255,255,255,.9); margin-bottom: 18px; }
.related { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 20px; }
@media (max-width: 700px){ .related { grid-template-columns: 1fr; } }
.related a { display: block; background:#fff; border:1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 18px; font-weight: 600; color: var(--ink); }
.related a:hover { border-color: var(--teal-200); text-decoration: none; color: var(--teal-700); }
.crumb { font-size: .9rem; color: var(--muted); margin-bottom: 16px; }
.crumb a { color: var(--muted); } .crumb a:hover { color: var(--teal-700); }

/* ---------- Utilities ---------- */
.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:18px}.mt-3{margin-top:32px}
.mb-0{margin-bottom:0}
.pill { display:inline-block; background: var(--teal-50); color: var(--teal-700); border:1px solid var(--teal-100); font-weight:700; font-size:.8rem; padding:5px 12px; border-radius:999px; }

/* ---------- Compare table (gids articles) ---------- */
.prose .compare { width:100%; border-collapse:collapse; margin:20px 0; font-size:.98rem; }
.prose .compare th, .prose .compare td { text-align:left; padding:12px 14px; border-bottom:1px solid var(--teal-100); vertical-align:top; }
.prose .compare thead th { background:var(--teal-50); color:var(--teal-700); font-weight:700; border-bottom:2px solid var(--teal-200); }
.prose .compare tbody th, .prose .compare tbody th { font-weight:600; color:var(--ink); }
.prose .compare td:last-child { color:var(--teal-700); font-weight:600; }
.prose .compare tr:last-child td, .prose .compare tr:last-child th { border-bottom:none; }
@media (max-width:640px){ .prose .compare th, .prose .compare td { padding:9px 8px; font-size:.9rem; } }

/* ---------- Screenshot showcase (features) ---------- */
.showcase-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:28px; }
.showcase-grid .frame { margin:0; }
.showcase-grid figcaption { padding:12px 16px 4px; font-size:.92rem; color:var(--muted); }
@media (max-width:820px){ .showcase-grid { grid-template-columns:1fr; } }
