/*
  FIBULA OFFER CATALOG · mp_fibula.css
  Prefix: fbl-ro-ulm-   Scope: #fibDestinations
  Font: Mulish · Brand: #0f2044 navy / #ed8936 orange
*/

/* ── RESET & TOKENS ─────────────────────────────────────── */
#fibDestinations {
  --n:   #0f2044;          /* navy */
  --n2:  #1b3a6b;
  --n3:  #243d7a;
  --o:   #ed8936;          /* orange */
  --oh:  #f9a74e;
  --od:  #c76824;
  --op:  #fff8f0;          /* orange-pale */
  --or:  rgba(237,137,54,.14);
  --st:  #f59e0b;          /* star */
  --gr:  #16a34a;
  --re:  #dc2626;

  --bg:  #f3f5fb;
  --sf:  #ffffff;
  --b1:  #e4e8f4;
  --b2:  #cdd3ea;
  --t1:  #111827;
  --t2:  #4b5563;
  --t3:  #9ca3af;

  --r:   10px;
  --rl:  16px;
  --rx:  22px;
  --s1:  0 1px 3px rgba(11,28,60,.06);
  --s2:  0 3px 12px rgba(11,28,60,.09), 0 1px 3px rgba(11,28,60,.05);
  --s3:  0 8px 32px rgba(11,28,60,.13), 0 2px 8px rgba(11,28,60,.06);
  --s4:  0 16px 56px rgba(11,28,60,.18);
  --ease: 180ms cubic-bezier(.4,0,.2,1);

  font-family: 'Mulish', 'Segoe UI', system-ui, sans-serif;
  color: var(--t1);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
}

#fibDestinations *, #fibDestinations *::before, #fibDestinations *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
#fibDestinations a { text-decoration: none; color: inherit; }
#fibDestinations button { cursor: pointer; font-family: inherit; border: 0; }
#fibDestinations input, #fibDestinations select { font-family: inherit; }
#fibDestinations img { display: block; max-width: 100%; }
#fibDestinations ul, #fibDestinations ol { list-style: none; }

/* ── HERO ────────────────────────────────────────────────── */
.fbl-ro-ulm-hero {
  background: var(--n);
  padding: 52px 32px 56px;
  position: relative;
  overflow: hidden;
}

.fbl-ro-ulm-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 90% -10%, rgba(237,137,54,.22) 0%, transparent 55%),
    radial-gradient(ellipse 40% 50% at -10% 110%, rgba(237,137,54,.1) 0%, transparent 50%);
  pointer-events: none;
}

/* Subtle dot pattern */
.fbl-ro-ulm-hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.fbl-ro-ulm-hero__inner {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.fbl-ro-ulm-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(237,137,54,.18);
  border: 1px solid rgba(237,137,54,.32);
  color: #f9a74e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.fbl-ro-ulm-hero__tag svg { width: 11px; height: 11px; }

.fbl-ro-ulm-hero__title {
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -.025em;
  margin-bottom: 14px;
}

.fbl-ro-ulm-hero__title em {
  font-style: normal;
  color: var(--o);
}

.fbl-ro-ulm-hero__sub {
  font-size: 15px;
  color: rgba(255,255,255,.58);
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 480px;
}

/* Search */
.fbl-ro-ulm-search-wrap {
  position: relative;
  max-width: 520px;
}

.fbl-ro-ulm-search-bar {
  width: 100%;
  height: 54px;
  border-radius: 100px;
  background: rgba(255,255,255,.1);
  border: 1.5px solid rgba(255,255,255,.15);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 54px 0 50px;
  outline: none;
  backdrop-filter: blur(8px);
  transition: background var(--ease), border-color var(--ease);
}

.fbl-ro-ulm-search-bar::placeholder { color: rgba(255,255,255,.4); }

.fbl-ro-ulm-search-bar:focus {
  background: rgba(255,255,255,.14);
  border-color: var(--o);
}

.fbl-ro-ulm-search-bar__icon {
  position: absolute;
  left: 18px; top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,.45);
  pointer-events: none;
  display: flex;
}

.fbl-ro-ulm-search-bar__icon svg { width: 17px; height: 17px; }

#fibSearchClear {
  position: absolute;
  right: 14px; top: 50%;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  color: rgba(255,255,255,.7);
  display: none;
  align-items: center; justify-content: center;
  transition: background var(--ease);
}

#fibSearchClear:hover { background: rgba(255,255,255,.25); }
#fibSearchClear svg { width: 13px; height: 13px; }

/* Suggestions */
#fibSearchSuggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0; right: 0;
  background: var(--sf);
  border-radius: var(--rl);
  box-shadow: var(--s4);
  border: 1.5px solid var(--b1);
  z-index: 300;
  overflow: hidden;
  display: none;
}

.fbl-ro-ulm-search-recent-header {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--t3);
  padding: 12px 18px 4px;
}

.fbl-ro-ulm-search-suggestion {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 18px;
  cursor: pointer;
  transition: background var(--ease);
  font-size: 13.5px;
}

.fbl-ro-ulm-search-suggestion:hover { background: var(--op); }

