/*
 * GENERATED by scripts/scope-legacy-css.mjs — do not edit by hand.
 * source: ./reference_current_site/styles.css
 * Every selector is scoped under ".vv-legacy"; enqueue this ONLY on the legacy pages.
 */
.vv-legacy *, .vv-legacy *::before, .vv-legacy *::after { box-sizing: border-box; margin: 0; padding: 0; }
.vv-legacy input, .vv-legacy textarea, .vv-legacy button, .vv-legacy select, .vv-legacy a { -webkit-tap-highlight-color: transparent; }
.vv-legacy button, .vv-legacy a, .vv-legacy div, .vv-legacy input { }
.vv-legacy {
  --sand:    #F7F3EE;
  --sand-2:  #EDE6DC;
  --terra:   #C27B5A;
  --terra-2: #D9987A;
  --terra-lt:#F5E6DC;
  --terra-a11y:#8B4B26;
  --sage:    #4F7558;
  --sage-2:  #7A9E82;
  --sage-lt: #C8DAC4;
  --ink:     #2C2420;
  --ink-2:   #6B5E58;
  --rule:    rgba(44,36,32,.1);
  --font-d:  'Lora', Georgia, serif;
  --font-b:  'Nunito', system-ui, sans-serif;
  --ease:    cubic-bezier(0.34, 1.56, 0.64, 1);
}
.vv-legacy { scroll-behavior: smooth; }
.vv-legacy { font-family: var(--font-b); background: var(--sand); color: var(--ink); font-size: 16px; line-height: 1.6; overflow-x: hidden; }


.vv-legacy nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.3rem 3rem; transition: background .4s, box-shadow .4s; }
.vv-legacy nav.scrolled { background: rgba(247,243,238,.92); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--rule); }
.vv-legacy .nav-logo { font-family: var(--font-d); font-size: 1.1rem; font-weight: 700; color: var(--sage); text-decoration: none; letter-spacing: .01em; }
.vv-legacy .nav-logo span { font-weight: 400; font-style: italic; color: var(--terra); }
.vv-legacy .nav-links { display: flex; gap: 2.2rem; list-style: none; }
.vv-legacy .nav-links a { font-size: .78rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; color: var(--ink-2); transition: color .2s; }
.vv-legacy .nav-links a:hover { color: var(--sage); }
.vv-legacy .nav-cta { font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; color: var(--sand); background: var(--sage); padding: .55rem 1.4rem; border-radius: 40px; transition: background .25s, transform .2s; }
.vv-legacy .nav-cta:hover { background: var(--sage-2); transform: translateY(-1px); }
.vv-legacy .nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.vv-legacy .nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }
.vv-legacy .mobile-nav { display: none; position: fixed; inset: 0; z-index: 101; background: var(--sand); flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem; opacity: 0; pointer-events: none; transition: opacity .3s; }
.vv-legacy .mobile-nav.open { display: flex; opacity: 1; pointer-events: all; }
.vv-legacy .mobile-nav a { font-family: var(--font-d); font-size: 2rem; font-weight: 700; color: var(--ink); text-decoration: none; transition: color .2s; }
.vv-legacy .mobile-nav a:hover { color: var(--sage); }
.vv-legacy .mobile-nav-close { position: absolute; top: 1.5rem; right: 3rem; font-size: 1.8rem; color: var(--ink-2); background: none; border: none; cursor: pointer; }


.vv-legacy .btn-fill { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--font-b); font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; color: var(--sand); background: var(--sage); padding: .9rem 2rem; border-radius: 40px; border: none; cursor: pointer; transition: background .25s, transform .2s, box-shadow .25s; }
.vv-legacy .btn-fill:hover { background: var(--sage-2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(79,117,88,.25); }
.vv-legacy .btn-fill:focus, .vv-legacy .btn-fill:focus-visible, .vv-legacy .btn-fill:active { outline: none; }
.vv-legacy .btn-outline { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--font-b); font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; color: var(--ink); background: transparent; padding: .9rem 2rem; border-radius: 40px; border: 1.5px solid var(--rule); transition: border-color .25s, background .25s, transform .2s; cursor: pointer; }
.vv-legacy .btn-outline:hover { border-color: var(--sage); color: var(--sage); transform: translateY(-2px); }
.vv-legacy .btn-outline:focus, .vv-legacy .btn-outline:focus-visible, .vv-legacy .btn-outline:active { outline: none; }


.vv-legacy .container { max-width: 1140px; margin: 0 auto; padding: 0 3rem; }
.vv-legacy .reveal { opacity: 1; transform: none; }
.vv-legacy .section-label { display: inline-flex; align-items: center; gap: .55rem; font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--terra-a11y); margin-bottom: 1rem; }
.vv-legacy .section-label::before { content: ''; width: 18px; height: 2px; background: var(--terra-a11y); border-radius: 2px; display: block; }
.vv-legacy .section-title { font-family: var(--font-d); font-size: clamp(2.2rem, 3.5vw, 3.5rem); font-weight: 700; line-height: 1.1; color: var(--ink); }
.vv-legacy .section-title em { font-style: italic; color: var(--sage); }


