@font-face{
  font-family:"Titillium Web";
  src:url("https://www.takkenkamp.com/hubfs/raw_assets/public/adwise_takkenkamp/fonts/titillium-web-v9-latin-regular.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Titillium Web";
  src:url("https://www.takkenkamp.com/hubfs/raw_assets/public/adwise_takkenkamp/fonts/titillium-web-v9-latin-600.woff2") format("woff2");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}

.tk-isolatietool,
.tk-isolatietool *,
.tk-isolatietool *::before,
.tk-isolatietool *::after{
  box-sizing:border-box;
}

.tk-isolatietool,
.tk-isolatietool div,
.tk-isolatietool span,
.tk-isolatietool p,
.tk-isolatietool a,
.tk-isolatietool strong,
.tk-isolatietool h1,
.tk-isolatietool h2,
.tk-isolatietool h3,
.tk-isolatietool svg,
.tk-isolatietool path{
  font-family:"Titillium Web", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.tk-isolatietool{
  --brand:#f28c00;
  --brand-dark:#d97700;
  --text:#1e1e1e;
  --muted:#6b6b6b;
  --bg:#ffffff;
  --soft:#f5f5f5;
  --line:#e2e2e2;
  --shadow:0 10px 30px rgba(0,0,0,.10);
  --radius:0px;

  position:relative;
  z-index:999;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  color:var(--text);
  background:background:#fdf7f2;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
  padding:22px;
  margin:0;
  border:0;
}

.tk-isolatietool h1,
.tk-isolatietool .step-title,
.tk-isolatietool .result strong,
.tk-isolatietool .cta-text strong,
.tk-isolatietool .brandtag,
.tk-isolatietool .option-label,
.tk-isolatietool .lead,
.tk-isolatietool .result span,
.tk-isolatietool .result-card-label,
.tk-isolatietool .result-card-value,
.tk-isolatietool .cta-text p,
.tk-isolatietool .cta-btn,
.tk-isolatietool .tk-disclaimer{
  margin:0;
  padding:0;
  letter-spacing:normal;
  text-transform:none;
  text-decoration:none;
}

.tk-isolatietool a{
  color:inherit !important;
  text-decoration:none !important;
}

.tk-isolatietool p{
  max-width:none !important;
}

.tk-isolatietool svg{
  max-width:100%;
  height:auto;
  display:block;
}

.tk-isolatietool .container{
  position:relative;
  z-index:1;
  max-width:980px;
  margin:0 auto;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.tk-isolatietool .topline{
  height:6px;
  background:var(--brand);
}

.tk-isolatietool .inner{
  position:relative;
  z-index:1;
  padding:26px;
}

/* NIEUW ↓↓↓ */

.tk-isolatietool .tool-title{
  margin:0 0 12px !important;
}

.tk-isolatietool .tool-intro{
  margin:0 0 22px !important;
  color:var(--muted) !important;
  font-size:16px !important;
  line-height:1.6 !important;
}

.tk-isolatietool .tool-intro p{
  margin:0 0 10px !important;
}

.tk-isolatietool .tool-intro p:last-child{
  margin-bottom:0 !important;
}
/* NIEUW ↑↑↑ */

.tk-isolatietool .brandrow{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  margin-bottom:18px;
}

.tk-isolatietool .brandmark{
  max-width:760px;
}

.tk-isolatietool .brandtag{
  display:inline-block;
  font-weight:600 !important;
  color:var(--brand) !important;
  font-size:12px !important;
  margin:0 0 6px !important;
  line-height:1.2 !important;
}

.tk-isolatietool h1{
  margin:0 0 8px !important;
  font-size:42px !important;
  line-height:1.08 !important;
  font-weight:600 !important;
  color:var(--text) !important;
}

.tk-isolatietool .lead{
  margin:0 !important;
  color:var(--muted) !important;
  font-weight:400 !important;
  font-size:17px !important;
  line-height:1.55 !important;
}

.tk-isolatietool .progress{
  display:flex;
  gap:8px;
  flex:0 0 auto;
  padding-top:6px;
}

.tk-isolatietool .progress-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ddd7cf;
  transition:all .2s ease;
}

.tk-isolatietool .progress-dot.active{
  background:var(--brand);
}

.tk-isolatietool .step{
  position:relative;
  z-index:2;
  margin-top:20px;
}

.tk-isolatietool .hidden{
  display:none !important;
}

.tk-isolatietool .step-title{
  margin:0 0 12px !important;
  font-size:18px !important;
  line-height:1.3 !important;
  font-weight:600 !important;
  color:#3a3733 !important;
}

.tk-isolatietool .grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  list-style:none !important;
  margin:0;
  padding:0;
}

.tk-isolatietool .option{
  position:relative;
  z-index:3;
  pointer-events:auto !important;
  min-height:94px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  padding:14px;
  cursor:pointer;
  transition:background-color .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  text-align:left;
  box-shadow:none;
  appearance:none;
  -webkit-appearance:none;
}

.tk-isolatietool .option:hover{
  border-color:var(--brand-dark);
  background:#fdf7f0;
  transform:translateY(-1px);
  box-shadow:0 0 0 2px rgba(242,140,0,0.12);
}

.tk-isolatietool .option.active{
  background:#fdf7f0;
  border-color:var(--brand);
  box-shadow:0 0 0 2px rgba(242,140,0,0.15);
}

.tk-isolatietool .icon-wrap{
  width:42px;
  height:42px;
  margin-bottom:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid #f0e1ce;
  border-radius:0px;
  flex:0 0 auto;
}

.tk-isolatietool .icon-wrap,
.tk-isolatietool .icon-wrap *{
  pointer-events:none !important;
}

.tk-isolatietool .icon{
  width:24px;
  height:24px;
  display:block;
  overflow:visible;
  color:var(--brand) !important;
}

.tk-isolatietool .icon,
.tk-isolatietool .icon *{
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}

.tk-isolatietool .option-label{
  pointer-events:none;
  font-size:15px !important;
  line-height:1.2 !important;
  font-weight:400 !important;
  color:#2b2b2b !important;
}

.tk-isolatietool .result{
  position:relative;
  z-index:1;
  margin-top:22px;
  display:none;
  border:1px solid #efb87e;
  border-radius:var(--radius);
  overflow:hidden;
  background:linear-gradient(90deg, rgba(242,140,0,1) 0%, rgba(230,102,7,1) 100%);
  color:#fff;
}

.tk-isolatietool .result-inner{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:22px;
  padding:24px 24px 18px;
}

.tk-isolatietool .result-meta{
  font-size:11px !important;
  line-height:1.3 !important;
  font-weight:600 !important;
  opacity:.95;
  margin:0 0 6px !important;
  color:#fff !important;
}

.tk-isolatietool .result strong{
  display:block;
  font-size:46px !important;
  line-height:1 !important;
  font-weight:600 !important;
  color:#fff !important;
  margin:0 0 8px !important;
}

.tk-isolatietool .result span{
  font-size:16px !important;
  line-height:1.45 !important;
  color:rgba(255,255,255,.94) !important;
}

.tk-isolatietool .result-extra{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:18px;
}

.tk-isolatietool .result-card{
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.20);
  padding:14px;
  border-radius:var(--radius);
}

