/*
Theme Name: VitElity Child
Template: generatepress
Description: VitElity huisstijl - child theme van GeneratePress
Version: 1.0
Author: VitElity
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Nunito:wght@300;400;500;600&display=swap');

/* Verberg standaard WordPress/GeneratePress elementen op VitElity pagina's */
.vitelity-pagina .site-header,
.vitelity-pagina .site-footer,
.vitelity-pagina .nav-container-scroll,
.vitelity-pagina .inside-header { display: none !important; }

.vitelity-pagina .site-content,
.vitelity-pagina .content-area,
.vitelity-pagina .inside-article,
.vitelity-pagina article,
.vitelity-pagina .entry-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }

.vitelity-pagina .site-main { padding-top: 0 !important; }


* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
:root {
  --groen: #135c65; --groen-diep: #0d3f47; --groen-licht: #1e7d89;
  --groen-waas: #d8f0f3; --groen-creme: #f0fafb;
  --roze: #c82976; --roze-diep: #8f1a52; --roze-licht: #e05090;
  --roze-blush: #f4c0d8; --roze-waas: #fdf0f6;
  --tekst: #3a3a3a; --licht: #6b6b6b; --wit: #ffffff; --creme: #faf8f5;
}
body { font-family: 'Nunito', sans-serif; color: var(--tekst); background: var(--wit); overflow-x: hidden; font-size: 15px; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 999; background: var(--groen-diep); border-bottom: none; padding: 0 6%; display: flex; align-items: center; justify-content: space-between; height: 68px; transition: box-shadow 0.3s; }
nav.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.2); }
.nav-logo { cursor: pointer; display: flex; align-items: center; }
.nav-logo img { height: 44px; width: auto; filter: brightness(0) invert(1); }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links > li { position: relative; }
.nav-links a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.88rem; font-weight: 500; cursor: pointer; transition: color 0.2s; position: relative; display: block; padding: 0.3rem 0; }
.nav-links a::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 0; height: 2px; background: var(--roze-blush); transition: width 0.3s; }
.nav-links a:hover { color: var(--wit); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { background: var(--roze) !important; color: var(--wit) !important; padding: 0.6rem 1.4rem; border-radius: 100px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--roze-diep) !important; }
.nav-cta::after { display: none !important; }
/* DROPDOWN */
.nav-dropdown { position: relative; }
.nav-dropdown > a::after { display: none; }
.dropdown-menu { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: var(--wit); border-radius: 1rem; box-shadow: 0 12px 40px rgba(13,63,71,0.15); min-width: 220px; padding: 0.6rem 0; margin-top: 0.8rem; z-index: 1000; border: 1px solid rgba(19,92,101,0.08); }
.dropdown-menu::before { content: ''; position: absolute; top: -6px; left: 50%; transform: translateX(-50%); border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid var(--wit); }
.dropdown-menu a { color: var(--groen-diep) !important; font-size: 0.86rem !important; padding: 0.65rem 1.3rem !important; display: block !important; font-weight: 500 !important; transition: background 0.15s !important; border-radius: 0 !important; }
.dropdown-menu a::after { display: none !important; }
.dropdown-menu a:hover { background: var(--creme); color: var(--roze) !important; }
.dropdown-menu .dd-separator { height: 1px; background: rgba(19,92,101,0.08); margin: 0.4rem 0; }
.dropdown-menu .dd-highlight { color: var(--roze) !important; font-weight: 600 !important; }
.nav-dropdown.open .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu { display: block; }
.dropdown-menu a { pointer-events: all !important; cursor: pointer !important; }

.page { display: none; padding-top: 68px; }
.page.active { display: block; }

