/* Homepage cinematic travel layout — RedBilit */
.rb-home-hero {
  margin-bottom: 0;
}
.rb-home-hero .box-banner {
  min-height: 640px !important;
  overflow: hidden;
  background-image: none !important;
  background-size: cover !important;
  background-position: center center !important;
  animation: none;
  position: relative;
}
.rb-home-hero__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--rb-hero-focus, center center);
  display: block;
  pointer-events: none;
  transform: none;
}
.rb-home-hero .box-banner::before {
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(12, 18, 24, 0.58) 0%, rgba(20, 28, 32, 0.28) 48%, rgba(12, 18, 24, 0.18) 100%) !important;
}
.rb-home-hero .container {
  position: relative;
  z-index: 3;
}
.rb-home-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .22;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.rb-home-hero__glow {
  position: absolute;
  inset: auto -8% -18% 40%;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 162, 101, 0.42), transparent 70%);
  filter: blur(8px);
  z-index: 2;
  pointer-events: none;
  animation: rb-home-pulse 7s ease-in-out infinite alternate;
}
.rb-home-hero .slider-default .box-title,
.rb-home-hero .box-title {
  margin-bottom: 0 !important;
}
.rb-home-hero__copy {
  padding: 176px 0 210px !important;
  max-width: 680px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.rb-home-hero__copy::before {
  content: "";
  position: absolute;
  right: -28px;
  top: 188px;
  width: 3px;
  height: 88px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--rb-gold), transparent);
}
.hero.rb-home-hero .slider-default .home-1 .box-title,
.rb-home-hero .slider-default .home-1 .box-title {
  padding: 176px 0 210px !important;
}
.rb-home-hero__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.rb-home-hero .box-title .h1,
.rb-home-hero .box-title .mb-8.h1 {
  font-size: clamp(34px, 4.8vw, 58px) !important;
  line-height: 1.2 !important;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  font-weight: 800;
}
.rb-home-hero__headline--mobi {
  display: none;
}
.rb-home-hero .box-title .h1 em {
  font-style: normal;
  color: #f0e0b8;
  display: inline;
}
.rb-home-hero .box-title p {
  max-width: 520px !important;
  font-size: 16.5px !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
.rb-home-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.rb-home-hero__pills li {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}
@keyframes rb-home-pulse {
  from { opacity: .55; transform: scale(1); }
  to { opacity: 1; transform: scale(1.08); }
}
@keyframes rb-hero-pan {
  from { background-position: 38% 42%; }
  to { background-position: 68% 52%; }
}

.rb-home-hero .tab-content.pos-1 {
  bottom: -92px !important;
}

.rb-home-services {
  position: relative;
  z-index: 4;
  padding: 124px 0 28px;
}
.rb-home-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.rb-svc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 180px;
  padding: 22px 20px 20px;
  border-radius: 24px;
  text-decoration: none !important;
  color: inherit;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(225, 29, 46, 0.08), transparent 55%),
    #fff;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 14px 36px rgba(26, 28, 30, 0.06);
  transition: transform .35s var(--rb-ease, cubic-bezier(.22,1,.36,1)), box-shadow .35s ease, border-color .25s ease;
}
.rb-svc:hover {
  transform: translateY(-8px);
  border-color: rgba(225, 29, 46, 0.22);
  box-shadow: 0 22px 44px rgba(26, 28, 30, 0.12);
  color: inherit;
}
.rb-svc__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.rb-svc__n {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--rb-red);
  opacity: .7;
}
.rb-svc__ico {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rb-red);
  background: var(--rb-red-soft);
}
.rb-svc:nth-child(1) .rb-svc__ico { color: var(--rb-red); background: var(--rb-red-soft); }
.rb-svc:nth-child(2) .rb-svc__ico { color: var(--rb-teal); background: var(--rb-teal-soft); }
.rb-svc:nth-child(3) .rb-svc__ico { color: var(--rb-gold-dark); background: var(--rb-gold-soft); }
.rb-svc:nth-child(4) .rb-svc__ico { color: var(--rb-sky); background: var(--rb-sky-soft); }
.rb-svc:nth-child(2) .rb-svc__n { color: var(--rb-teal); }
.rb-svc:nth-child(3) .rb-svc__n { color: var(--rb-gold-dark); }
.rb-svc:nth-child(4) .rb-svc__n { color: var(--rb-sky); }
.rb-svc:nth-child(2):hover { border-color: rgba(31, 122, 110, 0.28); }
.rb-svc:nth-child(3):hover { border-color: rgba(196, 162, 101, 0.4); }
.rb-svc:nth-child(4):hover { border-color: rgba(61, 107, 140, 0.28); }
.rb-svc strong {
  font-size: 16px;
  font-weight: 800;
  color: var(--rb-ink);
}
.rb-svc span:last-child {
  font-size: 13px;
  line-height: 1.7;
  color: #6b6e6a;
}