.vv-legacy .faq-section { padding: 5rem 0; background: var(--sand); }
.vv-legacy .faq-list { display: flex; flex-direction: column; gap: .75rem; max-width: 720px; margin: 3rem auto 0; }
.vv-legacy .faq-item { background: #fff; border-radius: 1rem; overflow: hidden; }
.vv-legacy .faq-q { width: 100%; text-align: left; background: none; border: none; padding: 1.25rem 1.5rem; font-family: 'Nunito', system-ui, sans-serif; font-size: .97rem; font-weight: 600; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: color .2s; }
.vv-legacy .faq-q:hover { color: var(--sage); }
.vv-legacy .faq-q svg { flex-shrink: 0; transition: transform .3s ease; }
.vv-legacy .faq-item.open .faq-q svg { transform: rotate(45deg); }
.vv-legacy .faq-a { max-height: 0; overflow: hidden; transition: max-height .38s ease; }
.vv-legacy .faq-item.open .faq-a { max-height: 600px; }
.vv-legacy .faq-a-inner { padding: 1rem 1.5rem 1.4rem; font-size: .9rem; color: var(--ink-2); line-height: 1.78; border-top: 1px solid var(--rule); }


.vv-legacy footer { background: var(--ink); padding: 4rem 0 2rem; }
.vv-legacy .footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 4rem; margin-bottom: 3rem; }
.vv-legacy .footer-brand .nav-logo { color: var(--sand); }
.vv-legacy .footer-brand .nav-logo span { color: var(--terra-2); }
.vv-legacy .footer-brand p { font-size: .85rem; font-weight: 300; color: rgba(247,243,238,.65); line-height: 1.75; margin-top: 1rem; max-width: 260px; }
.vv-legacy .footer-col h4 { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(247,243,238,.55); margin-bottom: 1.2rem; }
.vv-legacy .footer-col-label { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(247,243,238,.55); margin-bottom: 1.2rem; }
.vv-legacy .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.vv-legacy .footer-col a { font-size: .87rem; font-weight: 300; color: rgba(247,243,238,.75); text-decoration: none; transition: color .2s; }
.vv-legacy .footer-col a:hover { color: var(--sage-lt); }
.vv-legacy .footer-bottom { border-top: 1px solid rgba(247,243,238,.06); padding-top: 1.8rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: .75rem; color: rgba(247,243,238,.50); }

@keyframes up { to { opacity: 1; transform: none; } }
@keyframes fadeIn { to { opacity: 1; } }


