/*
Theme Name: VoedingsCoach
Theme URI: https://wolterswebdesign.com
Author: Wolters Webdesign
Author URI: https://wolterswebdesign.com
Description: Rustig en modern WordPress thema voor voedingsconsulenten, diëtisten, leefstijlcoaches en gezondheidscoaches. Alle belangrijke teksten, diensten, afbeeldingen, kleuren en contactgegevens zijn aanpasbaar via de Customizer.
Version: 1.0.6
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Custom client-use license
License URI: https://wolterswebdesign.com
Text Domain: voedingscoach
Tags: customizer, health, wellness, nutrition, responsive, business
*/

:root {
  --vc-bg: #fffdf8;
  --vc-bg-soft: #f7f0e4;
  --vc-bg-sage: #eaf2e8;
  --vc-bg-peach: #faede4;
  --vc-text: #23342c;
  --vc-muted: #68756e;
  --vc-heading: #193528;
  --vc-accent: #6f8f68;
  --vc-accent-dark: #355a43;
  --vc-accent-soft: #dce9d8;
  --vc-border: rgba(35,52,44,.12);
  --vc-shadow: 0 18px 45px rgba(31,55,42,.10);
  --vc-radius: 26px;
  --vc-font-heading: Georgia, 'Times New Roman', serif;
  --vc-font-body: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body.scheme-natural {
  --vc-bg: #fffaf2; --vc-bg-soft: #f3e5d3; --vc-bg-sage: #eef3e6; --vc-bg-peach: #f8e7da; --vc-heading:#33271d; --vc-text:#3a3127; --vc-accent:#8a744f; --vc-accent-dark:#4e3f29; --vc-accent-soft:#eadfc9;
}
body.scheme-clean {
  --vc-bg: #fbfffe; --vc-bg-soft: #eef8f6; --vc-bg-sage: #e7f4ef; --vc-bg-peach: #f3f5f0; --vc-heading:#173334; --vc-text:#273d3d; --vc-accent:#5e9487; --vc-accent-dark:#2e655c; --vc-accent-soft:#d8eeea;
}
body.scheme-peach {
  --vc-bg: #fffaf7; --vc-bg-soft: #f9e7dc; --vc-bg-sage: #edf1e5; --vc-bg-peach: #fde9df; --vc-heading:#3b2d28; --vc-text:#443730; --vc-accent:#a9775f; --vc-accent-dark:#694431; --vc-accent-soft:#f1d9cc;
}
body.scheme-olive {
  --vc-bg: #fbfbf2; --vc-bg-soft: #eee8d2; --vc-bg-sage: #e3ebd8; --vc-bg-peach: #f4e7d4; --vc-heading:#20321f; --vc-text:#303c2f; --vc-accent:#61784b; --vc-accent-dark:#314422; --vc-accent-soft:#d9e3cb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; font-family: var(--vc-font-body); color: var(--vc-text); background: var(--vc-bg); line-height:1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }

.vc-container { width:min(1160px, calc(100% - 38px)); margin:0 auto; position:relative; z-index:2; }
.vc-narrow { width:min(860px, calc(100% - 38px)); margin:0 auto; }
.vc-section { position:relative; padding:88px 0; overflow:hidden; }
.vc-section-white { background:var(--vc-bg); }
.vc-section-soft { background:var(--vc-bg-soft); }
.vc-section-sage { background:var(--vc-bg-sage); }
.vc-section-peach { background:var(--vc-bg-peach); }
.vc-eyebrow { display:inline-flex; gap:8px; align-items:center; color:var(--vc-accent-dark); font-size:12px; letter-spacing:.14em; text-transform:uppercase; font-weight:800; margin:0 0 14px; }
.vc-eyebrow:before { content:""; width:32px; height:2px; background:var(--vc-accent); display:inline-block; }
h1,h2,h3,h4 { font-family: var(--vc-font-heading); color:var(--vc-heading); line-height:1.08; margin:0; font-weight:700; }
h1 { font-size: clamp(46px, 6vw, 82px); letter-spacing:-.05em; }
h2 { font-size: clamp(34px, 4vw, 58px); letter-spacing:-.04em; }
h3 { font-size: clamp(24px, 2.5vw, 32px); letter-spacing:-.025em; }
p { margin:0 0 18px; }
.vc-lead { font-size: clamp(17px, 2vw, 20px); color:var(--vc-muted); max-width:620px; }

.vc-btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:48px; padding:13px 22px; border-radius:999px; border:1px solid var(--vc-accent); background:var(--vc-accent); color:#fff; font-weight:800; box-shadow: 0 12px 25px rgba(53,90,67,.16); transition:.2s ease; cursor:pointer; }
.vc-btn:hover { transform:translateY(-2px); background:var(--vc-accent-dark); border-color:var(--vc-accent-dark); }
.vc-btn-outline { background:rgba(255,255,255,.72); color:var(--vc-accent-dark); box-shadow:none; }
.vc-btn-light { background:#fff; color:var(--vc-accent-dark); border-color:#fff; box-shadow:none; }

.site-header { position:sticky; top:0; z-index:99; background:rgba(255,253,248,.86); backdrop-filter: blur(16px); border-bottom:1px solid var(--vc-border); }
body.scheme-natural .site-header { background:rgba(255,250,242,.86); }
body.scheme-clean .site-header { background:rgba(251,255,254,.88); }
.site-header .vc-container { display:flex; align-items:center; justify-content:space-between; min-height:78px; gap:28px; }
.site-logo { font-family:var(--vc-font-heading); font-size:29px; letter-spacing:-.04em; color:var(--vc-heading); font-weight:800; display:flex; align-items:center; gap:8px; }
.site-logo span { color:var(--vc-accent); }
.site-logo svg { width:25px; height:25px; color:var(--vc-accent); }
.main-nav { display:flex; align-items:center; gap:25px; font-weight:760; font-size:15px; color:var(--vc-text); }
.main-nav a { opacity:.86; position:relative; }
.main-nav a:hover { opacity:1; color:var(--vc-accent-dark); }
.header-cta { margin-left:8px; min-height:42px; padding:10px 18px; font-size:14px; }
.menu-toggle { display:none; border:0; background:transparent; padding:8px; width:42px; height:42px; }
.menu-toggle span { display:block; height:2px; background:var(--vc-heading); margin:7px 0; width:28px; margin-left:auto; }

.vc-hero { padding:64px 0 0; background:linear-gradient(180deg,var(--vc-bg),var(--vc-bg) 82%,var(--vc-bg-soft) 82%); overflow:hidden; }
.vc-hero-grid { display:grid; grid-template-columns: .94fr 1.06fr; gap:52px; align-items:center; padding-bottom:56px; }
.vc-hero-copy { position:relative; z-index:3; }
.vc-hero-copy .vc-lead { margin-top:20px; }
.vc-actions { display:flex; gap:13px; flex-wrap:wrap; margin-top:28px; }
.vc-social-proof { display:flex; align-items:center; gap:13px; margin-top:28px; color:var(--vc-muted); font-size:14px; font-weight:700; }
.vc-avatar-row { display:flex; }
.vc-avatar { width:34px; height:34px; border-radius:50%; border:2px solid var(--vc-bg); background:var(--vc-accent-soft); margin-left:-8px; display:grid; place-items:center; color:var(--vc-accent-dark); font-weight:900; }
.vc-avatar:first-child { margin-left:0; }
.vc-hero-visual { position:relative; min-height:430px; }
.vc-photo-card { position:relative; overflow:hidden; border-radius:30px; box-shadow:var(--vc-shadow); border:1px solid rgba(255,255,255,.7); }
.vc-hero-photo { aspect-ratio: 4 / 3; object-fit:cover; width:100%; }
.vc-floating-note { display:none; }
.vc-floating-note strong { display:block; font-family:var(--vc-font-heading); color:var(--vc-heading); font-size:22px; line-height:1.1; margin-bottom:6px; }
.vc-floating-note p { font-size:13px; margin:0; color:var(--vc-muted); line-height:1.45; }
.vc-wave { height:74px; background:var(--vc-bg-soft); clip-path: ellipse(76% 66% at 50% 100%); margin-top:-34px; }

.vc-usp-band { background:var(--vc-bg-soft); padding:0 0 70px; }
.vc-usp-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.vc-usp-card { background:rgba(255,255,255,.72); border:1px solid rgba(255,255,255,.65); border-radius:24px; padding:24px 22px; box-shadow:0 13px 30px rgba(31,55,42,.06); }
.vc-icon { width:44px; height:44px; border-radius:16px; background:var(--vc-accent-soft); color:var(--vc-accent-dark); display:grid; place-items:center; margin-bottom:15px; }
.vc-icon svg { width:22px; height:22px; }
.vc-usp-card h3 { font-family:var(--vc-font-body); font-size:17px; letter-spacing:0; margin-bottom:8px; color:var(--vc-heading); }
.vc-usp-card p { margin:0; color:var(--vc-muted); font-size:14px; line-height:1.55; }

.vc-about-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:58px; align-items:center; }
.vc-about-image { border-radius:32px; overflow:hidden; box-shadow:var(--vc-shadow); aspect-ratio: .92 / 1; }
.vc-about-image img { width:100%; height:100%; object-fit:cover; }
.vc-mini-card { margin-top:26px; display:inline-flex; gap:14px; align-items:center; background:var(--vc-bg-sage); border:1px solid var(--vc-border); padding:16px 19px; border-radius:20px; color:var(--vc-accent-dark); font-weight:800; }

.vc-target-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:36px; }
.vc-target-card { min-height:190px; background:#fff; border-radius:28px; padding:26px; box-shadow:var(--vc-shadow); border:1px solid rgba(255,255,255,.74); position:relative; overflow:hidden; }
.vc-target-card:after { content:""; position:absolute; width:110px; height:110px; right:-45px; bottom:-45px; border-radius:50%; background:var(--vc-accent-soft); opacity:.75; }
.vc-target-card h3 { font-family:var(--vc-font-body); font-size:20px; letter-spacing:-.02em; margin:0 0 10px; }
.vc-target-card p { color:var(--vc-muted); font-size:14px; margin:0; }

.vc-section-head { display:flex; justify-content:space-between; gap:28px; align-items:end; margin-bottom:36px; }
.vc-section-head .vc-lead { max-width:470px; }
.vc-services { position:relative; }
.vc-services-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; position:relative; z-index:2; }
.vc-service-card { background:#fff; border-radius:30px; overflow:hidden; box-shadow:var(--vc-shadow); border:1px solid rgba(255,255,255,.75); display:flex; flex-direction:column; min-height:100%; transition:.2s ease; }
.vc-service-card:hover { transform: translateY(-5px); }
.vc-service-card .thumb { aspect-ratio:1.2/.86; background:var(--vc-accent-soft); overflow:hidden; }
.vc-service-card .thumb img { width:100%; height:100%; object-fit:cover; }
.vc-service-content { padding:23px; }
.vc-service-content h3 { font-family:var(--vc-font-body); font-size:21px; letter-spacing:-.02em; margin-bottom:10px; }
.vc-service-content p { color:var(--vc-muted); font-size:14px; line-height:1.55; min-height:66px; }
.vc-link { display:inline-flex; align-items:center; color:var(--vc-accent-dark); font-weight:900; }

.vc-process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:42px; }
.vc-step { position:relative; background:rgba(255,255,255,.62); border:1px solid rgba(255,255,255,.74); border-radius:26px; padding:26px; }
.vc-step-number { width:42px; height:42px; border-radius:50%; display:grid; place-items:center; background:var(--vc-accent); color:#fff; font-weight:900; margin-bottom:18px; }
.vc-step h3 { font-family:var(--vc-font-body); font-size:20px; letter-spacing:-.02em; margin-bottom:8px; }
.vc-step p { margin:0; color:var(--vc-muted); font-size:14px; }

.vc-packages-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:36px; align-items:stretch; }
.vc-package { background:#fff; border:1px solid var(--vc-border); border-radius:30px; padding:30px; box-shadow:var(--vc-shadow); position:relative; overflow:hidden; }
.vc-package.featured { background:linear-gradient(180deg,#fff,var(--vc-accent-soft)); border-color:rgba(53,90,67,.22); transform: translateY(-10px); }
.vc-badge { position:absolute; top:0; right:0; background:var(--vc-accent); color:#fff; font-size:11px; font-weight:900; letter-spacing:.08em; padding:10px 17px; border-bottom-left-radius:18px; }
.vc-price { font-size:46px; font-family:var(--vc-font-heading); color:var(--vc-heading); margin:14px 0 5px; letter-spacing:-.04em; }
.vc-package ul { list-style:none; padding:0; margin:22px 0; }
.vc-package li { margin:10px 0; color:var(--vc-muted); }
.vc-package li:before { content:"✓"; color:var(--vc-accent-dark); font-weight:900; margin-right:8px; }

.vc-review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:36px; }
.vc-review { background:#fff; border-radius:28px; padding:28px; box-shadow:0 12px 30px rgba(61,44,32,.08); border:1px solid rgba(255,255,255,.8); }
.vc-stars { color:#c79239; letter-spacing:2px; margin:13px 0 0; }
.vc-review p { color:var(--vc-muted); }
.vc-review strong { color:var(--vc-heading); }

.vc-cta { background:var(--vc-accent-dark); color:#fff; border-radius:40px; padding:54px; display:block; overflow:hidden; position:relative; }
.vc-cta > div { position:relative; z-index:2; max-width:760px; }
.vc-cta h2, .vc-cta p { color:#fff; }
.vc-cta p { opacity:.86; max-width:560px; }
.vc-cta:after { content:""; position:absolute; width:360px; height:360px; right:-130px; top:-120px; border-radius:50%; background:rgba(255,255,255,.08); }

.site-footer { background:#fffdf8; border-top:1px solid var(--vc-border); padding:62px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; gap:30px; }
.footer-title { font-family:var(--vc-font-body); font-size:15px; font-weight:900; color:var(--vc-heading); margin:0 0 12px; }
.footer-list { list-style:none; margin:0; padding:0; color:var(--vc-muted); }
.footer-list li { margin:7px 0; }
.social-row { display:flex; gap:10px; align-items:center; }
.social-row a { width:40px; height:40px; border-radius:50%; background:var(--vc-accent-soft); color:var(--vc-accent-dark); display:grid; place-items:center; transition:transform .2s ease, background .2s ease, color .2s ease; }
.social-row a:hover { transform:translateY(-2px); background:var(--vc-accent-dark); color:#fff; }
.social-row svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.social-row a[aria-label="Facebook"] svg { fill:currentColor; stroke:none; width:17px; height:17px; }
.footer-bottom { margin-top:40px; padding-top:22px; border-top:1px solid var(--vc-border); display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; color:var(--vc-muted); font-size:13px; }
.footer-credit a { color:var(--vc-accent-dark); font-weight:900; }

.vc-page { padding:82px 0; }
.vc-page h1 { font-size: clamp(42px, 5vw, 68px); margin-bottom:22px; }
.vc-page-content { background:#fff; border-radius:30px; padding:38px; box-shadow:var(--vc-shadow); }
.vc-service-detail-hero { background:var(--vc-bg-sage); padding:88px 0; }
.vc-service-detail-grid { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.vc-service-detail-img { border-radius:34px; overflow:hidden; box-shadow:var(--vc-shadow); aspect-ratio:1.15/.85; }
.vc-service-detail-img img { width:100%; height:100%; object-fit:cover; }
.vc-contact-card { background:var(--vc-bg-soft); padding:28px; border-radius:26px; margin-top:28px; }

.screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* Vaste contactknoppen */
.vc-floating-contact { position:fixed; right:22px; bottom:22px; z-index:120; display:flex; flex-direction:column; gap:10px; pointer-events:none; }
.vc-floating-contact a { pointer-events:auto; min-width:148px; min-height:48px; padding:12px 18px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; gap:10px; font-weight:900; line-height:1; box-shadow:0 18px 38px rgba(25,53,40,.18); transition:transform .2s ease, background .2s ease, color .2s ease; }
.vc-floating-contact a:hover { transform:translateY(-2px); }
.vc-floating-contact svg { width:20px; height:20px; flex:0 0 auto; }
.vc-floating-whatsapp { background:var(--vc-accent-dark); color:#fff; border:1px solid var(--vc-accent-dark); }
.vc-floating-call { background:rgba(255,255,255,.94); color:var(--vc-accent-dark); border:1px solid var(--vc-border); backdrop-filter:blur(12px); }
.vc-floating-call:hover { background:var(--vc-accent-soft); }

@media (max-width: 980px) {
  .main-nav { display:none; position:absolute; left:19px; right:19px; top:78px; flex-direction:column; align-items:flex-start; background:#fff; padding:22px; border-radius:20px; box-shadow:var(--vc-shadow); border:1px solid var(--vc-border); }
  .main-nav.is-open { display:flex; }
  .header-cta { margin-left:0; }
  .menu-toggle { display:block; }
  .vc-hero-grid, .vc-about-grid, .vc-service-detail-grid, .vc-cta { grid-template-columns:1fr; }
  .vc-hero-copy { order:1; }
  .vc-hero-visual { min-height:auto; order:2; }
  .vc-about-image { order:1; }
  .vc-about-grid > div:not(.vc-about-image) { order:2; }
  .vc-usp-grid, .vc-target-grid, .vc-services-grid, .vc-process-grid { grid-template-columns:repeat(2,1fr); }
  .vc-packages-grid, .vc-review-grid, .footer-grid { grid-template-columns:1fr; }
  .vc-package.featured { transform:none; }
  .vc-section-head { display:block; }
  .vc-section-head .vc-lead { margin-top:14px; }
}
@media (max-width: 620px) {
  .vc-container, .vc-narrow { width:min(100% - 26px, 1160px); }
  .site-header { background:var(--vc-bg); }
  .site-header .vc-container { min-height:70px; }
  .site-logo { font-size:clamp(30px, 8vw, 42px); gap:7px; max-width:calc(100% - 58px); line-height:1; }
  .site-logo svg { width:22px; height:22px; flex:0 0 auto; }
  h1 { font-size:clamp(42px, 13vw, 56px); line-height:1.02; }
  .vc-eyebrow { font-size:11px; letter-spacing:.13em; margin-bottom:12px; }
  .vc-lead { font-size:17px; line-height:1.62; }
  .main-nav { top:70px; }
  .vc-hero { padding-top:28px; }
  .vc-hero-grid { gap:26px; padding-bottom:34px; }
  .vc-hero-copy .vc-lead { margin-top:16px; }
  .vc-hero-photo { aspect-ratio: 1.08 / 1; }
  .vc-social-proof { margin-top:22px; }
  .vc-photo-card { border-radius:30px; }
  .vc-floating-note { display:none; }
  .vc-usp-grid, .vc-target-grid, .vc-services-grid, .vc-process-grid { grid-template-columns:1fr; }
  .vc-section { padding:62px 0; }
  .vc-cta { padding:34px 24px; border-radius:28px; }
  .vc-service-content p { min-height:auto; }
  .vc-actions { flex-direction:column; align-items:stretch; }
  .vc-btn { width:100%; }
  body { padding-bottom:82px; }
  .vc-floating-contact { left:13px; right:13px; bottom:13px; flex-direction:row; gap:10px; }
  .vc-floating-contact a { min-width:0; flex:1; min-height:54px; padding:12px 14px; font-size:15px; }
}
