.fw-hot-offers {
  --hot-bg: #050607;
  --hot-surface: #070809;
  --hot-surface-raised: #0b0d10;
  --hot-line: rgba(173, 197, 218, 0.16);
  --hot-line-strong: rgba(123, 186, 244, 0.44);
  --hot-text: #f2f0ea;
  --hot-muted: #8d99a5;
  --hot-blue: #72b5f2;
  position: relative;
  z-index: 2;
  isolation: isolate;
  margin: 0;
  overflow: clip;
  background-color: var(--hot-bg);
  background-image: url("/images/fon0885.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--hot-text);
  padding: 76px 0 78px;
}

.fw-hot-offers::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(2, 6, 10, 0.32);
  content: "";
  pointer-events: none;
}

.fw-hot-offers-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1320px);
  margin: 0 auto;
}

.fw-hot-offers-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: end;
  gap: 64px;
}

.fw-hot-offers-eyebrow {
  margin: 0 0 12px;
  color: var(--hot-blue);
  font-family: Manrope, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.78);
}

.fw-hot-offers-heading h2 {
  max-width: 780px;
  margin: 0;
  color: var(--hot-text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.94;
  text-wrap: balance;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.72);
}

.fw-hot-offers-price-note {
  margin: 14px 0 0;
  color: #edf3f7;
  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.82);
}

.fw-hot-offers-price-note strong { color: #dceaf6; }

.fw-hot-offers-sort-note {
  justify-self: end;
  margin: 0 0 7px;
  color: #d6e9f8;
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.82);
}

.fw-hot-offers-status-row {
  min-height: 30px;
  padding-top: 10px;
}

.fw-hot-offers-stale {
  display: none;
  min-height: 26px;
  align-items: center;
  border: 1px solid rgba(123, 186, 244, 0.3);
  border-radius: 4px;
  color: #a8cdef;
  padding: 0 9px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 9px;
}

.fw-hot-offers-stale.is-visible { display: inline-flex; }

.fw-hot-offers-showcase {
  position: relative;
  border: 1px solid rgba(123, 186, 244, 0.2);
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 28px 80px rgba(0, 18, 34, 0.18), inset 0 1px rgba(255, 255, 255, 0.025);
  padding: 14px 8px 14px 14px;
}

.fw-hot-offers-scroll-panel {
  max-height: 672px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-color: rgba(114, 181, 242, 0.62) rgba(255, 255, 255, 0.035);
  scrollbar-width: thin;
  overscroll-behavior: contain;
}

.fw-hot-offers-scroll-panel:focus-visible {
  outline: 1px solid var(--hot-blue);
  outline-offset: 5px;
}

.fw-hot-offers-scroll-panel::-webkit-scrollbar { width: 7px; }
.fw-hot-offers-scroll-panel::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.035); border-radius: 4px; }
.fw-hot-offers-scroll-panel::-webkit-scrollbar-thumb { border-radius: 4px; background: rgba(114, 181, 242, 0.62); }
.fw-hot-offers-scroll-panel::-webkit-scrollbar-thumb:hover { background: rgba(114, 181, 242, 0.84); }

.fw-hot-offers-scroll-fade {
  position: absolute;
  z-index: 4;
  right: 15px;
  bottom: 14px;
  left: 14px;
  height: 96px;
  background: linear-gradient(180deg, transparent 0%, rgba(4, 8, 12, 0.08) 48%, rgba(4, 8, 12, 0.34) 100%);
  pointer-events: none;
}

.fw-hot-offers-scroll-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 12px 0 0;
  color: #758592;
  font-family: Manrope, Arial, sans-serif;
  font-size: 9px;
}

.fw-hot-offers-scroll-hint span { color: var(--hot-blue); font-size: 15px; }

.fw-hot-offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  overflow: visible;
}

