/* dev.mm/assets/css/ligplaats.css -- de ligplaatsenpagina.
   Wordt NA _incl_css_js.php geladen; style.css wint anders het
   gelijkspel op koppen, knoppen en tekstkleuren.  Daarom staan
   kleuren en groottes hier met !important. */

.lp-h2 {
  text-align: center; font-weight: 600 !important;
  font-size: 1.9rem !important; line-height: 1.2 !important;
  color: #11354d !important; margin: 0 0 .6rem !important;
}
.lp-h3 { font-weight: 700 !important; font-size: 1.2rem !important; color: #11354d !important; margin: 0 0 .6rem !important; }
.lp-lead { text-align: center; max-width: 46rem; margin: 0 auto 2rem; color: #5f7183 !important; }

/* ---------- feitenstrip ------------------------------------------- */
/* De hero eindigt met margin-bottom:-20px; zonder eigen marge plakt
   deze balk daar tegenaan. */
.lp-feiten { background: #11354d; padding: 1.1rem 0; margin-top: 4.5rem; }
@media (max-width: 767.98px) { .lp-feiten { margin-top: 3rem; } }
.lp-feiten ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem 2rem; }
.lp-feiten li { display: flex; align-items: center; gap: .5rem; color: #fff !important; font-weight: 600; font-size: .95rem; }
.lp-feiten i { color: #4db2e8 !important; }

/* ---------- verblijfsvormen --------------------------------------- */
.lp-vormen { display: grid; grid-template-columns: 1fr; gap: 1.1rem; }
@media (min-width: 992px) { .lp-vormen { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: stretch; } }

.lp-vorm { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid #e2e8ef; border-radius: .7rem; padding: 1.6rem 1.4rem 1.4rem; box-shadow: 0 6px 20px rgba(15,27,45,.07); }
.lp-vorm .lp-check { flex: 1 1 auto; }
.lp-vorm-ic {
  position: absolute; top: -1.1rem; left: 1.4rem;
  width: 2.2rem; height: 2.2rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #fff; color: #23a0db !important; border: 2px solid #23a0db;
  box-shadow: 0 3px 10px rgba(4,19,31,.22); font-size: .9rem;
}
.lp-vorm h3 { font-size: 1.25rem !important; font-weight: 700 !important; color: #11354d !important; margin: .3rem 0 .15rem !important; }
.lp-vorm-sub { color: #5f7183 !important; font-size: .9rem; margin: 0 0 1rem; }

.lp-check { list-style: none; padding: 0; margin: 0; }
.lp-check li { position: relative; padding-left: 1.5rem; margin: .4rem 0; font-size: .9rem; line-height: 1.4; color: #11354d !important; }
.lp-check li:before {
  content: "\f00c"; font-family: "Font Awesome 6 Free", "Font Awesome 5 Free"; font-weight: 900;
  position: absolute; left: 0; top: .12rem; color: #1f964d !important; font-size: .75rem;
}
.lp-actie { margin-top: auto; display: flex; gap: .55rem; align-items: flex-start; margin: 1rem 0 0; padding: .7rem .85rem; border-radius: .5rem; background: #eefaf2; color: #14663a !important; font-size: .85rem; font-weight: 600; }
.lp-actie i { margin-top: .15rem; }

.lp-vanaf { display: flex; align-items: baseline; gap: .4rem; flex-wrap: wrap; margin: 1.1rem 0 0; padding-top: 1rem; border-top: 1px solid #eef2f6; }
.lp-vanaf span { color: #5f7183 !important; font-size: .85rem; }
.lp-vanaf strong { color: #11354d !important; font-size: 1.75rem; font-weight: 700; line-height: 1; }

/* ---------- prijs-vinder ------------------------------------------ */
.lp-vinder { background: #fff; border: 1px solid #e2e8ef; border-radius: .7rem; padding: 1.3rem; box-shadow: 0 6px 20px rgba(15,27,45,.07); }
.lp-vinder-keuze { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 768px) { .lp-vinder-keuze { grid-template-columns: 2fr 1fr; gap: 1.5rem; align-items: end; } }

.lp-label { display: block; font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; color: #7b8a99 !important; margin-bottom: .45rem; }
.lp-soort { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.lp-soort button {
  text-align: left; padding: .65rem .8rem; border: 1px solid #d7e0e9; border-radius: .5rem;
  background: #fff; cursor: pointer; transition: border-color .18s, background .18s, box-shadow .18s;
}
.lp-soort button strong { display: block; font-size: .95rem; color: #11354d !important; }
.lp-soort button span { display: block; font-size: .78rem; line-height: 1.3; color: #6b7d8e !important; margin-top: .15rem; }
.lp-soort button.is-on { border-color: #3498db; background: #f2f9fe; box-shadow: inset 0 0 0 1px #3498db; }
.lp-soort button:focus-visible { outline: 3px solid #154f7d; outline-offset: 2px; }

.lp-select {
  width: 100%; padding: .7rem .8rem; border: 1px solid #d7e0e9; border-radius: .5rem;
  background: #fff; color: #11354d !important; font-size: 1rem; font-weight: 600;
}

.lp-uitkomst { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin-top: 1.2rem; }
@media (max-width: 575.98px) { .lp-uitkomst { grid-template-columns: 1fr; } }
.lp-prijs { text-align: center; padding: .9rem .6rem; border-radius: .55rem; background: #f4f8fb; }
.lp-prijs-label { display: block; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #7b8a99 !important; }
.lp-prijs strong { display: block; font-size: 1.6rem; font-weight: 700; line-height: 1.2; color: #11354d !important; margin: .2rem 0 0; }
.lp-prijs-per { display: block; font-size: .78rem; color: #6b7d8e !important; }

/* ---------- elektriciteit ----------------------------------------- */
/* Eén brede regel, direct onder de drie verblijfsvormen. */
.lp-elektra-sec { padding: 0 0 3rem; }
.lp-elektra { display: flex; gap: 1.2rem; align-items: flex-start; padding: 1.3rem 1.5rem; border: 1px solid #e2e8ef; border-radius: .7rem; background: #fff; }
.lp-elektra-ic { flex: 0 0 2.6rem; height: 2.6rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #fff7e6; color: #b7791f !important; font-size: 1.1rem; }
.lp-elektra-body { flex: 1 1 auto; min-width: 0; }
.lp-elektra-punten { display: grid; grid-template-columns: 1fr; gap: .5rem 1.6rem; }
@media (min-width: 992px) { .lp-elektra-punten { grid-template-columns: repeat(3, 1fr); } }
.lp-elektra-punten span { position: relative; padding-left: 1.1rem; font-size: .88rem; line-height: 1.45; color: #5f7183 !important; }
.lp-elektra-punten span:before { content: ""; position: absolute; left: 0; top: .5rem; width: .4rem; height: .4rem; border-radius: 50%; background: #e0a93b; }

/* ---------- voorzieningen ----------------------------------------- */
.lp-vz { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 576px) { .lp-vz { grid-template-columns: 1fr 1fr; } }
@media (min-width: 992px) { .lp-vz { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } }
.lp-vz-kaart { background: #fff; border: 1px solid #e2e8ef; border-radius: .7rem; padding: 1.4rem; box-shadow: 0 6px 20px rgba(15,27,45,.06); }
.lp-vz-ic { display: inline-flex; width: 2.6rem; height: 2.6rem; border-radius: .6rem; align-items: center; justify-content: center; background: #eaf4fb; color: #17567f !important; font-size: 1.05rem; margin-bottom: .8rem; }
.lp-vz-kaart h3 { font-size: 1.05rem !important; font-weight: 700 !important; color: #11354d !important; margin: 0 0 .35rem !important; }
.lp-vz-kaart p { font-size: .9rem; line-height: 1.45; color: #5f7183 !important; margin: 0; }

/* ---------- banner en slot ---------------------------------------- */
.lp-banner { background-size: cover; background-position: center; background-attachment: fixed; height: 340px; margin: 0; }
@media (max-width: 767.98px) { .lp-banner { background-attachment: scroll; height: 240px; } }

.lp-cta { background: #f4f8fb; }
.lp-btn-green, .lp-btn-green:visited { background-color: #1f964d !important; border-color: #1f964d !important; color: #fff !important; }
.lp-btn-green:hover, .lp-btn-green:focus { background-color: #166835 !important; border-color: #166835 !important; color: #fff !important; }
.lp-bellen { margin: 1rem 0 0; }
.lp-bellen a { color: #17567f !important; font-weight: 600; }

/* ---------- introductie ------------------------------------------- */
.lp-intro-p { font-size: 1.02rem; line-height: 1.6; color: #46586a !important; margin-bottom: 1rem; }
/* Rekenen en aanvragen naast elkaar: wie zijn prijs al weet hoeft niet
   eerst de hele pagina door. */
.lp-knoppen { display: flex; flex-wrap: wrap; gap: .6rem; }
.lp-knoppen .btn { padding: .65rem 1.3rem; font-weight: 700; }
@media (max-width: 420px) { .lp-knoppen .btn { flex: 1 1 100%; text-align: center; } }

.lp-btn-blue, .lp-btn-blue:visited { background-color: #154f7d !important; border-color: #154f7d !important; color: #fff !important; padding: .65rem 1.3rem; font-weight: 700; }
.lp-btn-blue:hover, .lp-btn-blue:focus { background-color: #0e3a5c !important; border-color: #0e3a5c !important; color: #fff !important; }

/* ---------- infographic: de haven in cijfers ---------------------- */
.lp-cijfers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1.5rem; }
@media (min-width: 768px) { .lp-cijfers { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; } }
.lp-cijfer { text-align: center; padding: 1.4rem .8rem 1.2rem; border: 1px solid #e2e8ef; border-radius: .7rem; background: #fff; }
.lp-cijfer-ic { display: inline-flex; width: 2.4rem; height: 2.4rem; border-radius: 50%; align-items: center; justify-content: center; background: #eaf4fb; color: #17567f !important; margin-bottom: .6rem; }
.lp-cijfer strong { display: block; font-size: 2rem; font-weight: 700; line-height: 1; color: #11354d !important; }
.lp-cijfer-lab { display: block; font-size: .82rem; line-height: 1.35; color: #6b7d8e !important; margin-top: .35rem; }

/* ---------- evenementen ------------------------------------------- */
.lp-events { background: #f4f8fb; }
.lp-events-kaart { display: flex; gap: 1.2rem; align-items: flex-start; max-width: 52rem; margin: 0 auto; padding: 1.6rem; border-radius: .7rem; background: #fff; border: 1px solid #e2e8ef; }
.lp-events-ic { flex: 0 0 2.8rem; height: 2.8rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #eefaf2; color: #1f964d !important; font-size: 1.15rem; }
.lp-events-kaart p { color: #5f7183 !important; margin-bottom: 1rem; }

/* ---------- zwevende rekenknop ------------------------------------ */
.lp-zweef {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 20;
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .7rem 1.1rem; border-radius: 999px;
  background: #154f7d; color: #fff !important; font-weight: 700; font-size: .92rem;
  text-decoration: none !important; box-shadow: 0 8px 24px rgba(4,19,31,.35);
}
.lp-zweef:hover { background: #0e3a5c; color: #fff !important; }
.lp-zweef[hidden] { display: none; }
@media (max-width: 575.98px) { .lp-zweef { left: 1rem; right: 1rem; justify-content: center; } }

.sr-only { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- balk onder de rekenmodule ----------------------------- */
/* Zit er visueel aan vast: wie zijn lengte er niet in ziet staan leest
   meteen wat de volgende stap is.  De module erboven verliest daarom
   zijn onderronding. */
.lp-vinder { border-radius: .7rem .7rem 0 0; }
.lp-balk {
  display: flex; gap: .6rem; align-items: flex-start;
  margin: 0 !important;
  padding: .85rem 1.3rem !important;
  border: 1px solid #cfe1ee; border-top: 0;
  border-radius: 0 0 .7rem .7rem;
  background: #e4f0f8;
  box-shadow: 0 6px 20px rgba(15, 27, 45, .07);
  font-size: .88rem; line-height: 1.45; color: #29506d !important;
}
.lp-balk i { margin-top: .2rem; color: #3498db !important; }

/* ---------- prijslijst-kaart -------------------------------------- */
.lp-pdf { display: flex; gap: 1.2rem; align-items: flex-start; margin-top: 2rem; padding: 1.4rem 1.5rem; border: 1px solid #e2e8ef; border-radius: .7rem; background: #fff; }
.lp-pdf-ic { flex: 0 0 2.8rem; height: 2.8rem; border-radius: .6rem; display: flex; align-items: center; justify-content: center; background: #fdeeee; color: #b33 !important; font-size: 1.2rem; }
.lp-pdf p { font-size: .9rem; line-height: 1.45; color: #5f7183 !important; margin: 0 0 .9rem; }

/* ---------- vaste club -------------------------------------------- */
.lp-events-kop { text-align: center; margin-bottom: 2rem; }
.lp-ev-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 768px) { .lp-ev-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } }
.lp-ev { display: flex; flex-direction: column; padding: 1.5rem 1.4rem; border-radius: .7rem; background: #fff; border: 1px solid #e2e8ef; box-shadow: 0 6px 20px rgba(15,27,45,.06); }
.lp-ev-ic { display: inline-flex; width: 2.8rem; height: 2.8rem; border-radius: 50%; align-items: center; justify-content: center; background: #eaf4fb; color: #17567f !important; font-size: 1.15rem; margin-bottom: .9rem; }
.lp-ev:nth-child(1) .lp-ev-ic { background: #e9f8ef; color: #1f964d !important; }
.lp-ev:nth-child(2) .lp-ev-ic { background: #fff2e3; color: #c2751a !important; }
.lp-ev h3 { font-size: 1.1rem !important; font-weight: 700 !important; color: #11354d !important; margin: 0 0 .4rem !important; }
.lp-ev p { flex: 1 1 auto; font-size: .9rem; line-height: 1.5; color: #5f7183 !important; margin: 0 0 1rem; }
.lp-ev-link { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; font-size: .9rem; color: #17567f !important; text-decoration: none !important; }
.lp-ev-link i { transition: transform .22s; }
.lp-ev:hover .lp-ev-link i { transform: translateX(4px); }

/* ---------- merkteken --------------------------------------------- */
/* Het vierkant uit het logo, zodat deze pagina zichtbaar bij de rest
   hoort.  Klein en rustig: het is een accent, geen tweede logo. */
.lp-merk { display: block; width: 42px; height: 42px; margin: 0 0 .9rem; border-radius: .4rem; }
.lp-cta .lp-merk, .lp-events-kop .lp-merk { margin: 0 auto .9rem; }
.lp-merk-groot { display: block; width: 54px; height: 54px; margin: 0 auto 1rem; border-radius: .5rem; }

/* ---------- aanvraagknop, onderaan de tarieven -------------------- */
.lp-cta-in { margin-top: 2.5rem; padding-top: 2.2rem; border-top: 1px solid #dfe7ee; }
.lp-cta-in .lp-merk { margin: 0 auto .9rem; }
