/* ===================================================
   Massagepraktijk Hoofddorp — stijlblad
   Palet: groen/salie + warm creme + donker antraciet
   Volledig anders dan masseurjoost.nl (donker/goud)
   =================================================== */

:root {
  --green:        #2d6a4f;
  --green-mid:    #40916c;
  --green-light:  #52b788;
  --green-pale:   #d8f3dc;
  --green-bg:     #f0faf3;
  --cream:        #faf7f3;
  --cream-dark:   #ede8df;
  --text:         #1c1c1c;
  --muted:        #5a5a5a;
  --line:         #ddd5c6;
  --white:        #ffffff;
  --radius:       10px;
  --shadow:       0 4px 24px rgba(30,60,40,.09);
  --transition:   .2s ease;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
  background: var(--cream);
}

h1, h2, h3, h4 {
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.2;
  color: var(--green);
}
h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: .6em; }
h2 { font-size: clamp(1.45rem, 3vw, 2rem); margin-bottom: .5em; }
h3 { font-size: 1.2rem; margin-bottom: .4em; }
h4 { font-size: 1rem; }

p { margin-bottom: 1em; color: var(--muted); }
p:last-child { margin-bottom: 0; }
a { color: var(--green); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--green-light); }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

/* ── Layout ── */
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
section { padding: 64px 0; }
section.bg-green  { background: var(--green-bg); }
section.bg-cream  { background: var(--cream-dark); }
section.bg-dark   { background: var(--green); }

/* ── Buttons ── */
.btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  cursor: pointer;
  border: none;
}
.btn:hover { transform: translateY(-2px); }
.btn-green {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(45,106,79,.28);
}
.btn-green:hover { background: var(--green-mid); color: var(--white); box-shadow: 0 6px 20px rgba(45,106,79,.38); }
.btn-outline {
  background: transparent;
  color: var(--green);
  border: 2px solid var(--green);
}
.btn-outline:hover { background: var(--green); color: var(--white); }
.btn-white {
  background: var(--white);
  color: var(--green);
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
}
.btn-white:hover { background: var(--cream); color: var(--green); }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }

/* ── Header ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-mark {
  width: 38px; height: 38px;
  background: var(--green);
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-weight: bold;
  flex-shrink: 0;
}
.logo-text {
  font-size: .78rem;
  line-height: 1.3;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.logo-text strong { display: block; font-size: .88rem; color: var(--green); }
.site-nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.site-nav a {
  padding: 7px 11px;
  border-radius: 6px;
  font-size: .88rem;
  font-weight: 600;
  color: var(--text);
  transition: background var(--transition), color var(--transition);
}
.site-nav a:hover { background: var(--green-pale); color: var(--green); }
.site-nav a.nav-cta {
  background: var(--green);
  color: var(--white);
  border-radius: 999px;
  padding: 8px 16px;
  margin-left: 6px;
}
.site-nav a.nav-cta:hover { background: var(--green-mid); color: var(--white); }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: var(--transition); }

/* ── Hero ── */
.hero {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-mid) 100%);
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-block;
  background: rgba(255,255,255,.15);
  color: rgba(255,255,255,.9);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.hero h1 { color: var(--white); font-size: clamp(2rem, 4.5vw, 3.2rem); max-width: 640px; }
.hero .hero-lead { color: rgba(255,255,255,.85); font-size: 1.1rem; max-width: 520px; margin-bottom: 32px; }
.hero .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-sub { margin-top: 40px; display: flex; gap: 28px; flex-wrap: wrap; }
.hero-stat { color: rgba(255,255,255,.75); font-size: .88rem; }
.hero-stat strong { color: var(--white); display: block; font-size: 1.4rem; }

/* ── Section headers ── */
.section-hd { text-align: center; margin-bottom: 44px; }
.section-hd .eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: 10px;
}
.section-hd h2 { color: var(--green); max-width: 540px; margin: 0 auto .8em; }
.section-hd p { max-width: 520px; margin: 0 auto; }

/* ── Cards ── */
.cards { display: grid; gap: 24px; }
.cards.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cards.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.card:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(30,60,40,.13); }
.card-icon {
  width: 46px; height: 46px;
  background: var(--green-pale);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  font-size: 1.3rem;
}
.card h3 { color: var(--green); margin-bottom: 8px; }
.card p { font-size: .92rem; }
.card a.card-link {
  display: inline-block;
  margin-top: 16px;
  font-size: .88rem;
  font-weight: 700;
  color: var(--green);
}
.card a.card-link:hover { color: var(--green-light); }

/* ── Split layout ── */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.split.reverse > :first-child { order: 2; }
.split.reverse > :last-child  { order: 1; }

/* ── List with checks ── */
.check-list { list-style: none; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; color: var(--muted); }
.check-list li::before { content: '✓'; color: var(--green-light); font-weight: 800; flex-shrink: 0; margin-top: 2px; }

