/* ============================================================
   HARTslag — Website pagina-stijlen
   Laag bovenop hartslag.css (tokens + componenten)
   Hero-richting B: "Kloppend hart"
   ============================================================ */

html{ scroll-padding-top:94px; }
body{ background:var(--paper); }

/* ---------- header ---------- */
.site-nav .logo-link{ margin-right:auto; display:flex; align-items:center; }
.site-nav .logo-link .logo{ margin-right:0; }
.nav-toggle{
  display:none; background:none; border:1.5px solid var(--line); border-radius:10px;
  width:42px; height:42px; place-items:center; color:var(--ink); cursor:pointer;
  transition:border-color .15s;
}
.nav-toggle:hover{ border-color:var(--ink); }

/* ---------- HERO B — homepage ---------- */
.heroB{
  position:relative; background:var(--ink); color:#fff;
  overflow:hidden; text-align:center; padding:100px 0 112px;
}
.heroB .pulse-bg{ position:absolute; inset:0; color:rgba(255,255,255,.07); width:100%; height:100%; }
.heroB .inner{ position:relative; max-width:860px; margin:0 auto; padding:0 28px; }
.heroB .eyebrow{ color:#ff6a6f; justify-content:center; }
.heroB .eyebrow::before{ background:#ff6a6f; }
.heroB h1{
  font-family:var(--display); font-weight:700;
  font-size:clamp(38px,5.2vw,62px); line-height:1.02; letter-spacing:-.025em;
  margin-top:18px; color:#fff;
}
.heroB h1 .accent{ color:#ff5a60; }
.heroB .sub{ font-family:var(--serif); font-style:italic; font-size:clamp(19px,2.2vw,23px); color:#B9C2D4; margin-top:18px; }
.heroB p.body{ color:#98A4BA; font-size:17px; max-width:660px; margin:20px auto 0; }
.heroB .cta-row{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-top:34px; }

/* ---------- pagina-hero (vervolgpagina's, richting B) ---------- */
.page-hero{ position:relative; background:var(--ink); color:#fff; overflow:hidden; padding:76px 0 68px; }
.page-hero .pulse-bg{ position:absolute; inset:0; color:rgba(255,255,255,.06); width:100%; height:100%; }
.page-hero .swrap{ position:relative; }
.page-hero .eyebrow{ color:#ff6a6f; }
.page-hero .eyebrow::before{ background:#ff6a6f; }
.page-hero h1{
  font-family:var(--display); font-weight:700; color:#fff;
  font-size:clamp(34px,4.4vw,54px); line-height:1.03; letter-spacing:-.025em;
  margin-top:14px; max-width:780px;
}
.page-hero .sub{ font-family:var(--serif); font-style:italic; font-size:20px; color:#B9C2D4; margin-top:14px; max-width:660px; }

/* ---------- tekstblokken ---------- */
.prose{ max-width:720px; color:var(--slate); font-size:16.5px; display:grid; gap:16px; }
.prose strong, .prose b{ color:var(--ink); }
.two-col{ display:grid; grid-template-columns:1.05fr .95fr; gap:54px; align-items:center; }
.pull-quote{
  font-family:var(--serif); font-style:italic; font-size:clamp(22px,2.6vw,28px);
  color:var(--ink); line-height:1.35; max-width:680px;
}
.pull-quote .accent{ color:var(--red); }

/* ---------- HART-missie kaarten ---------- */
.hart-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.hart-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:28px 24px; box-shadow:var(--shadow-sm);
}
.hart-card .ltr{ font-family:var(--display); font-weight:800; font-size:42px; color:var(--red); line-height:1; }
.hart-card h4{ font-family:var(--display); font-weight:700; font-size:18px; margin:14px 0 7px; }
.hart-card p{ font-size:14px; color:var(--slate); line-height:1.55; }

/* ---------- doelstellingen / checklist ---------- */
.goals{ display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.goal{
  display:flex; gap:13px; align-items:flex-start;
  background:var(--white); border:1px solid var(--line); border-radius:14px;
  padding:18px 20px; font-size:15px; color:var(--slate);
}
.goal .chk{
  flex:0 0 auto; width:26px; height:26px; border-radius:50%;
  background:var(--red-soft); color:var(--red); display:grid; place-items:center; margin-top:1px;
  font-weight:800; font-size:13px;
}
.goal b{ color:var(--ink); }

/* ---------- fasen / stappen ---------- */
.fasen{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.fase{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:28px; box-shadow:var(--shadow-sm);
}
.fase .stepnum{
  font-family:var(--sans); font-weight:800; font-size:12px; letter-spacing:.14em;
  text-transform:uppercase; color:var(--red);
}
.fase h4{ font-family:var(--display); font-weight:700; font-size:19px; margin:10px 0 8px; }
.fase p{ font-size:14.5px; color:var(--slate); }

/* ---------- aanbod-rijen ---------- */
.offer-list{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.offer{
  display:flex; gap:16px; align-items:flex-start;
  background:var(--white); border:1px solid var(--line); border-radius:14px; padding:22px;
}
.offer .icn{
  width:44px; height:44px; border-radius:12px; flex:0 0 auto;
  background:var(--red-soft); color:var(--red); display:grid; place-items:center;
}
.offer .icn svg{ width:22px; height:22px; }
.offer h4{ font-family:var(--display); font-weight:700; font-size:16.5px; margin-bottom:5px; }
.offer p{ font-size:14px; color:var(--slate); line-height:1.55; }

/* ---------- formulieren ---------- */
.form-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:36px; box-shadow:var(--shadow-sm);
}
.form-card h3{ font-family:var(--display); font-weight:700; font-size:22px; margin-bottom:22px; }
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field{ display:grid; gap:7px; }
.field.full{ grid-column:1 / -1; }
.field label{ font-weight:800; font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:var(--ink); }
.field input, .field select, .field textarea{
  font-family:var(--sans); font-size:15px; color:var(--ink);
  background:var(--paper); border:1.5px solid var(--line); border-radius:12px;
  padding:13px 16px; outline:none; width:100%;
  transition:border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus{
  border-color:var(--red); box-shadow:0 0 0 4px rgba(225,27,34,.08); background:#fff;
}
.field textarea{ min-height:140px; resize:vertical; }
.form-note{ font-size:13px; color:var(--slate-2); margin-top:14px; }

/* ---------- contact ---------- */
.contact-cards{ display:grid; gap:14px; }
.ccard{
  display:flex; gap:15px; align-items:center;
  background:var(--white); border:1px solid var(--line); border-radius:14px; padding:18px 20px;
}
.ccard .icn{
  width:44px; height:44px; border-radius:12px; flex:0 0 auto;
  background:var(--red-soft); color:var(--red); display:grid; place-items:center;
}
.ccard .icn svg{ width:21px; height:21px; }
.ccard b{ font-family:var(--display); font-size:15px; display:block; }
.ccard span{ font-size:14px; color:var(--slate); }

.dot-list{ list-style:none; display:grid; gap:12px; }
.dot-list li{ display:flex; gap:12px; font-size:15.5px; color:var(--slate); }
.dot-list li::before{
  content:""; flex:0 0 auto; width:8px; height:8px; border-radius:50%;
  background:var(--red); margin-top:9px;
}

/* ---------- spotlight (donker blok) ---------- */
.spotlight{
  background:var(--ink); color:#E7EAF1; border-radius:var(--radius-lg);
  padding:52px 56px; position:relative; overflow:hidden;
}
.spotlight .pulse-bg{ position:absolute; inset:0; color:rgba(255,255,255,.06); width:100%; height:100%; }
.spotlight > *{ position:relative; }
.spotlight h2, .spotlight h3{ color:#fff; font-family:var(--display); font-weight:700; letter-spacing:-.02em; }
.spotlight p{ color:#AEB7C9; }
.spotlight .pill-dark{ background:rgba(255,255,255,.12); color:#fff; }

/* ---------- footer-quote ---------- */
.foot-quote{
  text-align:center; font-family:var(--serif); font-style:italic; font-size:19px;
  color:#cdd5e4; max-width:640px; margin:0 auto 44px;
}

/* ---------- grid-varianten (responsief, i.p.v. inline overrides) ---------- */
.init-grid-3{ grid-template-columns:repeat(3,1fr); }
.fasen-2{ grid-template-columns:repeat(2,1fr); }
.contact-split{ grid-template-columns:.9fr 1.1fr; }

/* ---------- responsive ---------- */
@media (max-width:980px){
  .nav-toggle{ display:grid; }
  .site-nav{ position:relative; }
  .site-nav .nav-links{ display:none; }
  .site-nav.open .nav-links{
    display:grid; position:absolute; top:74px; left:-40px; right:-40px;
    background:var(--paper); border-bottom:1px solid var(--line);
    padding:14px 40px 22px; gap:2px; box-shadow:var(--shadow); z-index:40;
  }
  .site-nav.open .nav-links a.nl{ padding:11px 0; font-size:16px; }
  .site-nav.open .nav-links a.nl.active::after{ display:none; }
  .two-col, .contact-split{ grid-template-columns:1fr; gap:30px; }
  .init-grid-3{ grid-template-columns:repeat(2,1fr); }
  .hart-grid, .fasen{ grid-template-columns:repeat(2,1fr); }
  .goals, .offer-list{ grid-template-columns:1fr; }
  .form-grid{ grid-template-columns:1fr; }
  .spotlight{ padding:38px 30px; }
}
@media (max-width:620px){
  .hart-grid, .fasen, .fasen-2, .init-grid-3{ grid-template-columns:1fr; }
  .heroB{ padding:70px 0 80px; }
  .page-hero{ padding:56px 0 50px; }
  .form-card{ padding:26px 22px; }
}
