/* Legacy inner-page content styled for Hello Flights shell */

.global-wrap {
  background: #f5f5f5;
  min-height: 40vh;
}

.global-wrap > .container,
.global-wrap .container {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

/* Hero sections — containers must not inherit inner-page padding */
.hf-page-hero .container,
.hf-page-hero--banner .container,
.hf-legal-hero .container,
.global-wrap .hf-search-section .container,
.global-wrap .hf-about-section .container,
.global-wrap .hf-deals-section .container {
  padding-top: 0;
  padding-bottom: 0;
}

.global-wrap .page-title,
.global-wrap h1.page-title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: var(--hf-navy);
  margin-bottom: 1.25rem;
}

.global-wrap h2,
.global-wrap h3.booking-title {
  color: var(--hf-navy-dark);
  font-weight: 700;
}

.global-wrap .breadcrumb {
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 6px;
  padding: 0.65rem 1rem;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
}

.global-wrap .breadcrumb a {
  color: var(--hf-navy);
  text-decoration: none;
}

.global-wrap .breadcrumb a:hover {
  color: var(--hf-yellow-dark);
}

.global-wrap .breadcrumb .active {
  color: var(--hf-muted);
}

.global-wrap .text-bigger {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--hf-text);
}

.global-wrap .btn-primary,
.global-wrap a.btn-primary {
  background: var(--hf-navy);
  border-color: var(--hf-navy);
  color: #fff;
  font-weight: 600;
}

.global-wrap .btn-primary:hover,
.global-wrap a.btn-primary:hover {
  background: var(--hf-yellow);
  border-color: var(--hf-yellow);
  color: #000;
}

.global-wrap .btn-white,
.global-wrap .btn-ghost {
  border-radius: 6px;
  font-weight: 600;
}

.global-wrap .form-control,
.global-wrap .form-select {
  border-radius: 4px;
  border-color: #b8c0cc;
}

.global-wrap .form-control:focus,
.global-wrap .form-select:focus {
  border-color: var(--hf-yellow);
  box-shadow: 0 0 0 2px rgba(239, 191, 0, 0.25);
}

.global-wrap .booking-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.global-wrap .booking-list > li {
  margin-bottom: 1rem;
}

.global-wrap .booking-item,
.global-wrap .booking-item-deails,
.global-wrap .booking-item-details {
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.global-wrap .booking-item-img-wrap img,
.global-wrap .booking-item-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.global-wrap .booking-item-info,
.global-wrap .booking-item-content {
  padding: 1rem 1.15rem;
}

.global-wrap .booking-item-title,
.global-wrap .booking-item-title a {
  color: var(--hf-navy);
  font-weight: 700;
  text-decoration: none;
}

.global-wrap .booking-item-title a:hover {
  color: var(--hf-yellow-dark);
}

.global-wrap .booking-item-price,
.global-wrap .booking-item-price-from {
  color: var(--hf-navy);
  font-weight: 700;
}

.global-wrap .gap {
  height: 1.5rem;
}

.global-wrap .gap-big {
  height: 2.5rem;
}

.global-wrap .mb20,
.global-wrap .mb30 {
  margin-bottom: 1rem;
}

.global-wrap .terms-pad-div {
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
}

.global-wrap .terms-pad-heading {
  color: var(--hf-navy);
  font-size: 1.15rem;
  font-weight: 700;
}

.global-wrap .terms-pad-hr {
  border-color: var(--hf-yellow);
  opacity: 0.65;
  margin: 0.75rem 0 1rem;
}

.global-wrap .bg-holder {
  border-radius: 10px;
  overflow: hidden;
  margin: 1.5rem 0;
}

.global-wrap blockquote {
  border-left: 4px solid var(--hf-yellow);
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.95);
}

.global-wrap .list-footer {
  list-style: none;
  padding: 0;
}

.global-wrap .list-footer a {
  color: var(--hf-navy);
  text-decoration: none;
}

.global-wrap .list-footer a:hover {
  color: var(--hf-yellow-dark);
}

.global-wrap iframe {
  border-radius: 8px;
  max-width: 100%;
}

.global-wrap .pagination > li > a,
.global-wrap .pagination > li > span {
  color: var(--hf-navy);
}

.global-wrap .pagination > .active > a,
.global-wrap .pagination > .active > span {
  background: var(--hf-navy);
  border-color: var(--hf-navy);
}

.global-wrap .nav-pills > li.active > a,
.global-wrap .nav-pills .nav-link.active {
  background: var(--hf-yellow);
  color: #000;
}

.global-wrap .booking-sort-title a {
  color: var(--hf-navy);
  text-decoration: none;
  font-weight: 600;
}

.global-wrap .last-minute-rating .fa-star {
  color: var(--hf-yellow);
}

.global-wrap .col-md-offset-1 {
  margin-left: 8.333333%;
}

@media (max-width: 767px) {
  .global-wrap .col-md-offset-1 {
    margin-left: 0;
  }

  .global-wrap > .container,
  .global-wrap .container {
    padding-top: 1rem;
  }

  .hf-page-hero .container,
  .hf-page-hero--banner .container,
  .hf-legal-hero .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* ── Inner pages — light theme (About, Hot Deals, etc.) ── */
.hf-inner-page {
  background: #f8f9fb;
}

.hf-inner-header {
  z-index: 1040;
  background: #fff;
  box-shadow: 0 2px 12px rgba(23, 40, 69, 0.08);
}

.hf-inner-nav {
  background: #fff;
  padding: 0;
  border-bottom: 1px solid var(--hf-border);
}

.hf-inner-nav .hf-nav-bar {
  min-height: 58px;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.hf-inner-logo img {
  height: 38px;
  width: auto;
  max-width: 160px;
}

.hf-inner-header-meta {
  gap: 1.25rem;
  margin-left: auto;
  margin-right: 0.5rem;
}

.hf-inner-phone-link {
  color: var(--hf-navy);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  white-space: nowrap;
}

.hf-inner-phone-link:hover {
  color: var(--hf-yellow-dark);
}

.hf-inner-phone-link i {
  color: var(--hf-yellow-dark);
}

.hf-inner-hours {
  font-size: 0.72rem;
  color: var(--hf-muted);
  white-space: nowrap;
}

.hf-inner-nav .hf-nav-phone {
  display: flex;
  background: var(--hf-navy);
  color: var(--hf-yellow);
}

.hf-inner-nav .hf-nav-phone:hover {
  background: var(--hf-navy-dark);
  color: var(--hf-yellow);
}

.hf-inner-nav .navbar-toggler {
  border-color: var(--hf-border);
  padding: 0.35rem 0.55rem;
}

.hf-inner-nav .navbar-toggler-icon {
  filter: none;
}

.hf-inner-nav-menu .nav-link {
  color: var(--hf-text);
  font-size: 0.875rem;
  padding: 0.55rem 0.75rem;
  border-radius: 6px;
}

.hf-inner-nav-menu .nav-link:hover,
.hf-inner-nav-menu .nav-link:focus {
  color: var(--hf-navy);
  background: #f0f2f6;
}

.hf-inner-nav-menu .nav-link.active {
  background: var(--hf-yellow);
  color: #111;
  font-weight: 700;
}

.hf-inner-nav .dropdown-menu {
  border-radius: 8px;
  margin-top: 0.35rem;
  box-shadow: 0 8px 24px rgba(23, 40, 69, 0.12);
  border: 1px solid var(--hf-border);
}

.hf-inner-nav-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem 0 0.25rem;
  margin-left: 0;
}

.hf-inner-nav-quote {
  background: var(--hf-yellow);
  color: #111;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 6px;
  padding: 0.55rem 1.15rem;
  text-align: center;
  text-decoration: none;
  border: none;
}

.hf-inner-nav-quote:hover {
  background: var(--hf-yellow-dark);
  color: #000;
}

.hf-inner-nav-call {
  background: #f0f2f6;
  color: var(--hf-navy);
  font-weight: 600;
  border: 1px solid var(--hf-border);
}

.hf-inner-nav-call:hover {
  background: var(--hf-navy);
  border-color: var(--hf-navy);
  color: #fff;
}

@media (min-width: 992px) {
  .hf-inner-nav .hf-nav-phone {
    display: none;
  }

  .hf-inner-nav .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    align-items: center;
    flex-grow: 1;
    gap: 0.5rem;
  }

  .hf-inner-nav-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hf-inner-nav-actions {
    flex-direction: row;
    padding: 0;
    margin-left: auto;
    flex-shrink: 0;
  }

  .hf-inner-nav-call {
    display: none;
  }
}

