body { margin: 0; font-family: var(--w-font, sans-serif); background: var(--w-bg, #fff); color: var(--w-text, #1e293b); display: flex; flex-direction: column; min-height: 100vh; }
.ws-noscript-msg { padding: 2rem; }
.ws-pd-img-zoom { cursor: zoom-in; }
.site-main { flex-grow: 1; }

/* -- Header -- */
.site-header { border-bottom: 1px solid var(--w-border, #e2e8f0); background: var(--w-header-bg, #fff); }
.site-header-inner { max-width: 1100px; margin: 0 auto; padding: 16px 20px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.site-brand { display: flex; align-items: center; gap: 10px; font-size: 1.25rem; font-weight: 700; text-decoration: none; color: var(--w-header-text, var(--w-text, #1e293b)); }
.site-logo { height: 40px; width: auto; object-fit: contain; }

/* -- Navigation with dropdowns -- */
.site-nav { display: flex; gap: 4px; flex-wrap: wrap; align-items: center; }
.site-nav > a,
.site-nav > .nav-item > a {
  text-decoration: none; padding: 6px 10px; border-radius: 6px;
  color: var(--w-secondary, var(--w-muted, #64748b));
  transition: background .15s, color .15s;
}
.site-nav > a:hover, .site-nav > a.active,
.site-nav > .nav-item > a:hover, .site-nav > .nav-item > a.active {
  color: var(--w-nav-hover, var(--w-text, #1e293b));
  background: rgba(0,0,0,.04);
}
.nav-item { position: relative; }
.nav-item > a { display: flex; align-items: center; gap: 4px; }
.nav-item > a .nav-caret { font-size: 0.65em; opacity: .5; }
.nav-dropdown {
  display: none; position: absolute; top: 100%; left: 0; z-index: 100;
  min-width: 200px; padding: 6px 0; margin-top: 4px;
  background: var(--w-header-bg, #fff); border: 1px solid var(--w-border, #e2e8f0);
  border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,.1);
}
.nav-item:hover > .nav-dropdown,
.nav-item:focus-within > .nav-dropdown { display: block; }
.nav-dropdown a {
  display: block; padding: 7px 14px; text-decoration: none; font-size: 0.95rem;
  color: var(--w-text, #1e293b);
}
.nav-dropdown a:hover, .nav-dropdown a.active {
  background: rgba(0,0,0,.04);
  color: var(--w-nav-hover, var(--w-primary, #2563eb));
}
.nav-dropdown a.sub-depth-1 { padding-left: 28px; font-size: 0.92rem; }
.nav-dropdown a.sub-depth-2 { padding-left: 40px; font-size: 0.9rem; }
.nav-dropdown a.sub-depth-3,
.nav-dropdown a.sub-depth-4,
.nav-dropdown a.sub-depth-5 { padding-left: 52px; font-size: 0.88rem; }

/* -- Mobile hamburger -- */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; color: var(--w-header-text, var(--w-text, #1e293b)); margin-left: auto; }
.nav-toggle svg { width: 28px; height: 28px; }
@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .site-nav { display: none; flex-direction: column; width: 100%; gap: 0; }
  .site-nav.open { display: flex; }
  .site-nav > a, .site-nav > .nav-item > a { padding: 10px 0; }
  .nav-dropdown { position: static; box-shadow: none; border: none; padding: 0 0 0 16px; margin: 0; }
  .nav-item:hover > .nav-dropdown,
  .nav-item:focus-within > .nav-dropdown { display: block; }
}

/* -- Main -- */
.site-main { max-width: 1100px; margin: 0 auto; padding: 32px 20px; }

/* -- Footer -- */
.site-footer { border-top: 1px solid var(--w-border, #e2e8f0); text-align: center; padding: 24px 20px; color: var(--w-footer-text, var(--w-muted, #64748b)); font-size: 0.9rem; background: var(--w-footer-bg, transparent); }
.footer-nav { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 12px; }
.footer-nav a { color: var(--w-footer-text, var(--w-muted, #64748b)); text-decoration: none; }
.footer-nav a:hover { text-decoration: underline; color: var(--w-text, #1e293b); }

/* -- Content elements -- */
.breadcrumb { display: flex; gap: 8px; font-size: 0.9rem; color: var(--w-muted, #64748b); margin-bottom: 16px; flex-wrap: wrap; }
.breadcrumb a { color: var(--w-muted, #64748b); text-decoration: none; }
.breadcrumb a:hover { color: var(--w-text, #1e293b); }
.flash-wrap { margin-bottom: 16px; }
.flash { padding: 10px 14px; border-radius: 8px; margin-bottom: 8px; border: 1px solid var(--w-border, #e2e8f0); }
.flash.success { background: rgba(52,199,89,.1); border-color: rgba(52,199,89,.3); }
.flash.error { background: rgba(255,77,79,.08); border-color: rgba(255,77,79,.3); color: #dc2626; }

/* -- Child pages -- */
.child-list { list-style: none; padding: 0; }
.child-list li { margin-bottom: 8px; }
.child-list a { text-decoration: none; color: var(--w-text, #1e293b); }
.child-list a:hover { text-decoration: underline; }
.child-list .sub-children { list-style: none; padding-left: 20px; margin-top: 6px; }

.meta { font-size: 0.9rem; color: var(--w-muted, #64748b); margin-bottom: 16px; }
.tag { display: inline-block; background: var(--w-surface, #f8fafc); border: 1px solid var(--w-border, #e2e8f0); border-radius: 999px; padding: 2px 10px; font-size: 0.85rem; margin-right: 4px; }

/* -- Table of Contents -- */
.toc{background:rgba(128,128,128,.06);border:1px solid rgba(128,128,128,.12);border-radius:8px;padding:1.2rem 1.5rem;margin:1.5rem 0}
.toc h2{font-size:1rem;margin:0 0 .75rem}
.toc ol{margin:0;padding-left:1.2rem}
.toc li{margin:.3rem 0;font-size:.9rem}
.toc .toc-3{padding-left:1rem;font-size:.85rem}
.toc a{text-decoration:none;color:inherit;opacity:.8}
.toc a:hover{opacity:1;text-decoration:underline}

/* -- Page hero image -- */
.page-hero-img { width: 100%; max-height: 400px; object-fit: cover; border-radius: 8px; margin-bottom: 24px; }

/* -- Image CLS prevention -- */
img { max-width: 100%; height: auto; }
.gh-card-image, .card-thumb, .post-thumb { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.gh-article-image { aspect-ratio: 2/1; object-fit: cover; width: 100%; }

/* -- Contact form -- */
.error { color: #dc2626; margin-top: 6px; }
.cooldown { color: var(--w-muted, #64748b); margin: 8px 0 0; }
form label { display: block; margin-top: 12px; font-weight: 600; }
form input, form textarea { width: 100%; max-width: 500px; }
.contact-submit { margin-top: 14px; }
.mt-md { margin-top: 16px; }

/* -- Social share buttons -- */
.social-share{display:flex;align-items:center;gap:10px;margin:2rem 0;padding:1rem 0;border-top:1px solid rgba(128,128,128,.2)}
.social-share a{padding:6px 12px;border:1px solid rgba(128,128,128,.2);border-radius:4px;text-decoration:none;font-size:.85rem;color:var(--w-text,#1e293b);transition:background .2s}
.social-share a:hover{background:rgba(128,128,128,.1)}
.reading-time{font-size:.85rem;opacity:.6}

/* -- Cookie consent banner -- */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1d1d1f;color:#f5f5f7;padding:1rem;z-index:9999;text-align:center;font-size:.9rem}
.cookie-banner[hidden]{display:none}
.cookie-banner__inner{max-width:800px;margin:0 auto;display:flex;align-items:center;gap:1rem;justify-content:center;flex-wrap:wrap}
.cookie-banner__inner p{margin:0}

/* -- Related posts -- */
.related-posts{margin:3rem 0;padding:2rem 0;border-top:1px solid rgba(128,128,128,.15)}
.related-posts h2{margin:0 0 1rem;font-size:1.3rem}
.related-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.2rem}
.related-post-card{padding:1rem;border:1px solid var(--w-border,#e2e8f0);border-radius:8px;text-decoration:none;color:var(--w-text,#1e293b);transition:box-shadow .2s,border-color .2s}
.related-post-card:hover{border-color:var(--w-primary,#2563eb);box-shadow:0 4px 12px rgba(0,0,0,.08)}
.related-post-card h3{margin:0 0 .4rem;font-size:1rem}
.related-post-card p{margin:0;font-size:.85rem;opacity:.7}
.related-post-card .related-tag{display:inline-block;font-size:.75rem;background:var(--w-surface,#f8fafc);border:1px solid var(--w-border,#e2e8f0);border-radius:999px;padding:2px 8px;margin-bottom:.4rem}

/* -- Floating donate button + modal -- */
.donate-fab{position:fixed;bottom:24px;right:24px;z-index:900;height:44px;padding:0 18px;border-radius:22px;border:none;background:var(--w-accent,#2563eb);color:#fff;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;font-weight:600;font-family:inherit;transition:transform .2s,box-shadow .2s}
.donate-fab:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.3)}
.donate-overlay{position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;padding:20px}
.donate-overlay[hidden]{display:none}
.donate-dialog{background:var(--w-bg,#fff);color:var(--w-text,#1e293b);border-radius:12px;padding:28px 24px;max-width:400px;width:100%;position:relative;box-shadow:0 12px 40px rgba(0,0,0,.2)}
.donate-dialog h3{margin:0 0 8px;font-size:1.2rem}
.donate-dialog p{margin:0 0 16px;font-size:.9rem;color:var(--w-muted,#64748b)}
.donate-dialog label{display:block;font-weight:600;font-size:.85rem;margin:12px 0 4px}
.donate-opt{font-weight:400;color:var(--w-muted,#64748b)}
.donate-amount-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.donate-preset{padding:6px 14px;border:1px solid var(--w-border,#e2e8f0);border-radius:6px;background:var(--w-bg,#fff);color:var(--w-text,#1e293b);cursor:pointer;font-size:.9rem;transition:background .15s,border-color .15s}
.donate-preset:hover,.donate-preset.active{background:var(--w-accent,#2563eb);color:#fff;border-color:var(--w-accent,#2563eb)}
.donate-amount-row input{flex:1;min-width:100px;padding:6px 10px;border:1px solid var(--w-border,#e2e8f0);border-radius:6px;font-size:.9rem;background:var(--w-bg,#fff);color:var(--w-text,#1e293b)}
.donate-dialog input[type="text"],.donate-dialog textarea{width:100%;padding:6px 10px;border:1px solid var(--w-border,#e2e8f0);border-radius:6px;font-size:.9rem;font-family:inherit;background:var(--w-bg,#fff);color:var(--w-text,#1e293b);box-sizing:border-box}
.donate-submit{width:100%;margin-top:16px;padding:10px;font-size:1rem}
.donate-error{color:#dc2626;font-size:.85rem;margin-top:8px}
.donate-close{position:absolute;top:10px;right:14px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--w-muted,#64748b);line-height:1}
.donate-close:hover{color:var(--w-text,#1e293b)}
@media print{.donate-fab,.donate-overlay{display:none!important}}
.donate-thanks{max-width:480px;margin:5rem auto;text-align:center;padding:0 20px}
.donate-thanks h1{font-size:1.6rem;margin:0 0 12px}
.donate-thanks-sub{color:var(--w-muted,#64748b);font-size:1rem;line-height:1.6;margin:0 0 2rem}
.donate-thanks-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}
.donate-thanks-icon--success{background:rgba(52,199,89,.1);color:#34c759}
.donate-thanks-icon--cancelled{background:rgba(255,77,79,.08);color:#dc2626}
.donate-thanks-btn{display:inline-block;padding:10px 28px;font-size:1rem}

/* -- Focus indicators -- */
:focus-visible {
  outline: 2px solid var(--w-accent, #2563eb);
  outline-offset: 2px;
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--w-accent, #2563eb);
  outline-offset: 2px;
}
.ws-card:focus-within {
  outline: 2px solid var(--w-accent, #2563eb);
  outline-offset: 2px;
}

/* ── Universal layout primitives ───────────────────────────────────
 * Zero-specificity fallbacks via :where() so any theme that defines its own
 * .container / .section / .content-narrow still wins. Themes override the
 * custom properties below to tune the scale without rewriting the selectors.
 */
:root {
  --w-container-width: 1200px;
  --w-container-gutter: 1.25rem;
  --w-section-padding-y: clamp(40px, 5vw, 72px);
  --w-content-narrow: 860px;
}
:where(.container) {
  width: min(var(--w-container-width), calc(100% - 2 * var(--w-container-gutter)));
  margin-inline: auto;
}
:where(.section) {
  padding-block: var(--w-section-padding-y);
}
:where(.content-narrow) {
  max-width: var(--w-content-narrow);
  margin-inline: auto;
}
:where(.card) {
  background: var(--w-surface, #fff);
  border: 1px solid var(--w-border, rgba(148, 163, 184, 0.25));
  border-radius: 12px;
}
:where(.pad-lg) {
  padding: clamp(18px, 3vw, 32px);
}

/* Honeypot field (hidden from humans, attracts bot form-fillers). */
.i-am-human {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ── Post body: image alignment via <figure class="img--*"> ── */
.page-body figure, .post-body figure, .gh-article-body figure {
  margin: 1rem 0;
}
.page-body figure img, .post-body figure img, .gh-article-body figure img {
  max-width: 100%;
  height: auto;
}
.page-body figcaption, .post-body figcaption, .gh-article-body figcaption {
  font-size: 0.88rem;
  color: #64748b;
  padding-top: 0.35rem;
}
.page-body figure.img--center, .post-body figure.img--center, .gh-article-body figure.img--center {
  text-align: center;
}
.page-body figure.img--center img, .post-body figure.img--center img, .gh-article-body figure.img--center img {
  display: inline-block;
}
.page-body figure.img--left, .post-body figure.img--left, .gh-article-body figure.img--left {
  float: left;
  max-width: 50%;
  margin: 0.5rem 1.25rem 0.5rem 0;
}
.page-body figure.img--right, .post-body figure.img--right, .gh-article-body figure.img--right {
  float: right;
  max-width: 50%;
  margin: 0.5rem 0 0.5rem 1.25rem;
}
@media (max-width: 600px) {
  .page-body figure.img--left, .page-body figure.img--right,
  .post-body figure.img--left, .post-body figure.img--right,
  .gh-article-body figure.img--left, .gh-article-body figure.img--right {
    float: none; max-width: 100%; margin: 1rem 0;
  }
}

/* ── Post body: component blocks (CTA, FAQ, testimonial, cols, callout, pricing) ── */
.block { display: block; }
.block--cta {
  padding: 1.5rem 1.75rem;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.05);
  border: 1px solid rgba(37, 99, 235, 0.18);
  margin: 1.5rem 0;
}
.block--cta h2 { margin-top: 0; }
.block--cta p:last-child { margin-bottom: 0; }
.block--cta .form-stack { max-width: 420px; margin: 0 auto; }

/* Donation widget amount pills */
.donation-amounts { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin: .5rem 0; }
.donation-amount {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 4rem; padding: .5rem .9rem;
  border: 1px solid rgba(37, 99, 235, 0.45);
  border-radius: 999px;
  cursor: pointer; font-weight: 600; font-size: .95rem;
  color: rgba(37, 99, 235, 0.85);
  background: transparent;
  transition: background .15s, color .15s, transform .15s, border-color .15s;
}
.donation-amount input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.donation-amount:hover { transform: translateY(-1px); border-color: #2563eb; }
.donation-amount:has(input:checked) {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

.form-stack { display: flex; flex-direction: column; gap: 0.75rem; }
.form-stack input, .form-stack textarea, .form-stack select { width: 100%; }

.block--faq { margin: 1.5rem 0; }
.block--faq h2 { margin-bottom: 0.75rem; }
.block--faq details {
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.02);
}
.block--faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  position: relative;
  padding-right: 1.5rem;
}
.block--faq summary::after {
  content: "▸";
  position: absolute;
  right: 0.25rem;
  transition: transform 0.2s;
}
.block--faq details[open] summary::after { transform: rotate(90deg); }
.block--faq details p { margin: 0.5rem 0 0; }

.block--testimonial {
  border-left: 4px solid var(--primary, #2563eb);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: rgba(37, 99, 235, 0.04);
  font-style: italic;
  border-radius: 0 8px 8px 0;
}
.block--testimonial footer { font-style: normal; font-size: 0.9rem; color: #64748b; margin-top: 0.5rem; }
.block--testimonial footer cite { font-style: normal; }

.block--cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 1.5rem 0;
}
.block--cols .block__col h3 { margin-top: 0; }
@media (max-width: 640px) { .block--cols { grid-template-columns: 1fr; } }

.block--callout {
  padding: 1rem 1.25rem;
  border-radius: 8px;
  margin: 1rem 0;
  border-left: 4px solid;
}
.block--callout strong { margin-right: 0.25rem; }
.block--callout-info { background: rgba(37, 99, 235, 0.08); border-left-color: #2563eb; }
.block--callout-warn { background: rgba(234, 88, 12, 0.08); border-left-color: #ea580c; }
.block--callout-success { background: rgba(22, 163, 74, 0.08); border-left-color: #16a34a; }

.block--pricing { margin: 1.5rem 0; }
.block--pricing .block__price-card {
  padding: 1.5rem 1.75rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 12px;
  max-width: 340px;
  background: rgba(255, 255, 255, 0.02);
}
.block--pricing .block__price-card h3 { margin-top: 0; }
.block--pricing .block__price {
  font-size: 2rem;
  font-weight: 700;
  margin: 0.5rem 0;
}
.block--pricing .block__price small {
  font-size: 0.95rem;
  font-weight: 400;
  color: #64748b;
}
.block--pricing ul { padding-left: 1.25rem; margin: 0.75rem 0; }

/* ── Embedded media (YouTube, Vimeo, Google Maps) — responsive 16:9 ── */
.embed { margin: 1.5rem 0; }
.embed--video, .embed--map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;  /* 16:9 */
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
.embed--map { padding-top: 50%; }
.embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ── Native video (uploaded via editor) ── */
.video-wrap { margin: 1.5rem 0; }
.video-wrap video { width: 100%; max-width: 100%; border-radius: 10px; background: #000; }
.video-wrap figcaption { text-align: center; font-size: .85rem; color: var(--muted, #6b7280); margin-top: .5rem; }
video { max-width: 100%; height: auto; }

/* Post body table cell alignment classes (set via the editor popover) */
.page-body td.td--left, .post-body td.td--left, .gh-article-body td.td--left { text-align: left; }
.page-body td.td--center, .post-body td.td--center, .gh-article-body td.td--center { text-align: center; }
.page-body td.td--right, .post-body td.td--right, .gh-article-body td.td--right { text-align: right; }

/* ── Module cards (rendered by SnippetService from {{form|booking|product:slug}}) ── */
.module-card {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1.25rem 1.5rem; margin: 1.5rem 0;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.04);
  position: relative;
}
.module-card__icon { font-size: 2rem; line-height: 1; flex-shrink: 0; }
.module-card__body { flex: 1; min-width: 0; }
.module-card__title { margin: 0 0 0.35rem 0; font-size: 1.1rem; }
.module-card__desc { margin: 0 0 0.75rem 0; color: #64748b; font-size: 0.92rem; line-height: 1.5; }
.module-card__meta { font-weight: 600; color: #2563eb; }
.module-card__cta { font-size: 0.92rem; }
.module-card--form    { background: rgba(37, 99, 235, 0.05);  border-color: rgba(37, 99, 235, 0.25); }
.module-card--booking { background: rgba(16, 185, 129, 0.05); border-color: rgba(16, 185, 129, 0.25); }
.module-card--product { background: rgba(245, 158, 11, 0.05); border-color: rgba(245, 158, 11, 0.25); }
.module-card--missing { background: rgba(220, 38, 38, 0.05);  border-color: rgba(220, 38, 38, 0.25); }
.module-card__badge {
  position: absolute; top: 6px; right: 10px;
  font-size: 0.7rem; padding: 0.1rem 0.4rem; border-radius: 4px;
  background: rgba(148, 163, 184, 0.2); color: #475569;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* ── Photo album snippet (CSS-only lightbox via :target) ────────────
 * Used by {{snippet:<slug>}} markers with snippet_type="album".
 * Output structure:
 *   <section class="snippet-album">
 *     <header class="album-header"><h3/><p/></header>
 *     <div class="snippet-album-grid">
 *       <figure class="album-tile"><a href="#album-x-0"><img/></a>
 *         <figcaption class="album-tile__overlay">…</figcaption></figure>
 *       …
 *     </div>
 *     <div class="album-lightbox" id="album-x-0">…</div>
 *     …
 *   </section>
 * Zero JS: clicking a tile jumps to the :target lightbox. Prev/next/close
 * are just fragment links. Sluiten via backdrop, Esc werkt niet (CSS-only)
 * maar de close-knop + achtergrond-klik is genoeg.
 */

.snippet-album { margin: 2rem 0; }
.album-header { margin-bottom: 1rem; }
.album-header h3 { margin: 0 0 0.25rem 0; font-size: 1.4rem; }
.album-header p { margin: 0; color: #64748b; font-size: 0.95rem; }

.snippet-album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}

.album-tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  background: rgba(148, 163, 184, 0.12);
  transition: transform 0.2s, box-shadow 0.2s;
}
.album-tile:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,0.18); }
.album-tile__link { display: block; width: 100%; height: 100%; }
.album-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s; }
.album-tile:hover img { transform: scale(1.04); }

.album-tile__overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 10px 12px 12px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 100%);
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.2s, transform 0.2s;
  pointer-events: none;
}
.album-tile:hover .album-tile__overlay { opacity: 1; transform: translateY(0); }
.album-tile__caption { font-weight: 600; }
.album-tile__loc { font-size: 0.75rem; opacity: 0.85; }

/* ── Lightbox (CSS :target) ───────────────────────────────────────── */
.album-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(8, 12, 20, 0.93);
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.album-lightbox:target { display: flex; animation: album-fade 0.18s ease-out; }
@keyframes album-fade { from { opacity: 0; } to { opacity: 1; } }
.album-lightbox__backdrop {
  position: absolute; inset: 0;
  background: transparent;
  z-index: 1;
}
.album-lightbox__inner {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: min(92vw, 1100px);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.album-lightbox__inner img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
.album-lightbox__inner figcaption {
  color: #e2e8f0;
  font-size: 0.92rem;
  text-align: center;
  max-width: 780px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.album-lightbox__caption { font-weight: 600; font-size: 1rem; }
.album-lightbox__loc     { opacity: 0.85; font-size: 0.82rem; }
.album-lightbox__credit  { opacity: 0.65; font-size: 0.75rem; font-style: italic; }

.album-lightbox__close,
.album-lightbox__nav {
  position: absolute;
  z-index: 3;
  color: #fff;
  text-decoration: none;
  user-select: none;
  opacity: 0.82;
  transition: opacity 0.15s, background 0.15s;
}
.album-lightbox__close {
  top: 20px; right: 24px;
  font-size: 2rem;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.35);
}
.album-lightbox__nav {
  top: 50%; transform: translateY(-50%);
  font-size: 3rem;
  line-height: 1;
  padding: 4px 18px 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
}
.album-lightbox__nav--prev { left: 16px; }
.album-lightbox__nav--next { right: 16px; }
.album-lightbox__close:hover,
.album-lightbox__nav:hover { opacity: 1; background: rgba(0, 0, 0, 0.55); }
.album-lightbox__counter {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #e2e8f0;
  font-size: 0.8rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  background: rgba(0, 0, 0, 0.4);
  padding: 3px 10px;
  border-radius: 12px;
}
.album-lightbox__download {
  position: absolute;
  z-index: 3;
  top: 20px; left: 24px;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0.82;
  transition: opacity 0.15s, background 0.15s;
}
.album-lightbox__download:hover { opacity: 1; background: rgba(0, 0, 0, 0.55); }
.album-lightbox__exif,
.album-lightbox__date {
  display: block;
  font-size: 0.72rem;
  opacity: 0.7;
  margin-top: 2px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.album-lightbox__tags { display: block; margin-top: 4px; }
.album-lightbox__tag {
  display: inline-block;
  font-size: 0.7rem;
  padding: 1px 8px;
  margin: 2px 3px 0 0;
  background: rgba(255,255,255,0.12);
  border-radius: 999px;
}

/* ── Watermark overlay (optional per album) ── */
.album-tile { position: relative; }
.album-tile__watermark {
  position: absolute;
  bottom: 6px;
  right: 8px;
  z-index: 2;
  pointer-events: none;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.25);
  padding: 1px 6px;
  border-radius: 4px;
  letter-spacing: 0.02em;
}

.gallery-view__download { margin: 1.5rem 0; text-align: center; }
.gallery-password .form-stack { max-width: 400px; }

@media (max-width: 700px) {
  .album-lightbox__nav { font-size: 2rem; padding: 2px 14px 8px; }
  .album-lightbox__close { font-size: 1.5rem; }
  .snippet-album-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 8px; }
}

/* ── Gallery module: index card grid ───────────────────────────── */
.gallery-index__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 1.5rem;
}
.gallery-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  border-color: rgba(37, 99, 235, 0.45);
}
.gallery-card__cover {
  aspect-ratio: 4 / 3;
  background: rgba(148, 163, 184, 0.12);
  overflow: hidden;
}
.gallery-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}
.gallery-card:hover .gallery-card__cover img { transform: scale(1.05); }
.gallery-card__placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem;
  color: rgba(148, 163, 184, 0.6);
}
.gallery-card__body { padding: 14px 16px 18px; }
.gallery-card__body h3 { margin: 0 0 0.35rem 0; font-size: 1.1rem; }
.gallery-card__body p { margin: 0 0 0.5rem 0; font-size: 0.9rem; color: #64748b; line-height: 1.45; }
.gallery-card__meta {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
}

/* Prev/next below a single album */
.gallery-view__nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
}

/* ── Timeline snippet (snippet_type="timeline") ─────────────────── */
.snippet-timeline { margin: 2rem 0; }
.snippet-timeline__head { margin-bottom: 1.25rem; }
.snippet-timeline__head h3 { margin: 0 0 0.25rem 0; }
.snippet-timeline__head p { margin: 0; color: #64748b; font-size: 0.95rem; }
.snippet-timeline__list {
  list-style: none;
  padding: 0 0 0 1.5rem;
  margin: 0;
  border-left: 2px solid rgba(148, 163, 184, 0.3);
  position: relative;
}
.snippet-timeline__item {
  position: relative;
  padding: 0.35rem 0 1.1rem 1.25rem;
}
.snippet-timeline__item::before {
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--w-primary, #2563eb);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.snippet-timeline__year {
  display: inline-block;
  font-weight: 700;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.8rem;
  color: var(--w-primary, #2563eb);
  background: rgba(37, 99, 235, 0.08);
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 0.5rem;
}
.snippet-timeline__body b { display: block; margin: 0.25rem 0; }
.snippet-timeline__body p { margin: 0; color: #64748b; font-size: 0.92rem; line-height: 1.55; }

/* ── Social share buttons ───────────────────────────────────────── */
.share-bar {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  margin: 2rem 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
}
.share-bar__label {
  font-size: 0.82rem;
  color: #64748b;
  margin-right: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.share-bar a, .share-bar button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  border-radius: 999px;
  background: transparent;
  color: #0f172a;
  text-decoration: none;
  font-size: 0.82rem;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
.share-bar a:hover, .share-bar button:hover {
  background: rgba(37, 99, 235, 0.08);
  border-color: var(--w-primary, #2563eb);
  transform: translateY(-1px);
}
.share-bar--wa:hover    { background: rgba(37, 211, 102, 0.12); border-color: #25d366; }
.share-bar--ln:hover    { background: rgba(10, 102, 194, 0.12); border-color: #0a66c2; }
.share-bar--x:hover     { background: rgba(15, 23, 42, 0.12); border-color: #0f172a; }
.share-bar--mail:hover  { background: rgba(220, 38, 38, 0.10); border-color: #dc2626; }

/* ── Print styles for route/walk pages ──────────────────────────── */
@media print {
  .site-header, .site-footer, .ml-head, .ml-foot,
  .ml-langs, .share-bar, .nav, .burger, .skip,
  #appearancePanel, .btn-edit-toggle, .btn-appearance-toggle,
  .album-lightbox, .gallery-view__nav {
    display: none !important;
  }
  body, .page-body, .post-body, .gh-article-body {
    background: #fff !important;
    color: #000 !important;
    font-size: 11pt;
    line-height: 1.5;
  }
  a { color: #000; text-decoration: underline; }
  /* Show full URL next to external links so the paper version is usable. */
  .page-body a[href^="http"]::after,
  .post-body a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.85em; color: #555; }
  h1, h2, h3 { page-break-after: avoid; }
  p, li, blockquote { orphans: 3; widows: 3; }
  img { max-width: 100% !important; page-break-inside: avoid; }
  .block--cta, .block--cols, .module-card { page-break-inside: avoid; }
}

/* ── Full-width embedded map on /kaart ─────────────────────────── */
.kaart-embed {
  position: relative;
  margin: 1.5rem calc(50% - 50vw);
  padding: 0;
  width: 100vw;
  max-width: 100vw;
  height: min(70vh, 720px);
  min-height: 420px;
  background: rgba(148, 163, 184, 0.08);
}

/* Public folder drag-drop upload zone */
.pub-dropzone {
  border: 2px dashed rgba(148, 163, 184, 0.45);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  color: var(--color-muted, #64748b);
  background: rgba(148, 163, 184, 0.04);
  transition: border-color .2s, background .2s, transform .15s;
  margin: 1rem 0;
}
.pub-dropzone::before {
  content: '📂';
  display: block;
  font-size: 2.5rem;
  margin-bottom: .75rem;
  opacity: .6;
  transition: opacity .2s, transform .2s;
}
.pub-dropzone p { font-size: .95rem; margin: 0; }
.pub-dropzone--active {
  border-color: var(--color-primary, #2563eb);
  background: rgba(37, 99, 235, 0.08);
  transform: scale(1.01);
}
.pub-dropzone--active::before { content: '⬇️'; opacity: 1; transform: scale(1.2); }
.pub-dropzone__label {
  color: var(--color-primary, #2563eb);
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  padding: .3rem .6rem;
  border: 1px solid var(--color-primary, #2563eb);
  border-radius: 6px;
  transition: background .15s, color .15s;
}
.pub-dropzone__label:hover { background: var(--color-primary, #2563eb); color: #fff; }
.pub-dropzone__bar {
  height: 6px;
  background: var(--color-primary, #2563eb);
  border-radius: 3px;
  transition: width .15s;
  margin-top: .75rem;
}
@media (prefers-color-scheme: dark) {
  .pub-dropzone { background: rgba(148, 163, 184, 0.06); border-color: rgba(148, 163, 184, 0.25); }
  .pub-dropzone--active { background: rgba(37, 99, 235, 0.12); }
}
.kaart-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.kaart-embed__wrap {
  max-width: var(--w-container-width, 1200px);
  height: 100%;
  margin: 0 auto;
  padding: 0 var(--w-container-gutter, 1.25rem);
  box-sizing: border-box;
}
.kaart-embed__wrap iframe {
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 10px;
}
@media (max-width: 700px) {
  .kaart-embed { height: 60vh; min-height: 320px; margin: 1rem 0; width: 100%; }
  .kaart-embed__wrap { padding: 0; }
  .kaart-embed__wrap iframe { border-radius: 8px; }
}

/* ── Inlined from search.css (consolidatie) ── */
/* ── Shared search overlay ── */
.search-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);display:grid;place-items:start center;padding-top:18vh}
.search-overlay[hidden]{display:none}
.search-overlay__bar{width:min(560px,90vw);background:rgba(15,20,35,.96);border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:6px;display:flex;align-items:center;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.search-overlay__icon{width:20px;height:20px;margin-left:10px;opacity:.4}
.search-overlay__bar input{flex:1;padding:14px 16px;background:transparent;border:none;outline:none;color:#e8eaf0;font-size:1.1rem;font-weight:600}
.search-overlay__bar input::placeholder{color:rgba(255,255,255,.35)}
.search-overlay__close{padding:10px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:rgba(255,255,255,.5);font-weight:800;font-size:12px;cursor:pointer;white-space:nowrap}
.search-overlay__close:hover{background:rgba(255,255,255,.10)}
.search-overlay__hint{text-align:center;margin-top:10px;font-size:12px;color:rgba(255,255,255,.35);font-weight:700}

/* ── Live search results ── */
.search-results{max-height:320px;overflow-y:auto;margin-top:8px;border-radius:12px}
.search-result-item{display:block;padding:10px 14px;text-decoration:none;color:#e8eaf0;border-bottom:1px solid rgba(128,128,128,.15)}
.search-result-item:hover,.search-result-item:focus,.search-result-item.is-active{background:rgba(128,128,128,.18);outline:none}
.search-result-item strong{display:block;font-size:.95rem}
.search-result-item span{display:block;font-size:.8rem;opacity:.7;margin-top:2px}
.search-no-results{padding:14px;text-align:center;opacity:.6;font-size:.9rem;color:#e8eaf0}

/* ── Sitemap inline search ── */
.sitemap-search{display:flex;gap:8px;margin:0 0 24px;max-width:480px}
.sitemap-search input{flex:1;padding:10px 14px;border:1px solid var(--w-text,#ccc);border-radius:8px;font:inherit;background:var(--w-bg,#fff);color:var(--w-text,#222)}
.sitemap-search input:focus{outline:2px solid var(--w-primary,#2563eb);outline-offset:-1px;border-color:var(--w-primary,#2563eb)}
.sitemap-search button{padding:10px 18px;border:none;border-radius:8px;background:var(--w-primary,#2563eb);color:#fff;font:inherit;font-weight:600;cursor:pointer}
.sitemap-search button:hover{opacity:.85}


/* Theme: Starter — Schoon, minimaal, sans-serif */
body.theme-starter { font-family: var(--w-font); background: var(--w-bg); color: var(--w-text); }
body.theme-starter .site-header { background: var(--w-header-bg); border-bottom: 1px solid var(--w-border); }
body.theme-starter .site-brand { color: var(--w-header-text); }
body.theme-starter .site-nav a { color: var(--w-secondary); }
body.theme-starter .site-nav a:hover { color: var(--w-nav-hover); }
body.theme-starter .site-footer { background: var(--w-footer-bg); color: var(--w-footer-text); border-top: 1px solid var(--w-border); }
body.theme-starter h1, body.theme-starter h2, body.theme-starter h3 { font-family: var(--w-font-heading); }


/* ==========================================================
   iLanding — Vanilla Static (no bootstrap, no frameworks)
   ========================================================== */


html{ scroll-behavior: smooth; }
body{
  margin: 0; display: flex; flex-direction: column; min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(1400px 800px at 5% -15%, rgba(110,231,255,.30), transparent 55%),
    radial-gradient(1200px 750px at 92% 5%, rgba(139,92,246,.25), transparent 55%),
    radial-gradient(1000px 700px at 50% 115%, rgba(52,211,153,.15), transparent 55%),
    radial-gradient(600px 400px at 70% 60%, rgba(251,146,60,.06), transparent 60%),
    var(--bg);
  font-family: var(--font);
  line-height: 1.5;
}
/* Scanline overlay */
body::after{
  content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;
  background:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(0,0,0,.015) 3px,rgba(0,0,0,.015) 4px);
  mix-blend-mode:multiply;
}

img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
#main{ flex-grow: 1; }
p{ margin: 0 0 12px; }
h1,h2,h3,h4{ line-height: 1.12; margin: 0 0 10px; font-weight: 800; letter-spacing: -.01em; }
small{ font-size: 12px; }

.container{
  width: min(var(--container), calc(100% - 2*var(--gap)));
  margin-inline: auto;
}

.section{
  padding: clamp(44px, 5.5vw, 76px) 0;
}
.section-soft{
  background:
    linear-gradient(rgba(110,231,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110,231,255,.02) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));
  background-size: 60px 60px, 60px 60px, 100% 100%;
  border-top: 1px solid rgba(110,231,255,.08);
  border-bottom: 1px solid rgba(110,231,255,.08);
}

.section-head{
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}
.section-head h2{
  font-size: clamp(26px, 3.2vw, 40px);
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--text) 40%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 20px rgba(110,231,255,.08));
}
.muted{ color: var(--muted); }
.small{ font-size: 13px; color: var(--muted2); }
.eyebrow{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', 'Consolas', monospace;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  text-shadow: 0 0 18px rgba(110,231,255,.25);
}
.eyebrow::before{
  content:"›";
  width: auto;
  height: auto;
  background: none;
  font-size: 16px;
  font-weight: 900;
  color: var(--accent);
  text-shadow: 0 0 12px rgba(110,231,255,.40);
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.btn:hover{ transform: translateY(-2px); background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.24); box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.btn:active{ transform: translateY(0); box-shadow: none; }
.btn:focus-visible{
  outline: 3px solid rgba(110,231,255,.35);
  outline-offset: 2px;
}
.nav-link:focus-visible{
  outline: 3px solid rgba(110,231,255,.35);
  outline-offset: 2px;
}
.service-card:focus-visible,
.icon-card:focus-visible,
.price-card:focus-visible,
.faq-item summary:focus-visible,
.tab:focus-visible,
.related-post-card:focus-visible{
  outline: 3px solid rgba(110,231,255,.35);
  outline-offset: 2px;
}
[data-theme="light"] .btn:focus-visible,
[data-theme="light"] .nav-link:focus-visible,
[data-theme="light"] .service-card:focus-visible,
[data-theme="light"] .icon-card:focus-visible,
[data-theme="light"] .price-card:focus-visible,
[data-theme="light"] .faq-item summary:focus-visible,
[data-theme="light"] .tab:focus-visible,
[data-theme="light"] .related-post-card:focus-visible{
  outline-color: rgba(2,132,199,.45);
}
.btn-primary{
  border: none;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #07101a;
  box-shadow: 0 4px 20px rgba(110,231,255,.25), 0 0 40px rgba(110,231,255,.08);
  font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  letter-spacing: .03em;
}
.btn-primary:hover{ background: linear-gradient(135deg, rgba(110,231,255,.95), rgba(139,92,246,.95)); box-shadow: 0 8px 32px rgba(110,231,255,.35), 0 0 60px rgba(110,231,255,.12); }
.btn-ghost{ background: transparent; }
.btn-sm{ padding: 9px 14px; font-size: 13px; }
.btn[disabled],.btn.is-loading{opacity:.6;pointer-events:none}
.btn.is-loading::after{content:"";width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:btn-spin .6s linear infinite;margin-left:4px}
@keyframes btn-spin{to{transform:rotate(360deg)}}

.w-full{ width: 100%; }

/* Header */
.site-header{
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--header-h);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  background: rgba(11,16,32,.60);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .25s ease;
}
.site-header.is-scrolled{ background: rgba(11,16,32,.82); border-bottom-color: rgba(110,231,255,.08); }

.header-inner{
  height: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.brand-mark{
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 8px 24px rgba(110,231,255,.28), 0 0 0 1px rgba(110,231,255,.15);
}
.brand-text{ font-size: 18px; font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace; letter-spacing: -.02em; }

.nav{ margin-left: auto; }
.nav-list{
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 14px;
  align-items: center;
}
.nav-link{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--muted);
  font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-weight: 650;
  font-size: 12px;
  letter-spacing: .02em;
  border: 1px solid transparent;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.nav-link:hover{ color: var(--text); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.10); }
.nav-link.is-active{ color: var(--accent); background: rgba(110,231,255,.06); border-color: rgba(110,231,255,.20); text-shadow: 0 0 12px rgba(110,231,255,.25); }
.nav-btn{ background: transparent; cursor: pointer; }
.chev{ width: 16px; height: 16px; opacity: .9; }

.header-actions{
  display: flex;
  gap: 12px;
  align-items: center;
}

.burger{
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  cursor: pointer;
  padding: 10px;
  position: relative;
}
.burger span{
  display: block;
  height: 2px;
  background: rgba(255,255,255,.85);
  border-radius: 999px;
  margin: 6px 0;
  transition: transform .15s ease, opacity .15s ease;
}
.burger[aria-expanded="true"] span:nth-child(1){ transform: translateY(8px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3){ transform: translateY(-8px) rotate(-45deg); }

.backdrop{
  position: fixed;
  inset: 0;
  z-index: 15;
  background: rgba(0,0,0,.55);
}

/* Dropdown */
.dropdown{ position: relative; }
.dropdown-menu{
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: rgba(15,20,40,.92);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  display: none;
}
.dropdown-menu a, .dropdown-menu button{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 10px;
  color: var(--muted);
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
}
.dropdown-menu a:hover, .dropdown-menu button:hover{
  color: var(--text);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.10);
}
.dropdown-menu a.sub-depth-1{padding-left:22px}
.dropdown-menu a.sub-depth-2{padding-left:34px;font-size:13px}
.dropdown-menu a.sub-depth-3,
.dropdown-menu a.sub-depth-4,
.dropdown-menu a.sub-depth-5{padding-left:46px;font-size:12px}
.dropdown[data-open="true"] > .dropdown-menu{ display: block; }

.deep{ position: relative; }
.deep-menu{
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
  min-width: 220px;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: rgba(15,20,40,.92);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  display: none;
}
.deep[data-open="true"] > .deep-menu{ display: block; }

/* Hero */
.hero{ padding-top: 28px; }
.hero-grid{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(26px, 4vw, 48px);
  align-items: center;
}
.hero-copy{ padding-top: 14px; }
.hero-title{
  font-size: clamp(36px, 4.6vw, 56px);
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-top: 8px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, var(--text) 30%, var(--accent) 70%, var(--accent2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 30px rgba(110,231,255,.12));
}
.accent{
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead{ color: var(--muted); font-size: 16px; max-width: 54ch; line-height: 1.6; }

.hero-cta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 16px;
}
.play{
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  position: relative;
}
.play::after{
  content:"";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0; height: 0;
  border-left: 7px solid rgba(255,255,255,.9);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: translateX(1px);
}

.social-proof{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.avatars{
  display: flex;
}
.avatars img{
  width: 34px; height: 34px;
  border-radius: 999px;
  border: 2px solid rgba(11,16,32,.9);
  margin-left: -10px;
  background: rgba(255,255,255,.06);
}
.avatars img:first-child{ margin-left: 0; }
.proof-text{ color: var(--muted); font-size: 13px; }
.proof-text strong{ color: var(--text); }

.metrics{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin-top: 16px;
  padding: 0;
}
.metric{
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  transition: border-color .2s ease;
}
.metric:hover{ border-color: rgba(110,231,255,.18); }
.metric dt{ font-weight: 800; margin: 0 0 1px; font-size: 15px; }
.metric dd{ margin: 0; color: var(--muted2); font-size: 12px; }

/* Hero visual */
.hero-visual{ position: relative; min-height: 420px; }
.hero-visual::before{
  content:"";position:absolute;inset:0;z-index:0;
  background:
    linear-gradient(rgba(110,231,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110,231,255,.06) 1px, transparent 1px);
  background-size:40px 40px;
  mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black 20%,transparent 70%);
  -webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black 20%,transparent 70%);
  opacity:.7;
  transform:perspective(500px) rotateX(25deg);
  transform-origin:center 70%;
}
.blob{
  position: absolute;
  inset: -30px -10px -40px -10px;
  background:
    radial-gradient(320px 260px at 15% 25%, rgba(110,231,255,.40), transparent 55%),
    radial-gradient(360px 300px at 82% 30%, rgba(139,92,246,.35), transparent 58%),
    radial-gradient(280px 280px at 50% 80%, rgba(52,211,153,.20), transparent 55%),
    radial-gradient(200px 200px at 65% 65%, rgba(251,146,60,.12), transparent 60%);
  filter: blur(12px);
  opacity: .95;
  pointer-events: none;
  animation: blob-pulse 8s ease-in-out infinite alternate;
}
@keyframes blob-pulse{
  0%{opacity:.90;transform:scale(1)}
  100%{opacity:1;transform:scale(1.02)}
}
.mockup{
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  margin-left: auto;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.mockup-top{
  height: 46px;
  background: rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.mockup-screen{
  padding: 18px;
}
.chip{
  width: 90px; height: 26px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}
.lines{ margin-top: 14px; display: grid; gap: 10px; }
.lines span{
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}
.lines span:nth-child(1){ width: 72%; }
.lines span:nth-child(2){ width: 88%; }
.lines span:nth-child(3){ width: 54%; }

.cards{ margin-top: 18px; display: grid; gap: 12px; }
.mini{
  height: 62px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(140px 60px at 20% 40%, rgba(110,231,255,.20), transparent 60%),
    radial-gradient(140px 60px at 70% 60%, rgba(139,92,246,.18), transparent 60%),
    rgba(255,255,255,.04);
}

/* Cards / layout blocks */
.card{
  padding: 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  box-shadow: 0 16px 48px rgba(0,0,0,.20);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.card:hover{
  border-color: rgba(110,231,255,.14);
}
.card-accent{
  background:
    radial-gradient(300px 180px at 10% 0%, rgba(110,231,255,.20), transparent 60%),
    radial-gradient(320px 200px at 90% 30%, rgba(139,92,246,.20), transparent 60%),
    rgba(255,255,255,.04);
}
.about-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.checklist{
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 10px;
}
.checklist li{
  display: flex;
  gap: 10px;
  align-items: start;
  color: var(--muted);
}
.checklist li::before{
  content:"✓";
  width: 20px; height: 20px;
  min-width: 20px;
  margin-top: 1px;
  border-radius: 4px;
  background: rgba(52,211,153,.08);
  border: 1px solid rgba(52,211,153,.40);
  box-shadow: 0 0 12px rgba(52,211,153,.12);
  display: grid;
  place-items: center;
  font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size: 11px;
  color: rgb(52,211,153);
  font-weight: 800;
  text-shadow: 0 0 8px rgba(52,211,153,.40);
}
.profile{
  display: flex;
  gap: 12px;
  align-items: center;
}
.profile img{
  width: 44px; height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
}
.callout{
  margin: 14px 0 10px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.phone{
  display: inline-flex;
  margin-top: 4px;
  font-weight: 800;
  letter-spacing: .01em;
}
.split{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.kicker{ font-size: 22px; font-weight: 850; letter-spacing: -0.02em; }
.thumbs{ display: flex; gap: 10px; }
.thumbs span{
  width: 54px; height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
}

/* Tabs */
.tabs{
  margin-top: 16px;
  padding: 16px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.tablist{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tab{
  padding: 9px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .02em;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}
.tab:hover{ border-color: rgba(110,231,255,.20); color: var(--text); }
.tab[aria-selected="true"]{
  color: #07101a;
  border: none;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 4px 16px rgba(110,231,255,.25), 0 0 30px rgba(110,231,255,.10);
}
.tabpanel{ margin-top: 14px; }
.two-col{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items: center;
}
.bullets{
  padding-left: 18px;
  margin: 12px 0 0;
  color: var(--muted);
}
.media img{
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  aspect-ratio:16/10;
  object-fit:cover;
}

/* Password toggle */
.pw-wrap{position:relative}
.pw-toggle{
  position:absolute;right:10px;top:50%;transform:translateY(-50%);
  background:none;border:none;padding:6px;cursor:pointer;
  color:var(--muted);font-size:13px;font-weight:650;
  border-radius:8px;transition:color .15s ease;
}
.pw-toggle:hover{color:var(--text)}
.pw-toggle:focus-visible{outline:2px solid rgba(110,231,255,.35);outline-offset:2px}
[data-theme="light"] .pw-toggle{color:#64748b}
[data-theme="light"] .pw-toggle:hover{color:#0f172a}
[data-theme="light"] .pw-toggle:focus-visible{outline-color:rgba(2,132,199,.45)}

/* Icon cards & grids */
.feature-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  margin-top: 16px;
}
.icon-card{
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.icon-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0,0,0,.20), 0 0 24px rgba(110,231,255,.05);
}
.ic{
  width: 42px; height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  background: linear-gradient(135deg, rgba(110,231,255,.10), rgba(139,92,246,.10));
  border: 1px solid rgba(110,231,255,.18);
}
.ic svg{ width: 22px; height: 22px; color: var(--accent); }

.grid-4{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}
.service-card{
  padding: 16px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.service-card:hover{
  transform: translateY(-3px);
  background: rgba(255,255,255,.06);
  border-color: rgba(110,231,255,.25);
  box-shadow: 0 16px 40px rgba(0,0,0,.18), 0 0 0 1px rgba(110,231,255,.08);
}
.service-card h3{ margin-top: 4px; }
.link{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  color: var(--accent);
  font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .02em;
  transition: gap .15s ease;
  text-shadow: 0 0 10px rgba(110,231,255,.15);
}
.link::after{
  content:"→";
  font-size: 13px;
  transition: transform .15s ease;
}
.link:hover{ text-shadow: 0 0 16px rgba(110,231,255,.30); }
.link:hover{ text-decoration: none; }
.link:hover::after{ transform: translateX(3px); }

/* CTA */
.cta{
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(110,231,255,.15);
  background:
    radial-gradient(400px 240px at 15% -10%, rgba(110,231,255,.20), transparent 55%),
    radial-gradient(440px 280px at 88% 40%, rgba(139,92,246,.20), transparent 55%),
    radial-gradient(200px 200px at 50% 90%, rgba(52,211,153,.08), transparent 60%),
    rgba(255,255,255,.03);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cta-minor{ margin-top: 16px; }

.logo-cloud{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0,1fr));
  gap: 10px;
  opacity: .9;
}
.logo-cloud img{
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}

/* Slider */
.slider{
  position: relative;
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.slider-controls{
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  gap: 10px;
}
.icon-btn{
  width: 42px; height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.icon-btn:hover{ background: rgba(255,255,255,.08); }
.icon-btn svg{ width: 20px; height: 20px; color: rgba(255,255,255,.9); }

.slider-track{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 320px);
  gap: 14px;
  overflow-x: auto;
  padding: 6px 6px 10px;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 6px;
  border-radius: 18px;
  outline: none;
}
.slider-track::-webkit-scrollbar{ height: 10px; }
.slider-track::-webkit-scrollbar-thumb{ background: rgba(255,255,255,.12); border-radius: 999px; }
.t-card{
  scroll-snap-align: start;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  padding: 16px;
}
.t-card p{ color: var(--muted); margin: 10px 0 0; }
.t-head{ display: flex; gap: 12px; align-items: center; }
.t-head img{
  width: 42px; height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}

.stats{
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 8px;
}
.stat{
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  text-align: center;
  transition: border-color .2s ease;
}
.stat:hover{ border-color: rgba(110,231,255,.18); }
.stat strong{
  display: block;
  font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 12px rgba(110,231,255,.20));
}
.stat span{ color: var(--muted2); font-size: 12px; font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace; }

/* Pricing */
.pricing-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  align-items: start;
}
.price-card{
  position: relative;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}
.price-card header{ margin-bottom: 6px; }
.price{
  font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 6px 0 0;
  background: linear-gradient(135deg, var(--text), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.currency{ font-size: 18px; opacity: .9; font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace; }
.per{ font-size: 12px; color: var(--muted2); font-weight: 700; font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace; }
.price-card h4{ margin-top: 10px; margin-bottom: 0; }
.badge{
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(110,231,255,.08);
  border: 1px solid rgba(110,231,255,.40);
  color: var(--accent);
  font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-weight: 800;
  font-size: 11px;
  text-shadow: 0 0 10px rgba(110,231,255,.30);
  box-shadow: 0 0 16px rgba(110,231,255,.08);
  letter-spacing: .02em;
}
.price-card.featured{
  background:
    radial-gradient(420px 240px at 10% 0%, rgba(110,231,255,.20), transparent 55%),
    radial-gradient(420px 240px at 90% 50%, rgba(139,92,246,.20), transparent 55%),
    rgba(255,255,255,.05);
  border-color: rgba(110,231,255,.35);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(110,231,255,.15), 0 0 0 1px rgba(110,231,255,.18), 0 0 80px rgba(110,231,255,.06);
}

/* FAQ */
.faq{ max-width: 860px; margin: 0 auto; display: grid; gap: 8px; }
.faq-item{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  overflow: hidden;
  transition: border-color .2s ease;
}
.faq-item:hover{ border-color: rgba(110,231,255,.14); }
.faq-item[open]{ border-color: rgba(110,231,255,.20); background: rgba(255,255,255,.04); }
.faq-item summary{
  cursor: pointer;
  padding: 12px 14px;
  font-weight: 750;
  color: var(--text);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  letter-spacing: .01em;
}
.faq-item summary::-webkit-details-marker{ display: none; }
.faq-item summary::after{
  content:"";
  width: 9px; height: 9px;
  min-width: 9px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.faq-item[open] summary::after{ transform: rotate(-135deg); }
.faq-body{
  padding: 0 14px 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

/* FAQ accordion (JS-generated from flat text + .faq-body structure) */
.faq-question{
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  font-weight: 750;
  color: var(--text);
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  letter-spacing: .01em;
  transition: color .15s;
}
.faq-question:hover{ color: var(--accent); }
.faq-question::after{
  content:"";
  width: 9px; height: 9px;
  min-width: 9px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.faq-question.is-open::after{ transform: rotate(-135deg); }
.faq-question.is-open{ color: var(--accent); }
.faq-answer{ padding: 0 16px 14px; }
.faq-answer[hidden]{ display: none; }

/* Contact */
.contact-grid{
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 16px;
  align-items: start;
}
.contact-item{
  display: flex;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.contact-item:first-of-type{ border-top: none; }
.dot{
  width: 12px; height: 12px;
  margin-top: 6px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
}

.form{ margin-top: 10px; }
.form .row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
label{ display: grid; gap: 6px; margin-bottom: 12px; }
label span{ font-weight: 700; color: var(--muted); font-size: 13px; }
input, textarea{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color: var(--text);
  padding: 12px 12px;
  font: inherit;
}
textarea{ resize: vertical; }
input:focus, textarea:focus{
  outline: 3px solid rgba(110,231,255,.22);
  border-color: rgba(110,231,255,.35);
}
.error{ min-height: 14px; color: rgba(251,191,36,.95); }
.form-actions{ display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.form-status{ margin: 0; color: var(--muted); font-weight: 650; }

/* Footer */
.footer{
  padding: 32px 0 20px;
  border-top: 1px solid rgba(110,231,255,.10);
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.15));
}
.footer-grid{
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 16px;
}
.footer h4{ margin-bottom: 8px; font-size: 14px; letter-spacing: .02em; }
.footer-links{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 14px;
}
.footer-links a{ transition: color .15s ease; }
.footer-links a:hover{ color: var(--accent); }
.footer-bottom{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(110,231,255,.06);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  font-family: 'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size: 12px;
  color: var(--muted2);
}

/* Back to top */
.to-top{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 44px; height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(110,231,255,.20);
  background: rgba(11,16,32,.85);
  backdrop-filter: blur(12px);
  color: var(--accent);
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  cursor: pointer;
  z-index: 30;
  transition: background .15s ease, transform .15s ease;
}
.to-top:hover{ background: rgba(11,16,32,.95); transform: translateY(-2px); }

/* Modal */
.modal::backdrop{ background: rgba(0,0,0,.65); }
.modal{
  width: min(900px, calc(100% - 2*var(--gap)));
  border: none;
  border-radius: 22px;
  padding: 0;
  background: rgba(15,20,40,.95);
  color: var(--text);
  box-shadow: var(--shadow);
}
.modal-card{ padding: 16px; }
.modal-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.modal-body{ padding: 14px 0; }
.modal-foot{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.10);
}
.video-shell{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding: 12px;
}
.video-placeholder{
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 14px;
  background:
    radial-gradient(420px 240px at 20% 20%, rgba(110,231,255,.18), transparent 60%),
    radial-gradient(420px 260px at 80% 70%, rgba(139,92,246,.16), transparent 60%),
    rgba(255,255,255,.03);
}
.play-big{
  width: 64px; height: 64px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  position: relative;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}
.play-big::after{
  content:"";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0; height: 0;
  border-left: 18px solid rgba(255,255,255,.9);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  transform: translateX(3px);
}

/* Toast */
.toast{
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 40;
  display: grid;
  gap: 10px;
  pointer-events: none;
}
.toast .toast-item{
  pointer-events: auto;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(15,20,40,.90);
  box-shadow: var(--shadow-soft);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: min(520px, calc(100vw - 2*var(--gap)));
}
.toast .toast-item button{
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
  border-radius: 12px;
  padding: 8px 10px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 980px){
  .hero-grid{ grid-template-columns: 1fr; }
  .hero-visual{ min-height: 360px; }
  .mockup{ margin-left: 0; }
  .about-grid{ grid-template-columns: 1fr; }
  .two-col{ grid-template-columns: 1fr; }
  .feature-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid-4{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pricing-grid{ grid-template-columns: 1fr; }
  .price-card.featured{ transform: none; }
  .contact-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr 1fr; }
  .logo-cloud{ grid-template-columns: repeat(4, minmax(0,1fr)); }
}

@media (max-width: 760px){
  .nav{
    position: fixed;
    top: 12px;
    right: 12px;
    left: 12px;
    z-index: 16;
    margin-left: 0;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(15,20,40,.92);
    box-shadow: var(--shadow-soft);
    padding: 12px;
    display: none;
  }
  .nav.is-open{ display: block; }
  .nav-list{
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
  .nav-link{ justify-content: space-between; padding: 12px 12px; }
  .dropdown-menu, .deep-menu{
    position: static;
    min-width: unset;
    box-shadow: none;
    border-radius: 16px;
    border-color: rgba(255,255,255,.10);
    margin-top: 8px;
  }
  .header-actions .btn{ display: none; }
  .burger{ display: inline-block; }
  .metrics{ grid-template-columns: 1fr; }
  .form .row{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr; }
}

/* utility classes (CSP-safe) */
.brand-logo{height:26px;border-radius:6px}
.footer-logo{height:26px;border-radius:6px}
.flash-wrap{padding-top:14px}
.flash-item{padding:12px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);margin-bottom:10px}
.cooldown-box{padding:12px 16px;border-radius:14px;border:1px solid rgba(251,191,36,.35);background:rgba(251,191,36,.08);margin-bottom:14px}
.empty-state{text-align:center;padding:40px 0}
.grid-auto{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
.grid-auto-sm{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
.service-card{text-decoration:none}
.tag-sm{font-size:11px}
.page-body-muted{color:var(--muted);max-width:54ch}
.content-narrow{max-width:860px;margin:0 auto}
.body-prose{line-height:1.7;color:var(--muted)}
.actions-row{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}
.sub-section{max-width:860px;margin:28px auto 0}
.mt-md{margin-top:14px}
.h3-sm{font-size:1rem}
.text-sm{font-size:.9rem}

/* ── Section dispatch: homepage sections ── */

/* Company badge (hero pill) */
.company-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 14px;border-radius:8px;
  background:rgba(110,231,255,.06);
  border:1px solid rgba(110,231,255,.25);
  color:var(--accent);
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size:12px;font-weight:700;
  margin-bottom:12px;
  letter-spacing:.04em;
  text-shadow:0 0 14px rgba(110,231,255,.30);
  box-shadow:0 0 20px rgba(110,231,255,.06),inset 0 0 20px rgba(110,231,255,.03);
}
.company-badge svg{width:14px;height:14px;color:var(--accent);filter:drop-shadow(0 0 4px rgba(110,231,255,.40))}
.company-badge::before{content:"$";opacity:.5;font-size:11px}

/* Hero image variant */
.hero-img{
  position:relative;z-index:1;
  width:100%;max-width:520px;margin-left:auto;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow);
  aspect-ratio:4/3;
  object-fit:cover;
}

/* Stats row under hero */
.stats-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:24px;
}
.stat-item{
  display:flex;gap:10px;align-items:start;
  padding:14px;border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  transition:border-color .2s ease,transform .2s ease;
}
.stat-item:hover{border-color:rgba(110,231,255,.18);transform:translateY(-1px)}
.stat-icon{
  width:38px;height:38px;min-width:38px;
  border-radius:10px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,rgba(110,231,255,.20),rgba(139,92,246,.20));
  border:1px solid rgba(110,231,255,.25);
}
.stat-icon svg{width:18px;height:18px;color:var(--accent)}
.stat-item:nth-child(2) .stat-icon{
  background:linear-gradient(135deg,rgba(139,92,246,.20),rgba(248,113,113,.15));
  border-color:rgba(139,92,246,.25);
}
.stat-item:nth-child(2) .stat-icon svg{color:rgb(139,92,246)}
.stat-item:nth-child(3) .stat-icon{
  background:linear-gradient(135deg,rgba(52,211,153,.20),rgba(110,231,255,.15));
  border-color:rgba(52,211,153,.25);
}
.stat-item:nth-child(3) .stat-icon svg{color:rgb(52,211,153)}
.stat-item:nth-child(4) .stat-icon{
  background:linear-gradient(135deg,rgba(251,146,60,.20),rgba(248,113,113,.15));
  border-color:rgba(251,146,60,.25);
}
.stat-item:nth-child(4) .stat-icon svg{color:rgb(251,146,60)}
.stat-item h4{margin:0 0 1px;font-size:14px}
.stat-item p{margin:0;color:var(--muted);font-size:12px}

/* Icon cards with colour variants */
.icon-card.orange{border-color:rgba(251,146,60,.30);background:linear-gradient(135deg,rgba(251,146,60,.12),rgba(251,146,60,.03))}
.icon-card.orange .ic{background:rgba(251,146,60,.15);border-color:rgba(251,146,60,.30)}
.icon-card.orange .ic svg{color:rgb(251,146,60)}
.icon-card.blue{border-color:rgba(96,165,250,.30);background:linear-gradient(135deg,rgba(96,165,250,.12),rgba(96,165,250,.03))}
.icon-card.blue .ic{background:rgba(96,165,250,.15);border-color:rgba(96,165,250,.30)}
.icon-card.blue .ic svg{color:rgb(96,165,250)}
.icon-card.green{border-color:rgba(52,211,153,.30);background:linear-gradient(135deg,rgba(52,211,153,.12),rgba(52,211,153,.03))}
.icon-card.green .ic{background:rgba(52,211,153,.15);border-color:rgba(52,211,153,.30)}
.icon-card.green .ic svg{color:rgb(52,211,153)}
.icon-card.red{border-color:rgba(248,113,113,.30);background:linear-gradient(135deg,rgba(248,113,113,.12),rgba(248,113,113,.03))}
.icon-card.red .ic{background:rgba(248,113,113,.15);border-color:rgba(248,113,113,.30)}
.icon-card.red .ic svg{color:rgb(248,113,113)}

/* CTA section (light) */
.cta-section{
  position:relative;overflow:hidden;
  padding:clamp(44px,5vw,68px) 0;
  text-align:center;
  background:
    radial-gradient(600px 400px at 30% 20%, rgba(110,231,255,.08), transparent 60%),
    radial-gradient(600px 400px at 70% 80%, rgba(139,92,246,.08), transparent 60%);
}
.cta-content{
  position:relative;z-index:1;
  max-width:660px;margin:0 auto;
}
.cta-content h2{
  font-size:clamp(26px,3.6vw,44px);letter-spacing:-.02em;
  background:linear-gradient(135deg, var(--text) 30%, var(--accent) 80%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.cta-content p{color:var(--muted);max-width:54ch;margin:0 auto 16px}
.cta-shape{
  position:absolute;opacity:.35;pointer-events:none;
}
.cta-shape svg{width:100%;height:100%;fill:currentColor}
.cta-shape-1{top:-60px;left:-80px;width:260px;height:260px;color:rgba(110,231,255,.5)}
.cta-shape-2{bottom:-40px;right:-60px;width:220px;height:220px;color:rgba(139,92,246,.5)}
.cta-shape-3{top:40%;left:50%;width:180px;height:180px;color:rgba(52,211,153,.3)}

/* CTA dark variant */
.cta-dark{
  background:
    radial-gradient(800px 400px at 20% 50%, rgba(139,92,246,.10), transparent 60%),
    radial-gradient(800px 400px at 80% 50%, rgba(110,231,255,.08), transparent 60%),
    rgba(0,0,0,.35);
  border-top:1px solid rgba(139,92,246,.12);
  border-bottom:1px solid rgba(110,231,255,.12);
}
.cta-dark .cta-content h3{
  font-size:clamp(22px,3vw,36px);letter-spacing:-.02em;margin-bottom:10px;
  background:linear-gradient(135deg, var(--text) 30%, var(--accent2) 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.cta-dark .cta-content p{color:var(--muted)}

/* FAQ two-column layout */
.faq-grid{
  display:grid;
  grid-template-columns:1fr 1.4fr;
  gap:clamp(18px,3vw,40px);
  align-items:start;
}
.faq-intro h2{font-size:clamp(24px,3vw,36px);letter-spacing:-.02em}
.faq-intro p{color:var(--muted)}
.faq-arrow{color:var(--muted);opacity:.4;margin-top:18px}
.faq-arrow svg{width:160px;height:auto}

/* 2-column grid for services */
.grid-2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

/* About images overlap */
.about-images{position:relative;min-height:380px}
.about-images .main-image{
  width:100%;border-radius:20px;
  border:1px solid rgba(255,255,255,.10);
}
.about-images .small-image{
  position:absolute;bottom:-20px;left:-20px;
  width:55%;border-radius:16px;
  border:2px solid rgba(11,16,32,.9);
  box-shadow:var(--shadow);
}
.experience-badge{
  position:absolute;top:20px;right:-10px;
  padding:12px 16px;border-radius:8px;
  background:linear-gradient(135deg,var(--accent),var(--accent2));
  color:#07101a;font-weight:800;
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  box-shadow:0 12px 32px rgba(110,231,255,.30), 0 0 60px rgba(110,231,255,.10);
}
.experience-badge h3{margin:0;font-size:22px;line-height:1.1}
.experience-badge h3 span{display:block;font-size:12px;font-weight:700;opacity:.8}
.experience-badge p{margin:0;font-size:11px;opacity:.7}

/* Breadcrumb bar for subpages */
.page-title-bar{
  padding:16px 0 12px;
  border-bottom:1px solid rgba(255,255,255,.08);
  margin-bottom:4px;
  background:linear-gradient(180deg, rgba(255,255,255,.02), transparent);
}
.page-title-bar h1{
  font-size:clamp(22px,3vw,32px);letter-spacing:-.02em;margin:0;
  background:linear-gradient(135deg, var(--text) 40%, var(--accent) 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.breadcrumbs{
  display:flex;gap:6px;align-items:center;
  list-style:none;padding:0;margin:8px 0 0;
  font-size:13px;color:var(--muted);
}
.breadcrumbs a{color:var(--muted)}
.breadcrumbs a:hover{color:var(--text);text-decoration:underline}
.breadcrumbs li+li::before{content:"›";margin-right:6px;opacity:.5}

/* Service detail sidebar */
.service-detail-grid{display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:start}
.service-sidebar{display:grid;gap:14px;position:sticky;top:calc(var(--header-h) + 18px)}
.service-box{padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.03)}
.service-box h4{margin-bottom:8px}
.service-box ul{list-style:none;padding:0;margin:0;display:grid;gap:6px;color:var(--muted)}
.help-box{
  padding:16px;border-radius:16px;
  background:linear-gradient(135deg,rgba(110,231,255,.12),rgba(139,92,246,.12));
  border:1px solid rgba(110,231,255,.25);
  box-shadow:0 8px 24px rgba(110,231,255,.08);
}
.help-box h4{margin-bottom:4px}
.help-box p{margin:0;color:var(--muted);font-size:14px}

/* Reveal on scroll animation */
.reveal{
  opacity:0;
  transform:translateY(20px);
  transition:opacity .5s cubic-bezier(.25,.46,.45,.94),transform .5s cubic-bezier(.25,.46,.45,.94);
}
.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

/* News section */
.news-section .section-head{text-align:center}
.news-section .grid-2{gap:14px}
.news-section .card{
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.news-section .card:hover{
  transform:translateY(-3px);
  border-color:rgba(110,231,255,.22);
  box-shadow:0 16px 40px rgba(0,0,0,.18);
}
.news-section .card h3{font-size:17px;margin-top:4px}
.news-section .card p{font-size:13px}

/* Pricing improvements */
.price-card{
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.price-card:hover{
  transform:translateY(-4px);
  border-color:rgba(110,231,255,.22);
  box-shadow:0 20px 48px rgba(0,0,0,.25), 0 0 0 1px rgba(110,231,255,.08);
}
.price-card.featured:hover{
  box-shadow:0 24px 60px rgba(110,231,255,.15), 0 0 0 1px rgba(110,231,255,.20);
}
.price-card header p{margin:3px 0 0;font-size:13px}
.price-card .btn{margin-top:12px}

/* Table of contents (subpages) */
.toc{
  margin:18px 0;padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
}
.toc h2{font-size:16px;margin:0 0 10px}
.toc ol{margin:0;padding:0 0 0 18px;display:grid;gap:4px}
.toc a{color:var(--accent);font-size:14px}
.toc a:hover{text-decoration:underline}
.toc .toc-3{padding-left:14px;font-size:13px}

/* Social share */
.social-share{
  margin-top:24px;padding-top:16px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;gap:12px;align-items:center;
  font-size:14px;color:var(--muted);
}
.social-share a{
  padding:6px 12px;border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  font-weight:650;font-size:13px;
  transition:background .15s ease,border-color .15s ease;
}
.social-share a:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18);
}

/* Reading time */
.reading-time{margin-bottom:14px}

/* Related posts */
.related-posts{margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}
.related-posts h2{font-size:20px;margin-bottom:14px}
.related-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}
.related-post-card{
  display:block;padding:16px;border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  transition:transform .15s ease,border-color .15s ease;
}
.related-post-card:hover{transform:translateY(-2px);border-color:rgba(110,231,255,.22)}
.related-post-card h3{font-size:16px;margin:6px 0 4px}
.related-post-card p{font-size:13px;color:var(--muted);margin:0}
.related-tag{font-size:11px;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.04em}

/* Footer newsletter hint */
.footer-brand-desc{color:var(--muted);font-size:13px;margin-top:8px;max-width:28ch}

/* Cookie banner ilanding override */
.cookie-banner{
  position:fixed;bottom:18px;left:50%;transform:translateX(-50%);
  z-index:50;width:min(600px,calc(100% - 2*var(--gap)));
}
.cookie-banner__inner{
  padding:16px 18px;border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(15,20,40,.92);
  backdrop-filter:blur(12px);
  box-shadow:0 20px 40px rgba(0,0,0,.30);
  display:flex;align-items:center;gap:14px;
  flex-wrap:wrap;
}
.cookie-banner__inner p{margin:0;font-size:13px;color:var(--muted);flex:1}
.cookie-banner__inner .btn{white-space:nowrap}

/* Webshop nav badge */
.ws-nav-cart{position:relative}
.ws-badge{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:17px;height:17px;padding:0 4px;
  border-radius:999px;font-size:10px;font-weight:800;
  background:linear-gradient(135deg,var(--accent),var(--accent2));
  color:#07101a;
  box-shadow:0 2px 8px rgba(110,231,255,.25);
}

/* Contact info card */
.contact-info-card{
  padding:18px;border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
}
.contact-info-card h3{margin-bottom:12px}
.info-item{
  display:flex;gap:12px;align-items:start;
  padding:10px 0;
  border-top:1px solid rgba(255,255,255,.06);
}
.info-item:first-of-type{border-top:none}
.info-icon{
  width:36px;height:36px;min-width:36px;
  border-radius:10px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,rgba(110,231,255,.18),rgba(139,92,246,.18));
  border:1px solid rgba(110,231,255,.25);
}
.info-icon svg{width:18px;height:18px;color:var(--accent)}
.info-item h4{margin:0 0 2px;font-size:14px}
.info-item p{margin:0;color:var(--muted);font-size:14px}

/* Responsive additions */
@media(max-width:980px){
  .stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .faq-grid{grid-template-columns:1fr}
  .faq-arrow{display:none}
  .grid-2{grid-template-columns:1fr}
  .about-images{min-height:280px}
  .service-detail-grid{grid-template-columns:1fr}
  .service-sidebar{position:static}
  .related-posts-grid{grid-template-columns:1fr}
  .news-section .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .stats-row{grid-template-columns:1fr}
  .news-section .grid-2{grid-template-columns:1fr}
  .cookie-banner__inner{flex-direction:column;text-align:center}
  .logo-cloud{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:480px){
  .feature-grid{grid-template-columns:1fr}
  .grid-4{grid-template-columns:1fr}
  .stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pricing-grid{grid-template-columns:1fr}
  .logo-cloud{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* ==========================================================
   CONVERSION — trust, social proof, urgency, sticky CTA
   ========================================================== */

/* Trust line (under CTAs) */
.trust-line{
  display:flex;gap:16px;align-items:center;justify-content:center;
  flex-wrap:wrap;margin-top:14px;
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size:11px;letter-spacing:.03em;color:var(--muted);
}
.trust-line span{display:inline-flex;align-items:center;gap:5px}
.trust-line svg{width:14px;height:14px;color:var(--accent);flex-shrink:0}

/* Trust badges row */
.trust-badges{
  display:flex;gap:14px;align-items:center;justify-content:center;
  flex-wrap:wrap;margin-top:20px;
}
.trust-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 16px;border-radius:10px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size:12px;font-weight:700;color:var(--muted);
  letter-spacing:.02em;
}
.trust-badge svg{width:18px;height:18px;color:var(--accent);flex-shrink:0}
.trust-badge strong{color:var(--text)}

/* Testimonials */
.testimonial-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;margin-top:16px;
}
.testimonial-card{
  padding:18px;border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  transition:border-color .2s ease;
}
.testimonial-card:hover{border-color:rgba(110,231,255,.18)}
.testimonial-stars{
  display:flex;gap:2px;margin-bottom:8px;
  color:rgb(251,191,36);font-size:14px;
}
.testimonial-quote{
  color:var(--muted);font-size:14px;line-height:1.6;
  margin:0 0 12px;font-style:italic;
}
.testimonial-author{
  display:flex;align-items:center;gap:10px;
  font-size:13px;
}
.testimonial-avatar{
  width:36px;height:36px;border-radius:10px;
  background:linear-gradient(135deg,rgba(110,231,255,.15),rgba(139,92,246,.15));
  border:1px solid rgba(110,231,255,.18);
  display:grid;place-items:center;
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-weight:800;font-size:14px;color:var(--accent);
}
.testimonial-name{font-weight:700;color:var(--text)}
.testimonial-role{font-size:12px;color:var(--muted2)}

/* Urgency badge */
.urgency{
  display:inline-flex;align-items:center;gap:6px;
  padding:6px 12px;border-radius:6px;
  background:rgba(251,191,36,.08);
  border:1px solid rgba(251,191,36,.30);
  color:rgb(251,191,36);
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size:11px;font-weight:700;letter-spacing:.03em;
  margin-bottom:10px;
  animation:urgency-pulse 2s ease-in-out infinite;
}
@keyframes urgency-pulse{
  0%,100%{opacity:1}
  50%{opacity:.7}
}
.urgency svg{width:14px;height:14px}

/* Comparison price (strikethrough) */
.price-compare{
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size:13px;color:var(--muted);
  text-decoration:line-through;opacity:.6;
  margin-right:6px;
}
.price-save{
  display:inline-block;padding:3px 8px;border-radius:4px;
  background:rgba(52,211,153,.12);border:1px solid rgba(52,211,153,.30);
  color:rgb(52,211,153);
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size:11px;font-weight:700;letter-spacing:.02em;
  margin-left:6px;
}

/* Comparison price anchor */
.comparison{
  color:var(--muted2);font-size:11px;
  text-decoration:line-through;
  text-decoration-color:rgba(239,68,68,.5);
}

/* Guarantee box */
.guarantee-box{
  margin-top:18px;padding:14px 16px;border-radius:12px;
  border:1px solid rgba(52,211,153,.20);
  background:rgba(52,211,153,.04);
  display:flex;align-items:start;gap:10px;
  font-size:13px;color:var(--muted);
}
.guarantee-box svg{width:20px;height:20px;min-width:20px;color:rgb(52,211,153);margin-top:1px}
.guarantee-box strong{color:var(--text)}

/* Sticky mobile CTA */
.sticky-cta{
  display:none;
  position:fixed;bottom:0;left:0;right:0;z-index:40;
  padding:12px 16px;
  background:rgba(11,16,32,.95);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-top:1px solid rgba(110,231,255,.12);
  box-shadow:0 -4px 24px rgba(0,0,0,.25);
}
.sticky-cta-inner{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  max-width:var(--container);margin:0 auto;
}
.sticky-cta-text{
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size:12px;color:var(--muted);
}
.sticky-cta-text strong{color:var(--text);display:block;font-size:13px}
@media(max-width:760px){
  .sticky-cta{display:block}
  .to-top{bottom:76px}
}

/* Response time promise */
.response-promise{
  display:inline-flex;align-items:center;gap:6px;
  padding:8px 14px;border-radius:8px;
  background:rgba(52,211,153,.06);border:1px solid rgba(52,211,153,.20);
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size:12px;font-weight:700;color:rgb(52,211,153);
  margin-top:10px;
}
.response-promise svg{width:14px;height:14px}

/* CTA section conversion enhancements */
.cta-section .trust-line{margin-top:18px}
.cta-dark .trust-line{margin-top:14px}

/* Hero trust line */
.hero-trust{
  display:flex;gap:14px;align-items:center;flex-wrap:wrap;
  margin-top:14px;padding-top:14px;
  border-top:1px solid rgba(255,255,255,.06);
}
.hero-trust span{
  display:inline-flex;align-items:center;gap:5px;
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size:11px;color:var(--muted);letter-spacing:.02em;
}
.hero-trust svg{width:13px;height:13px;color:var(--accent)}

/* Nav CTA button */
.nav-cta-wrap{margin-left:4px}
.nav-cta{
  padding:8px 16px !important;font-size:12px !important;
  white-space:nowrap;
  animation:nav-cta-glow 3s ease-in-out infinite;
}
@keyframes nav-cta-glow{
  0%,100%{box-shadow:0 4px 20px rgba(110,231,255,.25),0 0 40px rgba(110,231,255,.08)}
  50%{box-shadow:0 4px 24px rgba(110,231,255,.40),0 0 60px rgba(110,231,255,.15)}
}

/* Mini-CTA (inline between sections) */
.mini-cta{
  display:flex;align-items:center;gap:12px;flex-wrap:wrap;
  margin-top:20px;padding-top:16px;
  border-top:1px solid rgba(255,255,255,.06);
}
.mini-cta-note{
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size:11px;color:var(--muted);letter-spacing:.02em;
}

/* Section CTA row */
.section-cta-row{
  display:flex;align-items:center;justify-content:center;
  gap:12px;flex-wrap:wrap;margin-top:24px;
}

/* Bigger CTA button */
.btn-lg{padding:14px 28px;font-size:15px}

/* Pricing note */
.pricing-note{margin-top:8px;text-align:center}

/* Footer CTA bar */
.footer-cta-bar{
  display:flex;align-items:center;justify-content:space-between;
  gap:16px;flex-wrap:wrap;
  padding:20px 0;margin-bottom:16px;
  border-top:1px solid rgba(110,231,255,.12);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.footer-cta-content{
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size:12px;color:var(--muted);
}
.footer-cta-content strong{color:var(--text);display:block;font-size:14px;margin-bottom:2px}

/* Contact trust row */
.contact-trust-row{
  display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;
}

/* Pricing savings row */
.pricing-savings{
  display:flex;gap:14px;flex-wrap:wrap;justify-content:center;
  margin-top:16px;
}
.savings-card{
  display:flex;align-items:center;gap:10px;
  padding:12px 18px;border-radius:12px;
  border:1px solid rgba(52,211,153,.15);
  background:rgba(52,211,153,.03);
  font-size:13px;
}
.savings-icon{
  width:32px;height:32px;min-width:32px;
  display:grid;place-items:center;
  border-radius:8px;
  background:rgba(52,211,153,.10);
}
.savings-icon svg{width:18px;height:18px;color:rgb(52,211,153)}
.savings-card strong{color:var(--text);display:block}
.savings-card .muted{display:block}

/* Results grid */
.results-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;
}
.result-card{
  padding:20px;border-radius:14px;text-align:center;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
}
.result-number{
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size:clamp(28px,3vw,40px);font-weight:900;
  background:linear-gradient(135deg,var(--accent),var(--accent2));
  -webkit-background-clip:text;background-clip:text;color:transparent;
  line-height:1.1;
}
.result-label{font-size:13px;color:var(--muted);margin-top:4px}

/* Comparison table */
.comparison-table{
  width:100%;border-collapse:collapse;font-size:14px;
  border-radius:14px;overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
}
.comparison-table th,.comparison-table td{
  padding:12px 16px;text-align:left;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.comparison-table thead th{
  background:rgba(110,231,255,.06);
  font-family:'SF Mono','Fira Code','Cascadia Code','Consolas',monospace;
  font-size:12px;letter-spacing:.03em;font-weight:700;color:var(--accent);
}
.comparison-table .highlight-col{
  background:rgba(110,231,255,.04);
  border-left:2px solid rgba(110,231,255,.20);
  border-right:2px solid rgba(110,231,255,.20);
}
.comparison-table thead .highlight-col{
  background:rgba(110,231,255,.10);
}
.comparison-table .check{color:rgb(52,211,153);font-weight:700}
.comparison-table .cross{color:rgba(248,113,113,.7)}
.comparison-table .partial{color:rgb(251,191,36)}

/* FAQ CTA */
.faq-cta{margin-top:16px}

/* Responsive conversion elements */
@media(max-width:980px){
  .testimonial-grid{grid-template-columns:1fr}
  .results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .comparison-table{font-size:12px}
  .comparison-table th,.comparison-table td{padding:8px 10px}
}
@media(max-width:760px){
  .trust-badges{gap:8px}
  .trust-badge{padding:8px 12px;font-size:11px}
  .nav-cta-wrap{display:none}
  .results-grid{grid-template-columns:1fr 1fr}
  .footer-cta-bar{flex-direction:column;text-align:center}
  .pricing-savings{flex-direction:column}
  .savings-card{justify-content:center}
}
@media(max-width:480px){
  .results-grid{grid-template-columns:1fr}
  .contact-trust-row{flex-direction:column}
}

/* ==========================================================
   LIGHT MODE — comprehensive overrides for white backgrounds
   ========================================================== */
/* Hide scanlines in light mode */
[data-theme="light"] body::after{ opacity: 0; }
[data-theme="light"] body{
  background:
    radial-gradient(1400px 800px at 5% -15%, rgba(2,132,199,.08), transparent 55%),
    radial-gradient(1200px 750px at 92% 5%, rgba(124,58,237,.06), transparent 55%),
    radial-gradient(1000px 700px at 50% 115%, rgba(52,211,153,.05), transparent 55%),
    var(--bg);
  color: var(--text);
}

/* Variable overrides for light mode */
[data-theme="light"]{
  --muted2: #94a3b8;
  --panel: rgba(0,0,0,.03);
  --panel-2: rgba(0,0,0,.05);
  --line: var(--w-border, rgba(0,0,0,.10));
  --shadow: 0 18px 60px rgba(0,0,0,.08);
  --shadow-soft: 0 10px 30px rgba(0,0,0,.06);
}

/* Header — light glassmorphism */
[data-theme="light"] .site-header{
  background: rgba(255,255,255,.80);
  border-bottom-color: rgba(0,0,0,.08);
}
[data-theme="light"] .site-header.is-scrolled{
  background: rgba(255,255,255,.92);
  border-bottom-color: rgba(2,132,199,.12);
}

/* Nav links */
[data-theme="light"] .nav-link{ color: #475569; }
[data-theme="light"] .nav-link:hover{ color: #0f172a; background: rgba(0,0,0,.04); border-color: rgba(0,0,0,.08); }
[data-theme="light"] .nav-link.is-active{ color: var(--accent); background: rgba(2,132,199,.06); border-color: rgba(2,132,199,.20); }

/* Dropdown */
[data-theme="light"] .dropdown-menu{
  background: rgba(255,255,255,.96);
  border-color: rgba(0,0,0,.10);
  box-shadow: 0 12px 40px rgba(0,0,0,.10);
}
[data-theme="light"] .dropdown-menu a,
[data-theme="light"] .dropdown-menu button{ color: #475569; }
[data-theme="light"] .dropdown-menu a:hover,
[data-theme="light"] .dropdown-menu button:hover{ color: #0f172a; background: rgba(0,0,0,.04); border-color: rgba(0,0,0,.06); }

/* Backdrop */
[data-theme="light"] .backdrop{ background: rgba(0,0,0,.30); }

/* Burger */
[data-theme="light"] .burger{ border-color: rgba(0,0,0,.12); background: rgba(0,0,0,.04); }
[data-theme="light"] .burger span{ background: rgba(0,0,0,.70); }

/* Hero retro grid — lighter for light mode */
[data-theme="light"] .hero-visual::before{
  background:
    linear-gradient(rgba(2,132,199,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2,132,199,.04) 1px, transparent 1px);
}

/* Hero blob */
[data-theme="light"] .blob{
  background:
    radial-gradient(320px 260px at 15% 25%, rgba(2,132,199,.15), transparent 55%),
    radial-gradient(360px 300px at 82% 30%, rgba(124,58,237,.12), transparent 58%),
    radial-gradient(280px 280px at 50% 80%, rgba(52,211,153,.08), transparent 55%);
  filter: blur(20px);
}

/* Company badge */
[data-theme="light"] .company-badge{
  background: rgba(2,132,199,.04);
  border-color: rgba(2,132,199,.25);
  color: var(--accent);
  text-shadow: none;
  box-shadow: 0 0 16px rgba(2,132,199,.06);
}

/* Hero title gradient — light version */
[data-theme="light"] .hero-title{
  background: linear-gradient(135deg, #0f172a 30%, var(--accent) 70%, var(--accent2) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: none;
}

/* Section head gradient — light version */
[data-theme="light"] .section-head h2{
  background: linear-gradient(135deg, #0f172a 40%, var(--accent) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: none;
}

/* Light mode: no neon glow on text elements */
[data-theme="light"] .eyebrow{ text-shadow: none; }
[data-theme="light"] .stat strong{ filter: none; }
[data-theme="light"] .link{ text-shadow: none; }
[data-theme="light"] .link:hover{ text-shadow: none; }
[data-theme="light"] .nav-link.is-active{ text-shadow: none; }

/* Lead text */
[data-theme="light"] .lead{ color: #475569; }

/* Mockup (hero visual) */
[data-theme="light"] .mockup{
  border-color: rgba(0,0,0,.10);
  background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.01));
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
}
[data-theme="light"] .mockup-top{ background: rgba(0,0,0,.04); border-bottom-color: rgba(0,0,0,.08); }
[data-theme="light"] .chip{ background: rgba(0,0,0,.06); border-color: rgba(0,0,0,.10); }
[data-theme="light"] .lines span{ background: rgba(0,0,0,.06); border-color: rgba(0,0,0,.08); }
[data-theme="light"] .mini{
  border-color: rgba(0,0,0,.08);
  background:
    radial-gradient(140px 60px at 20% 40%, rgba(2,132,199,.12), transparent 60%),
    radial-gradient(140px 60px at 70% 60%, rgba(124,58,237,.10), transparent 60%),
    rgba(0,0,0,.02);
}

/* Metrics (hero) */
[data-theme="light"] .metric{
  border-color: rgba(0,0,0,.10);
  background: rgba(0,0,0,.02);
}
[data-theme="light"] .metric:hover{ border-color: rgba(2,132,199,.25); }
[data-theme="light"] .metric dt{ color: #0f172a; }
[data-theme="light"] .metric dd{ color: #64748b; }

/* Social proof */
[data-theme="light"] .avatars img{ border-color: #ffffff; }
[data-theme="light"] .proof-text{ color: #64748b; }
[data-theme="light"] .proof-text strong{ color: #0f172a; }

/* Cards */
[data-theme="light"] .card{
  border-color: rgba(0,0,0,.08);
  background: #ffffff;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
}
[data-theme="light"] .card:hover{ border-color: rgba(2,132,199,.20); box-shadow: 0 8px 32px rgba(0,0,0,.08); }
[data-theme="light"] .card-accent{
  background:
    radial-gradient(300px 180px at 10% 0%, rgba(2,132,199,.06), transparent 60%),
    radial-gradient(320px 200px at 90% 30%, rgba(124,58,237,.05), transparent 60%),
    #ffffff;
}

/* Section soft */
[data-theme="light"] .section-soft{
  background:
    linear-gradient(rgba(2,132,199,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2,132,199,.015) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0,0,0,.015), transparent);
  background-size: 60px 60px, 60px 60px, 100% 100%;
  border-top-color: rgba(2,132,199,.08);
  border-bottom-color: rgba(2,132,199,.08);
}

/* Eyebrow */
[data-theme="light"] .eyebrow{ color: var(--accent); }
[data-theme="light"] .eyebrow::before{ background: linear-gradient(90deg, var(--accent), var(--accent2)); }

/* About grid */
[data-theme="light"] .about-images .main-image{ border-color: rgba(0,0,0,.08); }
[data-theme="light"] .about-images .small-image{ border-color: #ffffff; }

/* Checklist */
[data-theme="light"] .checklist li{ color: #475569; }
[data-theme="light"] .checklist li::before{
  background: linear-gradient(135deg, rgba(22,163,74,.15), rgba(2,132,199,.10));
  border-color: rgba(22,163,74,.30);
  color: rgb(22,163,74);
}

/* Callout */
[data-theme="light"] .callout{
  border-color: rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
}

/* Tabs */
[data-theme="light"] .tabs{
  border-color: rgba(0,0,0,.08);
  background: rgba(0,0,0,.015);
}
[data-theme="light"] .tab{
  border-color: rgba(0,0,0,.10);
  background: rgba(0,0,0,.02);
  color: #475569;
}
[data-theme="light"] .tab:hover{ border-color: rgba(2,132,199,.25); color: #0f172a; }
[data-theme="light"] .tab[aria-selected="true"]{
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(2,132,199,.25);
}
[data-theme="light"] .bullets{ color: #475569; }

/* Icon cards */
[data-theme="light"] .icon-card{
  border-color: rgba(0,0,0,.08);
  background: #ffffff;
  box-shadow: 0 2px 16px rgba(0,0,0,.04);
}
[data-theme="light"] .icon-card:hover{ box-shadow: 0 8px 32px rgba(0,0,0,.08); }
[data-theme="light"] .ic{
  background: linear-gradient(135deg, rgba(2,132,199,.10), rgba(124,58,237,.08));
  border-color: rgba(2,132,199,.18);
}
[data-theme="light"] .ic svg{ color: var(--accent); }

/* Icon card color variants */
[data-theme="light"] .icon-card.orange{
  border-color: rgba(234,88,12,.15);
  background: linear-gradient(135deg, rgba(234,88,12,.04), #ffffff);
  box-shadow: 0 2px 16px rgba(234,88,12,.06);
}
[data-theme="light"] .icon-card.orange .ic{background:rgba(234,88,12,.10);border-color:rgba(234,88,12,.20)}
[data-theme="light"] .icon-card.orange .ic svg{color:#ea580c}
[data-theme="light"] .icon-card.blue{
  border-color: rgba(2,132,199,.15);
  background: linear-gradient(135deg, rgba(2,132,199,.04), #ffffff);
  box-shadow: 0 2px 16px rgba(2,132,199,.06);
}
[data-theme="light"] .icon-card.blue .ic{background:rgba(2,132,199,.10);border-color:rgba(2,132,199,.20)}
[data-theme="light"] .icon-card.blue .ic svg{color:#0284c7}
[data-theme="light"] .icon-card.green{
  border-color: rgba(22,163,74,.15);
  background: linear-gradient(135deg, rgba(22,163,74,.04), #ffffff);
  box-shadow: 0 2px 16px rgba(22,163,74,.06);
}
[data-theme="light"] .icon-card.green .ic{background:rgba(22,163,74,.10);border-color:rgba(22,163,74,.20)}
[data-theme="light"] .icon-card.green .ic svg{color:#16a34a}
[data-theme="light"] .icon-card.red{
  border-color: rgba(220,38,38,.15);
  background: linear-gradient(135deg, rgba(220,38,38,.04), #ffffff);
  box-shadow: 0 2px 16px rgba(220,38,38,.06);
}
[data-theme="light"] .icon-card.red .ic{background:rgba(220,38,38,.10);border-color:rgba(220,38,38,.20)}
[data-theme="light"] .icon-card.red .ic svg{color:#dc2626}

/* Service cards */
[data-theme="light"] .service-card{
  border-color: rgba(0,0,0,.08);
  background: #ffffff;
  box-shadow: 0 2px 16px rgba(0,0,0,.04);
}
[data-theme="light"] .service-card:hover{
  border-color: rgba(2,132,199,.25);
  box-shadow: 0 8px 32px rgba(2,132,199,.10);
}

/* CTA */
[data-theme="light"] .cta{
  border-color: rgba(2,132,199,.15);
  background:
    radial-gradient(400px 240px at 15% -10%, rgba(2,132,199,.08), transparent 55%),
    radial-gradient(440px 280px at 88% 40%, rgba(124,58,237,.06), transparent 55%),
    #ffffff;
  box-shadow: 0 4px 24px rgba(0,0,0,.05);
}

/* CTA section */
[data-theme="light"] .cta-section{
  background:
    radial-gradient(600px 400px at 30% 20%, rgba(2,132,199,.06), transparent 60%),
    radial-gradient(600px 400px at 70% 80%, rgba(124,58,237,.04), transparent 60%);
}
[data-theme="light"] .cta-content h2{
  background: linear-gradient(135deg, #0f172a 30%, var(--accent) 80%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* CTA dark — in light mode this becomes a subtle colored band */
[data-theme="light"] .cta-dark{
  background:
    radial-gradient(800px 400px at 20% 50%, rgba(124,58,237,.05), transparent 60%),
    radial-gradient(800px 400px at 80% 50%, rgba(2,132,199,.04), transparent 60%),
    rgba(0,0,0,.02);
  border-top-color: rgba(0,0,0,.06);
  border-bottom-color: rgba(0,0,0,.06);
}
[data-theme="light"] .cta-dark .cta-content h3{
  background: linear-gradient(135deg, #0f172a 30%, var(--accent2) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* Stats */
[data-theme="light"] .stat{
  border-color: rgba(0,0,0,.08);
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
[data-theme="light"] .stat:hover{ border-color: rgba(2,132,199,.20); }
[data-theme="light"] .stat strong{
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
[data-theme="light"] .stat span{ color: #64748b; }

/* Stats row */
[data-theme="light"] .stat-item{
  border-color: rgba(0,0,0,.08);
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
[data-theme="light"] .stat-item:hover{ border-color: rgba(2,132,199,.20); }
[data-theme="light"] .stat-icon{
  background: linear-gradient(135deg, rgba(2,132,199,.12), rgba(124,58,237,.10));
  border-color: rgba(2,132,199,.20);
}
[data-theme="light"] .stat-icon svg{ color: var(--accent); }
[data-theme="light"] .stat-item:nth-child(2) .stat-icon{
  background: linear-gradient(135deg, rgba(124,58,237,.12), rgba(220,38,38,.08));
  border-color: rgba(124,58,237,.20);
}
[data-theme="light"] .stat-item:nth-child(2) .stat-icon svg{ color: #7c3aed; }
[data-theme="light"] .stat-item:nth-child(3) .stat-icon{
  background: linear-gradient(135deg, rgba(22,163,74,.12), rgba(2,132,199,.08));
  border-color: rgba(22,163,74,.20);
}
[data-theme="light"] .stat-item:nth-child(3) .stat-icon svg{ color: #16a34a; }
[data-theme="light"] .stat-item:nth-child(4) .stat-icon{
  background: linear-gradient(135deg, rgba(234,88,12,.12), rgba(220,38,38,.08));
  border-color: rgba(234,88,12,.20);
}
[data-theme="light"] .stat-item:nth-child(4) .stat-icon svg{ color: #ea580c; }
[data-theme="light"] .stat-item h4{ color: #0f172a; }
[data-theme="light"] .stat-item p{ color: #64748b; }

/* Pricing */
[data-theme="light"] .price-card{
  border-color: rgba(0,0,0,.08);
  background: #ffffff;
  box-shadow: 0 4px 24px rgba(0,0,0,.05);
}
[data-theme="light"] .price-card:hover{
  border-color: rgba(2,132,199,.20);
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
}
[data-theme="light"] .price-card.featured{
  background:
    radial-gradient(420px 240px at 10% 0%, rgba(2,132,199,.06), transparent 60%),
    radial-gradient(420px 240px at 90% 50%, rgba(124,58,237,.05), transparent 60%),
    #ffffff;
  border-color: rgba(2,132,199,.25);
  box-shadow: 0 8px 40px rgba(2,132,199,.10);
}
[data-theme="light"] .price-card.featured:hover{
  box-shadow: 0 16px 48px rgba(2,132,199,.15);
}
[data-theme="light"] .price{
  background: linear-gradient(135deg, #0f172a, var(--accent));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
[data-theme="light"] .badge{
  background: rgba(2,132,199,.06);
  border-color: rgba(2,132,199,.25);
  color: var(--accent);
  text-shadow: none;
  box-shadow: none;
}
[data-theme="light"] .per{ color: #64748b; }

/* FAQ */
[data-theme="light"] .faq-item{
  border-color: rgba(0,0,0,.08);
  background: #ffffff;
  box-shadow: 0 1px 8px rgba(0,0,0,.03);
}
[data-theme="light"] .faq-item:hover{ border-color: rgba(2,132,199,.18); }
[data-theme="light"] .faq-item[open]{ border-color: rgba(2,132,199,.25); background: #ffffff; }
[data-theme="light"] .faq-item summary{ color: #0f172a; }
[data-theme="light"] .faq-item summary::after{ border-color: var(--accent); }
[data-theme="light"] .faq-body{ color: #475569; }
[data-theme="light"] .faq-intro h2{
  background: linear-gradient(135deg, #0f172a 40%, var(--accent) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
[data-theme="light"] .faq-intro p{ color: #475569; }

/* Contact */
[data-theme="light"] .contact-info-card{
  border-color: rgba(0,0,0,.08);
  background: #ffffff;
  box-shadow: 0 4px 24px rgba(0,0,0,.05);
}
[data-theme="light"] .info-item{ border-top-color: rgba(0,0,0,.06); }
[data-theme="light"] .info-icon{
  background: linear-gradient(135deg, rgba(2,132,199,.10), rgba(124,58,237,.08));
  border-color: rgba(2,132,199,.18);
}
[data-theme="light"] .info-icon svg{ color: var(--accent); }
[data-theme="light"] .info-item h4{ color: #0f172a; }
[data-theme="light"] .info-item p{ color: #475569; }

/* Buttons */
[data-theme="light"] .btn{
  border-color: rgba(0,0,0,.12);
  background: rgba(0,0,0,.03);
  color: #0f172a;
}
[data-theme="light"] .btn:hover{
  background: rgba(0,0,0,.06);
  border-color: rgba(0,0,0,.18);
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
}
[data-theme="light"] .btn-primary{
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 20px rgba(2,132,199,.25);
}
[data-theme="light"] .btn-primary:hover{
  box-shadow: 0 8px 32px rgba(2,132,199,.35);
}
[data-theme="light"] .btn-ghost{ background: transparent; }

/* Accent text */
[data-theme="light"] .accent{
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* Footer */
[data-theme="light"] .footer{
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.02));
  border-top-color: rgba(2,132,199,.10);
}
[data-theme="light"] .footer-links{ color: #475569; }
[data-theme="light"] .footer-links a:hover{ color: var(--accent); }
[data-theme="light"] .footer-bottom{ border-top-color: rgba(0,0,0,.08); color: #94a3b8; }
[data-theme="light"] .footer-brand-desc{ color: #64748b; }

/* Brand mark & logo */
[data-theme="light"] .brand-mark{
  box-shadow: 0 6px 20px rgba(2,132,199,.20);
}
[data-theme="light"] .brand-logo,
[data-theme="light"] .footer-logo{
  filter: invert(1) brightness(.15);
}

/* Forms */
[data-theme="light"] input,
[data-theme="light"] textarea{
  border-color: rgba(0,0,0,.12);
  background: #ffffff;
  color: #0f172a;
}
[data-theme="light"] input:focus,
[data-theme="light"] textarea:focus{
  outline-color: rgba(2,132,199,.25);
  border-color: rgba(2,132,199,.40);
}
[data-theme="light"] label span{ color: #475569; }

/* Slider & testimonials */
[data-theme="light"] .slider{
  border-color: rgba(0,0,0,.08);
  background: rgba(0,0,0,.015);
}
[data-theme="light"] .t-card{
  border-color: rgba(0,0,0,.08);
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
[data-theme="light"] .t-card p{ color: #475569; }
[data-theme="light"] .t-head img{ border-color: rgba(0,0,0,.08); background: rgba(0,0,0,.03); }

/* Icon buttons */
[data-theme="light"] .icon-btn{
  border-color: rgba(0,0,0,.10);
  background: rgba(0,0,0,.03);
}
[data-theme="light"] .icon-btn:hover{ background: rgba(0,0,0,.06); }
[data-theme="light"] .icon-btn svg{ color: #475569; }

/* Back to top */
[data-theme="light"] .to-top{
  border-color: rgba(2,132,199,.20);
  background: rgba(255,255,255,.90);
  color: var(--accent);
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
[data-theme="light"] .to-top:hover{ background: #ffffff; }

/* Toast */
[data-theme="light"] .toast .toast-item{
  border-color: rgba(0,0,0,.10);
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
  color: #0f172a;
}
[data-theme="light"] .toast .toast-item button{
  border-color: rgba(0,0,0,.12);
  background: rgba(0,0,0,.04);
  color: #0f172a;
}

/* Modal */
[data-theme="light"] .modal{
  background: rgba(255,255,255,.98);
  color: #0f172a;
  box-shadow: 0 24px 80px rgba(0,0,0,.15);
}
[data-theme="light"] .modal-head{ border-bottom-color: rgba(0,0,0,.08); }
[data-theme="light"] .modal-foot{ border-top-color: rgba(0,0,0,.08); }

/* TOC */
[data-theme="light"] .toc{
  border-color: rgba(0,0,0,.08);
  background: rgba(0,0,0,.015);
}

/* Social share */
[data-theme="light"] .social-share{ border-top-color: rgba(0,0,0,.08); color: #64748b; }
[data-theme="light"] .social-share a{
  border-color: rgba(0,0,0,.10);
  background: rgba(0,0,0,.02);
  color: #475569;
}
[data-theme="light"] .social-share a:hover{ background: rgba(0,0,0,.05); border-color: rgba(0,0,0,.15); }

/* Related posts */
[data-theme="light"] .related-posts{ border-top-color: rgba(0,0,0,.08); }
[data-theme="light"] .related-post-card{
  border-color: rgba(0,0,0,.08);
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
[data-theme="light"] .related-post-card:hover{ border-color: rgba(2,132,199,.20); }
[data-theme="light"] .related-post-card p{ color: #64748b; }

/* Help box */
[data-theme="light"] .help-box{
  background: linear-gradient(135deg, rgba(2,132,199,.06), rgba(124,58,237,.04));
  border-color: rgba(2,132,199,.18);
}

/* Service detail */
[data-theme="light"] .service-box{
  border-color: rgba(0,0,0,.08);
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
[data-theme="light"] .service-box ul{ color: #475569; }

/* Cookie banner */
[data-theme="light"] .cookie-banner__inner{
  border-color: rgba(0,0,0,.10);
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
}
[data-theme="light"] .cookie-banner__inner p{ color: #475569; }

/* Flash */
[data-theme="light"] .flash-item{
  border-color: rgba(0,0,0,.10);
  background: rgba(0,0,0,.03);
}

/* Breadcrumb bar */
[data-theme="light"] .page-title-bar{
  border-bottom-color: rgba(0,0,0,.08);
  background: linear-gradient(180deg, rgba(0,0,0,.01), transparent);
}
[data-theme="light"] .page-title-bar h1{
  background: linear-gradient(135deg, #0f172a 40%, var(--accent) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
[data-theme="light"] .breadcrumbs a{ color: #64748b; }
[data-theme="light"] .breadcrumbs a:hover{ color: var(--accent); }

/* Link arrows */
[data-theme="light"] .link{ color: var(--accent); }

/* WS badge */
[data-theme="light"] .ws-badge{
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #ffffff;
}

/* Body prose */
[data-theme="light"] .body-prose{ color: #334155; }

/* Muted */
[data-theme="light"] .muted{ color: #64748b; }
[data-theme="light"] .small{ color: #94a3b8; }

/* Page body muted */
[data-theme="light"] .page-body-muted{ color: #475569; }

/* Mobile nav */
@media(max-width:760px){
  [data-theme="light"] .nav{
    background: rgba(255,255,255,.96);
    border-color: rgba(0,0,0,.10);
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
  }
}

/* Conversion elements — light mode */
[data-theme="light"] .trust-badge{
  border-color:rgba(0,0,0,.08);background:#ffffff;
  box-shadow:0 2px 12px rgba(0,0,0,.04);
}
[data-theme="light"] .trust-badge strong{color:#0f172a}
[data-theme="light"] .testimonial-card{
  border-color:rgba(0,0,0,.08);background:#ffffff;
  box-shadow:0 2px 12px rgba(0,0,0,.04);
}
[data-theme="light"] .testimonial-card:hover{border-color:rgba(2,132,199,.20)}
[data-theme="light"] .testimonial-quote{color:#475569}
[data-theme="light"] .testimonial-name{color:#0f172a}
[data-theme="light"] .testimonial-role{color:#94a3b8}
[data-theme="light"] .testimonial-avatar{
  background:linear-gradient(135deg,rgba(2,132,199,.10),rgba(124,58,237,.08));
  border-color:rgba(2,132,199,.18);
}
[data-theme="light"] .guarantee-box{
  border-color:rgba(22,163,74,.15);background:rgba(22,163,74,.03);
}
[data-theme="light"] .guarantee-box strong{color:#0f172a}
[data-theme="light"] .comparison{color:#94a3b8;text-decoration-color:rgba(239,68,68,.40)}
[data-theme="light"] .urgency{
  background:rgba(234,88,12,.06);border-color:rgba(234,88,12,.25);color:#ea580c;
}
[data-theme="light"] .sticky-cta{
  background:rgba(255,255,255,.96);border-top-color:rgba(2,132,199,.12);
  box-shadow:0 -4px 24px rgba(0,0,0,.08);
}
[data-theme="light"] .sticky-cta-text{color:#64748b}
[data-theme="light"] .sticky-cta-text strong{color:#0f172a}
[data-theme="light"] .hero-trust{border-top-color:rgba(0,0,0,.06)}
[data-theme="light"] .hero-trust span{color:#64748b}
[data-theme="light"] .trust-line span{color:#64748b}
[data-theme="light"] .mini-cta{border-top-color:rgba(0,0,0,.06)}
[data-theme="light"] .mini-cta-note{color:#94a3b8}
[data-theme="light"] .footer-cta-bar{border-top-color:rgba(2,132,199,.12);border-bottom-color:rgba(0,0,0,.06)}
[data-theme="light"] .footer-cta-content{color:#64748b}
[data-theme="light"] .footer-cta-content strong{color:#0f172a}
[data-theme="light"] .savings-card{border-color:rgba(22,163,74,.15);background:rgba(22,163,74,.03)}
[data-theme="light"] .savings-card strong{color:#0f172a}
[data-theme="light"] .savings-icon{background:rgba(22,163,74,.08)}
[data-theme="light"] .result-card{border-color:rgba(0,0,0,.08);background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.04)}
[data-theme="light"] .result-label{color:#64748b}
[data-theme="light"] .comparison-table{border-color:rgba(0,0,0,.10)}
[data-theme="light"] .comparison-table th,[data-theme="light"] .comparison-table td{border-bottom-color:rgba(0,0,0,.06)}
[data-theme="light"] .comparison-table thead th{background:rgba(2,132,199,.06)}
[data-theme="light"] .comparison-table .highlight-col{background:rgba(2,132,199,.03);border-left-color:rgba(2,132,199,.15);border-right-color:rgba(2,132,199,.15)}
[data-theme="light"] .comparison-table thead .highlight-col{background:rgba(2,132,199,.08)}
[data-theme="light"] .nav-cta{animation-name:nav-cta-glow-light}
@keyframes nav-cta-glow-light{
  0%,100%{box-shadow:0 4px 16px rgba(2,132,199,.20),0 0 30px rgba(2,132,199,.06)}
  50%{box-shadow:0 4px 20px rgba(2,132,199,.35),0 0 50px rgba(2,132,199,.12)}
}

/* ==========================================================
   DARK MODE — enhanced vibrancy and sparkle
   ========================================================== */
[data-theme="dark"] .hero-title{
  background: linear-gradient(135deg, rgba(255,255,255,.95) 25%, var(--accent) 65%, var(--accent2) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
[data-theme="dark"] .section-head h2{
  background: linear-gradient(135deg, rgba(255,255,255,.95) 35%, var(--accent) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
[data-theme="dark"] .stat strong{
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
[data-theme="dark"] .price{
  background: linear-gradient(135deg, rgba(255,255,255,.95), var(--accent));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
[data-theme="dark"] .icon-card:hover{ border-color: rgba(110,231,255,.25); }
[data-theme="dark"] .icon-card.orange:hover{ border-color: rgba(251,146,60,.45); }
[data-theme="dark"] .icon-card.blue:hover{ border-color: rgba(96,165,250,.45); }
[data-theme="dark"] .icon-card.green:hover{ border-color: rgba(52,211,153,.45); }
[data-theme="dark"] .icon-card.red:hover{ border-color: rgba(248,113,113,.45); }
[data-theme="dark"] .btn-primary{
  box-shadow: 0 4px 24px rgba(110,231,255,.30), 0 0 60px rgba(110,231,255,.10);
}
[data-theme="dark"] .btn-primary:hover{
  box-shadow: 0 8px 36px rgba(110,231,255,.40), 0 0 80px rgba(110,231,255,.15);
}
[data-theme="dark"] .price-card.featured{
  box-shadow: 0 20px 60px rgba(110,231,255,.15), 0 0 0 1px rgba(110,231,255,.18), 0 0 100px rgba(110,231,255,.06);
}
[data-theme="dark"] .tab[aria-selected="true"]{
  box-shadow: 0 4px 16px rgba(110,231,255,.30), 0 0 40px rgba(110,231,255,.10);
}
[data-theme="dark"] .company-badge{
  box-shadow: 0 0 24px rgba(110,231,255,.10), inset 0 0 24px rgba(110,231,255,.04);
}
[data-theme="dark"] .experience-badge{
  box-shadow: 0 12px 32px rgba(110,231,255,.35), 0 0 80px rgba(110,231,255,.12);
}
[data-theme="dark"] .faq-item[open]{
  border-color: rgba(110,231,255,.25);
  background: rgba(255,255,255,.05);
}
[data-theme="dark"] .cta-section{
  background:
    radial-gradient(600px 400px at 30% 20%, rgba(110,231,255,.10), transparent 60%),
    radial-gradient(600px 400px at 70% 80%, rgba(139,92,246,.08), transparent 60%);
}
[data-theme="dark"] .cta-dark{
  background:
    radial-gradient(800px 400px at 20% 50%, rgba(139,92,246,.12), transparent 60%),
    radial-gradient(800px 400px at 80% 50%, rgba(110,231,255,.10), transparent 60%),
    rgba(0,0,0,.35);
}

/* ==========================================================
   DEMO PAGE
   ========================================================== */

/* Hero variant */
.demo-hero .hero-title{ font-size: clamp(2rem, 5vw, 3.2rem); }
.demo-hero .lead{ max-width: 560px; margin-inline: auto; }

/* Navigation tabs */
.demo-nav{
  display: flex; flex-wrap: wrap; gap: .75rem;
  justify-content: center; margin-top: 2rem;
}
.demo-nav-btn{
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .875rem; font-weight: 600;
  border-radius: 999px; padding: .65rem 1.4rem;
  transition: all .25s ease;
}
.demo-nav-btn svg{ flex-shrink: 0; }

/* Split layout: sidebar + preview */
.demo-split{
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 3rem;
  align-items: start;
}
.demo-sidebar h3{
  font-size: 1.5rem; font-weight: 700;
  margin-bottom: .5rem;
}
.demo-sidebar .muted{
  font-size: .95rem; line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Feature list */
.demo-feature-list{
  display: flex; flex-direction: column; gap: .65rem;
  margin-bottom: 1.5rem;
}
.demo-feature{
  display: flex; align-items: center; gap: .6rem;
  font-size: .9rem;
}
.demo-feature svg{
  flex-shrink: 0; width: 16px; height: 16px;
  color: var(--accent);
}

/* Sidebar CTA */
.demo-cta{ margin-top: 1.5rem; }

/* Color picker */
.demo-colors{
  display: flex; flex-direction: column; gap: .5rem;
  margin-bottom: 1.5rem;
}
.demo-color-btn{
  display: inline-flex; align-items: center; gap: .6rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .6rem; padding: .55rem .9rem;
  color: rgba(255,255,255,.85);
  font-size: .875rem; font-weight: 500;
  cursor: pointer; transition: all .2s ease;
}
.demo-color-btn:hover{
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
}
.demo-color-btn.is-active{
  border-color: var(--accent);
  background: rgba(110,231,255,.06);
}
.demo-color-swatch{
  display: inline-block; width: 18px; height: 18px;
  border-radius: 50%; flex-shrink: 0;
}

/* Device switcher buttons */
.demo-device-btns{
  display: flex; gap: .5rem; margin-bottom: 1.5rem;
}

/* Browser mockup */
.demo-browser{
  border: 1px solid rgba(255,255,255,.10);
  border-radius: .75rem; overflow: hidden;
  background: rgba(255,255,255,.03);
  box-shadow: 0 8px 32px rgba(0,0,0,.20);
}
.demo-browser-bar{
  display: flex; align-items: center; gap: .5rem;
  padding: .6rem 1rem;
  background: rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.demo-dot{
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,.12);
}
.demo-dot:nth-child(1){ background: rgba(248,113,113,.6); }
.demo-dot:nth-child(2){ background: rgba(251,191,36,.6); }
.demo-dot:nth-child(3){ background: rgba(52,211,153,.6); }
.demo-url{
  flex: 1; text-align: center;
  font-size: .75rem; color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.04);
  border-radius: .4rem; padding: .25rem .75rem;
}

/* Browser content */
.demo-browser-content{
  padding: 1.5rem;
  min-height: 320px;
}

/* Mock page elements */
.demo-page-header{
  display: flex; align-items: center; gap: .5rem;
  margin-bottom: 1.25rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.demo-logo-mark{
  width: 24px; height: 24px; border-radius: .4rem;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
}
.demo-logo-text{
  font-size: .85rem; font-weight: 700;
  color: rgba(255,255,255,.9);
}
.demo-page-hero{
  text-align: center; padding: 1.5rem 0 1rem;
}
.demo-page-hero h2{
  font-size: 1.25rem; font-weight: 700;
  margin-bottom: .5rem;
  color: rgba(255,255,255,.95);
}
.demo-page-hero p{
  font-size: .8rem; color: rgba(255,255,255,.6);
  max-width: 320px; margin: 0 auto .75rem;
  line-height: 1.5;
}
.demo-btn-mock{
  display: inline-block;
  padding: .4rem 1rem; border-radius: .4rem;
  font-size: .75rem; font-weight: 600;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #07101a; cursor: default;
}
.demo-btn-accent{
  display: inline-block;
  padding: .4rem 1rem; border-radius: .4rem;
  font-size: .75rem; font-weight: 600;
  cursor: default; transition: background .3s ease, color .3s ease;
}

/* Page cards */
.demo-page-cards{
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: .75rem; margin-top: 1rem;
}
.demo-mini-card{
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .5rem; padding: .75rem;
  text-align: center;
  background: rgba(255,255,255,.02);
  transition: border-color .2s ease;
}
.demo-mini-card:hover{ border-color: rgba(255,255,255,.15); }
.demo-mini-card strong{
  display: block; font-size: .8rem; margin-bottom: .25rem;
  color: rgba(255,255,255,.9);
}
.demo-mini-card span{
  font-size: .7rem; color: rgba(255,255,255,.5);
}

/* Editable highlight */
.demo-editable{
  outline: none; border-radius: .25rem;
  transition: box-shadow .2s ease, background .2s ease;
  cursor: text;
}
.demo-editable:hover{
  box-shadow: 0 0 0 2px rgba(110,231,255,.15);
}
.demo-editable.is-editing{
  box-shadow: 0 0 0 2px var(--accent);
  background: rgba(110,231,255,.06);
}

/* Hint */
.demo-hint{
  display: flex; align-items: center; gap: .4rem;
  justify-content: center; margin-top: .75rem;
  font-size: .78rem; color: rgba(255,255,255,.4);
}
.demo-hint svg{ color: var(--accent); opacity: .7; }

/* Theme preview stats */
.demo-theme-stats{
  display: flex; justify-content: center; gap: 1.5rem;
  margin-top: 1rem; padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.06);
}
.demo-theme-stat{
  text-align: center;
}
.demo-theme-stat strong{
  display: block; font-size: 1.1rem; font-weight: 700;
  transition: color .3s ease;
}
.demo-theme-stat span{
  font-size: .7rem; color: rgba(255,255,255,.5);
}

/* Device frame */
.demo-device-frame{
  transition: max-width .4s ease, margin .4s ease;
  max-width: 100%;
}
.demo-device-frame[data-size="tablet"]{
  max-width: 520px; margin-inline: auto;
}
.demo-device-frame[data-size="mobile"]{
  max-width: 320px; margin-inline: auto;
}
.demo-device-frame[data-size="mobile"] .demo-page-cards{
  grid-template-columns: 1fr;
}
.demo-device-frame[data-size="tablet"] .demo-page-cards{
  grid-template-columns: repeat(2, 1fr);
}

/* Webshop */
.demo-shop-grid{
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
}
.demo-product{
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .5rem; padding: .75rem;
  text-align: center;
  background: rgba(255,255,255,.02);
  transition: border-color .2s ease, transform .2s ease;
}
.demo-product:hover{
  border-color: rgba(255,255,255,.18);
  transform: translateY(-2px);
}
.demo-product strong{
  display: block; font-size: .8rem; margin: .5rem 0 .25rem;
  color: rgba(255,255,255,.9);
}
.demo-product-img{
  width: 100%; height: 70px; border-radius: .4rem;
  background: linear-gradient(135deg, rgba(110,231,255,.12), rgba(139,92,246,.10));
}
.demo-product-img-2{
  background: linear-gradient(135deg, rgba(251,146,60,.15), rgba(248,113,113,.10));
}
.demo-product-img-3{
  background: linear-gradient(135deg, rgba(52,211,153,.12), rgba(96,165,250,.10));
}
.demo-product-price{
  display: block; font-size: .85rem; font-weight: 700;
  color: var(--accent); margin-bottom: .5rem;
}
.demo-add-btn{
  display: inline-block; width: 100%;
  padding: .35rem .75rem; border-radius: .4rem;
  font-size: .7rem; font-weight: 600;
  background: rgba(110,231,255,.10);
  border: 1px solid rgba(110,231,255,.20);
  color: var(--accent); cursor: pointer;
  transition: all .2s ease;
}
.demo-add-btn:hover{
  background: rgba(110,231,255,.18);
  border-color: rgba(110,231,255,.35);
}

/* Cart */
.demo-cart{
  margin-top: 1rem; padding: 1rem;
  border: 1px solid rgba(110,231,255,.15);
  border-radius: .5rem;
  background: rgba(110,231,255,.04);
}
.demo-cart h4{
  font-size: .85rem; font-weight: 700;
  margin-bottom: .5rem;
  color: rgba(255,255,255,.9);
}
.demo-cart-line{
  display: flex; justify-content: space-between;
  font-size: .78rem; padding: .3rem 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
  color: rgba(255,255,255,.7);
}
.demo-cart-total{
  display: flex; justify-content: space-between;
  font-size: .85rem; font-weight: 600;
  margin-top: .5rem; padding-top: .5rem;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.9);
}
.demo-cart-badge{
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; border-radius: 50%;
  font-size: .65rem; font-weight: 700;
  background: var(--accent); color: #07101a;
  margin-left: auto;
}
.demo-page-header .demo-cart-badge{
  margin-left: auto;
}

/* Demo section hidden state */
.demo-section[hidden]{ display: none; }

/* Color swatches — static backgrounds, no inline styles */
.swatch-ocean    { background: #6ee7ff; }
.swatch-amethyst { background: #a78bfa; }
.swatch-emerald  { background: #34d399; }
.swatch-amber    { background: #fb923c; }
.swatch-fuchsia  { background: #f472b6; }
.swatch-sky      { background: #60a5fa; }

/* Theme preview color variants — driven by data-demo-theme attribute */
[data-demo-theme="ocean"] .demo-theme-heading,
[data-demo-theme="ocean"] .demo-theme-number   { color: #6ee7ff; }
[data-demo-theme="ocean"] .demo-theme-accent    { background: #6ee7ff; }
[data-demo-theme="ocean"] .demo-theme-accent-bg { background: #6ee7ff; color: #07101a; }

[data-demo-theme="amethyst"] .demo-theme-heading,
[data-demo-theme="amethyst"] .demo-theme-number   { color: #a78bfa; }
[data-demo-theme="amethyst"] .demo-theme-accent    { background: #a78bfa; }
[data-demo-theme="amethyst"] .demo-theme-accent-bg { background: #a78bfa; color: #07101a; }

[data-demo-theme="emerald"] .demo-theme-heading,
[data-demo-theme="emerald"] .demo-theme-number   { color: #34d399; }
[data-demo-theme="emerald"] .demo-theme-accent    { background: #34d399; }
[data-demo-theme="emerald"] .demo-theme-accent-bg { background: #34d399; color: #07101a; }

[data-demo-theme="amber"] .demo-theme-heading,
[data-demo-theme="amber"] .demo-theme-number   { color: #fb923c; }
[data-demo-theme="amber"] .demo-theme-accent    { background: #fb923c; }
[data-demo-theme="amber"] .demo-theme-accent-bg { background: #fb923c; color: #07101a; }

[data-demo-theme="fuchsia"] .demo-theme-heading,
[data-demo-theme="fuchsia"] .demo-theme-number   { color: #f472b6; }
[data-demo-theme="fuchsia"] .demo-theme-accent    { background: #f472b6; }
[data-demo-theme="fuchsia"] .demo-theme-accent-bg { background: #f472b6; color: #07101a; }

[data-demo-theme="sky"] .demo-theme-heading,
[data-demo-theme="sky"] .demo-theme-number   { color: #60a5fa; }
[data-demo-theme="sky"] .demo-theme-accent    { background: #60a5fa; }
[data-demo-theme="sky"] .demo-theme-accent-bg { background: #60a5fa; color: #07101a; }

/* ── SEO Preview ── */
.demo-seo-editor{ margin-bottom: 1rem; }
.demo-seo-label{
  display: flex; justify-content: space-between; align-items: center;
  font-size: .7rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: .04em; color: rgba(255,255,255,.5);
  margin-bottom: .35rem; margin-top: .75rem;
}
.demo-seo-counter{
  font-size: .7rem; color: rgba(255,255,255,.35);
  font-weight: 400; transition: color .2s ease;
}
.demo-seo-counter.is-warn{ color: #f87171; }
.demo-seo-input{
  border: 1px solid rgba(255,255,255,.10);
  border-radius: .4rem; padding: .5rem .75rem;
  font-size: .85rem; line-height: 1.5;
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.9);
  min-height: 2.2rem;
}
.demo-seo-input-lg{ min-height: 3.4rem; }
.demo-seo-divider{
  height: 1px; background: rgba(255,255,255,.06);
  margin: 1.25rem 0;
}
.demo-seo-preview-label{
  font-size: .7rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: .04em; color: rgba(255,255,255,.4);
  margin-bottom: .75rem;
}
.demo-seo-result{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .5rem; padding: 1rem;
}
.demo-seo-result-url{
  display: block; font-size: .75rem; color: rgba(52,211,153,.8);
  margin-bottom: .25rem;
}
.demo-seo-result-title{
  font-size: 1.05rem; font-weight: 600;
  color: rgba(96,165,250,.9); margin-bottom: .3rem;
  line-height: 1.3;
}
.demo-seo-result-desc{
  font-size: .8rem; color: rgba(255,255,255,.55);
  line-height: 1.5;
}
.demo-seo-scores{
  display: flex; flex-wrap: wrap; gap: .5rem;
  margin-top: 1rem;
}
.demo-seo-score{
  display: inline-flex; align-items: center; gap: .35rem;
  font-size: .72rem; font-weight: 500;
  padding: .3rem .6rem; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.5);
}
.demo-seo-score.is-good{
  border-color: rgba(52,211,153,.25);
  color: rgba(52,211,153,.85);
  background: rgba(52,211,153,.06);
}
.demo-seo-score.is-good svg{ color: #34d399; }

/* ── Portal ── */
.demo-portal-topbar{
  display: flex; align-items: center; gap: .5rem;
  padding-bottom: .6rem; margin-bottom: .75rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.demo-portal-user{
  display: inline-flex; align-items: center; gap: .35rem;
  margin-left: auto; font-size: .75rem; font-weight: 500;
  color: rgba(255,255,255,.6);
}
.demo-portal-tabs{
  display: flex; gap: .25rem; margin-bottom: 1rem;
}
.demo-portal-tab{
  padding: .4rem .85rem; border-radius: .4rem;
  font-size: .75rem; font-weight: 600;
  background: transparent; border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.6); cursor: pointer;
  transition: all .2s ease;
}
.demo-portal-tab:hover{ border-color: rgba(255,255,255,.18); }
.demo-portal-tab.is-active{
  background: rgba(110,231,255,.10); border-color: rgba(110,231,255,.25);
  color: var(--accent);
}
.demo-portal-panel[hidden]{ display: none; }
.demo-portal-welcome{
  background: rgba(110,231,255,.04);
  border: 1px solid rgba(110,231,255,.12);
  border-radius: .5rem; padding: .75rem 1rem;
  margin-bottom: 1rem;
}
.demo-portal-welcome strong{
  display: block; font-size: .85rem; color: rgba(255,255,255,.9);
}
.demo-portal-welcome span{
  font-size: .72rem; color: rgba(255,255,255,.4);
}
.demo-portal-stats{
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: .6rem; margin-bottom: 1rem;
}
.demo-portal-stat{
  text-align: center; padding: .6rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .5rem; background: rgba(255,255,255,.02);
}
.demo-portal-stat strong{
  display: block; font-size: 1.2rem; font-weight: 700;
  color: var(--accent);
}
.demo-portal-stat span{
  font-size: .68rem; color: rgba(255,255,255,.5);
}
.demo-portal-recent{ margin-top: .75rem; }
.demo-portal-recent > strong{
  display: block; font-size: .78rem; font-weight: 600;
  color: rgba(255,255,255,.7); margin-bottom: .5rem;
}
.demo-portal-activity{
  display: flex; align-items: center; gap: .5rem;
  padding: .4rem 0; font-size: .75rem;
  border-bottom: 1px solid rgba(255,255,255,.04);
  color: rgba(255,255,255,.7);
}
.demo-portal-activity .muted{
  margin-left: auto; font-size: .68rem;
}
.demo-portal-activity-dot{
  width: 8px; height: 8px; border-radius: 50%;
  flex-shrink: 0;
}
.dot-green{ background: #34d399; }
.dot-blue{ background: #60a5fa; }
.dot-amber{ background: #fb923c; }
.demo-portal-table{ font-size: .75rem; }
.demo-portal-row{
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: .5rem; padding: .5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
  align-items: center; color: rgba(255,255,255,.7);
}
.demo-portal-row-head{
  font-weight: 600; color: rgba(255,255,255,.5);
  font-size: .68rem; text-transform: uppercase;
  letter-spacing: .03em;
}
.demo-badge{
  display: inline-block; padding: .15rem .5rem;
  border-radius: 999px; font-size: .65rem; font-weight: 600;
}
.badge-green{ background: rgba(52,211,153,.12); color: #34d399; }
.badge-amber{ background: rgba(251,146,60,.12); color: #fb923c; }
.badge-blue{ background: rgba(96,165,250,.12); color: #60a5fa; }

/* ── Invoice ── */
.demo-invoice{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .5rem; padding: 1.25rem;
}
.demo-invoice-header{
  display: flex; justify-content: space-between;
  align-items: flex-start; margin-bottom: 1rem;
  padding-bottom: .75rem;
  border-bottom: 2px solid rgba(110,231,255,.15);
}
.demo-invoice-header > div{
  display: flex; align-items: center; gap: .5rem;
}
.demo-invoice-company{
  font-size: .9rem; color: rgba(255,255,255,.9);
}
.demo-invoice-meta{
  text-align: right; font-size: .72rem;
  color: rgba(255,255,255,.5);
}
.demo-invoice-meta strong{
  display: block; font-size: .85rem; font-weight: 700;
  color: var(--accent); margin-bottom: .15rem;
}
.demo-invoice-meta span{ display: block; }
.demo-invoice-to{
  font-size: .78rem; color: rgba(255,255,255,.6);
  margin-bottom: 1rem;
}
.demo-invoice-to strong{
  display: block; color: rgba(255,255,255,.85);
  font-size: .82rem;
}
.demo-invoice-to .muted{
  font-size: .68rem; text-transform: uppercase;
  letter-spacing: .03em;
}
.demo-invoice-table{ font-size: .78rem; margin-bottom: .5rem; }
.demo-invoice-row{
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: .5rem; padding: .45rem 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
  color: rgba(255,255,255,.7);
}
.demo-invoice-row-head{
  font-weight: 600; color: rgba(255,255,255,.45);
  font-size: .68rem; text-transform: uppercase;
  letter-spacing: .03em;
}
.demo-invoice-row-new{
  animation: demo-fade-in .3s ease;
}
@keyframes demo-fade-in{
  from{ opacity: 0; transform: translateY(-8px); }
  to{ opacity: 1; transform: translateY(0); }
}
.demo-invoice-add-btn{
  display: block; width: 100%;
  padding: .45rem; margin: .5rem 0;
  border: 1px dashed rgba(110,231,255,.20);
  border-radius: .4rem; background: transparent;
  color: var(--accent); font-size: .75rem; font-weight: 600;
  cursor: pointer; transition: all .2s ease;
}
.demo-invoice-add-btn:hover{
  background: rgba(110,231,255,.04);
  border-color: rgba(110,231,255,.35);
}
.demo-invoice-add-btn[disabled]{
  opacity: .4; cursor: default;
  border-color: rgba(255,255,255,.08);
  color: rgba(255,255,255,.3);
}
.demo-invoice-totals{
  border-top: 2px solid rgba(255,255,255,.08);
  padding-top: .5rem; margin-top: .25rem;
}
.demo-invoice-total-row{
  display: flex; justify-content: space-between;
  font-size: .78rem; padding: .25rem 0;
  color: rgba(255,255,255,.6);
}
.demo-invoice-grand{
  font-weight: 700; font-size: .9rem;
  color: rgba(255,255,255,.95);
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: .25rem; padding-top: .4rem;
}

/* ── Kanban ── */
.demo-kanban-board{
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: .6rem; min-height: 300px;
}
.demo-kanban-col{
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: .5rem; padding: .6rem;
}
.demo-kanban-col-head{
  display: flex; justify-content: space-between;
  align-items: center; margin-bottom: .6rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.demo-kanban-col-title{
  font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em;
  color: rgba(255,255,255,.6);
}
.demo-kanban-col-count{
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; border-radius: 50%;
  font-size: .65rem; font-weight: 700;
  background: rgba(255,255,255,.06); color: rgba(255,255,255,.5);
}
.demo-kanban-cards{
  display: flex; flex-direction: column; gap: .5rem;
  min-height: 60px;
}
.demo-kanban-card{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .4rem; padding: .6rem;
  transition: opacity .2s ease, transform .2s ease, border-color .2s ease;
}
.demo-kanban-card:hover{ border-color: rgba(255,255,255,.18); }
.demo-kanban-card.is-done{ opacity: .6; }
.demo-kanban-card-moving{
  opacity: .3; transform: scale(.95);
}
.demo-kanban-card strong{
  display: block; font-size: .78rem; margin: .3rem 0;
  color: rgba(255,255,255,.85);
}
.demo-kanban-label{
  display: inline-block; padding: .1rem .45rem;
  border-radius: 999px; font-size: .6rem; font-weight: 600;
}
.label-red{ background: rgba(248,113,113,.12); color: #f87171; }
.label-amber{ background: rgba(251,146,60,.12); color: #fb923c; }
.label-blue{ background: rgba(96,165,250,.12); color: #60a5fa; }
.label-green{ background: rgba(52,211,153,.12); color: #34d399; }
.demo-kanban-card-meta{
  display: flex; align-items: center; gap: .5rem;
  font-size: .65rem; color: rgba(255,255,255,.4);
}
.demo-kanban-avatar{
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(110,231,255,.15), rgba(139,92,246,.12));
  font-size: .6rem; font-weight: 700;
  color: rgba(255,255,255,.7);
}
.demo-kanban-card-actions{
  display: flex; gap: .3rem; margin-top: .4rem;
}
.demo-kanban-move{
  padding: .2rem .5rem; border-radius: .3rem;
  font-size: .7rem; font-weight: 600;
  background: rgba(110,231,255,.08);
  border: 1px solid rgba(110,231,255,.15);
  color: var(--accent); cursor: pointer;
  transition: all .2s ease;
}
.demo-kanban-move:hover{
  background: rgba(110,231,255,.15);
  border-color: rgba(110,231,255,.30);
}

/* ── Demo responsive ── */
@media(max-width:900px){
  .demo-split{
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .demo-sidebar{ order: 2; }
  .demo-preview{ order: 1; }
}
@media(max-width:600px){
  .demo-nav{
    gap: .4rem;
  }
  .demo-nav-btn{
    font-size: .75rem; padding: .5rem .9rem;
  }
  .demo-nav-btn svg{ display: none; }
  .demo-shop-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .demo-page-cards{
    grid-template-columns: 1fr;
  }
  .demo-browser-content{
    padding: 1rem;
  }
  .demo-kanban-board{
    grid-template-columns: 1fr;
  }
  .demo-portal-stats{
    grid-template-columns: 1fr;
  }
  .demo-portal-row{
    grid-template-columns: 1fr 1fr;
    gap: .25rem;
  }
  .demo-invoice-row{
    grid-template-columns: 2fr 1fr;
    gap: .25rem;
  }
  .demo-seo-scores{
    flex-direction: column;
  }
}

/* ── Demo light mode ── */
[data-theme="light"] .demo-browser{
  border-color: rgba(0,0,0,.10);
  background: #ffffff;
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
}
[data-theme="light"] .demo-browser-bar{
  background: rgba(0,0,0,.03);
  border-bottom-color: rgba(0,0,0,.08);
}
[data-theme="light"] .demo-dot{ background: rgba(0,0,0,.08); }
[data-theme="light"] .demo-dot:nth-child(1){ background: rgba(239,68,68,.6); }
[data-theme="light"] .demo-dot:nth-child(2){ background: rgba(234,179,8,.6); }
[data-theme="light"] .demo-dot:nth-child(3){ background: rgba(34,197,94,.6); }
[data-theme="light"] .demo-url{
  color: rgba(0,0,0,.4);
  background: rgba(0,0,0,.04);
}
[data-theme="light"] .demo-page-header{
  border-bottom-color: rgba(0,0,0,.06);
}
[data-theme="light"] .demo-logo-text{ color: #0f172a; }
[data-theme="light"] .demo-page-hero h2{ color: #0f172a; }
[data-theme="light"] .demo-page-hero p{ color: #64748b; }
[data-theme="light"] .demo-mini-card{
  border-color: rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
}
[data-theme="light"] .demo-mini-card:hover{ border-color: rgba(0,0,0,.15); }
[data-theme="light"] .demo-mini-card strong{ color: #0f172a; }
[data-theme="light"] .demo-mini-card span{ color: #64748b; }
[data-theme="light"] .demo-editable:hover{
  box-shadow: 0 0 0 2px rgba(2,132,199,.15);
}
[data-theme="light"] .demo-editable.is-editing{
  box-shadow: 0 0 0 2px var(--accent);
  background: rgba(2,132,199,.04);
}
[data-theme="light"] .demo-hint{ color: #94a3b8; }
[data-theme="light"] .demo-color-btn{
  background: rgba(0,0,0,.02);
  border-color: rgba(0,0,0,.08);
  color: #334155;
}
[data-theme="light"] .demo-color-btn:hover{
  border-color: rgba(0,0,0,.15);
  background: rgba(0,0,0,.04);
}
[data-theme="light"] .demo-color-btn.is-active{
  border-color: var(--accent);
  background: rgba(2,132,199,.04);
}
[data-theme="light"] .demo-theme-stats{
  border-top-color: rgba(0,0,0,.06);
}
[data-theme="light"] .demo-theme-stat span{ color: #64748b; }
[data-theme="light"] .demo-product{
  border-color: rgba(0,0,0,.08);
  background: #ffffff;
}
[data-theme="light"] .demo-product:hover{ border-color: rgba(0,0,0,.18); }
[data-theme="light"] .demo-product strong{ color: #0f172a; }
[data-theme="light"] .demo-add-btn{
  background: rgba(2,132,199,.06);
  border-color: rgba(2,132,199,.18);
  color: #0284c7;
}
[data-theme="light"] .demo-add-btn:hover{
  background: rgba(2,132,199,.12);
  border-color: rgba(2,132,199,.30);
}
[data-theme="light"] .demo-cart{
  border-color: rgba(2,132,199,.15);
  background: rgba(2,132,199,.03);
}
[data-theme="light"] .demo-cart h4{ color: #0f172a; }
[data-theme="light"] .demo-cart-line{
  color: #475569;
  border-bottom-color: rgba(0,0,0,.05);
}
[data-theme="light"] .demo-cart-total{
  color: #0f172a;
  border-top-color: rgba(0,0,0,.08);
}
[data-theme="light"] .demo-cart-badge{
  background: var(--accent); color: #ffffff;
}
[data-theme="light"] .demo-product-img{
  background: linear-gradient(135deg, rgba(2,132,199,.08), rgba(124,58,237,.06));
}
[data-theme="light"] .demo-product-img-2{
  background: linear-gradient(135deg, rgba(234,88,12,.08), rgba(239,68,68,.06));
}
[data-theme="light"] .demo-product-img-3{
  background: linear-gradient(135deg, rgba(22,163,74,.08), rgba(59,130,246,.06));
}

/* SEO light */
[data-theme="light"] .demo-seo-label{ color: #94a3b8; }
[data-theme="light"] .demo-seo-counter{ color: #94a3b8; }
[data-theme="light"] .demo-seo-counter.is-warn{ color: #ef4444; }
[data-theme="light"] .demo-seo-input{
  border-color: rgba(0,0,0,.10); background: rgba(0,0,0,.02);
  color: #0f172a;
}
[data-theme="light"] .demo-seo-divider{ background: rgba(0,0,0,.06); }
[data-theme="light"] .demo-seo-preview-label{ color: #94a3b8; }
[data-theme="light"] .demo-seo-result{
  background: #ffffff; border-color: rgba(0,0,0,.08);
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
[data-theme="light"] .demo-seo-result-url{ color: rgba(22,163,74,.8); }
[data-theme="light"] .demo-seo-result-title{ color: #1a0dab; }
[data-theme="light"] .demo-seo-result-desc{ color: #475569; }
[data-theme="light"] .demo-seo-score{
  border-color: rgba(0,0,0,.08); color: #94a3b8;
}
[data-theme="light"] .demo-seo-score.is-good{
  border-color: rgba(22,163,74,.20); color: #16a34a;
  background: rgba(22,163,74,.04);
}

/* Portal light */
[data-theme="light"] .demo-portal-topbar{ border-bottom-color: rgba(0,0,0,.06); }
[data-theme="light"] .demo-portal-user{ color: #64748b; }
[data-theme="light"] .demo-portal-tab{
  border-color: rgba(0,0,0,.08); color: #64748b;
}
[data-theme="light"] .demo-portal-tab:hover{ border-color: rgba(0,0,0,.15); }
[data-theme="light"] .demo-portal-tab.is-active{
  background: rgba(2,132,199,.06); border-color: rgba(2,132,199,.20);
  color: #0284c7;
}
[data-theme="light"] .demo-portal-welcome{
  background: rgba(2,132,199,.03); border-color: rgba(2,132,199,.10);
}
[data-theme="light"] .demo-portal-welcome strong{ color: #0f172a; }
[data-theme="light"] .demo-portal-welcome span{ color: #94a3b8; }
[data-theme="light"] .demo-portal-stat{
  border-color: rgba(0,0,0,.08); background: #fff;
}
[data-theme="light"] .demo-portal-stat span{ color: #64748b; }
[data-theme="light"] .demo-portal-recent > strong{ color: #334155; }
[data-theme="light"] .demo-portal-activity{
  color: #475569; border-bottom-color: rgba(0,0,0,.04);
}
[data-theme="light"] .demo-portal-row{
  color: #475569; border-bottom-color: rgba(0,0,0,.05);
}
[data-theme="light"] .demo-portal-row-head{ color: #94a3b8; }
[data-theme="light"] .badge-green{ background: rgba(22,163,74,.08); color: #16a34a; }
[data-theme="light"] .badge-amber{ background: rgba(234,88,12,.08); color: #ea580c; }
[data-theme="light"] .badge-blue{ background: rgba(37,99,235,.08); color: #2563eb; }

/* Invoice light */
[data-theme="light"] .demo-invoice{
  background: #fff; border-color: rgba(0,0,0,.08);
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
[data-theme="light"] .demo-invoice-header{
  border-bottom-color: rgba(2,132,199,.12);
}
[data-theme="light"] .demo-invoice-company{ color: #0f172a; }
[data-theme="light"] .demo-invoice-meta{ color: #64748b; }
[data-theme="light"] .demo-invoice-meta strong{ color: #0284c7; }
[data-theme="light"] .demo-invoice-to{ color: #64748b; }
[data-theme="light"] .demo-invoice-to strong{ color: #0f172a; }
[data-theme="light"] .demo-invoice-row{
  color: #475569; border-bottom-color: rgba(0,0,0,.05);
}
[data-theme="light"] .demo-invoice-row-head{ color: #94a3b8; }
[data-theme="light"] .demo-invoice-add-btn{
  border-color: rgba(2,132,199,.18); color: #0284c7;
}
[data-theme="light"] .demo-invoice-add-btn:hover{
  background: rgba(2,132,199,.03); border-color: rgba(2,132,199,.30);
}
[data-theme="light"] .demo-invoice-add-btn[disabled]{
  border-color: rgba(0,0,0,.08); color: #94a3b8;
}
[data-theme="light"] .demo-invoice-totals{ border-top-color: rgba(0,0,0,.08); }
[data-theme="light"] .demo-invoice-total-row{ color: #64748b; }
[data-theme="light"] .demo-invoice-grand{
  color: #0f172a; border-top-color: rgba(0,0,0,.08);
}

/* Kanban light */
[data-theme="light"] .demo-kanban-col{
  background: rgba(0,0,0,.015); border-color: rgba(0,0,0,.06);
}
[data-theme="light"] .demo-kanban-col-head{ border-bottom-color: rgba(0,0,0,.06); }
[data-theme="light"] .demo-kanban-col-title{ color: #64748b; }
[data-theme="light"] .demo-kanban-col-count{
  background: rgba(0,0,0,.05); color: #64748b;
}
[data-theme="light"] .demo-kanban-card{
  background: #fff; border-color: rgba(0,0,0,.08);
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
}
[data-theme="light"] .demo-kanban-card:hover{ border-color: rgba(0,0,0,.18); }
[data-theme="light"] .demo-kanban-card strong{ color: #0f172a; }
[data-theme="light"] .demo-kanban-card-meta{ color: #94a3b8; }
[data-theme="light"] .demo-kanban-avatar{
  background: linear-gradient(135deg, rgba(2,132,199,.10), rgba(124,58,237,.08));
  color: #475569;
}
[data-theme="light"] .demo-kanban-move{
  background: rgba(2,132,199,.06); border-color: rgba(2,132,199,.15);
  color: #0284c7;
}
[data-theme="light"] .demo-kanban-move:hover{
  background: rgba(2,132,199,.12); border-color: rgba(2,132,199,.25);
}
[data-theme="light"] .label-red{ background: rgba(239,68,68,.08); color: #ef4444; }
[data-theme="light"] .label-amber{ background: rgba(234,88,12,.08); color: #ea580c; }
[data-theme="light"] .label-blue{ background: rgba(37,99,235,.08); color: #2563eb; }
[data-theme="light"] .label-green{ background: rgba(22,163,74,.08); color: #16a34a; }

/* ── Functies page: category TOC, section heads, grid ────────── */
.functies-toc { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 2rem; padding: 1rem; background: var(--surface, rgba(255,255,255,.02)); border: 1px solid var(--border, rgba(255,255,255,.08)); border-radius: 10px; }
.functies-toc__link { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.45rem 0.85rem; border: 1px solid var(--border, rgba(255,255,255,.08)); border-radius: 20px; text-decoration: none; color: inherit; font-size: 0.88rem; transition: border-color 0.15s, background 0.15s; }
.functies-toc__link:hover { border-color: var(--primary, #60a5fa); background: rgba(96,165,250,0.08); }
.functies-toc__icon { font-size: 1rem; line-height: 1; }

.functies-section { scroll-margin-top: 80px; }
.functies-section:nth-of-type(even) { background: var(--surface, rgba(255,255,255,.02)); }
.functies-cat-head { display: flex; gap: 1.25rem; align-items: flex-start; margin-bottom: 1.5rem; }
.functies-cat-head__icon { font-size: 2.25rem; line-height: 1; flex-shrink: 0; }
.functies-cat-head h2 { margin: 0 0 0.35rem 0; font-size: 1.6rem; }
.functies-cat-head .lead { margin: 0; font-size: 0.95rem; line-height: 1.55; }

.functies-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1rem; }
.functies-item { padding: 1rem 1.1rem; border: 1px solid var(--border, rgba(255,255,255,.08)); border-radius: 8px; background: var(--surface-soft, rgba(255,255,255,.01)); transition: border-color 0.15s, transform 0.15s; }
.functies-item:hover { border-color: var(--primary, #60a5fa); transform: translateY(-2px); }
.functies-item h3 { margin: 0 0 0.3rem 0; font-size: 0.98rem; font-weight: 600; color: var(--primary, #60a5fa); }
.functies-item p { margin: 0; font-size: 0.87rem; line-height: 1.5; color: var(--muted, #94a3b8); }

/* ── Forms-module "powered by" notitie onder dogfood contactform ─ */
.forms-poweredby { margin-top: 1rem; font-size: 0.82rem; text-align: center; }
.forms-poweredby a { color: var(--primary, #60a5fa); text-decoration: underline; }
.forms-public-form label { display: block; margin-bottom: 0.75rem; }
.forms-public-form label span { display: block; margin-bottom: 0.35rem; font-weight: 600; font-size: 0.85rem; }

/* ── Modules showcase section on /demo ─────────────────────────── */
.modules-showcase { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.modules-showcase__item { padding: 1.25rem 1.1rem; border: 1px solid var(--border, rgba(255,255,255,.08)); border-radius: 10px; background: var(--surface, rgba(255,255,255,.02)); }
.modules-showcase__item h4 { margin: 0 0 0.35rem 0; display: flex; align-items: center; gap: 0.5rem; font-size: 1rem; }
.modules-showcase__item h4 .icon { font-size: 1.25rem; }
.modules-showcase__item p { margin: 0 0 0.5rem 0; font-size: 0.85rem; line-height: 1.5; color: var(--muted, #94a3b8); }
.modules-showcase__item .btn-ghost { font-size: 0.78rem; padding: 0.35rem 0.75rem; }
