:root{
  --bg: #ddf3ff;
  --herobg: #ffffff;
  --surface: #ffffff;

  --headerbgover: rgba(191, 228, 255, 0.182);
  --herobgover: rgba(255, 255, 255, 0.497);

  --text: #1f2328;
  --muted: #5a636e;

  --accent: #1fad6d;
  --accent-2: #10a462;

  --line: rgba(32, 64, 104, 0.12);
  --shadow: 0 14px 34px rgba(31,35,40,0.10);

  --radius: 12px;
  --radius-2: 16px;

  --container: 1120px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }

body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}

a{ color: inherit; text-decoration: none; }
a:hover{ text-decoration: underline; }

.container{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 18px;
}

/* Header */
.site-header{
  position: sticky;
  top:0;
  z-index: 50;
  background: var(--headerbgover);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-inner{
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
}

.brand{
  display:flex;
  align-items:flex-start;
  padding-top: 4px;
}

.brand-logo{
  display:block;
  width: 320px;
  height: auto;
}

/* Nav bar */
.nav-bar{
  width: fit-content;
  max-width: 66vw;
  margin-left: auto;

  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap: 10px;

  padding: 8px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(31,35,40,0.06);
}

.nav-bar a{
  padding: 10px 12px;
  border-radius: 10px;
  color: rgba(31,35,40,0.72);
  font-weight: 800;
  font-size: 14px;
  transition: background 160ms ease, color 160ms ease;
}

.nav-bar a:hover{
  text-decoration:none;
  background: rgba(19,174,104,0.10);
  color: rgba(31,35,40,0.92);
}

.nav-cta{ display:none; }

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(19,174,104,0.26);
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 900;
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 22px rgba(19,174,104,0.16);
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, color 160ms ease;
}

.btn:hover{
  background: var(--accent-2);
  box-shadow: 0 14px 30px rgba(19,174,104,0.20);
  text-decoration:none;
}

.btn:active{
  transform: translateY(1px);
}

.btn-small{
  padding: 10px 12px;
  font-size: 14px;
}

.btn-ghost{
  background: rgba(255,255,255,0.92);
  color: rgba(31,35,40,0.90);
  border-color: rgba(32, 64, 104, 0.14);
  box-shadow: none;
}

.btn-ghost:hover{
  background: #fff;
  border-color: rgba(19,174,104,0.28);
  color: rgba(31,35,40,0.98);
}

/* Hero */
.hero{
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--herobg);
}