@media (max-width: 991px) {
  .hf-inner-header-meta {
    display: none !important;
  }

  .hf-inner-nav .navbar-collapse {
    background: #fff;
    margin: 0.5rem -0.75rem -0.4rem;
    padding: 0.75rem 1rem 1rem;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid var(--hf-border);
    box-shadow: 0 8px 16px rgba(23, 40, 69, 0.06);
  }

  .hf-inner-nav-menu .nav-link {
    text-align: center;
    padding: 0.65rem 1rem;
  }
}

/* ── About page ── */
.hf-about-page > .container:first-of-type {
  padding-top: 0;
}

.hf-about-section {
  padding: 3.5rem 0;
}

.hf-about-section--intro {
  padding-top: 3rem;
}

.hf-section-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hf-yellow-dark);
  margin-bottom: 0.5rem;
}

.hf-section-eyebrow--light {
  color: var(--hf-yellow-dark);
}

.hf-section-title--left {
  text-align: left;
}

.hf-page-hero {
  background: linear-gradient(180deg, #fff 0%, #f3f5f9 100%);
  color: var(--hf-navy-dark);
  padding: 1.75rem 0 2.5rem;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--hf-border);
}

.hf-page-hero::after {
  content: "";
  position: absolute;
  right: -5%;
  top: -30%;
  width: 45%;
  height: 160%;
  background: radial-gradient(circle, rgba(239, 191, 0, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.hf-page-hero .container {
  position: relative;
  z-index: 1;
}

.hf-page-hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hf-yellow-dark);
  margin-bottom: 0.5rem;
}

.hf-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.hf-continent-page .hf-breadcrumb--above {
  display: flex;
}

.hf-breadcrumb a {
  color: var(--hf-muted);
  text-decoration: none;
}

.hf-breadcrumb a:hover {
  color: var(--hf-navy);
}

.hf-breadcrumb .active {
  color: var(--hf-navy);
  font-weight: 600;
}

.hf-page-hero-title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  margin-bottom: 0.65rem;
  color: var(--hf-navy);
}

.hf-page-hero-lead {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--hf-muted);
  max-width: 640px;
  margin-bottom: 0;
}

.hf-page-hero-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.hf-page-hero-stats li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.88rem;
  color: var(--hf-text);
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 8px;
  padding: 0.55rem 0.75rem;
  box-shadow: 0 2px 8px rgba(23, 40, 69, 0.04);
}

.hf-page-hero-stats i {
  color: var(--hf-yellow-dark);
  font-size: 1rem;
}

.hf-about-text {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--hf-text);
}

.hf-about-media {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(23, 40, 69, 0.15);
  border: 4px solid #fff;
}

.hf-about-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 260px;
}

.hf-about-highlights {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.hf-about-highlight {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--hf-navy-dark);
}

.hf-about-highlight i {
  color: var(--hf-yellow-dark);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.hf-about-mission--band {
  background: linear-gradient(135deg, var(--hf-navy) 0%, #1a2d4d 55%, var(--hf-navy-dark) 100%);
  padding: 3.25rem 0;
  margin: 0;
}

.hf-about-mission--band .hf-section-eyebrow--light {
  color: var(--hf-yellow);
}

.hf-about-mission--band .hf-about-mission-title {
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  margin-bottom: 1rem;
}

.hf-about-mission--band .hf-about-mission-text {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

.hf-about-hero-trust-list {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.hf-about-hero-trust-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--hf-text);
  line-height: 1.35;
}

.hf-about-hero-trust-list i {
  color: var(--hf-yellow-dark);
  font-size: 1rem;
  flex-shrink: 0;
}

.hf-about-facts {
  margin-bottom: 0;
}

.hf-about-fact {
  text-align: center;
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 10px;
  padding: 0.75rem 0.35rem;
  height: 100%;
  box-shadow: 0 2px 10px rgba(23, 40, 69, 0.05);
}

.hf-about-fact strong {
  display: block;
  font-size: 0.95rem;
  color: var(--hf-navy);
  line-height: 1.2;
}

.hf-about-fact span {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--hf-muted);
  margin-top: 0.2rem;
}

.hf-about-step-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(239, 191, 0, 0.18);
  color: var(--hf-yellow-dark);
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.hf-about-cta-card--careers {
  border-top-color: var(--hf-navy);
}

.hf-about-step {
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 12px;
  padding: 1.5rem 1.35rem;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s, transform 0.2s;
}

.hf-about-step:hover {
  box-shadow: 0 8px 24px rgba(23, 40, 69, 0.1);
  transform: translateY(-2px);
}

.hf-about-step-num {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--hf-yellow-dark);
  background: rgba(239, 191, 0, 0.15);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

.hf-about-link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.25rem 0.75rem;
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 10px;
  text-decoration: none;
  color: var(--hf-navy);
  font-weight: 600;
  font-size: 0.88rem;
  text-align: center;
  height: 100%;
  transition: border-color 0.2s, box-shadow 0.2s, color 0.2s;
}

.hf-about-link-card i {
  font-size: 1.5rem;
  color: var(--hf-yellow-dark);
}

.hf-about-link-card:hover {
  border-color: var(--hf-yellow);
  box-shadow: 0 6px 18px rgba(23, 40, 69, 0.1);
  color: var(--hf-navy-dark);
}

.hf-about-team-cta {
  padding-bottom: 4rem;
}

.hf-about-cta-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(23, 40, 69, 0.08);
  border: 1px solid var(--hf-border);
  border-top: 4px solid var(--hf-yellow);
}

