/* ==========================================================
   Shared Design 1b styles for marketing landing pages
   ========================================================== */

/* Hero stacks on hero landing pages */
body.has-hero-header .flight-1b-hero-stack .home-1b-search,
body.has-hero-header .hotel-1b-hero-stack .home-1b-search,
body.has-hero-header .car-1b-hero-stack .home-1b-search,
body.has-hero-header .attraction-1b-hero-stack .home-1b-search {
  margin-top: 34px !important;
  position: relative;
  z-index: 6;
}

@media (max-width: 991.98px) {
  body.has-hero-header .flight-1b-hero-stack .home-1b-search,
  body.has-hero-header .hotel-1b-hero-stack .home-1b-search,
  body.has-hero-header .car-1b-hero-stack .home-1b-search,
  body.has-hero-header .attraction-1b-hero-stack .home-1b-search {
    margin-top: 20px !important;
  }
}

.landing-1b-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.landing-1b-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 8px;
  font: 600 13.5px var(--home-1b-font-body, "Inter", sans-serif);
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.landing-1b-btn--primary {
  background: var(--home-1b-brand, #de2a1f);
  border-color: var(--home-1b-brand, #de2a1f);
  color: #fff !important;
}

.landing-1b-btn--primary:hover {
  background: var(--home-1b-brand-dark, #8f1710);
  border-color: var(--home-1b-brand-dark, #8f1710);
  color: #fff !important;
}

.landing-1b-btn--outline {
  background: #fff;
  border-color: var(--home-1b-border, #f0e4df);
  color: var(--home-1b-ink, #1c1414) !important;
}

.landing-1b-btn--outline:hover {
  border-color: var(--home-1b-brand, #de2a1f);
  color: var(--home-1b-brand, #de2a1f) !important;
}

/* Inner page shell */
.landing-1b-page {
  background: #fff;
  color: var(--home-1b-ink, #1c1414);
  padding-bottom: 88px;
}

.landing-1b-inner {
  padding-top: calc(var(--bmga-sticky-top-height, 96px) + 28px);
  padding-bottom: 48px;
}

.landing-1b-page__head {
  text-align: center;
  margin-bottom: 32px;
}

.landing-1b-page__head h1 {
  font: 800 clamp(1.75rem, 5vw, 2.25rem) var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.landing-1b-page__head p {
  font: 400 15px/1.6 var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
  max-width: 640px;
  margin: 0 auto;
}

/* Partner / airline grid */
.landing-1b-partners {
  padding: 44px 0 12px;
}

.landing-1b-partners__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.landing-1b-partner-card {
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  border-radius: 14px;
  background: #fff;
  padding: 18px 14px;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-1b-partner-card:hover {
  border-color: var(--home-1b-brand, #de2a1f);
  box-shadow: 0 8px 20px rgba(28, 20, 20, 0.06);
}

.landing-1b-partner-card img {
  max-height: 36px;
  width: auto;
  margin: 0 auto 10px;
  object-fit: contain;
}

.landing-1b-partner-card h3 {
  font: 700 14px var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  margin: 0 0 4px;
}

.landing-1b-partner-card p {
  font: 500 12px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-3, #9a8d89);
  margin: 0;
}

/* CTA band */
.landing-1b-cta {
  margin-top: 28px;
  padding: 48px 0;
  background: var(--home-1b-accent-bg, #fbedea);
  border-top: 1px solid var(--home-1b-border, #f0e4df);
  text-align: center;
}

.landing-1b-cta h2 {
  font: 700 28px var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  margin: 0 0 10px;
}

.landing-1b-cta p {
  max-width: 720px;
  margin: 0 auto 20px;
  font: 400 14px/1.6 var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
}

.landing-1b-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* Contact page */
.contact-page {
  background: #fff;
}

.contact-page__content {
  padding-top: 0;
}

.contact-page .landing-1b-channel-card--static {
  background: var(--landing-accent-soft);
}

/* Blogs */
.blogs-page {
  background: #fff;
}

.blogs-page.landing-1b-page {
  padding-bottom: 24px;
}

.blogs-page .landing-1b-inner-content,
.blogs-page__content {
  padding-top: calc(var(--bmga-sticky-top-height, 96px) + 8px);
  padding-bottom: 0;
}

.blogs-page__head.landing-1b-page__head {
  margin-bottom: 10px;
  text-align: left;
}

.blogs-page__head .landing-1b-page__badge {
  margin-bottom: 4px;
  padding: 3px 10px;
  font-size: 10.5px;
}

.blogs-page__head h1 {
  font-size: clamp(1.5rem, 4vw, 1.85rem);
  margin-bottom: 2px;
}

.blogs-page__head p {
  margin: 0;
  max-width: 520px;
  font-size: 13px;
  line-height: 1.35;
}

.blogs-page__toolbar {
  margin-bottom: 10px;
}

.blogs-page__search.landing-1b-search-panel {
  max-width: none;
  margin: 0 0 8px;
}

.blogs-page .landing-1b-search-panel__input {
  padding: 10px 0;
  font-size: 14px;
}

.blogs-page .landing-1b-search-panel__form .landing-1b-btn {
  min-height: 42px;
  padding: 0 16px;
}

.blogs-page__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 0;
}

.blogs-page__filter-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  background: #fff;
  font: 600 12px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.blogs-page__filter-pill:hover,
.blogs-page__filter-pill.is-active {
  border-color: var(--home-1b-brand, #de2a1f);
  background: var(--home-1b-accent-bg, #fbedea);
  color: var(--home-1b-brand-dark, #8f1710);
}

.blogs-page__results-meta {
  margin: 6px 0 0;
  font: 500 12px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-3, #9a8d89);
}

.blogs-page__results-meta a {
  color: var(--home-1b-brand, #de2a1f);
  text-decoration: none;
  font-weight: 600;
}

.blogs-page__results-meta a:hover {
  text-decoration: underline;
}

.blogs-page__layout {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.5rem;
}

.blogs-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.blogs-page__empty.landing-1b-empty-state {
  grid-column: 1 / -1;
  margin: 0;
  padding: 20px 16px;
}

.blogs-page__pagination.landing-1b-pagination {
  margin-top: 12px;
}

.blogs-page .landing-1b-sidebar-widget {
  padding: 12px;
  margin-bottom: 8px;
}

.blogs-page__sidebar-widget .landing-1b-sidebar-widget__title {
  margin-bottom: 8px;
  padding-bottom: 6px;
  font-size: 13px;
}

.blogs-page .landing-1b-tag-cloud {
  gap: 6px;
}

.blogs-page .landing-1b-tag {
  padding: 4px 10px;
  font-size: 11.5px;
}

.blogs-page__sidebar-cta {
  padding: 12px;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  border-radius: 10px;
  background: var(--home-1b-accent-bg, #fbedea);
}

.blogs-page__sidebar-cta p {
  margin: 0 0 8px;
  font: 500 12.5px/1.4 var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
}

.blogs-page__sidebar-cta .landing-1b-btn {
  width: 100%;
  justify-content: center;
  min-height: 40px;
}

.blog-1b-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-1b-card:hover {
  border-color: var(--home-1b-brand, #de2a1f);
  box-shadow: 0 6px 18px rgba(28, 20, 20, 0.05);
}

.blog-1b-card__media {
  position: relative;
  display: block;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}

.blog-1b-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-1b-card:hover .blog-1b-card__media img {
  transform: scale(1.03);
}

.blog-1b-card__category {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--home-1b-brand, #de2a1f);
  color: #fff;
  font: 600 9.5px var(--home-1b-font-body, "Inter", sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blog-1b-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px 12px;
}

.blog-1b-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font: 500 11px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-3, #9a8d89);
}

.blog-1b-card__meta-sep {
  opacity: 0.7;
}

.blog-1b-card__title {
  margin: 0;
  font: 700 14px/1.3 var(--home-1b-font-display, "Baloo 2", sans-serif);
}

.blog-1b-card__title a {
  color: var(--home-1b-ink, #1c1414);
  text-decoration: none;
}

.blog-1b-card__title a:hover {
  color: var(--home-1b-brand, #de2a1f);
}

.blog-1b-card__excerpt {
  margin: 0;
  font: 400 12.5px/1.4 var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-1b-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  padding-top: 0;
  font: 600 12px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-brand, #de2a1f);
  text-decoration: none;
}

.blog-1b-card__link:hover {
  color: var(--home-1b-brand-dark, #8f1710);
}

.landing-1b-tag.is-active {
  border-color: var(--home-1b-brand, #de2a1f);
  background: var(--home-1b-brand, #de2a1f);
  color: #fff;
}

/* Blog article (show) */
.blogs-show-page .blogs-show__back {
  margin: 0 0 8px;
}

.blogs-show-page .blogs-show__back a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font: 600 12.5px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-brand, #de2a1f);
  text-decoration: none;
}

.blogs-show-page .blogs-show__back a:hover {
  text-decoration: underline;
}

.blogs-show__layout {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.5rem;
}

.blog-show-1b {
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.blog-show-1b__head {
  padding: 14px 16px 10px;
}

.blog-show-1b__category {
  display: inline-flex;
  margin-bottom: 6px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--home-1b-brand, #de2a1f);
  color: #fff;
  font: 600 10px var(--home-1b-font-body, "Inter", sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.blog-show-1b__category:hover {
  background: var(--home-1b-brand-dark, #8f1710);
  color: #fff;
}

.blog-show-1b__title {
  margin: 0 0 8px;
  font: 800 clamp(1.35rem, 3.5vw, 1.85rem)/1.25 var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
}

.blog-show-1b__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font: 500 11.5px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-3, #9a8d89);
}

.blog-show-1b__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.blog-show-1b__meta-sep {
  opacity: 0.65;
}

.blog-show-1b__author-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-show-1b__featured {
  padding: 2px 8px;
  border-radius: 999px;
  background: #fff3cd;
  color: #856404;
  font: 600 10px var(--home-1b-font-body, "Inter", sans-serif);
  text-transform: uppercase;
}

.blog-show-1b__hero {
  margin: 0;
}

.blog-show-1b__hero img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.blog-show-1b__hero figcaption {
  padding: 6px 16px 0;
  font: 400 12px/1.4 var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-3, #9a8d89);
  font-style: italic;
}

.blog-show-1b__summary {
  margin: 0;
  padding: 12px 16px 0;
  font: 500 14px/1.5 var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
}

.blog-show-1b__body {
  padding: 12px 16px 16px;
  font: 400 14.5px/1.65 var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-ink, #1c1414);
}

.blog-show-1b__body > :first-child {
  margin-top: 0;
}

.blog-show-1b__body h2,
.blog-show-1b__body h3,
.blog-show-1b__body h4 {
  margin: 1.1em 0 0.45em;
  font-family: var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  line-height: 1.3;
}

.blog-show-1b__body h2 { font-size: 1.25rem; }
.blog-show-1b__body h3 { font-size: 1.1rem; }
.blog-show-1b__body h4 { font-size: 1rem; }

.blog-show-1b__body p,
.blog-show-1b__body ul,
.blog-show-1b__body ol {
  margin: 0 0 0.85em;
}

.blog-show-1b__body ul,
.blog-show-1b__body ol {
  padding-left: 1.25rem;
}

.blog-show-1b__body a {
  color: var(--home-1b-brand, #de2a1f);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-show-1b__body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.blog-show-1b__gallery {
  padding: 0 16px 12px;
  margin: 0;
}

.blog-show-1b__gallery-img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.blog-show-1b__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0 16px 14px;
  border-top: 1px solid var(--home-1b-border, #f0e4df);
  margin-top: 4px;
  padding-top: 12px;
}

.blog-show-1b__tags-label {
  font: 600 12px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
}

.blog-show-1b__author {
  display: flex;
  gap: 12px;
  padding: 12px 16px 14px;
  border-top: 1px solid var(--home-1b-border, #f0e4df);
  background: var(--home-1b-accent-bg, #fbedea);
}

.blog-show-1b__author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.blog-show-1b__author-label {
  margin: 0 0 2px;
  font: 600 10px var(--home-1b-font-body, "Inter", sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--home-1b-brand, #de2a1f);
}

.blog-show-1b__author-name {
  margin: 0 0 4px;
  font: 700 14px var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
}

.blog-show-1b__author-bio {
  margin: 0;
  font: 400 12.5px/1.45 var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
}

.blogs-show__related {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blogs-show__related-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border: 1px solid var(--home-1b-border, #f0e4df);
  border-radius: 8px;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.blogs-show__related-item:hover {
  border-color: var(--home-1b-brand, #de2a1f);
  background: var(--home-1b-accent-bg, #fbedea);
}

.blogs-show__related-item img {
  width: 72px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
}

.blogs-show__related-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font: 600 12.5px/1.35 var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-ink, #1c1414);
}

.blogs-show__related-date {
  display: block;
  margin-top: 3px;
  font: 500 11px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-3, #9a8d89);
}

.blogs-show__category-list {
  max-height: none;
}

/* Offers page tokens */
.offers-page {
  background: #fff;
}

.offers-page__content {
  padding-top: 0;
}

/* About page */
.about-page {
  background: #fff;
}

.about-page .about-section-three {
  background: #fff !important;
}

.about-page .about-title,
.about-page .bmga,
.about-page .story-title,
.about-page h2,
.about-page h3 {
  font-family: var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
}

.about-page .bmga,
.about-page .text-primary {
  color: var(--home-1b-brand, #de2a1f) !important;
}

.about-page .btn-primary,
.about-page .btn-warning {
  background: var(--home-1b-brand, #de2a1f) !important;
  border-color: var(--home-1b-brand, #de2a1f) !important;
  color: #fff !important;
  border-radius: 8px;
}

.about-page .stat-bg {
  background: var(--home-1b-accent-bg, #fbedea) !important;
  border-radius: 16px;
}

.about-page .stat-box h3 {
  color: var(--home-1b-brand, #de2a1f);
}

/* City hotel SEO pages */
.city-hotels-page {
  background: #fff;
  padding-bottom: 64px;
}

.holidays-packages-page .btn-primary {
  background: var(--home-1b-brand, #de2a1f) !important;
  border-color: var(--home-1b-brand, #de2a1f) !important;
}

.private-trip-page .bmga-pt-head {
  margin-bottom: 8px;
}

.private-trip-page .bmga-pt-back {
  color: var(--home-1b-brand, #de2a1f);
}

.private-trip-page .btn-danger,
.private-trip-page .pt-btn-next {
  background: var(--home-1b-brand, #de2a1f) !important;
  border-color: var(--home-1b-brand, #de2a1f) !important;
}

/* Holidays packages listing */
.holidays-packages-page {
  background: #fff;
  padding-bottom: 88px;
}

.holidays-packages-page .landing-1b-inner {
  padding-bottom: 24px;
}

.holidays-packages-page .filter-card-1b {
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 20px;
  margin-bottom: 28px;
}

.holidays-packages-page .breadcrumb-bar {
  display: none;
}

/* ==========================================================
   Per-page differentiation (within Design 1b brand)
   ========================================================== */

.landing-1b-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px;
  padding: 5px 12px;
  border-radius: 999px;
  font: 600 12px var(--home-1b-font-body, "Inter", sans-serif);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.landing-1b-page__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--home-1b-accent-bg, #fbedea);
  color: var(--home-1b-brand, #de2a1f);
  font: 600 11.5px var(--home-1b-font-body, "Inter", sans-serif);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing-1b-page__badge--deal {
  background: var(--home-1b-brand, #de2a1f);
  color: #fff;
}

/* Theme tokens */
.page-flight {
  --landing-accent: #1a4b8c;
  --landing-accent-soft: #e8f1fb;
  --landing-accent-dark: #0f2d54;
}

.page-hotel {
  --landing-accent: #9a6b2f;
  --landing-accent-soft: #fff6eb;
  --landing-accent-dark: #5c3f1a;
}

.page-car {
  --landing-accent: #1a6b5c;
  --landing-accent-soft: #e8f6f3;
  --landing-accent-dark: #0f3d34;
}

.page-attractions {
  --landing-accent: #6b2d8e;
  --landing-accent-soft: #f3ebf8;
  --landing-accent-dark: #3f1a54;
}

.page-contact {
  --landing-accent: #1a4b8c;
  --landing-accent-soft: #e8f1fb;
  --landing-accent-dark: #0f2d54;
}

.page-blogs {
  --landing-accent: #3d5248;
  --landing-accent-soft: #f0f6f3;
  --landing-accent-dark: #243328;
}

.page-offers {
  --landing-accent: #c42518;
  --landing-accent-soft: #fff0ee;
  --landing-accent-dark: #6b1510;
}

.page-holidays-packages {
  --landing-accent-soft: #fbedea;
}

.page-holidays {
  --landing-accent: var(--home-1b-brand, #de2a1f);
  --landing-accent-soft: var(--home-1b-accent-bg, #fbedea);
  --landing-accent-dark: var(--home-1b-brand-dark, #8f1710);
}

.holiday-1b-hero .landing-1b-eyebrow {
  background: var(--landing-accent-soft);
  color: var(--landing-accent);
}

.holiday-1b-hero .home-1b-stat__value {
  color: var(--landing-accent);
}

.holiday-1b-hero .home-1b-hero__carousel::after,
.holiday-1b-hero .home-1b-hero__mobile-image::after {
  background: linear-gradient(180deg, rgba(222, 42, 31, 0.08) 0%, rgba(28, 20, 20, 0.5) 100%) !important;
}

/* Hero accents */
.flight-1b-hero .landing-1b-eyebrow {
  background: var(--landing-accent-soft);
  color: var(--landing-accent);
}

.flight-1b-hero .home-1b-stat__value {
  color: var(--landing-accent);
}

.flight-1b-hero .home-1b-hero__carousel::after,
.flight-1b-hero .home-1b-hero__mobile-image::after {
  background: linear-gradient(180deg, rgba(15, 45, 84, 0.15) 0%, rgba(15, 45, 84, 0.55) 100%) !important;
}

.hotel-1b-hero .landing-1b-eyebrow {
  background: var(--landing-accent-soft);
  color: var(--landing-accent-dark);
}

.hotel-1b-hero .home-1b-stat__value {
  color: var(--landing-accent);
}

.hotel-1b-hero .home-1b-hero__carousel::after,
.hotel-1b-hero .home-1b-hero__mobile-image::after {
  background: linear-gradient(180deg, rgba(154, 107, 47, 0.08) 0%, rgba(92, 63, 26, 0.45) 100%) !important;
}

.car-1b-hero .landing-1b-eyebrow {
  background: var(--landing-accent-soft);
  color: var(--landing-accent);
}

.car-1b-hero .home-1b-stat__value {
  color: var(--landing-accent);
}

.car-1b-hero .home-1b-hero__carousel::after,
.car-1b-hero .home-1b-hero__mobile-image::after {
  background: linear-gradient(180deg, rgba(26, 107, 92, 0.1) 0%, rgba(15, 61, 52, 0.5) 100%) !important;
}

.attraction-1b-hero .landing-1b-eyebrow {
  background: var(--landing-accent-soft);
  color: var(--landing-accent);
}

.attraction-1b-hero .home-1b-stat__value {
  color: var(--landing-accent);
}

.attraction-1b-hero .home-1b-hero__carousel::after,
.attraction-1b-hero .home-1b-hero__mobile-image::after {
  background: linear-gradient(180deg, rgba(107, 45, 142, 0.12) 0%, rgba(63, 26, 84, 0.52) 100%) !important;
}

/* Highlights sections */
.landing-1b-highlights {
  padding: 36px 0 8px;
}

.landing-1b-highlights__title {
  font: 700 20px var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  margin: 0 0 16px;
}

.landing-1b-highlights__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-1b-highlight {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  background: #fff;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.landing-1b-highlight:hover {
  border-color: var(--home-1b-brand, #de2a1f);
  transform: translateY(-1px);
}

.landing-1b-highlight__icon {
  font-size: 18px;
  line-height: 1;
}

.landing-1b-highlight__body {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.landing-1b-highlight__label {
  font: 600 13px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-ink, #1c1414);
}

.landing-1b-highlight__text {
  font: 400 11.5px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
}

/* Route chips — flight */
.flight-page .landing-1b-highlights--routes .landing-1b-highlight {
  border-color: #d4e4f7;
  background: var(--landing-accent-soft);
}

.flight-page .landing-1b-highlights--routes .landing-1b-highlight__label {
  color: var(--landing-accent-dark);
}

.flight-page .landing-1b-partners__grid {
  gap: 12px;
}

.flight-page .landing-1b-partner-card {
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, var(--landing-accent-soft) 100%);
}

/* Amenity cards — hotel */
.hotel-page .landing-1b-highlights--amenities .landing-1b-highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hotel-page .landing-1b-highlights--amenities .landing-1b-highlight {
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  border-radius: 14px;
  background: var(--landing-accent-soft);
  border-color: #f0dcc4;
}

.hotel-page .landing-1b-highlights--amenities .landing-1b-highlight__icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  color: var(--landing-accent);
  font-size: 16px;
}

.hotel-page .landing-1b-highlights--amenities .landing-1b-highlight__icon--glyph i {
  font-size: 18px;
  line-height: 1;
}

.hotel-page .hotel-landing-content {
  padding-top: 8px;
}

.hotel-page .custom-services-section {
  margin-top: 28px;
  margin-bottom: 0;
  padding-top: 8px;
}

.hotel-page .custom-services-section .home-1b-packages__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-service-card .home-1b-package-card__cta {
  background: #fff;
  color: var(--home-1b-brand, #de2a1f);
  border-color: var(--home-1b-border, #f0e4df);
}

@media (hover: hover) {
  .custom-service-card .home-1b-package-card__link:hover .home-1b-package-card__cta {
    background: var(--home-1b-brand, #de2a1f);
    border-color: var(--home-1b-brand, #de2a1f);
    color: #fff;
  }
}

/* Vehicle cards — car */
.car-page .landing-1b-highlights--vehicles .landing-1b-highlights__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.car-page .landing-1b-highlights--vehicles .landing-1b-highlight {
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 16px;
  border-radius: 16px;
  background: var(--landing-accent-soft);
  border-color: #c8e8e2;
}

.car-page .landing-1b-highlights--vehicles .landing-1b-highlight__icon {
  font-size: 28px;
}

.car-page .landing-1b-highlights--pills .landing-1b-highlight {
  border-radius: 999px;
  padding: 8px 16px;
  background: #fff;
}

.car-page .landing-1b-highlights--pills .landing-1b-highlight__body {
  flex-direction: row;
}

.car-page .landing-1b-highlights--pills .landing-1b-highlight__label {
  font-size: 12.5px;
}

/* Ticket cards — attractions */
.attractions-page .landing-1b-highlights--tickets .landing-1b-highlights__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.attractions-page .landing-1b-highlights--tickets .landing-1b-highlight {
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 16px;
  border-radius: 16px;
  background: var(--landing-accent-soft);
  border-color: #dcc8e8;
}

.attractions-page .landing-1b-highlights--tickets .landing-1b-highlight__icon {
  font-size: 28px;
}

.attractions-page .landing-1b-highlights--pills .landing-1b-highlight {
  border-radius: 999px;
  padding: 8px 16px;
  background: #fff;
}

.attractions-page .landing-1b-highlights--pills .landing-1b-highlight__body {
  flex-direction: row;
}

.attractions-page .landing-1b-highlights--pills .landing-1b-highlight__label {
  font-size: 12.5px;
}

/* Steps variants */
.landing-1b-steps {
  margin-top: 36px;
  border-radius: 20px;
  padding: 36px;
}

.landing-1b-steps h2 {
  font: 700 22px var(--home-1b-font-display, "Baloo 2", sans-serif);
  margin: 0 0 24px;
}

.landing-1b-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.landing-1b-step__num {
  font: 800 28px var(--home-1b-font-display, "Baloo 2", sans-serif);
  margin-bottom: 8px;
}

.landing-1b-step__title {
  font: 700 15px var(--home-1b-font-body, "Inter", sans-serif);
  margin-bottom: 6px;
}

.landing-1b-step__text {
  font: 400 13.5px/1.5 var(--home-1b-font-body, "Inter", sans-serif);
  margin: 0;
}

.landing-1b-steps--dark {
  background: var(--landing-accent-dark);
  color: #fff;
}

.landing-1b-steps--dark h2,
.landing-1b-steps--dark .landing-1b-step__title {
  color: #fff;
}

.landing-1b-steps--dark .landing-1b-step__num {
  color: #7eb3ff;
}

.landing-1b-steps--dark .landing-1b-step__text {
  color: #b5c4d9;
}

.landing-1b-steps--road {
  background: #fff;
  border: 1.5px solid #c8e8e2;
  position: relative;
  overflow: hidden;
}

.landing-1b-steps--road::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 3px;
  background: repeating-linear-gradient(
    90deg,
    #c8e8e2 0,
    #c8e8e2 12px,
    transparent 12px,
    transparent 24px
  );
  transform: translateY(-50%);
  z-index: 0;
  opacity: 0.6;
}

.landing-1b-steps--road h2 {
  color: var(--landing-accent-dark);
}

.landing-1b-steps--road .landing-1b-step {
  position: relative;
  z-index: 1;
  background: var(--landing-accent-soft);
  border-radius: 14px;
  padding: 18px;
}

.landing-1b-steps--road .landing-1b-step__num {
  color: var(--landing-accent);
}

.landing-1b-steps--road .landing-1b-step__text {
  color: var(--home-1b-muted-2, #6b5f5c);
}

.landing-1b-steps--ticket {
  background: #fff;
  border: 1.5px dashed #dcc8e8;
  position: relative;
}

.landing-1b-steps--ticket h2 {
  color: var(--landing-accent-dark);
}

.landing-1b-steps--ticket .landing-1b-step {
  background: var(--landing-accent-soft);
  border-radius: 14px;
  padding: 18px;
  border: 1px solid #e8d4f0;
}

.landing-1b-steps--ticket .landing-1b-step__num {
  color: var(--landing-accent);
}

.landing-1b-steps--ticket .landing-1b-step__text {
  color: var(--home-1b-muted-2, #6b5f5c);
}

/* CTA variants */
.landing-1b-cta--dark {
  background: var(--landing-accent-dark);
  border-top: none;
  color: #fff;
}

.landing-1b-cta--dark h2 {
  color: #fff;
}

.landing-1b-cta--dark p {
  color: #b5c4d9;
}

.landing-1b-cta--dark .landing-1b-btn--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff !important;
}

.landing-1b-cta--dark .landing-1b-btn--outline:hover {
  border-color: #fff;
  color: #fff !important;
}

.landing-1b-cta--warm {
  background: var(--landing-accent-soft);
  border-top: 1.5px dashed #f0dcc4;
}

.landing-1b-cta--warm h2 {
  color: var(--landing-accent-dark);
}

.landing-1b-cta--compact {
  margin-top: 0;
  padding: 32px 0;
}

.landing-1b-cta--split {
  background: linear-gradient(135deg, var(--landing-accent-soft) 55%, #fff 55%);
  text-align: left;
}

.landing-1b-cta__split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.landing-1b-cta__split h2 {
  text-align: left;
  margin-bottom: 8px;
}

.landing-1b-cta__split p {
  margin: 0;
  text-align: left;
}

.landing-1b-cta__split .landing-1b-cta__actions {
  justify-content: flex-start;
}

.landing-1b-cta--ticket {
  border-top: 1.5px solid #e8d4f0;
}

.landing-1b-cta__link {
  color: var(--landing-accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.landing-1b-cta__link:hover {
  color: var(--landing-accent-dark);
}

/* Inner page head variants */
.landing-1b-page__head--magazine {
  text-align: left;
  max-width: 720px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--home-1b-border, #f0e4df);
}

.landing-1b-page__head--magazine h1 {
  text-align: left;
  margin-left: 0;
  font-size: clamp(2rem, 6vw, 2.75rem);
}

.landing-1b-page__head--magazine p {
  margin-left: 0;
  text-align: left;
}

.landing-1b-page__head--ticket {
  position: relative;
  padding: 28px 24px;
  border: 1.5px dashed var(--home-1b-brand, #de2a1f);
  border-radius: 16px;
  background: var(--landing-accent-soft);
}

.landing-1b-page__head--ticket::before,
.landing-1b-page__head--ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px dashed var(--home-1b-brand, #de2a1f);
  transform: translateY(-50%);
}

.landing-1b-page__head--ticket::before {
  left: -10px;
}

.landing-1b-page__head--ticket::after {
  right: -10px;
}

.landing-1b-page__head--support {
  padding-bottom: 8px;
}

.landing-1b-page__head--packages h1::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 2px;
  background: var(--home-1b-brand, #de2a1f);
}

/* Contact channel cards */
.landing-1b-channel-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
  padding: 18px 16px;
  border-radius: 14px;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-1b-channel-card:hover {
  border-color: var(--home-1b-brand, #de2a1f);
  box-shadow: 0 8px 20px rgba(28, 20, 20, 0.06);
  color: inherit;
}

.landing-1b-channel-card--static {
  background: var(--landing-accent-soft);
}

.landing-1b-channel-card__icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--home-1b-accent-bg, #fbedea);
  color: var(--home-1b-brand, #de2a1f);
  font-size: 20px;
  margin-bottom: 4px;
}

.landing-1b-channel-card__label {
  font: 600 11px var(--home-1b-font-body, "Inter", sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--home-1b-muted-3, #9a8d89);
}

.landing-1b-channel-card__value {
  font: 600 14px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  word-break: break-word;
}

.contact-info-panel {
  padding: 24px;
  border-radius: 16px;
  background: var(--landing-accent-soft);
  border: 1.5px solid var(--home-1b-border, #f0e4df);
}

.holidays-packages-page .filter-card-1b {
  border-color: #f0dcc4;
  background: linear-gradient(180deg, #fff 0%, var(--landing-accent-soft) 100%);
}

/* ==========================================================
   Hotel boutique hero restyle
   ========================================================== */

.hotel-1b-hero--boutique {
  position: relative;
  overflow: hidden;
  padding-bottom: 8px;
}

.hotel-1b-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 20%, rgba(255, 214, 170, 0.35) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 90% 80%, rgba(222, 42, 31, 0.06) 0%, transparent 55%),
    linear-gradient(180deg, #fffaf6 0%, #fff 100%);
  pointer-events: none;
}

.hotel-1b-hero__inner {
  position: relative;
  z-index: 1;
}

.hotel-1b-hero__layout {
  display: grid;
  gap: 28px;
  align-items: center;
}

.hotel-1b-hero__copy-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid #f0dcc4;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 12px 40px rgba(154, 107, 47, 0.08);
  backdrop-filter: blur(6px);
}

.hotel-1b-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.hotel-1b-hero__tag {
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--landing-accent-soft);
  border: 1px solid #f0dcc4;
  font: 600 11.5px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--landing-accent-dark);
}

.hotel-1b-hero__stats--gold .home-1b-stat {
  background: linear-gradient(180deg, #fff 0%, var(--landing-accent-soft) 100%);
  border: 1px solid #f0dcc4;
}

.hotel-1b-hero__stats--gold .home-1b-stat__value {
  color: var(--landing-accent);
}

.hotel-1b-hero__collage {
  display: none;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  min-height: 400px;
  align-self: stretch;
}

.hotel-1b-hero__collage-main {
  grid-column: 1;
  grid-row: 1 / span 2;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 0;
  box-shadow: 0 16px 40px rgba(92, 63, 26, 0.15);
}

.hotel-1b-hero__collage-thumb {
  grid-column: 2;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  min-height: 0;
  box-shadow: 0 8px 24px rgba(92, 63, 26, 0.1);
}

.hotel-1b-hero__collage-thumb:nth-child(2) {
  grid-row: 1;
}

.hotel-1b-hero__collage-thumb:nth-child(3) {
  grid-row: 2;
}

.hotel-1b-hero__collage-thumb--accent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--landing-accent-soft) 0%, #fff 100%);
  border: 1.5px solid #f0dcc4;
}

.hotel-1b-hero__collage-stat {
  font: 800 32px var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--landing-accent);
  line-height: 1;
}

.hotel-1b-hero__collage-stat-label {
  font: 500 12px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
  margin-top: 4px;
}

.hotel-1b-hero__collage-badge,
.hotel-1b-hero__mobile-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #f0dcc4;
  font: 600 12px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--landing-accent-dark);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.hotel-1b-hero__stars {
  color: var(--landing-accent);
  letter-spacing: 1px;
}

.hotel-1b-hero__mobile-image {
  display: none;
  position: relative;
  height: 240px;
  overflow: hidden;
}

.hotel-1b-hero__mobile-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hotel-1b-hero__mobile-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(154, 107, 47, 0.05) 0%, rgba(92, 63, 26, 0.45) 100%);
  z-index: 1;
}

.hotel-1b-hero__mobile-badge {
  z-index: 2;
}

@media (min-width: 992px) {
  .hotel-1b-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 32px;
    align-items: stretch;
  }

  .hotel-1b-hero__collage {
    display: grid !important;
  }

  .hotel-1b-hero--boutique .home-1b-hero__inner {
    padding-top: 52px;
    padding-bottom: 0;
  }

  .hotel-1b-hero__stats--gold {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .hotel-1b-hero__stats--gold .home-1b-stat {
    padding: 12px 10px;
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .hotel-1b-hero__mobile-image {
    display: block;
  }

  .hotel-1b-hero__mobile-badge {
    bottom: 28px;
    left: 16px;
    max-width: calc(100% - 32px);
    white-space: nowrap;
  }

  .hotel-1b-hero__copy-card {
    margin-top: -16px;
    position: relative;
    z-index: 2;
    border-radius: 16px;
    padding: 20px 16px 18px;
  }

  .hotel-1b-hero__stats--gold {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
    width: 100%;
  }

  .hotel-1b-hero__stats--gold .home-1b-stat {
    flex: unset !important;
    min-width: 0;
    padding: 10px 8px;
    text-align: center;
    align-items: center;
  }

  .hotel-1b-hero__stats--gold .home-1b-stat__value {
    font-size: 16px;
    line-height: 1.1;
  }

  .hotel-1b-hero__stats--gold .home-1b-stat__label {
    font-size: 10px;
    line-height: 1.2;
    white-space: normal;
  }

  .hotel-1b-hero__tags {
    margin-bottom: 14px;
  }

  .hotel-1b-hero-stack .landing-1b-hero__actions {
    margin-top: 12px;
    gap: 8px;
  }

  .hotel-1b-hero-stack .home-1b-search {
    margin-top: 12px;
    padding-bottom: 12px;
  }

  .hotel-1b-hero--boutique .home-1b-hero__inner {
    padding-top: 0;
  }
}

/* ==========================================================
   Animated flight routes ticker
   ========================================================== */

.landing-1b-routes-ticker {
  padding: 28px 0 4px;
  overflow: hidden;
}

.landing-1b-routes-ticker__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.landing-1b-routes-ticker__icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--landing-accent-soft);
  color: var(--landing-accent);
  font-size: 16px;
}

.landing-1b-routes-ticker__title {
  font: 700 18px var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  margin: 0;
}

.landing-1b-routes-ticker__viewport {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.landing-1b-routes-ticker__viewport::before,
.landing-1b-routes-ticker__viewport::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--landing-accent) 0, var(--landing-accent) 6px, transparent 6px, transparent 12px);
  opacity: 0.35;
  z-index: 2;
  pointer-events: none;
}

.landing-1b-routes-ticker__viewport::before {
  left: 0;
  transform: translateY(-50%);
}

.landing-1b-routes-ticker__viewport::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

.landing-1b-routes-ticker__track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: landing-routes-marquee 32s linear infinite;
}

.landing-1b-routes-ticker__viewport:hover .landing-1b-routes-ticker__track {
  animation-play-state: paused;
}

@keyframes landing-routes-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.landing-1b-route-chip {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
  padding: 12px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--landing-accent-soft) 0%, #fff 100%);
  border: 1.5px solid #d4e4f7;
  min-width: 160px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-1b-route-chip:hover {
  transform: translateY(-2px);
  border-color: var(--landing-accent);
  box-shadow: 0 8px 20px rgba(26, 75, 140, 0.12);
}

.landing-1b-route-chip__route {
  font: 700 13.5px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--landing-accent-dark);
  white-space: nowrap;
}

.landing-1b-route-chip__meta {
  font: 500 11px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--landing-accent);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (prefers-reduced-motion: reduce) {
  .landing-1b-routes-ticker__track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
  }

  .landing-1b-routes-ticker__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

/* ==========================================================
   Offers countdown strip
   ========================================================== */

.offers-countdown-strip {
  margin-bottom: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1c1414 0%, #3d1510 55%, var(--home-1b-brand, #de2a1f) 100%);
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(222, 42, 31, 0.2);
}

.offers-countdown-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px 20px;
}

.offers-countdown-strip__copy {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.offers-countdown-strip__bolt {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffd166;
  font-size: 22px;
  flex-shrink: 0;
}

.offers-countdown-strip__label {
  margin: 0 0 2px;
  font: 600 10.5px var(--home-1b-font-body, "Inter", sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
}

.offers-countdown-strip__title {
  margin: 0;
  font: 700 15px var(--home-1b-font-body, "Inter", sans-serif);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 360px;
}

.offers-countdown-strip__timer-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.offers-countdown-strip__timer-label {
  font: 600 11px var(--home-1b-font-body, "Inter", sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.75);
}

.offers-countdown-strip__timer {
  font: 800 22px "SF Mono", "Consolas", monospace;
  color: #ffd166;
  letter-spacing: 0.06em;
  min-width: 110px;
  text-align: center;
  padding: 6px 12px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.offers-countdown-strip__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #fff;
  color: var(--home-1b-brand, #de2a1f) !important;
  font: 700 13px var(--home-1b-font-body, "Inter", sans-serif);
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.offers-countdown-strip__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  color: var(--home-1b-brand-dark, #8f1710) !important;
}

.offers-countdown-strip.is-expired {
  opacity: 0.65;
}

.offers-countdown-strip.is-expired .offers-countdown-strip__timer {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767.98px) {
  .offers-countdown-strip__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .offers-countdown-strip__copy {
    justify-content: center;
  }

  .offers-countdown-strip__title {
    max-width: 100%;
    white-space: normal;
  }

  .offers-countdown-strip__timer-wrap {
    justify-content: center;
  }

  .offers-countdown-strip__cta {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .landing-1b-partners__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .hotel-page .landing-1b-highlights--amenities .landing-1b-highlights__grid,
  .car-page .landing-1b-highlights--vehicles .landing-1b-highlights__grid,
  .attractions-page .landing-1b-highlights--tickets .landing-1b-highlights__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hotel-page .custom-services-section .home-1b-packages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-1b-highlights {
    padding: 28px 0 4px;
  }

  .landing-1b-highlights__title {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .car-page .landing-1b-highlights--vehicles .landing-1b-highlight,
  .attractions-page .landing-1b-highlights--tickets .landing-1b-highlight {
    padding: 14px 12px;
    border-radius: 14px;
  }

  .car-page .landing-1b-highlights--vehicles .landing-1b-highlight__icon,
  .attractions-page .landing-1b-highlights--tickets .landing-1b-highlight__icon {
    font-size: 24px;
  }

  .car-page .landing-1b-highlights--pills .landing-1b-highlights__grid,
  .attractions-page .landing-1b-highlights--pills .landing-1b-highlights__grid {
    gap: 8px;
  }

  .landing-1b-steps {
    margin-top: 28px;
    padding: 22px 16px;
    border-radius: 16px;
  }

  .landing-1b-steps h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .landing-1b-steps__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .landing-1b-steps--road::before {
    display: none;
  }

  .landing-1b-cta {
    padding: 36px 0;
  }

  .landing-1b-cta h2 {
    font-size: 22px;
  }

  .landing-1b-cta--split {
    background: var(--landing-accent-soft);
    text-align: left;
  }

  .landing-1b-cta__split {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .landing-1b-cta__split h2,
  .landing-1b-cta__split p {
    text-align: left;
  }

  .landing-1b-cta__split .landing-1b-cta__actions {
    width: 100%;
    justify-content: stretch;
  }

  .landing-1b-hero__actions,
  .landing-1b-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-1b-btn {
    width: 100%;
  }

  .landing-1b-page {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  body.page-car .home-1b-hero__stats,
  body.page-attractions .home-1b-hero__stats {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 8px !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }

  body.page-car .home-1b-stat,
  body.page-attractions .home-1b-stat {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    padding: 10px 8px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body.page-car .home-1b-stat__value,
  body.page-attractions .home-1b-stat__value {
    font-size: 16px !important;
  }

  body.page-car .home-1b-stat__label,
  body.page-attractions .home-1b-stat__label {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  body.page-car .home-1b-hero__mobile-image.d-lg-none,
  body.page-attractions .home-1b-hero__mobile-image.d-lg-none,
  body.page-flight .home-1b-hero__mobile-image.d-lg-none,
  body.page-hotel .home-1b-hero__mobile-image.d-lg-none,
  body.page-holidays .home-1b-hero__mobile-image.d-lg-none,
  body.has-hero-header .home-1b-hero__mobile-image.d-lg-none {
    display: block !important;
    height: 220px !important;
  }

  body.page-flight .home-1b-hero__mobile-image.d-lg-none .home-1b-hero__slide,
  body.page-hotel .home-1b-hero__mobile-image.d-lg-none .home-1b-hero__slide,
  body.page-holidays .home-1b-hero__mobile-image.d-lg-none .home-1b-hero__slide,
  body.has-hero-header .home-1b-hero__mobile-image.d-lg-none .home-1b-hero__slide {
    background-size: cover;
    background-position: center;
  }

  body.page-car .landing-1b-hero__actions,
  body.page-attractions .landing-1b-hero__actions {
    margin-top: 14px;
  }

  .landing-1b-inner {
    padding-top: calc(var(--bmga-sticky-top-height, 96px) + 16px);
  }
}

@media (max-width: 575.98px) {
  .car-page .landing-1b-highlights--vehicles .landing-1b-highlight__label,
  .attractions-page .landing-1b-highlights--tickets .landing-1b-highlight__label {
    font-size: 13px;
  }

  .car-page .landing-1b-highlights--vehicles .landing-1b-highlight__text,
  .attractions-page .landing-1b-highlights--tickets .landing-1b-highlight__text {
    font-size: 11px;
  }
}

/* ==========================================================
   Global inner-page Design 1b (all page-inner routes)
   ========================================================== */

body.bmga-design-1b .breadcrumb-bar {
  display: none !important;
}

.landing-1b-inner-page {
  background: #fff;
  color: var(--home-1b-ink, #1c1414);
  padding-bottom: 88px;
}

.landing-1b-inner-content {
  padding-bottom: 48px;
}

.landing-1b-inner-content > .container,
.landing-1b-inner-content.container,
.landing-1b-inner-content .container,
.landing-1b-inner-content .home-1b-container {
  max-width: var(--bmga-container-wide, 1352px);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bmga-gutter, 16px);
  padding-right: var(--bmga-gutter, 16px);
}

@media (min-width: 992px) {
  .landing-1b-inner-content > .container,
  .landing-1b-inner-content.container,
  .landing-1b-inner-content .container,
  .landing-1b-inner-content .home-1b-container {
    padding-left: var(--bmga-gutter-lg, 44px);
    padding-right: var(--bmga-gutter-lg, 44px);
  }
}

.landing-1b-page__head--left {
  text-align: left;
}

.landing-1b-page__head--left h1,
.landing-1b-page__head--left p {
  margin-left: 0;
  text-align: left;
}

.landing-1b-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  font: 500 12.5px var(--home-1b-font-body, "Inter", sans-serif);
}

.landing-1b-page__head--left .landing-1b-breadcrumbs,
.landing-1b-page__head--magazine .landing-1b-breadcrumbs {
  justify-content: flex-start;
}

.landing-1b-breadcrumbs a {
  color: var(--home-1b-brand, #de2a1f);
  text-decoration: none;
}

.landing-1b-breadcrumbs a:hover {
  text-decoration: underline;
}

.landing-1b-breadcrumbs__sep {
  color: var(--home-1b-muted-3, #9a8d89);
}

.landing-1b-breadcrumbs__current {
  color: var(--home-1b-muted-2, #6b5f5c);
}

/* Typography & components inside inner content */
.landing-1b-inner-content h2,
.landing-1b-inner-content h3,
.landing-1b-inner-content h4,
.landing-1b-inner-content h5,
.landing-1b-inner-content h6 {
  font-family: var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
}

.landing-1b-inner-content .text-primary,
.landing-1b-inner-content .ti-square-rotated-filled.text-primary {
  color: var(--home-1b-brand, #de2a1f) !important;
}

.landing-1b-inner-content .btn-primary {
  background: var(--home-1b-brand, #de2a1f) !important;
  border-color: var(--home-1b-brand, #de2a1f) !important;
  border-radius: 8px;
}

.landing-1b-inner-content .card {
  border: 1.5px solid var(--home-1b-border, #f0e4df) !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 16px rgba(28, 20, 20, 0.04) !important;
}

.landing-1b-inner-content .alert {
  border-radius: 12px;
}

.landing-1b-inner-content .form-control,
.landing-1b-inner-content .form-select {
  border: 1.5px solid var(--home-1b-input-border, #eee0dc) !important;
  border-radius: 8px !important;
}

/* Empty / stub states */
.landing-1b-empty-state {
  text-align: center;
  max-width: 560px;
  margin: 24px auto 0;
  padding: 40px 24px;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  border-radius: 20px;
  background: var(--home-1b-accent-bg, #fbedea);
}

.landing-1b-empty-state--error {
  background: #fff;
}

.landing-1b-empty-state__icon {
  display: block;
  font-size: 40px;
  margin-bottom: 12px;
}

.landing-1b-empty-state h1,
.landing-1b-empty-state h2 {
  font: 700 24px var(--home-1b-font-display, "Baloo 2", sans-serif);
  margin: 0 0 10px;
}

.landing-1b-empty-state p {
  font: 400 15px/1.6 var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
  margin: 0 0 20px;
}

.landing-1b-empty-state__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* Experiences search bar */
.landing-1b-search-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 16px;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.landing-1b-search-bar .form-control {
  flex: 1 1 220px;
  min-height: 42px;
}

/* Flight flow pages */
.flight-search-page .travel-search--1b,
.flight-search-page #flightSearchCard {
  margin-bottom: 20px;
}

.flight-search-page .search-card,
.flight-details-page .service-wrap,
.flight-booking-page .card {
  border-radius: 14px;
}

.page-flight-flow .modal-header.bg-primary {
  background: var(--home-1b-brand, #de2a1f) !important;
}

/* Holidays package detail */
.holidays-show-page .service-wrap,
.holidays-show-page .card {
  border-radius: 14px;
}

.holidays-show-page .badge.bg-primary {
  background: var(--home-1b-brand, #de2a1f) !important;
}

/* Terms legal page */
.terms-page .landing-1b-inner-content h6 {
  font: 700 15px var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  margin-top: 1.5rem;
}

.terms-page .landing-1b-inner-content p {
  font: 400 14.5px/1.65 var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
}

/* About page inner content offset */
.about-page .landing-1b-inner {
  padding-bottom: 16px;
}

.about-page .landing-1b-inner-content {
  padding-top: 0;
}

/* ==========================================================
   Blog, Contact & Offers — Design 1b components
   ========================================================== */

.landing-1b-section-head {
  font: 700 20px var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  margin: 0;
}

/* Blog listing */
.landing-1b-blog-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.landing-1b-blog-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-1b-blog-card:hover {
  border-color: var(--home-1b-brand, #de2a1f);
  box-shadow: 0 10px 28px rgba(28, 20, 20, 0.07);
}

.landing-1b-blog-card__media {
  position: relative;
  display: block;
  min-height: 200px;
  overflow: hidden;
}

.landing-1b-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.landing-1b-blog-card:hover .landing-1b-blog-card__media img {
  transform: scale(1.03);
}

.landing-1b-blog-card__category {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--home-1b-brand, #de2a1f);
  color: #fff;
  font: 600 11px var(--home-1b-font-body, "Inter", sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.landing-1b-blog-card__body {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.landing-1b-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font: 500 12.5px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-3, #9a8d89);
}

.landing-1b-blog-card__author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.landing-1b-blog-card__author img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

.landing-1b-blog-card__title {
  font: 700 18px var(--home-1b-font-display, "Baloo 2", sans-serif);
  margin: 0;
  line-height: 1.3;
}

.landing-1b-blog-card__title a {
  color: var(--home-1b-ink, #1c1414);
  text-decoration: none;
}

.landing-1b-blog-card__title a:hover {
  color: var(--home-1b-brand, #de2a1f);
}

.landing-1b-blog-card__excerpt {
  margin: 0;
  font: 400 14px/1.55 var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.landing-1b-blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font: 600 13px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-brand, #de2a1f);
  text-decoration: none;
}

.landing-1b-blog-card__link:hover {
  color: var(--home-1b-brand-dark, #8f1710);
}

.landing-1b-sidebar-widget {
  padding: 18px 16px;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  border-radius: 14px;
  background: #fff;
  margin-bottom: 16px;
}

.landing-1b-sidebar-widget__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--home-1b-border, #f0e4df);
  font: 700 15px var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
}

.landing-1b-sidebar-widget__title i {
  color: var(--home-1b-brand, #de2a1f);
}

.landing-1b-sidebar-search {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.landing-1b-sidebar-search .form-control {
  border: 1.5px solid var(--home-1b-input-border, #eee0dc) !important;
  border-radius: 8px !important;
  min-height: 42px;
}

.landing-1b-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-1b-sidebar-list li + li {
  margin-top: 4px;
}

.landing-1b-sidebar-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
  font: 500 13.5px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  transition: background 0.2s ease, color 0.2s ease;
}

.landing-1b-sidebar-list a:hover {
  background: var(--landing-accent-soft);
  color: var(--home-1b-brand, #de2a1f);
}

.landing-1b-sidebar-list__count {
  font-size: 12px;
  color: var(--home-1b-muted-3, #9a8d89);
}

.landing-1b-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.landing-1b-tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  background: #fff;
  font: 500 12px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.landing-1b-tag:hover {
  border-color: var(--home-1b-brand, #de2a1f);
  background: var(--home-1b-accent-bg, #fbedea);
  color: var(--home-1b-brand, #de2a1f);
}

.landing-1b-sidebar-widget__more {
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: none;
  font: 600 12.5px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-brand, #de2a1f);
  cursor: pointer;
}

.landing-1b-pagination {
  margin-top: 24px;
}

.landing-1b-pagination .pagination {
  justify-content: center;
  gap: 4px;
}

.landing-1b-pagination .page-link {
  border-radius: 8px !important;
  border-color: var(--home-1b-border, #f0e4df) !important;
  color: var(--home-1b-ink, #1c1414);
  font: 500 13px var(--home-1b-font-body, "Inter", sans-serif);
}

.landing-1b-pagination .page-item.active .page-link {
  background: var(--home-1b-brand, #de2a1f) !important;
  border-color: var(--home-1b-brand, #de2a1f) !important;
}

.landing-1b-empty-state {
  padding: 40px 24px;
  text-align: center;
  border: 1.5px dashed var(--home-1b-border, #f0e4df);
  border-radius: 14px;
  color: var(--home-1b-muted-2, #6b5f5c);
}

/* Contact */
.landing-1b-info-panel {
  padding: 24px;
  border-radius: 16px;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  background: var(--landing-accent-soft);
  height: 100%;
}

.landing-1b-info-panel h2 {
  font: 700 22px var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  margin: 0 0 12px;
}

.landing-1b-info-panel p {
  font: 400 14.5px/1.6 var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
  margin: 0 0 16px;
}

.landing-1b-info-panel__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.landing-1b-info-panel__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font: 500 14px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-ink, #1c1414);
}

.landing-1b-info-panel__list i {
  color: var(--home-1b-brand, #de2a1f);
}

.landing-1b-info-panel__location {
  display: flex;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(28, 20, 20, 0.08);
}

.landing-1b-info-panel__location-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  color: var(--home-1b-brand, #de2a1f);
  flex-shrink: 0;
}

.landing-1b-info-panel__location-label {
  display: block;
  font: 600 11px var(--home-1b-font-body, "Inter", sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--home-1b-muted-3, #9a8d89);
  margin-bottom: 2px;
}

.landing-1b-info-panel__location-value {
  font: 500 14px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-ink, #1c1414);
}

.landing-1b-form-panel {
  padding: 24px;
  border-radius: 16px;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  background: #fff;
  box-shadow: 0 8px 24px rgba(28, 20, 20, 0.05);
}

.landing-1b-form-panel__head h2 {
  font: 700 22px var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  margin: 0 0 6px;
}

.landing-1b-form-panel__head p {
  font: 400 14px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
  margin: 0 0 20px;
}

.landing-1b-form-panel .form-label {
  font: 600 13px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-ink, #1c1414);
}

.landing-1b-form-panel .form-control {
  border: 1.5px solid var(--home-1b-input-border, #eee0dc) !important;
  border-radius: 8px !important;
  min-height: 42px;
  font: 400 14px var(--home-1b-font-body, "Inter", sans-serif);
}

.landing-1b-form-panel .form-control:focus {
  border-color: var(--home-1b-brand, #de2a1f) !important;
  box-shadow: 0 0 0 3px rgba(222, 42, 31, 0.1) !important;
}

.landing-1b-map-panel {
  margin-top: 32px;
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
}

.landing-1b-map-panel__frame {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

/* Offers search & filters */
.landing-1b-search-panel {
  max-width: 640px;
  margin: 0 auto 24px;
}

.landing-1b-search-panel__form {
  display: flex;
  align-items: stretch;
  gap: 0;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 20px rgba(28, 20, 20, 0.05);
}

.landing-1b-search-panel__icon {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--home-1b-muted-3, #9a8d89);
  background: #fff;
}

.landing-1b-search-panel__input {
  flex: 1;
  border: 0;
  padding: 12px 0;
  font: 400 15px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  min-width: 0;
}

.landing-1b-search-panel__input:focus {
  outline: none;
}

.landing-1b-search-panel__form .landing-1b-btn {
  border-radius: 0;
  min-height: 48px;
  padding: 0 20px;
}

.offers-page__hero-carousel {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 8px 24px rgba(28, 20, 20, 0.08);
}

.offers-page__hero-slide {
  height: 380px;
  background-size: cover;
  background-position: center;
}

.offers-page__hero-overlay {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 28px;
  background: linear-gradient(0deg, rgba(28, 20, 20, 0.75) 0%, transparent 60%);
}

.offers-page__hero-title {
  font: 700 28px var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: #fff;
  margin: 0 0 8px;
}

.offers-page__hero-subtitle {
  font: 400 15px var(--home-1b-font-body, "Inter", sans-serif);
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 16px;
}

.landing-1b-filter-bar {
  padding: 18px 20px;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  border-radius: 14px;
  background: #fff;
  margin-bottom: 24px;
}

.landing-1b-filter-bar__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.landing-1b-filter-bar__sort {
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  border-radius: 8px;
  padding: 8px 12px;
  font: 500 13px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  background: #fff;
}

.landing-1b-filter-bar__pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}

.landing-1b-filter-bar__pills::-webkit-scrollbar {
  display: none;
}

.landing-1b-filter-pill {
  flex: 0 0 auto;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  background: #fff;
  font: 500 13px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.landing-1b-filter-pill:hover,
.landing-1b-filter-pill.is-active {
  background: var(--home-1b-brand, #de2a1f);
  border-color: var(--home-1b-brand, #de2a1f);
  color: #fff !important;
}

.page-blogs .landing-1b-page__head--magazine {
  border-bottom-color: #d8e8e0;
}

@media (max-width: 991.98px) {
  .blogs-page__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .blogs-page__sidebar {
    margin-top: 4px;
  }

  .blogs-page__sidebar-cta,
  .blogs-show__sidebar .blogs-page__sidebar-cta {
    display: none;
  }

  .blogs-page__filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .blogs-page__filters::-webkit-scrollbar {
    display: none;
  }

  .blogs-page__filter-pill {
    flex-shrink: 0;
  }

  .blog-show-1b__head {
    padding: 12px 14px 8px;
  }

  .blog-show-1b__body {
    padding: 10px 14px 14px;
  }
}

@media (max-width: 575.98px) {
  .blogs-page .landing-1b-inner-content,
  .blogs-page__content {
    padding-top: calc(var(--bmga-sticky-top-height, 96px) + 6px);
  }

  .blogs-page__search .landing-1b-search-panel__form {
    flex-wrap: wrap;
  }

  .blogs-page__search .landing-1b-search-panel__form .landing-1b-btn {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}

@media (min-width: 992px) {
  .blogs-page__layout .blogs-page__sidebar,
  .blogs-show__layout .blogs-show__sidebar {
    position: sticky;
    top: calc(var(--bmga-sticky-top-height, 96px) + 8px);
    align-self: flex-start;
  }
}

.page-contact .landing-1b-page__head--support h1::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 2px;
  background: var(--landing-accent);
}

.page-offers .landing-1b-page__head--ticket {
  border-color: var(--home-1b-brand, #de2a1f);
  background: var(--landing-accent-soft);
}

@media (max-width: 991.98px) {
  .landing-1b-blog-card {
    grid-template-columns: 1fr;
  }

  .landing-1b-blog-card__media {
    min-height: 180px;
  }

  .landing-1b-search-panel__form {
    flex-wrap: wrap;
  }

  .landing-1b-search-panel__form .landing-1b-btn {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }

  .landing-1b-filter-bar__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .offers-page__hero-slide {
    height: 260px;
  }

  .landing-1b-map-panel__frame {
    height: 220px;
  }
}

/* Popular destinations grid on hotels landing */
.hotel-1b-destinations {
  padding: 48px 0 36px;
  background: #fff;
}

.hotel-1b-destinations__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.hotel-1b-destinations__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  font: 600 13px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-ink, #1c1414);
}

.hotel-1b-destinations__bar {
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--home-1b-brand, #de2a1f);
  flex-shrink: 0;
}

.hotel-1b-destinations__head h2 {
  margin: 0;
  font: 700 clamp(24px, 4vw, 36px) var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: var(--home-1b-ink, #1c1414);
  line-height: 1.15;
}

.hotel-1b-destinations__dot {
  color: var(--home-1b-brand, #de2a1f);
}

.hotel-1b-dest-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  min-height: 220px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 8px 24px rgba(28, 20, 20, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hotel-1b-dest-card--wide {
  min-height: 240px;
}

.hotel-1b-dest-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-1b-dest-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.5) 100%);
}

.hotel-1b-dest-card__top {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 58px;
  z-index: 2;
}

.hotel-1b-dest-card__top h3 {
  margin: 0 0 4px;
  font: 700 clamp(18px, 2.5vw, 22px) var(--home-1b-font-display, "Baloo 2", sans-serif);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.hotel-1b-dest-card__top span {
  font: 500 13px var(--home-1b-font-body, "Inter", sans-serif);
  opacity: 0.95;
}

.hotel-1b-dest-card__arrow {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--home-1b-ink, #1c1414);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: background 0.2s ease, color 0.2s ease;
}

.hotel-1b-dest-card__arrow--accent {
  background: var(--home-1b-brand, #de2a1f);
  color: #fff;
}

.hotel-1b-dest-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(28, 20, 20, 0.16);
}

.hotel-1b-dest-card:hover .hotel-1b-dest-card__arrow {
  background: var(--home-1b-brand, #de2a1f);
  color: #fff;
}

.hotel-1b-destinations__mobile-link {
  display: inline-block;
  margin-top: 18px;
  font: 600 14px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-brand, #de2a1f);
  text-decoration: none;
}

/* Destination detail page */
.hotel-destination-page.landing-1b-inner-page {
  padding-bottom: 48px;
}

.hotel-destination-hero {
  position: relative;
  min-height: clamp(240px, 42vw, 360px);
  display: flex;
  align-items: flex-end;
  padding: 20px 0 28px;
  background: linear-gradient(135deg, #1e3a5f, #2d6a9f);
  background-size: cover;
  background-position: center;
}

.hotel-destination-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.62) 100%);
}

.hotel-destination-hero .container {
  position: relative;
  z-index: 1;
}

.landing-1b-breadcrumbs--left {
  justify-content: flex-start;
}

.landing-1b-breadcrumbs--light a {
  color: rgba(255, 255, 255, 0.92);
}

.landing-1b-breadcrumbs--light a:hover {
  color: #fff;
}

.landing-1b-breadcrumbs--light .landing-1b-breadcrumbs__current,
.landing-1b-breadcrumbs--light .landing-1b-breadcrumbs__sep {
  color: rgba(255, 255, 255, 0.78);
}

.hotel-destination-hero__body {
  margin-top: 14px;
}

.hotel-destination-hero__badge {
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.hotel-destination-hero h1 {
  margin: 0 0 6px;
  font: 700 clamp(28px, 6vw, 44px) var(--home-1b-font-display, "Baloo 2", sans-serif);
  color: #fff;
  line-height: 1.1;
}

.hotel-destination-hero__location {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font: 500 clamp(14px, 2.5vw, 16px) var(--home-1b-font-body, "Inter", sans-serif);
}

.hotel-destination-content {
  padding-top: 24px;
}

.hotel-destination-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.hotel-destination-stat {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1.5px solid var(--home-1b-border, #f0e4df);
  background: #fff;
  font: 600 12.5px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-ink, #1c1414);
}

.hotel-destination-mobile-cta {
  width: 100%;
  margin-bottom: 20px;
  justify-content: center;
}

.hotel-destination-layout {
  align-items: flex-start;
}

.hotel-destination-intro {
  margin-bottom: 16px;
}

.hotel-destination-panel h2 {
  font-size: clamp(18px, 3vw, 22px);
}

.hotel-destination-panel__list li {
  align-items: flex-start;
  line-height: 1.45;
}

.hotel-destination-panel__list i {
  margin-top: 2px;
  flex-shrink: 0;
}

.hotel-destination-enquiry {
  position: sticky;
  top: calc(var(--bmga-sticky-top-height, 72px) + 16px);
}

/* Stacked quote form (destination sidebar — not hero inline grid) */
.home-1b-tab-quote--stacked {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  width: 100%;
}

.home-1b-tab-quote--stacked .home-1b-tab-quote__grid-2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

.home-1b-tab-quote--stacked .home-1b-tab-quote__row--hotels-top,
.home-1b-tab-quote--stacked .home-1b-tab-quote__row--hotels-bottom,
.home-1b-tab-quote--stacked .home-1b-tab-quote__row--cars-top,
.home-1b-tab-quote--stacked .home-1b-tab-quote__row--cars-bottom,
.home-1b-tab-quote--stacked .home-1b-tab-quote__row--attractions-top,
.home-1b-tab-quote--stacked .home-1b-tab-quote__row--attractions-bottom,
.home-1b-tab-quote--stacked .home-1b-tab-quote__row--holidays-top,
.home-1b-tab-quote--stacked .home-1b-tab-quote__row--holidays-middle,
.home-1b-tab-quote--stacked .home-1b-tab-quote__row--holidays-bottom {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.home-1b-tab-quote--stacked .home-1b-tab-quote__field,
.home-1b-tab-quote--stacked .home-1b-tab-quote__field--grow {
  width: 100%;
  min-width: 0;
  grid-column: auto !important;
  grid-row: auto !important;
}

.home-1b-tab-quote--stacked .home-1b-tab-quote__field .form-control,
.home-1b-tab-quote--stacked .home-1b-tab-quote__field .form-select,
.home-1b-tab-quote--stacked .home-1b-tab-quote__field textarea.form-control {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1.5px solid var(--home-1b-input-border, #eee0dc) !important;
  border-radius: 8px !important;
  min-height: 42px;
  font: 400 14px var(--home-1b-font-body, "Inter", sans-serif);
}

.home-1b-tab-quote--stacked .home-1b-tab-quote__field textarea.form-control {
  min-height: 88px;
  resize: vertical;
}

.home-1b-tab-quote--stacked .home-1b-tab-quote__field .form-control:focus,
.home-1b-tab-quote--stacked .home-1b-tab-quote__field .form-select:focus,
.home-1b-tab-quote--stacked .home-1b-tab-quote__field textarea.form-control:focus {
  border-color: var(--home-1b-brand, #de2a1f) !important;
  box-shadow: 0 0 0 3px rgba(222, 42, 31, 0.1) !important;
}

.home-1b-tab-quote--stacked .home-1b-tab-quote__field span {
  font: 600 12px var(--home-1b-font-body, "Inter", sans-serif);
  color: var(--home-1b-muted-2, #6b5f5c);
}

.home-1b-tab-quote--stacked .home-1b-tab-quote__submit {
  width: 100% !important;
  margin-top: 4px;
  grid-column: auto !important;
  justify-self: stretch !important;
  align-self: stretch !important;
}

.hotel-destination-empty {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .hotel-1b-dest-card {
    min-height: 240px;
  }

  .hotel-1b-dest-card--wide {
    min-height: 260px;
  }

  .hotel-destination-content {
    padding-top: 32px;
  }
}

@media (max-width: 991.98px) {
  .hotel-1b-destinations {
    padding: 32px 0 28px;
  }

  .hotel-1b-destinations__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
  }

  .hotel-1b-destinations__row {
    --bs-gutter-y: 14px;
  }

  .hotel-1b-dest-card {
    min-height: 200px;
  }

  .hotel-1b-dest-card--wide {
    min-height: 200px;
  }

  .hotel-destination-enquiry {
    position: static;
  }

  .home-1b-tab-quote--stacked .home-1b-tab-quote__grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .hotel-1b-destinations {
    padding-top: 28px;
  }

  .hotel-1b-dest-card__top {
    top: 14px;
    left: 14px;
    right: 52px;
  }

  .hotel-1b-dest-card__arrow {
    width: 36px;
    height: 36px;
    right: 12px;
    bottom: 12px;
  }

  .hotel-destination-hero {
    padding: 16px 0 22px;
  }

  .hotel-destination-stats {
    gap: 6px;
  }

  .hotel-destination-stat {
    font-size: 12px;
    padding: 6px 10px;
  }

  .landing-1b-form-panel.hotel-destination-enquiry {
    padding: 18px 16px;
  }
}

.custom-service-card__price {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--bmga-primary, #0d6efd);
}

.custom-services-section {
  margin-top: 2rem;
  margin-bottom: 0;
}

.custom-service-card .home-1b-package-card__subtitle {
  display: block;
}

.custom-service-card .home-1b-package-card__body {
  min-height: 0;
}

.custom-service-page__hero img {
  max-height: 420px;
  object-fit: cover;
}

.custom-service-page__aside {
  position: sticky;
  top: calc(var(--bmga-sticky-top-height, 72px) + 16px);
}