.hero-bg{
  position:absolute;
  inset: 0;
  background-image: url("/img/inter-view.nl-line-art.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: clamp(620px, 56vw, 1060px);
}

.hero-tint{
  position:absolute;
  inset:0;
  background: var(--herobgover);
}

.hero-grid{
  position: relative;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  min-height: 72vh;
  align-items: center;
  padding: 56px 0;
}

.hero-copy{
  max-width: 640px;
}

.eyebrow{
  display:block;
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 13px;
  color: rgba(31,35,40,0.62);
  letter-spacing: 0.01em;
}

h1{
  margin: 12px 0 12px;
  letter-spacing: -0.03em;
  line-height: 1.08;
  font-size: clamp(30px, 4vw, 50px);
}

.lead{
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 16px;
  max-width: 72ch;
}

.hero-actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

/* Key points lijst */
.key-points{
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 8px;
}

.key-points li{
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 15px;
  color: var(--muted);
}

.key-points strong{
  color: var(--text);
  font-weight: 900;
}

.key-points .marker{
  font-weight: 900;
  color: var(--accent);
  letter-spacing: -0.02em;
  flex-shrink: 0;
}


/* Sections */
.section{
  padding: 46px 0;
  background: var(--bg);
}

.section-soft{
  background: rgba(255,255,255,0.55);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head{
  margin-bottom: 18px;
}

.section-head h2{
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  font-size: clamp(22px, 2.4vw, 34px);
}

.section-head p{
  margin: 0;
  color: var(--muted);
  max-width: 86ch;
}

.split{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
}

/* Panels */
.panel{
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(32, 64, 104, 0.12);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 10px 24px rgba(31,35,40,0.06);
}

.panel-accent{
  border-color: rgba(19,174,104,0.26);
}

.panel h3{
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.panel p{
  margin: 0 0 12px;
  color: var(--muted);
  max-width: 90ch;
}

.mt{ margin-top: 18px; }

.panel-actions{
  margin-top: 10px;
}

.panel-note{
  margin: 12px 0 0;
  color: rgba(31,35,40,0.62);
  font-weight: 650;
}

/* Bullets */
.bullets{
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(31,35,40,0.78);
  font-weight: 800;
}

.bullets li{
  margin: 6px 0;
}

/* Steps */
.steps{
  margin: 0;
  padding: 0;
  list-style: none;
  display:grid;
  gap: 12px;
}

.steps li{
  background: rgba(255,255,255,0.80);
  border: 1px solid rgba(32, 64, 104, 0.12);
  border-radius: var(--radius);
  padding: 14px 16px;
}

.steps h3{
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.steps p{
  margin: 0;
  color: var(--muted);
  max-width: 90ch;
}

/* FAQ */
.faq{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.qa{
  background: rgba(255,255,255,0.80);
  border: 1px solid rgba(32, 64, 104, 0.12);
  border-radius: var(--radius);
  padding: 12px 14px;
}

.qa summary{
  cursor: pointer;
  font-weight: 950;
  color: rgba(31,35,40,0.86);
  transition: color 160ms ease;
}

.qa summary:hover{
  color: rgba(19,174,104,0.95);
}

.qa-body{
  margin-top: 10px;
  color: var(--muted);
  font-weight: 650;
}

/* Contact block */
.contact{
  display:grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 16px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(32, 64, 104, 0.12);
  border-radius: var(--radius-2);
  padding: 18px;
  box-shadow: var(--shadow);
}

.contact-copy h2{
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.contact-copy p{
  margin: 0 0 10px;
  color: var(--muted);
  max-width: 82ch;
}

.contact-actions{
  display:flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

/* Footer */
.footer{
  padding: 26px 0 18px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,0.45);
}

.footer-inner{
  display:flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.brand-logo-footer{
  width: 240px;
  height: auto;
  margin-bottom: 8px;
}

.footer-note{
  margin: 0;
  color: rgba(31,35,40,0.60);
  max-width: 62ch;
  font-weight: 650;
}

.footer-links{
  display:grid;
  gap: 10px;
  color: rgba(31,35,40,0.70);
  font-weight: 950;
}

.footer-links a{
  transition: color 160ms ease;
}

.footer-links a:hover{
  color: rgba(19,174,104,0.90);
  text-decoration: none;
}

.footer-bottom{
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid var(--line);
  color: rgba(31,35,40,0.55);
}

/* Responsive */
@media (max-width: 980px){
  .header-inner{
    align-items: center;
  }

  .brand-logo{
    width: 220px;
  }

  .nav-bar{ display:none; }
  .nav-cta{ display:inline-flex; }

  .hero-grid{
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 44px 20px;
  }

  .hero-bg{
    background-position: center bottom;
    background-size: cover;
    opacity: 0.85;
  }

  .hero-tint{
    background: rgba(251,247,239,0.94);
  }

  .split{ grid-template-columns: 1fr; }
  .faq{ grid-template-columns: 1fr; }
  .contact{ grid-template-columns: 1fr; }

  .contact-actions{
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 520px){
  .brand-logo{ width: 190px; }
  .trust-item{ width: 100%; }
  .hero-actions{ width: 100%; }
  .hero-actions .btn{ width: 100%; }
}

/* Werkwijze – afgeschuinde blokken */
.process{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.process-step{
  position: relative;
  padding: 22px 28px;
  background: rgba(255,255,255,0.85);
  border: 1px solid var(--line);
  border-radius: 10px;
}

/* schuine vorm voor middelste blokken */
.process-step:not(:last-child){
  clip-path: polygon(
    0 0,
    95% 0,
    100% 50%,
    95% 100%,
    0 100%
  );
}

/* laatste blok is recht */
.process-step:last-child{
  clip-path: none;
}

/* typografie */
.process-step h3{
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.process-step p{
  margin: 0;
  color: var(--muted);
  max-width: 48ch;
}

/* mobiel: gewone rechthoeken onder elkaar */
@media (max-width: 980px){
  .process{
    grid-template-columns: 1fr;
  }

  .process-step{
    clip-path: none;
  }
}