.hf-about-cta-title {
  color: var(--hf-navy);
  font-weight: 700;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.hf-about-cta-text {
  color: var(--hf-muted);
  font-size: 1rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.hf-about-cta-outline {
  background: #fff;
  border: 2px solid var(--hf-navy);
  color: var(--hf-navy);
  font-weight: 600;
}

.hf-about-cta-outline:hover {
  background: var(--hf-navy);
  border-color: var(--hf-navy);
  color: #fff;
}

.hf-inner-page .hf-trust-section {
  background: #fff;
}

.hf-inner-page .hf-deals-section {
  background: #f8f9fb;
}

.hf-inner-page .hf-deals-section .hf-section-title {
  color: var(--hf-navy);
}

.hf-inner-page .hf-deals-section .hf-section-sub {
  color: var(--hf-muted);
}

.hf-inner-page .hf-deals-section .hf-deal-card-v2 {
  border-color: var(--hf-border);
  box-shadow: 0 4px 16px rgba(23, 40, 69, 0.08);
}

/* ── Hot deals hero banner image ── */
.hf-page-hero--banner {
  padding: 1rem 0 1.75rem;
  background: #f8f9fb;
  border-bottom: none;
}

.hf-page-hero--banner::after {
  display: none;
}

.hf-page-hero-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 2.35 / 1;
  min-height: 260px;
  max-height: 420px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(23, 40, 69, 0.12);
  border: 1px solid var(--hf-border);
  background: #dce3ee center / cover no-repeat;
}

.hf-page-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hf-page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(23, 40, 69, 0.82) 0%,
    rgba(23, 40, 69, 0.45) 45%,
    rgba(23, 40, 69, 0.25) 100%
  );
  pointer-events: none;
}

.hf-page-hero-overlay-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem 1.35rem 1.5rem;
  z-index: 2;
  overflow: hidden;
  min-height: 0;
}

@media (min-width: 992px) {
  .hf-about-page .hf-page-hero-overlay-inner .hf-page-hero-title--on-image {
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    margin-bottom: 0.35rem;
  }

  .hf-about-page .hf-page-hero-overlay-inner .hf-page-hero-lead--on-image {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .hf-continent-page .hf-page-hero-overlay-inner .hf-page-hero-title--on-image {
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    margin-bottom: 0.35rem;
  }

  .hf-continent-page .hf-page-hero-overlay-inner .hf-page-hero-lead--on-image {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .hf-continent-page .hf-hot-featured--overlay {
    padding: 0.85rem 1rem;
  }

  .hf-about-page .hf-about-hero-trust.hf-hot-featured--overlay {
    padding: 0.85rem 1rem;
  }

  .hf-about-page .hf-about-hero-trust-list {
    margin-bottom: 0.65rem;
  }
}

.hf-breadcrumb--on-image a {
  color: rgba(255, 255, 255, 0.85);
}

.hf-breadcrumb--on-image a:hover {
  color: var(--hf-yellow);
}

.hf-breadcrumb--on-image .active {
  color: var(--hf-yellow);
}

.hf-page-hero-eyebrow--on-image {
  color: var(--hf-yellow);
  margin-bottom: 0.4rem;
}

.hf-page-hero-title--on-image {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  margin-bottom: 0.5rem;
}

.hf-page-hero-lead--on-image {
  color: rgba(255, 255, 255, 0.92);
  max-width: 520px;
  margin-bottom: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.hf-hot-featured--overlay {
  margin: 0;
  text-align: left;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

/* ── Hot deals page ── */
.hf-hot-featured {
  background: #fff;
  border: 1px solid var(--hf-border);
  border-left: 4px solid var(--hf-yellow);
  border-radius: 12px;
  padding: 1.1rem 1.15rem;
  text-align: center;
  box-shadow: 0 4px 16px rgba(23, 40, 69, 0.06);
}

.hf-hot-featured-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hf-yellow-dark);
  margin-bottom: 0.35rem;
}

.hf-hot-featured-dest {
  display: block;
  color: var(--hf-navy);
  font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 0.5rem;
}

.hf-hot-featured-price {
  margin: 0 0 0.85rem;
  padding: 0;
  color: var(--hf-muted);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.4;
}

.hf-hot-featured-price span {
  display: block;
  color: var(--hf-navy);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.15rem;
}

.hf-hot-featured-price small {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--hf-muted);
}

.hf-about-page .hf-page-hero--banner {
  padding: 1rem 0 1.75rem;
}

.hf-about-page .hf-page-hero-visual img {
  object-fit: cover;
  object-position: center 40%;
}

.hf-about-page .hf-about-section--intro {
  padding-top: 2.5rem;
}

.hf-about-page .hf-about-intro-row {
  align-items: center;
}

.hf-about-page .hf-about-intro-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hf-about-page .hf-about-media {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 4 / 3;
  background: #e8edf3 center / cover no-repeat;
}

.hf-about-page .hf-about-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  vertical-align: top;
}

@media (min-width: 992px) {
  .hf-about-page .hf-about-intro-media .hf-about-media {
    margin-left: auto;
    margin-right: 0;
  }
}

/* Hot deals page */
.global-wrap.hf-hot-deals-page {
  background: #f0f2f6;
}

.hf-hot-deals-header {
  background: linear-gradient(180deg, #fff 0%, #f0f2f6 100%);
  padding: 1rem 0 1.5rem;
  border-bottom: 1px solid var(--hf-border);
}

.hf-hot-deals-page .hf-breadcrumb--above {
  display: flex;
}

.hf-hot-deals-header-title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  color: var(--hf-navy);
  margin: 0 0 0.65rem;
  line-height: 1.15;
}

.hf-hot-deals-header-lead {
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--hf-muted);
  margin: 0 0 1.15rem;
  max-width: 560px;
}

.hf-hot-deals-header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.hf-hot-deals-header-actions .hf-btn-search,
.hf-hot-deals-header-actions .hf-btn-call {
  width: auto;
  min-height: 44px;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}

.hf-hot-deals-phone-note {
  font-size: 0.88rem;
  color: var(--hf-navy);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.hf-hot-deals-phone-note i {
  color: var(--hf-yellow-dark);
}

.hf-hot-deals-lmd {
  margin-top: 0;
}

.hf-hot-deals-featured {
  background: #f0f2f6;
  padding-bottom: 2.5rem;
}

.hf-hot-deals-featured-title,
.hf-hot-deals-featured-sub {
  color: var(--hf-navy);
}

.hf-hot-deals-featured-sub {
  color: var(--hf-muted) !important;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.hf-hot-featured-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--hf-border);
  box-shadow: 0 4px 18px rgba(23, 40, 69, 0.08);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.22s, transform 0.22s;
}

.hf-hot-featured-card:hover {
  box-shadow: 0 10px 28px rgba(23, 40, 69, 0.14);
  transform: translateY(-4px);
}

.hf-hot-featured-card-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.hf-hot-featured-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.hf-hot-featured-card:hover .hf-hot-featured-card-media img {
  transform: scale(1.04);
}

.hf-hot-featured-card-body {
  padding: 1.25rem 1.35rem 1.35rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.65rem;
}

