/* TripClap new homepage — companion to assets/js/home.js */

/* Homepage search autocomplete — align to input */
.tc-home-search-wrap {
  position: relative;
  width: 100%;
}

.tc-home-search-wrap > .autoComplete_list,
.tc-home-search-wrap > .tc-home-autocomplete-list,
#main-home-search_list {
  display: block !important;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  border-radius: 0.75rem;
  border: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.12);
  z-index: 60;
  max-height: 16rem;
  overflow-y: auto;
  box-sizing: border-box;
  visibility: visible !important;
  opacity: 1 !important;
}

.tc-home-search-wrap > .autoComplete_list .autoComplete_result,
.tc-home-search-wrap .autoComplete_result {
  padding: 0.55rem 0.85rem;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #1a1a1a;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.tc-home-search-wrap > .autoComplete_list .autoComplete_result:hover,
.tc-home-search-wrap .autoComplete_result:hover,
.tc-home-search-wrap > .autoComplete_list .autoComplete_result.autoComplete_selected,
.tc-home-search-wrap .autoComplete_result.autoComplete_selected {
  background: #fff0ef;
}

.tc-home-search-wrap > .autoComplete_list .autoComplete_highlighted,
.tc-home-search-wrap .autoComplete_highlighted {
  color: #d8392f;
  font-weight: 600;
}

/* Static homepage UI — no scroll-reveal or decorative motion (see home.js) */
.tc-home-page .js-hero-item,
.tc-home-page .js-home-reveal,
.tc-home-page .js-bento-card,
.tc-home-page .js-intl-card {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  visibility: visible !important;
  animation: none !important;
}

.tc-home-page .js-home-reveal,
.tc-home-page .js-bento-card,
.tc-home-page .js-intl-card,
.tc-home-page .tc-features-band,
.tc-home-page .tc-cta-band {
  transition: none !important;
}

.tc-home-page .animate-banner-glow,
.tc-home-page [class*='animate-hero'],
.tc-home-page [class*='animate-home'] {
  animation: none !important;
}

/* Cards & media: no lift/zoom on hover (frequent while scrolling) */
.tc-home-page img {
  transition: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .tc-home-page .group:hover img,
  .tc-home-page .group\/btn:hover i,
  .tc-home-page .group\/banner:hover i,
  .tc-home-page .group\/infl:hover img,
  .tc-home-page .tc-dest-card:hover,
  .tc-home-page .tc-influencer-card:hover,
  .tc-home-page .tc-promo-cell__link:hover,
  .tc-home-page .tc-partner-card:hover,
  .tc-home-page .tc-expert-card:hover,
  .tc-home-page .tc-month-grid a:hover,
  .tc-home-page .tc-stats-grid > div:hover,
  .tc-home-page article.rounded-\[14px\]:hover,
  .tc-home-page [class*='hover:-translate-y']:hover,
  .tc-home-page [class*='hover:scale-']:hover {
    transform: none !important;
  }

  .tc-home-page .group\/banner:hover,
  .tc-home-page [class*='hover:-translate-y-1']:hover {
    transform: none !important;
    box-shadow: inherit;
  }
}

/* Press feedback only — short transform on intentional clicks */
.tc-home-page button:not(.slick-arrow):not(.slick-prev):not(.slick-next),
.tc-home-page a[href]:not(.slick-arrow):not(.slick-prev):not(.slick-next),
.tc-home-page [role='button']:not(.slick-arrow):not(.slick-prev):not(.slick-next) {
  transition:
    transform 160ms cubic-bezier(0.23, 1, 0.32, 1),
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease,
    box-shadow 150ms ease !important;
}

.tc-home-page .slick-prev,
.tc-home-page .slick-next {
  position: absolute !important;
  top: 50% !important;
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  border: none !important;
  border-radius: 9999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.1), 0 0 0 1px rgba(26, 26, 26, 0.06) !important;
  transform: translateY(-50%) !important;
  z-index: 5 !important;
  cursor: pointer !important;
  transition: background-color 150ms ease, box-shadow 150ms ease !important;
}

