:root{
  --bg:#f5f1e8;--surface:#fffdf8;--surface-soft:#edf2ec;--surface-warm:#eee5d7;
  --green:#315c4b;--green-dark:#214536;--green-deep:#193b2f;--sage:#7f9987;
  --sage-light:#dce6dc;--sand:#dfd2bf;--border:#d5ddd4;--text:#24312c;--muted:#5e6a64;
  --shadow:0 12px 34px rgba(36,74,60,.09);--shadow-sm:0 5px 18px rgba(36,74,60,.07);
  --radius:20px;--max:1320px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.68;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,svg{max-width:100%;height:auto}a{color:var(--green);text-underline-offset:3px}a:hover{color:var(--green-dark)}button,input,select,textarea{font:inherit}h1,h2,h3,h4{font-family:"Arial Narrow",Arial,Helvetica,sans-serif;color:var(--text);letter-spacing:-.015em;margin-top:0}h1{font-size:clamp(38px,5vw,62px);line-height:1.02;margin-bottom:18px}h2{font-size:clamp(28px,3.2vw,40px);line-height:1.1;margin-bottom:15px}h3{font-size:clamp(22px,2.1vw,29px);line-height:1.16;margin-bottom:10px}p{margin:0 0 17px}ul,ol{margin:0 0 18px;padding-left:24px}li+li{margin-top:7px}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,253,248,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{width:min(var(--max),calc(100% - 28px));min-height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:flex;align-items:center;text-decoration:none;min-width:260px}.brand img{width:330px;max-height:58px;display:block}.menu-toggle{display:none;align-items:center;gap:8px;border:0;border-radius:11px;background:var(--green);color:#fff;padding:10px 13px;font-weight:800;cursor:pointer}.nav-list{display:flex;gap:3px;align-items:center;list-style:none;padding:0;margin:0}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:5px;color:var(--text);text-decoration:none;padding:11px 12px;border-radius:10px;font-weight:800;font-size:16px;white-space:nowrap}.nav-link:hover,.nav-link.active{background:var(--surface-soft);color:var(--green-dark)}.dropdown{display:none;position:absolute;top:calc(100% + 5px);left:0;min-width:265px;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:8px;list-style:none;margin:0}.dropdown a{display:block;padding:9px 11px;text-decoration:none;color:var(--text);border-radius:8px;font-size:15px;font-weight:700}.dropdown a:hover{background:var(--surface-soft);color:var(--green-dark)}.nav-item:hover>.dropdown,.nav-item:focus-within>.dropdown{display:block}
.main{width:100%;padding:26px 0 50px}.wrap{width:min(var(--max),calc(100% - 28px));margin:auto}.reading{max-width:1020px;margin-left:auto;margin-right:auto}.section-gap{margin-top:28px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.badge{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;background:var(--green);color:#fff;font-size:13px;line-height:1;font-weight:900}.badge.soft{background:var(--surface-soft);color:var(--green-dark);border:1px solid var(--sage-light)}.muted{color:var(--muted)}.small{font-size:14px}
.hero{position:relative;overflow:visible;padding:36px;border:1px solid var(--sage);background:linear-gradient(135deg,var(--surface) 0%,#f7f3e9 55%,var(--surface-soft) 100%);border-radius:26px;box-shadow:var(--shadow);margin:0 0 32px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:34px;align-items:center}.hero-copy{max-width:820px}.hero-copy>.badge{margin-bottom:19px}.hero-copy p{font-size:18px;line-height:1.65;color:var(--muted);max-width:790px}.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;justify-content:center;align-items:center;min-height:51px;padding:12px 19px;border-radius:11px;border:1px solid var(--green);background:var(--green);color:#fff!important;text-decoration:none!important;font-weight:900;text-align:center;cursor:pointer;transition:.16s ease}.btn:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-1px)}.btn.secondary{background:var(--surface);color:var(--green-dark)!important;border-color:var(--border)}.btn.secondary:hover{background:var(--surface-soft)}.btn.small-btn{min-height:44px;padding:9px 14px;font-size:15px}.hero-pill{border:1px solid var(--border);background:rgba(255,255,255,.72);padding:9px 12px;border-radius:999px;font-size:14px;color:var(--green-dark);font-weight:800}.hero-side{display:grid;gap:12px}.trust-card{background:rgba(255,255,255,.78);border:1px solid var(--border);border-radius:17px;padding:18px}.trust-score{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.trust-score strong{font-size:19px}.score{font:900 35px/1 "Arial Narrow",Arial;color:var(--green-dark)}.progress{height:8px;background:var(--sage-light);border-radius:999px;overflow:hidden;margin:11px 0 8px}.progress span{display:block;width:96%;height:100%;background:var(--sage);border-radius:999px}.point{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:12px;background:rgba(255,255,255,.76);border:1px solid var(--border);border-radius:14px;padding:12px 14px;font-weight:800}.point-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--sage);color:#fff;font-weight:900}
.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:20px 0 30px}.info-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:25px;box-shadow:var(--shadow-sm)}.info-card.full{grid-column:1/-1}.info-card.highlight{background:var(--surface-soft);border-color:var(--sage-light)}.info-card.warm{background:#f3ebdf;border-color:var(--sand)}.info-card p{color:var(--muted)}.check-list{list-style:none;padding:0;margin:0;display:grid;gap:9px}.check-list li{position:relative;padding-left:29px;margin:0}.check-list li::before{content:"✓";position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--sage);color:#fff;font-size:12px;font-weight:900}.callout{padding:23px 25px;border-radius:18px;background:var(--surface-soft);border:1px solid var(--sage-light);margin:24px 0}
.article-shell{padding:30px;background:rgba(255,253,248,.76);border:1px solid var(--border);border-radius:24px}.article-section{padding:24px 0;border-bottom:1px solid var(--border)}.article-section:first-child{padding-top:0}.article-section:last-child{border-bottom:0;padding-bottom:0}.article-section p{color:var(--muted)}.article-section a{font-weight:800}.article-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.compare{margin:32px 0;scroll-margin-top:100px}.compare-head{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:20px;align-items:stretch}.compare-intro,.best-card{padding:25px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.compare-intro h2{font-size:32px}.best-card{position:relative;border:2px solid var(--sage);display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:14px;align-items:center}.corner-badge{position:absolute;top:-15px;right:16px;padding:7px 11px;border-radius:8px;background:var(--green);color:#fff;font-size:12px;font-weight:900}.price-box,.insured-box{background:var(--surface-soft);border:1px solid var(--sage-light);border-radius:14px;padding:13px;text-align:center}.price-label{font-size:12px;text-transform:uppercase;letter-spacing:.04em;font-weight:900;color:var(--muted)}.price-big{display:block;font:900 37px/1.05 "Arial Narrow",Arial;color:var(--green-dark);margin-top:3px}.best-copy{text-align:center}.best-copy strong{display:block;font:900 28px/1.06 "Arial Narrow",Arial}.best-copy span{font-size:14px;color:var(--muted)}.compare-title{margin:30px 0 16px}.product-list{display:grid;gap:25px}.product-card{position:relative;display:grid;grid-template-columns:175px 1fr 220px;gap:21px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:23px;box-shadow:var(--shadow-sm)}.product-card.best{border:2px solid var(--sage)}.brand-box{min-height:67px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border);border-radius:12px;padding:10px;font:900 25px/1 "Arial Narrow",Arial;color:var(--green-dark);text-decoration:none}.brand-box.asr{font-size:31px}.product-left{display:grid;gap:12px}.product-middle h3{font-size:27px;margin:0 0 10px}.product-middle ul{margin-bottom:14px}.age-buttons{display:flex;flex-wrap:wrap;gap:7px}.age-btn{border:1px solid var(--border);background:#fff;color:var(--text);padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900;cursor:pointer}.age-btn.active,.age-btn:hover{background:var(--green);color:#fff;border-color:var(--green)}.product-right{display:grid;gap:10px}.product-right .price-big{font-size:32px}.product-links{display:grid;gap:8px}.text-link{color:var(--green-dark);font-weight:800;text-align:center;font-size:14px}.compare-note{font-size:13px;color:var(--muted);margin-top:13px}
.premium-panel{margin:28px 0;padding:27px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.premium-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.premium-tab{border:1px solid var(--border);background:#fff;border-radius:999px;padding:9px 13px;font-weight:900;cursor:pointer}.premium-tab.active{background:var(--green);border-color:var(--green);color:#fff}.premium-status{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:13px 15px;background:var(--surface-soft);border-radius:13px;margin:12px 0 18px}.premium-grid{display:grid;grid-template-columns:repeat(4,minmax(145px,1fr));gap:11px;overflow-x:auto;padding-bottom:5px}.premium-age{min-width:145px;background:#fff;border:1px solid var(--border);border-radius:13px;padding:16px;text-align:center}.premium-age strong{display:block;font:900 29px/1 "Arial Narrow",Arial;color:var(--green-dark);margin-bottom:6px}
.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:22px 0}.review-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:21px;box-shadow:var(--shadow-sm)}.stars{letter-spacing:1px;color:var(--green);font-weight:900}.review-prices{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:14px 0}.review-price{background:var(--surface-soft);border-radius:12px;padding:12px;text-align:center}.review-price strong{display:block;font:900 29px/1 "Arial Narrow",Arial;color:var(--green-dark)}
.faq{display:grid;gap:10px;margin:22px 0}.faq details{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:0 17px}.faq summary{cursor:pointer;padding:16px 2px;font-weight:900;color:var(--text)}.faq details p{padding:0 2px 16px;color:var(--muted);margin:0}.steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:20px 0}.step{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:17px}.step-nr{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--green);color:#fff;font-weight:900;margin-bottom:12px}.knowledge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:17px 0 30px}.knowledge-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:17px;padding:20px;box-shadow:var(--shadow-sm)}.knowledge-card p{color:var(--muted);flex:1}.knowledge-card a{font-weight:900}.knowledge-label{width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;background:var(--surface-soft);color:var(--green-dark);font-size:12px;font-weight:900;margin-bottom:10px}
.calc{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start}.calc-form{display:grid;gap:18px}.calc-step{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:21px;box-shadow:var(--shadow-sm)}.calc-step-head{display:flex;align-items:flex-start;gap:13px;margin-bottom:13px}.calc-nr{flex:0 0 37px;width:37px;height:37px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--green);color:#fff;font-weight:900}.option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.option-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.calc-option{position:relative;display:block;border:1px solid var(--border);border-radius:13px;padding:12px;cursor:pointer;background:#fff}.calc-option input{position:absolute;opacity:0;pointer-events:none}.calc-option:has(input:checked){border:2px solid var(--sage);background:var(--surface-soft)}.calc-option strong{display:block;margin-bottom:3px}.calc-option small{display:block;color:var(--muted);line-height:1.35}.calc-option .amount{display:block;margin-top:7px;color:var(--green-dark);font-weight:900}.calc-summary{position:sticky;top:104px;background:var(--green-deep);color:#fff;border-radius:20px;padding:23px;box-shadow:var(--shadow)}.calc-summary h2{color:#fff}.total{font:900 48px/1 "Arial Narrow",Arial;margin:8px 0 16px}.meter{height:9px;background:rgba(255,255,255,.18);border-radius:99px;overflow:hidden;margin:12px 0}.meter span{display:block;height:100%;width:55%;background:#a9c2af;border-radius:99px}.choices{font-size:13px;line-height:1.5;color:#e4ece7}.calc-actions{display:grid;gap:8px;margin-top:16px}.calc-summary .btn{background:#fff;color:var(--green-dark)!important;border-color:#fff}.calc-summary .btn.secondary{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.4)}
.contact-form{display:grid;gap:14px;max-width:760px;margin:auto}.field{display:grid;gap:6px}.field label{font-weight:900}.field input,.field textarea{width:100%;border:1px solid var(--border);border-radius:11px;background:#fff;padding:12px 13px;color:var(--text)}.field textarea{min-height:150px;resize:vertical}.form-message{display:none;padding:12px 14px;border-radius:11px;background:var(--surface-soft);border:1px solid var(--sage-light)}.sitemap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.sitemap-card{padding:22px}.sitemap-card ul{margin:0}
.site-footer{background:var(--green-deep);color:#dfe8e2;margin-top:45px}.footer-inner{width:min(var(--max),calc(100% - 28px));margin:auto;padding:43px 0 25px}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px}.footer-title{color:#fff;font-size:20px;margin-bottom:11px}.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:7px}.footer-links li{margin:0}.footer-links a{color:#e1e9e4;text-decoration:none;font-size:15px}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:30px;padding-top:19px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:#c8d7ce}
@media(max-width:1100px){.nav-link{padding:10px 8px;font-size:14px}.brand{min-width:220px}.brand img{width:270px}.hero-grid{grid-template-columns:1fr}.hero-side{grid-template-columns:repeat(3,1fr)}.hero-side .trust-card{grid-column:1/-1}.compare-head{grid-template-columns:1fr}.product-card{grid-template-columns:160px 1fr}.product-right{grid-column:1/-1;grid-template-columns:1fr 1fr}.steps{grid-template-columns:repeat(3,1fr)}.knowledge-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.menu-toggle{display:flex}.header-inner{min-height:70px;position:relative}.brand img{width:245px}.site-nav{display:none;position:absolute;top:100%;left:-7px;right:-7px;background:var(--surface);border:1px solid var(--border);border-radius:0 0 15px 15px;box-shadow:var(--shadow);padding:10px;max-height:calc(100vh - 72px);overflow:auto}.site-nav.open{display:block}.nav-list{display:block}.nav-link{padding:11px;font-size:16px}.dropdown{display:block;position:static;box-shadow:none;border:0;background:transparent;padding:0 0 0 14px}.dropdown a{padding:8px 10px}.content-grid,.article-columns{grid-template-columns:1fr}.info-card.full{grid-column:auto}.review-grid{grid-template-columns:1fr}.calc{grid-template-columns:1fr}.calc-summary{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}.sitemap-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){body{font-size:16px}.main{padding:12px 0 32px}.wrap{width:100%;padding-left:4px;padding-right:4px}.header-inner{width:calc(100% - 14px)}.footer-inner{width:calc(100% - 18px)}.brand{min-width:0}.brand img{width:215px}.hero{padding:24px 15px 18px;border-radius:17px;margin-bottom:22px}.hero-grid{gap:18px}.hero-copy p{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-pill{text-align:center}.hero-side{grid-template-columns:1fr;gap:8px}.hero-side .trust-card{grid-column:auto}.trust-card,.point{padding:12px}.article-shell{padding:19px 14px;border-radius:16px}.article-section{padding:20px 0}.info-card,.premium-panel,.compare-intro,.best-card,.product-card,.review-card,.calc-step,.knowledge-card{border-radius:15px}.info-card{padding:19px 15px}.content-grid{gap:12px}.compare{margin:22px 0}.compare-head{gap:22px}.compare-intro{padding:19px 15px}.best-card{grid-template-columns:1fr;padding:22px 14px 15px}.corner-badge{right:10px}.product-list{gap:24px}.product-card{grid-template-columns:1fr;padding:22px 14px 15px}.product-right{grid-column:auto;display:grid;grid-template-columns:1fr}.brand-box{justify-content:flex-start;padding-left:14px}.product-middle h3{font-size:25px}.age-buttons{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px;margin-right:-6px}.age-btn{white-space:nowrap;flex:0 0 auto}.product-links .btn{width:100%}.premium-panel{padding:20px 13px}.premium-status{display:block}.premium-status .btn{width:100%;margin-top:9px}.premium-grid{grid-template-columns:repeat(4,145px)}.steps{grid-template-columns:1fr;gap:9px}.knowledge-grid{grid-template-columns:1fr;gap:11px}.option-grid,.option-grid.two{grid-template-columns:1fr}.calc-step{padding:18px 13px}.sitemap-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}}
@media(max-width:390px){.brand img{width:195px}h1{font-size:34px}h2{font-size:28px}.hero{padding-left:12px;padding-right:12px}.info-card,.product-card,.article-shell{padding-left:12px;padding-right:12px}}
@media print{.site-header,.site-footer,.menu-toggle,.calc-actions{display:none!important}.calc{display:block}.calc-summary{position:static;margin-top:20px;color:#000;background:#fff;border:1px solid #ccc}.calc-summary h2{color:#000}}


/* =========================================================
   VISUELE AANSCHERPING 07-09-2026
   Strakkere uitstraling + opvallender vergelijk/afsluitblok
   ========================================================= */

/* Algemeen strakker */
:root{
  --radius:14px;
  --radius-sm:9px;
  --shadow:0 10px 26px rgba(25,59,47,.08);
  --shadow-small:0 3px 12px rgba(25,59,47,.06);
}

body{
  line-height:1.62;
}

h1,h2,h3,h4{
  letter-spacing:-.025em;
}

h1{
  font-size:clamp(40px,4.7vw,60px);
  line-height:1.01;
}

h2{
  font-size:clamp(28px,3vw,38px);
}

p{
  margin-bottom:15px;
}

/* Header scherper en rustiger */
.site-header{
  background:rgba(255,253,248,.985);
  box-shadow:0 2px 9px rgba(25,59,47,.05);
}

.header-inner{
  min-height:76px;
}

.nav-link{
  border-radius:7px;
  font-size:15px;
  padding:10px 11px;
}

.dropdown{
  border-radius:10px;
  box-shadow:0 10px 26px rgba(25,59,47,.10);
}

/* Hero minder wollig */
.hero{
  border-radius:16px;
  border:1px solid #ccd6ce;
  background:linear-gradient(180deg,#fffdf8 0%,#f3f0e8 100%);
  box-shadow:0 8px 22px rgba(25,59,47,.07);
  padding:34px;
}

.hero-grid{
  gap:30px;
}

.hero-copy p{
  font-size:17px;
}

.trust-card,
.point{
  border-radius:10px;
  box-shadow:none;
}

.trust-card{
  border:1px solid #cbd6cd;
}

.point{
  background:#fff;
}

.point-icon{
  border-radius:8px;
}

/* Kaarten compacter, scherper */
.card,
.info-card,
.article-shell,
.review-card,
.knowledge-card,
.premium-panel,
.calc-step{
  border-radius:12px;
  box-shadow:var(--shadow-small);
}

.info-card{
  padding:22px;
}

.info-card.highlight{
  background:#f0f4ef;
}

.info-card.warm{
  background:#f1e8dc;
}

.article-shell{
  background:#fffdf9;
  padding:28px;
}

/* Buttons zakelijker */
.btn{
  border-radius:8px;
  min-height:49px;
  padding:11px 18px;
  font-weight:900;
  box-shadow:none;
}

.btn:hover{
  transform:none;
}

.badge{
  border-radius:7px;
  padding:7px 11px;
}

/* =========================================================
   VERGELIJK / AFSLUITBLOK VEEL OPVALLENDER
   ========================================================= */

.compare{
  position:relative;
  margin:36px 0 38px;
  padding:28px;
  border-radius:16px;
  background:var(--green-deep);
  border:1px solid #163328;
  box-shadow:0 16px 34px rgba(25,59,47,.18);
}

.compare > .compare-title:first-child{
  margin-top:0;
}

.compare .compare-title{
  color:#fff;
  margin-bottom:18px;
}

.compare .compare-title::after{
  content:"";
  display:block;
  width:54px;
  height:3px;
  background:#a7bcab;
  margin-top:10px;
  border-radius:99px;
}

.compare-head{
  gap:14px;
}

.compare-intro,
.best-card{
  border-radius:11px;
  box-shadow:none;
}

.compare-intro{
  border:0;
  background:#f7f3eb;
}

.compare-intro h2{
  color:var(--green-deep);
}

.compare-intro .btn{
  width:100%;
  background:var(--green);
  border-color:var(--green);
}

.best-card{
  border:0;
  background:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.10);
}

.corner-badge{
  top:-13px;
  right:13px;
  border-radius:6px;
  background:#a7bcab;
  color:#17352a;
  letter-spacing:.01em;
}

.price-box,
.insured-box{
  border-radius:9px;
  background:#eef3ee;
  border-color:#d4dfd5;
}

.price-big{
  color:var(--green-deep);
}

.product-list{
  gap:16px;
}

.product-card{
  border-radius:11px;
  border:1px solid #d3ddd5;
  box-shadow:none;
  padding:20px;
  background:#fff;
}

.product-card:hover{
  border-color:#9aae9f;
}

.product-card.best{
  border:2px solid #91a795;
}

.brand-box{
  border-radius:8px;
  background:#fafaf8;
}

.age-btn{
  border-radius:6px;
  padding:7px 9px;
}

.product-right .btn{
  width:100%;
  min-height:52px;
  background:var(--green);
  border-color:var(--green);
  font-size:15px;
}

.product-right .btn:hover{
  background:var(--green-dark);
  border-color:var(--green-dark);
}

.product-links{
  gap:7px;
}

.text-link{
  text-decoration:none;
  color:#56685d;
}

.text-link:hover{
  color:var(--green-deep);
  text-decoration:underline;
}

/* Sterker onderscheid bij aanbieders */
.product-card .product-right{
  border-left:1px solid #e0e6e1;
  padding-left:18px;
}

.product-card.best .product-right{
  border-left-color:#c7d4ca;
}

/* Premium selector sluit aan op vergelijkblok */
.premium-panel{
  border:1px solid #cfd8d0;
}

.premium-tab{
  border-radius:7px;
}

/* Footer strakker */
.site-footer{
  background:#17352a;
}

.footer-title{
  font-size:18px;
}

.footer-links a{
  font-size:14px;
}

/* Mobiel: afsluitblok prominent én breed */
@media(max-width:680px){
  .hero{
    border-radius:12px;
    padding:20px 13px 16px;
  }

  .compare{
    margin:24px -1px 28px;
    padding:18px 10px 14px;
    border-radius:12px;
  }

  .compare .compare-title{
    font-size:27px;
    padding-left:2px;
    padding-right:2px;
  }

  .compare-head{
    gap:16px;
  }

  .compare-intro,
  .best-card,
  .product-card{
    border-radius:9px;
  }

  .product-card{
    padding:18px 12px 13px;
  }

  .product-card .product-right{
    border-left:0;
    border-top:1px solid #e0e6e1;
    padding-left:0;
    padding-top:14px;
  }

  .product-right .btn{
    min-height:54px;
    font-size:16px;
  }

  .article-shell{
    padding:18px 12px;
    border-radius:12px;
  }

  .info-card{
    padding:17px 13px;
    border-radius:10px;
  }

  .card,
  .review-card,
  .knowledge-card,
  .premium-panel,
  .calc-step{
    border-radius:10px;
  }
}


/* =========================================================
   KLEUR + MOBIEL UPDATE 07-09-2026
   Donkergroen -> zachter blauwgroen / grijsgroen
   Mobiel iets smaller
   ========================================================= */

:root{
  --green:#5f7f73;
  --green-dark:#4d6b61;
  --green-deep:#4f6d68;
}

/* Hoofd-vergelijkblok: zachter dan het eerdere donkergroen */
.compare{
  background:#4f6d68;
  border-color:#435e59;
  box-shadow:0 14px 30px rgba(79,109,104,.18);
}

/* Koppen en accenten binnen vergelijkblok */
.compare .compare-title::after{
  background:#c5d2cb;
}

.compare-intro .btn,
.product-right .btn,
.btn{
  background:#5f7f73;
  border-color:#5f7f73;
}

.compare-intro .btn:hover,
.product-right .btn:hover,
.btn:hover{
  background:#4d6b61;
  border-color:#4d6b61;
}

/* Footer in dezelfde nieuwe tint */
.site-footer{
  background:#455f5a;
}

/* Donkere calculatorblokken en overige zware accenten zachter */
.calc-summary{
  background:#4f6d68;
}

.brand-box,
.price-box,
.insured-box{
  border-color:#d5ded8;
}

/* Mobiel: iets meer ruimte links en rechts */
@media(max-width:680px){
  .wrap{
    width:100%;
    padding-left:10px;
    padding-right:10px;
  }

  .header-inner{
    width:calc(100% - 20px);
  }

  .footer-inner{
    width:calc(100% - 22px);
  }

  .compare{
    margin-left:0;
    margin-right:0;
    padding-left:12px;
    padding-right:12px;
  }

  .hero{
    padding-left:15px;
    padding-right:15px;
  }

  .article-shell,
  .info-card,
  .product-card{
    padding-left:14px;
    padding-right:14px;
  }
}


/* =========================================================
   BEIGE REFINEMENT 07-09-2026
   Groen vervangen door #f6e9d8 + mobiel netter
   ========================================================= */

:root{
  --beige-accent:#f6e9d8;
  --beige-border:#dcc7ac;
  --beige-soft:#fbf5ee;
  --accent-dark:#24312c;
  --cta-dark:#24312c;
  --cta-dark-hover:#1b2521;
}

/* Algemene accenten lichter */
.badge,
.menu-toggle,
.age-btn.active,
.age-btn:hover,
.compare-intro .btn.secondary,
.hero-pill,
.premium-tab.active{
  background:var(--beige-accent);
  border-color:var(--beige-border);
  color:var(--accent-dark) !important;
}

.menu-toggle{
  border:1px solid var(--beige-border);
}

.point-icon,
.check-list li::before,
.calc-nr{
  background:var(--beige-accent);
  color:var(--accent-dark);
}

/* Primaire CTA's donker houden voor contrast */
.btn,
.compare-intro .btn,
.product-right .btn,
.premium-status .btn,
.calc-actions .btn{
  background:var(--cta-dark);
  border-color:var(--cta-dark);
  color:#fff !important;
}

.btn:hover,
.compare-intro .btn:hover,
.product-right .btn:hover,
.premium-status .btn:hover,
.calc-actions .btn:hover{
  background:var(--cta-dark-hover);
  border-color:var(--cta-dark-hover);
}

/* Vergelijkblok veel rustiger */
.compare{
  background:var(--beige-accent);
  border:1px solid var(--beige-border);
  box-shadow:0 10px 24px rgba(36,49,44,.07);
}

.compare .compare-title{
  color:var(--accent-dark);
}

.compare .compare-title::after{
  background:#c8af92;
}

.compare-intro,
.best-card,
.product-card,
.premium-panel,
.calc-step,
.article-shell,
.info-card,
.knowledge-card,
.review-card,
.card{
  box-shadow:0 3px 12px rgba(36,49,44,.05);
}

.compare-intro{
  background:var(--beige-soft);
  border:1px solid var(--beige-border);
}

.compare-intro h2,
.price-big,
.text-link:hover,
.brand-box,
.score{
  color:var(--accent-dark);
}

.best-card,
.product-card{
  background:#fffdf9;
  border-color:#dfd4c6;
}

.product-card.best,
.best-card{
  border-width:1px;
}

.brand-box,
.price-box,
.insured-box,
.calc-option:has(input:checked),
.calc-summary,
.point,
.trust-card{
  background:var(--beige-soft);
  border-color:#dfd2c1;
}

.corner-badge{
  background:#ead7bf;
  color:var(--accent-dark);
}

.compare-note,
.best-copy span,
.article-section p,
.info-card p,
.hero-copy p,
.muted,
.small{
  color:#56635d;
}

.site-footer{
  background:#2f3b36;
}

/* Calculator ook lichter */
.calc-summary{
  color:var(--accent-dark);
}

.calc-summary h2,
.calc-summary .total,
.calc-summary .choices{
  color:var(--accent-dark);
}

.calc-summary .meter{
  background:#e2d4c4;
}

.calc-summary .meter span{
  background:#bea382;
}

.calc-summary .btn.secondary{
  background:transparent;
  color:var(--accent-dark) !important;
  border-color:#cdb89d;
}

/* Mobiel rustiger en netter */
@media(max-width:680px){
  .wrap{
    padding-left:12px;
    padding-right:12px;
  }

  .header-inner{
    width:calc(100% - 24px);
  }

  .footer-inner{
    width:calc(100% - 24px);
  }

  .compare{
    padding:16px 12px 14px;
    margin:20px 0 24px;
  }

  .compare .compare-title{
    font-size:24px;
    line-height:1.08;
    margin:18px 0 12px;
  }

  .best-card,
  .product-card,
  .compare-intro{
    padding:16px 12px;
  }

  .corner-badge{
    position:static;
    display:inline-flex;
    width:auto;
    margin:0 0 10px auto;
  }

  .product-middle h3{
    font-size:22px;
    line-height:1.12;
  }

  .brand-box{
    justify-content:center;
    padding-left:10px;
  }

  .age-buttons{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    overflow:visible;
    margin-right:0;
    padding-bottom:0;
  }

  .age-btn{
    white-space:normal;
    text-align:center;
    padding:10px 8px;
    border-radius:10px;
  }

  .product-card .product-right{
    border-top:1px solid #e4d8ca;
  }
}


/* =========================================================
   NAV FIX 08-09-2026
   Vergelijken gelijk trekken met menu-items met dropdown
   ========================================================= */
.nav-list > .nav-item:first-child > .nav-link::after{
  content:"⌄";
  visibility:hidden;
  display:inline-block;
  margin-left:5px;
}


/* =========================================================
   AFSLUITBLOK + BUTTONS REFRESH 08-09-2026
   Frissere kleur voor afsluitblok en nieuwe buttonkleur
   ========================================================= */
:root{
  --compare-bg-fresh:#dfeee8;
  --compare-bg-fresh-2:#edf6f2;
  --compare-border-fresh:#bad2c8;
  --button-fresh:#cf7a62;
  --button-fresh-hover:#b96851;
  --button-soft:#f2ddd4;
  --button-soft-border:#dfb7a9;
}

.compare{
  background:linear-gradient(180deg,var(--compare-bg-fresh-2) 0%, var(--compare-bg-fresh) 100%);
  border:1px solid var(--compare-border-fresh);
  box-shadow:0 10px 24px rgba(63,105,92,.08);
}

.compare .compare-title::after{
  background:#d39a86;
}

.compare-intro,
.best-card,
.product-card{
  background:#fffdfa;
  border-color:#d8e3dd;
}

.brand-box,
.price-box,
.insured-box,
.trust-card,
.point{
  background:#ffffff;
  border-color:#d7e2dc;
}

.corner-badge{
  background:#efd6ca;
  color:#2f3a35;
}

.btn,
.compare-intro .btn,
.product-right .btn,
.premium-status .btn,
.calc-actions .btn,
.menu-toggle{
  background:var(--button-fresh);
  border-color:var(--button-fresh);
  color:#fff !important;
}

.btn:hover,
.compare-intro .btn:hover,
.product-right .btn:hover,
.premium-status .btn:hover,
.calc-actions .btn:hover,
.menu-toggle:hover{
  background:var(--button-fresh-hover);
  border-color:var(--button-fresh-hover);
}

.age-btn.active,
.age-btn:hover,
.premium-tab.active,
.calc-option:has(input:checked){
  background:var(--button-soft);
  border-color:var(--button-soft-border);
  color:var(--text) !important;
}

.btn.secondary{
  background:#fff;
  color:var(--button-fresh) !important;
  border-color:#e1b3a4;
}

.btn.secondary:hover{
  background:#fff6f2;
  color:var(--button-fresh-hover) !important;
  border-color:#d79e8c;
}


/* =========================================================
   PREMIUM FINISH 08-09-2026
   Chiquere buttons, luxer afsluitblok, meer diepte
   ========================================================= */
:root{
  --premium-coral:#c96f58;
  --premium-coral-hover:#af5b47;
  --premium-sage:#dfece7;
  --premium-sage-2:#edf5f1;
  --premium-line:#c8d9d1;
  --premium-ink:#26342e;
  --premium-shadow:0 12px 30px rgba(39,61,52,.08);
  --premium-shadow-soft:0 6px 16px rgba(39,61,52,.055);
}

/* Algemene diepte zonder drukte */
.hero,
.info-card,
.article-shell,
.premium-panel,
.review-card,
.knowledge-card,
.calc-step,
.card{
  border-color:#d8ded9;
  box-shadow:var(--premium-shadow-soft);
}

.hero{
  background:linear-gradient(145deg,#fffdf9 0%,#f7f2e9 68%,#edf4ef 100%);
}

.info-card:hover,
.knowledge-card:hover,
.review-card:hover{
  border-color:#cbd6cf;
  box-shadow:0 8px 20px rgba(39,61,52,.07);
}

/* Luxer afsluitblok */
.compare{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#edf5f1 0%,#dcebe5 62%,#f7eee5 100%);
  border:1px solid var(--premium-line);
  box-shadow:var(--premium-shadow);
}

.compare::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(255,255,255,.42),rgba(255,255,255,0) 38%);
}

.compare > *{
  position:relative;
  z-index:1;
}

.compare .compare-title{
  color:var(--premium-ink);
  letter-spacing:-.025em;
}

.compare .compare-title::after{
  width:62px;
  height:3px;
  background:var(--premium-coral);
}

.compare-intro,
.best-card,
.product-card{
  background:rgba(255,253,249,.94);
  border:1px solid rgba(190,207,198,.82);
  box-shadow:0 7px 18px rgba(37,59,50,.06);
}

.best-card{
  border-color:#b8cec3;
}

.product-card.best{
  border-color:#aebfb6;
}

.price-box,
.insured-box,
.brand-box{
  background:#fffdfa;
  border-color:#d8e0db;
}

.corner-badge{
  background:#f0d4c7;
  color:#39423e;
  border:1px solid #e5c2b2;
  box-shadow:0 3px 8px rgba(56,63,59,.05);
}

/* Chiquere buttons */
.btn,
.compare-intro .btn,
.product-right .btn,
.premium-status .btn,
.calc-actions .btn,
.menu-toggle{
  background:linear-gradient(180deg,#d47c65 0%,var(--premium-coral) 100%);
  border:1px solid #bc624e;
  color:#fff !important;
  border-radius:9px;
  box-shadow:0 4px 10px rgba(168,83,63,.16);
  transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}

.btn:hover,
.compare-intro .btn:hover,
.product-right .btn:hover,
.premium-status .btn:hover,
.calc-actions .btn:hover,
.menu-toggle:hover{
  background:linear-gradient(180deg,#bb644f 0%,var(--premium-coral-hover) 100%);
  border-color:#9f4f3d;
  box-shadow:0 5px 13px rgba(142,67,51,.2);
  transform:translateY(-1px);
}

.btn:active,
.product-right .btn:active,
.menu-toggle:active{
  transform:translateY(0);
  box-shadow:0 2px 6px rgba(142,67,51,.15);
}

.btn.secondary{
  background:#fffdfa;
  color:var(--premium-coral) !important;
  border:1px solid #dca995;
  box-shadow:none;
}

.btn.secondary:hover{
  background:#fff5f0;
  color:var(--premium-coral-hover) !important;
  border-color:#cb8f79;
  box-shadow:none;
}

/* Keuzeknoppen rustiger */
.age-btn,
.premium-tab{
  background:#fffdfa;
  border-color:#d7dfda;
}

.age-btn.active,
.age-btn:hover,
.premium-tab.active,
.calc-option:has(input:checked){
  background:#f1ddd4;
  border-color:#ddb6a5;
  color:#2f3b36 !important;
}

/* Header iets verfijnder */
.site-header{
  border-bottom-color:#d9dfda;
  box-shadow:0 3px 12px rgba(39,61,52,.045);
}

.nav-link:hover,
.nav-link.active{
  background:#f1f5f2;
}

.dropdown{
  border-color:#d8dfda;
  box-shadow:0 12px 28px rgba(39,61,52,.09);
}

/* Footer iets minder zwaar */
.site-footer{
  background:linear-gradient(180deg,#34463f 0%,#2a3933 100%);
}

/* Mobiel: strak, geen overmatige schaduw */
@media(max-width:680px){
  .compare{
    box-shadow:0 7px 18px rgba(39,61,52,.07);
    border-radius:13px;
  }

  .compare-intro,
  .best-card,
  .product-card{
    box-shadow:0 4px 12px rgba(39,61,52,.05);
  }

  .btn,
  .product-right .btn,
  .compare-intro .btn{
    box-shadow:0 3px 8px rgba(168,83,63,.14);
  }
}


/* =========================================================
   PREMIUM KEUZEKAARTEN 08-09-2026
   Homepage onderwerpblokken + Natura/Kapitaal naast elkaar
   ========================================================= */

/* Tweede onderwerpgrid op de homepage */
.content-grid{
  align-items:stretch;
}

.premium-topic-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:27px 27px 25px;
  background:linear-gradient(180deg,#fffefa 0%,#fbf7f1 100%);
  border:1px solid #e2d8cb;
  border-radius:14px;
  box-shadow:0 7px 22px rgba(43,55,49,.055);
  overflow:hidden;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.premium-topic-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:#d58b72;
}

.premium-topic-card:hover{
  transform:translateY(-2px);
  border-color:#cfbba9;
  box-shadow:0 12px 28px rgba(43,55,49,.085);
}

.premium-topic-card .badge.soft{
  width:max-content;
  max-width:100%;
  margin:1px 0 16px;
  padding:7px 11px;
  background:#f6e9d8;
  border:1px solid #ead5bb;
  border-radius:999px;
  color:#37423d !important;
  font-size:12px;
  line-height:1;
  font-weight:800;
}

.premium-topic-card h2{
  margin:0 0 13px;
  font-size:clamp(26px,2.4vw,33px);
  line-height:1.08;
  letter-spacing:-.025em;
}

.premium-topic-card p{
  margin-bottom:15px;
  color:#59645f;
}

.premium-topic-card > p:last-child,
.premium-topic-card > a:last-child{
  margin-bottom:0;
}

.premium-topic-card a{
  color:#a95743;
  font-weight:800;
  text-decoration-thickness:1px;
  text-decoration-color:#d7aa9c;
}

.premium-topic-card a:hover{
  color:#884330;
  text-decoration-color:#884330;
}

/* Natura en kapitaal krijgen een iets duidelijker keuzegevoel */
.topic-natura-uitvaartverzekering,
.topic-kapitaal-uitvaartverzekering{
  background:#fffdfa;
  border-color:#d9c8b8;
}

.topic-natura-uitvaartverzekering::before{
  background:#8faea0;
}

.topic-kapitaal-uitvaartverzekering::before{
  background:#d58b72;
}

.topic-natura-uitvaartverzekering .badge.soft{
  background:#e7f0eb;
  border-color:#d3e2da;
}

.topic-kapitaal-uitvaartverzekering .badge.soft{
  background:#f6e9d8;
  border-color:#ead5bb;
}

/* Brede kostenkaart mag luxe tussenblok blijven */
.premium-wide-card{
  position:relative;
  padding:29px 30px;
  background:linear-gradient(120deg,#f8ecde 0%,#f3e5d4 100%);
  border:1px solid #dfc9ad;
  border-radius:14px;
  box-shadow:0 8px 23px rgba(84,65,46,.06);
  overflow:hidden;
}

.premium-wide-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:5px;
  background:#d58b72;
}

.premium-wide-card h2{
  margin-bottom:12px;
}

/* Bestaande directe links onder kaarten meer CTA-achtig zonder nieuwe links toe te voegen */
.premium-topic-card > a:last-child,
.premium-wide-card > a:last-child{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  margin-top:auto;
  padding-top:6px;
  text-decoration:none;
}

@media(min-width:861px){
  /* Natura en Kapitaal staan als eerste twee bestaande nodes en dus naast elkaar. */
  .content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:680px){
  .premium-topic-card{
    padding:21px 17px 19px;
    border-radius:12px;
  }

  .premium-topic-card:hover{
    transform:none;
  }

  .premium-topic-card h2{
    font-size:25px;
  }

  .premium-wide-card{
    padding:22px 17px 20px;
    border-radius:12px;
  }
}


/* =========================================================
   RESTORED DYNAMIC TOOLS 08-09-2026
   ========================================================= */
.premium-panel-chart{
  padding:38px 34px;
  overflow:hidden;
  background:#fffdf9;
  border:1px solid #d8e2dc;
  border-top:6px solid #e9c3b2;
}
.premium-layout{
  display:grid;
  grid-template-columns:minmax(300px,.7fr) minmax(520px,1.3fr);
  gap:42px;
  align-items:end;
}
.premium-copy h2{max-width:520px;margin:18px 0 16px}
.premium-copy>p{max-width:520px}
.premium-choice-title{margin-top:25px;margin-bottom:10px}
.premium-selected{margin:12px 0 16px;color:#58665f}
.premium-selected strong{color:var(--text)}
.premium-main-cta{min-width:280px;margin-bottom:14px}
.premium-note{max-width:520px}
.premium-chart{
  height:360px;
  display:grid;
  grid-template-columns:repeat(4,minmax(95px,1fr));
  gap:22px;
  align-items:end;
  border-bottom:2px solid #d9e1dd;
  padding:0 10px 0;
}
.premium-chart-item{
  height:100%;
  display:grid;
  grid-template-rows:auto 1fr auto;
  align-items:end;
  text-align:center;
}
.premium-chart-price{
  display:block;
  font:900 28px/1 "Arial Narrow",Arial,sans-serif;
  color:#31413a;
  margin-bottom:9px;
}
.premium-bar-zone{
  height:250px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.premium-bar{
  width:100%;
  max-width:155px;
  min-height:36px;
  background:linear-gradient(180deg,#d07b63 0%,#bd624e 100%);
  border-radius:14px 14px 0 0;
  box-shadow:0 8px 16px rgba(190,98,78,.12);
  transition:height .28s ease;
}
.premium-chart-item:nth-child(2) .premium-bar{filter:saturate(.92)}
.premium-chart-item:nth-child(3) .premium-bar{filter:saturate(.84)}
.premium-chart-item:nth-child(4) .premium-bar{filter:saturate(.76)}
.premium-chart-age{
  display:block;
  font-weight:900;
  font-size:18px;
  padding:12px 0 10px;
  color:#31413a;
}

.restored-calculator{margin:30px 0 26px}
.restored-calculator .calc-step{background:#fffdf9;border-color:#dedfd9}
.restored-calculator .calc-option:has(input:checked){background:#f6e9d8;border-color:#dcbda0}
.restored-calculator .calc-nr{background:#f0d6c9;color:#2f3a35}
.restored-calculator .calc-summary{
  background:linear-gradient(180deg,#e7f0ec 0%,#dbe9e3 100%);
  color:#26332e;
  border:1px solid #bad0c6;
}
.restored-calculator .calc-summary h2,
.restored-calculator .calc-summary .choices,
.restored-calculator .calc-summary .total{color:#26332e}
.restored-calculator .calc-summary .meter{background:#c9d8d1}
.restored-calculator .calc-summary .meter span{background:#c87960}
.restored-calculator .calc-summary .btn.secondary{color:#26332e!important;border-color:#b9c9c1;background:#fff}
.restored-calc-note{margin-top:0}

@media(max-width:980px){
  .premium-layout{grid-template-columns:1fr;gap:22px}
  .premium-chart{height:320px}
}
@media(max-width:680px){
  .premium-panel-chart{padding:20px 14px 16px}
  .premium-main-cta{width:100%;min-width:0}
  .premium-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .premium-tab:nth-child(3){grid-column:1/-1}
  .premium-chart{height:270px;gap:8px;padding:0 2px}
  .premium-bar-zone{height:175px}
  .premium-chart-price{font-size:20px}
  .premium-chart-age{font-size:14px;padding-top:9px}
  .premium-bar{max-width:72px;border-radius:9px 9px 0 0}
  .restored-calculator{margin-top:20px}
  .restored-calculator .calc-summary{border-radius:12px}
}


.nav-spacer{visibility:hidden;display:inline-block}

.nav-list > .nav-item:first-child > .nav-link::after{content:none !important}


/* Desktop fix: Vergelijken iets lager uitlijnen */
@media(min-width:861px){
  .nav-link-lower{
    position:relative;
    top:4px;
  }
}


/* =========================================================
   CTA LAYOUT FIX 08-09-2026
   CTA in rechterblok + meer witruimte boven tweede button
   ========================================================= */
.best-action-col{display:grid;gap:12px;align-self:stretch}
.best-card-cta{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center}
.compare-intro .btn{display:none !important}
.premium-main-cta-spaced{display:inline-flex;margin-top:24px}

@media(min-width:861px){
  .best-card{grid-template-columns:1fr 1.1fr 1fr}
  .best-action-col{min-width:0}
}

@media(max-width:680px){
  .best-action-col{gap:14px}
  .best-card-cta{width:100%}
  .premium-main-cta-spaced{margin-top:28px}
}


/* =========================================================
   NEAT RIGHT CTA FIX 08-09-2026
   CTA onder de drie gegevenskolommen in het rechterblok
   ========================================================= */
.compare-head{
  align-items:start;
}

.best-card{
  grid-template-columns:minmax(150px,.9fr) minmax(190px,1.05fr) minmax(210px,1fr) !important;
  align-items:center;
  row-gap:18px;
}

.best-card > .price-box,
.best-card > .best-copy,
.best-card > .insured-box{
  align-self:center;
}

.best-card-cta{
  grid-column:1 / -1;
  justify-self:end;
  width:min(100%,320px);
  min-height:50px;
  white-space:nowrap;
  padding:12px 20px;
  margin-top:0;
}

/* oude tijdelijke wrapper niet meer gebruiken */
.best-action-col{display:contents !important}

@media(max-width:680px){
  .compare-head{align-items:stretch}
  .best-card{
    grid-template-columns:1fr !important;
    row-gap:14px;
  }
  .best-card-cta{
    grid-column:1;
    justify-self:stretch;
    width:100%;
    white-space:normal;
    margin-top:4px;
  }
}


/* =========================================================
   SPEELSERE PREMIEBALKEN 08-09-2026
   Verschillende kleuren voor de dynamische grafiek
   ========================================================= */
.premium-chart-item:nth-child(1) .premium-bar{
  background:linear-gradient(180deg,#f08a72 0%,#d86d55 100%);
  box-shadow:0 10px 20px rgba(216,109,85,.16);
}
.premium-chart-item:nth-child(2) .premium-bar{
  background:linear-gradient(180deg,#f2ab63 0%,#de8f43 100%);
  box-shadow:0 10px 20px rgba(222,143,67,.16);
}
.premium-chart-item:nth-child(3) .premium-bar{
  background:linear-gradient(180deg,#e78fa0 0%,#cc6f82 100%);
  box-shadow:0 10px 20px rgba(204,111,130,.16);
}
.premium-chart-item:nth-child(4) .premium-bar{
  background:linear-gradient(180deg,#c97d96 0%,#b0627d 100%);
  box-shadow:0 10px 20px rgba(176,98,125,.18);
}
.premium-bar{
  position:relative;
  overflow:hidden;
}
.premium-bar::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:18%;
  background:rgba(255,255,255,.16);
}
.premium-chart-item:nth-child(1) .premium-chart-age{color:#b65a45}
.premium-chart-item:nth-child(2) .premium-chart-age{color:#b06d30}
.premium-chart-item:nth-child(3) .premium-chart-age{color:#b25f72}
.premium-chart-item:nth-child(4) .premium-chart-age{color:#924963}
@media(max-width:680px){
  .premium-chart{gap:10px}
  .premium-bar{border-radius:10px 10px 0 0}
}


/* =========================================================
   SPEELSERE LABELS EN TABS 08-09-2026
   Leeftijdslabels en verzekeringsknoppen in dezelfde kleurlijn
   ========================================================= */
.premium-chart-age{
  width:fit-content;
  min-width:96px;
  margin:12px auto 0;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e7ddd4;
  box-shadow:0 4px 12px rgba(49,65,58,.04);
}
.premium-chart-item:nth-child(1) .premium-chart-age{background:#fff3ef;border-color:#efc0b4}
.premium-chart-item:nth-child(2) .premium-chart-age{background:#fff4e7;border-color:#efcca5}
.premium-chart-item:nth-child(3) .premium-chart-age{background:#fff0f4;border-color:#ebc0cd}
.premium-chart-item:nth-child(4) .premium-chart-age{background:#faeef3;border-color:#ddb7c5}

.premium-tabs{
  gap:10px;
}
.premium-tab{
  transition:all .18s ease;
  box-shadow:0 2px 8px rgba(49,65,58,.03);
}
.premium-tab:nth-child(1){
  border-color:#efc0b4;
  color:#b85e49;
  background:#fff4f0;
}
.premium-tab:nth-child(2){
  border-color:#c7d8ef;
  color:#3d73b7;
  background:#f4f8ff;
}
.premium-tab:nth-child(3){
  border-color:#e8c6d0;
  color:#b55f78;
  background:#fff4f7;
}
.premium-tab:nth-child(1).active{
  background:linear-gradient(180deg,#ee8f76 0%, #d8725a 100%);
  border-color:#d8725a;
  color:#fff;
}
.premium-tab:nth-child(2).active{
  background:linear-gradient(180deg,#79a9e9 0%, #4e86d1 100%);
  border-color:#4e86d1;
  color:#fff;
}
.premium-tab:nth-child(3).active{
  background:linear-gradient(180deg,#df8da3 0%, #c46781 100%);
  border-color:#c46781;
  color:#fff;
}
.premium-tab:hover{
  transform:translateY(-1px);
}
.premium-selected strong{
  display:inline-block;
  padding:4px 10px;
  border-radius:999px;
  background:#f5eee7;
  border:1px solid #e4d5c6;
}

@media(max-width:680px){
  .premium-chart-age{
    min-width:74px;
    font-size:13px;
    padding:8px 10px;
    margin-top:10px;
  }
  .premium-tabs{
    gap:8px;
  }
  .premium-tab{
    border-radius:14px;
    padding:11px 12px;
    font-size:16px;
  }
}


/* =========================================================
   GELIJKE CTA-HOOGTE + LIJN WEG 08-09-2026
   ========================================================= */

/* De drie premiekaarten krijgen dezelfde interne hoogte.
   De CTA wordt onderaan uitgelijnd, ongeacht tekstlengte. */
.review-card{
  display:flex;
  flex-direction:column;
}

.review-card > .btn{
  margin-top:auto;
  align-self:flex-start;
}

/* Onderste horizontale lijn onder de dynamische premiegrafiek verwijderen. */
.premium-chart{
  border-bottom:0 !important;
}


/* =========================================================
   EXTRA WITRUIMTE BOVEN CTA 08-09-2026
   ========================================================= */
.compare-intro .btn{
  margin-top:32px !important;
}

@media(max-width:680px){
  .compare-intro .btn{
    margin-top:30px !important;
  }
}


/* =========================================================
   SLIM VERGELIJKEN CTA SPACING + DATUMUPDATE 08-09-2026
   ========================================================= */
.slim-compare-actions{
  margin-top:38px !important;
  margin-bottom:0 !important;
}
.slim-compare-actions .btn{
  display:inline-flex;
}
@media(max-width:680px){
  .slim-compare-actions{
    margin-top:34px !important;
  }
  .slim-compare-actions .btn{
    width:100%;
  }
}


/* =========================================================
   WITTE BLOKKEN VOLLE BREEDTE 08-09-2026
   Alle hoofd-contentblokken even breed als de vergelijker
   ========================================================= */

/* De .reading-class beperkte diverse witte blokken tot 1020px.
   De vergelijker gebruikt de volle breedte van .wrap. */
.reading{
  max-width:none !important;
  width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

/* Zorg dat witte hoofdblokken nergens extra versmald worden. */
.article-shell,
.card.reading,
.premium-panel,
.premium-panel-chart,
.restored-calculator,
.faq,
.section-gap{
  width:100%;
  max-width:none;
}

/* Contactblok ook volledig gelijk aan de vergelijkerbreedte. */
.contact-form{
  max-width:none !important;
  width:100%;
}

/* Op mobiel blijft dezelfde buitenmarge als de vergelijker behouden. */
@media(max-width:680px){
  .reading,
  .article-shell,
  .card.reading,
  .premium-panel,
  .premium-panel-chart,
  .restored-calculator{
    width:100%;
    max-width:none;
  }
}


/* =========================================================
   VERZEKERAARSLOGO'S 08-09-2026
   DELA en a.s.r. in vergelijker + logo's op verzekeraarspagina's
   ========================================================= */
.brand-box{
  min-height:82px;
  padding:10px 14px;
  background:#fff;
}
.brand-logo{
  display:block;
  width:auto;
  max-width:100%;
  object-fit:contain;
}
.brand-logo-dela{
  max-height:68px;
}
.brand-logo-asr{
  max-height:48px;
}
.featured-brand-logo{
  display:block;
  width:auto;
  max-width:150px;
  max-height:62px;
  object-fit:contain;
  margin:0 auto 10px;
}
.provider-logo-card{
  min-height:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px 24px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:12px;
  box-shadow:0 3px 12px rgba(36,49,44,.05);
}
.provider-page-logo{
  display:block;
  width:auto;
  max-width:260px;
  max-height:82px;
  object-fit:contain;
}
.provider-logo-asr{
  max-height:62px;
  max-width:220px;
}
.provider-logo-monuta{
  max-height:68px;
  max-width:240px;
}
@media(max-width:680px){
  .brand-box{
    min-height:72px;
    justify-content:center;
    padding:8px 12px;
  }
  .brand-logo-dela{max-height:58px}
  .brand-logo-asr{max-height:42px}
  .featured-brand-logo{max-height:52px;max-width:130px}
  .provider-logo-card{min-height:92px;padding:14px 18px}
  .provider-page-logo{max-height:64px;max-width:210px}
  .provider-logo-asr{max-height:52px;max-width:180px}
  .provider-logo-monuta{max-height:56px;max-width:200px}
}


/* =========================================================
   DROPDOWN MENU FIX 08-09-2026
   Submenu blijft open tijdens bewegen naar beneden
   ========================================================= */

@media(min-width:861px){
  .nav-item{
    position:relative;
  }

  /* Geen gat meer tussen hoofditem en dropdown */
  .dropdown{
    top:100% !important;
    margin-top:0 !important;
    padding-top:10px;
  }

  /* Onzichtbare hoverbrug tussen item en submenu */
  .nav-item:has(.dropdown)::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:100%;
    height:14px;
    z-index:20;
  }

  .nav-item:hover > .dropdown,
  .nav-item:focus-within > .dropdown,
  .nav-item.dropdown-open > .dropdown{
    display:block !important;
  }

  .dropdown{
    z-index:30;
  }
}


/* =========================================================
   LOGO GROTER 09-09-2026
   Vooral op mobiel duidelijk groter
   ========================================================= */

.brand{
  min-width:300px;
}

.brand img{
  width:370px !important;
  max-width:100%;
  max-height:68px;
}

@media(max-width:1100px){
  .brand{
    min-width:250px;
  }

  .brand img{
    width:315px !important;
    max-height:64px;
  }
}

@media(max-width:860px){
  .brand{
    min-width:0;
    flex:1 1 auto;
  }

  .brand img{
    width:290px !important;
    max-width:calc(100vw - 150px);
    max-height:62px;
  }
}

@media(max-width:680px){
  .header-inner{
    min-height:82px;
  }

  .brand img{
    width:270px !important;
    max-width:calc(100vw - 142px);
    max-height:60px;
  }

  .menu-toggle{
    flex:0 0 auto;
  }
}

@media(max-width:390px){
  .brand img{
    width:245px !important;
    max-width:calc(100vw - 132px);
  }
}