.hf-hot-featured-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--hf-navy);
  margin: 0;
  line-height: 1.3;
}

.hf-hot-featured-card-text {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--hf-muted);
  margin: 0;
  flex: 1;
}

.hf-hot-deals-featured .hf-call-banner {
  margin-top: 2.5rem;
}

.hf-hot-deals-page .hf-deals-section {
  padding-top: 0;
}

/* Shared call CTA (hot deals, continent pages) */
.hf-call-banner,
.hf-hot-deals-call-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 1.5rem;
  padding: 1.25rem 1.35rem;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, var(--hf-navy) 0%, #1a3358 100%);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(23, 40, 69, 0.18);
}

.hf-call-banner-lead,
.hf-hot-deals-call-banner-lead {
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

.hf-call-banner-tagline,
.hf-hot-deals-call-banner-tagline {
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: var(--hf-yellow);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.hf-call-banner-tagline strong,
.hf-hot-deals-call-banner-tagline strong {
  color: #fff;
  font-weight: 700;
}

.hf-call-banner-btn,
.hf-hot-deals-call-btn {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
  padding: 0.75rem 1.15rem;
  background: var(--hf-yellow);
  color: var(--hf-navy-dark);
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  min-width: min(100%, 220px);
}

.hf-call-banner-btn:hover,
.hf-hot-deals-call-btn:hover {
  background: #ffd54f;
  color: var(--hf-navy-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.hf-call-banner-btn-icon,
.hf-hot-deals-call-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--hf-navy);
  color: var(--hf-yellow);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.hf-call-banner-btn-body,
.hf-hot-deals-call-btn-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.hf-call-banner-btn-label,
.hf-hot-deals-call-btn-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
}

.hf-call-banner-number,
.hf-hot-deals-call-number {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hf-call-banner-hours,
.hf-hot-deals-call-hours {
  font-size: 0.72rem;
  font-weight: 500;
  margin-top: 0.15rem;
  opacity: 0.8;
}

/* ── Continent pages (Africa, etc.) ── */
.hf-continent-page .hf-search-section {
  margin-top: 0;
  padding-top: 1.25rem;
}

.hf-continent-page .hf-search-section .hf-search-card {
  margin-bottom: 0;
}

.hf-continent-page .hf-hot-featured--mobile {
  margin-bottom: 1rem;
}

/* Continent pages (Africa, etc.) */
.global-wrap.hf-continent-page {
  background: #eef1f5;
}

.hf-continent-hero-banner {
  position: relative;
  min-height: 280px;
  background: var(--hf-navy) center / cover no-repeat;
  display: flex;
  align-items: flex-end;
}

.hf-continent-hero-banner-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(23, 40, 69, 0.95) 0%,
    rgba(23, 40, 69, 0.55) 45%,
    rgba(23, 40, 69, 0.25) 100%
  );
}

.hf-continent-hero-banner-inner {
  position: relative;
  z-index: 1;
  padding: 1.25rem 0 2rem;
  color: #fff;
}

.hf-breadcrumb--on-dark a {
  color: rgba(255, 255, 255, 0.8);
}

.hf-breadcrumb--on-dark a:hover {
  color: #fff;
}

.hf-breadcrumb--on-dark .active {
  color: #fff;
  font-weight: 600;
}

.hf-continent-hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hf-yellow);
  margin: 0 0 0.5rem;
}

.hf-continent-hero-title {
  font-size: clamp(1.85rem, 5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.5rem;
  color: #fff;
}

.hf-continent-hero-lead {
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1rem;
  max-width: 540px;
}

.hf-continent-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.15rem;
}

.hf-continent-hero-meta i {
  color: var(--hf-yellow);
  margin-right: 0.2rem;
}

.hf-continent-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hf-btn-outline-light {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  font-weight: 600;
  padding: 0.55rem 1.15rem;
  border-radius: 6px;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.hf-btn-outline-light:hover {
  background: #fff;
  color: var(--hf-navy);
  border-color: #fff;
}

.hf-continent-page .hf-continent-deals {
  padding: 1.5rem 0 2.5rem;
  margin-top: -1.25rem;
}

.hf-continent-panel {
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--hf-border);
  box-shadow: 0 8px 28px rgba(23, 40, 69, 0.08);
  overflow: hidden;
}

.hf-continent-panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  border-bottom: 1px solid var(--hf-border);
  background: #fafbfc;
}

.hf-continent-panel-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--hf-navy);
  margin: 0 0 0.25rem;
}

.hf-continent-panel-sub {
  font-size: 0.88rem;
  color: var(--hf-muted);
}

.hf-continent-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 8px;
  padding: 0.45rem 0.85rem;
  min-width: min(100%, 240px);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

.hf-continent-search i {
  color: var(--hf-muted);
}

.hf-continent-search-input {
  border: none;
  outline: none;
  font-size: 0.95rem;
  width: 100%;
  min-width: 0;
  background: transparent;
  color: var(--hf-text);
}

.hf-continent-city-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.hf-continent-city-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--hf-border);
}

.hf-continent-city-item:last-child {
  border-bottom: none;
}

.hf-continent-city-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: 0.75rem 1.35rem;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  transition: background 0.15s;
}

.hf-continent-city-row:hover {
  background: #f4f7fb;
  color: inherit;
}

.hf-continent-city-row-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  background: #dce3ee;
}

.hf-continent-city-row-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hf-continent-city-row-body {
  flex: 1;
  min-width: 0;
}

.hf-continent-city-row-name {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--hf-navy);
  line-height: 1.25;
}

.hf-continent-city-row-hint {
  display: block;
  font-size: 0.78rem;
  color: var(--hf-muted);
  margin-top: 0.1rem;
}

.hf-continent-city-row-arrow {
  flex-shrink: 0;
  color: var(--hf-yellow-dark);
  font-size: 1.1rem;
}

.hf-continent-city-row:hover .hf-continent-city-row-arrow {
  color: var(--hf-navy);
}

.hf-continent-search-empty {
  padding: 1.5rem;
  text-align: center;
  color: var(--hf-muted);
  font-size: 0.92rem;
  margin: 0;
}

.hf-continent-empty {
  padding: 2.5rem 1.5rem;
}

.hf-continent-call-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, var(--hf-navy) 0%, #1a3358 100%);
  border-radius: 12px;
  color: #fff;
}

.hf-continent-call-strip-text {
  font-size: 0.95rem;
  line-height: 1.45;
}

.hf-continent-call-strip-text strong {
  color: var(--hf-yellow);
}

.hf-continent-call-strip-btn {
  flex-shrink: 0;
  background: var(--hf-yellow) !important;
  color: var(--hf-navy-dark) !important;
  border: none;
  font-weight: 700;
}

.hf-continent-call-strip-btn:hover {
  background: #ffd54f !important;
  color: var(--hf-navy-dark) !important;
}

.hf-continent-regions-block {
  margin-top: 2rem;
}

.hf-continent-regions-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--hf-navy);
  margin-bottom: 0.85rem;
}