.fw-hot-card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(188, 220, 240, 0.28);
  border-radius: 8px;
  background: rgba(3, 7, 10, 0.06);
  box-shadow:
    0 16px 38px rgba(0, 10, 18, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 0 0 1px rgba(125, 180, 215, 0.025);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transform: translateY(0);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.fw-hot-card:hover {
  border-color: rgba(154, 211, 247, 0.54);
  box-shadow:
    0 22px 48px rgba(0, 9, 17, 0.44),
    0 0 26px rgba(80, 157, 224, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  transform: translateY(-3px);
}

.fw-hot-card:active { transform: translateY(-1px) scale(0.995); }

.fw-hot-card:focus-visible {
  outline: 2px solid var(--hot-blue);
  outline-offset: 4px;
}

.fw-hot-card-media {
  position: relative;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #080a0c;
}

.fw-hot-card-media::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  background: linear-gradient(180deg, transparent 0%, rgba(10, 17, 22, 0.035) 50%, rgba(12, 20, 26, 0.3) 100%);
  content: "";
  pointer-events: none;
}

.fw-hot-card-media.is-fallback {
  background:
    linear-gradient(135deg, rgba(114, 181, 242, 0.08), transparent 48%),
    linear-gradient(155deg, #101214, #050607 72%);
}

.fw-hot-card-media.is-fallback::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 1px;
  background: rgba(114, 181, 242, 0.48);
  content: "";
  transform: translate(-50%, -50%);
}

.fw-hot-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 220ms ease;
}

.fw-hot-card:hover .fw-hot-card-media img {
  filter: saturate(1.035) contrast(1.015);
  transform: scale(1.022);
}