.vv-legacy #home { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: 8rem 3rem 4rem; position: relative; overflow: hidden; }
.vv-legacy .hero-blob { position: absolute; border-radius: 50%; pointer-events: none; }
.vv-legacy .hero-blob:nth-child(1) { width: 60vw; height: 60vw; top: -20vw; right: -15vw; background: radial-gradient(circle, rgba(200,218,196,.35) 0%, transparent 65%); filter: blur(60px); }
.vv-legacy .hero-blob:nth-child(2) { width: 45vw; height: 45vw; bottom: -10vw; left: -10vw; background: radial-gradient(circle, rgba(194,123,90,.18) 0%, transparent 65%); filter: blur(50px); }
.vv-legacy .hero-blob:nth-child(3) { width: 30vw; height: 30vw; top: 30%; left: 30%; background: radial-gradient(circle, rgba(245,230,220,.5) 0%, transparent 70%); filter: blur(40px); z-index: 0; }
.vv-legacy .hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 1.1fr; gap: 3.5rem; align-items: center; max-width: 1240px; margin: 0 auto; width: 100%; }
.vv-legacy .hero-tag { display: inline-flex; align-items: center; gap: .6rem; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--terra); margin-bottom: 1.8rem; opacity: 0; transform: translateY(12px); animation: up .6s .15s forwards; }
.vv-legacy .hero-tag::before { content: ''; width: 24px; height: 2px; background: var(--terra); display: block; border-radius: 2px; }
.vv-legacy .hero-eyebrow { display: inline-flex; align-items: center; gap: .55rem; padding: .5rem .95rem .5rem .8rem; background: var(--sage-lt); border-radius: 100px; font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--sage); margin-bottom: 1.6rem; opacity: 0; transform: translateY(14px); animation: up .8s .2s forwards; }
.vv-legacy .hero-eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--sage); }
.vv-legacy .hero-title { font-family: var(--font-d); font-size: clamp(2.5rem, 4.6vw, 4.6rem); font-weight: 700; line-height: 1.06; color: var(--ink); margin-bottom: 1.8rem; text-wrap: balance; opacity: 0; transform: translateY(20px); animation: up .8s .3s forwards; }
.vv-legacy .hero-title em { font-style: italic; color: var(--sage); }
.vv-legacy .hero-sub { font-size: 1rem; font-weight: 300; color: var(--ink-2); line-height: 1.85; margin-bottom: 2.4rem; opacity: 0; transform: translateY(14px); animation: up .8s .45s forwards; }
.vv-legacy .hero-btns { display: flex; gap: .85rem; flex-wrap: wrap; opacity: 0; animation: up .8s .6s forwards; }
.vv-legacy .hero-proof { display: flex; align-items: center; gap: 1.1rem; margin-top: 1.8rem; opacity: 0; animation: up .8s .75s forwards; }
.vv-legacy .hero-proof-stars { display: flex; flex-direction: column; gap: .3rem; }
.vv-legacy .hero-proof-stars .stars { color: var(--terra); font-size: .92rem; letter-spacing: 1px; line-height: 1; }
.vv-legacy .hero-proof-stars small { font-size: .78rem; font-weight: 600; color: var(--ink-2); }
.vv-legacy .hero-proof-div { width: 1px; height: 34px; background: var(--rule); }
.vv-legacy .hero-proof-fact { font-size: .82rem; font-weight: 700; color: var(--ink); line-height: 1.4; }
.vv-legacy .hero-proof-fact span { font-weight: 500; color: var(--ink-2); }
.vv-legacy .hero-right-visual { position: relative; opacity: 0; animation: fadeIn 1s .7s forwards; }
.vv-legacy .hvb { position: relative; border-radius: 14px; overflow: hidden; background: #fff; border: 1px solid rgba(44,36,32,.06); box-shadow: 0 30px 70px rgba(44,36,32,.2), 0 4px 12px rgba(44,36,32,.08); transform: rotate(1.4deg); }
.vv-legacy .hvb .ptf-screen { height: 380px; }
.vv-legacy .hvb-shot { position: absolute; inset: 0; background-size: 100% auto; background-position: top center; background-repeat: no-repeat; }
.vv-legacy .hvb-badge { position: absolute; left: -22px; bottom: -20px; background: var(--sage); color: var(--sand); border-radius: 16px; padding: 1.05rem 1.3rem; box-shadow: 0 18px 40px rgba(79,117,88,.34); animation: floatY 5.5s ease-in-out infinite; z-index: 6; }
.vv-legacy .hvb-badge h4 { font-family: var(--font-d); font-weight: 700; font-size: 2.1rem; line-height: 1; margin: 0; }
.vv-legacy .hvb-badge p { font-size: .64rem; font-weight: 700; letter-spacing: .12em; margin: .35rem 0 0; color: var(--sage-lt); }
.vv-legacy .hvb-pill { position: absolute; right: -12px; top: -16px; background: var(--sand); border-radius: 100px; padding: .55rem .95rem; box-shadow: 0 10px 26px rgba(44,36,32,.16); display: flex; align-items: center; gap: .5rem; font-size: .74rem; font-weight: 700; color: var(--ink); white-space: nowrap; animation: floatY2 6s ease-in-out infinite; z-index: 6; }
.vv-legacy .hvb-pill::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(79,117,88,.18); }
.vv-legacy .hvb-phone { position: absolute; right: -26px; bottom: -40px; width: 140px; border-radius: 26px; background: #1c1b18; padding: 7px; box-shadow: 0 26px 54px rgba(44,36,32,.3); transform: rotate(4deg); z-index: 7; }
.vv-legacy .hvb-phone-notch { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: 44px; height: 13px; border-radius: 10px; background: #1c1b18; z-index: 2; }
.vv-legacy .hvb-phone-screen { position: relative; height: 290px; border-radius: 20px; overflow: hidden; background: var(--sand); }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes floatY2 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }


.vv-legacy #stats { background: var(--sage); padding: 3rem 0; }
.vv-legacy .stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.vv-legacy .stat-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 2rem; }
.vv-legacy .stat-item + .stat-item { border-left: 1px solid rgba(200,218,196,.25); }
.vv-legacy .stat-num { font-family: var(--font-d); font-size: clamp(2.5rem, 4vw, 3.5rem); font-weight: 700; color: var(--sand); line-height: 1; margin-bottom: .3rem; }
.vv-legacy .stat-num span { font-weight: 400; font-style: italic; color: var(--sage-lt); }
.vv-legacy .stat-desc { font-size: .7rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: rgba(200,218,196,.6); }


.vv-legacy #diensten { padding: 8rem 0 6rem; }
.vv-legacy .svc-top { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 5rem; }
.vv-legacy .svc-top p { font-size: .95rem; font-weight: 300; color: var(--ink-2); line-height: 1.85; }
.vv-legacy .svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.vv-legacy .svc-card { background: var(--sand-2); border-radius: 20px; padding: 2.6rem 2.2rem; position: relative; overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s; }
.vv-legacy .svc-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(44,36,32,.1); }
.vv-legacy .svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--sage), var(--terra)); border-radius: 20px 20px 0 0; }
.vv-legacy .svc-icon-wrap { width: 52px; height: 52px; background: var(--sand); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: var(--sage); margin-bottom: 1.6rem; box-shadow: 0 4px 16px rgba(79,117,88,.15); transition: transform .35s var(--ease); }
.vv-legacy .svc-card:hover .svc-icon-wrap { transform: scale(1.1) rotate(-5deg); }
.vv-legacy .svc-card h3 { font-family: var(--font-d); font-size: 1.4rem; font-weight: 700; color: var(--ink); margin-bottom: .6rem; }
.vv-legacy .svc-card p { font-size: .88rem; font-weight: 300; color: var(--ink-2); line-height: 1.8; }
.vv-legacy .svc-num { position: absolute; top: 1.5rem; right: 2rem; font-family: var(--font-d); font-size: 4rem; font-weight: 700; color: rgba(44,36,32,.05); line-height: 1; }