.btn-roze { display: inline-block; background: var(--roze); color: var(--wit); padding: 0.8rem 2rem; border-radius: 100px; font-family: 'Nunito',sans-serif; font-size: 0.92rem; font-weight: 600; border: none; cursor: pointer; text-decoration: none; transition: background 0.2s, transform 0.2s; }
.btn-roze:hover { background: var(--roze-diep); transform: translateY(-2px); }
.btn-groen { display: inline-block; background: var(--groen); color: var(--wit); padding: 0.8rem 2rem; border-radius: 100px; font-family: 'Nunito',sans-serif; font-size: 0.92rem; font-weight: 600; border: none; cursor: pointer; text-decoration: none; transition: background 0.2s, transform 0.2s; }
.btn-groen:hover { background: var(--groen-diep); transform: translateY(-2px); }
.btn-ghost { display: inline-block; background: transparent; color: var(--groen); padding: 0.8rem 2rem; border-radius: 100px; border: 2px solid var(--groen); font-family: 'Nunito',sans-serif; font-size: 0.92rem; font-weight: 600; cursor: pointer; text-decoration: none; transition: all 0.2s; }
.btn-ghost:hover { background: var(--groen); color: var(--wit); transform: translateY(-2px); }

.kop { font-family: 'Cormorant Garamond', serif; line-height: 1.2; color: var(--groen-diep); }
.kop em { font-style: italic; color: var(--roze); }
.label { font-size: 0.72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--roze); display: block; margin-bottom: 0.7rem; }
.body-tekst { font-size: 0.98rem; line-height: 1.9; font-weight: 300; color: var(--licht); }

