:root {
  --nf-text-dark: #1b2a40;
  --nf-text-body: #445569;
}

.main-header__bottom .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}

.main-header__right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.main-header__cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.main-header__cart-link:hover,
.main-header__cart-link:focus-visible {
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.2);
}

.banner-two__content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.banner-two__title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.banner-two__text {
  font-size: clamp(1rem, 2.6vw, 1.2rem);
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
}

.hero-availability-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(1.25rem, 3vw, 2rem);
}

.hero-availability-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #ea580c 60%, #c2410c);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03em;
  box-shadow: 0 18px 35px rgba(234, 88, 12, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.banner-two .hero-availability-btn {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
}

.hero-availability-btn > span {
  position: static;
  inset: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: transparent;
  transform: none;
  perspective: none;
  width: auto;
  height: auto;
}

.hero-availability-btn:hover,
.hero-availability-btn:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 24px 42px rgba(234, 88, 12, 0.45);
  color: #fff;
}

.hero-availability-btn::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.95rem;
}

.hunts-main {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.02) 0%, rgba(15, 23, 42, 0.08) 100%);
}

.hunts-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: clamp(4.5rem, 12vw, 7rem) clamp(1.5rem, 4vw, 2.5rem) clamp(3.5rem, 9vw, 5rem);
  text-align: center;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(12, 19, 33, 0.92) 55%, rgba(30, 41, 59, 0.88) 100%);
  box-shadow: 0 36px 90px rgba(15, 23, 42, 0.4);
  color: #f8fafc;
}

.hunts-hero::before {
  content: "";
  position: absolute;
  inset: -45% -40% 20% -40%;
  background: radial-gradient(circle at 80% 20%, rgba(249, 115, 22, 0.65), transparent 60%);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.hunts-hero__eyebrow {
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #f97316;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hunts-hero__title {
  position: relative;
  z-index: 1;
  font-size: clamp(2.4rem, 5.2vw, 3.35rem);
  line-height: 1.15;
  margin-bottom: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: #f8fafc;
  text-shadow: 0 18px 48px rgba(6, 12, 24, 0.7);
}

.hunts-hero__text {
  position: relative;
  z-index: 1;
  font-size: clamp(1.05rem, 2.6vw, 1.22rem);
  line-height: 1.75;
  margin: 0 auto clamp(2.25rem, 5.5vw, 3rem);
  max-width: 54rem;
  color: rgba(226, 232, 240, 0.88);
}

.hunts-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.hunts-hero__cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  font-weight: 600;
  color: var(--nf-text-dark);
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.hunts-hero__cart-link:hover,
.hunts-hero__cart-link:focus-visible {
  background: rgba(15, 23, 42, 0.9);
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.25);
}

.hunts-grid {
  padding: 3rem 0 4rem;
}

.hunts-grid .sec-title__tagline {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: #f97316;
  font-weight: 700;
}

.hunts-grid .sec-title__title {
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--nf-text-dark);
}

