/* ═══════════════════════════════════════
   Theme: Ibiza Minimal
   Override op style.css — alleen afwijkingen
   Font: Cormorant Garamond + DM Sans
   Warm ivory, zand, soft terracotta
   ═══════════════════════════════════════ */

:root {
  --accent:    #b0925e;
  --accent-lt: #d9c7a2;
  --bg:        #faf7f1;
  --bg2:       #f5efe6;
  --bg3:       #ece3d4;
  --border:    #ece4d6;
  --text:      #2b2b2b;
  --muted:     #787167;
  --sage:      #4a9e6b;
  --r:         8px;
  --r-lg:      12px;
  --nav-bg:    rgba(247,244,238,.96);
  --nav-link:  #6e675d;
}

/* ── Skip link ── */
.skip-link { background:#2b2b2b; border-radius:0 0 6px 6px; }

/* ── Body ── */
body { line-height:1.7; font-weight:300; }

/* ── Nav ── */
nav { padding:1.2rem 5rem; transition:background .5s, box-shadow .5s, padding .4s; }
nav.scrolled { backdrop-filter:blur(24px); -webkit-backdrop-filter:blur(24px); box-shadow:0 1px 0 rgba(0,0,0,.04); padding:1rem 5rem; }
@media(max-width:768px){
  nav { background:var(--nav-bg) !important; backdrop-filter:blur(24px); -webkit-backdrop-filter:blur(24px); box-shadow:0 1px 0 rgba(0,0,0,.04); padding:1rem 1.4rem; }
}
@media(hover:hover){ .nav-logo:hover { opacity:.7; } }
@media(min-width:769px){ .nav-logo-img { height:140px; } }
.nav-logo-text { letter-spacing:.06em; }
.hero-logo { height:140px; margin:0 auto 1.5rem; filter:drop-shadow(0 4px 20px rgba(0,0,0,.2)); }
.hero-logo-text { font-size:clamp(1.4rem,3.5vw,2.2rem); letter-spacing:.08em; text-shadow:0 2px 30px rgba(0,0,0,.2); }
.nav-links { gap:3rem; }
.nav-links a { font-weight:400; transition:color .3s; }
@media(hover:hover){ .nav-links a:hover { color:#fff; } }
nav.scrolled .nav-links a { font-size:.88rem; }
@media(hover:hover){ nav.scrolled .nav-links a:hover { color:var(--text); } }
.nav-hamburger span { width:22px; height:1.2px; transition:transform .3s, opacity .3s, background .5s; }
.nav-hamburger.open span:nth-child(1) { transform:translateY(6.2px) rotate(45deg); }
.nav-hamburger.open span:nth-child(3) { transform:translateY(-6.2px) rotate(-45deg); }
.nav-lang-trigger { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15); padding:.4rem .75rem .4rem .6rem; border-radius:var(--r); font-size:.76rem; font-weight:400; }
.nav-lang-code { font-weight:500; }
.nav-lang-trigger svg { opacity:.6; }
.nav-lang-menu { border-radius:var(--r); box-shadow:0 12px 40px rgba(0,0,0,.07); padding:.35rem; min-width:170px; transition:all .25s; }
.nav-lang-item { border-radius:var(--r); font-size:.86rem; padding:.5rem .75rem; }
@media(max-width:900px){
  .nav-lang-trigger { padding:.36rem .6rem .36rem .5rem; font-size:.74rem; }
  .nav-lang-menu { min-width:155px; }
}

/* ── Drawer — dropdown style ── */
.nav-drawer { top:0; left:0; right:0; bottom:auto; gap:1.4rem; padding:6.5rem 2rem 2.5rem; box-shadow:0 12px 40px rgba(0,0,0,.1); border-radius:0 0 var(--r-lg) var(--r-lg); }
.nav-drawer a { font-size:1.4rem; font-weight:400; letter-spacing:.04em; line-height:1.3; }
.nav-drawer-close { display:none; }

/* ── Hero — groot, airy ── */
.hero { height:90vh; min-height:600px; }
.hero-bg { object-position:center 40%; animation:heroBreath 28s ease-in-out forwards; }
@keyframes heroBreath { from{transform:scale(1.03)} to{transform:scale(1)} }
.hero-overlay { background:linear-gradient(180deg, rgba(43,43,43,.08) 0%, rgba(43,43,43,.35) 70%, rgba(43,43,43,.6) 100%); }
.hero-content { padding:0 2rem 6rem; animation:hereFade 1.4s .5s both; max-width:800px; }
@keyframes hereFade { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:translateY(0)} }
.hero-tag { font-size:.72rem; letter-spacing:.45em; color:rgba(255,255,255,.85); font-weight:400; }
.hero-title { font-size:clamp(3.2rem,8vw,6.5rem); font-weight:400; line-height:.98; letter-spacing:.01em; }
.hero-title em { color:rgba(255,255,255,.8); }
.hero-sub { font-size:1.15rem; color:rgba(255,255,255,.9); margin-bottom:2.5rem; letter-spacing:.02em; line-height:1.8; text-shadow:0 1px 14px rgba(20,16,12,.55); }
.hero-cta { background:rgba(255,255,255,.95); border:none; border-radius:var(--r-lg); font-size:.78rem; font-weight:400; letter-spacing:.2em; -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px); transition:all .4s; color:var(--text); }
@media(hover:hover){ .hero-cta:hover { background:#fff; color:var(--text); } }

/* ── Stats — witte kaart, geen iconen ── */
.stats-bar { background:#fff; margin-top:-4.5rem; margin-bottom:3rem; max-width:880px; margin-left:auto; margin-right:auto; border-radius:var(--r-lg); box-shadow:0 16px 50px rgba(43,43,43,.08); padding:0; position:relative; z-index:10; }
.stat-item { padding:2.4rem 0; gap:.2rem; border-right:1px solid var(--border); }
.stat-item svg { display:none; }
.stat-item-zwembad svg { display:block; }
.stat-num { font-size:3.8rem; font-weight:400; letter-spacing:.02em; }
.stat-label { font-size:.84rem; font-weight:400; }

/* ── Gedeeld ── */
.section-label { font-size:.68rem; letter-spacing:.45em; margin-bottom:.5rem; text-align:center !important; width:100%; }
.section-heading { font-size:clamp(2.4rem,4.6vw,4rem); letter-spacing:.01em; text-align:center !important; width:100%; }
.section-heading em { font-weight:300; }

/* ── Intro — breed beeld links, tekst rechts ── */
.intro { grid-template-columns:1fr 1fr; align-items:stretch; gap:0; padding:0; background:var(--bg); min-height:540px; max-width:1400px; margin-left:auto; margin-right:auto; }
.intro-text { background:var(--bg); padding:6rem 3.5rem 6rem 6rem; align-items:flex-start; text-align:left; }
.intro-text .section-label { text-align:left !important; }
.intro-text .section-heading { text-align:left !important; font-size:clamp(2.2rem,4vw,3.4rem); }
.intro-body { font-size:1.15rem; line-height:2.2; text-align:left; }
@media(max-width:768px){
  .intro-lees-meer, .intro-lees-minder { border-radius:var(--r-lg); font-weight:400; }
  .intro-body-wrap:not(.expanded) .intro-body::after { background:linear-gradient(transparent, var(--bg)); }
}
.intro-image { min-height:100%; }

/* ── Features ── */
.features { padding:6rem 3rem; background:#fff; }
.features-header { margin-bottom:3rem; }
.features-grid { gap:1.5rem; max-width:1200px; margin:0 auto; }
.feature-card { padding:2.8rem 2.2rem; border:none; border-radius:var(--r-lg); transition:all .4s; display:flex; flex-direction:column; align-items:center; }
@media(hover:hover){ .feature-card:hover { background:var(--bg3); transform:none; box-shadow:none; } }
.feature-icon { width:52px; height:52px; margin:0 0 1.2rem; border:1px solid var(--accent-lt); }
.feature-icon svg { width:24px; height:24px; stroke-width:1; }
@media(hover:hover){ .feature-card:hover .feature-icon { border-color:var(--accent); background:var(--accent); } }
@media(hover:hover){ .feature-card:hover .feature-icon svg { stroke:#fff !important; } }
.feature-name { font-weight:400; letter-spacing:.01em; }
.feature-desc { font-size:1.05rem; line-height:1.85; margin-top:.5rem; }

/* ── Gallery — 4-kolom grid ── */
.gallery { padding:5rem 3rem; background:var(--bg); }
.gallery-grid { grid-template-columns:repeat(4,1fr); gap:.5rem; }
.gallery-item:nth-child(1), .gallery-item:nth-child(2) { grid-column:span 2; }
.gallery-item { border-radius:var(--r); }
.gallery-item img { transition:transform 1s cubic-bezier(.25,.46,.45,.94); }
@media(hover:hover){ .gallery-item:hover img { transform:scale(1.03); } }
@media(hover:hover){ .gallery-item:hover { transform:none; box-shadow:none; opacity:1; } }
.gallery-more-btn { background:transparent; border:1px solid var(--text); color:var(--text); border-radius:var(--r-lg); font-size:1.3rem; font-weight:400; letter-spacing:.15em; padding:1.1rem 3.2rem; }
@media(hover:hover){ .gallery-more-btn:hover { background:var(--text); color:var(--bg); } }
.gallery-more-btn svg { width:14px; height:14px; }

/* ── Lightbox — licht ── */
.lightbox { background:rgba(247,244,238,.97); }
.lb-img { border-radius:4px; box-shadow:0 20px 80px rgba(43,43,43,.12); }
.lb-close { background:var(--bg2); border:1px solid var(--border); color:var(--text); top:1.8rem; right:2rem; }
@media(hover:hover){ .lb-close:hover { background:var(--bg3); } }
.lb-prev, .lb-next { background:var(--bg); border:1px solid var(--border); color:var(--text); width:72px; height:72px; }
@media(hover:hover){ .lb-prev:hover, .lb-next:hover { background:var(--bg3); transform:translateY(-50%) scale(1.05); } }
.lb-counter { color:var(--muted); font-size:.68rem; letter-spacing:.35em; bottom:1.8rem; }

/* ── Location — licht ── */
.location { grid-template-columns:1.2fr 1fr; direction:rtl; background:var(--bg); }
.location > * { direction:ltr; }
.location-image { min-height:520px; }
.location-text { background:var(--bg); padding:5rem 4rem; }
.location-text .section-label { text-align:left !important; }
.location-text .section-heading { text-align:left !important; }
.address-text .section-heading { text-align:left !important; }
.location-body { font-size:1.15rem; line-height:2; margin-bottom:2rem; }
.location-list li { gap:1.4rem; font-size:1.12rem; }
.dist { font-size:2rem; }

/* ── Tips — verticale lijst ── */
.tips { padding:7rem 6rem; background:#fff; text-align:center !important; }
.tips-grid { display:flex; flex-direction:column; gap:0; max-width:800px; margin-left:auto; margin-right:auto; }
.tip-card { background:transparent; border:none; border-radius:0; padding:2rem 0; text-align:left; border-bottom:1px solid var(--border); display:flex; align-items:flex-start; gap:2rem; flex-direction:row; }
.tip-card:last-child { border-bottom:none; }
.tip-header { margin-bottom:0; flex-shrink:0; }
.tip-icon-svg { width:40px; height:40px; border:1px solid var(--border); }
.tip-icon-svg svg { width:18px; height:18px; stroke-width:1; }
@media(hover:hover){ .tip-card:hover .tip-icon-svg { border-color:var(--accent); background:transparent; } }
@media(hover:hover){ .tip-card:hover .tip-icon-svg svg { stroke:var(--accent) !important; } }
.tip-card h3 { font-weight:400; letter-spacing:.01em; white-space:nowrap; }
.tip-card p { font-size:1.15rem; line-height:1.85; padding-top:.1rem; }
/* Kopjes gecentreerd: icoon boven de titel i.p.v. ernaast */
.tip-card { flex-direction:column; align-items:center; text-align:center; gap:1rem; }
.tip-header { flex-direction:column; align-items:center; gap:.7rem; }
.tip-card h3 { white-space:normal; text-align:center; }

/* ── Rules — minimaal ── */
.rules { padding:6rem 6rem; }
.rules-grid { gap:.8rem; }
.rule-item { padding:1.2rem 0; background:transparent; border:none; border-radius:0; border-bottom:1px solid var(--border); }
.rule-icon { width:30px; height:30px; background:transparent; border-radius:0; border:none; }
.rule-icon svg { width:16px; height:16px; stroke-width:1; }
.rule-text h4 { font-size:.9rem; }
.rule-text p { font-size:.84rem; }

/* ── Calendar — licht ── */
.calendar-section { background:var(--bg); color:var(--text); }
.calendar-sub { font-size:.95rem; }
.leg { font-size:.84rem; }
.leg-dot { width:11px; height:11px; }
.leg-dot.free { background:var(--sage); }
.leg-dot.today { background:transparent; border:1px solid var(--accent); }
.cal-month { background:#fff; border-radius:var(--r); }
.cal-month-title { font-size:1.35rem; letter-spacing:.04em; }
.cal-nav-btn { color:var(--muted); }
@media(hover:hover){ .cal-nav-btn:hover { border-color:var(--accent); color:var(--accent); } }
.cal-weekdays span { font-size:.62rem; letter-spacing:.15em; font-weight:500; opacity:.6; }
.cal-day { font-size:.95rem; }
.cal-day.today { background:transparent; border:1px solid var(--accent); color:var(--text); font-weight:500; }
.cal-day.today.selected { background:var(--accent); border:none; color:#fff; }
.cal-day.booked { background:var(--bg3); color:var(--accent-lt); }
.cal-day.selected { font-weight:500; }
.cal-day.in-range { background:rgba(201,123,99,.12); }
.cal-day.past { color:var(--border); }
.cal-result { border-radius:var(--r); }
.cal-result-title { font-size:2.1rem; font-weight:400; letter-spacing:.03em; }
.cal-result-nights { font-size:1.05rem; font-weight:400; }
.cal-result-price { font-size:3rem; color:var(--accent); }
.cal-result-price small { font-size:.92rem; font-weight:400; }
.cal-result-price small .excl-fees { font-size:.85rem; }
.cal-result-excl { border-radius:var(--r); font-size:.95rem; font-weight:400; }
.excl-label { font-size:.72rem; letter-spacing:.22em; opacity:.7; }
.excl-row strong { font-weight:500; }
.cal-clear { font-size:.62rem; letter-spacing:.28em; border-radius:0; }

/* Booking form licht */
.cal-book-form { border-radius:var(--r); }
.cal-book-title { font-size:1.8rem; letter-spacing:.03em; }
.cal-book-sub { font-size:.92rem; font-weight:400; }
.cal-book-form .form-group label { font-size:.88rem; letter-spacing:.12em; font-weight:500; }
.cal-book-form .form-group input,
.cal-book-form .form-group textarea { background:var(--bg2); border-radius:var(--r); }

/* ── Contact ── */
.contact-section { background:var(--bg); }
.contact-sub { font-size:1.1rem; }
.contact-card { max-width:580px; background:#fff; border:none; border-radius:var(--r); padding:3rem; }
.contact-form { gap:1.1rem; }
.form-row { gap:1.1rem; }
.form-group { gap:.35rem; }
.form-group label { font-size:.88rem; letter-spacing:.12em; font-weight:500; }
.form-group input, .form-group textarea { border-radius:var(--r); padding:.85rem 1rem; font-size:1rem; }
.form-group input::placeholder, .form-group textarea::placeholder { color:#888; }
.form-success { font-size:1.05rem; border-radius:var(--r); }
.form-error { font-size:.84rem; border-radius:var(--r); }
.contact-btn { font-size:.66rem; letter-spacing:.3em; border-radius:0; }
@media(hover:hover){ .contact-btn:hover { background:var(--text); } }

/* ── Reviews — grote quote-kaarten ── */
.reviews-section { padding:6rem 5rem 7rem; background:#fff; }
.score-stars { font-size:1.3rem; color:var(--accent); }
.score-link { border:1px solid var(--text); border-radius:var(--r-lg); font-size:.68rem; letter-spacing:.18em; }
@media(hover:hover){ .score-link:hover { background:var(--text); color:var(--bg); } }
.reviews-slider-wrap { margin-top:2.5rem; }
.reviews-grid { gap:1.5rem; padding:.5rem .2rem; }
.review-card { border:none; border-radius:var(--r-lg); padding:2.8rem 2.5rem; flex:0 0 calc(50% - .75rem); min-height:300px; position:relative; box-shadow:0 4px 24px rgba(43,43,43,.05); }
.review-card::before { content:'\201C'; font-family:'Cormorant Garamond',serif; font-size:5rem; line-height:1; color:var(--accent-lt); opacity:.5; position:absolute; top:1rem; left:2rem; }
.review-header { margin-top:2rem; }
.review-avatar-placeholder { background:var(--accent-lt); color:var(--text); font-weight:400; }
.review-name { font-weight:500; font-size:1.1rem; }
.review-stars { color:var(--accent); }
.review-text { font-size:1.1rem; line-height:2; font-style:italic; color:var(--text); }
.reviews-arrow { border:1px solid var(--border); box-shadow:0 4px 16px rgba(0,0,0,.06); }
@media(hover:hover){ .reviews-arrow:hover { background:var(--text); color:var(--bg); border-color:var(--text); } }
.reviews-dot::before { width:8px; height:8px; border-radius:50%; }
.reviews-dot.active::before { background:var(--accent); width:28px; border-radius:4px; }
.reviews-dots { margin-top:1.8rem; }
@media(max-width:768px){
  .review-card { flex:0 0 85vw; max-width:380px; padding:2.2rem 1.8rem; min-height:260px; }
  .review-text { font-size:1rem; }
}

/* ── Voorzieningen ── */
.voorzieningen-section { padding:5rem 6rem; background:#fff; }
.voorzieningen-inner > div:first-child p { font-size:1.2rem !important; }
.vz-site-item { border:1px solid var(--border); border-radius:var(--r); font-size:1.05rem; }
.vz-site-icon { width:32px; height:32px; border:1px solid var(--border); }
.vz-site-icon svg { width:16px; height:16px; stroke-width:1; }
.kamer-icon { border:1px solid var(--border); background:transparent; }
.kamer-icon svg { stroke-width:1.1; }
.vz-meer-btn { border:1px solid var(--text); border-radius:var(--r-lg); font-weight:400; letter-spacing:.2em; }
@media(hover:hover){ .vz-meer-btn:hover { background:var(--text); color:var(--bg); } }

/* ── SEO ── */
.seo-section { padding:7rem 6rem; background:#fff; }
.seo-inner { max-width:1000px; gap:5rem; }
.seo-block h4 { font-size:1.7rem; line-height:1.3; letter-spacing:.01em; }
.seo-block p { font-size:1.1rem; line-height:2.1; margin-bottom:.8rem; }

/* ── FAQ — ultra-clean, border lines ── */
.faq-section { padding:6rem 6rem; background:var(--bg); }
.faq-inner { max-width:780px; }
.faq-grid { gap:0; }
.faq-item { background:transparent; border:none; border-radius:0; padding:1.3rem 0; border-bottom:1px solid var(--border); cursor:pointer; }
.faq-item:first-child { border-top:1px solid var(--border); }
.faq-item h3 { font-family:'DM Sans',sans-serif; font-size:1.4rem; font-weight:500; letter-spacing:.01em; margin-bottom:0; display:flex; justify-content:space-between; align-items:center; gap:1rem; }
.faq-item p { font-size:1.05rem; line-height:1.8; }
.faq-toggle { width:24px; height:24px; border:1px solid var(--border); }
.faq-toggle svg { width:10px; height:10px; stroke:var(--muted); }
.faq-item.open .faq-toggle { background:var(--accent); border-color:var(--accent); }
.faq-item div[itemprop="acceptedAnswer"] { overflow:hidden; max-height:0; transition:max-height .4s ease, margin-top .4s; }
.faq-item.open div[itemprop="acceptedAnswer"] { max-height:600px; margin-top:.8rem; }
@media(max-width:768px){
  .faq-item { padding:1rem 0; }
  .faq-item h3 { font-size:1.2rem; }
  .faq-item p { font-size:1rem; line-height:1.75; }
}

/* ── Address — licht ── */
.address-section { padding:6rem 5rem; background:var(--bg); }
.address-detail { font-size:1rem; }
.address-detail strong { font-weight:500; }
.address-sub { font-size:.92rem; opacity:.7; }
.address-map { border-radius:var(--r); border:none; box-shadow:none; }

/* ── Footer — licht, bijna leeg ── */
footer { background:var(--bg); color:var(--text); padding:4rem 5rem; border-top:1px solid var(--border); font-size:.78rem; letter-spacing:.12em; }
.footer-logo { font-size:1.4rem; color:var(--text); letter-spacing:.04em; }
.footer-logo-img { opacity:1; filter:none; }
footer a { color:var(--text); margin-left:1.8rem; opacity:.85; }
@media(hover:hover){ footer a:hover { color:var(--accent); opacity:1; } }
.footer-copyright { font-size:.72rem; color:var(--text); opacity:.75; }
.footer-copy-line a { color:var(--text); }
/* Taalkiezer — donkere pills op lichte footer */
.lang-pill { background:rgba(0,0,0,.05); color:var(--text); opacity:.75; }
@media(hover:hover){ .lang-pill:hover { background:rgba(0,0,0,.1); color:var(--accent); opacity:1; } }
.lang-pill.is-active { background:rgba(0,0,0,.14); color:var(--text); opacity:1; }

/* ── Text popup — licht overlay ── */
.text-popup-overlay { background:rgba(247,244,238,.6); -webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px); transition:opacity .25s; }
.text-popup { border-radius:var(--r-lg); width:min(600px, calc(100vw - 3rem)); box-shadow:0 24px 80px rgba(43,43,43,.1); transition:opacity .25s, transform .3s; }
.text-popup-title { font-size:1.6rem; font-weight:400; letter-spacing:.02em; }
.text-popup-close { width:32px; height:32px; border:1px solid var(--border); background:transparent; }
@media(hover:hover){ .text-popup-close:hover { background:var(--bg2); } }
.text-popup-body { font-size:.9rem; line-height:1.85; }
.text-popup-body h2 { font-size:1.15rem; font-weight:400; margin:1.2rem 0 .5rem; }
.text-popup-body p { margin-bottom:.8rem; }
@media(max-width:600px){
  .text-popup { width:100%; max-width:100%; left:0; right:0; border-radius:var(--r-lg) var(--r-lg) 0 0; }
  .text-popup-title { font-size:1.5rem; }
  .text-popup-body { font-size:.86rem; line-height:1.75; }
}

/* ── Reveal — traag, elegant ── */
.reveal { transform:translateY(16px); transition:opacity 1.2s cubic-bezier(.25,.46,.45,.94), transform 1.2s cubic-bezier(.25,.46,.45,.94); }

/* ── Responsive overrides ── */
@media(max-width:768px){
  .hero { height:100vh; height:100lvh; min-height:600px; }
  .hero-content { padding:0 1.5rem 6rem; }
  .hero-title { font-size:clamp(2.6rem,10vw,4rem); }
  .stat-item { padding:1.4rem .5rem; }
  .stat-num { font-size:2.2rem; }
  .intro { grid-template-columns:1fr; }
  .intro-text { padding:3rem 1.5rem; align-items:center; text-align:center; }
  .intro-text .section-label { text-align:center !important; }
  .intro-text .section-heading { text-align:center !important; }
  .intro-body { text-align:center; }
  .intro-image { min-height:300px; }
  .features { padding:4rem 1.5rem; }
  .features-grid { grid-template-columns:1fr; gap:1rem; }
  .feature-card { padding:1.8rem 1.2rem; }
  .gallery { padding:4rem 1rem; }
  .gallery-grid { grid-template-columns:1fr 1fr; gap:.4rem; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(2) { grid-column:auto; }
  .location { grid-template-columns:1fr; direction:ltr; }
  .location > * { direction:ltr; }
  .tips { padding:4rem 1.5rem; }
  .tip-card { flex-direction:column; gap:.8rem; text-align:center; padding:1.5rem 0; }
  .tip-header { justify-content:center; }
  .section-heading { font-size:clamp(1.8rem,7vw,2.8rem); }
  footer { flex-direction:column; gap:1.2rem; text-align:center; padding:3rem 1.5rem; }
  footer a { margin:0 .6rem; }
  .nav-drawer { padding:7.5rem 1.5rem 2.5rem; }

  /* ── Mobiel: meer pagina-breed (desktop-padding lekte naar mobiel) ── */
  .location-text { padding:3rem 1.4rem; }
  .voorzieningen-section { padding:3.5rem 1.4rem; }
  .reviews-section { padding:4rem 1.4rem 5rem; }
  .seo-section { padding:4rem 1.4rem; }
  .faq-section { padding:4rem 1.4rem; }
  .address-section { padding:4rem 1.4rem; }
  .rules { padding:4rem 1.4rem; }

  /* Reviews-kaart pagina-breed i.p.v. smalle kolom */
  .review-card { flex:0 0 calc(100vw - 2.8rem); max-width:none; }

  /* Voorzieningen in 2 kolommen — volledige namen (wrap) i.p.v. afgekapt */
  .vz-site-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:.5rem; }
  .vz-site-item { font-size:.85rem !important; padding:.65rem .7rem !important; gap:.55rem; align-items:center; white-space:normal; overflow:visible; }
  .vz-site-icon { width:28px; height:28px; }
  .vz-site-icon svg { width:14px; height:14px; }
  .vz-site-item > *:last-child { min-width:0; white-space:normal; overflow-wrap:anywhere; word-break:break-word; hyphens:auto; line-height:1.25; }
}

.wa-float { width:50px; height:50px; box-shadow:0 4px 20px rgba(0,0,0,.12); }
@media(hover:hover){ .wa-float:hover { transform:scale(1.08); box-shadow:0 6px 28px rgba(0,0,0,.16); } }
@media(max-width:768px){ .wa-float { width:46px; height:46px; } }