.fbl-ro-ulm-search-suggestion--recent { opacity: .75; }

.fbl-ro-ulm-search-suggestion__flag { font-size: 20px; width: 26px; text-align: center; flex-shrink: 0; }

.fbl-ro-ulm-search-suggestion__info { flex: 1; min-width: 0; }

.fbl-ro-ulm-search-suggestion__name {
  font-weight: 700;
  color: var(--n);
  overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}

.fbl-ro-ulm-search-suggestion__meta { font-size: 12px; color: var(--t3); font-weight: 600; }

.fbl-ro-ulm-search-no-results { padding: 20px; text-align: center; font-size: 13.5px; color: var(--t2); }

/* Stats bar */
.fbl-ro-ulm-stats {
  display: flex;
  gap: 0;
  margin-top: 40px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--rl);
  overflow: hidden;
  max-width: 480px;
}

.fbl-ro-ulm-stat-item {
  flex: 1;
  padding: 14px 0;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.08);
}

.fbl-ro-ulm-stat-item:last-child { border-right: none; }

.fbl-ro-ulm-stat-item__value {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: var(--o);
  line-height: 1;
  margin-bottom: 4px;
}

.fbl-ro-ulm-stat-item__label {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  color: rgba(255,255,255,.45);
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* ── HOT DEALS BANNER ────────────────────────────────────── */
#fibHotDeals {
  display: none;
  align-items: center;
  gap: 12px;
  padding: 13px 32px;
  background: linear-gradient(90deg, #d45f00 0%, var(--o) 50%, #f9a74e 100%);
}

.fbl-ro-ulm-hot-icon { display: flex; flex-shrink: 0; }
.fbl-ro-ulm-hot-icon svg { width: 18px; height: 18px; }

#fibHotDealsText { flex: 1; font-size: 13.5px; font-weight: 700; color: #fff; }
#fibHotDealsText strong { font-weight: 900; }

#fibHotDealsBtn {
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  font-size: 12px; font-weight: 700;
  padding: 7px 16px;
  border-radius: 100px;
  white-space: nowrap;
  transition: background var(--ease);
}

#fibHotDealsBtn:hover { background: rgba(0,0,0,.28); }

/* ── FILTERS ─────────────────────────────────────────────── */
.fbl-ro-ulm-filters-bar {
  background: var(--sf);
  border-bottom: 1px solid var(--b1);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 16px rgba(11,28,60,.07);
}

.fbl-ro-ulm-filters-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  overflow-x: auto;
  scrollbar-width: none;
}

.fbl-ro-ulm-filters-row::-webkit-scrollbar { display: none; }

/* Divider */
.fbl-ro-ulm-filters-row > hr {
  width: 1px; height: 24px;
  border: 0;
  background: var(--b1);
  flex-shrink: 0;
}

.fbl-ro-ulm-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 14px;
  border-radius: 100px;
  font-size: 13px; font-weight: 700;
  white-space: nowrap;
  border: 1.5px solid var(--b1);
  background: transparent;
  color: var(--t2);
  transition: all var(--ease);
  flex-shrink: 0;
}

.fbl-ro-ulm-filter-pill svg { width: 13px; height: 13px; }

.fbl-ro-ulm-filter-pill:hover {
  border-color: var(--o);
  color: var(--od);
  background: var(--op);
}

.fbl-ro-ulm-filter-pill.is-active {
  background: var(--n);
  border-color: var(--n);
  color: #fff;
}

.fbl-ro-ulm-select {
  height: 34px;
  padding: 0 30px 0 12px;
  border-radius: 100px;
  border: 1.5px solid var(--b1);
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 11px center;
  appearance: none;
  color: var(--t2);
  font-size: 13px; font-weight: 700;
  cursor: pointer;
  outline: none;
  flex-shrink: 0;
  white-space: nowrap;
  transition: all var(--ease);
}

.fbl-ro-ulm-select:hover, .fbl-ro-ulm-select:focus {
  border-color: var(--o);
  color: var(--od);
}

.fbl-ro-ulm-select-group {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.fbl-ro-ulm-star-pill {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  border-radius: 100px;
  font-size: 12px; font-weight: 700;
  border: 1.5px solid var(--b1);
  background: transparent;
  color: var(--t2);
  transition: all var(--ease);
  flex-shrink: 0;
  letter-spacing: .5px;
}

.fbl-ro-ulm-star-pill:hover {
  border-color: var(--st);
  color: var(--st);
}

.fbl-ro-ulm-star-pill.is-active {
  border-color: var(--st);
  background: #fffbeb;
  color: #92400e;
}

.fbl-ro-ulm-price-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}

.fbl-ro-ulm-price-label {
  font-size: 12px; font-weight: 700;
  color: var(--t2);
  white-space: nowrap;
}

.fbl-ro-ulm-range {
  width: 110px;
  accent-color: var(--o);
  cursor: pointer;
}

/* ── RESULTS BAR ─────────────────────────────────────────── */
.fbl-ro-ulm-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border-bottom: 1px solid var(--b1);
  background: var(--bg);
  gap: 10px;
  flex-wrap: wrap;
}

