:root {
  --h2bh-green: #0f3f2e;
  --h2bh-green-2: #1f6b4a;
  --h2bh-light-green: #edf6ef;
  --h2bh-orange: #ee7042;
  --h2bh-yellow: #ffc72e;
  --h2bh-cream: #fbf7ef;
  --h2bh-beige: #f4ecdf;
  --h2bh-text: #17382c;
  --h2bh-muted: #5f6f68;
  --h2bh-border: #eadfce;
  --h2bh-white: #ffffff;
  --h2bh-shadow: 0 16px 40px rgba(15, 63, 46, 0.08);
  --h2bh-radius: 22px;
  --tp-navy: var(--h2bh-green);
  --tp-muted: var(--h2bh-muted);
  --tp-line: var(--h2bh-border);
  --tp-section-y: 80px;
  --tp-section-y-sm: 40px;
  --tp-heading-gap: 48px;
  --tp-subheading-gap: 24px;
  --tp-text-gap: 28px;
  --tp-block-gap: 36px;
}

*, *::before, *::after { box-sizing: border-box; }
.single-therapist .iheader {
    display: none;
}
.single-therapist .site-main {
    padding: 0px;
}
body.tp-page {
  margin: 0;
  color: var(--h2bh-text);
  background: var(--h2bh-white);
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.tp-page h1, .tp-page h2, .tp-page h3, .tp-page h4 {
  font-family: "Quicksand", sans-serif;
}

.tp-page h1:not([class]), .tp-page h2:not([class]), .tp-page h3:not([class]), .tp-page h4:not([class]) { margin: 0; }
.tp-page img { max-width: 100%; height: auto; display: block; }
.tp-page a { color: inherit; text-decoration: none; }

.h2bh-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
/*   padding: 0 20px; */
}

.tp-section { padding: var(--tp-section-y) 0; }
.tp-section--cream { background: var(--h2bh-cream); }
.tp-section--light { background: var(--h2bh-light-green); }

.tp-section-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 600;
  letter-spacing: -0.035em;
  color: var(--h2bh-green);
  text-align: center;
  margin: 0 0 var(--tp-heading-gap);
}

.tp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--h2bh-orange);
  margin: 0px 0px;
}

.tp-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--h2bh-yellow);
  border-radius: 50%;
  display: inline-block;
}

.tp-hero-top {
  position: relative;
  padding: 70px 0 56px;
  background-color: var(--h2bh-cream);
/*   background-image: url(https://how2behealthy.nl/wp-content/uploads/2026/06/template-page-banner-bg.jpg); */
	  background-image: url(https://how2behealthy.nl/wp-content/uploads/2026/07/Main-Banner-2.jpg.jpeg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
}

.tp-highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.tp-highlight::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 4px;
  height: 8px;
  background: rgba(255, 199, 46, 0.42);
  z-index: -1;
  border-radius: 12px;
}

.tp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 32px 48px;
  align-items: center;
}

.tp-hero-copy .tp-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 600;
  color: var(--h2bh-green);
  margin-bottom: var(--tp-subheading-gap);
  line-height: 1.1;
  letter-spacing: -0.04em;
  max-width: 540px;
}

.tp-hero-text {
  font-size: 17px;
  color: var(--tp-muted);
  font-weight: 500;
  margin: 0 0 22px;
  max-width: 520px;
  line-height: 1.6;
}

.tp-consultant-line {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 600;
  color: var(--h2bh-green);
  margin: 0 0 32px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.h2bh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.h2bh-btn-primary {
  background: var(--h2bh-orange);
  color: var(--h2bh-white) !important;
  box-shadow: 0 12px 24px rgba(238, 112, 66, 0.18);
}
.h2bh-btn-primary:hover {
  background: #d85d32;
  transform: translateY(-2px);
}

.h2bh-btn-secondary {
  background: var(--h2bh-white);
  color: var(--h2bh-green) !important;
  border-color: rgba(238, 112, 66, 0.55);
}
.h2bh-btn-secondary:hover {
  border-color: var(--h2bh-orange);
  transform: translateY(-2px);
}

.tp-checklist--bar {
  list-style: none;
  padding: 32px 0 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 36px;
}

.tp-checklist--bar li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  color: var(--tp-navy);
}

.tp-checklist--bar i {
  color: var(--h2bh-green-2);
  font-size: 18px;
}

