.homeLandingBody {
  margin: 0;
  background: #ffffff;
}

.homeLanding {
  --home-primary: #16abff;
  min-height: 100dvh;
  background: #ffffff;
  color: var(--c-ink);
}

.homeLanding__skip {
  position: fixed;
  top: var(--space-3);
  left: var(--space-3);
  z-index: 1000;
}

.homeLanding__hero {
  position: relative;
  min-height: 52rem;
  padding: 0;
  overflow: hidden;
}

.homeLanding__heroBg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.homeLanding__heroBgImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.homeLanding__heroOverlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(75% 65% at 40% 30%, rgba(255, 255, 255, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(44, 87, 92, 0.2), rgba(0, 0, 0, 0.28));
  opacity: 1;
}

.homeLanding__heroTopBar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 88px;
  background: linear-gradient(180deg, rgba(74, 96, 116, 1), rgba(33, 31, 31, 0));
}

.homeLanding__heroInner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 1.75rem 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
}

.homeLanding__topNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.homeLanding__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.homeLanding__brandAccent {
  width: 60px;
  height: 2px;
  background: var(--home-primary);
  border-radius: 999px;
}

.homeLanding__brandLink {
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.homeLanding__brandAuth {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  flex-wrap: wrap;
}

.homeLanding__logoLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.homeLanding__logoImg {
  width: 60px;
  height: 60px;
  display: block;
}

.homeLanding__tabs {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
}

.homeLanding__tab {
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 0.3rem 0.15rem;
  font-size: 22px;
}

.homeLanding__tab--active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 60px;
  height: 2px;
  background: rgba(22, 171, 255, 1);
  border-radius: 999px;
}

.homeLanding__nav {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.homeLanding__navBtn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0rem 0.9rem;
  border-radius: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
  will-change: transform;
  font-family: 'Inter', sans-serif;
}

.homeLanding__navBtn:hover {
  transform: translateY(-1px);
}

.homeLanding__navBtn:active {
  transform: translateY(0px);
}