#fibResultsCount {
  font-size: 13.5px; font-weight: 700;
  color: var(--t1);
}

#fibResultsCount span { color: var(--o); }

.fbl-ro-ulm-results-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

#fibMobileFilterToggle {
  display: none;
  align-items: center;
  gap: 6px;
  height: 36px; padding: 0 15px;
  border-radius: 100px;
  font-size: 13px; font-weight: 700;
  background: var(--n);
  color: #fff;
  position: relative;
}

#fibMobileFilterToggle svg { width: 14px; height: 14px; }

#fibFilterBadge {
  display: none;
  position: absolute;
  top: -5px; right: -5px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--o);
  color: #fff;
  font-size: 10px; font-weight: 900;
  align-items: center; justify-content: center;
}

#fibResetBtn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 34px; padding: 0 13px;
  border-radius: 100px;
  font-size: 12.5px; font-weight: 700;
  border: 1.5px solid var(--b1);
  background: transparent;
  color: var(--t2);
  transition: all var(--ease);
}

#fibResetBtn svg { width: 12px; height: 12px; }
#fibResetBtn:hover { border-color: var(--o); color: var(--od); }

.fbl-ro-ulm-select.fbl-sort { min-width: 154px; }

/* ── RECENTLY VIEWED ─────────────────────────────────────── */
#fibRecentlyViewed {
  display: none;
  padding: 18px 24px;
  border-bottom: 1px solid var(--b1);
  background: var(--sf);
}

.fbl-ro-ulm-recently-viewed__label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px; font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--t3);
  margin-bottom: 12px;
}

.fbl-ro-ulm-recently-viewed__label svg { width: 13px; height: 13px; }

#fibRecentlyViewedList {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

#fibRecentlyViewedList::-webkit-scrollbar { display: none; }

.fbl-ro-ulm-recently-viewed__item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg);
  border: 1.5px solid var(--b1);
  border-radius: var(--r);
  padding: 9px 14px;
  cursor: pointer;
  flex-shrink: 0;
  min-width: 175px;
  transition: all var(--ease);
}

.fbl-ro-ulm-recently-viewed__item:hover {
  border-color: var(--o);
  background: var(--op);
}

.fbl-ro-ulm-recently-viewed__flag { font-size: 20px; }
.fbl-ro-ulm-recently-viewed__info { flex: 1; min-width: 0; }
.fbl-ro-ulm-recently-viewed__name {
  font-size: 12.5px; font-weight: 700;
  color: var(--n);
  overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.fbl-ro-ulm-recently-viewed__price {
  font-size: 11.5px; font-weight: 800;
  color: var(--o); margin-top: 2px;
}

/* ── MAIN / GRID ─────────────────────────────────────────── */
.fbl-ro-ulm-main {
  padding: 24px;
  position: relative;
}

#fibCards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
}

/* ── CARD ────────────────────────────────────────────────── */
.fbl-ro-ulm-card {
  background: var(--sf);
  border-radius: var(--rl);
  overflow: hidden;
  border: 1.5px solid var(--b1);
  box-shadow: var(--s1);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: box-shadow var(--ease), transform var(--ease), border-color var(--ease);
  animation: fblIn .3s ease both;
}

@keyframes fblIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: none; }
}

.fbl-ro-ulm-card:hover {
  box-shadow: var(--s3);
  transform: translateY(-4px);
  border-color: var(--b2);
}

/* Image area */
.fbl-ro-ulm-card__image {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #e5e9f2;
}

.fbl-ro-ulm-card__img-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--t3);
}

.fbl-ro-ulm-card__img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.fbl-ro-ulm-card:hover .fbl-ro-ulm-card__img { transform: scale(1.06); }

/* Gradient overlay */
.fbl-ro-ulm-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(15,32,68,0) 40%,
    rgba(15,32,68,.6) 100%
  );
  pointer-events: none;
}

/* Top badges */
.fbl-ro-ulm-card__badges {
  position: absolute;
  top: 10px; left: 10px;
  display: flex; gap: 5px;
  z-index: 2;
}

/* Compare toggle */
.fbl-ro-ulm-card__compare {
  position: absolute;
  top: 10px; right: 10px;
  width: 32px; height: 32px;
  border-radius: 9px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(4px);
  border: 1.5px solid rgba(255,255,255,.5);
  color: var(--t2);
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
  transition: all var(--ease);
}