.hunts-grid__items {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.hunts-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.hunts-card__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.hunts-card__body {
  padding: 1.9rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hunts-card__title {
  font-size: 1.45rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.hunts-card__title a {
  color: var(--nf-text-dark);
  text-decoration: none;
}

.hunts-card__title a:hover,
.hunts-card__title a:focus-visible {
  color: #ea580c;
}

.hunts-card__summary {
  color: var(--nf-text-body);
  line-height: 1.7;
  flex: 1;
}

.hunts-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: rgba(30, 41, 59, 0.75);
  font-weight: 600;
}

.hunts-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #ea580c 70%);
  color: #111827;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hunts-card__cta:hover,
.hunts-card__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 35px rgba(249, 115, 22, 0.45);
}

.hunts-grid__empty {
  margin-top: 2.5rem;
  text-align: center;
  color: var(--nf-text-body);
}

.hunts-cta {
  padding: 4rem 0 5rem;
  text-align: center;
  background: radial-gradient(circle at top, rgba(249, 115, 22, 0.12), rgba(15, 23, 42, 0.04));
}

.hunts-cta h2 {
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  margin-bottom: 1rem;
  color: var(--nf-text-dark);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.hunts-cta p {
  max-width: 46rem;
  margin: 0 auto 2rem;
  font-size: 1.05rem;
  color: var(--nf-text-body);
}

.destination-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem 1.5rem;
}

.destination-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.destination-card__link {
  display: block;
  width: 100%;
  height: 100%;
}

.destination-card__image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 18px 35px rgba(11, 35, 65, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.destination-card__link:hover .destination-card__image,
.destination-card__link:focus-visible .destination-card__image {
  transform: translateY(-6px);
  box-shadow: 0 24px 45px rgba(11, 35, 65, 0.25);
}

.destination-card__title {
  font-size: 1.15rem;
  margin-top: 0.9rem;
  margin-bottom: 0.35rem;
  color: var(--nf-text-dark);
  font-weight: 600;
}

.destination-card__text {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--nf-text-body);
  margin-bottom: 0;
}

.tab-two__text-block {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--nf-text-body);
  text-align: justify;
  padding: 18px 24px;
  background-color: rgba(243, 246, 250, 0.92);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(16, 37, 61, 0.12);
}

.tab-two__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  align-items: stretch;
}

.tab-two__content__img,
.tab-two__content__info {
  flex: 1 1 280px;
}

.tab-two__content__img img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(11, 35, 65, 0.15);
}

.tab-two__content__info__text {
  font-size: 1rem;
  line-height: 1.8;
}

.tab-two__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tab-two__list .tab-btn {
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 0.95rem;
  line-height: 1.4;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.tab-two__list .tab-btn:hover,
.tab-two__list .tab-btn:focus-visible {
  transform: translateX(6px);
}

.contact-map__frame {
  width: 100%;
  border: 0;
  min-height: 360px;
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(17, 41, 63, 0.18);
}

@media (max-width: 1199px) {
  .main-header__bottom .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .destination-card__image {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .hero-availability-btn-wrap {
    justify-content: center;
  }

  .hero-availability-btn {
    width: 100%;
    max-width: 20rem;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .topbar-one__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .topbar-one__info {
    gap: 0.35rem;
  }

  .tab-two__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tab-two__list .tab-btn {
    flex: 1 1 calc(50% - 0.75rem);
    text-align: center;
    transform: none;
  }

  .tab-two__content__img img {
    max-height: 360px;
  }

  .contact-map__frame {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .main-header__bottom .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-header__right {
    gap: 0.75rem;
  }

  .hunts-hero__actions {
    flex-direction: column;
  }

  .hunts-card__image img {
    height: 200px;
  }

  .hunts-card__body {
    padding: 1.5rem;
  }

  .main-header__btn {
    padding: 0.85rem 1.25rem;
    font-size: 0.9rem;
  }

  .destination-grid {
    gap: 2rem 1.2rem;
  }

  .destination-card__image {
    height: 220px;
  }

  .tab-two__text-block {
    margin-top: 1.25rem;
    text-align: left;
  }

  .tab-two__content {
    flex-direction: column;
  }

  .tab-two__content__img,
  .tab-two__content__info {
    flex: 1 1 auto;
  }

  .tab-two__list .tab-btn {
    flex: 1 1 100%;
  }

  .contact-map__frame {
    min-height: 280px;
  }
}

@media (max-width: 575px) {
  .topbar-one__info {
    width: 100%;
  }

  .hunts-hero__title {
    font-size: 2rem;
  }

  .hunts-card__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .destination-card__image {
    height: 200px;
  }

  .destination-card__title {
    font-size: 1.05rem;
  }

  .destination-card__text {
    font-size: 0.95rem;
  }

  .tab-two__content__img img {
    max-height: none;
  }

  .contact-map__frame {
    min-height: 240px;
  }
}
