
.vfm-app,
.vfm-app *,
.vfm-folder,
.vfm-folder *,
.vfm-funnel,
.vfm-funnel * {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
:root {
  --vfm-blue: #62a8ff;
  --vfm-blue-dark: #2f73e0;
  --vfm-mint: #e9fbf3;
  --vfm-sand: #fff5df;
  --vfm-peach: #fff0ea;
  --vfm-sky: #eef8ff;
  --vfm-dark: #162033;
  --vfm-muted: #718096;
  --vfm-line: #dbe7f3;
}
.vfm-app,
.vfm-folder {
  background: linear-gradient(135deg, #eef8ff 0%, #fff8ea 48%, #f1fff8 100%) !important;
}
.vfm-app button,
.vfm-folder button,
.vfm-app .button,
.vfm-folder .button,
.vfm-cta,
.vfm-deal__button,
.vfm-btn {
  border-radius: 50px !important;
  font-family: 'Poppins', system-ui, sans-serif !important;
  font-weight: 800 !important;
}
.vfm-card,
.vfm-page,
.vfm-panel,
.vfm-deal,
.vfm-folder-page,
.vfm-modal,
.vfm-sheet,
.vfm-funnel-card {
  border-radius: 14px !important;
  border-color: var(--vfm-line) !important;
  box-shadow: 0 12px 34px rgba(89,119,150,.10) !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap');

.vfm-folder-app{
  min-height:100svh;
  background:
    radial-gradient(circle at 12% 8%, rgba(37,99,235,.16), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(14,165,233,.14), transparent 32%),
    linear-gradient(135deg,#f8fafc,#eef6ff);
  color:#111827;
  font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  padding:28px;
  box-sizing:border-box;
}

.vfm-folder-hero{
  max-width:1280px;
  margin:0 auto 20px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
}

.vfm-folder-kicker{
  display:inline-flex;
  border-radius:999px;
  background:#dbeafe;
  color:#2563eb;
  font-weight:900;
  padding:7px 12px;
  margin-bottom:10px;
  font-size:.8rem;
}

.vfm-folder-hero h1{
  margin:0;
  font-size:clamp(2rem,4vw,4.2rem);
  line-height:.95;
  letter-spacing:-.06em;
}

.vfm-folder-hero p{
  margin:12px 0 0;
  color:#64748b;
  font-weight:700;
}

.vfm-funnel-open{
  border:0;
  border-radius:999px;
  background:#111827;
  color:#fff;
  font-weight:900;
  padding:14px 18px;
  cursor:pointer;
  box-shadow:0 18px 45px rgba(15,23,42,.18);
}

.vfm-folder-shell{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:310px minmax(0,1fr);
  gap:22px;
  align-items:start;
}

.vfm-folder-filters{
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(12px);
  border:1px solid rgba(15,23,42,.08);
  border-radius:30px;
  padding:20px;
  box-shadow:0 24px 70px rgba(15,23,42,.10);
  position:sticky;
  top:20px;
}

.vfm-filter-title{
  font-size:1.15rem;
  font-weight:950;
  margin-bottom:12px;
}

.vfm-folder-filters label{
  display:grid;
  gap:7px;
  font-weight:800;
  margin-top:12px;
  color:#1f2937;
}

.vfm-folder-filters input,
.vfm-folder-filters select{
  width:100%;
  box-sizing:border-box;
  min-height:46px;
  border-radius:15px;
  border:1px solid #d7dee8;
  background:#fff;
  padding:0 13px;
  font:inherit;
  color:#111827;
}

.vfm-two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.vfm-filter-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:16px;
}

.vfm-btn{
  border:0;
  min-height:46px;
  border-radius:15px;
  font-weight:900;
  cursor:pointer;
  padding:0 14px;
}

.vfm-btn--primary{
  background:#2563eb;
  color:#fff;
  box-shadow:0 14px 28px rgba(37,99,235,.20);
}

.vfm-btn--ghost{
  background:#fff;
  color:#111827;
  border:1px solid #d7dee8;
}

.vfm-folder-stage{
  min-width:0;
}

.vfm-folder-toolbar{
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(12px);
  border:1px solid rgba(15,23,42,.08);
  border-radius:26px;
  padding:14px 16px;
  margin-bottom:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  box-shadow:0 18px 50px rgba(15,23,42,.08);
}

.vfm-folder-toolbar strong{
  display:block;
  font-weight:950;
}

.vfm-folder-toolbar span{
  color:#64748b;
  font-weight:700;
}

.vfm-folder-nav{
  display:flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
}

.vfm-folder-nav button{
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:#111827;
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}

.vfm-folder-nav button:disabled{
  opacity:.35;
  cursor:not-allowed;
}

.vfm-folder-book{
  height:min(720px,calc(100svh - 190px));
  min-height:560px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(255,255,255,.7);
  border-radius:36px;
  padding:18px;
  box-shadow:0 32px 100px rgba(15,23,42,.12);
  overflow:hidden;
  position:relative;
}

.vfm-folder-pages{
  height:100%;
  display:flex;
  transition:transform .34s cubic-bezier(.22,.8,.22,1);
  will-change:transform;
  touch-action:pan-y;
}

.vfm-folder-pages.is-dragging{
  transition:none;
  cursor:grabbing;
}

.vfm-page-wrap{
  flex:0 0 100%;
  height:100%;
  padding:0 3px;
  box-sizing:border-box;
}

.vfm-page{
  height:100%;
  background:#fff;
  border-radius:28px;
  overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(15,23,42,.05);
  padding:22px;
  box-sizing:border-box;
  position:relative;
}

.vfm-page--cover{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  background:
    radial-gradient(circle at 80% 16%, rgba(37,99,235,.20), transparent 30%),
    linear-gradient(135deg,#101827,#2563eb);
  color:#fff;
}

.vfm-cover-glow{
  position:absolute;
  inset:auto -10% -20% auto;
  width:420px;
  height:420px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  filter:blur(4px);
}

.vfm-cover-kicker{
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.26);
  border-radius:999px;
  padding:8px 12px;
  font-weight:900;
  margin-bottom:16px;
}

.vfm-page--cover h2{
  margin:0;
  max-width:780px;
  font-size:clamp(2.4rem,6vw,5.8rem);
  line-height:.9;
  letter-spacing:-.07em;
}

.vfm-page--cover p{
  color:rgba(255,255,255,.82);
  font-size:1.15rem;
  font-weight:700;
  max-width:600px;
}

.vfm-cover-stats{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.vfm-cover-stats div,
.vfm-cover-best{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  border-radius:20px;
  padding:14px 16px;
  backdrop-filter:blur(8px);
}

.vfm-cover-stats strong{
  display:block;
  font-size:1.5rem;
  font-weight:950;
}

.vfm-cover-stats span,
.vfm-cover-best span,
.vfm-cover-best em{
  display:block;
  color:rgba(255,255,255,.78);
  font-weight:800;
  font-style:normal;
}

.vfm-cover-best{
  margin-top:14px;
}

.vfm-cover-best strong{
  display:block;
  font-size:1.35rem;
  font-weight:950;
}

.vfm-page__head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.vfm-page__head span{
  color:#2563eb;
  background:#dbeafe;
  border-radius:999px;
  padding:7px 10px;
  font-weight:900;
  font-size:.78rem;
}

.vfm-page__head strong{
  font-size:1.25rem;
  font-weight:950;
}

.vfm-deal-grid{
  height:calc(100% - 50px);
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:14px;
}

.vfm-deal{
  min-height:0;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 18px 42px rgba(15,23,42,.08);
  display:grid;
  grid-template-columns:42% 58%;
}

.vfm-deal__image{
  position:relative;
  background:#e2e8f0;
  min-height:0;
  overflow:hidden;
}

.vfm-deal__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.vfm-deal__empty{
  height:100%;
  display:grid;
  place-items:center;
  color:#64748b;
  font-weight:800;
  padding:10px;
  text-align:center;
}

.vfm-deal__score,
.vfm-deal__provider{
  position:absolute;
  z-index:2;
  left:10px;
  border-radius:999px;
  padding:6px 8px;
  font-weight:950;
  font-size:.72rem;
  box-shadow:0 10px 24px rgba(15,23,42,.16);
}

.vfm-deal__score{
  top:10px;
  background:#2563eb;
  color:#fff;
}

.vfm-deal__provider{
  bottom:10px;
  background:rgba(255,255,255,.94);
  color:#111827;
  max-width:calc(100% - 20px);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.vfm-deal__body{
  padding:14px;
  min-width:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

.vfm-deal h3{
  margin:0 0 4px;
  font-size:1rem;
  line-height:1.12;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.vfm-deal__meta{
  color:#64748b;
  font-weight:800;
  font-size:.76rem;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  margin-bottom:7px;
}

.vfm-deal__reasons{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin-bottom:7px;
}

.vfm-deal__reasons span{
  background:#eef6ff;
  color:#2563eb;
  border-radius:999px;
  padding:4px 7px;
  font-weight:900;
  font-size:.68rem;
}

.vfm-deal p{
  margin:0 0 9px;
  color:#475569;
  font-weight:600;
  font-size:.82rem;
  line-height:1.32;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.vfm-deal__foot{
  margin-top:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}

.vfm-deal__foot strong{
  font-size:1.05rem;
  font-weight:950;
}

.vfm-deal__foot a{
  min-height:38px;
  padding:0 11px;
  border-radius:13px;
  background:#2563eb;
  color:#fff;
  font-weight:950;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
}

.vfm-page--empty{
  display:grid;
  place-items:center;
  text-align:center;
}

.vfm-page--empty h2{
  margin:0 0 10px;
  font-size:2rem;
}

.vfm-page--empty p{
  margin:0;
  color:#64748b;
  font-weight:700;
}

.vfm-folder-dots{
  display:none !important;
}

.vfm-folder-dots button{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:999px;
  background:#cbd5e1;
  cursor:pointer;
}

.vfm-folder-dots button.is-active{
  width:28px;
  background:#2563eb;
}

/* Funnel */
.vfm-funnel{position:fixed;inset:0;z-index:9999;display:none}
.vfm-funnel.is-open{display:block}
.vfm-funnel__overlay{position:absolute;inset:0;background:rgba(15,23,42,.62);backdrop-filter:blur(6px)}
.vfm-funnel__modal{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px}
.vfm-funnel__skip{position:absolute;top:20px;right:20px;border:0;background:rgba(255,255,255,.16);color:#fff;padding:12px 14px;border-radius:999px;cursor:pointer;font-weight:900}
.vfm-progress{width:min(760px,100%);margin:0 0 16px;color:#fff}
.vfm-progress__bar{height:10px;border-radius:999px;background:rgba(255,255,255,.18);overflow:hidden}
.vfm-progress__bar span{display:block;height:100%;width:25%;background:linear-gradient(90deg,#fff,#dbeafe);border-radius:999px;transition:width .25s ease}
.vfm-progress__text{margin-top:8px;font-weight:900}
.vfm-step{display:none;width:min(760px,100%);background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 30px 80px rgba(15,23,42,.28);border-radius:28px;padding:32px}
.vfm-step.is-active{display:block;animation:vfmFade .28s ease}
@keyframes vfmFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.vfm-step__emoji{font-size:2rem;margin-bottom:10px}
.vfm-step h2{margin:0 0 10px;font-size:2rem;line-height:1.1}
.vfm-step p{margin:0 0 20px;color:#64748b;font-size:1.05rem;font-weight:600}
.vfm-slider-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:20px}
.vfm-values{margin-top:16px;color:#475569;font-size:1.05rem}
.vfm-step-actions{width:min(760px,100%);display:flex;justify-content:space-between;gap:12px;margin-top:16px}
.vfm-chip-grid,.vfm-budget-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.vfm-chip,.vfm-budget{border:1px solid #d7dde5;background:#fff;color:#111827;border-radius:16px;min-height:52px;padding:12px 14px;font-weight:900;cursor:pointer}
.vfm-chip.is-active,.vfm-budget.is-active{background:#111827;color:#fff;border-color:#111827}
.noUi-target{border:none!important;box-shadow:none!important;background:#e9eef5!important;border-radius:999px!important;height:10px!important}
.noUi-connect{background:#111827!important}
.noUi-handle{border:none!important;background:#111827!important;box-shadow:0 8px 24px rgba(17,24,39,.25)!important;border-radius:999px!important;width:24px!important;height:24px!important;right:-12px!important;top:-7px!important}
.noUi-handle:before,.noUi-handle:after{display:none!important}
.noUi-tooltip{border:none!important;background:#fff!important;color:#111827!important;font-weight:900!important;border-radius:10px!important;padding:6px 10px!important}

/* Loader */
.vfm-loader{position:fixed;inset:0;z-index:9998;display:grid;place-items:center;background:rgba(15,23,42,.34);backdrop-filter:blur(5px)}
.vfm-loader.hidden{display:none}
.vfm-loader__card{width:min(420px,calc(100% - 36px));background:rgba(255,255,255,.96);border-radius:28px;padding:30px 26px;text-align:center;box-shadow:0 30px 90px rgba(15,23,42,.28)}
.vfm-loader__spinner{width:64px;height:64px;margin:0 auto 18px;border-radius:999px;border:5px solid #dbeafe;border-top-color:#2563eb;animation:vfmSpin .8s linear infinite}
@keyframes vfmSpin{to{transform:rotate(360deg)}}
.vfm-loader__card h3{margin:0 0 8px;font-size:1.35rem}
.vfm-loader__card p{margin:0;color:#64748b;font-weight:700}

@media (max-width:980px){
  .vfm-folder-app{padding:14px}
  .vfm-folder-hero{align-items:flex-start;flex-direction:column}
  .vfm-folder-shell{grid-template-columns:1fr}
  .vfm-folder-filters{position:relative;top:auto;border-radius:24px}
  .vfm-folder-book{height:auto;min-height:0;padding:12px;border-radius:26px}
  .vfm-page{min-height:680px;padding:16px;border-radius:22px}
  .vfm-deal-grid{height:auto;grid-template-columns:1fr;grid-template-rows:none}
  .vfm-deal{min-height:230px}
}

@media (max-width:640px){
  .vfm-folder-hero h1{font-size:2.4rem}
  .vfm-folder-toolbar{align-items:flex-start;flex-direction:column}
  .vfm-folder-nav{width:100%;justify-content:space-between}
  .vfm-page{min-height:620px}
  .vfm-page--cover h2{font-size:2.6rem}
  .vfm-cover-stats{width:100%;display:grid;grid-template-columns:1fr}
  .vfm-deal{grid-template-columns:1fr;min-height:0}
  .vfm-deal__image{height:165px}
  .vfm-deal p{display:none}
  .vfm-step{padding:22px;border-radius:22px}
  .vfm-step h2{font-size:1.5rem}
  .vfm-chip-grid,.vfm-budget-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vfm-step-actions{flex-wrap:wrap}
  .vfm-step-actions .vfm-btn{flex:1}
}


/* 6.1.0 A4 folder + filterknop rechtsboven */
.vfm-folder-app{
  padding:22px !important;
  min-height:100svh !important;
}

.vfm-folder-hero{
  max-width:1120px !important;
  padding-right:150px !important;
}

.vfm-filter-toggle{
  position:fixed;
  top:22px;
  right:22px;
  z-index:80;
  border:0;
  border-radius:999px;
  min-height:50px;
  padding:0 17px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  background:rgba(17,24,39,.96);
  color:#fff;
  box-shadow:0 18px 50px rgba(15,23,42,.22);
  cursor:pointer;
  font-family:Poppins,system-ui,sans-serif;
}

.vfm-filter-toggle span{
  width:28px;
  height:28px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.14);
}

.vfm-filter-toggle strong{
  font-weight:950;
}

.vfm-filter-panel{
  position:fixed;
  inset:0;
  z-index:9997;
  display:block;
}

.vfm-filter-panel.hidden{
  display:none;
}

.vfm-filter-backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.36);
  backdrop-filter:blur(5px);
}

.vfm-filter-panel .vfm-folder-filters{
  position:absolute !important;
  top:22px !important;
  right:22px !important;
  width:min(380px, calc(100vw - 32px)) !important;
  max-height:calc(100svh - 44px);
  overflow:auto;
  z-index:2;
  border-radius:30px !important;
  animation:vfmFilterIn .2s ease both;
}

@keyframes vfmFilterIn{
  from{opacity:0; transform:translateY(-8px) scale(.98)}
  to{opacity:1; transform:translateY(0) scale(1)}
}

.vfm-filter-close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border:0;
  border-radius:999px;
  background:#f1f5f9;
  color:#0f172a;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}

.vfm-filter-title{
  padding-right:42px;
}

.vfm-folder-shell{
  max-width:1120px !important;
  display:block !important;
}

.vfm-folder-stage{
  width:100%;
  min-width:0;
}

.vfm-folder-toolbar{
  max-width:820px;
  margin-left:auto !important;
  margin-right:auto !important;
}

.vfm-folder-book{
  width:min(820px, calc(100vw - 44px)) !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:210 / 297;
  margin:0 auto !important;
  border-radius:22px !important;
  padding:14px !important;
  background:linear-gradient(135deg, rgba(255,255,255,.72), rgba(239,246,255,.80)) !important;
}

.vfm-page{
  border-radius:14px !important;
  padding:18px !important;
  box-shadow:
    inset 0 0 0 1px rgba(15,23,42,.06),
    0 18px 48px rgba(15,23,42,.12) !important;
}

.vfm-page-wrap{
  padding:0 !important;
}

.vfm-page__head{
  margin-bottom:12px !important;
}

.vfm-page__head strong{
  font-size:1.05rem !important;
}

.vfm-deal-grid{
  gap:10px !important;
  height:calc(100% - 44px) !important;
}

.vfm-deal{
  border-radius:18px !important;
  grid-template-columns:41% 59% !important;
}

.vfm-deal__body{
  padding:10px !important;
}

.vfm-deal h3{
  font-size:.88rem !important;
  line-height:1.12 !important;
  margin-bottom:4px !important;
}

.vfm-deal__meta{
  font-size:.68rem !important;
  margin-bottom:5px !important;
}

.vfm-deal__reasons{
  gap:4px !important;
  margin-bottom:5px !important;
}

.vfm-deal__reasons span{
  font-size:.58rem !important;
  padding:3px 6px !important;
}

.vfm-deal p{
  font-size:.70rem !important;
  line-height:1.22 !important;
  -webkit-line-clamp:2 !important;
  margin-bottom:6px !important;
}

.vfm-deal__foot strong{
  font-size:.92rem !important;
}

.vfm-deal__foot a{
  min-height:30px !important;
  border-radius:10px !important;
  padding:0 9px !important;
  font-size:.74rem !important;
}

.vfm-deal__score,
.vfm-deal__provider{
  font-size:.58rem !important;
  padding:4px 6px !important;
}

.vfm-page--cover h2{
  font-size:clamp(2.2rem,5.4vw,4.7rem) !important;
}

.vfm-cover-stats div,
.vfm-cover-best{
  border-radius:16px !important;
  padding:11px 13px !important;
}

@media (max-width:980px){
  .vfm-folder-app{
    padding:0 !important;
    min-height:100svh !important;
    overflow:hidden;
  }

  .vfm-folder-hero{
    display:none !important;
  }

  .vfm-filter-toggle{
    top:12px;
    right:12px;
    min-height:46px;
    padding:0 13px;
    z-index:90;
  }

  .vfm-filter-toggle strong{
    display:none;
  }

  .vfm-filter-panel .vfm-folder-filters{
    top:auto !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100% !important;
    max-height:86svh !important;
    border-radius:28px 28px 0 0 !important;
    padding:20px !important;
    box-sizing:border-box;
  }

  .vfm-folder-shell{
    max-width:none !important;
    height:100svh !important;
  }

  .vfm-folder-stage{
    height:100%;
    display:flex;
    flex-direction:column;
  }

  .vfm-folder-toolbar{
    max-width:none !important;
    margin:0 !important;
    border-radius:0 !important;
    padding:12px 68px 10px 12px !important;
    flex:0 0 auto;
    background:rgba(255,255,255,.95) !important;
  }

  .vfm-folder-toolbar strong{
    font-size:.92rem;
  }

  .vfm-folder-toolbar span{
    font-size:.78rem;
  }

  .vfm-folder-nav{
    gap:8px;
  }

  .vfm-folder-nav button{
    width:36px !important;
    height:36px !important;
  }

  .vfm-folder-nav span{
    font-size:.78rem;
  }

  .vfm-folder-book{
    width:100vw !important;
    height:calc(100svh - 64px) !important;
    aspect-ratio:auto !important;
    border-radius:0 !important;
    padding:0 !important;
    flex:1 1 auto;
    box-shadow:none !important;
    background:#fff !important;
  }

  .vfm-page{
    min-height:0 !important;
    height:100% !important;
    border-radius:0 !important;
    padding:12px !important;
    box-shadow:none !important;
  }

  .vfm-folder-dots{
    display:none !important;
  }

  .vfm-deal-grid{
    grid-template-columns:1fr !important;
    grid-template-rows:repeat(4, minmax(0,1fr)) !important;
    height:calc(100% - 38px) !important;
    gap:8px !important;
  }

  .vfm-deal{
    grid-template-columns:38% 62% !important;
    min-height:0 !important;
    border-radius:16px !important;
  }

  .vfm-deal__image{
    height:auto !important;
  }

  .vfm-deal h3{
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  .vfm-deal p{
    display:none !important;
  }

  .vfm-deal__reasons{
    display:none !important;
  }

  .vfm-page--cover{
    justify-content:center !important;
    padding:22px !important;
  }

  .vfm-page--cover h2{
    font-size:3rem !important;
  }

  .vfm-cover-stats{
    display:grid !important;
    grid-template-columns:1fr !important;
    width:100%;
  }
}

@media (max-width:560px){
  .vfm-folder-toolbar{
    display:block !important;
  }

  .vfm-folder-nav{
    margin-top:8px;
    justify-content:space-between;
  }

  .vfm-folder-book{
    height:calc(100svh - 104px) !important;
  }

  .vfm-deal-grid{
    grid-template-rows:repeat(4, minmax(0,1fr)) !important;
  }

  .vfm-deal__meta{
    font-size:.62rem !important;
  }

  .vfm-deal__foot a{
    min-height:28px !important;
    font-size:.68rem !important;
  }

  .vfm-deal__foot strong{
    font-size:.82rem !important;
  }
}


/* V6.2 CARD LAYOUT FIX */
.vfm-deal{
  display:block !important;
}

.vfm-deal__image{
  width:100% !important;
  height:180px !important;
  border-radius:14px 14px 0 0 !important;
}

.vfm-deal__body{
  padding:12px !important;
}

/* remove top hero spacing */
.vfm-folder-hero{
  display:none !important;
}

/* full page */
.vfm-folder-app{
  padding:0 !important;
}

/* container full width */
.vfm-folder-shell{
  max-width:100% !important;
}

.vfm-folder-stage{
  padding:0 12px !important;
}


/* V6.3 — Alleen de folder zichtbaar */
.vfm-folder-hero,
.vfm-folder-toolbar{
  display:none !important;
}

.vfm-folder-app{
  padding:0 !important;
  margin:0 !important;
  width:100vw !important;
  min-height:100svh !important;
  height:100svh !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 8% 6%, rgba(37,99,235,.14), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(14,165,233,.12), transparent 32%),
    linear-gradient(135deg,#eef6ff,#f8fafc) !important;
}

.vfm-folder-shell{
  width:100vw !important;
  height:100svh !important;
  max-width:none !important;
  margin:0 !important;
  display:block !important;
}

.vfm-folder-stage{
  width:100vw !important;
  height:100svh !important;
  padding:0 !important;
  margin:0 !important;
  display:grid !important;
  place-items:center !important;
}

.vfm-folder-book{
  width:min(820px, calc(100vw - 32px)) !important;
  height:auto !important;
  aspect-ratio:210 / 297 !important;
  max-height:calc(100svh - 34px) !important;
  margin:0 auto !important;
  border-radius:24px !important;
  padding:14px !important;
  box-sizing:border-box !important;
  background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(239,246,255,.84)) !important;
  box-shadow:0 30px 100px rgba(15,23,42,.18) !important;
  overflow:hidden !important;
}

/* Filterknop blijft als overlay, maar compact */
.vfm-filter-toggle{
  top:18px !important;
  right:18px !important;
  z-index:120 !important;
}

/* Paginadots zwevend onder de folder */
.vfm-folder-dots{
  display:none !important;
}

/* Mobiel = echte fullscreen folder */
@media (max-width:980px){
  .vfm-folder-app,
  .vfm-folder-shell,
  .vfm-folder-stage{
    width:100vw !important;
    height:100svh !important;
    min-height:100svh !important;
  }

  .vfm-folder-book{
    width:100vw !important;
    height:100svh !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    border-radius:0 !important;
    padding:0 !important;
    box-shadow:none !important;
    background:#fff !important;
  }

  .vfm-page{
    border-radius:0 !important;
    height:100% !important;
  }

  .vfm-filter-toggle{
    top:12px !important;
    right:12px !important;
  }

  .vfm-folder-dots{
    display:none !important;
  }
}

/* desktop iets luxer A4 */
@media (min-width:981px){
  .vfm-page{
    border-radius:16px !important;
  }
}


/* V6.4 — Netflix-style swipebare rijen */
.vfm-netflix-rows{
  height:100%;
  display:grid;
  grid-template-rows:repeat(2, minmax(0,1fr));
  gap:14px;
}

.vfm-netflix-row{
  min-height:0;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}

.vfm-netflix-row .vfm-deal{
  height:100%;
}

/* behoud desktop A4 look */
@media (min-width:981px){
  .vfm-deal-grid{
    display:block !important;
  }

  .vfm-netflix-rows{
    height:100%;
    display:grid !important;
    grid-template-rows:repeat(2,minmax(0,1fr)) !important;
    gap:14px !important;
  }

  .vfm-netflix-row{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px !important;
    overflow:visible !important;
  }
}

/* mobiel: 2 kaarten zichtbaar per rij, horizontaal swipen */
@media (max-width:980px){
  .vfm-deal-grid{
    display:block !important;
    height:calc(100% - 38px) !important;
    overflow:hidden !important;
  }

  .vfm-netflix-rows{
    height:100% !important;
    display:grid !important;
    grid-template-rows:repeat(2, minmax(0,1fr)) !important;
    gap:10px !important;
  }

  .vfm-netflix-row{
    display:flex !important;
    gap:10px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory !important;
    scroll-padding:10px !important;
    -webkit-overflow-scrolling:touch !important;
    padding:0 10px 2px !important;
    scrollbar-width:none !important;
  }

  .vfm-netflix-row::-webkit-scrollbar{
    display:none !important;
  }

  .vfm-netflix-row .vfm-deal{
    flex:0 0 calc(50% - 5px) !important;
    width:calc(50% - 5px) !important;
    height:100% !important;
    scroll-snap-align:start !important;
    display:block !important;
    border-radius:16px !important;
    overflow:hidden !important;
  }

  .vfm-netflix-row .vfm-deal__image{
    height:44% !important;
    min-height:92px !important;
  }

  .vfm-netflix-row .vfm-deal__body{
    height:56% !important;
    padding:8px !important;
    box-sizing:border-box !important;
    display:flex !important;
    flex-direction:column !important;
  }

  .vfm-netflix-row .vfm-deal h3{
    font-size:.74rem !important;
    line-height:1.12 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    margin-bottom:4px !important;
  }

  .vfm-netflix-row .vfm-deal__meta{
    font-size:.56rem !important;
    margin-bottom:4px !important;
  }

  .vfm-netflix-row .vfm-deal__reasons,
  .vfm-netflix-row .vfm-deal p{
    display:none !important;
  }

  .vfm-netflix-row .vfm-deal__foot{
    margin-top:auto !important;
    gap:6px !important;
  }

  .vfm-netflix-row .vfm-deal__foot strong{
    font-size:.78rem !important;
  }

  .vfm-netflix-row .vfm-deal__foot a{
    min-height:26px !important;
    padding:0 7px !important;
    border-radius:9px !important;
    font-size:.62rem !important;
  }

  .vfm-netflix-row .vfm-deal__score,
  .vfm-netflix-row .vfm-deal__provider{
    font-size:.50rem !important;
    padding:3px 5px !important;
  }
}

/* heel kleine schermen: nog compacter */
@media (max-width:420px){
  .vfm-netflix-row{
    gap:8px !important;
    padding-left:8px !important;
    padding-right:8px !important;
  }

  .vfm-netflix-row .vfm-deal{
    flex-basis:calc(50% - 4px) !important;
    width:calc(50% - 4px) !important;
  }

  .vfm-netflix-row .vfm-deal__image{
    min-height:82px !important;
  }

  .vfm-netflix-row .vfm-deal h3{
    font-size:.68rem !important;
  }
}


/* V6.5 — desktop spreads + mobiel foldermarge */
.vfm-spread{
  width:100%;
  height:100%;
  display:flex;
  gap:14px;
}

.vfm-spread--single,
.vfm-spread--cover{
  justify-content:center;
}

.vfm-spread--single .vfm-page,
.vfm-spread--cover .vfm-page{
  width:100%;
}

.vfm-spread--double .vfm-page{
  flex:1 1 0;
  min-width:0;
}

.vfm-page--blank{
  background:linear-gradient(135deg,#fff,#f8fafc) !important;
  box-shadow:inset 0 0 0 1px rgba(15,23,42,.04) !important;
}

@media (min-width:981px){
  .vfm-folder-book{
    width:min(1120px, calc(100vw - 48px)) !important;
    aspect-ratio:420 / 297 !important;
    max-height:calc(100svh - 34px) !important;
  }

  .vfm-spread--cover{
    max-width:50%;
    margin:0 auto;
  }

  .vfm-spread--cover .vfm-page{
    width:100%;
  }

  .vfm-spread--double{
    gap:16px;
  }

  .vfm-spread--double .vfm-page{
    border-radius:16px !important;
  }
}

/* mobiel: net wat marge zodat het als folder voelt */
@media (max-width:980px){
  .vfm-folder-stage{
    padding:10px !important;
    box-sizing:border-box !important;
    place-items:center !important;
  }

  .vfm-folder-book{
    width:calc(100vw - 20px) !important;
    height:calc(100svh - 20px) !important;
    border-radius:22px !important;
    overflow:hidden !important;
    box-shadow:0 18px 55px rgba(15,23,42,.16) !important;
    background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(239,246,255,.92)) !important;
  }

  .vfm-page{
    border-radius:18px !important;
  }

  .vfm-spread{
    display:block !important;
  }

  .vfm-spread .vfm-page{
    width:100%;
    height:100%;
  }

  .vfm-filter-toggle{
    top:18px !important;
    right:18px !important;
  }
}

@media (max-width:560px){
  .vfm-folder-stage{
    padding:8px !important;
  }

  .vfm-folder-book{
    width:calc(100vw - 16px) !important;
    height:calc(100svh - 16px) !important;
    border-radius:20px !important;
  }

  .vfm-page{
    border-radius:16px !important;
  }

  .vfm-folder-dots{
    display:none !important;
  }
}


/* V6.6 — groter passend, geen afgesneden prijzen, mobiele marge + zijpijlen */
.vfm-folder-stage{
  position:relative !important;
}

.vfm-folder-book-wrap{
  position:relative;
  width:min(1480px, calc(100vw - 44px));
  height:min(calc((100vw - 44px) * 297 / 420), calc(100svh - 34px));
  max-height:calc(100svh - 34px);
  margin:0 auto;
  display:grid;
  place-items:center;
}

.vfm-folder-book{
  width:100% !important;
  height:100% !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  margin:0 !important;
}

/* Desktop: benut meer ruimte */
@media (min-width:981px){
  .vfm-folder-book-wrap{
    width:min(1540px, calc(100vw - 54px)) !important;
    height:min(calc((100vw - 54px) * 297 / 420), calc(100svh - 38px)) !important;
  }

  .vfm-folder-book{
    padding:12px !important;
  }

  .vfm-page{
    padding:16px !important;
  }

  .vfm-deal-grid{
    gap:10px !important;
  }

  .vfm-netflix-rows{
    gap:10px !important;
  }

  .vfm-netflix-row{
    gap:10px !important;
  }

  .vfm-deal{
    border-radius:16px !important;
  }

  .vfm-deal__body{
    padding:10px !important;
  }

  .vfm-deal p{
    -webkit-line-clamp:2 !important;
    margin-bottom:6px !important;
  }

  .vfm-deal__foot{
    align-items:center !important;
    min-height:32px !important;
  }

  .vfm-deal__foot strong{
    font-size:.88rem !important;
    white-space:nowrap !important;
  }

  .vfm-deal__foot a{
    min-height:30px !important;
    padding:0 10px !important;
    font-size:.72rem !important;
    flex-shrink:0 !important;
  }
}

/* Zijpijlen */
.vfm-side-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:75;
  width:54px;
  height:54px;
  border:0;
  border-radius:999px;
  background:rgba(17,24,39,.94);
  color:#fff;
  font-size:38px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 18px 46px rgba(15,23,42,.24);
}

.vfm-side-arrow--prev{
  left:-72px;
}

.vfm-side-arrow--next{
  right:-72px;
}

.vfm-side-arrow:disabled{
  opacity:.25;
  cursor:not-allowed;
}

/* Wanneer weinig ruimte: pijlen half over de folder */
@media (max-width:1700px) and (min-width:981px){
  .vfm-side-arrow--prev{
    left:14px;
  }

  .vfm-side-arrow--next{
    right:14px;
  }

  .vfm-side-arrow{
    background:rgba(17,24,39,.86);
  }
}

/* Mobiel: exact 10px margin rondom folder */
@media (max-width:980px){
  .vfm-folder-stage{
    padding:10px !important;
    box-sizing:border-box !important;
  }

  .vfm-folder-book-wrap{
    width:calc(100vw - 20px) !important;
    height:calc(100svh - 20px) !important;
    max-height:none !important;
    margin:0 !important;
  }

  .vfm-folder-book{
    width:100% !important;
    height:100% !important;
    border-radius:22px !important;
    box-shadow:0 18px 55px rgba(15,23,42,.18) !important;
  }

  .vfm-page{
    border-radius:18px !important;
  }

  .vfm-side-arrow{
    width:42px;
    height:42px;
    font-size:30px;
    top:auto;
    bottom:42px;
    transform:none;
    background:rgba(17,24,39,.88);
  }

  .vfm-side-arrow--prev{
    left:18px;
  }

  .vfm-side-arrow--next{
    right:18px;
  }

  .vfm-folder-dots{
    display:none !important;
  }

  .vfm-filter-toggle{
    top:20px !important;
    right:20px !important;
  }
}

@media (max-width:560px){
  .vfm-folder-stage{
    padding:10px !important;
  }

  .vfm-folder-book-wrap{
    width:calc(100vw - 20px) !important;
    height:calc(100svh - 20px) !important;
  }

  .vfm-folder-book{
    border-radius:20px !important;
  }
}


/* V6.7 — desktop formaat behouden, mobiel passend met 20px marge en geen interne schuif */
.vfm-side-arrow{
  background:#ffffff !important;
  color:#9ca3af !important;
  border:1.5px solid #d1d5db !important;
  box-shadow:0 14px 34px rgba(15,23,42,.14) !important;
}

.vfm-side-arrow:hover{
  color:#6b7280 !important;
  border-color:#bfc7d3 !important;
}

.vfm-side-arrow:disabled{
  opacity:.38 !important;
}

/* Mobiel: 20px marge aan alle kanten + geen pagina-interne schuif */
@media (max-width:980px){
  html,
  body{
    overflow:hidden !important;
    height:100% !important;
  }

  .vfm-folder-app{
    width:100vw !important;
    height:100svh !important;
    min-height:100svh !important;
    overflow:hidden !important;
  }

  .vfm-folder-stage{
    padding:20px !important;
    box-sizing:border-box !important;
    width:100vw !important;
    height:100svh !important;
    overflow:hidden !important;
  }

  .vfm-folder-book-wrap{
    width:calc(100vw - 40px) !important;
    height:calc(100svh - 40px) !important;
    max-height:none !important;
    margin:0 !important;
    overflow:hidden !important;
  }

  .vfm-folder-book{
    width:100% !important;
    height:100% !important;
    border-radius:22px !important;
    overflow:hidden !important;
  }

  .vfm-folder-pages{
    height:100% !important;
    overflow:visible !important;
    touch-action:pan-y !important;
  }

  .vfm-page-wrap{
    height:100% !important;
    overflow:hidden !important;
  }

  .vfm-spread,
  .vfm-spread--single,
  .vfm-spread--cover{
    width:100% !important;
    height:100% !important;
    overflow:hidden !important;
  }

  .vfm-page{
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    overflow:hidden !important;
    border-radius:18px !important;
    padding:10px !important;
    box-sizing:border-box !important;
  }

  .vfm-page__head{
    margin-bottom:6px !important;
    height:28px !important;
    min-height:28px !important;
  }

  .vfm-page__head span{
    padding:5px 8px !important;
    font-size:.62rem !important;
  }

  .vfm-page__head strong{
    font-size:.82rem !important;
  }

  .vfm-deal-grid{
    height:calc(100% - 34px) !important;
    overflow:hidden !important;
    display:block !important;
  }

  .vfm-netflix-rows{
    height:100% !important;
    display:grid !important;
    grid-template-rows:repeat(2, minmax(0,1fr)) !important;
    gap:8px !important;
    overflow:hidden !important;
  }

  /* Geen horizontaal schuiven binnen dezelfde pagina */
  .vfm-netflix-row{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:8px !important;
    overflow:hidden !important;
    padding:0 !important;
    scroll-snap-type:none !important;
  }

  .vfm-netflix-row .vfm-deal{
    width:100% !important;
    height:100% !important;
    flex:none !important;
    min-height:0 !important;
    display:flex !important;
    flex-direction:column !important;
    overflow:hidden !important;
    border-radius:14px !important;
  }

  .vfm-netflix-row .vfm-deal__image{
    height:42% !important;
    min-height:0 !important;
    flex:0 0 42% !important;
  }

  .vfm-netflix-row .vfm-deal__body{
    height:auto !important;
    flex:1 1 auto !important;
    min-height:0 !important;
    padding:7px !important;
    overflow:hidden !important;
  }

  .vfm-netflix-row .vfm-deal h3{
    font-size:.64rem !important;
    line-height:1.08 !important;
    margin:0 0 3px !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  .vfm-netflix-row .vfm-deal__meta{
    font-size:.50rem !important;
    line-height:1.1 !important;
    margin-bottom:3px !important;
  }

  .vfm-netflix-row .vfm-deal__foot{
    margin-top:auto !important;
    gap:4px !important;
  }

  .vfm-netflix-row .vfm-deal__foot strong{
    font-size:.68rem !important;
  }

  .vfm-netflix-row .vfm-deal__foot a{
    min-height:22px !important;
    padding:0 6px !important;
    border-radius:8px !important;
    font-size:.54rem !important;
  }

  .vfm-netflix-row .vfm-deal__score,
  .vfm-netflix-row .vfm-deal__provider{
    font-size:.46rem !important;
    padding:3px 5px !important;
  }

  .vfm-page--cover{
    padding:20px !important;
  }

  .vfm-page--cover h2{
    font-size:2.35rem !important;
  }

  .vfm-page--cover p{
    font-size:.95rem !important;
  }

  .vfm-cover-stats{
    gap:8px !important;
  }

  .vfm-cover-stats div,
  .vfm-cover-best{
    padding:10px 12px !important;
    border-radius:14px !important;
  }

  .vfm-side-arrow{
    width:40px !important;
    height:40px !important;
    font-size:28px !important;
    bottom:48px !important;
    background:#fff !important;
    color:#9ca3af !important;
    border:1.5px solid #d1d5db !important;
  }

  .vfm-side-arrow--prev{
    left:28px !important;
  }

  .vfm-side-arrow--next{
    right:28px !important;
  }

  .vfm-folder-dots{
    display:none !important;
  }

  .vfm-filter-toggle{
    top:30px !important;
    right:30px !important;
  }
}

@media (max-width:420px){
  .vfm-folder-stage{
    padding:20px !important;
  }

  .vfm-folder-book-wrap{
    width:calc(100vw - 40px) !important;
    height:calc(100svh - 40px) !important;
  }

  .vfm-netflix-row .vfm-deal h3{
    font-size:.60rem !important;
  }

  .vfm-netflix-row .vfm-deal__meta{
    font-size:.48rem !important;
  }
}


/* V9.4 Premium funnel polish */
.vfm-folder-app,
.vfm-funnel,
.vfm-funnel *{
  font-family:'Poppins',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}

.vfm-folder-app{
  --vfm-brand:#55b7d8;
  --vfm-brand-2:#7bdcb5;
  --vfm-sun:#ffd98a;
  --vfm-coral:#ff9f8e;
  --vfm-ink:#163044;
  --vfm-soft-text:#6b7f90;
  --vfm-border:rgba(82,128,150,.18);
  background:
    radial-gradient(circle at 12% 12%, rgba(123,220,181,.28), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(255,217,138,.34), transparent 32%),
    radial-gradient(circle at 60% 90%, rgba(85,183,216,.20), transparent 30%),
    linear-gradient(135deg,#f2fbff 0%,#fff9ed 45%,#f1fff8 100%)!important;
  color:var(--vfm-ink);
}

.vfm-folder-app button,
.vfm-folder-app .vfm-btn,
.vfm-funnel button,
.vfm-funnel .vfm-btn,
.vfm-deal__button,
.vfm-funnel-open,
.vfm-filter-toggle,
.vfm-folder-nav button,
.vfm-side-nav{
  border-radius:50px!important;
  font-family:'Poppins',system-ui,sans-serif!important;
  font-weight:900!important;
  letter-spacing:-.01em;
  transition:transform .16s ease, box-shadow .16s ease, opacity .16s ease, background .16s ease;
}

.vfm-folder-app button:hover,
.vfm-funnel button:hover,
.vfm-deal__button:hover{
  transform:translateY(-1px);
}

.vfm-btn--primary,
.vfm-funnel-open,
.vfm-deal__button{
  background:linear-gradient(135deg,var(--vfm-brand),var(--vfm-brand-2))!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 16px 34px rgba(85,183,216,.28)!important;
}

.vfm-btn--ghost{
  background:rgba(255,255,255,.85)!important;
  color:var(--vfm-ink)!important;
  border:1px solid var(--vfm-border)!important;
  box-shadow:0 10px 24px rgba(80,110,130,.08)!important;
}

.vfm-funnel{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(22,48,68,.34);
  backdrop-filter:blur(12px);
}

.vfm-funnel.is-open{
  display:flex;
}

.vfm-funnel__dialog,
.vfm-funnel-card,
.vfm-funnel-box{
  width:min(94vw,720px)!important;
  min-height:560px!important;
  height:560px!important;
  max-height:calc(100svh - 44px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  border-radius:22px!important;
  border:1px solid rgba(255,255,255,.72)!important;
  background:
    radial-gradient(circle at 85% 8%, rgba(255,217,138,.42), transparent 24%),
    radial-gradient(circle at 5% 8%, rgba(123,220,181,.28), transparent 28%),
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(244,251,255,.92))!important;
  box-shadow:0 34px 100px rgba(22,48,68,.22)!important;
  overflow:hidden;
  padding:30px!important;
}

.vfm-funnel__progress,
.vfm-progress,
.vfm-stepbar,
.vfm-step-indicator,
#vfm-progress-text,
.vfm-progress-text{
  display:none!important;
}

.vfm-funnel__body,
.vfm-funnel-body,
.vfm-step.is-active{
  flex:1!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-height:360px!important;
}

.vfm-step:not(.is-active){
  display:none!important;
}

.vfm-step h2,
.vfm-funnel h2{
  color:var(--vfm-ink)!important;
  font-size:clamp(2rem,5vw,3.4rem)!important;
  line-height:.95!important;
  letter-spacing:-.065em!important;
  margin:0 0 14px!important;
  text-align:center;
}

.vfm-step p,
.vfm-funnel p{
  color:var(--vfm-soft-text)!important;
  font-size:1.05rem!important;
  font-weight:700!important;
  line-height:1.55!important;
  text-align:center;
  max-width:520px;
  margin:0 auto 24px!important;
}

.vfm-funnel__actions,
.vfm-funnel-actions{
  display:flex!important;
  justify-content:center!important;
  gap:12px!important;
  padding-top:18px!important;
}

.vfm-funnel__actions button,
.vfm-funnel-actions button,
#vfm-next-step,
#vfm-prev-step,
#vfm-show-results{
  min-height:52px!important;
  padding:0 26px!important;
  border-radius:50px!important;
  border:0!important;
}

#vfm-prev-step{
  background:rgba(255,255,255,.78)!important;
  border:1px solid var(--vfm-border)!important;
  color:var(--vfm-ink)!important;
}

#vfm-next-step,
#vfm-show-results{
  background:linear-gradient(135deg,var(--vfm-brand),var(--vfm-brand-2))!important;
  color:#fff!important;
  box-shadow:0 16px 34px rgba(85,183,216,.28)!important;
}

.vfm-chip,
.vfm-budget{
  border-radius:50px!important;
  border:1px solid var(--vfm-border)!important;
  background:rgba(255,255,255,.88)!important;
  color:var(--vfm-ink)!important;
  min-height:44px!important;
  padding:0 16px!important;
  box-shadow:0 8px 20px rgba(80,110,130,.07)!important;
}

.vfm-chip.is-active,
.vfm-budget.is-active{
  background:linear-gradient(135deg,var(--vfm-brand),var(--vfm-brand-2))!important;
  color:#fff!important;
  border-color:transparent!important;
}

.vfm-month-buttons,
.vfm-budget-buttons{
  display:flex!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  max-width:560px;
  margin:0 auto!important;
}

.noUi-target{
  border:0!important;
  background:#e5f3f7!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8)!important;
}

.noUi-connect{
  background:linear-gradient(135deg,var(--vfm-brand),var(--vfm-brand-2))!important;
}

.noUi-handle{
  border-radius:50%!important;
  border:4px solid #fff!important;
  background:var(--vfm-brand)!important;
  box-shadow:0 10px 26px rgba(85,183,216,.34)!important;
}

.noUi-tooltip{
  border:0!important;
  border-radius:50px!important;
  background:#fff!important;
  color:var(--vfm-ink)!important;
  font-weight:900!important;
  box-shadow:0 8px 24px rgba(80,110,130,.12)!important;
}

.vfm-funnel-intro{
  text-align:center;
  margin:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:360px;
}

.vfm-funnel-intro__icon{
  width:82px;
  height:82px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:2.25rem;
  margin:0 auto 18px;
  background:linear-gradient(135deg,#fff3ca,#dbfff0);
  box-shadow:0 18px 42px rgba(255,190,80,.18);
}

.vfm-funnel-intro__title{
  color:var(--vfm-ink);
  font-size:clamp(2.15rem,5vw,3.8rem);
  line-height:.92;
  letter-spacing:-.07em;
  font-weight:950;
  margin:0 0 14px;
}

.vfm-funnel-intro__text{
  color:var(--vfm-soft-text);
  font-weight:700;
  font-size:1.08rem;
  line-height:1.55;
  max-width:540px;
  margin:0 auto 26px;
}

.vfm-funnel-intro__btn{
  min-height:54px;
  padding:0 30px;
  border:0;
  border-radius:50px;
  background:linear-gradient(135deg,var(--vfm-brand),var(--vfm-brand-2));
  color:#fff;
  box-shadow:0 16px 34px rgba(85,183,216,.28);
  cursor:pointer;
}

@media(max-width:640px){
  .vfm-funnel{
    padding:14px;
  }
  .vfm-funnel__dialog,
  .vfm-funnel-card,
  .vfm-funnel-box{
    width:calc(100vw - 28px)!important;
    min-height:540px!important;
    height:540px!important;
    padding:22px!important;
    border-radius:18px!important;
  }
  .vfm-step h2,
  .vfm-funnel h2{
    font-size:2.15rem!important;
  }
}


/* V9.5 premium cards, logo trust and unified brand color */
.vfm-folder-app{
  --vfm-brand:#61C3CE!important;
  --vfm-brand-2:#61C3CE!important;
  --vfm-brand-hover:#4fb3be!important;
}

/* Funnel a little lower */
.vfm-funnel{
  align-items:flex-end!important;
  padding-bottom:42px!important;
}

/* Unified buttons: no gradients, same brand color everywhere */
.vfm-folder-app button,
.vfm-folder-app .vfm-btn,
.vfm-funnel button,
.vfm-funnel .vfm-btn,
.vfm-deal__button,
.vfm-funnel-open,
.vfm-filter-toggle,
.vfm-folder-nav button,
.vfm-side-nav,
.vfm-cta,
.vfm-seo-card-foot a,
.vfm-seo-pricebox a{
  border-radius:50px!important;
}

.vfm-btn--primary,
.vfm-funnel-open,
.vfm-deal__button,
#vfm-next-step,
#vfm-show-results,
.vfm-funnel-intro__btn,
.vfm-filter-toggle,
.vfm-cta,
.vfm-seo-card-foot a,
.vfm-seo-pricebox a{
  background:#61C3CE!important;
  background-image:none!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 14px 30px rgba(97,195,206,.28)!important;
}

.vfm-btn--primary:hover,
.vfm-funnel-open:hover,
.vfm-deal__button:hover,
#vfm-next-step:hover,
#vfm-show-results:hover,
.vfm-funnel-intro__btn:hover,
.vfm-filter-toggle:hover,
.vfm-cta:hover{
  background:#4fb3be!important;
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(97,195,206,.34)!important;
}

/* Button alignment fix */
.vfm-funnel__actions,
.vfm-funnel-actions{
  align-items:center!important;
  justify-content:center!important;
}

.vfm-funnel__actions button,
.vfm-funnel-actions button,
#vfm-next-step,
#vfm-prev-step,
#vfm-show-results,
.vfm-funnel-intro__btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  text-align:center!important;
}

/* Loader matches slicers/buttons */
.vfm-loader,
#vfm-loader{
  --vfm-loader-color:#61C3CE!important;
}

.vfm-loader::before,
.vfm-loader:before,
#vfm-loader::before,
#vfm-loader:before{
  border-top-color:#61C3CE!important;
  border-right-color:#61C3CE!important;
}

.vfm-loader .spinner,
#vfm-loader .spinner,
.vfm-spinner{
  border-top-color:#61C3CE!important;
  border-right-color:#61C3CE!important;
}

.vfm-loader *{
  color:#61C3CE!important;
}

/* Trust logos in funnel */
.vfm-trust-logos{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin:4px auto 26px;
  max-width:560px;
}

.vfm-trust-logos img{
  height:22px;
  max-width:92px;
  object-fit:contain;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(82,128,150,.12);
  border-radius:10px;
  padding:5px 8px;
  filter:grayscale(100%);
  opacity:.82;
  box-shadow:0 8px 18px rgba(80,110,130,.08);
  transition:filter .18s ease, opacity .18s ease, transform .18s ease;
}

.vfm-trust-logos img:hover{
  filter:none;
  opacity:1;
  transform:translateY(-1px);
}

/* Premium product cards */
.vfm-deal{
  border-radius:18px!important;
  border:1px solid rgba(82,128,150,.14)!important;
  box-shadow:0 16px 42px rgba(35,65,85,.10)!important;
  background:#fff!important;
  transform:translateY(0);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.vfm-deal:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 58px rgba(35,65,85,.16)!important;
  border-color:rgba(97,195,206,.38)!important;
}

.vfm-deal__image img{
  transform:scale(1);
  transition:transform .45s ease;
}

.vfm-deal:hover .vfm-deal__image img{
  transform:scale(1.045);
}

.vfm-deal__score{
  background:#61C3CE!important;
  color:#fff!important;
  border-radius:50px!important;
  box-shadow:0 10px 24px rgba(97,195,206,.28)!important;
}

.vfm-deal__provider{
  background:rgba(255,255,255,.94)!important;
  color:#163044!important;
  border:1px solid rgba(82,128,150,.14)!important;
  border-radius:50px!important;
  backdrop-filter:blur(8px);
}

.vfm-deal__provider-logo{
  position:absolute;
  z-index:3;
  left:10px;
  bottom:10px;
  height:24px;
  max-width:112px;
  object-fit:contain;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(82,128,150,.13);
  border-radius:10px;
  padding:5px 8px;
  box-shadow:0 10px 24px rgba(35,65,85,.18);
}

.vfm-deal__title,
.vfm-deal h3{
  letter-spacing:-.035em;
}

.vfm-deal__price,
.vfm-deal strong{
  color:#163044;
}

.vfm-deal__button{
  min-height:40px!important;
  padding:0 16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}

/* Micro animations for chips */
.vfm-chip,
.vfm-budget{
  transition:transform .16s ease, background .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.vfm-chip:hover,
.vfm-budget:hover{
  transform:translateY(-2px);
  border-color:rgba(97,195,206,.45)!important;
}

.vfm-chip.is-active,
.vfm-budget.is-active{
  background:#61C3CE!important;
  background-image:none!important;
  box-shadow:0 12px 28px rgba(97,195,206,.25)!important;
}

/* noUi sliders same brand */
.noUi-connect{
  background:#61C3CE!important;
}

.noUi-handle{
  background:#61C3CE!important;
  box-shadow:0 10px 26px rgba(97,195,206,.34)!important;
}

.noUi-tooltip{
  color:#163044!important;
}

/* SEO pages button/card color if frontend CSS is loaded there */
.vfm-seo-card,
.vfm-seo-section,
.vfm-seo-hero,
.vfm-offer-hero{
  transition:box-shadow .22s ease, transform .22s ease;
}

.vfm-seo-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 52px rgba(35,65,85,.14)!important;
}

@media(max-width:640px){
  .vfm-funnel{
    padding-bottom:22px!important;
  }
  .vfm-trust-logos img{
    height:19px;
    max-width:78px;
    padding:4px 6px;
  }
}


/* V9.6 funnel alignment and trust refinement */
.vfm-funnel{
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
}

.vfm-funnel__modal,
.vfm-funnel__dialog,
.vfm-funnel-card,
.vfm-funnel-box{
  width:min(94vw,760px)!important;
  height:75svh!important;
  min-height:560px!important;
  max-height:760px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  border-radius:22px!important;
  padding:34px!important;
  box-sizing:border-box!important;
  margin:auto!important;
}

.vfm-funnel[data-step="0"] .vfm-step-actions,
.vfm-funnel__modal[data-step="0"] .vfm-step-actions{
  display:none!important;
}

.vfm-step-actions{
  position:static!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  margin:18px auto 0!important;
  padding:0!important;
}

.vfm-step-actions .vfm-btn{
  min-width:128px!important;
  min-height:54px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  padding:0 28px!important;
  text-align:center!important;
}

#vfm-show-results{
  display:none!important;
}

.vfm-step{
  flex:1 1 auto!important;
  min-height:0!important;
  display:none!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
}

.vfm-step.is-active{
  display:flex!important;
}

.vfm-step__emoji,
.vfm-funnel-intro__icon{
  width:82px!important;
  height:82px!important;
  min-width:82px!important;
  min-height:82px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  font-size:2.25rem!important;
  margin:0 auto 22px!important;
  background:linear-gradient(135deg,#fff3ca,#dbfff0)!important;
  box-shadow:0 18px 42px rgba(255,190,80,.18)!important;
}

.vfm-slider-card{
  width:min(100%,560px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.vfm-trust-logos{
  gap:14px!important;
  margin:6px auto 26px!important;
}

.vfm-trust-logos img{
  height:44px!important;
  max-width:150px!important;
  padding:7px 12px!important;
  filter:none!important;
  opacity:1!important;
  background:rgba(255,255,255,.9)!important;
  border-radius:12px!important;
}

.vfm-funnel-intro__btn{
  margin:0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}

@media(max-width:640px){
  .vfm-funnel__modal,
  .vfm-funnel__dialog,
  .vfm-funnel-card,
  .vfm-funnel-box{
    width:calc(100vw - 24px)!important;
    height:75svh!important;
    min-height:560px!important;
    padding:24px!important;
  }

  .vfm-trust-logos{
    gap:8px!important;
  }

  .vfm-trust-logos img{
    height:34px!important;
    max-width:105px!important;
    padding:5px 8px!important;
  }
}


/* V9.7 requested funnel refinements */
html body .vfm-folder-app,
html body .vfm-funnel,
html body .vfm-loader{
  background:#f3f4f6!important;
}

.vfm-funnel{
  background:#f3f4f6!important;
}

.vfm-funnel__overlay{
  background:#f3f4f6!important;
}

.vfm-funnel__skip{
  display:none!important;
}

.vfm-funnel-notice{
  position:absolute;
  left:50%;
  bottom:96px;
  transform:translateX(-50%) translateY(8px);
  background:#fff5df;
  color:#8a5a00;
  border:1px solid #f0d28a;
  box-shadow:0 14px 34px rgba(120,90,30,.12);
  border-radius:50px;
  padding:11px 16px;
  font-weight:900;
  font-size:.92rem;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
  z-index:20;
  text-align:center;
  max-width:calc(100% - 48px);
}

.vfm-funnel-notice.is-visible{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}

#vfm-budget-slider{
  margin:34px 10px 24px;
}

#vfm-next-step{
  min-width:154px!important;
}


/* V9.8 final polish */
.vfm-funnel[data-step="0"] .vfm-step-actions,
.vfm-funnel__modal[data-step="0"] .vfm-step-actions{
  display:flex!important;
}

.vfm-funnel-intro{
  min-height:0!important;
  flex:1 1 auto!important;
}

.vfm-loader,
#vfm-loader,
.vfm-loader__card,
#vfm-loader .vfm-loader__card{
  color:#163044!important;
}

.vfm-loader h1,
.vfm-loader h2,
.vfm-loader h3,
.vfm-loader p,
#vfm-loader h1,
#vfm-loader h2,
#vfm-loader h3,
#vfm-loader p{
  color:#163044!important;
}

.vfm-loader__spinner{
  border-color:rgba(97,195,206,.18)!important;
  border-top-color:#61C3CE!important;
  border-right-color:#61C3CE!important;
}

.vfm-loader *,
#vfm-loader *{
  color:inherit!important;
}

#vfm-loader .vfm-loader__spinner,
.vfm-loader .vfm-loader__spinner{
  color:#61C3CE!important;
}


/* V9.9 folder card polish */
.vfm-folder-app{
  background:#f3f4f6!important;
}

.vfm-spread--cover{
  justify-content:flex-end!important;
}

.vfm-spread--cover .vfm-page--cover{
  margin-left:auto!important;
}

.vfm-folder-app .vfm-folder-nav button,
.vfm-folder-app .vfm-side-nav,
.vfm-folder-app .vfm-deal__foot a,
.vfm-folder-app .vfm-deal__button,
.vfm-folder-app .vfm-filter-toggle,
.vfm-folder-app .vfm-btn--primary{
  background:#61C3CE!important;
  background-image:none!important;
  color:#fff!important;
  border-color:#61C3CE!important;
}

.vfm-deal__provider-logo{
  left:10px!important;
  bottom:10px!important;
  height:18px!important;
  max-width:74px!important;
  width:auto!important;
  object-fit:contain!important;
  padding:4px 6px!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.94)!important;
}

.vfm-deal__meta{
  color:#6b7f90!important;
  font-weight:800!important;
}

.vfm-deal__reasons{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:5px!important;
  margin-top:7px!important;
}

.vfm-deal__reasons span{
  background:#eef8f9!important;
  color:#27666e!important;
  border:1px solid rgba(97,195,206,.22)!important;
  border-radius:50px!important;
  padding:4px 7px!important;
  font-size:.68rem!important;
  font-weight:900!important;
  line-height:1.1!important;
}

.vfm-loader h3,
#vfm-loader h3{
  color:#163044!important;
}

.vfm-loader p,
#vfm-loader p{
  color:#6b7f90!important;
}


/* V10.0 Premium magazine look */
.vfm-folder-book{
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(210,220,230,.9)!important;
  box-shadow:0 34px 110px rgba(22,48,68,.13)!important;
}

.vfm-spread{
  height:100%;
  display:flex;
  gap:14px;
}

.vfm-spread--cover{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:stretch!important;
}

.vfm-spread--cover .vfm-page--cover{
  width:calc(50% - 7px)!important;
  margin-left:auto!important;
  margin-right:0!important;
}

.vfm-spread--cover:before{
  content:"";
  display:block;
  width:calc(50% - 7px);
  height:100%;
  background:#000;
  border-radius:18px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
}

.vfm-page--cover{
  background:
    radial-gradient(circle at 90% 94%, rgba(97,195,206,.33), transparent 26%),
    radial-gradient(circle at 20% 8%, rgba(255,255,255,.13), transparent 26%),
    linear-gradient(135deg,#11223a 0%,#1d4ba9 100%)!important;
  color:#fff!important;
  justify-content:center!important;
  align-items:flex-start!important;
  text-align:left!important;
}

.vfm-cover-kicker{
  background:rgba(255,255,255,.18)!important;
  border:1px solid rgba(255,255,255,.25)!important;
  color:#fff!important;
}

.vfm-page--cover h2{
  color:#fff!important;
  max-width:92%;
  font-size:clamp(2.4rem,4.6vw,5rem)!important;
}

.vfm-page--cover p{
  color:rgba(255,255,255,.88)!important;
  max-width:620px;
}

.vfm-cover-stats div,
.vfm-cover-best{
  border-radius:16px!important;
  background:rgba(255,255,255,.15)!important;
  border:1px solid rgba(255,255,255,.24)!important;
}

.vfm-folder-dots button,
.vfm-folder-dots button:before,
.vfm-dots button{
  background:#cfd8df!important;
}

.vfm-folder-dots button.is-active,
.vfm-folder-dots button.is-active:before,
.vfm-dots button.is-active{
  background:#61C3CE!important;
}

.vfm-folder-dots button.is-active{
  width:28px!important;
  border-radius:50px!important;
}

.vfm-page__head{
  align-items:center!important;
}

.vfm-page-country{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  font-weight:950!important;
  letter-spacing:-.03em;
  color:#163044!important;
}

.vfm-page-country__flag{
  width:28px;
  height:28px;
  min-width:28px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  box-shadow:0 6px 18px rgba(35,65,85,.12);
  font-size:18px;
  font-style:normal;
  line-height:1;
  overflow:hidden;
}

.vfm-page-country em{
  color:#7b8da0;
  font-size:.78rem;
  font-style:normal;
  font-weight:900;
}

.vfm-deal{
  border-radius:18px!important;
  box-shadow:0 18px 44px rgba(35,65,85,.11)!important;
}

.vfm-deal__provider-logo{
  height:36px!important;
  max-width:126px!important;
  width:auto!important;
  padding:6px 10px!important;
  border-radius:12px!important;
  object-fit:contain!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(0,0,0,.18)!important;
}

.vfm-deal__subtitle{
  margin-top:3px;
  font-size:.82rem;
  color:#6b7f90;
  font-weight:850;
  line-height:1.15;
}

.vfm-deal__meta{
  margin-top:6px;
}

.vfm-deal__foot a,
.vfm-deal__button{
  background:#61C3CE!important;
  background-image:none!important;
  color:#fff!important;
}

@media(max-width:980px){
  .vfm-spread--cover:before{
    display:none!important;
  }
  .vfm-spread--cover .vfm-page--cover{
    width:100%!important;
  }
}


/* V10.1 cover magazine fix */
.vfm-spread--cover{
  justify-content:flex-end!important;
}

.vfm-spread--cover:before{
  display:none!important;
  content:none!important;
}

.vfm-spread--cover .vfm-page--cover{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

.vfm-page--cover{
  position:relative!important;
  overflow:hidden!important;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.70) 0%, rgba(0,0,0,.42) 44%, rgba(0,0,0,.10) 100%),
    var(--vfm-cover-image)!important;
  background-size:cover!important;
  background-position:center!important;
  color:#fff!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:flex-start!important;
  padding:34px!important;
}

.vfm-cover-overlay,
.vfm-cover-glow{
  display:none!important;
}

.vfm-cover-content{
  position:relative;
  z-index:2;
  width:100%;
  max-width:620px;
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.vfm-cover-kicker{
  width:max-content;
  margin-bottom:auto!important;
  background:rgba(255,255,255,.16)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.35)!important;
  backdrop-filter:blur(8px);
}

.vfm-page--cover h2{
  color:#fff!important;
  font-size:clamp(3.2rem,6vw,6.8rem)!important;
  line-height:.84!important;
  letter-spacing:-.075em!important;
  max-width:760px!important;
  margin:0 0 16px!important;
  text-shadow:0 14px 44px rgba(0,0,0,.26);
}

.vfm-cover-lead,
.vfm-cover-destination{
  color:rgba(255,255,255,.94)!important;
  font-weight:850!important;
  font-size:clamp(1.05rem,1.4vw,1.35rem)!important;
  line-height:1.35!important;
  max-width:520px!important;
  margin:0 0 10px!important;
  text-shadow:0 8px 28px rgba(0,0,0,.26);
}

.vfm-cover-lead strong,
.vfm-cover-destination strong{
  color:#fff!important;
  font-weight:950!important;
}

.vfm-cover-footer{
  margin-top:18px;
  color:rgba(255,255,255,.82);
  font-weight:850;
  font-size:.9rem;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.vfm-cover-stats,
.vfm-cover-best{
  display:none!important;
}

.vfm-page-country__flag{
  padding:0!important;
  overflow:hidden!important;
}

.vfm-page-country__flag img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  border-radius:50%!important;
}

.vfm-deal__provider-logo{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  height:38px!important;
  max-width:132px!important;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.22));
}

@media(max-width:980px){
  .vfm-page--cover{
    padding:26px!important;
  }
  .vfm-page--cover h2{
    font-size:clamp(2.5rem,12vw,4.8rem)!important;
  }
}


/* V10.2 storytelling + cover refinements */
.vfm-folder-app,
.vfm-folder-app *{
  font-family:'Poppins',sans-serif!important;
}

.vfm-cover-content{
  justify-content:flex-start!important;
  padding-top:52px!important;
  max-width:720px!important;
}

.vfm-cover-logo{
  position:absolute;
  top:26px;
  right:26px;
  height:42px;
  width:auto;
  z-index:4;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.22));
}

.vfm-page--cover h2{
  margin-top:42px!important;
  margin-bottom:22px!important;
  font-size:clamp(3.4rem,6vw,6.9rem)!important;
}

.vfm-cover-lead{
  font-size:clamp(1.18rem,1.5vw,1.45rem)!important;
  font-weight:900!important;
  line-height:1.28!important;
  margin-bottom:18px!important;
}

.vfm-cover-destination{
  font-size:clamp(1.02rem,1.25vw,1.2rem)!important;
  font-weight:750!important;
  line-height:1.38!important;
  opacity:.95;
  margin-bottom:auto!important;
}

.vfm-cover-footer{
  margin-top:auto!important;
  color:#fff!important;
  font-weight:950!important;
  font-size:.92rem!important;
  letter-spacing:.045em!important;
}

.vfm-cover-trust{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:14px;
  max-width:620px;
}

.vfm-cover-trust img{
  height:28px;
  max-width:116px;
  object-fit:contain;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.20));
}

.vfm-deal__subtitle{
  display:none!important;
}

.vfm-deal h3{
  font-size:18px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.vfm-filter-toggle{
  transform:translate(10px,18px)!important;
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  border-radius:50%!important;
  font-size:0!important;
  position:relative!important;
  overflow:hidden!important;
}

.vfm-filter-toggle::after{
  content:"";
  width:23px;
  height:23px;
  display:block;
  background:#fff;
  -webkit-mask:url('https://api.iconify.design/mdi/filter-variant.svg') no-repeat center / contain;
  mask:url('https://api.iconify.design/mdi/filter-variant.svg') no-repeat center / contain;
}

.vfm-filter-toggle::before{
  content:"";
  position:absolute;
  inset:-45%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  transform:translateX(-120%) rotate(25deg);
  animation:vfmFilterGlow 2.6s ease-in-out infinite;
}

@keyframes vfmFilterGlow{
  0%{transform:translateX(-120%) rotate(25deg);opacity:0;}
  38%{opacity:1;}
  70%{transform:translateX(120%) rotate(25deg);opacity:0;}
  100%{transform:translateX(120%) rotate(25deg);opacity:0;}
}

/* Country storytelling pages */
.vfm-page--country-hero{
  position:relative!important;
  overflow:hidden!important;
  background-image:
    linear-gradient(90deg, rgba(10,24,38,.78) 0%, rgba(10,24,38,.42) 48%, rgba(10,24,38,.10) 100%),
    var(--vfm-country-image)!important;
  background-size:cover!important;
  background-position:center!important;
  color:#fff!important;
  display:flex!important;
  align-items:flex-end!important;
  padding:36px!important;
}

.vfm-country-hero__shade{
  display:none;
}

.vfm-country-hero__content{
  position:relative;
  z-index:2;
  max-width:670px;
}

.vfm-country-hero__flag{
  width:54px;
  height:54px;
  border-radius:50%;
  background:#fff;
  display:grid;
  place-items:center;
  overflow:hidden;
  margin-bottom:18px;
  box-shadow:0 14px 34px rgba(0,0,0,.22);
  font-size:32px;
}

.vfm-country-hero__flag img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.vfm-country-hero__kicker{
  display:inline-flex;
  width:max-content;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.30);
  color:#fff;
  border-radius:50px;
  padding:8px 12px;
  font-weight:950;
  margin-bottom:16px;
  backdrop-filter:blur(8px);
}

.vfm-page--country-hero h2{
  color:#fff!important;
  font-size:clamp(2.9rem,5vw,5.8rem)!important;
  line-height:.9!important;
  letter-spacing:-.07em!important;
  max-width:760px;
  margin:0 0 18px!important;
  text-shadow:0 12px 38px rgba(0,0,0,.30);
}

.vfm-page--country-hero p{
  color:rgba(255,255,255,.92)!important;
  font-weight:800!important;
  font-size:1.15rem!important;
  line-height:1.45!important;
  max-width:560px;
  margin:0 0 14px!important;
}

.vfm-page--country-hero strong{
  display:inline-flex;
  color:#fff!important;
  background:rgba(97,195,206,.88);
  border-radius:50px;
  padding:10px 14px;
  font-weight:950;
}

@media(max-width:760px){
  .vfm-cover-logo{
    height:34px;
    top:20px;
    right:20px;
  }

  .vfm-cover-trust img{
    height:22px;
    max-width:90px;
  }

  .vfm-page--cover h2,
  .vfm-page--country-hero h2{
    font-size:clamp(2.6rem,12vw,4.6rem)!important;
  }
}


/* V10.3 Top vakantie review badge */
.vfm-deal__top-badge{
  position:absolute;
  z-index:4;
  top:10px;
  right:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 11px;
  border-radius:50px;
  background:#fff;
  color:#163044;
  border:1px solid rgba(255,255,255,.7);
  box-shadow:0 12px 26px rgba(22,48,68,.18);
  font-size:.74rem;
  font-weight:700!important;
  letter-spacing:-.01em;
  backdrop-filter:blur(8px);
}

.vfm-deal:has(.vfm-deal__top-badge){
  border-color:rgba(97,195,206,.48)!important;
}

.vfm-deal:has(.vfm-deal__top-badge)::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:18px;
  box-shadow:inset 0 0 0 1px rgba(97,195,206,.22);
}

.vfm-deal__body p{
  font-size:.96rem!important;
  line-height:1.45!important;
}

.vfm-deal__meta,
.vfm-deal__reasons span{
  font-size:.76rem!important;
}

.vfm-deal__foot strong{
  font-size:22px!important;
  font-weight:700!important;
}

.vfm-deal__foot a{
  border-radius:50px!important;
  font-weight:700!important;
}


/* V10.4 folder polish */
.vfm-folder-app,
.vfm-folder-app *{
  font-weight:600!important;
}

.vfm-deal h3,
.vfm-page h2,
.vfm-page h3,
.vfm-page-country,
.vfm-deal__foot strong{
  font-weight:600!important;
}

.vfm-deal__score{
  display:none!important;
}

.vfm-deal__stars{
  position:absolute;
  z-index:4;
  top:10px;
  left:10px;
  display:inline-flex;
  align-items:center;
  gap:1px;
  min-height:28px;
  padding:0 10px;
  border-radius:50px;
  background:rgba(255,255,255,.92);
  box-shadow:0 10px 24px rgba(22,48,68,.14);
  backdrop-filter:blur(8px);
}

.vfm-deal__stars span{
  color:#f7b500;
  font-size:14px;
  line-height:1;
}

.vfm-country-hero__content{
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding-bottom:7%!important;
}

.vfm-country-hero__kicker{
  display:none!important;
}

.vfm-page__head > span{
  background:transparent!important;
  color:#000!important;
  padding:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  font-weight:600!important;
}

.vfm-filter-toggle{
  position:absolute!important;
  top:18px!important;
  right:-68px!important;
  bottom:auto!important;
  transform:none!important;
  z-index:60!important;
  width:56px!important;
  height:56px!important;
  border-radius:50%!important;
  background:#61C3CE!important;
  color:#fff!important;
  font-size:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}

.vfm-filter-toggle::after{
  content:""!important;
  width:24px!important;
  height:24px!important;
  display:block!important;
  background:#fff!important;
  -webkit-mask:url('https://api.iconify.design/mdi/filter-variant.svg') no-repeat center / contain!important;
  mask:url('https://api.iconify.design/mdi/filter-variant.svg') no-repeat center / contain!important;
  z-index:2;
}

.vfm-filter-toggle::before{
  content:"";
  position:absolute;
  inset:-48%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  transform:translateX(-120%) rotate(25deg);
  animation:vfmFilterGlow104 2.7s ease-in-out infinite;
}

@keyframes vfmFilterGlow104{
  0%{transform:translateX(-120%) rotate(25deg);opacity:0;}
  38%{opacity:1;}
  70%{transform:translateX(120%) rotate(25deg);opacity:0;}
  100%{transform:translateX(120%) rotate(25deg);opacity:0;}
}

.vfm-deal__body p{
  font-size:.88rem!important;
  line-height:1.38!important;
}

.vfm-deal__meta{
  font-size:.9rem!important;
}

.vfm-deal__reasons span{
  font-size:.78rem!important;
}

.vfm-deal__foot a{
  min-height:42px!important;
  min-width:72px!important;
  padding:0 16px!important;
  font-size:.9rem!important;
  border-radius:50px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.vfm-deal__foot strong{
  font-size:22px!important;
}

.vfm-deal__provider-logo{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.24));
}

@media(max-width:980px){
  .vfm-filter-toggle{
    top:12px!important;
    right:12px!important;
  }
  .vfm-deal h3{
    font-size:20px!important;
  }
  .vfm-deal__meta{
    font-size:.95rem!important;
  }
  .vfm-deal__body p{
    font-size:.92rem!important;
  }
  .vfm-deal__reasons span{
    font-size:.82rem!important;
  }
  .vfm-deal__foot a{
    min-height:46px!important;
    min-width:84px!important;
    font-size:.95rem!important;
  }
}


/* V10.6 graphic polish */
.vfm-folder-book,
.vfm-folder-viewport{
  overflow:hidden!important;
}

.vfm-page-wrap{
  overflow:hidden!important;
}

.vfm-pages,
#vfm-folder-pages{
  overflow:visible!important;
}

.vfm-page--cover h2{
  font-size:60px!important;
  line-height:.9!important;
}

.vfm-cover-wishes{
  margin:18px 0 auto;
  display:grid;
  gap:6px;
  color:#fff;
  text-shadow:0 8px 26px rgba(0,0,0,.28);
}

.vfm-cover-wishes span{
  font-size:1.05rem;
  font-weight:600!important;
  color:rgba(255,255,255,.88);
}

.vfm-cover-wishes strong{
  font-size:1.22rem;
  font-weight:600!important;
  color:#fff;
}

.vfm-country-hero__content{
  padding-bottom:0!important;
  transform:translateY(-4%)!important;
}

.vfm-country-hero__content strong{
  font-weight:600!important;
}

.vfm-deal__stars{
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  padding:0!important;
  gap:2px!important;
}

.vfm-deal__stars span{
  color:#f7b500!important;
  font-size:17px!important;
  line-height:1!important;
  -webkit-text-stroke:1px #fff;
  text-shadow:
    0 1px 0 #fff,
    1px 0 0 #fff,
    0 -1px 0 #fff,
    -1px 0 0 #fff,
    0 4px 10px rgba(0,0,0,.20);
}

.vfm-deal h3{
  font-size:19px!important;
}

.vfm-deal__body p{
  font-size:.82rem!important;
  line-height:1.32!important;
}

.vfm-deal__foot strong{
  font-size:22px!important;
}

.vfm-deal__foot a{
  min-height:44px!important;
  min-width:78px!important;
  font-size:.95rem!important;
}

@media(max-width:980px){
  .vfm-folder-book{
    height:95%!important;
    max-height:95%!important;
  }

  .vfm-page--cover h2{
    font-size:clamp(2.35rem,10vw,3.5rem)!important;
  }

  .vfm-cover-lead{
    font-size:1rem!important;
  }

  .vfm-cover-wishes span{
    font-size:.92rem!important;
  }

  .vfm-cover-wishes strong{
    font-size:1.02rem!important;
  }

  .vfm-deal h3{
    font-size:21px!important;
  }

  .vfm-deal__meta{
    font-size:1rem!important;
  }

  .vfm-deal__body p{
    font-size:.96rem!important;
    line-height:1.35!important;
  }

  .vfm-deal__foot strong{
    font-size:24px!important;
  }

  .vfm-deal__foot a{
    min-height:48px!important;
    min-width:88px!important;
    font-size:1rem!important;
  }
}

@media(max-width:640px){
  .vfm-folder-book{
    height:calc(95vh - 40px)!important;
  }
}


/* V10.8 conversion psychology layer + V10.7 fixes */
.vfm-filter-toggle{
  position:absolute!important;
  top:20px!important;
  right:20px!important;
  bottom:auto!important;
  transform:none!important;
  z-index:100!important;
  width:56px!important;
  height:56px!important;
  border-radius:50%!important;
  background:#61C3CE!important;
  color:transparent!important;
  font-size:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  box-shadow:0 14px 34px rgba(97,195,206,.32)!important;
}

.vfm-filter-toggle::after{
  content:""!important;
  width:24px!important;
  height:24px!important;
  display:block!important;
  background:#fff!important;
  -webkit-mask:url('https://api.iconify.design/mdi/filter.svg') no-repeat center / contain!important;
  mask:url('https://api.iconify.design/mdi/filter.svg') no-repeat center / contain!important;
  z-index:2!important;
}

.vfm-filter-toggle::before{
  content:"";
  position:absolute;
  inset:-48%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  transform:translateX(-120%) rotate(25deg);
  animation:vfmFilterGlow108 2.7s ease-in-out infinite;
}

@keyframes vfmFilterGlow108{
  0%{transform:translateX(-120%) rotate(25deg);opacity:0;}
  38%{opacity:1;}
  70%{transform:translateX(120%) rotate(25deg);opacity:0;}
  100%{transform:translateX(120%) rotate(25deg);opacity:0;}
}

.vfm-country-hero__content{
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding-bottom:0!important;
  transform:translateY(-4%)!important;
}

.vfm-country-months{
  display:grid;
  gap:7px;
  margin:14px 0 18px;
}

.vfm-country-months > span{
  color:rgba(255,255,255,.86);
  font-size:1rem;
  font-weight:600!important;
}

.vfm-country-month-line{
  width:max-content;
  max-width:100%;
  color:#fff;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.24);
  border-radius:50px;
  padding:8px 12px;
  font-size:.98rem;
  font-weight:600!important;
  backdrop-filter:blur(8px);
}

.vfm-country-hero__kicker{
  display:none!important;
}

.vfm-deal h3{
  font-size:20px!important;
  line-height:1.2!important;
  font-weight:600!important;
}

.vfm-deal__body p{
  display:block!important;
  font-size:.9rem!important;
  line-height:1.34!important;
  font-weight:600!important;
}

.vfm-deal__foot strong{
  font-size:22px!important;
  font-weight:600!important;
}

.vfm-deal__foot a{
  min-height:46px!important;
  min-width:86px!important;
  padding:0 18px!important;
  font-size:.98rem!important;
  border-radius:50px!important;
  font-weight:600!important;
}

.vfm-deal__top-badge{
  background:#fff!important;
  color:#163044!important;
  font-weight:600!important;
  border-radius:50px!important;
  box-shadow:0 12px 26px rgba(22,48,68,.18)!important;
}

.vfm-sticky-cta{
  position:fixed;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  width:min(760px, calc(100vw - 28px));
  z-index:99998;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(210,220,230,.88);
  box-shadow:0 20px 54px rgba(22,48,68,.18);
  border-radius:22px;
  padding:12px 14px;
  backdrop-filter:blur(14px);
  transition:transform .22s ease, opacity .22s ease;
}

.vfm-sticky-cta.is-hidden{
  opacity:0;
  pointer-events:none;
  transform:translateX(-50%) translateY(16px);
}

.vfm-sticky-cta__info{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.vfm-sticky-cta__info img{
  height:30px;
  max-width:92px;
  object-fit:contain;
}

.vfm-sticky-cta__info div{
  display:grid;
  gap:2px;
  min-width:0;
}

.vfm-sticky-cta__info span{
  color:#61C3CE;
  font-size:.78rem;
  font-weight:600;
}

.vfm-sticky-cta__info strong{
  color:#163044;
  font-size:.96rem;
  line-height:1.15;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:430px;
  font-weight:600;
}

.vfm-sticky-cta a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border-radius:50px;
  background:#61C3CE;
  color:#fff!important;
  text-decoration:none!important;
  padding:0 18px;
  font-weight:600;
  box-shadow:0 12px 28px rgba(97,195,206,.26);
}

@media(max-width:980px){
  .vfm-filter-toggle{
    top:12px!important;
    right:12px!important;
  }

  .vfm-deal h3{
    font-size:22px!important;
    line-height:1.25!important;
  }

  .vfm-deal__meta{
    font-size:1rem!important;
  }

  .vfm-deal__body p{
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:1rem!important;
    line-height:1.4!important;
  }

  .vfm-deal__foot strong{
    font-size:26px!important;
  }

  .vfm-deal__foot a{
    font-size:1.05rem!important;
    padding:0 18px!important;
    min-height:52px!important;
    min-width:100px!important;
  }

  .vfm-sticky-cta{
    bottom:10px;
    border-radius:18px;
  }

  .vfm-sticky-cta__info strong{
    max-width:48vw;
    font-size:.92rem;
  }

  .vfm-sticky-cta__info img{
    display:none;
  }

  .vfm-sticky-cta a{
    min-height:46px;
    padding:0 15px;
    font-size:.92rem;
  }
}


/* V10.9 mobile-first conversion killer */

/* stronger specificity to beat previous/theme CSS */
html body .vfm-folder-app .vfm-deal h3{
  font-weight:600!important;
}

html body .vfm-folder-app .vfm-deal__body p{
  font-weight:600!important;
}

html body .vfm-folder-app .vfm-deal__foot strong{
  font-weight:700!important;
  letter-spacing:-.03em;
}

html body .vfm-folder-app .vfm-deal__foot a{
  border-radius:50px!important;
  font-weight:700!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

/* mobile-first card conversion */
@media(max-width:980px){

  html body .vfm-folder-app .vfm-deal{
    border-radius:20px!important;
    box-shadow:0 18px 44px rgba(22,48,68,.13)!important;
  }

  html body .vfm-folder-app .vfm-deal.is-pressing{
    transform:scale(.985)!important;
  }

  html body .vfm-folder-app .vfm-deal__body{
    padding:14px!important;
  }

  html body .vfm-folder-app .vfm-deal h3{
    font-size:22px!important;
    line-height:1.22!important;
    min-height:54px!important;
    margin-bottom:8px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  html body .vfm-folder-app .vfm-deal__meta{
    font-size:16px!important;
    line-height:1.25!important;
    margin-bottom:10px!important;
  }

  html body .vfm-folder-app .vfm-deal__reasons{
    gap:7px!important;
    margin:10px 0!important;
  }

  html body .vfm-folder-app .vfm-deal__reasons span{
    font-size:13px!important;
    line-height:1.15!important;
    padding:7px 10px!important;
  }

  html body .vfm-folder-app .vfm-deal__body p{
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:16px!important;
    line-height:1.42!important;
    min-height:68px!important;
    margin-top:8px!important;
  }

  html body .vfm-folder-app .vfm-deal__foot{
    margin-top:12px!important;
    gap:12px!important;
    align-items:center!important;
  }

  html body .vfm-folder-app .vfm-deal__foot strong{
    font-size:28px!important;
    line-height:1!important;
  }

  html body .vfm-folder-app .vfm-deal__foot a{
    min-height:54px!important;
    min-width:108px!important;
    padding:0 20px!important;
    font-size:16px!important;
    box-shadow:0 12px 28px rgba(97,195,206,.28)!important;
  }

  html body .vfm-folder-app .vfm-deal__foot a:active{
    transform:scale(.96)!important;
  }

  html body .vfm-folder-app .vfm-deal__image{
    min-height:170px!important;
  }

  html body .vfm-folder-app .vfm-deal__provider-logo{
    height:34px!important;
    max-width:118px!important;
  }

  html body .vfm-folder-app .vfm-deal__stars span{
    font-size:18px!important;
  }

  html body .vfm-folder-app .vfm-deal__top-badge{
    font-size:13px!important;
    min-height:30px!important;
    padding:0 12px!important;
  }
}

/* very small phones: keep readable without breaking card */
@media(max-width:520px){
  html body .vfm-folder-app .vfm-deal h3{
    font-size:20px!important;
    min-height:50px!important;
  }

  html body .vfm-folder-app .vfm-deal__body p{
    font-size:15px!important;
    min-height:64px!important;
  }

  html body .vfm-folder-app .vfm-deal__foot strong{
    font-size:25px!important;
  }

  html body .vfm-folder-app .vfm-deal__foot a{
    min-width:96px!important;
    min-height:50px!important;
    font-size:15px!important;
    padding:0 16px!important;
  }
}

/* sticky CTA optimized for mobile conversion */
html body .vfm-sticky-cta{
  font-family:'Poppins',sans-serif!important;
}

@media(max-width:980px){
  html body .vfm-sticky-cta{
    bottom:10px!important;
    width:calc(100vw - 22px)!important;
    padding:12px!important;
    border-radius:20px!important;
    gap:10px!important;
    box-shadow:0 18px 52px rgba(22,48,68,.20)!important;
  }

  html body .vfm-sticky-cta__info{
    min-width:0!important;
    flex:1 1 auto!important;
  }

  html body .vfm-sticky-cta__info span{
    font-size:13px!important;
    color:#61C3CE!important;
  }

  html body .vfm-sticky-cta__info strong{
    max-width:54vw!important;
    font-size:15px!important;
    line-height:1.18!important;
  }

  html body .vfm-sticky-cta a{
    min-height:52px!important;
    padding:0 18px!important;
    font-size:15px!important;
    border-radius:50px!important;
    box-shadow:0 12px 30px rgba(97,195,206,.30)!important;
  }

  html body .vfm-sticky-cta a:active{
    transform:scale(.96)!important;
  }
}

/* filter icon-only visibility fix */
html body .vfm-folder-app .vfm-filter-toggle{
  position:absolute!important;
  top:20px!important;
  right:20px!important;
  width:56px!important;
  height:56px!important;
  border-radius:50%!important;
  background:#61C3CE!important;
  color:transparent!important;
  font-size:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  z-index:120!important;
  overflow:hidden!important;
  box-shadow:0 14px 34px rgba(97,195,206,.32)!important;
}

html body .vfm-folder-app .vfm-filter-toggle::after{
  content:""!important;
  width:24px!important;
  height:24px!important;
  display:block!important;
  background:#fff!important;
  -webkit-mask:url('https://api.iconify.design/mdi/filter.svg') no-repeat center / contain!important;
  mask:url('https://api.iconify.design/mdi/filter.svg') no-repeat center / contain!important;
  z-index:2!important;
}

html body .vfm-folder-app .vfm-filter-toggle::before{
  content:"";
  position:absolute;
  inset:-48%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  transform:translateX(-120%) rotate(25deg);
  animation:vfmFilterGlow109 2.7s ease-in-out infinite;
}

@keyframes vfmFilterGlow109{
  0%{transform:translateX(-120%) rotate(25deg);opacity:0;}
  38%{opacity:1;}
  70%{transform:translateX(120%) rotate(25deg);opacity:0;}
  100%{transform:translateX(120%) rotate(25deg);opacity:0;}
}

@media(max-width:980px){
  html body .vfm-folder-app .vfm-filter-toggle{
    top:12px!important;
    right:12px!important;
    width:52px!important;
    height:52px!important;
  }
}


/* V11 revenue optimization + mobile polish */
.vfm-sticky-cta{
  display:none!important;
}

@media(max-width:980px){
  html body .vfm-folder-app .vfm-deal__body{
    padding:12px!important;
  }

  html body .vfm-folder-app .vfm-deal h3{
    margin-bottom:4px!important;
    min-height:auto!important;
  }

  html body .vfm-folder-app .vfm-deal__meta{
    display:block!important;
    visibility:visible!important;
    margin:0 0 6px!important;
    font-size:14px!important;
    line-height:1.25!important;
    color:#6b7a86!important;
    font-weight:500!important;
  }

  html body .vfm-folder-app .vfm-deal__body p{
    margin-top:4px!important;
    font-weight:400!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  html body .vfm-folder-app .vfm-deal__reasons{
    margin:8px 0 6px!important;
  }
}

/* Price focus */
html body .vfm-folder-app .vfm-deal__foot strong{
  position:relative;
  display:inline-flex;
  align-items:center;
  isolation:isolate;
}

html body .vfm-folder-app .vfm-deal__foot strong::after{
  content:"";
  position:absolute;
  left:-4px;
  right:-4px;
  bottom:1px;
  height:9px;
  border-radius:999px;
  background:rgba(97,195,206,.20);
  z-index:-1;
  transform:scaleX(.86);
  transform-origin:left;
  transition:transform .22s ease, opacity .22s ease;
}

html body .vfm-folder-app .vfm-deal:hover .vfm-deal__foot strong::after,
html body .vfm-folder-app .vfm-deal.is-pressing .vfm-deal__foot strong::after{
  transform:scaleX(1);
}

/* CTA glow on interaction */
html body .vfm-folder-app .vfm-deal__foot a{
  position:relative;
  overflow:hidden;
}

html body .vfm-folder-app .vfm-deal__foot a::before{
  content:"";
  position:absolute;
  inset:-60%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.66), transparent);
  transform:translateX(-120%) rotate(25deg);
  opacity:0;
}

html body .vfm-folder-app .vfm-deal:hover .vfm-deal__foot a::before,
html body .vfm-folder-app .vfm-deal.is-pressing .vfm-deal__foot a::before{
  animation:vfmCtaSweep 1.15s ease;
}

@keyframes vfmCtaSweep{
  0%{transform:translateX(-120%) rotate(25deg);opacity:0;}
  30%{opacity:1;}
  100%{transform:translateX(120%) rotate(25deg);opacity:0;}
}

/* Best deal of current result set */
html body .vfm-folder-app .vfm-deal--best-page{
  border-color:rgba(97,195,206,.55)!important;
  box-shadow:0 22px 58px rgba(97,195,206,.18)!important;
}

html body .vfm-folder-app .vfm-deal--best-page::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:20px;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(97,195,206,.28);
  z-index:5;
}

.vfm-deal__best-page-badge{
  position:absolute;
  z-index:5;
  top:10px;
  right:10px;
  min-height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border-radius:999px;
  background:#61C3CE;
  color:#fff;
  font-size:13px;
  font-weight:700;
  box-shadow:0 14px 28px rgba(97,195,206,.34);
}

/* prevent overlap when both badges exist */
.vfm-deal__best-page-badge + .vfm-deal__top-badge{
  top:46px!important;
}

@media(max-width:980px){
  .vfm-deal__best-page-badge{
    font-size:13px!important;
    min-height:32px!important;
    padding:0 13px!important;
  }

  .vfm-deal__best-page-badge + .vfm-deal__top-badge{
    top:48px!important;
  }
}


/* V11.1.1 hotfix: keep sliders intact, cleanup badges and mobile text */
.vfm-deal__top-badge{
  background:#fff!important;
  color:#163044!important;
  font-weight:600!important;
  border-radius:50px!important;
  box-shadow:0 12px 26px rgba(22,48,68,.18)!important;
}

.vfm-page--country-hero strong,
.vfm-country-hero__content > strong{
  background:#fff!important;
  color:#000!important;
  border:1px solid rgba(0,0,0,.08)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.12)!important;
  font-weight:600!important;
}

html body .vfm-folder-app .vfm-filter-toggle{
  position:absolute!important;
  top:20px!important;
  right:20px!important;
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  min-height:56px!important;
  border-radius:50%!important;
  background:#61C3CE!important;
  color:transparent!important;
  font-size:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  z-index:120!important;
  overflow:hidden!important;
  box-shadow:0 14px 34px rgba(97,195,206,.32)!important;
  text-indent:-9999px!important;
}

html body .vfm-folder-app .vfm-filter-toggle::after{
  content:""!important;
  width:24px!important;
  height:24px!important;
  display:block!important;
  background:url('https://api.iconify.design/mdi/filter.svg?color=white') no-repeat center / contain!important;
  -webkit-mask:none!important;
  mask:none!important;
  z-index:2!important;
  text-indent:0!important;
}

@media(max-width:980px){
  html body .vfm-folder-app .vfm-deal__body{
    padding:12px!important;
  }

  html body .vfm-folder-app .vfm-deal h3{
    margin-bottom:4px!important;
    min-height:auto!important;
  }

  html body .vfm-folder-app .vfm-deal__meta{
    display:block!important;
    visibility:visible!important;
    margin:0 0 6px!important;
    font-size:14px!important;
    line-height:1.25!important;
    color:#6b7a86!important;
    font-weight:500!important;
  }

  html body .vfm-folder-app .vfm-deal__body p{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-weight:400!important;
    margin-top:4px!important;
  }

  html body .vfm-folder-app .vfm-filter-toggle{
    top:12px!important;
    right:12px!important;
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
  }
}


/* V11.2 flight filter + visuals */
html body .vfm-folder-app .vfm-filter-toggle{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  border-radius:50%!important;
  background:#61C3CE!important;
  border:3px solid rgba(255,255,255,.92)!important;
  color:transparent!important;
  font-size:0!important;
  text-indent:-9999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 18px 42px rgba(97,195,206,.34), 0 0 0 8px rgba(97,195,206,.10)!important;
}

html body .vfm-folder-app .vfm-filter-toggle::after{
  content:""!important;
  width:25px!important;
  height:25px!important;
  display:block!important;
  background:url('https://api.iconify.design/lucide/sliders-horizontal.svg?color=white&width=25&height=25') no-repeat center / contain!important;
  -webkit-mask:none!important;
  mask:none!important;
  z-index:3!important;
  text-indent:0!important;
}

html body .vfm-folder-app .vfm-filter-toggle:hover{
  transform:translateY(-2px)!important;
}

@media(max-width:980px){
  html body .vfm-folder-app .vfm-filter-toggle{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
    top:12px!important;
    right:12px!important;
  }
}


/* V11.3 filter + always provider logo */
html body .vfm-folder-app .vfm-filter-toggle{
  position:absolute!important;
  top:18px!important;
  right:88px!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  border-radius:50%!important;
  background:#61C3CE!important;
  border:3px solid rgba(255,255,255,.95)!important;
  color:transparent!important;
  font-size:0!important;
  text-indent:-9999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  z-index:180!important;
  overflow:hidden!important;
  box-shadow:0 18px 42px rgba(97,195,206,.34), 0 0 0 8px rgba(97,195,206,.10)!important;
}

html body .vfm-folder-app .vfm-filter-toggle::after{
  content:""!important;
  width:28px!important;
  height:28px!important;
  display:block!important;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' y1='21' x2='4' y2='14'/%3E%3Cline x1='4' y1='10' x2='4' y2='3'/%3E%3Cline x1='12' y1='21' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12' y2='3'/%3E%3Cline x1='20' y1='21' x2='20' y2='16'/%3E%3Cline x1='20' y1='12' x2='20' y2='3'/%3E%3Cline x1='1' y1='14' x2='7' y2='14'/%3E%3Cline x1='9' y1='8' x2='15' y2='8'/%3E%3Cline x1='17' y1='16' x2='23' y2='16'/%3E%3C/svg%3E") no-repeat center / contain!important;
  -webkit-mask:none!important;
  mask:none!important;
  z-index:3!important;
  text-indent:0!important;
  opacity:1!important;
}

html body .vfm-folder-app .vfm-filter-toggle:hover{
  transform:translateY(-2px)!important;
}

html body .vfm-folder-app .vfm-deal__provider-logo{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  min-height:24px!important;
  object-fit:contain!important;
}

@media(max-width:980px){
  html body .vfm-folder-app .vfm-filter-toggle{
    top:12px!important;
    right:12px!important;
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
  }

  html body .vfm-folder-app .vfm-filter-toggle::after{
    width:24px!important;
    height:24px!important;
  }
}


/* V11.4 visible filter button with inline SVG */
html body .vfm-folder-app{
  position:relative!important;
}

html body .vfm-folder-app .vfm-filter-toggle{
  position:absolute!important;
  top:18px!important;
  right:78px!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  padding:0!important;
  border-radius:50%!important;
  background:#61C3CE!important;
  border:3px solid rgba(255,255,255,.95)!important;
  color:#fff!important;
  font-size:0!important;
  text-indent:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  z-index:9999!important;
  overflow:hidden!important;
  cursor:pointer!important;
  box-shadow:0 18px 42px rgba(97,195,206,.34), 0 0 0 8px rgba(97,195,206,.10)!important;
}

html body .vfm-folder-app .vfm-filter-toggle::before,
html body .vfm-folder-app .vfm-filter-toggle::after{
  display:none!important;
  content:none!important;
}

html body .vfm-folder-app .vfm-filter-toggle span,
html body .vfm-folder-app .vfm-filter-toggle strong{
  display:none!important;
}

html body .vfm-folder-app .vfm-filter-svg{
  display:block!important;
  width:26px!important;
  height:26px!important;
  stroke:#fff!important;
  stroke-width:2.5!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  fill:none!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:none!important;
  z-index:2!important;
}

html body .vfm-folder-app .vfm-filter-toggle:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 22px 48px rgba(97,195,206,.40), 0 0 0 8px rgba(97,195,206,.12)!important;
}

html body .vfm-folder-app .vfm-filter-toggle:active{
  transform:scale(.96)!important;
}

@media(max-width:980px){
  html body .vfm-folder-app .vfm-filter-toggle{
    top:12px!important;
    right:12px!important;
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
  }

  html body .vfm-folder-app .vfm-filter-svg{
    width:23px!important;
    height:23px!important;
  }
}


/* V11.5 visual/data polish */
html body .vfm-folder-app .vfm-deal__body p{
  font-weight:400!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

html body .vfm-folder-app .vfm-deal__reasons span{
  font-weight:400!important;
}

html body .vfm-folder-app .vfm-deal__stars span{
  -webkit-text-stroke:.8px #fff!important;
  text-shadow:
    0 1px 0 #fff,
    1px 0 0 #fff,
    0 -1px 0 #fff,
    -1px 0 0 #fff,
    0 4px 10px rgba(0,0,0,.18)!important;
}

@media(max-width:980px){
  html body .vfm-folder-app .vfm-deal__body p{
    -webkit-line-clamp:2!important;
    font-weight:400!important;
  }

  html body .vfm-folder-app .vfm-deal__reasons span{
    font-weight:400!important;
  }
}


/* V11.6 mobile description fade-out */
@media (max-width: 980px){

  html body .vfm-folder-app .vfm-deal__body p{
    position:relative!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    line-height:1.4!important;
    max-height:calc(1.4em * 2)!important;
    font-weight:400!important;
    margin-top:4px!important;
  }

  html body .vfm-folder-app .vfm-deal__body p::after{
    content:""!important;
    position:absolute!important;
    right:0!important;
    bottom:0!important;
    width:46%!important;
    height:1.4em!important;
    pointer-events:none!important;
    background:linear-gradient(90deg, rgba(255,255,255,0), #fff 72%)!important;
  }

  html body .vfm-folder-app .vfm-deal__body p::before{
    content:"..."!important;
    position:absolute!important;
    right:0!important;
    bottom:0!important;
    z-index:2!important;
    background:#fff!important;
    color:inherit!important;
    padding-left:2px!important;
    font-weight:400!important;
  }
}


/* V11.7.1 safe restore content + UI polish */
html body .vfm-folder-app .vfm-deal__stars span{
  -webkit-text-stroke:0!important;
  text-shadow:0 4px 10px rgba(0,0,0,.20)!important;
}

/* Cover footer/trust logos a little higher, without changing page layout */
html body .vfm-folder-app .vfm-cover-footer,
html body .vfm-folder-app .vfm-cover-trust{
  transform:translateY(-24px)!important;
}

/* Remove country sub-number such as 2/3 */
html body .vfm-folder-app .vfm-page-country em{
  display:none!important;
}

/* Vacation titles: 1 line with ellipsis */
html body .vfm-folder-app .vfm-deal h3{
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

/* Prevent tiny visual edge without breaking slider/rendering */
@media(min-width:981px){
  html body .vfm-folder-app .vfm-page-wrap{
    padding-left:0!important;
    padding-right:0!important;
  }

  html body .vfm-folder-app .vfm-spread--double{
    gap:10px!important;
  }

  html body .vfm-folder-app .vfm-spread--double .vfm-page{
    border-radius:16px!important;
  }
}

@media(max-width:980px){
  html body .vfm-folder-app .vfm-deal h3{
    min-height:calc(1.25em * 2)!important;
  }
}


/* V11.8 fixes */

/* description slightly smaller */
.vfm-folder-app .vfm-deal__body p{
  font-size:14px !important;
}

/* FIX: pages must connect in center, no side peek */
.vfm-folder-app .vfm-spread--double{
  display:flex !important;
  gap:0 !important;
}

.vfm-folder-app .vfm-spread--double .vfm-page{
  flex:1 1 50% !important;
  max-width:50% !important;
}

/* remove side peek */
.vfm-folder-app .vfm-folder-viewport{
  overflow:hidden !important;
}

.vfm-folder-app .vfm-folder-pages{
  display:flex !important;
}

/* center binding look */
.vfm-folder-app .vfm-spread--double .vfm-page:first-child{
  border-right:2px solid rgba(0,0,0,0.06) !important;
}

.vfm-folder-app .vfm-spread--double .vfm-page:last-child{
  border-left:2px solid rgba(0,0,0,0.04) !important;
}



/* V11.9 definitive center binding fix */
@media (min-width:981px){

  html body .vfm-folder-app .vfm-folder-book{
    overflow:hidden!important;
  }

  html body .vfm-folder-app .vfm-folder-pages{
    display:flex!important;
    align-items:stretch!important;
    height:100%!important;
    transition:transform .34s cubic-bezier(.22,.8,.22,1)!important;
    will-change:transform!important;
    overflow:visible!important;
  }

  html body .vfm-folder-app .vfm-page-wrap{
    flex:0 0 100%!important;
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    padding:0!important;
    margin:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  html body .vfm-folder-app .vfm-spread{
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    display:flex!important;
    align-items:stretch!important;
    gap:0!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
  }

  html body .vfm-folder-app .vfm-spread--double .vfm-page{
    flex:0 0 50%!important;
    width:50%!important;
    max-width:50%!important;
    height:100%!important;
    margin:0!important;
    box-sizing:border-box!important;
  }

  html body .vfm-folder-app .vfm-spread--double .vfm-page:first-child{
    border-top-right-radius:0!important;
    border-bottom-right-radius:0!important;
    border-right:1px solid rgba(15,23,42,.08)!important;
    box-shadow:
      inset -14px 0 22px -22px rgba(15,23,42,.38),
      inset 0 0 0 1px rgba(15,23,42,.04)!important;
  }

  html body .vfm-folder-app .vfm-spread--double .vfm-page:last-child{
    border-top-left-radius:0!important;
    border-bottom-left-radius:0!important;
    border-left:1px solid rgba(255,255,255,.65)!important;
    box-shadow:
      inset 14px 0 22px -22px rgba(15,23,42,.38),
      inset 0 0 0 1px rgba(15,23,42,.04)!important;
  }

  html body .vfm-folder-app .vfm-spread--double::after{
    content:"";
    position:absolute;
    top:18px;
    bottom:18px;
    left:50%;
    width:1px;
    transform:translateX(-.5px);
    background:linear-gradient(180deg, transparent, rgba(15,23,42,.18), transparent);
    pointer-events:none;
    z-index:30;
  }

  html body .vfm-folder-app .vfm-spread--cover{
    justify-content:center!important;
  }

  html body .vfm-folder-app .vfm-spread--cover .vfm-page{
    flex:0 0 50%!important;
    width:50%!important;
    max-width:50%!important;
    margin-left:auto!important;
  }
}


/* V12.0 remove fake right-edge binding while keeping center spine */
@media (min-width:981px){

  html body .vfm-folder-app .vfm-folder-book{
    overflow:hidden!important;
    background:#fff!important;
  }

  html body .vfm-folder-app .vfm-folder-viewport,
  html body .vfm-folder-app .vfm-page-wrap{
    overflow:hidden!important;
  }

  html body .vfm-folder-app .vfm-spread{
    overflow:hidden!important;
    background:#fff!important;
  }

  /* Remove outer-page shadows that caused the fake right binding */
  html body .vfm-folder-app .vfm-page{
    box-shadow:inset 0 0 0 1px rgba(15,23,42,.035)!important;
  }

  /* Keep only the real center binding */
  html body .vfm-folder-app .vfm-spread--double .vfm-page:first-child{
    box-shadow:
      inset -14px 0 22px -22px rgba(15,23,42,.38),
      inset 0 0 0 1px rgba(15,23,42,.035)!important;
  }

  html body .vfm-folder-app .vfm-spread--double .vfm-page:last-child{
    box-shadow:
      inset 14px 0 22px -22px rgba(15,23,42,.38),
      inset 0 0 0 1px rgba(15,23,42,.035)!important;
    border-right:0!important;
  }

  /* Mask any residual one-pixel bleed at the outer right edge */
  html body .vfm-folder-app .vfm-spread--double::before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:5px;
    background:#fff;
    z-index:35;
    pointer-events:none;
  }

  /* Center binding must stay */
  html body .vfm-folder-app .vfm-spread--double::after{
    content:"";
    position:absolute;
    top:18px;
    bottom:18px;
    left:50%;
    width:1px;
    transform:translateX(-.5px);
    background:linear-gradient(180deg, transparent, rgba(15,23,42,.18), transparent);
    pointer-events:none;
    z-index:40;
  }
}


/* V12.1 final edge cleanup + subtle page curve */
@media (min-width:981px){

  html body .vfm-folder-app .vfm-folder-book,
  html body .vfm-folder-app .vfm-folder-viewport,
  html body .vfm-folder-app .vfm-page-wrap{
    overflow:hidden!important;
    background:#fff!important;
  }

  /* Remove outer page shadows/rands */
  html body .vfm-folder-app .vfm-page{
    box-shadow:none!important;
  }

  /* Hard mask left and right outer edges */
  html body .vfm-folder-app .vfm-folder-book::before,
  html body .vfm-folder-app .vfm-folder-book::after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    width:8px;
    background:#fff;
    z-index:80;
    pointer-events:none;
  }

  html body .vfm-folder-app .vfm-folder-book::before{
    left:0;
  }

  html body .vfm-folder-app .vfm-folder-book::after{
    right:0;
  }

  /* Keep only the real center binding + subtle paper curve */
  html body .vfm-folder-app .vfm-spread--double{
    position:relative!important;
    overflow:hidden!important;
  }

  html body .vfm-folder-app .vfm-spread--double .vfm-page:first-child{
    box-shadow:
      inset -18px 0 28px -26px rgba(0,0,0,.42),
      inset -1px 0 0 rgba(0,0,0,.05)!important;
  }

  html body .vfm-folder-app .vfm-spread--double .vfm-page:last-child{
    box-shadow:
      inset 18px 0 28px -26px rgba(0,0,0,.42),
      inset 1px 0 0 rgba(255,255,255,.55)!important;
  }

  html body .vfm-folder-app .vfm-spread--double::after{
    content:"";
    position:absolute;
    top:16px;
    bottom:16px;
    left:50%;
    width:16px;
    transform:translateX(-50%);
    background:
      linear-gradient(90deg,
        rgba(0,0,0,.10) 0%,
        rgba(0,0,0,.045) 32%,
        rgba(255,255,255,.35) 50%,
        rgba(0,0,0,.045) 68%,
        rgba(0,0,0,.10) 100%);
    opacity:.55;
    filter:blur(.2px);
    pointer-events:none;
    z-index:70;
  }

  /* A tiny highlight exactly in the spine */
  html body .vfm-folder-app .vfm-spread--double::before{
    content:"";
    position:absolute;
    top:18px;
    bottom:18px;
    left:50%;
    width:1px;
    transform:translateX(-.5px);
    background:linear-gradient(180deg, transparent, rgba(255,255,255,.72), transparent);
    pointer-events:none;
    z-index:75;
  }
}


/* V12.2 HARD SIDE-BINDING REMOVAL + GLOSSY MAGAZINE EFFECT */
@media (min-width:981px){

  /* Main clipping layers: kill ghost pages / side attachments */
  html body .vfm-folder-app .vfm-folder-book{
    position:relative!important;
    overflow:hidden!important;
    background:#fff!important;
    isolation:isolate!important;
  }

  html body .vfm-folder-app .vfm-folder-viewport,
  html body .vfm-folder-app .vfm-page-wrap,
  html body .vfm-folder-app .vfm-spread{
    overflow:hidden!important;
    background:#fff!important;
  }

  html body .vfm-folder-app .vfm-folder-pages{
    overflow:visible!important;
  }

  /* Remove outer page edge effects. Only spine may cast shadow. */
  html body .vfm-folder-app .vfm-page{
    border:0!important;
    box-shadow:none!important;
  }

  /* Hard white masks outside the actual open magazine.
     Wide masks deliberately cover slider bleed/subpixel remnants left and right. */
  html body .vfm-folder-app .vfm-folder-book::before,
  html body .vfm-folder-app .vfm-folder-book::after{
    content:""!important;
    position:absolute!important;
    top:0!important;
    bottom:0!important;
    width:46px!important;
    background:#fff!important;
    z-index:9999!important;
    pointer-events:none!important;
  }

  html body .vfm-folder-app .vfm-folder-book::before{
    left:-34px!important;
  }

  html body .vfm-folder-app .vfm-folder-book::after{
    right:-34px!important;
  }

  /* Ensure spread uses exact 50/50 pages and connects at the center */
  html body .vfm-folder-app .vfm-spread--double{
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    gap:0!important;
    padding:0!important;
    margin:0!important;
    background:#fff!important;
  }

  html body .vfm-folder-app .vfm-spread--double .vfm-page{
    flex:0 0 50%!important;
    width:50%!important;
    max-width:50%!important;
    margin:0!important;
    box-sizing:border-box!important;
  }

  /* Page radius only on outside corners, not near spine */
  html body .vfm-folder-app .vfm-spread--double .vfm-page:first-child{
    border-top-right-radius:0!important;
    border-bottom-right-radius:0!important;
    box-shadow:
      inset -20px 0 32px -30px rgba(0,0,0,.45)!important;
  }

  html body .vfm-folder-app .vfm-spread--double .vfm-page:last-child{
    border-top-left-radius:0!important;
    border-bottom-left-radius:0!important;
    box-shadow:
      inset 20px 0 32px -30px rgba(0,0,0,.45)!important;
  }

  /* Real center spine only */
  html body .vfm-folder-app .vfm-spread--double::after{
    content:""!important;
    position:absolute!important;
    top:16px!important;
    bottom:16px!important;
    left:50%!important;
    width:18px!important;
    transform:translateX(-50%)!important;
    background:
      linear-gradient(90deg,
        rgba(0,0,0,.12) 0%,
        rgba(0,0,0,.045) 30%,
        rgba(255,255,255,.55) 50%,
        rgba(0,0,0,.045) 70%,
        rgba(0,0,0,.12) 100%)!important;
    opacity:.58!important;
    filter:blur(.15px)!important;
    pointer-events:none!important;
    z-index:120!important;
  }

  /* Glossy magazine highlight, clipped inside each page */
  html body .vfm-folder-app .vfm-spread--double .vfm-page::before,
  html body .vfm-folder-app .vfm-page--cover::before,
  html body .vfm-folder-app .vfm-page--country-hero::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    background:
      linear-gradient(115deg,
        rgba(255,255,255,.22) 0%,
        rgba(255,255,255,.08) 22%,
        rgba(255,255,255,0) 44%,
        rgba(255,255,255,0) 100%)!important;
    opacity:.42!important;
    pointer-events:none!important;
    z-index:35!important;
    mix-blend-mode:screen!important;
  }

  /* Subtle paper curvature on the inner page sides */
  html body .vfm-folder-app .vfm-spread--double .vfm-page:first-child::after{
    content:""!important;
    position:absolute!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    width:42px!important;
    background:linear-gradient(90deg, rgba(255,255,255,0), rgba(0,0,0,.045))!important;
    opacity:.55!important;
    pointer-events:none!important;
    z-index:36!important;
  }

  html body .vfm-folder-app .vfm-spread--double .vfm-page:last-child::after{
    content:""!important;
    position:absolute!important;
    top:0!important;
    left:0!important;
    bottom:0!important;
    width:42px!important;
    background:linear-gradient(90deg, rgba(0,0,0,.045), rgba(255,255,255,0))!important;
    opacity:.55!important;
    pointer-events:none!important;
    z-index:36!important;
  }

  /* Keep clickable content above gloss where needed */
  html body .vfm-folder-app .vfm-deal,
  html body .vfm-folder-app .vfm-page__head,
  html body .vfm-folder-app .vfm-country-hero__content,
  html body .vfm-folder-app .vfm-cover-content{
    position:relative!important;
    z-index:40!important;
  }
}


/* V12.3 centered filter modal */
html body .vfm-folder-app .vfm-filter-panel{
  position:fixed!important;
  inset:0!important;
  z-index:99999!important;
  display:grid!important;
  place-items:center!important;
  padding:20px!important;
  box-sizing:border-box!important;
}

html body .vfm-folder-app .vfm-filter-panel.hidden{
  display:none!important;
}

html body .vfm-folder-app .vfm-filter-backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(16,30,44,.42)!important;
  backdrop-filter:blur(8px)!important;
}

html body .vfm-folder-app .vfm-folder-filters{
  position:relative!important;
  z-index:2!important;
  width:min(680px, calc(100vw - 40px))!important;
  max-height:min(720px, calc(100svh - 40px))!important;
  overflow:auto!important;
  background:#fff!important;
  border:1px solid rgba(210,220,230,.9)!important;
  border-radius:28px!important;
  box-shadow:0 34px 120px rgba(22,48,68,.26)!important;
  padding:28px!important;
  box-sizing:border-box!important;
  font-family:'Poppins',sans-serif!important;
}

html body .vfm-folder-app .vfm-filter-close{
  position:absolute!important;
  top:16px!important;
  right:16px!important;
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  border:0!important;
  background:#f1f5f9!important;
  color:#163044!important;
  font-size:24px!important;
  line-height:1!important;
  cursor:pointer!important;
}

html body .vfm-folder-app .vfm-filter-title{
  font-size:28px!important;
  line-height:1.1!important;
  font-weight:600!important;
  color:#163044!important;
  letter-spacing:-.04em!important;
  margin:0 48px 8px 0!important;
}

html body .vfm-folder-app .vfm-filter-subtitle{
  color:#6b7f90!important;
  font-size:15px!important;
  line-height:1.45!important;
  margin:0 0 22px!important;
  font-weight:400!important;
}

html body .vfm-folder-app .vfm-filter-search{
  display:grid!important;
  gap:8px!important;
  font-size:14px!important;
  font-weight:600!important;
  color:#163044!important;
  margin-bottom:22px!important;
}

html body .vfm-folder-app .vfm-filter-search input{
  width:100%!important;
  min-height:54px!important;
  border-radius:18px!important;
  border:1px solid #d8e3ea!important;
  background:#f8fafc!important;
  padding:0 16px!important;
  font-size:16px!important;
  color:#163044!important;
  outline:none!important;
  box-sizing:border-box!important;
}

html body .vfm-folder-app .vfm-filter-search input:focus{
  border-color:#61C3CE!important;
  box-shadow:0 0 0 4px rgba(97,195,206,.14)!important;
}

html body .vfm-folder-app .vfm-filter-label{
  font-size:14px!important;
  font-weight:600!important;
  color:#163044!important;
  margin-bottom:10px!important;
}

html body .vfm-folder-app .vfm-country-checklist{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin-bottom:24px!important;
  max-height:320px!important;
  overflow:auto!important;
  padding-right:4px!important;
}

html body .vfm-folder-app .vfm-country-option{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  min-height:48px!important;
  padding:9px 11px!important;
  border:1px solid #dbe6ee!important;
  border-radius:16px!important;
  background:#fff!important;
  cursor:pointer!important;
  transition:.18s ease!important;
  box-sizing:border-box!important;
}

html body .vfm-folder-app .vfm-country-option:hover{
  border-color:#61C3CE!important;
  transform:translateY(-1px)!important;
}

html body .vfm-folder-app .vfm-country-option input{
  width:18px!important;
  height:18px!important;
  accent-color:#61C3CE!important;
  flex:0 0 auto!important;
}

html body .vfm-folder-app .vfm-country-option__flag{
  width:24px!important;
  height:24px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:#f8fafc!important;
  overflow:hidden!important;
  flex:0 0 auto!important;
}

html body .vfm-folder-app .vfm-country-option__name{
  min-width:0!important;
  flex:1 1 auto!important;
  color:#163044!important;
  font-size:14px!important;
  font-weight:500!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

html body .vfm-folder-app .vfm-country-option__count{
  flex:0 0 auto!important;
  min-width:30px!important;
  height:24px!important;
  border-radius:50px!important;
  background:#eef8f9!important;
  color:#27666e!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:12px!important;
  font-weight:500!important;
  padding:0 7px!important;
}

html body .vfm-folder-app .vfm-hidden-filter-control{
  display:none!important;
}

html body .vfm-folder-app .vfm-filter-actions{
  display:flex!important;
  justify-content:flex-end!important;
  gap:12px!important;
  margin-top:6px!important;
}

html body .vfm-folder-app .vfm-filter-actions .vfm-btn{
  min-height:52px!important;
  border-radius:50px!important;
  padding:0 20px!important;
  font-size:15px!important;
  font-weight:600!important;
  cursor:pointer!important;
}

html body .vfm-folder-app .vfm-filter-actions .vfm-btn--primary{
  background:#61C3CE!important;
  color:#fff!important;
  border:1px solid #61C3CE!important;
}

html body .vfm-folder-app .vfm-filter-actions .vfm-btn--ghost{
  background:#f8fafc!important;
  color:#163044!important;
  border:1px solid #dbe6ee!important;
}

@media(max-width:760px){
  html body .vfm-folder-app .vfm-filter-panel{
    padding:20px!important;
  }

  html body .vfm-folder-app .vfm-folder-filters{
    width:calc(100vw - 40px)!important;
    max-height:calc(100svh - 40px)!important;
    border-radius:24px!important;
    padding:24px!important;
  }

  html body .vfm-folder-app .vfm-filter-title{
    font-size:24px!important;
  }

  html body .vfm-folder-app .vfm-country-checklist{
    grid-template-columns:1fr!important;
    max-height:42svh!important;
  }

  html body .vfm-folder-app .vfm-filter-actions{
    flex-direction:column-reverse!important;
  }

  html body .vfm-folder-app .vfm-filter-actions .vfm-btn{
    width:100%!important;
  }
}


/* V12.4 round country flags in filter modal */
html body .vfm-folder-app .vfm-country-option__flag{
  width:26px!important;
  height:26px!important;
  min-width:26px!important;
  flex:0 0 26px!important;
  border-radius:50%!important;
  overflow:hidden!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#f1f5f9!important;
  box-shadow:0 3px 8px rgba(22,48,68,.14)!important;
  border:1px solid rgba(255,255,255,.85)!important;
}

html body .vfm-folder-app .vfm-country-option__flag img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:50%!important;
}


/* V12.5 dynamic country filter list */
html body .vfm-folder-app .vfm-country-empty{
  grid-column:1 / -1;
  padding:18px;
  border-radius:18px;
  background:#f8fafc;
  color:#6b7f90;
  font-size:14px;
  font-weight:400;
  text-align:center;
}


/* V12.7 audience filters */
html body .vfm-folder-app .vfm-filter-audience-block{
  margin:4px 0 22px!important;
}

html body .vfm-folder-app .vfm-audience-options{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}

html body .vfm-folder-app .vfm-audience-option{
  min-height:52px!important;
  border:1px solid #dbe6ee!important;
  border-radius:18px!important;
  background:#fff!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:10px 13px!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
  transition:.18s ease!important;
}

html body .vfm-folder-app .vfm-audience-option:hover{
  border-color:#61C3CE!important;
  transform:translateY(-1px)!important;
}

html body .vfm-folder-app .vfm-audience-option input{
  width:18px!important;
  height:18px!important;
  accent-color:#61C3CE!important;
  flex:0 0 auto!important;
}

html body .vfm-folder-app .vfm-audience-option span{
  color:#163044!important;
  font-size:14px!important;
  font-weight:500!important;
}

html body .vfm-folder-app .vfm-filter-warning{
  display:none!important;
  margin-top:10px!important;
  padding:10px 12px!important;
  border-radius:14px!important;
  background:#fff4e5!important;
  color:#9a4b00!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.35!important;
}

html body .vfm-folder-app .vfm-filter-warning.is-visible{
  display:block!important;
}

@media(max-width:760px){
  html body .vfm-folder-app .vfm-audience-options{
    grid-template-columns:1fr!important;
  }
}


/* V12.8 cover footer/logo position */
html body .vfm-folder-app .vfm-page--cover .vfm-cover-footer,
html body .vfm-folder-app .vfm-page--cover .vfm-cover-trust{
  transform:translateY(-46px)!important;
}

@media(max-width:980px){
  html body .vfm-folder-app .vfm-page--cover .vfm-cover-footer,
  html body .vfm-folder-app .vfm-page--cover .vfm-cover-trust{
    transform:translateY(-32px)!important;
  }
}


/* V12.9 global logo */
.vfm-global-logo{
  position:fixed;
  top:20px;
  left:20px;
  z-index:999999;
  pointer-events:none;
}

.vfm-global-logo img{
  height:40px;
  width:auto;
  display:block;
}

/* hide logo inside folder (pages view) */
.vfm-folder-app .vfm-folder-shell .vfm-global-logo{
  display:none !important;
}

/* === VFM CLEAN PIXEL REBUILD === */
body.vfm-folder-route, .vfm-folder-app{font-family:Poppins,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;background:#eef3f6!important;color:#0b2b46!important;}
.vfm-global-logo{position:fixed!important;top:18px!important;left:18px!important;z-index:100002!important;width:42px!important;height:42px!important}
.vfm-global-logo img{width:100%!important;height:100%!important;object-fit:contain!important}
.vfm-funnel.is-open{position:fixed!important;inset:0!important;z-index:100000!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:32px!important;background:#eef3f6!important}
.vfm-funnel:not(.is-open){display:none!important}
.vfm-funnel__overlay{position:absolute!important;inset:0!important;background:#eef3f6!important}
.vfm-clean-shell{position:relative!important;width:min(1480px,calc(100vw - 96px))!important;height:min(820px,calc(100vh - 64px))!important;min-height:720px!important;background:#fff!important;border-radius:30px!important;overflow:hidden!important;box-shadow:0 30px 95px rgba(15,45,70,.16)!important;display:grid!important;grid-template-columns:58% 42%!important;padding:0!important;margin:0!important;transform:none!important;max-width:none!important}
.vfm-clean-left{position:relative!important;display:flex!important;flex-direction:column!important;padding:44px 56px 38px!important;min-width:0!important;z-index:2!important;background:#fff!important}
.vfm-clean-right{position:relative!important;min-width:0!important;overflow:hidden!important;background:#dfeaf0!important}
.vfm-clean-right>img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center center!important}
.vfm-trust-pills{height:48px!important;display:flex!important;gap:14px!important;align-items:center!important;margin-bottom:58px!important;white-space:nowrap!important}
.vfm-trust-pills span{height:44px!important;padding:0 20px!important;border-radius:999px!important;border:1px solid #cceff5!important;background:#f0fcff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;font-weight:900!important;color:#0b2b46!important;box-shadow:0 10px 28px rgba(20,55,80,.07)!important}
.vfm-clean-progress{display:flex!important;align-items:center!important;gap:24px!important;margin-bottom:36px!important}
.vfm-clean-progress strong{font-size:20px!important;font-weight:900!important;color:#3ec2ca!important;white-space:nowrap!important}
.vfm-progress__bar{display:none!important}
.vfm-progress-segments{display:flex!important;align-items:center!important;gap:13px!important}
.vfm-progress-segments span{display:block!important;width:72px!important;height:8px!important;border-radius:99px!important;background:#dfeaf0!important}
.vfm-progress-segments span.is-active,.vfm-progress-segments span:first-child{background:#49c5cf!important}
.vfm-step{display:none!important;animation:none!important;text-align:left!important;margin:0!important;padding:0!important;max-width:none!important}
.vfm-step.is-active{display:block!important}
.vfm-step h2{margin:0 0 24px!important;font-size:clamp(54px,5vw,76px)!important;line-height:.93!important;letter-spacing:-4px!important;font-weight:950!important;color:#0b2b46!important;text-align:left!important}
.vfm-step-lead{margin:0 0 28px!important;font-size:18px!important;line-height:1.45!important;color:#617286!important;font-weight:650!important;text-align:left!important;max-width:620px!important}
.vfm-destination-search{width:620px!important;max-width:100%!important;height:62px!important;border:1px solid #d6e2ea!important;border-radius:15px!important;background:#fff!important;display:flex!important;align-items:center!important;gap:14px!important;padding:0 22px!important;margin-bottom:28px!important;box-shadow:0 10px 28px rgba(20,55,80,.035)!important}
.vfm-destination-search span{font-size:30px!important;color:#8394a8!important;line-height:1!important}
.vfm-destination-search input{border:0!important;outline:0!important;background:transparent!important;width:100%!important;font-size:16px!important;font-weight:800!important;color:#0b2b46!important}
.vfm-destination-search input::placeholder{color:#8c9aaa!important}
.vfm-popular-title{margin:0 0 16px!important;font-size:22px!important;line-height:1.2!important;font-weight:950!important;color:#0b2b46!important}
.vfm-destination-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important;width:100%!important;max-width:760px!important;overflow:visible!important}
.vfm-destination-card{position:relative!important;min-width:0!important;border:1px solid #d3e2ea!important;border-radius:16px!important;overflow:hidden!important;background:#fff!important;padding:0!important;text-align:left!important;cursor:pointer!important;box-shadow:0 12px 28px rgba(20,55,80,.09)!important;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important}
.vfm-destination-card:hover,.vfm-destination-card.is-selected{transform:translateY(-3px)!important;border-color:#49c5cf!important;box-shadow:0 18px 36px rgba(20,55,80,.14)!important}
.vfm-destination-card img{width:100%!important;height:124px!important;object-fit:cover!important;display:block!important}
.vfm-destination-card small{position:absolute!important;top:14px!important;left:14px!important;background:#fff!important;border-radius:999px!important;padding:7px 12px!important;font-size:12px!important;font-weight:900!important;color:#0b2b46!important;box-shadow:0 8px 20px rgba(10,35,60,.12)!important}
.vfm-destination-card strong{display:block!important;padding:15px 16px 0!important;font-size:18px!important;line-height:1.15!important;font-weight:950!important;color:#0b2b46!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.vfm-destination-card p{margin:5px 16px 0!important;font-size:13px!important;font-weight:650!important;line-height:1.35!important;color:#66778a!important}
.vfm-destination-card b{display:block!important;margin:4px 16px 16px!important;text-align:right!important;font-size:22px!important;line-height:1!important;font-weight:950!important;color:#35bcc7!important}
.vfm-clean-bottom{margin-top:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;min-height:80px!important}
.vfm-safe-note{display:flex!important;align-items:center!important;gap:14px!important;color:#617286!important;font-size:14px!important;line-height:1.35!important}
.vfm-safe-note>span{font-size:30px!important;color:#35bcc7!important}
.vfm-safe-note p{margin:0!important}.vfm-safe-note strong{color:#0b2b46!important;font-weight:900!important}
.vfm-step-actions{display:flex!important;align-items:center!important;gap:14px!important;margin:0!important;position:static!important}
.vfm-step-actions .vfm-btn,#vfm-next-step,#vfm-show-results{height:68px!important;min-width:230px!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#56cad2,#14a7b6)!important;color:#fff!important;font-size:18px!important;font-weight:950!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;box-shadow:0 18px 38px rgba(22,167,181,.28)!important;cursor:pointer!important;padding:0 30px!important}
#vfm-prev-step{display:none!important}
.vfm-step-back-inline{height:48px!important;border:1px solid #d9e5ec!important;background:#fff!important;border-radius:999px!important;padding:0 24px!important;color:#7c8b9d!important;font-size:15px!important;font-weight:800!important;margin:0 0 22px!important;cursor:pointer!important;box-shadow:0 8px 18px rgba(20,55,80,.04)!important}
.vfm-slider-card{width:100%!important;max-width:760px!important;border:1px solid #d9e5ec!important;border-radius:18px!important;background:#fff!important;padding:34px 42px!important;box-shadow:0 14px 34px rgba(20,55,80,.05)!important;margin:0 0 32px!important}
.vfm-slider-labels{display:flex!important;justify-content:space-between!important;margin:0 34px 28px!important;color:#0b2b46!important;font-size:20px!important}
.vfm-values{width:max-content!important;max-width:100%!important;margin:34px auto 0!important;background:#f4f8fa!important;border-radius:999px!important;padding:14px 24px!important;color:#40556b!important;font-size:17px!important;font-weight:800!important;display:flex!important;gap:10px!important;align-items:center!important}
.vfm-values strong{color:#0b2b46!important}
.noUi-target{height:10px!important;border:0!important;border-radius:999px!important;background:#dfeaf0!important;box-shadow:none!important}
.noUi-connect{background:#49c5cf!important}
.noUi-horizontal .noUi-handle{width:28px!important;height:28px!important;right:-14px!important;top:-9px!important;border-radius:50%!important;border:4px solid #fff!important;background:#49c5cf!important;box-shadow:0 8px 18px rgba(20,55,80,.22)!important}
.noUi-handle:before,.noUi-handle:after{display:none!important}
.noUi-tooltip{display:none!important}
.vfm-good-to-know{width:100%!important;max-width:620px!important;background:#f1f7fa!important;border-radius:18px!important;padding:22px 24px!important;display:flex!important;align-items:center!important;gap:18px!important;color:#617286!important;font-size:14px!important;line-height:1.45!important}
.vfm-good-to-know>span{width:54px!important;height:54px!important;border-radius:50%!important;background:#dff9fc!important;display:grid!important;place-items:center!important;font-size:28px!important;flex:0 0 auto!important}.vfm-good-to-know p{margin:0!important}.vfm-good-to-know strong{color:#0b2b46!important;font-size:15px!important}
.vfm-choice-row,.vfm-season-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:14px!important;max-width:760px!important}
.vfm-choice-row span,.vfm-season-grid button{border:1px solid #d9e5ec!important;border-radius:18px!important;background:#fff!important;padding:20px!important;font-weight:900!important;color:#0b2b46!important;box-shadow:0 10px 24px rgba(20,55,80,.06)!important;text-align:left!important}.vfm-choice-row em,.vfm-season-grid span{display:block!important;color:#66778a!important;font-style:normal!important;font-size:13px!important;font-weight:650!important;margin-top:5px!important}
.vfm-season-grid{grid-template-columns:repeat(4,1fr)!important;margin-bottom:22px!important}.vfm-season-grid button{cursor:pointer!important}.vfm-season-grid button.is-selected{border-color:#49c5cf!important;background:#effcff!important}
.vfm-chip-grid{display:flex!important;flex-wrap:wrap!important;gap:10px!important;max-width:760px!important}.vfm-chip{border:1px solid #d9e5ec!important;border-radius:999px!important;background:#fff!important;padding:12px 18px!important;font-weight:900!important;color:#0b2b46!important;cursor:pointer!important}.vfm-chip.is-active{background:#49c5cf!important;color:#fff!important;border-color:#49c5cf!important}
.vfm-review-card{position:absolute!important;right:54px!important;bottom:54px!important;width:350px!important;min-height:150px!important;border-radius:22px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 22px 55px rgba(20,45,60,.16)!important;display:flex!important;align-items:center!important;gap:18px!important;padding:28px!important;color:#0b2b46!important}.vfm-review-card>span{width:56px!important;height:56px!important;border-radius:50%!important;background:#ecfbfd!important;color:#27b6c2!important;display:grid!important;place-items:center!important;font-size:32px!important;font-weight:950!important;flex:0 0 auto!important}.vfm-review-card strong{font-size:18px!important;line-height:1.35!important;font-weight:950!important}.vfm-stars{margin:14px 0 0!important;color:#f6bd32!important;font-size:20px!important;font-weight:950!important;letter-spacing:1px!important}.vfm-stars b{color:#0b2b46!important;margin-left:12px!important;font-size:17px!important}.vfm-review-card small{display:block!important;margin-top:6px!important;color:#66778a!important;font-size:13px!important;font-weight:800!important}
.vfm-temp-popular-card{display:none!important;position:absolute!important;right:54px!important;bottom:54px!important;width:310px!important;border-radius:22px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 22px 55px rgba(20,45,60,.16)!important;padding:28px!important;color:#0b2b46!important}.vfm-temp-popular-card strong{display:block!important;margin-bottom:18px!important;font-size:16px!important;font-weight:950!important}.vfm-temp-popular-card p{display:flex!important;justify-content:space-between!important;margin:12px 0!important;font-weight:850!important}.vfm-temp-popular-card b{font-weight:950!important}
.vfm-clean-right.is-temp-step .vfm-review-card{display:none!important}.vfm-clean-right.is-temp-step .vfm-temp-popular-card{display:block!important}
@media(max-width:1000px){.vfm-funnel.is-open{padding:0!important;align-items:stretch!important}.vfm-clean-shell{width:100%!important;height:100dvh!important;min-height:100dvh!important;border-radius:0!important;display:block!important;overflow:auto!important;background:#fff!important}.vfm-clean-right{position:absolute!important;inset:0!important;z-index:0!important;opacity:.42!important;min-height:100dvh!important}.vfm-clean-right>img{object-position:center top!important}.vfm-clean-left{position:relative!important;z-index:1!important;min-height:100dvh!important;padding:58px 28px 36px!important;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 56%,rgba(255,255,255,.55) 100%)!important}.vfm-trust-pills{order:20!important;margin:32px 0 0!important;height:auto!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;background:#fff!important;border-radius:24px!important;padding:22px 10px!important;box-shadow:0 14px 36px rgba(20,45,60,.12)!important}.vfm-trust-pills span{height:auto!important;padding:0 8px!important;border:0!important;background:transparent!important;box-shadow:none!important;display:block!important;text-align:center!important;font-size:13px!important;white-space:normal!important}.vfm-clean-progress{margin:78px 0 52px!important;display:block!important}.vfm-clean-progress strong{font-size:24px!important}.vfm-progress-segments{margin-top:16px!important;gap:10px!important}.vfm-progress-segments span{width:64px!important}.vfm-step h2{font-size:58px!important;letter-spacing:-3px!important}.vfm-step-lead{font-size:20px!important}.vfm-destination-search{height:68px!important;background:#fff!important}.vfm-destination-grid{display:flex!important;overflow-x:auto!important;gap:22px!important;max-width:none!important;padding:0 0 12px!important;margin-right:-28px!important}.vfm-destination-card{min-width:190px!important}.vfm-destination-card img{height:170px!important}.vfm-clean-bottom{display:flex!important;flex-direction:column-reverse!important;align-items:stretch!important;gap:24px!important;margin-top:32px!important}.vfm-safe-note{background:rgba(255,255,255,.86)!important;border-radius:20px!important;padding:22px!important}.vfm-step-actions .vfm-btn,#vfm-next-step,#vfm-show-results{width:100%!important;height:76px!important;font-size:22px!important}.vfm-review-card{top:42px!important;right:28px!important;bottom:auto!important;width:270px!important;padding:20px!important}.vfm-temp-popular-card{top:42px!important;right:28px!important;bottom:auto!important;width:270px!important}.vfm-slider-card{padding:30px 24px!important}.vfm-season-grid,.vfm-choice-row{grid-template-columns:1fr 1fr!important}.vfm-global-logo{top:20px!important;left:20px!important}}
/* === VFM FINAL: light font + all content in view === */
html body .vfm-folder-app, html body .vfm-folder-app *{box-sizing:border-box!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-weight:400!important}
html body .vfm-folder-app strong,html body .vfm-folder-app b,html body .vfm-folder-app h1,html body .vfm-folder-app h2,html body .vfm-folder-app h3,html body .vfm-folder-app button{font-weight:400!important}
html body .vfm-funnel.is-open{position:fixed!important;inset:0!important;z-index:100000!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:38px 56px!important;background:#eef3f6!important;overflow:auto!important}
html body .vfm-funnel__overlay{background:#eef3f6!important;position:absolute!important;inset:0!important}
html body .vfm-clean-shell{position:relative!important;width:min(1420px,calc(100vw - 112px))!important;height:auto!important;min-height:760px!important;max-height:none!important;display:grid!important;grid-template-columns:minmax(0,58%) minmax(0,42%)!important;background:#fff!important;border-radius:28px!important;overflow:hidden!important;padding:0!important;margin:auto!important;box-shadow:0 28px 80px rgba(15,45,70,.14)!important;transform:none!important}
html body .vfm-clean-left{position:relative!important;z-index:2!important;min-width:0!important;display:flex!important;flex-direction:column!important;padding:42px 52px 34px!important;background:#fff!important;overflow:visible!important}
html body .vfm-clean-right{position:relative!important;min-width:0!important;min-height:760px!important;overflow:hidden!important;background:#dfeaf0!important}
html body .vfm-clean-right>img{width:100%!important;height:100%!important;min-height:760px!important;display:block!important;object-fit:cover!important;object-position:center center!important;filter:none!important;opacity:1!important}
html body .vfm-step,html body .vfm-step.is-active,html body .vfm-step-intro{background:transparent!important;box-shadow:none!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important;max-width:none!important;min-height:0!important;overflow:visible!important;text-align:left!important}
html body .vfm-step:not(.is-active){display:none!important} html body .vfm-step.is-active{display:block!important}
html body .vfm-trust-pills{display:flex!important;align-items:center!important;gap:14px!important;height:42px!important;margin:0 0 52px!important;white-space:nowrap!important}
html body .vfm-trust-pills span{height:42px!important;padding:0 18px!important;border-radius:999px!important;border:1px solid #cbeef5!important;background:#f0fcff!important;color:#0b2b46!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;line-height:1!important;box-shadow:0 8px 22px rgba(20,55,80,.06)!important}
html body .vfm-clean-progress{display:flex!important;align-items:center!important;gap:24px!important;margin:0 0 34px!important} html body .vfm-clean-progress strong{font-size:18px!important;color:#39bfca!important;white-space:nowrap!important}
html body .vfm-progress__bar{display:none!important} html body .vfm-progress-segments{display:flex!important;gap:13px!important;align-items:center!important} html body .vfm-progress-segments span{width:68px!important;height:8px!important;border-radius:99px!important;background:#dfeaf0!important;display:block!important} html body .vfm-progress-segments span.is-active{background:#49c5cf!important}
html body .vfm-step h2{margin:0 0 22px!important;color:#0b2b46!important;text-align:left!important;font-size:60px!important;line-height:.98!important;letter-spacing:-2.5px!important}
html body .vfm-step-lead{margin:0 0 24px!important;max-width:620px!important;text-align:left!important;color:#53677c!important;font-size:17px!important;line-height:1.45!important}
html body .vfm-destination-search{width:600px!important;max-width:100%!important;height:58px!important;border:1px solid #d6e2ea!important;border-radius:15px!important;background:#fff!important;display:flex!important;align-items:center!important;gap:14px!important;padding:0 20px!important;margin:0 0 24px!important;box-shadow:0 8px 22px rgba(20,55,80,.03)!important}
html body .vfm-destination-search span{font-size:25px!important;color:#8495a8!important;line-height:1!important} html body .vfm-destination-search input{border:0!important;outline:0!important;background:transparent!important;width:100%!important;font-size:15px!important;color:#0b2b46!important} html body .vfm-destination-search input::placeholder{color:#8797a9!important}
html body .vfm-popular-title{margin:0 0 14px!important;color:#0b2b46!important;font-size:21px!important;line-height:1.25!important;text-align:left!important}
html body .vfm-destination-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;width:100%!important;max-width:720px!important;overflow:visible!important;padding:0!important;margin:0!important}
html body .vfm-destination-card{position:relative!important;display:block!important;min-width:0!important;width:100%!important;height:212px!important;padding:0!important;border:1px solid #d3e2ea!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;text-align:left!important;box-shadow:0 10px 24px rgba(20,55,80,.08)!important;cursor:pointer!important;transform:none!important}
html body .vfm-destination-card:hover,html body .vfm-destination-card.is-selected{border-color:#49c5cf!important;box-shadow:0 14px 30px rgba(20,55,80,.12)!important}
html body .vfm-destination-card img{width:100%!important;height:112px!important;object-fit:cover!important;object-position:center!important;display:block!important;margin:0!important;border:0!important}
html body .vfm-destination-card small{position:absolute!important;top:12px!important;left:12px!important;z-index:2!important;background:#fff!important;border-radius:999px!important;padding:7px 11px!important;font-size:12px!important;line-height:1!important;color:#0b2b46!important;box-shadow:0 7px 18px rgba(10,35,60,.10)!important}
html body .vfm-destination-card strong{display:block!important;padding:14px 14px 0!important;margin:0!important;font-size:17px!important;line-height:1.15!important;color:#0b2b46!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
html body .vfm-destination-card p{margin:5px 14px 0!important;padding:0!important;color:#66778a!important;font-size:13px!important;line-height:1.25!important;white-space:normal!important}
html body .vfm-destination-card b{display:block!important;margin:5px 14px 0!important;padding:0!important;text-align:right!important;color:#31b8c4!important;font-size:21px!important;line-height:1!important}
html body .vfm-clean-bottom{margin-top:auto!important;padding-top:28px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:22px!important;min-height:82px!important}
html body .vfm-safe-note{display:flex!important;align-items:center!important;gap:13px!important;color:#617286!important;font-size:14px!important;line-height:1.35!important;min-width:0!important} html body .vfm-safe-note>span{font-size:28px!important;color:#35bcc7!important;flex:0 0 auto!important} html body .vfm-safe-note p{margin:0!important;padding:0!important} html body .vfm-safe-note strong{color:#0b2b46!important}
html body .vfm-step-actions{display:flex!important;align-items:center!important;gap:12px!important;margin:0!important;position:static!important;flex:0 0 auto!important} html body #vfm-prev-step{display:none!important}
html body #vfm-next-step,html body #vfm-show-results,html body .vfm-step-actions .vfm-btn{height:64px!important;min-width:215px!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#55cbd3,#16a7b5)!important;color:#fff!important;font-size:17px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;box-shadow:0 16px 34px rgba(22,167,181,.25)!important;padding:0 28px!important;cursor:pointer!important}
html body #vfm-show-results[style*="display: none"],html body #vfm-next-step[style*="display: none"]{display:none!important}
html body .vfm-step-back-inline{height:44px!important;border:1px solid #d9e5ec!important;background:#fff!important;border-radius:999px!important;padding:0 20px!important;color:#718498!important;font-size:15px!important;margin:0 0 20px!important;cursor:pointer!important;box-shadow:0 7px 16px rgba(20,55,80,.04)!important}
html body .vfm-review-card{position:absolute!important;right:52px!important;bottom:52px!important;width:340px!important;min-height:142px!important;border-radius:22px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 20px 50px rgba(20,45,60,.15)!important;display:flex!important;align-items:center!important;gap:18px!important;padding:26px!important;color:#0b2b46!important}
html body .vfm-review-card>span{width:54px!important;height:54px!important;border-radius:50%!important;background:#ecfbfd!important;color:#27b6c2!important;display:grid!important;place-items:center!important;font-size:29px!important;flex:0 0 auto!important}
html body .vfm-review-card strong{font-size:17px!important;line-height:1.35!important;color:#0b2b46!important} html body .vfm-stars{margin:13px 0 0!important;color:#f6bd32!important;font-size:19px!important;letter-spacing:1px!important} html body .vfm-stars b{color:#0b2b46!important;margin-left:10px!important;font-size:16px!important} html body .vfm-review-card small{display:block!important;margin-top:6px!important;color:#66778a!important;font-size:13px!important}
html body .vfm-temp-popular-card{display:none!important;position:absolute!important;right:52px!important;bottom:52px!important;width:315px!important;border-radius:22px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 20px 50px rgba(20,45,60,.15)!important;padding:26px!important;color:#0b2b46!important} html body .vfm-clean-right.is-temp-step .vfm-review-card{display:none!important} html body .vfm-clean-right.is-temp-step .vfm-temp-popular-card{display:block!important}
html body .vfm-slider-card{width:100%!important;max-width:720px!important;border:1px solid #d9e5ec!important;border-radius:18px!important;background:#fff!important;padding:32px 38px!important;box-shadow:0 12px 30px rgba(20,55,80,.045)!important;margin:0 0 28px!important}
html body .vfm-values{width:max-content!important;max-width:100%!important;margin:30px auto 0!important;background:#f4f8fa!important;border-radius:999px!important;padding:13px 22px!important;color:#40556b!important;font-size:16px!important;display:flex!important;gap:10px!important;align-items:center!important}
html body .vfm-good-to-know{width:100%!important;max-width:610px!important;background:#f1f7fa!important;border-radius:18px!important;padding:20px 22px!important;display:flex!important;align-items:center!important;gap:16px!important;color:#617286!important;font-size:14px!important;line-height:1.45!important}
html body .vfm-choice-row,html body .vfm-season-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:14px!important;max-width:720px!important} html body .vfm-season-grid{grid-template-columns:repeat(4,1fr)!important;margin-bottom:20px!important} html body .vfm-choice-row span,html body .vfm-season-grid button{border:1px solid #d9e5ec!important;border-radius:18px!important;background:#fff!important;padding:18px!important;color:#0b2b46!important;box-shadow:0 8px 20px rgba(20,55,80,.05)!important;text-align:left!important}
html body .vfm-chip-grid{display:flex!important;flex-wrap:wrap!important;gap:10px!important;max-width:720px!important} html body .vfm-chip{border:1px solid #d9e5ec!important;border-radius:999px!important;background:#fff!important;padding:11px 17px!important;color:#0b2b46!important;cursor:pointer!important} html body .vfm-chip.is-active{background:#49c5cf!important;color:#fff!important;border-color:#49c5cf!important}
@media(max-width:1100px){html body .vfm-funnel.is-open{padding:0!important;align-items:stretch!important} html body .vfm-clean-shell{width:100%!important;min-height:100dvh!important;border-radius:0!important;display:block!important;overflow:auto!important} html body .vfm-clean-right{position:absolute!important;inset:0!important;z-index:0!important;min-height:100dvh!important;opacity:.45!important} html body .vfm-clean-right>img{min-height:100dvh!important;object-position:center top!important} html body .vfm-clean-left{position:relative!important;z-index:1!important;min-height:100dvh!important;padding:56px 28px 36px!important;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 58%,rgba(255,255,255,.58) 100%)!important} html body .vfm-trust-pills{order:20!important;margin:32px 0 0!important;height:auto!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;background:#fff!important;border-radius:24px!important;padding:22px 10px!important;box-shadow:0 12px 30px rgba(20,45,60,.11)!important} html body .vfm-trust-pills span{height:auto!important;padding:0 8px!important;border:0!important;background:transparent!important;box-shadow:none!important;display:block!important;text-align:center!important;font-size:13px!important;white-space:normal!important} html body .vfm-clean-progress{display:block!important;margin:78px 0 48px!important} html body .vfm-clean-progress strong{font-size:23px!important} html body .vfm-progress-segments{margin-top:16px!important;gap:10px!important} html body .vfm-progress-segments span{width:64px!important} html body .vfm-step h2{font-size:56px!important;letter-spacing:-2.5px!important} html body .vfm-step-lead{font-size:20px!important} html body .vfm-destination-search{height:68px!important;background:#fff!important;margin-top:26px!important} html body .vfm-destination-grid{display:flex!important;overflow-x:auto!important;gap:22px!important;max-width:none!important;padding:0 0 12px!important;margin-right:-28px!important} html body .vfm-destination-card{min-width:190px!important;height:365px!important} html body .vfm-destination-card img{height:210px!important} html body .vfm-destination-card strong{font-size:22px!important;padding:20px 18px 0!important} html body .vfm-destination-card p{font-size:16px!important;margin:10px 18px 0!important} html body .vfm-destination-card b{text-align:left!important;margin:16px 18px 0!important;font-size:26px!important} html body .vfm-clean-bottom{display:flex!important;flex-direction:column-reverse!important;align-items:stretch!important;gap:24px!important;margin-top:30px!important} html body #vfm-next-step,html body #vfm-show-results,html body .vfm-step-actions .vfm-btn{width:100%!important;height:76px!important;font-size:22px!important} html body .vfm-safe-note{background:rgba(255,255,255,.86)!important;border-radius:20px!important;padding:22px!important;font-size:18px!important} html body .vfm-review-card{top:42px!important;right:28px!important;bottom:auto!important;width:280px!important;padding:20px!important}}


/* === VFM clean rebuild v2: light typography, visible layout === */
html body .vfm-folder-app,
html body .vfm-folder-app *{
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight:400 !important;
  box-sizing:border-box !important;
}
html body .vfm-global-logo{position:fixed!important;top:18px!important;left:18px!important;z-index:999999!important}
html body .vfm-global-logo img{width:44px!important;height:auto!important;display:block!important}

html body #vfm-funnel.vfm-funnel.is-open{
  position:fixed!important;inset:0!important;z-index:99999!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  padding:36px!important;background:#eef4f7!important;overflow:auto!important;
}
html body #vfm-funnel .vfm-funnel__overlay{display:none!important}
html body #vfm-funnel .vfm-clean-shell{
  width:min(1440px,calc(100vw - 110px))!important;
  min-height:760px!important;height:auto!important;max-height:none!important;
  display:grid!important;grid-template-columns:minmax(0,58%) minmax(420px,42%)!important;
  background:#fff!important;border-radius:28px!important;overflow:hidden!important;
  box-shadow:0 34px 90px rgba(17,43,67,.13)!important;padding:0!important;margin:auto!important;
  position:relative!important;transform:none!important;
}
html body #vfm-funnel .vfm-clean-left{
  padding:42px 54px 34px!important;background:#fff!important;display:flex!important;flex-direction:column!important;min-width:0!important;overflow:visible!important;
}
html body #vfm-funnel .vfm-clean-right{
  position:relative!important;min-height:760px!important;overflow:hidden!important;background:#d9eef4!important;
}
html body #vfm-funnel .vfm-clean-right:before{
  content:""!important;position:absolute!important;inset:0!important;z-index:1!important;
  background:linear-gradient(90deg,rgba(255,255,255,.10),rgba(255,255,255,0) 35%)!important;pointer-events:none!important;
}
html body #vfm-funnel .vfm-clean-right>img{
  width:100%!important;height:100%!important;min-height:760px!important;display:block!important;
  object-fit:cover!important;object-position:center center!important;filter:none!important;opacity:1!important;
}

/* trust */
html body #vfm-funnel .vfm-trust-pills{
  height:auto!important;margin:0 0 48px!important;display:flex!important;gap:14px!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important;
  padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;
}
html body #vfm-funnel .vfm-trust-pills span{
  height:40px!important;padding:0 18px!important;border-radius:999px!important;border:1px solid #c9edf3!important;
  background:#effcff!important;color:#092841!important;font-size:13px!important;line-height:1!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important;gap:7px!important;
}

/* progress */
html body #vfm-funnel .vfm-clean-progress{display:flex!important;align-items:center!important;gap:22px!important;margin:0 0 34px!important}
html body #vfm-funnel .vfm-clean-progress strong{font-size:18px!important;color:#35bdc8!important;white-space:nowrap!important}
html body #vfm-funnel .vfm-progress__bar{display:none!important}
html body #vfm-funnel .vfm-progress-segments{display:flex!important;gap:13px!important;align-items:center!important}
html body #vfm-funnel .vfm-progress-segments span{display:block!important;width:70px!important;height:7px!important;border-radius:999px!important;background:#dfeaf0!important}
html body #vfm-funnel .vfm-progress-segments span.is-active{background:#45c5ce!important}

/* steps */
html body #vfm-funnel .vfm-step{display:none!important}
html body #vfm-funnel .vfm-step.is-active{display:block!important}
html body #vfm-funnel .vfm-step h2{
  margin:0 0 20px!important;color:#0a2d4a!important;font-size:clamp(46px,4.4vw,66px)!important;line-height:.96!important;letter-spacing:-.055em!important;
}
html body #vfm-funnel .vfm-step-lead{
  margin:0 0 22px!important;color:#51677d!important;font-size:17px!important;line-height:1.48!important;
}
html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;
  width:225px!important;height:62px!important;border:0!important;border-radius:999px!important;
  background:linear-gradient(135deg,#54cbd3,#15a8b5)!important;color:#fff!important;font-size:17px!important;
  box-shadow:0 18px 34px rgba(22,168,181,.23)!important;margin:0 0 24px!important;cursor:pointer!important;
}
html body #vfm-funnel #vfm-intro-next span{font-size:24px!important}

/* search and destination cards */
html body #vfm-funnel .vfm-destination-search{
  width:100%!important;max-width:620px!important;height:58px!important;margin:0 0 28px!important;
  border:1px solid #d4e2eb!important;border-radius:14px!important;background:#fff!important;display:flex!important;align-items:center!important;gap:14px!important;padding:0 20px!important;
  box-shadow:none!important;
}
html body #vfm-funnel .vfm-destination-search span{font-size:24px!important;color:#8193a6!important;line-height:1!important}
html body #vfm-funnel .vfm-destination-search input{
  width:100%!important;border:0!important;outline:0!important;background:transparent!important;color:#0a2d4a!important;font-size:15px!important;padding:0!important;height:auto!important;
}
html body #vfm-funnel .vfm-destination-search input::placeholder{color:#8494a8!important}
html body #vfm-funnel .vfm-popular-title{margin:0 0 16px!important;color:#0a2d4a!important;font-size:20px!important;line-height:1.2!important}
html body #vfm-funnel .vfm-destination-grid{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;max-width:760px!important;width:100%!important;
  overflow:visible!important;padding:0!important;margin:0!important;
}
html body #vfm-funnel .vfm-destination-card{
  position:relative!important;display:block!important;width:100%!important;height:auto!important;min-height:212px!important;overflow:hidden!important;
  background:#fff!important;border:1px solid #d2e2eb!important;border-radius:17px!important;padding:0!important;text-align:left!important;
  box-shadow:0 12px 26px rgba(22,58,86,.08)!important;cursor:pointer!important;
}
html body #vfm-funnel .vfm-destination-card img{
  width:100%!important;height:116px!important;display:block!important;object-fit:cover!important;object-position:center!important;border:0!important;border-radius:0!important;margin:0!important;
}
html body #vfm-funnel .vfm-destination-card small{
  position:absolute!important;top:12px!important;left:12px!important;z-index:2!important;padding:6px 10px!important;border-radius:999px!important;background:rgba(255,255,255,.95)!important;
  color:#0a2d4a!important;font-size:11px!important;line-height:1!important;box-shadow:0 6px 14px rgba(0,0,0,.08)!important;
}
html body #vfm-funnel .vfm-destination-card strong{
  display:block!important;margin:14px 14px 4px!important;padding:0!important;color:#0a2d4a!important;font-size:17px!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
}
html body #vfm-funnel .vfm-destination-card p{
  margin:0 14px!important;padding:0!important;color:#63768b!important;font-size:13px!important;line-height:1.25!important;
}
html body #vfm-funnel .vfm-destination-card b{
  display:block!important;margin:6px 14px 14px!important;padding:0!important;text-align:right!important;color:#24b8c4!important;font-size:20px!important;line-height:1.05!important;
}

/* bottom: one-line trust text + actions */
html body #vfm-funnel .vfm-clean-bottom{
  margin-top:auto!important;padding-top:24px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;min-height:76px!important;
}
html body #vfm-funnel .vfm-safe-note{
  display:flex!important;align-items:center!important;gap:12px!important;max-width:none!important;color:#4f657c!important;font-size:14px!important;line-height:1.35!important;text-align:left!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important;
}
html body #vfm-funnel .vfm-safe-note span{font-size:26px!important;color:#2fbcca!important;line-height:1!important}
html body #vfm-funnel .vfm-safe-note p{margin:0!important;white-space:nowrap!important}
html body #vfm-funnel .vfm-safe-note strong{display:inline!important;color:#0a2d4a!important}
html body #vfm-funnel .vfm-safe-note br{display:block!important}
html body #vfm-funnel .vfm-step-actions{display:flex!important;gap:12px!important;align-items:center!important;justify-content:flex-end!important}
html body #vfm-funnel[data-step="0"] .vfm-step-actions{display:none!important}
html body #vfm-funnel .vfm-step-actions .vfm-btn,
html body #vfm-funnel #vfm-next-step,
html body #vfm-funnel #vfm-show-results{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;min-width:205px!important;width:auto!important;height:62px!important;
  border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#54cbd3,#15a8b5)!important;color:#fff!important;font-size:16px!important;padding:0 28px!important;
  box-shadow:0 18px 34px rgba(22,168,181,.23)!important;cursor:pointer!important;
}
html body #vfm-funnel .vfm-step-actions .vfm-btn--ghost{min-width:110px!important;background:#fff!important;color:#597086!important;border:1px solid #d9e6ee!important;box-shadow:none!important}

/* review / right cards */
html body #vfm-funnel .vfm-review-card{
  position:absolute!important;right:48px!important;bottom:48px!important;z-index:2!important;width:338px!important;min-height:138px!important;
  display:flex!important;align-items:center!important;gap:18px!important;padding:25px!important;border-radius:20px!important;background:rgba(255,255,255,.94)!important;
  box-shadow:0 20px 48px rgba(17,43,67,.16)!important;color:#0a2d4a!important;
}
html body #vfm-funnel .vfm-review-card>span{
  flex:0 0 auto!important;width:52px!important;height:52px!important;border-radius:50%!important;background:#eafcff!important;color:#25b8c4!important;
  display:grid!important;place-items:center!important;font-size:28px!important;line-height:1!important;
}
html body #vfm-funnel .vfm-review-card strong{font-size:17px!important;line-height:1.35!important;color:#0a2d4a!important;display:block!important}
html body #vfm-funnel .vfm-review-card .vfm-stars{margin:12px 0 0!important;color:#f7b927!important;font-size:18px!important;line-height:1.2!important}
html body #vfm-funnel .vfm-review-card .vfm-stars b{color:#0a2d4a!important;margin-left:12px!important;font-size:16px!important}
html body #vfm-funnel .vfm-review-card small{display:block!important;margin-top:6px!important;color:#65778c!important;font-size:12px!important}
html body #vfm-funnel .vfm-temp-popular-card{display:none!important}

/* other steps */
html body #vfm-funnel .vfm-step-back-inline{background:#fff!important;border:1px solid #d7e4ec!important;color:#5a7187!important;border-radius:999px!important;height:46px!important;padding:0 18px!important;margin:0 0 20px!important}
html body #vfm-funnel .vfm-slider-card,
html body #vfm-funnel .vfm-good-to-know,
html body #vfm-funnel .vfm-choice-row span,
html body #vfm-funnel .vfm-season-grid button,
html body #vfm-funnel .vfm-chip-grid button{
  border:1px solid #d5e4ec!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 24px rgba(22,58,86,.06)!important;color:#0a2d4a!important;
}
html body #vfm-funnel .vfm-good-to-know{display:flex!important;align-items:center!important;gap:16px!important;padding:22px!important;max-width:620px!important;margin-top:22px!important;background:#f7fbfd!important}
html body #vfm-funnel .vfm-good-to-know p{margin:0!important;color:#51677d!important;line-height:1.45!important}
html body #vfm-funnel .vfm-good-to-know strong{color:#0a2d4a!important}

/* keep results page readable, no heavy fonts */
html body .vfm-folder-app strong,
html body .vfm-folder-app b,
html body .vfm-folder-app h1,
html body .vfm-folder-app h2,
html body .vfm-folder-app h3,
html body .vfm-folder-app button{font-weight:400!important}

/* mobile */
@media(max-width:1100px){
  html body #vfm-funnel.vfm-funnel.is-open{padding:0!important;align-items:stretch!important}
  html body #vfm-funnel .vfm-clean-shell{width:100%!important;min-height:100dvh!important;border-radius:0!important;display:block!important;overflow:auto!important;box-shadow:none!important}
  html body #vfm-funnel .vfm-clean-right{position:absolute!important;inset:0!important;z-index:0!important;min-height:100dvh!important;opacity:.42!important}
  html body #vfm-funnel .vfm-clean-right>img{min-height:100dvh!important;object-position:center top!important}
  html body #vfm-funnel .vfm-clean-left{position:relative!important;z-index:1!important;min-height:100dvh!important;padding:64px 28px 34px!important;background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.92) 60%,rgba(255,255,255,.58))!important}
  html body #vfm-funnel .vfm-trust-pills{order:20!important;margin:28px 0 0!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;background:#fff!important;border-radius:24px!important;padding:20px 8px!important;box-shadow:0 14px 36px rgba(20,45,60,.12)!important}
  html body #vfm-funnel .vfm-trust-pills span{height:auto!important;padding:0 8px!important;border:0!important;background:transparent!important;display:block!important;text-align:center!important;font-size:13px!important;white-space:normal!important}
  html body #vfm-funnel .vfm-clean-progress{display:block!important;margin:74px 0 48px!important}
  html body #vfm-funnel .vfm-clean-progress strong{font-size:23px!important}
  html body #vfm-funnel .vfm-progress-segments{margin-top:16px!important;gap:10px!important;overflow:hidden!important}
  html body #vfm-funnel .vfm-progress-segments span{width:64px!important}
  html body #vfm-funnel .vfm-step h2{font-size:56px!important;letter-spacing:-.045em!important}
  html body #vfm-funnel .vfm-step-lead{font-size:20px!important;margin-bottom:24px!important}
  html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{width:100%!important;height:76px!important;font-size:22px!important;margin-bottom:28px!important}
  html body #vfm-funnel .vfm-destination-search{height:68px!important;max-width:none!important;background:#fff!important}
  html body #vfm-funnel .vfm-destination-grid{display:flex!important;overflow-x:auto!important;gap:20px!important;max-width:none!important;margin-right:-28px!important;padding:0 28px 12px 0!important;scroll-snap-type:x mandatory!important}
  html body #vfm-funnel .vfm-destination-card{min-width:190px!important;min-height:310px!important;scroll-snap-align:start!important}
  html body #vfm-funnel .vfm-destination-card img{height:170px!important}
  html body #vfm-funnel .vfm-destination-card strong{font-size:20px!important;margin:18px 16px 8px!important}
  html body #vfm-funnel .vfm-destination-card p{font-size:15px!important;margin:0 16px!important}
  html body #vfm-funnel .vfm-destination-card b{text-align:left!important;font-size:24px!important;margin:14px 16px 18px!important}
  html body #vfm-funnel .vfm-clean-bottom{display:block!important;margin-top:26px!important;padding-top:0!important}
  html body #vfm-funnel .vfm-safe-note{background:rgba(255,255,255,.86)!important;border-radius:20px!important;padding:22px!important;font-size:16px!important;justify-content:flex-start!important}
  html body #vfm-funnel .vfm-safe-note p{white-space:normal!important}
  html body #vfm-funnel .vfm-step-actions{margin-top:22px!important;display:flex!important}
  html body #vfm-funnel .vfm-step-actions .vfm-btn,
  html body #vfm-funnel #vfm-next-step,
  html body #vfm-funnel #vfm-show-results{width:100%!important;height:76px!important;font-size:22px!important}
  html body #vfm-funnel .vfm-step-actions .vfm-btn--ghost{display:none!important}
  html body #vfm-funnel .vfm-review-card{top:40px!important;right:24px!important;bottom:auto!important;width:265px!important;padding:18px!important}
}
@media(max-width:760px){
  html body #vfm-funnel .vfm-clean-left{padding:54px 24px 32px!important}
  html body #vfm-funnel .vfm-review-card{display:none!important}
  html body #vfm-funnel .vfm-step h2{font-size:48px!important}
  html body #vfm-funnel .vfm-progress-segments span{width:52px!important}
  html body #vfm-funnel .vfm-trust-pills span{font-size:12px!important}
}

/* V7 — light clean vakantiegids, full-height imagery, no heavy fonts */
html body #vfm-funnel .vfm-clean-shell{width:min(1440px,calc(100vw - 96px))!important;min-height:780px!important;height:min(780px,calc(100vh - 70px))!important;display:grid!important;grid-template-columns:minmax(0,58%) minmax(440px,42%)!important;align-items:stretch!important;background:#fff!important;border-radius:28px!important;overflow:hidden!important}
html body #vfm-funnel .vfm-clean-left{padding:40px 54px 34px!important;min-height:0!important;height:100%!important;overflow:hidden!important}
html body #vfm-funnel .vfm-clean-right{height:100%!important;min-height:0!important;align-self:stretch!important;overflow:hidden!important;background:#dcecf2!important}
html body #vfm-funnel .vfm-clean-right:before{display:none!important}
html body #vfm-funnel .vfm-clean-right>img{width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important;object-position:center center!important;display:block!important}
html body #vfm-funnel .vfm-trust-pills{margin-bottom:46px!important}
html body #vfm-funnel .vfm-clean-progress{margin-bottom:34px!important}
html body #vfm-funnel .vfm-step h2{font-weight:400!important;font-size:clamp(50px,4.4vw,68px)!important;letter-spacing:-.045em!important;line-height:.98!important;margin-bottom:20px!important}
html body #vfm-funnel .vfm-step-lead{font-weight:400!important;margin-bottom:18px!important;color:#3d5870!important;max-width:640px!important}
html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{width:auto!important;min-width:255px!important;height:60px!important;padding:0 28px!important;margin:0 0 24px!important;font-weight:400!important}
html body #vfm-funnel .vfm-destination-search{max-width:620px!important;height:56px!important;margin-bottom:26px!important}
html body #vfm-funnel .vfm-popular-title{margin-bottom:14px!important;font-size:20px!important;font-weight:400!important}
html body #vfm-funnel .vfm-destination-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;max-width:760px!important}
html body #vfm-funnel .vfm-destination-card{min-height:220px!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 14px 30px rgba(17,43,67,.08)!important;background:#fff!important}
html body #vfm-funnel .vfm-destination-card img{height:118px!important;width:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}
html body #vfm-funnel .vfm-destination-card strong{font-size:17px!important;font-weight:400!important;margin:14px 14px 5px!important;white-space:nowrap!important}
html body #vfm-funnel .vfm-destination-card p{font-size:13px!important;margin:0 14px!important;font-weight:400!important}
html body #vfm-funnel .vfm-destination-card b{margin:7px 14px 14px!important;font-size:20px!important;font-weight:400!important;color:#23b8c4!important}
html body #vfm-funnel .vfm-safe-note{flex:1!important;min-width:0!important;font-size:14px!important;white-space:nowrap!important}
html body #vfm-funnel .vfm-safe-note p,html body #vfm-funnel .vfm-safe-note strong,html body #vfm-funnel .vfm-safe-note em{display:inline!important;font-style:normal!important;font-weight:400!important;white-space:nowrap!important}
html body #vfm-funnel .vfm-safe-note br{display:none!important}
html body #vfm-funnel .vfm-step-actions .vfm-btn,html body #vfm-funnel #vfm-next-step,html body #vfm-funnel #vfm-show-results,html body #vfm-funnel .vfm-trust-pills span,html body #vfm-funnel .vfm-clean-progress strong,html body #vfm-funnel .vfm-review-card strong,html body #vfm-funnel .vfm-review-card b,html body #vfm-funnel .vfm-review-card small{font-weight:400!important}
@media(max-width:1100px){html body #vfm-funnel .vfm-clean-shell{height:auto!important;min-height:100dvh!important;width:100%!important;display:block!important;border-radius:0!important;overflow:auto!important}html body #vfm-funnel .vfm-clean-left{height:auto!important;min-height:100dvh!important;overflow:visible!important;padding:54px 28px 34px!important;background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.93) 60%,rgba(255,255,255,.58))!important}html body #vfm-funnel .vfm-clean-right{position:absolute!important;inset:0!important;height:100dvh!important;min-height:100dvh!important;opacity:.36!important}html body #vfm-funnel .vfm-clean-right>img{height:100%!important;min-height:0!important;object-position:center top!important}html body #vfm-funnel .vfm-step h2{font-size:52px!important}html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{width:100%!important;height:72px!important;margin-bottom:26px!important}html body #vfm-funnel .vfm-destination-grid{display:flex!important;gap:18px!important;overflow-x:auto!important;max-width:none!important;padding-right:28px!important;margin-right:-28px!important}html body #vfm-funnel .vfm-destination-card{min-width:188px!important;min-height:300px!important}html body #vfm-funnel .vfm-destination-card img{height:166px!important}html body #vfm-funnel .vfm-safe-note{white-space:normal!important}html body #vfm-funnel .vfm-safe-note p,html body #vfm-funnel .vfm-safe-note strong,html body #vfm-funnel .vfm-safe-note em{white-space:normal!important}}

/* === Final cleanup requested: no search, no duplicate cards, all visible === */
html body #vfm-funnel .vfm-clean-shell{width:min(1440px,calc(100vw - 112px))!important;min-height:860px!important;height:860px!important;grid-template-columns:minmax(0,58%) minmax(430px,42%)!important}
html body #vfm-funnel .vfm-clean-left{padding:42px 54px 34px!important;overflow:visible!important}
html body #vfm-funnel .vfm-clean-right{min-height:860px!important;height:100%!important;align-self:stretch!important;overflow:hidden!important}
html body #vfm-funnel .vfm-clean-right>img{height:100%!important;min-height:860px!important;object-fit:cover!important;object-position:center center!important;display:block!important}
html body #vfm-funnel .vfm-trust-pills{margin-bottom:42px!important}
html body #vfm-funnel .vfm-clean-progress{margin-bottom:34px!important}
html body #vfm-funnel .vfm-step h2{font-size:clamp(48px,4.2vw,64px)!important;line-height:1.02!important;letter-spacing:-.045em!important;margin-bottom:18px!important;font-weight:400!important}
html body #vfm-funnel .vfm-step-lead{margin-bottom:18px!important;max-width:620px!important;font-weight:400!important}
html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{margin:0 0 26px!important;width:240px!important;height:58px!important;font-weight:400!important}
html body #vfm-funnel .vfm-destination-search{display:none!important}
html body #vfm-funnel .vfm-popular-title{margin:0 0 16px!important;font-size:20px!important;font-weight:400!important}
html body #vfm-funnel .vfm-destination-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;max-width:760px!important;width:100%!important;margin:0!important;overflow:visible!important}
html body #vfm-funnel .vfm-destination-card{min-height:238px!important;height:238px!important;overflow:hidden!important;border-radius:16px!important;background:#fff!important;display:flex!important;flex-direction:column!important;padding:0!important}
html body #vfm-funnel .vfm-destination-card img{width:100%!important;height:134px!important;flex:0 0 134px!important;object-fit:cover!important;object-position:center!important;display:block!important;margin:0!important}
html body #vfm-funnel .vfm-destination-card small{display:none!important}
html body #vfm-funnel .vfm-destination-card strong{margin:13px 14px 4px!important;padding:0!important;font-size:17px!important;line-height:1.18!important;min-height:20px!important;font-weight:400!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
html body #vfm-funnel .vfm-destination-card p{margin:0 14px!important;font-size:13px!important;line-height:1.25!important;white-space:nowrap!important;font-weight:400!important}
html body #vfm-funnel .vfm-destination-card b{margin:auto 14px 14px!important;font-size:20px!important;line-height:1!important;font-weight:400!important}
html body #vfm-funnel .vfm-clean-bottom{margin-top:28px!important;padding-top:0!important;min-height:54px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}
html body #vfm-funnel .vfm-safe-note{font-size:14px!important;line-height:1.35!important;align-items:center!important;display:flex!important;gap:12px!important;white-space:nowrap!important}
html body #vfm-funnel .vfm-safe-note p{white-space:nowrap!important;margin:0!important}
html body #vfm-funnel .vfm-safe-note strong,html body #vfm-funnel .vfm-safe-note em{display:inline!important;font-style:normal!important;font-weight:400!important;white-space:nowrap!important}
html body #vfm-funnel .vfm-safe-note br{display:none!important}
html body #vfm-funnel .vfm-safe-note strong::after{content:'  '}
html body #vfm-funnel .vfm-review-card{right:44px!important;bottom:44px!important;width:330px!important;min-height:132px!important;padding:24px!important}
html body #vfm-funnel .vfm-temp-popular-card{display:none!important}
@media(max-width:1100px){html body #vfm-funnel .vfm-clean-shell{height:auto!important;min-height:100dvh!important;width:100%!important}html body #vfm-funnel .vfm-clean-right{min-height:100dvh!important;height:100%!important}html body #vfm-funnel .vfm-clean-right>img{min-height:100dvh!important;height:100%!important}html body #vfm-funnel .vfm-destination-search{display:none!important}html body #vfm-funnel .vfm-destination-grid{display:flex!important;overflow-x:auto!important;gap:18px!important;padding-bottom:12px!important}html body #vfm-funnel .vfm-destination-card{min-width:190px!important;height:300px!important;min-height:300px!important}html body #vfm-funnel .vfm-destination-card img{height:166px!important;flex-basis:166px!important}html body #vfm-funnel .vfm-safe-note,html body #vfm-funnel .vfm-safe-note p,html body #vfm-funnel .vfm-safe-note strong,html body #vfm-funnel .vfm-safe-note em{white-space:normal!important}}
/* === V13 FINAL CLEAN: no bugs, no duplicated review, all visible, light font === */
html body #vfm-funnel, html body #vfm-funnel *{box-sizing:border-box!important;font-weight:400!important}
html body #vfm-funnel.vfm-funnel.is-open{position:fixed!important;inset:0!important;z-index:99999!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:48px!important;background:#edf5f8!important;overflow:auto!important}
html body #vfm-funnel .vfm-funnel__overlay{display:none!important}
html body #vfm-funnel .vfm-clean-shell{position:relative!important;width:min(1420px,calc(100vw - 96px))!important;height:900px!important;min-height:900px!important;max-height:calc(100vh - 96px)!important;display:grid!important;grid-template-columns:minmax(0,58%) minmax(420px,42%)!important;background:#fff!important;border-radius:28px!important;overflow:hidden!important;box-shadow:0 34px 90px rgba(16,43,65,.14)!important;padding:0!important;margin:0!important}
html body #vfm-funnel .vfm-clean-left{height:100%!important;min-height:0!important;overflow:visible!important;padding:42px 56px 38px!important;background:#fff!important}
html body #vfm-funnel .vfm-clean-right{position:relative!important;height:100%!important;min-height:100%!important;overflow:hidden!important;background:#dceef4!important;isolation:isolate!important}
html body #vfm-funnel .vfm-clean-right::before,html body #vfm-funnel .vfm-clean-right::after{display:none!important;content:none!important}
html body #vfm-funnel .vfm-clean-right>img{width:100%!important;height:100%!important;min-height:100%!important;display:block!important;object-fit:cover!important;object-position:center center!important;opacity:1!important;filter:none!important;transform:none!important}
html body #vfm-funnel .vfm-trust-pills{display:flex!important;align-items:center!important;gap:14px!important;margin:0 0 42px!important;padding:0!important;height:auto!important;background:transparent!important;border:0!important;box-shadow:none!important}
html body #vfm-funnel .vfm-trust-pills span{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:42px!important;padding:0 20px!important;border-radius:999px!important;border:1px solid #bdeaf0!important;background:#f1fdff!important;color:#0a2d4a!important;font-size:13px!important;line-height:1!important;white-space:nowrap!important;box-shadow:0 10px 26px rgba(20,75,95,.06)!important}
html body #vfm-funnel .vfm-clean-progress{display:flex!important;align-items:center!important;gap:20px!important;margin:0 0 36px!important;padding:0!important}
html body #vfm-funnel .vfm-clean-progress strong{display:none!important}
html body #vfm-funnel .vfm-progress__bar{display:none!important}
html body #vfm-funnel .vfm-progress-segments{display:flex!important;gap:12px!important;margin:0!important}
html body #vfm-funnel .vfm-progress-segments span{width:68px!important;height:7px!important;border-radius:999px!important;background:#dfeaf0!important;display:block!important}
html body #vfm-funnel .vfm-progress-segments span.is-active,html body #vfm-funnel .vfm-progress-segments span:first-child{background:#40c4cc!important}
html body #vfm-funnel .vfm-step{display:none!important}
html body #vfm-funnel .vfm-step.is-active{display:block!important}
html body #vfm-funnel .vfm-step h2{margin:0 0 18px!important;color:#0a2d4a!important;font-size:clamp(50px,4.35vw,66px)!important;line-height:1.02!important;letter-spacing:-.045em!important;max-width:610px!important}
html body #vfm-funnel .vfm-step-lead{margin:0 0 18px!important;color:#314e68!important;font-size:16px!important;line-height:1.48!important;max-width:620px!important}
html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;width:auto!important;min-width:250px!important;height:58px!important;padding:0 28px!important;margin:0 0 28px!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#54cbd3,#10a8b7)!important;color:#fff!important;font-size:16px!important;line-height:1!important;box-shadow:0 16px 34px rgba(16,168,183,.22)!important}
html body #vfm-funnel .vfm-destination-search{display:none!important}
html body #vfm-funnel .vfm-popular-title{margin:0 0 16px!important;color:#0a2d4a!important;font-size:20px!important;line-height:1.25!important}
html body #vfm-funnel .vfm-destination-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;width:100%!important;max-width:760px!important;margin:0!important;padding:0!important;overflow:visible!important}
html body #vfm-funnel .vfm-destination-card{position:relative!important;width:100%!important;height:250px!important;min-height:250px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;overflow:hidden!important;padding:0!important;margin:0!important;border:1px solid #d6e5ed!important;border-radius:17px!important;background:#fff!important;box-shadow:0 14px 30px rgba(17,43,67,.08)!important;color:#0a2d4a!important;text-align:left!important;cursor:pointer!important}
html body #vfm-funnel .vfm-destination-card img{width:100%!important;height:142px!important;min-height:142px!important;max-height:142px!important;flex:0 0 142px!important;display:block!important;object-fit:cover!important;object-position:center center!important;margin:0!important;padding:0!important;opacity:1!important;filter:none!important}
html body #vfm-funnel .vfm-destination-card small{display:none!important}
html body #vfm-funnel .vfm-destination-card strong{display:block!important;margin:14px 14px 4px!important;padding:0!important;color:#0a2d4a!important;font-size:17px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
html body #vfm-funnel .vfm-destination-card p{margin:0 14px!important;padding:0!important;color:#526c83!important;font-size:13px!important;line-height:1.25!important;white-space:nowrap!important}
html body #vfm-funnel .vfm-destination-card b{display:block!important;margin:auto 14px 14px!important;padding:0!important;color:#22b8c4!important;font-size:20px!important;line-height:1!important;text-align:right!important}
html body #vfm-funnel .vfm-clean-bottom{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:24px!important;margin:28px 0 0!important;padding:0!important;min-height:52px!important}
html body #vfm-funnel .vfm-safe-note{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#0a2d4a!important;font-size:14px!important;line-height:1.4!important;white-space:nowrap!important}
html body #vfm-funnel .vfm-safe-note span{font-size:24px!important;line-height:1!important;color:#22b8c4!important}
html body #vfm-funnel .vfm-safe-note p{margin:0!important;padding:0!important;white-space:nowrap!important;color:#425d75!important}
html body #vfm-funnel .vfm-safe-note strong,html body #vfm-funnel .vfm-safe-note em{display:inline!important;font-style:normal!important;white-space:nowrap!important;color:inherit!important}
html body #vfm-funnel .vfm-safe-note strong{color:#0a2d4a!important}
html body #vfm-funnel .vfm-safe-note strong::after{content:'  '!important}
html body #vfm-funnel .vfm-safe-note br{display:none!important}
html body #vfm-funnel .vfm-step-actions{display:none!important}
html body #vfm-funnel[data-step="1"] .vfm-step-actions,html body #vfm-funnel[data-step="2"] .vfm-step-actions,html body #vfm-funnel[data-step="3"] .vfm-step-actions,html body #vfm-funnel[data-step="4"] .vfm-step-actions{display:flex!important;gap:12px!important;margin-left:auto!important}
html body #vfm-funnel #vfm-next-step,html body #vfm-funnel #vfm-show-results,html body #vfm-funnel .vfm-step-actions .vfm-btn{align-items:center!important;justify-content:center!important;height:56px!important;min-width:190px!important;padding:0 26px!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#54cbd3,#10a8b7)!important;color:#fff!important;font-size:15px!important;box-shadow:0 14px 30px rgba(16,168,183,.2)!important}
html body #vfm-funnel .vfm-review-card{position:absolute!important;right:44px!important;bottom:44px!important;z-index:5!important;width:330px!important;min-height:132px!important;display:flex!important;align-items:center!important;gap:18px!important;padding:24px!important;margin:0!important;border:0!important;border-radius:21px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 20px 50px rgba(20,45,60,.16)!important;color:#0a2d4a!important;opacity:1!important;transform:none!important;filter:none!important;backdrop-filter:blur(8px)!important}
html body #vfm-funnel .vfm-clean-right .vfm-review-card ~ .vfm-review-card{display:none!important}
html body #vfm-funnel .vfm-review-card>span{width:52px!important;height:52px!important;flex:0 0 52px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#ecfbfd!important;color:#24b8c4!important;font-size:28px!important;line-height:1!important}
html body #vfm-funnel .vfm-review-card strong{display:block!important;font-size:17px!important;line-height:1.4!important;color:#0a2d4a!important;margin:0!important}
html body #vfm-funnel .vfm-review-card .vfm-stars{margin:12px 0 0!important;color:#f7b927!important;font-size:18px!important;line-height:1.2!important;letter-spacing:1px!important}
html body #vfm-funnel .vfm-review-card .vfm-stars b{color:#0a2d4a!important;margin-left:10px!important;font-size:16px!important;letter-spacing:0!important}
html body #vfm-funnel .vfm-review-card small{display:block!important;margin-top:6px!important;color:#5e7489!important;font-size:12px!important;line-height:1.2!important}
html body #vfm-funnel .vfm-temp-popular-card{display:none!important}
html body #vfm-funnel .vfm-destination-card:before,html body #vfm-funnel .vfm-destination-card:after{display:none!important;content:none!important}
@media(max-width:1100px){html body #vfm-funnel.vfm-funnel.is-open{padding:0!important;align-items:stretch!important;justify-content:stretch!important}html body #vfm-funnel .vfm-clean-shell{width:100%!important;height:auto!important;min-height:100dvh!important;max-height:none!important;display:block!important;border-radius:0!important;overflow:auto!important}html body #vfm-funnel .vfm-clean-left{position:relative!important;z-index:2!important;min-height:100dvh!important;height:auto!important;padding:54px 28px 36px!important;background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.92) 62%,rgba(255,255,255,.58))!important}html body #vfm-funnel .vfm-clean-right{position:absolute!important;inset:0!important;z-index:1!important;min-height:100dvh!important;height:100dvh!important;opacity:.38!important}html body #vfm-funnel .vfm-clean-right>img{height:100%!important;min-height:100%!important;object-position:center top!important}html body #vfm-funnel .vfm-trust-pills{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;margin:32px 0 0!important;background:#fff!important;border-radius:24px!important;padding:20px 8px!important;box-shadow:0 12px 30px rgba(20,45,60,.11)!important}html body #vfm-funnel .vfm-trust-pills span{height:auto!important;border:0!important;background:transparent!important;padding:0 8px!important;box-shadow:none!important;font-size:12px!important;white-space:normal!important;text-align:center!important;line-height:1.35!important;display:block!important}html body #vfm-funnel .vfm-clean-progress{margin:72px 0 44px!important}html body #vfm-funnel .vfm-progress-segments span{width:60px!important}html body #vfm-funnel .vfm-step h2{font-size:52px!important;max-width:100%!important}html body #vfm-funnel .vfm-step-lead{font-size:18px!important}html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{width:100%!important;height:72px!important;margin-bottom:28px!important;font-size:20px!important}html body #vfm-funnel .vfm-destination-grid{display:flex!important;overflow-x:auto!important;gap:18px!important;max-width:none!important;padding:0 28px 12px 0!important;margin:0 -28px 0 0!important}html body #vfm-funnel .vfm-destination-card{min-width:190px!important;width:190px!important;height:300px!important;min-height:300px!important}html body #vfm-funnel .vfm-destination-card img{height:166px!important;min-height:166px!important;max-height:166px!important;flex-basis:166px!important}html body #vfm-funnel .vfm-clean-bottom{display:flex!important;flex-direction:column-reverse!important;align-items:stretch!important;gap:20px!important;margin-top:26px!important}html body #vfm-funnel .vfm-safe-note{white-space:normal!important;background:rgba(255,255,255,.88)!important;border-radius:20px!important;padding:20px!important;box-shadow:0 12px 30px rgba(20,45,60,.08)!important}html body #vfm-funnel .vfm-safe-note p,html body #vfm-funnel .vfm-safe-note strong,html body #vfm-funnel .vfm-safe-note em{white-space:normal!important}html body #vfm-funnel .vfm-review-card{display:none!important}html body #vfm-funnel[data-step="1"] .vfm-step-actions,html body #vfm-funnel[data-step="2"] .vfm-step-actions,html body #vfm-funnel[data-step="3"] .vfm-step-actions,html body #vfm-funnel[data-step="4"] .vfm-step-actions{display:flex!important;margin-left:0!important}html body #vfm-funnel #vfm-next-step,html body #vfm-funnel #vfm-show-results,html body #vfm-funnel .vfm-step-actions .vfm-btn{width:100%!important;height:72px!important;font-size:20px!important}}

/* === FINAL CLEAN VAKANTIEGIDS BUILD: no duplicate review, clean image, provider logos === */
html body #vfm-funnel .vfm-clean-shell{
  width:min(1500px,calc(100vw - 110px))!important;
  height:min(900px,calc(100vh - 80px))!important;
  min-height:820px!important;
  grid-template-columns:58% 42%!important;
  overflow:hidden!important;
}
html body #vfm-funnel .vfm-clean-left{
  padding:42px 56px 34px!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
html body #vfm-funnel .vfm-clean-right{
  position:relative!important;
  height:100%!important;
  min-height:100%!important;
  overflow:hidden!important;
  background:#dcecf2!important;
}
html body #vfm-funnel .vfm-clean-right>img{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}
html body #vfm-funnel .vfm-clean-right .vfm-review-card:nth-of-type(n+2){display:none!important;}
html body #vfm-funnel .vfm-review-card{
  position:absolute!important;
  right:48px!important;
  bottom:48px!important;
  z-index:5!important;
  width:330px!important;
  min-height:132px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.95)!important;
  backdrop-filter:blur(10px)!important;
  box-shadow:0 18px 42px rgba(16,43,68,.16)!important;
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  padding:24px!important;
  color:#0a2d4a!important;
}
html body #vfm-funnel .vfm-review-card>span{
  width:50px!important;height:50px!important;border-radius:50%!important;
  display:grid!important;place-items:center!important;background:#ecfbfd!important;color:#28b8c4!important;font-size:27px!important;font-weight:400!important;flex:0 0 auto!important;
}
html body #vfm-funnel .vfm-review-card strong{font-size:17px!important;line-height:1.35!important;font-weight:500!important;}
html body #vfm-funnel .vfm-review-card .vfm-stars{font-size:18px!important;margin:11px 0 0!important;letter-spacing:1px!important;font-weight:400!important;}
html body #vfm-funnel .vfm-review-card .vfm-stars b{font-weight:400!important;font-size:16px!important;margin-left:12px!important;}
html body #vfm-funnel .vfm-review-card small{font-size:12px!important;font-weight:400!important;}

html body #vfm-funnel .vfm-trust-pills{margin-bottom:46px!important;}
html body #vfm-funnel .vfm-trust-pills span,
html body #vfm-funnel .vfm-step h2,
html body #vfm-funnel .vfm-step-lead,
html body #vfm-funnel .vfm-popular-title,
html body #vfm-funnel .vfm-destination-card strong,
html body #vfm-funnel .vfm-destination-card p,
html body #vfm-funnel .vfm-destination-card b,
html body #vfm-funnel .vfm-btn,
html body #vfm-funnel strong,
html body #vfm-funnel b{
  font-weight:400!important;
}
html body #vfm-funnel .vfm-step h2{
  font-size:62px!important;
  line-height:1.02!important;
  letter-spacing:-2.2px!important;
  margin:0 0 18px!important;
}
html body #vfm-funnel .vfm-step-lead{
  font-size:17px!important;
  line-height:1.5!important;
  margin-bottom:18px!important;
}
html body #vfm-funnel #vfm-intro-next{
  margin:0 0 24px!important;
  width:260px!important;
  height:58px!important;
  font-size:16px!important;
}
html body #vfm-funnel .vfm-popular-title{
  margin:0 0 14px!important;
  font-size:20px!important;
}
html body #vfm-funnel .vfm-destination-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  max-width:760px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}
html body #vfm-funnel .vfm-destination-card{
  height:214px!important;
  min-width:0!important;
  width:100%!important;
  border-radius:16px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #d6e3eb!important;
  box-shadow:0 10px 24px rgba(18,49,76,.08)!important;
  transform:none!important;
}
html body #vfm-funnel .vfm-destination-card img{
  height:112px!important;
  width:100%!important;
  object-fit:cover!important;
  display:block!important;
}
html body #vfm-funnel .vfm-destination-card small{
  position:absolute!important;
  top:12px!important;
  left:12px!important;
  z-index:2!important;
  padding:7px 11px!important;
  font-size:12px!important;
  font-weight:400!important;
  background:#fff!important;
  border-radius:999px!important;
}
html body #vfm-funnel .vfm-destination-card strong{
  display:block!important;
  padding:14px 14px 0!important;
  margin:0!important;
  font-size:17px!important;
  line-height:1.18!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
html body #vfm-funnel .vfm-destination-card p{
  margin:6px 14px 0!important;
  font-size:13px!important;
  line-height:1.25!important;
  color:#66778a!important;
}
html body #vfm-funnel .vfm-destination-card b{
  display:block!important;
  margin:7px 14px 0!important;
  text-align:right!important;
  font-size:21px!important;
  line-height:1!important;
  color:#31b8c4!important;
}

html body #vfm-funnel .vfm-provider-logos{
  width:100%!important;
  max-width:760px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:18px 0 0!important;
  padding:12px 14px!important;
  border:1px solid #e2edf2!important;
  border-radius:18px!important;
  background:#f8fcfd!important;
  box-shadow:0 8px 22px rgba(18,49,76,.04)!important;
  overflow:hidden!important;
}
html body #vfm-funnel .vfm-provider-logos span{
  font-size:13px!important;
  color:#66778a!important;
  white-space:nowrap!important;
  margin-right:auto!important;
}
html body #vfm-funnel .vfm-provider-logos img{
  height:28px!important;
  width:auto!important;
  display:block!important;
  border-radius:999px!important;
  box-shadow:0 3px 12px rgba(10,35,60,.06)!important;
}

html body #vfm-funnel .vfm-clean-bottom{
  margin-top:auto!important;
  padding-top:18px!important;
  min-height:70px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
}
html body #vfm-funnel .vfm-safe-note{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
}
html body #vfm-funnel .vfm-safe-note>span{font-size:25px!important;flex:0 0 auto!important;}
html body #vfm-funnel .vfm-safe-note p{
  margin:0!important;
  white-space:nowrap!important;
  font-size:14px!important;
  line-height:1.3!important;
  color:#637489!important;
}
html body #vfm-funnel .vfm-safe-note strong,
html body #vfm-funnel .vfm-safe-note em{
  display:inline!important;
  font-style:normal!important;
  font-weight:400!important;
}
html body #vfm-funnel .vfm-safe-note strong{color:#0a2d4a!important;}
html body #vfm-funnel .vfm-safe-note strong:after{content:" · "; color:#8aa0b4!important;}

@media(max-width:1100px){
  html body #vfm-funnel .vfm-clean-shell{width:100%!important;height:auto!important;min-height:100dvh!important;border-radius:0!important;display:block!important;overflow:auto!important;}
  html body #vfm-funnel .vfm-clean-left{padding:48px 26px 36px!important;min-height:100dvh!important;overflow:visible!important;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 58%,rgba(255,255,255,.55) 100%)!important;}
  html body #vfm-funnel .vfm-clean-right{position:absolute!important;inset:0!important;z-index:0!important;opacity:.36!important;min-height:100dvh!important;}
  html body #vfm-funnel .vfm-clean-right>img{height:100dvh!important;object-position:center top!important;}
  html body #vfm-funnel .vfm-review-card{display:none!important;}
  html body #vfm-funnel .vfm-step h2{font-size:48px!important;letter-spacing:-1.8px!important;}
  html body #vfm-funnel .vfm-destination-grid{display:flex!important;gap:16px!important;overflow-x:auto!important;max-width:none!important;padding-bottom:10px!important;}
  html body #vfm-funnel .vfm-destination-card{min-width:180px!important;height:260px!important;}
  html body #vfm-funnel .vfm-destination-card img{height:145px!important;}
  html body #vfm-funnel .vfm-provider-logos{max-width:none!important;overflow-x:auto!important;}
  html body #vfm-funnel .vfm-provider-logos span{display:none!important;}
  html body #vfm-funnel .vfm-clean-bottom{display:flex!important;flex-direction:column!important;align-items:stretch!important;}
  html body #vfm-funnel .vfm-safe-note{background:rgba(255,255,255,.88)!important;border-radius:18px!important;padding:18px!important;}
  html body #vfm-funnel .vfm-safe-note p{white-space:normal!important;}
}

/* === FINAL PROVIDER LOGOS: exact supplied PNG logos + clean placement === */
html body #vfm-funnel .vfm-provider-logos{
  width:100%!important;
  max-width:760px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  margin:18px 0 0!important;
  padding:14px 16px!important;
  border:1px solid #e0edf3!important;
  border-radius:18px!important;
  background:#ffffff!important;
  box-shadow:0 10px 28px rgba(18,49,76,.06)!important;
  overflow:hidden!important;
}
html body #vfm-funnel .vfm-provider-logos span{
  flex:0 0 auto!important;
  font-size:13px!important;
  line-height:1.2!important;
  color:#65768a!important;
  white-space:nowrap!important;
  margin-right:4px!important;
}
html body #vfm-funnel .vfm-provider-logos img{
  display:block!important;
  flex:0 0 auto!important;
  height:34px!important;
  width:auto!important;
  max-width:138px!important;
  object-fit:contain!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  opacity:1!important;
}
@media(max-width:1100px){
  html body #vfm-funnel .vfm-provider-logos{
    max-width:none!important;
    overflow-x:auto!important;
    gap:12px!important;
    padding:12px!important;
    -webkit-overflow-scrolling:touch!important;
  }
  html body #vfm-funnel .vfm-provider-logos span{display:none!important;}
  html body #vfm-funnel .vfm-provider-logos img{height:32px!important;max-width:132px!important;}
}

/* === USER FINAL FIX: clean no duplicate review, real logos row, professional icons, dynamic prices === */
html body #vfm-funnel,
html body #vfm-funnel *{
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
  font-weight:400!important;
  box-sizing:border-box!important;
}
html body #vfm-funnel .vfm-clean-shell{
  width:min(1500px,calc(100vw - 96px))!important;
  height:min(920px,calc(100vh - 72px))!important;
  min-height:860px!important;
  display:grid!important;
  grid-template-columns:minmax(0,58%) minmax(440px,42%)!important;
  overflow:hidden!important;
  border-radius:28px!important;
  background:#fff!important;
}
html body #vfm-funnel .vfm-clean-left{
  padding:42px 56px 34px!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  background:#fff!important;
}
html body #vfm-funnel .vfm-clean-right{
  position:relative!important;
  height:100%!important;
  min-height:100%!important;
  overflow:hidden!important;
  background:#dceff5!important;
  isolation:isolate!important;
}
html body #vfm-funnel .vfm-clean-right:before,
html body #vfm-funnel .vfm-clean-right:after{display:none!important;content:none!important;}
html body #vfm-funnel .vfm-clean-right>img{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  opacity:1!important;
  filter:none!important;
}
html body #vfm-funnel .vfm-trust-pills{
  display:flex!important;
  gap:14px!important;
  margin:0 0 46px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html body #vfm-funnel .vfm-trust-pills span{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  height:42px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  border:1px solid #bfeaf0!important;
  background:#f2fdff!important;
  color:#0a2d4a!important;
  font-size:13px!important;
  line-height:1!important;
  white-space:nowrap!important;
  box-shadow:0 10px 24px rgba(15,66,86,.05)!important;
}
html body #vfm-funnel .vfm-trust-pills svg{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  fill:#27b8c5!important;
  display:block!important;
}
html body #vfm-funnel .vfm-clean-progress{margin:0 0 34px!important;}
html body #vfm-funnel .vfm-step h2{
  font-size:clamp(52px,4.35vw,66px)!important;
  line-height:1.02!important;
  letter-spacing:-2px!important;
  margin:0 0 18px!important;
  max-width:620px!important;
  color:#0a2d4a!important;
}
html body #vfm-funnel .vfm-step-lead{
  margin:0 0 18px!important;
  font-size:17px!important;
  line-height:1.5!important;
  color:#314e68!important;
  max-width:640px!important;
}
html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{
  width:auto!important;
  min-width:250px!important;
  height:58px!important;
  margin:0 0 26px!important;
  padding:0 28px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:16px!important;
  border-radius:999px!important;
  border:0!important;
  background:linear-gradient(135deg,#54cbd3,#10a8b7)!important;
  color:#fff!important;
  font-size:16px!important;
  box-shadow:0 16px 34px rgba(16,168,183,.22)!important;
}
html body #vfm-funnel .vfm-destination-search{display:none!important;}
html body #vfm-funnel .vfm-popular-title{
  margin:0 0 14px!important;
  font-size:20px!important;
  line-height:1.25!important;
  color:#0a2d4a!important;
}
html body #vfm-funnel .vfm-destination-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
  max-width:760px!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}
html body #vfm-funnel .vfm-destination-card{
  position:relative!important;
  width:100%!important;
  height:236px!important;
  min-height:236px!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  border:1px solid #d6e5ed!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:0 14px 30px rgba(17,43,67,.08)!important;
  text-align:left!important;
  cursor:pointer!important;
}
html body #vfm-funnel .vfm-destination-card img{
  width:100%!important;
  height:132px!important;
  flex:0 0 132px!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  border:0!important;
  margin:0!important;
}
html body #vfm-funnel .vfm-destination-card small{
  display:inline-flex!important;
  position:absolute!important;
  left:12px!important;
  top:12px!important;
  z-index:3!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.96)!important;
  color:#0a2d4a!important;
  font-size:12px!important;
  line-height:1!important;
  font-family:inherit!important;
  box-shadow:0 6px 16px rgba(0,0,0,.08)!important;
}
html body #vfm-funnel .vfm-destination-card strong{
  display:block!important;
  padding:0!important;
  margin:14px 14px 4px!important;
  font-size:17px!important;
  line-height:1.2!important;
  color:#0a2d4a!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
html body #vfm-funnel .vfm-destination-card p{
  margin:0 14px!important;
  padding:0!important;
  color:#526c83!important;
  font-size:13px!important;
  line-height:1.25!important;
}
html body #vfm-funnel .vfm-destination-card b{
  display:block!important;
  margin:auto 14px 14px!important;
  padding:0!important;
  color:#22b8c4!important;
  font-size:20px!important;
  line-height:1!important;
  text-align:right!important;
}
html body #vfm-funnel .vfm-provider-logos{
  width:100%!important;
  max-width:760px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:22px!important;
  margin:22px 0 0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
html body #vfm-funnel .vfm-provider-logos span{display:none!important;}
html body #vfm-funnel .vfm-provider-logos img{
  display:block!important;
  height:34px!important;
  width:auto!important;
  max-width:145px!important;
  object-fit:contain!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
  opacity:1!important;
}
html body #vfm-funnel .vfm-clean-bottom{
  margin-top:auto!important;
  padding-top:18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  min-height:64px!important;
}
html body #vfm-funnel .vfm-safe-note{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#637489!important;
  font-size:14px!important;
  line-height:1.35!important;
  white-space:nowrap!important;
}
html body #vfm-funnel .vfm-safe-note>span{font-size:24px!important;color:#22b8c4!important;line-height:1!important;}
html body #vfm-funnel .vfm-safe-note p{margin:0!important;white-space:nowrap!important;}
html body #vfm-funnel .vfm-safe-note strong,
html body #vfm-funnel .vfm-safe-note em{display:inline!important;font-style:normal!important;white-space:nowrap!important;color:inherit!important;}
html body #vfm-funnel .vfm-safe-note strong{color:#0a2d4a!important;}
html body #vfm-funnel .vfm-safe-note strong:after{content:' · '!important;color:#8aa0b4!important;}
html body #vfm-funnel .vfm-safe-note br{display:none!important;}
html body #vfm-funnel .vfm-clean-right .vfm-review-card{display:none!important;}
html body #vfm-funnel .vfm-clean-right .vfm-review-card:last-of-type{
  position:absolute!important;
  right:48px!important;
  bottom:48px!important;
  z-index:5!important;
  width:330px!important;
  min-height:118px!important;
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  padding:24px!important;
  margin:0!important;
  border:0!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.95)!important;
  box-shadow:0 18px 44px rgba(16,43,68,.16)!important;
  backdrop-filter:blur(10px)!important;
  color:#0a2d4a!important;
}
html body #vfm-funnel .vfm-review-card>span{
  width:50px!important;
  height:50px!important;
  flex:0 0 50px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#ecfbfd!important;
  color:#24b8c4!important;
  font-size:26px!important;
}
html body #vfm-funnel .vfm-review-card strong{display:block!important;font-size:17px!important;line-height:1.4!important;color:#0a2d4a!important;}
html body #vfm-funnel .vfm-review-card .vfm-stars{margin:10px 0 0!important;color:#f7b927!important;font-size:18px!important;line-height:1.2!important;letter-spacing:1px!important;}
html body #vfm-funnel .vfm-review-card .vfm-stars b{color:#0a2d4a!important;margin-left:10px!important;font-size:16px!important;letter-spacing:0!important;}
html body #vfm-funnel .vfm-review-card small{display:none!important;}
@media(max-width:1100px){
  html body #vfm-funnel.vfm-funnel.is-open{padding:0!important;align-items:stretch!important;justify-content:stretch!important;}
  html body #vfm-funnel .vfm-clean-shell{width:100%!important;height:auto!important;min-height:100dvh!important;max-height:none!important;display:block!important;border-radius:0!important;overflow:auto!important;}
  html body #vfm-funnel .vfm-clean-left{position:relative!important;z-index:2!important;min-height:100dvh!important;height:auto!important;padding:54px 28px 36px!important;overflow:visible!important;background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.92) 62%,rgba(255,255,255,.58))!important;}
  html body #vfm-funnel .vfm-clean-right{position:absolute!important;inset:0!important;z-index:1!important;min-height:100dvh!important;height:100dvh!important;opacity:.38!important;}
  html body #vfm-funnel .vfm-clean-right>img{height:100%!important;min-height:100%!important;object-position:center top!important;}
  html body #vfm-funnel .vfm-trust-pills{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;margin:32px 0 0!important;background:#fff!important;border-radius:24px!important;padding:20px 8px!important;box-shadow:0 12px 30px rgba(20,45,60,.11)!important;}
  html body #vfm-funnel .vfm-trust-pills span{height:auto!important;border:0!important;background:transparent!important;padding:0 8px!important;box-shadow:none!important;font-size:12px!important;white-space:normal!important;text-align:center!important;line-height:1.35!important;display:block!important;}
  html body #vfm-funnel .vfm-trust-pills svg{margin:0 auto 8px!important;}
  html body #vfm-funnel .vfm-step h2{font-size:52px!important;max-width:100%!important;}
  html body #vfm-funnel .vfm-step-lead{font-size:18px!important;}
  html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{width:100%!important;height:72px!important;margin-bottom:28px!important;font-size:20px!important;}
  html body #vfm-funnel .vfm-destination-grid{display:flex!important;overflow-x:auto!important;gap:18px!important;max-width:none!important;padding:0 28px 12px 0!important;margin:0 -28px 0 0!important;}
  html body #vfm-funnel .vfm-destination-card{min-width:190px!important;width:190px!important;height:300px!important;min-height:300px!important;}
  html body #vfm-funnel .vfm-destination-card img{height:166px!important;flex-basis:166px!important;}
  html body #vfm-funnel .vfm-provider-logos{gap:16px!important;overflow-x:auto!important;max-width:none!important;padding:2px 0 8px!important;}
  html body #vfm-funnel .vfm-provider-logos img{height:30px!important;max-width:132px!important;}
  html body #vfm-funnel .vfm-clean-bottom{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:18px!important;margin-top:20px!important;}
  html body #vfm-funnel .vfm-safe-note{white-space:normal!important;background:rgba(255,255,255,.88)!important;border-radius:20px!important;padding:18px!important;box-shadow:0 12px 30px rgba(20,45,60,.08)!important;}
  html body #vfm-funnel .vfm-safe-note p,html body #vfm-funnel .vfm-safe-note strong,html body #vfm-funnel .vfm-safe-note em{white-space:normal!important;}
  html body #vfm-funnel .vfm-review-card{display:none!important;}
}

/* 13.1.0 final polish: professional icons, clean popular pill, mobile 2x2 cards */
html body #vfm-funnel,
html body #vfm-funnel *{
  font-family:Poppins, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif!important;
  font-weight:400!important;
}
html body #vfm-funnel h2,
html body #vfm-funnel h3,
html body #vfm-funnel strong,
html body #vfm-funnel b,
html body #vfm-funnel button{
  font-weight:500!important;
}
html body #vfm-funnel .vfm-clean-shell{
  min-height:760px!important;
  height:auto!important;
}
html body #vfm-funnel .vfm-trust-pills span{
  gap:9px!important;
  font-weight:500!important;
}
html body #vfm-funnel .vfm-trust-pills svg,
html body #vfm-funnel .vfm-review-card svg{
  fill:none!important;
  stroke:#22b8c4!important;
  stroke-width:1.85!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
html body #vfm-funnel .vfm-trust-pills svg{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
}
html body #vfm-funnel .vfm-destination-grid{
  overflow:visible!important;
}
html body #vfm-funnel .vfm-destination-card{
  isolation:isolate!important;
}
html body #vfm-funnel .vfm-destination-card small{
  z-index:4!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  max-width:calc(100% - 24px)!important;
  font-family:Poppins, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:0!important;
  color:#0a2d4a!important;
  background:#fff!important;
  border:1px solid rgba(207,224,232,.7)!important;
  box-shadow:0 8px 20px rgba(10,35,60,.10)!important;
  text-transform:none!important;
}
html body #vfm-funnel .vfm-destination-card small span{
  font-family:Apple Color Emoji, Segoe UI Emoji, Noto Color Emoji, sans-serif!important;
  font-weight:400!important;
}
html body #vfm-funnel .vfm-destination-card:before,
html body #vfm-funnel .vfm-destination-card:after,
html body #vfm-funnel .vfm-destination-card small:before,
html body #vfm-funnel .vfm-destination-card small:after{
  content:none!important;
  display:none!important;
}
html body #vfm-funnel .vfm-review-card>span{
  font-size:0!important;
}
html body #vfm-funnel .vfm-review-card>span svg{
  width:23px!important;
  height:23px!important;
}
html body #vfm-funnel .vfm-safe-note>span{
  font-family:Apple Color Emoji, Segoe UI Emoji, Noto Color Emoji, sans-serif!important;
}

@media(max-width:1100px){
  html body #vfm-funnel .vfm-clean-left{
    padding:44px 24px 34px!important;
    min-height:100dvh!important;
  }
  html body #vfm-funnel .vfm-step-intro{
    width:100%!important;
    max-width:none!important;
  }
  html body #vfm-funnel .vfm-destination-grid{
    display:grid!important;
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
    gap:14px!important;
    max-width:100%!important;
    width:100%!important;
    overflow:visible!important;
    overflow-x:visible!important;
    padding:0!important;
    margin:0!important;
  }
  html body #vfm-funnel .vfm-destination-grid::-webkit-scrollbar{
    display:none!important;
  }
  html body #vfm-funnel .vfm-destination-card{
    min-width:0!important;
    width:100%!important;
    height:242px!important;
    min-height:242px!important;
    max-height:none!important;
  }
  html body #vfm-funnel .vfm-destination-card img{
    width:100%!important;
    height:132px!important;
    min-height:132px!important;
    max-height:132px!important;
    flex-basis:auto!important;
    object-fit:cover!important;
  }
  html body #vfm-funnel .vfm-destination-card strong{
    padding:12px 12px 0!important;
    font-size:15px!important;
    line-height:1.15!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  html body #vfm-funnel .vfm-destination-card p{
    margin:5px 12px 0!important;
    font-size:12px!important;
    line-height:1.25!important;
  }
  html body #vfm-funnel .vfm-destination-card b{
    margin:7px 12px 0!important;
    font-size:18px!important;
    line-height:1!important;
  }
  html body #vfm-funnel .vfm-destination-card small{
    top:10px!important;
    left:10px!important;
    padding:6px 9px!important;
    font-size:11px!important;
  }
  html body #vfm-funnel .vfm-provider-logos{
    flex-wrap:wrap!important;
    overflow:visible!important;
    justify-content:flex-start!important;
    gap:12px 18px!important;
    margin-top:18px!important;
    padding:0!important;
  }
  html body #vfm-funnel .vfm-provider-logos img{
    height:28px!important;
    max-width:120px!important;
  }
}

@media(max-width:520px){
  html body #vfm-funnel .vfm-step h2{
    font-size:40px!important;
    line-height:1.05!important;
    letter-spacing:-1.8px!important;
  }
  html body #vfm-funnel .vfm-step-lead{
    font-size:16px!important;
  }
  html body #vfm-funnel .vfm-destination-card{
    height:224px!important;
    min-height:224px!important;
  }
  html body #vfm-funnel .vfm-destination-card img{
    height:120px!important;
    min-height:120px!important;
    max-height:120px!important;
  }
  html body #vfm-funnel .vfm-trust-pills{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
}

/* 13.2.0 definitive clean: no ghost popular image, consistent outline icons, mobile 2x2, safe text trimmed */
html body #vfm-funnel .vfm-trust-pills svg,
html body #vfm-funnel .vfm-review-card svg,
html body #vfm-funnel .vfm-safe-note svg{
  fill:none!important;
  stroke:#22b8c4!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
html body #vfm-funnel .vfm-safe-note>span{
  width:26px!important;
  height:26px!important;
  flex:0 0 26px!important;
  display:grid!important;
  place-items:center!important;
  font-size:0!important;
}
html body #vfm-funnel .vfm-safe-note svg{
  width:24px!important;
  height:24px!important;
}
html body #vfm-funnel .vfm-safe-note p{margin:0!important;white-space:nowrap!important;}
html body #vfm-funnel .vfm-safe-note em{display:none!important;}
html body #vfm-funnel .vfm-safe-note strong{font-weight:500!important;color:#0a2d4a!important;}
html body #vfm-funnel .vfm-safe-note strong:after{content:none!important;display:none!important;}
html body #vfm-funnel .vfm-destination-card img{
  filter:none!important;
  transform:none!important;
  object-fit:cover!important;
  object-position:center center!important;
}
html body #vfm-funnel .vfm-destination-card[data-country="TR"] img{object-position:center 58%!important;}
html body #vfm-funnel .vfm-destination-card small{
  top:12px!important;
  left:12px!important;
  z-index:5!important;
  font-family:Poppins, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif!important;
  font-weight:500!important;
  font-size:12px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(207,224,232,.78)!important;
  color:#0a2d4a!important;
  box-shadow:0 8px 18px rgba(10,35,60,.10)!important;
}
html body #vfm-funnel .vfm-destination-card strong,
html body #vfm-funnel .vfm-destination-card b{
  font-weight:600!important;
}
html body #vfm-funnel .vfm-destination-card p{font-weight:400!important;}
html body #vfm-funnel .vfm-review-card>span{
  width:50px!important;
  height:50px!important;
  flex:0 0 50px!important;
  font-size:0!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#ecfbfd!important;
}
html body #vfm-funnel .vfm-review-card>span svg{width:24px!important;height:24px!important;}
html body #vfm-funnel .vfm-trust-pills span{font-weight:500!important;}
html body #vfm-funnel .vfm-trust-pills svg{width:18px!important;height:18px!important;}
@media(max-width:1100px){
  html body #vfm-funnel .vfm-destination-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    overflow:visible!important;
    overflow-x:hidden!important;
    width:100%!important;
    max-width:100%!important;
    padding:0!important;
    margin:0!important;
  }
  html body #vfm-funnel .vfm-destination-card{
    min-width:0!important;
    width:100%!important;
  }
  html body #vfm-funnel .vfm-destination-grid::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
}
@media(max-width:520px){
  html body #vfm-funnel .vfm-destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  html body #vfm-funnel .vfm-safe-note p{white-space:normal!important;}
}

/* === 14.0.0 supplied images + premium icon style + mobile 2x2 === */
html body #vfm-funnel .vfm-clean-right > img,
html body #vfm-funnel .vfm-destination-card img{
  object-position:center center!important;
}
html body #vfm-funnel .vfm-trust-pills span,
html body #vfm-funnel .vfm-review-card strong,
html body #vfm-funnel .vfm-safe-note strong{
  font-weight:500!important;
}
html body #vfm-funnel .vfm-icon-3d{
  width:21px!important;
  height:21px!important;
  flex:0 0 21px!important;
  display:block!important;
  filter:drop-shadow(0 2px 2px rgba(10,35,60,.14))!important;
  stroke:none!important;
}
html body #vfm-funnel .vfm-icon-3d path,
html body #vfm-funnel .vfm-icon-3d rect,
html body #vfm-funnel .vfm-icon-3d circle{
  stroke:revert-layer!important;
}
html body #vfm-funnel .vfm-trust-pills svg.vfm-icon-3d,
html body #vfm-funnel .vfm-review-card svg.vfm-icon-3d,
html body #vfm-funnel .vfm-safe-note svg.vfm-icon-3d{
  fill:revert-layer!important;
  stroke:revert-layer!important;
  stroke-width:revert-layer!important;
  stroke-linecap:revert-layer!important;
  stroke-linejoin:revert-layer!important;
}
html body #vfm-funnel .vfm-trust-pills{
  gap:18px!important;
}
html body #vfm-funnel .vfm-trust-pills span{
  gap:10px!important;
  height:44px!important;
  padding:0 20px!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
  color:#0a2d4a!important;
}
html body #vfm-funnel .vfm-destination-card small{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  font-family:Poppins, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif!important;
  font-weight:500!important;
  font-size:12px!important;
  background:#fff!important;
  border:0!important;
  box-shadow:0 8px 18px rgba(10,35,60,.10)!important;
  color:#0a2d4a!important;
  top:12px!important;
  left:12px!important;
  z-index:5!important;
}
html body #vfm-funnel .vfm-destination-card strong,
html body #vfm-funnel .vfm-destination-card b{
  font-weight:600!important;
}
html body #vfm-funnel .vfm-destination-card p{
  font-weight:400!important;
}
html body #vfm-funnel .vfm-review-card > span{
  background:#fff7df!important;
  color:#f7b927!important;
}
html body #vfm-funnel .vfm-review-card > span svg.vfm-icon-3d{
  width:25px!important;
  height:25px!important;
}
html body #vfm-funnel .vfm-safe-note > span{
  font-size:0!important;
  width:28px!important;
  height:28px!important;
  flex:0 0 28px!important;
  display:grid!important;
  place-items:center!important;
}
html body #vfm-funnel .vfm-safe-note > span svg.vfm-icon-3d{
  width:26px!important;
  height:26px!important;
}
@media(max-width:1100px){
  html body #vfm-funnel .vfm-clean-left{
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-destination-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
    overflow-x:hidden!important;
    padding:0!important;
    margin:0!important;
  }
  html body #vfm-funnel .vfm-destination-card{
    min-width:0!important;
    width:100%!important;
    height:238px!important;
    min-height:238px!important;
  }
  html body #vfm-funnel .vfm-destination-card img{
    height:128px!important;
    min-height:128px!important;
    max-height:128px!important;
    flex:0 0 128px!important;
    object-position:center center!important;
  }
  html body #vfm-funnel .vfm-destination-grid::-webkit-scrollbar,
  html body #vfm-funnel .vfm-provider-logos::-webkit-scrollbar{
    display:none!important;
    width:0!important;
    height:0!important;
  }
}
@media(max-width:520px){
  html body #vfm-funnel .vfm-destination-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
  html body #vfm-funnel .vfm-destination-card{
    height:224px!important;
    min-height:224px!important;
  }
  html body #vfm-funnel .vfm-destination-card img{
    height:116px!important;
    min-height:116px!important;
    max-height:116px!important;
    flex:0 0 116px!important;
  }
  html body #vfm-funnel .vfm-destination-card strong{font-size:15px!important;}
  html body #vfm-funnel .vfm-destination-card b{font-size:18px!important;}
}

/* === Pixel-perfect vakantieplan hero rebuild === */
html body .vfm-folder-app,
html body .vfm-funnel,
html body #vfm-funnel{
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color:#071f3f!important;
}
html body .vfm-folder-app{background:#eef6f9!important;padding:24px!important;min-height:100svh!important;}
html body .vfm-global-logo{position:fixed!important;top:18px!important;left:18px!important;z-index:30!important;width:42px!important;height:42px!important;}
html body .vfm-global-logo img{width:42px!important;height:42px!important;object-fit:contain!important;}
html body #vfm-funnel.vfm-funnel.is-open{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:44px!important;background:transparent!important;min-height:calc(100svh - 48px)!important;}
html body #vfm-funnel .vfm-funnel__overlay{display:none!important;}
html body #vfm-funnel .vfm-clean-shell{
  width:min(1560px,calc(100vw - 88px))!important;
  height:910px!important;min-height:910px!important;max-height:none!important;
  display:grid!important;grid-template-columns:minmax(0,59.5%) minmax(500px,40.5%)!important;
  background:#fff!important;border-radius:24px!important;overflow:hidden!important;padding:0!important;margin:0 auto!important;
  box-shadow:0 28px 85px rgba(6,32,58,.13)!important;position:relative!important;
}
html body #vfm-funnel .vfm-clean-left{padding:42px 34px 0 34px!important;display:flex!important;flex-direction:column!important;min-height:0!important;height:100%!important;background:#fff!important;overflow:hidden!important;}
html body #vfm-funnel .vfm-clean-right{position:relative!important;height:100%!important;min-height:100%!important;overflow:hidden!important;background:#d6eef6!important;border-radius:0!important;opacity:1!important;}
html body #vfm-funnel .vfm-clean-right::before,html body #vfm-funnel .vfm-clean-right::after{display:none!important;content:none!important;}
html body #vfm-funnel .vfm-clean-right>img{width:100%!important;height:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;filter:none!important;opacity:1!important;transform:none!important;}
html body #vfm-funnel .vfm-hero-benefits{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;margin:0 0 30px!important;align-items:center!important;}
html body #vfm-funnel .vfm-hero-benefit{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;}
html body #vfm-funnel .vfm-hero-icon{width:36px!important;height:36px!important;display:grid!important;place-items:center!important;flex:0 0 36px!important;filter:drop-shadow(0 5px 9px rgba(15,45,70,.12))!important;}
html body #vfm-funnel .vfm-hero-icon svg{width:32px!important;height:32px!important;display:block!important;}
html body #vfm-funnel .vfm-hero-benefit p{margin:0!important;display:grid!important;gap:2px!important;line-height:1.2!important;}
html body #vfm-funnel .vfm-hero-benefit strong{font-size:14px!important;font-weight:600!important;color:#071f3f!important;white-space:nowrap!important;}
html body #vfm-funnel .vfm-hero-benefit small{font-size:12.5px!important;font-weight:400!important;color:#526278!important;white-space:nowrap!important;}
html body #vfm-funnel .vfm-plan-progress{display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 34px!important;color:#7b8494!important;font-size:14px!important;font-weight:400!important;white-space:nowrap!important;}
html body #vfm-funnel .vfm-plan-progress div{display:flex!important;align-items:center!important;gap:9px!important;}
html body #vfm-funnel .vfm-plan-progress div span{width:27px!important;height:27px!important;border-radius:50%!important;background:#f5f7f9!important;border:1px solid #d5dde5!important;color:#9aa3ad!important;display:grid!important;place-items:center!important;font-size:13px!important;font-weight:600!important;}
html body #vfm-funnel .vfm-plan-progress div.is-active{color:#18b8c2!important;font-weight:600!important;}
html body #vfm-funnel .vfm-plan-progress div.is-active span{background:#2fc1c9!important;border-color:#2fc1c9!important;color:#fff!important;}
html body #vfm-funnel .vfm-plan-progress i{display:block!important;width:35px!important;height:2px!important;background:#dde5eb!important;border-radius:999px!important;}
html body #vfm-funnel .vfm-clean-progress{display:none!important;}
html body #vfm-funnel .vfm-step{min-height:0!important;}
html body #vfm-funnel #vfm-step-intro{display:flex!important;flex-direction:column!important;min-height:0!important;}
html body #vfm-funnel #vfm-step-intro h2{font-size:50px!important;line-height:1.05!important;letter-spacing:-2.1px!important;font-weight:600!important;color:#071f3f!important;max-width:850px!important;margin:0 0 12px!important;}
html body #vfm-funnel .vfm-hero-checks{display:grid!important;gap:8px!important;margin:0 0 18px!important;padding:0!important;list-style:none!important;color:#44566e!important;font-size:15px!important;font-weight:400!important;}
html body #vfm-funnel .vfm-hero-checks li{display:flex!important;align-items:center!important;gap:10px!important;}
html body #vfm-funnel .vfm-hero-checks span{width:20px!important;height:20px!important;border-radius:50%!important;background:#2fbcc5!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:13px!important;font-weight:600!important;}
html body #vfm-funnel .vfm-cta-row{display:flex!important;align-items:center!important;gap:24px!important;margin:0 0 22px!important;}
html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{width:295px!important;height:58px!important;margin:0!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#24c9cf,#08a6b7)!important;color:#fff!important;font-size:17px!important;font-weight:600!important;box-shadow:0 15px 30px rgba(8,166,183,.28)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;}
html body #vfm-funnel #vfm-intro-next span{font-size:22px!important;line-height:1!important;}
html body #vfm-funnel .vfm-cta-row em{font-family:"Comic Sans MS","Segoe Print",cursive!important;font-size:13px!important;line-height:1.15!important;color:#113351!important;font-style:normal!important;transform:rotate(-8deg)!important;}
html body #vfm-funnel .vfm-proof-strip{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;border:1px solid #dfe8ee!important;border-radius:12px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 10px 24px rgba(15,45,70,.08)!important;margin:0 0 20px!important;overflow:hidden!important;}
html body #vfm-funnel .vfm-proof-strip div{display:flex!important;align-items:center!important;gap:12px!important;padding:14px 16px!important;min-width:0!important;}
html body #vfm-funnel .vfm-proof-icon{font-size:24px!important;color:#2fbcc5!important;line-height:1!important;}
html body #vfm-funnel .vfm-proof-strip p{margin:0!important;display:grid!important;gap:2px!important;line-height:1.2!important;}
html body #vfm-funnel .vfm-proof-strip strong{font-size:13.5px!important;font-weight:600!important;color:#071f3f!important;white-space:nowrap!important;}
html body #vfm-funnel .vfm-proof-strip small{font-size:12px!important;font-weight:400!important;color:#66758b!important;white-space:nowrap!important;}
html body #vfm-funnel .vfm-popular-head{margin:0 0 10px!important;}
html body #vfm-funnel .vfm-popular-head .vfm-popular-title,html body #vfm-funnel .vfm-popular-title{margin:0!important;font-size:18px!important;line-height:1.2!important;font-weight:600!important;color:#071f3f!important;}
html body #vfm-funnel .vfm-popular-head p{margin:3px 0 0!important;color:#536277!important;font-size:12.5px!important;font-weight:400!important;}
html body #vfm-funnel .vfm-destination-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;max-width:none!important;margin:0 0 16px!important;padding:0!important;overflow:visible!important;}
html body #vfm-funnel .vfm-destination-card{position:relative!important;display:flex!important;flex-direction:column!important;min-width:0!important;width:100%!important;height:220px!important;min-height:220px!important;border:1px solid #dbe5ec!important;border-radius:11px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 9px 20px rgba(15,45,70,.08)!important;text-align:left!important;padding:0!important;cursor:pointer!important;}
html body #vfm-funnel .vfm-destination-card img{width:100%!important;height:118px!important;min-height:118px!important;max-height:118px!important;object-fit:cover!important;object-position:center center!important;display:block!important;border:0!important;filter:none!important;}
html body #vfm-funnel .vfm-destination-card small{position:absolute!important;top:10px!important;left:10px!important;z-index:3!important;display:inline-flex!important;align-items:center!important;gap:5px!important;height:28px!important;padding:0 11px!important;border-radius:999px!important;background:#fff!important;box-shadow:0 8px 20px rgba(15,45,70,.12)!important;font-family:Inter,ui-sans-serif,system-ui!important;font-size:12px!important;line-height:1!important;font-weight:500!important;color:#071f3f!important;white-space:nowrap!important;}
html body #vfm-funnel .vfm-destination-card .vfm-tag-pink{background:#fff!important;color:#071f3f!important;}
html body #vfm-funnel .vfm-destination-card strong{padding:12px 14px 0!important;margin:0!important;display:block!important;font-size:15px!important;line-height:1.15!important;font-weight:600!important;color:#071f3f!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
html body #vfm-funnel .vfm-destination-card p{padding:0 14px!important;margin:4px 0 0!important;color:#617087!important;font-size:12px!important;line-height:1.2!important;font-weight:400!important;}
html body #vfm-funnel .vfm-destination-card b{display:block!important;margin:5px 42px 0 14px!important;padding:0!important;color:#0fa8b7!important;font-size:20px!important;line-height:1!important;font-weight:600!important;text-align:left!important;white-space:nowrap!important;}
html body #vfm-funnel .vfm-destination-card i{position:absolute!important;right:13px!important;bottom:13px!important;width:26px!important;height:26px!important;border:1px solid #8fd8df!important;border-radius:50%!important;color:#0fa8b7!important;background:#fff!important;display:grid!important;place-items:center!important;font-style:normal!important;font-size:16px!important;line-height:1!important;}
html body #vfm-funnel .vfm-partner-label{margin:0 0 7px!important;color:#273d59!important;font-size:13px!important;font-weight:500!important;}
html body #vfm-funnel .vfm-provider-logos{display:flex!important;align-items:center!important;gap:24px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;min-height:34px!important;overflow:visible!important;}
html body #vfm-funnel .vfm-provider-logos img{height:30px!important;max-width:122px!important;width:auto!important;object-fit:contain!important;display:block!important;opacity:1!important;filter:none!important;}
html body #vfm-funnel .vfm-trustpilot{font-size:13px!important;color:#071f3f!important;font-weight:500!important;white-space:nowrap!important;margin-left:auto!important;}
html body #vfm-funnel .vfm-clean-bottom{position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:86px!important;margin:0!important;padding:0 80px!important;background:linear-gradient(90deg,#effcff,#f7feff)!important;border-top:1px solid #dbeef3!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;align-items:center!important;z-index:4!important;}
html body #vfm-funnel .vfm-clean-bottom .vfm-step-actions{display:none!important;}
html body #vfm-funnel .vfm-safe-note{display:flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;white-space:nowrap!important;background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important;color:#071f3f!important;}
html body #vfm-funnel .vfm-safe-note span svg{width:32px!important;height:32px!important;}
html body #vfm-funnel .vfm-safe-note p{margin:0!important;white-space:nowrap!important;}
html body #vfm-funnel .vfm-safe-note strong{font-size:15px!important;font-weight:600!important;white-space:nowrap!important;}
html body #vfm-funnel .vfm-clean-bottom::before{content:"Geen verborgen kosten\A De prijs die je ziet, is de prijs die je betaalt";white-space:pre-line;justify-self:start;color:#536277;font-size:13px;line-height:1.35;padding-left:60px;background:radial-gradient(circle,#2fbcc5 0 30%,transparent 31%);background-size:40px 40px;background-repeat:no-repeat;background-position:left center;}
html body #vfm-funnel .vfm-clean-bottom::after{content:"Persoonlijke service\A Wij staan voor je klaar";white-space:pre-line;justify-self:end;color:#536277;font-size:13px;line-height:1.35;padding-left:60px;background:radial-gradient(circle,#2fbcc5 0 30%,transparent 31%);background-size:40px 40px;background-repeat:no-repeat;background-position:left center;}
html body #vfm-funnel[data-step="0"] .vfm-step-actions,html body #vfm-funnel[data-step="0"] #vfm-next-step,html body #vfm-funnel[data-step="0"] #vfm-show-results,html body #vfm-funnel[data-step="0"] #vfm-prev-step{display:none!important;}
html body #vfm-funnel .vfm-image-note{position:absolute!important;top:108px!important;left:68px!important;color:#071f3f!important;font-family:"Comic Sans MS","Segoe Print",cursive!important;font-size:20px!important;line-height:1.25!important;letter-spacing:.2px!important;transform:rotate(-5deg)!important;z-index:2!important;text-shadow:0 1px 0 rgba(255,255,255,.3)!important;}
html body #vfm-funnel .vfm-image-note span{display:block!important;font-size:34px!important;margin-top:6px!important;}
html body #vfm-funnel .vfm-review-card{position:absolute!important;right:64px!important;bottom:66px!important;width:340px!important;min-height:132px!important;border-radius:16px!important;background:rgba(255,255,255,.95)!important;box-shadow:0 18px 50px rgba(5,32,56,.16)!important;padding:24px 26px!important;display:flex!important;align-items:center!important;gap:20px!important;color:#071f3f!important;z-index:3!important;isolation:isolate!important;}
html body #vfm-funnel .vfm-clean-right .vfm-review-card ~ .vfm-review-card{display:none!important;}
html body #vfm-funnel .vfm-quote{font-size:42px!important;line-height:1!important;color:#cbd5df!important;font-family:Georgia,serif!important;align-self:flex-start!important;}
html body #vfm-funnel .vfm-review-card p{margin:0 0 10px!important;font-size:15px!important;line-height:1.35!important;color:#34445c!important;font-weight:400!important;}
html body #vfm-funnel .vfm-review-card strong{display:block!important;color:#F7B927!important;font-size:17px!important;line-height:1!important;font-weight:600!important;letter-spacing:1px!important;}
html body #vfm-funnel .vfm-review-card strong b{color:#071f3f!important;font-size:15px!important;font-weight:600!important;letter-spacing:0!important;margin-left:12px!important;}
html body #vfm-funnel .vfm-review-card small{display:block!important;margin-top:6px!important;color:#536277!important;font-size:12px!important;font-weight:400!important;}
html body #vfm-funnel .vfm-btn,html body #vfm-funnel button{font-family:Inter,ui-sans-serif,system-ui!important;font-weight:500!important;}
html body #vfm-funnel h1,html body #vfm-funnel h2,html body #vfm-funnel h3,html body #vfm-funnel strong,html body #vfm-funnel b{font-weight:600!important;}
html body #vfm-funnel[data-step="1"] .vfm-clean-bottom,html body #vfm-funnel[data-step="2"] .vfm-clean-bottom,html body #vfm-funnel[data-step="3"] .vfm-clean-bottom,html body #vfm-funnel[data-step="4"] .vfm-clean-bottom{position:relative!important;height:auto!important;padding:24px 0 0!important;background:transparent!important;border:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;}
html body #vfm-funnel[data-step="1"] .vfm-clean-bottom::before,html body #vfm-funnel[data-step="1"] .vfm-clean-bottom::after,html body #vfm-funnel[data-step="2"] .vfm-clean-bottom::before,html body #vfm-funnel[data-step="2"] .vfm-clean-bottom::after,html body #vfm-funnel[data-step="3"] .vfm-clean-bottom::before,html body #vfm-funnel[data-step="3"] .vfm-clean-bottom::after,html body #vfm-funnel[data-step="4"] .vfm-clean-bottom::before,html body #vfm-funnel[data-step="4"] .vfm-clean-bottom::after{display:none!important;}
html body #vfm-funnel[data-step="1"] .vfm-clean-bottom .vfm-step-actions,html body #vfm-funnel[data-step="2"] .vfm-clean-bottom .vfm-step-actions,html body #vfm-funnel[data-step="3"] .vfm-clean-bottom .vfm-step-actions,html body #vfm-funnel[data-step="4"] .vfm-clean-bottom .vfm-step-actions{display:flex!important;margin-left:auto!important;}
@media(max-width:1100px){
  html body .vfm-folder-app{padding:0!important;background:#eef6f9!important;}
  html body #vfm-funnel.vfm-funnel.is-open{padding:0!important;min-height:100dvh!important;display:block!important;}
  html body #vfm-funnel .vfm-clean-shell{width:100%!important;height:auto!important;min-height:100dvh!important;max-height:none!important;border-radius:0!important;display:block!important;overflow:auto!important;box-shadow:none!important;background:#fff!important;}
  html body #vfm-funnel .vfm-clean-left{position:relative!important;z-index:2!important;height:auto!important;min-height:100dvh!important;padding:44px 22px 110px!important;overflow:visible!important;background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.93) 60%,rgba(255,255,255,.68))!important;}
  html body #vfm-funnel .vfm-clean-right{position:absolute!important;inset:0!important;height:100dvh!important;min-height:100dvh!important;opacity:.30!important;z-index:1!important;}
  html body #vfm-funnel .vfm-clean-right>img{height:100dvh!important;min-height:100dvh!important;object-position:center top!important;}
  html body #vfm-funnel .vfm-image-note,html body #vfm-funnel .vfm-review-card{display:none!important;}
  html body #vfm-funnel .vfm-hero-benefits{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:26px!important;}
  html body #vfm-funnel .vfm-hero-benefit{background:rgba(255,255,255,.82)!important;border:1px solid rgba(215,230,238,.8)!important;border-radius:16px!important;padding:10px 12px!important;}
  html body #vfm-funnel .vfm-plan-progress{overflow:hidden!important;gap:6px!important;font-size:12px!important;margin-bottom:28px!important;}
  html body #vfm-funnel .vfm-plan-progress i{width:18px!important;}
  html body #vfm-funnel .vfm-plan-progress div:not(.is-active){font-size:0!important;}
  html body #vfm-funnel .vfm-plan-progress div span{font-size:12px!important;}
  html body #vfm-funnel #vfm-step-intro h2{font-size:38px!important;line-height:1.08!important;letter-spacing:-1.4px!important;}
  html body #vfm-funnel .vfm-cta-row{display:block!important;}
  html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{width:100%!important;height:60px!important;margin:0 0 12px!important;}
  html body #vfm-funnel .vfm-cta-row em{display:none!important;}
  html body #vfm-funnel .vfm-proof-strip{grid-template-columns:1fr 1fr!important;margin-bottom:20px!important;}
  html body #vfm-funnel .vfm-proof-strip div{padding:12px!important;}
  html body #vfm-funnel .vfm-proof-strip strong{white-space:normal!important;font-size:12.5px!important;}
  html body #vfm-funnel .vfm-proof-strip small{white-space:normal!important;font-size:11.5px!important;}
  html body #vfm-funnel .vfm-destination-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important;margin:0 0 16px!important;padding:0!important;}
  html body #vfm-funnel .vfm-destination-card{width:100%!important;min-width:0!important;height:218px!important;min-height:218px!important;}
  html body #vfm-funnel .vfm-destination-card img{height:112px!important;min-height:112px!important;max-height:112px!important;}
  html body #vfm-funnel .vfm-provider-logos{display:grid!important;grid-template-columns:repeat(2,auto)!important;justify-content:start!important;gap:12px 20px!important;}
  html body #vfm-funnel .vfm-provider-logos img{height:28px!important;}
  html body #vfm-funnel .vfm-trustpilot{grid-column:1 / -1!important;margin-left:0!important;}
  html body #vfm-funnel .vfm-clean-bottom{position:relative!important;height:auto!important;padding:20px!important;margin:22px -22px -110px!important;display:block!important;}
  html body #vfm-funnel .vfm-clean-bottom::before,html body #vfm-funnel .vfm-clean-bottom::after{display:none!important;}
  html body #vfm-funnel .vfm-safe-note{justify-content:flex-start!important;}
}

/* === 15.0.0 user final: centered, no left whitespace, two-line title, no bottom blocks === */
html body .vfm-folder-app{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow-x:hidden!important;
  background:#eef6f9!important;
}
html body #vfm-funnel.vfm-funnel.is-open{
  width:100vw!important;
  min-height:100svh!important;
  padding:32px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
}
html body #vfm-funnel .vfm-clean-shell{
  width:min(1480px, calc(100vw - 64px))!important;
  height:min(900px, calc(100svh - 64px))!important;
  min-height:820px!important;
  margin:0 auto!important;
  grid-template-columns:minmax(0,59%) minmax(500px,41%)!important;
}
html body #vfm-funnel .vfm-clean-left{padding:42px 34px 36px 34px!important;}
html body #vfm-funnel #vfm-step-intro h2{
  max-width:820px!important;
  font-size:50px!important;
  line-height:1.08!important;
  letter-spacing:-1.8px!important;
  margin:0 0 14px!important;
}
html body #vfm-funnel .vfm-hero-checks{margin:0 0 18px!important;}
html body #vfm-funnel .vfm-popular-head{
  text-align:left!important;
  align-self:stretch!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 10px!important;
  padding:0!important;
}
html body #vfm-funnel .vfm-popular-head .vfm-popular-title,
html body #vfm-funnel .vfm-popular-title{text-align:left!important;margin:0!important;}
html body #vfm-funnel .vfm-popular-head p{text-align:left!important;margin:3px 0 0!important;}
html body #vfm-funnel[data-step="0"] .vfm-clean-bottom{display:none!important;}
html body #vfm-funnel[data-step="0"] .vfm-clean-bottom::before,
html body #vfm-funnel[data-step="0"] .vfm-clean-bottom::after{display:none!important;content:none!important;}
html body #vfm-funnel .vfm-destination-grid{margin-bottom:18px!important;}
html body #vfm-funnel .vfm-clean-right>img{object-position:center center!important;}
@media(max-width:1100px){
  html body #vfm-funnel.vfm-funnel.is-open{padding:0!important;display:block!important;}
  html body #vfm-funnel .vfm-clean-shell{width:100%!important;height:auto!important;min-height:100dvh!important;border-radius:0!important;display:block!important;}
  html body #vfm-funnel .vfm-clean-left{padding:44px 22px 36px!important;}
  html body #vfm-funnel #vfm-step-intro h2{font-size:38px!important;line-height:1.1!important;letter-spacing:-1.2px!important;}
  html body #vfm-funnel[data-step="0"] .vfm-clean-bottom{display:none!important;}
}

/* === 16.0.0 PERFECTION FINAL: visible centered hero, no bottom blocks, exact requested cleanup === */
html, body{overflow-x:hidden!important;}
html body .vfm-folder-app{width:100vw!important;max-width:100vw!important;min-height:100svh!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:0!important;background:#eef6f9!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;overflow-x:hidden!important;}
html body #vfm-funnel.vfm-funnel{position:relative!important;inset:auto!important;z-index:10!important;width:100vw!important;min-height:100svh!important;padding:36px!important;background:transparent!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;}
html body #vfm-funnel.vfm-funnel.is-open{display:flex!important;}
html body #vfm-funnel .vfm-funnel__overlay{display:none!important;}
html body #vfm-funnel .vfm-funnel__modal{position:relative!important;inset:auto!important;width:auto!important;height:auto!important;padding:0!important;display:block!important;}
html body #vfm-funnel .vfm-clean-shell{width:min(1480px,calc(100vw - 72px))!important;height:min(900px,calc(100svh - 72px))!important;min-height:820px!important;max-height:none!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,59%) minmax(500px,41%)!important;background:#fff!important;border-radius:24px!important;overflow:hidden!important;box-shadow:0 28px 85px rgba(6,32,58,.13)!important;}
html body #vfm-funnel .vfm-clean-left{padding:42px 34px 36px!important;height:100%!important;min-height:0!important;background:#fff!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;}
html body #vfm-funnel .vfm-clean-right{position:relative!important;height:100%!important;min-height:100%!important;overflow:hidden!important;opacity:1!important;z-index:1!important;}
html body #vfm-funnel .vfm-clean-right>img{width:100%!important;height:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;}
html body #vfm-funnel .vfm-plan-progress{margin-bottom:32px!important;}
html body #vfm-funnel #vfm-step-intro h2{font-size:clamp(44px,3.25vw,54px)!important;line-height:1.04!important;letter-spacing:-1.8px!important;font-weight:600!important;max-width:840px!important;margin:0 0 14px!important;color:#071f3f!important;}
html body #vfm-funnel .vfm-hero-checks li{font-size:15px!important;}
html body #vfm-funnel .vfm-popular-head{width:100%!important;text-align:left!important;align-self:stretch!important;margin:0 0 10px!important;padding:0!important;}
html body #vfm-funnel .vfm-popular-head .vfm-popular-title,html body #vfm-funnel .vfm-popular-title{text-align:left!important;font-size:18px!important;line-height:1.2!important;font-weight:600!important;margin:0!important;color:#071f3f!important;}
html body #vfm-funnel .vfm-popular-head p{text-align:left!important;margin:3px 0 0!important;font-size:12.5px!important;color:#536277!important;}
html body #vfm-funnel[data-step="0"] .vfm-clean-bottom,html body #vfm-funnel[data-step="0"] .vfm-clean-bottom::before,html body #vfm-funnel[data-step="0"] .vfm-clean-bottom::after{display:none!important;content:none!important;}
html body #vfm-funnel .vfm-destination-grid{margin-bottom:16px!important;}
html body #vfm-funnel.vfm-funnel.is-open ~ .vfm-folder-shell,html body #vfm-funnel.vfm-funnel.is-open ~ .vfm-filter-toggle,html body #vfm-funnel.vfm-funnel.is-open ~ .vfm-folder-hero{display:none!important;}
@media(max-width:1100px){html body #vfm-funnel.vfm-funnel{padding:0!important;min-height:100dvh!important;display:block!important;}html body #vfm-funnel .vfm-clean-shell{width:100%!important;height:auto!important;min-height:100dvh!important;border-radius:0!important;display:block!important;box-shadow:none!important;}html body #vfm-funnel .vfm-clean-left{padding:44px 22px 36px!important;min-height:100dvh!important;height:auto!important;overflow:visible!important;background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.93) 60%,rgba(255,255,255,.68))!important;}html body #vfm-funnel .vfm-clean-right{position:absolute!important;inset:0!important;height:100dvh!important;min-height:100dvh!important;opacity:.30!important;z-index:0!important;}html body #vfm-funnel .vfm-clean-right>img{height:100dvh!important;min-height:100dvh!important;object-position:center top!important;}html body #vfm-funnel #vfm-step-intro h2{font-size:38px!important;line-height:1.1!important;letter-spacing:-1.2px!important;}html body #vfm-funnel .vfm-destination-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important;padding:0!important;margin:0 0 16px!important;}html body #vfm-funnel[data-step="0"] .vfm-clean-bottom{display:none!important;}}

/* === Final perfection requested: left-aligned intro, two-line title, no extra bottom blocks === */
html body #vfm-funnel .vfm-step-intro{text-align:left!important;}
html body #vfm-funnel .vfm-intro-title,html body #vfm-funnel .vfm-step-intro h2.vfm-intro-title{display:block!important;max-width:760px!important;margin:0 0 18px!important;text-align:left!important;line-height:.98!important;letter-spacing:-.045em!important;}
html body #vfm-funnel .vfm-intro-title span{display:block!important;font-size:54px!important;font-weight:600!important;line-height:.98!important;color:#071f3f!important;}
html body #vfm-funnel .vfm-intro-title small{display:block!important;margin-top:5px!important;font-size:40px!important;font-weight:400!important;line-height:1.04!important;color:#071f3f!important;letter-spacing:-.035em!important;}
html body #vfm-funnel .vfm-hero-checks{width:100%!important;max-width:620px!important;margin:0 0 20px!important;padding:0!important;justify-items:start!important;align-items:start!important;text-align:left!important;}
html body #vfm-funnel .vfm-hero-checks li{justify-content:flex-start!important;text-align:left!important;}
html body #vfm-funnel .vfm-cta-row{justify-content:flex-start!important;align-items:center!important;text-align:left!important;margin-left:0!important;padding-left:0!important;}
html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{margin-left:0!important;}
html body #vfm-funnel .vfm-popular-head,html body #vfm-funnel .vfm-popular-head h3,html body #vfm-funnel .vfm-popular-head p{text-align:left!important;margin-left:0!important;}
html body #vfm-funnel .vfm-clean-footer,html body #vfm-funnel .vfm-bottom-trust,html body #vfm-funnel .vfm-service-strip{display:none!important;}
@media(max-width:1100px){html body #vfm-funnel .vfm-intro-title span{font-size:42px!important;}html body #vfm-funnel .vfm-intro-title small{font-size:30px!important;}html body #vfm-funnel .vfm-cta-row{display:flex!important;justify-content:flex-start!important;}}

/* === 17.0.0 final adjustments: intro without step numbers, sharp logo, aligned CTA, extra breathing room === */
html body .vfm-global-logo{position:fixed!important;top:18px!important;left:18px!important;z-index:999999!important;width:48px!important;height:48px!important;opacity:1!important;filter:none!important;transform:none!important;pointer-events:none!important;}
html body .vfm-global-logo img{width:48px!important;height:48px!important;object-fit:contain!important;display:block!important;opacity:1!important;filter:none!important;image-rendering:auto!important;}
html body #vfm-funnel .vfm-clean-left{padding:44px 56px 52px 44px!important;box-sizing:border-box!important;}
html body #vfm-funnel[data-step="0"] .vfm-plan-progress{display:none!important;}
html body #vfm-funnel[data-step="0"] #vfm-step-intro{align-items:flex-start!important;text-align:left!important;padding-top:18px!important;}
html body #vfm-funnel[data-step="0"] .vfm-hero-benefits{margin-bottom:44px!important;}
html body #vfm-funnel .vfm-cta-row{width:100%!important;justify-content:flex-start!important;align-items:center!important;margin-left:0!important;padding-left:0!important;}
html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{margin-left:0!important;align-self:flex-start!important;}
html body #vfm-funnel .vfm-proof-strip{margin-right:0!important;margin-bottom:24px!important;}
html body #vfm-funnel .vfm-destination-grid{margin-bottom:22px!important;}
html body #vfm-funnel .vfm-provider-logos{margin-bottom:10px!important;}
@media(max-width:1100px){html body .vfm-global-logo{top:14px!important;left:14px!important;width:42px!important;height:42px!important;}html body .vfm-global-logo img{width:42px!important;height:42px!important;}html body #vfm-funnel .vfm-clean-left{padding:52px 24px 44px!important;}html body #vfm-funnel[data-step="0"] .vfm-plan-progress{display:none!important;}html body #vfm-funnel[data-step="0"] #vfm-step-intro{padding-top:16px!important;}html body #vfm-funnel[data-step="0"] .vfm-hero-benefits{margin-bottom:34px!important;}}

/* === Final perfection pass: title, proof strip visibility, handwritten notes === */
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

html body #vfm-funnel .vfm-intro-title span{display:block!important;font-size:56px!important;line-height:1.02!important;letter-spacing:-.04em!important;font-weight:600!important;color:#071f3f!important;}
html body #vfm-funnel .vfm-intro-title small{display:block!important;margin-top:4px!important;font-size:40px!important;line-height:1.05!important;letter-spacing:-.035em!important;font-weight:400!important;color:#071f3f!important;}
html body #vfm-funnel .vfm-cta-row em,html body #vfm-funnel .vfm-image-note{font-family:'Indie Flower','Comic Sans MS','Segoe Print',cursive!important;font-weight:400!important;}
html body #vfm-funnel .vfm-cta-row em{font-size:17px!important;line-height:1.05!important;transform:rotate(-8deg)!important;}
html body #vfm-funnel .vfm-image-note{font-size:25px!important;line-height:1.12!important;transform:rotate(-5deg)!important;}
html body #vfm-funnel .vfm-proof-strip{width:100%!important;max-width:100%!important;box-sizing:border-box!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;overflow:visible!important;margin:0 0 28px!important;border-radius:13px!important;}
html body #vfm-funnel .vfm-proof-strip div{min-width:0!important;box-sizing:border-box!important;padding:13px 12px!important;gap:10px!important;}
html body #vfm-funnel .vfm-proof-strip p{min-width:0!important;overflow:visible!important;}
html body #vfm-funnel .vfm-proof-strip strong{font-size:13.5px!important;line-height:1.15!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;}
html body #vfm-funnel .vfm-proof-strip small{font-size:12px!important;line-height:1.15!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;}
html body #vfm-funnel .vfm-proof-icon{flex:0 0 28px!important;width:28px!important;height:28px!important;display:grid!important;place-items:center!important;font-size:21px!important;}
html body #vfm-funnel .vfm-clean-left{padding-bottom:64px!important;padding-right:64px!important;overflow:visible!important;}
html body #vfm-funnel .vfm-clean-shell{min-height:850px!important;}
@media(max-width:1100px){html body #vfm-funnel .vfm-intro-title span{font-size:40px!important;}html body #vfm-funnel .vfm-intro-title small{font-size:28px!important;}html body #vfm-funnel .vfm-proof-strip{grid-template-columns:1fr 1fr!important;gap:0!important;}html body #vfm-funnel .vfm-proof-strip div{padding:12px!important;}}

/* === 18.0.0 final: review avatar + polished mobile card, desktop intact === */
html body #vfm-funnel .vfm-review-card .vfm-review-avatar,
html body #vfm-funnel .vfm-review-card > span.vfm-review-avatar{
  width:58px!important;
  height:58px!important;
  flex:0 0 58px!important;
  padding:0!important;
  border-radius:50%!important;
  overflow:hidden!important;
  background:#fff!important;
  display:block!important;
  box-shadow:0 10px 24px rgba(7,31,63,.14)!important;
}
html body #vfm-funnel .vfm-review-card .vfm-review-avatar img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:50%!important;
}

@media(max-width:1100px){
  html body .vfm-folder-app{
    padding:10px!important;
    min-height:100svh!important;
    background:#eef6f9!important;
  }
  html body #vfm-funnel.vfm-funnel.is-open,
  html body #vfm-funnel.vfm-funnel{
    padding:10px!important;
    min-height:calc(100dvh - 20px)!important;
    align-items:flex-start!important;
    justify-content:center!important;
    background:transparent!important;
  }
  html body #vfm-funnel .vfm-clean-shell{
    width:100%!important;
    max-width:none!important;
    min-height:calc(100dvh - 20px)!important;
    height:auto!important;
    border-radius:24px!important;
    overflow:auto!important;
    box-shadow:0 22px 70px rgba(7,31,63,.13)!important;
    background:#fff!important;
  }
  html body .vfm-global-logo{
    top:24px!important;
    left:24px!important;
    width:40px!important;
    height:40px!important;
    z-index:1000000!important;
  }
  html body .vfm-global-logo img{
    width:40px!important;
    height:40px!important;
    opacity:1!important;
    filter:none!important;
  }
  html body #vfm-funnel .vfm-clean-left{
    padding:92px 20px 34px!important;
    min-height:calc(100dvh - 20px)!important;
    border-radius:24px!important;
    background:linear-gradient(90deg,rgba(255,255,255,.985),rgba(255,255,255,.94) 62%,rgba(255,255,255,.76))!important;
  }
  html body #vfm-funnel[data-step="0"] #vfm-step-intro{
    padding-top:0!important;
  }
  html body #vfm-funnel .vfm-intro-title,
  html body #vfm-funnel .vfm-step-intro h2.vfm-intro-title{
    margin-top:0!important;
  }
  html body #vfm-funnel .vfm-clean-right{
    border-radius:24px!important;
  }
  html body #vfm-funnel .vfm-hero-benefits{
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-bottom:30px!important;
    padding:12px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.82)!important;
    box-shadow:0 10px 28px rgba(7,31,63,.08)!important;
  }
  html body #vfm-funnel .vfm-hero-benefit{
    gap:10px!important;
  }
  html body #vfm-funnel .vfm-hero-benefit strong,
  html body #vfm-funnel .vfm-hero-benefit small{
    white-space:normal!important;
  }
  html body #vfm-funnel .vfm-proof-strip{
    border-radius:18px!important;
    overflow:hidden!important;
    box-shadow:0 10px 28px rgba(7,31,63,.08)!important;
  }
}

@media(max-width:520px){
  html body #vfm-funnel .vfm-clean-left{
    padding:88px 18px 30px!important;
  }
  html body #vfm-funnel .vfm-intro-title span{
    font-size:38px!important;
    line-height:1.05!important;
  }
  html body #vfm-funnel .vfm-intro-title small{
    font-size:27px!important;
    line-height:1.08!important;
  }
}

/* === 19.0.0 mobile perfection: clean card, no visible scrollbar, title below logo, better blocks === */
@media (max-width: 1100px){
  html, body{
    overflow-x:hidden!important;
  }
  html body .vfm-folder-app{
    box-sizing:border-box!important;
    width:100%!important;
    min-height:100svh!important;
    padding:10px!important;
    margin:0!important;
    background:#eef6f9!important;
    overflow-x:hidden!important;
  }
  html body #vfm-funnel.vfm-funnel,
  html body #vfm-funnel.vfm-funnel.is-open{
    position:relative!important;
    box-sizing:border-box!important;
    width:100%!important;
    min-height:calc(100svh - 20px)!important;
    padding:0!important;
    margin:0!important;
    display:block!important;
    background:transparent!important;
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-funnel__overlay{display:none!important;}
  html body #vfm-funnel .vfm-clean-shell{
    position:relative!important;
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    min-height:calc(100svh - 20px)!important;
    height:auto!important;
    max-height:none!important;
    display:block!important;
    margin:0!important;
    border:0!important;
    outline:0!important;
    border-radius:24px!important;
    background:#fff!important;
    box-shadow:0 22px 70px rgba(7,31,63,.14)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }
  html body #vfm-funnel .vfm-clean-shell::-webkit-scrollbar,
  html body #vfm-funnel .vfm-clean-left::-webkit-scrollbar,
  html body #vfm-funnel::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
  html body .vfm-global-logo{
    position:fixed!important;
    top:24px!important;
    left:24px!important;
    width:42px!important;
    height:42px!important;
    z-index:1000001!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    background:transparent!important;
    overflow:visible!important;
  }
  html body .vfm-global-logo:before,
  html body .vfm-global-logo:after{display:none!important;content:none!important;}
  html body .vfm-global-logo img{
    width:42px!important;
    height:42px!important;
    display:block!important;
    object-fit:contain!important;
    opacity:1!important;
    filter:none!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }
  html body #vfm-funnel .vfm-clean-right{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    opacity:.18!important;
    border-radius:24px!important;
    overflow:hidden!important;
    pointer-events:none!important;
  }
  html body #vfm-funnel .vfm-clean-right>img{
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    display:block!important;
  }
  html body #vfm-funnel .vfm-clean-right .vfm-image-note,
  html body #vfm-funnel .vfm-clean-right .vfm-review-card{display:none!important;}
  html body #vfm-funnel .vfm-clean-left{
    position:relative!important;
    z-index:2!important;
    box-sizing:border-box!important;
    width:100%!important;
    min-height:calc(100svh - 20px)!important;
    height:auto!important;
    padding:132px 18px 34px!important;
    margin:0!important;
    border:0!important;
    outline:0!important;
    border-radius:24px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.985) 0%,rgba(255,255,255,.96) 62%,rgba(255,255,255,.93) 100%)!important;
    overflow:visible!important;
  }
  html body #vfm-funnel[data-step="0"] #vfm-step-intro{
    padding-top:0!important;
    margin-top:0!important;
  }
  html body #vfm-funnel .vfm-intro-title,
  html body #vfm-funnel .vfm-step-intro h2.vfm-intro-title{
    margin:0 0 22px!important;
    padding:0!important;
    max-width:100%!important;
  }
  html body #vfm-funnel .vfm-intro-title span{
    font-size:40px!important;
    line-height:1.05!important;
    letter-spacing:-.035em!important;
  }
  html body #vfm-funnel .vfm-intro-title small{
    font-size:28px!important;
    line-height:1.08!important;
    margin-top:8px!important;
    letter-spacing:-.025em!important;
  }
  html body #vfm-funnel .vfm-hero-benefits{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    width:100%!important;
    margin:0 0 28px!important;
    padding:0!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }
  html body #vfm-funnel .vfm-hero-benefit{
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    padding:12px 14px!important;
    border:1px solid #d7e7ef!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.9)!important;
    box-shadow:0 10px 24px rgba(7,31,63,.06)!important;
  }
  html body #vfm-funnel .vfm-hero-benefit p{min-width:0!important;margin:0!important;}
  html body #vfm-funnel .vfm-hero-benefit strong{font-size:13.5px!important;line-height:1.15!important;white-space:normal!important;}
  html body #vfm-funnel .vfm-hero-benefit small{font-size:12px!important;line-height:1.15!important;white-space:normal!important;}
  html body #vfm-funnel .vfm-hero-checks{
    display:grid!important;
    gap:11px!important;
    margin:0 0 22px!important;
    max-width:100%!important;
  }
  html body #vfm-funnel .vfm-hero-checks li{font-size:15px!important;line-height:1.35!important;}
  html body #vfm-funnel .vfm-cta-row{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:10px!important;
    margin:0 0 26px!important;
    width:100%!important;
  }
  html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{
    width:100%!important;
    max-width:360px!important;
    height:62px!important;
    margin:0!important;
    border-radius:999px!important;
    font-size:17px!important;
  }
  html body #vfm-funnel .vfm-cta-row em{
    margin-left:12px!important;
    font-size:16px!important;
  }
  html body #vfm-funnel .vfm-proof-strip{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    width:100%!important;
    margin:0 0 28px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-proof-strip div{
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    padding:13px 12px!important;
    border:1px solid #d7e7ef!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.92)!important;
    box-shadow:0 10px 24px rgba(7,31,63,.06)!important;
  }
  html body #vfm-funnel .vfm-proof-icon{
    flex:0 0 26px!important;
    width:26px!important;
    height:26px!important;
    font-size:20px!important;
  }
  html body #vfm-funnel .vfm-proof-strip strong{font-size:12.5px!important;line-height:1.15!important;}
  html body #vfm-funnel .vfm-proof-strip small{font-size:11.5px!important;line-height:1.2!important;}
  html body #vfm-funnel .vfm-popular-head{margin:0 0 14px!important;text-align:left!important;}
  html body #vfm-funnel .vfm-popular-title{font-size:20px!important;line-height:1.2!important;}
  html body #vfm-funnel .vfm-popular-head p{font-size:13px!important;line-height:1.35!important;}
  html body #vfm-funnel .vfm-destination-grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:12px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 24px!important;
    padding:0!important;
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-destination-card{
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    border-radius:16px!important;
    background:#fff!important;
    box-shadow:0 12px 28px rgba(7,31,63,.08)!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel .vfm-destination-card img{
    width:100%!important;
    height:112px!important;
    min-height:112px!important;
    max-height:112px!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  html body #vfm-funnel .vfm-destination-card small{
    top:9px!important;
    left:9px!important;
    padding:6px 9px!important;
    font-size:10.5px!important;
    line-height:1!important;
  }
  html body #vfm-funnel .vfm-destination-card strong{font-size:15px!important;line-height:1.2!important;margin:12px 12px 4px!important;}
  html body #vfm-funnel .vfm-destination-card p{font-size:11.5px!important;line-height:1.2!important;margin:0 12px 4px!important;}
  html body #vfm-funnel .vfm-destination-card b{font-size:18px!important;line-height:1.1!important;margin:0 12px 12px!important;}
  html body #vfm-funnel .vfm-destination-card i{width:26px!important;height:26px!important;right:10px!important;bottom:10px!important;}
  html body #vfm-funnel .vfm-partner-label{font-size:13px!important;line-height:1.25!important;margin:0 0 12px!important;}
  html body #vfm-funnel .vfm-provider-logos{
    display:grid!important;
    grid-template-columns:repeat(2, minmax(0,1fr))!important;
    gap:12px!important;
    align-items:center!important;
    margin:0 0 8px!important;
  }
  html body #vfm-funnel .vfm-provider-logos img{
    max-width:100%!important;
    height:30px!important;
    object-fit:contain!important;
    justify-self:start!important;
  }
  html body #vfm-funnel .vfm-provider-logos .vfm-trustpilot{
    grid-column:1/-1!important;
    font-size:13px!important;
  }
  html body #vfm-funnel .vfm-plan-progress{margin-top:0!important;}
  html body #vfm-funnel .vfm-step:not(.vfm-step-intro) h2{font-size:38px!important;line-height:1.06!important;}
}

@media (max-width: 390px){
  html body #vfm-funnel .vfm-clean-left{padding:126px 14px 30px!important;}
  html body #vfm-funnel .vfm-intro-title span{font-size:36px!important;}
  html body #vfm-funnel .vfm-intro-title small{font-size:25px!important;}
  html body #vfm-funnel .vfm-destination-card img{height:98px!important;min-height:98px!important;max-height:98px!important;}
  html body #vfm-funnel .vfm-proof-strip{gap:8px!important;}
  html body #vfm-funnel .vfm-proof-strip div{padding:11px 10px!important;}
}

/* === FINAL MOBILE ONLY FIX: hide top trust, tighter spacing, scroll without scrollbar === */
@media (max-width:1100px){
  html, body{
    overflow-y:auto!important;
    overflow-x:hidden!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
    height:auto!important;
  }
  html::-webkit-scrollbar, body::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}

  html body #vfm-funnel,
  html body #vfm-funnel.vfm-funnel,
  html body #vfm-funnel.vfm-funnel.is-open{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    min-height:100svh!important;
    height:auto!important;
    max-height:none!important;
    padding:10px!important;
    margin:0!important;
    display:block!important;
    align-items:initial!important;
    justify-content:initial!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    background:#eef7fa!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }
  html body #vfm-funnel::-webkit-scrollbar,
  html body #vfm-funnel *::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}

  html body #vfm-funnel .vfm-clean-shell{
    width:100%!important;
    max-width:none!important;
    min-height:calc(100svh - 20px)!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    outline:0!important;
    border-radius:18px!important;
    overflow:visible!important;
    box-shadow:0 14px 44px rgba(7,31,63,.10)!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  /* De drie trustpunten bovenin alleen desktop tonen */
  html body #vfm-funnel[data-step="0"] .vfm-hero-benefits,
  html body #vfm-funnel[data-step="0"] .vfm-trust-pills,
  html body #vfm-funnel[data-step="0"] .vfm-top-icons{
    display:none!important;
  }

  /* Geen rand/lijn boven logo op mobiel */
  html body .vfm-global-logo,
  html body .vfm-global-logo img{
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }
  html body .vfm-global-logo:before,
  html body .vfm-global-logo:after{display:none!important;content:none!important;}

  html body #vfm-funnel .vfm-clean-left{
    width:100%!important;
    min-height:calc(100svh - 20px)!important;
    height:auto!important;
    padding:96px 10px 28px!important;
    margin:0!important;
    border:0!important;
    outline:0!important;
    border-radius:18px!important;
    overflow:visible!important;
    background:linear-gradient(180deg,rgba(255,255,255,.988) 0%,rgba(255,255,255,.965) 66%,rgba(255,255,255,.94) 100%)!important;
  }

  html body #vfm-funnel[data-step="0"] #vfm-step-intro{
    padding-top:0!important;
  }

  html body #vfm-funnel .vfm-intro-title,
  html body #vfm-funnel .vfm-step-intro h2.vfm-intro-title{
    margin-top:0!important;
  }

  html body #vfm-funnel .vfm-proof-strip,
  html body #vfm-funnel .vfm-destination-grid,
  html body #vfm-funnel .vfm-provider-logos,
  html body #vfm-funnel .vfm-popular-head,
  html body #vfm-funnel .vfm-cta-row,
  html body #vfm-funnel .vfm-hero-checks{
    max-width:100%!important;
    width:100%!important;
  }

  html body #vfm-funnel .vfm-proof-strip{
    gap:8px!important;
    margin-bottom:26px!important;
  }
  html body #vfm-funnel .vfm-proof-strip div{
    padding:12px 8px!important;
    border-radius:14px!important;
  }

  html body #vfm-funnel .vfm-destination-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    padding:0!important;
    margin:0 0 24px!important;
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-destination-card{
    min-width:0!important;
    width:100%!important;
    max-width:none!important;
  }

  html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{
    max-width:none!important;
    width:100%!important;
  }
}

@media (max-width:390px){
  html body #vfm-funnel .vfm-clean-left{padding:92px 8px 26px!important;}
  html body #vfm-funnel .vfm-destination-grid{gap:8px!important;}
}

/* === 20.0.0 DEFINITIVE MOBILE SCROLL + TITLE FIX === */
@media (max-width:1100px){
  /* Laat de pagina echt scrollen op mobiel, zonder zichtbare scrollbar */
  html,
  body{
    height:auto!important;
    min-height:100%!important;
    max-height:none!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:auto!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }
  html::-webkit-scrollbar,
  body::-webkit-scrollbar,
  .vfm-folder-app::-webkit-scrollbar,
  #vfm-funnel::-webkit-scrollbar,
  #vfm-funnel .vfm-clean-shell::-webkit-scrollbar,
  #vfm-funnel .vfm-clean-left::-webkit-scrollbar{
    display:none!important;
    width:0!important;
    height:0!important;
  }

  html body .vfm-folder-app{
    width:100%!important;
    min-height:100svh!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:10px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
    background:#eef6f9!important;
  }

  html body #vfm-funnel,
  html body #vfm-funnel.vfm-funnel,
  html body #vfm-funnel.vfm-funnel.is-open{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    min-height:calc(100svh - 20px)!important;
    height:auto!important;
    max-height:none!important;
    display:block!important;
    padding:0!important;
    margin:0!important;
    overflow:visible!important;
    background:transparent!important;
  }

  html body #vfm-funnel .vfm-funnel__modal{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    display:block!important;
    padding:0!important;
    margin:0!important;
    overflow:visible!important;
  }

  html body #vfm-funnel .vfm-funnel__overlay{display:none!important;}

  html body #vfm-funnel .vfm-clean-shell{
    position:relative!important;
    width:100%!important;
    max-width:none!important;
    min-height:calc(100svh - 20px)!important;
    height:auto!important;
    max-height:none!important;
    display:block!important;
    margin:0!important;
    padding:0!important;
    border-radius:18px!important;
    overflow:visible!important;
    background:#fff!important;
    box-shadow:0 16px 48px rgba(7,31,63,.12)!important;
  }

  /* Trustpoints bovenin alleen desktop tonen */
  html body #vfm-funnel[data-step="0"] .vfm-hero-benefits,
  html body #vfm-funnel[data-step="0"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="0"] .vfm-clean-progress{
    display:none!important;
  }

  /* Logo scherp en zonder rand */
  html body .vfm-global-logo{
    position:absolute!important;
    top:24px!important;
    left:24px!important;
    width:42px!important;
    height:42px!important;
    z-index:5!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    background:transparent!important;
    overflow:visible!important;
    pointer-events:none!important;
  }
  html body .vfm-global-logo:before,
  html body .vfm-global-logo:after{display:none!important;content:none!important;}
  html body .vfm-global-logo img{
    width:42px!important;
    height:42px!important;
    object-fit:contain!important;
    display:block!important;
    opacity:1!important;
    filter:none!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }

  /* Contentblok: minder zijruimte, titel netjes onder logo en 50px lager dan de bovenkant van de contentruimte */
  html body #vfm-funnel .vfm-clean-left{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    min-height:calc(100svh - 20px)!important;
    height:auto!important;
    max-height:none!important;
    box-sizing:border-box!important;
    padding:116px 12px 34px!important;
    margin:0!important;
    border-radius:18px!important;
    overflow:visible!important;
    background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(255,255,255,.965) 64%,rgba(255,255,255,.94))!important;
  }

  html body #vfm-funnel[data-step="0"] #vfm-step-intro{
    padding-top:0!important;
    margin-top:0!important;
  }

  html body #vfm-funnel .vfm-intro-title,
  html body #vfm-funnel .vfm-step-intro h2.vfm-intro-title{
    margin:0 0 20px!important;
    padding:0!important;
  }
  html body #vfm-funnel .vfm-intro-title span{
    font-size:40px!important;
    line-height:1.04!important;
    letter-spacing:-.035em!important;
  }
  html body #vfm-funnel .vfm-intro-title small{
    font-size:28px!important;
    line-height:1.08!important;
    margin-top:8px!important;
  }

  html body #vfm-funnel .vfm-hero-checks,
  html body #vfm-funnel .vfm-cta-row,
  html body #vfm-funnel .vfm-proof-strip,
  html body #vfm-funnel .vfm-popular-head,
  html body #vfm-funnel .vfm-destination-grid,
  html body #vfm-funnel .vfm-provider-logos{
    width:100%!important;
    max-width:100%!important;
  }

  html body #vfm-funnel .vfm-cta-row{
    align-items:flex-start!important;
    margin:0 0 26px!important;
  }
  html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{
    width:100%!important;
    max-width:none!important;
    height:62px!important;
    margin:0!important;
  }

  /* Mooie mobile blokken zonder teveel zijruimte */
  html body #vfm-funnel .vfm-proof-strip{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin:0 0 28px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-proof-strip div{
    min-width:0!important;
    padding:13px 10px!important;
    border:1px solid #d7e7ef!important;
    border-radius:16px!important;
    background:#fff!important;
    box-shadow:0 10px 24px rgba(7,31,63,.06)!important;
  }

  html body #vfm-funnel .vfm-destination-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    padding:0!important;
    margin:0 0 24px!important;
    overflow:visible!important;
  }

  html body #vfm-funnel .vfm-clean-right{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    opacity:.14!important;
    pointer-events:none!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel .vfm-clean-right .vfm-image-note,
  html body #vfm-funnel .vfm-clean-right .vfm-review-card{display:none!important;}

  /* Verberg overbodige folder/slider chrome op de intro */
  html body #vfm-filter-toggle,
  html body .vfm-folder-shell,
  html body .vfm-folder-hero{
    display:none!important;
  }
}

@media (max-width:390px){
  html body #vfm-funnel .vfm-clean-left{padding:108px 10px 30px!important;}
  html body #vfm-funnel .vfm-intro-title span{font-size:36px!important;}
  html body #vfm-funnel .vfm-intro-title small{font-size:25px!important;}
  html body #vfm-funnel .vfm-proof-strip{gap:8px!important;}
  html body #vfm-funnel .vfm-destination-grid{gap:8px!important;}
}

/* =========================================================
   FINAL MOBILE FIX — keep desktop intact
   - no side gutters
   - visible sharp logo
   - real page scroll without visible scrollbar
   ========================================================= */
@media (max-width: 980px){
  html,
  body{
    height:auto!important;
    min-height:100%!important;
    max-height:none!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  html::-webkit-scrollbar,
  body::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}

  html body .vfm-folder-app{
    position:relative!important;
    width:100vw!important;
    max-width:100vw!important;
    min-height:100svh!important;
    height:auto!important;
    max-height:none!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    padding:0!important;
    overflow:visible!important;
    background:#eef6f9!important;
    box-sizing:border-box!important;
  }

  html body #vfm-funnel,
  html body #vfm-funnel.vfm-funnel,
  html body #vfm-funnel.vfm-funnel.is-open{
    position:relative!important;
    inset:auto!important;
    width:100vw!important;
    max-width:100vw!important;
    min-height:100svh!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    overflow:visible!important;
    background:#eef6f9!important;
  }

  html body #vfm-funnel .vfm-funnel__overlay,
  html body #vfm-funnel .vfm-hero-benefits,
  html body #vfm-funnel .vfm-plan-progress,
  html body #vfm-funnel .vfm-clean-progress,
  html body #vfm-filter-toggle,
  html body .vfm-folder-shell,
  html body .vfm-folder-hero{
    display:none!important;
  }

  html body #vfm-funnel .vfm-funnel__modal,
  html body #vfm-funnel .vfm-clean-shell{
    position:relative!important;
    inset:auto!important;
    width:100vw!important;
    max-width:100vw!important;
    min-height:100svh!important;
    height:auto!important;
    max-height:none!important;
    display:block!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    overflow:visible!important;
    background:#fff!important;
    box-shadow:none!important;
  }

  html body #vfm-funnel .vfm-clean-left{
    position:relative!important;
    z-index:2!important;
    width:100vw!important;
    max-width:100vw!important;
    min-height:100svh!important;
    height:auto!important;
    max-height:none!important;
    box-sizing:border-box!important;
    padding:108px 16px 42px!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    overflow:visible!important;
    background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(255,255,255,.965) 68%,rgba(255,255,255,.94))!important;
  }

  html body .vfm-global-logo{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:absolute!important;
    top:22px!important;
    left:18px!important;
    width:48px!important;
    height:48px!important;
    z-index:9999!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    outline:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:transparent!important;
    overflow:visible!important;
    pointer-events:none!important;
  }
  html body .vfm-global-logo:before,
  html body .vfm-global-logo:after{display:none!important;content:none!important;}
  html body .vfm-global-logo img{
    display:block!important;
    width:48px!important;
    height:48px!important;
    object-fit:contain!important;
    opacity:1!important;
    filter:none!important;
    transform:none!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }

  html body #vfm-funnel[data-step="0"] #vfm-step-intro,
  html body #vfm-funnel #vfm-step-intro{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    padding:0!important;
    margin:0!important;
    overflow:visible!important;
  }

  html body #vfm-funnel .vfm-intro-title,
  html body #vfm-funnel .vfm-step-intro h2.vfm-intro-title{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 20px!important;
    padding:0!important;
    text-align:left!important;
  }
  html body #vfm-funnel .vfm-intro-title span{
    display:block!important;
    font-size:40px!important;
    line-height:1.04!important;
    letter-spacing:-.035em!important;
    font-weight:600!important;
    text-align:left!important;
  }
  html body #vfm-funnel .vfm-intro-title small{
    display:block!important;
    font-size:28px!important;
    line-height:1.08!important;
    margin-top:8px!important;
    font-weight:400!important;
    text-align:left!important;
  }

  html body #vfm-funnel .vfm-hero-checks,
  html body #vfm-funnel .vfm-cta-row,
  html body #vfm-funnel .vfm-proof-strip,
  html body #vfm-funnel .vfm-popular-head,
  html body #vfm-funnel .vfm-destination-grid,
  html body #vfm-funnel .vfm-provider-logos,
  html body #vfm-funnel .vfm-partner-label{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  html body #vfm-funnel .vfm-cta-row{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    margin:0 0 26px!important;
    padding:0!important;
    gap:16px!important;
  }
  html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{
    width:100%!important;
    max-width:none!important;
    height:62px!important;
    margin:0!important;
  }

  html body #vfm-funnel .vfm-proof-strip{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin:0 0 28px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-proof-strip div{
    min-width:0!important;
    height:auto!important;
    min-height:70px!important;
    padding:13px 10px!important;
    box-sizing:border-box!important;
    border:1px solid #d7e7ef!important;
    border-radius:16px!important;
    background:#fff!important;
    box-shadow:0 10px 24px rgba(7,31,63,.06)!important;
  }

  html body #vfm-funnel .vfm-popular-head{
    margin:0 0 14px!important;
    padding:0!important;
    text-align:left!important;
  }

  html body #vfm-funnel .vfm-destination-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    padding:0!important;
    margin:0 0 24px!important;
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-destination-card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
  }

  html body #vfm-funnel .vfm-clean-right{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    opacity:.12!important;
    pointer-events:none!important;
    border-radius:0!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel .vfm-clean-right .vfm-image-note,
  html body #vfm-funnel .vfm-clean-right .vfm-review-card{display:none!important;}
}

@media (max-width:390px){
  html body #vfm-funnel .vfm-clean-left{padding:104px 12px 38px!important;}
  html body #vfm-funnel .vfm-intro-title span{font-size:36px!important;}
  html body #vfm-funnel .vfm-intro-title small{font-size:25px!important;}
  html body #vfm-funnel .vfm-proof-strip,
  html body #vfm-funnel .vfm-destination-grid{gap:8px!important;}
}

/* === FINAL MOBILE REQUEST: visible logo + centered provider logos, desktop unchanged === */
@media (max-width: 760px){
  html, body{
    height:auto!important;
    min-height:100%!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  html::-webkit-scrollbar,
  body::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}

  html body .vfm-folder-app{
    width:100vw!important;
    max-width:100vw!important;
    min-height:100svh!important;
    padding:0!important;
    margin:0!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }

  /* Force the brand mark to be crisp and visible on mobile */
  html body .vfm-folder-app > .vfm-global-logo,
  html body .vfm-global-logo{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:fixed!important;
    top:16px!important;
    left:16px!important;
    width:48px!important;
    height:48px!important;
    z-index:2147483647!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    filter:none!important;
    transform:none!important;
    pointer-events:none!important;
  }
  html body .vfm-global-logo img{
    display:block!important;
    width:48px!important;
    height:48px!important;
    max-width:48px!important;
    max-height:48px!important;
    object-fit:contain!important;
    opacity:1!important;
    visibility:visible!important;
    filter:none!important;
    transform:none!important;
    image-rendering:auto!important;
  }

  /* Keep title below logo */
  html body #vfm-funnel .vfm-clean-left{
    padding-top:92px!important;
  }
  html body #vfm-funnel .vfm-intro-title{
    margin-top:0!important;
  }

  /* Provider logos: centered, neat, no horizontal scroll */
  html body #vfm-funnel .vfm-partner-label{
    display:block!important;
    text-align:center!important;
    margin:10px 0 12px!important;
    font-size:13px!important;
    line-height:1.35!important;
    color:#607086!important;
    font-weight:400!important;
  }
  html body #vfm-funnel .vfm-provider-logos{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    align-items:center!important;
    gap:12px 16px!important;
    width:100%!important;
    max-width:100%!important;
    margin:4px auto 28px!important;
    padding:0 4px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
    text-align:center!important;
  }
  html body #vfm-funnel .vfm-provider-logos img{
    display:block!important;
    flex:0 0 auto!important;
    width:auto!important;
    max-width:78px!important;
    height:auto!important;
    max-height:30px!important;
    object-fit:contain!important;
    margin:0!important;
    opacity:1!important;
    filter:none!important;
  }
  html body #vfm-funnel .vfm-provider-logos .vfm-trustpilot,
  html body #vfm-funnel .vfm-provider-logos span.vfm-trustpilot{
    flex-basis:100%!important;
    display:block!important;
    text-align:center!important;
    margin:2px 0 0!important;
    font-size:12px!important;
    line-height:1.2!important;
    color:#1f6f55!important;
    font-weight:500!important;
  }
}

/* =========================================================
   ABSOLUTE FINAL MOBILE ALIGNMENT — desktop untouched
   - removes horizontal drift
   - keeps logo visible
   - keeps all mobile content centered inside viewport
   - enables vertical scroll without visible scrollbar
   ========================================================= */
@media (max-width: 760px){
  html,
  body{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:100%!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    margin:0!important;
  }
  html::-webkit-scrollbar,
  body::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}

  html body .vfm-folder-app,
  html body #vfm-funnel,
  html body #vfm-funnel.vfm-funnel,
  html body #vfm-funnel.vfm-funnel.is-open,
  html body #vfm-funnel .vfm-funnel__modal,
  html body #vfm-funnel .vfm-clean-shell{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:100svh!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }

  html body .vfm-folder-app{
    background:#eef6f9!important;
  }

  html body #vfm-funnel .vfm-clean-shell{
    display:block!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:#fff!important;
  }

  html body #vfm-funnel .vfm-clean-left{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:100svh!important;
    max-height:none!important;
    margin:0 auto!important;
    padding:92px 16px 44px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
    background:#fff!important;
  }

  html body #vfm-funnel .vfm-clean-left *,
  html body #vfm-funnel .vfm-step-intro *,
  html body #vfm-funnel .vfm-proof-strip *,
  html body #vfm-funnel .vfm-destination-grid *{
    box-sizing:border-box!important;
    min-width:0!important;
  }

  html body .vfm-folder-app > .vfm-global-logo,
  html body .vfm-global-logo{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:fixed!important;
    top:16px!important;
    left:16px!important;
    width:48px!important;
    height:48px!important;
    z-index:2147483647!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    filter:none!important;
    transform:none!important;
    pointer-events:none!important;
  }
  html body .vfm-global-logo img{
    display:block!important;
    width:48px!important;
    height:48px!important;
    max-width:48px!important;
    max-height:48px!important;
    object-fit:contain!important;
    opacity:1!important;
    visibility:visible!important;
    filter:none!important;
    transform:none!important;
  }

  html body #vfm-funnel .vfm-hero-benefits,
  html body #vfm-funnel .vfm-plan-progress,
  html body #vfm-funnel .vfm-clean-progress,
  html body #vfm-funnel .vfm-funnel__overlay,
  html body #vfm-funnel .vfm-clean-right,
  html body #vfm-filter-toggle,
  html body .vfm-folder-shell,
  html body .vfm-folder-hero{
    display:none!important;
  }

  html body #vfm-funnel[data-step="0"] #vfm-step-intro,
  html body #vfm-funnel #vfm-step-intro{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  html body #vfm-funnel .vfm-intro-title,
  html body #vfm-funnel .vfm-step-intro h2.vfm-intro-title{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 18px!important;
    padding:0!important;
    text-align:left!important;
    overflow:visible!important;
    white-space:normal!important;
  }
  html body #vfm-funnel .vfm-intro-title span{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(34px, 8.2vw, 40px)!important;
    line-height:1.04!important;
    letter-spacing:-.035em!important;
    font-weight:600!important;
    text-align:left!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
  }
  html body #vfm-funnel .vfm-intro-title small{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin-top:8px!important;
    font-size:clamp(25px, 6.2vw, 30px)!important;
    line-height:1.08!important;
    letter-spacing:-.025em!important;
    font-weight:400!important;
    text-align:left!important;
    white-space:normal!important;
  }

  html body #vfm-funnel .vfm-hero-checks,
  html body #vfm-funnel .vfm-cta-row,
  html body #vfm-funnel .vfm-proof-strip,
  html body #vfm-funnel .vfm-popular-head,
  html body #vfm-funnel .vfm-destination-grid,
  html body #vfm-funnel .vfm-partner-label,
  html body #vfm-funnel .vfm-provider-logos{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }

  html body #vfm-funnel .vfm-hero-checks{
    margin:0 0 22px!important;
    padding:0!important;
  }
  html body #vfm-funnel .vfm-hero-checks li{
    font-size:16px!important;
    line-height:1.35!important;
    white-space:normal!important;
  }

  html body #vfm-funnel .vfm-cta-row{
    display:flex!important;
    justify-content:flex-start!important;
    align-items:flex-start!important;
    gap:12px!important;
    padding:0!important;
    margin:0 0 26px!important;
  }
  html body #vfm-funnel .vfm-cta-row em{
    display:none!important;
  }
  html body #vfm-funnel #vfm-intro-next.vfm-btn--intro{
    width:100%!important;
    max-width:100%!important;
    height:62px!important;
    margin:0!important;
    padding:0 22px!important;
    justify-content:center!important;
  }

  html body #vfm-funnel .vfm-proof-strip{
    display:grid!important;
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
    gap:10px!important;
    margin:0 0 28px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  html body #vfm-funnel .vfm-proof-strip div{
    width:100%!important;
    min-height:72px!important;
    padding:12px 8px!important;
    border:1px solid #d7e7ef!important;
    border-radius:16px!important;
    background:#fff!important;
    box-shadow:0 10px 24px rgba(7,31,63,.06)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel .vfm-proof-strip p,
  html body #vfm-funnel .vfm-proof-strip strong,
  html body #vfm-funnel .vfm-proof-strip small{
    overflow-wrap:anywhere!important;
    white-space:normal!important;
    text-align:center!important;
  }

  html body #vfm-funnel .vfm-popular-head{
    text-align:left!important;
    padding:0!important;
    margin:0 0 14px!important;
  }

  html body #vfm-funnel .vfm-destination-grid{
    display:grid!important;
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
    gap:10px!important;
    margin:0 0 24px!important;
    padding:0!important;
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-destination-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel .vfm-destination-card img{
    width:100%!important;
    height:112px!important;
    object-fit:cover!important;
    object-position:center center!important;
  }

  html body #vfm-funnel .vfm-partner-label{
    display:block!important;
    text-align:center!important;
    margin:8px 0 12px!important;
    padding:0!important;
  }
  html body #vfm-funnel .vfm-provider-logos{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    align-items:center!important;
    gap:12px 16px!important;
    padding:0!important;
    margin:0 auto 26px!important;
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-provider-logos img{
    display:block!important;
    flex:0 0 auto!important;
    max-width:78px!important;
    max-height:30px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
    margin:0!important;
  }
  html body #vfm-funnel .vfm-provider-logos .vfm-trustpilot{
    flex:0 0 100%!important;
    text-align:center!important;
    margin-top:2px!important;
  }
}

@media (max-width:390px){
  html body #vfm-funnel .vfm-clean-left{
    padding-left:12px!important;
    padding-right:12px!important;
  }
  html body #vfm-funnel .vfm-intro-title span{
    font-size:36px!important;
  }
  html body #vfm-funnel .vfm-intro-title small{
    font-size:26px!important;
  }
  html body #vfm-funnel .vfm-proof-strip,
  html body #vfm-funnel .vfm-destination-grid{
    gap:8px!important;
  }
}

/* === FINAL: step 1 temperature flow + remove Trustpilot text === */
html body #vfm-funnel .vfm-provider-logos .vfm-trustpilot,
html body #vfm-funnel .vfm-provider-logos span.vfm-trustpilot{
  display:none!important;
}
html body #vfm-funnel[data-step="1"] .vfm-proof-strip,
html body #vfm-funnel[data-step="1"] .vfm-destination-grid,
html body #vfm-funnel[data-step="1"] .vfm-popular-head,
html body #vfm-funnel[data-step="1"] .vfm-partner-label,
html body #vfm-funnel[data-step="1"] .vfm-provider-logos{
  display:none!important;
}
html body #vfm-funnel[data-step="1"] .vfm-clean-left{
  display:flex!important;
  flex-direction:column!important;
}
html body #vfm-funnel[data-step="1"] .vfm-step[data-step="1"].is-active{
  width:100%!important;
  max-width:760px!important;
}
html body #vfm-funnel[data-step="1"] .vfm-slider-card{
  margin-top:26px!important;
  margin-bottom:22px!important;
}
@media(max-width:1100px){
  html body #vfm-funnel[data-step="1"] .vfm-step[data-step="1"].is-active{max-width:none!important;}
  html body #vfm-funnel[data-step="1"] .vfm-clean-left{padding-top:72px!important;}
}


/* VFM temperature step rewrite: after clicking Start, only the temperature page content is shown. */
html body #vfm-funnel[data-step="1"] #vfm-step-intro,
html body #vfm-funnel[data-step="1"] .vfm-step-intro,
html body #vfm-funnel[data-step="1"] .vfm-intro-title,
html body #vfm-funnel[data-step="1"] .vfm-hero-checks,
html body #vfm-funnel[data-step="1"] .vfm-cta-row,
html body #vfm-funnel[data-step="1"] .vfm-proof-strip,
html body #vfm-funnel[data-step="1"] .vfm-popular-head,
html body #vfm-funnel[data-step="1"] .vfm-destination-grid,
html body #vfm-funnel[data-step="1"] .vfm-partner-label,
html body #vfm-funnel[data-step="1"] .vfm-provider-logos {display:none!important;}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature {display:block!important;}
html body #vfm-funnel[data-step="1"] .vfm-clean-bottom {display:flex!important;justify-content:flex-start!important;align-items:center!important;margin-top:34px!important;}
html body #vfm-funnel[data-step="1"] .vfm-safe-note {display:none!important;}
html body #vfm-funnel[data-step="1"] .vfm-step-actions {display:flex!important;gap:14px!important;margin:0!important;}
html body #vfm-funnel[data-step="1"] #vfm-prev-step {display:inline-flex!important;min-width:170px!important;background:#fff!important;color:#597086!important;border:1px solid #d9e6ee!important;box-shadow:none!important;}
html body #vfm-funnel[data-step="1"] #vfm-next-step {display:inline-flex!important;}
html body #vfm-funnel[data-step="1"] #vfm-show-results {display:none!important;}
html body #vfm-funnel[data-step="1"] .vfm-step-back-inline, html body #vfm-funnel[data-step="1"] .vfm-good-to-know {display:none!important;}
html body #vfm-funnel[data-step="1"] .vfm-clean-progress strong {visibility:hidden!important;}
html body #vfm-funnel[data-step="1"] .vfm-clean-progress strong::after {content:'Stap 1 van 4';visibility:visible!important;}
@media(max-width:1100px){html body #vfm-funnel[data-step="1"] .vfm-step-actions{width:100%!important;flex-direction:column!important;}html body #vfm-funnel[data-step="1"] #vfm-prev-step,html body #vfm-funnel[data-step="1"] #vfm-next-step{width:100%!important;}}


/* === VFM requested cleanup v2: remove intro bullets + temperature sun icon/title sizing === */
html body #vfm-funnel[data-step="0"] .vfm-hero-checks,
html body #vfm-funnel #vfm-step-intro .vfm-hero-checks{display:none!important;}
html body #vfm-funnel[data-step="0"] .vfm-intro-title,
html body #vfm-funnel[data-step="0"] .vfm-step-intro h2.vfm-intro-title{margin-top:30px!important;margin-bottom:28px!important;}
html body #vfm-funnel[data-step="0"] .vfm-cta-row{margin-top:0!important;}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-step__emoji{display:none!important;}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2{font-size:56px!important;line-height:1.02!important;letter-spacing:-.04em!important;font-weight:600!important;color:#071f3f!important;margin:30px 0 18px!important;max-width:850px!important;}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-values span:first-child{display:none!important;}
@media(max-width:1100px){html body #vfm-funnel[data-step="0"] .vfm-intro-title,html body #vfm-funnel[data-step="0"] .vfm-step-intro h2.vfm-intro-title{margin-top:22px!important;margin-bottom:24px!important;}html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2{font-size:40px!important;margin-top:10px!important;}}
@media(max-width:390px){html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2{font-size:36px!important;}}

/* === 19.0.0: temperature step tip + updated review image/text === */
html body #vfm-funnel[data-step="1"] .vfm-temperature-tip,
html body #vfm-funnel[data-step="1"] .vfm-good-to-know.vfm-temperature-tip{
  display:flex!important;
  margin-top:24px!important;
  max-width:620px!important;
}
html body #vfm-funnel[data-step="1"] .vfm-step-back-inline{display:none!important;}
html body #vfm-funnel .vfm-step-temperature h2{
  font-size:56px!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
  font-weight:600!important;
  color:#071f3f!important;
  margin-bottom:14px!important;
}
html body #vfm-funnel .vfm-review-card{min-height:132px!important;height:auto!important;}
html body #vfm-funnel .vfm-review-card p{margin:0 0 10px!important;font-size:15px!important;line-height:1.35!important;}
@media(max-width:1100px){
  html body #vfm-funnel .vfm-step-temperature h2{font-size:40px!important;}
  html body #vfm-funnel[data-step="1"] .vfm-temperature-tip{margin-top:18px!important;}
}

/* === 20.0.0: requested page 2 subtitle/spacing + page-specific reviews === */
html body #vfm-funnel[data-step="1"] .vfm-plan-progress{margin-top:18px!important;margin-bottom:12px!important;}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2{margin-top:0!important;}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-step-lead{font-size:40px!important;line-height:1.08!important;letter-spacing:-.03em!important;font-weight:500!important;color:#071f3f!important;margin:0 0 24px!important;max-width:760px!important;}
html body #vfm-funnel[data-step="1"] .vfm-temperature-tip,html body #vfm-funnel[data-step="1"] .vfm-good-to-know.vfm-temperature-tip{margin-top:24px!important;margin-bottom:0!important;}
html body #vfm-funnel[data-step="1"] .vfm-clean-bottom{margin-top:59px!important;}
html body #vfm-funnel .vfm-clean-right .vfm-review-card.vfm-review-card--intro,html body #vfm-funnel .vfm-clean-right .vfm-review-card.vfm-review-card--temperature{display:none!important;}
html body #vfm-funnel[data-step="0"] .vfm-clean-right .vfm-review-card.vfm-review-card--intro{display:flex!important;}
html body #vfm-funnel[data-step="1"] .vfm-clean-right .vfm-review-card.vfm-review-card--temperature{display:flex!important;}
@media(max-width:1100px){html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-step-lead{font-size:30px!important;}html body #vfm-funnel[data-step="1"] .vfm-clean-bottom{margin-top:43px!important;}}
@media(max-width:390px){html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-step-lead{font-size:27px!important;}}

/* === 21.0.0: flight duration step with page-specific review === */
html body #vfm-funnel[data-step="2"] #vfm-step-intro,
html body #vfm-funnel[data-step="2"] .vfm-step-intro,
html body #vfm-funnel[data-step="2"] .vfm-intro-title,
html body #vfm-funnel[data-step="2"] .vfm-hero-checks,
html body #vfm-funnel[data-step="2"] .vfm-cta-row,
html body #vfm-funnel[data-step="2"] .vfm-proof-strip,
html body #vfm-funnel[data-step="2"] .vfm-popular-head,
html body #vfm-funnel[data-step="2"] .vfm-destination-grid,
html body #vfm-funnel[data-step="2"] .vfm-partner-label,
html body #vfm-funnel[data-step="2"] .vfm-provider-logos{display:none!important;}
html body #vfm-funnel[data-step="2"] #vfm-step-flight{display:block!important;width:100%!important;max-width:760px!important;}
html body #vfm-funnel[data-step="2"] .vfm-clean-left{display:flex!important;flex-direction:column!important;}
html body #vfm-funnel[data-step="2"] .vfm-plan-progress{margin-top:18px!important;margin-bottom:12px!important;}
html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-step__emoji{display:none!important;}
html body #vfm-funnel[data-step="2"] #vfm-step-flight h2{font-size:56px!important;line-height:1.02!important;letter-spacing:-.04em!important;font-weight:600!important;color:#071f3f!important;margin:0 0 18px!important;max-width:850px!important;}
html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-step-lead{font-size:40px!important;line-height:1.08!important;letter-spacing:-.03em!important;font-weight:500!important;color:#071f3f!important;margin:0 0 24px!important;max-width:760px!important;}
html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-slider-card{margin-top:26px!important;margin-bottom:22px!important;}
html body #vfm-funnel[data-step="2"] .vfm-flight-tip,
html body #vfm-funnel[data-step="2"] .vfm-good-to-know.vfm-flight-tip{display:flex!important;margin-top:24px!important;margin-bottom:0!important;max-width:620px!important;}
html body #vfm-funnel[data-step="2"] .vfm-clean-bottom{display:flex!important;justify-content:flex-start!important;align-items:center!important;margin-top:59px!important;}
html body #vfm-funnel[data-step="2"] .vfm-safe-note{display:none!important;}
html body #vfm-funnel[data-step="2"] .vfm-step-actions{display:flex!important;gap:14px!important;margin:0!important;}
html body #vfm-funnel[data-step="2"] #vfm-prev-step{display:inline-flex!important;min-width:170px!important;background:#fff!important;color:#597086!important;border:1px solid #d9e6ee!important;box-shadow:none!important;}
html body #vfm-funnel[data-step="2"] #vfm-next-step{display:inline-flex!important;}
html body #vfm-funnel[data-step="2"] #vfm-show-results{display:none!important;}
html body #vfm-funnel .vfm-clean-right .vfm-review-card.vfm-review-card--flight{display:none!important;}
html body #vfm-funnel[data-step="2"] .vfm-clean-right .vfm-review-card.vfm-review-card--intro,
html body #vfm-funnel[data-step="2"] .vfm-clean-right .vfm-review-card.vfm-review-card--temperature{display:none!important;}
html body #vfm-funnel[data-step="2"] .vfm-clean-right .vfm-review-card.vfm-review-card--flight{display:flex!important;}
@media(max-width:1100px){
  html body #vfm-funnel[data-step="2"] #vfm-step-flight{max-width:none!important;}
  html body #vfm-funnel[data-step="2"] .vfm-clean-left{padding-top:72px!important;}
  html body #vfm-funnel[data-step="2"] #vfm-step-flight h2{font-size:40px!important;margin-top:10px!important;}
  html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-step-lead{font-size:30px!important;}
  html body #vfm-funnel[data-step="2"] .vfm-clean-bottom{margin-top:43px!important;}
  html body #vfm-funnel[data-step="2"] .vfm-step-actions{width:100%!important;flex-direction:column!important;}
  html body #vfm-funnel[data-step="2"] #vfm-prev-step,html body #vfm-funnel[data-step="2"] #vfm-next-step{width:100%!important;}
}
@media(max-width:390px){html body #vfm-funnel[data-step="2"] #vfm-step-flight h2{font-size:36px!important;}html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-step-lead{font-size:27px!important;}}

/* === 22.0.0: final fixes - working sliders, no subtitles on pages 2/3, aligned reviews === */
html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-step-lead,
html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-step-lead{display:none!important;}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,
html body #vfm-funnel[data-step="2"] #vfm-step-flight h2{font-size:56px!important;line-height:1.02!important;letter-spacing:-.04em!important;font-weight:600!important;color:#071f3f!important;margin:0 0 28px!important;max-width:850px!important;}
html body #vfm-funnel[data-step="1"] .vfm-plan-progress,
html body #vfm-funnel[data-step="2"] .vfm-plan-progress{margin-top:18px!important;margin-bottom:12px!important;}
html body #vfm-funnel[data-step="1"] .vfm-slider-card,
html body #vfm-funnel[data-step="2"] .vfm-slider-card{margin-top:0!important;margin-bottom:22px!important;}
html body #vfm-funnel[data-step="1"] .vfm-temperature-tip,
html body #vfm-funnel[data-step="2"] .vfm-flight-tip{margin-top:24px!important;margin-bottom:0!important;}
html body #vfm-funnel[data-step="1"] .vfm-clean-bottom,
html body #vfm-funnel[data-step="2"] .vfm-clean-bottom{margin-top:59px!important;}
html body #vfm-funnel .vfm-clean-right .vfm-review-card,
html body #vfm-funnel .vfm-clean-right .vfm-review-card ~ .vfm-review-card,
html body #vfm-funnel .vfm-clean-right .vfm-review-card:nth-of-type(n+2),
html body #vfm-funnel .vfm-clean-right .vfm-review-card:last-of-type{display:none!important;position:absolute!important;right:64px!important;bottom:66px!important;top:auto!important;width:340px!important;min-height:132px!important;border-radius:16px!important;background:rgba(255,255,255,.95)!important;box-shadow:0 18px 50px rgba(5,32,56,.16)!important;padding:24px 26px!important;align-items:center!important;gap:20px!important;color:#071f3f!important;z-index:3!important;}
html body #vfm-funnel[data-step="0"] .vfm-clean-right .vfm-review-card.vfm-review-card--intro,
html body #vfm-funnel[data-step="1"] .vfm-clean-right .vfm-review-card.vfm-review-card--temperature,
html body #vfm-funnel[data-step="2"] .vfm-clean-right .vfm-review-card.vfm-review-card--flight{display:flex!important;}
html body #vfm-funnel .vfm-review-card p{margin:0 0 10px!important;font-size:15px!important;line-height:1.35!important;color:#34445c!important;font-weight:400!important;}
html body #vfm-funnel .vfm-review-card strong{display:block!important;color:#F7B927!important;font-size:17px!important;line-height:1!important;font-weight:600!important;letter-spacing:1px!important;}
html body #vfm-funnel .vfm-review-card strong b{color:#071f3f!important;font-size:15px!important;font-weight:600!important;letter-spacing:0!important;margin-left:12px!important;}
html body #vfm-funnel .vfm-review-card small{display:block!important;margin-top:6px!important;color:#536277!important;font-size:12px!important;font-weight:400!important;}
html body #vfm-funnel #vfm-temp-slider,
html body #vfm-funnel #vfm-flight-slider{min-height:28px!important;pointer-events:auto!important;touch-action:none!important;}
html body #vfm-funnel #vfm-temp-slider .noUi-handle,
html body #vfm-funnel #vfm-flight-slider .noUi-handle{cursor:grab!important;pointer-events:auto!important;}
@media(max-width:1100px){html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,html body #vfm-funnel[data-step="2"] #vfm-step-flight h2{font-size:40px!important;margin-top:10px!important;}html body #vfm-funnel[data-step="1"] .vfm-clean-bottom,html body #vfm-funnel[data-step="2"] .vfm-clean-bottom{margin-top:43px!important;}html body #vfm-funnel .vfm-clean-right .vfm-review-card{display:none!important;}}
@media(max-width:390px){html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,html body #vfm-funnel[data-step="2"] #vfm-step-flight h2{font-size:36px!important;}}

/* === 23.0.0: slider fix + improved visual size === */
html body #vfm-funnel #vfm-temp-slider,
html body #vfm-funnel #vfm-flight-slider,
html body #vfm-funnel #vfm-budget-slider{
  display:block!important;width:100%!important;height:16px!important;min-height:16px!important;margin:30px 0 24px!important;padding:0!important;position:relative!important;z-index:10!important;pointer-events:auto!important;touch-action:pan-y!important;cursor:pointer!important;
}
html body #vfm-funnel #vfm-temp-slider.noUi-target,
html body #vfm-funnel #vfm-flight-slider.noUi-target,
html body #vfm-funnel #vfm-budget-slider.noUi-target{
  border:0!important;border-radius:999px!important;background:#dbe9f0!important;box-shadow:inset 0 2px 5px rgba(7,31,63,.08)!important;
}
html body #vfm-funnel #vfm-temp-slider .noUi-connect,
html body #vfm-funnel #vfm-flight-slider .noUi-connect,
html body #vfm-funnel #vfm-budget-slider .noUi-connect{background:linear-gradient(90deg,#59d0d8,#16a9b6)!important;border-radius:999px!important;}
html body #vfm-funnel #vfm-temp-slider.noUi-horizontal .noUi-handle,
html body #vfm-funnel #vfm-flight-slider.noUi-horizontal .noUi-handle,
html body #vfm-funnel #vfm-budget-slider.noUi-horizontal .noUi-handle{
  width:36px!important;height:36px!important;right:-18px!important;top:-10px!important;border:5px solid #fff!important;border-radius:50%!important;background:#16a9b6!important;box-shadow:0 10px 24px rgba(7,31,63,.22)!important;cursor:grab!important;pointer-events:auto!important;
}
html body #vfm-funnel #vfm-temp-slider.noUi-horizontal .noUi-handle:active,
html body #vfm-funnel #vfm-flight-slider.noUi-horizontal .noUi-handle:active,
html body #vfm-funnel #vfm-budget-slider.noUi-horizontal .noUi-handle:active{cursor:grabbing!important;transform:scale(1.04)!important;}
html body #vfm-funnel .noUi-handle:before,html body #vfm-funnel .noUi-handle:after{display:none!important;}
html body #vfm-funnel .noUi-touch-area{position:absolute!important;inset:-12px!important;cursor:inherit!important;}
html body #vfm-funnel .noUi-tooltip{display:none!important;}
html body #vfm-funnel .vfm-slider-card{overflow:visible!important;padding-top:34px!important;padding-bottom:30px!important;}
html body #vfm-funnel .vfm-slider-labels{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:8px!important;color:#071f3f!important;}
html body #vfm-funnel .vfm-values{margin-top:12px!important;color:#51677d!important;font-size:16px!important;}
html body #vfm-funnel .vfm-values strong{color:#071f3f!important;font-weight:600!important;}

/* === 24.0.0: requested layout + reliable native temperature slider === */
html body #vfm-funnel .vfm-plan-progress{margin-top:48px!important;}
html body #vfm-funnel[data-step="1"] .vfm-plan-progress,html body #vfm-funnel[data-step="2"] .vfm-plan-progress{margin-top:48px!important;margin-bottom:12px!important;}
html body #vfm-funnel .vfm-good-to-know,html body #vfm-funnel .vfm-temperature-tip,html body #vfm-funnel .vfm-flight-tip{box-sizing:border-box!important;width:100%!important;max-width:none!important;align-self:stretch!important;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range{height:46px!important;min-height:46px!important;margin:22px 0 18px!important;background:transparent!important;box-shadow:none!important;border:0!important;position:relative!important;z-index:20!important;touch-action:none!important;--vfm-temp-min:62.5%;--vfm-temp-max:87.5%;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range .vfm-native-range__track,html body #vfm-funnel #vfm-temp-slider.vfm-native-range .vfm-native-range__fill{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;height:12px!important;border-radius:999px!important;pointer-events:none!important;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range .vfm-native-range__track{left:0!important;right:0!important;background:#dbe9f0!important;box-shadow:inset 0 2px 5px rgba(7,31,63,.08)!important;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range .vfm-native-range__fill{left:var(--vfm-temp-min)!important;right:calc(100% - var(--vfm-temp-max))!important;background:linear-gradient(90deg,#59d0d8,#16a9b6)!important;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range input[type="range"]{position:absolute!important;left:0!important;top:0!important;width:100%!important;height:46px!important;margin:0!important;padding:0!important;background:transparent!important;appearance:none!important;-webkit-appearance:none!important;pointer-events:none!important;z-index:22!important;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range input[type="range"]::-webkit-slider-runnable-track{height:46px!important;background:transparent!important;border:0!important;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range input[type="range"]::-moz-range-track{height:46px!important;background:transparent!important;border:0!important;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none!important;appearance:none!important;width:36px!important;height:36px!important;margin-top:5px!important;border:5px solid #fff!important;border-radius:50%!important;background:#16a9b6!important;box-shadow:0 10px 24px rgba(7,31,63,.22)!important;cursor:grab!important;pointer-events:auto!important;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range input[type="range"]::-moz-range-thumb{width:26px!important;height:26px!important;border:5px solid #fff!important;border-radius:50%!important;background:#16a9b6!important;box-shadow:0 10px 24px rgba(7,31,63,.22)!important;cursor:grab!important;pointer-events:auto!important;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range input[type="range"]:active::-webkit-slider-thumb{cursor:grabbing!important;transform:scale(1.04)!important;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range input[type="range"]:active::-moz-range-thumb{cursor:grabbing!important;transform:scale(1.04)!important;}

/* V22.0.1 - robuuste temperatuur-slider */
html body #vfm-funnel #vfm-temp-slider.vfm-native-range{cursor:pointer!important;touch-action:none!important;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range input[type="range"]{opacity:0!important;pointer-events:none!important;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range::before,html body #vfm-funnel #vfm-temp-slider.vfm-native-range::after{content:""!important;position:absolute!important;top:50%!important;width:34px!important;height:34px!important;border:5px solid #fff!important;border-radius:50%!important;background:#16a9b6!important;box-shadow:0 10px 24px rgba(7,31,63,.22)!important;transform:translate(-50%,-50%)!important;z-index:30!important;pointer-events:none!important;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range::before{left:var(--vfm-temp-min)!important;}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range::after{left:var(--vfm-temp-max)!important;}

/* === Definitieve temperatuur-slider en layout fixes === */
html body #vfm-funnel .vfm-plan-progress{
  margin-top:24px!important;
}
html body #vfm-funnel[data-step="1"] .vfm-plan-progress,
html body #vfm-funnel[data-step="2"] .vfm-plan-progress{
  margin-top:24px!important;
  margin-bottom:12px!important;
}
html body #vfm-funnel[data-step="1"] .vfm-step-lead,
html body #vfm-funnel[data-step="2"] .vfm-step-lead{
  display:none!important;
}
html body #vfm-funnel .vfm-good-to-know,
html body #vfm-funnel .vfm-temperature-tip,
html body #vfm-funnel .vfm-flight-tip{
  width:100%!important;
  max-width:720px!important;
  box-sizing:border-box!important;
}
html body #vfm-funnel .vfm-slider-card{
  width:100%!important;
  max-width:720px!important;
  box-sizing:border-box!important;
}
html body #vfm-funnel #vfm-temp-slider.vfm-native-range,
html body #vfm-funnel #vfm-temp-slider.vfm-native-range::before,
html body #vfm-funnel #vfm-temp-slider.vfm-native-range::after,
html body #vfm-funnel #vfm-temp-slider.vfm-native-range input[type="range"]{
  all:unset!important;
}
html body #vfm-funnel #vfm-temp-slider.vfm-dual-slider{
  position:relative!important;
  height:68px!important;
  min-height:68px!important;
  margin:24px 0 18px!important;
  cursor:pointer!important;
  touch-action:none!important;
  user-select:none!important;
  --vfm-temp-min:62.5%;
  --vfm-temp-max:87.5%;
}
html body #vfm-funnel .vfm-dual-slider__track,
html body #vfm-funnel .vfm-dual-slider__fill{
  position:absolute!important;
  top:34px!important;
  transform:translateY(-50%)!important;
  height:10px!important;
  border-radius:999px!important;
  pointer-events:none!important;
}
html body #vfm-funnel .vfm-dual-slider__track{
  left:0!important;
  right:0!important;
  background:#dbe9f0!important;
  box-shadow:inset 0 2px 5px rgba(7,31,63,.08)!important;
}
html body #vfm-funnel .vfm-dual-slider__fill{
  left:var(--vfm-temp-min)!important;
  right:calc(100% - var(--vfm-temp-max))!important;
  background:linear-gradient(90deg,#5fd3dc,#16a9b6)!important;
}
html body #vfm-funnel .vfm-dual-slider__handle{
  position:absolute!important;
  top:34px!important;
  transform:translate(-50%,-50%)!important;
  width:40px!important;
  height:40px!important;
  border:5px solid #fff!important;
  border-radius:50%!important;
  background:#16a9b6!important;
  box-shadow:0 12px 26px rgba(7,31,63,.24)!important;
  cursor:grab!important;
  z-index:5!important;
  display:block!important;
  padding:0!important;
  outline:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}
html body #vfm-funnel .vfm-dual-slider__handle:active,
html body #vfm-funnel .vfm-dual-slider.is-dragging .vfm-dual-slider__handle{
  cursor:grabbing!important;
}
html body #vfm-funnel .vfm-dual-slider__handle:focus-visible{
  box-shadow:0 0 0 4px rgba(22,169,182,.22),0 12px 26px rgba(7,31,63,.24)!important;
}
html body #vfm-funnel .vfm-dual-slider__handle span{
  position:absolute!important;
  left:50%!important;
  bottom:48px!important;
  transform:translateX(-50%)!important;
  background:#0b2b46!important;
  color:#fff!important;
  border-radius:999px!important;
  padding:5px 10px!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1!important;
  white-space:nowrap!important;
  opacity:0!important;
  transition:opacity .15s ease!important;
  pointer-events:none!important;
}
html body #vfm-funnel .vfm-dual-slider__handle:hover span,
html body #vfm-funnel .vfm-dual-slider__handle:focus span,
html body #vfm-funnel .vfm-dual-slider.is-dragging .vfm-dual-slider__handle span{
  opacity:1!important;
}
html body #vfm-funnel .vfm-dual-slider__handle--min{left:var(--vfm-temp-min)!important;}
html body #vfm-funnel .vfm-dual-slider__handle--max{left:var(--vfm-temp-max)!important;}
html body #vfm-funnel #vfm-temp-range-min,
html body #vfm-funnel #vfm-temp-range-max{
  display:none!important;
}


/* === USER FINAL FIX: verwijder gekozen bereik op temperatuur + tipblok exact even breed als bovenliggend blok === */
html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-values{
  display:none!important;
}
html body #vfm-funnel .vfm-step .vfm-slider-card,
html body #vfm-funnel .vfm-step .vfm-good-to-know,
html body #vfm-funnel .vfm-step .vfm-temperature-tip,
html body #vfm-funnel .vfm-step .vfm-flight-tip{
  width:100%!important;
  max-width:720px!important;
  box-sizing:border-box!important;
}
html body #vfm-funnel .vfm-step .vfm-good-to-know,
html body #vfm-funnel .vfm-step .vfm-temperature-tip,
html body #vfm-funnel .vfm-step .vfm-flight-tip{
  align-self:flex-start!important;
}

/* === FINAL USER FIX 2026-04-26: tip width + bold selected values === */
html body #vfm-funnel #vfm-step-temperature.vfm-step.is-active,
html body #vfm-funnel #vfm-step-flight.vfm-step.is-active,
html body #vfm-funnel .vfm-step.is-active{
  align-items:flex-start!important;
}
html body #vfm-funnel #vfm-step-temperature .vfm-slider-card,
html body #vfm-funnel #vfm-step-temperature .vfm-good-to-know,
html body #vfm-funnel #vfm-step-temperature .vfm-temperature-tip,
html body #vfm-funnel #vfm-step-flight .vfm-slider-card,
html body #vfm-funnel #vfm-step-flight .vfm-good-to-know,
html body #vfm-funnel #vfm-step-flight .vfm-flight-tip{
  display:flex!important;
  width:720px!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  align-self:flex-start!important;
  flex:0 0 auto!important;
}
html body #vfm-funnel #vfm-step-temperature .vfm-slider-card,
html body #vfm-funnel #vfm-step-flight .vfm-slider-card{
  display:block!important;
}
html body #vfm-funnel #vfm-step-temperature .vfm-slider-labels strong,
html body #vfm-funnel #vfm-step-temperature #vfm-temp-label-min,
html body #vfm-funnel #vfm-step-temperature #vfm-temp-label-max{
  font-weight:900!important;
  color:#071f3f!important;
}
html body #vfm-funnel #vfm-step-flight .vfm-values,
html body #vfm-funnel #vfm-step-flight .vfm-values strong,
html body #vfm-funnel #vfm-step-flight #vfm-flight-value{
  font-weight:900!important;
  color:#071f3f!important;
}
@media(max-width:1100px){
  html body #vfm-funnel #vfm-step-temperature .vfm-slider-card,
  html body #vfm-funnel #vfm-step-temperature .vfm-good-to-know,
  html body #vfm-funnel #vfm-step-temperature .vfm-temperature-tip,
  html body #vfm-funnel #vfm-step-flight .vfm-slider-card,
  html body #vfm-funnel #vfm-step-flight .vfm-good-to-know,
  html body #vfm-funnel #vfm-step-flight .vfm-flight-tip{
    width:100%!important;
    max-width:100%!important;
  }
}

/* === PERIODE STAP: maandselectie + eigen review === */
html body #vfm-funnel[data-step="3"] .vfm-plan-progress{margin-top:24px!important;margin-bottom:12px!important;}
html body #vfm-funnel[data-step="3"] .vfm-step-lead{display:none!important;}
html body #vfm-funnel #vfm-step-period .vfm-slider-card,
html body #vfm-funnel #vfm-step-period .vfm-good-to-know,
html body #vfm-funnel #vfm-step-period .vfm-period-tip{display:flex!important;width:720px!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;align-self:flex-start!important;flex:0 0 auto!important;}
html body #vfm-funnel #vfm-step-period .vfm-slider-card{display:block!important;margin-top:0!important;margin-bottom:22px!important;}
html body #vfm-funnel #vfm-step-period .vfm-period-rule{margin:0 0 22px!important;color:#51677d!important;font-size:16px!important;}
html body #vfm-funnel #vfm-step-period .vfm-period-rule strong{font-weight:900!important;color:#071f3f!important;}
html body #vfm-funnel #vfm-step-period .vfm-month-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;width:100%!important;max-width:none!important;}
html body #vfm-funnel #vfm-step-period .vfm-chip{min-height:74px!important;border:1px solid #d9e5ec!important;border-radius:18px!important;background:#fff!important;padding:13px 12px!important;color:#0b2b46!important;cursor:pointer!important;box-shadow:0 8px 20px rgba(20,55,80,.05)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;text-align:center!important;}
html body #vfm-funnel #vfm-step-period .vfm-chip strong{font-size:18px!important;line-height:1!important;font-weight:900!important;}
html body #vfm-funnel #vfm-step-period .vfm-chip span{display:block!important;font-size:12px!important;color:#66778a!important;font-weight:650!important;}
html body #vfm-funnel #vfm-step-period .vfm-chip.is-active{background:#49c5cf!important;border-color:#49c5cf!important;color:#fff!important;box-shadow:0 12px 26px rgba(22,169,182,.20)!important;}
html body #vfm-funnel #vfm-step-period .vfm-chip.is-active span{color:#eaffff!important;}
html body #vfm-funnel[data-step="3"] .vfm-clean-right .vfm-review-card.vfm-review-card--intro,
html body #vfm-funnel[data-step="3"] .vfm-clean-right .vfm-review-card.vfm-review-card--temperature,
html body #vfm-funnel[data-step="3"] .vfm-clean-right .vfm-review-card.vfm-review-card--flight{display:none!important;}
html body #vfm-funnel .vfm-clean-right .vfm-review-card.vfm-review-card--period{display:none!important;}
html body #vfm-funnel[data-step="3"] .vfm-clean-right .vfm-review-card.vfm-review-card--period{display:flex!important;}
@media(max-width:1100px){html body #vfm-funnel #vfm-step-period .vfm-slider-card,html body #vfm-funnel #vfm-step-period .vfm-good-to-know,html body #vfm-funnel #vfm-step-period .vfm-period-tip{width:100%!important;max-width:100%!important;}html body #vfm-funnel #vfm-step-period .vfm-month-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media(max-width:640px){html body #vfm-funnel #vfm-step-period .vfm-month-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}

/* === DEFINITIEVE FIX: periodepagina geen overlap + tips 12px === */
html body #vfm-funnel .vfm-clean-left > .vfm-step{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
html body #vfm-funnel .vfm-clean-left > .vfm-step.is-active{
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
html body #vfm-funnel .vfm-clean-left > #vfm-step-intro.vfm-step.is-active{
  display:block!important;
}
html body #vfm-funnel .vfm-clean-left > #vfm-step-temperature.vfm-step.is-active,
html body #vfm-funnel .vfm-clean-left > #vfm-step-flight.vfm-step.is-active,
html body #vfm-funnel .vfm-clean-left > #vfm-step-period.vfm-step.is-active,
html body #vfm-funnel .vfm-clean-left > #vfm-step-budget.vfm-step.is-active{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
}
html body #vfm-funnel[data-step="3"] #vfm-step-intro,
html body #vfm-funnel[data-step="3"] #vfm-step-temperature,
html body #vfm-funnel[data-step="3"] #vfm-step-flight,
html body #vfm-funnel[data-step="3"] #vfm-step-budget,
html body #vfm-funnel[data-step="3"] .vfm-proof-strip,
html body #vfm-funnel[data-step="3"] .vfm-popular-head,
html body #vfm-funnel[data-step="3"] .vfm-destination-grid,
html body #vfm-funnel[data-step="3"] .vfm-partner-label,
html body #vfm-funnel[data-step="3"] .vfm-provider-logos,
html body #vfm-funnel[data-step="3"] .vfm-cta-row{
  display:none!important;
}
html body #vfm-funnel #vfm-step-period.vfm-step.is-active{
  display:flex!important;
}
html body #vfm-funnel .vfm-good-to-know,
html body #vfm-funnel .vfm-good-to-know p,
html body #vfm-funnel .vfm-good-to-know strong,
html body #vfm-funnel .vfm-good-to-know br{
  font-size:12px!important;
  line-height:1.45!important;
}
html body #vfm-funnel #vfm-step-temperature .vfm-slider-card,
html body #vfm-funnel #vfm-step-temperature .vfm-good-to-know,
html body #vfm-funnel #vfm-step-flight .vfm-slider-card,
html body #vfm-funnel #vfm-step-flight .vfm-good-to-know,
html body #vfm-funnel #vfm-step-period .vfm-slider-card,
html body #vfm-funnel #vfm-step-period .vfm-good-to-know,
html body #vfm-funnel #vfm-step-budget .vfm-slider-card,
html body #vfm-funnel #vfm-step-budget .vfm-good-to-know{
  width:720px!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  align-self:flex-start!important;
}
html body #vfm-funnel .vfm-clean-right .vfm-review-card{display:none!important;}
html body #vfm-funnel[data-step="0"] .vfm-clean-right .vfm-review-card--intro,
html body #vfm-funnel[data-step="1"] .vfm-clean-right .vfm-review-card--temperature,
html body #vfm-funnel[data-step="2"] .vfm-clean-right .vfm-review-card--flight,
html body #vfm-funnel[data-step="3"] .vfm-clean-right .vfm-review-card--period{
  display:flex!important;
}
@media(max-width:1100px){
  html body #vfm-funnel #vfm-step-temperature .vfm-slider-card,
  html body #vfm-funnel #vfm-step-temperature .vfm-good-to-know,
  html body #vfm-funnel #vfm-step-flight .vfm-slider-card,
  html body #vfm-funnel #vfm-step-flight .vfm-good-to-know,
  html body #vfm-funnel #vfm-step-period .vfm-slider-card,
  html body #vfm-funnel #vfm-step-period .vfm-good-to-know,
  html body #vfm-funnel #vfm-step-budget .vfm-slider-card,
  html body #vfm-funnel #vfm-step-budget .vfm-good-to-know{
    width:100%!important;
    max-width:100%!important;
  }
}

/* === FINAL PERIODE FIX: vaste positie stappen/titels + 6x2 maanden === */
html body #vfm-funnel .vfm-step__emoji{display:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}
html body #vfm-funnel[data-step="1"] .vfm-plan-progress,html body #vfm-funnel[data-step="2"] .vfm-plan-progress,html body #vfm-funnel[data-step="3"] .vfm-plan-progress,html body #vfm-funnel[data-step="4"] .vfm-plan-progress{margin-top:24px!important;margin-bottom:25px!important;}
html body #vfm-funnel[data-step="1"] .vfm-step.is-active h2,html body #vfm-funnel[data-step="2"] .vfm-step.is-active h2,html body #vfm-funnel[data-step="3"] .vfm-step.is-active h2,html body #vfm-funnel[data-step="4"] .vfm-step.is-active h2{margin-top:0!important;margin-bottom:22px!important;}
html body #vfm-funnel #vfm-step-period h2{font-size:56px!important;line-height:1.02!important;letter-spacing:-.045em!important;font-weight:400!important;color:#071f3f!important;max-width:720px!important;}
html body #vfm-funnel #vfm-step-period .vfm-step-lead{display:none!important;}
html body #vfm-funnel #vfm-step-period .vfm-month-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-template-rows:repeat(2,auto)!important;gap:10px!important;width:100%!important;max-width:none!important;}
html body #vfm-funnel #vfm-step-period .vfm-chip{min-height:54px!important;border-radius:14px!important;padding:8px 7px!important;gap:2px!important;}
html body #vfm-funnel #vfm-step-period .vfm-chip strong{font-size:14px!important;line-height:1!important;}
html body #vfm-funnel #vfm-step-period .vfm-chip span{font-size:10px!important;line-height:1.1!important;}
html body #vfm-funnel #vfm-step-period .vfm-slider-card{padding:24px 28px!important;}
html body #vfm-funnel .vfm-good-to-know,html body #vfm-funnel .vfm-good-to-know p,html body #vfm-funnel .vfm-good-to-know strong,html body #vfm-funnel .vfm-good-to-know br{font-size:12px!important;line-height:1.45!important;}
@media(max-width:1100px){html body #vfm-funnel[data-step="1"] .vfm-plan-progress,html body #vfm-funnel[data-step="2"] .vfm-plan-progress,html body #vfm-funnel[data-step="3"] .vfm-plan-progress,html body #vfm-funnel[data-step="4"] .vfm-plan-progress{margin-top:48px!important;margin-bottom:25px!important;}html body #vfm-funnel #vfm-step-period h2{font-size:52px!important;}html body #vfm-funnel #vfm-step-period .vfm-month-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media(max-width:640px){html body #vfm-funnel #vfm-step-period h2{font-size:42px!important;}html body #vfm-funnel #vfm-step-period .vfm-month-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}

/* === DEFINITIEVE FIX: identieke titelpositie en typografie voor Temperatuur, Vliegtijd en Periode === */
html body #vfm-funnel[data-step="1"] .vfm-plan-progress,
html body #vfm-funnel[data-step="2"] .vfm-plan-progress,
html body #vfm-funnel[data-step="3"] .vfm-plan-progress{
  margin-top:24px!important;
  margin-bottom:25px!important;
}
html body #vfm-funnel #vfm-step-temperature .vfm-step-lead,
html body #vfm-funnel #vfm-step-flight .vfm-step-lead,
html body #vfm-funnel #vfm-step-period .vfm-step-lead{
  display:none!important;
}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,
html body #vfm-funnel[data-step="2"] #vfm-step-flight h2,
html body #vfm-funnel[data-step="3"] #vfm-step-period h2{
  display:block!important;
  margin:0 0 22px!important;
  padding:0!important;
  color:#071f3f!important;
  font-family:inherit!important;
  font-size:56px!important;
  font-weight:600!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
  max-width:850px!important;
  text-align:left!important;
}
@media(max-width:1100px){
  html body #vfm-funnel[data-step="1"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="2"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="3"] .vfm-plan-progress{
    margin-top:48px!important;
    margin-bottom:25px!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight h2,
  html body #vfm-funnel[data-step="3"] #vfm-step-period h2{
    font-size:40px!important;
    line-height:1.06!important;
    letter-spacing:-.035em!important;
    margin:0 0 20px!important;
  }
}
@media(max-width:390px){
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight h2,
  html body #vfm-funnel[data-step="3"] #vfm-step-period h2{
    font-size:36px!important;
  }
}

/* === PIXEL PERFECT HEADER FIX: one absolute grid for steps + titles === */
html body #vfm-funnel[data-step="1"] .vfm-clean-left,
html body #vfm-funnel[data-step="2"] .vfm-clean-left,
html body #vfm-funnel[data-step="3"] .vfm-clean-left{
  position:relative!important;
  padding-top:42px!important;
}
html body #vfm-funnel[data-step="1"] .vfm-plan-progress,
html body #vfm-funnel[data-step="2"] .vfm-plan-progress,
html body #vfm-funnel[data-step="3"] .vfm-plan-progress{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  width:auto!important;
  max-width:720px!important;
  height:auto!important;
  margin:24px 0 20px!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  z-index:5!important;
}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature.vfm-step.is-active,
html body #vfm-funnel[data-step="2"] #vfm-step-flight.vfm-step.is-active,
html body #vfm-funnel[data-step="3"] #vfm-step-period.vfm-step.is-active{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  padding-top:258px!important;
  margin:0!important;
  min-height:0!important;
}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,
html body #vfm-funnel[data-step="2"] #vfm-step-flight h2,
html body #vfm-funnel[data-step="3"] #vfm-step-period h2{
  display:block!important;
  box-sizing:border-box!important;
  width:850px!important;
  max-width:100%!important;
  min-height:0!important;
  margin:0 0 24px!important;
  padding:0!important;
  transform:none!important;
  color:#071f3f!important;
  font-family:inherit!important;
  font-size:56px!important;
  font-weight:600!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
  text-align:left!important;
}
html body #vfm-funnel #vfm-step-temperature .vfm-step-lead,
html body #vfm-funnel #vfm-step-flight .vfm-step-lead,
html body #vfm-funnel #vfm-step-period .vfm-step-lead{
  display:none!important;
  margin:0!important;
  padding:0!important;
  height:0!important;
  overflow:hidden!important;
}
html body #vfm-funnel #vfm-step-temperature .vfm-slider-card,
html body #vfm-funnel #vfm-step-temperature .vfm-good-to-know,
html body #vfm-funnel #vfm-step-flight .vfm-slider-card,
html body #vfm-funnel #vfm-step-flight .vfm-good-to-know,
html body #vfm-funnel #vfm-step-period .vfm-slider-card,
html body #vfm-funnel #vfm-step-period .vfm-good-to-know{
  width:720px!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  align-self:flex-start!important;
}
html body #vfm-funnel #vfm-step-temperature .vfm-good-to-know,
html body #vfm-funnel #vfm-step-flight .vfm-good-to-know,
html body #vfm-funnel #vfm-step-period .vfm-good-to-know{
  margin-top:22px!important;
}
html body #vfm-funnel .vfm-good-to-know,
html body #vfm-funnel .vfm-good-to-know p,
html body #vfm-funnel .vfm-good-to-know strong{
  font-size:12px!important;
  line-height:1.45!important;
}
@media(max-width:1100px){
  html body #vfm-funnel[data-step="1"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="2"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="3"] .vfm-plan-progress{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:100%!important;
    max-width:100%!important;
    margin:48px 0 25px!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature.vfm-step.is-active,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight.vfm-step.is-active,
  html body #vfm-funnel[data-step="3"] #vfm-step-period.vfm-step.is-active{
    padding-top:0!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight h2,
  html body #vfm-funnel[data-step="3"] #vfm-step-period h2{
    width:100%!important;
    font-size:40px!important;
    line-height:1.06!important;
    margin-bottom:20px!important;
  }
}

/* === HARD FIX 25PX: steps and title are pinned independently on every funnel page === */
html body #vfm-funnel[data-step="1"] .vfm-clean-left,
html body #vfm-funnel[data-step="2"] .vfm-clean-left,
html body #vfm-funnel[data-step="3"] .vfm-clean-left{
  position:relative!important;
}
html body #vfm-funnel[data-step="1"] .vfm-plan-progress,
html body #vfm-funnel[data-step="2"] .vfm-plan-progress,
html body #vfm-funnel[data-step="3"] .vfm-plan-progress{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  width:auto!important;
  max-width:720px!important;
  height:auto!important;
  margin:24px 0 20px!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  z-index:5!important;
}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,
html body #vfm-funnel[data-step="2"] #vfm-step-flight h2,
html body #vfm-funnel[data-step="3"] #vfm-step-period h2{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  width:850px!important;
  max-width:calc(100% - 88px)!important;
  margin:0!important;
  padding:0!important;
  z-index:10!important;
  color:#071f3f!important;
  font-family:inherit!important;
  font-size:56px!important;
  font-weight:600!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
  text-align:left!important;
  transform:none!important;
}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature.vfm-step.is-active,
html body #vfm-funnel[data-step="2"] #vfm-step-flight.vfm-step.is-active,
html body #vfm-funnel[data-step="3"] #vfm-step-period.vfm-step.is-active{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  padding-top:398px!important;
  margin:0!important;
  position:static!important;
  min-height:0!important;
}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-slider-card,
html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-slider-card,
html body #vfm-funnel[data-step="3"] #vfm-step-period .vfm-slider-card{
  margin-top:0!important;
  width:720px!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-good-to-know,
html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-good-to-know,
html body #vfm-funnel[data-step="3"] #vfm-step-period .vfm-good-to-know{
  width:720px!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  margin-top:22px!important;
}
html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-step-lead,
html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-step-lead,
html body #vfm-funnel[data-step="3"] #vfm-step-period .vfm-step-lead{
  display:none!important;
}
html body #vfm-funnel .vfm-good-to-know,
html body #vfm-funnel .vfm-good-to-know p,
html body #vfm-funnel .vfm-good-to-know strong{
  font-size:12px!important;
  line-height:1.45!important;
}
@media(max-width:1100px){
  html body #vfm-funnel[data-step="1"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="2"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="3"] .vfm-plan-progress{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:48px 0 25px!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight h2,
  html body #vfm-funnel[data-step="3"] #vfm-step-period h2{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:100%!important;
    max-width:100%!important;
    font-size:40px!important;
    line-height:1.06!important;
    margin:0 0 20px!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature.vfm-step.is-active,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight.vfm-step.is-active,
  html body #vfm-funnel[data-step="3"] #vfm-step-period.vfm-step.is-active{
    padding-top:0!important;
  }
}

/* === 26.0.0 USER REQUEST: desktop steps/title/content 125px omhoog + mobile no horizontal scroll === */
@media (min-width:1101px){
  html body #vfm-funnel[data-step="1"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="2"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="3"] .vfm-plan-progress{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:auto!important;
    max-width:720px!important;
    height:auto!important;
    margin:24px 0 20px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    z-index:5!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight h2,
  html body #vfm-funnel[data-step="3"] #vfm-step-period h2{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:100%!important;
    max-width:850px!important;
    margin:0 0 24px!important;
    padding:0!important;
    z-index:auto!important;
    color:#071f3f!important;
    font-family:inherit!important;
    font-size:56px!important;
    font-weight:600!important;
    line-height:1.02!important;
    letter-spacing:-.04em!important;
    text-align:left!important;
    transform:none!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature.vfm-step.is-active,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight.vfm-step.is-active{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    padding-top:273px!important; /* titelblok exact mee 125px omhoog */
    margin:0!important;
    position:static!important;
    min-height:0!important;
  }
  html body #vfm-funnel[data-step="3"] #vfm-step-period.vfm-step.is-active{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    padding-top:215px!important; /* 1-regelige titel: blok 25px onder titel */
    margin:0!important;
    position:static!important;
    min-height:0!important;
  }
}

@media (max-width:1100px){
  html,
  body,
  html body .vfm-folder-app,
  html body #vfm-funnel,
  html body #vfm-funnel.vfm-funnel,
  html body #vfm-funnel.vfm-funnel.is-open,
  html body #vfm-funnel .vfm-funnel__modal,
  html body #vfm-funnel .vfm-clean-shell,
  html body #vfm-funnel .vfm-clean-left{
    max-width:100%!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
  }
  html, body{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow-y:auto!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  html::-webkit-scrollbar,
  body::-webkit-scrollbar,
  html body .vfm-folder-app::-webkit-scrollbar,
  html body #vfm-funnel::-webkit-scrollbar,
  html body #vfm-funnel .vfm-clean-shell::-webkit-scrollbar,
  html body #vfm-funnel .vfm-clean-left::-webkit-scrollbar{
    display:none!important;
    width:0!important;
    height:0!important;
  }
  html body .vfm-folder-app{
    width:100%!important;
    min-height:100svh!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
    background:#eef6f9!important;
  }
  html body #vfm-funnel,
  html body #vfm-funnel.vfm-funnel,
  html body #vfm-funnel.vfm-funnel.is-open{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    min-height:100svh!important;
    height:auto!important;
    max-height:none!important;
    display:block!important;
    padding:0!important;
    margin:0!important;
    background:#eef6f9!important;
    overflow-y:visible!important;
  }
  html body #vfm-funnel .vfm-funnel__modal,
  html body #vfm-funnel .vfm-clean-shell{
    width:100%!important;
    min-width:0!important;
    min-height:100svh!important;
    height:auto!important;
    max-height:none!important;
    display:block!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
    background:#fff!important;
  }
  html body #vfm-funnel .vfm-clean-left{
    width:100%!important;
    min-width:0!important;
    min-height:100svh!important;
    height:auto!important;
    padding:54px 16px 34px!important;
    display:flex!important;
    flex-direction:column!important;
    background:#fff!important;
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-clean-right,
  html body #vfm-funnel .vfm-clean-right .vfm-image-note,
  html body #vfm-funnel .vfm-clean-right .vfm-review-card{
    display:none!important;
  }
  html body .vfm-global-logo{
    position:fixed!important;
    top:14px!important;
    left:14px!important;
    width:42px!important;
    height:42px!important;
    z-index:2147483647!important;
  }
  html body .vfm-global-logo img{
    width:42px!important;
    height:42px!important;
  }

  /* funnel-pagina's: stappen, titel en content netjes in 1 kolom, geen horizontale scroll */
  html body #vfm-funnel[data-step="1"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="2"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="3"] .vfm-plan-progress{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:0 0 25px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    overflow:hidden!important;
    white-space:nowrap!important;
  }
  html body #vfm-funnel .vfm-plan-progress div{
    gap:6px!important;
    font-size:12px!important;
    min-width:0!important;
  }
  html body #vfm-funnel .vfm-plan-progress div span{
    width:24px!important;
    height:24px!important;
    flex:0 0 24px!important;
    font-size:12px!important;
  }
  html body #vfm-funnel .vfm-plan-progress i{
    width:18px!important;
    flex:0 0 18px!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight h2,
  html body #vfm-funnel[data-step="3"] #vfm-step-period h2{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 25px!important;
    padding:0!important;
    color:#071f3f!important;
    font-size:clamp(32px,9vw,40px)!important;
    font-weight:600!important;
    line-height:1.06!important;
    letter-spacing:-.035em!important;
    text-align:left!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature.vfm-step.is-active,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight.vfm-step.is-active,
  html body #vfm-funnel[data-step="3"] #vfm-step-period.vfm-step.is-active{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100%!important;
    padding-top:0!important;
    margin:0!important;
    position:static!important;
    min-height:0!important;
    overflow:visible!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-slider-card,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-slider-card,
  html body #vfm-funnel[data-step="3"] #vfm-step-period .vfm-slider-card,
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-good-to-know,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-good-to-know,
  html body #vfm-funnel[data-step="3"] #vfm-step-period .vfm-good-to-know{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-slider-card{
    padding:22px 16px!important;
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-good-to-know{
    padding:16px!important;
    gap:12px!important;
  }
  html body #vfm-funnel .vfm-month-grid,
  html body #vfm-funnel .vfm-chip-grid{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  html body #vfm-funnel .vfm-month-grid button,
  html body #vfm-funnel .vfm-chip-grid button{
    min-width:0!important;
    width:100%!important;
  }
  html body #vfm-funnel .vfm-clean-bottom{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100%!important;
    gap:14px!important;
    margin-top:24px!important;
    padding:0 0 8px!important;
    min-height:0!important;
  }
  html body #vfm-funnel .vfm-safe-note{
    display:none!important;
  }
  html body #vfm-funnel[data-step="1"] .vfm-step-actions,
  html body #vfm-funnel[data-step="2"] .vfm-step-actions,
  html body #vfm-funnel[data-step="3"] .vfm-step-actions,
  html body #vfm-funnel .vfm-step-actions{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100%!important;
    gap:10px!important;
    margin:0!important;
  }
  html body #vfm-funnel .vfm-step-actions .vfm-btn,
  html body #vfm-funnel #vfm-prev-step,
  html body #vfm-funnel #vfm-next-step,
  html body #vfm-funnel #vfm-show-results{
    display:inline-flex!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:56px!important;
    font-size:16px!important;
    justify-content:center!important;
  }
  html body #vfm-funnel #vfm-prev-step{
    order:1!important;
  }
  html body #vfm-funnel #vfm-next-step{
    order:2!important;
  }
  html body #vfm-funnel #vfm-show-results{
    order:3!important;
  }
}

@media (max-width:390px){
  html body #vfm-funnel .vfm-clean-left{
    padding-left:12px!important;
    padding-right:12px!important;
  }
  html body #vfm-funnel .vfm-plan-progress div{
    font-size:11px!important;
  }
  html body #vfm-funnel .vfm-plan-progress i{
    width:12px!important;
    flex-basis:12px!important;
  }
}

/* === FINAL USER FIX: stappen 50px omlaag, blokken dichter onder titel, mobiel compact === */
@media (min-width:1101px){
  html body #vfm-funnel[data-step="1"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="2"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="3"] .vfm-plan-progress{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:auto!important;
    max-width:720px!important;
    height:auto!important;
    margin:24px 0 20px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    z-index:5!important;
  }

  html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight h2,
  html body #vfm-funnel[data-step="3"] #vfm-step-period h2{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:100%!important;
    max-width:850px!important;
    margin:0 0 24px!important;
    padding:0!important;
    color:#071f3f!important;
    font-family:inherit!important;
    font-size:56px!important;
    font-weight:600!important;
    line-height:1.02!important;
    letter-spacing:-.04em!important;
    text-align:left!important;
    transform:none!important;
    z-index:auto!important;
  }

  /* Contentblokken altijd direct onder de titel: 25px ruimte */
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature.vfm-step.is-active,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight.vfm-step.is-active{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    position:static!important;
    margin:0!important;
    padding-top:322px!important; /* 183 + twee regels titel ±114 + 25 */
    min-height:0!important;
  }
  html body #vfm-funnel[data-step="3"] #vfm-step-period.vfm-step.is-active{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    position:static!important;
    margin:0!important;
    padding-top:265px!important; /* 183 + één regel titel ±57 + 25 */
    min-height:0!important;
  }

  html body #vfm-funnel #vfm-step-temperature .vfm-slider-card,
  html body #vfm-funnel #vfm-step-flight .vfm-slider-card,
  html body #vfm-funnel #vfm-step-period .vfm-slider-card{
    margin-top:0!important;
    margin-bottom:0!important;
  }
  html body #vfm-funnel #vfm-step-temperature .vfm-good-to-know,
  html body #vfm-funnel #vfm-step-flight .vfm-good-to-know,
  html body #vfm-funnel #vfm-step-period .vfm-good-to-know{
    margin-top:22px!important;
    margin-bottom:0!important;
    width:720px!important;
    max-width:100%!important;
  }
  html body #vfm-funnel .vfm-clean-bottom{
    margin-top:34px!important;
  }
}

@media (max-width:1100px){
  html body #vfm-funnel .vfm-clean-left{
    padding-top:54px!important;
    padding-bottom:24px!important;
  }
  html body #vfm-funnel[data-step="1"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="2"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="3"] .vfm-plan-progress{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:0 0 40px!important; /* mobiel: exact 40px tussen stappenplan en titel */
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    overflow:hidden!important;
    white-space:nowrap!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature.vfm-step.is-active,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight.vfm-step.is-active,
  html body #vfm-funnel[data-step="3"] #vfm-step-period.vfm-step.is-active{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100%!important;
    padding-top:0!important;
    margin:0!important;
    position:static!important;
    min-height:0!important;
    overflow:visible!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight h2,
  html body #vfm-funnel[data-step="3"] #vfm-step-period h2{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 16px!important; /* blokken dichter onder de titel */
    padding:0!important;
    color:#071f3f!important;
    font-size:clamp(32px,9vw,40px)!important;
    font-weight:600!important;
    line-height:1.06!important;
    letter-spacing:-.035em!important;
    text-align:left!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-slider-card,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-slider-card,
  html body #vfm-funnel[data-step="3"] #vfm-step-period .vfm-slider-card{
    margin-top:0!important;
    margin-bottom:0!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-good-to-know,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-good-to-know,
  html body #vfm-funnel[data-step="3"] #vfm-step-period .vfm-good-to-know{
    margin-top:14px!important;
    margin-bottom:0!important;
    width:100%!important;
    max-width:100%!important;
  }
  html body #vfm-funnel .vfm-clean-bottom{
    margin-top:14px!important; /* mobiel: buttons direct onder de tip */
    padding-top:0!important;
    padding-bottom:8px!important;
    gap:10px!important;
  }
  html body #vfm-funnel .vfm-step-actions{
    gap:10px!important;
  }
}

/* === USER FIX: content closer to title, no results button on period, mobile tip/buttons max 25px === */
@media (min-width:1101px){
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature.vfm-step.is-active,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight.vfm-step.is-active{
    padding-top:292px!important;
  }
  html body #vfm-funnel[data-step="3"] #vfm-step-period.vfm-step.is-active{
    padding-top:242px!important;
  }
}
html body #vfm-funnel[data-step="3"] #vfm-show-results,
html body #vfm-funnel .vfm-clean-shell[data-step="3"] #vfm-show-results,
html body #vfm-funnel .vfm-funnel__modal[data-step="3"] #vfm-show-results{
  display:none!important;
  visibility:hidden!important;
}
@media (max-width:1100px){
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight h2,
  html body #vfm-funnel[data-step="3"] #vfm-step-period h2{
    margin-bottom:8px!important;
  }
  html body #vfm-funnel .vfm-clean-bottom{
    margin-top:25px!important;
    gap:10px!important;
  }
  html body #vfm-funnel .vfm-step-actions{
    margin-top:0!important;
    gap:10px!important;
  }
}

/* === FINAL OVERRIDES APR 27 === */
html body #vfm-funnel,html body #vfm-funnel *{box-sizing:border-box!important}
html body #vfm-funnel{overflow-x:hidden!important}
html body #vfm-funnel .vfm-clean-shell{overflow-x:hidden!important}
html body #vfm-funnel .vfm-plan-progress{margin:0 0 25px!important;padding:0!important;transform:none!important;top:auto!important;position:relative!important}
html body #vfm-funnel .vfm-step:not(#vfm-step-intro) h2{margin:0 0 8px!important;padding:0!important;font-family:'Poppins',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;font-size:56px!important;line-height:1.02!important;letter-spacing:-.045em!important;font-weight:400!important;color:#0a2d4a!important;max-width:660px!important;text-align:left!important}
html body #vfm-funnel .vfm-step-lead{display:none!important}
html body #vfm-funnel .vfm-slider-card,html body #vfm-funnel .vfm-month-card{width:100%!important;max-width:760px!important;margin:6px 0 0!important}
html body #vfm-funnel .vfm-good-to-know{width:100%!important;max-width:760px!important;margin:14px 0 0!important;font-size:12px!important}
html body #vfm-funnel .vfm-good-to-know p,html body #vfm-funnel .vfm-good-to-know strong{font-size:12px!important;line-height:1.45!important}
html body #vfm-funnel #vfm-prev-step,html body #vfm-funnel .vfm-btn--ghost{background:#fff!important;color:#6f8194!important;border:1px solid #d9e5ec!important;box-shadow:0 10px 22px rgba(20,55,80,.06)!important}
html body #vfm-funnel .vfm-month-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important}
html body #vfm-funnel .vfm-month-grid .vfm-chip{min-width:0!important;min-height:66px!important;padding:10px 8px!important}
html body #vfm-funnel .vfm-image-note{width:390px!important;line-height:1.08!important}
html body #vfm-funnel .vfm-review-card{display:none!important;align-items:center!important;min-height:132px!important}
html body #vfm-funnel[data-step="0"] .vfm-review-card--intro,html body #vfm-funnel[data-step="1"] .vfm-review-card--temperature,html body #vfm-funnel[data-step="2"] .vfm-review-card--flight,html body #vfm-funnel[data-step="3"] .vfm-review-card--period,html body #vfm-funnel[data-step="4"] .vfm-review-card--period{display:flex!important}
html body #vfm-funnel[data-step="3"] #vfm-show-results{display:none!important;visibility:hidden!important}
@media(max-width:1100px){html body,html body #vfm-funnel{overflow-x:hidden!important}html body #vfm-funnel .vfm-clean-shell{height:auto!important;min-height:100dvh!important;width:100%!important;max-width:100%!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:none!important}html body #vfm-funnel .vfm-clean-shell::-webkit-scrollbar{display:none!important}html body #vfm-funnel .vfm-clean-left{min-height:100dvh!important;width:100%!important;max-width:100%!important;padding:42px 20px 28px!important;overflow-x:hidden!important}html body #vfm-funnel .vfm-plan-progress{width:100%!important;max-width:100%!important;margin:0 0 40px!important;gap:6px!important;overflow:hidden!important}html body #vfm-funnel .vfm-plan-progress div{min-width:0!important;font-size:10px!important;white-space:normal!important}html body #vfm-funnel .vfm-plan-progress i{min-width:8px!important}html body #vfm-funnel .vfm-step:not(#vfm-step-intro) h2{font-size:42px!important;line-height:1.04!important;letter-spacing:-.04em!important;margin-bottom:8px!important;max-width:100%!important}html body #vfm-funnel .vfm-slider-card,html body #vfm-funnel .vfm-month-card{max-width:100%!important;width:100%!important;margin-top:6px!important;padding:20px 16px!important}html body #vfm-funnel .vfm-good-to-know{max-width:100%!important;width:100%!important;margin-top:12px!important;padding:16px!important}html body #vfm-funnel .vfm-clean-bottom{display:flex!important;flex-direction:column!important;gap:0!important;margin:0!important;padding:0!important;min-height:0!important;width:100%!important}html body #vfm-funnel .vfm-safe-note{display:none!important}html body #vfm-funnel .vfm-step-actions{width:100%!important;margin-top:25px!important;display:flex!important;gap:10px!important}html body #vfm-funnel .vfm-step-actions .vfm-btn,html body #vfm-funnel #vfm-prev-step,html body #vfm-funnel #vfm-next-step,html body #vfm-funnel #vfm-show-results{min-width:0!important;width:100%!important;height:58px!important;font-size:15px!important;padding:0 14px!important}html body #vfm-funnel .vfm-month-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}html body #vfm-funnel .vfm-month-grid .vfm-chip{min-height:58px!important;padding:8px 6px!important}html body #vfm-funnel .vfm-month-grid .vfm-chip span{font-size:10px!important}html body #vfm-funnel .vfm-review-card,html body #vfm-funnel .vfm-image-note{display:none!important}}

/* === USER REQUEST FINAL: titles 600, Indie Flower notes, month mobile compact === */
html body #vfm-funnel .vfm-step:not(#vfm-step-intro) h2{font-weight:600!important;}
html body #vfm-funnel .vfm-image-note{font-family:'Indie Flower','Comic Sans MS','Segoe Print',cursive!important;font-weight:400!important;letter-spacing:-.01em!important;font-size:34px!important;line-height:1.02!important;}
html body #vfm-funnel[data-step="3"] .vfm-safe-note{display:none!important;visibility:hidden!important;}
@media(max-width:1100px){
  html body #vfm-funnel .vfm-clean-left{padding-top:92px!important;}
  html body #vfm-funnel .vfm-plan-progress{margin-bottom:40px!important;}
  html body #vfm-funnel .vfm-step:not(#vfm-step-intro) h2{font-weight:600!important;}
  html body #vfm-funnel .vfm-month-card{padding:14px 12px!important;}
  html body #vfm-funnel .vfm-month-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;}
  html body #vfm-funnel .vfm-month-grid .vfm-chip{min-height:42px!important;height:42px!important;padding:5px 4px!important;border-radius:12px!important;}
  html body #vfm-funnel .vfm-month-grid .vfm-chip strong{font-size:14px!important;line-height:1!important;}
  html body #vfm-funnel .vfm-month-grid .vfm-chip span{display:none!important;}
  html body #vfm-funnel .vfm-step-actions{margin-top:12px!important;}
  html body #vfm-funnel .vfm-step-actions .vfm-btn,html body #vfm-funnel #vfm-prev-step,html body #vfm-funnel #vfm-next-step,html body #vfm-funnel #vfm-show-results{height:52px!important;}
}
@media(max-width:380px){
  html body #vfm-funnel .vfm-month-grid .vfm-chip{min-height:38px!important;height:38px!important;}
  html body #vfm-funnel .vfm-month-grid .vfm-chip strong{font-size:13px!important;}
}

/* === MOBILE PERIODE COMPACT FIX - 2026-04-27 === */
@media (max-width: 640px){
  html body #vfm-funnel,
  html body #vfm-funnel *{
    box-sizing:border-box!important;
  }

  html body #vfm-funnel #vfm-step-period .vfm-month-card,
  html body #vfm-funnel[data-step="3"] .vfm-month-card{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    padding:14px 12px!important;
    margin-top:4px!important;
  }

  html body #vfm-funnel #vfm-step-period .vfm-month-help,
  html body #vfm-funnel[data-step="3"] .vfm-month-help{
    width:100%!important;
    max-width:100%!important;
    padding:10px 12px!important;
    font-size:13px!important;
    line-height:1.25!important;
    white-space:normal!important;
    text-align:center!important;
  }

  html body #vfm-funnel #vfm-step-period .vfm-month-help strong,
  html body #vfm-funnel[data-step="3"] .vfm-month-help strong{
    font-size:13px!important;
    line-height:1.25!important;
  }

  html body #vfm-funnel #vfm-step-period .vfm-month-grid,
  html body #vfm-funnel[data-step="3"] .vfm-month-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:6px!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }

  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip,
  html body #vfm-funnel[data-step="3"] .vfm-month-grid .vfm-chip{
    min-width:0!important;
    width:100%!important;
    min-height:38px!important;
    height:38px!important;
    padding:4px 3px!important;
    border-radius:12px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip strong,
  html body #vfm-funnel[data-step="3"] .vfm-month-grid .vfm-chip strong{
    font-size:13px!important;
    line-height:1!important;
    margin:0!important;
  }

  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip span,
  html body #vfm-funnel[data-step="3"] .vfm-month-grid .vfm-chip span{
    display:none!important;
  }

  html body #vfm-funnel #vfm-step-period .vfm-good-to-know,
  html body #vfm-funnel[data-step="3"] .vfm-good-to-know{
    margin-top:12px!important;
  }

  html body #vfm-funnel #vfm-step-period .vfm-step-actions,
  html body #vfm-funnel[data-step="3"] .vfm-step-actions{
    margin-top:16px!important;
    gap:10px!important;
    display:flex!important;
    flex-direction:row!important;
    width:100%!important;
  }

  html body #vfm-funnel #vfm-step-period .vfm-step-actions .vfm-btn,
  html body #vfm-funnel[data-step="3"] .vfm-step-actions .vfm-btn{
    width:50%!important;
    min-width:0!important;
    height:52px!important;
    padding:0 10px!important;
    font-size:14px!important;
  }
}

@media (max-width: 380px){
  html body #vfm-funnel #vfm-step-period .vfm-month-grid,
  html body #vfm-funnel[data-step="3"] .vfm-month-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

/* === FINAL MOBILE PERIOD FIX: no horizontal overflow + stacked buttons === */
@media (max-width: 1100px){
  html, body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }
  html body #vfm-funnel,
  html body #vfm-funnel *{
    box-sizing:border-box!important;
  }
  html body #vfm-funnel{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }
  html body #vfm-funnel .vfm-clean-shell,
  html body #vfm-funnel .vfm-clean-left,
  html body #vfm-funnel .vfm-step{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  /* Buttons on all mobile step pages under each other */
  html body #vfm-funnel .vfm-step-actions{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
    margin-top:18px!important;
  }
  html body #vfm-funnel .vfm-step-actions .vfm-btn,
  html body #vfm-funnel #vfm-prev-step,
  html body #vfm-funnel #vfm-next-step,
  html body #vfm-funnel #vfm-show-results{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  /* Period page: compact month block that cannot overflow */
  html body #vfm-funnel #vfm-step-period .vfm-month-card,
  html body #vfm-funnel[data-step="3"] .vfm-month-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
    padding:12px 10px!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-help,
  html body #vfm-funnel[data-step="3"] .vfm-month-help{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:4px!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    line-height:1.25!important;
    font-size:13px!important;
    padding:12px 10px!important;
    margin-bottom:10px!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-help strong,
  html body #vfm-funnel[data-step="3"] .vfm-month-help strong{
    white-space:nowrap!important;
    font-size:13px!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid,
  html body #vfm-funnel[data-step="3"] .vfm-month-grid{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip,
  html body #vfm-funnel[data-step="3"] .vfm-month-grid .vfm-chip{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:34px!important;
    min-height:34px!important;
    padding:3px 4px!important;
    border-radius:10px!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip strong,
  html body #vfm-funnel[data-step="3"] .vfm-month-grid .vfm-chip strong{
    font-size:13px!important;
    line-height:1!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip span,
  html body #vfm-funnel[data-step="3"] .vfm-month-grid .vfm-chip span{
    display:none!important;
  }
}

@media (max-width: 390px){
  html body #vfm-funnel .vfm-clean-left{padding-left:16px!important;padding-right:16px!important;}
  html body #vfm-funnel #vfm-step-period .vfm-month-grid,
  html body #vfm-funnel[data-step="3"] .vfm-month-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:5px!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip,
  html body #vfm-funnel[data-step="3"] .vfm-month-grid .vfm-chip{
    height:32px!important;
    min-height:32px!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip strong,
  html body #vfm-funnel[data-step="3"] .vfm-month-grid .vfm-chip strong{
    font-size:12px!important;
  }
}

/* === HARD FIX 2026-04-27: mobile period never overflows + stacked buttons === */
@media screen and (max-width: 767px), screen and (max-device-width: 767px){
  html, body{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    overflow-x:hidden!important;
  }
  html body #vfm-funnel,
  html body #vfm-funnel .vfm-funnel__modal,
  html body #vfm-funnel .vfm-clean-shell,
  html body #vfm-funnel .vfm-clean-left,
  html body #vfm-funnel .vfm-step,
  html body #vfm-funnel #vfm-step-period,
  html body #vfm-funnel .vfm-clean-bottom{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-clean-left{
    padding-left:18px!important;
    padding-right:18px!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-card{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    padding:12px 10px!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-period-rule,
  html body #vfm-funnel #vfm-step-period .vfm-month-help{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    white-space:normal!important;
    overflow:hidden!important;
    text-align:center!important;
    padding:11px 8px!important;
    font-size:13px!important;
    line-height:1.25!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-period-rule strong,
  html body #vfm-funnel #vfm-step-period .vfm-month-help strong{
    white-space:nowrap!important;
    font-size:13px!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid{
    display:grid!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    grid-template-columns:repeat(3, minmax(0, 1fr))!important;
    gap:6px!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:34px!important;
    min-height:34px!important;
    padding:0 4px!important;
    border-radius:10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip strong{
    font-size:13px!important;
    line-height:1!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip span{
    display:none!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-good-to-know,
  html body #vfm-funnel #vfm-step-period .vfm-period-tip{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  html body #vfm-funnel .vfm-step-actions{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    gap:10px!important;
    margin-top:16px!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel .vfm-step-actions .vfm-btn,
  html body #vfm-funnel #vfm-prev-step,
  html body #vfm-funnel #vfm-next-step,
  html body #vfm-funnel #vfm-show-results{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:52px!important;
    flex:0 0 auto!important;
    margin:0!important;
  }
}

@media screen and (max-width: 390px), screen and (max-device-width: 390px){
  html body #vfm-funnel .vfm-clean-left{padding-left:14px!important;padding-right:14px!important;}
  html body #vfm-funnel #vfm-step-period .vfm-month-card{padding:10px 8px!important;}
  html body #vfm-funnel #vfm-step-period .vfm-month-grid{gap:5px!important;}
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip{height:32px!important;min-height:32px!important;}
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip strong{font-size:12px!important;}
}

/* === FINAL PATCH: budget step + mobile period + cover consistency === */
html body #vfm-funnel .vfm-step h2{
  font-weight:600!important;
}
html body #vfm-funnel .vfm-safe-note{
  display:none!important;
}
html body #vfm-funnel .vfm-image-note{
  font-family:'Indie Flower', cursive!important;
  font-weight:400!important;
  line-height:1.02!important;
  letter-spacing:.01em!important;
}
html body #vfm-funnel .vfm-native-range-dual{
  position:relative!important;
  height:82px!important;
  margin:24px 28px 4px!important;
  --vfm-budget-min:10%;
  --vfm-budget-max:50%;
}
html body #vfm-funnel .vfm-native-range-dual input[type=range]{
  position:absolute!important;
  left:0!important;
  top:24px!important;
  width:100%!important;
  height:44px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  pointer-events:none!important;
  -webkit-appearance:none!important;
  appearance:none!important;
  z-index:3!important;
}
html body #vfm-funnel .vfm-native-range-dual input[type=range]::-webkit-slider-thumb{
  -webkit-appearance:none!important;
  appearance:none!important;
  width:38px!important;
  height:38px!important;
  border-radius:50%!important;
  border:6px solid #fff!important;
  background:#18aebb!important;
  box-shadow:0 14px 28px rgba(10,47,72,.20)!important;
  cursor:pointer!important;
  pointer-events:auto!important;
}
html body #vfm-funnel .vfm-native-range-dual input[type=range]::-moz-range-thumb{
  width:28px!important;
  height:28px!important;
  border-radius:50%!important;
  border:6px solid #fff!important;
  background:#18aebb!important;
  box-shadow:0 14px 28px rgba(10,47,72,.20)!important;
  cursor:pointer!important;
  pointer-events:auto!important;
}
html body #vfm-funnel .vfm-native-range-dual input[type=range]::-webkit-slider-runnable-track{
  height:10px!important;
  background:transparent!important;
}
html body #vfm-funnel .vfm-native-range-dual input[type=range]::-moz-range-track{
  height:10px!important;
  background:transparent!important;
}
html body #vfm-funnel .vfm-native-range-track{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:41px!important;
  height:10px!important;
  border-radius:999px!important;
  background:#dbeaf1!important;
  overflow:hidden!important;
  z-index:1!important;
}
html body #vfm-funnel .vfm-native-range-track span{
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  left:10%;
  width:40%;
  background:linear-gradient(90deg,#55cbd3,#12a7b5)!important;
  border-radius:999px!important;
}
html body #vfm-funnel .vfm-budget-card .vfm-values strong,
html body #vfm-funnel .vfm-budget-card .vfm-slider-labels strong{
  font-weight:800!important;
}
html body #vfm-funnel .vfm-clean-right .vfm-review-card{
  display:none!important;
}
html body #vfm-funnel[data-step="0"] .vfm-review-card--intro,
html body #vfm-funnel[data-step="1"] .vfm-review-card--temperature,
html body #vfm-funnel[data-step="2"] .vfm-review-card--flight,
html body #vfm-funnel[data-step="3"] .vfm-review-card--period,
html body #vfm-funnel[data-step="4"] .vfm-review-card--budget{
  display:flex!important;
}
html body #vfm-funnel .vfm-step .vfm-slider-card,
html body #vfm-funnel .vfm-step .vfm-month-card{
  margin-top:12px!important;
}
@media screen and (max-width: 767px), screen and (max-device-width: 767px){
  html, body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }
  html body #vfm-funnel.vfm-funnel.is-open,
  html body #vfm-funnel .vfm-funnel__modal,
  html body #vfm-funnel .vfm-clean-shell{
    width:100vw!important;
    max-width:100vw!important;
    min-width:0!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-clean-left{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding-left:18px!important;
    padding-right:18px!important;
    padding-bottom:26px!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-plan-progress{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
    gap:6px!important;
    margin-top:50px!important;
    margin-bottom:40px!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-plan-progress div{
    font-size:0!important;
    flex:0 0 auto!important;
  }
  html body #vfm-funnel .vfm-plan-progress div.is-active{
    font-size:11px!important;
  }
  html body #vfm-funnel .vfm-plan-progress i{
    width:18px!important;
    min-width:18px!important;
    flex:0 0 18px!important;
  }
  html body #vfm-funnel .vfm-step,
  html body #vfm-funnel .vfm-step.is-active{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-step h2{
    width:100%!important;
    max-width:100%!important;
    font-size:40px!important;
    line-height:1.02!important;
    letter-spacing:-.045em!important;
    margin:0 0 14px!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-step .vfm-slider-card,
  html body #vfm-funnel .vfm-step .vfm-month-card,
  html body #vfm-funnel .vfm-step .vfm-good-to-know{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    margin-left:0!important;
    margin-right:0!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-card{
    padding:12px 10px!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-period-rule{
    width:100%!important;
    max-width:100%!important;
    font-size:12px!important;
    line-height:1.22!important;
    padding:10px 6px!important;
    margin:0 0 10px!important;
    white-space:normal!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-period-rule strong{
    font-size:12px!important;
    white-space:nowrap!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid{
    display:grid!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:32px!important;
    min-height:32px!important;
    padding:0 4px!important;
    border-radius:10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip strong{
    font-size:12px!important;
    line-height:1!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip span{
    display:none!important;
  }
  html body #vfm-funnel .vfm-good-to-know p{
    font-size:12px!important;
    line-height:1.35!important;
  }
  html body #vfm-funnel .vfm-clean-bottom{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    gap:0!important;
    margin-top:18px!important;
    padding-top:0!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-step-actions{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    gap:10px!important;
    margin:0!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-step-actions .vfm-btn,
  html body #vfm-funnel #vfm-prev-step,
  html body #vfm-funnel #vfm-next-step,
  html body #vfm-funnel #vfm-show-results{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:52px!important;
    flex:0 0 auto!important;
    margin:0!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-native-range-dual{
    margin:18px 10px 0!important;
  }
}

/* === BUDGET DEFINITIVE: budget page copies the flight page layout === */
html body #vfm-funnel[data-step="4"] .vfm-clean-left{position:relative!important;display:flex!important;flex-direction:column!important;padding:42px 56px 34px!important;overflow:hidden!important;background:#fff!important;}
html body #vfm-funnel[data-step="4"] .vfm-hero-benefits{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;margin:0 0 30px!important;}
html body #vfm-funnel[data-step="4"] .vfm-plan-progress{display:flex!important;align-items:center!important;gap:10px!important;margin:24px 0 20px!important;padding:0!important;position:relative!important;top:auto!important;transform:none!important;width:auto!important;max-width:720px!important;z-index:3!important;}
html body #vfm-funnel[data-step="4"] .vfm-clean-progress,html body #vfm-funnel[data-step="4"] #vfm-step-intro,html body #vfm-funnel[data-step="4"] #vfm-step-temperature,html body #vfm-funnel[data-step="4"] #vfm-step-flight,html body #vfm-funnel[data-step="4"] #vfm-step-period{display:none!important;}
html body #vfm-funnel[data-step="4"] #vfm-step-budget.vfm-step,html body #vfm-funnel[data-step="4"] #vfm-step-budget.vfm-step.is-active{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;flex-direction:column!important;align-items:flex-start!important;width:720px!important;max-width:100%!important;margin:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;border:0!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important;z-index:2!important;}
html body #vfm-funnel[data-step="4"] #vfm-step-budget h2{order:1!important;display:block!important;width:100%!important;max-width:850px!important;margin:0 0 28px!important;padding:0!important;font-size:56px!important;line-height:1.02!important;letter-spacing:-.04em!important;font-weight:600!important;color:#071f3f!important;text-align:left!important;}
html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-step-lead{display:none!important;}
html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-slider-card.vfm-budget-card{order:2!important;display:block!important;width:720px!important;max-width:100%!important;margin:0 0 22px!important;padding:32px 38px!important;border:1px solid #d9e5ec!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 30px rgba(20,55,80,.045)!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important;overflow:visible!important;}
html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-slider-labels{display:flex!important;justify-content:space-between!important;align-items:center!important;margin:0 28px 42px!important;padding:0!important;}
html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-slider-labels strong{font-size:21px!important;line-height:1!important;font-weight:700!important;color:#071f3f!important;}
html body #vfm-funnel[data-step="4"] #vfm-budget-slider.vfm-native-range-dual{display:block!important;position:relative!important;width:100%!important;height:54px!important;margin:0!important;padding:0!important;--vfm-budget-min:10%;--vfm-budget-max:50%;}
html body #vfm-funnel[data-step="4"] #vfm-budget-slider .vfm-native-range-track{position:absolute!important;left:0!important;right:0!important;top:22px!important;height:10px!important;border-radius:999px!important;background:#dbeaf1!important;overflow:hidden!important;z-index:1!important;box-shadow:inset 0 2px 5px rgba(7,31,63,.08)!important;}
html body #vfm-funnel[data-step="4"] #vfm-budget-slider .vfm-native-range-track span{position:absolute!important;top:0!important;bottom:0!important;left:var(--vfm-budget-min)!important;width:calc(var(--vfm-budget-max) - var(--vfm-budget-min))!important;background:linear-gradient(90deg,#55cbd3,#12a7b5)!important;border-radius:999px!important;}
html body #vfm-funnel[data-step="4"] #vfm-budget-slider input[type=range]{position:absolute!important;left:0!important;top:5px!important;width:100%!important;height:44px!important;margin:0!important;padding:0!important;background:transparent!important;pointer-events:none!important;-webkit-appearance:none!important;appearance:none!important;z-index:3!important;}
html body #vfm-funnel[data-step="4"] #vfm-budget-slider input[type=range]::-webkit-slider-runnable-track{height:10px!important;background:transparent!important;}
html body #vfm-funnel[data-step="4"] #vfm-budget-slider input[type=range]::-moz-range-track{height:10px!important;background:transparent!important;}
html body #vfm-funnel[data-step="4"] #vfm-budget-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none!important;appearance:none!important;width:38px!important;height:38px!important;border-radius:50%!important;border:6px solid #fff!important;background:#18aebb!important;box-shadow:0 14px 28px rgba(10,47,72,.20)!important;cursor:pointer!important;pointer-events:auto!important;}
html body #vfm-funnel[data-step="4"] #vfm-budget-slider input[type=range]::-moz-range-thumb{width:26px!important;height:26px!important;border-radius:50%!important;border:6px solid #fff!important;background:#18aebb!important;box-shadow:0 14px 28px rgba(10,47,72,.20)!important;cursor:pointer!important;pointer-events:auto!important;}
html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-values{display:none!important;}
html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-good-to-know.vfm-budget-tip{order:3!important;display:flex!important;align-items:center!important;gap:16px!important;width:720px!important;max-width:100%!important;margin:24px 0 0!important;padding:22px!important;border:1px solid #d5e4ec!important;border-radius:18px!important;background:#f7fbfd!important;box-shadow:0 10px 24px rgba(22,58,86,.06)!important;color:#0a2d4a!important;}
html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-good-to-know p,html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-good-to-know strong,html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-good-to-know br{font-size:12px!important;line-height:1.45!important;}
html body #vfm-funnel[data-step="4"] .vfm-clean-bottom{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:14px!important;width:720px!important;max-width:100%!important;margin:59px 0 0!important;padding:0!important;min-height:0!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important;overflow:visible!important;}
html body #vfm-funnel[data-step="4"] .vfm-step-actions{display:flex!important;align-items:center!important;gap:14px!important;margin:0 0 0 auto!important;padding:0!important;position:static!important;width:auto!important;}
html body #vfm-funnel[data-step="4"] #vfm-prev-step{display:inline-flex!important;min-width:170px!important;height:58px!important;background:#fff!important;color:#597086!important;border:1px solid #d9e6ee!important;box-shadow:none!important;}
html body #vfm-funnel[data-step="4"] #vfm-next-step{display:none!important;}
html body #vfm-funnel[data-step="4"] #vfm-show-results{display:inline-flex!important;min-width:230px!important;height:58px!important;}
html body #vfm-funnel[data-step="4"] .vfm-clean-right .vfm-review-card{display:none!important;}
html body #vfm-funnel[data-step="4"] .vfm-clean-right .vfm-review-card--budget{display:flex!important;}
@media(max-width:1100px){html body #vfm-funnel[data-step="4"] .vfm-clean-left{padding:54px 18px 28px!important;overflow:visible!important;}html body #vfm-funnel[data-step="4"] .vfm-plan-progress{margin:50px 0 40px!important;max-width:100%!important;gap:6px!important;overflow:hidden!important;}html body #vfm-funnel[data-step="4"] #vfm-step-budget{width:100%!important;max-width:100%!important;}html body #vfm-funnel[data-step="4"] #vfm-step-budget h2{font-size:40px!important;line-height:1.04!important;margin:0 0 18px!important;}html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-slider-card.vfm-budget-card{width:100%!important;padding:20px 16px!important;margin:0 0 12px!important;overflow:hidden!important;}html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-slider-labels{margin:0 8px 28px!important;}html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-good-to-know.vfm-budget-tip{width:100%!important;margin-top:12px!important;padding:16px!important;}html body #vfm-funnel[data-step="4"] .vfm-clean-bottom{width:100%!important;margin:25px 0 0!important;display:block!important;}html body #vfm-funnel[data-step="4"] .vfm-step-actions{width:100%!important;display:flex!important;flex-direction:column!important;gap:10px!important;margin:0!important;}html body #vfm-funnel[data-step="4"] #vfm-prev-step,html body #vfm-funnel[data-step="4"] #vfm-show-results{width:100%!important;min-width:0!important;height:58px!important;}}

/* === FINAL BUDGET SLIDER VISUAL FIX: handles centered + bold amounts === */
html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-slider-labels strong,
html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-slider-labels strong span{
  font-weight:800!important;
  color:#071f3f!important;
}
html body #vfm-funnel[data-step="4"] #vfm-budget-slider input[type=range]::-webkit-slider-thumb{
  margin-top:-14px!important;
}
html body #vfm-funnel[data-step="4"] #vfm-budget-slider input[type=range]::-moz-range-thumb{
  transform:translateY(0)!important;
}

/* === MOBILE ONLY FINAL FIX: keep desktop intact === */
@media screen and (max-width: 767px), screen and (max-device-width: 767px){
  html, body, html body .vfm-folder-app{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
  }

  html body .vfm-global-logo{
    position:absolute!important;
    top:12px!important;
    left:12px!important;
    z-index:20!important;
  }
  html body .vfm-global-logo img{
    width:42px!important;
    height:auto!important;
  }

  html body #vfm-funnel,
  html body #vfm-funnel.is-open,
  html body #vfm-funnel .vfm-funnel__overlay,
  html body #vfm-funnel .vfm-funnel__modal,
  html body #vfm-funnel .vfm-clean-shell{
    inset:0!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    max-width:100vw!important;
    min-width:0!important;
    margin:0!important;
    padding-left:0!important;
    padding-right:0!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
    transform:none!important;
  }

  html body #vfm-funnel .vfm-funnel__modal{
    align-items:stretch!important;
    justify-content:flex-start!important;
    padding:0!important;
    overflow-y:auto!important;
    scrollbar-width:none!important;
  }
  html body #vfm-funnel .vfm-funnel__modal::-webkit-scrollbar{display:none!important;}

  html body #vfm-funnel .vfm-clean-shell{
    display:block!important;
    min-height:100vh!important;
    border-radius:0!important;
    background:#fff!important;
  }

  html body #vfm-funnel .vfm-clean-right{
    display:none!important;
  }

  html body #vfm-funnel .vfm-clean-left,
  html body #vfm-funnel[data-step="4"] .vfm-clean-left{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:16px 14px 26px!important;
    margin:0!important;
    box-sizing:border-box!important;
    overflow-x:hidden!important;
    overflow-y:visible!important;
    display:flex!important;
    flex-direction:column!important;
    background:#fff!important;
  }

  /* Step plan: below logo, directly above the title */
  html body #vfm-funnel .vfm-hero-benefits,
  html body #vfm-funnel[data-step="4"] .vfm-hero-benefits{
    display:none!important;
  }
  html body #vfm-funnel .vfm-plan-progress,
  html body #vfm-funnel[data-step="4"] .vfm-plan-progress{
    order:1!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    z-index:5!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:76px 0 18px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
    transform:none!important;
    flex-shrink:0!important;
  }
  html body #vfm-funnel .vfm-plan-progress div,
  html body #vfm-funnel[data-step="4"] .vfm-plan-progress div{
    flex:0 0 auto!important;
    min-width:0!important;
    white-space:nowrap!important;
    font-size:0!important;
  }
  html body #vfm-funnel .vfm-plan-progress div.is-active,
  html body #vfm-funnel[data-step="4"] .vfm-plan-progress div.is-active{
    font-size:11px!important;
  }
  html body #vfm-funnel .vfm-plan-progress i,
  html body #vfm-funnel[data-step="4"] .vfm-plan-progress i{
    flex:0 0 16px!important;
    width:16px!important;
    min-width:16px!important;
  }

  html body #vfm-funnel .vfm-step,
  html body #vfm-funnel .vfm-step.is-active,
  html body #vfm-funnel[data-step="4"] #vfm-step-budget.vfm-step,
  html body #vfm-funnel[data-step="4"] #vfm-step-budget.vfm-step.is-active{
    order:2!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
    box-sizing:border-box!important;
    position:relative!important;
    left:auto!important;
    top:auto!important;
    transform:none!important;
  }

  html body #vfm-funnel .vfm-step h2,
  html body #vfm-funnel[data-step="4"] #vfm-step-budget h2{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 16px!important;
    padding:0!important;
    font-size:38px!important;
    line-height:1.04!important;
    letter-spacing:-.045em!important;
    font-weight:600!important;
    color:#071f3f!important;
    box-sizing:border-box!important;
    text-align:left!important;
  }

  html body #vfm-funnel .vfm-step-lead{display:none!important;}

  html body #vfm-funnel .vfm-step .vfm-slider-card,
  html body #vfm-funnel .vfm-step .vfm-month-card,
  html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-slider-card.vfm-budget-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 14px!important;
    padding:22px 16px!important;
    border-radius:16px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    position:relative!important;
    left:auto!important;
    top:auto!important;
    transform:none!important;
  }

  html body #vfm-funnel .vfm-step .vfm-good-to-know,
  html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-good-to-know.vfm-budget-tip{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 0!important;
    padding:16px!important;
    border-radius:16px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  html body #vfm-funnel .vfm-good-to-know p,
  html body #vfm-funnel .vfm-good-to-know p strong{
    font-size:12px!important;
    line-height:1.35!important;
  }

  /* Period month grid: always fits mobile width */
  html body #vfm-funnel #vfm-step-period .vfm-month-card{padding:12px 10px!important;}
  html body #vfm-funnel #vfm-step-period .vfm-period-rule{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 10px!important;
    padding:10px 8px!important;
    font-size:12px!important;
    line-height:1.2!important;
    white-space:normal!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:32px!important;
    min-height:32px!important;
    padding:0 4px!important;
    border-radius:10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip strong{font-size:12px!important;line-height:1!important;}
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip span{display:none!important;}

  /* Buttons directly below the tip on mobile */
  html body #vfm-funnel .vfm-clean-bottom,
  html body #vfm-funnel[data-step="4"] .vfm-clean-bottom{
    order:3!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:14px 0 0!important;
    padding:0!important;
    display:block!important;
    box-sizing:border-box!important;
    overflow:visible!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    transform:none!important;
  }
  html body #vfm-funnel .vfm-safe-note{display:none!important;}
  html body #vfm-funnel .vfm-step-actions,
  html body #vfm-funnel[data-step="4"] .vfm-step-actions{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
    position:static!important;
  }
  html body #vfm-funnel .vfm-step-actions .vfm-btn,
  html body #vfm-funnel #vfm-prev-step,
  html body #vfm-funnel #vfm-next-step,
  html body #vfm-funnel #vfm-show-results,
  html body #vfm-funnel[data-step="4"] #vfm-prev-step,
  html body #vfm-funnel[data-step="4"] #vfm-show-results{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:52px!important;
    margin:0!important;
    display:flex!important;
    box-sizing:border-box!important;
  }

  html body #vfm-funnel #vfm-budget-slider.vfm-native-range-dual,
  html body #vfm-funnel .vfm-native-range-dual{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
  }
}

/* === FINAL MOBILE WIDTH + STEP POSITION FIX (desktop untouched) === */
@media (max-width: 760px){
  html, body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  html body .vfm-folder-app,
  html body #vfm-funnel,
  html body #vfm-funnel .vfm-funnel__modal,
  html body #vfm-funnel .vfm-clean-shell,
  html body #vfm-funnel .vfm-clean-left{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    overflow-x:hidden!important;
  }

  html body #vfm-funnel .vfm-clean-shell{
    display:block!important;
    height:auto!important;
    min-height:100dvh!important;
    border-radius:0!important;
    padding:0!important;
  }

  html body #vfm-funnel .vfm-clean-right{
    display:none!important;
  }

  html body #vfm-funnel .vfm-clean-left{
    padding:18px 22px 26px 22px!important;
    background:#fff!important;
    min-height:100dvh!important;
    display:flex!important;
    flex-direction:column!important;
  }

  html body .vfm-global-logo{
    position:absolute!important;
    top:14px!important;
    left:14px!important;
    width:44px!important;
    height:44px!important;
    z-index:20!important;
  }
  html body .vfm-global-logo img{width:44px!important;height:auto!important;display:block!important;}

  html body #vfm-funnel .vfm-hero-benefits,
  html body #vfm-funnel .vfm-clean-progress,
  html body #vfm-funnel .vfm-step-lead,
  html body #vfm-funnel .vfm-safe-note{
    display:none!important;
  }

  /* Steps: below logo and directly above the title */
  html body #vfm-funnel .vfm-plan-progress{
    order:1!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:58px 0 118px 0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-plan-progress div{
    flex:0 0 auto!important;
    min-width:0!important;
    white-space:nowrap!important;
    font-size:0!important;
    line-height:1!important;
    display:flex!important;
    align-items:center!important;
    gap:5px!important;
  }
  html body #vfm-funnel .vfm-plan-progress div.is-active{
    font-size:12px!important;
    font-weight:800!important;
  }
  html body #vfm-funnel .vfm-plan-progress span{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    font-size:12px!important;
  }
  html body #vfm-funnel .vfm-plan-progress i{
    flex:0 0 18px!important;
    width:18px!important;
    min-width:18px!important;
  }

  html body #vfm-funnel .vfm-step,
  html body #vfm-funnel .vfm-step.is-active{
    order:2!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
    overflow:visible!important;
    position:relative!important;
  }

  html body #vfm-funnel .vfm-step h2{
    margin:0 0 14px!important;
    padding:0!important;
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    font-size:40px!important;
    line-height:1.03!important;
    letter-spacing:-0.045em!important;
    font-weight:600!important;
    color:#062442!important;
    text-align:left!important;
  }

  html body #vfm-funnel .vfm-step .vfm-slider-card,
  html body #vfm-funnel .vfm-step .vfm-month-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 14px!important;
    padding:24px 16px!important;
    border-radius:16px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
  }

  html body #vfm-funnel .vfm-step .vfm-good-to-know{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:16px!important;
    border-radius:16px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  html body #vfm-funnel .vfm-slider-labels,
  html body #vfm-funnel .vfm-native-range-dual,
  html body #vfm-funnel .vfm-dual-slider,
  html body #vfm-funnel #vfm-flight-slider,
  html body #vfm-funnel .vfm-month-grid{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  html body #vfm-funnel .vfm-good-to-know p,
  html body #vfm-funnel .vfm-good-to-know p strong{
    font-size:12px!important;
    line-height:1.35!important;
  }

  html body #vfm-funnel #vfm-step-period .vfm-month-card{padding:12px 10px!important;}
  html body #vfm-funnel #vfm-step-period .vfm-month-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip{
    width:100%!important;
    min-width:0!important;
    height:32px!important;
    min-height:32px!important;
    padding:0 4px!important;
    border-radius:10px!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel #vfm-step-period .vfm-month-grid .vfm-chip span{display:none!important;}

  html body #vfm-funnel .vfm-clean-bottom{
    order:3!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:14px 0 0!important;
    padding:0!important;
    display:block!important;
    box-sizing:border-box!important;
    overflow:visible!important;
    position:relative!important;
  }
  html body #vfm-funnel .vfm-step-actions{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
    position:static!important;
  }
  html body #vfm-funnel .vfm-step-actions .vfm-btn,
  html body #vfm-funnel #vfm-prev-step,
  html body #vfm-funnel #vfm-next-step,
  html body #vfm-funnel #vfm-show-results{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:52px!important;
    margin:0!important;
    display:flex!important;
    box-sizing:border-box!important;
  }

  html body #vfm-funnel[data-step="0"] .vfm-plan-progress{display:none!important;}
}

/* === FINAL MOBILE ONLY FIX: equal side margins + steps below logo === */
@media screen and (max-width: 767px), screen and (max-device-width: 767px){
  html,
  body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  html body #vfm-funnel,
  html body #vfm-funnel.is-open,
  html body #vfm-funnel .vfm-funnel__modal,
  html body #vfm-funnel .vfm-clean-shell{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
  }

  html body #vfm-funnel *,
  html body #vfm-funnel *::before,
  html body #vfm-funnel *::after{
    box-sizing:border-box!important;
  }

  html body #vfm-funnel .vfm-clean-left{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:88px 18px 26px 18px!important;
    margin:0!important;
    overflow-x:hidden!important;
    background:#fff!important;
    display:flex!important;
    flex-direction:column!important;
  }

  html body #vfm-funnel .vfm-clean-right{
    display:none!important;
  }

  html body .vfm-global-logo{
    top:14px!important;
    left:14px!important;
    width:46px!important;
    height:auto!important;
    z-index:20!important;
  }
  html body .vfm-global-logo img{
    width:46px!important;
    height:auto!important;
  }

  /* The step plan must sit below the logo and above the title on every funnel page. */
  html body #vfm-funnel .vfm-plan-progress{
    order:1!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 72px 0!important;
    padding:0!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel .vfm-plan-progress div{
    min-width:0!important;
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    gap:5px!important;
    white-space:nowrap!important;
    font-size:0!important;
    line-height:1!important;
  }
  html body #vfm-funnel .vfm-plan-progress div.is-active{
    font-size:12px!important;
    font-weight:800!important;
  }
  html body #vfm-funnel .vfm-plan-progress div span{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    font-size:12px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  html body #vfm-funnel .vfm-plan-progress i{
    width:16px!important;
    min-width:16px!important;
    flex:0 0 16px!important;
  }

  html body #vfm-funnel .vfm-hero-benefits,
  html body #vfm-funnel .vfm-clean-progress,
  html body #vfm-funnel .vfm-step-lead,
  html body #vfm-funnel .vfm-safe-note{
    display:none!important;
  }

  html body #vfm-funnel .vfm-step,
  html body #vfm-funnel .vfm-step.is-active{
    order:2!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    position:relative!important;
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-step h2{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 14px 0!important;
    padding:0!important;
    font-size:40px!important;
    line-height:1.03!important;
    letter-spacing:-0.045em!important;
    font-weight:600!important;
    color:#062442!important;
    text-align:left!important;
    overflow-wrap:normal!important;
  }

  /* Equal left and right margins: cards can never exceed the mobile viewport. */
  html body #vfm-funnel .vfm-step .vfm-slider-card,
  html body #vfm-funnel .vfm-step .vfm-month-card,
  html body #vfm-funnel .vfm-step .vfm-good-to-know,
  html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-slider-card.vfm-budget-card,
  html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-good-to-know.vfm-budget-tip{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel .vfm-step .vfm-slider-card,
  html body #vfm-funnel .vfm-step .vfm-month-card,
  html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-slider-card.vfm-budget-card{
    margin-top:0!important;
    margin-bottom:14px!important;
    padding:24px 16px!important;
    border-radius:16px!important;
  }
  html body #vfm-funnel .vfm-step .vfm-good-to-know,
  html body #vfm-funnel[data-step="4"] #vfm-step-budget .vfm-good-to-know.vfm-budget-tip{
    margin-top:0!important;
    margin-bottom:0!important;
    padding:16px!important;
    border-radius:16px!important;
  }

  html body #vfm-funnel .vfm-slider-labels,
  html body #vfm-funnel .vfm-dual-slider,
  html body #vfm-funnel #vfm-flight-slider,
  html body #vfm-funnel .vfm-native-range-dual,
  html body #vfm-funnel .vfm-native-range-track,
  html body #vfm-funnel .vfm-month-grid{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-native-range-dual{
    margin:18px 0 0!important;
  }

  html body #vfm-funnel .vfm-good-to-know p,
  html body #vfm-funnel .vfm-good-to-know p strong{
    font-size:12px!important;
    line-height:1.35!important;
  }

  html body #vfm-funnel .vfm-clean-bottom{
    order:3!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:14px 0 0!important;
    padding:0!important;
    display:block!important;
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-step-actions{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
    margin:0!important;
    padding:0!important;
    position:static!important;
  }
  html body #vfm-funnel .vfm-step-actions .vfm-btn,
  html body #vfm-funnel #vfm-prev-step,
  html body #vfm-funnel #vfm-next-step,
  html body #vfm-funnel #vfm-show-results{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:52px!important;
    margin:0!important;
    padding:0 14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  html body #vfm-funnel[data-step="0"] .vfm-plan-progress{
    display:none!important;
  }
}

/* === 21.0.0 DEFINITIEVE MOBIELE MARGE FIX — PC blijft intact === */
@media (max-width: 1100px){
  html,
  body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  html body .vfm-folder-app,
  html body #vfm-funnel,
  html body #vfm-funnel.vfm-funnel,
  html body #vfm-funnel.vfm-funnel.is-open,
  html body #vfm-funnel .vfm-funnel__modal,
  html body #vfm-funnel .vfm-clean-shell,
  html body #vfm-funnel .vfm-clean-left,
  html body #vfm-funnel .vfm-step,
  html body #vfm-funnel .vfm-step.is-active,
  html body #vfm-funnel .vfm-slider-card,
  html body #vfm-funnel .vfm-good-to-know,
  html body #vfm-funnel .vfm-clean-bottom,
  html body #vfm-funnel .vfm-step-actions{
    box-sizing:border-box!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
  }

  html body #vfm-funnel *,
  html body #vfm-funnel *::before,
  html body #vfm-funnel *::after{
    box-sizing:border-box!important;
  }

  html body .vfm-folder-app{
    padding:0!important;
    margin:0!important;
    width:100%!important;
    background:#eef7fa!important;
  }

  html body #vfm-funnel,
  html body #vfm-funnel.vfm-funnel,
  html body #vfm-funnel.vfm-funnel.is-open{
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background:#eef7fa!important;
  }

  html body #vfm-funnel .vfm-funnel__modal,
  html body #vfm-funnel .vfm-clean-shell{
    width:100%!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
  }

  /* Dit is de zichtbare mobiele marge: links en rechts exact gelijk. */
  html body #vfm-funnel .vfm-clean-left{
    width:100%!important;
    padding:92px 24px 30px 24px!important;
    margin:0!important;
    background:#fff!important;
    border-radius:0!important;
  }

  html body #vfm-funnel .vfm-clean-right{
    display:none!important;
  }

  html body .vfm-global-logo{
    top:16px!important;
    left:16px!important;
    width:44px!important;
    height:44px!important;
  }
  html body .vfm-global-logo img{
    width:44px!important;
    height:44px!important;
  }

  /* Stappenplan: niet meer door het logo, maar netjes boven de titel. */
  html body #vfm-funnel .vfm-plan-progress{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 54px 0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    transform:none!important;
    overflow:hidden!important;
  }

  html body #vfm-funnel .vfm-plan-progress div{
    flex:0 0 auto!important;
    min-width:0!important;
    font-size:0!important;
    line-height:1!important;
    white-space:nowrap!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:6px!important;
  }
  html body #vfm-funnel .vfm-plan-progress div.is-active{
    font-size:12px!important;
    font-weight:800!important;
  }
  html body #vfm-funnel .vfm-plan-progress div span{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    font-size:12px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  html body #vfm-funnel .vfm-plan-progress i{
    width:17px!important;
    min-width:17px!important;
    flex:0 0 17px!important;
  }

  html body #vfm-funnel[data-step="0"] .vfm-plan-progress{
    display:none!important;
  }

  html body #vfm-funnel .vfm-hero-benefits,
  html body #vfm-funnel .vfm-clean-progress,
  html body #vfm-funnel .vfm-step-lead,
  html body #vfm-funnel .vfm-safe-note{
    display:none!important;
  }

  html body #vfm-funnel .vfm-step,
  html body #vfm-funnel .vfm-step.is-active{
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  html body #vfm-funnel .vfm-step h2{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 14px 0!important;
    padding:0!important;
    color:#062442!important;
    font-size:40px!important;
    line-height:1.03!important;
    letter-spacing:-0.045em!important;
    font-weight:600!important;
    text-align:left!important;
  }

  /* Alle contentblokken blijven binnen dezelfde linker/rechter marge. */
  html body #vfm-funnel .vfm-step .vfm-slider-card,
  html body #vfm-funnel .vfm-step .vfm-month-card,
  html body #vfm-funnel .vfm-step .vfm-good-to-know{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
  }

  html body #vfm-funnel .vfm-step .vfm-slider-card,
  html body #vfm-funnel .vfm-step .vfm-month-card{
    margin-top:0!important;
    margin-bottom:14px!important;
    padding:24px 16px!important;
    border-radius:16px!important;
  }

  html body #vfm-funnel .vfm-step .vfm-good-to-know{
    margin:0!important;
    padding:16px!important;
    border-radius:16px!important;
  }

  html body #vfm-funnel .vfm-slider-labels,
  html body #vfm-funnel .vfm-dual-slider,
  html body #vfm-funnel #vfm-flight-slider,
  html body #vfm-funnel .vfm-native-range-dual,
  html body #vfm-funnel .vfm-native-range-track,
  html body #vfm-funnel .vfm-month-grid{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  html body #vfm-funnel .vfm-good-to-know p,
  html body #vfm-funnel .vfm-good-to-know p strong{
    font-size:12px!important;
    line-height:1.35!important;
  }

  html body #vfm-funnel .vfm-clean-bottom{
    width:100%!important;
    margin:14px 0 0 0!important;
    padding:0!important;
    display:block!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    transform:none!important;
    overflow:visible!important;
  }

  html body #vfm-funnel .vfm-step-actions{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
    margin:0!important;
    padding:0!important;
    position:static!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
  }

  html body #vfm-funnel .vfm-step-actions .vfm-btn,
  html body #vfm-funnel #vfm-prev-step,
  html body #vfm-funnel #vfm-next-step,
  html body #vfm-funnel #vfm-show-results{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:52px!important;
    margin:0!important;
    padding:0 14px!important;
  }
}

@media (max-width:390px){
  html body #vfm-funnel .vfm-clean-left{
    padding-left:18px!important;
    padding-right:18px!important;
  }
}


/* === 22.0.5 DEFINITIEVE FOLDER-ROUTE FIX ===
   Op /vakantie-folder/ mag de funnel nooit zichtbaar worden, ook niet op mobiel
   of na het verkleinen van het browservenster. PC funnel-opmaak blijft intact. */
html body.vfm-folder-route #vfm-funnel,
html body.vfm-folder-route #vfm-funnel.vfm-funnel,
html body.vfm-folder-route #vfm-funnel.vfm-funnel.is-open{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
html body.vfm-folder-route .vfm-folder-shell{
  display:block!important;
}
html body.vfm-folder-route .vfm-folder-app{
  min-height:100dvh!important;
}

/* === 23.0 erkende aanbieders + nieuwe handgeschreven pijlen === */
html body #vfm-funnel .vfm-image-note span{
  display:none!important;
}
html body #vfm-funnel .vfm-image-note .vfm-note-arrow{
  display:block!important;
  width:34px!important;
  height:auto!important;
  margin-top:8px!important;
  margin-left:2px!important;
  object-fit:contain!important;
}
html body #vfm-funnel[data-step="0"] .vfm-image-note{
  color:#fff!important;
  text-shadow:0 2px 10px rgba(0,0,0,.20)!important;
}
html body #vfm-funnel[data-step="0"] .vfm-image-note .vfm-note-arrow{
  width:34px!important;
}

/* Providerstrip onder de navigatieknoppen van elke funnel-stap. */
html body #vfm-funnel .vfm-step-partners{
  display:none;
  width:100%;
  margin-top:16px;
  text-align:left;
}
html body #vfm-funnel[data-step="1"] .vfm-step-partners,
html body #vfm-funnel[data-step="2"] .vfm-step-partners,
html body #vfm-funnel[data-step="3"] .vfm-step-partners,
html body #vfm-funnel[data-step="4"] .vfm-step-partners{
  display:block!important;
}
html body #vfm-funnel .vfm-step-partners__title{
  color:#071f3f;
  font-size:15px;
  line-height:1.25;
  font-weight:600;
  margin:0 0 9px;
}
html body #vfm-funnel .vfm-step-partners__logos{
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}
html body #vfm-funnel .vfm-step-partners__logos img{
  display:block;
  width:auto;
  max-width:112px;
  height:28px;
  object-fit:contain;
}

@media (min-width:1101px){
  html body #vfm-funnel .vfm-clean-bottom{
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
  }
  html body #vfm-funnel .vfm-step-actions{
    margin-left:auto!important;
  }
  html body #vfm-funnel .vfm-step-partners{
    max-width:720px;
    margin-top:14px;
  }
}

@media (max-width:1100px){
  html body #vfm-funnel .vfm-step-partners{
    margin-top:14px!important;
  }
  html body #vfm-funnel .vfm-step-partners__title{
    font-size:13px!important;
    text-align:left!important;
  }
  html body #vfm-funnel .vfm-step-partners__logos{
    gap:10px!important;
    justify-content:flex-start!important;
  }
  html body #vfm-funnel .vfm-step-partners__logos img{
    height:22px!important;
    max-width:88px!important;
  }
}

/* === 24.0 emotionele temperatuur-slider + grotere handgeschreven pijlen === */
html body #vfm-funnel #vfm-step-temperature .vfm-dual-slider__track{
  background:linear-gradient(90deg,#55bde9 0%,#55cfd2 35%,#f6d84b 62%,#ff9a3d 80%,#ff5b37 100%)!important;
  height:8px!important;
}
html body #vfm-funnel #vfm-step-temperature .vfm-dual-slider__fill{
  background:linear-gradient(90deg,#55cfd2 0%,#f6d84b 62%,#ff7a3a 100%)!important;
  height:8px!important;
}
html body #vfm-funnel #vfm-step-temperature .vfm-dual-slider__handle{
  background:#54cbd3!important;
}
html body #vfm-funnel .vfm-temp-mood-pill{
  display:block!important;
  width:max-content!important;
  max-width:100%!important;
  margin:10px auto 0!important;
  padding:9px 18px!important;
  border-radius:999px!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:800!important;
  color:#0b2b46!important;
  box-shadow:0 8px 20px rgba(7,31,63,.08)!important;
}
html body #vfm-funnel .vfm-temp-mood-pill--spring{background:#eefbdc!important;}
html body #vfm-funnel .vfm-temp-mood-pill--summer{background:#fff4bf!important;}
html body #vfm-funnel .vfm-temp-mood-pill--hot{background:#ffe4d8!important;}
html body #vfm-funnel .vfm-image-note .vfm-note-arrow{
  width:68px!important;
  margin-top:10px!important;
}
html body #vfm-funnel[data-step="0"] .vfm-image-note .vfm-note-arrow{
  width:68px!important;
}
@media(max-width:1100px){
  html body #vfm-funnel .vfm-temp-mood-pill{
    margin-top:8px!important;
    padding:8px 14px!important;
    font-size:12px!important;
  }
  html body #vfm-funnel .vfm-image-note .vfm-note-arrow,
  html body #vfm-funnel[data-step="0"] .vfm-image-note .vfm-note-arrow{
    width:54px!important;
  }
}

/* === 25.0 finale aanpassing: statische temperatuurkleur + juiste handgeschreven pijlen === */
/* De temperatuurbalk blijft altijd een vaste gradient; schuiven verandert alleen de bolletjes en de pill. */
html body #vfm-funnel #vfm-step-temperature .vfm-dual-slider__track{
  background:linear-gradient(90deg,#39cbd5 0%,#56d89c 30%,#f5d94e 58%,#ff9a3d 78%,#ef4444 100%)!important;
  height:8px!important;
}
html body #vfm-funnel #vfm-step-temperature .vfm-dual-slider__fill{
  display:none!important;
  background:transparent!important;
}
/* Funnel voorpagina: zwarte handgeschreven tekst + zwart pijltje. */
html body #vfm-funnel[data-step="0"] .vfm-image-note{
  color:#071f3f!important;
  text-shadow:none!important;
}
html body #vfm-funnel[data-step="0"] .vfm-image-note .vfm-note-arrow{
  width:68px!important;
}
/* Folder-cover: witte pakkende handgeschreven tekst + wit pijltje. */
html body .vfm-folder-app .vfm-page--cover .vfm-cover-handnote{
  position:absolute!important;
  z-index:4!important;
  top:78px!important;
  left:48px!important;
  color:#fff!important;
  font-family:'Indie Flower', cursive!important;
  font-size:34px!important;
  line-height:.94!important;
  letter-spacing:.2px!important;
  text-shadow:0 3px 14px rgba(0,0,0,.34)!important;
  transform:rotate(-4deg)!important;
  pointer-events:none!important;
}
html body .vfm-folder-app .vfm-page--cover .vfm-cover-handnote img{
  display:block!important;
  width:68px!important;
  height:auto!important;
  margin-top:8px!important;
  margin-left:4px!important;
  object-fit:contain!important;
}
@media(max-width:768px){
  html body .vfm-folder-app .vfm-page--cover .vfm-cover-handnote{
    top:54px!important;
    left:30px!important;
    font-size:25px!important;
  }
  html body .vfm-folder-app .vfm-page--cover .vfm-cover-handnote img{
    width:50px!important;
  }
  html body #vfm-funnel[data-step="0"] .vfm-image-note .vfm-note-arrow{
    width:54px!important;
  }
}

/* === 26.0 Folder-cover handgeschreven tekst rechts uitlijnen === */
html body .vfm-folder-app .vfm-page--cover .vfm-cover-handnote{
  left:auto!important;
  right:48px!important;
  text-align:right!important;
  transform:rotate(-4deg)!important;
}
html body .vfm-folder-app .vfm-page--cover .vfm-cover-handnote img{
  margin-left:auto!important;
  margin-right:4px!important;
}
@media(max-width:768px){
  html body .vfm-folder-app .vfm-page--cover .vfm-cover-handnote{
    left:auto!important;
    right:30px!important;
    text-align:right!important;
  }
  html body .vfm-folder-app .vfm-page--cover .vfm-cover-handnote img{
    margin-left:auto!important;
    margin-right:2px!important;
  }
}

/* === 27.0 Mobile-only layout polish: centered partners, steps above title, trust strip, label insets === */
html body #vfm-funnel .vfm-mobile-proof-strip{
  display:none;
}

@media screen and (max-width: 767px), screen and (max-device-width: 767px){
  html body #vfm-funnel,
  html body #vfm-funnel .vfm-clean-shell,
  html body #vfm-funnel .vfm-clean-left{
    overflow-x:hidden!important;
  }

  /* Alleen mobiel: stappenplan compact net boven de titel, niet door het logo. */
  html body #vfm-funnel .vfm-clean-left{
    padding-top:96px!important;
  }
  html body #vfm-funnel .vfm-plan-progress{
    order:1!important;
    margin:0 0 22px 0!important;
    padding:0!important;
    width:100%!important;
    max-width:100%!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:7px!important;
    overflow:hidden!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
  }
  html body #vfm-funnel .vfm-step,
  html body #vfm-funnel .vfm-step.is-active{
    order:2!important;
  }
  html body #vfm-funnel .vfm-step h2{
    margin-top:0!important;
    margin-bottom:14px!important;
  }

  /* Alleen mobiel: zet de labels iets naar binnen zodat 35°C en 12 uur niet buiten het blok vallen. */
  html body #vfm-funnel .vfm-slider-labels{
    padding-left:18px!important;
    padding-right:18px!important;
  }
  html body #vfm-funnel .vfm-dual-slider,
  html body #vfm-funnel #vfm-flight-slider,
  html body #vfm-funnel .vfm-native-range-dual{
    width:calc(100% - 8px)!important;
    max-width:calc(100% - 8px)!important;
    margin-left:4px!important;
    margin-right:4px!important;
  }

  /* Alleen mobiel: compact trustblok tussen tip en buttons. */
  html body #vfm-funnel .vfm-mobile-proof-strip{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 12px 0!important;
    padding:0!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip > div{
    min-width:0!important;
    min-height:62px!important;
    padding:10px 8px!important;
    border:1px solid #d7e6f2!important;
    border-radius:14px!important;
    background:#fff!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    box-shadow:0 10px 24px rgba(7,31,63,.04)!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip .vfm-proof-icon{
    font-size:18px!important;
    line-height:1!important;
    flex:0 0 auto!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip p{
    margin:0!important;
    min-width:0!important;
    line-height:1.15!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip strong{
    display:block!important;
    color:#071f3f!important;
    font-size:11px!important;
    line-height:1.15!important;
    font-weight:800!important;
    white-space:normal!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip small{
    display:block!important;
    color:#5f6f87!important;
    font-size:10px!important;
    line-height:1.15!important;
    font-weight:500!important;
  }

  /* Buttons blijven direct onder het nieuwe mobiele trustblok. */
  html body #vfm-funnel .vfm-step-actions{
    margin-top:0!important;
  }

  /* Alleen mobiel: aanbiedersstrip gecentreerd. */
  html body #vfm-funnel .vfm-step-partners{
    text-align:center!important;
    margin-top:14px!important;
  }
  html body #vfm-funnel .vfm-step-partners__title{
    text-align:center!important;
  }
  html body #vfm-funnel .vfm-step-partners__logos{
    justify-content:center!important;
    text-align:center!important;
  }
}

@media screen and (max-width: 380px), screen and (max-device-width: 380px){
  html body #vfm-funnel .vfm-clean-left{
    padding-left:16px!important;
    padding-right:16px!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip > div{
    min-height:58px!important;
    padding:9px 6px!important;
    gap:6px!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip strong{
    font-size:10px!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip small{
    font-size:9px!important;
  }
}

/* === 28.0 Mobile only: stappen lager, compact blok onder tip === */
@media screen and (max-width: 767px), screen and (max-device-width: 767px){
  /* PC blijft intact: alleen mobiel. Zorg voor gelijke linker/rechter marge en geen overflow. */
  html body #vfm-funnel,
  html body #vfm-funnel .vfm-clean-shell,
  html body #vfm-funnel .vfm-clean-left{
    overflow-x:hidden!important;
  }
  html body #vfm-funnel .vfm-clean-left{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    padding-left:20px!important;
    padding-right:20px!important;
    padding-top:72px!important;
    padding-bottom:20px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
  }

  /* Stappenplan iets lager, direct/net boven de titel. */
  html body #vfm-funnel .vfm-plan-progress{
    order:1!important;
    margin:0 0 14px 0!important;
    padding:0!important;
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    overflow:hidden!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    z-index:5!important;
  }
  html body #vfm-funnel .vfm-plan-progress div{min-width:0!important;}
  html body #vfm-funnel .vfm-plan-progress i{flex:0 0 18px!important;width:18px!important;min-width:18px!important;}
  html body #vfm-funnel .vfm-step,
  html body #vfm-funnel .vfm-step.is-active{
    order:2!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    min-height:0!important;
  }
  html body #vfm-funnel .vfm-step:not(#vfm-step-intro) h2{
    margin:0 0 10px 0!important;
  }

  /* Content compact houden zodat de onderkant direct aansluit onder de tip. */
  html body #vfm-funnel .vfm-slider-card,
  html body #vfm-funnel .vfm-month-card,
  html body #vfm-funnel .vfm-budget-card{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    margin-top:10px!important;
    margin-bottom:0!important;
  }
  html body #vfm-funnel .vfm-good-to-know{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    margin:12px 0 0 0!important;
  }

  /* Onder de tip: trustblokken, buttons en aanbieders sluiten direct aan; geen grote lege ruimte. */
  html body #vfm-funnel .vfm-clean-bottom,
  html body #vfm-funnel[data-step="1"] .vfm-clean-bottom,
  html body #vfm-funnel[data-step="2"] .vfm-clean-bottom,
  html body #vfm-funnel[data-step="3"] .vfm-clean-bottom,
  html body #vfm-funnel[data-step="4"] .vfm-clean-bottom{
    order:3!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    height:auto!important;
    margin:14px 0 0 0!important;
    padding:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:10px!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    transform:none!important;
    overflow:visible!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip{
    order:1!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  html body #vfm-funnel .vfm-step-actions,
  html body #vfm-funnel[data-step="4"] .vfm-step-actions{
    order:2!important;
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    margin:4px 0 0 0!important;
    padding:0!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    transform:none!important;
  }
  html body #vfm-funnel .vfm-step-actions .vfm-btn,
  html body #vfm-funnel #vfm-prev-step,
  html body #vfm-funnel #vfm-next-step,
  html body #vfm-funnel #vfm-show-results{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:54px!important;
    margin:0!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-step-partners{
    order:3!important;
    width:100%!important;
    max-width:100%!important;
    margin:2px 0 0 0!important;
    padding:0!important;
    text-align:center!important;
  }
  html body #vfm-funnel .vfm-step-partners__title{
    text-align:center!important;
    margin:0 0 6px 0!important;
  }
  html body #vfm-funnel .vfm-step-partners__logos{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    flex-wrap:nowrap!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel .vfm-step-partners__logos img{
    max-height:22px!important;
    width:auto!important;
    max-width:22%!important;
    object-fit:contain!important;
  }
}

@media screen and (max-width: 380px), screen and (max-device-width: 380px){
  html body #vfm-funnel .vfm-clean-left{
    padding-left:16px!important;
    padding-right:16px!important;
    padding-top:70px!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip{gap:8px!important;}
  html body #vfm-funnel .vfm-step-actions{gap:8px!important;}
}

/* === 29.0 DEFINITIEF mobiel: stappen net boven titel + onderkant direct onder tip ===
   Alleen mobiel. Desktop/PC blijft volledig intact. */
@media screen and (max-width: 767px), screen and (max-device-width: 767px){
  html body #vfm-funnel,
  html body #vfm-funnel .vfm-clean-shell,
  html body #vfm-funnel .vfm-clean-left{
    overflow-x:hidden!important;
  }

  /* Maak mobiel weer een normale document-flow: progress -> actieve stap -> bottom. */
  html body #vfm-funnel .vfm-clean-left{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-height:100dvh!important;
    box-sizing:border-box!important;
    padding:18px 20px 20px!important;
    background:#fff!important;
  }

  /* Logo blijft bovenaan; de hero-benefits en desktop progress verbergen op mobiel. */
  html body #vfm-funnel .vfm-hero-benefits,
  html body #vfm-funnel .vfm-clean-progress{
    display:none!important;
  }

  /* Stappenplan: iets naar beneden, daarna direct boven de titel. */
  html body #vfm-funnel .vfm-plan-progress{
    display:flex!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
    margin:72px 0 18px!important;
    padding:0!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    overflow:hidden!important;
    z-index:5!important;
  }
  html body #vfm-funnel[data-step="0"] .vfm-plan-progress{
    display:none!important;
  }
  html body #vfm-funnel .vfm-plan-progress div{
    min-width:0!important;
    flex:0 1 auto!important;
  }
  html body #vfm-funnel .vfm-plan-progress i{
    flex:0 0 18px!important;
    width:18px!important;
    min-width:18px!important;
  }

  /* Actieve stap volgt direct na het stappenplan. */
  html body #vfm-funnel .vfm-step{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    min-height:0!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
  }
  html body #vfm-funnel .vfm-step:not(.is-active){
    display:none!important;
  }
  html body #vfm-funnel .vfm-step.is-active{
    display:block!important;
  }
  html body #vfm-funnel .vfm-step:not(#vfm-step-intro) h2{
    margin:0 0 12px!important;
    padding:0!important;
  }

  /* Blokken blijven binnen de mobiele marges. */
  html body #vfm-funnel .vfm-slider-card,
  html body #vfm-funnel .vfm-month-card,
  html body #vfm-funnel .vfm-budget-card,
  html body #vfm-funnel .vfm-good-to-know{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-slider-card,
  html body #vfm-funnel .vfm-month-card,
  html body #vfm-funnel .vfm-budget-card{
    margin:10px 0 0!important;
  }
  html body #vfm-funnel .vfm-good-to-know{
    margin:14px 0 0!important;
  }

  /* Onder TIP: direct proofblok -> buttons -> aanbieders. Geen flex-bottom/lege ruimte. */
  html body #vfm-funnel .vfm-clean-bottom{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:14px 0 0!important;
    padding:0!important;
    gap:10px!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    overflow:visible!important;
  }
  html body #vfm-funnel[data-step="0"] .vfm-clean-bottom{
    display:none!important;
  }
  html body #vfm-funnel .vfm-safe-note{
    display:none!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip{
    order:1!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip > div{
    min-width:0!important;
    min-height:58px!important;
    padding:9px 7px!important;
    border:1px solid #d7e6f2!important;
    border-radius:14px!important;
    background:#fff!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    box-shadow:0 10px 24px rgba(7,31,63,.04)!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip p{margin:0!important;line-height:1.12!important;min-width:0!important;}
  html body #vfm-funnel .vfm-mobile-proof-strip strong{display:block!important;font-size:11px!important;line-height:1.12!important;color:#071f3f!important;font-weight:800!important;}
  html body #vfm-funnel .vfm-mobile-proof-strip small{display:block!important;font-size:10px!important;line-height:1.12!important;color:#5f6f87!important;}

  html body #vfm-funnel .vfm-step-actions{
    order:2!important;
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    gap:10px!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
  }
  html body #vfm-funnel .vfm-step-actions .vfm-btn,
  html body #vfm-funnel #vfm-prev-step,
  html body #vfm-funnel #vfm-next-step,
  html body #vfm-funnel #vfm-show-results{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:54px!important;
    margin:0!important;
    box-sizing:border-box!important;
  }

  html body #vfm-funnel .vfm-step-partners{
    order:3!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
  }
  html body #vfm-funnel .vfm-step-partners__title{
    text-align:center!important;
    margin:0 0 6px!important;
    font-size:13px!important;
  }
  html body #vfm-funnel .vfm-step-partners__logos{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    flex-wrap:nowrap!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel .vfm-step-partners__logos img{
    height:22px!important;
    max-width:22%!important;
    width:auto!important;
    object-fit:contain!important;
  }
}

@media screen and (max-width:380px), screen and (max-device-width:380px){
  html body #vfm-funnel .vfm-clean-left{padding-left:16px!important;padding-right:16px!important;}
  html body #vfm-funnel .vfm-plan-progress{margin-top:68px!important;}
}


/* === V30.0 PIXEL PERFECT MOBILE SPACING — alleen mobiel, PC intact === */
@media screen and (max-width: 767px), screen and (max-device-width: 767px){
  /* Voorkom elke horizontale overflow en maak mobiel een vaste flow */
  html, body{
    overflow-x:hidden!important;
  }
  html body #vfm-funnel,
  html body #vfm-funnel *,
  html body #vfm-funnel *::before,
  html body #vfm-funnel *::after{
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-clean-shell{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:100dvh!important;
    padding:0!important;
    margin:0!important;
    overflow-x:hidden!important;
    background:#fff!important;
  }
  html body #vfm-funnel .vfm-clean-right,
  html body #vfm-funnel .vfm-hero-benefits,
  html body #vfm-funnel .vfm-clean-progress{
    display:none!important;
  }

  /* Eén kolom: stappen -> titel/stap -> tip -> proof -> buttons -> aanbieders */
  html body #vfm-funnel .vfm-clean-left{
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:100dvh!important;
    height:auto!important;
    padding:18px 20px 16px!important;
    margin:0!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    background:#fff!important;
  }

  /* Logo blijft linksboven; het stappenplan start eronder en net boven de titel */
  html body .vfm-global-logo{
    position:fixed!important;
    top:16px!important;
    left:18px!important;
    width:46px!important;
    height:auto!important;
    z-index:10020!important;
    pointer-events:none!important;
  }
  html body .vfm-global-logo img{
    width:46px!important;
    height:auto!important;
    display:block!important;
  }

  html body #vfm-funnel .vfm-plan-progress{
    order:1!important;
    display:flex!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:24px 0 16px!important;
    padding:0!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
    overflow:hidden!important;
    z-index:6!important;
  }
  html body #vfm-funnel[data-step="0"] .vfm-plan-progress{
    display:none!important;
  }
  html body #vfm-funnel .vfm-plan-progress div{
    flex:0 1 auto!important;
    min-width:0!important;
    white-space:nowrap!important;
  }
  html body #vfm-funnel .vfm-plan-progress div:not(.is-active){
    font-size:0!important;
  }
  html body #vfm-funnel .vfm-plan-progress div.is-active{
    font-size:12px!important;
  }
  html body #vfm-funnel .vfm-plan-progress span{
    flex:0 0 24px!important;
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    font-size:12px!important;
    line-height:24px!important;
  }
  html body #vfm-funnel .vfm-plan-progress i{
    flex:0 0 18px!important;
    width:18px!important;
    min-width:18px!important;
  }

  /* Actieve stap direct onder het stappenplan, zonder verborgen offsets */
  html body #vfm-funnel .vfm-step{
    order:2!important;
    display:none!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    background:transparent!important;
    box-shadow:none!important;
    border-radius:0!important;
    animation:none!important;
  }
  html body #vfm-funnel .vfm-step.is-active{
    display:block!important;
  }
  html body #vfm-funnel .vfm-step-intro.is-active{
    display:block!important;
  }

  /* Intro blijft compact en zonder PC te beïnvloeden */
  html body #vfm-funnel #vfm-step-intro{
    padding-top:78px!important;
  }

  /* TITEL -> BLOK -> TIP: vaste pixel-afstanden */
  html body #vfm-funnel .vfm-step:not(#vfm-step-intro) h2{
    margin:0 0 16px!important;
    padding:0!important;
    line-height:1.05!important;
    font-size:42px!important;
    font-weight:600!important;
    letter-spacing:-1.5px!important;
    color:#071f3f!important;
    max-width:100%!important;
  }
  html body #vfm-funnel .vfm-step-lead{
    display:none!important;
  }
  html body #vfm-funnel .vfm-slider-card,
  html body #vfm-funnel .vfm-month-card,
  html body #vfm-funnel .vfm-budget-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 16px!important;
    padding:22px 16px!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel .vfm-good-to-know{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 12px!important;
    padding:14px 14px!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel .vfm-good-to-know p{
    margin:0!important;
    line-height:1.2!important;
  }

  /* Rechter labels in sliders vallen niet buiten beeld */
  html body #vfm-funnel .vfm-slider-labels{
    width:100%!important;
    max-width:100%!important;
    padding:0 8px!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-slider-labels strong:last-child{
    transform:translateX(-4px)!important;
  }
  html body #vfm-funnel .vfm-dual-slider,
  html body #vfm-funnel #vfm-flight-slider,
  html body #vfm-funnel .vfm-native-range-dual{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  /* Periode blijft compact op mobiel */
  html body #vfm-funnel .vfm-month-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:7px!important;
  }
  html body #vfm-funnel .vfm-month-grid .vfm-chip{
    min-width:0!important;
    min-height:38px!important;
    height:38px!important;
    padding:6px 4px!important;
    font-size:13px!important;
    line-height:1!important;
  }
  html body #vfm-funnel .vfm-month-grid .vfm-chip small{
    display:none!important;
  }

  /* Onder de tip: direct social proof -> buttons -> aanbieders, geen lege ruimte */
  html body #vfm-funnel .vfm-clean-bottom{
    order:3!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    gap:10px!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    overflow:visible!important;
  }
  html body #vfm-funnel[data-step="0"] .vfm-clean-bottom{
    display:none!important;
  }
  html body #vfm-funnel .vfm-safe-note{
    display:none!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip{
    order:1!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip > div{
    min-width:0!important;
    min-height:58px!important;
    height:58px!important;
    padding:9px 8px!important;
    border:1px solid #d7e6f2!important;
    border-radius:14px!important;
    background:#fff!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    box-shadow:0 10px 24px rgba(7,31,63,.04)!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip p{
    margin:0!important;
    line-height:1.12!important;
    min-width:0!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip strong{
    display:block!important;
    font-size:11px!important;
    line-height:1.1!important;
    font-weight:800!important;
    color:#071f3f!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip small{
    display:block!important;
    font-size:10px!important;
    line-height:1.1!important;
    color:#5f6f87!important;
  }
  html body #vfm-funnel .vfm-proof-icon{
    flex:0 0 auto!important;
    font-size:17px!important;
  }
  html body #vfm-funnel .vfm-step-actions{
    order:2!important;
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    gap:10px!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
  }
  html body #vfm-funnel .vfm-step-actions .vfm-btn,
  html body #vfm-funnel #vfm-prev-step,
  html body #vfm-funnel #vfm-next-step,
  html body #vfm-funnel #vfm-show-results{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:54px!important;
    margin:0!important;
    box-sizing:border-box!important;
  }
  html body #vfm-funnel .vfm-step-partners{
    order:3!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
  }
  html body #vfm-funnel .vfm-step-partners__title{
    margin:0 0 6px!important;
    text-align:center!important;
    font-size:13px!important;
    line-height:1.15!important;
  }
  html body #vfm-funnel .vfm-step-partners__logos{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    flex-wrap:nowrap!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  html body #vfm-funnel .vfm-step-partners__logos img{
    height:22px!important;
    width:auto!important;
    max-width:22%!important;
    object-fit:contain!important;
  }
}

@media screen and (max-width:380px), screen and (max-device-width:380px){
  html body #vfm-funnel .vfm-clean-left{
    padding-left:16px!important;
    padding-right:16px!important;
  }
  html body #vfm-funnel .vfm-plan-progress{
    margin-top:74px!important;
    gap:6px!important;
  }
  html body #vfm-funnel .vfm-step:not(#vfm-step-intro) h2{
    font-size:39px!important;
  }
  html body #vfm-funnel .vfm-step-partners__logos{gap:7px!important;}
  html body #vfm-funnel .vfm-step-partners__logos img{height:20px!important;}
}

/* 30.1.0 Folder cards: hele vakantiekaart klikbaar + ronde pijlbutton zoals in funnel-kaarten */
.vfm-folder-app a.vfm-deal,
.vfm-folder-app a.vfm-deal:visited,
.vfm-folder-app a.vfm-deal:hover,
.vfm-folder-app a.vfm-deal:focus{
  color:inherit!important;
  text-decoration:none!important;
  cursor:pointer;
}

.vfm-folder-app .vfm-deal__button--circle,
.vfm-folder-app .vfm-deal__foot .vfm-deal__button--circle{
  width:30px!important;
  min-width:30px!important;
  height:30px!important;
  min-height:30px!important;
  padding:0!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  background-image:none!important;
  color:#19b9c3!important;
  border:1.5px solid #19b9c3!important;
  box-shadow:none!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:700!important;
  flex:0 0 30px!important;
}

.vfm-folder-app .vfm-deal:hover .vfm-deal__button--circle,
.vfm-folder-app .vfm-deal:focus .vfm-deal__button--circle{
  background:#19b9c3!important;
  color:#fff!important;
}


/* V12.8 filter popup groter, compact en zonder zichtbare scrollbar */
html body .vfm-folder-app .vfm-filter-panel{
  padding:14px!important;
}

html body .vfm-folder-app .vfm-folder-filters{
  width:min(840px, calc(100vw - 28px))!important;
  max-height:calc(100svh - 28px)!important;
  overflow:hidden!important;
  padding:24px 28px 22px!important;
  border-radius:30px!important;
}

html body .vfm-folder-app .vfm-filter-title{
  font-size:30px!important;
  margin-bottom:6px!important;
}

html body .vfm-folder-app .vfm-filter-subtitle{
  margin-bottom:14px!important;
}

html body .vfm-folder-app .vfm-filter-search{
  margin-bottom:14px!important;
}

html body .vfm-folder-app .vfm-filter-search input{
  min-height:48px!important;
}

html body .vfm-folder-app .vfm-country-checklist{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin-bottom:14px!important;
  max-height:none!important;
  overflow:hidden!important;
  padding-right:0!important;
  scrollbar-width:none!important;
}

html body .vfm-folder-app .vfm-country-checklist::-webkit-scrollbar,
html body .vfm-folder-app .vfm-folder-filters::-webkit-scrollbar{
  display:none!important;
}

html body .vfm-folder-app .vfm-country-option{
  min-height:42px!important;
  padding:7px 9px!important;
  border-radius:14px!important;
}

html body .vfm-folder-app .vfm-country-option__name{
  font-size:13px!important;
}

html body .vfm-folder-app .vfm-filter-audience-block{
  margin-top:0!important;
}

html body .vfm-folder-app .vfm-audience-options{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
}

html body .vfm-folder-app .vfm-filter-actions{
  margin-top:14px!important;
}

@media(max-width:760px){
  html body .vfm-folder-app .vfm-filter-panel{
    padding:10px!important;
  }

  html body .vfm-folder-app .vfm-folder-filters{
    width:calc(100vw - 20px)!important;
    max-height:calc(100svh - 20px)!important;
    overflow:hidden!important;
    padding:20px!important;
    border-radius:24px!important;
  }

  html body .vfm-folder-app .vfm-filter-title{
    font-size:24px!important;
  }

  html body .vfm-folder-app .vfm-filter-subtitle{
    font-size:13px!important;
    margin-bottom:10px!important;
  }

  html body .vfm-folder-app .vfm-filter-search{
    margin-bottom:10px!important;
  }

  html body .vfm-folder-app .vfm-filter-search input{
    min-height:44px!important;
    font-size:14px!important;
  }

  html body .vfm-folder-app .vfm-country-checklist{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
    margin-bottom:10px!important;
    max-height:none!important;
    overflow:hidden!important;
  }

  html body .vfm-folder-app .vfm-country-option{
    min-height:38px!important;
    padding:6px 7px!important;
    border-radius:13px!important;
    gap:6px!important;
  }

  html body .vfm-folder-app .vfm-country-option__flag{
    width:20px!important;
    height:20px!important;
  }

  html body .vfm-folder-app .vfm-country-option__name{
    font-size:12px!important;
  }

  html body .vfm-folder-app .vfm-country-option__count{
    min-width:24px!important;
    height:20px!important;
    font-size:11px!important;
    padding:0 5px!important;
  }

  html body .vfm-folder-app .vfm-audience-options{
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
  }

  html body .vfm-folder-app .vfm-filter-actions{
    flex-direction:row!important;
    gap:8px!important;
    margin-top:10px!important;
  }

  html body .vfm-folder-app .vfm-filter-actions .vfm-btn{
    width:50%!important;
    min-height:46px!important;
    padding:0 12px!important;
    font-size:13px!important;
  }
}

/* === Next-level mobile conversion proof blocks (mobile only) === */
@media(max-width:760px){
  html body #vfm-funnel .vfm-mobile-proof-strip.vfm-mobile-proof-strip--nextlevel{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:8px!important;
    margin-bottom:10px!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip.vfm-mobile-proof-strip--nextlevel > div{
    position:relative!important;
    overflow:hidden!important;
    display:flex!important;
    align-items:flex-start!important;
    gap:7px!important;
    min-height:52px!important;
    padding:8px 8px!important;
    border-radius:15px!important;
    background:linear-gradient(135deg,#ffffff 0%,#fff9ed 100%)!important;
    border:1px solid rgba(255,138,0,.22)!important;
    box-shadow:0 8px 18px rgba(15,35,65,.08)!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip.vfm-mobile-proof-strip--nextlevel > div:nth-child(2){
    background:linear-gradient(135deg,#ffffff 0%,#eefcff 100%)!important;
    border-color:rgba(29,184,190,.22)!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip.vfm-mobile-proof-strip--nextlevel .vfm-proof-icon{
    flex:0 0 24px!important;
    width:24px!important;
    height:24px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.9)!important;
    box-shadow:0 5px 12px rgba(15,35,65,.08)!important;
    font-size:15px!important;
    line-height:1!important;
    margin-top:1px!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip.vfm-mobile-proof-strip--nextlevel p{margin:0!important;min-width:0!important;line-height:1.12!important;}
  html body #vfm-funnel .vfm-mobile-proof-strip.vfm-mobile-proof-strip--nextlevel strong{
    display:block!important;color:#071f3f!important;font-size:11.2px!important;line-height:1.12!important;font-weight:900!important;letter-spacing:-.02em!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip.vfm-mobile-proof-strip--nextlevel small{
    display:block!important;margin-top:2px!important;color:#52677f!important;font-size:9.8px!important;line-height:1.14!important;font-weight:700!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip.vfm-mobile-proof-strip--nextlevel > div::after{
    content:'';position:absolute!important;right:-18px!important;bottom:-18px!important;width:44px!important;height:44px!important;border-radius:999px!important;background:rgba(255,138,0,.10)!important;pointer-events:none!important;
  }
  html body #vfm-funnel .vfm-mobile-proof-strip.vfm-mobile-proof-strip--nextlevel > div:nth-child(2)::after{background:rgba(29,184,190,.12)!important;}
}

/* === VFM 12.8.4: werkende filter-popup + mobiele navigatie fixes === */
.vfm-filter-panel:not(.hidden) .vfm-folder-filters{
  max-height: min(92vh, 940px) !important;
  overflow-y: auto !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.vfm-filter-panel:not(.hidden) .vfm-folder-filters::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
.vfm-filter-toggle:hover,
.vfm-filter-toggle:focus,
.vfm-filter-toggle:active,
.vfm-side-arrow:hover,
.vfm-side-arrow:focus,
.vfm-side-arrow:active{transform:none!important;top:auto;}
@media(max-width:768px){
  html body .vfm-folder-app #vfm-filter-toggle,
  html body #vfm-filter-toggle.vfm-filter-toggle{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:fixed!important;
    right:16px!important;
    bottom:84px!important;
    z-index:99999!important;
    width:56px!important;
    height:56px!important;
    border-radius:999px!important;
    align-items:center!important;
    justify-content:center!important;
    background:#22bfc6!important;
    color:#fff!important;
    box-shadow:0 14px 30px rgba(16,132,145,.28)!important;
    transform:none!important;
  }
  html body .vfm-folder-app #vfm-filter-toggle::before,
  html body .vfm-folder-app #vfm-filter-toggle::after{display:none!important;content:none!important;}
  html body #vfm-filter-toggle.vfm-filter-toggle .vfm-filter-svg{display:block!important;width:24px!important;height:24px!important;color:#fff!important;fill:currentColor!important;}
  html body #vfm-filter-toggle.vfm-filter-toggle:not(:has(.vfm-filter-svg)){font-size:0!important;}
  html body #vfm-filter-toggle.vfm-filter-toggle:not(:has(.vfm-filter-svg))::marker{display:none!important;}

  html body .vfm-folder-app .vfm-side-arrow,
  html body .vfm-side-arrow{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:fixed!important;
    top:50vh!important;
    transform:translateY(-50%)!important;
    z-index:99998!important;
    width:46px!important;
    height:46px!important;
    border-radius:999px!important;
    align-items:center!important;
    justify-content:center!important;
    background:rgba(255,255,255,.94)!important;
    color:#8ea0ad!important;
    box-shadow:0 10px 26px rgba(8,28,48,.14)!important;
  }
  html body .vfm-folder-app .vfm-side-arrow:hover,
  html body .vfm-folder-app .vfm-side-arrow:focus,
  html body .vfm-folder-app .vfm-side-arrow:active{
    top:50vh!important;
    transform:translateY(-50%)!important;
  }
  html body .vfm-folder-app .vfm-side-arrow--prev,
  html body .vfm-side-arrow--prev{left:10px!important;right:auto!important;}
  html body .vfm-folder-app .vfm-side-arrow--next,
  html body .vfm-side-arrow--next{right:10px!important;left:auto!important;}
  html body .vfm-folder-app .vfm-side-arrow:disabled{opacity:.35!important;pointer-events:none!important;}

  html body .vfm-filter-panel:not(.hidden){display:block!important;z-index:100000!important;}
  html body .vfm-filter-panel:not(.hidden) .vfm-folder-filters{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    max-height:calc(100vh - 24px)!important;
    margin:12px!important;
    padding:22px 16px 18px!important;
    overflow-y:auto!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }
  html body .vfm-filter-panel:not(.hidden) .vfm-folder-filters::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
  html body .vfm-country-checklist{grid-template-columns:1fr!important;}
  html body .vfm-filter-actions{position:sticky!important;bottom:0!important;background:#fff!important;padding-top:12px!important;}
}

/* === VFM 12.8.5: filter icoon 50px lager rechtsboven === */
html body .vfm-folder-app .vfm-filter-toggle,
html body .vfm-folder-app #vfm-filter-toggle.vfm-filter-toggle{
  top:68px!important;
  transform:none!important;
}
html body .vfm-folder-app .vfm-filter-toggle:hover,
html body .vfm-folder-app .vfm-filter-toggle:focus,
html body .vfm-folder-app .vfm-filter-toggle:active,
html body .vfm-folder-app #vfm-filter-toggle.vfm-filter-toggle:hover,
html body .vfm-folder-app #vfm-filter-toggle.vfm-filter-toggle:focus,
html body .vfm-folder-app #vfm-filter-toggle.vfm-filter-toggle:active{
  top:68px!important;
  transform:none!important;
}
@media(max-width:768px){
  html body .vfm-folder-app #vfm-filter-toggle.vfm-filter-toggle,
  html body #vfm-filter-toggle.vfm-filter-toggle{
    bottom:84px!important;
    top:auto!important;
    transform:none!important;
  }
  html body .vfm-folder-app #vfm-filter-toggle.vfm-filter-toggle:hover,
  html body .vfm-folder-app #vfm-filter-toggle.vfm-filter-toggle:focus,
  html body .vfm-folder-app #vfm-filter-toggle.vfm-filter-toggle:active,
  html body #vfm-filter-toggle.vfm-filter-toggle:hover,
  html body #vfm-filter-toggle.vfm-filter-toggle:focus,
  html body #vfm-filter-toggle.vfm-filter-toggle:active{
    bottom:84px!important;
    top:auto!important;
    transform:none!important;
  }
}

/* Final image crop fix: images always fill their rounded frame without stretching or leaving empty space */
html body .vfm-seo-page .vfm-offer-image{
  position:relative!important;
  overflow:hidden!important;
  border-radius:18px!important;
  background:#dbeaf0!important;
  min-height:0!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  display:block!important;
}
html body .vfm-seo-page .vfm-offer-image>img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
}
html body .vfm-seo-page .vfm-related-folder-grid .vfm-deal__image{
  position:relative!important;
  overflow:hidden!important;
  background:#dbeaf0!important;
  min-height:0!important;
  height:100%!important;
  aspect-ratio:auto!important;
}
html body .vfm-seo-page .vfm-related-folder-grid .vfm-deal__image>img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
}
@media(max-width:760px){
  html body .vfm-seo-page .vfm-offer-image{aspect-ratio:16/11!important;}
  html body .vfm-seo-page .vfm-related-folder-grid .vfm-deal__image{height:auto!important;aspect-ratio:4/3!important;}
}

/* FINAL FIX: offer/detail photos must completely fill their rounded image block without stretching. */
.vfm-offer-image,
.vfm-seo-page .vfm-offer-image{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:420px!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
  border-radius:18px!important;
  background:#dbeaf0!important;
  line-height:0!important;
}
.vfm-offer-image img,
.vfm-seo-page .vfm-offer-image img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
}
@media(max-width:980px){
  .vfm-offer-image,
  .vfm-seo-page .vfm-offer-image{
    height:360px!important;
  }
}
@media(max-width:560px){
  .vfm-offer-image,
  .vfm-seo-page .vfm-offer-image{
    height:280px!important;
  }
}

/* SEO detail: Top deal pill + mobile trustbar hide */
.vfm-seo-page .vfm-offer-image{position:relative!important;}
.vfm-seo-page .vfm-topdeal-pill{position:absolute!important;z-index:6!important;top:16px!important;left:16px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;padding:8px 13px!important;border-radius:999px!important;background:linear-gradient(135deg,#ff8a00,#ffb800)!important;color:#fff!important;font-weight:900!important;font-size:14px!important;line-height:1!important;box-shadow:0 10px 24px rgba(238,138,0,.28)!important;backdrop-filter:blur(8px)!important;}
@media(max-width:560px){.vfm-seo-page .vfm-topdeal-pill{top:12px!important;left:12px!important;font-size:13px!important;padding:7px 11px!important}.vfm-seo-page .vfm-trustbar{display:none!important}}

/* PRO country pages */
.vfm-country-pro .vfm-country-hero{grid-template-columns:1.25fr .75fr;align-items:stretch}
.vfm-country-hero-card,.vfm-country-side{background:rgba(255,255,255,.82);border:1px solid rgba(12,34,58,.08);border-radius:30px;padding:34px;box-shadow:0 24px 60px rgba(15,23,42,.08)}
.vfm-country-side h2{margin:0 0 12px;font-size:1.5rem;color:#071f44}.vfm-country-side p,.vfm-country-side li{color:#475569;font-weight:650;line-height:1.65}.vfm-country-side ul{margin:18px 0 0;padding-left:18px}.vfm-country-copy-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:18px}.vfm-country-copy-grid article{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:24px;box-shadow:0 16px 45px rgba(15,23,42,.06)}.vfm-country-copy-grid h3{margin:0 0 12px;color:#071f44;font-size:1.35rem}.vfm-country-copy-grid p{margin:0 0 14px;color:#41566f;font-size:1rem;line-height:1.8;font-weight:550}.vfm-pro-filter{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:14px;margin:20px 0 22px;background:rgba(255,255,255,.82);border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:16px;box-shadow:0 14px 40px rgba(15,23,42,.06)}.vfm-pro-filter label{display:flex;flex-direction:column;gap:7px;color:#071f44;font-weight:900;font-size:.86rem}.vfm-pro-filter input,.vfm-pro-filter select{height:46px;border-radius:14px;border:1px solid rgba(15,23,42,.14);background:#fff;padding:0 14px;font-weight:750;color:#071f44;outline:none}.vfm-pro-filter input:focus,.vfm-pro-filter select:focus{border-color:#14aebb;box-shadow:0 0 0 4px rgba(20,174,187,.12)}.vfm-country-offer-grid .vfm-deal{will-change:transform}.vfm-country-pro .vfm-provider-strip{background:transparent!important;box-shadow:none!important;border:0!important}.vfm-country-pro .vfm-provider-strip h2{text-align:center!important}@media(max-width:900px){.vfm-country-pro .vfm-country-hero{grid-template-columns:1fr}.vfm-country-copy-grid{grid-template-columns:1fr}.vfm-pro-filter{grid-template-columns:1fr}}@media(max-width:560px){.vfm-country-hero-card,.vfm-country-side{padding:22px;border-radius:22px}.vfm-country-hero-card h1{font-size:2.25rem!important;line-height:1.04}.vfm-country-copy-grid article{padding:18px;border-radius:20px}.vfm-pro-filter{padding:12px;border-radius:18px}}

/* PRO country pages: AI copy + sheet data + fast filtering */
.vfm-country-pro .vfm-seo-breadcrumb{margin-top:18px}.vfm-country-hero{align-items:stretch}.vfm-country-copy .vfm-country-block-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.vfm-country-info-card{background:rgba(255,255,255,.78);border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 42px rgba(15,23,42,.07);border-radius:26px;padding:24px}.vfm-country-info-card h3{margin:0 0 12px;color:#071f44;font-size:1.22rem;letter-spacing:-.03em}.vfm-country-info-card p{margin:0;color:#3f5368;line-height:1.72;font-weight:600}.vfm-country-facts{margin-top:20px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}.vfm-filter-bar{margin:18px 0 22px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr)) auto auto;gap:10px;align-items:end;background:linear-gradient(135deg,rgba(234,248,250,.95),rgba(255,255,255,.72));border:1px solid rgba(20,174,187,.18);box-shadow:0 18px 44px rgba(15,23,42,.08);border-radius:26px;padding:14px}.vfm-filter-bar label{display:flex;flex-direction:column;gap:6px;font-size:.72rem;font-weight:900;color:#5a7184;text-transform:uppercase;letter-spacing:.05em}.vfm-filter-bar input,.vfm-filter-bar select{width:100%;height:42px;border:1px solid rgba(15,23,42,.13);border-radius:16px;background:#fff;color:#071f44;font-weight:800;padding:0 12px;outline:none}.vfm-filter-bar input:focus,.vfm-filter-bar select:focus{border-color:#14aebb;box-shadow:0 0 0 3px rgba(20,174,187,.12)}.vfm-filter-bar button,.vfm-filter-reset{height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:950;white-space:nowrap}.vfm-filter-bar button{border:1px solid #14aebb;background:#14aebb;color:#fff;padding:0 18px;cursor:pointer}.vfm-filter-reset{border:1px solid rgba(20,174,187,.35);color:#14aebb;background:transparent;padding:0 14px}.vfm-empty-state{background:#fff;border:1px dashed rgba(15,23,42,.18);border-radius:22px;padding:22px;color:#52677a;font-weight:800}.vfm-country-offer-grid{margin-top:0!important}.vfm-section-sub{margin:6px 0 0;color:#65798b;font-weight:700}.vfm-country-pro .vfm-weather-section{background:linear-gradient(135deg,#ecfbff,#f6fdff)!important;border:1px solid rgba(20,174,187,.16)!important}
@media(max-width:1100px){.vfm-filter-bar{grid-template-columns:repeat(3,minmax(0,1fr));}.vfm-filter-bar button,.vfm-filter-reset{width:100%}}
@media(max-width:760px){.vfm-country-copy .vfm-country-block-grid{grid-template-columns:1fr}.vfm-country-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important}.vfm-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:20px}.vfm-filter-bar button,.vfm-filter-reset{grid-column:span 1}.vfm-country-info-card{padding:18px;border-radius:20px}.vfm-country-info-card p{font-size:.95rem;line-height:1.65}}
@media(max-width:460px){.vfm-filter-bar{grid-template-columns:1fr}.vfm-filter-bar button,.vfm-filter-reset{grid-column:auto}}


.vfm-country-activity-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  padding:12px 20px;
  border-radius:999px;
  background:#14aebb;
  color:#fff!important;
  font-weight:950;
  text-decoration:none!important;
  box-shadow:0 12px 28px rgba(20,174,187,.22);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.vfm-country-activity-btn:hover{
  transform:translateY(-2px);
  background:#0f9fad;
  box-shadow:0 16px 34px rgba(20,174,187,.30);
}

/* Definitieve typografie-fix landenpagina intro: exact gelijk aan tekst onder vakantie-informatie */
.vfm-country-pro .vfm-country-hero p,
.vfm-country-pro .vfm-seo-hero p,
.vfm-country-pro .vfm-country-intro,
.vfm-country-pro .vfm-intro,
.vfm-country-pro .vfm-hero-intro{
  font-size:16px!important;
  font-weight:600!important;
  line-height:1.72!important;
  color:#3f5368!important;
  text-align:left!important;
  text-align-last:auto!important;
  letter-spacing:normal!important;
  max-width:100%!important;
  width:100%!important;
  margin:16px 0 0!important;
}
.vfm-country-pro .vfm-country-info-card p{
  font-size:16px!important;
  font-weight:600!important;
  line-height:1.72!important;
  color:#3f5368!important;
  text-align:left!important;
  text-align-last:auto!important;
}
@media(max-width:760px){
  .vfm-country-pro .vfm-country-hero p,
  .vfm-country-pro .vfm-seo-hero p,
  .vfm-country-pro .vfm-country-info-card p{
    font-size:15.2px!important;
    line-height:1.68!important;
    text-align:left!important;
  }
}

/* FINAL OVERRIDE: landenpagina intro niet uitgevuld en normale font-weight */
.vfm-country-pro .vfm-country-hero p,
.vfm-country-pro .vfm-seo-hero p,
.vfm-country-pro .vfm-country-intro,
.vfm-country-pro .vfm-intro,
.vfm-country-pro .vfm-hero-intro{
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.72!important;
  color:#3f5368!important;
  text-align:left!important;
  text-align-last:auto!important;
  letter-spacing:normal!important;
  max-width:100%!important;
  width:100%!important;
}
@media(max-width:760px){
  .vfm-country-pro .vfm-country-hero p,
  .vfm-country-pro .vfm-seo-hero p,
  .vfm-country-pro .vfm-country-intro,
  .vfm-country-pro .vfm-intro,
  .vfm-country-pro .vfm-hero-intro{
    font-size:15.2px!important;
    font-weight:400!important;
    text-align:left!important;
    text-align-last:auto!important;
  }
}

/* Final breadcrumb offset: +25px extra on every SEO breadcrumb */
.vfm-seo-wrap>.vfm-seo-breadcrumb,.vfm-country-pro>.vfm-seo-breadcrumb,.vfm-destinations-page>.vfm-seo-breadcrumb{margin-top:50px!important;margin-bottom:18px!important;}

/* Mobile spacing fix: move the 'Jouw perfecte vakantie' title 30px lower on the vakantiegids intro only */
@media (max-width: 768px) {
  .vfm-clean-left .vfm-intro-title,
  .vfm-intro-title {
    margin-top: calc(var(--vfm-intro-title-margin-top, 0px) + 30px) !important;
    padding-top: 0 !important;
  }
}

/* FINAL MOBILE FIX: zet titel 'Jouw perfecte vakantie' in de vakantiegids 30px lager op mobiel */
@media (max-width: 768px){
  html body #vfm-funnel[data-step="0"] .vfm-step-intro h2.vfm-intro-title,
  html body #vfm-funnel[data-step="0"] .vfm-intro-title,
  html body #vfm-funnel #vfm-step-intro h2.vfm-intro-title{
    margin-top:52px!important;
  }
  html body #vfm-funnel .vfm-intro-title.vfm-mobile-title-offset-applied{
    margin-top:52px!important;
  }
}

/* === Contact page polish: form textarea + contact details alignment === */
html body .vfm-contact-form-section,
html body .vfm-contact-form-section * {
  box-sizing: border-box !important;
}
html body .vfm-contact-form-card {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr) !important;
  gap: 28px !important;
  align-items: start !important;
  padding: 32px !important;
  border-radius: 24px !important;
  background: #fff !important;
  border: 1px solid #dbe7f3 !important;
  box-shadow: 0 18px 45px rgba(15, 35, 65, .08) !important;
}
html body .vfm-contact-form {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
  margin: 0 !important;
}
html body .vfm-contact-form .vfm-form-row {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin: 0 !important;
}
html body .vfm-contact-form .vfm-form-row:nth-of-type(3),
html body .vfm-contact-form .vfm-form-row:nth-of-type(4) {
  grid-column: 1 / -1 !important;
}
html body .vfm-contact-form label {
  display: block !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: #09214a !important;
  margin: 0 !important;
}
html body .vfm-contact-form input,
html body .vfm-contact-form textarea {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  display: block !important;
  border: 1px solid #d7e3ef !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #09214a !important;
  font: 400 16px/1.5 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  padding: 15px 16px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}
html body .vfm-contact-form input {
  height: 56px !important;
}
html body .vfm-contact-form textarea {
  height: 180px !important;
  min-height: 180px !important;
  resize: vertical !important;
}
html body .vfm-contact-form input:focus,
html body .vfm-contact-form textarea:focus {
  border-color: #16b9c4 !important;
  box-shadow: 0 0 0 4px rgba(22,185,196,.14) !important;
  background: #fbffff !important;
}
html body .vfm-contact-form input::placeholder,
html body .vfm-contact-form textarea::placeholder {
  color: #7a8798 !important;
  opacity: 1 !important;
}
html body .vfm-contact-form .vfm-contact-submit,
html body .vfm-contact-form button[type="submit"] {
  grid-column: 1 / -1 !important;
  justify-self: start !important;
  min-height: 54px !important;
  padding: 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: linear-gradient(135deg, #26c6cf, #10aab6) !important;
  color: #fff !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 16px 28px rgba(16,170,182,.22) !important;
  cursor: pointer !important;
}
html body .vfm-contact-form .vfm-contact-submit:hover,
html body .vfm-contact-form button[type="submit"]:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 18px 34px rgba(16,170,182,.28) !important;
}
html body .vfm-contact-details-card {
  width: 100% !important;
  padding: 28px !important;
  border-radius: 24px !important;
  background: #fff !important;
  border: 1px solid #dbe7f3 !important;
  box-shadow: 0 18px 45px rgba(15,35,65,.08) !important;
}
html body .vfm-contact-details-card h2 {
  margin: 0 0 18px !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #09214a !important;
}
html body .vfm-contact-details {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  width: 100% !important;
}
html body .vfm-contact-details a,
html body .vfm-contact-details .vfm-contact-detail-item {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 40px 132px minmax(0,1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
  background: #f7fbff !important;
  border: 1px solid #e0ecf6 !important;
  text-decoration: none !important;
  color: #09214a !important;
}
html body .vfm-contact-details a span,
html body .vfm-contact-details .vfm-contact-detail-item span {
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #e8fbfd !important;
  color: #0aa9b7 !important;
  font-size: 18px !important;
}
html body .vfm-contact-details a strong,
html body .vfm-contact-details .vfm-contact-detail-item strong {
  display: block !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #09214a !important;
  white-space: nowrap !important;
}
html body .vfm-contact-details a em,
html body .vfm-contact-details .vfm-contact-detail-item em {
  display: block !important;
  margin: 0 !important;
  font-style: normal !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  color: #475569 !important;
  word-break: break-word !important;
}
html body .vfm-contact-details a:hover {
  border-color: #b8edf2 !important;
  background: #f0feff !important;
  transform: translateY(-1px) !important;
}
@media (max-width: 900px) {
  html body .vfm-contact-form-card {
    grid-template-columns: 1fr !important;
    padding: 24px !important;
  }
  html body .vfm-contact-form {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 640px) {
  html body .vfm-contact-form-card,
  html body .vfm-contact-details-card {
    padding: 20px !important;
    border-radius: 20px !important;
  }
  html body .vfm-contact-details a,
  html body .vfm-contact-details .vfm-contact-detail-item {
    grid-template-columns: 36px 1fr !important;
    gap: 10px 12px !important;
  }
  html body .vfm-contact-details a em,
  html body .vfm-contact-details .vfm-contact-detail-item em {
    grid-column: 2 / -1 !important;
  }
}

/* === FINAL CONTACT PAGE FIX: full-width textarea + vertical contact details === */
html body .vfm-contact-form .vfm-message-row,
html body .vfm-contact-form .vfm-form-row.vfm-message-row{
  grid-column:1 / -1!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  width:100%!important;
  max-width:100%!important;
}
html body .vfm-contact-form .vfm-message-row textarea#vfm_contact_message,
html body textarea#vfm_contact_message{
  width:100%!important;
  max-width:100%!important;
  min-width:100%!important;
  height:180px!important;
  min-height:180px!important;
  display:block!important;
  box-sizing:border-box!important;
  border:1px solid #d7e3ef!important;
  border-radius:16px!important;
  padding:16px!important;
  font-size:16px!important;
  line-height:1.5!important;
  resize:vertical!important;
  background:#fff!important;
  color:#09214a!important;
  margin:0!important;
}
html body .vfm-contact-details-vertical{
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  width:100%!important;
  align-items:stretch!important;
}
html body .vfm-contact-details-vertical .vfm-contact-detail-row{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  width:100%!important;
  box-sizing:border-box!important;
  padding:14px 16px!important;
  border-radius:18px!important;
  background:#f7fbff!important;
  border:1px solid #e0ecf6!important;
  text-decoration:none!important;
  color:#09214a!important;
}
html body .vfm-contact-details-vertical .vfm-contact-detail-icon{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:#e8fbfd!important;
  color:#0aa9b7!important;
  font-size:18px!important;
}
html body .vfm-contact-details-vertical .vfm-contact-detail-row div{
  display:flex!important;
  flex-direction:column!important;
  gap:2px!important;
  min-width:0!important;
}
html body .vfm-contact-details-vertical .vfm-contact-detail-row strong{
  display:block!important;
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:800!important;
  color:#09214a!important;
}
html body .vfm-contact-details-vertical .vfm-contact-detail-row em{
  display:block!important;
  font-style:normal!important;
  font-size:15px!important;
  line-height:1.35!important;
  font-weight:500!important;
  color:#475569!important;
  word-break:break-word!important;
}

/* FINAL: logo spacing + dynamic glow CTA */
html body .vfm-global-logo,
html body .vfm-global-logo-seo{
  margin-left:10px!important;
}
html body .vfm-btn--intro,
html body #vfm-intro-next{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
html body .vfm-btn--intro::before,
html body #vfm-intro-next::before{
  content:""!important;
  position:absolute!important;
  top:-35%!important;
  left:-55%!important;
  width:45%!important;
  height:170%!important;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.55),rgba(255,255,255,0))!important;
  transform:skewX(-20deg)!important;
  animation:vfmCtaGlowSweep 2.6s ease-in-out infinite!important;
  z-index:1!important;
  pointer-events:none!important;
}
html body .vfm-btn--intro > *,
html body #vfm-intro-next > *{
  position:relative!important;
  z-index:2!important;
}
@keyframes vfmCtaGlowSweep{
  0%{left:-60%;opacity:0;}
  18%{opacity:.9;}
  52%{left:115%;opacity:.85;}
  100%{left:115%;opacity:0;}
}

/* === FINAL V14.2: logo 10px inward, auto pulsing glow, mobile sticky CTA === */
html body .vfm-global-logo,
html body .vfm-global-logo-seo,
html body .vfm-site-logo,
html body .vfm-header-logo{
  left:10px!important;
  margin-left:0!important;
}
html body .vfm-global-logo img,
html body .vfm-global-logo-seo img,
html body .vfm-site-logo img,
html body .vfm-header-logo img{
  margin-left:0!important;
}

html body #vfm-intro-next,
html body .vfm-btn--intro{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  box-shadow:0 14px 34px rgba(20,184,196,.22)!important;
}
html body #vfm-intro-next:before,
html body .vfm-btn--intro:before{
  content:""!important;
  position:absolute!important;
  top:-45%!important;
  left:-75%!important;
  width:55%!important;
  height:190%!important;
  pointer-events:none!important;
  z-index:1!important;
  transform:skewX(-22deg)!important;
  background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.20) 28%,rgba(255,255,255,.78) 50%,rgba(255,255,255,.20) 72%,rgba(255,255,255,0) 100%)!important;
  animation:vfmCtaAutoGlow 2.35s ease-in-out infinite!important;
}
html body #vfm-intro-next:after,
html body .vfm-btn--intro:after{
  content:""!important;
  position:absolute!important;
  inset:-2px!important;
  border-radius:inherit!important;
  pointer-events:none!important;
  z-index:0!important;
  background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.18),rgba(255,255,255,0) 62%)!important;
  opacity:.55!important;
  animation:vfmCtaSoftPulse 2.35s ease-in-out infinite!important;
}
html body #vfm-intro-next > *,
html body .vfm-btn--intro > *{
  position:relative!important;
  z-index:2!important;
}
@keyframes vfmCtaAutoGlow{
  0%{left:-80%;opacity:0;}
  14%{opacity:.95;}
  48%{left:126%;opacity:.95;}
  70%{left:126%;opacity:0;}
  100%{left:126%;opacity:0;}
}
@keyframes vfmCtaSoftPulse{
  0%,100%{opacity:.18;filter:blur(0);}
  50%{opacity:.72;filter:blur(1px);}
}

@media(max-width:768px){
  html body .vfm-cta-row{
    position:sticky!important;
    bottom:14px!important;
    z-index:9998!important;
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    width:100%!important;
    max-width:100%!important;
    padding:0!important;
    margin-top:20px!important;
  }
  html body .vfm-cta-row #vfm-intro-next,
  html body .vfm-cta-row .vfm-btn--intro{
    flex:1 1 auto!important;
    min-height:58px!important;
    box-shadow:0 18px 38px rgba(20,184,196,.36)!important;
  }
  html body .vfm-cta-row em{
    flex:0 0 auto!important;
  }
}

/* === FINAL REQUEST: logo 10px inward + always pulsing CTA glow + mobile sticky CTA === */
html body .vfm-global-nav-logo{
  left:10px!important;
  margin-left:0!important;
}
html body .vfm-global-nav-logo img{
  margin-left:0!important;
}
html body .vfm-global-logo,
html body .vfm-global-logo-seo{
  margin-left:10px!important;
}

html body #vfm-funnel #vfm-intro-next.vfm-btn--intro,
html body #vfm-intro-next.vfm-btn--intro,
html body .vfm-btn--intro{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
html body #vfm-funnel #vfm-intro-next.vfm-btn--intro::before,
html body #vfm-intro-next.vfm-btn--intro::before,
html body .vfm-btn--intro::before{
  content:""!important;
  position:absolute!important;
  top:-45%!important;
  left:-85%!important;
  width:58%!important;
  height:190%!important;
  transform:skewX(-22deg)!important;
  background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.18) 28%,rgba(255,255,255,.82) 50%,rgba(255,255,255,.18) 72%,rgba(255,255,255,0) 100%)!important;
  animation:vfmFinalCtaGlow 2.4s ease-in-out infinite!important;
  pointer-events:none!important;
  z-index:1!important;
}
html body #vfm-funnel #vfm-intro-next.vfm-btn--intro::after,
html body #vfm-intro-next.vfm-btn--intro::after,
html body .vfm-btn--intro::after{
  content:""!important;
  position:absolute!important;
  inset:-2px!important;
  border-radius:inherit!important;
  background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.18),rgba(255,255,255,0) 64%)!important;
  opacity:.55!important;
  animation:vfmFinalCtaPulse 2.4s ease-in-out infinite!important;
  pointer-events:none!important;
  z-index:0!important;
}
html body #vfm-funnel #vfm-intro-next.vfm-btn--intro > *,
html body #vfm-intro-next.vfm-btn--intro > *,
html body .vfm-btn--intro > *{
  position:relative!important;
  z-index:2!important;
}
@keyframes vfmFinalCtaGlow{
  0%{left:-85%;opacity:0;}
  12%{opacity:.95;}
  48%{left:130%;opacity:.95;}
  72%{left:130%;opacity:0;}
  100%{left:130%;opacity:0;}
}
@keyframes vfmFinalCtaPulse{
  0%,100%{opacity:.18;filter:blur(0);}
  50%{opacity:.7;filter:blur(1px);}
}
@media(max-width:768px){
  html body #vfm-funnel[data-step="0"] .vfm-cta-row{
    position:fixed!important;
    left:16px!important;
    right:16px!important;
    bottom:14px!important;
    z-index:2147482500!important;
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    width:auto!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    pointer-events:auto!important;
  }
  html body #vfm-funnel[data-step="0"] .vfm-cta-row #vfm-intro-next.vfm-btn--intro{
    width:100%!important;
    min-width:0!important;
    flex:1 1 auto!important;
    height:62px!important;
    min-height:62px!important;
    margin:0!important;
    box-shadow:0 18px 42px rgba(8,166,183,.36)!important;
  }
  html body #vfm-funnel[data-step="0"] .vfm-cta-row em{
    flex:0 0 auto!important;
    background:rgba(255,255,255,.86)!important;
    border-radius:14px!important;
    padding:8px 10px!important;
    box-shadow:0 10px 26px rgba(7,31,68,.10)!important;
  }
  html body #vfm-funnel[data-step="0"] .vfm-clean-left{
    padding-bottom:110px!important;
  }
}

/* === DEFINITIVE MOBILE STICKY CTA FIX: cloned body-level button === */
@media (max-width: 768px){
  html body .vfm-mobile-sticky-plan-cta{
    position:fixed!important;
    left:16px!important;
    right:16px!important;
    bottom:14px!important;
    z-index:2147483600!important;
    display:none!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    height:62px!important;
    border:0!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#27c2c8 0%,#10a9b7 100%)!important;
    color:#fff!important;
    font-weight:800!important;
    font-size:16px!important;
    line-height:1!important;
    text-decoration:none!important;
    box-shadow:0 18px 42px rgba(8,166,183,.38)!important;
    cursor:pointer!important;
    overflow:hidden!important;
    isolation:isolate!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  html body .vfm-mobile-sticky-plan-cta.is-visible{
    display:flex!important;
  }
  html body .vfm-mobile-sticky-plan-cta span{
    position:relative!important;
    z-index:2!important;
  }
  html body .vfm-mobile-sticky-plan-cta:before{
    content:""!important;
    position:absolute!important;
    top:-45%!important;
    left:-90%!important;
    width:58%!important;
    height:190%!important;
    transform:skewX(-22deg)!important;
    background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.18) 28%,rgba(255,255,255,.82) 50%,rgba(255,255,255,.18) 72%,rgba(255,255,255,0) 100%)!important;
    animation:vfmMobileStickyGlow 2.4s ease-in-out infinite!important;
    pointer-events:none!important;
    z-index:1!important;
  }
  @keyframes vfmMobileStickyGlow{
    0%{left:-90%;opacity:0;}
    12%{opacity:.95;}
    48%{left:132%;opacity:.95;}
    72%{left:132%;opacity:0;}
    100%{left:132%;opacity:0;}
  }
  html body .vfm-global-nav-logo,
  html body .vfm-global-logo,
  html body .vfm-global-logo-seo,
  html body .vfm-site-logo,
  html body .vfm-header-logo{
    margin-left:10px!important;
  }
}

/* === VFM 15.3.2: mobile filter popup buttons always reachable === */
@media (max-width: 768px){
  html body .vfm-folder-app .vfm-filter-panel:not(.hidden),
  html body .vfm-filter-panel:not(.hidden){
    position:fixed!important;
    inset:0!important;
    display:block!important;
    width:100vw!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    z-index:2147483200!important;
  }

  html body .vfm-folder-app .vfm-filter-panel:not(.hidden) .vfm-filter-backdrop,
  html body .vfm-filter-panel:not(.hidden) .vfm-filter-backdrop{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100dvh!important;
    background:rgba(9,25,42,.44)!important;
    backdrop-filter:blur(8px)!important;
  }

  html body .vfm-folder-app .vfm-filter-panel:not(.hidden) .vfm-folder-filters,
  html body .vfm-filter-panel:not(.hidden) .vfm-folder-filters{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    top:calc(12px + env(safe-area-inset-top))!important;
    bottom:calc(12px + env(safe-area-inset-bottom))!important;
    width:auto!important;
    max-width:none!important;
    height:auto!important;
    max-height:none!important;
    min-height:0!important;
    margin:0!important;
    padding:22px 16px calc(100px + env(safe-area-inset-bottom))!important;
    border-radius:26px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
    box-sizing:border-box!important;
    background:#fff!important;
  }

  html body .vfm-folder-app .vfm-filter-panel:not(.hidden) .vfm-folder-filters::-webkit-scrollbar,
  html body .vfm-filter-panel:not(.hidden) .vfm-folder-filters::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  html body .vfm-folder-app .vfm-filter-close,
  html body .vfm-filter-close{
    position:absolute!important;
    top:14px!important;
    right:14px!important;
    z-index:20!important;
  }

  html body .vfm-folder-app .vfm-filter-title,
  html body .vfm-filter-title{
    padding-right:54px!important;
  }

  html body .vfm-folder-app .vfm-country-checklist,
  html body .vfm-country-checklist{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    max-height:none!important;
    overflow:visible!important;
    margin-bottom:16px!important;
    padding-right:0!important;
  }

  html body .vfm-folder-app .vfm-country-option,
  html body .vfm-country-option{
    min-height:64px!important;
    padding:10px 10px!important;
    border-radius:18px!important;
  }

  html body .vfm-folder-app .vfm-filter-audience-block,
  html body .vfm-filter-audience-block{
    margin-bottom:10px!important;
  }

  html body .vfm-folder-app .vfm-filter-actions,
  html body .vfm-filter-actions{
    position:sticky!important;
    left:0!important;
    right:0!important;
    bottom:calc(-100px - env(safe-area-inset-bottom))!important;
    z-index:30!important;
    display:flex!important;
    flex-direction:row!important;
    gap:10px!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    margin:18px 0 calc(-78px - env(safe-area-inset-bottom))!important;
    padding:14px 0 calc(14px + env(safe-area-inset-bottom))!important;
    background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 24%,#fff 100%)!important;
    box-sizing:border-box!important;
  }

  html body .vfm-folder-app .vfm-filter-actions .vfm-btn,
  html body .vfm-filter-actions .vfm-btn{
    flex:1 1 0!important;
    width:auto!important;
    min-width:0!important;
    min-height:54px!important;
    height:54px!important;
    border-radius:999px!important;
    font-size:14px!important;
    font-weight:800!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    white-space:nowrap!important;
  }
}

@media (max-width: 390px){
  html body .vfm-folder-app .vfm-country-checklist,
  html body .vfm-country-checklist{
    gap:8px!important;
  }
  html body .vfm-folder-app .vfm-country-option,
  html body .vfm-country-option{
    min-height:58px!important;
    padding:8px!important;
  }
  html body .vfm-folder-app .vfm-country-option__name,
  html body .vfm-country-option__name{
    font-size:12px!important;
  }
}

/* VFM favorieten + prijsalerts - geïsoleerd zodat landen/bestemmingen layout intact blijft */
html body .vfm-folder-app .vfm-deal[data-offer-id],
html body .vfm-related-folder-grid .vfm-deal[data-offer-id]{position:relative!important}
html body .vfm-folder-app .vfm-deal[data-offer-id] .vfm-deal__foot,
html body .vfm-related-folder-grid .vfm-deal[data-offer-id] .vfm-deal__foot{display:flex!important;align-items:center!important;gap:7px!important;min-width:0!important}
html body .vfm-folder-app .vfm-deal[data-offer-id] .vfm-deal__foot>strong,
html body .vfm-related-folder-grid .vfm-deal[data-offer-id] .vfm-deal__foot>strong{flex:1 1 auto!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
html body .vfm-folder-app .vfm-action-pills,
html body .vfm-related-folder-grid .vfm-action-pills{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;flex:0 0 auto!important;line-height:1!important;max-width:120px!important;pointer-events:auto!important}
html body .vfm-folder-app .vfm-action-pill,
html body .vfm-related-folder-grid .vfm-action-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;height:28px!important;min-width:28px!important;padding:0 8px!important;border-radius:999px!important;border:1px solid rgba(15,23,42,.10)!important;font-family:Poppins,Arial,sans-serif!important;font-size:10px!important;font-weight:950!important;line-height:1!important;text-decoration:none!important;cursor:pointer!important;user-select:none!important;white-space:nowrap!important;transition:transform .15s ease,background .15s ease,border-color .15s ease!important}
html body .vfm-folder-app .vfm-action-pill:hover,
html body .vfm-related-folder-grid .vfm-action-pill:hover{transform:translateY(-1px)!important}
html body .vfm-folder-app .vfm-fav-pill,
html body .vfm-related-folder-grid .vfm-fav-pill{width:28px!important;min-width:28px!important;padding:0!important;background:#fff1f2!important;border-color:#fecdd3!important;color:#e11d48!important;font-size:16px!important}
html body .vfm-folder-app .vfm-fav-pill.is-active,
html body .vfm-related-folder-grid .vfm-fav-pill.is-active{background:#e11d48!important;border-color:#e11d48!important;color:#fff!important}
html body .vfm-folder-app .vfm-alert-pill,
html body .vfm-related-folder-grid .vfm-alert-pill{gap:3px!important;background:#fff7ed!important;border-color:#fdba74!important;color:#c2410c!important;padding:0 9px!important}
html body .vfm-folder-app .vfm-alert-pill span,
html body .vfm-related-folder-grid .vfm-alert-pill span{display:inline-flex!important;align-items:center!important;color:inherit!important;line-height:1!important}
html body .vfm-folder-app .vfm-deal__button,
html body .vfm-related-folder-grid .vfm-deal__button{flex:0 0 auto!important}

/* Prominente buttons op individuele vakantiepagina */
html body .vfm-seo-page .vfm-offer-actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:16px!important;align-items:center!important}
html body .vfm-seo-page .vfm-offer-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:48px!important;padding:0 18px!important;border-radius:999px!important;border:1px solid transparent!important;font-family:Poppins,Arial,sans-serif!important;font-size:15px!important;font-weight:950!important;line-height:1!important;cursor:pointer!important;text-decoration:none!important;box-shadow:0 12px 28px rgba(7,31,68,.10)!important;transition:transform .16s ease,box-shadow .16s ease!important}
html body .vfm-seo-page .vfm-offer-action:hover{transform:translateY(-1px)!important;box-shadow:0 16px 34px rgba(7,31,68,.16)!important}
html body .vfm-seo-page .vfm-offer-fav{background:#fff1f2!important;border-color:#fecdd3!important;color:#e11d48!important}
html body .vfm-seo-page .vfm-offer-fav.is-active{background:#e11d48!important;border-color:#e11d48!important;color:#fff!important}
html body .vfm-seo-page .vfm-offer-alert{background:#fff7ed!important;border-color:#fdba74!important;color:#c2410c!important}

/* Favorieten-popup en prijsalert-popup */
html body .vfm-fa-modal{position:fixed!important;inset:0!important;z-index:2147483600!important;display:none!important;font-family:Poppins,Arial,sans-serif!important}
html body .vfm-fa-modal.is-open{display:block!important}
html body .vfm-fa-backdrop{position:absolute!important;inset:0!important;background:rgba(15,23,42,.55)!important;backdrop-filter:blur(5px)!important}
html body .vfm-fa-panel{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:min(540px,calc(100vw - 28px))!important;max-height:calc(100dvh - 40px)!important;overflow:auto!important;background:#fff!important;border-radius:24px!important;padding:24px!important;box-shadow:0 30px 90px rgba(15,23,42,.35)!important;box-sizing:border-box!important}
html body .vfm-fa-close{position:absolute!important;right:14px!important;top:12px!important;width:36px!important;height:36px!important;border:0!important;border-radius:999px!important;background:#f1f5f9!important;color:#163044!important;font-size:24px!important;line-height:36px!important;cursor:pointer!important}
html body .vfm-fa-content h3{margin:0 44px 8px 0!important;color:#163044!important;font-size:24px!important;line-height:1.15!important}
html body .vfm-fa-content p{margin:0 0 16px!important;color:#64748b!important;font-weight:600!important;line-height:1.45!important}
html body .vfm-fa-list{display:grid!important;gap:10px!important;margin:0 0 16px!important}
html body .vfm-fa-card{display:grid!important;grid-template-columns:88px 1fr!important;gap:12px!important;align-items:center!important;border:1px solid #e5e7eb!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 10px 24px rgba(35,65,85,.08)!important}
html body .vfm-fa-card img{width:88px!important;height:88px!important;object-fit:cover!important;display:block!important}
html body .vfm-fa-card div{padding:10px 10px 10px 0!important;min-width:0!important}
html body .vfm-fa-card strong{display:block!important;color:#163044!important;font-size:14px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
html body .vfm-fa-card span{display:block!important;color:#64748b!important;font-size:12px!important;margin:4px 0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
html body .vfm-fa-card b{display:block!important;color:#163044!important;font-size:16px!important}
html body .vfm-fa-content form{display:grid!important;gap:10px!important;margin-top:14px!important}
html body .vfm-fa-content input[type=email]{height:48px!important;border:1px solid #d7dee8!important;border-radius:14px!important;padding:0 14px!important;font:inherit!important;box-sizing:border-box!important;width:100%!important}
html body .vfm-fa-content button[type=submit]{height:50px!important;border:0!important;border-radius:999px!important;background:#61C3CE!important;color:#fff!important;font-weight:950!important;font:inherit!important;cursor:pointer!important}
html body .vfm-fa-msg{min-height:20px!important;color:#163044!important;font-weight:900!important}
html body .vfm-fa-empty{border:1px dashed #bfdbfe!important;background:#eff6ff!important;border-radius:16px!important;padding:14px!important;color:#163044!important}
html body .vfm-open-favorites{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-decoration:none!important}
html body .vfm-floating-favorites{position:fixed!important;right:18px!important;bottom:18px!important;z-index:2147482000!important;display:none!important;align-items:center!important;gap:8px!important;height:46px!important;border:0!important;border-radius:999px!important;background:#163044!important;color:#fff!important;padding:0 16px!important;font-family:Poppins,Arial,sans-serif!important;font-weight:950!important;box-shadow:0 18px 42px rgba(15,23,42,.25)!important;cursor:pointer!important}
html body .vfm-floating-favorites.has-favs{display:inline-flex!important}
html body .vfm-floating-favorites span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:22px!important;height:22px!important;border-radius:999px!important;background:#e11d48!important;color:#fff!important;font-size:12px!important}
@media(max-width:700px){html body .vfm-folder-app .vfm-action-pills,html body .vfm-related-folder-grid .vfm-action-pills{gap:4px!important;max-width:116px!important}html body .vfm-folder-app .vfm-action-pill,html body .vfm-related-folder-grid .vfm-action-pill{height:26px!important;min-width:26px!important;font-size:9px!important}html body .vfm-folder-app .vfm-fav-pill,html body .vfm-related-folder-grid .vfm-fav-pill{width:26px!important;min-width:26px!important;font-size:15px!important}html body .vfm-folder-app .vfm-alert-pill,html body .vfm-related-folder-grid .vfm-alert-pill{padding:0 7px!important}.vfm-fa-panel{padding:20px!important}html body .vfm-seo-page .vfm-offer-action{width:100%!important}}

/* Favorieten-popup: doorklikbare vakantiekaart met eigen acties; raakt gids/landen-blokken niet */
html body .vfm-fa-card-link{color:inherit!important;text-decoration:none!important;cursor:pointer!important}
html body .vfm-fa-card-link:hover{transform:translateY(-1px)!important;box-shadow:0 14px 30px rgba(35,65,85,.12)!important}
html body .vfm-fa-card .vfm-fa-card-body{padding:10px 10px 10px 0!important;min-width:0!important}
html body .vfm-fa-card-actions{display:flex!important;align-items:center!important;gap:6px!important;margin-top:8px!important;padding:0!important}
html body .vfm-fa-card-actions .vfm-action-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:28px!important;min-width:28px!important;padding:0 9px!important;border-radius:999px!important;border:1px solid rgba(15,23,42,.10)!important;font-family:Poppins,Arial,sans-serif!important;font-size:10px!important;font-weight:950!important;line-height:1!important;cursor:pointer!important;white-space:nowrap!important}
html body .vfm-fa-card-actions .vfm-fav-pill{width:28px!important;min-width:28px!important;padding:0!important;background:#fff1f2!important;border-color:#fecdd3!important;color:#e11d48!important;font-size:16px!important}
html body .vfm-fa-card-actions .vfm-fav-pill.is-active{background:#e11d48!important;border-color:#e11d48!important;color:#fff!important}
html body .vfm-fa-card-actions .vfm-alert-pill{gap:3px!important;background:#fff7ed!important;border-color:#fdba74!important;color:#c2410c!important}
html body .vfm-fa-card-actions .vfm-alert-pill span{display:inline-flex!important;align-items:center!important;color:inherit!important;line-height:1!important}

/* Favorieten-popup v7: gebruikt dezelfde vakantiekaart als de vakantiegids, zonder gidsformaten elders te wijzigen */
html body .vfm-fa-modal.is-favorites .vfm-fa-panel{width:min(880px,calc(100vw - 28px))!important}
html body .vfm-fa-modal.is-favorites .vfm-fa-list--guide{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;margin:0 0 16px!important}
html body .vfm-fa-modal.is-favorites .vfm-fa-list--guide .vfm-deal{width:100%!important;max-width:none!important}
html body .vfm-fa-modal.is-favorites .vfm-fa-list--guide .vfm-deal__foot{min-height:42px!important}
@media(max-width:700px){html body .vfm-fa-modal.is-favorites .vfm-fa-panel{width:min(560px,calc(100vw - 18px))!important;padding:18px!important}html body .vfm-fa-modal.is-favorites .vfm-fa-list--guide{gap:10px!important}}

/* VFM v8: favorieten-popup in vakantiegids-kolommen, zonder zichtbare scrollbar */
html body .vfm-fa-modal.is-favorites .vfm-fa-panel{
  width:min(1180px,calc(100vw - 28px))!important;
  max-height:calc(100dvh - 40px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
html body .vfm-fa-modal.is-favorites .vfm-fa-panel::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}
html body .vfm-fa-modal.is-favorites .vfm-fa-list--guide,
html body .vfm-fa-modal.is-favorites .vfm-related-folder-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
  margin:0 0 18px!important;
  width:100%!important;
}
html body .vfm-fa-modal.is-favorites .vfm-fa-list--guide .vfm-deal,
html body .vfm-fa-modal.is-favorites .vfm-related-folder-grid .vfm-deal{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:100%!important;
  box-sizing:border-box!important;
}
html body .vfm-fa-modal.is-favorites .vfm-fa-list--guide .vfm-deal__img,
html body .vfm-fa-modal.is-favorites .vfm-related-folder-grid .vfm-deal__img{
  width:100%!important;
}
@media(max-width:820px){
  html body .vfm-fa-modal.is-favorites .vfm-fa-panel{
    width:min(560px,calc(100vw - 18px))!important;
    padding:18px!important;
  }
  html body .vfm-fa-modal.is-favorites .vfm-fa-list--guide,
  html body .vfm-fa-modal.is-favorites .vfm-related-folder-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
}


/* VFM v9: favorieten/prijsalert popups exact als vakantiegids, 2 kolommen en zonder zichtbare scrollbar */
html body .vfm-fa-modal .vfm-fa-panel{width:min(1180px, calc(100vw - 32px))!important;max-height:calc(100dvh - 32px)!important;overflow:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important}
html body .vfm-fa-modal .vfm-fa-panel::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}
html body .vfm-fa-modal .vfm-fa-list.vfm-related-folder-grid,html body .vfm-fa-modal .vfm-fa-alert-card.vfm-related-folder-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important}
html body .vfm-fa-modal .vfm-fa-alert-card.vfm-related-folder-grid{max-width:calc((1180px - 14px) / 2)!important;margin:0 0 16px!important}
html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal{width:100%!important;min-width:0!important;margin:0!important}
html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal__foot{min-width:0!important}
@media(max-width:980px){html body .vfm-fa-modal .vfm-fa-panel{width:calc(100vw - 18px)!important;padding:18px!important;border-radius:22px!important}html body .vfm-fa-modal .vfm-fa-list.vfm-related-folder-grid,html body .vfm-fa-modal .vfm-fa-alert-card.vfm-related-folder-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}}
@media(max-width:560px){html body .vfm-fa-modal .vfm-fa-panel{width:calc(100vw - 10px)!important;max-height:calc(100dvh - 10px)!important;padding:14px!important;border-radius:18px!important}html body .vfm-fa-modal .vfm-fa-content h3{font-size:21px!important}html body .vfm-fa-modal .vfm-fa-content p{font-size:13px!important;margin-bottom:12px!important}html body .vfm-fa-modal .vfm-fa-list.vfm-related-folder-grid,html body .vfm-fa-modal .vfm-fa-alert-card.vfm-related-folder-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal__image{height:132px!important}}


/* === VFM v11: popup fixes - keep gidskaart-format, no cut-off, narrow pricealert === */
html body .vfm-fa-modal .vfm-fa-panel{
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
html body .vfm-fa-modal .vfm-fa-panel::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}

/* Favorieten: popup is only as wide as 2 gidskaarten + gap, not stretched. */
html body .vfm-fa-modal.is-favorites .vfm-fa-panel{
  width:min(806px,calc(100vw - 28px))!important;
  max-width:806px!important;
  padding:24px!important;
}
html body .vfm-fa-modal.is-favorites .vfm-fa-list,
html body .vfm-fa-modal.is-favorites .vfm-fa-list.vfm-related-folder-grid,
html body .vfm-fa-modal.is-favorites .vfm-fa-list--guide,
html body .vfm-fa-modal.is-favorites .vfm-related-folder-grid{
  display:grid!important;
  grid-template-columns:repeat(2, minmax(0, 356px))!important;
  gap:12px!important;
  justify-content:center!important;
  align-items:stretch!important;
  width:100%!important;
  margin:0 0 16px!important;
}
html body .vfm-fa-modal.is-favorites .vfm-related-folder-grid .vfm-deal,
html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal{
  width:100%!important;
  max-width:356px!important;
  min-width:0!important;
  margin:0!important;
  box-sizing:border-box!important;
}
html body .vfm-fa-modal.is-favorites .vfm-related-folder-grid .vfm-deal__image,
html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal__image{
  height:180px!important;
  min-height:180px!important;
  max-height:180px!important;
}

/* Prijsalert: compacte popup voor één vakantie. */
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-panel{
  width:min(430px,calc(100vw - 28px))!important;
  max-width:430px!important;
  padding:24px!important;
}
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-content h3{
  font-size:23px!important;
  margin-bottom:6px!important;
}
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-content p{
  font-size:14px!important;
  margin-bottom:14px!important;
}
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-alert-card{
  display:block!important;
  width:100%!important;
  max-width:356px!important;
  margin:0 auto 16px!important;
  overflow:visible!important;
}
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-alert-card .vfm-deal{
  width:100%!important;
  max-width:356px!important;
  min-width:0!important;
  margin:0!important;
  box-sizing:border-box!important;
}
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-alert-card .vfm-deal__image{
  height:180px!important;
  min-height:180px!important;
  max-height:180px!important;
}
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-alert-card .vfm-deal__body{
  min-width:0!important;
}
html body .vfm-fa-modal:not(.is-favorites) form{
  max-width:356px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

@media(max-width:760px){
  html body .vfm-fa-modal.is-favorites .vfm-fa-panel{
    width:calc(100vw - 12px)!important;
    max-width:none!important;
    padding:14px!important;
    border-radius:20px!important;
  }
  html body .vfm-fa-modal.is-favorites .vfm-fa-list,
  html body .vfm-fa-modal.is-favorites .vfm-fa-list.vfm-related-folder-grid,
  html body .vfm-fa-modal.is-favorites .vfm-fa-list--guide,
  html body .vfm-fa-modal.is-favorites .vfm-related-folder-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  html body .vfm-fa-modal.is-favorites .vfm-related-folder-grid .vfm-deal,
  html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal{
    max-width:none!important;
  }
  html body .vfm-fa-modal.is-favorites .vfm-related-folder-grid .vfm-deal__image,
  html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal__image{
    height:132px!important;
    min-height:132px!important;
    max-height:132px!important;
  }
  html body .vfm-fa-modal.is-favorites .vfm-deal__title{font-size:15px!important;line-height:1.15!important}
  html body .vfm-fa-modal.is-favorites .vfm-deal__meta,
  html body .vfm-fa-modal.is-favorites .vfm-deal__text{font-size:11px!important;line-height:1.25!important}
  html body .vfm-fa-modal.is-favorites .vfm-deal__foot>strong{font-size:16px!important}
  html body .vfm-fa-modal.is-favorites .vfm-action-pill{height:24px!important;min-width:24px!important;font-size:8px!important;padding:0 5px!important}
  html body .vfm-fa-modal.is-favorites .vfm-fav-pill{width:24px!important;font-size:13px!important;padding:0!important}
}
@media(max-width:460px){
  html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-panel{
    width:calc(100vw - 18px)!important;
    max-width:none!important;
    padding:18px!important;
    border-radius:20px!important;
  }
  html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-alert-card,
  html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-alert-card .vfm-deal,
  html body .vfm-fa-modal:not(.is-favorites) form{
    max-width:100%!important;
  }
}

/* === VFM v12: favorieten/prijsalert popup kaarten verticaal als vakantiegids + prijs zichtbaar === */
html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal,
html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal,
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-alert-card .vfm-deal{
  display:flex!important;
  flex-direction:column!important;
  grid-template-columns:none!important;
  overflow:hidden!important;
  background:#fff!important;
  border-radius:16px!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 18px 42px rgba(15,23,42,.08)!important;
  text-decoration:none!important;
  color:inherit!important;
}
html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal__image,
html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal__image,
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-alert-card .vfm-deal__image{
  width:100%!important;
  flex:0 0 180px!important;
  height:180px!important;
  min-height:180px!important;
  max-height:180px!important;
}
html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal__body,
html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal__body,
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-alert-card .vfm-deal__body{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
  min-height:222px!important;
  overflow:visible!important;
  padding:14px!important;
  box-sizing:border-box!important;
}
html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal h3,
html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal h3,
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-alert-card .vfm-deal h3{
  font-size:20px!important;
  line-height:1.12!important;
  margin:0 0 6px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal__meta,
html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal__meta,
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-alert-card .vfm-deal__meta{
  font-size:13px!important;
  line-height:1.2!important;
  margin-bottom:9px!important;
}
html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal p,
html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal p,
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-alert-card .vfm-deal p{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  margin:0 0 10px!important;
  font-size:13px!important;
  line-height:1.35!important;
}
html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal__foot,
html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal__foot,
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-alert-card .vfm-deal__foot{
  margin-top:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  min-height:42px!important;
  overflow:visible!important;
}
html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal__foot strong,
html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal__foot strong,
html body .vfm-fa-modal:not(.is-favorites) .vfm-fa-alert-card .vfm-deal__foot strong{
  display:block!important;
  flex:0 0 auto!important;
  visibility:visible!important;
  opacity:1!important;
  color:#163044!important;
  font-size:22px!important;
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
}
html body .vfm-fa-modal .vfm-action-pills{display:inline-flex!important;align-items:center!important;gap:6px!important;flex:0 0 auto!important;min-width:0!important}
html body .vfm-fa-modal .vfm-deal__button--circle{flex:0 0 36px!important;width:36px!important;height:36px!important;min-height:36px!important;padding:0!important}

@media(max-width:760px){
  html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal__image,
  html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal__image{
    flex-basis:132px!important;
    height:132px!important;
    min-height:132px!important;
    max-height:132px!important;
  }
  html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal__body,
  html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal__body{
    min-height:214px!important;
    padding:10px!important;
  }
  html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal h3,
  html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal h3{
    font-size:15px!important;
    margin-bottom:8px!important;
  }
  html body .vfm-fa-modal .vfm-related-folder-grid .vfm-deal__foot strong,
  html body .vfm-fa-modal.is-favorites .vfm-fa-list .vfm-deal__foot strong{
    font-size:18px!important;
  }
  html body .vfm-fa-modal .vfm-deal__button--circle{width:32px!important;height:32px!important;min-height:32px!important;flex-basis:32px!important}
}

/* === VFM v21: mobiele vakantiekaart - prijs vrijhouden, pijltje weg, omschrijving compact === */
html body .vfm-folder-app .vfm-deal__button--circle,
html body .vfm-folder-app .vfm-deal__button,
html body .vfm-related-folder-grid .vfm-deal__button--circle,
html body .vfm-related-folder-grid .vfm-deal__button{display:none!important;}
html body .vfm-folder-app .vfm-deal[data-offer-id] .vfm-deal__foot,
html body .vfm-related-folder-grid .vfm-deal[data-offer-id] .vfm-deal__foot{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important;min-width:0!important;overflow:visible!important;}
html body .vfm-folder-app .vfm-deal[data-offer-id] .vfm-deal__foot>strong,
html body .vfm-related-folder-grid .vfm-deal[data-offer-id] .vfm-deal__foot>strong{flex:1 1 auto!important;min-width:58px!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;position:relative!important;z-index:2!important;}
html body .vfm-folder-app .vfm-action-pills,
html body .vfm-related-folder-grid .vfm-action-pills{flex:0 0 auto!important;max-width:none!important;min-width:0!important;}
html body .vfm-folder-app .vfm-deal__body p,
html body .vfm-related-folder-grid .vfm-deal p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;}
@media(max-width:700px){
  html body .vfm-folder-app .vfm-deal__body p,
  html body .vfm-related-folder-grid .vfm-deal p{font-size:11px!important;line-height:1.32!important;max-height:2.64em!important;margin-bottom:6px!important;}
  html body .vfm-folder-app .vfm-deal[data-offer-id] .vfm-deal__foot>strong,
  html body .vfm-related-folder-grid .vfm-deal[data-offer-id] .vfm-deal__foot>strong{min-width:56px!important;font-size:22px!important;line-height:1!important;}
  html body .vfm-folder-app .vfm-action-pills,
  html body .vfm-related-folder-grid .vfm-action-pills{gap:4px!important;}
  html body .vfm-folder-app .vfm-fav-pill,
  html body .vfm-related-folder-grid .vfm-fav-pill{width:24px!important;min-width:24px!important;height:24px!important;font-size:14px!important;}
  html body .vfm-folder-app .vfm-alert-pill,
  html body .vfm-related-folder-grid .vfm-alert-pill{height:24px!important;min-width:0!important;padding:0 6px!important;font-size:8px!important;}
}
@media(max-width:380px){
  html body .vfm-folder-app .vfm-deal[data-offer-id] .vfm-deal__foot>strong,
  html body .vfm-related-folder-grid .vfm-deal[data-offer-id] .vfm-deal__foot>strong{font-size:20px!important;min-width:52px!important;}
  html body .vfm-folder-app .vfm-alert-pill,
  html body .vfm-related-folder-grid .vfm-alert-pill{padding:0 5px!important;font-size:7.5px!important;}
}

/* === VFM v22: landenpagina mobiel - prijs nooit over favoriet/prijsalert ===
   Scope bewust beperkt tot de SEO/landen pagina's. Vakantiegids-formaten blijven intact. */
@media (max-width: 700px){
  html body .vfm-seo-page .vfm-related-folder-grid .vfm-deal[data-offer-id] .vfm-deal__foot{
    display:grid!important;
    grid-template-columns:minmax(0, 1fr) auto!important;
    align-items:center!important;
    column-gap:6px!important;
    row-gap:0!important;
    width:100%!important;
    min-width:0!important;
    overflow:visible!important;
  }
  html body .vfm-seo-page .vfm-related-folder-grid .vfm-deal[data-offer-id] .vfm-deal__foot>strong{
    grid-column:1!important;
    min-width:0!important;
    width:auto!important;
    max-width:100%!important;
    display:block!important;
    font-size:20px!important;
    line-height:1!important;
    letter-spacing:-.03em!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    padding-right:0!important;
    z-index:1!important;
  }
  html body .vfm-seo-page .vfm-related-folder-grid .vfm-action-pills{
    grid-column:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:3px!important;
    flex:0 0 auto!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    z-index:2!important;
  }
  html body .vfm-seo-page .vfm-related-folder-grid .vfm-action-pill{
    height:23px!important;
    min-width:23px!important;
    border-radius:999px!important;
    line-height:1!important;
  }
  html body .vfm-seo-page .vfm-related-folder-grid .vfm-fav-pill{
    width:23px!important;
    min-width:23px!important;
    padding:0!important;
    font-size:13px!important;
  }
  html body .vfm-seo-page .vfm-related-folder-grid .vfm-alert-pill{
    min-width:58px!important;
    max-width:58px!important;
    padding:0 5px!important;
    font-size:7.5px!important;
    gap:2px!important;
  }
  html body .vfm-seo-page .vfm-related-folder-grid .vfm-deal__button,
  html body .vfm-seo-page .vfm-related-folder-grid .vfm-deal__button--circle{
    display:none!important;
  }
  html body .vfm-seo-page .vfm-related-folder-grid .vfm-deal__body p{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:11px!important;
    line-height:1.3!important;
    max-height:2.6em!important;
  }
}

@media (max-width: 380px){
  html body .vfm-seo-page .vfm-related-folder-grid .vfm-deal[data-offer-id] .vfm-deal__foot>strong{
    font-size:18px!important;
  }
  html body .vfm-seo-page .vfm-related-folder-grid .vfm-alert-pill{
    min-width:52px!important;
    max-width:52px!important;
    font-size:7px!important;
    padding:0 4px!important;
  }
}


/* === VFM v23: prijslabel fix === */
.vfm-price-from{font-size:10px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.02em!important;display:inline-block!important;vertical-align:baseline!important;margin-right:3px!important;}
.vfm-deal__foot strong .vfm-price-from,.vfm-offer-price .vfm-price-from,.vfm-related-folder-grid .vfm-deal__foot strong .vfm-price-from{font-size:10px!important;}
@media(max-width:560px){.vfm-deal__foot strong .vfm-price-from,.vfm-related-folder-grid .vfm-deal__foot strong .vfm-price-from{font-size:10px!important;}}

/* V35 SEO machine - isolated long-tail page styling */
.vfm-longtail-page .vfm-longtail-hero{background:linear-gradient(135deg,#effbfc 0%,#fff 58%,#fff7ed 100%);border:1px solid rgba(20,174,187,.16)}
.vfm-longtail-page .vfm-seo-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.vfm-longtail-page .vfm-cta-secondary{background:#fff!important;color:#163044!important;border:1px solid rgba(20,174,187,.25)!important}.vfm-longtail-links .vfm-longtail-link-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.vfm-longtail-link-card{display:flex;flex-direction:column;gap:8px;padding:18px;border-radius:22px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 16px 38px rgba(15,23,42,.07);text-decoration:none;color:#163044;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.vfm-longtail-link-card:hover{transform:translateY(-3px);box-shadow:0 22px 48px rgba(15,23,42,.11);border-color:rgba(20,174,187,.32)}.vfm-longtail-link-card span{font-size:28px}.vfm-longtail-link-card strong{font-size:1rem;line-height:1.2}.vfm-longtail-link-card small{color:#64748b;font-weight:600;line-height:1.45}.vfm-longtail-content p{font-size:1.02rem;line-height:1.8}.vfm-faq-list{display:grid;gap:12px}.vfm-faq-item{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:16px 18px;box-shadow:0 12px 28px rgba(15,23,42,.05)}.vfm-faq-item summary{cursor:pointer;font-weight:900;color:#163044}.vfm-faq-item p{margin:10px 0 0;color:#475569;line-height:1.65}.vfm-seo-empty{grid-column:1/-1;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:28px;text-align:center;box-shadow:0 18px 42px rgba(15,23,42,.08)}@media(max-width:720px){.vfm-longtail-page .vfm-seo-actions{flex-direction:column}.vfm-longtail-page .vfm-seo-actions .vfm-cta{width:100%;justify-content:center}.vfm-longtail-content p{font-size:.96rem;line-height:1.72}}

/* === V40: longtail SEO pagina's in dezelfde look & feel als bestemmingen + compact menu === */
html body.vfm-longtail-body{background:#edf4f7!important;}
html body .vfm-seo-wrap.vfm-longtail-page.vfm-destinations-page{width:min(1140px,calc(100vw - 32px))!important;max-width:1140px!important;margin:0 auto!important;padding:48px 0 70px!important;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;}
html body .vfm-longtail-page .vfm-seo-hero,html body .vfm-longtail-page .vfm-seo-section{background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:22px!important;box-shadow:0 18px 50px rgba(15,23,42,.07)!important;padding:30px!important;margin:0 0 22px!important;color:#071f44!important;}
html body .vfm-longtail-page .vfm-seo-hero{display:block!important;grid-template-columns:1fr!important;background:#fff!important;}
html body .vfm-longtail-page .vfm-seo-hero h1,html body .vfm-longtail-page .vfm-seo-section h2{color:#071f44!important;letter-spacing:-.045em!important;}
html body .vfm-longtail-page .vfm-seo-hero p,html body .vfm-longtail-page .vfm-seo-section p{color:#43546f!important;line-height:1.7!important;font-weight:500!important;}
html body .vfm-longtail-page .vfm-related-folder-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;gap:18px!important;align-items:stretch!important;width:100%!important;}
html body .vfm-longtail-page .vfm-longtail-menu-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;}
html body .vfm-longtail-page .vfm-longtail-menu-item{display:flex!important;align-items:center!important;gap:10px!important;padding:12px 14px!important;min-height:56px!important;border-radius:17px!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 10px 24px rgba(15,23,42,.055)!important;text-decoration:none!important;color:#071f44!important;font-weight:850!important;line-height:1.2!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important;}
html body .vfm-longtail-page .vfm-longtail-menu-item:hover{transform:translateY(-2px)!important;box-shadow:0 16px 36px rgba(15,23,42,.10)!important;border-color:#bfe8ef!important;text-decoration:none!important;}
html body .vfm-longtail-page .vfm-longtail-menu-icon{width:34px!important;height:34px!important;flex:0 0 34px!important;border-radius:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#e9f7fb!important;border:1px solid #cbeef4!important;font-size:18px!important;}
html body .vfm-longtail-page .vfm-longtail-menu-label{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important;}
html body .vfm-longtail-page .vfm-seo-actions{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin-top:22px!important;}
html body .vfm-longtail-page .vfm-faq-list{display:grid!important;gap:12px!important;}
html body .vfm-longtail-page .vfm-faq-item{background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:18px!important;padding:16px 18px!important;box-shadow:0 12px 28px rgba(15,23,42,.05)!important;}
@media(max-width:760px){html body .vfm-seo-wrap.vfm-longtail-page.vfm-destinations-page{width:calc(100vw - 20px)!important;padding:34px 0 54px!important;}html body .vfm-longtail-page .vfm-seo-hero,html body .vfm-longtail-page .vfm-seo-section{padding:20px!important;border-radius:20px!important;margin-bottom:16px!important;}html body .vfm-longtail-page .vfm-seo-hero h1{font-size:32px!important;line-height:1.05!important;}html body .vfm-longtail-page .vfm-related-folder-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}html body .vfm-longtail-page .vfm-longtail-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}html body .vfm-longtail-page .vfm-longtail-menu-item{padding:10px!important;min-height:54px!important;border-radius:15px!important;gap:8px!important;}html body .vfm-longtail-page .vfm-longtail-menu-icon{width:30px!important;height:30px!important;flex-basis:30px!important;font-size:16px!important;}html body .vfm-longtail-page .vfm-longtail-menu-label{font-size:11px!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;}html body .vfm-longtail-page .vfm-seo-actions{flex-direction:column!important;}html body .vfm-longtail-page .vfm-seo-actions .vfm-cta{width:100%!important;justify-content:center!important;}}

/* === V40: hoofdmenu mooier comprimeren in 2 kolommen, ook mobiel === */
html body .vfm-global-menu-panel{width:min(560px,calc(100vw - 36px))!important;max-height:calc(100dvh - 36px)!important;overflow-y:auto!important;}
html body .vfm-global-menu-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
html body .vfm-global-menu-link{min-width:0!important;padding:12px 13px!important;border-radius:18px!important;font-size:13px!important;gap:10px!important;}
html body .vfm-global-menu-link-icon{width:34px!important;height:34px!important;flex-basis:34px!important;border-radius:13px!important;font-size:18px!important;}
html body .vfm-global-menu-title{font-size:26px!important;margin-bottom:18px!important;}
@media(max-width:760px){html body .vfm-global-menu-panel{width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important;padding:22px!important;overflow-y:auto!important;}html body .vfm-global-menu-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}html body .vfm-global-menu-link{padding:10px 9px!important;border-radius:15px!important;font-size:11px!important;gap:8px!important;min-height:54px!important;}html body .vfm-global-menu-link-icon{width:30px!important;height:30px!important;flex-basis:30px!important;font-size:16px!important;border-radius:11px!important;}}

/* v46 filter debug - only shown with ?vfm_debug=1 */
.vfm-filter-debug{margin:18px 0;padding:16px;border:1px solid #bdeaf1;background:#f3fcfe;border-radius:18px;color:#08264a;font-family:inherit;box-shadow:0 10px 30px rgba(8,38,74,.08)}
.vfm-filter-debug summary{font-weight:700;cursor:pointer}
.vfm-filter-debug pre{white-space:pre-wrap;word-break:break-word;background:#fff;border:1px solid #d8eef3;border-radius:12px;padding:10px;font-size:12px;line-height:1.45;max-height:260px;overflow:auto}
.vfm-filter-debug table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;margin:8px 0 14px;font-size:12px}
.vfm-filter-debug th,.vfm-filter-debug td{border-bottom:1px solid #e6f3f6;text-align:left;padding:7px 8px;vertical-align:top}
.vfm-debug-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px}
@media(max-width:760px){.vfm-debug-grid{grid-template-columns:1fr}.vfm-filter-debug{font-size:12px}}


/* V58 layout-only fixes: geen wijzigingen aan filter/resultaatlogica */
html body .vfm-folder-app .vfm-cover-kicker{
  background:#fff!important;
  color:#111827!important;
  border-color:rgba(255,255,255,.95)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.16)!important;
}
html body .vfm-folder-app .vfm-deal__foot strong::after,
html body .vfm-related-folder-grid .vfm-deal__foot strong::after{
  display:none!important;
  content:none!important;
  background:transparent!important;
}

/* V59 destinations page layout: 4 columns desktop, 2 columns mobile */
html body .vfm-destinations-page .vfm-destination-grid-clean{grid-template-columns:repeat(4,minmax(0,1fr))!important;max-width:none!important;}
@media(max-width:980px){html body .vfm-destinations-page .vfm-destination-grid-clean{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media(max-width:720px){html body .vfm-destinations-page .vfm-destination-grid-clean{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}


/* === VFM FIX: stappen 1-3 identiek aan stap 4 — plan-progress in flow, geen padding-top overlap === */

/* Desktop (>1100px): plan-progress in normale flow, geen absolute positie */
@media (min-width:1101px){
  html body #vfm-funnel[data-step="1"] .vfm-clean-left,
  html body #vfm-funnel[data-step="2"] .vfm-clean-left,
  html body #vfm-funnel[data-step="3"] .vfm-clean-left{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    padding:42px 56px 34px!important;
    overflow:hidden!important;
    background:#fff!important;
  }

  /* Stappenplan: in de normale stroom, boven de staptitel */
  html body #vfm-funnel[data-step="1"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="2"] .vfm-plan-progress,
  html body #vfm-funnel[data-step="3"] .vfm-plan-progress{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:auto!important;
    max-width:720px!important;
    height:auto!important;
    margin:24px 0 20px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    z-index:5!important;
    transform:none!important;
    flex-shrink:0!important;
  }

  /* Stap secties: geen padding-top meer nodig */
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature.vfm-step,
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature.vfm-step.is-active,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight.vfm-step,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight.vfm-step.is-active,
  html body #vfm-funnel[data-step="3"] #vfm-step-period.vfm-step,
  html body #vfm-funnel[data-step="3"] #vfm-step-period.vfm-step.is-active{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    padding-top:0!important;
    margin:0!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    transform:none!important;
    min-height:0!important;
    width:720px!important;
    max-width:100%!important;
  }

  /* Titels: in de normale flow, niet absoluut */
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature h2,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight h2,
  html body #vfm-funnel[data-step="3"] #vfm-step-period h2{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:850px!important;
    margin:0 0 24px!important;
    padding:0!important;
    z-index:auto!important;
    transform:none!important;
    color:#071f3f!important;
    font-size:56px!important;
    font-weight:600!important;
    line-height:1.02!important;
    letter-spacing:-.04em!important;
    text-align:left!important;
  }

  /* Slider en good-to-know: breedte gelijkgetrokken met stap 4 */
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-slider-card,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-slider-card,
  html body #vfm-funnel[data-step="3"] #vfm-step-period .vfm-slider-card{
    width:720px!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }
  html body #vfm-funnel[data-step="1"] #vfm-step-temperature .vfm-good-to-know,
  html body #vfm-funnel[data-step="2"] #vfm-step-flight .vfm-good-to-know,
  html body #vfm-funnel[data-step="3"] #vfm-step-period .vfm-good-to-know{
    width:720px!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    margin-top:22px!important;
    margin-bottom:0!important;
  }

  /* Buttons: direct onder de tip, zelfde als stap 4 */
  html body #vfm-funnel[data-step="1"] .vfm-clean-bottom,
  html body #vfm-funnel[data-step="2"] .vfm-clean-bottom,
  html body #vfm-funnel[data-step="3"] .vfm-clean-bottom{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:14px!important;
    width:720px!important;
    max-width:100%!important;
    margin:34px 0 0!important;
    padding:0!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    transform:none!important;
    overflow:visible!important;
  }

  html body #vfm-funnel[data-step="1"] .vfm-step-actions,
  html body #vfm-funnel[data-step="2"] .vfm-step-actions,
  html body #vfm-funnel[data-step="3"] .vfm-step-actions{
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    margin:0 0 0 auto!important;
    padding:0!important;
    position:static!important;
    width:auto!important;
  }
}