.fbl-ro-ulm-card__compare svg { width: 14px; height: 14px; }
.fbl-ro-ulm-card__compare:hover { transform: scale(1.08); }
.fbl-ro-ulm-card__compare.is-active { background: var(--n); border-color: var(--n); color: #fff; }

/* Name / location over image */
.fbl-ro-ulm-card__header-info {
  position: absolute;
  bottom: 10px; left: 12px; right: 12px;
  z-index: 2;
}

.fbl-ro-ulm-card__name {
  font-size: 15.5px; font-weight: 800;
  color: #fff;
  line-height: 1.25;
  text-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.fbl-ro-ulm-card__location {
  display: flex; align-items: center; gap: 4px;
  font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,.75);
  margin-top: 3px;
}

.fbl-ro-ulm-card__location svg { width: 11px; height: 11px; color: var(--oh); }

/* Flag badge */
.fbl-ro-ulm-card__flag {
  position: absolute;
  top: 50px; right: 10px;
  width: 26px; height: 20px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
}

/* Pills on image */
.fbl-ro-ulm-card__pills {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 50px; left: 12px;
  z-index: 2;
}

.fbl-ro-ulm-pill {
  font-size: 10.5px; font-weight: 800;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(3px);
  color: var(--n);
  white-space: nowrap;
  letter-spacing: .02em;
}

.fbl-ro-ulm-pill--board { background: var(--n); color: #fff; }
.fbl-ro-ulm-pill--nights { background: var(--o); color: #fff; }

/* Card body */
.fbl-ro-ulm-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}

/* Stars row */
.fbl-ro-ulm-card__stars {
  display: flex;
  gap: 2px;
  padding: 12px 14px 8px;
  color: var(--st);
}

.fbl-ro-ulm-card__stars svg { width: 12px; height: 12px; }

/* Info row: departure + date */
.fbl-ro-ulm-card__stats {
  display: flex;
  gap: 0;
  border-top: 1px solid var(--b1);
}

.fbl-ro-ulm-card__stat {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 12px; font-weight: 700;
  color: var(--t2);
  border-right: 1px solid var(--b1);
}

.fbl-ro-ulm-card__stat:last-child { border-right: none; }
.fbl-ro-ulm-card__stat svg { width: 12px; height: 12px; color: var(--t3); flex-shrink: 0; }

/* Badges row */
.fbl-ro-ulm-card__badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 8px 14px;
  border-top: 1px solid var(--b1);
}

/* Footer: price + CTA */
.fbl-ro-ulm-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px 14px;
  margin-top: auto;
  border-top: 1px solid var(--b1);
}

.fbl-ro-ulm-card__price { display: flex; flex-direction: column; line-height: 1; }

.fbl-ro-ulm-card__price-from {
  font-size: 10px; font-weight: 700;
  color: var(--t3);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 3px;
}

.fbl-ro-ulm-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.fbl-ro-ulm-card__price-value {
  font-size: 26px; font-weight: 900;
  color: var(--n);
  letter-spacing: -.03em;
  line-height: 1;
}

.fbl-ro-ulm-card__price-currency {
  font-size: 14px; font-weight: 700;
  color: var(--n);
}

.fbl-ro-ulm-card__price-per {
  font-size: 11px; font-weight: 600;
  color: var(--t3);
  margin-top: 2px;
}

.fbl-ro-ulm-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--o);
  color: #fff;
  font-size: 12.5px; font-weight: 800;
  padding: 10px 17px;
  border-radius: 100px;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(237,137,54,.38);
  transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
}

.fbl-ro-ulm-card__cta svg { width: 13px; height: 13px; flex-shrink: 0; }

.fbl-ro-ulm-card__cta:hover {
  background: var(--oh);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(237,137,54,.48);
}

/* ── BADGES ──────────────────────────────────────────────── */
.fbl-ro-ulm-badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 700;
  padding: 3px 9px;
  border-radius: 100px;
  border: 1px solid var(--b1);
  background: var(--bg);
  color: var(--t2);
}

.fbl-ro-ulm-badge svg { width: 10px; height: 10px; }
.fbl-ro-ulm-badge--hot { background: #fff3eb; color: var(--od); border-color: #fdd9b8; }
.fbl-ro-ulm-badge--board { background: var(--op); color: var(--od); border-color: #fdd9b8; }
.fbl-ro-ulm-badge--rating { background: #f0fdf4; color: var(--gr); border-color: #bbf7d0; }
.fbl-ro-ulm-badge--stars-sm { font-size: 10px; }

.fbl-ro-ulm-tag {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  background: var(--bg);
  color: var(--t2);
}

.fbl-ro-ulm-stars-gold { color: var(--st); }
.fbl-ro-ulm-rating-value { color: var(--gr); font-weight: 800; }

/* ── SKELETON ────────────────────────────────────────────── */
.fbl-ro-ulm-card--skeleton { pointer-events: none; }

.fbl-ro-ulm-shimmer {
  background: linear-gradient(90deg, #eaecf5 25%, #f4f5fb 50%, #eaecf5 75%);
  background-size: 400% 100%;
  animation: fblShimmer 1.5s ease infinite;
  border-radius: var(--rl);
}

@keyframes fblShimmer { to { background-position: -100% 0; } }

.fbl-ro-ulm-skeleton__image { aspect-ratio: 3/2; }

.fbl-ro-ulm-skeleton__line {
  height: 13px; border-radius: 100px; width: 100%;
}

.fbl-ro-ulm-skeleton__line--medium { width: 60%; }
.fbl-ro-ulm-skeleton__line--short  { width: 35%; }
.fbl-ro-ulm-skeleton__price { height: 26px; width: 80px; border-radius: var(--r); }
.fbl-ro-ulm-skeleton__btn  { height: 38px; width: 100px; border-radius: 100px; }

.fbl-ro-ulm-skeleton__footer {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; padding: 12px 14px 14px;
}

/* ── LOADING ─────────────────────────────────────────────── */
#fibLoading {
  display: none;
  align-items: flex-start; justify-content: center;
  padding-top: 80px;
  position: absolute; inset: 0;
  background: rgba(243,245,251,.75);
  backdrop-filter: blur(2px);
  z-index: 60;
}

.fbl-ro-ulm-spinner {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 3px solid var(--b1);
  border-top-color: var(--o);
  animation: fblSpin .75s linear infinite;
}

@keyframes fblSpin { to { transform: rotate(360deg); } }

/* ── EMPTY STATE ─────────────────────────────────────────── */
#fibEmpty {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 80px 24px;
  text-align: center;
}

.fbl-ro-ulm-empty-icon {
  display: flex;
  align-items: center; justify-content: center;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--b1);
  margin-bottom: 22px;
}

.fbl-ro-ulm-empty-icon svg { width: 36px; height: 36px; color: var(--t3); }

.fbl-ro-ulm-empty-title {
  font-size: 20px; font-weight: 900;
  color: var(--n); margin-bottom: 10px;
}

.fbl-ro-ulm-empty-text {
  font-size: 14.5px; color: var(--t2);
  line-height: 1.65; max-width: 380px;
  margin: 0 auto 28px;
}

#fibEmptyReset {
  display: inline-flex;
  align-items: center; gap: 7px;
  background: var(--n); color: #fff;
  font-size: 13.5px; font-weight: 700;
  padding: 12px 24px;
  border-radius: 100px;
  transition: background var(--ease);
}

