/* ============================================================
   Joyce van Dam Hypnotherapie – huisstijl
   Kleuren en fonts overgenomen van de originele site:
   primair blauw #5c9abc · licht blauw #61aad1 · tekst #3283ae
   accent zalm #ffa07a · koppen Playfair Display · tekst Josefin Sans
   ============================================================ */

:root {
  --primary: #5c9abc;
  --primary-light: #61aad1;
  --primary-deep: #3d7fa3;
  --text: #3283ae;
  --accent: #ffa07a;
  --accent-deep: #f08a60;
  --white: #ffffff;
  --soft: #f2f8fb;
  --max: 1170px;
  --radius: 10px;
  --shadow: 0 6px 24px rgba(50, 131, 174, 0.14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text);
  background: var(--white);
}

img { max-width: 100%; display: block; }

h1, h2, h3, h4 { font-family: 'Playfair Display', serif; }

h1 { font-size: 48px; font-weight: 500; line-height: 1.15; color: var(--primary-light); }
h2 { font-size: 40px; font-weight: 500; line-height: 1.25; letter-spacing: 1px; }
h3 { font-size: 25px; font-weight: 600; line-height: 1.4; letter-spacing: 1px; }
h4 { font-size: 20px; font-weight: 600; letter-spacing: 1px; color: var(--text); }

a { color: var(--primary); }

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

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  padding: 13px 28px 11px;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-primary { background: var(--primary); border-color: var(--primary); color: var(--white); }
.btn-primary:hover { background: var(--primary-deep); border-color: var(--primary-deep); }
.btn-accent { background: var(--accent); border-color: var(--accent); color: var(--white); }
.btn-accent:hover { background: var(--accent-deep); border-color: var(--accent-deep); }
.btn-line { background: var(--white); border-color: var(--primary); color: var(--primary); }
.btn-line-white { background: transparent; border-color: var(--white); color: var(--white); }
.btn-line-white:hover { background: rgba(255,255,255,.15); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(92, 154, 188, 0.15);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 10px 24px;
  max-width: var(--max);
  margin: 0 auto;
}
.logo img { height: 74px; width: auto; }
.main-nav { display: flex; gap: 26px; margin-left: auto; align-items: center; }
.main-nav a {
  text-decoration: none;
  color: var(--text);
  font-size: 17px;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
  transition: border-color .15s ease, color .15s ease;
}
.main-nav a:hover { color: var(--primary-deep); border-color: var(--accent); }
.main-nav a.header-cta { color: var(--white); border-bottom: none; }
.main-nav a.header-cta:hover { color: var(--white); }
.header-cta { margin-left: 10px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span {
  display: block; width: 26px; height: 3px; margin: 5px 0;
  background: var(--primary); border-radius: 2px;
}

/* ---------- Hero ---------- */
.hero { padding: 70px 0 60px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}
.hero p { margin: 24px 0 32px; font-size: 20px; }
.hero-img img { border-radius: var(--radius); box-shadow: var(--shadow); }

/* Hero met lichtblauwe achtergrond en witte tekst */
.hero-blue { background: #61aad1; }
.hero-blue h1 { color: var(--white); }
.hero-blue p { color: var(--white); }

/* Gestapelde hero: tekst eerst, foto eronder */

/* Gecentreerd tekstblok */
.center-narrow { max-width: 860px; margin: 0 auto; text-align: center; }
.center-narrow h2 { margin-bottom: 22px; }
.center-narrow p { margin-bottom: 18px; }
.center-narrow .btn { margin-top: 12px; }

/* Groene sectie met witte tekst */
.section-green { background: #0c7c59; color: var(--white); }
.section-green h2, .section-green .split h2 { color: var(--white); }
.section-green p, .section-green .split p { color: rgba(255,255,255,.96); }

/* ---------- Generic sections ---------- */
.section { padding: 80px 0; }
.section-blue {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-deep) 100%);
  color: var(--white);
}
.section-blue h2, .section-blue h3 { color: var(--white); }
.section-blue p { color: rgba(255,255,255,.94); }
.section-soft { background: var(--soft); }
.section-title { text-align: center; margin-bottom: 18px; }
.section-sub { text-align: center; margin-bottom: 48px; font-size: 19px; }
.center { text-align: center; }
.mt-40 { margin-top: 40px; }

/* ---------- Split (tekst + beeld) ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
.split h2 { color: var(--primary-light); margin-bottom: 20px; }
.split p { margin-bottom: 18px; }
.split .btn { margin-top: 10px; }

/* ---------- Kaarten (help-onderwerpen / specialisaties) ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.card {
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease;
}
.card:hover { transform: translateY(-6px); }
.card img { width: 100%; height: 240px; object-fit: cover; }
.card-body { padding: 26px 26px 30px; }
.card-body h3 { color: var(--primary-deep); margin-bottom: 12px; }
.card-body p { font-size: 17px; }

/* ---------- USP's: Hypnotherapie is... ---------- */
.usps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.usp { text-align: center; padding: 10px 6px; }
.usp .check {
  width: 54px; height: 54px; margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; font-weight: 700;
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
}
.usp h4 { color: var(--white); margin-bottom: 10px; font-size: 22px; }
.usp p { font-size: 16.5px; }

/* ---------- Testimonials ---------- */
.testimonials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.testimonial {
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 30px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
}
.testimonial img {
  width: 84px; height: 84px; border-radius: 50%; object-fit: cover;
  flex-shrink: 0; border: 3px solid var(--soft);
}
.testimonial blockquote { font-size: 17px; font-style: italic; }
.testimonial cite { display: block; margin-top: 14px; font-style: normal; font-weight: 700; color: var(--primary-deep); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow);
  margin-bottom: 14px;
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 54px 18px 24px;
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-deep);
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute; right: 22px; top: 50%;
  transform: translateY(-50%);
  font-size: 26px; color: var(--accent); font-weight: 400;
  transition: transform .2s ease;
}
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 24px 22px; font-size: 17px; }

