:root{--green:#174c3c;--ink:#223c33;--muted:#768078;--paper:#f8f9f5;--line:#e1e6dd;--lime:#d5eaa4}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:14px}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button,a,summary{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid #92ab53;outline-offset:4px}.header{height:92px;max-width:1240px;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 30px}.brand{display:flex;align-items:center;font-family:Manrope,sans-serif;font-size:26px;font-weight:800;letter-spacing:-1px;gap:9px}.brand-icon{display:grid;place-items:center;width:34px;height:36px;background:var(--green);color:#e3edc6;border-radius:9px;font-size:30px;line-height:1}nav{display:flex;gap:32px;font-size:13px}nav a{padding:12px 0;color:#6b756f}nav a:hover,nav .active{color:var(--green)}main{max-width:1120px;margin:auto}.hero{position:relative;padding:64px 0 44px}.eyebrow{font-size:10px;letter-spacing:1.7px;font-weight:700}.hero h1{font-family:Manrope,sans-serif;font-weight:500;font-size:54px;letter-spacing:-2.8px;line-height:1.16;margin:20px 0}.hero em{font-style:normal;color:#749258}.hero p{font-size:15px;line-height:1.8;color:#747e77}.calculator{display:grid;grid-template-columns:1.08fr 1fr;border:1px solid #dfe5d9;border-radius:19px;overflow:hidden;background:white;box-shadow:0 15px 45px #243a2710}.inputs{padding:35px 40px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:18px}h2{font-family:Manrope,sans-serif;font-weight:600;letter-spacing:-.9px;font-size:26px;margin:9px 0 0}.text-button{border:0;background:none;color:#7b837d;font-size:11px;padding:8px 0}form{margin-top:28px}.field{margin-bottom:21px}label{font-weight:500;font-size:12px;display:block;margin-bottom:9px}.label-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.label-row>span{font-size:10px;color:var(--muted)}.label-row strong{font-size:13px}.input-shell{height:49px;border:1px solid #dce2d8;border-radius:7px;display:flex;align-items:center;gap:13px;padding:0 15px;background:#fff}.input-shell:focus-within{border-color:#769665;box-shadow:0 0 0 3px #76966515}.input-shell>span{color:#859180}input:not([type=range]){width:100%;min-width:0;border:0;background:transparent;color:var(--ink);outline:none;font-weight:500;font-size:15px}input[aria-invalid=true]{color:#ad392c}small{display:block;color:#7f877e;font-size:10px;line-height:1.6;margin-top:8px}input[type=range]{width:100%;accent-color:var(--green);height:5px;margin:16px 0 11px;cursor:pointer}.range-labels{display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.term-options{display:flex;gap:9px;margin-top:13px}.term-options button{flex:1;border:1px solid var(--line);background:white;padding:8px;border-radius:5px;color:#768075;font-size:11px}.term-options button.selected{border-color:var(--green);color:var(--green);background:#f0f5e9}.field-row{display:grid;grid-template-columns:1fr 1.2fr;gap:17px}.field-row .field{margin-bottom:0}#rate-note{margin-top:12px}#form-error{font-size:12px;color:#a73227;line-height:1.5}.results{padding:37px 38px;background:var(--green);color:#fff}.result-top{display:flex;justify-content:space-between;align-items:center}.results .eyebrow{color:#a9bfb1}.live{font-size:9px;padding:6px 8px;border:1px solid #ffffff25;border-radius:20px;color:#d8e4d7}.live i{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--lime);margin-right:4px}.monthly-label{margin:36px 0 12px;color:#d6e0d7;font-size:13px}.payment{display:flex;align-items:baseline;gap:10px}.payment>span:first-child{font-family:Manrope,sans-serif;font-size:48px;font-weight:500;letter-spacing:-2px}.payment>span:last-child{color:#b4c8bb;font-size:12px}.result-rule{height:1px;background:#ffffff20}dl{margin:25px 0 19px}dl>div{display:flex;justify-content:space-between;gap:12px;margin-bottom:17px;font-size:12px}dt{color:#bdcfc3}dd{margin:0;font-weight:500}.total{padding-top:14px;border-top:1px solid #ffffff18}.total dt{color:white}.cost-bar{display:flex;height:7px;background:#749081;border-radius:5px;overflow:hidden}.cost-bar span{background:var(--lime);width:65%}.legend,.chart-legend{display:flex;gap:18px;font-size:9px;color:#b5c8bb;margin-top:11px}.legend i,.chart-legend i{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:5px}.principal-dot{background:#b7d886}.interest-dot{background:#749081}.balance-dot{background:var(--green)}.end-date{display:flex;align-items:center;gap:14px;background:#ffffff09;border:1px solid #ffffff15;border-radius:9px;padding:15px;margin-top:29px}.end-date>div{flex:1;font-size:10px;color:#bccfc1}.end-date strong{display:block;color:#eff3e8;font-size:13px;margin-top:5px}.end-date>span:last-child{color:#bcd09e;font-size:22px}.disclaimer{font-size:9px;line-height:1.7;color:#a6bdb0;margin:18px 0 0}.under-calculator{display:flex;justify-content:space-between;margin:16px 4px 0;color:#879080;font-size:10px}.insight{padding-top:64px}.section-heading p,.compare p,.faq p{font-size:12px;line-height:1.8;color:var(--muted);margin-top:11px}.outline-button{border:1px solid #d9e0d1;background:transparent;padding:12px 17px;border-radius:7px;font-size:11px;color:var(--green)}.outline-button:hover{background:#edf2e5}.chart-card{margin-top:23px;padding:26px 29px 0;border:1px solid var(--line);border-radius:12px;background:#fff}.chart-top{display:flex;align-items:center;justify-content:space-between;gap:15px}h3{font-size:12px;font-weight:500;margin:0}.chart-legend{color:#7c867b;margin:0}.chart-wrap{height:250px;margin-top:25px}canvas{display:block;width:100%;height:100%}details{border-top:1px solid var(--line)}summary{display:flex;align-items:center;justify-content:space-between;gap:16px;list-style:none;cursor:pointer;font-size:12px;font-weight:500;padding:21px 0}summary::-webkit-details-marker{display:none}summary span{font-size:20px;color:#819077;font-weight:400}details[open] summary span{transform:rotate(45deg)}.table-wrap{overflow:auto;max-height:350px;margin-bottom:22px}table{border-collapse:collapse;width:100%;font-size:11px;text-align:right;white-space:nowrap}th,td{padding:12px;border-bottom:1px solid var(--line)}th:first-child,td:first-child{text-align:left}th{background:var(--paper);position:sticky;top:0}.compare{display:grid;grid-template-columns:1fr 1.35fr;gap:32px;margin-top:30px;padding:30px;background:#edf1e5;border:1px solid #e0e6d6;border-radius:12px;align-items:center}.compare h2{font-size:22px}.comparison-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.comparison-options button{position:relative;padding:22px 12px 15px;border:1px solid #d9e1ce;border-radius:8px;background:#f9faf6;color:var(--ink);text-align:left}.comparison-options button.selected{border:1px solid #466840;background:#fff}.comparison-options small{font-size:10px}.comparison-options b{display:block;font-family:Manrope,sans-serif;font-size:22px;margin-top:12px;letter-spacing:-.7px}.comparison-options .choice{position:absolute;top:-8px;background:var(--green);color:white;border-radius:3px;padding:3px 6px;font-size:8px;left:10px}.faq{display:grid;grid-template-columns:1fr 1.35fr;gap:50px;margin:72px 0}.faq-list details:first-child{border-top:0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list p{margin:0 0 22px;font-size:12px}footer{border-top:1px solid var(--line);max-width:1180px;padding:27px 30px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:25px}footer .brand{font-size:19px}footer .brand-icon{width:25px;height:27px;font-size:23px}footer p,footer>span{font-size:10px;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button:disabled{opacity:.45;cursor:not-allowed}@media(min-width:1500px){.hero{padding-top:78px;padding-bottom:54px}}@media(max-width:1180px){main{margin:0 35px}.payment>span:first-child{font-size:40px}}@media(max-width:800px){.header{height:76px;padding:0 24px}nav{gap:20px;font-size:11px}nav a:nth-child(2){display:none}main{margin:0 24px}.hero{padding:42px 0 34px}.hero h1{font-size:43px}.calculator{grid-template-columns:1fr 1fr}.inputs,.results{padding:28px 24px}.payment{flex-wrap:wrap;gap:4px}.payment>span:first-child{font-size:36px}.result-top{align-items:flex-start;gap:8px}.live{white-space:nowrap;font-size:8px}.label-row>span{font-size:8px}.field-row{grid-template-columns:1fr}.field-row .field{margin-bottom:8px}.compare{grid-template-columns:1fr;gap:18px}.faq{gap:30px;grid-template-columns:1fr 1.3fr}.under-calculator{font-size:9px}footer>span{display:none}}@media(max-width:580px){main{margin:0 18px}.header{padding:0 18px;height:72px}.brand{font-size:23px}nav{gap:15px}nav a:last-child{font-size:0}nav a:last-child:after{content:'Vragen';font-size:11px}.hero h1{font-size:39px;letter-spacing:-1.9px}.hero p{font-size:13px}.calculator{grid-template-columns:1fr}.inputs,.results{padding:27px 24px}.field-row{grid-template-columns:1fr 1.2fr}.field-row .field{margin-bottom:0}.payment>span:first-child{font-size:47px}.payment{gap:10px}.under-calculator{display:block;line-height:1.9}.under-calculator span{display:block}.insight{padding-top:45px}.section-heading{align-items:flex-start}.insight>.section-heading{flex-direction:column;gap:7px}h2{font-size:24px}.chart-card{padding:22px 16px 0}.chart-top{align-items:flex-start;flex-direction:column}.chart-wrap{height:225px}.compare{padding:24px 18px}.comparison-options{gap:7px}.comparison-options button{padding:20px 9px 12px}.comparison-options b{font-size:19px}.comparison-options small{font-size:9px}.faq{grid-template-columns:1fr;gap:10px;margin:46px 0}.faq h2 br{display:none}footer{padding:25px 18px;align-items:flex-start;flex-direction:column;gap:8px}footer p{margin:0}.label-row>span{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Keep the full domain readable across screen sizes. */
.brand{font-size:23px;white-space:nowrap;flex-shrink:0}.brand-icon{flex-shrink:0}.brand-domain{color:#749258}.brand-name{letter-spacing:-1px}
@media(max-width:950px){.header nav{gap:20px}}
@media(max-width:580px){.header{height:auto;min-height:92px;flex-wrap:wrap;gap:8px;padding-top:15px;padding-bottom:12px}.header .brand{font-size:21px}.header nav{width:100%;justify-content:flex-end;gap:22px}.header nav a{padding:3px 0}footer .brand{font-size:19px}}

.chart-wrap{position:relative}.chart-wrap canvas{cursor:crosshair}.chart-tooltip{position:absolute;z-index:1;pointer-events:none;width:245px;max-width:100%;padding:14px;background:#fff;border:1px solid var(--line);border-radius:9px;box-shadow:0 5px 20px #173c3320;font-size:11px}.chart-tooltip[hidden]{display:none}.chart-tooltip>strong{display:block;margin-bottom:12px}.chart-tooltip>div{display:flex;justify-content:space-between;gap:12px;margin-top:8px}.chart-tooltip>div span{color:var(--muted)}.chart-tooltip b{white-space:nowrap}.chart-help{font-size:10px;color:var(--muted);line-height:1.6;margin:4px 0 18px}

.skip-link{position:absolute;left:16px;top:-100px;padding:12px 18px;background:var(--green);color:white;z-index:10;border-radius:6px}.skip-link:focus{top:12px}.noscript-note{padding:16px;background:#edf1e5;border-radius:8px}

/* Compact, utility-first page layout. */
.hero{padding:36px 0 28px}.hero h1{font-size:36px;letter-spacing:-1.3px;line-height:1.2;margin:0 0 12px;font-weight:600}.hero p{font-size:14px;line-height:1.7;margin:0;max-width:740px}.inputs h2{margin-top:0;font-size:23px}.payment{margin-bottom:26px}.insight{padding-top:40px}.insight h2,.compare h2,.faq h2{margin-top:0}.under-calculator{justify-content:flex-end}.faq{margin:44px 0}.chart-card{margin-top:20px}@media(max-width:580px){.hero{padding:27px 0 23px}.hero h1{font-size:30px}.hero p{font-size:13px}.inputs h2{font-size:21px}.insight{padding-top:32px}.faq{margin:34px 0}.under-calculator{text-align:right}}

/* Readable controls and contained content on phones and small tablets. */
.calculator>*,.section-heading>*,.compare>*,.faq>*,.chart-card{min-width:0}
input:not([type=range]){font-size:16px}
.input-shell{min-height:48px}
.text-button,.term-options button,.outline-button{min-height:44px}
input[type=range]{height:28px;margin:4px 0;touch-action:pan-y}
.table-wrap{overscroll-behavior-x:contain}
.chart-wrap canvas{touch-action:pan-y}
.payment>span:first-child,dd,td,.comparison-options b{font-variant-numeric:tabular-nums}
@media(max-width:760px){
  .calculator{grid-template-columns:1fr}
  .inputs,.results{padding:28px}
  .field-row{grid-template-columns:1fr 1fr}
  .field-row .field{margin-bottom:0}
  .faq{grid-template-columns:1fr;gap:16px}
  .section-heading{flex-wrap:wrap}
  label,.label-row strong{font-size:14px}
  small,#rate-note{font-size:12px}
  .label-row>span,.range-labels{font-size:12px}
  .term-options button,.text-button,.outline-button{font-size:13px}
  .monthly-label,dl>div{font-size:14px}
  .results .eyebrow,.live{font-size:11px}
  .legend,.chart-legend{font-size:12px;flex-wrap:wrap;gap:10px 18px}
  .end-date>div{font-size:12px}.end-date strong{font-size:15px}
  .disclaimer{font-size:12px;line-height:1.7}
  .under-calculator{font-size:12px}
  .section-heading p,.compare p,.faq p{font-size:14px}
  h3,summary{font-size:14px;line-height:1.6}
  summary{min-height:48px}summary span{flex-shrink:0}
  .chart-help{font-size:12px}.chart-wrap{height:260px}
  .chart-tooltip{font-size:12px}
  .chart-tooltip>div{flex-wrap:wrap;gap:3px 10px}
  .chart-tooltip small{font-size:11px}
  table{font-size:13px;min-width:480px}
  th,td{padding:14px 12px}
  tbody th{position:sticky;left:0;z-index:1;box-shadow:2px 0 0 var(--line)}
  .table-wrap:focus-visible{outline:3px solid #92ab53;outline-offset:3px}
  .comparison-options small{font-size:12px}
  .comparison-options .choice{font-size:10px}
  footer p{font-size:12px}
}
@media(max-width:580px){
  main{margin:0 16px}
  .header{padding:14px 16px 0;gap:6px}
  .header .brand{font-size:clamp(18px,5vw,23px);gap:7px}
  .header nav{justify-content:space-between;gap:8px}
  .header nav a,.header nav a:last-child{display:flex;align-items:center;min-height:44px;padding:8px 0;font-size:12px}
  .header nav a:nth-child(2){display:flex}
  .header nav a:last-child:after{content:none}
  .hero p{font-size:14px}
  .inputs,.results{padding:24px 20px}
  .label-row{flex-wrap:wrap;gap:0 8px;margin-bottom:6px}
  .label-row label{margin-bottom:3px}
  .label-row>span{font-size:12px}
  .field{margin-bottom:23px}
  .payment{gap:8px}
  .payment>span:first-child{font-size:clamp(28px,9vw,46px);letter-spacing:-1.3px;overflow-wrap:anywhere;max-width:100%}
  .payment>span:last-child{font-size:13px}
  dl>div{align-items:baseline;flex-wrap:wrap;gap:6px 12px}
  dd{margin-left:auto}
  .insight>.section-heading{align-items:stretch}
  .outline-button{width:100%}
  .chart-card{padding:20px 12px 0}
  .chart-top{gap:12px}
  .compare{padding:24px 16px}
  .comparison-options{grid-template-columns:1fr;gap:12px}
  .comparison-options button{display:grid;grid-template-columns:1fr auto;column-gap:12px;row-gap:5px;padding:20px 16px 14px;align-items:baseline;text-align:left}
  .comparison-options button>span:first-child{grid-column:1;grid-row:1;font-size:14px}
  .comparison-options b{grid-column:2;grid-row:1;margin:0;font-size:23px;overflow-wrap:anywhere}
  .comparison-options button>small:first-of-type{grid-column:2;grid-row:2;margin:0;text-align:right}
  .comparison-options button>small:last-of-type{grid-column:1;grid-row:2;margin:0}
  .comparison-options .choice{top:-8px;left:12px}
}
@media(max-width:380px){
  .field-row{grid-template-columns:1fr;gap:20px}
  .inputs,.results{padding:22px 16px}
  .inputs h2{font-size:19px}
  .chart-legend{gap:8px;font-size:11px}
}

.action-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.simulator-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end}
.text-button.copied{color:var(--green);font-weight:700}
.copy-helper{position:fixed;left:-9999px;top:0;width:1px;height:1px;opacity:0}
.print-overview{display:none}
@media(max-width:580px){
  .simulator-actions{gap:12px}
  .action-buttons{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .action-buttons .outline-button{padding-inline:10px}
}

@media print{
  @page{size:A4 portrait;margin:14mm}
  *{box-shadow:none!important}
  html,body{background:#fff!important;color:#223c33!important;font-family:Arial,sans-serif!important;font-size:10pt}
  body>.header,body>.skip-link,body>footer,main>:not(.print-overview){display:none!important}
  main{display:block;max-width:none;margin:0!important}
  .print-overview{display:block!important;color:#223c33;page-break-inside:avoid}
  .print-brand{display:flex;align-items:center;gap:9px;padding-bottom:14px;border-bottom:1px solid #d8dfd9;font-size:14pt}
  .print-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:#174c3c!important;color:#d5eaa4!important;font-size:20px;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .print-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:24px 0 16px}
  .print-title p{margin:0 0 5px;color:#68756e;font-size:8pt;text-transform:uppercase;letter-spacing:1.2px}
  .print-title h2{margin:0;font:600 21pt/1.2 Arial,sans-serif;letter-spacing:-.5px}
  .print-title>span{color:#68756e;font-size:8.5pt;text-align:right}
  .print-highlight{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:18px 20px;border-radius:8px;background:#174c3c!important;color:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .print-highlight span{font-size:10pt}
  .print-highlight strong{font-size:24pt;line-height:1;letter-spacing:-1px}
  .print-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:20px;border-top:1px solid #d8dfd9;border-left:1px solid #d8dfd9}
  .print-grid>div{display:flex;justify-content:space-between;gap:12px;padding:13px 14px;border-right:1px solid #d8dfd9;border-bottom:1px solid #d8dfd9}
  .print-grid span{color:#68756e;font-size:8.5pt}
  .print-grid strong{font-size:9.5pt;text-align:right}
  .print-note{margin-top:22px;padding:14px 16px;background:#f2f5ed!important;border-radius:7px;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .print-note h3{margin:0 0 7px;font-size:9.5pt;font-weight:700}
  .print-note p{margin:0;color:#536259;font-size:8.5pt;line-height:1.55}
  .print-footer{display:flex;justify-content:space-between;gap:20px;margin-top:24px;padding-top:10px;border-top:1px solid #d8dfd9;color:#68756e;font-size:8pt}
}
