:root {
  --navy: #111827;
  --navy-2: #20293a;
  --blue: #5b5cf0;
  --blue-dark: #4546d9;
  --background: #f6f7fb;
  --surface: #ffffff;
  --text: #171922;
  --muted: #717684;
  --line: #e8e9ef;
  --green: #11825d;
  --red: #b23b3b;
  --shadow: 0 16px 45px rgba(24, 28, 43, .07);
}

/* Fintech interface polish */
:root {
  --navy: #0b1020;
  --navy-2: #151b2e;
  --blue: #6558f5;
  --blue-dark: #4b3ed5;
  --background: #f4f5f9;
  --surface: #ffffff;
  --text: #111522;
  --muted: #6f7482;
  --line: #e5e7ef;
  --green: #087b5b;
  --shadow: 0 14px 36px rgba(18, 23, 38, .065);
}

body { background: linear-gradient(180deg, #f8f8fc 0, #f3f4f8 360px); }
.topbar { position:relative; height: 72px; padding: 0 28px; border-bottom-color: rgba(221, 224, 234, .9); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.topbar::after { content:""; position:absolute; right:0; bottom:-1px; left:0; height:2px; background:linear-gradient(90deg,#33d6b2 0 22%,#5b6cff 22% 48%,#a855f7 48% 72%,#ffb84d 72% 100%); opacity:.9; }
.brand strong { font-size: 18px; letter-spacing: -.025em; }
.brand span { color: #7b8090; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.workspace { grid-template-columns: 252px minmax(0, 1fr); }
.sidebar { padding: 22px 14px; color: #b8bfd0; background: #111626; border-right: 0; }
.sidebar nav { display: grid; gap: 6px; }
.sidebar button { min-height: 46px; padding: 0 14px; color: #bdc3d2; border: 1px solid transparent; border-radius: 12px; font-weight: 800; text-align: left; }
.sidebar button:hover { color: #fff; background: rgba(255,255,255,.07); }
.sidebar button.active { color: #fff; background: linear-gradient(135deg, #5f58ef, #804be5); border-color: rgba(255,255,255,.12); box-shadow: 0 10px 24px rgba(82, 65, 210, .3); }
.sidebar .sidebar-foot { color: #8991a6; border-top-color: rgba(255,255,255,.1); }
.sidebar .sidebar-foot strong { color: #eef1f8; }
.main { padding: 38px clamp(24px, 3.2vw, 52px) 56px; }
.page-header { margin-bottom: 28px; }
.page-header h1 { font-size: clamp(32px, 3vw, 44px); letter-spacing: -.055em; }
.page-header p { margin-top: 9px; color: #777d8b; }
.button { min-height: 44px; padding: 0 17px; border-color: #dfe2ea; border-radius: 12px; color: #252a38; background: #fff; font-weight: 850; box-shadow: 0 2px 5px rgba(19, 25, 42, .035); }
.button:hover { border-color: #c8cde0; transform: translateY(-1px); box-shadow: 0 9px 20px rgba(25, 31, 50, .09); }
.button.primary { background: linear-gradient(135deg, #675cf5 0%, #7f46df 100%); box-shadow: 0 11px 24px rgba(92, 73, 221, .25); }
.button.primary:hover { background: linear-gradient(135deg, #584de9, #7138d3); box-shadow: 0 14px 28px rgba(92, 73, 221, .32); }
.button.danger { color: #ad3139; background: #fff8f8; border-color: #f0d8da; }
.card { border-color: rgba(225, 227, 235, .88); border-radius: 20px; box-shadow: var(--shadow); }
.metrics { gap: 18px; margin-bottom: 22px; }
.metric { min-height: 154px; padding: 25px 26px; border: 0; overflow:hidden; }
.metric::after { display: none; }
.metric::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, #6558f5, #9a58e8); }
.metric:nth-child(2)::before { background: linear-gradient(90deg, #0aa97d, #59d3b1); }
.metric:nth-child(3)::before { background: linear-gradient(90deg, #f0a23a, #ffd166); }
.metric small { color: #777c89; font-size: 12px; letter-spacing: .055em; }
.metric strong { margin: 10px 0 6px; font-size: 38px; }
.metric:first-child { color:#fff; background:linear-gradient(145deg,#11182b,#263456); }
.metric:first-child small,.metric:first-child span { color:#b8c3d8; }
.metric:nth-child(2) { background:linear-gradient(145deg,#e9fbf5,#d9f7ed); }
.metric:nth-child(2) strong { color:#087253; }
.metric:nth-child(3) { color:#fff; background:linear-gradient(145deg,#6458ef,#8b4fe0); }
.metric:nth-child(3) small,.metric:nth-child(3) span { color:#eeeaff; }
.metric:nth-child(3)::before,.metric:first-child::before { display:none; }
.vat-card, .documents-card, .pipeline-card, .detail-card, .activity-card, .settings-card { border: 0; }
.vat-card { padding: 26px; }
.vat-metrics { gap: 10px; }
.vat-metrics article { border-color: #e5e7ee; border-radius: 14px; background: #f8f8fb; }
.table-wrap { border: 0; }
.table th { color: #747987; background: #f7f8fb; font-size: 12px; letter-spacing: .035em; text-transform: uppercase; }
.table th, .table td { padding: 16px 18px; border-bottom-color: #eceef3; }
.table tbody tr:hover { background: #f8f8fd; }
.row-action { min-height: 38px; padding: 0 14px; border-radius: 10px; color: #584bdc; background: #f0eeff; font-weight: 850; }
.status { padding: 6px 10px; border: 0; color: #5547d3; background: #efedff; }
.status.green { border: 0; color: #087253; background: #e4f6ef; }
.pipeline-card { padding: 16px; }
.pipeline-step { min-height: 52px; border: 0; border-radius: 12px; background: #f4f5f8; }
.pipeline-step.current { background: #efedff; box-shadow: inset 0 0 0 1px #d8d3ff; }
.pipeline-step.done { background: #eaf7f2; }
.sales-module { min-height: 235px; border: 0; }
.sales-module::after { opacity: .38; }
.finance-header, .modal-header { align-items: center; }
.finance-total { padding: 10px 14px; border-radius: 12px; color: #4037ad; background: #efedff; font-size: 18px; font-weight: 900; }
.field input, .field select, .field textarea, .search { min-height: 46px; border-color: #dde1ea; border-radius: 12px; background: #fbfbfd; }
.field input:focus, .field select:focus, .field textarea:focus, .search:focus { border-color: #7569ed; background: #fff; box-shadow: 0 0 0 4px rgba(101, 88, 245, .1); }
.modal-backdrop { padding: 20px; background: rgba(8, 12, 25, .68); backdrop-filter: blur(7px); }
.modal { border: 1px solid rgba(255,255,255,.55); border-radius: 22px; box-shadow: 0 32px 90px rgba(5, 10, 25, .34); }

@media (max-width: 850px) {
  .topbar { padding: 0 18px; }
  .workspace { grid-template-columns: minmax(0, 1fr); }
  .mobile-navigation { gap: 8px; padding: 10px 12px; background: #111626; border: 0; }
  .mobile-navigation button { min-height: 40px; color: #b8bfd0; border-radius: 10px; }
  .mobile-navigation button.active { color: #fff; background: linear-gradient(135deg, #5f58ef, #804be5); border: 0; }
  .main { padding: 26px 18px 44px; }
}

@media (max-width: 560px) {
  .launch-grid { grid-template-columns: 1fr; }
  .launch-hero { align-items: flex-start; flex-direction: column; }
  .launch-hero .button { width: 100%; }
  .launch-score { align-self: flex-start; }
  .topbar { height: 64px; padding: 0 12px; }
  .brand span { display: none; }
  .main { padding: 22px 12px 40px; }
  .page-header { gap: 16px; margin-bottom: 20px; }
  .page-header h1 { font-size: 30px; }
  .page-header .button.primary { width: 100%; }
  .metrics { gap: 12px; }
  .metric { min-height: 128px; padding: 21px; }
  .metric strong { font-size: 32px; }
  .card { border-radius: 16px; }
  .vat-card, .documents-card, .detail-card, .activity-card, .settings-card { padding: 18px; }
  .button { min-height: 46px; }
  .toolbar .button { flex: 1 1 auto; }
  .table tr { margin: 10px; padding: 14px; border: 1px solid #e6e8ef; border-radius: 14px; background: #fff; }
  .row-action { min-height: 42px; }
  .modal-backdrop { padding: 8px; }
  .modal { max-height: 96vh; padding: 20px 16px; border-radius: 18px; }
}

/* Websitevoorbeeld blijft op ieder scherm een echte, volledige pagina. */
.overlay:has(.demo-modal-shell) { display:block; padding:0; overflow:hidden; background:#0d1719; }
.overlay:has(.demo-modal-shell) .demo-modal-shell { width:100vw; max-width:none; height:100dvh; max-height:none; padding:0; overflow:auto; border:0; border-radius:0; box-shadow:none; }
.demo-window-header { position:sticky; top:0; z-index:35; min-height:92px; padding:18px 24px; color:#fff; background:rgba(13,23,25,.96); border-bottom:1px solid rgba(255,255,255,.1); backdrop-filter:blur(14px); }
.demo-window-header .eyebrow,.demo-window-header .muted { color:#aebcbd; }
.demo-window-header .close { color:#fff; background:rgba(255,255,255,.1); }

@media (max-width: 850px) {
  .demo-home-story { grid-template-columns:1fr; margin:10px 14px 24px; }
  .demo-home-story .branch-photo { min-height:210px; }
  .demo-home-story > div:last-child { padding:25px 22px; }
  .demo-floating-actions { right:14px; bottom:14px; }
  .demo-floating-actions button { min-height:48px; padding:6px 13px 6px 7px; }
  .demo-floating-actions span { width:35px; height:35px; }
  .demo-chat-panel,.demo-whatsapp-panel { right:16px; bottom:142px; }
}

@media (max-width: 560px) {
  .overlay:has(.demo-modal-shell) { padding:0; }
  .overlay:has(.demo-modal-shell) .demo-modal-shell { width:100vw; height:100dvh; max-height:none; padding:0; border-radius:0; }
  .demo-window-header { min-height:78px; padding:14px 16px; }
  .demo-window-header h2 { font-size:21px; }
  .demo-preview nav { position:sticky; top:78px; z-index:20; gap:9px; padding:12px 14px; background:rgba(255,255,255,.97); backdrop-filter:blur(12px); }
  .demo-menu { width:100%; overflow-x:auto; }
  .demo-menu button { flex:0 0 auto; min-height:34px; padding:7px 10px; }
  .demo-showcase-hero { min-height:470px; }
  .demo-floating-actions em { display:none; }
  .demo-floating-actions button { width:50px; height:50px; min-height:50px; padding:7px; }
  .demo-floating-actions span { width:36px; height:36px; }
  .demo-chat-panel,.demo-whatsapp-panel { right:12px; bottom:132px; width:calc(100vw - 24px); }
  .email-preview .email-actions { align-items:stretch; flex-direction:column; }
}

* { box-sizing: border-box; }
html { color-scheme: light; }
body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font: 15px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { transition: .18s ease; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(23, 103, 216, .2);
  outline-offset: 2px;
}

.login-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
}
.login-visual {
  display: grid;
  place-items: center;
  padding: 8vw;
  color: white;
  background:
    radial-gradient(circle at 18% 12%, rgba(48, 227, 184, .55), transparent 30%),
    radial-gradient(circle at 82% 82%, rgba(255, 190, 70, .55), transparent 31%),
    linear-gradient(145deg, #5056e9, #7d52e8 52%, #d64fad);
}
.login-visual h1 { margin: 10px 0; font-size: clamp(44px, 6vw, 76px); line-height: 1; letter-spacing: -.055em; }
.login-visual p { max-width: 580px; color: #cadaea; font-size: 18px; }
.login-panel { display: grid; place-items: center; padding: 30px; }
.login-card {
  width: min(430px, 100%);
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 30px 75px rgba(24, 28, 43, .12);
}
body.modal-open { overflow: hidden; }
.preview-access { display:grid; gap:8px; margin-top:18px; padding:15px; border:1px solid #ddd9ff; border-radius:14px; background:#f5f3ff; }
.preview-access strong { color:#302a78; }
.preview-access span { color:#6f6a8a; font-size:12px; line-height:1.45; }
.login-card h2 { margin: 6px 0; font-size: 30px; letter-spacing: -.035em; }

.eyebrow { display: none; }
.muted { color: var(--muted); }
.field { display: grid; gap: 6px; margin-top: 18px; font-weight: 750; font-size: 13px; }
.field input, .field select, .field textarea, .search {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--text);
  background: white;
  border: 1px solid #c9d5e2;
  border-radius: 13px;
}
.field input:focus, .field select:focus, .field textarea:focus, .search:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(23, 103, 216, .09);
  outline: 0;
}

.button {
  min-height: 46px;
  padding: 11px 17px;
  border: 1px solid #cbd7e4;
  border-radius: 13px;
  background: white;
  color: var(--text);
  font-weight: 800;
  cursor: pointer;
}
.button:hover { border-color: #93aac1; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(7, 26, 46, .07); }
.button.primary { color: white; border-color: transparent; background: linear-gradient(135deg, #5865eb, #7047df); box-shadow: 0 8px 20px rgba(91, 92, 240, .22); }
.button.primary:hover { background: linear-gradient(135deg, #4b57dd, #6038cf); }
.button.danger { color: var(--red); }
.button.full { width: 100%; margin-top: 22px; }
.link-button { min-height: auto; margin-top: 12px !important; padding: 5px; color: var(--blue); background: transparent; border-color: transparent; box-shadow: none; }
.link-button:hover { border-color: transparent; box-shadow: none; transform: none; text-decoration: underline; }
.login-divider { display: flex; align-items: center; gap: 12px; margin-top: 20px; color: var(--muted); font-size: 12px; font-weight: 750; }
.login-divider::before, .login-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.signup-button { margin-top: 12px !important; }

.app { min-height: 100vh; }
.topbar {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  position: relative;
  color: var(--text);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.topbar::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, #35d3ae, #5c63e9 44%, #e34f9c 72%, #ffbd4a); }
.brand { display: flex; gap: 12px; align-items: center; }
.brand-mark { display: none; }
.brand strong { display: block; font-size: 17px; }
.brand small { color: var(--muted); font-size: 13px; }
.user-area { display: flex; align-items: center; gap: 11px; }
.user-area span { color: var(--muted); }
.mobile-navigation { display: none; }

.workspace { display: grid; grid-template-columns: 245px 1fr; min-height: calc(100vh - 74px); }
.sidebar { padding: 26px 14px; color: #4f5666; background: #fff; border-right: 1px solid var(--line); }
.sidebar-label { display: none; }
.navigation { display: grid; gap: 7px; margin-top: 0; }
.navigation button { padding: 12px 14px; border: 1px solid transparent; border-radius: 9px; color: inherit; background: transparent; text-align: left; font-weight: 750; cursor: pointer; }
.navigation button:hover { color: var(--text); background: #f4f3ff; }
.navigation button.active { color: #4e3ed1; background: linear-gradient(90deg, #eeeefe, #f7f3ff); box-shadow: inset 3px 0 #6657ea; }
.environment-note { margin: 35px 12px 0; padding-top: 15px; border-top: 1px solid var(--line); color: #747987; font-size: 13px; }
.environment-note strong { color: #525866; }

.main { width: 100%; min-width: 0; max-width: 1400px; margin: auto; padding: 34px; }
.page-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.page-header h1 { margin: 0; font-size: 36px; line-height: 1.1; letter-spacing: -.05em; }
.page-header p { max-width: 650px; margin: 8px 0 0; color: var(--muted); font-size: 16px; }
.metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin-bottom: 20px; }
.card { background: var(--surface); border: 1px solid rgba(225,226,234,.85); border-radius: 22px; box-shadow: var(--shadow); }
.metric { position: relative; overflow: hidden; padding: 23px; border-top: 0; }
.metric::after { content: ""; position: absolute; right: -24px; top: -28px; width: 92px; height: 92px; border-radius: 50%; background: #e9e8ff; }
.metric:nth-child(2)::after { background: #dcf7ee; }
.metric:nth-child(3)::after { background: #fff0d4; }
.metric small { color: #555b68; font-size: 13px; font-weight: 850; letter-spacing: 0; }
.metric strong { position: relative; z-index: 1; display: block; margin: 7px 0; font-size: 34px; letter-spacing: -.05em; }
.metric span { color: var(--muted); font-size: 14px; }
.vat-card { margin-bottom: 20px; padding: 25px; }
.vat-card > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.vat-card h2 { margin: 0 0 4px; font-size: 27px; letter-spacing: -.045em; }
.vat-card header p { margin: 0; color: var(--muted); font-size: 15px; }
.vat-filters { display: flex; gap: 8px; }
.vat-filters select { min-height: 43px; padding: 8px 34px 8px 12px; color: var(--text); background: #fff; border: 1px solid var(--line); border-radius: 12px; font-weight: 800; }
.vat-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.vat-metrics article { display: grid; gap: 4px; padding: 17px; background: #f8f8fb; border: 1px solid #ececf2; border-radius: 16px; }
.vat-metrics article span { color: #646a77; font-size: 14px; font-weight: 750; }
.vat-metrics article strong { font-size: 22px; letter-spacing: -.04em; }
.vat-metrics article small { color: var(--muted); font-size: 13px; }
.vat-metrics .vat-net { background: #f1efff; border-color: #ded9ff; }
.vat-metrics .vat-due { color: #0d654a; background: #eaf9f3; border-color: #ccecdf; }
.vat-disclaimer { margin: 14px 0 0; color: #777c88; font-size: 13px; }

.toolbar { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.toolbar .search { min-width: 0; flex: 1; }
.count { white-space: nowrap; padding: 8px 12px; border-radius: 99px; color: #5542d0; background: #efedff; border: 1px solid #dcd7ff; font-size: 13px; font-weight: 850; }
.table-wrap { width: 100%; min-width: 0; max-width: 100%; overflow: auto; }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { padding: 14px; border-bottom: 1px solid #e7edf3; text-align: left; white-space: nowrap; }
.table th { padding-top: 14px; padding-bottom: 14px; color: #6c7280; background: #fafafd; font-size: 13px; font-weight: 800; letter-spacing: 0; text-transform: none; }
.table tbody tr { transition: background .16s ease; }
.table tbody tr:hover { background: #f5f9fe; }
.client-cell { display: flex; align-items: center; gap: 11px; }
.client-cell div { display: grid; gap: 2px; }
.client-cell small { color: var(--muted); }
.client-avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; color: #fff; background: linear-gradient(145deg, #5865eb, #9a4fd0); font-weight: 850; }
.owner-cell { display: flex; align-items: center; gap: 8px; }
.owner-cell span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #174d7c; background: #e5eff8; font-size: 12px; font-weight: 850; }
.website-state { display: inline-flex; align-items: center; gap: 6px; color: #506477; font-weight: 700; }
.website-state::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #91a3b3; }
.website-state.opportunity { color: #0d7050; }
.website-state.opportunity::before { background: #20a477; box-shadow: 0 0 0 3px #dff5ed; }
.row-action { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; color: #5748d5; background: #f5f3ff; border: 1px solid #ded9ff; border-radius: 11px; font-weight: 800; cursor: pointer; }
.row-action:hover { color: white; background: #5b5cf0; border-color: #5b5cf0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.status { display: inline-block; padding: 7px 11px; border-radius: 99px; color: #5542d0; background: #efedff; border: 1px solid #dcd7ff; font-size: 13px; font-weight: 850; }
.status.green { color: #106a49; background: #e5f5ef; border-color: #b7dfcf; }
.empty { padding: 60px 25px; text-align: center; }
.empty h2 { margin-bottom: 5px; }

.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.journey-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; }
.sales-module { position: relative; display: grid; align-content: space-between; gap: 24px; min-height: 260px; padding: 24px; overflow: hidden; }
.sales-module::after { content: ""; position: absolute; right: -48px; bottom: -55px; width: 150px; height: 150px; border-radius: 50%; pointer-events: none; }
.sales-module header { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.sales-module > div, .sales-module > button, .sales-module > .module-complete { position: relative; z-index: 1; }
.sales-module h2 { max-width: 460px; margin: 0 0 9px; font-size: 28px; line-height: 1.1; letter-spacing: -.045em; }
.sales-module p { margin: 0; color: var(--muted); font-size: 15px; }
.sales-module > .button { justify-self: start; }
.module-index { display: grid; place-items: center; width: 39px; height: 39px; color: #fff; background: #1c2030; border-radius: 13px; font-size: 12px; font-weight: 900; letter-spacing: .05em; }
.module-demo { background: linear-gradient(145deg, #fff, #f3f1ff); }
.module-demo::after { background: linear-gradient(145deg, rgba(88,101,235,.18), rgba(154,79,208,.26)); }
.module-response { background: linear-gradient(145deg, #fff, #ecfaf5); }
.module-response::after { background: linear-gradient(145deg, rgba(48,211,174,.18), rgba(255,189,74,.20)); }
.module-response .module-index { background: linear-gradient(135deg, #159b76, #35cfa8); }
.module-complete { align-self: end; justify-self: start; color: #11825d; font-size: 13px; font-weight: 850; }
.pipeline-card { margin-bottom: 15px; padding: 22px 24px; overflow: hidden; }
.pipeline { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; }
.pipeline::before { content: ""; position: absolute; top: 18px; right: 10%; left: 10%; height: 3px; background: #e8eaf0; border-radius: 99px; }
.pipeline-step { position: relative; z-index: 1; display: grid; justify-items: center; gap: 9px; min-height: 0; padding: 0 8px; color: #8a8f9d; text-align: center; background: transparent; border: 0; border-radius: 0; }
.pipeline-step::before { content: ""; position: absolute; z-index: -1; top: 18px; right: 50%; width: 100%; height: 3px; background: #e8eaf0; transform: translateY(-50%); }
.pipeline-step:first-child::before { display: none; }
.pipeline-step span { display: grid; place-items: center; width: 36px; height: 36px; color: #737987; background: #f0f1f5; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #dde0e8; font-size: 12px; font-weight: 900; }
.pipeline-step strong { font-size: 13px; letter-spacing: -.01em; }
.pipeline-step.current { color: #4c3fd0; background: transparent; box-shadow: none; }
.pipeline-step.current span { color: #fff; background: linear-gradient(135deg, #6258ef, #8248df); box-shadow: 0 0 0 4px #eeeaff, 0 8px 18px rgba(92,73,221,.22); }
.pipeline-step.done { color: #096b50; background: transparent; border: 0; }
.pipeline-step.done::before { background: linear-gradient(90deg, #16a77b, #6558f5); }
.pipeline-step.done span { color: #fff; background: linear-gradient(135deg, #07986d, #2ac49a); box-shadow: 0 0 0 3px #e4f7f0; }
.pipeline-step.complete strong { color: #087253; font-weight: 900; }
.notice { margin-top: 12px; padding: 10px 12px; color: #8a2f2f; background: #fff2f2; border-radius: 8px; }
.activity-card { margin-top: 15px; padding: 22px; }
.documents-card { margin-top: 15px; padding: 22px; }
.finance-module { padding: 26px; }
.finance-header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; margin-bottom: 21px; }
.finance-header .module-index { background: linear-gradient(135deg, #f19b38, #f0c447); }
.finance-header h2 { margin: 0 0 4px; font-size: 28px; letter-spacing: -.045em; }
.finance-header p { margin: 0; color: var(--muted); font-size: 15px; }
.finance-total { padding: 10px 14px; color: #29223c; background: #fff5dc; border: 1px solid #f5dfae; border-radius: 13px; font-size: 17px; font-weight: 900; }
.credit-list { display: grid; gap: 9px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.credit-list h3 { margin: 0 0 3px; font-size: 15px; }
.credit-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto auto; align-items: center; gap: 12px; padding: 13px 14px; background: #fafafd; border: 1px solid var(--line); border-radius: 14px; }
.credit-row div { display: grid; gap: 2px; }
.credit-row div span { color: var(--muted); font-size: 13px; }
.document-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; padding: 14px; background: #f5f3ff; border: 1px solid #ded9ff; border-radius: 14px; }
.document-actions span { color: #625a7a; font-size: 13px; font-weight: 750; }
.partner-rules { display: grid; gap: 16px; padding: 22px; background: linear-gradient(145deg,#f7f6ff,#f0f8f5); border: 1px solid #dedcf3; border-radius: 16px; }
.partner-rules h2 { margin: 4px 0 0; font-size: 21px; }
.partner-rules ul { display: grid; gap: 9px; margin: 0; padding-left: 20px; color: #505665; font-size: 14px; line-height: 1.5; }
.rules-approval { display: flex; align-items: center; gap: 10px; padding: 13px 14px; color: #273047; background: #fff; border-radius: 12px; font-weight: 850; }
.rules-approval input { width: 19px; height: 19px; accent-color: #6558f5; }
.linked-demo-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 15px; padding: 22px; border-left: 4px solid #1d6eaf; }
.linked-demo-card h2 { margin: 4px 0; }
.linked-demo-card p { margin: 4px 0 0; color: var(--muted); }
.decision-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 15px; padding: 22px; }
.decision-card h2 { margin: 4px 0; }
.decision-card p { margin: 4px 0 0; color: var(--muted); }
.quote-decision-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 15px; padding: 22px; color: #173f61; background: #eef6fd; border-color: #bcd8ee; }
.quote-decision-card h2 { margin: 4px 0; }
.quote-decision-card p { margin: 4px 0 0; color: #567188; }
.payment-action-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 15px; padding: 22px; border-left: 4px solid #2477b5; }
.payment-action-card h2 { margin: 4px 0; }
.payment-action-card p { margin: 4px 0 0; color: var(--muted); }
.payment-action-card.paid { border-left-color: #16815d; background: #f2fbf7; }
.document-help { display: none; }
.documents-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.document-card, .document-empty { padding: 17px; border: 1px solid #dfe7ef; border-radius: 11px; background: #fbfcfe; }
.document-card header { display: flex; justify-content: space-between; gap: 12px; }
.document-card header small, .document-card header strong { display: block; }
.document-line { display: flex; justify-content: space-between; gap: 15px; margin: 17px 0; padding: 13px 0; border-top: 1px solid #e6ebf1; border-bottom: 1px solid #e6ebf1; }
.document-lines .document-line { margin: 0; }
.line-editor { display: grid; gap: 8px; padding: 14px; background: #f4f7fa; border-radius: 10px; }
.line-editor-head { display: flex; justify-content: space-between; gap: 12px; color: #536a7e; font-size: 12px; }
.line-edit-row { display: grid; grid-template-columns: 1fr 90px 140px; gap: 8px; }
.line-edit-row input { width: 100%; padding: 10px; border: 1px solid #cdd8e2; border-radius: 7px; }
.document-totals { display: grid; gap: 7px; }
.document-totals span { display: flex; justify-content: space-between; }
.grand-total { padding-top: 8px; border-top: 1px solid #ccd7e2; font-size: 17px; }
.document-empty { display: grid; gap: 5px; color: var(--muted); }
.document-preview { display: grid; gap: 5px; padding: 14px; color: #334e68; background: #f4f8fc; border-radius: 9px; }
.settings-card { padding: 22px; }
.launch-score { padding:10px 14px; color:#fff; background:#151b2e; border-radius:999px; font-weight:850; }
.launch-hero { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:22px; margin-bottom:16px; background:linear-gradient(135deg,#f7faf9,#edf5f1); }
.launch-hero div { display:grid; gap:5px; }
.launch-hero strong { font-size:22px; }
.launch-hero span { color:var(--muted); }
.launch-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.launch-item { display:grid; grid-template-columns:42px 1fr; gap:14px; padding:20px; }
.launch-item > div { display:grid; align-content:start; justify-items:start; gap:8px; }
.launch-item p { min-height:42px; margin:0 0 3px; color:var(--muted); line-height:1.5; }
.launch-icon { display:grid; place-items:center; width:38px; height:38px; color:#936016; background:#fff1cf; border-radius:50%; font-size:19px; font-weight:900; }
.launch-item.is-ready { border-left:4px solid #24a66a; }
.launch-item.is-ready .launch-icon { color:#087447; background:#dcf6e9; }
.owner-panel { margin-top:16px; padding:24px; }
.owner-panel ol { display:grid; gap:10px; padding-left:24px; }
.owner-panel li { padding:10px 0; }
.owner-panel li strong,.owner-panel li span { display:block; }
.owner-panel li span { margin-top:3px; color:var(--muted); }
.legal-document { color:#344250; line-height:1.65; }
.legal-document h2,.legal-document h3 { color:#121925; }
.legal-document li { margin-bottom:7px; }
.legal-document { margin-top: 18px; padding: 24px; color: #243b50; border: 1px solid #cfdae4; border-radius: 10px; background: white; }
.legal-document > header { display: flex; justify-content: space-between; gap: 25px; padding-bottom: 18px; border-bottom: 2px solid #183e60; }
.legal-document > header div { display: grid; gap: 3px; }
.legal-document > header div:last-child { text-align: right; }
.document-parties { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 20px 0; }
.document-parties div { display: grid; gap: 3px; }
.document-parties small { color: #667d91; font-weight: 850; letter-spacing: .08em; }
.payment-box { margin-top: 18px; padding: 13px; background: #eff5fa; border-radius: 7px; }
.document-meta { display: flex; justify-content: space-between; gap: 15px; padding: 7px 0; border-bottom: 1px solid #edf1f5; }
.document-intro { margin: 18px 0; color: #506679; line-height: 1.6; }
.document-notes { margin-top: 18px; padding: 13px; color: #506679; background: #faf7ef; border-radius: 7px; }
.document-notes p { margin: 5px 0 0; white-space: pre-line; }
.field textarea { width: 100%; resize: vertical; padding: 11px 12px; border: 1px solid #cbd6e0; border-radius: 8px; font: inherit; }
.pay-now { display: inline-block; margin-top: 12px; padding: 10px 14px; color: white; background: #126a4d; border-radius: 7px; font-weight: 850; text-decoration: none; }
.pay-now:hover { background: #0d583f; }
.validation-errors { display: grid; gap: 4px; margin-top: 13px; padding: 12px; color: #8b2f2f; background: #fff0f0; border: 1px solid #efcaca; border-radius: 8px; }
.activity-list { display: grid; gap: 0; margin-top: 14px; }
.activity-list div { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 11px 0; border-top: 1px solid #edf1f5; }
.activity-list span { color: var(--muted); }
.choice-grid { display: grid; gap: 10px; margin-top: 20px; }
.demo-preview { --demo-accent:#b76e79; --demo-accent-dark:#733f48; --demo-ink:#191919; position:relative; margin-top:0; overflow:visible; min-height:calc(100vh - 112px); color:var(--demo-ink); border:0; border-radius:0; background:#fff; }
.demo-theme-salon { --demo-accent:#b76e79; --demo-accent-dark:#733f48; }
.demo-theme-care { --demo-accent:#217a73; --demo-accent-dark:#164f4b; }
.demo-theme-restaurant { --demo-accent:#b06432; --demo-accent-dark:#68361f; }
.demo-theme-cleaning { --demo-accent:#16758e; --demo-accent-dark:#0c4657; }
.demo-theme-hotel { --demo-accent:#9b7440; --demo-accent-dark:#594025; }
.demo-theme-construction { --demo-accent:#c36d1d; --demo-accent-dark:#66380f; }
.demo-theme-business { --demo-accent:#276a65; --demo-accent-dark:#153f3c; }
.demo-preview nav { display: flex; justify-content: space-between; gap: 14px; padding: 14px 17px; border-bottom: 1px solid #e5ebf1; }
.demo-showcase-hero { min-height: 430px; display: grid; align-items: center; padding: 48px; color: white; background-size: cover; background-position: center; }
.demo-showcase-hero.website { background-image: linear-gradient(90deg, rgba(9,18,36,.94) 0%, rgba(9,18,36,.72) 42%, rgba(9,18,36,.08) 76%), url("assets/demo-website-hero-v2.png"); }
.demo-showcase-hero.shop { background-image: linear-gradient(90deg, rgba(9,18,36,.92) 0%, rgba(9,18,36,.62) 39%, rgba(9,18,36,.03) 72%), url("assets/demo-webshop-hero-v2.png"); }
.demo-showcase-copy { max-width: 520px; }
.demo-showcase-copy small { color:#f4dfe2; font-weight:850; letter-spacing:.11em; }
.demo-showcase-copy h2 { margin: 12px 0; font-size: clamp(32px,5vw,54px); line-height: 1.02; letter-spacing: -.055em; }
.demo-showcase-copy p { color: #e8e9f0; font-size: 17px; line-height: 1.65; }
.demo-showcase-copy button { margin-top:12px; padding:13px 18px; color:#fff; background:var(--demo-accent); border:0; border-radius:999px; font-weight:850; }
.demo-menu { display: flex; gap: 3px; }
.demo-menu button { padding: 5px 7px; color: #60758a; background: transparent; border: 0; border-radius: 5px; font-size: 12px; cursor: pointer; }
.demo-menu button.active { color:var(--demo-accent-dark); background:color-mix(in srgb,var(--demo-accent) 14%,white); }
.demo-page:not(.active) { display: none; }
.branch-photo { width: 100%; background-repeat: no-repeat; background-size: 300% 200%; background-position: var(--branch-pos); }
.branch-photo-hero { height: 235px; background-image: url("assets/branches-hero.png"); }
.branch-photo-detail { height: 190px; background-image: url("assets/branches-detail.png"); }
.demo-hero { padding: 32px 24px; color: white; background: linear-gradient(125deg, #0b2944, #1766a8); }
.demo-hero small { color: #a9d6fb; font-weight: 850; letter-spacing: .09em; }
.demo-hero h2 { max-width: 520px; margin: 8px 0; font-size: 29px; }
.demo-hero p { max-width: 520px; color: #dbeaf7; }
.demo-hero button { margin-top: 10px; padding: 9px 13px; color: #0b3b64; background: white; border: 0; border-radius: 7px; font-weight: 800; }
.demo-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 17px; }
.demo-features span { display: grid; gap: 4px; padding: 11px; background: #f5f8fb; border-radius: 8px; }
.demo-features small { color: #687d90; }
.demo-content { min-height: 310px; padding: 30px 24px; }
.demo-content > small { color:var(--demo-accent-dark); font-weight:850; letter-spacing:.08em; }
.demo-content h2 { margin: 7px 0; font-size: 26px; }
.demo-content > p { max-width: 650px; color: #5d7184; line-height: 1.65; }
.demo-home-story { display:grid; grid-template-columns:minmax(320px,1.15fr) minmax(280px,.85fr); align-items:stretch; margin:12px 24px 30px; overflow:hidden; background:#f5f7f7; border-radius:20px; }
.demo-home-story .branch-photo { min-height:260px; height:100%; }
.demo-home-story > div:last-child { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:32px; }
.demo-home-story small { color:var(--demo-accent-dark); font-weight:900; letter-spacing:.09em; }
.demo-home-story h3 { margin:8px 0; font-size:25px; }
.demo-home-story p { margin:0; color:#5d6c70; line-height:1.65; }
.demo-home-story button { margin-top:18px; padding:10px 14px; color:#fff; background:var(--demo-accent-dark); border:0; border-radius:999px; font-weight:850; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
.service-grid article, .about-highlight { padding: 15px; background: #f4f8fb; border-radius: 9px; }
.product-grid article { overflow: hidden; padding: 0 0 17px; background: #fff; border: 1px solid #e3e6ed; border-radius: 14px; }
.product-grid article > strong,.product-grid article > p,.product-grid article > button { margin-left: 16px; margin-right: 16px; }
.product-image { display: block; height: 150px; margin-bottom: 15px; background-image: url("assets/demo-webshop-hero-v2.png"); background-size: 280% auto; }
.product-1 { background-position: 65% 65%; }
.product-2 { background-position: 88% 42%; }
.product-3 { background-position: 48% 72%; }
.product-grid button { padding: 9px 12px; color: white; background: #151b2e; border: 0; border-radius: 8px; font-weight: 800; }
.trust-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 16px; }
.trust-row span { display: grid; gap: 3px; padding: 13px; background: white; border-radius: 9px; }
.trust-row small { color: #667b8e; }
.demo-contact-actions { display: flex; gap: 10px; margin-top: 14px; }
.demo-contact-actions button { padding: 11px 14px; border-radius: 9px; font-weight: 850; }
.whatsapp-demo { color: white; background: #15815e; border: 0; }
.chat-demo { color: #5142cf; background: #efedff; border: 1px solid #d8d3ff; }
.service-grid p, .about-highlight p { margin-bottom: 0; color: #667b8e; font-size: 13px; line-height: 1.55; }
.contact-panel { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 12px; margin-top: 22px; padding: 16px; background: #f4f8fb; border-radius: 10px; }
.contact-panel div { display: grid; gap: 4px; }
.contact-panel span { color: #60758a; font-size: 13px; }
.contact-panel button { padding:10px 12px; color:white; background:var(--demo-accent-dark); border:0; border-radius:7px; font-weight:800; }
.demo-footer { display:flex; justify-content:space-between; padding:22px 28px; color:#fff; background:var(--demo-accent-dark); font-size:12px; }
.demo-floating-actions { position:fixed; z-index:40; right:22px; bottom:22px; display:grid; justify-items:end; gap:10px; width:max-content; margin:0; }
.demo-floating-actions button { display:flex; align-items:center; gap:9px; min-height:52px; padding:8px 15px 8px 9px; color:#fff; border:0; border-radius:999px; box-shadow:0 12px 30px rgba(15,32,38,.24); font-weight:850; cursor:pointer; }
.demo-floating-actions span { display:grid; place-items:center; width:36px; height:36px; background:rgba(255,255,255,.18); border-radius:50%; font-style:normal; }
.demo-floating-actions svg { width:22px; height:22px; fill:currentColor; }
.demo-floating-actions em { font-style:normal; }
.demo-float-whatsapp { background:#25d366; }
.demo-float-chat { background:var(--demo-accent-dark); }
.demo-chat-panel,.demo-whatsapp-panel { position:fixed; z-index:42; right:24px; bottom:154px; display:none; width:min(360px,calc(100vw - 32px)); overflow:hidden; background:#fff; border:1px solid #e3e5e7; border-radius:20px; box-shadow:0 24px 70px rgba(13,30,36,.28); }
.demo-chat-panel.open,.demo-whatsapp-panel.open { display:block; }
.demo-chat-panel header { display:flex; align-items:center; gap:11px; padding:16px; color:#fff; background:var(--demo-accent-dark); }
.demo-chat-panel header > div { display:grid; flex:1; gap:2px; }
.demo-chat-panel header small { color:rgba(255,255,255,.78); }
.demo-chat-panel header i { display:inline-block; width:7px; height:7px; background:#54e38d; border-radius:50%; }
.demo-chat-avatar { display:grid; place-items:center; width:42px; height:42px; color:var(--demo-accent-dark); background:#fff; border-radius:50%; font-weight:900; }
.demo-chat-close { color:#fff; background:transparent; border:0; font-size:24px; cursor:pointer; }
.demo-chat-messages { display:grid; gap:8px; min-height:190px; max-height:280px; overflow:auto; padding:17px; background:#f5f5f3; }
.demo-chat-messages p { justify-self:start; max-width:85%; margin:0; padding:10px 12px; background:#fff; border-radius:4px 14px 14px 14px; box-shadow:0 3px 10px rgba(0,0,0,.05); font-size:14px; }
.demo-chat-messages .from-visitor { justify-self:end; color:#fff; background:var(--demo-accent-dark); border-radius:14px 4px 14px 14px; }
.demo-chat-form { display:grid; grid-template-columns:1fr auto; gap:8px; padding:12px; }
.demo-chat-form input { min-width:0; padding:11px 12px; border:1px solid #d8dcdf; border-radius:999px; font:inherit; }
.demo-chat-form button,.demo-whatsapp-panel button { padding:10px 14px; color:#fff; background:var(--demo-accent-dark); border:0; border-radius:999px; font-weight:850; }
.demo-whatsapp-panel { padding:20px; }
.demo-whatsapp-panel strong,.demo-whatsapp-panel span { display:block; margin-bottom:8px; }
.demo-whatsapp-panel span { color:#687276; font-size:14px; line-height:1.5; }
.demo-whatsapp-panel button { width:100%; margin-top:8px; background:#20b969; }
.seo-summary { display: none; }
.email-preview { margin-top:16px; overflow:hidden; color:#172033; background:#fff; border:1px solid #dfe4ec; border-radius:18px; box-shadow:0 16px 42px rgba(22,31,52,.09); }
.email-preview-top { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:16px 20px; background:#f6f7fb; border-bottom:1px solid #e7eaf0; }
.email-badge { padding:7px 10px; color:#4338ca; background:#ebe9ff; border-radius:999px; font-size:12px; font-weight:900; letter-spacing:.04em; text-transform:uppercase; }
.email-recipient { display:grid; gap:2px; text-align:right; color:#39435a; font-size:14px; overflow-wrap:anywhere; }
.email-recipient small,.email-subject small { color:#7a8397; font-size:11px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.email-subject { display:grid; gap:5px; padding:18px 20px; border-bottom:1px solid #eceef3; }
.email-subject strong { font-size:18px; line-height:1.3; }
.email-body { padding:20px; }
.email-preview p { margin:0 0 15px; line-height:1.7; }
.document-email-preview { margin-bottom:18px; }
.email-document-chip { display:flex; align-items:center; justify-content:space-between; gap:14px; margin:18px 0; padding:15px 17px; color:#fff; background:linear-gradient(135deg,#171d2d,#2b3150); border-radius:14px; }
.email-document-chip span { color:#cbd0df; font-size:12px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.email-document-chip strong { font-size:16px; }
.email-preview .email-actions { display:flex; justify-content:flex-end; gap:10px; padding:0 20px 20px; }
.customer-buttons { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.customer-buttons button { padding: 10px 13px; border-radius: 7px; font-weight: 800; cursor: default; }
.demo-mail-button { color: white; background: #155e9e; border: 1px solid #155e9e; }
.customer-buttons .yes { color: #096442; background: #e7f6ef; border: 1px solid #afdcca; }
.customer-buttons .no { color: #8a3434; background: #fff3f3; border: 1px solid #edcaca; }
.email-signature { color: #445d72; }
@media (max-width:640px) {
  .email-preview-top { align-items:flex-start; flex-direction:column; }
  .email-recipient { text-align:left; }
  .email-preview .email-actions { display:grid; grid-template-columns:1fr; }
  .email-preview .email-actions .button { width:100%; }
}
.local-warning { margin-top: 12px; padding: 13px 14px; color: #6a561e; background: #fff8df; border: 1px solid #eedb92; border-radius: 12px; font-size: 14px; }
.document-card header small { color: #656b78; font-size: 13px; font-weight: 850; }
.demo-check { margin: 16px 0 0; padding: 13px; background: #f5f8fb; border-radius: 9px; }
.button:disabled { opacity: .45; cursor: not-allowed; }
.detail-card { padding: 22px; }
.detail-card h2 { margin: 4px 0; letter-spacing: -.025em; }
.detail-card-head { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; }
.detail-card-head .compact { min-height:36px; padding:8px 12px; }
.progress-card { color:#fff; background:linear-gradient(145deg,#121a2f,#29365a); }
.progress-card .eyebrow,.progress-card .detail-line span { color:#aeb9d0; }
.progress-card h2,.progress-card .detail-line strong { color:#fff; }
.progress-card .detail-line { border-color:rgba(255,255,255,.12); }
.progress-card .status { color:#e8eaff; background:rgba(128,116,255,.24); }
.progress-card .button.primary { color:#151a2a; background:#fff; box-shadow:none; }
.detail-list { display: grid; gap: 11px; margin-top: 18px; }
.detail-line { display: grid; grid-template-columns: 150px 1fr; gap: 15px; padding-top: 11px; border-top: 1px solid #edf1f5; }
.detail-line span { color: var(--muted); }
.detail-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }

.overlay { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; padding: 18px; background: rgba(4,17,30,.62); backdrop-filter: blur(5px); }
.modal { width: min(690px, 100%); max-height: 90vh; overflow: auto; padding: 26px; background: white; border-radius: 17px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.overlay:has(.demo-modal-shell) { padding:0; background:#0d1719; }
.demo-modal-shell { width:100vw; height:100vh; max-height:none; overflow:auto; padding:0; border-radius:0; box-shadow:none; }
.demo-window-header { position:sticky; top:0; z-index:35; align-items:center; min-height:96px; padding:16px 24px; color:#fff; background:rgba(13,23,25,.96); border-bottom-color:rgba(255,255,255,.1); backdrop-filter:blur(14px); }
.demo-window-header h2 { font-size:22px; }
.demo-window-header .eyebrow,.demo-window-header .muted { color:#aebcbd; }
.demo-window-header .close { color:#fff; background:rgba(255,255,255,.1); }
.modal-header { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.modal-header h2 { margin: 4px 0; }
.close { width: 36px; height: 36px; border: 0; border-radius: 50%; background: #eef2f6; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 18px; }
.span-2 { grid-column: 1 / -1; }
.form-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; gap: 9px; padding-top: 16px; border-top: 1px solid #edf1f5; }
.document-workflow { display: grid; gap: 5px; margin-top: 16px; padding: 15px; color: #3d566c; background: #eef5fa; border-left: 3px solid var(--blue); border-radius: 8px; }
.document-approval { display:flex; align-items:flex-start; gap:10px; margin-top:14px; padding:14px; color:var(--navy); background:#fff8dd; border:1px solid #f0dfa0; border-radius:9px; font-size:13px; font-weight:800; line-height:1.45; }
.document-approval input { margin-top:2px; }
.document-approved { display:grid; gap:3px; margin:12px 0; padding:10px 12px; color:#126142; background:#eaf8f2; border-radius:8px; font-size:12px; }
.email-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 15px; }
.team-card { margin-top: 16px; padding: 24px; }
.team-card h2 { margin: 5px 0 8px; }
.team-card p { max-width: 720px; color: var(--muted); }
.team-code { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 14px; background: #eef5fa; border: 1px solid #d6e3ed; border-radius: 10px; }
.team-code code { flex: 1; overflow-wrap: anywhere; color: var(--navy); font-size: 14px; font-weight: 800; }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 50; padding: 13px 16px; color: white; background: var(--navy); border-radius: 10px; box-shadow: var(--shadow); }
.source-state { display:inline-flex; align-items:center; min-height:38px; padding:0 13px; color:#7a5a00; background:#fff5cf; border-radius:999px; font-size:13px; font-weight:850; white-space:nowrap; }
.source-state.connected { color:#126142; background:#dcf8eb; }
.scanner-panel { padding:24px; }
.scanner-intro { display:flex; align-items:flex-start; justify-content:space-between; gap:24px; margin-bottom:20px; }
.scanner-intro h2 { margin:5px 0 0; font-size:24px; }
.scanner-intro p { max-width:440px; margin:0; color:var(--muted); }
.scanner-form { display:grid; grid-template-columns:minmax(220px,1.4fr) minmax(190px,1fr) auto; align-items:end; gap:14px; }
.scanner-button { min-height:46px; }
.scanner-rules { display:flex; flex-wrap:wrap; gap:9px; margin-top:18px; }
.scanner-rules span { padding:7px 10px; color:#5e6472; background:#f3f5f8; border-radius:8px; font-size:12px; font-weight:750; }
.scanner-results { display:grid; gap:12px; margin-top:18px; }
.scanner-empty { padding:34px; text-align:center; }
.scanner-empty h2 { margin:0 0 8px; }
.scanner-empty p { margin:0; color:var(--muted); }
.rejection-breakdown { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:8px; width:100%; margin-top:12px; }
.rejection-breakdown span { display:grid; grid-template-columns:32px 1fr; align-items:center; gap:9px; padding:9px 11px; color:#5d6473; background:#fff; border:1px solid #e6e8ee; border-radius:10px; font-size:12px; }
.rejection-breakdown b { display:grid; place-items:center; width:30px; height:30px; color:#8b3a3a; background:#fff0f0; border-radius:9px; }
.candidate-card { display:grid; grid-template-columns:48px minmax(0,1fr) auto; align-items:start; gap:18px; padding:20px; }
.candidate-number { display:grid; place-items:center; width:44px; height:44px; color:#fff; background:var(--navy); border-radius:13px; font-weight:900; }
.candidate-card h2 { margin:4px 0 8px; font-size:19px; }
.candidate-meta { display:flex; flex-wrap:wrap; gap:7px; margin:-2px 0 12px; }
.candidate-meta span { padding:5px 8px; color:#5e6472; background:#f1f3f7; border-radius:7px; font-size:12px; font-weight:750; }
.candidate-score { display:grid; justify-items:end; gap:2px; min-width:142px; }
.candidate-score strong { color:#675cf5; font-size:30px; line-height:1; }
.candidate-score strong em { color:var(--muted); font-size:12px; font-style:normal; }
.candidate-score span { color:var(--navy); font-size:12px; font-weight:850; text-align:right; }
.candidate-score small { color:var(--muted); font-size:11px; }
.candidate-card p { margin:0 0 14px; color:var(--muted); line-height:1.55; }
.filter-summary { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:14px 18px; color:#4e5563; background:#f0f3f7; border-radius:12px; }
.filter-summary span { font-size:13px; }
.evidence-note { display:grid; gap:3px; margin:0 0 14px; padding:11px 13px; color:#455267; background:#f5f7fa; border-left:3px solid #675cf5; border-radius:8px; font-size:13px; }
.evidence-note strong { color:var(--navy); }
.candidate-actions { display:flex; flex-wrap:wrap; gap:9px; }
.website-report { display:grid; gap:4px; margin:0 0 14px; padding:12px 14px; color:#126142; background:#eaf8f2; border-radius:9px; font-size:13px; }
.website-report small { color:#577267; }
.quality-bar { display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:24px; padding:18px 20px; color:#fff; background:linear-gradient(135deg,#151b2b,#25304a); border-radius:16px; }
.quality-bar > div { display:grid; gap:4px; }
.quality-bar .eyebrow,.quality-bar small { color:#adb7ce; }
.quality-bar > div:nth-child(2) strong { font-size:25px; }
.quality-bar > span { padding:8px 11px; color:#d9ddff; background:rgba(117,105,237,.2); border-radius:9px; font-size:12px; font-weight:800; }
.review-actions { display:flex; align-items:center; flex-wrap:wrap; gap:8px; margin-top:12px; padding-top:12px; border-top:1px solid #eceef3; }
.review-actions > span { margin-right:3px; color:var(--muted); font-size:12px; font-weight:800; }
.review-actions > strong { color:#126142; font-size:12px; }
.review-positive { color:#126142; border-color:#b9e5d2; background:#eaf8f2; }
.candidate-card.reviewed { border-color:#cdd6e3; }
.dashboard-opportunities { margin-bottom:22px; padding:24px; }
.dashboard-opportunities > header,.dashboard-opportunities.empty { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.dashboard-opportunities h2 { margin:5px 0 0; }
.dashboard-opportunities.empty p { max-width:650px; margin:7px 0 0; color:var(--muted); }
.conversion-card { margin-bottom:22px; padding:24px; }
.conversion-card > header { display:flex; align-items:flex-start; justify-content:space-between; gap:24px; }
.conversion-card h2 { margin:5px 0; }
.conversion-card header p { max-width:590px; margin:0; color:var(--muted); }
.conversion-empty { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.conversion-empty > div { max-width:680px; }
.conversion-empty p { margin:6px 0 0; color:var(--muted); line-height:1.55; }
.conversion-empty { background:linear-gradient(135deg,#fff 0%,#f1efff 100%); box-shadow:0 18px 44px rgba(75,62,213,.1); }
.conversion-empty .button { color:#fff; border:0; background:#11182b; }
.conversion-summary { display:flex; gap:18px; }
.conversion-summary span { display:grid; gap:3px; min-width:82px; }
.conversion-summary small { color:var(--muted); }
.conversion-summary strong { color:var(--navy); font-size:19px; }
.funnel-row { display:grid; grid-template-columns:repeat(6,minmax(90px,1fr)); gap:9px; margin-top:20px; }
.funnel-row article { display:grid; gap:3px; padding:16px; background:#f5f6fa; border-radius:12px; border-top:3px solid #7569ed; }
.funnel-row article strong { color:var(--navy); font-size:28px; line-height:1.1; }
.funnel-row article small { order:-1; color:var(--muted); font-size:12px; font-weight:850; }
.funnel-row article span { color:#8a91a0; font-size:11px; }
.learning-card { margin-bottom:22px; padding:24px; }
.learning-card { background:linear-gradient(160deg,#fff 70%,#f2fbf8); }
.learning-card > header { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; }
.learning-card h2 { margin:5px 0; }
.learning-card header p { margin:0; color:var(--muted); }
.learning-table { margin-top:18px; overflow-x:auto; }
.learning-table > div { display:grid; grid-template-columns:minmax(240px,1.5fr) repeat(4,minmax(74px,.55fr)) minmax(110px,.8fr); align-items:center; gap:12px; min-width:760px; padding:12px 14px; border-bottom:1px solid #eceef3; }
.learning-table .learning-head { color:var(--muted); background:#f7f8fb; border-radius:9px 9px 0 0; font-size:11px; font-weight:850; text-transform:uppercase; }
.learning-note { margin:16px 0 0; padding:13px 15px; color:#5d6472; background:#f4f6f9; border-radius:9px; font-size:13px; }
.learning-empty { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:4px 20px; margin:18px 0 0; padding:18px; color:#5d6472; background:#f4f6f9; border-radius:12px; font-size:13px; }
.learning-empty strong { color:var(--navy); font-size:15px; }
.learning-empty span { grid-column:1; }
.learning-empty .button { grid-column:2; grid-row:1 / span 2; }
.opportunity-list { display:grid; gap:0; margin-top:18px; border-top:1px solid #eceef3; }
.opportunity-list article { display:grid; grid-template-columns:38px minmax(0,1fr) 52px auto; align-items:center; gap:14px; padding:14px 0; border-bottom:1px solid #eceef3; }
.opportunity-list article > div { display:grid; gap:3px; }
.opportunity-list article > div span { color:var(--muted); font-size:13px; }
.opportunity-list article > b { color:#675cf5; font-size:21px; text-align:center; }
.opportunity-rank { display:grid; place-items:center; width:32px; height:32px; color:#fff; background:var(--navy); border-radius:10px; font-weight:900; }
.message-preview { display:grid; margin-top:18px; }
.follow-up-card { margin-top:18px; padding:24px; }
.follow-up-card > header { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; }
.follow-up-card h2 { margin:5px 0; }
.follow-up-card header p { margin:0; color:var(--muted); }
.follow-up-list { display:grid; margin-top:18px; border-top:1px solid #eceef3; }
.follow-up-list article { display:grid; grid-template-columns:38px minmax(0,1fr) auto; align-items:center; gap:13px; padding:13px 0; border-bottom:1px solid #eceef3; }
.follow-up-list article > span:first-child { display:grid; place-items:center; width:32px; height:32px; color:#675cf5; background:#efedff; border-radius:10px; font-weight:900; }
.follow-up-list article > div { display:grid; gap:3px; }
.follow-up-list article small { color:var(--muted); }
.follow-up-list article.cancelled { opacity:.58; }

@media (max-width: 850px) {
  .login-page { grid-template-columns: 1fr; }
  .login-visual { display: none; }
  .workspace { grid-template-columns: minmax(0, 1fr); }
  .sidebar { display: none; }
  .mobile-navigation { display: flex; gap: 6px; padding: 9px 16px; overflow-x: auto; background: #fff; border-bottom: 1px solid var(--line); }
  .mobile-navigation button { flex: 0 0 auto; padding: 8px 11px; color: #6b7180; background: transparent; border: 1px solid transparent; border-radius: 10px; font-weight: 800; }
  .mobile-navigation button.active { color: #4e3ed1; background: #efedff; border-color: #ddd8ff; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .scanner-form { grid-template-columns:1fr 1fr; }
  .scanner-button { grid-column:1 / -1; }
  .vat-metrics { grid-template-columns: 1fr 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: 1fr; }
  .documents-grid { grid-template-columns: 1fr; }
  .linked-demo-card { align-items: flex-start; flex-direction: column; }
  .decision-card { align-items: flex-start; flex-direction: column; }
  .quote-decision-card { align-items: flex-start; flex-direction: column; }
  .payment-action-card { align-items: flex-start; flex-direction: column; }
  .finance-header { grid-template-columns: auto 1fr; }
  .finance-total { grid-column: 1 / -1; justify-self: stretch; text-align: center; }
  .credit-row { grid-template-columns: 1fr auto; }
  .credit-row .button { grid-column: 1 / -1; }
  .document-actions { align-items: stretch; flex-direction: column; }
  .demo-features { grid-template-columns: 1fr; }
  .service-grid, .contact-panel { grid-template-columns: 1fr; }
  .demo-preview nav { align-items: flex-start; flex-direction: column; }
  .demo-showcase-hero { min-height: 390px; padding: 32px 22px; background-position: 63% center; }
  .demo-showcase-hero.website,.demo-showcase-hero.shop { background-image: linear-gradient(90deg,rgba(9,18,36,.94),rgba(9,18,36,.68)),var(--demo-image); }
  .demo-showcase-hero.website { --demo-image: url("assets/demo-website-hero-v2.png"); }
  .demo-showcase-hero.shop { --demo-image: url("assets/demo-webshop-hero-v2.png"); }
  .demo-showcase-copy h2 { font-size: 36px; }
  .trust-row { grid-template-columns: 1fr; }
  .branch-photo-hero { height: 180px; }
  .branch-photo-detail { height: 150px; }
  .legal-document > header, .document-parties { grid-template-columns: 1fr; flex-direction: column; }
  .legal-document > header div:last-child { text-align: left; }
  .line-edit-row { grid-template-columns: 1fr; }
  .pipeline-card { padding: 18px 10px 16px; }
  .pipeline { grid-template-columns: repeat(5, minmax(58px, 1fr)); }
  .pipeline::before { top: 16px; right: 9%; left: 9%; }
  .pipeline-step { gap: 7px; padding: 0 3px; }
  .pipeline-step::before { top: 16px; }
  .pipeline-step span { width: 32px; height: 32px; border-width: 2px; }
  .pipeline-step strong { font-size: 11px; }
  .main { padding: 24px; }
}
@media (max-width: 560px) {
  .login-panel { align-items: start; padding: 18px 14px; }
  .login-card { width: 100%; padding: 24px 20px; border-radius: 15px; }
  .login-card h2 { font-size: 28px; }
  .topbar { height: 68px; padding: 0 14px; }
  .user-area span { display: none; }
  .main { padding: 18px 12px; }
  .metrics, .form-grid { grid-template-columns: 1fr; }
  .scanner-intro { flex-direction:column; }
  .scanner-form { grid-template-columns:1fr; }
  .scanner-button { grid-column:auto; width:100%; }
  .candidate-card { grid-template-columns:42px minmax(0,1fr); }
  .candidate-card > .status,.candidate-score { grid-column:2; justify-self:start; justify-items:start; }
  .candidate-score span { text-align:left; }
  .quality-bar { grid-template-columns:1fr 1fr; }
  .quality-bar > span { grid-column:1 / -1; }
  .dashboard-opportunities > header,.dashboard-opportunities.empty { align-items:flex-start; flex-direction:column; }
  .conversion-card > header { flex-direction:column; }
  .conversion-empty { align-items:flex-start; flex-direction:column; }
  .conversion-summary { width:100%; flex-wrap:wrap; }
  .funnel-row { grid-template-columns:repeat(2,1fr); }
  .learning-card > header { flex-direction:column; }
  .learning-empty { grid-template-columns:1fr; }
  .learning-empty .button { grid-column:1; grid-row:auto; justify-self:start; margin-top:8px; }
  .opportunity-list article { grid-template-columns:34px minmax(0,1fr) 44px; }
  .opportunity-list article .button { grid-column:2 / -1; justify-self:start; }
  .follow-up-card > header { flex-direction:column; }
  .follow-up-list article { grid-template-columns:34px minmax(0,1fr); }
  .follow-up-list article > .button,.follow-up-list article > .status { grid-column:2; justify-self:start; }
  .vat-card > header { align-items: stretch; flex-direction: column; }
  .vat-filters { display: grid; grid-template-columns: 1fr 1fr; }
  .vat-metrics { grid-template-columns: 1fr; }
  .span-2, .form-actions { grid-column: auto; }
  .page-header { align-items: flex-start; flex-direction: column; }
  .page-header > * { min-width: 0; max-width: 100%; }
  .toolbar { align-items: stretch; flex-wrap: wrap; }
  .toolbar .search { width: 100%; flex-basis: 100%; }
  .table-wrap { overflow: hidden; }
  .table, .table tbody, .table tr, .table td { display: block; width: 100%; min-width: 0; }
  .table { min-width: 0; }
  .table thead { display: none; }
  .table tr { padding: 12px; border-bottom: 1px solid var(--line); }
  .table td { padding: 7px 0; border: 0; overflow-wrap: anywhere; }
  .table td:last-child { padding-top: 10px; }
  .row-action { width: 100%; justify-content: center; }
  .page-header h1 { font-size: 27px; }
  .detail-line { grid-template-columns: 1fr; gap: 2px; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .team-code { align-items: stretch; flex-direction: column; }
}

/* Final fintech presentation layer */
body { background: linear-gradient(180deg, #f9f9fc 0, #f3f4f8 420px); }
.topbar { height: 72px; padding: 0 28px; border-bottom-color: #e6e7ed; }
.brand strong { font-size: 18px; letter-spacing: -.03em; }
.workspace { grid-template-columns: 252px minmax(0, 1fr); min-height: calc(100vh - 72px); }
.sidebar { padding: 22px 14px; color: #b9c0d0; background: #101525; border-right: 0; }
.navigation { gap: 6px; }
.navigation button { min-height: 46px; padding: 0 14px; color: #bdc3d2; border-radius: 12px; font-weight: 800; }
.navigation button:hover { color: #fff; background: rgba(255,255,255,.07); }
.navigation button.active { color: #fff; background: linear-gradient(135deg, #6159ef, #8248df); box-shadow: 0 10px 24px rgba(82,65,210,.3); }
.environment-note { color: #8991a6; border-top-color: rgba(255,255,255,.1); }
.environment-note strong { color: #eef1f8; }
.main { max-width: 1440px; padding: 38px clamp(24px, 3.2vw, 52px) 56px; }
.page-header { margin-bottom: 28px; }
.page-header h1 { font-size: clamp(32px,3vw,44px); }
.button { min-height: 44px; padding: 0 17px; border-color: #dfe2ea; border-radius: 12px; color: #252a38; box-shadow: 0 2px 5px rgba(19,25,42,.035); }
.button:hover { border-color: #c8cde0; box-shadow: 0 9px 20px rgba(25,31,50,.09); }
.button.primary { background: linear-gradient(135deg,#675cf5,#7f46df); box-shadow: 0 11px 24px rgba(92,73,221,.25); }
.button.primary:hover { background: linear-gradient(135deg,#584de9,#7138d3); box-shadow: 0 14px 28px rgba(92,73,221,.32); }
.card { border-color: rgba(225,227,235,.9); border-radius: 20px; box-shadow: 0 14px 36px rgba(18,23,38,.065); }
.metrics { gap: 18px; margin-bottom: 22px; }
.metric { min-height: 154px; padding: 25px 26px; }
.metric::after { width: 104px; height: 104px; opacity: .75; }
.metric strong { margin: 10px 0 6px; font-size: 38px; }
.vat-card,.documents-card,.pipeline-card,.detail-card,.activity-card,.settings-card { border-color: transparent; }
.table th { color: #747987; background: #f7f8fb; font-size: 12px; letter-spacing: .035em; text-transform: uppercase; }
.table th,.table td { padding: 16px 18px; border-bottom-color: #eceef3; }
.table tbody tr:hover { background: #f8f8fd; }
.row-action { min-height: 38px; padding: 0 14px; border-radius: 10px; color: #584bdc; background: #f0eeff; font-weight: 850; }
.status { padding: 6px 10px; border: 0; color: #5547d3; background: #efedff; }
.status.green { border: 0; color: #087253; background: #e4f6ef; }
.pipeline-step { min-height: 52px; border-radius: 12px; }
.field input,.field select,.field textarea,.search { min-height: 46px; border-color: #dde1ea; background: #fbfbfd; }
.field input:focus,.field select:focus,.field textarea:focus,.search:focus { border-color: #7569ed; background: #fff; box-shadow: 0 0 0 4px rgba(101,88,245,.1); }
.modal { border-radius: 22px; box-shadow: 0 32px 90px rgba(5,10,25,.34); }

@media (max-width: 850px) {
  .workspace { grid-template-columns: minmax(0,1fr); }
  .mobile-navigation { gap: 8px; padding: 10px 12px; background: #101525; border: 0; }
  .mobile-navigation button { min-height: 40px; color: #b8bfd0; border-radius: 10px; }
  .mobile-navigation button.active { color: #fff; background: linear-gradient(135deg,#6159ef,#8248df); border: 0; }
  .main { padding: 26px 18px 44px; }
}

@media (max-width: 560px) {
  .topbar { height: 64px; padding: 0 12px; }
  .brand small { display: none; }
  .main { padding: 22px 12px 40px; }
  .page-header { gap: 16px; margin-bottom: 20px; }
  .page-header h1 { font-size: 30px; }
  .page-header .button.primary { width: 100%; }
  .metrics { gap: 12px; }
  .metric { min-height: 128px; padding: 21px; }
  .metric strong { font-size: 32px; }
  .card { border-radius: 16px; }
  .button { min-height: 46px; }
  .table tr { margin: 10px; padding: 14px; border: 1px solid #e6e8ef; border-radius: 14px; background: #fff; }
  .row-action { min-height: 42px; }
  .overlay { padding: 8px; }
  .modal { max-height: 96vh; padding: 20px 16px; border-radius: 18px; }
}

/* Laatste responsive regels voor het websitevoorbeeld. */
.demo-window-header {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 60;
  width: auto;
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}
.demo-window-header > div { display: none; }
.demo-window-header .close {
  width: 46px;
  height: 46px;
  color: #fff;
  background: rgba(13,23,25,.9);
  box-shadow: 0 10px 28px rgba(4,14,18,.3);
}
.demo-view-switch {
  position: fixed;
  right: 50%;
  top: 14px;
  bottom: auto;
  z-index: 72;
  display: flex;
  gap: 4px;
  padding: 5px;
  background: rgba(13,23,25,.9);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  box-shadow: 0 15px 42px rgba(4,14,18,.28);
  transform: translateX(50%);
  backdrop-filter: blur(16px);
}
.demo-view-switch button {
  min-height: 42px;
  padding: 0 17px;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
  cursor: pointer;
}
.demo-view-switch button.active {
  display: none;
}
.demo-mail-stage[hidden],.demo-preview[hidden] { display: none !important; }
.demo-mail-stage {
  min-height: 100dvh;
  padding: clamp(92px, 9vw, 132px) 24px 120px;
  background: linear-gradient(155deg,#f7f8fc,#eef1f7);
}
.demo-mail-stage > * {
  width: min(780px,100%);
  margin-right: auto;
  margin-left: auto;
}
.demo-mail-stage .email-preview { margin-top: 0; }
.demo-email-mode .demo-floating-actions,
.demo-email-mode .demo-chat-panel,
.demo-email-mode .demo-whatsapp-panel { display: none !important; }

@media (max-width: 850px) {
  .demo-view-switch {
    top: auto;
    bottom: max(14px, env(safe-area-inset-bottom));
  }
}
.overlay:has(.demo-modal-shell) {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.overlay:has(.demo-modal-shell) .demo-modal-shell {
  width: 100%;
  max-width: 100%;
  height: 100dvh;
  overflow-x: hidden;
}
.demo-modal-shell .demo-preview {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
}
.demo-modal-shell .demo-preview nav {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 72px;
  align-items: center;
  padding: 14px 84px 14px 32px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(220,226,231,.82);
  box-shadow: 0 8px 28px rgba(13,30,36,.055);
  backdrop-filter: blur(18px);
}
.demo-modal-shell .demo-preview nav > strong {
  font-size: 18px;
  letter-spacing: -.025em;
}
.demo-modal-shell .demo-menu {
  gap: 4px;
  padding: 4px;
  background: #f4f6f7;
  border-radius: 999px;
}
.demo-modal-shell .demo-menu button {
  min-height: 38px;
  padding: 8px 15px;
  border-radius: 999px;
}
.demo-modal-shell .demo-menu button.active {
  background: #fff;
  box-shadow: 0 4px 12px rgba(13,30,36,.1);
}
.demo-modal-shell .demo-showcase-hero {
  min-height: clamp(500px, 62vh, 690px);
  padding: clamp(48px, 7vw, 100px);
}
.demo-modal-shell .demo-showcase-copy {
  max-width: 680px;
}
.demo-modal-shell .demo-showcase-copy h2 {
  max-width: 650px;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: .99;
  letter-spacing: -.052em;
}
.demo-modal-shell .demo-showcase-copy p {
  max-width: 610px;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}
.demo-modal-shell .demo-showcase-copy button {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(7,30,29,.2);
}
.demo-modal-shell .demo-features {
  gap: 14px;
  padding: 22px clamp(22px, 4vw, 56px);
  background: #fff;
}
.demo-modal-shell .demo-features span {
  min-height: 104px;
  padding: 22px;
  border: 1px solid #e9edef;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(13,30,36,.045);
}
.demo-modal-shell .demo-home-story {
  max-width: 1320px;
  margin: 28px auto 46px;
  border: 1px solid #e8ecee;
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(13,30,36,.075);
}
.demo-modal-shell .demo-content {
  max-width: 1320px;
  min-height: 520px;
  margin: 0 auto;
  padding: clamp(38px, 6vw, 82px);
}
.demo-modal-shell .demo-content h2 {
  max-width: 780px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.demo-modal-shell .service-grid {
  gap: 18px;
  margin-top: 32px;
}
.demo-modal-shell .service-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid #e5e9ec;
  border-radius: 20px;
  box-shadow: 0 13px 34px rgba(13,30,36,.06);
}
.demo-modal-shell .product-grid article { padding: 0 0 22px; }
.demo-modal-shell .product-grid .product-image { min-height: 260px; }
.demo-modal-shell .product-grid article > strong { display:block; margin-top:20px; font-size:18px; }
.demo-modal-shell .product-grid button { min-height:44px; padding:0 18px; border-radius:999px; }
.demo-floating-actions {
  inset: auto 0 max(18px, env(safe-area-inset-bottom));
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 22px;
  pointer-events: none;
}
.demo-floating-actions button {
  width: 58px;
  height: 58px;
  min-height: 58px;
  padding: 8px;
  justify-content: center;
  pointer-events: auto;
}
.demo-floating-actions span {
  width: 40px;
  height: 40px;
  background: transparent;
}
.demo-floating-actions em {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.demo-whatsapp-panel {
  right: auto;
  left: 22px;
  bottom: 94px;
}
.demo-chat-panel {
  right: 22px;
  left: auto;
  bottom: 94px;
}

@media (max-width: 560px) {
  .overlay:has(.demo-modal-shell) .demo-modal-shell {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }
  .demo-window-header {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 60;
    width: auto;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
    backdrop-filter: none;
  }
  .demo-window-header > div { display: none; }
  .demo-window-header .close {
    width: 44px;
    height: 44px;
    color: #fff;
    background: rgba(13,23,25,.88);
    box-shadow: 0 8px 24px rgba(4,14,18,.28);
  }
  .demo-view-switch {
    top: auto;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    justify-content: stretch;
    transform: none;
  }
  .demo-view-switch button { flex: 1; padding: 0 10px; }
  .demo-mail-stage { padding: 76px 12px 104px; }
  .demo-preview nav { top: 0; }
  .demo-modal-shell .demo-preview nav {
    min-height: 0;
    padding: 13px 64px 13px 16px;
  }
  .demo-modal-shell .demo-menu {
    width: 100%;
    padding: 3px;
    overflow-x: auto;
    border-radius: 14px;
  }
  .demo-modal-shell .demo-menu button {
    min-height: 36px;
    padding: 7px 11px;
  }
  .demo-modal-shell .demo-showcase-hero {
    min-height: 520px;
    padding: 58px 22px 42px;
  }
  .demo-modal-shell .demo-showcase-copy h2 {
    font-size: clamp(38px, 12vw, 52px);
  }
  .demo-modal-shell .demo-showcase-copy p { font-size: 17px; }
  .demo-modal-shell .demo-features { padding: 18px 14px; }
  .demo-modal-shell .demo-features span { min-height: 0; padding: 18px; }
  .demo-modal-shell .demo-home-story {
    margin: 14px 14px 30px;
    border-radius: 20px;
  }
  .demo-modal-shell .demo-content {
    min-height: 0;
    padding: 34px 18px 54px;
  }
  .demo-modal-shell .service-grid article { min-height:0; padding:20px; }
  .demo-modal-shell .product-grid article { padding:0 0 20px; }
  .demo-modal-shell .product-grid .product-image { min-height: 220px; }
  .demo-floating-actions {
    inset: auto 0 max(12px, env(safe-area-inset-bottom));
    padding: 0 12px;
  }
  .demo-floating-actions button {
    width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 6px;
  }
  .demo-floating-actions span {
    width: 38px;
    height: 38px;
  }
  .demo-whatsapp-panel,
  .demo-chat-panel {
    bottom: 78px;
    width: calc(100% - 24px);
    max-height: calc(100dvh - 100px);
  }
  .demo-whatsapp-panel {
    right: auto;
    left: 12px;
  }
  .demo-chat-panel {
    right: 12px;
    left: auto;
  }
}

/* Hoogwaardige demo-opbouw: onvervormde beelden en gescheiden beheerbediening. */
.demo-theme-salon { --branch-hero:url("assets/branch-salon-hero.png"); --branch-detail:url("assets/branch-salon-detail.png"); }
.demo-theme-care { --branch-hero:url("assets/branch-care-hero.png"); --branch-detail:url("assets/branch-care-detail.png"); }
.demo-theme-restaurant { --branch-hero:url("assets/branch-restaurant-hero.png"); --branch-detail:url("assets/branch-restaurant-detail.png"); }
.demo-theme-cleaning { --branch-hero:url("assets/branch-cleaning-hero.png"); --branch-detail:url("assets/branch-cleaning-detail.png"); }
.demo-theme-hotel { --branch-hero:url("assets/branch-hotel-hero.png"); --branch-detail:url("assets/branch-hotel-detail.png"); }
.demo-theme-construction { --branch-hero:url("assets/branch-construction-hero.png"); --branch-detail:url("assets/branch-construction-detail.png"); }
.demo-theme-automotive { --branch-hero:url("assets/branches-expansion-hero-v1.png"); --branch-detail:url("assets/branches-expansion-hero-v1.png"); --branch-pos:0% 0%; }
.demo-theme-retail { --branch-hero:url("assets/branches-expansion-hero-v1.png"); --branch-detail:url("assets/branches-expansion-hero-v1.png"); --branch-pos:50% 0%; }
.demo-theme-property { --branch-hero:url("assets/branches-expansion-hero-v1.png"); --branch-detail:url("assets/branches-expansion-hero-v1.png"); --branch-pos:100% 0%; }
.demo-theme-fitness { --branch-hero:url("assets/branches-expansion-hero-v1.png"); --branch-detail:url("assets/branches-expansion-hero-v1.png"); --branch-pos:0% 100%; }
.demo-theme-education { --branch-hero:url("assets/branches-expansion-hero-v1.png"); --branch-detail:url("assets/branches-expansion-hero-v1.png"); --branch-pos:50% 100%; }
.demo-theme-technology { --branch-hero:url("assets/branches-expansion-hero-v1.png"); --branch-detail:url("assets/branches-expansion-hero-v1.png"); --branch-pos:100% 100%; }
.demo-theme-business { --branch-hero:url("assets/demo-website-hero-v2.png"); --branch-detail:url("assets/demo-website-hero-v2.png"); }
.branch-photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.demo-theme-automotive .branch-photo,.demo-theme-retail .branch-photo,.demo-theme-property .branch-photo,
.demo-theme-fitness .branch-photo,.demo-theme-education .branch-photo,.demo-theme-technology .branch-photo {
  background-size:300% 200%;
  background-position:var(--branch-pos);
}
.branch-photo-hero { background-image:var(--branch-hero); }
.branch-photo-detail { background-image:var(--branch-detail); }
.demo-window-header {
  position: sticky;
  top: 0;
  right: auto;
  z-index: 70;
  display: flex;
  width: 100%;
  min-height: 54px;
  padding: 7px 12px 7px 18px;
  color: #fff;
  background: #101820;
  border-bottom: 1px solid rgba(255,255,255,.11);
  box-shadow: none;
  backdrop-filter: none;
}
.demo-window-header > div { display:flex; align-items:center; min-width:0; }
.demo-window-header .eyebrow,.demo-window-header p { display:none; }
.demo-window-header h2 {
  max-width: min(36vw,420px);
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.demo-window-header h2::before { content:"Voorbeeld · "; color:#94a7ad; font-weight:750; }
.demo-window-header .close {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-left: auto;
  color: #fff;
  background: rgba(255,255,255,.1);
  box-shadow: none;
}
.demo-view-switch {
  top: 6px;
  right: 64px;
  bottom: auto;
  padding: 3px;
  transform: none;
  background: rgba(255,255,255,.1);
  box-shadow: none;
}
.demo-view-switch button { min-height: 36px; padding:0 14px; font-size:13px; }
.demo-modal-shell .demo-preview nav { top:54px; }
.demo-template-editorial-v2 .demo-page[data-demo-section="about"].active,
.demo-template-editorial-v2 .demo-page[data-demo-section="contact"].active {
  display: grid;
  grid-template-columns: minmax(360px,.92fr) minmax(0,1.08fr);
  min-height: calc(100dvh - 126px);
  background: #fff;
}
.demo-page[data-demo-section="about"] > .branch-photo,
.demo-page[data-demo-section="contact"] > .branch-photo {
  height: 100%;
  min-height: 680px;
}
.demo-page[data-demo-section="about"] > .demo-content,
.demo-page[data-demo-section="contact"] > .demo-content {
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:100%;
  max-width:none;
  min-height:680px;
  margin:0;
}
.demo-page[data-demo-section="services"] > .branch-photo { height:320px; }
.contact-panel {
  grid-template-columns:1fr 1fr;
  padding:22px;
  border:1px solid #e5eaec;
  border-radius:18px;
  box-shadow:0 14px 36px rgba(13,30,36,.06);
}
.contact-panel button { grid-column:1 / -1; min-height:50px; border-radius:999px; }

@media (max-width: 850px) {
  .demo-view-switch { top:6px; right:58px; bottom:auto; }
  .demo-window-header { min-height:50px; padding:5px 8px 5px 12px; }
  .demo-window-header h2 { max-width:125px; font-size:13px; }
  .demo-window-header h2::before { content:"Voorbeeld · "; }
  .demo-window-header .close { width:40px; height:40px; }
  .demo-view-switch button { min-height:34px; padding:0 10px; font-size:12px; }
  .demo-modal-shell .demo-preview nav { top:50px; }
  .demo-page[data-demo-section="about"].active,
  .demo-page[data-demo-section="contact"].active { display:block; min-height:0; }
  .demo-page[data-demo-section="about"] > .branch-photo,
  .demo-page[data-demo-section="contact"] > .branch-photo { height:260px; min-height:260px; }
  .demo-page[data-demo-section="about"] > .demo-content,
  .demo-page[data-demo-section="contact"] > .demo-content { min-height:0; }
  .demo-page[data-demo-section="services"] > .branch-photo { height:240px; }
}

@media (max-width: 430px) {
  .demo-window-header h2 { max-width:84px; }
  .demo-window-header h2::before { content:""; }
  .demo-view-switch button { padding:0 9px; }
}

/* Branchespecifieke premiumlaag: geen generieke demo-template. */
.demo-theme-salon {
  --demo-accent:#a95768;
  --demo-accent-dark:#542f39;
  --demo-surface:#fbf6f3;
  --demo-soft:#f4e8e7;
  --demo-ink:#241d20;
}
.demo-theme-care {
  --demo-accent:#168477;
  --demo-accent-dark:#0e514d;
  --demo-surface:#f4faf8;
  --demo-soft:#e4f2ee;
  --demo-ink:#122c2a;
}
.demo-theme-restaurant {
  --demo-accent:#c26435;
  --demo-accent-dark:#532b1d;
  --demo-surface:#fcf7ef;
  --demo-soft:#f5e7d7;
  --demo-ink:#2e211a;
}
.demo-theme-cleaning {
  --demo-accent:#1487a1;
  --demo-accent-dark:#113f50;
  --demo-surface:#f2f9fb;
  --demo-soft:#e0f1f5;
  --demo-ink:#142a32;
}
.demo-theme-hotel {
  --demo-accent:#a67c3b;
  --demo-accent-dark:#3c392a;
  --demo-surface:#faf8f1;
  --demo-soft:#ede8d8;
  --demo-ink:#28271f;
}
.demo-theme-construction {
  --demo-accent:#df7620;
  --demo-accent-dark:#242c32;
  --demo-surface:#f7f8f8;
  --demo-soft:#e9ecee;
  --demo-ink:#182127;
}
.demo-theme-business {
  --demo-accent:#176b87;
  --demo-accent-dark:#132f43;
  --demo-surface:#f3f7fa;
  --demo-soft:#e3edf3;
  --demo-ink:#142634;
}
.demo-modal-shell .demo-preview { background:var(--demo-surface); }
.demo-modal-shell .demo-preview nav {
  grid-template-columns:auto 1fr auto;
  gap:28px;
  padding-right:32px;
}
.demo-brand { display:flex; align-items:center; gap:11px; min-width:0; }
.demo-brand span {
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  flex:0 0 auto;
  color:#fff;
  background:var(--demo-accent-dark);
  border-radius:12px;
  font-size:14px;
  font-weight:900;
}
.demo-brand em { overflow:hidden; color:var(--demo-ink); font-style:normal; text-overflow:ellipsis; white-space:nowrap; }
.demo-modal-shell .demo-menu { justify-self:center; }
.demo-nav-action {
  min-height:42px;
  padding:0 18px;
  color:#fff;
  background:var(--demo-accent-dark);
  border:0;
  border-radius:999px;
  font:inherit;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
}
.demo-showcase-hero.website,
.demo-showcase-hero.shop {
  background-image:linear-gradient(90deg,rgba(10,20,28,.93) 0%,rgba(10,20,28,.7) 42%,rgba(10,20,28,.08) 75%),var(--branch-hero);
}
.demo-kind-shop .demo-showcase-hero {
  background-image:linear-gradient(90deg,rgba(19,15,18,.9) 0%,rgba(19,15,18,.56) 44%,rgba(19,15,18,.02) 77%),var(--branch-hero);
}
.demo-theme-hotel .demo-showcase-copy h2,
.demo-theme-restaurant .demo-showcase-copy h2,
.demo-theme-hotel .demo-content h2,
.demo-theme-restaurant .demo-content h2 { font-family:Georgia,"Times New Roman",serif; font-weight:600; letter-spacing:-.04em; }
.demo-showcase-copy small { color:color-mix(in srgb,var(--demo-accent) 45%,white); }
.demo-modal-shell .demo-features { background:var(--demo-surface); }
.demo-modal-shell .demo-features span {
  position:relative;
  overflow:hidden;
  background:#fff;
}
.demo-modal-shell .demo-features span::before {
  content:"";
  width:34px;
  height:4px;
  margin-bottom:8px;
  background:var(--demo-accent);
  border-radius:999px;
}
.demo-home-story { background:var(--demo-soft); }
.service-grid article { position:relative; background:#fff; }
.service-index {
  display:block;
  margin-bottom:34px;
  color:var(--demo-accent);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}
.demo-modal-shell .service-grid article > strong { display:block; color:var(--demo-ink); font-size:19px; line-height:1.25; }
.service-grid:not(.product-grid) article > button {
  margin-top:22px;
  padding:0;
  color:var(--demo-accent-dark);
  background:transparent;
  border:0;
  font:inherit;
  font-size:12px;
  font-weight:850;
  cursor:pointer;
}
.product-image {
  position:relative;
  overflow:hidden;
  background-image:linear-gradient(180deg,transparent 45%,rgba(9,18,24,.25)),var(--branch-detail);
  background-size:cover;
}
.product-image small {
  position:absolute;
  top:15px;
  left:15px;
  padding:6px 9px;
  color:var(--demo-ink);
  background:rgba(255,255,255,.9);
  border-radius:999px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
  backdrop-filter:blur(8px);
}
.product-1 { background-position:42% 50%; }
.product-2 { background-position:67% 38%; filter:saturate(.86) brightness(.96); }
.product-3 { background-position:82% 64%; filter:contrast(.94) brightness(1.04); }
.product-grid article > p { min-height:44px; }
.product-meta { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:18px 16px 12px; }
.product-meta b { color:var(--demo-ink); font-size:17px; }
.product-meta span { color:#28734f; font-size:11px; font-weight:800; }
.product-grid button { width:calc(100% - 32px); background:var(--demo-accent-dark); }
.about-highlight { background:var(--demo-soft); border:1px solid color-mix(in srgb,var(--demo-accent) 18%,transparent); }
.trust-row span { min-height:92px; align-content:center; }
.trust-row span strong { color:var(--demo-accent-dark); }

@media (max-width: 850px) {
  .demo-modal-shell .demo-preview nav { grid-template-columns:1fr; gap:12px; padding:18px 16px 14px; }
  .demo-brand { justify-content:center; }
  .demo-brand span { width:34px; height:34px; border-radius:10px; }
  .demo-modal-shell .demo-menu { width:100%; justify-content:center; overflow-x:auto; }
  .demo-modal-shell .demo-menu button { flex:1; min-width:max-content; padding-inline:12px; }
  .demo-nav-action { display:none; }
  .demo-showcase-hero.website,
  .demo-showcase-hero.shop,
  .demo-kind-shop .demo-showcase-hero {
    background-image:linear-gradient(180deg,rgba(8,17,23,.3) 0%,rgba(8,17,23,.84) 78%),var(--branch-hero);
    background-position:center;
  }
  .demo-modal-shell .demo-features span { min-height:0; }
  .service-index { margin-bottom:22px; }
  .product-meta { margin-top:14px; }
}

/* Volwaardige contactpagina met adres en duidelijke vervolgstap. */
.demo-page.demo-contact-page.active { display:block; min-height:0; background:var(--demo-surface); }
.demo-contact-page .contact-visual {
  position:relative;
  display:flex;
  align-items:flex-end;
  width:100%;
  height:clamp(300px,42vh,480px);
  min-height:0;
  padding:clamp(30px,5vw,70px);
  overflow:hidden;
}
.demo-contact-page .contact-visual::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(9,19,25,.82),rgba(9,19,25,.25) 60%,transparent);
}
.contact-visual-copy { position:relative; z-index:1; max-width:720px; color:#fff; }
.contact-visual-copy small { color:color-mix(in srgb,var(--demo-accent) 45%,white); font-weight:900; letter-spacing:.11em; }
.contact-visual-copy h2 { max-width:680px; margin:10px 0 0; font-size:clamp(34px,4.7vw,66px); line-height:1.02; letter-spacing:-.045em; }
.demo-modal-shell .demo-page.demo-contact-page > .demo-content.demo-contact-content {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(370px,.78fr);
  gap:clamp(36px,6vw,90px);
  align-items:start;
  min-height:0;
  padding-top:clamp(52px,7vw,96px);
  padding-bottom:clamp(52px,7vw,96px);
}
.contact-copy > small,.contact-action-card > small { color:var(--demo-accent-dark); font-weight:900; letter-spacing:.1em; }
.contact-copy h2 { margin:9px 0 16px; }
.contact-copy > p { max-width:660px; color:#5c6b72; font-size:17px; line-height:1.7; }
.contact-address-list { display:grid; gap:0; margin-top:34px; border-top:1px solid #dfe6e8; }
.contact-address-list > div { display:grid; grid-template-columns:42px 1fr; gap:15px; align-items:start; padding:20px 0; border-bottom:1px solid #dfe6e8; }
.contact-address-list > div > span { color:var(--demo-accent); font-size:11px; font-weight:900; letter-spacing:.08em; }
.contact-address-list p { display:grid; gap:5px; margin:0; }
.contact-address-list small { color:#78868c; font-size:11px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.contact-address-list strong { color:var(--demo-ink); font-size:16px; overflow-wrap:anywhere; }
.contact-panel.contact-action-card {
  display:block;
  margin:0;
  padding:clamp(28px,4vw,46px);
  background:#fff;
  border:1px solid #e0e7e9;
  border-radius:26px;
  box-shadow:0 24px 64px rgba(12,30,38,.1);
}
.contact-action-card h3 { margin:10px 0 13px; color:var(--demo-ink); font-size:clamp(26px,3vw,38px); line-height:1.1; letter-spacing:-.035em; }
.contact-action-card > p { color:#65737a; line-height:1.65; }
.contact-assurance { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:26px 0; }
.contact-assurance span { display:grid; gap:5px; padding:16px; background:var(--demo-soft); border-radius:15px; }
.contact-assurance strong { color:var(--demo-ink); font-size:13px; }
.contact-assurance small { color:#68777d; font-size:11px; line-height:1.4; }
.contact-panel.contact-action-card button { width:100%; min-height:54px; border-radius:999px; }

@media (max-width:850px) {
  .demo-contact-page .contact-visual { height:310px; padding:26px 22px; background-position:center; }
  .demo-contact-page .contact-visual::after { background:linear-gradient(180deg,rgba(9,19,25,.08),rgba(9,19,25,.82)); }
  .contact-visual-copy h2 { font-size:34px; }
  .demo-modal-shell .demo-page.demo-contact-page > .demo-content.demo-contact-content { grid-template-columns:1fr; gap:34px; padding:42px 20px 54px; }
  .contact-copy > p { font-size:15px; }
  .contact-panel.contact-action-card { padding:25px 20px; border-radius:21px; }
}

/* Videokanaal, contentkalender en centrale AI-scan intake. */
.content-calendar,.lead-inbox { margin-top:22px; }
.content-calendar>header,.lead-inbox>header { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; margin-bottom:20px; }
.content-calendar h2,.lead-inbox h2 { margin:5px 0 8px; font-size:28px; }
.content-calendar header p,.lead-inbox header p { margin:0; color:var(--muted); }
.content-calendar-list,.lead-inbox-list { display:grid; gap:10px; }
.content-calendar-list article { display:grid; grid-template-columns:82px minmax(0,1fr) auto auto; gap:18px; align-items:center; padding:17px 0; border-top:1px solid var(--line); }
.content-calendar-list time { color:#276ef1; font-weight:850; text-transform:capitalize; }
.content-calendar-list h3,.lead-inbox-list h3 { margin:4px 0; font-size:17px; }
.content-calendar-list span,.content-calendar-list small,.lead-inbox-list span,.lead-inbox-list p { color:var(--muted); }
.content-calendar-list b { padding:6px 9px; border-radius:999px; color:#174b37; background:#e5f7ed; font-size:11px; white-space:nowrap; }
.content-calendar-empty,.lead-inbox-empty { display:flex; flex-direction:column; gap:5px; padding:22px; border:1px dashed #bfd0de; border-radius:16px; background:#f8fbfd; }
.content-calendar-empty span,.lead-inbox-empty span { color:var(--muted); }
.lead-inbox-list article { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:16px 0; border-top:1px solid var(--line); }
.lead-inbox-list p { margin:0; }

.ai-scan-landing{--scan-ink:#10162a;--scan-purple:#6558f5;--scan-mint:#55e1bc;min-height:100vh;overflow:hidden;color:var(--scan-ink);background:#f6f7fb;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.ai-scan-nav{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:auto;padding:22px 30px}.ai-scan-nav-actions{display:flex;align-items:center;gap:22px}.ai-scan-secure{display:flex;align-items:center;gap:8px;color:#6f7484;font-size:13px;font-weight:750}.ai-scan-secure i,.ai-scan-kicker i{width:8px;height:8px;border-radius:50%;background:#26b88a;box-shadow:0 0 0 5px rgba(38,184,138,.11)}.ai-scan-nav-cta{min-height:44px;padding:0 18px;display:inline-flex;align-items:center;border:1px solid #dfe1e9;border-radius:13px;color:var(--scan-ink);background:#fff;text-decoration:none;font-size:14px;font-weight:850;box-shadow:0 5px 16px rgba(17,22,42,.05)}.ai-scan-brand{display:flex;align-items:center;gap:10px;color:var(--scan-ink);text-decoration:none;font-size:20px}.ai-scan-brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;color:#fff;background:linear-gradient(145deg,#171d32,#303954);box-shadow:0 8px 20px rgba(16,22,42,.2)}
.ai-scan-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr);gap:76px;align-items:center;max-width:1200px;margin:auto;padding:82px 30px 92px}.ai-scan-hero::before{content:"";position:absolute;z-index:-1;width:520px;height:520px;right:-280px;top:-180px;border-radius:50%;background:radial-gradient(circle,rgba(101,88,245,.16),rgba(101,88,245,0) 70%)}.ai-scan-kicker{display:inline-flex;align-items:center;gap:10px;color:#5c52d6;font-size:12px;font-weight:900;letter-spacing:.095em;text-transform:uppercase}.ai-scan-hero h1{max-width:750px;margin:20px 0 25px;font-size:clamp(52px,6vw,82px);line-height:.98;letter-spacing:-.066em}.ai-scan-hero-copy>p{max-width:670px;margin:0;color:#666d7e;font-size:19px;line-height:1.7}.ai-scan-hero-actions{display:flex;align-items:center;gap:20px;margin-top:31px}.ai-scan-primary,.ai-scan-submit{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:56px;padding:0 20px;border:0;border-radius:15px;color:#fff;background:linear-gradient(135deg,#6558f5,#8248df);text-decoration:none;font:inherit;font-weight:900;box-shadow:0 15px 32px rgba(94,73,221,.28);cursor:pointer}.ai-scan-primary span,.ai-scan-submit span{font-size:21px}.ai-scan-hero-actions>span{color:#777d8c;font-size:13px}.ai-scan-trust-row{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:29px;color:#555c6d;font-size:13px;font-weight:700}.ai-scan-trust-row b{color:#158160}.ai-scan-route-card{padding:26px;border:1px solid rgba(255,255,255,.14);border-radius:28px;color:#fff;background:linear-gradient(145deg,#10162a,#202b49);box-shadow:0 34px 75px rgba(17,25,47,.24)}.ai-scan-route-card header{padding:4px 4px 21px;border-bottom:1px solid rgba(255,255,255,.11)}.ai-scan-route-card header span{display:block;margin-bottom:7px;color:#99a8c4;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.ai-scan-route-card header strong{font-size:21px}.ai-scan-route-card ol{display:grid;gap:5px;margin:18px 0;padding:0;list-style:none}.ai-scan-route-card li{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:12px 4px}.ai-scan-route-card li>span{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;color:#171d32;background:var(--scan-mint);font-weight:950}.ai-scan-route-card li strong{display:block;margin:1px 0 5px;font-size:15px}.ai-scan-route-card li p{margin:0;color:#aebbd0;font-size:13px;line-height:1.5}.ai-scan-route-card footer{display:flex;align-items:center;gap:12px;padding:16px;border-radius:17px;background:rgba(255,255,255,.08)}.ai-scan-shield{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:#fff;background:#6558f5;font-weight:900}.ai-scan-route-card footer strong,.ai-scan-route-card footer small{display:block}.ai-scan-route-card footer small{margin-top:2px;color:#9eacc3}
.ai-scan-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1200px;margin:auto;padding:0 30px 90px}.ai-scan-proof article{display:flex;align-items:center;gap:16px;padding:21px;border:1px solid #e4e6ee;border-radius:18px;background:rgba(255,255,255,.78);box-shadow:0 10px 28px rgba(17,22,42,.045)}.ai-scan-proof article>span{display:grid;place-items:center;min-width:40px;height:40px;border-radius:13px;color:#6558f5;background:#efedff;font-size:12px;font-weight:950}.ai-scan-proof strong,.ai-scan-proof small{display:block}.ai-scan-proof small{margin-top:4px;color:#747a89;line-height:1.45}
.ai-scan-form-section{position:relative;display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:70px;max-width:1200px;margin:0 auto 34px;padding:74px;border-radius:34px;color:#fff;background:linear-gradient(140deg,#11172b 0%,#202b49 100%);box-shadow:0 35px 80px rgba(19,27,50,.18)}.ai-scan-form-section::after{content:"";position:absolute;width:260px;height:260px;left:-100px;bottom:-100px;border-radius:50%;background:rgba(85,225,188,.1)}.ai-scan-form-intro{position:relative;z-index:1}.ai-scan-kicker.light{color:#73e1c2}.ai-scan-form-intro h2{margin:17px 0 20px;font-size:clamp(39px,4.5vw,61px);line-height:1;letter-spacing:-.055em}.ai-scan-form-intro>p{color:#b7c2d7;line-height:1.7}.ai-scan-expect{margin-top:34px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.065)}.ai-scan-expect>span{font-weight:900}.ai-scan-expect ul{display:grid;gap:10px;margin:15px 0 0;padding:0;list-style:none}.ai-scan-expect li{display:flex;gap:9px;color:#c8d1e2;font-size:13px}.ai-scan-expect li::before{content:"✓";color:#5ee2bd;font-weight:900}.ai-scan-form{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:17px;padding:30px;border:1px solid rgba(255,255,255,.55);border-radius:25px;color:var(--scan-ink);background:#fff;box-shadow:0 25px 60px rgba(4,8,22,.28)}.ai-scan-form-header{grid-column:1/-1;padding-bottom:8px}.ai-scan-form-header>span{display:inline-flex;margin-bottom:9px;padding:6px 9px;border-radius:8px;color:#087253;background:#e9f8f2;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.ai-scan-form-header h3{margin:0;font-size:25px;letter-spacing:-.035em}.ai-scan-form-header p{margin:6px 0 0;color:#7a7f8d;font-size:13px}.ai-scan-form label:not(.ai-scan-consent){display:flex;flex-direction:column;gap:8px}.ai-scan-form label>span{font-size:12px;font-weight:850}.ai-scan-form input,.ai-scan-form select,.ai-scan-form textarea{width:100%;min-height:49px;padding:13px 14px;border:1px solid #dfe2ea;border-radius:12px;color:var(--scan-ink);background:#f9f9fc;font:inherit;outline:0;transition:.18s ease}.ai-scan-form textarea{min-height:116px;resize:vertical}.ai-scan-form input:focus,.ai-scan-form select:focus,.ai-scan-form textarea:focus{border-color:#776bf0;background:#fff;box-shadow:0 0 0 4px rgba(101,88,245,.1)}.ai-scan-form .full{grid-column:1/-1}.ai-scan-consent{display:flex;align-items:flex-start;gap:10px;color:#666d7e;font-size:12px;line-height:1.55}.ai-scan-consent input{width:17px;min-height:17px;margin-top:2px;accent-color:#6558f5}.ai-scan-consent a{color:#574bcf;font-weight:800}.ai-scan-submit{width:100%;margin-top:2px}.ai-scan-submit:hover,.ai-scan-primary:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(94,73,221,.34)}
.ai-scan-hp { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.ai-scan-form-status { grid-column:1/-1; min-height:20px; margin:0; color:#b42318; }
.ai-scan-success { grid-column:1/-1; padding:35px 15px; text-align:center; }.ai-scan-success>span { display:grid; place-items:center; width:52px; height:52px; margin:0 auto 16px; border-radius:50%; color:#10223f; background:#76f0c0; font-size:25px; font-weight:900; }
.ai-scan-result{grid-column:1/-1;display:grid;gap:24px}.ai-scan-result-header{display:flex;align-items:flex-start;gap:15px;padding-bottom:21px;border-bottom:1px solid #e3e6ed}.ai-scan-result-check{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:13px;color:#0b5e46;background:#dff8ee;font-size:20px;font-weight:950}.ai-scan-result-header>div>span,.ai-scan-result-label{color:#5c52d6;font-size:11px;font-weight:950;letter-spacing:.065em;text-transform:uppercase}.ai-scan-result-header h3{margin:5px 0 7px;font-size:25px;line-height:1.15;letter-spacing:-.035em}.ai-scan-result-header p{margin:0;color:#737989;font-size:13px;line-height:1.55}.ai-scan-result-main{display:grid;grid-template-columns:116px 1fr;gap:20px;align-items:center}.ai-scan-score{position:relative;display:grid;place-items:center;width:116px;height:116px}.ai-scan-score svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.ai-scan-score circle{fill:none;stroke-width:9}.ai-scan-score-track{stroke:#eceafd}.ai-scan-score-value{stroke:#5d50e7;stroke-linecap:round}.ai-scan-score>span{position:relative;z-index:1;display:grid;text-align:center}.ai-scan-score strong{font-size:31px;line-height:1;letter-spacing:-.045em}.ai-scan-score small{margin-top:4px;color:#777d8d;font-size:11px}.ai-scan-result-main h4{margin:6px 0 8px;font-size:22px;line-height:1.18;letter-spacing:-.03em}.ai-scan-result-main p{margin:0;color:#6d7383;font-size:13px;line-height:1.6}.ai-scan-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.ai-scan-result-block{padding:18px;border:1px solid #e2e4ec;border-radius:17px;background:#fafafd}.ai-scan-result-block ol{display:grid;gap:15px;margin:15px 0 0;padding:0;list-style:none}.ai-scan-result-block li{display:grid;grid-template-columns:30px 1fr;gap:10px}.ai-scan-result-block li>span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;color:#fff;background:#6558f5;font-size:11px;font-weight:950}.ai-scan-result-block strong{display:block;font-size:13px}.ai-scan-result-block p{margin:3px 0 0;color:#737989;font-size:12px;line-height:1.45}.ai-scan-evidence{display:grid;gap:12px;margin-top:15px}.ai-scan-evidence article{display:grid;grid-template-columns:24px 1fr;gap:8px}.ai-scan-evidence article>span{color:#12815e;font-weight:950}.ai-scan-evidence article+article{padding-top:12px;border-top:1px solid #e3e5ec}.ai-scan-result-notice{padding:15px 17px;border-radius:14px;color:#313750;background:#efeffb}.ai-scan-result-notice strong{font-size:13px}.ai-scan-result-notice p{margin:4px 0 0;color:#686e80;font-size:12px;line-height:1.5}.ai-scan-result-actions{display:flex;align-items:center;gap:18px}.ai-scan-result-actions .ai-scan-primary{min-height:50px}.ai-scan-result-actions>a:last-child{color:#574bcf;font-size:13px;font-weight:850}
.ai-scan-privacy{display:grid;grid-template-columns:58px 1fr;gap:20px;max-width:1120px;margin:0 auto 82px;padding:30px;border:1px solid #e1e4ec;border-radius:22px;background:#fff}.ai-scan-privacy-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;color:#087253;background:#e8f8f1;font-size:21px;font-weight:950}.ai-scan-privacy>div>span{color:#6558f5;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.ai-scan-privacy h2{margin:7px 0 10px;font-size:24px;letter-spacing:-.035em}.ai-scan-privacy p{max-width:900px;margin:0;color:#6c7281;line-height:1.65}.ai-scan-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;padding:38px max(30px,calc((100vw - 1140px)/2));color:#b9c3d6;background:#10162a}.ai-scan-brand.inverse{color:#fff}.ai-scan-brand.inverse span{color:#10162a;background:#65e1bd}.ai-scan-footer p{margin:0;text-align:center;font-size:13px}.ai-scan-footer>a:last-child{justify-self:end;color:#fff;text-decoration:none;font-size:13px;font-weight:850}

@media (max-width:850px) {
  .content-calendar>header,.lead-inbox>header,.lead-inbox-list article { flex-direction:column; }
  .content-calendar-list article { grid-template-columns:1fr; gap:8px; }
  .content-calendar-list article .button,.lead-inbox-list article .button { width:100%; }
  .ai-scan-nav{padding:18px 20px}.ai-scan-secure{display:none}.ai-scan-nav-cta{min-height:40px;padding:0 13px;font-size:12px}
  .ai-scan-hero{grid-template-columns:1fr;gap:38px;padding:54px 20px 62px}.ai-scan-hero h1{font-size:clamp(45px,11vw,64px)}.ai-scan-hero-copy>p{font-size:17px}.ai-scan-route-card{max-width:560px;width:100%}
  .ai-scan-proof{grid-template-columns:1fr;gap:10px;padding:0 20px 60px}
  .ai-scan-form-section{grid-template-columns:1fr;gap:35px;margin:0 18px 28px;padding:42px 24px;border-radius:27px}.ai-scan-form-intro h2{font-size:42px}.ai-scan-form{grid-template-columns:1fr;padding:23px}.ai-scan-form .full,.ai-scan-form-header{grid-column:auto}
  .ai-scan-privacy{margin:0 20px 55px;padding:22px}.ai-scan-footer{grid-template-columns:1fr;justify-items:start;padding:31px 20px}.ai-scan-footer p{text-align:left}.ai-scan-footer>a:last-child{justify-self:start}
}

@media (max-width:520px){.ai-scan-brand strong{font-size:18px}.ai-scan-brand span{width:35px;height:35px}.ai-scan-nav-cta{padding:0 11px}.ai-scan-hero{padding-top:40px}.ai-scan-hero h1{margin-top:16px;font-size:43px;line-height:1.01}.ai-scan-hero-actions{align-items:stretch;flex-direction:column}.ai-scan-primary{width:100%}.ai-scan-trust-row{display:grid}.ai-scan-route-card{padding:20px;border-radius:23px}.ai-scan-route-card header strong{font-size:18px}.ai-scan-form-section{margin-right:12px;margin-left:12px;padding:35px 16px}.ai-scan-form-intro h2{font-size:38px}.ai-scan-form{padding:19px 16px;border-radius:20px}.ai-scan-form-header h3{font-size:22px}.ai-scan-submit{padding:0 16px}.ai-scan-privacy{grid-template-columns:1fr;margin-right:12px;margin-left:12px}.ai-scan-proof{padding-right:12px;padding-left:12px}}

@media (max-width:680px){.ai-scan-result-grid{grid-template-columns:1fr}.ai-scan-result-main{grid-template-columns:92px 1fr}.ai-scan-score{width:92px;height:92px}.ai-scan-score strong{font-size:25px}.ai-scan-result-actions{align-items:stretch;flex-direction:column}.ai-scan-result-actions>a:last-child{text-align:center}.ai-scan-result-header h3{font-size:22px}}

/* Onlift advertentiestudio — concepten blijven intern tot Meta is gekoppeld. */
.ai-presenter-studio{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:24px;margin-top:22px;padding:22px;overflow:hidden;background:linear-gradient(135deg,#071b2b 0%,#0b3140 62%,#0f5559 100%);color:#fff;border:0}.ai-presenter-profile{display:flex;align-items:center;gap:20px}.ai-presenter-profile img{width:138px;height:166px;object-fit:cover;object-position:center top;border-radius:22px;border:1px solid rgba(255,255,255,.3);box-shadow:0 18px 45px rgba(0,0,0,.28)}.ai-presenter-profile h2{margin:4px 0 6px;color:#fff}.ai-presenter-profile p{margin:0 0 12px;color:#d9f2f0}.ai-presenter-profile .eyebrow{color:#71e2d5}.ai-disclosure{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:.78rem;font-weight:800}.ai-provider-state{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;padding:18px;border-radius:18px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14)}.ai-provider-state span{color:#d7e8eb;font-size:.9rem}.ai-provider-state .button{margin-top:4px}.ai-video-list,.ai-video-empty{grid-column:1/-1}.ai-video-list{display:grid;gap:10px}.ai-video-list article{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px 18px;border-radius:17px;background:#fff;color:var(--ink,#13242b)}.ai-video-list h3{margin:8px 0 4px}.ai-video-list p{margin:0 0 6px}.ai-video-list small{color:#60727a}.ai-video-empty{display:flex;flex-direction:column;gap:4px;padding:15px 18px;border:1px dashed rgba(255,255,255,.32);border-radius:16px;color:#d9eeef}.ai-script-preview{padding:20px;border-radius:16px;background:#f4f8f8;color:#152c34;line-height:1.75;font-size:1rem}.ai-safety-note{display:flex;flex-direction:column;gap:5px;margin-top:14px;padding:14px 16px;border-radius:14px;background:#e9f7f4;color:#143a3b}.ai-safety-note span{font-size:.9rem}
@media(max-width:760px){.ai-presenter-studio{grid-template-columns:1fr;padding:16px}.ai-presenter-profile{align-items:flex-start}.ai-presenter-profile img{width:102px;height:130px;border-radius:18px}.ai-video-list article{align-items:flex-start;flex-direction:column}.ai-video-list .ad-card-actions{width:100%}.ai-video-list .button{flex:1}}
.ads-page-header { align-items:flex-end; }
.ads-connection { display:grid; grid-template-columns:auto minmax(0,1fr) auto; gap:20px; align-items:center; padding:24px; margin-bottom:20px; background:linear-gradient(135deg,#11182b,#27355b); color:#fff; }
.ads-connection h2 { margin:4px 0 6px; font-size:22px; }
.ads-connection p { max-width:760px; margin:0; color:#c5cee0; line-height:1.55; }
.ads-connection .eyebrow { color:#95a6ff; }
.ads-connection-icon { display:grid; place-items:center; width:52px; height:52px; border-radius:16px; color:#fff; background:linear-gradient(135deg,#1788ff,#814cff); font-size:22px; font-weight:950; }
.ad-connection-state { padding:9px 12px; border:1px solid rgba(255,255,255,.18); border-radius:999px; color:#d5dcef; background:rgba(255,255,255,.07); font-size:10px; font-weight:900; letter-spacing:.08em; }
.ads-metrics { display:grid; grid-template-columns:repeat(auto-fit,minmax(190px,1fr)); gap:16px; margin-bottom:30px; }
.ads-metrics article { min-height:132px; padding:22px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:var(--shadow); }
.ads-metrics span,.ads-metrics small { display:block; color:var(--muted); }
.ads-metrics strong { display:block; margin:12px 0 6px; color:#171c2e; font-size:31px; letter-spacing:-.04em; }
.ads-section-head { display:flex; justify-content:space-between; align-items:flex-end; gap:20px; margin:0 0 16px; }
.ads-section-head h2 { margin:4px 0 0; }
.ads-section-head p { margin:0; color:var(--muted); }
.ads-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.ad-card { overflow:hidden; }
.ad-card-visual { min-height:220px; padding:18px; display:flex; align-items:flex-start; justify-content:flex-end; background-position:center; background-size:cover; position:relative; }
.ad-card-visual:after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(8,12,25,.45),transparent 65%); }
.ad-card-visual.brand { background:radial-gradient(circle at 15% 20%,#44e2b7,transparent 28%),radial-gradient(circle at 85% 75%,#a855f7,transparent 33%),linear-gradient(135deg,#11182b,#5b58ef); }
.ad-card-visual span { position:relative; z-index:1; padding:7px 10px; border-radius:999px; color:#fff; background:rgba(9,13,25,.68); font-size:11px; font-weight:850; backdrop-filter:blur(8px); }
.ad-card-visual.has-video { padding:0; background:#090d18; }
.ad-card-visual.has-video:after { pointer-events:none; }
.ad-card-visual.has-video > span { position:absolute; top:16px; right:16px; }
.ad-media-video { display:block; width:100%; height:100%; object-fit:cover; background:#090d18; }
.ad-card-visual .ad-media-video { min-height:220px; }
.ad-card-body { padding:22px; }
.ad-card-top { display:flex; justify-content:space-between; align-items:center; gap:10px; }
.ad-card-top small { color:var(--muted); }
.ad-status { padding:7px 10px; border-radius:999px; color:#6558f5; background:#efedff; font-size:11px; font-weight:900; }
.ad-status.approved { color:#087253; background:#e4f6ef; }
.ad-status.paused { color:#8a4c00; background:#fff0d7; }
.ad-status.ended { color:#5e6471; background:#eceef2; }
.ad-card h3 { margin:18px 0 8px; font-size:23px; }
.ad-card p { min-height:44px; color:var(--muted); line-height:1.5; }
.ad-card-meta { display:flex; flex-wrap:wrap; gap:7px; margin:12px 0 4px; }
.ad-card-meta span { padding:6px 9px; border-radius:999px; color:#5d6575; background:#f0f2f6; font-size:10px; font-weight:850; }
.ad-card dl { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:18px 0; }
.ad-card dl div { padding:12px; border-radius:12px; background:#f6f7fa; }
.ad-card dt { color:var(--muted); font-size:11px; font-weight:800; text-transform:uppercase; }
.ad-card dd { margin:5px 0 0; color:#1a2030; font-weight:850; }
.ad-card-actions { display:flex; flex-wrap:wrap; gap:8px; }
.ad-card-actions .button { flex:1 1 auto; }
.ads-empty { grid-column:1/-1; padding:44px; text-align:center; }
.ads-empty p { max-width:580px; margin:10px auto 20px; color:var(--muted); }
.ad-form-grid .span-2 { grid-column:1/-1; }
.ad-video-fields { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.ad-video-fields[hidden] { display:none; }
.ad-placement-picker { margin:0; padding:18px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; border:1px solid var(--line); border-radius:16px; }
.ad-placement-picker legend { padding:0 7px; font-weight:900; }
.ad-placement-picker>p { grid-column:1/-1; margin:0 0 4px; color:var(--muted); }
.ad-placement-picker label { display:flex; gap:10px; align-items:center; padding:12px; border:1px solid var(--line); border-radius:13px; background:#fff; cursor:pointer; }
.ad-placement-picker input { width:19px; height:19px; accent-color:var(--primary); }
.ad-placement-picker span,.ad-placement-picker strong,.ad-placement-picker small { display:block; }
.ad-placement-picker small { margin-top:3px; color:var(--muted); }
.ad-preview-stage { display:grid; place-items:center; padding:24px; border-radius:18px; background:#eef0f5; }
.ad-preview-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr)); gap:18px; align-items:start; }
.ad-placement-label { display:flex; justify-content:space-between; gap:12px; padding:10px 14px; color:#fff; background:#151b2b; font-size:11px; }
.ad-placement-label span { color:#cdd4e5; }
.social-preview-card { width:min(520px,100%); overflow:hidden; border:1px solid #dfe2e8; border-radius:14px; background:#fff; box-shadow:0 18px 50px rgba(19,25,42,.12); }
.social-preview-card>header { display:grid; grid-template-columns:auto 1fr auto; gap:11px; align-items:center; padding:14px 16px 8px; }
.social-preview-card>header strong,.social-preview-card>header small { display:block; }
.social-preview-card>header small { margin-top:2px; color:#717684; font-size:11px; }
.onlift-avatar { display:grid; place-items:center; width:39px; height:39px; border-radius:50%; color:#fff; background:linear-gradient(135deg,#6558f5,#a855f7); font-weight:950; }
.social-preview-card>p { margin:7px 16px 14px; line-height:1.5; }
.social-preview-image { min-height:315px; display:flex; flex-direction:column; justify-content:flex-end; align-items:flex-start; padding:25px; color:#fff; background-position:center; background-size:cover; position:relative; }
.social-preview-image:before { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(7,11,24,.84),rgba(7,11,24,.05)); }
.social-preview-image.brand { background:radial-gradient(circle at 20% 15%,#44e2b7,transparent 30%),radial-gradient(circle at 82% 75%,#b250f4,transparent 34%),linear-gradient(135deg,#11182b,#5c5df0); }
.social-preview-image strong { position:relative; z-index:2; }
.social-preview-image strong { max-width:400px; font-size:31px; line-height:1.02; }
.social-preview-video { aspect-ratio:4/5; max-height:560px; background:#090d18; }
.social-preview-card.feed-square .social-preview-image,.social-preview-card.feed-square .social-preview-video { aspect-ratio:1/1; min-height:0; }
.social-preview-card.feed-portrait .social-preview-image,.social-preview-card.feed-portrait .social-preview-video { aspect-ratio:4/5; min-height:0; }
.social-preview-card.story-reel { max-width:330px; }
.social-preview-card.story-reel .social-preview-image,.social-preview-card.story-reel .social-preview-video { aspect-ratio:9/16; min-height:0; max-height:none; }
.social-preview-card.landscape .social-preview-image,.social-preview-card.landscape .social-preview-video { aspect-ratio:1.91/1; min-height:0; }
.social-preview-image,.social-preview-video { position:relative; overflow:hidden; }
.ad-safe-zone { position:absolute; z-index:2; inset:8%; border:1px dashed rgba(255,255,255,.82); border-radius:10px; pointer-events:none; }
.story-reel .ad-safe-zone { inset:12% 7% 18%; }
.ad-placement-warning,.ad-placement-ready { margin-bottom:16px; padding:14px 16px; display:grid; gap:4px; border-radius:14px; }
.ad-placement-warning { color:#7a2c16; background:#fff1e9; border:1px solid #ffd0bd; }
.ad-placement-ready { color:#155e4b; background:#eafaf5; border:1px solid #bdebdc; }
.social-preview-video .ad-media-video { width:100%; height:100%; }
.social-preview-link { display:grid; grid-template-columns:1fr auto; gap:14px; align-items:center; padding:14px 16px; background:#f1f2f5; }
.social-preview-link small,.social-preview-link strong,.social-preview-link span { display:block; }
.social-preview-link small,.social-preview-link span { color:#6d7280; font-size:11px; }
.social-preview-link strong { margin:4px 0; }
.social-preview-link button { min-height:38px; padding:0 13px; border:0; border-radius:7px; background:#dfe2e8; font-weight:850; }
.social-preview-card>footer { display:flex; justify-content:space-around; padding:12px; border-top:1px solid #e4e6eb; color:#626976; font-size:12px; font-weight:800; }
.ad-review-summary { display:grid; gap:8px; padding:18px; margin:15px 0; border-radius:14px; background:#f6f7fa; }
.ad-review-summary strong { font-size:20px; }
.ad-review-summary span { color:var(--muted); }
.ad-tracking-preview { display:grid; gap:7px; max-width:720px; margin:14px auto 0; padding:14px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.ad-tracking-preview span { color:var(--muted); font-size:11px; font-weight:850; text-transform:uppercase; }
.ad-tracking-preview code { overflow-wrap:anywhere; color:#3f4780; font-size:11px; }
.ad-extension-cost { display:flex; justify-content:space-between; gap:14px; padding:17px; border-radius:14px; background:#eef0ff; color:#333d78; }
.ad-extension-cost span { color:#626b94; }
.approval-check { display:grid; grid-template-columns:auto 1fr; gap:12px; align-items:start; padding:17px; border:1px solid #dadde6; border-radius:14px; line-height:1.5; }
.approval-check input { width:20px; height:20px; accent-color:#6558f5; }

@media (max-width:850px) {
  .ads-connection { grid-template-columns:auto 1fr; }
  .ad-connection-state { grid-column:1/-1; justify-self:start; }
  .ads-grid { grid-template-columns:1fr; }
}

@media (max-width:560px) {
  .ads-page-header { align-items:stretch; }
  .ads-metrics { grid-template-columns:1fr; gap:10px; }
  .ads-metrics article { min-height:108px; }
  .ads-section-head { align-items:flex-start; flex-direction:column; }
  .ads-section-head p { font-size:13px; }
  .ad-card-visual { min-height:190px; }
  .ad-form-grid .span-2 { grid-column:auto; }
  .ad-video-fields { grid-template-columns:1fr; }
  .ad-placement-picker { grid-template-columns:1fr; }
  .ad-video-fields.span-2 { grid-column:auto; }
  .ad-extension-cost { flex-direction:column; }
  .ad-preview-stage { padding:8px; }
  .social-preview-image { min-height:245px; padding:18px; }
  .social-preview-image strong { font-size:25px; }
  .social-preview-link { grid-template-columns:1fr; }
  .social-preview-link button { width:100%; }
}

/* Compacte ronde contactacties; labels blijven beschikbaar voor hulptechnologie en toetsenbordgebruik. */
.demo-preview .demo-floating-actions button {
  position:relative;
  width:50px;
  height:50px;
  min-height:50px;
  padding:5px;
  gap:0;
  border-radius:50%;
}
.demo-preview .demo-floating-actions em {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}
.demo-preview .demo-floating-actions button::after {
  content:attr(data-tooltip);
  position:absolute;
  bottom:calc(100% + 9px);
  left:0;
  width:max-content;
  max-width:150px;
  padding:7px 10px;
  color:#fff;
  background:#101820;
  border-radius:8px;
  box-shadow:0 8px 22px rgba(8,20,27,.2);
  font-size:11px;
  font-weight:800;
  opacity:0;
  pointer-events:none;
  transform:translateY(5px);
  transition:opacity .18s ease,transform .18s ease;
}
.demo-preview .demo-float-chat::after { right:0; left:auto; }
.demo-preview .demo-floating-actions button:hover::after,
.demo-preview .demo-floating-actions button:focus-visible::after { opacity:1; transform:translateY(0); }

@media (max-width:850px) {
  .demo-floating-actions { padding:0 12px; }
  .demo-floating-actions button {
    width:48px;
    max-width:48px;
    height:48px;
    min-height:48px;
    padding:5px;
  }
  .demo-floating-actions span { flex:0 0 36px; width:36px; height:36px; }
}

@media (max-width:370px) {
  .demo-floating-actions { padding:0 9px; }
}

/* Volwaardige processectie: meer inhoud en ritme dan een generieke template. */
.demo-process-section {
  display:grid;
  grid-template-columns:minmax(230px,.72fr) minmax(0,1.28fr);
  gap:34px 64px;
  padding:clamp(52px,7vw,92px) clamp(26px,7vw,96px);
  color:var(--demo-ink);
  background:var(--demo-soft);
}
.demo-process-heading small { color:var(--demo-accent); font-size:11px; font-weight:900; letter-spacing:.14em; }
.demo-process-heading h3 { margin:12px 0 16px; font-size:clamp(30px,4vw,52px); line-height:1.02; letter-spacing:-.045em; }
.demo-process-heading p { max-width:480px; margin:0; color:#65747a; line-height:1.65; }
.demo-process-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.demo-process-grid article { min-height:215px; padding:24px; background:rgba(255,255,255,.82); border:1px solid rgba(255,255,255,.9); border-radius:18px; }
.demo-process-grid article > span { display:block; margin-bottom:42px; color:var(--demo-accent); font-size:12px; font-weight:900; letter-spacing:.12em; }
.demo-process-grid strong { display:block; margin-bottom:10px; font-size:17px; }
.demo-process-grid p { margin:0; color:#65747a; font-size:13px; line-height:1.6; }
.demo-process-section > button { grid-column:2; justify-self:start; min-height:48px; padding:0 20px; color:#fff; background:var(--demo-accent-dark); border:0; border-radius:999px; font-weight:850; cursor:pointer; }

@media (max-width:850px) {
  .demo-process-section { grid-template-columns:1fr; gap:28px; padding:48px 20px; }
  .demo-process-grid { grid-template-columns:1fr; }
  .demo-process-grid article { min-height:0; }
  .demo-process-grid article > span { margin-bottom:22px; }
  .demo-process-section > button { grid-column:auto; width:100%; }
}

@media (max-width:430px) {
  .contact-assurance { grid-template-columns:1fr; }
  .contact-address-list > div { grid-template-columns:32px 1fr; }
}

/* Complete footer voor een geloofwaardige, afgeronde klantwebsite. */
.demo-footer {
  display:grid;
  grid-template-columns:minmax(230px,.8fr) minmax(0,1.5fr);
  gap:42px 70px;
  padding:clamp(42px,6vw,76px) clamp(28px,6vw,84px) 26px;
  color:#fff;
  background:var(--demo-accent-dark);
  font-size:13px;
}
.demo-footer-brand { display:flex; align-items:center; gap:14px; align-self:start; }
.demo-footer-brand > span {
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  flex:0 0 auto;
  color:var(--demo-accent-dark);
  background:#fff;
  border-radius:14px;
  font-size:16px;
  font-weight:900;
}
.demo-footer-brand > div { display:grid; gap:4px; }
.demo-footer-brand strong { font-size:19px; }
.demo-footer-brand small { color:rgba(255,255,255,.68); }
.demo-footer-columns { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:30px; }
.demo-footer-columns > div { display:grid; align-content:start; gap:7px; }
.demo-footer-columns small { color:rgba(255,255,255,.6); font-size:10px; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
.demo-footer-columns strong { color:#fff; font-size:13px; line-height:1.55; overflow-wrap:anywhere; }
.demo-footer-bottom {
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:24px;
  color:rgba(255,255,255,.58);
  border-top:1px solid rgba(255,255,255,.14);
}
.demo-footer-bottom button { padding:0; color:#fff; background:transparent; border:0; font:inherit; font-weight:850; cursor:pointer; }

@media (max-width:850px) {
  .demo-footer { grid-template-columns:1fr; gap:32px; padding:42px 22px 24px; }
  .demo-footer-columns { grid-template-columns:1fr; gap:22px; }
  .demo-footer-bottom { grid-column:auto; align-items:flex-start; flex-direction:column; }
}

/* Eigen art direction per branche, gebaseerd op bewezen premium patronen. */
.demo-theme-salon .demo-showcase-hero { align-items:end; }
.demo-theme-salon .demo-showcase-hero.website { background-image:linear-gradient(90deg,rgba(34,21,26,.18),rgba(34,21,26,.82) 68%),var(--branch-hero); }
.demo-theme-salon .demo-showcase-copy { margin-left:auto; padding:20px 0; }
.demo-theme-salon .demo-showcase-copy h2,
.demo-theme-salon .demo-content h2,
.demo-theme-salon .demo-home-story h3 { font-family:Georgia,"Times New Roman",serif; font-weight:500; }
.demo-theme-salon .demo-home-story { grid-template-columns:.82fr 1.18fr; background:#f7ece9; }

.demo-theme-care .demo-showcase-hero { align-items:center; }
.demo-theme-care .demo-showcase-copy { padding-left:22px; border-left:5px solid var(--demo-accent); }
.demo-theme-care .demo-features span { border-top:4px solid var(--demo-accent); }
.demo-theme-care .service-grid article { border-color:#d8ebe7; }

.demo-theme-restaurant { --demo-surface:#171412; --demo-ink:#f7f0e8; }
.demo-theme-restaurant .demo-preview nav { background:rgba(24,20,18,.96); border-color:rgba(255,255,255,.1); }
.demo-theme-restaurant .demo-brand em { color:#fff; }
.demo-theme-restaurant .demo-menu { background:rgba(255,255,255,.08); }
.demo-theme-restaurant .demo-menu button { color:rgba(255,255,255,.7); }
.demo-theme-restaurant .demo-menu button.active { color:#2e211a; }
.demo-theme-restaurant .demo-showcase-hero { align-items:end; }
.demo-theme-restaurant .demo-showcase-copy { max-width:760px; padding-bottom:20px; }
.demo-theme-restaurant .demo-features,
.demo-theme-restaurant .demo-home-story { color:#f7f0e8; background:#171412; }
.demo-theme-restaurant .demo-features span { background:#211d1a; border-color:#37302a; }
.demo-theme-restaurant .demo-features small,
.demo-theme-restaurant .demo-home-story p { color:#c9bdb2; }

.demo-theme-hotel .demo-showcase-copy { max-width:780px; text-align:center; justify-self:center; }
.demo-theme-hotel .demo-showcase-copy h2 { margin-inline:auto; }
.demo-theme-hotel .demo-showcase-copy p { margin-inline:auto; }
.demo-theme-hotel .demo-showcase-hero.website { background-image:linear-gradient(180deg,rgba(20,21,18,.2),rgba(20,21,18,.8)),var(--branch-hero); }
.demo-theme-hotel .demo-features { position:relative; z-index:2; width:min(1120px,calc(100% - 48px)); margin:-36px auto 0; border-radius:22px; box-shadow:0 22px 60px rgba(35,31,22,.16); }

.demo-theme-construction .demo-brand span,
.demo-theme-construction .demo-showcase-copy button,
.demo-theme-construction .demo-nav-action,
.demo-theme-construction .service-grid article,
.demo-theme-construction .demo-home-story { border-radius:3px; }
.demo-theme-construction .demo-showcase-copy h2 { max-width:760px; text-transform:uppercase; letter-spacing:-.045em; }
.demo-theme-construction .demo-showcase-copy { padding-left:24px; border-left:7px solid var(--demo-accent); }
.demo-theme-construction .service-index { font-size:24px; letter-spacing:0; }

.demo-theme-cleaning .demo-showcase-copy { max-width:620px; }
.demo-theme-cleaning .demo-showcase-hero.website { background-image:linear-gradient(90deg,rgba(8,39,51,.92),rgba(8,39,51,.54) 48%,rgba(8,39,51,.02)),var(--branch-hero); }
.demo-theme-cleaning .demo-features span { box-shadow:none; border-color:#cfe8ee; }
.demo-theme-cleaning .demo-home-story { background:#eaf6f8; }

.demo-theme-business .demo-showcase-copy { max-width:700px; }
.demo-theme-business .demo-features span { border-radius:8px; box-shadow:none; }
.demo-theme-business .demo-home-story { grid-template-columns:1fr 1fr; border-radius:10px; }
.demo-theme-business .service-grid article { border-radius:10px; box-shadow:none; }

@media (max-width:850px) {
  .demo-theme-salon .demo-showcase-hero.website,
  .demo-theme-restaurant .demo-showcase-hero.website,
  .demo-theme-hotel .demo-showcase-hero.website,
  .demo-theme-cleaning .demo-showcase-hero.website {
    background-image:linear-gradient(180deg,rgba(8,17,23,.18),rgba(8,17,23,.86) 80%),var(--branch-hero);
  }
  .demo-theme-salon .demo-showcase-copy { margin-left:0; }
  .demo-theme-care .demo-showcase-copy,
  .demo-theme-construction .demo-showcase-copy { padding-left:0; border-left:0; }
  .demo-theme-hotel .demo-showcase-copy { text-align:left; justify-self:auto; }
  .demo-theme-hotel .demo-features { width:100%; margin:0; border-radius:0; box-shadow:none; }
  .demo-theme-restaurant .demo-menu button { color:rgba(255,255,255,.72); }
}

/* Nieuwe templatefamilie: editorial split canvas voor hoogwaardige dienstverleners. */
.demo-template-editorial-v2 .demo-showcase-hero.website {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(420px,1.14fr);
  min-height:690px;
  padding:0;
  overflow:hidden;
  color:var(--demo-ink);
  background:var(--demo-surface);
  background-image:none;
}
.demo-template-editorial-v2 .demo-showcase-hero.website::before {
  content:"";
  grid-column:2;
  grid-row:1;
  min-height:690px;
  background-image:linear-gradient(180deg,rgba(8,19,24,.04),rgba(8,19,24,.18)),var(--branch-hero);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.demo-template-editorial-v2 .demo-showcase-copy {
  grid-column:1;
  grid-row:1;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  width:100%;
  max-width:none;
  margin:0;
  padding:clamp(54px,7vw,108px);
  text-align:left;
  border:0;
}
.demo-template-editorial-v2 .demo-showcase-copy small { color:var(--demo-accent); }
.demo-template-editorial-v2 .demo-showcase-copy h2 {
  max-width:720px;
  color:var(--demo-ink);
  font-size:clamp(48px,5.6vw,82px);
  line-height:.96;
  letter-spacing:-.058em;
  text-transform:none;
}
.demo-template-editorial-v2 .demo-showcase-copy p { max-width:590px; color:#607077; font-size:17px; }
.demo-template-editorial-v2 .demo-showcase-copy button { min-height:52px; padding:0 22px; border-radius:999px; }
.demo-template-editorial-v2 .demo-features {
  position:relative;
  z-index:3;
  width:min(1160px,calc(100% - 48px));
  margin:-44px auto 0;
  padding:0;
  gap:1px;
  overflow:hidden;
  background:#dfe5e6;
  border:1px solid #dfe5e6;
  border-radius:20px;
  box-shadow:0 25px 68px rgba(11,26,32,.12);
}
.demo-template-editorial-v2 .demo-features span {
  min-height:145px;
  padding:28px;
  background:#fff;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.demo-template-editorial-v2 .demo-home-story {
  position:relative;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  width:min(1240px,calc(100% - 48px));
  margin:clamp(70px,9vw,126px) auto;
  overflow:visible;
  background:transparent;
  border-radius:0;
}
.demo-template-editorial-v2 .demo-home-story > .branch-photo { min-height:610px; border-radius:8px; }
.demo-template-editorial-v2 .demo-home-story > div:last-child {
  align-self:center;
  z-index:2;
  margin-left:-88px;
  padding:clamp(38px,5vw,70px);
  background:#fff;
  border:1px solid #e5e9e9;
  border-radius:8px;
  box-shadow:0 28px 80px rgba(12,28,34,.13);
}

/* Horeca: licht editorial menu in plaats van de eerdere donkere template. */
.demo-template-editorial-v2.demo-theme-restaurant { --demo-surface:#f4efe7; --demo-soft:#eee4d5; --demo-ink:#211a15; }
.demo-template-editorial-v2.demo-theme-restaurant .demo-preview nav,
.demo-template-editorial-v2.demo-theme-restaurant nav { color:#211a15; background:#f9f5ef; border-color:#ded3c5; }
.demo-template-editorial-v2.demo-theme-restaurant .demo-brand em { color:#211a15; }
.demo-template-editorial-v2.demo-theme-restaurant .demo-menu { background:#e9dfd1; }
.demo-template-editorial-v2.demo-theme-restaurant .demo-menu button { color:#66594e; }
.demo-template-editorial-v2.demo-theme-restaurant .demo-menu button.active { color:#fff; background:#7b4935; }
.demo-template-editorial-v2.demo-theme-restaurant .demo-features,
.demo-template-editorial-v2.demo-theme-restaurant .demo-home-story { color:#211a15; background:transparent; }
.demo-template-editorial-v2.demo-theme-restaurant .demo-features span { color:#211a15; background:#fffaf4; }
.demo-template-editorial-v2.demo-theme-restaurant .demo-features small,
.demo-template-editorial-v2.demo-theme-restaurant .demo-home-story p { color:#71665e; }

/* Hotel: cinematic beeld met een rustige boekingskaart over de foto. */
.demo-template-editorial-v2.demo-theme-hotel .demo-showcase-hero.website { grid-template-columns:minmax(0,1fr); color:#fff; background:#111712; }
.demo-template-editorial-v2.demo-theme-hotel .demo-showcase-hero.website::before { grid-column:1; min-height:760px; filter:saturate(.85); }
.demo-template-editorial-v2.demo-theme-hotel .demo-showcase-copy {
  grid-column:1;
  align-self:end;
  width:min(680px,calc(100% - 72px));
  margin:0 0 54px 54px;
  padding:42px;
  color:#1d241e;
  background:rgba(250,248,241,.94);
  border-radius:8px;
  backdrop-filter:blur(12px);
}
.demo-template-editorial-v2.demo-theme-hotel .demo-showcase-copy h2 { color:#1d241e; }
.demo-template-editorial-v2.demo-theme-hotel .demo-showcase-copy p { color:#59635b; }

/* Bouw: scherp projectraster met robuuste, rechte vormen. */
.demo-template-editorial-v2.demo-theme-construction .demo-showcase-hero.website,
.demo-template-editorial-v2.demo-theme-construction .demo-home-story > .branch-photo,
.demo-template-editorial-v2.demo-theme-construction .demo-home-story > div:last-child,
.demo-template-editorial-v2.demo-theme-construction .demo-features { border-radius:0; }
.demo-template-editorial-v2.demo-theme-construction .demo-showcase-copy h2 { font-size:clamp(46px,5.3vw,78px); text-transform:uppercase; }

/* Nieuwe webshoptemplate: editorial lookbook en gecureerde productcatalogus. */
.demo-template-lookbook-v2 .demo-showcase-hero.shop {
  position:relative;
  display:grid;
  grid-template-columns:minmax(380px,.78fr) minmax(0,1.22fr);
  min-height:720px;
  padding:0;
  overflow:hidden;
  color:var(--demo-ink);
  background:#f3efe9;
  background-image:none;
}
.demo-template-lookbook-v2 .demo-showcase-hero.shop::after {
  content:"";
  grid-column:2;
  grid-row:1;
  min-height:720px;
  background-image:linear-gradient(180deg,rgba(16,20,21,.03),rgba(16,20,21,.16)),url("assets/demo-webshop-hero-v2.png");
  background-position:center;
  background-size:cover;
}
.demo-template-lookbook-v2 .demo-showcase-copy {
  grid-column:1;
  grid-row:1;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  max-width:none;
  padding:clamp(54px,7vw,104px);
}
.demo-template-lookbook-v2 .demo-showcase-copy small { color:var(--demo-accent); }
.demo-template-lookbook-v2 .demo-showcase-copy h2 { color:var(--demo-ink); font-family:Georgia,"Times New Roman",serif; font-size:clamp(50px,5.7vw,82px); font-weight:500; line-height:.98; }
.demo-template-lookbook-v2 .demo-showcase-copy p { color:#66635f; }
.demo-template-lookbook-v2 .demo-showcase-copy button { border-radius:2px; }
.demo-template-lookbook-v2 .product-grid { grid-template-columns:repeat(12,minmax(0,1fr)); gap:22px; }
.demo-template-lookbook-v2 .product-grid article { grid-column:span 4; overflow:hidden; background:#fff; border-radius:4px; }
.demo-template-lookbook-v2 .product-grid article:first-child { grid-column:span 7; }
.demo-template-lookbook-v2 .product-grid article:nth-child(2) { grid-column:span 5; }
.demo-template-lookbook-v2 .product-grid article:nth-child(3) { grid-column:4 / span 6; }
.demo-template-lookbook-v2 .product-grid .product-image { min-height:360px; border-radius:0; }
.demo-template-lookbook-v2 .product-grid article:first-child .product-image { min-height:500px; }

@media (max-width:850px) {
  .demo-template-editorial-v2 .demo-showcase-hero.website,
  .demo-template-lookbook-v2 .demo-showcase-hero.shop { display:flex; flex-direction:column; min-height:0; }
  .demo-template-editorial-v2 .demo-showcase-hero.website::before,
  .demo-template-lookbook-v2 .demo-showcase-hero.shop::after { order:1; width:100%; min-height:420px; }
  .demo-template-editorial-v2 .demo-showcase-copy,
  .demo-template-lookbook-v2 .demo-showcase-copy { order:2; width:100%; margin:0; padding:42px 22px 48px; color:var(--demo-ink); background:var(--demo-surface); border-radius:0; }
  .demo-template-editorial-v2 .demo-showcase-copy h2,
  .demo-template-lookbook-v2 .demo-showcase-copy h2 { color:var(--demo-ink); font-size:clamp(40px,12vw,56px); }
  .demo-template-editorial-v2 .demo-showcase-copy p,
  .demo-template-lookbook-v2 .demo-showcase-copy p { color:#607077; }
  .demo-template-editorial-v2 .demo-features { width:100%; margin:0; border-radius:0; box-shadow:none; }
  .demo-template-editorial-v2 .demo-home-story { display:block; width:calc(100% - 28px); margin:48px 14px; }
  .demo-template-editorial-v2 .demo-home-story > .branch-photo { min-height:340px; }
  .demo-template-editorial-v2 .demo-home-story > div:last-child { margin:-32px 14px 0; padding:30px 24px; }
  .demo-template-editorial-v2.demo-theme-hotel .demo-showcase-hero.website::before { min-height:480px; }
  .demo-template-lookbook-v2 .product-grid { grid-template-columns:1fr; }
  .demo-template-lookbook-v2 .product-grid article,
  .demo-template-lookbook-v2 .product-grid article:first-child,
  .demo-template-lookbook-v2 .product-grid article:nth-child(2),
  .demo-template-lookbook-v2 .product-grid article:nth-child(3) { grid-column:auto; }
  .demo-template-lookbook-v2 .product-grid article:first-child .product-image,
  .demo-template-lookbook-v2 .product-grid .product-image { min-height:300px; }
}

/* Template-engine v3: vier werkelijk zelfstandige structuren. */
.demo-template-business-v3,.demo-template-salon-v3,.demo-template-care-v3,.demo-template-restaurant-v3,.demo-template-hotel-v3,.demo-template-cleaning-v3,.demo-template-construction-v3,.demo-template-shop-v3 { --template-gutter:clamp(24px,6vw,88px); }
.demo-template-business-v3 button,.demo-template-salon-v3 button,.demo-template-care-v3 button,.demo-template-restaurant-v3 button,.demo-template-hotel-v3 button,.demo-template-cleaning-v3 button,.demo-template-construction-v3 button,.demo-template-shop-v3 button { cursor:pointer; }
.demo-template-business-v3 address,.demo-template-salon-v3 address,.demo-template-care-v3 address,.demo-template-restaurant-v3 address,.demo-template-hotel-v3 address,.demo-template-cleaning-v3 address,.demo-template-construction-v3 address,.demo-template-shop-v3 address { font-style:normal; }

/* 1. Corporate Swiss-editorial template. */
.corp-nav { display:flex; align-items:center; min-height:84px; padding:0 var(--template-gutter); color:#10242c; background:#f6f5f1; border-bottom:1px solid #d8dcda; }
.corp-wordmark { margin-right:auto; font-size:20px; letter-spacing:-.03em; }
.corp-links { display:flex; gap:4px; }
.corp-links button { padding:10px 13px; color:#53656b; background:transparent; border:0; border-radius:0; font-weight:800; }
.corp-links button.active { color:#10242c; box-shadow:inset 0 -2px #10242c; }
.corp-nav-cta { min-height:44px; margin-left:26px; padding:0 17px; color:#fff; background:#10242c; border:0; border-radius:0; font-weight:850; }
.corp-home { color:#10242c; background:#f6f5f1; }
.corp-hero { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr); min-height:650px; padding:0 var(--template-gutter); border-bottom:1px solid #d8dcda; }
.corp-hero-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:72px 8vw 72px 0; }
.corp-hero-copy small,.corp-services small,.corp-method small,.corp-contact small,.corp-statement small { color:#537078; font-size:11px; font-weight:900; letter-spacing:.16em; }
.corp-hero-copy h2 { max-width:900px; margin:20px 0 28px; font-size:clamp(58px,7.2vw,108px); line-height:.88; letter-spacing:-.075em; }
.corp-hero-copy p { max-width:650px; margin:0 0 34px; color:#576b71; font-size:18px; line-height:1.7; }
.corp-hero-copy button,.corp-statement button,.corp-contact button { min-height:50px; padding:0 20px; color:#fff; background:#10242c; border:0; border-radius:0; font-weight:850; }
.corp-hero-card { align-self:end; margin:0 0 70px; padding:30px; color:#fff; background:#d84d31; }
.corp-hero-card span { display:block; margin-bottom:70px; font-size:12px; font-weight:900; }
.corp-hero-card strong { display:block; font-size:29px; line-height:1.06; }
.corp-hero-card p { margin:17px 0 0; color:rgba(255,255,255,.8); line-height:1.55; }
.corp-principles { display:grid; grid-template-columns:repeat(3,1fr); border-bottom:1px solid #d8dcda; }
.corp-principles article { min-height:230px; padding:40px var(--template-gutter); border-right:1px solid #d8dcda; }
.corp-principles article:last-child { border-right:0; }
.corp-principles span { color:#d84d31; font-size:12px; font-weight:900; }
.corp-principles strong { display:block; margin:54px 0 12px; font-size:20px; }
.corp-principles p { margin:0; color:#627278; line-height:1.55; }
.corp-statement { padding:clamp(74px,10vw,150px) var(--template-gutter); color:#fff; background:#10242c; }
.corp-statement h3 { max-width:1100px; margin:24px 0 45px; font-size:clamp(42px,6vw,84px); font-weight:500; line-height:1.02; letter-spacing:-.055em; }
.corp-statement button { color:#10242c; background:#f6f5f1; }
.corp-services { padding:90px var(--template-gutter); color:#10242c; background:#f6f5f1; }
.corp-services > header { display:grid; grid-template-columns:.55fr 1.45fr; gap:30px; margin-bottom:70px; }
.corp-services > header h2 { margin:0; font-size:clamp(48px,6vw,84px); line-height:.95; letter-spacing:-.06em; }
.corp-services > header p { max-width:520px; color:#627278; line-height:1.7; }
.corp-services > div { border-top:1px solid #bfc7c5; }
.corp-services article { display:grid; grid-template-columns:80px 1fr 1fr auto; gap:26px; align-items:center; padding:32px 0; border-bottom:1px solid #bfc7c5; }
.corp-services article span { color:#d84d31; font-weight:900; }
.corp-services article h3 { margin:0; font-size:25px; }
.corp-services article p { margin:0; color:#627278; }
.corp-services article button { color:#10242c; background:transparent; border:0; font-weight:850; }
.corp-method { display:grid; grid-template-columns:.8fr 1.2fr; min-height:680px; color:#fff; background:#18363d; }
.corp-method-intro { padding:100px var(--template-gutter); border-right:1px solid rgba(255,255,255,.2); }
.corp-method-intro h2 { margin:25px 0; font-size:clamp(45px,5vw,76px); line-height:.95; }
.corp-method-intro p { color:#c4d1d2; line-height:1.7; }
.corp-method-steps { padding:70px var(--template-gutter); }
.corp-method-steps article { display:grid; grid-template-columns:64px 1fr; gap:20px; padding:32px 0; border-bottom:1px solid rgba(255,255,255,.2); }
.corp-method-steps span { color:#f77b5e; font-size:22px; }
.corp-method-steps strong { font-size:23px; }
.corp-method-steps p { color:#c4d1d2; }
.corp-contact { display:grid; grid-template-columns:1.25fr .75fr; min-height:650px; color:#10242c; background:#f0d947; }
.corp-contact-copy { padding:100px var(--template-gutter); }
.corp-contact h2 { max-width:800px; margin:25px 0; font-size:clamp(52px,6vw,90px); line-height:.92; letter-spacing:-.065em; }
.corp-contact p { max-width:600px; line-height:1.7; }
.corp-contact address { display:grid; align-content:center; gap:12px; padding:80px var(--template-gutter); background:#fff; }
.corp-contact address span { margin-top:20px; color:#6b7b80; font-size:11px; font-weight:900; text-transform:uppercase; }

/* 2. Salon magazine template. */
.salon-editorial-nav { display:flex; align-items:center; min-height:78px; padding:0 var(--template-gutter); color:#2a2023; background:#fffaf6; border-bottom:1px solid #eadfda; }
.salon-editorial-nav > strong { margin-right:auto; font-family:Georgia,serif; font-size:27px; font-weight:500; }
.salon-editorial-nav > div { display:flex; gap:20px; }
.salon-editorial-nav button { padding:8px 0; color:#725e65; background:transparent; border:0; border-bottom:1px solid transparent; }
.salon-editorial-nav button.active { color:#2a2023; border-color:#a95768; }
.salon-cover { display:grid; grid-template-columns:1.08fr .92fr; grid-template-rows:minmax(620px,1fr) auto auto; color:#2a2023; background:#f3e9e5; }
.salon-cover-image { grid-column:1; grid-row:1; min-height:680px; background-position:center; }
.salon-cover-copy { grid-column:2; grid-row:1; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:80px var(--template-gutter); }
.salon-cover-copy small,.salon-services small,.salon-story small,.salon-booking small { color:#a95768; font-size:11px; font-weight:900; letter-spacing:.17em; }
.salon-cover-copy h2 { margin:20px 0 28px; font-family:Georgia,serif; font-size:clamp(52px,6vw,88px); font-weight:400; line-height:.98; letter-spacing:-.045em; }
.salon-cover-copy p { max-width:560px; color:#725f65; font-size:17px; line-height:1.7; }
.salon-cover-copy button,.salon-booking button { min-height:50px; padding:0 22px; color:#fff; background:#543038; border:0; border-radius:0; }
.salon-issue { grid-column:1 / -1; display:flex; justify-content:space-between; padding:18px var(--template-gutter); color:#fdf7f3; background:#543038; font-size:11px; letter-spacing:.14em; }
.salon-treatments { grid-column:1 / -1; display:grid; grid-template-columns:repeat(3,1fr); padding:50px var(--template-gutter); background:#fffaf6; }
.salon-treatments article { padding:10px 40px; border-right:1px solid #daccc7; }
.salon-treatments article:last-child { border-right:0; }
.salon-treatments span { color:#a95768; font-size:11px; }
.salon-treatments h3 { margin:25px 0 10px; font-family:Georgia,serif; font-size:25px; font-weight:500; }
.salon-treatments p { color:#78686d; line-height:1.6; }
.salon-services { padding:90px var(--template-gutter); color:#2a2023; background:#fffaf6; }
.salon-services-title { max-width:750px; margin-bottom:65px; }
.salon-services-title h2 { margin:16px 0; font-family:Georgia,serif; font-size:clamp(50px,6vw,80px); font-weight:400; line-height:1; }
.salon-service-list { border-top:1px solid #daccc7; }
.salon-service-list article { display:grid; grid-template-columns:70px 1fr auto; align-items:center; gap:30px; padding:30px 0; border-bottom:1px solid #daccc7; }
.salon-service-list span { color:#a95768; }
.salon-service-list h3 { margin:0 0 8px; font-family:Georgia,serif; font-size:27px; }
.salon-service-list p { margin:0; color:#78686d; }
.salon-service-list button { padding:12px 16px; color:#543038; background:transparent; border:1px solid #543038; }
.salon-story { display:grid; grid-template-columns:1fr 1fr; grid-template-rows:1fr auto; min-height:720px; color:#2a2023; background:#eadbd6; }
.salon-story > .branch-photo { grid-row:1 / span 2; min-height:720px; }
.salon-story blockquote { align-self:end; margin:0; padding:70px var(--template-gutter) 30px; font-family:Georgia,serif; font-size:clamp(34px,4vw,55px); line-height:1.1; }
.salon-story > div:last-child { padding:30px var(--template-gutter) 70px; }
.salon-story h2 { font-family:Georgia,serif; font-size:34px; font-weight:400; }
.salon-booking { min-height:650px; padding:90px var(--template-gutter); color:#fff; background:#543038; }
.salon-booking > header h2 { max-width:900px; margin:20px 0 60px; font-family:Georgia,serif; font-size:clamp(52px,6vw,88px); font-weight:400; line-height:1; }
.salon-booking > div { display:grid; grid-template-columns:1fr 1fr; gap:60px; }
.salon-booking address,.salon-booking aside { display:grid; align-content:start; gap:12px; padding:35px; border:1px solid rgba(255,255,255,.25); }
.salon-booking address span { margin-top:14px; color:#dcbec5; font-size:11px; text-transform:uppercase; }
.salon-booking aside > strong { font-family:Georgia,serif; font-size:30px; }

/* 3. Construction project template. */
.build-nav { display:flex; align-items:center; min-height:78px; padding:0 var(--template-gutter); color:#fff; background:#171b1c; border-bottom:1px solid #383d3d; }
.build-nav > strong { display:flex; gap:12px; align-items:center; margin-right:auto; font-size:20px; text-transform:uppercase; }
.build-nav > strong span { color:#f0b323; }
.build-nav > div { display:flex; gap:3px; }
.build-nav button { padding:10px 13px; color:#c4c9c9; background:transparent; border:0; border-radius:0; text-transform:uppercase; }
.build-nav button.active { color:#171b1c; background:#f0b323; }
.build-home { color:#fff; background:#171b1c; }
.build-hero { position:relative; display:flex; align-items:flex-end; min-height:760px; padding:80px var(--template-gutter); }
.build-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(10,13,14,.93),rgba(10,13,14,.35) 68%,rgba(10,13,14,.05)); }
.build-hero > div { position:relative; z-index:1; max-width:900px; }
.build-hero small,.build-services header span,.build-process small,.build-contact small { color:#f0b323; font-size:11px; font-weight:900; letter-spacing:.17em; }
.build-hero h2 { margin:20px 0; font-size:clamp(62px,8vw,118px); line-height:.82; letter-spacing:-.065em; text-transform:uppercase; }
.build-hero p { max-width:650px; color:#d0d4d3; font-size:18px; line-height:1.65; }
.build-hero button,.build-contact button { min-height:52px; padding:0 20px; color:#171b1c; background:#f0b323; border:0; border-radius:0; font-weight:900; text-transform:uppercase; }
.build-proof { display:grid; grid-template-columns:repeat(3,1fr); border-bottom:1px solid #393e3e; }
.build-proof span { display:grid; gap:8px; padding:32px var(--template-gutter); border-right:1px solid #393e3e; }
.build-proof small { color:#969f9d; }
.build-project-grid { display:grid; grid-template-columns:1.2fr .8fr; min-height:620px; }
.build-project-grid > article:first-child { position:relative; }
.build-project-grid > article:first-child span { position:absolute; bottom:25px; left:25px; padding:10px; color:#171b1c; background:#f0b323; font-weight:900; }
.build-project-grid > article:last-child { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:70px var(--template-gutter); background:#24292a; }
.build-project-grid h3 { margin:18px 0; font-size:clamp(42px,5vw,72px); line-height:.95; text-transform:uppercase; }
.build-project-grid p { color:#bdc5c4; line-height:1.7; }
.build-project-grid button { padding:0; color:#f0b323; background:transparent; border:0; font-weight:900; }
.build-services,.build-process { padding:90px var(--template-gutter); color:#171b1c; background:#eef0ed; }
.build-services header h2,.build-process header h2 { margin:20px 0 60px; font-size:clamp(50px,6vw,85px); line-height:.9; text-transform:uppercase; }
.build-services > div { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:#bfc4c1; }
.build-services article { min-height:370px; padding:34px; background:#fff; }
.build-services b { color:#c48800; }
.build-services h3 { margin:90px 0 15px; font-size:28px; text-transform:uppercase; }
.build-services p { color:#66706d; line-height:1.6; }
.build-services button { padding:0; color:#171b1c; background:transparent; border:0; font-weight:900; }
.build-process { color:#fff; background:#171b1c; }
.build-process > div { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.build-process article { padding:32px; border:1px solid #434849; }
.build-process span { color:#f0b323; font-size:30px; }
.build-process strong { display:block; margin:75px 0 12px; font-size:22px; text-transform:uppercase; }
.build-process p { color:#adb5b3; }
.build-contact { display:grid; grid-template-columns:1.25fr .75fr; min-height:620px; color:#171b1c; background:#f0b323; }
.build-contact > div { padding:90px var(--template-gutter); }
.build-contact h2 { margin:22px 0 45px; font-size:clamp(58px,7vw,98px); line-height:.85; text-transform:uppercase; }
.build-contact button { color:#fff; background:#171b1c; }
.build-contact address { display:grid; align-content:center; gap:12px; padding:70px var(--template-gutter); background:#fff; }
.build-contact address span { margin-top:18px; color:#6d7472; font-size:11px; text-transform:uppercase; }

/* 4. Commerce lookbook template. */
.shop-announcement { padding:10px 20px; color:#fff; background:#20211f; text-align:center; font-size:10px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.shop-nav { display:flex; align-items:center; min-height:80px; padding:0 var(--template-gutter); color:#25241f; background:#f9f7f2; border-bottom:1px solid #dedbd3; }
.shop-nav > strong { margin-right:auto; font-family:Georgia,serif; font-size:26px; font-weight:500; }
.shop-nav > div { display:flex; gap:22px; }
.shop-nav button { padding:8px 0; color:#716f68; background:transparent; border:0; border-bottom:1px solid transparent; }
.shop-nav button.active { color:#25241f; border-color:#25241f; }
.shop-home-v3 { color:#25241f; background:#f9f7f2; }
.shop-editorial-hero { display:grid; grid-template-columns:.78fr 1.22fr; min-height:700px; }
.shop-editorial-hero > div:first-child { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:75px var(--template-gutter); background:#e8e1d5; }
.shop-editorial-hero small,.shop-catalog small,.shop-brand small,.shop-cart small { color:#8a5a3c; font-size:10px; font-weight:900; letter-spacing:.17em; }
.shop-editorial-hero h2 { margin:22px 0; font-family:Georgia,serif; font-size:clamp(55px,6vw,90px); font-weight:400; line-height:.96; letter-spacing:-.045em; }
.shop-editorial-hero p { color:#6f6a61; line-height:1.7; }
.shop-editorial-hero button,.shop-brand button,.shop-cart button { min-height:50px; padding:0 21px; color:#fff; background:#25241f; border:0; border-radius:0; }
.shop-hero-photo { background:url("assets/demo-webshop-hero-v2.png") center/cover no-repeat; }
.shop-featured-row { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; padding:90px var(--template-gutter); }
.shop-featured-row article { display:grid; align-content:start; }
.shop-featured-row .product-image { min-height:360px; margin:0 0 22px; }
.shop-featured-row h3 { margin:10px 0 5px; font-family:Georgia,serif; font-size:24px; font-weight:500; }
.shop-featured-row button { justify-self:start; margin-top:14px; padding:0; color:#25241f; background:transparent; border:0; }
.shop-catalog { padding:90px var(--template-gutter); color:#25241f; background:#f4f0e8; }
.shop-catalog > header { max-width:780px; margin-bottom:65px; }
.shop-catalog > header h2 { margin:18px 0; font-family:Georgia,serif; font-size:clamp(50px,6vw,82px); font-weight:400; line-height:1; }
.shop-catalog > div { display:grid; grid-template-columns:repeat(12,1fr); gap:25px; }
.shop-catalog article { grid-column:span 4; overflow:hidden; background:#fff; }
.shop-catalog article:first-child { grid-column:span 7; }
.shop-catalog article:nth-child(2) { grid-column:span 5; }
.shop-catalog article:nth-child(3) { grid-column:4 / span 6; }
.shop-catalog article > .product-image { min-height:390px; margin:0; }
.shop-catalog article:first-child > .product-image { min-height:520px; }
.shop-catalog article > div { padding:24px; }
.shop-catalog h3 { margin:10px 0; font-family:Georgia,serif; font-size:27px; font-weight:500; }
.shop-catalog p { color:#6f6a61; line-height:1.6; }
.shop-catalog article button { float:right; padding:10px 14px; color:#fff; background:#25241f; border:0; }
.shop-brand { display:grid; grid-template-columns:.8fr 1.2fr; min-height:680px; color:#fff; background:#3c423c; }
.shop-brand > div:first-child { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:80px var(--template-gutter); }
.shop-brand h2 { margin:20px 0; font-family:Georgia,serif; font-size:clamp(48px,5vw,76px); font-weight:400; line-height:1; }
.shop-brand p { color:#d2d6d0; line-height:1.7; }
.shop-brand button { color:#25241f; background:#f4f0e8; }
.shop-brand-photo { background:url("assets/demo-webshop-hero-v2.png") 75% center/cover no-repeat; }
.shop-cart { display:grid; grid-template-columns:1.2fr .8fr; min-height:620px; color:#25241f; background:#e8e1d5; }
.shop-cart > div { padding:90px var(--template-gutter); }
.shop-cart h2 { margin:20px 0; font-family:Georgia,serif; font-size:clamp(52px,6vw,88px); font-weight:400; line-height:1; }
.shop-cart address { display:grid; align-content:center; gap:12px; padding:70px var(--template-gutter); background:#fff; }
.shop-cart address span { margin-top:16px; color:#807c73; font-size:11px; text-transform:uppercase; }

@media (max-width:850px) {
  .corp-nav,.salon-editorial-nav,.build-nav,.shop-nav { min-height:0; padding:13px 60px 13px 15px; flex-wrap:wrap; gap:12px; }
  .corp-links,.salon-editorial-nav > div,.build-nav > div,.shop-nav > div { order:2; width:100%; overflow-x:auto; gap:4px; }
  .corp-nav-cta { display:none; }
  .corp-hero,.corp-method,.corp-contact,.salon-cover,.salon-story,.salon-booking > div,.build-project-grid,.build-contact,.shop-editorial-hero,.shop-brand,.shop-cart { display:block; min-height:0; }
  .corp-hero-copy,.corp-services,.corp-method-intro,.corp-method-steps,.corp-contact-copy,.corp-contact address { padding:48px 20px; }
  .corp-hero-copy h2,.build-hero h2 { font-size:clamp(48px,14vw,66px); }
  .corp-hero-card { margin:0 20px 38px; }
  .corp-principles,.salon-treatments,.build-proof,.build-services > div,.build-process > div,.shop-featured-row { grid-template-columns:1fr; }
  .corp-principles article,.salon-treatments article,.build-proof span { border-right:0; border-bottom:1px solid #d8dcda; }
  .corp-services > header { grid-template-columns:1fr; }
  .corp-services article { grid-template-columns:42px 1fr; }
  .corp-services article p,.corp-services article button { grid-column:2; }
  .salon-cover-image { grid-column:auto; grid-row:auto; min-height:430px; }
  .salon-cover-copy { grid-column:auto; grid-row:auto; padding:48px 20px; }
  .salon-cover-copy h2 { font-size:clamp(46px,13vw,62px); }
  .salon-issue { grid-column:auto; gap:15px; padding:15px 20px; }
  .salon-treatments { grid-column:auto; padding:30px 20px; }
  .salon-treatments article { padding:28px 0; }
  .salon-services,.salon-booking,.build-services,.build-process,.shop-catalog { padding:55px 20px; }
  .salon-service-list article { grid-template-columns:40px 1fr; }
  .salon-service-list button { grid-column:2; justify-self:start; }
  .salon-story > .branch-photo { min-height:430px; }
  .salon-story blockquote,.salon-story > div:last-child { padding:45px 20px; }
  .salon-booking address,.salon-booking aside { margin-bottom:18px; }
  .build-hero { min-height:620px; padding:55px 20px; }
  .build-project-grid > article:first-child { min-height:420px; }
  .build-project-grid > article:last-child { padding:50px 20px; }
  .build-services article { min-height:0; }
  .build-services h3,.build-process strong { margin-top:38px; }
  .build-contact > div,.build-contact address,.shop-editorial-hero > div:first-child,.shop-brand > div:first-child,.shop-cart > div,.shop-cart address { padding:55px 20px; }
  .shop-hero-photo,.shop-brand-photo { min-height:450px; }
  .shop-featured-row { padding:55px 20px; }
  .shop-featured-row .product-image { min-height:320px; }
  .shop-catalog > div { grid-template-columns:1fr; }
  .shop-catalog article,.shop-catalog article:first-child,.shop-catalog article:nth-child(2),.shop-catalog article:nth-child(3) { grid-column:auto; }
  .shop-catalog article:first-child > .product-image,.shop-catalog article > .product-image { min-height:340px; }
}

/* 5. Care practice template: calm, clinical and reassuring. */
.care-nav { display:flex; align-items:center; min-height:82px; padding:0 var(--template-gutter); color:#123c46; background:#f7fbfa; border-bottom:1px solid #d5e6e3; }
.care-nav > strong { display:flex; gap:10px; align-items:center; margin-right:auto; font-size:21px; }
.care-nav > strong span { display:grid; width:30px; height:30px; place-items:center; color:#fff; background:#1e8b86; border-radius:50%; }
.care-nav > div { display:flex; gap:14px; }
.care-nav button { padding:10px 12px; color:#557178; background:transparent; border:0; }
.care-nav button.active { color:#123c46; box-shadow:inset 0 -2px #1e8b86; }
.care-nav > button { margin-left:24px; color:#fff; background:#123c46; border-radius:999px; }
.care-home { display:grid; grid-template-columns:.92fr 1.08fr; color:#123c46; background:#eef7f5; }
.care-hero-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:85px var(--template-gutter); }
.care-hero-copy small,.care-services small,.care-approach small,.care-contact small { color:#1e8b86; font-size:11px; font-weight:900; letter-spacing:.16em; }
.care-hero-copy h2 { margin:22px 0; font-size:clamp(52px,6vw,88px); line-height:.94; letter-spacing:-.06em; }
.care-hero-copy > p { color:#567278; font-size:18px; line-height:1.7; }
.care-hero-copy > div { display:flex; gap:10px; margin:20px 0 35px; }
.care-hero-copy button,.care-contact button { min-height:50px; padding:0 20px; color:#fff; background:#123c46; border:0; border-radius:999px; font-weight:800; }
.care-hero-copy > div button:last-child { color:#123c46; background:transparent; border:1px solid #9dbbb8; }
.care-hero-copy aside { display:grid; gap:5px; padding-left:18px; border-left:3px solid #e6a55e; }
.care-hero-photo { position:relative; min-height:690px; }
.care-hero-photo span { position:absolute; right:30px; bottom:30px; padding:24px; color:#123c46; background:rgba(255,255,255,.9); font-size:20px; font-weight:800; line-height:1.35; }
.care-trust { grid-column:1 / -1; display:grid; grid-template-columns:repeat(3,1fr); background:#fff; }
.care-trust article { padding:38px var(--template-gutter); border-right:1px solid #d5e6e3; }
.care-trust span { color:#e08c42; font-size:11px; font-weight:900; }
.care-trust strong { display:block; margin:25px 0 8px; font-size:21px; }
.care-trust p { margin:0; color:#627b80; }
.care-services { padding:90px var(--template-gutter); color:#123c46; background:#f7fbfa; }
.care-services header { max-width:850px; margin-bottom:60px; }
.care-services h2,.care-approach h2,.care-contact h2 { margin:18px 0; font-size:clamp(48px,5.8vw,80px); line-height:.98; letter-spacing:-.05em; }
.care-services header p { color:#627b80; line-height:1.7; }
.care-services > div { border-top:1px solid #bdd2cf; }
.care-services article { display:grid; grid-template-columns:70px 1fr auto; gap:25px; align-items:center; padding:30px 0; border-bottom:1px solid #bdd2cf; }
.care-services article > span { display:grid; width:42px; height:42px; place-items:center; color:#fff; background:#1e8b86; border-radius:50%; }
.care-services h3 { margin:0 0 7px; font-size:25px; }
.care-services p { margin:0; color:#627b80; }
.care-services article button { color:#123c46; background:transparent; border:0; font-weight:850; }
.care-approach { display:grid; grid-template-columns:1fr 1fr; min-height:720px; color:#123c46; background:#dfeeea; }
.care-approach-photo { min-height:720px; }
.care-approach > div:last-child { padding:80px var(--template-gutter); }
.care-approach > div > p { color:#557178; line-height:1.7; }
.care-approach article { display:grid; grid-template-columns:48px 1fr; gap:16px; padding:20px 0; border-bottom:1px solid #b8cfca; }
.care-approach article span { color:#1e8b86; font-weight:900; }
.care-contact { display:grid; grid-template-columns:1.2fr .8fr; min-height:620px; color:#fff; background:#123c46; }
.care-contact > div { padding:90px var(--template-gutter); }
.care-contact p { max-width:620px; color:#bad1d2; line-height:1.7; }
.care-contact button { color:#123c46; background:#fff; }
.care-contact address { display:grid; align-content:center; gap:10px; padding:70px var(--template-gutter); color:#123c46; background:#f0c27d; }
.care-contact address span { margin-top:18px; font-size:11px; font-weight:900; text-transform:uppercase; }

/* 6. Restaurant template: dark culinary editorial. */
.restaurant-nav { display:flex; align-items:center; min-height:78px; padding:0 var(--template-gutter); color:#f7f0df; background:#171713; }
.restaurant-nav > strong { margin-right:auto; font-family:Georgia,serif; font-size:28px; font-weight:500; }
.restaurant-nav > div { display:flex; gap:22px; }
.restaurant-nav button { padding:8px 0; color:#bcb7aa; background:transparent; border:0; border-bottom:1px solid transparent; }
.restaurant-nav button.active { color:#f1b75b; border-color:#f1b75b; }
.restaurant-home { color:#f7f0df; background:#171713; }
.restaurant-hero { position:relative; display:flex; align-items:flex-end; min-height:760px; padding:70px var(--template-gutter); }
.restaurant-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(17,16,12,.9),rgba(17,16,12,.18) 72%); }
.restaurant-hero > div,.restaurant-hero > span { position:relative; z-index:1; }
.restaurant-hero > div { max-width:900px; }
.restaurant-hero small,.restaurant-intro small,.restaurant-menu small,.restaurant-story small,.restaurant-reserve small { color:#f1b75b; font-size:11px; font-weight:900; letter-spacing:.18em; }
.restaurant-hero h2 { margin:20px 0; font-family:Georgia,serif; font-size:clamp(62px,7vw,110px); font-weight:400; line-height:.9; }
.restaurant-hero p { max-width:650px; color:#ddd5c5; font-size:18px; line-height:1.7; }
.restaurant-hero button,.restaurant-menu > button,.restaurant-reserve button { min-height:50px; padding:0 22px; color:#171713; background:#f1b75b; border:0; border-radius:0; font-weight:850; }
.restaurant-hero > span { margin-left:auto; padding:18px; border:1px solid rgba(255,255,255,.45); line-height:1.6; }
.restaurant-intro { display:grid; grid-template-columns:.45fr 1fr .75fr auto; gap:38px; align-items:start; padding:90px var(--template-gutter); }
.restaurant-intro h3 { margin:0; font-family:Georgia,serif; font-size:clamp(36px,4vw,58px); font-weight:400; line-height:1.08; }
.restaurant-intro p { color:#bcb7aa; line-height:1.7; }
.restaurant-intro button { color:#f1b75b; background:transparent; border:0; }
.restaurant-menu { min-height:700px; padding:90px var(--template-gutter); color:#302a22; background:#f4eddf; }
.restaurant-menu h2,.restaurant-story h2,.restaurant-reserve h2 { margin:18px 0 55px; font-family:Georgia,serif; font-size:clamp(52px,6vw,88px); font-weight:400; line-height:.98; }
.restaurant-menu > div { border-top:1px solid #bbae98; }
.restaurant-menu article { display:grid; grid-template-columns:70px 1fr auto; gap:25px; align-items:center; padding:28px 0; border-bottom:1px solid #bbae98; }
.restaurant-menu article span { color:#a56c25; font-weight:900; }
.restaurant-menu h3 { margin:0 0 6px; font-family:Georgia,serif; font-size:27px; font-weight:500; }
.restaurant-menu p { margin:0; color:#756b5e; }
.restaurant-menu em { font-family:Georgia,serif; }
.restaurant-menu > button { margin-top:35px; }
.restaurant-story { display:grid; grid-template-columns:1.15fr .85fr; min-height:720px; color:#f7f0df; background:#28251f; }
.restaurant-story > .branch-photo { min-height:720px; }
.restaurant-story > div:last-child { padding:80px var(--template-gutter); }
.restaurant-story p { color:#c8c0b1; line-height:1.7; }
.restaurant-story > div > div { display:grid; gap:14px; margin-top:45px; }
.restaurant-story span { display:flex; gap:20px; padding:16px 0; border-top:1px solid #5c554a; }
.restaurant-story b { color:#f1b75b; }
.restaurant-reserve { display:grid; grid-template-columns:1.2fr .8fr; min-height:620px; color:#302a22; background:#f1b75b; }
.restaurant-reserve > div { padding:85px var(--template-gutter); }
.restaurant-reserve p { max-width:630px; line-height:1.7; }
.restaurant-reserve button { color:#fff; background:#28251f; }
.restaurant-reserve address { display:grid; align-content:center; gap:10px; padding:70px var(--template-gutter); color:#f7f0df; background:#28251f; }
.restaurant-reserve address span { margin-top:18px; color:#f1b75b; font-size:11px; text-transform:uppercase; }

/* 7. Boutique hotel template: quiet luxury. */
.hotel-nav { display:flex; align-items:center; min-height:82px; padding:0 var(--template-gutter); color:#26372f; background:#f6f1e7; }
.hotel-nav > strong { margin-right:auto; font-family:Georgia,serif; font-size:29px; font-weight:400; }
.hotel-nav > div { display:flex; gap:24px; }
.hotel-nav button { padding:9px 0; color:#66736c; background:transparent; border:0; }
.hotel-nav button.active { color:#26372f; box-shadow:inset 0 -1px #26372f; }
.hotel-home { color:#26372f; background:#f6f1e7; }
.hotel-hero { position:relative; display:flex; align-items:flex-end; min-height:750px; padding:70px var(--template-gutter); }
.hotel-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(21,31,26,.72),rgba(21,31,26,.03) 72%); }
.hotel-hero > div { position:relative; z-index:1; max-width:900px; color:#fff; }
.hotel-hero small,.hotel-welcome small,.hotel-rooms small,.hotel-story small,.hotel-booking small { color:#cda96f; font-size:11px; font-weight:900; letter-spacing:.18em; }
.hotel-hero h2 { margin:20px 0 28px; font-family:Georgia,serif; font-size:clamp(58px,7vw,105px); font-weight:400; line-height:.92; }
.hotel-hero button,.hotel-booking button { min-height:50px; padding:0 22px; color:#26372f; background:#f6f1e7; border:0; }
.hotel-availability { display:grid; grid-template-columns:repeat(3,1fr) auto; margin:-28px var(--template-gutter) 0; position:relative; z-index:2; background:#fff; box-shadow:0 16px 35px rgba(30,42,36,.12); }
.hotel-availability label { display:grid; gap:8px; padding:25px; border-right:1px solid #e3ddd1; color:#8a8e88; font-size:10px; text-transform:uppercase; }
.hotel-availability strong { color:#26372f; font-size:15px; text-transform:none; }
.hotel-availability button { padding:0 25px; color:#fff; background:#26372f; border:0; }
.hotel-welcome { display:grid; grid-template-columns:.5fr 1fr .8fr; gap:45px; padding:100px var(--template-gutter); }
.hotel-welcome h3 { margin:0; font-family:Georgia,serif; font-size:clamp(39px,4.5vw,63px); font-weight:400; line-height:1.08; }
.hotel-welcome p { color:#66736c; line-height:1.7; }
.hotel-rooms { padding:90px var(--template-gutter); color:#26372f; background:#e8e3d8; }
.hotel-rooms h2,.hotel-story h2,.hotel-booking h2 { margin:18px 0 55px; font-family:Georgia,serif; font-size:clamp(52px,6vw,86px); font-weight:400; line-height:.98; }
.hotel-rooms > div { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.hotel-rooms article { padding-bottom:25px; background:#f8f5ee; }
.hotel-room-photo { min-height:360px; background:var(--branch-hero) center/cover no-repeat; }
.hotel-room-photo.room-2 { background-image:var(--branch-detail); }
.hotel-room-photo.room-3 { filter:saturate(.75) brightness(.92); }
.hotel-rooms article > :not(.hotel-room-photo) { margin-right:24px; margin-left:24px; }
.hotel-rooms article small { display:block; margin-top:24px; }
.hotel-rooms h3 { font-family:Georgia,serif; font-size:28px; font-weight:400; }
.hotel-rooms p { color:#69736e; line-height:1.6; }
.hotel-rooms button { padding:0; color:#26372f; background:transparent; border:0; font-weight:850; }
.hotel-story { display:grid; grid-template-columns:.85fr 1.15fr; min-height:720px; color:#fff; background:#26372f; }
.hotel-story > div:first-child { padding:85px var(--template-gutter); }
.hotel-story > .branch-photo { min-height:720px; }
.hotel-story > div > p { color:#bdc8c1; line-height:1.7; }
.hotel-story article { display:grid; grid-template-columns:45px 1fr; gap:12px; padding:17px 0; border-top:1px solid #536159; }
.hotel-story article span { color:#cda96f; }
.hotel-story article p { grid-column:2; margin:0; color:#bdc8c1; }
.hotel-booking { display:grid; grid-template-columns:1.2fr .8fr; min-height:620px; color:#26372f; background:#cda96f; }
.hotel-booking > div { padding:85px var(--template-gutter); }
.hotel-booking p { max-width:620px; line-height:1.7; }
.hotel-booking button { color:#fff; background:#26372f; }
.hotel-booking address { display:grid; align-content:center; gap:10px; padding:70px var(--template-gutter); background:#f6f1e7; }
.hotel-booking address span { margin-top:18px; color:#8b7654; font-size:11px; text-transform:uppercase; }

/* 8. Cleaning operations template: precise and dependable. */
.clean-nav { display:flex; align-items:center; min-height:80px; padding:0 var(--template-gutter); color:#103c48; background:#f4faf9; border-bottom:1px solid #cfe2df; }
.clean-nav > strong { display:flex; gap:10px; align-items:center; margin-right:auto; font-size:21px; }
.clean-nav > strong span { color:#22a978; }
.clean-nav > div { display:flex; gap:10px; }
.clean-nav button { padding:10px 12px; color:#58747b; background:transparent; border:0; }
.clean-nav button.active { color:#103c48; background:#dff2eb; }
.clean-nav > button { margin-left:22px; color:#fff; background:#103c48; }
.clean-home { display:grid; grid-template-columns:.9fr 1.1fr; color:#103c48; background:#eff7f5; }
.clean-hero-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:85px var(--template-gutter); }
.clean-hero-copy small,.clean-services small,.clean-quality small,.clean-contact small { color:#168d68; font-size:11px; font-weight:900; letter-spacing:.16em; }
.clean-hero-copy h2 { margin:20px 0; font-size:clamp(55px,6.5vw,95px); line-height:.9; letter-spacing:-.065em; }
.clean-hero-copy p { color:#58747b; font-size:18px; line-height:1.7; }
.clean-hero-copy button,.clean-contact button { min-height:50px; padding:0 20px; color:#fff; background:#103c48; border:0; font-weight:850; }
.clean-hero-photo { position:relative; min-height:690px; }
.clean-hero-photo span { position:absolute; bottom:25px; left:25px; padding:22px; color:#fff; background:#103c48; font-size:20px; font-weight:850; line-height:1.45; }
.clean-kpis { grid-column:1 / -1; display:grid; grid-template-columns:repeat(3,1fr); background:#103c48; }
.clean-kpis article { display:flex; gap:18px; align-items:center; padding:28px var(--template-gutter); color:#fff; border-right:1px solid #41646c; }
.clean-kpis strong { color:#65d8ae; }
.clean-services { padding:90px var(--template-gutter); color:#103c48; background:#f7fbfa; }
.clean-services h2,.clean-quality h2,.clean-contact h2 { margin:18px 0 55px; font-size:clamp(50px,6vw,84px); line-height:.92; letter-spacing:-.055em; }
.clean-services > div { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.clean-services article { min-height:430px; padding:32px; background:#e8f2ef; }
.clean-services article > span { color:#168d68; font-size:12px; font-weight:900; }
.clean-services h3 { margin:70px 0 13px; font-size:27px; }
.clean-services p,.clean-services li { color:#5c767c; line-height:1.6; }
.clean-services ul { padding-left:18px; }
.clean-services button { margin-top:20px; padding:0; color:#103c48; background:transparent; border:0; font-weight:850; }
.clean-quality { display:grid; grid-template-columns:1.1fr .9fr; min-height:720px; color:#fff; background:#103c48; }
.clean-quality > .branch-photo { min-height:720px; }
.clean-quality > div:last-child { padding:80px var(--template-gutter); }
.clean-quality > div > p { color:#bcd0d3; line-height:1.7; }
.clean-quality article { display:grid; grid-template-columns:45px 1fr; gap:14px; padding:18px 0; border-top:1px solid #41646c; }
.clean-quality article span { color:#65d8ae; }
.clean-quality article p { margin:6px 0 0; color:#bcd0d3; }
.clean-contact { display:grid; grid-template-columns:1.2fr .8fr; min-height:620px; color:#103c48; background:#65d8ae; }
.clean-contact > div { padding:85px var(--template-gutter); }
.clean-contact p { max-width:620px; line-height:1.7; }
.clean-contact address { display:grid; align-content:center; gap:10px; padding:70px var(--template-gutter); color:#fff; background:#103c48; }
.clean-contact address span { margin-top:18px; color:#65d8ae; font-size:11px; text-transform:uppercase; }

@media (max-width:850px) {
  .care-nav,.restaurant-nav,.hotel-nav,.clean-nav { min-height:0; padding:13px 60px 13px 15px; flex-wrap:wrap; gap:10px; }
  .care-nav > div,.restaurant-nav > div,.hotel-nav > div,.clean-nav > div { order:2; width:100%; overflow-x:auto; gap:4px; }
  .care-nav > button,.clean-nav > button { display:none; }
  .care-home,.care-approach,.care-contact,.restaurant-story,.restaurant-reserve,.hotel-story,.hotel-booking,.clean-home,.clean-quality,.clean-contact { display:block; min-height:0; }
  .care-hero-copy,.care-services,.care-approach > div:last-child,.care-contact > div,.care-contact address,.restaurant-intro,.restaurant-menu,.restaurant-story > div:last-child,.restaurant-reserve > div,.restaurant-reserve address,.hotel-welcome,.hotel-rooms,.hotel-story > div:first-child,.hotel-booking > div,.hotel-booking address,.clean-hero-copy,.clean-services,.clean-quality > div:last-child,.clean-contact > div,.clean-contact address { padding:52px 20px; }
  .care-hero-copy h2,.clean-hero-copy h2 { font-size:clamp(48px,14vw,66px); }
  .care-hero-photo,.care-approach-photo,.restaurant-story > .branch-photo,.hotel-story > .branch-photo,.clean-hero-photo,.clean-quality > .branch-photo { min-height:430px; }
  .care-trust,.clean-kpis,.care-services article,.restaurant-intro,.restaurant-menu article,.hotel-welcome,.hotel-rooms > div,.clean-services > div { grid-template-columns:1fr; }
  .care-trust article,.clean-kpis article { border-right:0; border-bottom:1px solid #d5e6e3; }
  .care-services article,.restaurant-menu article { align-items:start; }
  .care-services article button,.restaurant-menu article em { grid-column:2; justify-self:start; }
  .restaurant-hero,.hotel-hero { min-height:620px; padding:55px 20px; }
  .restaurant-hero h2,.hotel-hero h2 { font-size:clamp(50px,14vw,70px); }
  .restaurant-hero > span { display:none; }
  .restaurant-intro h3,.restaurant-intro p,.restaurant-intro button { grid-column:1; }
  .hotel-availability { grid-template-columns:1fr; margin:0; }
  .hotel-availability label { border-right:0; border-bottom:1px solid #e3ddd1; }
  .hotel-availability button { min-height:55px; }
  .hotel-room-photo { min-height:340px; }
  .clean-services article { min-height:0; }
  .clean-services h3 { margin-top:35px; }
}

/* Sectorcollectie v4: zes zelfstandig ontworpen branches. */
.demo-template-automotive-v3,.demo-template-retail-v3,.demo-template-property-v3,
.demo-template-fitness-v3,.demo-template-education-v3,.demo-template-technology-v3 {
  --template-gutter:clamp(24px,6vw,88px);
}
.demo-template-automotive-v3 button,.demo-template-retail-v3 button,.demo-template-property-v3 button,
.demo-template-fitness-v3 button,.demo-template-education-v3 button,.demo-template-technology-v3 button { cursor:pointer; }
.demo-template-automotive-v3 address,.demo-template-retail-v3 address,.demo-template-property-v3 address,
.demo-template-fitness-v3 address,.demo-template-education-v3 address,.demo-template-technology-v3 address { font-style:normal; }
.auto-nav,.retail-nav,.property-nav,.fitness-nav,.education-nav,.tech-nav {
  display:flex; align-items:center; min-height:78px; padding:0 var(--template-gutter); position:sticky; top:54px; z-index:15;
}
.auto-nav>strong,.retail-nav>strong,.property-nav>strong,.fitness-nav>strong,.education-nav>strong,.tech-nav>strong { margin-right:auto; font-size:21px; }
.auto-nav>div,.retail-nav>div,.property-nav>div,.fitness-nav>div,.education-nav>div,.tech-nav>div { display:flex; gap:6px; }
.auto-nav button,.retail-nav button,.property-nav button,.fitness-nav button,.education-nav button,.tech-nav button { padding:10px 13px; background:transparent; border:0; font-weight:800; }

/* Automotive — technisch, donker en direct. */
.auto-nav { color:#f7f7f5; background:#111315; border-bottom:1px solid #303437; }
.auto-nav strong i { margin-left:9px; color:#f13d2f; font-style:normal; }
.auto-nav button { color:#aeb5b8; }.auto-nav button.active { color:#fff; box-shadow:inset 0 -2px #f13d2f; }
.auto-hero { min-height:680px; display:flex; align-items:flex-end; padding:75px var(--template-gutter); color:#fff; position:relative; }
.auto-hero:before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(8,10,11,.92),rgba(8,10,11,.18)); }
.auto-hero>div { position:relative; max-width:760px; }.auto-hero small,.auto-services small,.auto-process small,.auto-contact small { color:#f13d2f; font-weight:900; letter-spacing:.16em; }
.auto-hero h2 { margin:20px 0; font-size:clamp(55px,7vw,98px); line-height:.88; letter-spacing:-.065em; text-transform:uppercase; }
.auto-hero p { max-width:590px; color:#d8dddf; font-size:18px; line-height:1.65; }
.auto-hero button,.auto-contact button { min-height:52px; padding:0 22px; color:#fff; background:#f13d2f; border:0; font-weight:900; }
.auto-service-bar { display:grid; grid-template-columns:repeat(3,1fr); color:#fff; background:#111315; }
.auto-service-bar article { min-height:205px; padding:34px var(--template-gutter); border-right:1px solid #303437; }.auto-service-bar span { color:#f13d2f; }
.auto-service-bar strong { display:block; margin:40px 0 9px; font-size:20px; }.auto-service-bar p { margin:0; color:#aeb5b8; }
.auto-services { padding:90px var(--template-gutter); color:#151719; background:#f2f1ed; }.auto-services h2,.auto-process h2,.auto-contact h2 { margin:20px 0 55px; font-size:clamp(48px,6vw,82px); line-height:.92; }
.auto-services>div { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:#c9cecf; }.auto-services article { padding:34px; background:#fff; }
.auto-services h3 { margin:65px 0 12px; font-size:27px; }.auto-services p { color:#626d71; line-height:1.6; }.auto-services button { padding:0; color:#d92c20; background:none; border:0; font-weight:850; }
.auto-process,.auto-contact { display:grid; grid-template-columns:1fr 1fr; min-height:680px; }.auto-process>div:first-child,.auto-contact>div { padding:85px var(--template-gutter); background:#171a1c; color:#fff; }
.auto-process>div>p { color:#afb8bb; line-height:1.7; }.auto-process article { display:grid; grid-template-columns:50px 1fr; gap:15px; padding:19px 0; border-top:1px solid #3a3f42; }.auto-process article b { color:#f13d2f; }
.auto-contact { color:#fff; background:#f13d2f; }.auto-contact>div { background:#f13d2f; }.auto-contact button { color:#111; background:#fff; }.auto-contact address { display:grid; align-content:center; gap:10px; padding:70px var(--template-gutter); background:#111315; }.auto-contact address span { margin-top:18px; color:#f16b61; font-size:11px; text-transform:uppercase; }

/* Retail — warm editorial en beeldgedreven. */
.retail-nav { color:#382b25; background:#fbf4ec; border-bottom:1px solid #dfd2c6; }.retail-nav>strong { font:500 28px Georgia,serif; }.retail-nav button { color:#78665e; }.retail-nav button.active { color:#382b25; border-bottom:1px solid #a64932; }
.retail-home { display:grid; grid-template-columns:.82fr 1.18fr; grid-template-rows:minmax(650px,1fr) auto; background:#f2e4d6; color:#382b25; }
.retail-hero-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:70px var(--template-gutter); }.retail-hero-copy small,.retail-collection small,.retail-story small,.retail-contact small { color:#a64932; font-weight:900; letter-spacing:.16em; }
.retail-hero-copy h2 { margin:22px 0; font:500 clamp(54px,6.6vw,94px)/.92 Georgia,serif; letter-spacing:-.055em; }.retail-hero-copy p { color:#725f56; font-size:18px; line-height:1.7; }.retail-hero-copy button,.retail-story button,.retail-contact button { min-height:50px; padding:0 21px; color:#fff; background:#382b25; border:0; }
.retail-hero-photo { min-height:650px; }.retail-marquee { grid-column:1/-1; padding:18px var(--template-gutter); color:#fff; background:#a64932; font-size:12px; font-weight:900; letter-spacing:.19em; }
.retail-collection { padding:90px var(--template-gutter); background:#fffaf5; color:#382b25; }.retail-collection h2,.retail-story h2,.retail-contact h2 { margin:18px 0 55px; font:500 clamp(50px,6vw,84px)/.95 Georgia,serif; }
.retail-collection>div { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }.retail-collection article { padding-bottom:25px; border-bottom:1px solid #d9c8ba; }.retail-tile { min-height:300px; margin-bottom:22px; background-image:var(--branch-hero); background-size:300% 200%; background-position:var(--branch-pos); }.retail-collection h3 { font:500 29px Georgia,serif; }.retail-collection p { color:#78665e; line-height:1.6; }.retail-collection button { padding:0; color:#a64932; background:none; border:0; font-weight:850; }
.retail-story,.retail-contact { display:grid; grid-template-columns:1.1fr .9fr; min-height:680px; background:#382b25; color:#fff; }.retail-story>div:last-child,.retail-contact>div,.retail-contact address { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:80px var(--template-gutter); }.retail-story p,.retail-contact p { color:#dbcfc8; line-height:1.75; }.retail-contact { background:#e3b44c; color:#382b25; }.retail-contact address { gap:10px; color:#fff; background:#382b25; }.retail-contact address span { margin-top:16px; color:#e6b54b; font-size:11px; text-transform:uppercase; }

/* Vastgoed — luxe, rustig en resultaatgericht. */
.property-nav { color:#143a33; background:#fff; border-bottom:1px solid #dce5e2; }.property-nav button { color:#687d78; }.property-nav button.active { color:#143a33; box-shadow:inset 0 -2px #b99155; }
.property-hero { min-height:720px; display:flex; align-items:flex-end; padding:80px var(--template-gutter); color:#fff; position:relative; }.property-hero:before { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(9,37,31,.9),transparent 72%); }.property-hero>div { position:relative; max-width:850px; }.property-hero small,.property-services small,.property-method small,.property-contact small { color:#d5b374; font-weight:900; letter-spacing:.15em; }
.property-hero h2 { margin:20px 0; font:500 clamp(55px,7vw,98px)/.93 Georgia,serif; }.property-hero p { max-width:600px; font-size:18px; line-height:1.65; }.property-hero button,.property-contact button { min-height:50px; padding:0 22px; color:#143a33; background:#fff; border:0; font-weight:850; }
.property-search { display:grid; grid-template-columns:auto 1fr auto 1fr auto; gap:18px; align-items:center; margin:-36px var(--template-gutter) 70px; padding:24px; position:relative; background:#fff; box-shadow:0 22px 65px rgba(10,37,31,.17); }.property-search span { color:#71827e; font-size:12px; }.property-search button { min-height:50px; padding:0 20px; color:#fff; background:#143a33; border:0; }
.property-services { padding:90px var(--template-gutter); color:#143a33; background:#eef3f1; }.property-services h2,.property-method h2,.property-contact h2 { margin:18px 0 55px; font:500 clamp(50px,6vw,82px)/.95 Georgia,serif; }.property-services>div { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }.property-services article { padding:32px; background:#fff; }.property-services h3 { margin:55px 0 12px; font:500 27px Georgia,serif; }.property-services p { color:#667a75; line-height:1.65; }.property-services button { padding:0; color:#9b733d; background:none; border:0; }
.property-method,.property-contact { display:grid; grid-template-columns:1fr 1fr; min-height:680px; color:#fff; background:#143a33; }.property-method>div:first-child,.property-contact>div { padding:85px var(--template-gutter); }.property-method>div>p { color:#bfd0cc; line-height:1.7; }.property-method article { display:grid; grid-template-columns:38px 1fr; gap:14px; padding:18px 0; border-top:1px solid #41645d; }.property-method article>span { color:#d5b374; }.property-contact { color:#143a33; background:#d5b374; }.property-contact address { display:grid; align-content:center; gap:10px; padding:70px var(--template-gutter); color:#fff; background:#143a33; }.property-contact address span { margin-top:18px; color:#d5b374; font-size:11px; text-transform:uppercase; }

/* Fitness — energiek, contrastrijk en actiegericht. */
.fitness-nav { color:#fff; background:#0b0d0d; border-bottom:1px solid #303433; }.fitness-nav button { color:#a4aaa8; }.fitness-nav button.active { color:#cdf43a; }
.fitness-hero { min-height:760px; display:grid; grid-template-columns:1fr repeat(3,110px); align-items:end; gap:1px; padding:70px var(--template-gutter); color:#fff; position:relative; }.fitness-hero:before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,7,7,.94),rgba(5,7,7,.1)); }.fitness-hero>div,.fitness-hero>b { position:relative; }.fitness-hero>div { max-width:750px; align-self:center; }.fitness-hero small,.fitness-programs small,.fitness-coaching small,.fitness-contact small { color:#cdf43a; font-weight:900; letter-spacing:.16em; }.fitness-hero h2 { margin:20px 0; font-size:clamp(62px,8vw,114px); line-height:.82; text-transform:uppercase; letter-spacing:-.07em; }.fitness-hero p { max-width:590px; color:#d8dedb; line-height:1.7; }.fitness-hero button,.fitness-contact button { min-height:52px; padding:0 22px; color:#101313; background:#cdf43a; border:0; font-weight:950; }.fitness-hero>b { padding:25px 10px; border-top:3px solid #cdf43a; font-size:12px; line-height:1.7; }
.fitness-programs { padding:90px var(--template-gutter); color:#fff; background:#0b0d0d; }.fitness-programs h2,.fitness-coaching h2,.fitness-contact h2 { margin:18px 0 55px; font-size:clamp(52px,6vw,88px); line-height:.85; text-transform:uppercase; }.fitness-programs>div { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.fitness-programs article { padding:32px; background:#191c1c; border-top:3px solid #cdf43a; }.fitness-programs h3 { margin:70px 0 12px; font-size:28px; }.fitness-programs p { color:#aeb7b3; line-height:1.6; }.fitness-programs button { padding:0; color:#cdf43a; background:none; border:0; font-weight:900; }
.fitness-coaching,.fitness-contact { display:grid; grid-template-columns:1fr 1fr; min-height:700px; color:#fff; background:#171b1a; }.fitness-coaching>div:last-child,.fitness-contact>div { padding:80px var(--template-gutter); }.fitness-coaching p { color:#b7c0bc; line-height:1.65; }.fitness-coaching article { padding:18px 0; border-top:1px solid #424846; }.fitness-coaching article span { color:#cdf43a; }.fitness-contact { color:#0b0d0d; background:#cdf43a; }.fitness-contact small { color:#0b0d0d; }.fitness-contact button { color:#fff; background:#0b0d0d; }.fitness-contact address { display:grid; align-content:center; gap:10px; padding:70px var(--template-gutter); color:#fff; background:#0b0d0d; }.fitness-contact address span { margin-top:18px; color:#cdf43a; font-size:11px; text-transform:uppercase; }

/* Onderwijs — helder, gestructureerd en betrouwbaar. */
.education-nav { color:#14395b; background:#f7fbff; border-bottom:1px solid #d9e5ef; }.education-nav strong span { margin-right:10px; color:#ff7b5e; }.education-nav button { color:#667d91; }.education-nav button.active { color:#14395b; box-shadow:inset 0 -2px #ff7b5e; }
.education-home { display:grid; grid-template-columns:1fr 1fr; grid-template-rows:minmax(650px,1fr) auto; background:#eaf4fb; color:#14395b; }.education-hero-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:70px var(--template-gutter); }.education-hero-copy small,.education-programs small,.education-method small,.education-contact small { color:#f06448; font-weight:900; letter-spacing:.15em; }.education-hero-copy h2 { margin:22px 0; font-size:clamp(54px,6.8vw,96px); line-height:.9; letter-spacing:-.065em; }.education-hero-copy p { color:#5e7487; font-size:18px; line-height:1.7; }.education-hero-copy button,.education-contact button { min-height:50px; padding:0 21px; color:#fff; background:#14395b; border:0; font-weight:850; }.education-hero-photo { min-height:650px; }.education-facts { grid-column:1/-1; display:grid; grid-template-columns:repeat(3,1fr); background:#14395b; color:#fff; }.education-facts article { padding:30px var(--template-gutter); border-right:1px solid #315673; }.education-facts span { color:#ff8a6f; }.education-facts strong { display:block; margin:25px 0 8px; }
.education-programs { padding:90px var(--template-gutter); color:#14395b; background:#f7fbff; }.education-programs h2,.education-method h2,.education-contact h2 { margin:18px 0 55px; font-size:clamp(50px,6vw,84px); line-height:.92; }.education-programs>div { border-top:1px solid #c6d8e5; }.education-programs article { display:grid; grid-template-columns:70px 1fr auto; gap:24px; align-items:center; padding:30px 0; border-bottom:1px solid #c6d8e5; }.education-programs h3 { margin:0; font-size:27px; }.education-programs p { color:#647d90; }.education-programs button { color:#14395b; background:none; border:0; font-weight:850; }
.education-method,.education-contact { display:grid; grid-template-columns:1fr 1fr; min-height:680px; color:#fff; background:#14395b; }.education-method>div:first-child,.education-contact>div { padding:80px var(--template-gutter); }.education-method>div>p { color:#bed0de; line-height:1.7; }.education-method article { display:grid; grid-template-columns:45px 1fr; gap:14px; padding:18px 0; border-top:1px solid #315673; }.education-method article b { color:#ff8a6f; }.education-contact { color:#14395b; background:#ff8a6f; }.education-contact small { color:#14395b; }.education-contact address { display:grid; align-content:center; gap:10px; padding:70px var(--template-gutter); color:#fff; background:#14395b; }.education-contact address span { margin-top:18px; color:#ff9d86; font-size:11px; text-transform:uppercase; }

/* Technologie — digitaal, precies en zonder standaard SaaS-look. */
.tech-nav { color:#fff; background:#071120; border-bottom:1px solid #203149; }.tech-nav strong span { color:#29dbd0; }.tech-nav button { color:#9aa8ba; }.tech-nav button.active { color:#29dbd0; }
.tech-home { display:grid; grid-template-columns:.9fr 1.1fr; grid-template-rows:minmax(680px,1fr) auto; color:#fff; background:#071120; }.tech-hero-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:70px var(--template-gutter); }.tech-hero-copy small,.tech-services small,.tech-process small,.tech-contact small { color:#29dbd0; font-weight:900; letter-spacing:.16em; }.tech-hero-copy h2 { margin:22px 0; font-size:clamp(56px,7vw,100px); line-height:.87; letter-spacing:-.07em; }.tech-hero-copy p { color:#a8b7c8; font-size:18px; line-height:1.7; }.tech-hero-copy button,.tech-contact button { min-height:50px; padding:0 21px; color:#071120; background:#29dbd0; border:0; font-weight:900; }.tech-visual { min-height:680px; display:flex; flex-direction:column; justify-content:flex-end; align-items:flex-end; padding:50px; position:relative; }.tech-visual:before { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(7,17,32,.9),transparent); }.tech-visual span { position:relative; padding:9px 13px; color:#071120; background:#29dbd0; font-size:11px; font-weight:950; }.tech-proof { grid-column:1/-1; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #203149; }.tech-proof article { padding:32px var(--template-gutter); border-right:1px solid #203149; }.tech-proof b { color:#29dbd0; }.tech-proof strong { display:block; margin:30px 0 8px; }.tech-proof p { color:#8fa0b4; }
.tech-services { padding:90px var(--template-gutter); color:#fff; background:#0b1728; }.tech-services h2,.tech-process h2,.tech-contact h2 { margin:18px 0 55px; font-size:clamp(52px,6vw,88px); line-height:.88; }.tech-services>div { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.tech-services article { min-height:350px; padding:32px; background:#111f32; border:1px solid #263954; }.tech-services h3 { margin:65px 0 12px; font-size:27px; }.tech-services p { color:#9fb0c2; line-height:1.6; }.tech-services button { padding:0; color:#29dbd0; background:none; border:0; font-weight:850; }
.tech-process,.tech-contact { display:grid; grid-template-columns:1fr 1fr; min-height:680px; color:#fff; background:#071120; }.tech-process>div,.tech-contact>div { padding:80px var(--template-gutter); }.tech-process>div:first-child { background:#c44cff; color:#071120; }.tech-process>div:first-child small { color:#071120; }.tech-process article { display:grid; grid-template-columns:45px 1fr; gap:14px; padding:23px 0; border-bottom:1px solid #203149; }.tech-process article span { color:#29dbd0; }.tech-contact { color:#071120; background:#29dbd0; }.tech-contact small { color:#071120; }.tech-contact button { color:#fff; background:#071120; }.tech-contact address { display:grid; align-content:center; gap:10px; padding:70px var(--template-gutter); color:#fff; background:#071120; }.tech-contact address span { margin-top:18px; color:#29dbd0; font-size:11px; text-transform:uppercase; }

/* Vier webshoprichtingen behouden dezelfde koopflow maar voelen niet hetzelfde. */
.demo-template-shop-interior-v3 { --shop-accent:#9e563c; --shop-ink:#332a25; --shop-paper:#f7efe7; }
.demo-template-shop-food-v3 { --shop-accent:#b9422f; --shop-ink:#23352d; --shop-paper:#f5efe2; }
.demo-template-shop-performance-v3 { --shop-accent:#c8ef38; --shop-ink:#101313; --shop-paper:#eef1e9; }
.demo-template-shop-professional-v3 { --shop-accent:#33c9bf; --shop-ink:#0b2130; --shop-paper:#edf4f5; }
.demo-template-shop-interior-v3 .shop-nav,.demo-template-shop-food-v3 .shop-nav,.demo-template-shop-performance-v3 .shop-nav,.demo-template-shop-professional-v3 .shop-nav { color:var(--shop-ink); background:var(--shop-paper); }
.demo-template-shop-interior-v3 .shop-editorial-hero,.demo-template-shop-food-v3 .shop-editorial-hero,.demo-template-shop-performance-v3 .shop-editorial-hero,.demo-template-shop-professional-v3 .shop-editorial-hero { color:var(--shop-ink); background:var(--shop-paper); }
.demo-template-shop-interior-v3 .shop-editorial-hero button,.demo-template-shop-food-v3 .shop-editorial-hero button,.demo-template-shop-performance-v3 .shop-editorial-hero button,.demo-template-shop-professional-v3 .shop-editorial-hero button { color:var(--shop-paper); background:var(--shop-ink); }
.demo-template-shop-interior-v3 .shop-announcement,.demo-template-shop-food-v3 .shop-announcement,.demo-template-shop-performance-v3 .shop-announcement,.demo-template-shop-professional-v3 .shop-announcement { color:var(--shop-ink); background:var(--shop-accent); }

@media (max-width:850px) {
  .auto-nav,.retail-nav,.property-nav,.fitness-nav,.education-nav,.tech-nav { min-height:0; padding:13px 60px 13px 16px; flex-wrap:wrap; gap:9px; }
  .auto-nav>div,.retail-nav>div,.property-nav>div,.fitness-nav>div,.education-nav>div,.tech-nav>div { order:2; width:100%; overflow-x:auto; }
  .auto-home,.retail-home,.property-home,.fitness-home,.education-home,.tech-home,
  .auto-process,.auto-contact,.retail-story,.retail-contact,.property-method,.property-contact,
  .fitness-coaching,.fitness-contact,.education-method,.education-contact,.tech-process,.tech-contact { display:block; min-height:0; }
  .auto-hero,.property-hero,.fitness-hero { min-height:610px; padding:55px 20px; display:flex; }
  .fitness-hero>b { display:none; }
  .retail-hero-copy,.education-hero-copy,.tech-hero-copy,.auto-services,.retail-collection,.property-services,.fitness-programs,.education-programs,.tech-services,
  .auto-process>div:first-child,.auto-contact>div,.auto-contact address,.retail-story>div:last-child,.retail-contact>div,.retail-contact address,
  .property-method>div:first-child,.property-contact>div,.property-contact address,.fitness-coaching>div:last-child,.fitness-contact>div,.fitness-contact address,
  .education-method>div:first-child,.education-contact>div,.education-contact address,.tech-process>div,.tech-contact>div,.tech-contact address { padding:52px 20px; }
  .retail-hero-photo,.education-hero-photo,.tech-visual,.auto-process>.branch-photo,.retail-story>.branch-photo,.property-method>.branch-photo,.fitness-coaching>.branch-photo,.education-method>.branch-photo { min-height:430px; }
  .retail-marquee { padding:16px 20px; overflow:hidden; white-space:nowrap; }
  .auto-service-bar,.education-facts,.tech-proof,.auto-services>div,.retail-collection>div,.property-services>div,.fitness-programs>div,.tech-services>div { grid-template-columns:1fr; }
  .auto-service-bar article,.education-facts article,.tech-proof article { min-height:0; border-right:0; border-bottom:1px solid rgba(255,255,255,.18); }
  .property-search { grid-template-columns:1fr; margin:-24px 15px 45px; }
  .education-programs article { grid-template-columns:44px 1fr; }.education-programs article button { grid-column:2; justify-self:start; }
}