/* ---------- Tarieven ---------- */
.pricing-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.price-box {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 14px;
  padding: 26px 28px;
  margin: 26px 0;
}
.price-line { display: flex; justify-content: space-between; align-items: baseline; padding: 10px 0; }
.price-line + .price-line { border-top: 1px solid rgba(255,255,255,.25); }
.price-line .amount { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 600; }
.price-line .note { font-size: 15px; opacity: .9; }
.pricing-grid img { border-radius: var(--radius); box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.btn-row { display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- Video ---------- */
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Contact / footer ---------- */
.contact-block { text-align: center; }
.contact-list { list-style: none; margin: 26px 0 34px; }
.contact-list li { margin: 10px 0; font-size: 19px; }
.contact-list a { color: var(--white); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); }
.contact-list a:hover { border-color: var(--white); }
.socials { display: flex; gap: 16px; justify-content: center; margin-top: 26px; }
.socials a {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--white); text-decoration: none;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.4);
  padding: 10px 20px 8px; border-radius: 999px;
  font-size: 16px;
  transition: background .15s ease;
}
.socials a:hover { background: rgba(255,255,255,.28); }

.site-footer {
  background: var(--white);
  border-top: 1px solid rgba(92, 154, 188, 0.2);
  color: var(--text);
  padding: 34px 0;
  text-align: center;
  font-size: 16px;
}
.site-footer img { height: 64px; width: auto; margin: 0 auto 14px; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  h1 { font-size: 36px; }
  h2 { font-size: 30px; }
  .hero-grid, .split, .pricing-grid { grid-template-columns: 1fr; gap: 36px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .usps { grid-template-columns: 1fr 1fr; }
  .testimonials { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .section { padding: 56px 0; }
  .cards { grid-template-columns: 1fr; }
  .usps { grid-template-columns: 1fr; }
  .logo img { height: 58px; }

  .nav-toggle { display: block; margin-left: auto; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--white);
    flex-direction: column;
    gap: 0;
    padding: 10px 0 16px;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 24px; width: 100%; }
  .header-cta { margin: 10px 24px 0; }
}

:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