.tk-isolatietool .result-card-label{
  font-size:11px !important;
  line-height:1.3 !important;
  opacity:.9;
  margin:0 0 4px !important;
  color:#fff !important;
}

.tk-isolatietool .result-card-value{
  font-size:20px !important;
  line-height:1.2 !important;
  font-weight:600 !important;
  color:#fff !important;
}

.tk-isolatietool .cta{
  align-self:end;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.16);
  padding:16px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:10px;
  border-radius:var(--radius);
}

.tk-isolatietool .cta-btn{
  margin-top:6px;
  align-self:flex-start;
}

.tk-isolatietool .cta-text strong{
  display:block;
  font-size:24px !important;
  line-height:1.2 !important;
  font-weight:600 !important;
  color:#fff !important;
  margin:0 0 6px !important;
}

.tk-isolatietool .cta-text p{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.45 !important;
  color:rgba(255,255,255,.90) !important;
}

.tk-isolatietool .cta-btn,
.tk-isolatietool .cta-btn:link,
.tk-isolatietool .cta-btn:visited{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  max-width:100% !important;
  padding:10px 14px !important;
  border-radius:0px !important;
  border:1px solid #6d6b68 !important;
  background:#6d6b68 !important;
  color:#fff !important;
  font-weight:400 !important;
  white-space:nowrap;
  font-size:13px !important;
  line-height:1.2 !important;
  text-decoration:none !important;
  box-shadow:none !important;
}

.tk-isolatietool .cta-btn:hover,
.tk-isolatietool .cta-btn:focus{
  background:#5f5d5a !important;
  border-color:#5f5d5a !important;
  color:#fff !important;
  text-decoration:none !important;
}

.tk-isolatietool .tk-subsidy{
  margin:0 24px 10px;
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:600 !important;
  color:rgba(255,255,255,.95) !important;
}

.tk-isolatietool .tk-disclaimer{
  margin:0 24px 22px;
  font-size:12px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
font-style:italic !important;
  color:rgba(255,255,255,.85) !important;
  text-align:left;
}

@media (max-width:980px){
  .tk-isolatietool .grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .tk-isolatietool .result-inner{
    grid-template-columns:1fr;
  }
  .tk-isolatietool h1{
    font-size:36px !important;
  }
}

@media (max-width:700px){
  .tk-isolatietool{
    padding:14px;
  }
  .tk-isolatietool .inner{
    padding:18px;
  }
  .tk-isolatietool .brandrow{
    flex-direction:column;
  }
  .tk-isolatietool .grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tk-isolatietool .result-extra{
    grid-template-columns:1fr;
  }
  .tk-isolatietool h1{
    font-size:30px !important;
  }
  .tk-isolatietool .lead{
    font-size:15px !important;
  }
  .tk-isolatietool .tk-disclaimer{
    margin:0 18px 18px;
    font-size:11px !important;
  }
}

@media (max-width:480px){
  .tk-isolatietool{
    padding:10px;
  }
  .tk-isolatietool .inner{
    padding:14px;
  }
  .tk-isolatietool .grid{
    grid-template-columns:1fr;
  }
  .tk-isolatietool h1{
    font-size:26px !important;
  }
  .tk-isolatietool .option-label{
    font-size:14px !important;
  }
  .tk-isolatietool .result strong{
    font-size:34px !important;
  }
  .tk-isolatietool .tk-disclaimer{
    margin:0 14px 16px;
  }
}