.tp-hero-visual {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tp-hero-blob {
  position: absolute;
  width: min(72%, 380px);
  height: min(68%, 320px);
  right: 8%;
  bottom: 8%;
  background: #d4edda;
  border-radius: 58% 42% 55% 45% / 48% 52% 48% 52%;
  z-index: 0;
  opacity: 0.85;
}

.tp-hero-dots {
  position: absolute;
  top: 4%;
  left: 2%;
  width: 72px;
  height: 72px;
  z-index: 1;
  opacity: 0.45;
  background-image: radial-gradient(circle, #b8c4be 1.5px, transparent 1.5px);
  background-size: 10px 10px;
}

.tp-hero-img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.tp-recognize-wrap {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tp-recognize-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  color: var(--h2bh-green);
  text-align: center;
  margin: 0 0 24px;
  letter-spacing: -0.035em;
}

.tp-recognize-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border: 1px solid var(--tp-line);
  border-radius: var(--h2bh-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--h2bh-shadow);
}

.tp-recognize-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 22px 10px 18px;
  border-right: 1px solid var(--tp-line);
}

.tp-recognize-icon-box {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.tp-recognize-icon-box--green { background: var(--h2bh-light-green); color: var(--h2bh-green); }
.tp-recognize-icon-box--orange { background: rgba(238, 112, 66, 0.12); color: var(--h2bh-orange); }
.tp-recognize-icon-box--yellow { background: rgba(255, 199, 46, 0.22); color: #9a7200; }
.tp-recognize-icon-box--blue { background: rgba(26, 43, 73, 0.08); color: #1a2b49; }

.tp-recognize-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--h2bh-text);
  line-height: 1.35;
}

.tp-recognize-card:last-child { border-right: none; }

.tp-assessment-card {
  background: var(--h2bh-light-green);
  border-radius: var(--h2bh-radius);
  border: 1px solid rgba(15, 63, 46, 0.08);
  padding: 40px;
  box-shadow: var(--h2bh-shadow);
}

.tp-assessment-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  align-items: center;
}

.check-list-img { width: 200px; height: auto; }
.tp-assessment-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  color: var(--h2bh-green);
  margin: 0 0 var(--tp-subheading-gap);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.tp-assessment-text { margin-bottom: var(--tp-text-gap); }
.tp-assessment-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.tp-text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--h2bh-green-2); }
.tp-text-link:hover { color: var(--h2bh-green); }

.tp-approach-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: var(--h2bh-white);
  border-radius: var(--h2bh-radius);
  border: 1px solid var(--tp-line);
  padding: 40px;
  box-shadow: var(--h2bh-shadow);
}

.tp-approach-title {
  font-family: Georgia, 'Times New Roman', serif;
  text-align: center;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  color: var(--h2bh-green);
  margin: 0 0 var(--tp-heading-gap);
  letter-spacing: -0.035em;
}

.tp-approach-steps { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.tp-approach-step { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; min-width: 0; gap: 10px; }
.tp-approach-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--h2bh-light-green);
  color: var(--h2bh-green-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.tp-approach-copy h3 { margin: 0 0 6px; font-size: 15px; font-weight: 800; color: var(--h2bh-green); }
.tp-approach-copy p { margin: 0; font-size: 14px; font-weight: 500; color: var(--tp-muted); }
.tp-approach-arrow { color: var(--h2bh-green-2); font-size: 14px; }

.tp-consultant-card {
  background: var(--h2bh-white);
  border-radius: var(--h2bh-radius);
  border: 1px solid var(--tp-line);
  box-shadow: var(--h2bh-shadow);
  overflow: hidden;
}

.tp-consultant-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
  align-items: stretch;
}

.tp-consultant-grid--has-video {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}

.tp-consultant-video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--h2bh-green);
}

.tp-consultant-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.tp-consultant-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tp-consultant-visual { min-height: 100%; position: relative; }
.tp-consultant-photo {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.tp-consultant-copy { padding: 40px; }
.tp-consultant-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 600;
  color: var(--h2bh-green);
  margin: 0 0 var(--tp-subheading-gap);
  letter-spacing: -0.035em;
}
.tp-consultant-bio { margin-bottom: var(--tp-text-gap); }

.tp-specialties-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; margin-bottom: var(--tp-block-gap); }
.tp-specialties-label { font-size: 14px; font-weight: 800; color: var(--h2bh-green-2); }
.tp-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tp-tag { padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; color: var(--h2bh-green-2); background: var(--h2bh-light-green); }

.tp-consultant-divider { margin: 0 0 var(--tp-block-gap); border: none; height: 1px; background: var(--tp-line); }
.tp-features-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.tp-feature-mini { display: flex; align-items: flex-start; gap: 12px; }
.tp-feature-mini i { color: var(--h2bh-green-2); font-size: 22px; }
.tp-feature-mini strong { display: block; font-size: 13px; font-weight: 800; color: var(--h2bh-green); margin-bottom: 4px; }
.tp-feature-mini span { font-size: 14px; color: var(--tp-muted); }