#fibEmptyReset svg { width: 14px; height: 14px; }
#fibEmptyReset:hover { background: var(--n2); }

.fbl-ro-ulm-empty-suggestions {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center; margin-top: 32px;
}

.fbl-ro-ulm-empty-suggestion {
  display: flex; align-items: center; gap: 8px;
  background: var(--sf);
  border: 1.5px solid var(--b1);
  border-radius: var(--r);
  padding: 9px 15px;
  cursor: pointer;
  font-size: 13px; font-weight: 700;
  color: var(--n);
  transition: all var(--ease);
}

.fbl-ro-ulm-empty-suggestion:hover { border-color: var(--o); background: var(--op); }

/* ── PAGINATION ──────────────────────────────────────────── */
#fibPagination {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 28px 24px;
}

.fbl-ro-ulm-page-btn, .fbl-ro-ulm-page-num {
  min-width: 38px; height: 38px;
  border-radius: 10px;
  font-size: 13.5px; font-weight: 700;
  border: 1.5px solid var(--b1);
  background: var(--sf);
  color: var(--t2);
  display: flex; align-items: center; justify-content: center;
  gap: 4px;
  transition: all var(--ease);
  padding: 0 8px;
}

.fbl-ro-ulm-page-btn svg { width: 14px; height: 14px; }
.fbl-ro-ulm-page-btn:hover:not(:disabled), .fbl-ro-ulm-page-num:hover {
  border-color: var(--o); color: var(--od); background: var(--op);
}

.fbl-ro-ulm-page-btn:disabled { opacity: .35; cursor: default; }
.fbl-ro-ulm-page-num.is-active { background: var(--n); border-color: var(--n); color: #fff; }
.fbl-ro-ulm-page-ellipsis { width: 32px; display: flex; align-items: center; justify-content: center; color: var(--t3); font-weight: 700; }

/* ── OVERLAY / DRAWER ────────────────────────────────────── */
#fibOverlay {
  position: fixed; inset: 0;
  background: rgba(15,32,68,.52);
  backdrop-filter: blur(3px);
  z-index: 998;
  display: none;
  animation: fblFade .2s ease;
}

@keyframes fblFade { from { opacity: 0; } }

#fibDrawer {
  position: fixed;
  top: 0; right: -100%; bottom: 0;
  width: min(480px, 100vw);
  background: var(--sf);
  z-index: 999;
  display: flex; flex-direction: column;
  box-shadow: -12px 0 50px rgba(15,32,68,.2);
  transition: right .3s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
}

#fibDrawer.is-open { right: 0; }

.fbl-ro-ulm-drawer__header {
  background: var(--n);
  padding: 18px 20px;
  display: flex; align-items: flex-start; gap: 12px;
  flex-shrink: 0;
}

.fbl-ro-ulm-drawer__header-text { flex: 1; min-width: 0; }

#fibDrawerTitle {
  font-size: 17px; font-weight: 900;
  color: #fff; line-height: 1.3;
}

#fibDrawerSubtitle {
  font-size: 13px; color: rgba(255,255,255,.58);
  font-weight: 500; margin-top: 3px;
}

#fibDrawerFlag {
  font-size: 26px; line-height: 1;
  flex-shrink: 0;
}

#fibDrawerClose {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.65);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background var(--ease);
}

#fibDrawerClose svg { width: 14px; height: 14px; }
#fibDrawerClose:hover { background: rgba(255,255,255,.2); }

.fbl-ro-ulm-drawer__hero {
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

#fibDrawerImage {
  width: 100%; height: 100%;
  object-fit: cover;
}

