/* Levana – projectkaart, zoekbalk, alerts-CTA */

/* ===================== Projectkaart ===================== */
.lv-pcard { background: #fff; border: 1px solid #E4E7EC; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; height: 100%; box-shadow: 0 1px 2px rgba(15,33,31,.04); transition: box-shadow .2s, transform .2s; }
.lv-pcard:hover { box-shadow: 0 12px 32px rgba(15,33,31,.10); }
.lv-pcard__media { position: relative; aspect-ratio: 4 / 3; background: #EEF2E6; overflow: hidden; }
.lv-pcard__track { display: flex; width: 100%; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; scroll-behavior: smooth; }
.lv-pcard__track::-webkit-scrollbar { display: none; }
.lv-pcard__track img { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; scroll-snap-align: start; display: block; }
.lv-pcard__noimg { flex: 0 0 100%; background: linear-gradient(135deg, #EEF2E6, #F8FBEF); }
.lv-pcard__type { position: absolute; top: 14px; inset-inline-start: 14px; background: rgba(15,33,31,.62); color: #fff; font-size: 14px; font-weight: 600; padding: 7px 14px; border-radius: 8px; backdrop-filter: blur(4px); max-width: calc(100% - 28px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lv-pcard__year { position: absolute; bottom: 14px; inset-inline-end: 14px; background: #C8663A; color: #fff; font-size: 15px; font-weight: 700; padding: 8px 14px; border-radius: 8px; }
.lv-pcard__nav { position: absolute; top: 50%; transform: translateY(-50%); background: transparent; border: 0; color: #fff; cursor: pointer; padding: 6px; filter: drop-shadow(0 1px 3px rgba(0,0,0,.5)); opacity: .9; }
.lv-pcard__nav:hover { opacity: 1; }
.lv-pcard__nav.is-prev { left: 8px; }
.lv-pcard__nav.is-next { right: 8px; }
.lv-pcard__dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; }
.lv-pcard__dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.55); }
.lv-pcard__dots i.is-on { background: #fff; }
.lv-pcard__body { padding: 22px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.lv-pcard__title { font-size: 22px; line-height: 1.3; font-weight: 700; margin: 0 0 4px; color: #0F211F; }
.lv-pcard__title a { color: inherit; text-decoration: none; }
.lv-pcard__title a:hover { color: #F0582A; }
.lv-pcard__dev { font-size: 16px; color: #3C4A48; margin-bottom: 8px; }
.lv-pcard__dev a { color: #0F211F; font-weight: 700; text-decoration: none; }
.lv-pcard__dev a:hover { color: #F0582A; }
.lv-pcard__price { font-size: 18px; color: #0F211F; margin-bottom: 14px; }
.lv-pcard__price strong { color: #E0703B; font-size: 22px; font-weight: 700; }
.lv-pcard__meta { display: flex; flex-wrap: wrap; gap: 8px 22px; color: #4A5553; font-size: 15px; margin-bottom: 12px; }
.lv-pcard__meta span { display: inline-flex; align-items: center; gap: 7px; }
.lv-pcard__meta svg { flex: 0 0 auto; color: #4A5553; }
.lv-pcard__desc { font-size: 15px; line-height: 1.6; color: #3C4A48; margin: 0 0 18px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.lv-pcard__desc a { color: #F0582A; text-decoration: underline; margin-inline-start: 2px; }
.lv-pcard__actions { margin-top: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.lv-pcard__actions a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 50px; border-radius: 10px; background: #F1F3F0; color: #0F211F; font-weight: 700; font-size: 15px; text-decoration: none; transition: background .15s; white-space: nowrap; }
.lv-pcard__actions a:hover { background: #E6EADF; }
.lv-pcard__actions a svg { color: #E0703B; flex: 0 0 auto; }
@media (max-width: 420px) { .lv-pcard__actions a span { display: none; } }
[dir="rtl"] .lv-pcard__nav.is-prev { left: auto; right: 8px; transform: translateY(-50%) scaleX(-1); }
[dir="rtl"] .lv-pcard__nav.is-next { right: auto; left: 8px; transform: translateY(-50%) scaleX(-1); }

/* Swiper-slides/grids met de nieuwe kaart */
.swiper-slide.lv-pcard { height: auto; }
.lv-pcard-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 28px; }

/* ===================== Zoekbalk homepage ===================== */
.lv-hsearch { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: stretch; max-width: 1100px; position: relative; z-index: 5; }
.lv-hsearch__bar { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; background: #fff; border-radius: 14px; box-shadow: 0 10px 40px rgba(0,0,0,.15); min-height: 64px; }
.lv-hsearch__field { position: relative; display: flex; align-items: center; gap: 10px; padding: 0 18px; color: #0F211F; }
.lv-hsearch__field + .lv-hsearch__field { border-inline-start: 1px solid #E4E7EC; }
.lv-hsearch__q svg { color: #0F211F; flex: 0 0 auto; }
.lv-hsearch__q input[type=text] { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 18px; color: #0F211F; padding: 18px 0; }
.lv-hsearch__q input::placeholder { color: #7A8583; }
.lv-hsearch__sel { cursor: pointer; }
.lv-hsearch__sel select { appearance: none; -webkit-appearance: none; border: 0; outline: 0; background: transparent; font-size: 17px; color: #0F211F; cursor: pointer; padding: 18px 26px 18px 2px; min-width: 120px; }
.lv-hsearch__sel svg { position: absolute; inset-inline-end: 16px; pointer-events: none; color: #0F211F; }
[dir="rtl"] .lv-hsearch__sel select { padding: 18px 2px 18px 26px; }
.lv-hsearch__btn { display: inline-flex; align-items: center; gap: 10px; justify-content: center; background: linear-gradient(135deg, #F0582A, #E0703B); color: #fff; border: 0; border-radius: 14px; font-size: 18px; font-weight: 700; padding: 0 34px; min-height: 64px; cursor: pointer; box-shadow: 0 10px 30px rgba(240,88,42,.35); transition: transform .15s, box-shadow .15s; }
.lv-hsearch__btn:hover { transform: translateY(-1px); box-shadow: 0 14px 34px rgba(240,88,42,.45); }
.lv-hsearch__btn svg { display: none; }
.lv-hsearch__stats { grid-column: 1 / -1; margin: 6px 0 0; color: #fff; font-size: 17px; display: flex; flex-wrap: wrap; gap: 6px 0; text-shadow: 0 1px 4px rgba(0,0,0,.35); }
.lv-hsearch__stats span + span::before { content: "·"; margin: 0 12px; opacity: .8; }
.lv-hsearch__list { position: absolute; top: calc(100% + 6px); inset-inline-start: 0; width: min(520px, 100%); max-height: 380px; overflow-y: auto; background: #fff; border-radius: 12px; box-shadow: 0 16px 40px rgba(0,0,0,.18); list-style: none; margin: 0; padding: 6px 0; z-index: 30; }
.lv-hsearch__list li { padding: 11px 18px; cursor: pointer; display: flex; justify-content: space-between; gap: 12px; font-size: 16px; color: #0F211F; }
.lv-hsearch__list li small { color: #7A8583; font-size: 13px; white-space: nowrap; }
.lv-hsearch__list li.is-group { cursor: default; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #E0703B; padding: 12px 18px 4px; }
.lv-hsearch__list li.is-active, .lv-hsearch__list li[role=option]:hover { background: #F1F4FB; }
.lv-hsearch__list li.is-empty { color: #7A8583; cursor: default; }
@media (max-width: 900px) {
	.lv-hsearch { grid-template-columns: 1fr; }
	.lv-hsearch__bar { grid-template-columns: 1fr 1fr; }
	.lv-hsearch__q { grid-column: 1 / -1; border-bottom: 1px solid #E4E7EC; }
	.lv-hsearch__field + .lv-hsearch__field { border-inline-start: 0; }
	.lv-hsearch__sel + .lv-hsearch__sel { border-inline-start: 1px solid #E4E7EC; }
	.lv-hsearch__sel select { min-width: 0; width: 100%; }
	.lv-hsearch__btn svg { display: inline; }
}

/* ===================== Alerts CTA (footer) ===================== */
.lv-alertcta { background: rgba(248,251,239,.06); border: 1px solid rgba(248,251,239,.14); border-radius: 16px; padding: 24px; color: #F8FBEF; }
.lv-alertcta__icon { display: inline-flex; width: 48px; height: 48px; border-radius: 12px; background: #F0582A; align-items: center; justify-content: center; color: #fff; margin-bottom: 14px; }
.lv-alertcta__title { font-size: 18px; font-weight: 700; margin: 0 0 8px; color: #fff; }
.lv-alertcta__text { font-size: 15px; line-height: 1.55; margin: 0 0 18px; color: rgba(248,251,239,.8); }
.lv-alertcta__btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; background: #F0582A; color: #fff; font-weight: 700; font-size: 16px; padding: 13px 18px; border-radius: 10px; text-decoration: none; transition: background .15s; }
.lv-alertcta__btn:hover { background: #d9491e; color: #fff; }
.lv-alertcta__note { display: block; margin-top: 10px; font-size: 12.5px; color: rgba(248,251,239,.6); text-align: center; }

/* Downloadkaart */
.lv-service-card.is-download .lv-service-card__arrow svg { transform: rotate(90deg); }