.vv-legacy #proces { padding: 8rem 0; }
.vv-legacy .proc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.vv-legacy .proc-left p { font-size: .95rem; font-weight: 300; color: var(--ink-2); line-height: 1.85; margin: 1.5rem 0 2.5rem; }
.vv-legacy .proc-steps { display: flex; flex-direction: column; gap: 1.8rem; }
.vv-legacy .proc-step { display: flex; gap: 1.5rem; align-items: flex-start; padding: 1.8rem; background: var(--sand); border-radius: 16px; transition: transform .3s var(--ease), box-shadow .3s; }
.vv-legacy .proc-step:hover { transform: translateX(6px); box-shadow: 0 8px 24px rgba(44,36,32,.08); }
.vv-legacy .proc-step-num { width: 44px; height: 44px; background: var(--terra-lt); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: var(--font-d); font-size: 1.1rem; font-weight: 700; color: var(--terra); flex-shrink: 0; transition: background .3s; }
.vv-legacy .proc-step:hover .proc-step-num { background: var(--terra); color: var(--sand); }
.vv-legacy .proc-step h3 { font-family: var(--font-d); font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: .3rem; }
.vv-legacy .proc-step p { font-size: .87rem; font-weight: 300; color: var(--ink-2); line-height: 1.75; }


.vv-legacy #testimonials { padding: 8rem 0; }
.vv-legacy .testi-inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; align-items: center; }
.vv-legacy .testi-inner .section-title { margin-top: .8rem; }
.vv-legacy .testi-inner > div:first-child p { font-size: .9rem; font-weight: 300; color: var(--ink-2); margin-top: 1rem; line-height: 1.8; }
.vv-legacy .testi-card { background: var(--sage); border-radius: 24px; padding: 3.2rem; position: relative; overflow: hidden; }
.vv-legacy .testi-card::before { content: '"'; position: absolute; top: .5rem; right: 2.5rem; font-family: var(--font-d); font-size: 9rem; font-weight: 700; color: rgba(200,218,196,.18); line-height: 1; }
.vv-legacy .testi-stars { display: flex; gap: 3px; margin-bottom: 1.2rem; }
.vv-legacy .testi-stars svg { color: #f0c060; }
.vv-legacy blockquote { font-family: var(--font-d); font-size: clamp(1.15rem, 2vw, 1.6rem); font-weight: 500; font-style: italic; color: var(--sand); line-height: 1.55; margin-bottom: 2rem; }
.vv-legacy .testi-author { display: flex; align-items: center; gap: 1rem; }
.vv-legacy .testi-av { width: 42px; height: 42px; background: rgba(200,218,196,.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-d); font-size: 1rem; font-weight: 700; color: var(--sand); }
.vv-legacy .testi-info p:first-child { font-size: .9rem; font-weight: 600; color: var(--sand); }
.vv-legacy .testi-info p:last-child { font-size: .75rem; color: rgba(200,218,196,.65); }


.vv-legacy #prijzen { padding: 8rem 0; background: var(--sand-2); }
.vv-legacy .price-hdr { text-align: center; margin-bottom: 4.5rem; }
.vv-legacy .price-hdr .section-label { justify-content: center; }
.vv-legacy .price-hdr .section-label::before { display: none; }
.vv-legacy .price-hdr p { font-size: .95rem; font-weight: 300; color: var(--ink-2); max-width: 500px; margin: 1rem auto 0; line-height: 1.85; }
.vv-legacy .price-grid { display: grid; grid-template-columns: 1fr 1.08fr 1fr; gap: 2rem; align-items: start; }
.vv-legacy .pc { background: var(--sand); border-radius: 24px; padding: 2.8rem 2.4rem; position: relative; transition: transform .35s var(--ease), box-shadow .35s; }
.vv-legacy .pc:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(44,36,32,.1); }
.vv-legacy .pc.featured { background: var(--ink); }
.vv-legacy .pc-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--terra); color: var(--sand); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: .3rem 1rem; border-radius: 20px; white-space: nowrap; }
.vv-legacy .pc-name { font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--terra); margin-bottom: 1.2rem; }
.vv-legacy .pc.featured .pc-name { color: var(--terra-2); }
.vv-legacy .pc-price-block { margin-bottom: 1.8rem; padding-bottom: 1.8rem; border-bottom: 1px solid var(--rule); }
.vv-legacy .pc.featured .pc-price-block { border-color: rgba(247,243,238,.1); }
.vv-legacy .pc-upfront { display: flex; align-items: baseline; gap: .2rem; margin-bottom: .55rem; }
.vv-legacy .pc-from { font-size: .85rem; color: var(--ink-2); align-self: flex-end; padding-bottom: .35rem; }
.vv-legacy .pc.featured .pc-from { color: rgba(247,243,238,.4); }
.vv-legacy .pc-cur { font-family: var(--font-d); font-size: 1.2rem; font-weight: 700; color: var(--sage); }
.vv-legacy .pc.featured .pc-cur { color: var(--sage-2); }
.vv-legacy .pc-amt { font-family: var(--font-d); font-size: 3.4rem; font-weight: 700; color: var(--ink); line-height: 1; }
.vv-legacy .pc.featured .pc-amt { color: var(--sand); }
.vv-legacy .pc-qual { font-size: .78rem; color: var(--ink-2); align-self: flex-end; padding-bottom: .35rem; }
.vv-legacy .pc.featured .pc-qual { color: rgba(247,243,238,.4); }
.vv-legacy .pc-care { display: inline-flex; align-items: center; gap: .4rem; background: rgba(79,117,88,.08); color: var(--sage); font-size: .72rem; font-weight: 600; letter-spacing: .06em; padding: .28rem .75rem; border-radius: 20px; text-decoration: none; transition: background .2s; }
.vv-legacy .pc-care:hover { background: rgba(79,117,88,.16); }
.vv-legacy .pc-care::before { content: ''; width: 5px; height: 5px; background: var(--sage); border-radius: 50%; display: block; }
.vv-legacy .pc.featured .pc-care { background: rgba(122,158,130,.15); color: var(--sage-lt); }
.vv-legacy .pc.featured .pc-care:hover { background: rgba(122,158,130,.28); }
.vv-legacy .pc.featured .pc-care::before { background: var(--sage-lt); }
.vv-legacy .pc-ideal { font-size: .82rem; font-weight: 300; color: var(--ink-2); font-style: italic; line-height: 1.6; margin-bottom: 1.5rem; }
.vv-legacy .pc.featured .pc-ideal { color: rgba(247,243,238,.45); }
.vv-legacy .pc-features { list-style: none; display: flex; flex-direction: column; gap: .8rem; margin-bottom: 2.2rem; }
.vv-legacy .pc-features li { display: flex; align-items: flex-start; gap: .65rem; font-size: .87rem; font-weight: 300; color: var(--ink-2); line-height: 1.5; }
.vv-legacy .pc.featured .pc-features li { color: rgba(247,243,238,.6); }
.vv-legacy .pc-features li svg { flex-shrink: 0; margin-top: 2px; color: var(--sage); }
.vv-legacy .pc.featured .pc-features li svg { color: var(--sage-2); }
.vv-legacy .pc .btn-fill, .vv-legacy .pc .btn-outline { width: 100%; justify-content: center; }
.vv-legacy .pc.featured .btn-outline { color: var(--sand); border-color: rgba(247,243,238,.2); }
.vv-legacy .pc.featured .btn-outline:hover { border-color: var(--sand); background: rgba(247,243,238,.06); }



