/* VenueFlow Site — widget styles. Neutraal/modern, werkt op een lichte WP-theme. */
.vf-resv, .vf-rooms, .vf-reviews, .vf-cta {
  --vf-accent: #5b4bff; --vf-accent-ink: #fff; --vf-ink: #1b2030; --vf-sub: #6b7488;
  --vf-line: #e6e9f2; --vf-soft: #f6f7fb; --vf-card: #fff; --vf-radius: 16px;
  --vf-shadow: 0 1px 2px rgba(20,24,40,.04), 0 8px 24px rgba(20,24,40,.06);
  font-family: inherit; color: var(--vf-ink);
}
.vf-resv { max-width: 980px; margin: 0 auto; }

/* Hero */
.vf-hero { text-align: center; padding: 1.6rem 0 1.2rem; }
.vf-hero-title { margin: 0 0 .4rem; font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 800; letter-spacing: -.02em; }
.vf-hero-sub { margin: 0 0 .9rem; color: var(--vf-sub); font-size: 1.05rem; }
.vf-trust { display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; justify-content: center; font-size: .85rem; color: #2f9e63; font-weight: 600; }

/* Dag-kiezer */
.vf-dayselector { display: flex; align-items: stretch; gap: .5rem; position: sticky; top: 0; z-index: 5;
  background: rgba(255,255,255,.85); backdrop-filter: blur(8px); padding: .6rem 0; margin-bottom: 1rem; }
.vf-day-nav { flex: 0 0 auto; width: 2.4rem; border: 1px solid var(--vf-line); background: var(--vf-card);
  border-radius: 12px; font-size: 1.2rem; cursor: pointer; color: var(--vf-ink); }
.vf-day-nav:disabled { opacity: .35; cursor: default; }
.vf-days { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: .5rem; flex: 1 1 auto; overflow-x: auto; }
.vf-day { display: grid; gap: .1rem; padding: .55rem .2rem; border: 1px solid var(--vf-line); background: var(--vf-card);
  border-radius: 12px; cursor: pointer; text-align: center; line-height: 1.1; min-width: 56px; }
.vf-day-wd { font-size: .72rem; color: var(--vf-sub); text-transform: uppercase; letter-spacing: .03em; }
.vf-day-num { font-size: 1.25rem; font-weight: 800; }
.vf-day-mo { font-size: .72rem; color: var(--vf-sub); }
.vf-day-active { background: var(--vf-accent); border-color: var(--vf-accent); color: var(--vf-accent-ink); }
.vf-day-active .vf-day-wd, .vf-day-active .vf-day-mo { color: rgba(255,255,255,.8); }

/* Loading */
.vf-loading { display: flex; justify-content: center; padding: 2rem; }
.vf-spinner { width: 28px; height: 28px; border: 3px solid var(--vf-line); border-top-color: var(--vf-accent);
  border-radius: 50%; animation: vfspin .8s linear infinite; }
@keyframes vfspin { to { transform: rotate(360deg); } }

/* Kamerkaarten + tijdsloten */
.vf-rooms-slots { display: flex; flex-direction: column; gap: .9rem; }
.vf-room { border: 1px solid var(--vf-line); border-radius: var(--vf-radius); background: var(--vf-card);
  box-shadow: var(--vf-shadow); padding: 1.1rem 1.2rem; }
.vf-room-head { display: flex; align-items: baseline; flex-wrap: wrap; gap: .3rem .8rem; margin-bottom: .8rem; }
.vf-room-head h3 { margin: 0; font-size: 1.2rem; font-weight: 700; }
.vf-room-cap { color: var(--vf-sub); font-size: .9rem; }
.vf-room-from { margin-left: auto; font-weight: 700; color: var(--vf-accent); }
.vf-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.vf-chip { border: 1px solid var(--vf-line); background: var(--vf-soft); color: var(--vf-ink); border-radius: 999px;
  padding: .5rem .9rem; font-weight: 600; font-size: .92rem; cursor: pointer; transition: .12s; }
.vf-chip:hover { border-color: var(--vf-accent); color: var(--vf-accent); transform: translateY(-1px); }
.vf-chip-booked { opacity: .5; cursor: not-allowed; text-decoration: line-through; background: #eef0f5; color: var(--vf-sub); }
.vf-chip-booked:hover { transform: none; border-color: var(--vf-line); color: var(--vf-sub); }
.vf-muted { color: var(--vf-sub); }
.vf-err { color: #d23a4b; }

/* Modal */
.vf-modal-overlay { position: fixed; inset: 0; z-index: 9999; background: rgba(16,18,30,.55);
  display: flex; align-items: center; justify-content: center; padding: 1rem; }
.vf-modal-overlay[hidden] { display: none; }
.vf-modal { background: var(--vf-card); border-radius: 20px; width: 100%; max-width: 760px; max-height: 92vh;
  overflow: auto; position: relative; box-shadow: 0 24px 64px rgba(0,0,0,.3); }
.vf-modal-close { position: absolute; top: .7rem; right: .9rem; border: 0; background: transparent; font-size: 1.6rem;
  line-height: 1; cursor: pointer; color: var(--vf-sub); }
.vf-modal-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 1.4rem; padding: 1.6rem; }
@media (max-width: 640px) { .vf-modal-grid { grid-template-columns: 1fr; } }
.vf-modal-title { margin: 0 0 1rem; font-size: 1.25rem; font-weight: 800; }
.vf-field { margin-bottom: .8rem; }
.vf-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.vf-resv label { display: block; font-size: .8rem; color: var(--vf-sub); margin: 0 0 .25rem; font-weight: 600; }
.vf-resv input { width: 100%; box-sizing: border-box; padding: .55rem .7rem; border: 1px solid var(--vf-line);
  border-radius: 10px; font-size: 1rem; }
.vf-resv input:focus { outline: 2px solid color-mix(in srgb, var(--vf-accent) 40%, transparent); border-color: var(--vf-accent); }
.vf-stepper { display: inline-flex; align-items: center; gap: .2rem; border: 1px solid var(--vf-line); border-radius: 12px; overflow: hidden; }
.vf-stepper button { width: 2.4rem; height: 2.4rem; border: 0; background: var(--vf-soft); font-size: 1.2rem; cursor: pointer; color: var(--vf-ink); }
.vf-stepper span { min-width: 2.4rem; text-align: center; font-weight: 800; font-size: 1.1rem; }
.vf-resv .vf-check { display: flex; gap: .55rem; align-items: flex-start; font-size: .9rem; color: var(--vf-ink); margin: .6rem 0; font-weight: 400; }
.vf-check input { width: auto; margin-top: .15rem; }
.vf-check a { color: var(--vf-accent); }

/* Modal samenvatting */
.vf-modal-summary h3 { margin: 0 0 .6rem; font-size: .95rem; text-transform: uppercase; letter-spacing: .04em; color: var(--vf-sub); }
.vf-sum-card { border: 1px solid var(--vf-line); border-radius: 14px; background: var(--vf-soft); padding: 1rem; margin-bottom: 1rem; }
.vf-sum-room { display: block; font-size: 1.1rem; margin-bottom: .5rem; }
.vf-sum-line { display: flex; justify-content: space-between; font-size: .9rem; color: var(--vf-sub); padding: .15rem 0; }
.vf-sum-line span:last-child { color: var(--vf-ink); font-weight: 600; }
.vf-sum-price { margin-top: .6rem; font-size: 1.4rem; font-weight: 800; color: var(--vf-accent); }
.vf-modal-trust { display: grid; gap: .35rem; font-size: .85rem; color: #2f9e63; font-weight: 600; }
.vf-modal-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid var(--vf-line); padding: 1rem 1.6rem; position: sticky; bottom: 0; background: var(--vf-card); }
.vf-modal-total { font-size: 1.05rem; }
.vf-modal-total strong { font-size: 1.3rem; }

/* Knoppen */
.vf-btn { display: inline-block; background: var(--vf-accent); color: var(--vf-accent-ink); border: 0; border-radius: 12px;
  padding: .65rem 1.2rem; font-weight: 700; cursor: pointer; text-decoration: none; }
.vf-btn:disabled { opacity: .45; cursor: not-allowed; }
.vf-btn-lg { padding: .8rem 1.6rem; font-size: 1.05rem; }

/* Bedankt-overlay */
.vf-thanks-overlay { position: fixed; inset: 0; z-index: 10000; background: rgba(16,18,30,.6);
  display: flex; align-items: center; justify-content: center; padding: 1rem; }
.vf-thanks-overlay[hidden] { display: none; }
.vf-thanks-card { background: var(--vf-card); border-radius: 20px; padding: 2.2rem; text-align: center; max-width: 420px; }
.vf-thanks-icon { width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 50%; background: #e7f7ee; color: #2f9e63;
  display: grid; place-items: center; font-size: 2rem; }
.vf-thanks-icon.vf-bad { background: #fdecee; color: #d23a4b; }
.vf-thanks-card h2 { margin: 0 0 .5rem; }
.vf-thanks-card p { color: var(--vf-sub); margin: 0 0 1.2rem; }

/* ── Overige shortcodes (rooms / reviews / cta) ── */
.vf-rooms { display: grid; grid-template-columns: repeat(var(--vf-cols, 3), 1fr); gap: 1rem; max-width: 980px; margin: 0 auto; }
@media (max-width: 720px) { .vf-rooms { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .vf-rooms { grid-template-columns: 1fr; } }
.vf-room-card { border: 1px solid var(--vf-line); border-radius: var(--vf-radius); padding: 1.1rem; background: var(--vf-card);
  box-shadow: var(--vf-shadow); display: flex; flex-direction: column; gap: .3rem; }
.vf-room-name { margin: 0; font-size: 1.15rem; }
.vf-room-meta { margin: 0; color: var(--vf-sub); font-size: .9rem; }
.vf-room-price { margin: 0 0 .7rem; font-weight: 700; color: var(--vf-accent); }
.vf-room-card .vf-btn { margin-top: auto; text-align: center; }

.vf-reviews { text-align: center; padding: 1rem 0; max-width: 980px; margin: 0 auto; }
.vf-reviews-title { margin: 0 0 1rem; }
.vf-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.vf-review { border: 1px solid var(--vf-line); border-radius: var(--vf-radius); padding: 1.1rem; background: var(--vf-card); box-shadow: var(--vf-shadow); }
.vf-stars { color: #f5b301; letter-spacing: 1px; }
.vf-review-author { color: var(--vf-sub); font-size: .9rem; }
.vf-reviews-rating { margin-top: 1rem; color: #3a4150; }

.vf-cta { text-align: center; border: 1px solid var(--vf-line); border-radius: 18px; padding: 1.8rem; background: var(--vf-soft); max-width: 720px; margin: 0 auto; }
.vf-cta-trust { list-style: none; padding: 0; margin: 0 0 1.1rem; display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; justify-content: center; color: #2f9e63; font-weight: 600; font-size: .9rem; }