.tp-programs-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.tp-program-card { background: var(--h2bh-white); border: 1px solid var(--h2bh-border); border-radius: var(--h2bh-radius); padding: 28px 24px; box-shadow: var(--h2bh-shadow); }
.tp-program-icon { width: 52px; height: 52px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; margin-bottom: 22px; }
.tp-program-icon--green { background: var(--h2bh-green); }
.tp-program-icon--blue { background: #1a5fb8; }
.tp-program-icon--gold { background: linear-gradient(145deg, #d4a853, #b8860b); }
.tp-program-card h3 { font-family: "Quicksand", sans-serif; font-size: 18px; font-weight: 800; color: var(--h2bh-green); margin: 0 0 18px; }
.tp-program-list { list-style: none; padding: 0; margin: 0 0 20px; }
.tp-program-list li { display: flex; gap: 8px; font-size: 14px; font-weight: 600; color: var(--h2bh-muted); margin-bottom: 8px; }
.tp-program-list i { color: var(--h2bh-green-2); margin-top: 4px; }
.tp-program-link { font-size: 14px; font-weight: 800; color: var(--h2bh-orange); display: inline-flex; align-items: center; gap: 4px; }
.tp-program-link:hover { color: #d85d32; }

.tp-why-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
/* .tp-why-card { text-align: center; padding: 16px 12px; } */
.tp-why-card {
    text-align: center;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tp-why-card i { font-size: 32px; color: var(--h2bh-green); margin-bottom: 18px; display: block; }
.tp-why-card strong { display: block; font-size: 16px; font-weight: 800; color: var(--h2bh-text); margin-bottom: 8px; }
.tp-why-card span { font-size: 14px; color: var(--h2bh-muted); }

.tp-detail-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: start; }
.tp-detail-copy h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(24px, 3vw, 30px); font-weight: 600; color: var(--h2bh-green); margin: 0 0 var(--tp-subheading-gap); letter-spacing: -0.035em; }
.tp-detail-copy p { margin: 0 0 20px; font-size: 15px; color: var(--h2bh-muted); line-height: 1.65; }
/* .tp-detail-side { background: var(--h2bh-light-green); border-radius: var(--h2bh-radius); padding: 28px 24px; border: 1px solid rgba(15, 63, 46, 0.08); } */
.tp-detail-side {
    background: var(--h2bh-light-green);
    border-radius: 18px;
    padding: 28px 24px;
    border: 1px solid rgba(15, 63, 46, 0.08);
    background-image: url(https://how2behealthy.nl/wp-content/uploads/2026/06/leaf-png.png);
    background-size: 120px;
    background-position: bottom right;
    background-repeat: no-repeat;
} 
.tp-detail-side h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 18px; font-weight: 600; color: var(--h2bh-green); margin: 0 0 20px !important }
.tp-detail-checklist { list-style: none; padding: 0; margin: 0; }
.tp-detail-checklist li { display: flex; gap: 10px; font-size: 14px; font-weight: 600; color: var(--h2bh-text); margin-bottom: 12px; }
.tp-detail-checklist i { color: var(--h2bh-green-2); margin-top: 3px; }

.tp-reviews-wrap { display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: start; }
.tp-rating-block { text-align: center; padding: 24px 20px; min-width: 140px; }
.tp-rating-score { font-size: 56px; font-weight: 900; color: var(--h2bh-green); line-height: 1; margin-bottom: 8px; }
.tp-rating-stars { color: #f5b301; font-size: 18px; margin-bottom: 6px; }
.tp-rating-label { font-size: 13px; font-weight: 600; color: var(--h2bh-muted); }
/* .tp-reviews-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; } */
.tp-review-card { background: var(--h2bh-white); border: 1px solid var(--h2bh-border); border-radius: var(--h2bh-radius); padding: 18px 16px; box-shadow: var(--h2bh-shadow); }
.tp-review-card .tp-stars { color: #f5b301; font-size: 12px; margin-bottom: 10px; }
.tp-review-card strong { display: block; font-size: 14px; font-weight: 800; color: var(--h2bh-text); margin-bottom: 8px; }
.tp-review-card p { margin: 0; font-size: 13px; color: var(--h2bh-muted); line-height: 1.45; }

.tp-footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.tp-footer-col h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 20px; font-weight: 600; color: var(--h2bh-green); margin: 0 0 var(--tp-subheading-gap) !important; }
.tp-contact-list { list-style: none; padding: 0; margin: 0; }
.tp-contact-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 18px; font-size: 14px; font-weight: 600; color: var(--h2bh-text); }
.tp-contact-list span { padding-top: 8px; line-height: 1.5; }
.tp-contact-list i {
  width: 36px; height: 36px; border-radius: 10px; background: var(--h2bh-light-green); color: var(--h2bh-green);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}

.tp-map-placeholder { min-height: 220px; border-radius: 16px; background: var(--h2bh-light-green); overflow: hidden; border: 1px solid var(--h2bh-border); }

.tp-sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: var(--h2bh-white);
  border-top: 1px solid var(--h2bh-border); padding: 12px 0; box-shadow: 0 -8px 24px rgba(15, 63, 46, 0.08);
}
.tp-sticky-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tp-sticky-text { font-size: 15px; font-weight: 700; color: var(--h2bh-text); margin: 0; }
.tp-sticky-btns { display: flex; gap: 12px; }
.tp-page-spacer { height: 72px; }

/* --- RESPONSIVE MEDIA QUERIES --- */
@media (max-width: 1100px) {
  .tp-hero-grid { gap: 28px 32px; }
  .tp-recognize-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .tp-recognize-card:nth-child(4n) { border-right: none; }
  .tp-recognize-card:nth-child(n + 5) { border-top: 1px solid var(--tp-line); }
  .tp-approach-steps { flex-wrap: wrap; justify-content: center; gap: 28px 16px; }
  .tp-approach-arrow { display: none; }
  .tp-approach-step { flex: 0 1 calc(33.333% - 16px); max-width: calc(33.333% - 16px); }
  .tp-programs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tp-why-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tp-features-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tp-reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tp-consultant-copy { padding: 20px; }
	.tp-assessment-card{padding: 20px;}
	.tp-approach-card{padding: 20px;}
}

@media (max-width: 900px) {
  .tp-hero-grid, .tp-assessment-inner, .tp-consultant-grid, .tp-detail-grid, .tp-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .tp-consultant-photo { min-height: 300px; }
  .tp-approach-step { flex: 0 1 calc(50% - 12px); max-width: calc(50% - 12px); }
  .tp-reviews-wrap { grid-template-columns: 1fr; }
  .tp-rating-block { margin: 0 auto; }

  /* Center align text on mobile/tablet screens for columns that stack */
  .tp-hero-copy { text-align: center; }
  .tp-hero-copy .tp-title { margin-left: auto; margin-right: auto; }
  .tp-hero-text { margin-left: auto; margin-right: auto; }
  .tp-consultant-line { text-align: center; }
  .tp-hero-btns { display: flex; justify-content: center; }

  .tp-assessment-copy { text-align: center; }
  .tp-assessment-actions { align-items: center; justify-content: center; }
  .tp-assessment-visual { display: flex; justify-content: center; }

  .tp-consultant-copy { text-align: center; }
  .tp-specialties-row { justify-content: center; }
  .tp-tags { justify-content: center; }

  .tp-detail-copy { text-align: center; }
  .tp-detail-side h3 { text-align: center; }
}

@media (max-width: 768px) {
  .tp-page { --tp-heading-gap: 36px; --tp-subheading-gap: 20px; --tp-text-gap: 24px; --tp-block-gap: 28px; }
  .tp-hero-top { background-image: none; padding: 36px 0 48px; }
  .tp-hero-visual { min-height: 260px; }
  .tp-recognize-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tp-recognize-card:nth-child(2n) { border-right: none; }
  .tp-recognize-card:nth-child(n + 3) { border-top: 1px solid var(--tp-line); }
  .tp-approach-steps { flex-direction: column; align-items: stretch; gap: 24px; }
  .tp-approach-step { max-width: 100%; }
  .tp-features-row { grid-template-columns: 1fr; }

  /* Center mini features on mobile */
  .tp-feature-mini { flex-direction: column; align-items: center; text-align: center; }

  .tp-programs-grid { grid-template-columns: 1fr; }
  .tp-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tp-reviews-grid { grid-template-columns: 1fr; }
  .tp-sticky-inner { flex-direction: column; text-align: center; gap: 12px; }
  .tp-sticky-btns { flex-direction: column; width: 100%; }
  .tp-sticky-btns .h2bh-btn { width: 100%; }
  .tp-page-spacer { height: 130px; }
	.tp-section .h2bh-container {
    padding: 0px;
}
	.tp-section{
		padding: 60px 0px;
	}

  /* Center checklist bar on mobile */
/*   .tp-checklist--bar { justify-content: center; }
  .tp-checklist--bar li { justify-content: center; } */
}