.tc-home-page .slick-prev {
  left: 0.35rem !important;
  right: auto !important;
}

.tc-home-page .slick-next {
  right: 0.35rem !important;
  left: auto !important;
}

.tc-home-page .slick-prev.hidden,
.tc-home-page .slick-next.hidden {
  display: inline-flex !important;
  visibility: visible !important;
}

.tc-home-page .slick-prev::before,
.tc-home-page .slick-next::before {
  content: '' !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  display: block !important;
  width: 0.5rem !important;
  height: 0.5rem !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-family: inherit !important;
  font-size: 0 !important;
  color: transparent !important;
  border-top: 2px solid #1a1a1a !important;
  border-right: 2px solid #1a1a1a !important;
  opacity: 0.9 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tc-home-page .slick-prev::before {
  transform: rotate(-135deg) !important;
  margin-left: 2px;
}

.tc-home-page .slick-next::before {
  transform: rotate(45deg) !important;
  margin-right: 2px;
}

.tc-home-page .slick-prev::after,
.tc-home-page .slick-next::after {
  display: none !important;
  content: none !important;
}

.tc-home-page .slick-prev:hover,
.tc-home-page .slick-next:hover,
.tc-home-page .slick-prev:focus,
.tc-home-page .slick-next:focus {
  transform: translateY(-50%) !important;
}

.tc-home-page .slick-prev:hover::before,
.tc-home-page .slick-next:hover::before,
.tc-home-page .slick-prev:focus::before,
.tc-home-page .slick-next:focus::before {
  opacity: 1 !important;
}

.tc-home-page input,
.tc-home-page [data-tc-search-tab] {
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    background-color 150ms ease,
    color 150ms ease !important;
}

.tc-home-page .tc-home-section-cta {
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease,
    transform 160ms cubic-bezier(0.23, 1, 0.32, 1) !important;
}

.tc-home-slider:not(.slick-initialized):not(.tc-native-scroll):not(.regular) .tc-slide-item {
  opacity: 1;
  transform: none;
}

.tc-home-slider.tc-native-scroll .tc-slide-item,
.tc-home-page .tc-home-slider.regular:not(.slick-initialized) .tc-slide-item {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.tc-home-slider.slick-initialized .tc-slide-item,
.tc-slide-item--ready {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.tc-home-slider .slick-list {
  overflow: hidden;
}

/* Destination/country cards visible before Slick inits */
.tc-home-page .tc-home-slider .tc-slide-item {
  opacity: 1 !important;
  transform: none !important;
}

/* Desktop/tablet fallback before Slick inits */
@media (min-width: 768px) {
  .tc-home-page .tc-home-slider:not(.slick-initialized):not(.tc-native-scroll) {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.25rem;
  }

  .tc-home-page .tc-home-slider:not(.slick-initialized):not(.tc-native-scroll) .tc-slide-item {
    flex: 0 0 min(72vw, 11rem);
    scroll-snap-align: start;
    opacity: 1 !important;
    transform: none !important;
  }

  .tc-home-page .tc-home-slider:not(.slick-initialized):not(.tc-native-scroll) .tc-dest-card {
    min-height: 14rem;
  }
}

/* Card sliders — full-width slides on mobile with peek */
.tc-slider-cards .slick-track {
  display: flex !important;
  align-items: stretch;
}

.tc-slider-cards .slick-slide {
  height: auto;
}

.tc-slider-cards .slick-slide > div {
  width: 100%;
  height: 100%;
}

.tc-slider-cards .tc-dest-card {
  width: 100%;
  min-width: 10.5rem;
  min-height: 13.5rem;
}

@media (min-width: 640px) {
  .tc-slider-cards .tc-dest-card {
    min-width: 12.5rem;
    min-height: 15.5rem;
  }
}

@media (min-width: 1024px) {
  .tc-slider-cards .tc-dest-card {
    min-width: 13.75rem;
    min-height: 17rem;
  }
}

.tc-slider-cards.slick-initialized .slick-slide {
  height: auto;
}

/* Destination/country sliders need taller track; partner sliders stay compact */
.tc-slider-cards.slick-initialized:not(.tc-slider-partners) .slick-list {
  min-height: 13.5rem;
}

@media (min-width: 640px) {
  .tc-slider-cards.slick-initialized:not(.tc-slider-partners) .slick-list {
    min-height: 15.5rem;
  }
}

.tc-home-page .tc-slider-partners.slick-initialized .slick-list {
  min-height: 0 !important;
}

.tc-home-page .tc-slider-partners .slick-track {
  align-items: flex-start !important;
}

.tc-home-page .tc-slider-partners .slick-slide {
  height: auto !important;
}

.tc-home-page .tc-slider-partners .slick-slide > div {
  height: auto !important;
}

.tc-home-page .tc-slider-partners .tc-partner-card,
.tc-home-page .tc-slider-partners .tc-expert-card {
  min-height: 0;
}

.tc-home-page .tc-partners-section .tc-slider-shell {
  padding-bottom: 0.15rem;
}

@media (min-width: 768px) {
  .tc-home-page .tc-partners-section .tc-slider-shell {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.tc-home-section {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .tc-home-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .tc-home-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.tc-home-section-head .tc-home-section-cta {
  width: 100%;
  justify-content: center;
}

@media (min-width: 640px) {
  .tc-home-section-head .tc-home-section-cta {
    width: auto;
    justify-content: flex-start;
  }
}

.tc-intl-scroll {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.tc-intl-scroll::-webkit-scrollbar {
  height: 4px;
}

.tc-intl-scroll::-webkit-scrollbar-thumb {
  background: rgba(216, 57, 47, 0.35);
  border-radius: 4px;
}

/* Double-bezel slider shell — overflow visible so inset arrows are not clipped */
.tc-home-page .tc-slider-shell {
  position: relative;
  overflow: visible !important;
}

.tc-home-page .tc-slider-shell .tc-home-slider.slick-initialized,
.tc-home-page .tc-home-slider.slick-initialized.slick-slider {
  position: relative;
  overflow: visible;
}

/* Card sliders — horizontal scroll when Slick unslicks (custom.js breakpoint 480) */
@media (max-width: 480px) {
  .tc-home-page .tc-native-scroll,
  .tc-home-page .tc-partner-native-scroll,
  .tc-home-page .tc-home-slider.regular:not(.slick-initialized) {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0.25rem;
    padding: 0.35rem 0.25rem 0.5rem;
    margin: 0;
  }

  .tc-home-page .tc-native-scroll::-webkit-scrollbar,
  .tc-home-page .tc-partner-native-scroll::-webkit-scrollbar {
    height: 4px;
  }

  .tc-home-page .tc-native-scroll::-webkit-scrollbar-thumb,
  .tc-home-page .tc-partner-native-scroll::-webkit-scrollbar-thumb {
    background: rgba(216, 57, 47, 0.35);
    border-radius: 4px;
  }

  .tc-home-page .tc-native-scroll .tc-slide-item,
  .tc-home-page .tc-partner-native-scroll .tc-slide-item,
  .tc-home-page .tc-home-slider.regular:not(.slick-initialized) .tc-slide-item {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    opacity: 1 !important;
    transform: none !important;
    scroll-snap-align: start;
  }

  .tc-home-page .tc-native-scroll .tc-dest-card,
  .tc-home-page .tc-home-slider.regular:not(.slick-initialized) .tc-dest-card {
    width: 10.5rem;
    min-width: 10.5rem;
    max-width: none !important;
  }

  .tc-home-page .tc-native-scroll .tc-partner-card,
  .tc-home-page .tc-home-slider.regular:not(.slick-initialized) .tc-partner-card {
    width: 9.25rem;
    min-width: 9.25rem;
    max-width: none !important;
  }

  .tc-home-page .tc-native-scroll .tc-expert-card,
  .tc-home-page .tc-home-slider.regular:not(.slick-initialized) .tc-expert-card {
    width: min(78vw, 17rem);
    min-width: 16rem;
    max-width: none !important;
  }

  .tc-home-page .tc-native-scroll .tc-influencer-card,
  .tc-home-page .tc-home-slider.regular:not(.slick-initialized) .tc-influencer-card {
    width: 7.25rem;
    min-width: 7.25rem;
    max-width: none !important;
  }

  .tc-home-page .tc-native-scroll .tc-slide-item > article,
  .tc-home-page .tc-native-scroll .tc-slide-item .package-card-wrapper,
  .tc-home-page .tc-home-slider.regular:not(.slick-initialized) .tc-slide-item > article,
  .tc-home-page .tc-home-slider.regular:not(.slick-initialized) .tc-slide-item .package-card-wrapper {
    width: min(82vw, 19rem);
    min-width: min(82vw, 19rem);
    max-width: none !important;
  }

  .tc-home-page .tc-native-scroll .tc-slide-item > article,
  .tc-home-page .tc-home-slider.regular:not(.slick-initialized) .tc-slide-item > article {
    min-height: 280px;
  }

  .tc-home-page .tc-home-slider.regular:not(.slick-initialized)::-webkit-scrollbar {
    height: 4px;
  }

  .tc-home-page .tc-home-slider.regular:not(.slick-initialized)::-webkit-scrollbar-thumb {
    background: rgba(216, 57, 47, 0.35);
    border-radius: 4px;
  }
}

/* Desktop — extra padding so inset arrows sit over slides */
@media (min-width: 768px) {
  .tc-home-page .tc-slider-cards.slick-initialized,
  .tc-home-page .tc-slider-influencer.slick-initialized {
    padding-bottom: 0.25rem;
  }

  .tc-home-page .tc-slider-shell--active .slick-prev,
  .tc-home-page .tc-slider-cards.slick-initialized .slick-prev,
  .tc-home-page .tc-slider-partners.slick-initialized .slick-prev,
  .tc-home-page .tc-slider-influencer.slick-initialized .slick-prev {
    left: 0.5rem !important;
  }

  .tc-home-page .tc-slider-shell--active .slick-next,
  .tc-home-page .tc-slider-cards.slick-initialized .slick-next,
  .tc-home-page .tc-slider-partners.slick-initialized .slick-next,
  .tc-home-page .tc-slider-influencer.slick-initialized .slick-next {
    right: 0.5rem !important;
  }

  .tc-home-page .tc-slider-shell--active .slick-prev:hover,
  .tc-home-page .tc-slider-shell--active .slick-next:hover,
  .tc-home-page .tc-slider-cards.slick-initialized .slick-prev:hover,
  .tc-home-page .tc-slider-cards.slick-initialized .slick-next:hover,
  .tc-home-page .tc-slider-partners.slick-initialized .slick-prev:hover,
  .tc-home-page .tc-slider-partners.slick-initialized .slick-next:hover,
  .tc-home-page .tc-slider-influencer.slick-initialized .slick-prev:hover,
  .tc-home-page .tc-slider-influencer.slick-initialized .slick-next:hover {
    transform: translateY(-50%) !important;
    background: #fff !important;
  }

  .tc-home-page .tc-slider-influencer.slick-initialized .slick-list {
    overflow: hidden;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-slide-item,
  .tc-slide-item--ready {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Hero — travel SVG decor (contained, no horizontal bleed) */
.tc-hero__decor {
  z-index: 0;
}

.tc-hero__blob {
  position: absolute;
  width: min(72vw, 18rem);
  height: min(72vw, 18rem);
}

.tc-hero__blob--blush {
  top: 0;
  left: 0;
  transform: translate(-12%, -8%);
}

.tc-hero__blob--glow {
  right: 0;
  bottom: 10%;
  transform: translate(8%, 0);
  width: min(56vw, 14rem);
  height: min(56vw, 14rem);
}

.tc-hero__arc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14%;
  width: 100%;
  height: min(38vw, 12rem);
  pointer-events: none;
}

/* Hero — desktop editorial split (image sits in viewport gutter, not over copy/search) */
@media (min-width: 768px) {
  .tc-home-page .tc-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .tc-hero__inner {
    flex: 1;
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 2.5rem;
  }

  .tc-hero__layout {
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .tc-hero__main {
    padding-right: 0.25rem;
  }

  .tc-hero__aside {
    position: relative;
    z-index: 3;
  }

  .tc-hero__search-shell {
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.9) inset,
      0 20px 50px rgba(216, 57, 47, 0.12),
      0 8px 24px rgba(26, 26, 26, 0.06);
  }

  .tc-hero__media {
    z-index: 1;
    top: 0;
    bottom: 0;
    left: auto;
    width: min(44vw, 26rem);
    right: 0;
    padding-top: 4.25rem;
    padding-bottom: 3.25rem;
    box-sizing: border-box;
  }

  .tc-hero__media-shell {
    height: 100%;
    min-height: 20rem;
    max-height: calc(100dvh - 9.5rem);
    border-radius: 2rem 0 0 2rem;
  }

  .tc-hero__media-img {
    width: 100%;
    object-position: 58% 36%;
  }

  .tc-hero__media-shade {
    background:
      linear-gradient(102deg, #fafafa 0%, rgba(250, 250, 250, 0.92) 18%, rgba(250, 250, 250, 0.35) 42%, transparent 58%),
      linear-gradient(180deg, rgba(255, 240, 239, 0.22) 0%, transparent 45%, rgba(26, 26, 26, 0.04) 100%);
  }

  .tc-curve-divider--hero {
    z-index: 4;
  }
}

@media (min-width: 900px) {
  .tc-hero__media {
    width: clamp(16rem, 34vw, 28rem);
    right: max(0.5rem, calc((100vw - 75rem) / 2));
  }
}

@media (min-width: 1024px) {
  .tc-hero__inner {
    padding-bottom: 3rem;
  }

  .tc-hero__media {
    padding-top: 4.75rem;
    padding-bottom: 3.75rem;
    width: clamp(17rem, 30vw, 32rem);
    right: max(0.75rem, calc((100vw - 75rem) / 2));
  }

  .tc-hero__media-shell {
    min-height: 24rem;
    max-height: calc(100dvh - 8.5rem);
  }
}

@media (min-width: 1280px) {
  .tc-hero__media {
    width: min(32rem, calc((100vw - 75rem) / 2 + 8rem));
    right: max(0.75rem, calc((100vw - 75rem) / 2));
  }
}

/* Hero — curved image (double-bezel shell) */
.tc-hero__media {
  z-index: 1;
  overflow: hidden;
}

.tc-hero__media-shell {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 2rem 0 0 2rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 24px 48px rgba(216, 57, 47, 0.06);
}

.tc-hero__media-frame {
  height: 100%;
  overflow: hidden;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.tc-hero__media-img {
  max-width: none;
  width: 105%;
  height: 100%;
  object-position: 58% 40%;
  clip-path: url(#tcHeroMediaClip);
}

.tc-hero__media-shade {
  background:
    linear-gradient(102deg, #fafafa 0%, rgba(250, 250, 250, 0.88) 20%, rgba(250, 250, 250, 0.25) 48%, transparent 62%),
    linear-gradient(180deg, rgba(255, 240, 239, 0.28) 0%, transparent 42%, rgba(26, 26, 26, 0.05) 100%);
  pointer-events: none;
}

.tc-hero__media-edge,
.tc-hero__media-rim {
  pointer-events: none;
}

/* Dynamic website promo banner (1920×380 asset) */
.tc-dynamic-website-banner__img {
  display: block;
  max-height: none;
  aspect-ratio: 1920 / 380;
}

@media (max-width: 639px) {
  .tc-dynamic-website-banner__link {
    border-radius: 1rem;
  }

  .tc-dynamic-website-banner__img {
    aspect-ratio: auto;
    min-height: 7.5rem;
    object-fit: cover;
    object-position: left center;
  }
}

/* Section curve dividers — single smooth path, no stretch artifacts */
.tc-curve-divider {
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

.tc-curve-divider__svg {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.tc-curve-divider--hero {
  height: clamp(2.5rem, 6vw, 4rem);
}

.tc-curve-divider--hero .tc-curve-divider__svg {
  height: 100%;
}

/* Why TripClap — smooth in-flow curves (no absolute stretch) */
.tc-features-band {
  position: relative;
  margin: 0;
  background: transparent;
  overflow: hidden;
}

.tc-features-wave {
  display: block;
  width: 100%;
  line-height: 0;
}

.tc-features-wave svg {
  display: block;
  width: 100%;
  height: clamp(2.25rem, 5vw, 4.5rem);
}

.tc-features-wave--top {
  margin-top: clamp(-1.5rem, -3vw, -2.5rem);
}

.tc-features-band__body {
  background: #1a1a1a;
  padding: 2.5rem 0 3rem;
}

@media (min-width: 768px) {
  .tc-features-band__body {
    padding: 3rem 0 4rem;
  }
}

.tc-features-wave--bottom {
  margin-bottom: -1px;
}

.tc-home-page .tc-features-band + .relative {
  padding-top: 0;
}

/* Hero — mobile: clear fixed header (h-16 = 64px) + layout pt-8 */
@media (max-width: 767px) {
  .tc-home-page .tc-hero {
    padding-top: max(5.25rem, calc(4.75rem + env(safe-area-inset-top, 0px)));
    padding-bottom: 1.75rem;
  }

  .tc-hero__arc {
    bottom: 10%;
    height: min(32vw, 9rem);
  }

  .tc-home-page .tc-hero-stats {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .tc-hero__arc {
    bottom: 16%;
    height: min(22vw, 10rem);
  }

}

@media (max-width: 767px) {
  .tc-hero__media {
    display: none !important;
  }

  .tc-home-page .tc-hero {
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 639px) {
  .tc-home-page .tc-hero .js-hero-item:first-of-type {
    margin-top: 0.25rem;
  }
}

/* Offers & benefits — same band system as Why TripClap */
.tc-promo-band {
  position: relative;
  margin: 0;
  background: transparent;
  overflow: hidden;
}

.tc-promo-band__body {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .tc-promo-band__body {
    padding-bottom: 4rem;
  }
}

.tc-promo-cell__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tc-promo-cell__list li {
  position: relative;
  padding-left: 0.85rem;
}

.tc-promo-cell__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(242, 90, 79, 0.65);
}

/* Decorative panels (dark-surface mock, optional visual) */
.tc-promo-panel {
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.tc-promo-panel__label {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.tc-promo-panel__amount {
  margin: 0.2rem 0 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.tc-promo-panel__badge {
  margin: 0.5rem 0 0;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
}

.tc-promo-panel__badge .fa {
  margin-right: 0.25rem;
  color: #f25a4f;
}

.tc-promo-panel__zero {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #f25a4f;
}

.tc-promo-panel__zero small {
  font-size: 1rem;
}

.tc-promo-panel__emi-note {
  margin: 0.35rem 0 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}

.tc-promo-panel__status {
  margin: 0.25rem 0 0;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1023px) {
  .tc-promo-panel {
    display: none;
  }
}

.tc-home-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 639px) {
  .tc-home-page .tc-home-slider .slick-dots {
    bottom: -1.25rem;
  }

  .tc-home-page .tc-bento-grid .js-bento-card:first-child {
    min-height: 11rem !important;
  }

  .tc-home-page .tc-bento-grid .js-bento-card {
    min-height: 9.5rem;
  }

  .tc-home-page .tc-bento-grid .js-bento-card .tc-bento-title--featured {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .tc-home-page .tc-holiday-row {
    gap: 0.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .tc-home-page .tc-holiday-row .tc-holiday-arrow {
    display: none;
  }

  .tc-home-page .tc-month-grid {
    gap: 0.5rem 0.75rem;
  }

  .tc-home-page .tc-month-grid a img {
    width: 3.5rem;
    height: 3.5rem;
  }

  .tc-home-page .tc-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .tc-home-page .tc-cta-band .tc-cta-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .tc-home-page .tc-cta-band .tc-cta-actions > * {
    width: 100%;
    justify-content: center;
  }

  .tc-home-page .tc-features-band {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tc-home-page .tc-features-band .tc-feature-cell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  /* Slick-only mobile tweaks (native scroll uses rules above) */
  .tc-home-page .tc-slider-cards.slick-initialized {
    padding-bottom: 1.75rem;
  }

  .tc-home-page .tc-slider-cards.slick-initialized .slick-list {
    overflow: hidden;
    margin: 0;
  }

  .tc-home-page .tc-slider-cards.slick-initialized .slick-slide {
    padding: 0 0.3rem;
  }

  .tc-home-page .tc-native-scroll {
    padding-bottom: 0.35rem;
  }

  .tc-home-page .tc-influencer-card .tc-influencer-avatar {
    height: 7.25rem;
    width: 7.25rem;
  }
}

@media (min-width: 640px) {
  .tc-home-page .tc-influencer-card {
    width: 8.25rem;
  }

  .tc-home-page .tc-influencer-card .tc-influencer-avatar {
    height: 8.25rem;
    width: 8.25rem;
  }
}

@media (min-width: 768px) {
  .tc-home-page .tc-influencer-card .tc-influencer-avatar {
    height: 9.25rem;
    width: 9.25rem;
  }
}

/* ── Floating travel chat launcher (homepage) ── */
.nb-chat-launcher {
  --nb-ease: cubic-bezier(0.32, 0.72, 0, 1);
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 90;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-tap-highlight-color: transparent;
  transition:
    opacity 420ms var(--nb-ease),
    visibility 420ms var(--nb-ease),
    transform 520ms var(--nb-ease);
}

.nb-chat-launcher__bezel {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0.35rem 0.4rem 0.35rem 0.35rem;
  border-radius: 9999px;
  background: linear-gradient(145deg, rgba(255, 240, 239, 0.98) 0%, rgba(255, 255, 255, 0.92) 55%, rgba(255, 240, 239, 0.88) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 48px rgba(216, 57, 47, 0.14),
    0 6px 20px rgba(26, 26, 26, 0.06);
  border: 1px solid rgba(216, 57, 47, 0.14);
  transition:
    transform 520ms var(--nb-ease),
    box-shadow 520ms var(--nb-ease);
}

/* Chat bubble + human avatar */
.nb-chat-launcher__bubble {
  position: relative;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  z-index: 2;
  animation: nb-chat-heartbeat 2.4s var(--nb-ease) infinite;
  transform-origin: center center;
}

.nb-chat-launcher__pulse-ring {
  position: absolute;
  inset: -2px;
  border-radius: 9999px;
  border: 2px solid rgba(216, 57, 47, 0.45);
  pointer-events: none;
  animation: nb-chat-ring-pulse 2.4s var(--nb-ease) infinite;
}

.nb-chat-launcher__pulse-ring--delay {
  animation-delay: 1.2s;
}

.nb-chat-launcher__bubble-body {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.nb-chat-launcher__bubble-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 6px 14px rgba(26, 26, 26, 0.1));
}

.nb-chat-launcher__avatar {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 2.35rem;
  height: 2.35rem;
  object-fit: cover;
  border-radius: 9999px;
  transform: translate(-50%, calc(-50% - 2px));
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(26, 26, 26, 0.12);
}

.nb-chat-launcher__live {
  position: absolute;
  top: 0.15rem;
  right: 0.2rem;
  z-index: 3;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 9999px;
  background: #3ecf8e;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(62, 207, 142, 0.4);
  animation: nb-chat-live 1.8s var(--nb-ease) infinite;
}

.nb-chat-launcher__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: -0.35rem;
  padding: 0.5rem 0.5rem 0.5rem 0.85rem;
  border-radius: 9999px;
  color: #fff;
  background: linear-gradient(128deg, #e0453a 0%, #d8392f 42%, #b82f28 100%);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.22),
    0 10px 28px rgba(216, 57, 47, 0.28);
  transition:
    transform 520ms var(--nb-ease),
    box-shadow 520ms var(--nb-ease);
}

.nb-chat-launcher__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  padding-right: 0.15rem;
  text-align: left;
}

.nb-chat-launcher__eyebrow {
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.2;
}

.nb-chat-launcher__title {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #fff;
}

.nb-chat-launcher__hint {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.78);
}

.nb-chat-launcher__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  margin-left: 0.1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 520ms var(--nb-ease);
}

.nb-chat-launcher__arrow svg {
  width: 0.85rem;
  height: 0.85rem;
  color: #fff;
}

.nb-chat-launcher__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nb-chat-launcher:hover .nb-chat-launcher__bezel,
.nb-chat-launcher:focus-visible .nb-chat-launcher__bezel {
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 22px 56px rgba(216, 57, 47, 0.2),
    0 10px 28px rgba(26, 26, 26, 0.08);
}

.nb-chat-launcher:hover .nb-chat-launcher__chip,
.nb-chat-launcher:focus-visible .nb-chat-launcher__chip {
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.28),
    0 14px 36px rgba(216, 57, 47, 0.38);
}

.nb-chat-launcher:hover .nb-chat-launcher__arrow,
.nb-chat-launcher:focus-visible .nb-chat-launcher__arrow {
  transform: translate(2px, -2px) scale(1.05);
}

.nb-chat-launcher:active .nb-chat-launcher__bezel {
  transform: translateY(-1px) scale(0.98);
}

.nb-chat-launcher:active .nb-chat-launcher__bubble {
  animation: none;
  transform: scale(0.96);
}

.nb-chat-launcher:active .nb-chat-launcher__chip {
  transform: scale(0.99);
}

.nb-chat-launcher:focus-visible {
  outline: none;
}

.nb-chat-launcher:focus-visible .nb-chat-launcher__bezel {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 48px rgba(216, 57, 47, 0.14),
    0 0 0 3px #fafafa,
    0 0 0 5px rgba(216, 57, 47, 0.45);
}

.nb-chat-launcher--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.94);
}

.nb-chat-launcher--hidden .nb-chat-launcher__bubble,
.nb-chat-launcher--hidden .nb-chat-launcher__pulse-ring {
  animation: none !important;
}

@keyframes nb-chat-heartbeat {
  0%,
  100% {
    transform: scale(1);
  }

  12% {
    transform: scale(1.09);
  }

  24% {
    transform: scale(1);
  }

  36% {
    transform: scale(1.06);
  }

  48% {
    transform: scale(1);
  }
}

@keyframes nb-chat-ring-pulse {
  0% {
    transform: scale(1);
    opacity: 0.65;
  }

  65% {
    transform: scale(1.45);
    opacity: 0;
  }

  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

@keyframes nb-chat-live {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.12);
    opacity: 0.85;
  }
}

@media (max-width: 640px) {
  .nb-chat-launcher {
    right: 1rem;
    bottom: 1rem;
  }

  .nb-chat-launcher__chip,
  .nb-chat-launcher__arrow {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .nb-chat-launcher__bezel {
    padding: 0.3rem;
  }

  .nb-chat-launcher__bubble {
    width: 4rem;
    height: 4rem;
  }

  .nb-chat-launcher__avatar {
    width: 2.65rem;
    height: 2.65rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  .nb-chat-launcher,
  .nb-chat-launcher__bezel,
  .nb-chat-launcher__chip,
  .nb-chat-launcher__arrow {
    transition-duration: 0.01ms;
  }

  .nb-chat-launcher__bubble,
  .nb-chat-launcher__pulse-ring,
  .nb-chat-launcher__live {
    animation: none !important;
  }
}