#fibDrawerBadges {
  position: absolute;
  bottom: 10px; left: 12px;
  display: flex; gap: 6px;
}

.fbl-ro-ulm-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 22px;
  display: flex; flex-direction: column; gap: 22px;
}

.fbl-ro-ulm-drawer__body::-webkit-scrollbar { width: 4px; }
.fbl-ro-ulm-drawer__body::-webkit-scrollbar-thumb { background: var(--b2); border-radius: 2px; }

.fbl-ro-ulm-drawer__section { display: flex; flex-direction: column; }

.fbl-ro-ulm-drawer__section-title {
  display: flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--t3); margin-bottom: 12px;
}

.fbl-ro-ulm-drawer__section-title svg { width: 13px; height: 13px; }

.fbl-ro-ulm-drawer__info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.fbl-ro-ulm-drawer__info-item {
  background: var(--bg);
  border-radius: var(--r);
  padding: 11px 13px;
}

.fbl-ro-ulm-drawer__info-label {
  font-size: 10.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .05em;
  color: var(--t3); margin-bottom: 4px;
}

.fbl-ro-ulm-drawer__info-value {
  font-size: 14px; font-weight: 800;
  color: var(--n);
}

.fbl-ro-ulm-drawer__price-section {
  background: var(--op);
  border: 1.5px solid #fdd9b8;
  border-radius: var(--rl);
  padding: 18px;
}

.fbl-ro-ulm-drawer__price-display { display: flex; flex-direction: column; gap: 4px; }

.fbl-ro-ulm-drawer__price-from {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  color: var(--t3);
}

.fbl-ro-ulm-drawer__price-amount {
  font-size: 36px; font-weight: 900;
  color: var(--n); line-height: 1;
  letter-spacing: -.03em;
}

.fbl-ro-ulm-drawer__price-currency { font-size: 18px; font-weight: 700; vertical-align: super; }

.fbl-ro-ulm-drawer__price-per {
  font-size: 12px; font-weight: 600; color: var(--t3);
}

.fbl-ro-ulm-drawer__tags { display: flex; flex-wrap: wrap; gap: 6px; }

.fbl-ro-ulm-drawer__similar { display: flex; flex-direction: column; gap: 9px; }

.fbl-ro-ulm-similar-card {
  display: flex; gap: 12px;
  background: var(--bg);
  border-radius: var(--r);
  padding: 11px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all var(--ease);
}

.fbl-ro-ulm-similar-card:hover { border-color: var(--o); background: var(--op); }

.fbl-ro-ulm-similar-card__image {
  width: 68px; height: 50px;
  border-radius: 7px;
  object-fit: cover;
  flex-shrink: 0;
}

.fbl-ro-ulm-similar-card__flag { font-size: 18px; flex-shrink: 0; }

.fbl-ro-ulm-similar-card__info { flex: 1; min-width: 0; }

.fbl-ro-ulm-similar-card__name {
  font-size: 13px; font-weight: 700;
  color: var(--n);
  overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}

.fbl-ro-ulm-similar-card__meta {
  font-size: 11.5px; color: var(--t3); font-weight: 600; margin-top: 2px;
}

.fbl-ro-ulm-similar-card__price {
  font-size: 14px; font-weight: 900;
  color: var(--o); align-self: center; white-space: nowrap;
}

.fbl-ro-ulm-drawer__scroll-indicator--bottom {
  position: absolute; bottom: 64px; left: 0; right: 0;
  height: 36px;
  background: linear-gradient(0deg, var(--sf), transparent);
  pointer-events: none;
}

.fbl-ro-ulm-drawer__footer {
  padding: 14px 20px;
  border-top: 1px solid var(--b1);
  flex-shrink: 0;
}

#fibDrawerCta {
  width: 100%; height: 50px;
  background: var(--o);
  color: #fff;
  font-size: 14.5px; font-weight: 900;
  border-radius: 100px;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  letter-spacing: .04em; text-transform: uppercase;
  box-shadow: 0 6px 22px rgba(237,137,54,.4);
  transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
}

#fibDrawerCta svg { width: 16px; height: 16px; }

#fibDrawerCta:hover {
  background: var(--oh);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(237,137,54,.5);
}

/* ── COMPARE ─────────────────────────────────────────────── */
#fibCompareBtn {
  position: fixed;
  bottom: 28px; left: 50%;
  transform: translateX(-50%) translateY(90px);
  background: var(--n);
  color: #fff;
  font-size: 13.5px; font-weight: 800;
  padding: 14px 26px;
  border-radius: 100px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 30px rgba(15,32,68,.35);
  z-index: 890;
  white-space: nowrap;
  opacity: 0;
  transition: transform .28s cubic-bezier(.4,0,.2,1), opacity .28s ease;
}

#fibCompareBtn.is-visible { transform: translateX(-50%) translateY(0); opacity: 1; }
#fibCompareBtn svg { width: 15px; height: 15px; }

#fibCompareCount {
  background: var(--o); color: #fff;
  width: 22px; height: 22px; border-radius: 50%;
  font-size: 12px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}