.rb-home-dest {
  padding-top: 36px;
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(31, 122, 110, 0.08), transparent 55%),
    linear-gradient(180deg, #f4f8f6 0%, #fff 42%);
}
.rb-home-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  text-align: right;
}
.rb-home-head .title {
  margin: 0 0 8px;
  font-weight: 800;
}
.rb-home-head .title::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 12px;
  border-radius: 3px;
  background: var(--rb-gold);
}
.rb-home-head .subtitle {
  margin: 0;
  max-width: 36em;
}
.rb-home-head__link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(31, 122, 110, 0.18);
  color: var(--rb-teal) !important;
  font-weight: 800;
  font-size: 13.5px;
  text-decoration: none;
  background: #fff;
  transition: background .2s ease, transform .2s ease, color .2s ease;
}
.rb-home-head__link:hover {
  background: var(--rb-teal);
  color: #fff !important;
  transform: translateY(-2px);
}
.rb-home-dest__head .title {
  max-width: 12ch;
}
.rb-dest {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 168px;
  gap: 14px;
}
.rb-dest__card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  min-height: 168px;
  text-decoration: none !important;
  box-shadow: 0 16px 36px rgba(26, 28, 30, 0.1);
}
.rb-dest__card.is-hero {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 350px;
}
.rb-dest__num {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 16px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.78);
}
.rb-dest__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform .7s ease;
}
.rb-dest__card:hover img {
  transform: scale(1.08);
}
.rb-dest__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 10, 12, 0.05) 20%, rgba(16, 10, 12, 0.78) 100%);
  z-index: 1;
}
.rb-dest__body {
  position: absolute;
  z-index: 2;
  right: 16px;
  left: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #fff;
}
.rb-dest__body strong {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}
.rb-dest__card.is-hero .rb-dest__body strong {
  font-size: 32px;
}
.rb-dest__body em {
  font-style: normal;
  font-size: 13px;
  opacity: .82;
}
.rb-dest__body b {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 8px;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.rb-home-why {
  position: relative;
  padding: 80px 0 48px;
  background:
    radial-gradient(ellipse 50% 60% at 0% 50%, rgba(31, 122, 110, 0.28), transparent 55%),
    radial-gradient(ellipse 40% 50% at 100% 80%, rgba(196, 162, 101, 0.16), transparent 50%),
    #15202b;
  color: #fff;
  overflow: hidden;
}
.rb-home-why::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .35;
  pointer-events: none;
}
.rb-home-why .container {
  position: relative;
  z-index: 1;
}
.rb-home-why__top {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}
.rb-home-why__intro {
  max-width: none;
  margin: 0;
  text-align: right;
}
.rb-home-why__intro h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
}
.rb-home-why__intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
}
.rb-home-why__intro .section-eyebrow {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  color: #f0e0b8;
}
.rb-home-why__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 0;
}
.rb-stat {
  padding: 22px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.rb-stat strong {
  display: block;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
}
.rb-stat span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
}
.rb-home-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.rb-why {
  position: relative;
  padding: 24px 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.rb-why__n {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.35);
}
.rb-why__ico {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff8a95;
  background: rgba(225, 29, 46, 0.2);
  margin-bottom: 12px;
}
.rb-why h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
}
.rb-why p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  font-size: 13.5px;
}