.hero { background: var(--creme); min-height: calc(100vh - 68px); display: grid; grid-template-columns: 5fr 7fr; overflow: hidden; align-items: center; gap: 0; }
.hero-tekst { display: flex; flex-direction: column; justify-content: center; padding: 3rem 3% 3rem 6%; position: relative; }
.hero-tekst::before { display: none; }
.hero-tekst h1 { font-size: clamp(2.2rem, 3.2vw, 3.6rem); margin-bottom: 1.4rem; }
.hero-tekst .body-tekst { max-width: 420px; margin-bottom: 2rem; }
.hero-btns { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.badges { display: flex; gap: 0.6rem; margin-top: 2.5rem; flex-wrap: wrap; }
.badge { display: flex; align-items: center; gap: 0.4rem; background: var(--wit); border: 1.5px solid var(--groen-waas); border-radius: 100px; padding: 0.4rem 1rem; font-size: 0.78rem; font-weight: 600; color: var(--groen-diep); box-shadow: 0 2px 8px rgba(13,63,71,0.08); }
.badge .dot { width: 7px; height: 7px; background: var(--roze); border-radius: 50%; }
.hero-foto { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 2rem 3rem 2rem 1.5rem; background: var(--creme); }
.hero-foto img { width: 100%; height: 560px; object-fit: cover; object-position: center 15%; display: block; border-radius: 2rem; box-shadow: 0 24px 64px rgba(13,63,71,0.14); }
.hero-foto::before { display: none; }

.balk { background: var(--groen); padding: 1rem 6%; display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.balk span { color: rgba(255,255,255,0.88); font-size: 0.86rem; font-weight: 500; }
.balk strong { color: var(--wit); }

.s { padding: 5rem 6%; }
.s-inner { max-width: 1200px; margin: 0 auto; }
.twee { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.drie { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.bg-c { background: var(--creme); }

.stapel { position: relative; padding-bottom: 2.5rem; padding-right: 2.5rem; }
.stapel-groot { border-radius: 1.8rem; overflow: hidden; box-shadow: 0 20px 56px rgba(13,63,71,0.12); }
.stapel-groot img { width: 100%; display: block; object-fit: cover; }
.stapel-klein { position: absolute; bottom: 0; right: 0; width: 46%; border-radius: 1.3rem; overflow: hidden; border: 4px solid var(--wit); box-shadow: 0 10px 32px rgba(13,63,71,0.14); }
.stapel-klein img { width: 100%; display: block; object-fit: cover; }
.foto-rond { border-radius: 1.8rem; overflow: hidden; box-shadow: 0 20px 56px rgba(13,63,71,0.12); }
.foto-rond img { width: 100%; display: block; object-fit: cover; }

.kaart { background: var(--wit); border-radius: 1.4rem; overflow: hidden; border: 1px solid rgba(19,92,101,0.1); transition: transform 0.3s, box-shadow 0.3s; }
.kaart:hover { transform: translateY(-5px); box-shadow: 0 16px 48px rgba(13,63,71,0.1); }
.kaart-foto { height: 185px; overflow: hidden; }
.kaart-foto img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.4s; }
.kaart:hover .kaart-foto img { transform: scale(1.04); }
.kaart-body { padding: 1.5rem; }
.k-label { display: inline-block; background: var(--roze-waas); color: var(--roze-diep); font-size: 0.67rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 0.2rem 0.7rem; border-radius: 100px; margin-bottom: 0.7rem; }
.kaart h3 { font-family: 'Cormorant Garamond',serif; font-size: 1.35rem; color: var(--groen-diep); margin-bottom: 0.6rem; font-weight: 600; }
.kaart p { font-size: 0.87rem; line-height: 1.72; color: var(--licht); font-weight: 300; }

.vet-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.vet-kaart { background: var(--wit); border-radius: 1.4rem; overflow: hidden; border: 1px solid rgba(19,92,101,0.1); transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; cursor: pointer; }
.vet-kaart:hover { transform: translateY(-5px); box-shadow: 0 16px 48px rgba(13,63,71,0.1); }
.vet-kaart-foto { height: 185px; overflow: hidden; }
.vet-kaart-foto img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.4s; }
.vet-kaart:hover .vet-kaart-foto img { transform: scale(1.04); }
.vet-kaart-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.vet-naam { font-family: 'Cormorant Garamond',serif; font-size: 1.3rem; color: var(--groen-diep); font-weight: 600; margin-bottom: 0.2rem; }
.vet-naam strong { color: var(--roze); }
.vet-subtitel { font-size: 0.78rem; color: var(--licht); margin-bottom: 0.7rem; font-weight: 500; }
.vet-kaart p { font-size: 0.86rem; line-height: 1.7; color: var(--licht); font-weight: 300; flex: 1; }

.schijf-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; margin-top: 2.5rem; }
.schijf-item { text-align: center; padding: 1.5rem 0.8rem; background: var(--wit); border-radius: 1.3rem; border: 1px solid rgba(19,92,101,0.1); }
.schijf-item .sc-icoon { font-size: 1.6rem; margin-bottom: 0.5rem; }
.schijf-item h4 { font-family: 'Cormorant Garamond',serif; font-size: 0.95rem; font-weight: 600; color: var(--groen-diep); line-height: 1.3; }

.traject-stappen { display: flex; flex-direction: column; gap: 1.2rem; }
.traject-stap { display: flex; gap: 1.2rem; align-items: flex-start; padding: 1.3rem; background: var(--wit); border-radius: 1.2rem; border: 1px solid rgba(19,92,101,0.08); }
.traject-nr { width: 40px; height: 40px; flex-shrink: 0; background: var(--roze-waas); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond',serif; font-size: 1.1rem; font-weight: 600; color: var(--roze); }
.traject-stap h4 { font-family: 'Cormorant Garamond',serif; font-size: 1.05rem; font-weight: 600; color: var(--groen-diep); margin-bottom: 0.2rem; }
.traject-stap p { font-size: 0.85rem; line-height: 1.65; color: var(--licht); font-weight: 300; }

.quote { background: var(--wit); border-radius: 1.4rem; padding: 2rem; box-shadow: 0 4px 24px rgba(13,63,71,0.07); border-left: 4px solid var(--roze); margin: 1.5rem 0; }
.quote blockquote { font-family: 'Cormorant Garamond',serif; font-style: italic; font-size: 1.2rem; line-height: 1.7; color: var(--groen-diep); }
.quote-naam { margin-top: 0.8rem; font-size: 0.82rem; font-weight: 600; color: var(--roze); }

.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.testi { background: var(--wit); border-radius: 1.4rem; padding: 1.8rem; box-shadow: 0 4px 20px rgba(13,63,71,0.06); border: 1px solid rgba(19,92,101,0.07); }
.sterren { color: var(--roze); font-size: 0.85rem; margin-bottom: 0.8rem; letter-spacing: 2px; }
.testi p { font-size: 0.88rem; line-height: 1.75; color: var(--licht); font-style: italic; font-weight: 300; margin-bottom: 1rem; }
.testi-naam { font-size: 0.8rem; font-weight: 600; color: var(--groen-diep); }
.testi-func { font-size: 0.75rem; color: var(--licht); }

.stappen { display: flex; flex-direction: column; gap: 1.3rem; }
.stap { display: flex; gap: 1.2rem; align-items: flex-start; }
.stap-nr { width: 40px; height: 40px; flex-shrink: 0; background: var(--roze-waas); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond',serif; font-size: 1.1rem; font-weight: 600; color: var(--roze); }
.stap h4 { font-family: 'Cormorant Garamond',serif; font-size: 1.1rem; font-weight: 600; color: var(--groen-diep); margin-bottom: 0.25rem; }
.stap p { font-size: 0.87rem; line-height: 1.68; color: var(--licht); font-weight: 300; }

.mw { display: grid; grid-template-columns: repeat(5,1fr); gap: 0.8rem; }
.mw-k { background: var(--wit); border-radius: 1.3rem; padding: 1.6rem 0.8rem; text-align: center; border: 1px solid rgba(19,92,101,0.1); transition: transform 0.25s; }
.mw-k:hover { transform: translateY(-4px); }
.mw-k .ic { font-size: 1.8rem; margin-bottom: 0.5rem; }
.mw-k h4 { font-family: 'Cormorant Garamond',serif; font-size: 1.05rem; font-weight: 600; color: var(--groen-diep); }

.contact-wrap { display: grid; grid-template-columns: 1fr 1.1fr; min-height: 80vh; }
.c-links { background: var(--groen); padding: 5rem 4% 5rem 6%; display: flex; flex-direction: column; justify-content: center; }
.c-links .label { color: rgba(255,255,255,0.55); }
.c-links h1 { color: var(--wit); font-size: clamp(1.8rem,2.8vw,2.6rem); margin-bottom: 1rem; }
.c-links > p { color: rgba(255,255,255,0.75); font-size: 0.95rem; line-height: 1.8; font-weight: 300; margin-bottom: 2rem; }
.c-item { display: flex; gap: 0.9rem; align-items: center; color: rgba(255,255,255,0.85); font-size: 0.88rem; margin-bottom: 0.85rem; }
.c-item a { color: rgba(255,255,255,0.85); text-decoration: none; }
.c-item a:hover { color: var(--roze-blush); }
.c-icon { width: 36px; height: 36px; flex-shrink: 0; background: rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.c-icon svg { width: 18px; height: 18px; fill: rgba(255,255,255,0.85); }
.c-foto { width: 100%; max-width: 260px; border-radius: 1.3rem; margin-top: 2rem; box-shadow: 0 12px 40px rgba(0,0,0,0.2); display: block; }
.c-rechts { background: var(--creme); padding: 5rem 6% 5rem 4%; display: flex; flex-direction: column; justify-content: center; }
.c-rechts h2 { font-family: 'Cormorant Garamond',serif; font-size: 1.8rem; color: var(--groen-diep); margin-bottom: 0.4rem; }
.sub { font-size: 0.87rem; color: var(--licht); margin-bottom: 1.8rem; font-weight: 300; }
.fg { margin-bottom: 1rem; }
.fg label { display: block; font-size: 0.79rem; font-weight: 600; color: var(--groen-diep); margin-bottom: 0.35rem; }
.fg input, .fg textarea, .fg select { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid rgba(19,92,101,0.2); border-radius: 0.7rem; background: var(--wit); font-family: 'Nunito',sans-serif; font-size: 0.9rem; color: var(--tekst); outline: none; transition: border-color 0.2s; }
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--groen); }
.fg textarea { resize: vertical; min-height: 110px; }
.frij { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.success-msg { display: none; background: var(--groen-waas); border: 1px solid var(--groen-licht); color: var(--groen-diep); border-radius: 0.9rem; padding: 1rem 1.2rem; font-size: 0.88rem; margin-top: 0.7rem; }

.pt { background: linear-gradient(140deg, var(--groen-diep) 0%, var(--groen-licht) 100%); padding: 4rem 6% 3.5rem; text-align: center; color: var(--wit); }
.pt h1 { font-family: 'Cormorant Garamond',serif; font-size: clamp(2rem,3.5vw,3rem); margin-bottom: 0.8rem; }
.pt p { font-size: 1rem; font-weight: 300; opacity: 0.82; max-width: 520px; margin: 0 auto; line-height: 1.7; }
.pt .label { color: rgba(255,255,255,0.5); text-align: center; margin-bottom: 0.8rem; }

.av-w { max-width: 820px; margin: 0 auto; padding: 4rem 6% 5rem; }
.av-intro { background: var(--groen-waas); border-radius: 1.2rem; padding: 1.5rem 2rem; margin-bottom: 2.5rem; font-size: 0.95rem; line-height: 1.8; color: var(--groen-diep); font-weight: 300; }
.av-w h2 { font-family: 'Cormorant Garamond',serif; font-size: 1.35rem; font-weight: 600; color: var(--groen-diep); margin: 2.2rem 0 0.8rem; padding-bottom: 0.4rem; border-bottom: 1px solid var(--groen-waas); }
.av-w p { font-size: 0.92rem; line-height: 1.88; font-weight: 300; margin-bottom: 0.75rem; color: var(--tekst); }
.av-gegevens { background: var(--creme); border: 1px solid rgba(19,92,101,0.15); border-radius: 1rem; padding: 1.5rem 2rem; margin-bottom: 2rem; }
.av-gegevens p { margin-bottom: 0.3rem; font-size: 0.91rem; }
.av-gegevens strong { color: var(--groen-diep); font-weight: 600; }

footer { background: var(--groen-diep); padding: 3rem 6%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.2rem; }
.f-logo img { height: 40px; width: auto; filter: brightness(0) invert(1); display: block; }
.f-tag { font-size: 0.77rem; color: rgba(255,255,255,0.38); margin-top: 0.3rem; }
.f-nav { display: flex; gap: 1.3rem; list-style: none; flex-wrap: wrap; }
.f-nav a { color: rgba(255,255,255,0.58); text-decoration: none; font-size: 0.82rem; cursor: pointer; transition: color 0.2s; }
.f-nav a:hover { color: var(--roze-licht); }
.f-social { display: flex; gap: 0.7rem; }
.f-social a { width: 34px; height: 34px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background 0.2s; }
.f-social a:hover { background: var(--roze); }
.f-social svg { width: 16px; height: 16px; fill: rgba(255,255,255,0.7); }
.f-social a:hover svg { fill: var(--wit); }
.f-bottom { width: 100%; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.2rem; font-size: 0.76rem; color: rgba(255,255,255,0.35); flex-wrap: wrap; gap: 0.5rem; }

.cta-banner { background: linear-gradient(135deg, var(--groen-diep) 0%, var(--groen) 100%); padding: 4.5rem 6%; text-align: center; }
.cta-banner h2 { color: var(--wit); font-family: 'Cormorant Garamond',serif; font-size: clamp(1.8rem,2.8vw,2.8rem); line-height: 1.2; margin-bottom: 1rem; }
.cta-banner p { color: rgba(255,255,255,0.85); font-size: 1rem; font-weight: 300; max-width: 460px; margin: 0 auto 2rem; line-height: 1.7; }
.cta-banner button { background: var(--wit); color: var(--roze-diep); padding: 0.85rem 2.2rem; border-radius: 100px; font-family: 'Nunito',sans-serif; font-size: 0.95rem; font-weight: 700; border: none; cursor: pointer; transition: transform 0.2s; }
.cta-banner button:hover { transform: translateY(-2px); }

.fstrip { display: grid; grid-template-columns: repeat(4,1fr); height: 260px; overflow: hidden; }
.fstrip img { width: 100%; height: 100%; object-fit: cover; }

.dienst-blok { padding-bottom: 4.5rem; margin-bottom: 4.5rem; border-bottom: 1px solid rgba(19,92,101,0.1); }
.dienst-blok:last-of-type { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }

/* INSPIRATIESESSIE HIGHLIGHT KAART */
.sessie-kaart {
  background: linear-gradient(135deg, var(--groen-diep) 0%, var(--groen) 100%);
  border-radius: 1.8rem;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  margin-bottom: 4.5rem;
  border-bottom: 1px solid rgba(19,92,101,0.1);
  padding-bottom: 4.5rem;
}
.sessie-datum-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--roze); color: var(--wit);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 0.4rem 1rem;
  border-radius: 100px; margin-bottom: 1rem;
}
.sessie-kaart h2 { font-family: 'Cormorant Garamond',serif; font-size: clamp(1.6rem,2.4vw,2.4rem); color: var(--wit); margin-bottom: 0.4rem; font-weight: 400; }
.sessie-kaart h2 em { font-style: italic; color: var(--roze-blush); }
.sessie-kaart .subtitel { font-size: 0.85rem; color: rgba(255,255,255,0.65); margin-bottom: 1.2rem; font-weight: 400; }
.sessie-kaart p { font-size: 0.92rem; color: rgba(255,255,255,0.78); font-weight: 300; line-height: 1.75; margin-bottom: 1.8rem; }
.sessie-info { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.8rem; }
.sessie-info-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.85rem; color: rgba(255,255,255,0.75); }
.btn-sessie {
  display: inline-block; background: var(--roze); color: var(--wit);
  padding: 0.9rem 2.2rem; border-radius: 100px;
  font-family: 'Nunito',sans-serif; font-size: 0.95rem; font-weight: 700;
  text-decoration: none; transition: background 0.2s, transform 0.2s;
}
.btn-sessie:hover { background: var(--roze-diep); transform: translateY(-2px); }
.sessie-foto-wrap {
  width: 280px; height: 320px; border-radius: 1.4rem; overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,0.25); flex-shrink: 0;
}
.sessie-foto-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }



/* AANBOD TABS */
.aanbod-tab {
  background: transparent; border: none; cursor: pointer;
  font-family: 'Nunito', sans-serif; font-size: 0.95rem; font-weight: 600;
  color: var(--licht); padding: 1.2rem 2rem;
  border-bottom: 3px solid transparent; margin-bottom: -2px;
  transition: all 0.2s;
}
.aanbod-tab:hover { color: var(--groen); }
.aanbod-tab.actief { color: var(--groen-diep); border-bottom-color: var(--roze); }
.aanbod-tab-inhoud { display: none; }
.aanbod-tab-inhoud.actief { display: block; }


/* KLEUR BLOKKEN */
.bg-groen { background: var(--groen-diep); }
.bg-groen-waas { background: var(--groen-waas); }
.bg-roze-waas { background: var(--roze-waas); }
.bg-creme { background: var(--creme); }
.scan-cta-blok {
  background: var(--groen-diep);
  border-radius: 1.8rem;
  padding: 2.5rem;
  display: flex; flex-direction: column;
  gap: 1rem;
  position: relative; overflow: hidden;
}
.scan-cta-blok::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(200,41,118,0.15) 0%, transparent 60%);
  pointer-events: none;
}
.scan-cta-blok h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 400;
  color: var(--wit); margin-bottom: 0.3rem; position: relative;
}
.scan-cta-blok h3 em { font-style: italic; color: var(--roze-blush); }
.scan-cta-blok p { font-size: 0.88rem; color: rgba(255,255,255,0.72); font-weight: 300; line-height: 1.7; position: relative; }
.scan-cta-blok .pill-scan {
  display: inline-block; background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.7); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 0.4rem 1rem; border-radius: 100px; width: fit-content; position: relative;
}
.scan-cta-blok a {
  font-size: 0.9rem; font-weight: 600; color: var(--roze-blush);
  text-decoration: none; cursor: pointer; position: relative;
}
.scan-cta-blok a:hover { color: var(--wit); }

@keyframes fadeSlide { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.fade { animation: fadeSlide 0.7s ease forwards; }
.fade-1 { animation-delay: 0.1s; opacity: 0; animation-fill-mode: forwards; }
.fade-2 { animation-delay: 0.25s; opacity: 0; animation-fill-mode: forwards; }
.fade-3 { animation-delay: 0.4s; opacity: 0; animation-fill-mode: forwards; }
.fade-4 { animation-delay: 0.55s; opacity: 0; animation-fill-mode: forwards; }