.vv-legacy #zorgplan { padding: 8rem 0; }
.vv-legacy .zp-hdr { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 5rem; }
.vv-legacy .zp-hdr p { font-size: .95rem; font-weight: 300; color: var(--ink-2); line-height: 1.85; }
.vv-legacy .zp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.vv-legacy .zp-card { background: var(--sand-2); border-radius: 18px; padding: 2.2rem; transition: transform .35s var(--ease), box-shadow .35s; }
.vv-legacy .zp-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(44,36,32,.09); }
.vv-legacy .zp-tag { display: inline-block; font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--sage); background: rgba(79,117,88,.1); padding: .22rem .6rem; border-radius: 20px; margin-bottom: .9rem; }
.vv-legacy .zp-icon { width: 44px; height: 44px; background: var(--sand); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--sage); margin-bottom: 1.2rem; box-shadow: 0 4px 12px rgba(44,36,32,.07); transition: transform .35s var(--ease); }
.vv-legacy .zp-card:hover .zp-icon { transform: scale(1.1) rotate(-4deg); }
.vv-legacy .zp-card h3 { font-family: var(--font-d); font-size: 1.15rem; font-weight: 700; color: var(--ink); margin-bottom: .5rem; }
.vv-legacy .zp-card p { font-size: .87rem; font-weight: 300; color: var(--ink-2); line-height: 1.8; }
.vv-legacy .addon { margin-top: 3rem; background: var(--sand); border: 1.5px solid var(--rule); border-radius: 20px; overflow: hidden; }
.vv-legacy .addon-toggle { width: 100%; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--font-b); display: flex; align-items: center; gap: 1.2rem; padding: 2rem 3rem; transition: background .25s; }
.vv-legacy .addon-toggle:hover { background: var(--sand-2); }
.vv-legacy .addon-icon { width: 48px; height: 48px; background: var(--terra-lt); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: var(--terra); flex-shrink: 0; }
.vv-legacy .addon-tag { display: inline-block; font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--terra-a11y); background: var(--terra-lt); padding: .22rem .6rem; border-radius: 20px; margin-bottom: .5rem; }
.vv-legacy .addon-toggle-txt { flex: 1; min-width: 0; }
.vv-legacy .addon-toggle h3 { font-family: var(--font-d); font-size: 1.15rem; font-weight: 700; color: var(--ink); }
.vv-legacy .addon-teaser { font-family: var(--font-d); font-size: 1.15rem; font-weight: 700; color: var(--terra); white-space: nowrap; flex-shrink: 0; }
.vv-legacy .addon-teaser small { display: block; font-family: var(--font-b); font-size: .7rem; font-weight: 400; color: var(--ink-2); text-align: right; margin-top: .1rem; }
.vv-legacy .addon-chev { flex-shrink: 0; color: var(--ink-2); transition: transform .3s ease; }
.vv-legacy .addon.open .addon-chev { transform: rotate(45deg); }
.vv-legacy .addon-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .38s ease; }
.vv-legacy .addon.open .addon-body { grid-template-rows: 1fr; }
.vv-legacy .addon-body > div { overflow: hidden; min-height: 0; }
.vv-legacy .addon-body-inner { padding: 1.8rem 3rem 2.4rem; border-top: 1px solid var(--rule); }
.vv-legacy .addon-intro { font-size: .87rem; font-weight: 300; color: var(--ink-2); line-height: 1.75; max-width: 640px; margin-bottom: 1.8rem; }
.vv-legacy .addon-tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.vv-legacy .addon-tier { background: var(--sand-2); border-radius: 16px; padding: 1.8rem; border: 1.5px solid transparent; }
.vv-legacy .addon-tier.featured { border-color: var(--terra); }
.vv-legacy .addon-tier-name { font-family: var(--font-d); font-size: 1.05rem; font-weight: 700; color: var(--ink); margin-bottom: .5rem; }
.vv-legacy .addon-price { font-family: var(--font-d); font-size: 1.5rem; font-weight: 700; color: var(--terra); line-height: 1.2; }
.vv-legacy .addon-price small { font-family: var(--font-b); font-size: .72rem; font-weight: 400; color: var(--ink-2); }
.vv-legacy .addon-price span { font-family: var(--font-b); font-size: .75rem; font-weight: 400; color: var(--ink-2); display: block; margin-top: .1rem; }
.vv-legacy .addon-tier > p { font-size: .82rem; font-weight: 300; color: var(--ink-2); line-height: 1.7; margin: .9rem 0 1.1rem; }
.vv-legacy .addon-feats { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
.vv-legacy .addon-feats li { display: flex; align-items: flex-start; gap: .5rem; font-size: .82rem; font-weight: 300; color: var(--ink-2); line-height: 1.6; }
.vv-legacy .addon-feats svg { color: var(--sage); flex-shrink: 0; margin-top: .3rem; }
.vv-legacy .addon-tiers.single { grid-template-columns: 1fr; }
.vv-legacy .addon-tier.wide .addon-feats { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 2rem; }
.vv-legacy .addon-note { font-size: .75rem; color: var(--ink-2); opacity: .7; margin-top: 1.5rem; line-height: 1.7; }
.vv-legacy .addon-reassure { max-width: 620px; margin: 2.5rem auto 0; text-align: center; font-size: .88rem; font-weight: 300; color: var(--ink-2); line-height: 1.8; }
.vv-legacy .addon-reassure strong { font-weight: 600; color: var(--ink); }
.vv-legacy .zp-cta { margin-top: 4rem; background: linear-gradient(135deg, var(--sage) 0%, var(--sage-2) 100%); border-radius: 24px; padding: 3.2rem 3.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.vv-legacy .zp-cta h3 { font-family: var(--font-d); font-size: 1.8rem; font-weight: 700; color: var(--sand); margin-bottom: .3rem; }
.vv-legacy .zp-cta p { font-size: .9rem; color: rgba(200,218,196,.7); }
.vv-legacy .zp-cta .btn-fill { background: var(--sand); color: var(--sage); }
.vv-legacy .zp-cta .btn-fill:hover { background: var(--terra-lt); }


.vv-legacy #contact { padding: 8rem 0; background: var(--sand-2); }
.vv-legacy .contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.vv-legacy .contact-left .section-title { margin-bottom: 1.2rem; }
.vv-legacy .contact-left > p { font-size: .95rem; font-weight: 300; color: var(--ink-2); line-height: 1.85; margin-bottom: 2.5rem; }
.vv-legacy .c-detail { display: flex; align-items: center; gap: .85rem; margin-bottom: 1rem; }
.vv-legacy .c-detail-icon { width: 38px; height: 38px; background: var(--sand); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--sage); box-shadow: 0 4px 12px rgba(44,36,32,.06); flex-shrink: 0; }
.vv-legacy .c-detail span { font-size: .88rem; color: var(--ink-2); }
.vv-legacy .contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
.vv-legacy .form-group { display: flex; flex-direction: column; gap: .4rem; }
.vv-legacy .form-group label { font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); }
.vv-legacy .form-group input, .vv-legacy .form-group textarea { font-family: var(--font-b); font-size: .92rem; font-weight: 300; color: var(--ink); background: var(--sand); border: 1.5px solid var(--rule); border-radius: 12px; padding: .85rem 1.1rem; outline: none; transition: border-color .25s, box-shadow .25s; }
.vv-legacy .form-group input:focus, .vv-legacy .form-group textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 4px rgba(79,117,88,.1); }
.vv-legacy .form-group textarea { min-height: 120px; resize: vertical; }
.vv-legacy .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }


