/* Les Voisins - Camping Montaigu-le-Blin */
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:system-ui,-apple-system,sans-serif;background:#f7f5f0;color:#2c2c2a;min-height:100vh}
nav{background:#fff;border-bottom:1px solid #e8e4dc;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:56px;position:sticky;top:0;z-index:200}
.nav-logo{font-family:Georgia,serif;font-size:1.2rem;font-weight:600;color:#1d6e4f;display:flex;align-items:center;gap:8px;cursor:pointer;white-space:nowrap}
.nav-links{display:flex;gap:2px}
.nav-links button{background:none;border:none;padding:7px 10px;border-radius:8px;cursor:pointer;font-size:13px;color:#5f5e5a;font-family:system-ui,-apple-system,sans-serif;transition:background .15s;display:flex;align-items:center;gap:5px}
.nav-links button:hover,.nav-links button.active{background:#f0f8f5;color:#1d6e4f;font-weight:500}
.nav-guest{display:flex;align-items:center;gap:6px;background:#1d6e4f;color:#fff;border:none;padding:7px 12px;border-radius:8px;font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap}
.nav-hamburger{background:none;border:2px solid #1d6e4f;border-radius:8px;padding:5px 10px;cursor:pointer;font-size:20px;color:#1d6e4f;line-height:1;display:none}
.mobile-menu{display:none;background:#fff;border-bottom:2px solid #e8e4dc;flex-direction:column;padding:.5rem}
.mobile-menu.open{display:flex}
.mobile-menu button{background:none;border:none;padding:13px 16px;text-align:left;font-size:15px;color:#2c2c2a;font-family:system-ui,-apple-system,sans-serif;cursor:pointer;border-radius:8px;display:flex;align-items:center;gap:10px;width:100%}
.mobile-menu button:hover,.mobile-menu button.active{background:#f0f8f5;color:#1d6e4f;font-weight:500}
.mobile-menu-divider{height:1px;background:#e8e4dc;margin:.3rem 0}
.nav-links{display:none}
.nav-hamburger{display:block}
.guest-label{display:none}
}
html,body{height:100%}
.modal-overlay{
  display:none !important;
  position:fixed !important;
  top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;
  width:100% !important;height:100% !important;
  background:rgba(0,0,0,.5) !important;
  z-index:99999 !important;
  align-items:center;justify-content:center;padding:1rem;
}
.modal-overlay.open{display:flex !important}
body.modal-open{overflow:hidden}
.modal{background:#fff;border-radius:16px;max-width:520px;width:100%;max-height:90vh;overflow-y:auto}
.modal-header{padding:1.1rem 1.4rem;border-bottom:1px solid #e8e4dc;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#fff;border-radius:16px 16px 0 0;z-index:10}
.modal-header h2{font-family:Georgia,serif;font-size:1.05rem;color:#1d6e4f}
.modal-close{background:none;border:none;cursor:pointer;font-size:20px;color:#888780;padding:4px;border-radius:6px;line-height:1}
.modal-close:hover{background:#f7f5f0}
.modal-body{padding:1.4rem}
.modal-footer{padding:1rem 1.4rem;border-top:1px solid #e8e4dc;display:flex;gap:8px;justify-content:flex-end}
.page{display:none;padding:1.5rem;max-width:900px;margin:0 auto}
.page.active{display:block}
.hero{background:linear-gradient(135deg,#1d6e4f 0%,#085041 100%);color:#fff;border-radius:16px;padding:2.5rem;margin-bottom:1.5rem;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;right:-40px;top:-40px;width:220px;height:220px;background:rgba(255,255,255,.04);border-radius:50%}
.hero h1{font-family:Georgia,serif;font-size:2rem;margin-bottom:.4rem}
.hero p{font-size:14px;opacity:.85;margin-bottom:1.3rem;line-height:1.6}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.btn-white{background:#fff;color:#1d6e4f;border:none;padding:9px 18px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;font-family:system-ui,-apple-system,sans-serif;display:inline-flex;align-items:center;gap:6px}
.btn-white:hover{opacity:.9}
.btn-ow{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.6);padding:9px 18px;border-radius:8px;font-weight:500;font-size:13px;cursor:pointer;font-family:system-ui,-apple-system,sans-serif;display:inline-flex;align-items:center;gap:6px}
.btn-ow:hover{background:rgba(255,255,255,.1)}
.hero-weather{position:absolute;top:1.2rem;right:1.2rem;background:rgba(255,255,255,.12);border-radius:10px;padding:8px 12px;text-align:center;font-size:12px;cursor:pointer}
.hero-weather .temp{font-size:1.4rem;font-weight:600}
.section-title{font-family:Georgia,serif;font-size:1.1rem;color:#1d6e4f;margin-bottom:.9rem;display:flex;align-items:center;gap:8px}
.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-bottom:1.5rem}
.card{background:#fff;border:1px solid #e8e4dc;border-radius:12px;padding:1.1rem;cursor:pointer;transition:box-shadow .15s,transform .15s}
.card:hover{box-shadow:0 4px 18px rgba(0,0,0,.08);transform:translateY(-2px)}
.card-icon{width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:.7rem}
.ci-g{background:#e1f5ee;color:#0f6e56}.ci-a{background:#faeeda;color:#854f0b}.ci-b{background:#e6f1fb;color:#185fa5}.ci-c{background:#faece7;color:#993c1d}
.card h3{font-size:13px;font-weight:600;margin-bottom:3px}
.card p{font-size:12px;color:#5f5e5a;line-height:1.5}
.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:6px;font-size:12px;font-weight:500}
.bg{background:#e1f5ee;color:#0f6e56}.ba{background:#faeeda;color:#854f0b}.bb{background:#e6f1fb;color:#185fa5}.br{background:#fcebeb;color:#a32d2d}
.btn-g{background:#1d6e4f;color:#fff;border:none;padding:9px 20px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;font-family:system-ui,-apple-system,sans-serif;display:inline-flex;align-items:center;gap:6px}
.btn-g:hover{background:#0f5a3c}
.btn-s{background:#f7f5f0;color:#2c2c2a;border:1px solid #e8e4dc;padding:9px 16px;border-radius:8px;font-weight:500;font-size:13px;cursor:pointer;font-family:system-ui,-apple-system,sans-serif;display:inline-flex;align-items:center;gap:6px}
.btn-s:hover{background:#ede9e0}
.btn-d{background:#fcebeb;color:#a32d2d;border:1px solid #f7c1c1;padding:9px 16px;border-radius:8px;font-weight:500;font-size:13px;cursor:pointer;font-family:system-ui,-apple-system,sans-serif;display:inline-flex;align-items:center;gap:6px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
.fg{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}
.fg label{font-size:12px;font-weight:500;color:#5f5e5a}
.fg input,.fg select,.fg textarea{padding:8px 11px;border:1px solid #ddd;border-radius:8px;font-size:13px;font-family:system-ui,-apple-system,sans-serif;color:#2c2c2a;background:#fff}
/* Placeholder-tekst: licht grijs en cursief, duidelijk te onderscheiden van ingevoerde tekst */
.fg input::placeholder,.fg textarea::placeholder{color:#d3d0c8;font-style:italic;opacity:1}
.fg input::-webkit-input-placeholder,.fg textarea::-webkit-input-placeholder{color:#d3d0c8;font-style:italic}
.fg input:-ms-input-placeholder,.fg textarea:-ms-input-placeholder{color:#d3d0c8;font-style:italic}
.fg input:focus,.fg select:focus,.fg textarea:focus{outline:none;border-color:#1d6e4f;box-shadow:0 0 0 3px rgba(29,110,79,.1)}
.fg textarea{resize:vertical;min-height:70px}
.dg{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:1.2rem}
.di{background:#f7f5f0;border-radius:9px;padding:.9rem}
.di label{font-size:11px;color:#888780;font-weight:500;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:3px}
.di span{font-size:14px;font-weight:500}
.divider{height:1px;background:#e8e4dc;margin:1.2rem 0}
.li{background:#fff;border:1px solid #e8e4dc;border-radius:10px;padding:.9rem 1.1rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;cursor:pointer;transition:background .15s}
.li:hover{background:#f7f5f0}
.li-l{display:flex;align-items:center;gap:12px}
.li-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}
.menu-card{background:#fff;border:1px solid #e8e4dc;border-radius:12px;overflow:hidden;margin-bottom:10px}
.menu-dh{background:#f7f5f0;padding:.75rem 1.1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e8e4dc}
.menu-dh span{font-size:13px;font-weight:600}
.menu-body{padding:1.1rem}
.mi{display:flex;justify-content:space-between;align-items:center;padding:.55rem 4px;border-bottom:1px solid #f0ece4;cursor:pointer;border-radius:6px;transition:padding .1s,background .1s}
.mi:last-child{border-bottom:none}
.mi:hover{background:#f7f5f0;padding-left:10px}
.mi h4{font-size:13px;font-weight:500;margin-bottom:2px}
.mi p{font-size:11px;color:#888780}
.mi-price{font-size:13px;font-weight:600;color:#1d6e4f;white-space:nowrap;margin-left:10px}
.mi-add{width:26px;height:26px;border-radius:6px;background:#e1f5ee;color:#0f6e56;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;margin-left:6px}
.mi-add:hover{background:#9fe1cb}
.dl{background:#fff;border:1px solid #e8e4dc;border-radius:12px;overflow:hidden;margin-bottom:1.2rem}
.dl-h{padding:.9rem 1.1rem;background:#f7f5f0;border-bottom:1px solid #e8e4dc;display:flex;justify-content:space-between;align-items:center}
.dr{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.1rem;border-bottom:1px solid #f0ece4}
.dr:last-child{border-bottom:none}
.dr-i{display:flex;align-items:center;gap:10px}
.rt{background:#1d6e4f;color:#fff;padding:.9rem 1.1rem;display:flex;justify-content:space-between;align-items:center}
.ec{background:#fff;border:1px solid #e8e4dc;border-radius:12px;padding:1.1rem;margin-bottom:10px;display:flex;gap:.9rem;align-items:flex-start;cursor:pointer;transition:box-shadow .15s}
.ec:hover{box-shadow:0 4px 16px rgba(0,0,0,.07)}
.edb{background:#1d6e4f;color:#fff;border-radius:9px;padding:.5rem .7rem;text-align:center;min-width:48px;flex-shrink:0}
.edb .day{font-size:1.2rem;font-weight:600;line-height:1}
.edb .month{font-size:10px;text-transform:uppercase;opacity:.85;letter-spacing:.4px}
.et{font-size:11px;font-weight:500;padding:2px 8px;border-radius:5px;display:inline-flex;align-items:center;gap:3px}
.tc{background:#e1f5ee;color:#0f6e56}.to{background:#e6f1fb;color:#185fa5}.tg{background:#faeeda;color:#854f0b}
.fb{background:#fff;border:1px solid #e8e4dc;padding:6px 13px;border-radius:20px;font-size:12px;cursor:pointer;font-family:system-ui,-apple-system,sans-serif;color:#5f5e5a}
.fb.active,.fb:hover{background:#e1f5ee;border-color:#9fe1cb;color:#0f6e56;font-weight:500}
.map-c{background:linear-gradient(135deg,#e6f1fb,#b5d4f4);border:1px solid #85b7eb;border-radius:12px;padding:1.1rem;display:flex;gap:.9rem;align-items:center;margin-bottom:1.2rem;cursor:pointer}
.map-c:hover{opacity:.9}
.qrbox{border:2px dashed #b4b2a9;border-radius:16px;padding:2rem;text-align:center;margin-bottom:1.2rem;background:#fff}
.qr{width:130px;height:130px;background:#f7f5f0;border:1px solid #e8e4dc;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.qr::before{content:'';position:absolute;top:8px;left:8px;width:20px;height:20px;border:3px solid #1d6e4f;border-right:none;border-bottom:none}
.qr::after{content:'';position:absolute;bottom:8px;right:8px;width:20px;height:20px;border:3px solid #1d6e4f;border-left:none;border-top:none}
@keyframes scan{0%{top:15%}50%{top:80%}100%{top:15%}}
.scan-l{position:absolute;left:8%;right:8%;height:2px;background:rgba(29,110,79,.6);animation:scan 2s ease-in-out infinite;border-radius:1px}
.steps{display:flex;margin-bottom:1.4rem}
.step{flex:1;text-align:center;position:relative}
.step:not(:last-child)::after{content:'';position:absolute;top:13px;left:50%;width:100%;height:2px;background:#e8e4dc;z-index:0}
.step-dot{width:26px;height:26px;border-radius:50%;border:2px solid #e8e4dc;background:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;margin:0 auto 5px;position:relative;z-index:1;color:#888780}
.step.active .step-dot{background:#1d6e4f;border-color:#1d6e4f;color:#fff}
.step.done .step-dot{background:#e1f5ee;border-color:#1d9e75;color:#0f6e56}
.step-label{font-size:10px;color:#888780}
.step.active .step-label{color:#1d6e4f;font-weight:500}
.toast{position:fixed;bottom:1.5rem;right:1.5rem;background:#2c2c2a;color:#fff;padding:10px 16px;border-radius:10px;font-size:13px;z-index:9999;display:none;align-items:center;gap:8px;box-shadow:0 4px 20px rgba(0,0,0,.25);max-width:300px}
.toast.show{display:flex}
footer{background:#fff;border-top:1px solid #e8e4dc;padding:1.2rem 1.5rem;text-align:center;font-size:12px;color:#888780;margin-top:2rem}
/* TAALWISSELAAR */
.taal-bar{display:flex;gap:4px;align-items:center}
.taal-knop{background:none;border:1px solid transparent;border-radius:6px;padding:3px 5px;font-size:16px;cursor:pointer;opacity:.5;transition:opacity .15s,border-color .15s;line-height:1}
.taal-knop:hover{opacity:.85}
.taal-knop.actief{opacity:1;border-color:#e8e4dc;background:#f7f5f0}

/* WEERSTROOK — 5-daagse verwachting in de hero, onder de ondertitel.
   Witte semi-transparante tegels met witte tekst, contrasterend op de
   groene hero-gradient. Grid van 5 kolommen, klein en compact.
   ----------------------------------------------------------------- */
.hero-weer-strook{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:6px;
  margin-top:1.1rem;
  position:relative;   /* boven ::before pseudo-element van .hero */
  z-index:1;
}
.hero-weer-strook .hws-dag{
  background:rgba(255,255,255,.12);
  border-radius:8px;
  padding:.55rem .2rem;
  text-align:center;
  line-height:1.15;
}
.hero-weer-strook .hws-label{font-size:11px;opacity:.8;margin-bottom:2px}
.hero-weer-strook .hws-icoon{font-size:18px;line-height:1.1;margin:2px 0}
.hero-weer-strook .hws-max{font-size:13px;font-weight:600;margin-top:2px}
.hero-weer-strook .hws-min{font-size:11px;opacity:.75}

/* MOBIEL — Compactere hero-padding en iets kleinere weertegels. Titel en
   ondertitel krijgen de volle regel; weer staat als aparte strook eronder,
   dus geen padding-right meer nodig op h1.
   ----------------------------------------------------------------- */
@media (max-width: 640px) {
  .hero{padding:1.6rem 1.3rem}
  .hero h1{font-size:1.55rem}
  .hero p{font-size:13px}
  .hero-weer-strook{gap:4px;margin-top:.9rem}
  .hero-weer-strook .hws-dag{padding:.45rem .15rem}
  .hero-weer-strook .hws-label{font-size:10px}
  .hero-weer-strook .hws-icoon{font-size:16px}
  .hero-weer-strook .hws-max{font-size:12px}
  .hero-weer-strook .hws-min{font-size:10px}
}