.rb-home-cta {
  position: relative;
  padding: 88px 0;
  overflow: hidden;
}
.rb-home-cta__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: var(--rb-hero-focus, center center);
  transform: none;
}
.rb-home-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(16, 22, 28, 0.82), rgba(31, 122, 110, 0.38) 55%, rgba(225, 29, 46, 0.32));
}
.rb-home-cta .container {
  position: relative;
  z-index: 1;
}
.rb-home-cta__card {
  position: relative;
  max-width: 720px;
  margin-right: 0;
  margin-left: auto;
  padding: 40px 36px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #fff;
  overflow: hidden;
}
.rb-home-cta__mark {
  position: absolute;
  left: 18px;
  top: 8px;
  font-size: 92px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.07);
  pointer-events: none;
}
.rb-home-cta__card .section-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffd0d4;
}
.rb-home-cta__card h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
}
.rb-home-cta__card p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}
.rb-home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rb-home-cta__ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  transition: background .2s ease, transform .2s ease;
}
.rb-home-cta__ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.rb-cityline {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
  padding: 10px 18px 10px 12px;
  background:
    linear-gradient(180deg, #fff, #f7fbf9);
  border-top: 1px solid rgba(31, 122, 110, 0.12);
  border-bottom: 1px solid rgba(196, 162, 101, 0.18);
  box-shadow: 0 10px 28px rgba(31, 122, 110, 0.05);
}
.rb-cityline__label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 4px;
  position: relative;
  z-index: 2;
  background: linear-gradient(270deg, #fff 62%, rgba(255, 255, 255, 0));
}
.rb-cityline__pin {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  background: linear-gradient(145deg, #2a9a8a, #165a52);
  box-shadow: 0 8px 16px rgba(31, 122, 110, 0.22);
}
.rb-cityline__copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.rb-cityline__copy strong {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--rb-ink);
  line-height: 1.35;
  white-space: nowrap;
}
.rb-cityline__copy small {
  font-size: 11.5px;
  font-weight: 650;
  color: #8a9098;
  white-space: nowrap;
}
.rb-cityline__rail {
  overflow: hidden;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.rb-cityline__track {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  animation: rb-cityline 42s linear infinite;
}
.rb-cityline:hover .rb-cityline__track {
  animation-play-state: paused;
}
.rb-cityline__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 14px 0 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(31, 122, 110, 0.14);
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(26, 28, 30, 0.05);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.rb-cityline__chip:hover,
.rb-cityline__chip:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(31, 122, 110, 0.32);
  background: var(--rb-teal-soft);
  box-shadow: 0 10px 22px rgba(31, 122, 110, 0.1);
}
.rb-cityline__avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(145deg, #d4b36f, #9a7840);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.rb-cityline__chip:nth-child(3n+2) .rb-cityline__avatar {
  background: linear-gradient(145deg, #2a9a8c, #165a52);
}
.rb-cityline__chip:nth-child(3n) .rb-cityline__avatar {
  background: linear-gradient(145deg, #5a8aad, #3d6b8c);
}
.rb-cityline__name {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--rb-ink);
}
.rb-cityline__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--rb-red);
  color: #fff !important;
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(225, 29, 46, 0.22);
  transition: transform .2s ease, background .2s ease;
}
.rb-cityline__more:hover {
  transform: translateY(-1px);
  background: var(--rb-red-dark);
}
@keyframes rb-cityline {
  from { transform: translateX(0); }
  to { transform: translateX(33.333%); }
}

.rb-tours-section .rb-tour-card,
.rb-hotels-section .rb-hotel-card {
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(26, 28, 30, 0.07);
}
.rb-articles-section .rb-article-card {
  border-radius: 22px;
}