.vv-legacy .page-header { padding: 10rem 0 4rem; background: var(--sand-2); border-bottom: 1px solid var(--rule); }
.vv-legacy .page-header h1 { font-family: var(--font-d); font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 700; color: var(--ink); margin-bottom: .5rem; }
.vv-legacy .page-header p { font-size: .9rem; color: var(--ink-2); font-weight: 300; }
.vv-legacy .container.narrow { max-width: 820px; }
.vv-legacy .av-body { padding: 5rem 0 6rem; }
.vv-legacy .av-section { margin-bottom: 2.5rem; }
.vv-legacy .av-section h2 { font-family: var(--font-d); font-size: 1.4rem; font-weight: 700; color: var(--ink); margin-bottom: 1.2rem; padding-bottom: .6rem; border-bottom: 1px solid var(--rule); }
.vv-legacy .av-box { background: white; border-radius: 12px; padding: 1.5rem; border: 1px solid var(--rule); margin-bottom: .85rem; }
.vv-legacy .av-box h3 { font-family: var(--font-d); font-size: 1rem; font-weight: 700; color: var(--ink); margin-bottom: .4rem; }
.vv-legacy .av-box p { font-size: .9rem; color: var(--ink-2); font-weight: 300; line-height: 1.75; margin-top: .4rem; }
.vv-legacy .av-box p:first-child { margin-top: 0; }
.vv-legacy .av-notice { background: var(--terra-lt); border-left: 4px solid var(--terra); padding: 1.5rem; border-radius: 8px; margin-bottom: .85rem; }
.vv-legacy .av-notice p { font-size: .9rem; color: var(--ink-2); font-weight: 300; line-height: 1.75; margin-top: .4rem; }
.vv-legacy .av-notice p:first-child { margin-top: 0; }