.homeLanding__navBtn--ghost {
  color: #000000;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.homeLanding__navBtn--solid {
  color: rgba(17, 17, 17, 0.86);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.homeLanding__authBar {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.homeLanding__lang {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.homeLanding__pillBtn {
  height: 30px;
  padding: 0 0.8rem;
  border-radius: 15px;
  border: none;
  background: rgba(255, 255, 255, 0.98);
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: transform 160ms ease;
  font-family: 'Inter', sans-serif;
}

.homeLanding__pillBtn:hover {
  transform: translateY(-1px);
}

.homeLanding__pillBtn--user {
  padding-left: 0.65rem;
  max-width: 18rem;
}

.homeLanding__userIcon {
  width: 14px;
  height: 14px;
  /* border-radius: 999px; */
  /* border: 2px solid rgba(0, 0, 0, 0.78); */
  background: url();
  position: relative;
  display: inline-block;
  flex: none;
}

.homeLanding__userIcon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 11px;
  width: 18px;
  height: 10px;
  transform: translateX(-50%);
  border: 2px solid rgba(0, 0, 0, 0.78);
  border-top: none;
  border-radius: 0 0 999px 999px;
}

.homeLanding__userText {
  max-width: 9.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homeLanding__caret {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #000000;
  opacity: 0.85;
  transform: translateY(1px);
}

.homeLanding__bell {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 160ms ease;
}

.homeLanding__bell:hover {
  transform: translateY(-1px);
}

.homeLanding__bellIcon {
  width: 22px;
  height: 22px;
  display: block;
  background: rgba(255, 255, 255, 0.92);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22a2.4 2.4 0 0 0 2.4-2.4h-4.8A2.4 2.4 0 0 0 12 22Zm7.2-6V11a7.2 7.2 0 0 0-6-7.1V3a1.2 1.2 0 0 0-2.4 0v.9a7.2 7.2 0 0 0-6 7.1v5l-1.2 1.2v1.2h19.2v-1.2L19.2 16Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22a2.4 2.4 0 0 0 2.4-2.4h-4.8A2.4 2.4 0 0 0 12 22Zm7.2-6V11a7.2 7.2 0 0 0-6-7.1V3a1.2 1.2 0 0 0-2.4 0v.9a7.2 7.2 0 0 0-6 7.1v5l-1.2 1.2v1.2h19.2v-1.2L19.2 16Z'/%3E%3C/svg%3E") center / contain no-repeat;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.homeLanding__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 140px;
  min-height: 163px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  padding: 0.55rem 0.45rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  z-index: 5;
}

.homeLanding__menu--lang {
  left: 0;
  right: auto;
  width: 88px;
  min-height: auto;
}

.homeLanding__menuItem {
  text-decoration: none;
  color: rgba(17, 17, 17, 0.86);
  font-weight: 400;
  padding: 0.55rem 0.6rem;
  border-radius: 0.55rem;
}

.homeLanding__menuItemBtn {
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.homeLanding__menuItemBtn--active {
  background: rgba(239, 239, 239, 1);
}

.homeLanding__menuIdentity {
  padding: 0.45rem 0.6rem 0.2rem;
  font-weight: 900;
  color: rgba(17, 17, 17, 0.78);
}

.homeLanding__menuItem:hover {
  background: rgba(239, 239, 239, 1);
}

.homeLanding__menuDivider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0.25rem 0.35rem;
}

.homeLanding__menuLogout {
  border: 1px solid rgba(0, 0, 0, 0.55);
  background: rgba(255, 255, 255, 1);
  color: rgba(17, 17, 17, 0.86);
  border-radius: 0.5rem;
  height: 26px;
  margin: 0.25rem 0.35rem 0.2rem;
  font-weight: 400;
  cursor: pointer;
}

.homeLanding__menuLogout:hover {
  background: rgba(239, 239, 239, 1);
}

.homeLanding a:focus-visible,
.homeLanding button:focus-visible,
.homeLanding input:focus-visible {
  outline: 3px solid rgba(22, 171, 255, 0.4);
  outline-offset: 3px;
}

.homeLanding__heroGrid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

.homeLanding__heroText {
  padding-top: 7.75rem;
}

.homeLanding__headline {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  text-shadow: 0 14px 44px rgba(0, 0, 0, 0.32);
}

.homeLanding__subhead {
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  max-width: 62ch;
  font-size: 1.05rem;
  line-height: 1.65;
}

.homeLanding__ctaRow {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  flex-direction: column;
}

.homeLanding__ctaPrimary {
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 1.1rem;
  border-radius: 10px;
  color: rgba(17, 17, 17, 0.86);
  background: rgba(255, 255, 255, 0.96);
  font-weight: 400;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.homeLanding__ctaPrimary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.homeLanding__ctaSecondary {
  height: 46px;
  padding: 0 1.1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 850;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.homeLanding__ctaSecondary:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.16);
}

.homeLanding__ctaSecondary:disabled {
  opacity: 0.7;
  cursor: default;
  transform: none;
}

.homeLanding__error {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.9rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  max-width: 46rem;
}

.homeLanding__heroCards {
  position: relative;
  width: 100%;
  height: 430px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  translate: 2.5rem 15rem;
}

.homeLanding__heroImageCard {
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease;
  will-change: transform;
  width: 288px;
  flex-shrink: 0;
  cursor: pointer;
  margin-left: 1rem;
  align-self: flex-end;
  scroll-behavior: smooth;
}

.homeLanding__heroImageCard:hover {
  align-self: flex-start;

}

.homeLanding__heroImageCard--left {
  width: 288px;
  height: 356px;
  left: 0;
  top: 112px;
}

.homeLanding__heroImageCard--mid {
  width: 280px;
  height: 356px;
  left: 312px;
  top: 108px;
}

.homeLanding__heroImageCard--right {
  width: 280px;
  height: 356px;
  right: 0;
  top: 86px;
}

.homeLanding__heroImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.homeLanding__heroImageTint {
  position: absolute;
  inset: 0;
  background: rgba(57, 144, 157, 0.47);
}

.homeLanding__heroImageShadow {
  position: relative;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.homeLanding__main {
  background: #ffffff;
  padding-top: 3.5rem;
}

.homeLanding__searchWrap {
  background-color: rgba(248, 248, 248, 1);
}

.homeLanding__search {
  background: rgba(204, 197, 185, 0.3);
  padding: 1.25rem;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 29px;
}

.homeLanding__row {
  display: flex;
  gap: 20px;
  width: 100%;
}

.homeLanding__row--bottom {
  align-items: center;
}

.homeLanding__field {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  height: 100px;
  font-size: 30px;
}

.homeLanding__field--location {
  width: 100%;
}

.homeLanding__field--picker {
  flex: 1;
  cursor: pointer;
  border: 1px solid transparent;
}

.homeLanding__icon {
  color: #666666;
  flex-shrink: 0;
}

.homeLanding__input {
  border: none;
  outline: none;
  width: 100%;
  color: #333333;
}

.homeLanding__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.homeLanding__pickerContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homeLanding__label {
  color: #8c8c8c;
  margin-bottom: 2px;
}

.homeLanding__value {
  font-weight: 400;
  color: #111111;
}

.homeLanding__searchBtn {
  flex: 0.3;
  background-color: rgba(22, 171, 255, 1);
  color: #ffffff;
  border: none;
  border-radius: 15px;
  padding: 0 11px;
  height: 100px;
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.homeLanding__searchBtn:hover {
  background-color: #0d8be0;
}

.homeLanding__featureRow {
  max-width: 1240px;
  margin: 0 auto 2.9rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.homeLanding__featureCard {
  border-radius: 11px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  padding: 1.35rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.homeLanding__featureTag {
  align-self: flex-start;
  padding: 0.35rem 0.6rem;
  border-radius: 6px;
  background: rgba(239, 239, 239, 1);
  font-weight: 900;
  font-size: 0.8rem;
}

.homeLanding__featureTitle {
  font-weight: 900;
  font-size: 1.25rem;
}

.homeLanding__featureDesc {
  color: rgba(0, 0, 0, 0.68);
  line-height: 1.6;
}

.homeLanding__featureLink {
  text-decoration: none;
  font-weight: 900;
  color: rgba(22, 171, 255, 1);
  margin-top: 0.25rem;
  align-self: flex-start;
}

.rv-container {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  font-family: 'Inter', sans-serif;
}

.rv-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

.rv-title {
  font-size: 45px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
}

.rv-btn-see-more {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.2s ease;
}

.rv-btn-see-more:hover {
  background-color: var(--primary-color);
  color: var(--bg-white);
}

/* SLIDER WRAPPER */
.rv-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.rv-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1.5rem;
  padding: 0.5rem 0.25rem;
  width: 100%;
  flex-shrink: 0;
}

.rv-carousel-track::-webkit-scrollbar {
  display: none;
}
.rv-carousel-track {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.rv-tour-card {
  display: flex;
  flex: 0 0 45%;
  max-width: 500px;
  min-width: 450px;
  flex-direction: row;
  height: 250px;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 1);
  position: relative;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
              box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.rv-tour-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.rv-card-delete-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  background: var(--bg-white);
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: var(--text-secondary);
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, color 0.2s;
}

.rv-card-delete-btn:hover {
  background: #f8f9fa;
  color: #dc3545;
}

.rv-card-img-wrap {
  width: 49%;
  height: 100%;
}

.rv-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rv-card-body {
  width: 51%;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rv-card-info-top {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.rv-card-title {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rv-meta-text {
  font-size: 16px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
}

.rv-rating-container {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
}

.rv-rating-badge {
  background-color: #FFCA18;
  color: #000000;
  font-weight: 600;
  padding: 0.15rem 0.4rem;
  border-radius: 5px;
}

.rv-tag-group {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.rv-tag-item {
  background-color: #EFEFEF;
  color: #000000;
  border: 1px solid #EFEFEF;
  padding: 0.15rem 0.4rem;
  border-radius: 6px;
  font-size: 16px;
}

.rv-card-footer {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: rgba(115, 115, 115, 1);
  font-weight: 400;
}

.rv-departure-date {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rv-price-box {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.2rem;
  margin-top: 0.15rem;
}

.rv-price-label {
}

.rv-price-value {
  color: rgba(255, 0, 0, 1);
}

.rv-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
  font-size: 26px;
}

.rv-nav-btn:hover {
  color: var(--text-dark);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.rv-nav-btn.prev { left: -5rem; }
.rv-nav-btn.next { right: -5rem; }

.deals-section {

  background-color: rgba(248, 248, 248, 1);
  padding: 3rem 1rem;
  font-family: Inter, "Segoe UI", Roboto, sans-serif;
}

.deals-section-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.deals-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.deals-header-badge {
  width: 55px;
  height: 32px;
  border-radius: 50px;
  overflow: hidden;
}

.deals-header-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deals-title {
  color: var(--text-main);
  margin: 0;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0%;
}

.deals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1140px;
  width: 100%;
  margin-bottom: 3rem;
}

.tour-vertical-card {
  background-color: var(--bg-card);
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: var(--shadow-normal);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.tour-vertical-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.card-img-container {
  width: 100%;
  height: 220px;
  position: relative;
}

.card-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seats-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--text-main);
  padding: 0.35rem 0.65rem;
  font-size: 0.7rem;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.card-content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-title-row {
  margin-bottom: 0.5rem;
}

.card-main-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-main);
  margin: 0;
}

.card-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.meta-duration {
  font-size: 0.85rem;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.meta-rating-box {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
}

.rating-star-badge {
  background-color: var(--color-warning);
  color: #000000;
  font-weight: 700;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
}

.rating-count {
  color: var(--text-muted);
}

.card-tags-container {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.tag-badge {
  background-color: #eee;
  color: var(--text-main);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
}

.card-footer-section {
  margin-top: auto;
  border-top: 1px solid #eaeaea;
  padding-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.departure-info {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-align: right;
}

.price-container {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.25rem;
}

.price-label {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.price-value {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(255, 0, 0, 1);
}

.deals-btn-more {
  background-color: var(--bg-card);
  border: 1px solid rgba(0, 0, 0, 1);
  color: var(--text-main);
  padding: 0.6rem 1.75rem;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
  transition: all 0.2s ease;
}

.deals-btn-more:hover {
  background-color: var(--text-main);
  color: var(--bg-card);
}

@media (max-width: 992px) {
  .deals-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .deals-grid {
    grid-template-columns: 1fr;
  }
  .deals-title {
    font-size: 1.5rem;
  }
}

.homeLanding__section {
  padding: 2.9rem 0;
}

.homeLanding__section--beige {
  background: rgba(204, 197, 185, 0.25);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50% + 1.25rem);
  padding-right: calc(50vw - 50% + 1.25rem);
  max-width: 1300px;
  margin: auto;
}

.homeLanding__sectionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1240px;
  margin: 0 auto 1.3rem;
}

.homeLanding__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 1.25rem;
  border-radius: 30px;
  color: rgba(17, 17, 17, 0.86);
  background: rgba(255, 255, 255, 0.94);
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.homeLanding__pill--dark {
  background: rgba(34, 34, 34, 0.94);
  color: rgba(255, 255, 255, 0.92);
}

.homeLanding__sectionActions {
  display: inline-flex;
  gap: 0.5rem;
}

.homeLanding__chev {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  font-size: 1.25rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
  transition: transform 160ms ease, background 160ms ease;
}

.homeLanding__chev:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 1);
}

.homeLanding__grid {
  display: grid;
  grid-template-columns: repeat(3, 374px);
  gap: 3.25rem;
  justify-content: center;
}

.homeLanding__tourCard {
  text-decoration: none;
  color: inherit;
  position: relative;
  border-radius: 22px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  transition: transform 160ms ease, box-shadow 160ms ease;
  display: flex;
  flex-direction: column;
  min-height: 526px;
}

.homeLanding__tourCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.14);
}

.homeLanding__tourFavBtn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: transform 160ms ease, opacity 160ms ease;
}

.homeLanding__tourFavBtn:hover {
  transform: translateY(-1px);
}

.homeLanding__tourFavBtn:disabled {
  opacity: 0.6;
  cursor: default;
}

.homeLanding__tourFavBtn:focus-visible {
  outline: 3px solid rgba(22, 171, 255, 0.6);
  outline-offset: 2px;
}

.homeLanding__tourMedia {
  height: 243px;
  background:
    linear-gradient(135deg, rgba(22, 171, 255, 0.14), rgba(140, 178, 183, 0.1)),
    radial-gradient(120% 90% at 20% 10%, rgba(255, 255, 255, 0.7), transparent 55%);
}

.homeLanding__tourMedia--b {
  background:
    linear-gradient(135deg, rgba(57, 144, 157, 0.18), rgba(204, 197, 185, 0.14)),
    radial-gradient(120% 90% at 20% 10%, rgba(255, 255, 255, 0.7), transparent 55%);
}

.homeLanding__tourImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.homeLanding__tourBody {
  padding: 1.2rem 1.2rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.homeLanding__tourTitle {
  font-weight: 900;
  line-height: 1.25;
  min-height: 2.6em;
}

.homeLanding__tourSummary {
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.55;
  min-height: 3.1em;
}

.homeLanding__tourMeta {
  display: inline-flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.homeLanding__chip {
  height: 35px;
  padding: 0 0.85rem;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(239, 239, 239, 1);
  font-weight: 900;
  font-size: 0.85rem;
}

.homeLanding__more {
  text-decoration: none;
  font-weight: 900;
  color: rgba(22, 171, 255, 1);
}

.homeLanding__gallery {
  background: rgba(204, 197, 185, 0.25);
  padding: 2.2rem 0 0.5rem;
}

.home-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}

.homeLanding__galleryGrid {
  display: grid;
  grid-template-columns: 374px 1fr;
  gap: 2rem;
  align-items: start;
}

.homeLanding__galleryBig {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.homeLanding__galleryBig img {
  width: 100%;
  height: 526px;
  object-fit: cover;
}

.homeLanding__gallerySmall {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.homeLanding__galleryTile {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.homeLanding__galleryTile img {
  width: 100%;
  height: 243px;
  object-fit: cover;
}

.homeLanding__galleryBigImg,
.homeLanding__galleryTileImg {
  display: block;
}

.homeLanding__empty {
  border-radius: 22px;
  border: 1px dashed rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.7);
  padding: 1.6rem 1.5rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.homeLanding__emptyTitle {
  font-weight: 900;
  font-size: 1.15rem;
}

.homeLanding__emptyDesc {
  margin-top: 0.35rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
  max-width: 64ch;
}

.homeLanding__emptyActions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.homeLanding__ctaPrimary--dark {
  background: rgba(17, 17, 17, 0.92);
  color: rgba(255, 255, 255, 0.94);
}

.homeLanding__emptyLink {
  font-weight: 900;
  color: rgba(22, 171, 255, 1);
  text-decoration: none;
}

.homeLanding__tourCard--skeleton {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.homeLanding__tourMedia--skeleton {
  height: 243px;
  background: rgba(239, 239, 239, 1);
}

.homeLanding__sLine {
  height: 14px;
  border-radius: 999px;
  background: rgba(239, 239, 239, 1);
}

.homeLanding__sLine--t {
  width: 92%;
}

.homeLanding__sLine--m {
  width: 74%;
}

.homeLanding__sChips {
  margin-top: 0.4rem;
  display: inline-flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.homeLanding__sChip {
  width: 92px;
  height: 35px;
  border-radius: 999px;
  background: rgba(239, 239, 239, 1);
  display: inline-block;
}

.homeLanding__footer {
  position: relative;
  overflow: hidden;
  background: #111111;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3.25rem 1.25rem 2.25rem;
}

.homeLanding__footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/public/assets/images/bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  filter: saturate(0.95) contrast(1.02);
}

.homeLanding__footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.22)),
    linear-gradient(90deg, rgba(102, 102, 102, 0.2), rgba(0, 0, 0, 0));
}

.homeLanding__footerTiles {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto 2.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.05rem;
}

.homeLanding__footerTile {
  background: rgba(115, 115, 115, 0.6);
  color: rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  padding: 1.1rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.homeLanding__dot {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  flex: none;
}

.homeLanding__dot--red {
  background: #ff0000;
}

.homeLanding__dot--blue {
  background: #0100f0;
}

.homeLanding__dot--teal {
  background: #8cb2b7;
}

.homeLanding__dot--green {
  background: #588370;
}

.homeLanding__subscribe {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(115, 115, 115, 0.5), rgba(115, 115, 115, 0));
  border-radius: 29px;
  padding: 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.homeLanding__subscribeLeft {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.homeLanding__subscribeIcon {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.homeLanding__subscribeTitle {
  font-weight: 900;
  color: rgba(255, 255, 255, 0.92);
}

.homeLanding__subscribeDesc {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
}

.homeLanding__subscribeBtn {
  text-decoration: none;
  padding: 0 1rem;
  height: 30px;
  border-radius: 15px;
  background: #ff0000;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
  transition: transform 160ms ease;
}

.homeLanding__subscribeBtn:hover {
  transform: translateY(-1px);
}

.homeLanding__footNote {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.1rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1024px) {
  .homeLanding__heroGrid {
    grid-template-columns: 1fr;
  }

  .homeLanding__heroCards {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 1rem;
  }

  .homeLanding__heroImageCard {
    position: static;
    width: 100%;
    height: 240px;
  }

  .homeLanding__heroText {
    padding-top: 5.25rem;
  }

  .homeLanding__search {
    grid-template-columns: 1fr;
  }

  .homeLanding__input,
  .homeLanding__searchBtn {
    height: 70px;
  }

  .homeLanding__featureRow {
    grid-template-columns: 1fr;
  }

  .homeLanding__grid {
    grid-template-columns: repeat(2, 374px);
  }

  .homeLanding__galleryGrid {
    grid-template-columns: 1fr;
  }

  .homeLanding__galleryBig img {
    height: 380px;
  }
}

@media (max-width: 768px) {
  .homeLanding__grid {
    grid-template-columns: 1fr;
  }

  .homeLanding__footerTiles {
    grid-template-columns: 1fr 1fr;
  }

  .homeLanding__subscribe {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homeLanding *,
  .homeLanding *::before,
  .homeLanding *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