@media (max-width: 1199px) {
  .rb-home-hero__copy::before {
    display: none;
  }
  .rb-home-why__top {
    grid-template-columns: 1fr;
  }
  .rb-home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rb-dest {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rb-dest__card.is-hero {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 280px;
  }
}

@media (max-width: 991px) {
  .rb-home-hero,
  .rb-home-hero .slider-default,
  .rb-home-hero .home-1 {
    overflow: visible;
  }
  .rb-home-hero .box-banner {
    min-height: 280px !important;
  }
  .rb-home-hero .box-banner::before {
    background:
      linear-gradient(180deg, rgba(8, 10, 16, 0.72) 0%, rgba(8, 10, 16, 0.45) 42%, rgba(8, 10, 16, 0.55) 72%, #fffdfc 100%) !important;
  }
  .rb-home-hero__copy,
  .hero.rb-home-hero .slider-default .home-1 .box-title,
  .rb-home-hero .slider-default .home-1 .box-title {
    padding: 108px 8px 72px !important;
  }
  .rb-home-hero .box-title p,
  .rb-home-hero__pills {
    display: none !important;
  }
  .rb-home-hero .tab-content.pos-1 {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    margin-top: -56px;
    padding: 0 18px;
    z-index: 40;
  }
  .rb-home-hero {
    margin-bottom: 12px;
  }
  .rb-home-services {
    padding-top: 36px;
  }
  .rb-home-why__grid {
    grid-template-columns: 1fr;
  }
  .rb-home-cta__card {
    max-width: none;
    padding: 28px 22px;
  }
  .rb-home-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .rb-home-dest__head .title {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .rb-home-hero .box-banner {
    min-height: 208px !important;
    background-size: cover !important;
  }
  .rb-home-hero .box-banner::before {
    background:
      linear-gradient(180deg, rgba(8, 10, 16, 0.78) 0%, rgba(8, 10, 16, 0.58) 48%, rgba(8, 10, 16, 0.5) 68%, #fffdfc 100%) !important;
  }
  .rb-home-hero__photo {
    object-position: center 22%;
  }
  .hero.rb-home-hero .slider-default .home-1 .box-title,
  .rb-home-hero .slider-default .home-1 .box-title,
  .rb-home-hero__copy {
    padding: 84px 10px 44px !important;
    max-width: none;
    text-align: right;
  }
  .rb-home-hero__kicker,
  .rb-home-hero__headline--desk {
    display: none !important;
  }
  .rb-home-hero__headline--mobi {
    display: inline;
  }
  .rb-home-hero .box-title .h1,
  .rb-home-hero .box-title .mb-8.h1 {
    font-size: 23px !important;
    line-height: 1.45 !important;
    letter-spacing: -0.02em;
    text-shadow:
      0 1px 1px rgba(0, 0, 0, 0.65),
      0 8px 24px rgba(0, 0, 0, 0.45);
  }
  .rb-home-hero .box-title p,
  .rb-home-hero__pills {
    display: none !important;
  }
  .rb-home-hero .tab-content.pos-1 {
    margin-top: -22px;
    padding: 0 12px 10px;
  }
  .rb-home-hero .tab-content.pos-1 .container {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 100%;
  }
  .rb-home-hero__glow {
    display: none;
  }
  .rb-home-services {
    padding: 28px 0 4px;
  }
  .rb-home-services__grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .rb-svc {
    min-height: 0;
    padding: 14px 12px 13px;
    border-radius: 18px;
    gap: 6px;
  }
  .rb-svc:hover {
    transform: none;
  }
  .rb-svc__ico {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }
  .rb-svc__ico svg {
    width: 18px;
    height: 18px;
  }
  .rb-svc strong {
    font-size: 13.5px;
  }
  .rb-svc span:last-child {
    font-size: 11.5px;
    line-height: 1.55;
  }
  .rb-home-dest {
    padding-top: 22px;
    padding-bottom: 8px;
  }
  .rb-home-dest__head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px 10px;
    margin-bottom: 16px;
  }
  .rb-home-dest__head > div {
    display: contents;
  }
  .rb-home-dest__head .section-eyebrow {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
    padding: 6px 11px;
    font-size: 11.5px;
  }
  .rb-home-dest__head .rb-home-head__link {
    grid-column: 2;
    grid-row: 1;
    height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }
  .rb-home-dest__head .title {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
    font-size: 24px;
    margin-bottom: 0;
  }
  .rb-home-dest__head .title::after {
    width: 32px;
    margin-top: 8px;
  }
  .rb-home-dest__head .subtitle {
    grid-column: 1 / -1;
    grid-row: 3;
    font-size: 13px;
    line-height: 1.7;
  }
  .rb-dest {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 10px;
  }
  .rb-dest__card,
  .rb-dest__card.is-hero {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    border-radius: 18px;
    aspect-ratio: 1 / 1;
    box-shadow: 0 10px 24px rgba(26, 28, 30, 0.1);
  }
  .rb-dest__card.is-hero {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 10;
  }
  .rb-dest__card.is-hero .rb-dest__body strong {
    font-size: 26px;
  }
  .rb-dest__body {
    right: 12px;
    left: 12px;
    bottom: 12px;
    gap: 2px;
  }
  .rb-dest__body strong {
    font-size: 16px;
  }
  .rb-dest__body em {
    font-size: 11px;
  }
  .rb-dest__num {
    top: 10px;
    right: 12px;
    font-size: 11px;
  }
  .rb-dest__card:not(.is-hero) .rb-dest__body b {
    display: none;
  }
  .rb-dest__body b {
    height: 26px;
    padding: 0 10px;
    font-size: 11px;
    margin-top: 6px;
  }
  .rb-cityline {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 8px 12px;
    gap: 6px;
  }
  .rb-cityline__copy small,
  .rb-cityline__more {
    display: none;
  }
  .rb-cityline__label {
    padding: 4px 8px 4px 0;
    background: linear-gradient(270deg, #fff 70%, rgba(255, 255, 255, 0));
  }
  .rb-cityline__pin {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
  .rb-cityline__chip {
    height: 36px;
    padding: 0 12px 0 8px;
  }
  .rb-home-head .title {
    font-size: 24px;
  }
  .rb-home-head .subtitle {
    font-size: 13.5px;
  }
  .rb-home-head__link {
    height: 36px;
    padding: 0 14px;
    font-size: 12.5px;
  }
  .rb-home-why {
    padding: 48px 0 32px;
  }
  .rb-home-why__top {
    gap: 16px;
    margin-bottom: 14px;
  }
  .rb-home-why__intro h2 {
    font-size: 22px;
  }
  .rb-home-why__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .rb-stat {
    padding: 12px 8px;
    border-radius: 14px;
  }
  .rb-stat strong {
    font-size: 18px;
  }
  .rb-stat span {
    font-size: 10.5px;
    margin-top: 4px;
  }
  .rb-why {
    padding: 18px 16px 16px;
    border-radius: 18px;
  }
  .rb-home-cta {
    padding: 40px 0;
  }
  .rb-home-cta__mark {
    font-size: 48px;
    left: 10px;
    top: 4px;
  }
  .rb-home-cta__card {
    padding: 22px 18px;
    border-radius: 22px;
  }
  .rb-home-cta__actions {
    width: 100%;
  }
  .rb-home-cta__actions .tf-btn,
  .rb-home-cta__ghost {
    flex: 1 1 auto;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rb-home-hero__glow,
  .rb-home-hero .box-banner,
  .rb-svc,
  .rb-dest__card img,
  .rb-cityline__track {
    animation: none !important;
    transition: none !important;
  }
  .rb-cityline__track {
    flex-wrap: wrap;
    width: auto;
    justify-content: flex-start;
  }
  .rb-cityline__chip[aria-hidden="true"] {
    display: none;
  }
}

/* City autocomplete */
.rb-citybox {
  position: relative;
  overflow: visible;
}
.rb-cities {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: auto;
  z-index: 220;
  width: max(100%, 320px);
  min-width: 280px;
  padding: 8px 8px 6px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(160deg, rgba(31, 122, 110, 0.28), rgba(196, 162, 101, 0.18) 42%, rgba(26, 28, 30, 0.08)) border-box;
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow:
    0 10px 24px rgba(26, 28, 30, 0.08),
    0 28px 56px rgba(26, 28, 30, 0.16);
  animation: rb-cities-in .18s ease both;
}
@keyframes rb-cities-in {
  from { opacity: 0; transform: translateY(8px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.rb-cities::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 28px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-right: 1px solid rgba(31, 122, 110, 0.16);
  border-top: 1px solid rgba(31, 122, 110, 0.16);
  transform: rotate(-45deg);
  border-radius: 2px;
}
.rb-cities[hidden] {
  display: none !important;
}
.rb-cities__hint {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 6px;
  padding: 11px 12px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, var(--rb-gold-soft) 0%, #fff 62%);
  border: 1px solid rgba(196, 162, 101, 0.22);
}
.rb-cities__hint-ico {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(145deg, #2a9a8c, #165a52);
  color: #fff;
  box-shadow: 0 8px 16px rgba(31, 122, 110, 0.22);
}
.rb-cities__hint-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  padding-top: 1px;
}
.rb-cities__hint-copy strong {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--rb-ink);
  line-height: 1.4;
}
.rb-cities__hint-copy strong span {
  color: #8a9098;
  font-weight: 700;
  font-size: 12px;
  margin-right: 8px;
}
.rb-cities__hint-copy small {
  font-size: 12px;
  font-weight: 650;
  color: #6f7680;
  line-height: 1.65;
}
.rb-cities__hint.is-fix .rb-cities__hint-copy strong {
  color: var(--rb-teal);
}
.rb-cities__list {
  list-style: none;
  margin: 0;
  padding: 2px;
  max-height: 268px;
  overflow: auto;
}
.rb-cities__list::-webkit-scrollbar {
  width: 6px;
}
.rb-cities__list::-webkit-scrollbar-thumb {
  background: #e4e7ec;
  border-radius: 99px;
}
.rb-cities__list::-webkit-scrollbar-thumb:hover {
  background: #cfd4dc;
}
.rb-cities__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.rb-cities__item:hover,
.rb-cities__item.is-active {
  background: var(--rb-teal-soft);
  border-color: rgba(31, 122, 110, 0.1);
}
.rb-cities__item.is-active {
  background: linear-gradient(270deg, var(--rb-teal-soft) 0%, #fff 78%);
}
.rb-cities__item.is-active .rb-cities__go {
  opacity: 1;
  color: var(--rb-teal);
}
.rb-cities__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(145deg, #d4b36f, #9a7840);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px rgba(196, 162, 101, 0.28);
}
.rb-cities__item:nth-child(3n+2) .rb-cities__avatar {
  background: linear-gradient(145deg, #2a9a8c, #165a52);
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px rgba(31, 122, 110, 0.2);
}
.rb-cities__item:nth-child(3n) .rb-cities__avatar {
  background: linear-gradient(145deg, #5a8aad, #3d6b8c);
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px rgba(61, 107, 140, 0.2);
}
.rb-cities__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.rb-cities__meta strong {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--rb-ink);
  line-height: 1.35;
}
.rb-cities__meta strong mark {
  background: rgba(196, 162, 101, 0.22);
  color: var(--rb-gold-dark);
  border-radius: 3px;
  padding: 0 1px;
}
.rb-cities__meta em {
  font-style: normal;
  font-size: 11.5px;
  color: #8a9098;
  font-weight: 650;
}
.rb-cities__go {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #c5cad1;
  opacity: 0;
  transition: opacity .15s ease, color .15s ease;
}
.rb-cities__item:hover .rb-cities__go {
  opacity: 1;
}
.rb-cities__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 28px 16px;
  text-align: center;
  color: #8a9098;
}
.rb-cities__empty-ico {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--rb-sky-soft);
  color: var(--rb-sky);
  margin-bottom: 4px;
}
.rb-cities__empty strong {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--rb-ink);
}
.rb-cities__empty span {
  font-size: 12px;
  font-weight: 650;
}
.rb-cities__foot {
  margin: 4px 4px 2px;
  padding: 8px 10px 6px;
  border-top: 1px dashed #eceef2;
  color: #8a9098;
  font-size: 11.5px;
  font-weight: 700;
  text-align: center;
}
.rb-cities__foot[hidden] {
  display: none !important;
}
@media (max-width: 991px) {
  .rb-cities {
    width: 100%;
    min-width: 0;
    left: 0;
    right: 0;
  }
  .rb-cities::before {
    right: 22px;
  }
}
@media (max-width: 575px) {
  .rb-cities {
    border-radius: 18px;
    padding: 6px;
  }
  .rb-cities__hint {
    padding: 10px;
  }
  .rb-cities__hint-copy small {
    font-size: 11.5px;
  }
  .rb-cities__list {
    max-height: 240px;
  }
}

/* Kill theme leftover that adds 300px under the hero title on small screens */
@media (max-width: 991px) {
  .rb-home-hero .slider-default .box-title,
  .rb-home-hero .slider-default .home-1 .box-title,
  .hero.rb-home-hero .slider-default .home-1 .box-title {
    margin-bottom: 0 !important;
  }
  .rb-home-hero .slider-default .home-1 .box-banner.box-banner-1,
  .rb-home-hero .slider-default .home-1 .box-banner {
    min-height: 280px !important;
    height: auto !important;
  }
  .rb-home-hero .tab-content.pos-1 .container {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 100%;
  }

  /* One booking sheet: segmented tabs + fields + CTA */
  .rb-home-hero #rbSearch {
    animation: none;
    background: #fff;
    border-radius: 26px;
    padding: 10px;
    overflow: visible;
    box-shadow:
      0 20px 48px rgba(16, 10, 12, 0.16),
      0 2px 8px rgba(16, 10, 12, 0.05);
  }
  .rb-home-hero #rbSearch .rb-search__tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none;
    gap: 4px;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    margin: 0 0 10px;
    padding: 4px;
    border: 0;
    border-radius: 18px;
    background: #eef0f3 !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    overflow: hidden;
    box-sizing: border-box;
  }
  .rb-home-hero #rbSearch .rb-search__tab,
  .rb-home-hero #rbSearch .rb-search__tab:hover,
  .rb-home-hero #rbSearch .rb-search__tab:focus {
    flex: 1 1 0 !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: auto;
    min-width: 0 !important;
    max-width: none;
    min-height: 52px;
    padding: 8px 2px 7px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
    color: #5f656e !important;
    background: transparent !important;
    box-shadow: none;
    transform: none;
    -webkit-tap-highlight-color: transparent;
  }
  .rb-home-hero #rbSearch .rb-search__tab-ico {
    opacity: 1;
    color: inherit;
  }
  .rb-home-hero #rbSearch .rb-search__tab-ico svg {
    width: 18px;
    height: 18px;
  }
  .rb-home-hero #rbSearch .rb-search__tab.is-active,
  .rb-home-hero #rbSearch .rb-search__tab.is-active:hover,
  .rb-home-hero #rbSearch .rb-search__tab.is-active:focus {
    color: #E11D2E !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(26, 28, 30, 0.08);
    transform: none;
  }
  .rb-home-hero #rbSearch .rb-search__shell {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .rb-home-hero #rbSearch .rb-search__body {
    padding: 0;
  }
  .rb-home-hero #rbSearch .rb-search__fields {
    flex-direction: column;
    gap: 8px;
  }
  .rb-home-hero #rbSearch .rb-search__track {
    flex-direction: column;
    gap: 8px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .rb-home-hero #rbSearch .rb-search__track:focus-within {
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .rb-home-hero #rbSearch .rb-search__divider {
    display: none;
  }
  .rb-home-hero #rbSearch .rb-search__field,
  .rb-home-hero #rbSearch .rb-search__field--pair,
  .rb-home-hero #rbSearch .rb-search__field--date,
  .rb-home-hero #rbSearch .rb-search__field--sm,
  .rb-home-hero #rbSearch .rb-search__field--grow {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
    background: #f4f5f8;
    border: 1px solid #eceef2;
    border-radius: 16px;
    padding: 11px 14px !important;
  }
  .rb-home-hero #rbSearch .rb-search__field:focus-within,
  .rb-home-hero #rbSearch .rb-search__field--pair:focus-within,
  .rb-home-hero #rbSearch .rb-search__field--date:focus-within {
    background: #fff;
    border-color: rgba(31, 122, 110, 0.35);
    box-shadow: 0 0 0 4px rgba(31, 122, 110, 0.08);
  }
  .rb-home-hero #rbSearch .rb-search__field--pair {
    flex-direction: column;
    position: relative;
    padding: 0 !important;
    overflow: visible;
  }
  .rb-home-hero #rbSearch .rb-search__field--pair .rb-search__cell,
  .rb-home-hero #rbSearch .rb-search__field--pair .rb-search__cell:first-child,
  .rb-home-hero #rbSearch .rb-search__field--pair .rb-search__cell:last-child {
    padding: 11px 14px 11px 52px !important;
    border: 0 !important;
  }
  .rb-home-hero #rbSearch .rb-search__field--pair .rb-search__cell:last-child {
    border-top: 1px dashed #e1e4ea !important;
  }
  .rb-home-hero #rbSearch .rb-search__field label {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .rb-home-hero #rbSearch .rb-search__field input,
  .rb-home-hero #rbSearch .rb-search__field select,
  .rb-home-hero #rbSearch .rb-datepicker__trigger {
    height: 26px;
    min-height: 26px;
    font-size: 16px;
  }
  .rb-home-hero #rbSearch .rb-search__swap,
  .rb-home-hero #rbSearch .rb-search__swap:hover,
  .rb-home-hero #rbSearch .rb-search__swap:focus {
    position: absolute;
    left: 12px;
    top: 50%;
    right: auto;
    margin: 0;
    width: 42px;
    height: 42px;
    transform: translateY(-50%) rotate(90deg) !important;
    background: #fff !important;
    border: 1px solid #e6e8ee;
    color: #E11D2E;
    box-shadow:
      0 0 0 3px #fff,
      0 8px 18px rgba(26, 28, 30, 0.14);
    z-index: 4;
  }
  .rb-home-hero #rbSearch .rb-search__field--pair:focus-within .rb-search__swap {
    box-shadow:
      0 0 0 4px #fff,
      0 8px 18px rgba(26, 28, 30, 0.12);
  }
  .rb-home-hero #rbSearch .rb-search__submit,
  .rb-home-hero #rbSearch .rb-search__submit:hover {
    width: 100%;
    min-height: 50px;
    min-width: 0;
    margin-top: 2px;
    border-radius: 16px;
    font-size: 16px;
    transform: none;
    box-shadow: 0 12px 24px rgba(225, 29, 46, 0.28);
  }
  .rb-home-hero #rbSearch .rb-cities {
    width: 100%;
    right: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .rb-home-hero .slider-default .home-1 .box-banner.box-banner-1,
  .rb-home-hero .slider-default .home-1 .box-banner {
    min-height: 200px !important;
    height: auto !important;
  }
  .rb-home-hero #rbSearch {
    border-radius: 22px;
    padding: 8px;
  }
  .rb-home-hero #rbSearch .rb-search__tabs {
    margin-bottom: 8px;
    border-radius: 16px;
  }
  .rb-home-hero #rbSearch .rb-search__tab,
  .rb-home-hero #rbSearch .rb-search__tab:hover {
    min-height: 48px;
    padding: 6px 2px 5px;
    font-size: 11.5px;
    border-radius: 12px;
  }
  .rb-home-hero #rbSearch .rb-search__tab-ico svg {
    width: 16px;
    height: 16px;
  }
  .rb-home-hero #rbSearch .rb-search__field,
  .rb-home-hero #rbSearch .rb-search__field--pair,
  .rb-home-hero #rbSearch .rb-search__field--date,
  .rb-home-hero #rbSearch .rb-search__field--sm,
  .rb-home-hero #rbSearch .rb-search__field--grow {
    border-radius: 14px;
    padding: 9px 12px !important;
  }
  .rb-home-hero #rbSearch .rb-search__field--pair {
    padding: 0 !important;
  }
  .rb-home-hero #rbSearch .rb-search__field--pair .rb-search__cell,
  .rb-home-hero #rbSearch .rb-search__field--pair .rb-search__cell:first-child,
  .rb-home-hero #rbSearch .rb-search__field--pair .rb-search__cell:last-child {
    padding: 9px 12px 9px 50px !important;
  }
  .rb-home-hero #rbSearch .rb-search__swap,
  .rb-home-hero #rbSearch .rb-search__swap:hover {
    left: 10px;
    width: 42px;
    height: 42px;
  }
  .rb-home-hero #rbSearch .rb-search__submit {
    min-height: 48px;
    border-radius: 14px;
  }
}

@media (max-width: 390px) {
  .rb-home-hero .box-title .h1,
  .rb-home-hero .box-title .mb-8.h1 {
    font-size: 20px !important;
  }
  .rb-home-hero #rbSearch .rb-search__tab {
    font-size: 11px;
    gap: 3px;
  }
}