.vv-legacy .cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: var(--ink); padding: 1.2rem 3rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; box-shadow: 0 -4px 24px rgba(44,36,32,.18); transform: translateY(100%); transition: transform .4s cubic-bezier(0.34,1.56,0.64,1); }
.vv-legacy .cookie-banner--visible { transform: translateY(0); }
.vv-legacy .cookie-banner p { font-size: .87rem; font-weight: 300; color: rgba(247,243,238,.7); line-height: 1.6; max-width: 640px; }
.vv-legacy .cookie-banner p a { color: var(--terra-2); text-decoration: underline; }
.vv-legacy .cookie-banner-actions { display: flex; align-items: center; gap: 1rem; flex-shrink: 0; }
.vv-legacy .cookie-banner .btn-fill { padding: .65rem 1.4rem; font-size: .76rem; }
.vv-legacy .cookie-banner .btn-outline { padding: .65rem 1.4rem; font-size: .76rem; color: rgba(247,243,238,.6); border-color: rgba(247,243,238,.2); }
.vv-legacy .cookie-banner .btn-outline:hover { color: var(--sand); border-color: var(--sand); background: transparent; }
.vv-legacy .cookie-settings-link { font-size: .76rem; color: rgba(247,243,238,.4); text-decoration: underline; white-space: nowrap; transition: color .2s; }
.vv-legacy .cookie-settings-link:hover { color: rgba(247,243,238,.7); }