#fibCompareOverlay {
  position: fixed; inset: 0;
  background: rgba(15,32,68,.55);
  backdrop-filter: blur(4px);
  z-index: 1100;
  display: none;
  animation: fblFade .2s ease;
}

#fibCompareModal {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: min(940px, 96vw);
  max-height: 88vh;
  background: var(--sf);
  border-radius: var(--rx);
  z-index: 1101;
  display: none;
  flex-direction: column;
  overflow: hidden;
  box-shadow: var(--s4);
}

.fbl-ro-ulm-modal__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid var(--b1);
  flex-shrink: 0;
}

.fbl-ro-ulm-modal__title { font-size: 17px; font-weight: 900; color: var(--n); }

#fibCompareClose {
  width: 32px; height: 32px;
  border-radius: 9px;
  background: var(--bg);
  border: 1.5px solid var(--b1);
  color: var(--t2);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--ease);
}

#fibCompareClose svg { width: 14px; height: 14px; }
#fibCompareClose:hover { background: var(--b1); }

#fibCompareBody { overflow-y: auto; flex: 1; padding: 22px; }

.fbl-ro-ulm-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.fbl-ro-ulm-compare-item {
  background: var(--bg);
  border-radius: var(--rl);
  overflow: hidden;
  border: 1.5px solid var(--b1);
}

.fbl-ro-ulm-compare-item__image { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.fbl-ro-ulm-compare-item__flag { font-size: 24px; padding: 12px 14px 0; }

.fbl-ro-ulm-compare-item__name {
  font-size: 14px; font-weight: 800;
  color: var(--n); padding: 6px 14px 6px;
}

.fbl-ro-ulm-compare-item__stars {
  display: flex; gap: 2px; color: var(--st);
  padding: 0 14px 10px;
}

.fbl-ro-ulm-compare-item__stars svg { width: 12px; height: 12px; }

.fbl-ro-ulm-compare-item__stats { padding: 0 14px 14px; display: flex; flex-direction: column; gap: 6px; }

.fbl-ro-ulm-compare-stat {
  display: flex; justify-content: space-between;
  font-size: 12.5px; padding: 6px 0;
  border-bottom: 1px solid var(--b1);
}

.fbl-ro-ulm-compare-stat:last-child { border-bottom: none; }
.fbl-ro-ulm-compare-stat__label { color: var(--t2); font-weight: 600; }
.fbl-ro-ulm-compare-stat__value { font-weight: 800; color: var(--n); }

/* ── TOAST ───────────────────────────────────────────────── */
#fibToast {
  position: fixed;
  bottom: 88px; left: 50%;
  transform: translateX(-50%) translateY(16px);
  background: var(--n); color: #fff;
  font-size: 13.5px; font-weight: 700;
  padding: 11px 20px; border-radius: 100px;
  z-index: 2000;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 6px 24px rgba(15,32,68,.3);
  transition: opacity .22s ease, transform .22s ease;
}

#fibToast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ── MOBILE FILTER SHEET ─────────────────────────────────── */
#fibMobileFiltersOverlay {
  position: fixed; inset: 0;
  background: rgba(15,32,68,.45);
  backdrop-filter: blur(3px);
  z-index: 1200;
  display: none;
  animation: fblFade .2s ease;
}

#fibMobileFilters {
  position: fixed;
  bottom: -100%; left: 0; right: 0;
  max-height: 90vh;
  background: var(--sf);
  z-index: 1201;
  border-radius: 20px 20px 0 0;
  display: flex; flex-direction: column;
  overflow: hidden;
  box-shadow: 0 -8px 40px rgba(15,32,68,.18);
  transition: bottom .3s cubic-bezier(.4,0,.2,1);
}

#fibMobileFilters.is-open { bottom: 0; }

.fbl-ro-ulm-mobile-filters__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--b1);
  flex-shrink: 0;
}

/* Handle bar */
.fbl-ro-ulm-mobile-filters__header::before {
  content: '';
  position: absolute;
  top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 36px; height: 4px;
  border-radius: 2px;
  background: var(--b2);
}

.fbl-ro-ulm-mobile-filters__title { font-size: 16px; font-weight: 900; color: var(--n); }

#fibMobileFiltersClose {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--bg); border: 1.5px solid var(--b1);
  color: var(--t2);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--ease);
}

#fibMobileFiltersClose svg { width: 14px; height: 14px; }
#fibMobileFiltersClose:hover { background: var(--b1); }

.fbl-ro-ulm-mobile-filters__body {
  flex: 1; overflow-y: auto;
  padding: 18px 20px;
  display: flex; flex-direction: column; gap: 18px;
}

.fbl-ro-ulm-mobile-filter-section { display: flex; flex-direction: column; gap: 10px; }

.fbl-ro-ulm-mobile-filter-section__label {
  font-size: 11px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--t3);
}

#fibMobileBoardPills { display: flex; gap: 8px; flex-wrap: wrap; }

.fbl-ro-ulm-mobile-filter-pill {
  display: inline-flex; align-items: center;
  height: 36px; padding: 0 15px;
  border-radius: 100px;
  font-size: 13px; font-weight: 700;
  border: 1.5px solid var(--b1);
  background: transparent;
  color: var(--t2);
  transition: all var(--ease);
}