.hf-continent-regions-scroll {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.hf-continent-region-chip {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  width: 100px;
  text-decoration: none;
  color: var(--hf-navy);
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}

.hf-continent-region-chip img {
  width: 100px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 0 2px 10px rgba(23, 40, 69, 0.12);
  transition: transform 0.2s;
}

.hf-continent-region-chip:hover img {
  transform: scale(1.03);
}

.hf-continent-region-chip:hover {
  color: var(--hf-yellow-dark);
}

/* ── City destination pages ── */
.hf-destination-page .hf-destination-deals {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.hf-destination-booking-list .booking-item {
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 16px rgba(23, 40, 69, 0.06);
}

.hf-destination-booking-list .booking-item-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--hf-navy);
}

.hf-destination-booking-list .booking-item-price {
  color: var(--hf-navy);
  font-weight: 700;
}

.hf-destination-sidebar .hf-destination-call-card {
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 4px 16px rgba(23, 40, 69, 0.06);
}

/* ── Destination sidebar (About + expert CTA) ── */
.hf-destination-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hf-destination-sidebar-card {
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 14px;
  padding: 1.25rem 1.2rem 1.35rem;
  box-shadow: 0 4px 18px rgba(23, 40, 69, 0.07);
}

.hf-destination-sidebar-card-header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--hf-border);
}

.hf-destination-sidebar-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(239, 191, 0, 0.16);
  color: var(--hf-yellow-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.hf-destination-sidebar-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--hf-navy);
  line-height: 1.25;
}

.hf-destination-prose {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--hf-text);
}

.hf-destination-prose > p:first-child {
  margin-top: 0;
}

.hf-destination-prose p {
  margin-bottom: 0.85rem;
  color: #4a5568;
}

.hf-destination-prose p:last-child {
  margin-bottom: 0;
}

.hf-destination-section-title {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 1.35rem 0 0.75rem;
  padding-top: 1.15rem;
  border-top: 1px dashed #e2e8f0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hf-navy);
}

.hf-destination-section-title::before {
  content: '';
  width: 4px;
  height: 1rem;
  border-radius: 2px;
  background: var(--hf-yellow);
  flex-shrink: 0;
}

.hf-destination-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  counter-reset: hf-highlight;
}

.hf-destination-highlights li {
  position: relative;
  margin: 0;
  padding: 0.75rem 0.85rem 0.75rem 2.35rem;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 10px;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #4a5568;
}

.hf-destination-highlights li::before {
  counter-increment: hf-highlight;
  content: counter(hf-highlight);
  position: absolute;
  left: 0.65rem;
  top: 0.72rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--hf-navy);
  color: var(--hf-yellow);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.35rem;
  text-align: center;
}

.hf-destination-highlights li strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--hf-navy);
}

.hf-destination-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.hf-destination-sidebar-card--expert {
  text-align: center;
  background: linear-gradient(165deg, #172845 0%, #1e3a5f 100%);
  border-color: #172845;
  color: #fff;
  padding-top: 1.5rem;
}

.hf-destination-expert-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  background: rgba(239, 191, 0, 0.15);
  color: var(--hf-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
}

.hf-destination-expert-title {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

.hf-destination-expert-lead {
  margin: 0 0 0.65rem;
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.hf-destination-expert-hours {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.9);
}

.hf-destination-expert-trust {
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  text-align: left;
}

.hf-destination-expert-trust li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.88);
}

.hf-destination-expert-trust .bi {
  color: var(--hf-yellow);
  flex-shrink: 0;
}

.hf-destination-expert-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
  font-weight: 700;
}

.hf-destination-expert-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}

.hf-destination-expert-search:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.hf-destination-deal-item + .hf-destination-deal-item {
  margin-top: 1rem;
}

.hf-destination-deal-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 1rem 1.1rem;
  box-shadow: 0 4px 16px rgba(23, 40, 69, 0.06);
}

.hf-destination-deal-logo {
  max-width: 150px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.hf-destination-deal-title {
  color: var(--hf-navy);
  line-height: 1.35;
}

.hf-destination-deal-meta {
  font-size: 0.82rem;
  color: var(--hf-muted);
}

.hf-destination-deal-meta .fw-semibold {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hf-destination-deal-price {
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--hf-navy);
  margin: 0;
}

.hf-destination-page .hf-page-hero--banner {
  padding: 0.75rem 0 0;
  background: #f4f7fb;
}

.hf-destination-page .hf-page-hero--banner::before {
  display: none;
}

.hf-destination-hero-visual {
  aspect-ratio: 21 / 9;
  min-height: 220px;
  max-height: 460px;
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(23, 40, 69, 0.16);
  background-color: #152238;
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
}

.hf-destination-hero-visual img {
  z-index: 0;
  object-fit: cover;
  object-position: center 42%;
  filter: brightness(1.04) contrast(1.1) saturate(1.15);
}

.hf-destination-hero-shade {
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(15, 31, 58, 0) 0%,
    rgba(15, 31, 58, 0.06) 40%,
    rgba(15, 31, 58, 0.52) 72%,
    rgba(15, 31, 58, 0.88) 100%
  );
}

.hf-destination-hero-overlay {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.35rem 1.5rem 1.6rem;
}