.fw-hot-card-location {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 78px);
  overflow: hidden;
  border: 1px solid rgba(226, 240, 249, 0.2);
  border-radius: 6px;
  background: rgba(12, 21, 28, 0.58);
  -webkit-backdrop-filter: blur(10px) saturate(112%);
  backdrop-filter: blur(10px) saturate(112%);
  box-shadow: 0 5px 16px rgba(0, 8, 14, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #f4f5f5;
  padding: 7px 9px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fw-hot-card-discount {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  border: 1px solid rgba(148, 207, 247, 0.42);
  border-radius: 6px;
  background: rgba(27, 77, 112, 0.72);
  -webkit-backdrop-filter: blur(9px) saturate(115%);
  backdrop-filter: blur(9px) saturate(115%);
  color: #fff;
  padding: 0 8px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.fw-hot-card-price {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  column-gap: 8px;
  min-width: 0;
  font-family: Manrope, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  justify-items: end;
}

.fw-hot-card-price > div {
  display: flex;
  grid-column: 1 / -1;
  align-items: baseline;
  gap: 6px;
  justify-content: flex-end;
}

.fw-hot-card-price > div span {
  color: #758592;
  font-size: 8px;
}

.fw-hot-card-price strong {
  color: #fff;
  font-size: 23px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1;
}

.fw-hot-card-price small {
  color: #9eb6ca;
  font-size: 9px;
  font-weight: 700;
  text-align: right;
}

.fw-hot-card-price del {
  justify-self: end;
  color: #8995a0;
  font-size: 8px;
  white-space: nowrap;
}

.fw-hot-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 16px;
  min-height: 0;
  margin-top: -1px;
  border-top: 1px solid rgba(233, 244, 251, 0.13);
  background: linear-gradient(180deg, rgba(2, 6, 9, 0.16) 0%, rgba(1, 4, 6, 0.28) 100%);
  -webkit-backdrop-filter: blur(10px) saturate(108%);
  backdrop-filter: blur(10px) saturate(108%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    inset 0 -16px 32px rgba(2, 8, 12, 0.09);
  padding: 15px 15px 13px;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.fw-hot-card:hover .fw-hot-card-body {
  border-top-color: rgba(230, 244, 252, 0.2);
  background: linear-gradient(180deg, rgba(5, 13, 19, 0.22) 0%, rgba(2, 8, 12, 0.34) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -16px 34px rgba(2, 8, 12, 0.08);
}

.fw-hot-card-details {
  min-width: 0;
}

.fw-hot-card-details h3 {
  display: -webkit-box;
  min-height: 0;
  overflow: hidden;
  margin: 0;
  color: var(--hot-text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.04;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fw-hot-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #e7bd6b;
  font-family: Manrope, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.fw-hot-card-side {
  display: flex;
  min-width: 132px;
  flex-direction: column;
  align-items: flex-end;
}

.fw-hot-card-price-action {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  margin-top: 9px;
}

.fw-hot-card-star {
  display: inline-block;
  color: #e5b95f;
  filter: drop-shadow(0 1px 4px rgba(214, 163, 63, 0.2));
  line-height: 1;
}

.fw-hot-card-room {
  overflow: hidden;
  margin: 7px 0 0;
  color: #c3ccd2;
  font-family: Manrope, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fw-hot-card-trip-meta {
  margin: 9px 0 0;
  color: #e0e7eb;
  font-family: Manrope, Arial, sans-serif;
  font-size: 11px;
  font-weight: 650;
}

.fw-hot-card-secondary-meta {
  margin: 5px 0 0;
  color: #9caab4;
  font-family: Manrope, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
}

.fw-hot-card-secondary-meta.is-departure {
  margin-top: 3px;
  color: #b2bec6;
}

.fw-hot-card-badges {
  display: flex;
  min-height: 18px;
  flex-wrap: wrap;
  align-items: start;
  gap: 5px;
  margin: 8px 0 0;
}

.fw-hot-card-badges:empty { min-height: 0; margin-top: 0; }

.fw-hot-card-badge {
  display: inline-flex;
  min-height: 17px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 3px;
  background: rgba(10, 20, 27, 0.22);
  color: #98a5b0;
  padding: 0 6px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 7px;
  font-weight: 650;
}

.fw-hot-card-badge.is-accent {
  border-color: rgba(114, 181, 242, 0.36);
  color: #a9d3f7;
}

.fw-hot-card-chevron {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(143, 205, 240, 0.48);
  border-radius: 50%;
  background: rgba(20, 38, 50, 0.38);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: var(--hot-blue);
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.fw-hot-card:hover .fw-hot-card-chevron {
  border-color: rgba(114, 181, 242, 0.62);
  background: rgba(45, 83, 110, 0.5);
  box-shadow: 0 0 16px rgba(92, 173, 232, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: #d8ecfd;
  transform: translateX(2px);
}

.fw-hot-card-skeleton {
  min-height: 380px;
  overflow: hidden;
  border: 1px solid var(--hot-line);
  border-radius: 7px;
  background: var(--hot-surface);
  padding: 0 17px 17px;
}

.fw-hot-card-skeleton div {
  aspect-ratio: 16 / 9;
  margin: 0 -17px 16px;
  background: #0b0d10;
}

.fw-hot-card-skeleton span {
  display: block;
  height: 10px;
  margin-top: 12px;
  background: #111418;
}

.fw-hot-card-skeleton span:nth-child(3) { width: 72%; }
.fw-hot-card-skeleton span:nth-child(4) { width: 44%; }

.fw-hot-card-skeleton div,
.fw-hot-card-skeleton span {
  animation: fw-hot-pulse 1.45s ease-in-out infinite alternate;
}

@keyframes fw-hot-pulse {
  from { opacity: 0.46; }
  to { opacity: 0.92; }
}

.fw-hot-offers-state {
  display: grid;
  min-height: 280px;
  place-content: center;
  border: 1px solid var(--hot-line);
  border-radius: 7px;
  background: var(--hot-surface);
  padding: 36px;
  text-align: center;
}

.fw-hot-offers-state-label {
  margin: 0 0 12px;
  color: var(--hot-blue);
  font-family: Manrope, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.fw-hot-offers-state h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
}

.fw-hot-offers-state p:not(.fw-hot-offers-state-label) {
  max-width: 48ch;
  margin: 14px auto 0;
  color: var(--hot-muted);
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.65;
}

.fw-hot-offers-state a,
.fw-hot-offers-state button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin: 22px 5px 0;
  border: 1px solid var(--hot-line-strong);
  border-radius: 4px;
  background: transparent;
  color: #d7e9f8;
  padding: 0 16px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
}

.fw-hot-offers-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 26px;
  border-top: 1px solid var(--hot-line);
  padding-top: 16px;
}

.fw-hot-offers-footer p {
  margin: 0;
  color: #77838e;
  font-family: Manrope, Arial, sans-serif;
  font-size: 11px;
}

.fw-hot-offers-search-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--hot-blue);
  color: #d6eafd;
  font-family: Manrope, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .fw-hot-offers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fw-hot-offers-heading h2 { font-size: 54px; }
}

@media (max-width: 880px) {
  .fw-hot-offers-heading { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .fw-hot-offers-sort-note { justify-self: start; text-align: left; }
  .fw-hot-offers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .fw-hot-offers { padding: 52px 0 50px; }
  .fw-hot-offers-inner { width: min(calc(100% - 28px), 1320px); }
  .fw-hot-offers-heading {
    justify-items: center;
    gap: 10px;
    text-align: center;
  }
  .fw-hot-offers-heading > div {
    width: 100%;
  }
  .fw-hot-offers-eyebrow {
    margin-bottom: 9px;
    text-align: center;
  }
  .fw-hot-offers-heading h2 {
    max-width: none;
    font-size: 42px;
    line-height: 0.98;
    text-align: center;
  }
  .fw-hot-offers-price-note {
    margin-top: 12px;
    text-align: center;
  }
  .fw-hot-offers-sort-note {
    justify-self: center;
    margin: 0;
    text-align: center;
  }
  .fw-hot-offers-status-row { min-height: 36px; }
  .fw-hot-offers-showcase {
    width: calc(100% - 24px);
    margin-right: auto;
    margin-left: auto;
    border-bottom-color: transparent;
    border-radius: 11px;
    overflow: hidden;
    padding: 8px 5px 8px 8px;
  }
  .fw-hot-offers-scroll-panel {
    max-height: 433px;
    padding-right: 5px;
    border-radius: 8px;
    overscroll-behavior-y: auto;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .fw-hot-offers-scroll-panel:focus,
  .fw-hot-offers-scroll-panel:focus-visible {
    outline: none;
  }
  .fw-hot-offers-scroll-fade {
    right: 8px;
    bottom: 8px;
    left: 8px;
    height: 54px;
    border-radius: 0 0 7px 7px;
    background: linear-gradient(
      180deg,
      rgba(8, 11, 14, 0) 0%,
      rgba(8, 11, 14, 0.08) 62%,
      rgba(8, 11, 14, 0.24) 100%
    );
  }
  .fw-hot-offers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .fw-hot-card {
    height: 274px;
    grid-template-rows: 122px minmax(0, 1fr);
  }
  .fw-hot-card-media {
    height: 122px;
    aspect-ratio: auto;
  }
  .fw-hot-card-body {
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    padding: 10px 9px 9px;
  }
  .fw-hot-card-details {
    position: absolute;
    top: 10px;
    right: 9px;
    bottom: 37px;
    left: 9px;
    height: auto;
    overflow: hidden;
    padding: 0;
  }
  .fw-hot-card-details h3 {
    height: 32px;
    max-height: 32px;
    font-size: 15.5px;
    line-height: 16px;
    -webkit-line-clamp: 2;
  }
  .fw-hot-card-side {
    position: absolute;
    right: 9px;
    bottom: 8px;
    left: 9px;
    width: 100%;
    width: auto;
    min-width: 0;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 4px;
  }
  .fw-hot-card-rating { font-size: 8px; gap: 1px; }
  .fw-hot-card-price strong { font-size: 16px; }
  .fw-hot-card-price small { font-size: 7px; }
  .fw-hot-card-price-action { gap: 5px; margin-top: 0; }
  .fw-hot-card-chevron { width: 22px; height: 22px; flex-basis: 22px; font-size: 17px; }
  .fw-hot-card-room { margin-top: 6px; font-size: 8px; }
  .fw-hot-card-trip-meta { margin-top: 5px; font-size: 9px; }
  .fw-hot-card-secondary-meta {
    overflow: hidden;
    margin-top: 3px;
    font-size: 8px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fw-hot-card-secondary-meta:not(.is-departure) {
    display: block;
  }
  .fw-hot-card-secondary-meta.is-departure {
    display: block;
    margin-top: 4px;
  }
  .fw-hot-card-secondary-meta.is-departure { display: block; }
  .fw-hot-card-location {
    top: 7px;
    left: 7px;
    max-width: calc(100% - 46px);
    padding: 5px 6px;
    font-size: 8px;
  }
  .fw-hot-card-discount { top: 7px; right: 7px; min-height: 21px; padding-inline: 5px; font-size: 8px; }
  .fw-hot-card-badges { display: none; }
  .fw-hot-offers-footer { display: block; margin-top: 24px; }
  .fw-hot-offers-search-link { margin-top: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .fw-hot-offers * { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .fw-hot-card-skeleton div,
  .fw-hot-card-skeleton span { animation: none; }
}