.fbl-ro-ulm-mobile-filter-pill.is-active {
  background: var(--n); border-color: var(--n); color: #fff;
}

#fibMobileStarsFilter { display: flex; gap: 7px; flex-wrap: wrap; }

.fbl-ro-ulm-mobile-star-pill {
  display: inline-flex; align-items: center;
  height: 36px; padding: 0 12px;
  border-radius: 100px;
  font-size: 13px; font-weight: 700;
  border: 1.5px solid var(--b1);
  background: transparent; color: var(--t2);
  transition: all var(--ease);
}

.fbl-ro-ulm-mobile-star-pill.is-active {
  border-color: var(--st); background: #fffbeb; color: #92400e;
}

.fbl-ro-ulm-select-full {
  width: 100%; height: 46px;
  border-radius: 12px;
  border: 1.5px solid var(--b1);
  background: var(--bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;
  appearance: none;
  padding: 0 38px 0 14px;
  font-size: 14px; font-weight: 600;
  color: var(--t1);
  outline: none;
  transition: border-color var(--ease);
}

.fbl-ro-ulm-select-full:focus { border-color: var(--o); }

.fbl-ro-ulm-mobile-filters__footer {
  display: flex; gap: 10px;
  padding: 14px 20px;
  border-top: 1px solid var(--b1);
  flex-shrink: 0;
}

#fibMobileFiltersReset {
  flex: 1; height: 46px; border-radius: 100px;
  border: 1.5px solid var(--b1);
  background: transparent; color: var(--t2);
  font-size: 13.5px; font-weight: 700;
  transition: all var(--ease);
}

#fibMobileFiltersReset:hover { border-color: var(--n); color: var(--n); }

#fibMobileFiltersApply {
  flex: 2; height: 46px; border-radius: 100px;
  background: var(--o); color: #fff;
  font-size: 14px; font-weight: 800;
  box-shadow: 0 4px 14px rgba(237,137,54,.35);
  transition: background var(--ease);
}

#fibMobileFiltersApply:hover { background: var(--oh); }

/* ── BUTTONS ─────────────────────────────────────────────── */
.fbl-ro-ulm-btn {
  display: inline-flex; align-items: center; gap: 6px;
  height: 38px; padding: 0 18px;
  border-radius: 100px;
  font-size: 13px; font-weight: 700;
  transition: all var(--ease);
  white-space: nowrap;
}

.fbl-ro-ulm-btn--primary {
  background: var(--o); color: #fff;
  box-shadow: 0 4px 14px rgba(237,137,54,.35);
}

.fbl-ro-ulm-btn--primary:hover { background: var(--oh); }

.fbl-ro-ulm-btn--ghost {
  background: transparent; color: var(--t2);
  border: 1.5px solid var(--b1);
}

.fbl-ro-ulm-btn--ghost:hover { border-color: var(--o); color: var(--od); }

/* ── RESPONSIVE ──────────────────────────────────────────── */

/* ≤1200px — tighter grid */
@media (max-width: 1200px) {
  #fibCards { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
}

/* ≤900px — hide desktop filters, show mobile toggle */
@media (max-width: 900px) {
  .fbl-ro-ulm-filters-bar { display: none; }
  #fibMobileFilterToggle { display: flex !important; }
  .fbl-ro-ulm-hero { padding: 40px 20px 44px; }
  .fbl-ro-ulm-stats { max-width: 100%; }
  .fbl-ro-ulm-results-bar { padding: 10px 16px; }
  .fbl-ro-ulm-main { padding: 16px; }
  #fibHotDeals { padding: 10px 16px; }
}

/* ≤640px — single col */
@media (max-width: 640px) {
  #fibCards { grid-template-columns: 1fr; gap: 14px; }
  .fbl-ro-ulm-hero__title { font-size: 26px; }
  .fbl-ro-ulm-hero__sub { font-size: 13.5px; display: none; }
  .fbl-ro-ulm-stats { flex-direction: row; }
  .fbl-ro-ulm-stat-item__value { font-size: 18px; }
  .fbl-ro-ulm-compare-grid { grid-template-columns: 1fr; }
  #fibDrawer { width: 100vw; }
  #fibCompareBtn { left: 16px; right: 16px; transform: none; bottom: 16px; }
  #fibCompareBtn.is-visible { transform: none; }
  #fibPagination { padding: 18px 16px; }
}

/* ≤400px */
@media (max-width: 400px) {
  .fbl-ro-ulm-hero { padding: 30px 16px 36px; }
  .fbl-ro-ulm-hero__title { font-size: 22px; }
  .fbl-ro-ulm-stat-item__value { font-size: 16px; }
  .fbl-ro-ulm-card__price-value { font-size: 22px; }
  .fbl-ro-ulm-card__cta { padding: 9px 14px; font-size: 12px; }
  .fbl-ro-ulm-results-actions { flex-wrap: wrap; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .fbl-ro-ulm-card { animation: none; }
  .fbl-ro-ulm-shimmer { animation: none; background: #eaecf5; }
  #fibDestinations * { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