.hf-destination-hero-overlay .hf-page-hero-title--on-image {
  font-size: clamp(1.45rem, 3.5vw, 2.15rem);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.hf-destination-hero-overlay .hf-page-hero-lead--on-image {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  opacity: 0.95;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.hf-destination-page .hf-page-hero--banner .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .hf-destination-page .hf-destination-hero-visual {
    aspect-ratio: 16 / 10;
    min-height: 200px;
    max-height: 280px;
    border-radius: 14px;
  }

  .hf-destination-hero-overlay {
    padding: 1rem 1.1rem 1.15rem;
  }

  .hf-destination-page .hf-destination-deals {
    padding-top: 1.5rem;
    padding-bottom: calc(2rem + 52px + env(safe-area-inset-bottom, 0px));
  }
}

.hf-hot-featured--mobile {
  margin-top: 0.85rem;
  text-align: left;
}

/* ── Hot deals & About — mobile / tablet hero ── */
@media (max-width: 991.98px) {
  .hf-home-nav .hf-header-top {
    display: none;
  }

  .hf-page-hero-overlay-inner:not(.hf-destination-hero-overlay),
  .hf-page-hero-shade.d-none.d-md-block {
    display: none !important;
  }

  .hf-about-page .hf-page-hero-mobile-intro,
  .hf-hot-deals-page .hf-page-hero-mobile-intro,
  .hf-destination-page .hf-page-hero-mobile-intro {
    display: block !important;
  }

  .hf-about-page .hf-about-hero-trust.hf-hot-featured--mobile,
  .hf-hot-deals-page .hf-hot-featured--mobile,
  .hf-destination-page .hf-hot-featured--mobile {
    display: block !important;
  }

  .hf-about-page .hf-breadcrumb--above,
  .hf-hot-deals-page .hf-breadcrumb--above,
  .hf-continent-page .hf-breadcrumb--above,
  .hf-destination-page .hf-breadcrumb--above {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .hf-destination-page .hf-page-hero--banner {
    min-height: 180px;
    padding: 0.85rem 0 1rem;
  }

  .hf-destination-deal-card {
    padding: 0.85rem;
  }

  .hf-destination-deal-price {
    font-size: 1.35rem;
  }

  .hf-destination-page .hf-destination-deals {
    padding-bottom: calc(2rem + 52px + env(safe-area-inset-bottom, 0px));
  }

  .hf-destination-sidebar {
    margin-top: 0.5rem;
  }

  .hf-destination-sidebar-card {
    padding: 1.1rem 1rem 1.2rem;
  }

  .hf-destination-highlights li {
    padding-left: 2.5rem;
  }

  .hf-about-page .hf-page-hero--banner,
  .hf-hot-deals-page .hf-page-hero--banner {
    padding: 0.75rem 0 1.25rem;
  }

  .hf-continent-hero-banner {
    min-height: 240px;
  }

  .hf-continent-hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hf-continent-hero-actions .hf-btn-call,
  .hf-continent-hero-actions .hf-btn-outline-light {
    width: 100%;
    justify-content: center;
  }

  .hf-continent-panel-head {
    flex-direction: column;
    align-items: stretch;
  }

  .hf-continent-search {
    min-width: 100%;
  }

  .hf-continent-call-strip {
    flex-direction: column;
    text-align: center;
  }

  .hf-continent-call-strip-btn {
    width: 100%;
  }

  .hf-continent-header-actions .hf-btn-search,
  .hf-continent-header-actions .hf-btn-call,
  .hf-hot-deals-header-actions .hf-btn-search,
  .hf-hot-deals-header-actions .hf-btn-call {
    width: 100%;
    justify-content: center;
  }

  .hf-hot-deals-header-actions {
    flex-direction: column;
  }

  .hf-hot-deals-featured {
    padding-bottom: calc(2rem + 52px + env(safe-area-inset-bottom, 0px));
  }

  .hf-continent-page .hf-continent-deals {
    padding-bottom: calc(2rem + 52px + env(safe-area-inset-bottom, 0px));
  }

  .hf-about-page .container,
  .hf-hot-deals-page .container,
  .hf-continent-page .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hf-about-page .hf-page-hero-visual {
    aspect-ratio: 16 / 10;
    min-height: 0;
    max-height: none;
    border-radius: 12px;
  }

  .hf-about-page .hf-page-hero-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
  }

  .hf-about-page .hf-about-intro-media .hf-about-media {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hf-about-page .hf-about-section {
    padding: 2rem 0;
  }

  .hf-about-page .hf-about-section--intro {
    padding-top: 1.75rem;
  }

  .hf-about-page .hf-about-mission--band {
    padding: 2.25rem 0;
  }

  .hf-about-page .hf-about-mission-title {
    font-size: 1.35rem;
  }

  .hf-about-page .hf-about-media {
    aspect-ratio: 16 / 10;
  }

  .hf-about-page .hf-about-media img {
    min-height: 0;
  }

  .hf-about-page .hf-about-fact {
    padding: 0.65rem 0.25rem;
  }

  .hf-about-page .hf-about-fact strong {
    font-size: 0.85rem;
  }

  .hf-about-page .hf-about-step {
    padding: 1.25rem 1.1rem;
  }

  .hf-about-page .hf-about-link-card {
    padding: 1rem 0.5rem;
    font-size: 0.82rem;
  }

  .hf-about-page .hf-about-team-cta {
    padding-bottom: calc(2rem + 52px + env(safe-area-inset-bottom, 0px));
  }

  .hf-about-page .hf-about-cta-card {
    padding: 1.5rem 1.15rem;
  }

  .hf-about-page .hf-about-cta-actions .btn {
    width: 100%;
    min-height: 46px;
  }

  .hf-continent-page .hf-continent-deals {
    padding-top: 1.75rem;
    padding-bottom: calc(2rem + 52px + env(safe-area-inset-bottom, 0px));
  }

  .hf-continent-page .hf-deal-card-v2-media img {
    height: 180px;
  }

  .hf-continent-region-links {
    flex-direction: column;
    align-items: stretch;
  }

  .hf-continent-region-links .btn {
    width: 100%;
    min-height: 44px;
  }

  .hf-breadcrumb--above {
    margin-bottom: 0.65rem;
  }

  .hf-page-hero-mobile-intro {
    margin-bottom: 0.85rem;
  }

  .hf-page-hero-mobile-intro .hf-page-hero-eyebrow {
    margin-bottom: 0.35rem;
  }

  .hf-page-hero-mobile-intro .hf-page-hero-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.45rem;
  }

  .hf-page-hero-mobile-intro .hf-page-hero-lead {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .hf-hot-deals-page .hf-page-hero-visual {
    aspect-ratio: 16 / 10;
    min-height: 0;
    max-height: none;
    border-radius: 12px;
  }

  .hf-hot-deals-page .hf-page-hero-visual img {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .hf-hot-featured--mobile {
    padding: 1rem;
  }

  .hf-hot-featured--mobile .hf-hot-featured-price span {
    font-size: 1.35rem;
  }

  .hf-hot-deals-page .hf-about-section {
    padding: 2rem 0;
  }

  .hf-hot-deals-page .hf-deals-section {
    padding-top: 1.75rem;
  }

  .hf-call-banner,
  .hf-hot-deals-call-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 1.1rem 1rem;
  }

  .hf-call-banner-btn,
  .hf-hot-deals-call-btn {
    width: 100%;
    justify-content: center;
  }

  .hf-call-banner-btn-body,
  .hf-hot-deals-call-btn-body {
    align-items: center;
    text-align: center;
  }

  .hf-continent-page .hf-continent-deals {
    padding-bottom: calc(1rem + 52px + env(safe-area-inset-bottom, 0px));
  }

  .hf-hot-deals-page .hf-deals-section-head {
    margin-bottom: 1.25rem !important;
  }

  .hf-hot-deals-page .hf-section-title {
    font-size: 1.35rem;
  }

  .hf-hot-deals-page .hf-section-sub {
    font-size: 0.9rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .hf-hot-deals-page .hf-deal-card-v2 {
    border-color: var(--hf-border);
    box-shadow: 0 4px 14px rgba(23, 40, 69, 0.08);
  }

  .hf-hot-deals-page .hf-deal-card-v2-media img {
    height: 180px;
  }

  .hf-hot-deals-page .hf-deal-card-v2-title {
    font-size: 1.1rem;
  }

  .hf-hot-deals-page .hf-deal-card-v2-price {
    font-size: 1.5rem;
  }

  .hf-hot-deals-page .hf-deal-card-v2-body {
    padding: 1rem 1.1rem 1.15rem;
  }

  .hf-hot-deals-page .hf-btn-deal {
    min-height: 44px;
    font-size: 0.95rem;
  }

  .hf-hot-deals-page .hf-about-team-cta {
    padding-bottom: calc(2rem + 52px + env(safe-area-inset-bottom, 0px));
  }

  .hf-hot-deals-page .hf-about-cta-card {
    padding: 1.5rem 1.15rem;
    margin-left: 0;
    margin-right: 0;
  }

  .hf-hot-deals-page .hf-about-cta-title {
    font-size: 1.25rem;
  }

  .hf-hot-deals-page .hf-about-cta-text {
    font-size: 0.9rem;
  }

  .hf-hot-deals-page .hf-about-cta-actions .btn {
    width: 100%;
    min-height: 46px;
  }

  .hf-hot-deals-page .hf-footer {
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 991px) {
  .hf-page-hero {
    padding: 1.35rem 0 1.75rem;
  }

  .hf-page-hero-stats {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hf-page-hero-stats li {
    flex: 1 1 calc(50% - 0.3rem);
    font-size: 0.78rem;
  }

  .hf-about-section {
    padding: 2.5rem 0;
  }

  .hf-about-media img {
    min-height: 200px;
  }

  .hf-page-hero-title--on-image {
    font-size: 1.65rem;
  }

  .hf-hot-featured--overlay {
    width: 100%;
  }
}

/* ── Legal pages (Privacy, Terms) ── */
.global-wrap.hf-legal-page {
  background: #eef1f5;
}

.hf-legal-page .hf-breadcrumb--above {
  display: flex;
}

.hf-legal-hero {
  padding: 1.25rem 0 1.75rem;
  background: linear-gradient(180deg, #fff 0%, #eef1f5 100%);
  border-bottom: 1px solid var(--hf-border);
}

.hf-legal-hero .hf-page-hero-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--hf-navy);
  margin: 0 0 0.5rem;
  line-height: 1.15;
}

.hf-legal-hero .hf-page-hero-lead {
  max-width: 640px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--hf-muted);
  margin: 0;
}

.hf-legal-updated {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: var(--hf-muted);
}

.hf-legal-updated i {
  color: var(--hf-yellow-dark);
  margin-right: 0.25rem;
}

.hf-legal-content {
  padding: 1.75rem 0 2.5rem;
}

.hf-legal-toc {
  position: sticky;
  top: 1rem;
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 12px;
  padding: 1.15rem 1.25rem;
  box-shadow: 0 4px 16px rgba(23, 40, 69, 0.06);
}

.hf-legal-toc--iconized {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  max-height: calc(100vh - 2rem);
}

.hf-legal-toc-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 1.15rem;
  background: linear-gradient(135deg, var(--hf-navy) 0%, #1a3358 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hf-legal-toc-head-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(239, 191, 0, 0.2);
  color: var(--hf-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.hf-legal-toc--iconized .hf-legal-toc-title {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: #fff;
}

.hf-legal-toc-subtitle {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
}

.hf-legal-toc-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hf-muted);
  margin: 0 0 0.75rem;
}

.hf-legal-toc ul,
.hf-legal-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hf-legal-toc--iconized .hf-legal-toc-list {
  padding: 0.65rem 0.5rem 0.75rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(23, 40, 69, 0.25) transparent;
}

.hf-legal-toc--iconized .hf-legal-toc-list::-webkit-scrollbar {
  width: 5px;
}

.hf-legal-toc--iconized .hf-legal-toc-list::-webkit-scrollbar-thumb {
  background: rgba(23, 40, 69, 0.2);
  border-radius: 4px;
}

.hf-legal-toc li {
  margin-bottom: 0.35rem;
}

.hf-legal-toc--iconized li {
  margin-bottom: 0.2rem;
}

.hf-legal-toc a,
.hf-legal-toc-link {
  display: block;
  padding: 0.4rem 0.5rem;
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--hf-navy);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.hf-legal-toc--iconized .hf-legal-toc-link {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  line-height: 1.35;
}

.hf-legal-toc-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-top: 0.05rem;
  border-radius: 8px;
  background: rgba(239, 191, 0, 0.14);
  color: var(--hf-yellow-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: background 0.15s, color 0.15s;
}

.hf-legal-toc-label {
  flex: 1;
  min-width: 0;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--hf-navy);
}

.hf-legal-toc-num {
  display: inline-block;
  min-width: 1.35rem;
  margin-right: 0.1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--hf-muted);
}

.hf-legal-toc a:hover,
.hf-legal-toc-link:hover {
  background: #f4f7fb;
  color: var(--hf-yellow-dark);
}

.hf-legal-toc--iconized .hf-legal-toc-link:hover {
  background: #f0f4fa;
}

.hf-legal-toc--iconized .hf-legal-toc-link:hover .hf-legal-toc-icon {
  background: var(--hf-yellow);
  color: var(--hf-navy-dark);
}

.hf-legal-toc--iconized .hf-legal-toc-link:hover .hf-legal-toc-label {
  color: var(--hf-navy-dark);
}

.hf-legal-toc--iconized .hf-legal-toc-link:hover .hf-legal-toc-num {
  color: var(--hf-yellow-dark);
}

.hf-legal-prose {
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 4px 20px rgba(23, 40, 69, 0.06);
}

.hf-legal-prose--terms {
  max-width: 820px;
  margin: 0 auto;
}

.hf-legal-intro {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--hf-text);
  margin: 0;
}