@media (max-width: 900px) {
  .vv-legacy #diensten, .vv-legacy #prijzen, .vv-legacy #zorgplan, .vv-legacy #contact { padding: 4rem 0; }
  .vv-legacy #stats { padding: 2rem 0; }
  .vv-legacy .svc-top, .vv-legacy .zp-hdr { margin-bottom: 2.5rem; }
  .vv-legacy nav { padding: 1.2rem 1.5rem; }
  .vv-legacy .nav-links, .vv-legacy .nav-cta { display: none; }
  .vv-legacy .nav-hamburger { display: flex; flex-shrink: 0; }
  .vv-legacy .nav-logo { font-size: .9rem; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .vv-legacy #home { padding: 7rem 1.5rem 3rem; }
  .vv-legacy .hero-inner { grid-template-columns: 1fr; }
  .vv-legacy .hero-right-visual { display: none; }
  .vv-legacy .container { padding: 0 1.5rem; }
  .vv-legacy .svc-top, .vv-legacy .proc-inner, .vv-legacy .testi-inner, .vv-legacy .contact-inner, .vv-legacy .zp-hdr { grid-template-columns: 1fr; gap: 2rem; }
  .vv-legacy .svc-grid, .vv-legacy .zp-grid { grid-template-columns: 1fr; }
  .vv-legacy .price-grid { grid-template-columns: 1fr; }
  .vv-legacy .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .vv-legacy .stats-grid { grid-template-columns: 1fr; }
  .vv-legacy .stat-item + .stat-item { border-left: none; border-top: 1px solid rgba(200,218,196,.2); padding-top: 1.5rem; margin-top: 1.5rem; }
  .vv-legacy .zp-cta { border-radius: 16px; padding: 2rem; }
  .vv-legacy .form-row { grid-template-columns: 1fr; }
  .vv-legacy .addon-toggle { padding: 1.5rem; flex-wrap: wrap; gap: 1rem; }
  .vv-legacy .addon-toggle-txt { flex-basis: 100%; order: 2; }
  .vv-legacy .addon-teaser { order: 3; margin-left: auto; }
  .vv-legacy .addon-chev { order: 4; }
  .vv-legacy .addon-body-inner { padding: 1.5rem; }
  .vv-legacy .addon-tiers { grid-template-columns: 1fr; }
  .vv-legacy .addon-tier.wide .addon-feats { grid-template-columns: 1fr; }
}
.vv-legacy .hrv-stats-container {
  display: flex;         
  gap: 20px;            
  justify-content: flex-start; 
  flex-wrap: wrap;      
}


.vv-legacy .hrv-card.hrv-stat {
  flex: 1;              
  max-width: 200px;     
  
}


.vv-legacy .portfolio-section { padding: 3.5rem 0 4rem; }
.vv-legacy .ptf-header { text-align: center; max-width: 640px; margin: 0 auto 2.5rem; padding: 0 1.5rem; }
.vv-legacy .ptf-tabs { display: flex; gap: .6rem; justify-content: center; margin-bottom: 2rem; flex-wrap: wrap; }
.vv-legacy .ptf-tab { position: relative; padding: .5rem 1.6rem; border: 1.5px solid var(--rule); border-radius: 2rem; background: #fff; font-family: 'Nunito', system-ui, sans-serif; font-size: .88rem; cursor: pointer; transition: background .25s, color .25s, border-color .25s; color: var(--ink); overflow: hidden; }
.vv-legacy .ptf-tab:hover:not(.active) { border-color: var(--sage-2); color: var(--sage); }
.vv-legacy .ptf-tab.active { background: var(--sage); color: #fff; border-color: var(--sage); font-weight: 600; }
.vv-legacy .ptf-tab.active::after { content: ''; position: absolute; bottom: 0; left: 0; height: 3px; background: rgba(255,255,255,.45); border-radius: 0 0 2rem 2rem; animation: ptf-progress 8s linear forwards; }
@keyframes ptf-progress { from { width: 0; } to { width: 100%; } }
.vv-legacy .ptf-slides { display: grid; overflow: hidden; }
.vv-legacy .ptf-slide { grid-area: 1 / 1; opacity: 0; transform: translateY(8px); transition: opacity .9s cubic-bezier(.4,0,.2,1), transform .9s cubic-bezier(.4,0,.2,1); pointer-events: none; }
.vv-legacy .ptf-slide.active { opacity: 1; transform: none; pointer-events: auto; }
.vv-legacy .ptf-device-wrap { position: relative; max-width: 900px; margin: 0 auto; }
.vv-legacy .ptf-browser { background: #fff; border-radius: 14px; box-shadow: 0 24px 80px rgba(0,0,0,.09), 0 4px 20px rgba(0,0,0,.05); overflow: hidden; border: 1px solid rgba(0,0,0,.06); }
.vv-legacy .ptf-bar { background: #f0efed; padding: .7rem 1rem; display: flex; align-items: center; gap: .85rem; border-bottom: 1px solid rgba(0,0,0,.06); }
.vv-legacy .ptf-circles { display: flex; gap: .38rem; flex-shrink: 0; }
.vv-legacy .ptf-circles span { display: block; width: 11px; height: 11px; border-radius: 50%; }
.vv-legacy .ptf-circles span:nth-child(1) { background: #ff5f57; }
.vv-legacy .ptf-circles span:nth-child(2) { background: #febc2e; }
.vv-legacy .ptf-circles span:nth-child(3) { background: #28c840; }
.vv-legacy .ptf-addr { flex: 1; background: #fff; border-radius: 6px; padding: .28rem .8rem; font-size: .74rem; color: #6B6B6B; font-family: 'Nunito', system-ui, sans-serif; max-width: 360px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border: 1px solid rgba(0,0,0,.07); }
.vv-legacy .ptf-screen { height: 420px; overflow: hidden; position: relative; }
.vv-legacy .ptf-iphone { position: absolute; bottom: -28px; right: -16px; width: 120px; z-index: 5; filter: drop-shadow(0 14px 28px rgba(0,0,0,.24)); will-change: transform; transform: rotate(-6deg); transition: transform .12s ease-out; }
.vv-legacy .ptf-iphone-body { background: #1c1c1e; border-radius: 24px; padding: 8px; position: relative; aspect-ratio: 9 / 19.5; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.1); }
.vv-legacy .ptf-iphone-notch { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 44%; height: 13px; background: #1c1c1e; border-radius: 0 0 9px 9px; z-index: 2; }
.vv-legacy .ptf-iphone-screen { width: 100%; height: 100%; border-radius: 17px; overflow: hidden; position: relative; }
.vv-legacy .ptf-bg-scroll { position: absolute; top: 0; left: 0; right: 0; min-height: 100%; background-size: 100% auto; background-position: top center; background-repeat: no-repeat; will-change: transform; --scroll-end: -64%; }
.vv-legacy .ptf-slide.active .ptf-bg-scroll { animation: ptf-scroll-gpu 18s ease-in-out 1s infinite alternate; }
@keyframes ptf-scroll-gpu { 0% { transform: translateY(0); } 82% { transform: translateY(var(--scroll-end, -64%)); } 100% { transform: translateY(var(--scroll-end, -64%)); } }
.vv-legacy .ptf-caption { max-width: 900px; margin: 1.6rem auto 0; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding: 0 .5rem; flex-wrap: wrap; }
.vv-legacy .ptf-caption-title { font-family: 'Lora', Georgia, serif; font-size: 1.05rem; font-weight: 600; color: var(--ink); margin-bottom: .2rem; }
.vv-legacy .ptf-caption-desc { font-size: .88rem; color: var(--ink-2); line-height: 1.65; max-width: 440px; }
.vv-legacy .ptf-tag-list { display: flex; gap: .4rem; flex-wrap: wrap; align-items: flex-start; padding-top: .1rem; }
.vv-legacy .ptf-tag-list span { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--sage); background: var(--sage-lt); padding: .22rem .65rem; border-radius: 2rem; }
.vv-legacy .ptf-nav { display: flex; gap: .5rem; justify-content: center; margin-top: 2rem; }
.vv-legacy .ptf-nav-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--rule); border: none; cursor: pointer; transition: all .35s ease; padding: 0; }
.vv-legacy .ptf-nav-dot.active { background: var(--sage); width: 22px; border-radius: 4px; }
@media (max-width: 720px) { .vv-legacy .ptf-screen { height: 280px; } .vv-legacy .ptf-iphone { width: 82px; bottom: -18px; right: -8px; } .vv-legacy .ptf-caption { flex-direction: column; } }
@media (max-width: 480px) { .vv-legacy .ptf-screen { height: 220px; } }

