/* shared.css — gemeenschappelijke styling voor index.html, markt.html, ontwikkelingen.html */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #fff; color: #111; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }

/* NAV */
nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 48px; border-bottom: 1px solid #e8e8e8;
  position: sticky; top: 0; background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px); z-index: 100;
}
.nav-left { display: flex; align-items: center; gap: 12px; }
.nav-logo-img { height: 36px; width: 36px; border-radius: 50%; mix-blend-mode: multiply; }
.logo { font-size: 15px; font-weight: 700; letter-spacing: -0.3px; color: #111; }
.logo span { color: #aaa; font-weight: 400; }
.nav-badge { font-size: 11px; background: #f5f5f5; border: 1px solid #e0e0e0; color: #999; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.3px; }
.nav-link { font-size: 14px; font-weight: 500; color: #111; border-bottom: 1px solid transparent; transition: border-color 0.15s; }
.nav-link:hover { border-color: #111; }

/* HERO */
.hero { max-width: 1080px; margin: 0 auto; padding: 72px 48px 48px; display: grid; grid-template-columns: 1fr 230px 210px; gap: 40px; align-items: start; }
.hero-main { min-width: 0; }
.hero-eyebrow { font-size: 11px; color: #999; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.live-dot { width: 6px; height: 6px; background: #16a34a; border-radius: 50%; display: inline-block; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
.hero h1 { font-size: 42px; font-weight: 300; line-height: 1.15; color: #111; margin-bottom: 40px; max-width: 560px; letter-spacing: -1px; }
.hero h1 strong { font-weight: 700; }

/* WIJK TABS */
.wijk-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 40px; }
.wijk-tab {
  padding: 8px 18px; border-radius: 8px; font-size: 13px; font-weight: 500;
  border: 1px solid #e0e0e0; background: #fff; color: #666; cursor: pointer;
  transition: all 0.15s; font-family: inherit;
}
.wijk-tab:hover { border-color: #aaa; color: #111; }
.wijk-tab.active { background: #111; color: #fff; border-color: #111; }

/* TICKER */
.ticker-row { display: flex; align-items: flex-end; gap: 14px; margin-bottom: 8px; }
.ticker-price { font-size: 76px; font-weight: 200; letter-spacing: -4px; line-height: 1; color: #000; transition: all 0.3s; }
.ticker-unit { font-size: 20px; color: #aaa; padding-bottom: 12px; font-weight: 300; }
.ticker-change { font-size: 15px; padding-bottom: 14px; display: flex; align-items: center; gap: 5px; font-weight: 600; }
.ticker-change.pos { color: #16a34a; }
.ticker-change.neg { color: #dc2626; }
.ticker-change .vs { font-size: 12px; color: #aaa; font-weight: 400; }
.ticker-meta { font-size: 12px; color: #bbb; margin-bottom: 0; }

.divider { border: none; border-top: 1px solid #ebebeb; margin: 0; }

/* STATS */
.stats { max-width: 960px; margin: 0 auto; padding: 32px 48px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.stat-card { background: #fafafa; border: 1px solid #ebebeb; border-radius: 10px; padding: 20px 18px; }
.stat-label { font-size: 10px; color: #aaa; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.stat-value { font-size: 28px; font-weight: 300; color: #111; line-height: 1; margin-bottom: 4px; letter-spacing: -0.8px; }
.stat-sub { font-size: 12px; color: #bbb; }
.stat-sub.up { color: #16a34a; }
.stat-sub.down { color: #dc2626; }

/* CHART */
.chart-section { max-width: 960px; margin: 0 auto; padding: 0 48px 56px; }
.section-label { font-size: 10px; color: #bbb; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 16px; }
.chart-wrap { background: #fafafa; border: 1px solid #ebebeb; border-radius: 12px; padding: 28px 24px 20px; }
.chart-note { font-size: 11px; color: #ccc; margin-top: 10px; }

/* RANGLIJST */
.ranglijst-section { background: #fafafa; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }
.ranglijst-inner { max-width: 960px; margin: 0 auto; padding: 48px 48px; }
.ranglijst-title { font-size: 18px; font-weight: 300; color: #111; margin-bottom: 6px; letter-spacing: -0.3px; }
.ranglijst-sub { font-size: 13px; color: #aaa; margin-bottom: 32px; }
.ranglijst-chart-wrap { background: #fff; border: 1px solid #ebebeb; border-radius: 12px; padding: 24px; }

/* WIJK KAARTEN */
.wijken-grid { max-width: 960px; margin: 0 auto; padding: 48px 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.wijk-kaart {
  background: #fff; border: 1px solid #ebebeb; border-radius: 10px; padding: 18px;
  cursor: pointer; transition: all 0.15s;
}
.wijk-kaart:hover { border-color: #111; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.wijk-kaart.active-kaart { border-color: #111; background: #111; }
.wijk-kaart.active-kaart .wk-naam { color: #fff; }
.wijk-kaart.active-kaart .wk-prijs { color: #fff; }
.wijk-kaart.active-kaart .wk-change { color: #86efac; }
.wijk-kaart.active-kaart .wk-change.neg { color: #fca5a5; }
.wk-naam { font-size: 11px; text-transform: uppercase; letter-spacing: 0.8px; color: #aaa; margin-bottom: 8px; font-weight: 500; }
.wk-prijs { font-size: 22px; font-weight: 300; color: #111; letter-spacing: -0.5px; margin-bottom: 3px; }
.wk-change { font-size: 12px; font-weight: 500; color: #16a34a; }
.wk-change.neg { color: #dc2626; }

/* CTA */
.cta-section { border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }
.cta-inner { max-width: 960px; margin: 0 auto; padding: 56px 48px; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.cta-text h2 { font-size: 24px; font-weight: 300; margin-bottom: 8px; letter-spacing: -0.5px; }
.cta-text p { font-size: 14px; color: #999; max-width: 360px; line-height: 1.7; }
.cta-form { display: flex; gap: 8px; flex-shrink: 0; }
.cta-form input { background: #fff; border: 1px solid #d4d4d4; color: #111; padding: 10px 16px; border-radius: 8px; font-size: 14px; width: 240px; outline: none; transition: border-color 0.15s; font-family: inherit; }
.cta-form input:focus { border-color: #999; }
.cta-form input::placeholder { color: #ccc; }
.cta-form button { background: #111; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; white-space: nowrap; font-family: inherit; transition: background 0.15s; }
.cta-form button:hover { background: #333; }
.success-msg { font-size: 14px; color: #16a34a; display: none; padding: 10px 0; }

/* FEATURES */
.features { max-width: 960px; margin: 0 auto; padding: 56px 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.feature-icon { font-size: 20px; margin-bottom: 12px; }
.feature h3 { font-size: 14px; font-weight: 600; margin-bottom: 6px; color: #111; }
.feature p { font-size: 13px; color: #999; line-height: 1.7; }

/* TRANSACTIELOG */
.transacties-section { max-width: 960px; margin: 0 auto; padding: 48px 48px; }
.transacties-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 24px; }
.transacties-title { font-size: 18px; font-weight: 300; color: #111; letter-spacing: -0.3px; }
.transacties-sub { font-size: 13px; color: #aaa; margin-top: 2px; }
.transacties-badge { font-size: 11px; background: #f0fdf4; border: 1px solid #bbf7d0; color: #15803d; padding: 4px 12px; border-radius: 20px; font-weight: 500; }
.tx-list { display: flex; flex-direction: column; gap: 12px; }
.tx-card {
  border: 1px solid #ebebeb; border-radius: 12px; overflow: hidden;
  display: grid; grid-template-columns: 160px 1fr; background: #fff;
  transition: box-shadow 0.15s;
}
.tx-card:hover { box-shadow: 0 2px 16px rgba(0,0,0,0.07); }
.tx-foto { width: 160px; height: 120px; object-fit: cover; display: block; }
.tx-foto-placeholder { width: 160px; height: 120px; background: #f3f4f6; display: flex; align-items: center; justify-content: center; font-size: 28px; color: #d1d5db; }
.tx-body { padding: 16px 20px; display: flex; flex-direction: column; justify-content: space-between; }
.tx-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.tx-adres { font-size: 16px; font-weight: 600; color: #111; letter-spacing: -0.2px; }
.tx-wijk { font-size: 12px; color: #aaa; margin-top: 2px; }
.tx-bron { font-size: 11px; padding: 3px 10px; border-radius: 12px; background: #f0fdf4; border: 1px solid #bbf7d0; color: #15803d; font-weight: 500; white-space: nowrap; }
.tx-bron.kadaster { background: #eff6ff; border-color: #bfdbfe; color: #1d4ed8; }
.tx-prijzen { display: flex; gap: 24px; margin-top: 12px; align-items: flex-end; }
.tx-prijs-blok { display: flex; flex-direction: column; }
.tx-label { font-size: 10px; color: #aaa; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 3px; }
.tx-prijs { font-size: 18px; font-weight: 300; color: #111; letter-spacing: -0.4px; }
.tx-prijs.vraag { color: #aaa; text-decoration: line-through; font-size: 15px; }
.tx-prijs.trans { color: #111; font-weight: 600; font-size: 20px; }
.tx-verschil { font-size: 13px; font-weight: 600; padding-bottom: 2px; }
.tx-verschil.neg { color: #dc2626; }
.tx-verschil.pos { color: #16a34a; }
.tx-meta { font-size: 12px; color: #bbb; }
.tx-m2 { font-size: 12px; color: #888; margin-top: 8px; padding-top: 8px; border-top: 1px solid #f3f4f6; display: flex; gap: 16px; }

/* Geblurde rijen */
.tx-card.locked { position: relative; }
.tx-card.locked .tx-body { filter: blur(5px); user-select: none; pointer-events: none; }
.tx-card.locked .tx-foto { filter: blur(6px); }
.tx-card.locked .tx-foto-placeholder { filter: blur(4px); }
.tx-lock-overlay {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.6); border-radius: 12px;
  flex-direction: column; gap: 6px;
}
.tx-lock-icon { font-size: 18px; }
.tx-lock-text { font-size: 13px; color: #666; font-weight: 500; }
.tx-unlock-cta { margin-top: 20px; text-align: center; padding: 20px; background: #fafafa; border: 1px solid #ebebeb; border-radius: 12px; }
.tx-unlock-cta p { font-size: 14px; color: #666; margin-bottom: 12px; }
.tx-unlock-cta button { background: #111; color: #fff; border: none; padding: 10px 24px; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: inherit; transition: background 0.15s; }
.tx-unlock-cta button:hover { background: #333; }

/* NIEUWS */
.nieuws-title { font-size: 13px; font-weight: 600; color: #111; letter-spacing: 0.3px; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 1px; }
.nieuws-sub { font-size: 11px; color: #bbb; margin-bottom: 16px; }
.nieuws-grid { display: flex; flex-direction: column; gap: 10px; }
.nieuws-card { border: 1px solid #ebebeb; border-radius: 8px; padding: 14px; background: #fff; transition: box-shadow 0.15s, border-color 0.15s; text-decoration: none; display: block; }
.nieuws-card:hover { box-shadow: 0 2px 12px rgba(0,0,0,0.07); border-color: #d4d4d4; }
.nieuws-bron { font-size: 10px; color: #aaa; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; font-weight: 600; }
.nieuws-titel { font-size: 13px; font-weight: 500; color: #111; line-height: 1.5; margin-bottom: 6px; }
.nieuws-datum { font-size: 11px; color: #bbb; }
.nieuws-loading { font-size: 12px; color: #bbb; padding: 10px 0; }

/* RENTE WIDGET */
.rente-aside { min-width: 0; }
.rente-title { font-size: 10px; font-weight: 700; color: #111; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 4px; }
.rente-sub { font-size: 11px; color: #bbb; margin-bottom: 14px; }
.rente-kaart { border: 1px solid #ebebeb; border-radius: 10px; padding: 16px; background: #fff; }
.rente-huidig { font-size: 36px; font-weight: 200; color: #111; letter-spacing: -1.5px; line-height: 1; margin-bottom: 4px; }
.rente-pct { font-size: 16px; color: #aaa; font-weight: 300; }
.rente-change { font-size: 12px; font-weight: 600; margin-bottom: 14px; margin-top: 4px; }
.rente-change.pos { color: #dc2626; } /* rente omhoog = slecht voor huizen */
.rente-change.neg { color: #16a34a; } /* rente omlaag = goed */
.rente-change .vs { font-size: 11px; color: #bbb; font-weight: 400; }
.rente-spark { width: 100%; height: 56px; display: block; overflow: visible; }
.rente-bron { font-size: 10px; color: #ccc; margin-top: 8px; }
.rente-periode { display: flex; gap: 4px; margin-bottom: 10px; }
.rente-period-btn { font-size: 10px; border: 1px solid #e0e0e0; border-radius: 4px; padding: 2px 7px; background: #fff; color: #999; cursor: pointer; font-family: inherit; }
.rente-period-btn.active { background: #111; color: #fff; border-color: #111; }

/* HYPOTHEEKRENTE */
.hypo-section { max-width: 960px; margin: 0 auto; padding: 0 48px 48px; }
.hypo-header { display: flex; align-items: baseline; gap: 14px; margin-bottom: 16px; }
.hypo-title { font-size: 10px; font-weight: 700; color: #111; text-transform: uppercase; letter-spacing: 1.2px; }
.hypo-sub { font-size: 11px; color: #bbb; }
.hypo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hypo-kaart { border: 1px solid #ebebeb; border-radius: 10px; padding: 18px; background: #fff; position: relative; }
.hypo-kaart.laagste { border-color: #16a34a; }
.hypo-bank { font-size: 11px; font-weight: 700; color: #aaa; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
.hypo-rente { font-size: 32px; font-weight: 200; color: #111; letter-spacing: -1px; line-height: 1; margin-bottom: 6px; }
.hypo-rente span { font-size: 16px; color: #aaa; font-weight: 300; }
.hypo-spread { font-size: 12px; color: #dc2626; font-weight: 500; margin-bottom: 4px; }
.hypo-badge { position: absolute; top: 12px; right: 12px; font-size: 10px; background: #f0fdf4; border: 1px solid #bbf7d0; color: #15803d; padding: 2px 8px; border-radius: 10px; font-weight: 600; }
.hypo-bijgewerkt { font-size: 10px; color: #ccc; margin-top: 12px; text-align: right; }

/* PRIMARY BIDTOOL HERO (boven aan de pagina) */
.bidhero { background: #fff; padding: 88px 24px 56px; text-align: center; border-bottom: 1px solid #ebebeb; }
.bidhero-eyebrow { font-size: 11px; color: #15803d; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 22px; display: inline-flex; align-items: center; gap: 8px; }
.bidhero-title { font-size: 48px; font-weight: 300; color: #111; letter-spacing: -1.2px; line-height: 1.15; max-width: 760px; margin: 0 auto 18px; }
.bidhero-title strong { font-weight: 700; }
.bidhero-sub { font-size: 17px; color: #666; max-width: 580px; line-height: 1.6; margin: 0 auto 36px; }
.bidhero-fineprint { font-size: 12px; color: #aaa; margin-top: 24px; }
.bidhero-divider-label { text-align: center; font-size: 11px; color: #aaa; letter-spacing: 1.4px; text-transform: uppercase; padding: 32px 0; background: #fafafa; border-bottom: 1px solid #ebebeb; }

/* BIDTOOL FORM (in de hero) */
.bidtool-form { max-width: 640px; margin: 0 auto; text-align: left; }
.bidtool-input-wide { width: 100%; padding: 18px 28px; border: 1px solid #e0e0e0; border-radius: 999px; font-size: 16px; font-family: inherit; background: #fff; color: #111; outline: none; box-shadow: 0 4px 24px rgba(0,0,0,0.05); transition: border-color 0.15s, box-shadow 0.15s; margin-bottom: 20px; }
.bidtool-input-wide:focus { border-color: #16a34a; box-shadow: 0 4px 24px rgba(22,163,74,0.18); }
.bidtool-input-wide::placeholder { color: #aaa; }

/* AUTOFILL — adres-typeahead */
.autofill-wrap { position: relative; }
.autofill-dropdown { position: absolute; top: calc(100% - 14px); left: 14px; right: 14px; background: #fff; border: 1px solid #e0e0e0; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.10); max-height: 320px; overflow-y: auto; z-index: 50; display: none; }
.autofill-dropdown.open { display: block; }
.autofill-item { padding: 12px 18px; cursor: pointer; border-bottom: 1px solid #f3f3f3; font-size: 14px; }
.autofill-item:last-child { border-bottom: none; }
.autofill-item:hover, .autofill-item.active { background: #f5f9f5; }
.autofill-item-adres { color: #111; font-weight: 500; }
.autofill-item-meta { color: #888; font-size: 12px; margin-top: 2px; }
.autofill-item .match { background: #fef9c3; padding: 0 1px; border-radius: 2px; }
.autofill-banner { display: none; background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; padding: 10px 16px; border-radius: 10px; font-size: 13px; margin-bottom: 14px; line-height: 1.5; }
.autofill-banner.show { display: block; }
.autofill-banner strong { color: #14532d; }
.autofill-banner-link { color: #166534; text-decoration: underline; cursor: pointer; margin-left: 8px; font-size: 12px; }
.autofill-loading { padding: 14px 18px; color: #888; font-size: 13px; }

/* ─────────────────────────────────────────────────────────────────────────
   SENTIMENT INDEX PAGINA
   ───────────────────────────────────────────────────────────────────────── */
.sent-hero { padding: 60px 24px 30px; text-align: center; max-width: 800px; margin: 0 auto; }
.sent-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: #16a34a; font-weight: 600; letter-spacing: 0.6px; text-transform: uppercase; margin-bottom: 16px; }
.sent-title { font-size: 40px; font-weight: 400; color: #0F3D3E; letter-spacing: -1px; margin: 0 0 18px; line-height: 1.15; }
.sent-title strong { font-weight: 700; }
.sent-sub { font-size: 16px; color: #555; line-height: 1.6; max-width: 600px; margin: 0 auto; }

/* MAIN GAUGE */
.sent-main { max-width: 900px; margin: 20px auto 60px; padding: 0 24px; text-align: center; }
.sent-gauge-wrap { position: relative; max-width: 480px; margin: 0 auto; }
.sent-gauge { width: 100%; height: auto; display: block; }
.sent-gauge-score { position: absolute; left: 50%; bottom: 4px; transform: translateX(-50%); text-align: center; pointer-events: none; }
.sent-score-num { font-size: 64px; font-weight: 700; color: #0F3D3E; line-height: 1; letter-spacing: -2px; }
.sent-score-label { font-size: 14px; color: #666; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 4px; }
.sent-compare { display: flex; gap: 18px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.sent-cmp-card { background: #fff; border: 1px solid #eee; border-radius: 14px; padding: 16px 24px; min-width: 160px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.sent-cmp-card.sent-cmp-empty { opacity: 0.55; }
.sent-cmp-titel { font-size: 11px; color: #999; letter-spacing: 0.5px; text-transform: uppercase; font-weight: 600; }
.sent-cmp-val { font-size: 26px; font-weight: 700; color: #1a1a1a; margin-top: 4px; }
.sent-cmp-up { color: #2e7d32; }
.sent-cmp-down { color: #c62828; }
.sent-cmp-flat { color: #888; }
.sent-cmp-sub { font-size: 12px; color: #888; margin-top: 2px; }

/* SECTION TITELS */
.sent-section-titel { font-size: 22px; font-weight: 700; color: #0F3D3E; margin: 0 0 18px; text-align: center; letter-spacing: -0.3px; }

/* SUB-GAUGES */
.sent-subs { max-width: 1000px; margin: 0 auto 60px; padding: 30px 24px; }
.sent-subs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
.sent-sub-card { background: #fff; border: 1px solid #eee; border-radius: 16px; padding: 24px 20px 18px; text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.sent-sub-gauge { width: 100%; max-width: 180px; height: auto; display: block; margin: 0 auto -6px; }
.sent-sub-num { font-size: 36px; font-weight: 700; color: #0F3D3E; line-height: 1; margin-bottom: 6px; }
.sent-sub-titel { font-size: 15px; font-weight: 700; color: #0F3D3E; letter-spacing: 0.5px; text-transform: uppercase; }
.sent-sub-uitleg { font-size: 12px; color: #777; margin-top: 8px; line-height: 1.45; }

/* PC4 GRID */
.sent-pcs { max-width: 1100px; margin: 0 auto 60px; padding: 30px 24px; background: #fafaf7; border-radius: 20px; }
.sent-pcs-uitleg { font-size: 13px; color: #888; text-align: center; margin: -10px 0 24px; }
.sent-pcs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; }
.sent-pc-card { background: #fff; border-radius: 12px; padding: 16px 14px; text-align: center; border-top: 4px solid; box-shadow: 0 1px 6px rgba(0,0,0,0.06); transition: transform 0.15s; }
.sent-pc-card:hover { transform: translateY(-2px); }
.sent-pc-card.sent-pc-dun { opacity: 0.55; }
.sent-pc-pc { font-size: 11px; color: #888; font-weight: 600; letter-spacing: 1px; }
.sent-pc-score { font-size: 36px; font-weight: 700; line-height: 1; margin: 6px 0 4px; letter-spacing: -1px; }
.sent-pc-label { font-size: 11px; color: #666; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.sent-pc-meta { font-size: 11px; color: #999; margin-top: 6px; }

/* HISTORIE */
.sent-historie { max-width: 1000px; margin: 0 auto 60px; padding: 30px 24px; }
#sent-historie-wrap { background: #fff; border: 1px solid #eee; border-radius: 16px; padding: 20px; }
#sent-historie-chart { width: 100%; height: 240px; display: block; }
.sent-historie-leeg { padding: 30px 20px; text-align: center; color: #777; font-size: 14px; line-height: 1.6; }
.sent-historie-leeg strong { color: #0F3D3E; display: block; margin-bottom: 6px; }

/* METRICS */
.sent-metrics { max-width: 1100px; margin: 0 auto 60px; padding: 30px 24px; }
.sent-metrics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.sent-metric-card { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 18px 16px; }
.sent-metric-hint { font-size: 10px; color: #aaa; text-transform: uppercase; letter-spacing: 0.8px; font-weight: 600; }
.sent-metric-label { font-size: 13px; color: #444; margin-top: 4px; line-height: 1.3; }
.sent-metric-val { font-size: 26px; font-weight: 700; color: #0F3D3E; margin-top: 8px; line-height: 1; letter-spacing: -0.5px; }
.sent-metric-sub { font-size: 12px; color: #666; margin-top: 6px; min-height: 16px; }

/* INTERPRETATIE */
.sent-interpret { max-width: 1100px; margin: 0 auto 60px; padding: 30px 24px; }
.sent-interpret-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sent-interpret-card { background: #fff; border-radius: 16px; padding: 22px 22px 18px; border-top: 5px solid; box-shadow: 0 2px 10px rgba(0,0,0,0.04); }
.sent-interpret-card h3 { font-size: 15px; font-weight: 700; margin: 0 0 12px; color: #0F3D3E; }
.sent-interpret-card p { font-size: 13px; color: #444; margin: 0 0 8px; line-height: 1.5; }
.sent-interpret-card p:last-child { margin: 0; }
.sent-interpret-card p strong { color: #1a1a1a; }
.sent-int-greed { border-top-color: #2e7d32; }
.sent-int-neutraal { border-top-color: #fbc02d; }
.sent-int-fear { border-top-color: #c62828; }

/* METHODOLOGIE */
.sent-methodologie { max-width: 800px; margin: 0 auto 80px; padding: 20px 24px; }
.sent-methodologie details { background: #fafaf7; border-radius: 14px; padding: 18px 22px; }
.sent-methodologie summary { cursor: pointer; font-size: 14px; color: #0F3D3E; padding: 4px 0; }
.sent-methodologie-body { margin-top: 14px; padding-top: 14px; border-top: 1px solid #e0dcd1; }
.sent-methodologie-body p { font-size: 13px; color: #555; line-height: 1.6; margin: 0 0 10px; }

/* MINI-BANNER op homepage */
.sent-banner { max-width: 760px; margin: 24px auto 40px; padding: 18px 24px; background: #fff; border: 1px solid #eee; border-radius: 14px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); display: flex; align-items: center; gap: 20px; }
.sent-banner-num { font-size: 38px; font-weight: 700; line-height: 1; letter-spacing: -1px; min-width: 60px; text-align: center; }
.sent-banner-mid { flex: 1; }
.sent-banner-titel { font-size: 11px; color: #888; text-transform: uppercase; letter-spacing: 0.8px; font-weight: 600; }
.sent-banner-label { font-size: 18px; font-weight: 700; color: #1a1a1a; margin-top: 2px; }
.sent-banner-sub { font-size: 12px; color: #666; margin-top: 2px; }
.sent-banner-link { font-size: 13px; color: #16a34a; text-decoration: none; font-weight: 600; white-space: nowrap; }
.sent-banner-link:hover { text-decoration: underline; }

/* Mobile */
@media (max-width: 700px) {
  .sent-title { font-size: 28px; }
  .sent-score-num { font-size: 48px; }
  .sent-subs-grid { grid-template-columns: 1fr; }
  .sent-interpret-grid { grid-template-columns: 1fr; }
  .sent-banner { flex-direction: column; text-align: center; gap: 8px; }
}

/* ─────────────────────────────────────────────────────────────────────────
   HYPOTHEEKRENTE INDICATOR — visuele hero op /ontwikkelingen
   ───────────────────────────────────────────────────────────────────────── */
.rente-indicator { max-width: 1080px; margin: 0 auto 50px; padding: 0 24px; }
.rente-indicator-inner { background: #fff; border-radius: 20px; padding: 32px 36px; display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; box-shadow: 0 4px 24px rgba(0,0,0,0.06); border: 1px solid #eee; position: relative; overflow: hidden; }

/* Variant: stijgt (rood/oranje accent) */
.rente-indicator-stijgt .rente-indicator-inner { border-top: 6px solid #d84a1f; }
.rente-indicator-stijgt .rente-indicator-pijl { color: #d84a1f; }
.rente-indicator-stijgt .rente-indicator-antwoord { color: #d84a1f; }

/* Variant: daalt (groen) */
.rente-indicator-daalt .rente-indicator-inner { border-top: 6px solid #2e7d32; }
.rente-indicator-daalt .rente-indicator-pijl { color: #2e7d32; transform: rotate(180deg); }
.rente-indicator-daalt .rente-indicator-antwoord { color: #2e7d32; }

/* Variant: stabiel (grijs) */
.rente-indicator-stabiel .rente-indicator-inner { border-top: 6px solid #888; }
.rente-indicator-stabiel .rente-indicator-pijl { color: #888; transform: rotate(90deg); }
.rente-indicator-stabiel .rente-indicator-antwoord { color: #555; }

.rente-indicator-pijl-wrap { display: flex; align-items: center; justify-content: center; }
.rente-indicator-pijl { width: 72px; height: 90px; animation: rentePulse 2.4s ease-in-out infinite; transform-origin: center; }

@keyframes rentePulse {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50%      { transform: translateY(-8px); opacity: 0.85; }
}
/* Bij daalt: spiegel de animatie */
.rente-indicator-daalt .rente-indicator-pijl { animation: rentePulseDown 2.4s ease-in-out infinite; }
@keyframes rentePulseDown {
  0%, 100% { transform: rotate(180deg) translateY(0); opacity: 1; }
  50%      { transform: rotate(180deg) translateY(-8px); opacity: 0.85; }
}

.rente-indicator-tekst { line-height: 1.5; }
.rente-indicator-label { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: #999; font-weight: 600; margin-bottom: 6px; }
.rente-indicator-antwoord { font-size: 36px; font-weight: 700; letter-spacing: -0.5px; line-height: 1.1; margin-bottom: 10px; }
.rente-indicator-uitleg { font-size: 14px; color: #555; max-width: 540px; line-height: 1.55; }

.rente-indicator-meta { display: flex; flex-direction: column; gap: 10px; padding-left: 28px; border-left: 1px solid #eee; min-width: 140px; }
.rente-indicator-meta-rij { text-align: right; }
.rente-indicator-meta-label { font-size: 11px; color: #999; text-transform: uppercase; letter-spacing: 0.5px; }
.rente-indicator-meta-val { font-size: 20px; font-weight: 600; color: #1a1a1a; line-height: 1.1; }

.rente-indicator-disclaimer { font-size: 11px; color: #aaa; text-align: center; margin-top: 14px; font-style: italic; }

@media (max-width: 760px) {
  .rente-indicator-inner { grid-template-columns: 1fr; gap: 20px; padding: 24px; text-align: center; }
  .rente-indicator-pijl-wrap { justify-content: center; }
  .rente-indicator-meta { padding-left: 0; border-left: none; border-top: 1px solid #eee; padding-top: 16px; flex-direction: row; justify-content: space-around; }
  .rente-indicator-meta-rij { text-align: center; }
  .rente-indicator-antwoord { font-size: 28px; }
  .rente-indicator-uitleg { font-size: 13px; }
}

/* ─────────────────────────────────────────────────────────────────────────
   BIDTOOL HERO BANDBREEDTE + TOP-3 COMPS + VRAAGPRIJS-BADGE
   ───────────────────────────────────────────────────────────────────────── */
.bidtool-hero { background: linear-gradient(135deg, #f8f9f7 0%, #f0ece1 100%); border-radius: 18px; padding: 28px 30px; margin: 0 0 24px; border: 1px solid #e8e3d4; }
.bidtool-hero-label { font-size: 11px; color: #888; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; margin-bottom: 16px; text-align: center; }
.bidtool-hero-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bidtool-hero-card { background: #fff; border-radius: 14px; padding: 22px 18px 18px; text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
.bidtool-hero-cap { font-size: 11px; text-transform: uppercase; letter-spacing: 0.8px; font-weight: 600; margin-bottom: 6px; }
.bidtool-hero-val { font-size: 30px; font-weight: 700; letter-spacing: -0.8px; line-height: 1.05; }
.bidtool-hero-sub { font-size: 11px; color: #888; margin-top: 6px; }

.bidtool-hero-balk-wrap { margin-top: 22px; position: relative; }
.bidtool-hero-balk { position: relative; height: 6px; background: linear-gradient(90deg, #0f7a3b 0%, #0F3D3E 50%, #b54a1f 100%); border-radius: 3px; margin: 30px 14px 38px; opacity: 0.75; }
.bidtool-hero-marker { position: absolute; top: -7px; width: 6px; height: 20px; border-radius: 3px; transform: translateX(-50%); }
.bidtool-hero-vraag { position: absolute; top: -28px; transform: translateX(-50%); white-space: nowrap; font-size: 11px; font-weight: 600; color: #1a1a1a; background: #fff; padding: 3px 8px; border-radius: 6px; border: 1px solid #ddd; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
.bidtool-hero-vraag::after { content: ""; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #ddd; }

/* TOP-3 COMPARABLES CARDS */
.bidtool-topcomps { margin: 0 0 24px; }
.bidtool-topcomps-titel { font-size: 13px; color: #666; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; margin-bottom: 12px; padding: 0 4px; }
.bidtool-topcomps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bidtool-comp-card { display: block; background: #fff; border-radius: 14px; overflow: hidden; text-decoration: none; color: inherit; box-shadow: 0 2px 10px rgba(0,0,0,0.06); transition: transform 0.15s, box-shadow 0.15s; border: 1px solid #eee; }
.bidtool-comp-card:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.1); }
.bidtool-comp-foto { aspect-ratio: 16 / 10; background-size: cover; background-position: center; background-color: #f0ece1; }
.bidtool-comp-geen-foto { background: linear-gradient(135deg, #ddd9cc 0%, #c8c0a8 100%); display: flex; align-items: center; justify-content: center; }
.bidtool-comp-geen-foto::after { content: "geen foto"; font-size: 11px; color: #888; }
.bidtool-comp-body { padding: 14px 16px 16px; }
.bidtool-comp-adres { font-size: 13px; font-weight: 600; color: #1a1a1a; line-height: 1.3; min-height: 34px; margin-bottom: 6px; }
.bidtool-comp-meta { font-size: 11px; color: #888; margin-bottom: 8px; }
.bidtool-comp-prijs { font-size: 18px; font-weight: 700; color: #0F3D3E; line-height: 1.1; }
.bidtool-comp-eurm2 { font-size: 11px; color: #666; margin-top: 2px; }
.bidtool-comp-badges { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.bidtool-comp-badge { font-size: 10px; padding: 3px 7px; background: #f4f1ea; color: #666; border-radius: 4px; font-weight: 500; }
.bidtool-comp-badge.bidtool-comp-tuin { background: #e8f0e3; color: #2a5e1a; }
.bidtool-comp-badge.bidtool-comp-staat { background: #fef4d6; color: #8a6500; }

/* VRAAGPRIJS-BADGE realtime */
.vraagprijs-badge { display: inline-block; margin-left: 8px; padding: 2px 10px; font-size: 10px; font-weight: 600; border-radius: 10px; letter-spacing: 0.3px; text-transform: none; }
.vraagprijs-badge-groen  { background: #e8f0e3; color: #1b5310; }
.vraagprijs-badge-oranje { background: #fef0d6; color: #8a5500; }
.vraagprijs-badge-rood   { background: #fce6e6; color: #8a1c1c; }
.vraagprijs-badge-blauw  { background: #e3edfc; color: #1a4a8a; }

/* PRIVACY DISCLAIMER */
.bidhero-privacy { max-width: 640px; margin: 18px auto 0; padding: 10px 16px; background: rgba(255,255,255,0.7); border: 1px solid #eee; border-radius: 10px; font-size: 11px; color: #777; text-align: center; line-height: 1.5; }

/* ─────────────────────────────────────────────────────────────────────────
   OUTLOOK — Wat zeggen de grote vier
   ───────────────────────────────────────────────────────────────────────── */
.outlook-synthese { max-width: 880px; margin: 0 auto 40px; padding: 0 24px; }
.outlook-synthese-inner { background: linear-gradient(135deg, #0F3D3E 0%, #1a5e60 100%); color: #fff; padding: 34px 38px; border-radius: 20px; box-shadow: 0 6px 24px rgba(15,61,62,0.18); }
.outlook-synthese-eyebrow { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.7); font-weight: 600; margin-bottom: 10px; }
.outlook-synthese-kop { font-size: 26px; font-weight: 700; line-height: 1.2; margin: 0 0 14px; letter-spacing: -0.4px; }
.outlook-synthese-tekst { font-size: 15px; line-height: 1.6; margin: 0; color: rgba(255,255,255,0.92); }

.outlook-grid-wrap { max-width: 1120px; margin: 0 auto 50px; padding: 0 24px; }
.outlook-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }

.outlook-card { background: #fff; border: 1px solid #eee; border-radius: 16px; padding: 26px 28px; display: flex; flex-direction: column; gap: 12px; position: relative; overflow: hidden; transition: transform 0.15s, box-shadow 0.2s; border-top: 5px solid var(--accent, #0F3D3E); }
.outlook-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); }

.outlook-card-header { display: flex; align-items: center; gap: 14px; }
.outlook-logo { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 13px; letter-spacing: 0.5px; flex-shrink: 0; }
.outlook-card-meta { flex: 1; }
.outlook-card-naam { font-size: 16px; font-weight: 700; color: #1a1a1a; line-height: 1.1; }
.outlook-card-datum { font-size: 11px; color: #888; margin-top: 3px; }
.outlook-sentiment { font-size: 28px; line-height: 1; }
.outlook-sentiment-pijl { font-weight: 700; }

.outlook-card-rapport { font-size: 13px; color: #555; line-height: 1.4; font-weight: 600; }
.outlook-card-tagline { font-size: 14px; color: #1a1a1a; font-style: italic; line-height: 1.4; padding-left: 12px; border-left: 3px solid var(--accent, #0F3D3E); margin: 4px 0; }

.outlook-kerngetal-wrap { display: flex; align-items: baseline; gap: 12px; padding: 14px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin: 4px 0; }
.outlook-kerngetal { font-size: 38px; font-weight: 700; line-height: 1; letter-spacing: -1px; }
.outlook-kerngetal-label { font-size: 12px; color: #777; line-height: 1.3; flex: 1; }

.outlook-kernpunten { list-style: none; padding: 0; margin: 0; }
.outlook-kernpunten li { font-size: 13px; color: #444; line-height: 1.55; padding: 4px 0 4px 18px; position: relative; }
.outlook-kernpunten li::before { content: "•"; position: absolute; left: 0; color: var(--accent, #0F3D3E); font-weight: 700; }

.outlook-link { font-size: 12px; font-weight: 600; text-decoration: none; margin-top: 6px; align-self: flex-start; transition: opacity 0.15s; }
.outlook-link:hover { opacity: 0.75; }

.outlook-disclaimer { max-width: 720px; margin: 0 auto 60px; padding: 0 24px; }
.outlook-disclaimer p { font-size: 12px; color: #888; font-style: italic; text-align: center; line-height: 1.55; margin: 0; }

.outlook-loading { padding: 40px; text-align: center; color: #888; font-size: 14px; grid-column: 1 / -1; background: #fafaf7; border-radius: 12px; }

@media (max-width: 800px) {
  .outlook-grid { grid-template-columns: 1fr; }
  .outlook-synthese-kop { font-size: 22px; }
  .outlook-card { padding: 22px 22px; }
  .outlook-kerngetal { font-size: 32px; }
}

/* ─────────────────────────────────────────────────────────────────────────
   PRIJSVERLAGINGEN — wijk-cluster filter-tabs
   ───────────────────────────────────────────────────────────────────────── */
.verlagingen-filters { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0 20px; }
.verlagingen-filter { padding: 7px 14px; border: 1px solid #ddd; border-radius: 999px; background: #fff; font-size: 12px; font-weight: 500; color: #555; cursor: pointer; transition: all 0.15s; font-family: inherit; }
.verlagingen-filter:hover { border-color: #0F3D3E; color: #0F3D3E; }
.verlagingen-filter.active { background: #0F3D3E; color: #fff; border-color: #0F3D3E; }
.verlagingen-cluster { background: #f4f1ea; color: #0F3D3E; font-size: 10px; font-weight: 600; padding: 2px 7px; border-radius: 4px; letter-spacing: 0.3px; margin-left: 4px; }
.verlagingen-leeg { padding: 30px 20px; text-align: center; color: #888; font-size: 13px; background: #fafaf7; border-radius: 10px; }

@media (max-width: 600px) {
  .verlagingen-filters { gap: 6px; }
  .verlagingen-filter { font-size: 11px; padding: 6px 11px; }
}

/* ─────────────────────────────────────────────────────────────────────────
   NIEUWS-PAGINA — featured + grid + topic-filters
   ───────────────────────────────────────────────────────────────────────── */
.nieuws-filters { max-width: 1080px; margin: 0 auto 24px; padding: 0 48px; display: flex; gap: 8px; flex-wrap: wrap; }
.nieuws-filter { padding: 8px 16px; border: 1px solid #ddd; border-radius: 999px; background: #fff; font-size: 13px; font-weight: 500; color: #555; cursor: pointer; transition: all 0.15s; font-family: inherit; }
.nieuws-filter:hover { border-color: #0F3D3E; color: #0F3D3E; }
.nieuws-filter.active { background: #0F3D3E; color: #fff; border-color: #0F3D3E; }

/* FEATURED */
.nieuws-featured { display: block; max-width: 1080px; margin: 0 auto 24px; padding: 32px 36px; background: linear-gradient(135deg, #fafaf7 0%, #f0ece1 100%); border-radius: 18px; text-decoration: none; color: inherit; border: 1px solid #e8e3d4; transition: transform 0.15s, box-shadow 0.2s; }
.nieuws-featured:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.nieuws-featured-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; flex-wrap: wrap; }
.nieuws-featured-flag { background: #16a34a; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; }
.nieuws-featured-bron { font-size: 12px; color: #666; font-weight: 600; }
.nieuws-featured-datum { font-size: 12px; color: #999; }
.nieuws-featured-titel { font-size: 26px; font-weight: 700; color: #0F3D3E; margin: 0 0 12px; line-height: 1.25; letter-spacing: -0.4px; }
.nieuws-featured-besch { font-size: 15px; color: #555; line-height: 1.55; margin: 0 0 18px; }
.nieuws-featured-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.nieuws-featured-link { font-size: 13px; color: #0F3D3E; font-weight: 600; }

/* GRID */
.nieuws-grid-wrap { max-width: 1080px; margin: 0 auto 60px; padding: 0 48px; }
.nieuws-grid-v2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.nieuws-kaart { display: flex; flex-direction: column; background: #fff; border: 1px solid #eee; border-radius: 14px; padding: 20px 22px; text-decoration: none; color: inherit; transition: transform 0.15s, box-shadow 0.15s; min-height: 200px; }
.nieuws-kaart:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.07); }
.nieuws-kaart-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 11px; }
.nieuws-kaart-bron { color: #0F3D3E; font-weight: 700; letter-spacing: 0.3px; }
.nieuws-kaart-datum { color: #999; }
.nieuws-kaart-titel { font-size: 15px; font-weight: 600; color: #1a1a1a; margin: 0 0 8px; line-height: 1.35; }
.nieuws-kaart-besch { font-size: 12px; color: #666; line-height: 1.5; margin: 0 0 14px; flex-grow: 1; }

/* TOPIC-BADGES */
.nieuws-topics { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; }
.nieuws-topic { font-size: 10px; padding: 3px 8px; border-radius: 4px; font-weight: 600; letter-spacing: 0.2px; }
.nieuws-topic-blauw   { background: #e3edfc; color: #1a4a8a; }
.nieuws-topic-oranje  { background: #fef0d6; color: #8a5500; }
.nieuws-topic-paars   { background: #ede1f5; color: #5a2a8a; }
.nieuws-topic-grijs   { background: #efedea; color: #666; }
.nieuws-topic-groen   { background: #e8f0e3; color: #2a5e1a; }
.nieuws-topic-rood    { background: #fce6e6; color: #8a1c1c; }
.nieuws-topic-geel    { background: #fef9c3; color: #8a6500; }
.nieuws-topic-petrol  { background: #d6eef0; color: #0F3D3E; }

.nieuws-leeg { padding: 40px 20px; text-align: center; color: #888; font-size: 14px; background: #fafaf7; border-radius: 12px; }

@media (max-width: 900px) {
  .nieuws-grid-v2 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .nieuws-filters { padding: 0 24px; }
  .nieuws-featured { padding: 22px 20px; margin: 0 24px 20px; }
  .nieuws-featured-titel { font-size: 20px; }
  .nieuws-grid-wrap { padding: 0 24px; }
  .nieuws-grid-v2 { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────────────────────────────────────
   VERKOPEN-PAGINA
   ───────────────────────────────────────────────────────────────────────── */
.vk-hero { max-width: 760px; margin: 40px auto 30px; padding: 0 24px; text-align: center; }
.vk-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: #16a34a; font-weight: 600; letter-spacing: 0.6px; text-transform: uppercase; margin-bottom: 16px; }
.vk-hero-title { font-size: 40px; font-weight: 400; color: #111; letter-spacing: -1px; margin: 0 0 18px; line-height: 1.15; }
.vk-hero-title strong { font-weight: 700; }
.vk-hero-sub { font-size: 16px; color: #555; line-height: 1.6; max-width: 620px; margin: 0 auto 28px; }
.vk-form { max-width: 640px; margin: 0 auto; text-align: left; }

/* LEAD BLOCK — makelaar-koppeling */
.vk-lead-block { background: linear-gradient(135deg, #f0fdf4 0%, #e0f2e8 100%); border-radius: 18px; padding: 32px 36px; margin: 30px 0; border: 1px solid #c8e6c9; }
.vk-lead-titel { font-size: 22px; font-weight: 700; color: #0F3D3E; margin-bottom: 10px; letter-spacing: -0.3px; }
.vk-lead-uitleg { font-size: 14px; color: #444; line-height: 1.6; margin-bottom: 20px; }
.vk-lead-form { display: block; }
.vk-lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; }
.vk-lead-field { display: flex; flex-direction: column; gap: 4px; }
.vk-lead-field-wide { grid-column: 1 / -1; }
.vk-lead-field span { font-size: 11px; color: #666; font-weight: 600; letter-spacing: 0.3px; }
.vk-lead-field input, .vk-lead-field textarea { padding: 11px 14px; border: 1px solid #d6d2c8; border-radius: 10px; font-size: 14px; font-family: inherit; background: #fff; outline: none; transition: border-color 0.15s, box-shadow 0.15s; }
.vk-lead-field input:focus, .vk-lead-field textarea:focus { border-color: #16a34a; box-shadow: 0 0 0 3px rgba(22,163,74,0.12); }
.vk-lead-field textarea { resize: vertical; font-family: inherit; min-height: 60px; }
.vk-lead-akkoord { display: flex; align-items: flex-start; gap: 10px; padding: 12px 14px; background: rgba(255,255,255,0.6); border-radius: 10px; font-size: 12px; color: #444; line-height: 1.5; }
.vk-lead-akkoord input { margin-top: 3px; flex-shrink: 0; }

/* BEDANKT — na submit */
.vk-lead-thanks { text-align: center; padding: 30px 20px; }
.vk-lead-thanks-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: #16a34a; color: #fff; font-size: 28px; font-weight: 700; margin-bottom: 14px; }
.vk-lead-thanks h3 { font-size: 20px; color: #0F3D3E; margin: 0 0 10px; font-weight: 700; }
.vk-lead-thanks p { font-size: 14px; color: #555; line-height: 1.6; max-width: 480px; margin: 0 auto; }

/* WAAROM ONS — uitleg-cards */
.vk-uitleg { max-width: 1080px; margin: 40px auto 72px; padding: 30px 24px; }
.vk-uitleg-titel { text-align: center; font-size: 26px; color: #0F3D3E; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.5px; }
.vk-uitleg-sub { text-align: center; font-size: 14px; color: #8a8a8a; max-width: 540px; margin: 0 auto 36px; line-height: 1.6; }
.vk-uitleg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.vk-uitleg-kaart { background: #fff; border-radius: 16px; padding: 30px 26px; border: 1px solid #ececec; box-shadow: 0 1px 2px rgba(16,40,40,0.04); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.vk-uitleg-kaart:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(15,61,62,0.10); border-color: #dfe7e4; }
.vk-uitleg-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #0F3D3E, #1f7a72); color: #fff; margin-bottom: 18px; }
.vk-uitleg-icon svg { width: 24px; height: 24px; }
.vk-uitleg-kaart h3 { font-size: 17px; color: #0F3D3E; margin: 0 0 10px; font-weight: 700; letter-spacing: -0.2px; }
.vk-uitleg-kaart p { font-size: 14px; color: #5a6a68; line-height: 1.65; margin: 0; }

@media (max-width: 720px) {
  .vk-hero-title { font-size: 28px; }
  .vk-lead-block { padding: 22px 18px; }
  .vk-lead-grid { grid-template-columns: 1fr; }
  .vk-uitleg-grid { grid-template-columns: 1fr; }
}

/* ADVIES-UITKLAP — secties 2-7 verborgen totdat klik */
.bidtool-advies-detail { margin: 24px 0 0; border-top: 1px solid #eee; padding-top: 20px; }
.bidtool-advies-detail > summary { cursor: pointer; padding: 16px 22px; background: #f4f1ea; border-radius: 12px; font-size: 14px; font-weight: 600; color: #0F3D3E; list-style: none; display: flex; align-items: center; justify-content: space-between; transition: background 0.15s; }
.bidtool-advies-detail > summary:hover { background: #e8e3d4; }
.bidtool-advies-detail > summary::-webkit-details-marker { display: none; }
.bidtool-advies-detail > summary::after { content: "▾"; font-size: 18px; color: #888; transition: transform 0.2s; }
.bidtool-advies-detail[open] > summary::after { transform: rotate(180deg); }
.bidtool-advies-detail-body { padding: 20px 4px 4px; font-size: 15px; line-height: 1.7; color: #333; }
.bidtool-advies-detail-body p { margin: 0 0 14px; }
.bidtool-advies-detail-body p:last-child { margin-bottom: 0; }
.bidtool-advies-detail-body strong { color: #111; font-weight: 600; }
.bidtool-advies-detail-body h2 { font-size: 18px; font-weight: 600; color: #111; letter-spacing: -0.2px; margin: 28px 0 12px; padding-bottom: 8px; border-bottom: 1px solid #f0f0f0; }
.bidtool-advies-detail-body h2:first-child { margin-top: 0; }
.bidtool-advies-detail-body h3 { font-size: 14px; font-weight: 600; color: #111; margin: 18px 0 8px; }
.bidtool-advies-detail-body ul { margin: 0 0 16px; padding-left: 20px; list-style-type: disc; }
.bidtool-advies-detail-body li { margin-bottom: 6px; }
.bidtool-advies-detail-body li:last-child { margin-bottom: 0; }
.bidtool-advies-detail-body hr { border: none; border-top: 1px solid #f0f0f0; margin: 20px 0; }

/* MOBILE */
@media (max-width: 720px) {
  .bidtool-hero { padding: 22px 18px; }
  .bidtool-hero-grid { grid-template-columns: 1fr; gap: 10px; }
  .bidtool-hero-card { padding: 16px 14px; }
  .bidtool-hero-val { font-size: 24px; }
  .bidtool-hero-balk-wrap { display: none; }
  .bidtool-topcomps-grid { grid-template-columns: 1fr; gap: 12px; }
  .bidtool-comp-adres { min-height: 0; }
}

/* ADVIES TABELLEN — voor 7-secties biedadvies output */
.advies-tabel { width: 100%; border-collapse: collapse; margin: 14px 0 20px; font-size: 13px; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.advies-tabel th { background: #0F3D3E; color: #fff; text-align: left; padding: 10px 12px; font-weight: 600; font-size: 12px; letter-spacing: 0.2px; }
.advies-tabel td { padding: 10px 12px; border-top: 1px solid #eee; vertical-align: top; color: #1a1a1a; }
.advies-tabel tbody tr:nth-child(even) { background: #fafaf7; }
.advies-tabel tbody tr:hover { background: #f0f7f0; }
.advies-tabel td:first-child { font-weight: 500; }
@media (max-width: 700px) {
  .advies-tabel { font-size: 11px; }
  .advies-tabel th, .advies-tabel td { padding: 7px 8px; }
}

.bidtool-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-bottom: 20px; }
.bidtool-field { display: flex; flex-direction: column; gap: 4px; }
.bidtool-field-wide { grid-column: 1 / -1; }
.bidtool-label { font-size: 11px; color: #999; font-weight: 500; letter-spacing: 0.3px; }
.bidtool-field input, .bidtool-field select { padding: 12px 14px; border: 1px solid #e0e0e0; border-radius: 10px; font-size: 14px; font-family: inherit; background: #fff; color: #111; outline: none; transition: border-color 0.15s; }
.bidtool-checkbox-row .bidtool-checkboxes { display: flex; flex-wrap: wrap; gap: 16px; padding: 12px 14px; border: 1px solid #e0e0e0; border-radius: 10px; background: #fff; }
.bidtool-checkbox-row .bidtool-checkboxes label { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: #333; cursor: pointer; }
.bidtool-checkbox-row .bidtool-checkboxes input[type="checkbox"] { padding: 0; width: 16px; height: 16px; border-radius: 4px; cursor: pointer; }
.bidtool-field input:focus, .bidtool-field select:focus { border-color: #16a34a; }
.bidtool-submit { width: 100%; padding: 16px; background: #16a34a; color: #fff; border: none; border-radius: 999px; font-size: 15px; font-weight: 600; letter-spacing: 0.3px; cursor: pointer; font-family: inherit; transition: background 0.15s, transform 0.15s; }
.bidtool-submit:hover { background: #15803d; transform: translateY(-1px); }
.bidtool-submit:disabled { background: #aaa; cursor: not-allowed; transform: none; }

/* BIDTOOL OUTPUT */
.bidtool-output-wrap { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.bidtool-output-wrap:empty { display: none; }
.bidtool-loading { padding: 40px 20px; text-align: center; color: #666; font-size: 15px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.bidtool-spinner { width: 18px; height: 18px; border: 2px solid #e0e0e0; border-top-color: #16a34a; border-radius: 50%; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.bidtool-error { padding: 16px 20px; background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; border-radius: 10px; font-size: 14px; margin: 24px 0; }
.bidtool-advies { background: #fff; border: 1px solid #ebebeb; border-radius: 14px; padding: 32px; margin: 32px 0; box-shadow: 0 4px 32px rgba(0,0,0,0.04); }
.bidtool-advies-header { font-size: 13px; color: #15803d; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid #f0f0f0; }
.bidtool-advies-header strong { color: #111; text-transform: none; letter-spacing: -0.2px; font-size: 16px; }
.bidtool-advies-body { font-size: 15px; line-height: 1.7; color: #333; }
.bidtool-advies-body p { margin: 0 0 14px; }
.bidtool-advies-body p:last-child { margin-bottom: 0; }
.bidtool-advies-body strong { color: #111; font-weight: 600; }
.bidtool-advies-body h2 { font-size: 18px; font-weight: 600; color: #111; letter-spacing: -0.2px; margin: 28px 0 12px; padding-bottom: 8px; border-bottom: 1px solid #f0f0f0; }
.bidtool-advies-body h2:first-child { margin-top: 0; }
.bidtool-advies-body h3 { font-size: 14px; font-weight: 600; color: #111; margin: 18px 0 8px; }
.bidtool-advies-body ul { margin: 0 0 16px; padding-left: 20px; list-style-type: disc; }
.bidtool-advies-body li { margin-bottom: 6px; }
.bidtool-advies-body li:last-child { margin-bottom: 0; }
.bidtool-advies-body hr { border: none; border-top: 1px solid #f0f0f0; margin: 20px 0; }
.bidtool-comps { margin-top: 24px; padding-top: 24px; border-top: 1px solid #f0f0f0; }
.bidtool-comps summary { cursor: pointer; font-size: 13px; color: #666; padding: 4px 0; user-select: none; }
.bidtool-comps summary:hover { color: #111; }
.bidtool-comps-tabel { width: 100%; margin-top: 14px; font-size: 13px; border-collapse: collapse; }
.bidtool-comps-tabel th { text-align: left; padding: 10px 8px; border-bottom: 1px solid #ebebeb; font-weight: 500; color: #999; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; }
.bidtool-comps-tabel td { padding: 10px 8px; border-bottom: 1px solid #f5f5f5; color: #333; }
.bidtool-comps-tabel tr:last-child td { border-bottom: none; }
.bidtool-footer { font-size: 11px; color: #aaa; margin-top: 24px; padding-top: 16px; border-top: 1px solid #f0f0f0; }

/* METHODE & BRONNEN UITKLAP — onder advies */
.bidtool-methode { margin-top: 14px; padding-top: 14px; border-top: 1px solid #f0f0f0; }
.bidtool-methode summary { cursor: pointer; font-size: 13px; color: #666; padding: 4px 0; user-select: none; }
.bidtool-methode summary:hover { color: #111; }
.bidtool-methode-body { padding: 14px 4px 6px; font-size: 13px; color: #444; line-height: 1.6; }
.bidtool-methode-body h4 { font-size: 13px; font-weight: 600; color: #111; margin: 18px 0 6px; letter-spacing: 0.1px; }
.bidtool-methode-body p { margin: 6px 0 10px; }
.bidtool-methode-stappen { margin: 4px 0 8px 18px; padding: 0; }
.bidtool-methode-stappen li { margin: 5px 0; }
.bidtool-methode-bronnen { list-style: none; margin: 4px 0 6px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 18px; }
.bidtool-methode-bronnen li { padding: 6px 0; font-size: 12.5px; border-bottom: 1px solid #f4f4f4; }
.bidtool-methode-bronnen li:last-child { border-bottom: none; }
@media (max-width: 720px) {
  .bidtool-methode-bronnen { grid-template-columns: 1fr; }
}

/* DISCLAIMER onder advies — compact, neutraal grijs */
.bidtool-disclaimer { margin-top: 18px; padding: 14px 16px; background: #fafafa; border: 1px solid #ebebeb; border-radius: 8px; font-size: 12px; color: #666; line-height: 1.55; }
.bidtool-disclaimer strong { color: #111; }

/* PRIJSVERLAGINGEN */
.verlagingen-section { background: #fafafa; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }
.verlagingen-inner { max-width: 960px; margin: 0 auto; padding: 48px; }
.verlagingen-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; gap: 16px; flex-wrap: wrap; }
.verlagingen-title { font-size: 22px; font-weight: 300; color: #111; letter-spacing: -0.3px; margin-bottom: 6px; }
.verlagingen-sub { font-size: 13px; color: #aaa; }
.verlagingen-badge { font-size: 11px; color: #15803d; background: #f0fdf4; border: 1px solid #bbf7d0; padding: 6px 12px; border-radius: 20px; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; }
.verlagingen-lijst { background: #fff; border: 1px solid #ebebeb; border-radius: 12px; overflow: hidden; }
.verlagingen-item { display: grid; grid-template-columns: 1fr auto auto auto; gap: 24px; align-items: center; padding: 16px 20px; border-bottom: 1px solid #f0f0f0; transition: background 0.15s; }
.verlagingen-item:last-child { border-bottom: none; }
.verlagingen-item:hover { background: #fafafa; }
.verlagingen-item a.verlagingen-adres { color: #111; font-size: 14px; font-weight: 500; text-decoration: none; }
.verlagingen-item a.verlagingen-adres:hover { color: #16a34a; }
.verlagingen-meta { font-size: 11px; color: #aaa; margin-top: 2px; }
.verlagingen-prijs-oud { font-size: 13px; color: #aaa; text-decoration: line-through; text-align: right; }
.verlagingen-prijs-nieuw { font-size: 14px; color: #111; font-weight: 600; text-align: right; }
.verlagingen-verschil { font-size: 12px; color: #dc2626; font-weight: 600; padding: 4px 10px; background: #fef2f2; border-radius: 6px; min-width: 56px; text-align: center; }
.verlagingen-datum { font-size: 11px; color: #aaa; text-align: right; min-width: 70px; }
.verlagingen-loading, .verlagingen-leeg { padding: 32px; text-align: center; color: #999; font-size: 14px; }
@media (max-width: 700px) {
  .verlagingen-inner { padding: 32px 20px; }
  .verlagingen-item { grid-template-columns: 1fr auto; gap: 8px 14px; padding: 14px 16px; }
  .verlagingen-item .verlagingen-meta { grid-column: 1 / -1; }
  .verlagingen-prijs-oud { grid-column: 1; text-align: left; font-size: 12px; }
  .verlagingen-prijs-nieuw { grid-column: 2; }
  .verlagingen-verschil { grid-column: 1; }
  .verlagingen-datum { grid-column: 2; text-align: right; }
}

/* FOOTER */
footer { border-top: 1px solid #ebebeb; max-width: 960px; margin: 0 auto; padding: 20px 48px; display: flex; justify-content: space-between; align-items: center; }
footer p { font-size: 12px; color: #ccc; }

@media (max-width: 700px) {
  nav { padding: 12px 20px; }
  .bidhero { padding: 56px 20px 40px; }
  .bidhero-title { font-size: 32px; letter-spacing: -0.8px; }
  .bidhero-sub { font-size: 15px; }
  .bidtool-input-wide { padding: 16px 22px; font-size: 15px; }
  .bidtool-grid { grid-template-columns: 1fr; gap: 10px; }
  .bidtool-advies { padding: 20px; margin: 20px 0; }
  .bidtool-output-wrap { padding: 0 16px; }
  .hero { padding: 48px 20px 32px; }
  .hero h1 { font-size: 30px; }
  .ticker-price { font-size: 54px; }
  .wijk-tabs { gap: 4px; }
  .wijk-tab { padding: 6px 12px; font-size: 12px; }
  .stats { grid-template-columns: repeat(2, 1fr); padding: 20px; }
  .chart-section { padding: 0 20px 40px; }
  .wijken-grid { grid-template-columns: repeat(2, 1fr); padding: 24px 20px; }
  .cta-inner { flex-direction: column; gap: 24px; }
  .cta-form { flex-direction: column; width: 100%; }
  .cta-form input { width: 100%; }
  .features { grid-template-columns: 1fr; padding: 32px 20px; }
  footer { padding: 16px 20px; flex-direction: column; gap: 6px; text-align: center; }
  .ranglijst-inner { padding: 32px 20px; }
  .transacties-section { padding: 32px 20px; }
  .hero { grid-template-columns: 1fr; gap: 24px; max-width: 100%; }
  .tx-card { grid-template-columns: 110px 1fr; }
  .tx-foto, .tx-foto-placeholder { width: 110px; height: 100px; }
  .tx-prijzen { gap: 12px; flex-wrap: wrap; }
  .tx-adres { font-size: 14px; }
}

/* Active navlink */
.nav-link-active { border-color: #111 !important; color: #111 !important; }

/* PAGE INTRO (gebruikt op markt + ontwikkelingen) */
.page-intro { max-width: 960px; margin: 0 auto; padding: 72px 48px 32px; }
.page-intro-eyebrow { font-size: 11px; color: #15803d; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 16px; display: inline-flex; align-items: center; gap: 8px; }
.page-intro-title { font-size: 42px; font-weight: 300; color: #111; letter-spacing: -1px; line-height: 1.15; margin-bottom: 12px; }
.page-intro-title strong { font-weight: 700; }
.page-intro-sub { font-size: 16px; color: #666; max-width: 580px; line-height: 1.55; }

/* ONTWIKKELINGEN — grote layout voor rente + nieuws */
.ontw-grid { max-width: 1080px; margin: 0 auto; padding: 0 48px 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.ontw-card { background: #fff; border: 1px solid #ebebeb; border-radius: 14px; padding: 28px; }
.ontw-card-title { font-size: 18px; font-weight: 500; color: #111; margin-bottom: 4px; letter-spacing: -0.2px; }
.ontw-card-sub { font-size: 12px; color: #aaa; margin-bottom: 20px; }
@media (max-width: 800px) {
  .ontw-grid { grid-template-columns: 1fr; padding: 0 20px 48px; gap: 20px; }
  .page-intro { padding: 48px 20px 24px; }
  .page-intro-title { font-size: 32px; }
}