.hf-legal-term-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.hf-legal-term-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(239, 191, 0, 0.18);
  color: var(--hf-yellow-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.hf-legal-term-card h2 {
  margin-top: 0;
}

.hf-legal-contact-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.75rem;
  padding: 1.5rem 1.75rem;
  background: linear-gradient(135deg, var(--hf-navy) 0%, #1a3358 100%);
  border-radius: 14px;
  color: #fff;
  box-shadow: 0 8px 28px rgba(23, 40, 69, 0.14);
}

.hf-legal-contact-card-body {
  flex: 1 1 220px;
  min-width: 0;
}

.hf-legal-contact-card-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hf-yellow);
}

.global-wrap .hf-legal-contact-card-title,
.hf-legal-contact-card-title {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.hf-legal-contact-card-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  line-height: 1.55;
  max-width: 36rem;
}

.hf-legal-contact-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.hf-legal-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.15s;
}

.hf-legal-contact-btn:hover {
  transform: translateY(-1px);
}

.hf-legal-contact-btn--primary {
  background: var(--hf-yellow);
  color: var(--hf-navy-dark);
  border: 2px solid var(--hf-yellow);
}

.hf-legal-contact-btn--primary:hover {
  background: #ffd54f;
  border-color: #ffd54f;
  color: var(--hf-navy-dark);
}

.hf-legal-contact-btn--secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.75);
}

.hf-legal-contact-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.hf-legal-related {
  font-size: 0.9rem;
  color: var(--hf-muted);
  text-align: center;
}

.hf-legal-related a {
  color: var(--hf-navy);
  font-weight: 600;
}

.hf-legal-block {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--hf-border);
}

.hf-legal-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.hf-legal-prose h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--hf-navy);
  margin-bottom: 0.85rem;
}

.hf-legal-prose h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--hf-navy-dark);
  margin: 1.5rem 0 0.5rem;
}

.hf-legal-block > h2:first-child,
.hf-legal-term-card h2 {
  margin-top: 0;
}

.hf-legal-prose p {
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--hf-text);
  margin-bottom: 0.85rem;
}