/* ── CTA banner ── */
.cta-banner {
  background: var(--green);
  border-radius: 16px;
  padding: 48px 40px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(45,106,79,.22);
}
.cta-banner h2 { color: var(--white); margin-bottom: 12px; }
.cta-banner p  { color: rgba(255,255,255,.8); max-width: 480px; margin: 0 auto 28px; }

/* ── Page hero (inner pages) ── */
.page-hero {
  background: linear-gradient(120deg, var(--green-bg) 0%, var(--cream-dark) 100%);
  padding: 52px 0 48px;
  border-bottom: 1px solid var(--line);
}
.page-hero .eyebrow { display: block; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--green-light); margin-bottom: 10px; }
.page-hero h1 { color: var(--green); max-width: 600px; }
.page-hero .lead { font-size: 1.08rem; max-width: 560px; color: var(--muted); margin-top: 12px; }
.page-hero .hero-actions { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Info box ── */
.info-box {
  background: var(--green-pale);
  border-left: 4px solid var(--green-light);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 24px;
  margin: 24px 0;
}
.info-box p { font-size: .9rem; color: var(--text); }

/* ── Steps ── */
.steps { display: grid; gap: 16px; }
.step { display: flex; gap: 16px; align-items: flex-start; }
.step-num {
  width: 36px; height: 36px; flex-shrink: 0;
  background: var(--green);
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: .88rem;
}
.step-body h4 { color: var(--green); margin-bottom: 4px; }
.step-body p  { font-size: .9rem; margin: 0; }

/* ── FAQ ── */
.faq-list { display: grid; gap: 4px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 20px;
  text-align: left;
  font-size: .95rem;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-q::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--green); flex-shrink: 0; transition: transform var(--transition); }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 20px 16px; font-size: .92rem; color: var(--muted); }
.faq-item.open .faq-a { display: block; }

/* ── Contact form / info ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info h3 { margin-bottom: 16px; }
.contact-detail { display: flex; gap: 12px; margin-bottom: 14px; align-items: flex-start; }
.contact-detail .icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }

/* ── Footer ── */
.site-footer { background: #1a2e24; color: rgba(255,255,255,.75); margin-top: 0; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 40px;
  padding: 52px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-inner h3 { font-size: .8rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 14px; font-family: inherit; }
.footer-inner p { font-size: .88rem; color: rgba(255,255,255,.58); line-height: 1.6; margin-bottom: 10px; }
.footer-inner a { color: rgba(255,255,255,.65); font-size: .88rem; font-weight: 600; transition: color var(--transition); }
.footer-inner a:hover { color: var(--white); }
.footer-inner ul { display: grid; gap: 8px; }
.footer-booking { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.booking-note { font-size: .78rem; text-transform: uppercase; letter-spacing: .07em; color: rgba(255,255,255,.4); margin-bottom: 10px; }
.booking-sub { font-size: .78rem; color: rgba(255,255,255,.38); margin-top: 8px; }
.booking-sub a { color: rgba(255,255,255,.5); text-decoration: underline; }
.footer-bottom {
  padding: 18px 0;
  font-size: .8rem;
  color: rgba(255,255,255,.35);
}
.footer-bottom .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom a { color: rgba(255,255,255,.45); text-decoration: underline; }

/* ── Breadcrumb ── */
.breadcrumb { font-size: .82rem; color: var(--muted); margin-bottom: 10px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb span::before { content: ' › '; }

/* ── WhatsApp float ── */
.wa-btn {
  position: fixed; right: 18px; bottom: 18px;
  background: #075E54;
  color: var(--white);
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .88rem;
  text-decoration: none;
  z-index: 200;
  box-shadow: 0 4px 16px rgba(0,0,0,.22);
  display: flex; align-items: center; gap: 7px;
  transition: background var(--transition), transform var(--transition);
}
.wa-btn:hover { background: #128C7E; color: var(--white); transform: translateY(-2px); }
.wa-icon { font-size: 1.1rem; }

/* ── Responsive ── */
@media (max-width: 860px) {
  section { padding: 48px 0; }
  .cards.cols-3 { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split.reverse > :first-child { order: 0; }
  .split.reverse > :last-child  { order: 0; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .cards.cols-3, .cards.cols-2 { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; padding: 36px 0 24px; }
  .hero { padding: 52px 0 48px; }
  .nav-toggle { display: flex; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--white);
    border-top: 1px solid var(--line);
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
  }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; padding: 10px 12px; }
  .site-nav a.nav-cta { margin-left: 0; text-align: center; }
  .site-header { position: relative; }
  .header-inner { position: relative; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { text-align: center; }
  .cta-banner { padding: 36px 24px; }
}