.hf-legal-prose p:last-child {
  margin-bottom: 0;
}

.hf-legal-prose ul {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
}

.hf-legal-prose li {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--hf-text);
  margin-bottom: 0.4rem;
}

.hf-legal-prose a {
  color: var(--hf-navy);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hf-legal-prose a:hover {
  color: var(--hf-yellow-dark);
}

.hf-legal-page .hf-about-team-cta {
  padding-bottom: 4rem;
}

.hf-terms-page .hf-legal-prose {
  max-width: none;
}

/* ── Contact page ── */
.hf-contact-section {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.hf-contact-form-card,
.hf-contact-details {
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 4px 20px rgba(23, 40, 69, 0.06);
  height: 100%;
}

.hf-contact-form-title,
.hf-contact-details-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--hf-navy);
  margin-bottom: 0.5rem;
}

.hf-contact-form-intro {
  font-size: 0.95rem;
  color: var(--hf-muted);
  margin-bottom: 1.25rem;
}

.hf-contact-alert {
  font-size: 0.95rem;
}

.hf-contact-form .form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--hf-navy-dark);
  margin-bottom: 0.35rem;
}

.hf-contact-form .form-control {
  border-radius: 8px;
  border-color: var(--hf-border);
  padding: 0.55rem 0.75rem;
  font-size: 0.95rem;
}

.hf-contact-form .form-control:focus {
  border-color: var(--hf-yellow-dark);
  box-shadow: 0 0 0 0.2rem rgba(239, 191, 0, 0.2);
}

.hf-contact-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hf-contact-detail-item {
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}

.hf-contact-detail-item:last-child {
  margin-bottom: 0;
}

.hf-contact-detail-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(239, 191, 0, 0.18);
  color: var(--hf-yellow-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.hf-contact-detail-item strong {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--hf-muted);
  margin-bottom: 0.2rem;
}

.hf-contact-detail-item a {
  color: var(--hf-navy);
  font-weight: 600;
  text-decoration: none;
}

.hf-contact-detail-item a:hover {
  color: var(--hf-yellow-dark);
}

.hf-contact-detail-item address {
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--hf-text);
}

.hf-contact-map {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--hf-border);
  box-shadow: 0 4px 16px rgba(23, 40, 69, 0.08);
}

.hf-contact-map iframe {
  display: block;
  width: 100%;
  min-height: 280px;
}

/* ── Get a quote page ── */
.hf-quote-section {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.hf-quote-form-card {
  background: #fff;
  border: 1px solid var(--hf-border);
  border-radius: 14px;
  padding: 1.5rem 1.35rem 1.75rem;
  box-shadow: 0 4px 20px rgba(23, 40, 69, 0.06);
}

.hf-quote-tabs {
  border-bottom: 2px solid var(--hf-border);
  margin-bottom: 1.25rem;
  gap: 0.25rem;
}

.hf-quote-tabs .nav-link {
  color: var(--hf-navy);
  font-weight: 600;
  font-size: 0.9rem;
  border: none;
  border-radius: 8px 8px 0 0;
  padding: 0.65rem 1.1rem;
}

.hf-quote-tabs .nav-link:hover {
  color: var(--hf-navy-dark);
  background: #f3f5f9;
}

.hf-quote-tabs .nav-link.active {
  color: #111;
  background: var(--hf-yellow);
}

.hf-quote-tab-content {
  padding-top: 0.25rem;
}

.hf-quote-form .form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--hf-navy-dark);
  margin-bottom: 0.35rem;
}

.hf-quote-form .form-control {
  border-radius: 8px;
  border-color: var(--hf-border);
  font-size: 0.95rem;
  padding: 0.55rem 0.75rem;
}

.hf-quote-form .form-control:focus {
  border-color: var(--hf-yellow-dark);
  box-shadow: 0 0 0 0.2rem rgba(239, 191, 0, 0.2);
}

.hf-quote-trip-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 0.35rem;
}

.hf-quote-radio {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
}

.hf-form-error {
  display: block;
  font-size: 0.8rem;
  color: #c0392b;
  margin-top: 0.25rem;
  min-height: 0;
}

.hf-form-error:empty {
  display: none;
}

.hf-quote-sidebar {
  height: auto;
}

.hf-quote-trust p {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}

@media (max-width: 767px) {
  .hf-quote-section {
    padding-bottom: calc(2.5rem + 58px + env(safe-area-inset-bottom, 0px));
  }

  .hf-quote-page #hfQuoteForm .btn.hf-btn-search {
    scroll-margin-bottom: calc(58px + env(safe-area-inset-bottom, 0px));
  }

  .hf-quote-form-card {
    padding: 1.15rem 1rem 1.35rem;
  }

  .hf-quote-form .btn {
    width: 100%;
    min-height: 46px;
  }

  .hf-contact-section {
    padding-bottom: calc(2.5rem + 52px + env(safe-area-inset-bottom, 0px));
  }

  .hf-contact-form-card,
  .hf-contact-details {
    padding: 1.35rem 1.15rem;
  }

  .hf-contact-form .btn {
    width: 100%;
    min-height: 46px;
  }

  .hf-contact-map iframe {
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .hf-legal-hero {
    padding: 1rem 0 1.35rem;
  }

  .hf-legal-hero .hf-page-hero-title {
    font-size: 1.5rem;
  }

  .hf-legal-prose {
    padding: 1.35rem 1.15rem;
    border-radius: 12px;
  }

  .hf-legal-prose h2 {
    font-size: 1.2rem;
  }

  .hf-legal-content {
    padding-top: 1.25rem;
    padding-bottom: calc(2rem + 52px + env(safe-area-inset-bottom, 0px));
  }

  .hf-legal-contact-card {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 1.35rem 1.25rem;
  }

  .hf-legal-contact-card-text {
    max-width: none;
  }

  .hf-legal-contact-card-actions {
    flex-direction: column;
    width: 100%;
  }

  .hf-legal-contact-btn {
    width: 100%;
    min-height: 46px;
    white-space: normal;
  }

  .hf-legal-term-card {
    flex-direction: column;
    gap: 0.65rem;
  }
}

/* Destinations nested nav */
.hf-nav-destinations-menu {
  min-width: 13rem;
}

.hf-nav-destinations-menu .dropend .dropdown-toggle::after {
  margin-left: auto;
}

@media (min-width: 992px) {
  .hf-nav-destinations-menu .dropend:hover > .dropdown-menu {
    display: block;
    inset: 0 auto auto 100%;
    margin-top: 0;
    margin-left: 0.1rem;
  }
}

/* Book now popup modal */
.hf-book-now-modal {
  border-radius: 12px;
  border: none;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.hf-book-now-phone {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 8px;
  background: #fff;
  color: #c0392b;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.hf-book-now-or {
  position: relative;
  margin: 1rem 0;
  text-align: center;
}

.hf-book-now-or span {
  display: inline-block;
  padding: 0 0.5rem;
  background: #fff;
  color: #949494;
  font-size: 0.85rem;
  position: relative;
  z-index: 1;
}

.hf-book-now-or::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #b9b9b9;
}
