.tripy-home-kicker {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5b5bff;
}

.tripy-home-hero {
  display: grid;
  gap: 20px;
  padding: 0px;
}




.tripy-home-hero__floating {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.tripy-home-hero__floating-start,
.tripy-home-hero__floating-end {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 8;
  pointer-events: auto;
}

.tripy-home-hero__floating-end {
  position: relative;
  z-index: 8;
  pointer-events: auto;
}


.tripy-home-hero__bookings,
.tripy-home-hero__wallet,
.tripy-home-hero__prefs,
.tripy-home-hero__auth {
  position: relative;
  z-index: 9;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 35px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgb(73 57 57 / 35%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.tripy-home-hero__wallet span:last-child {
  color: #fffef9;
  font-weight: 800;
}

.tripy-home-hero__wallet img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: none;
}



.tripy-home-hero__bookings,
.tripy-home-hero__auth {
  white-space: nowrap;
}

.tripy-home-hero__avatar-btn {
  position: relative;
  width: 74px;
  height: 60px;
  padding: 0;
  border: 0;
  cursor: pointer;
  border-radius: 0 24px 24px 0;
  background: linear-gradient(135deg, #0f172a, #1d4ed8 62%, #22c55e);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tripy-home-hero__avatar-ring {
  width: 50px;
  height: 50px;
  padding: 3px;
  border-radius: 999px;
  background: conic-gradient(
    #22c55e calc(var(--tripy-profile-progress, 0) * 1turn),
    rgba(255, 255, 255, 0.28) 0
  );
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.16);
}

.tripy-home-hero__avatar-img,
.tripy-home-hero__avatar-fallback {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  object-fit: cover;
  background: #fff;
}

.tripy-home-hero__avatar-fallback {
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
}

.tripy-home-hero__avatar-menu {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 4px 10px rgba(15,23,42,0.22);
  display: grid;
  place-items: center;
}

.tripy-home-hero__avatar-menu span {
  display: block;
  width: 10px;
  height: 1.8px;
  margin: 1px 0;
  border-radius: 999px;
  background: #334155;
}

.tripy-home-hero__auth--primary {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.96), rgb(55 69 186 / 84%));
    border-color: #fefefe;
    box-shadow: 0 16px 30px rgba(31, 112, 219, 0.24);
}

.tripy-home-hero__prefs img {
  width: 22px;
  height: 14px;
  border-radius: 4px;
  object-fit: cover;
}

.tripy-home-hero__wallet img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  
}

.tripy-home-hero__copy {
  max-width: 760px;
  color: #fff;
}

.tripy-home-hero__copy h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.01;
  letter-spacing: -0.04em;
}

.tripy-home-hero__copy p {
  margin: 0;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.84);
}


@keyframes tripyHeroDockSpin {
  to { transform: rotate(360deg); }
}

@keyframes tripyHeroDockPulse {
  0%, 100% { transform: translateY(-50%) scale(1); }
  50% { transform: translateY(-50%) scale(1.07); }
}

.tripy-home-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 12px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12);
}

.tripy-home-search input {
  min-height: 60px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 24px;
  color: var(--tripy-text);
}

.tripy-home-search button {
  min-width: 150px;
}

.tripy-home-search__smart {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  margin-top: -10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #78d437, #6d5cff 52%, #18b7d8);
  color: #fff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
}

.tripy-home-search__smart span {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.tripy-home-search__smart small {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 700;
}

.tripy-home-smart-search {
  position: relative;
  z-index: 11;
  width: min(94vw, 1780px);
  margin: -35px auto;
  padding: 7px;
  border: 0;
  border-radius: 45px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.22);
}

.tripy-home-smart-search__tip {
  position: absolute;
     left: 70px;
    top: -16px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 23px;
  padding: 0 11px;
  border-radius: 35px 35px 0px 0px;
  color: #ffffff;
  background: linear-gradient(100deg, #7555ff, #13b8d7, #34c759, #ffe658, #ff5ab3, #7555ff);
  background-size: 260% 100%;
  box-shadow: 0 8px 18px rgba(30, 76, 180, 0.24);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: lowercase;
  white-space: nowrap;
  animation: tripySmartTipFlow 3.8s linear infinite;
}

.tripy-home-smart-search__tip span {
  display: grid;
  place-items: center;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  color: transparent;
  background: #ffffff;
  font-size: 8px;
  overflow: hidden;
}

.tripy-home-smart-search__tip span::before {
  content: "✦";
  background: linear-gradient(100deg, #7555ff, #13b8d7, #34c759, #ffe658, #ff5ab3, #7555ff);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: tripySmartTipFlow 3.8s linear infinite reverse;
}

.tripy-home-smart-search__shell {
     min-height: 60px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 66px;
    align-items: center;
    gap: 12px;
    padding: 6px 7px 6px 28px;
    border-radius: 70px 70px 0px 0px;
    background: rgb(241 237 237);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.92);
}

.tripy-home-smart-search__field {
  position: relative;
  min-width: 0;
  height: 56px;
  display: flex;
  align-items: center;
}

.tripy-home-smart-search__input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 56px;
  min-width: 0;
  border: 0;
  outline: 0;
  padding-left: 40px;
  background: transparent;
  color: #677482f7;
  font-family: Arial, roboto;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.tripy-home-smart-search__hint {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
}

.tripy-home-smart-search.has-value .tripy-home-smart-search__hint {
  opacity: 0;
}

.tripy-home-smart-search__hint-prefix {
     flex: 0 0 auto;
    margin-right: 9px;
    color: rgb(84 69 69 / 83%);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
}

.tripy-home-smart-search__hint-quote {
  flex: 0 0 auto;
  color: rgb(11 91 167 / 70%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 700;
}

.tripy-home-smart-search__hint-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    background: linear-gradient(90deg, #1a1818, #1687d9 25%, #0f9f73 54%, #ab9b0b 76%, #d439f4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.16;
}

.tripy-home-smart-search__caret {
  flex: 0 0 auto;
  width: 2px;
  height: 28px;
  margin: 0 4px;
  border-radius: 2px;
  background: #2f6bff;
  animation: tripySmartSearchCaret 0.78s steps(2, start) infinite;
}

.tripy-home-smart-search__submit {
  width: 50px;
  height: 50px;
  border: 0px solid rgba(15, 23, 42, 0);
  border-radius: 999px;
  position: relative;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: #ffffff00;
  overflow: visible;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.tripy-home-smart-search__submit:hover,
.tripy-home-smart-search__submit:focus-visible {
  transform: translateY(-1px) scale(1.03);
  border-color: rgba(57, 201, 255, 0.42);
  box-shadow: 0 14px 30px rgba(25, 118, 210, 0.18);
}

.tripy-home-smart-search__lens {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  animation: tripySmartLensFloat 1.9s ease-in-out infinite;
}

.tripy-home-smart-search__lens-ring {
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: conic-gradient(from 0deg, #7555ff, #13b8d7, #34c759, #ffe658, #ff5ab3, #7555ff);
  -webkit-mask: radial-gradient(circle, transparent 0 58%, #000 60%);
  mask: radial-gradient(circle, transparent 0 58%, #000 60%);
}

.tripy-home-smart-search__lens::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 6px;
  width: 12px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(100deg, #13b8d7, #34c759, #ffe658, #ff5ab3);
  transform: rotate(45deg) translate(5px, 4px);
  transform-origin: center;
}

@keyframes tripySmartSearchCaret {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

@keyframes tripySmartLensFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-6px) rotate(6deg); }
}

@keyframes tripySmartTipFlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 260% 50%; }
}

.tripy-home-categories {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 112px;
  gap: 18px;
  overflow-x: auto;
  padding: 16px 14px 7px;
}

.tripy-home-category {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--tripy-text);
}

.tripy-home-category__icon {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(224, 242, 254, 0.94));
  border: 2px solid rgba(34, 197, 94, 0.28);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
  font-size: 26px;
}

.tripy-home-category__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tripy-home-category__label {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.tripy-home-section {
  display: grid;
  gap: 18px;
  padding: 24px;
}

.tripy-home-section__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.tripy-home-section__title {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(20px, 2.7vw, 40px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.tripy-home-section__title-lead {
  font-weight: 800;
  font-size: 16px;
  color: rgba(15, 23, 42, 0.55);
}

.tripy-home-section__title-middle {
  font-weight: 900;
  font-size: 16px;
  color: #6366f1;
  letter-spacing: 0.2px;
}

.tripy-home-section__title-main {
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
  color: #15803d;
  letter-spacing: 0.18px;
}

.tripy-home-viewall {
  padding: 0;
  background: transparent;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: #6a4be8;
}


.tripy-home-section__head h2 {
  margin: 0;
  
}

.tripy-home-section__title {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tripy-home-section__title-lead {
  font-size: 16px;
  font-weight: 600;
  color: rgba(15, 23, 42, 0.56);
  letter-spacing: 0.2px;
}

.tripy-home-section__title-middle {
  font-size: 17px;
  font-weight: 800;
  color: #6366f1;
  letter-spacing: 0.3px;
}

.tripy-home-section__title-main {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #15803d;
  letter-spacing: 0.3px;
}

.tripy-home-viewall {
  min-height: 0;
  padding: 0;
  background: transparent;
  color: #6a4be8;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.3px;
}


.tripy-home-section__rail {
  display: grid;
  grid-auto-flow: column;
 grid-auto-columns: minmax(260px, 300px);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
}

.tripy-home-holiday__rail {
  display: flex;
  align-items: stretch;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 10px;
  scroll-snap-type: x mandatory;
}

.tripy-home-coupon-shell {
  margin: 12px 0 6px;
  border-radius: 26px 26px 0 0;
  background: conic-gradient(from 180deg at 50% 50%, #22c55e, #0ea5e9, #a855f7, #f97316, #fbbf24, #22c55e);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
  overflow: hidden;
}

.tripy-home-coupon-shell__top {
  padding: 14px 18px 8px;
}

.tripy-home-coupon-shell__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: baseline;
  color: #fff;
}

.tripy-home-coupon-shell__eyebrow span {
  font-size: 11px;
  font-style: italic;
  font-weight: 500;
  opacity: 0.78;
}

.tripy-home-coupon-shell__eyebrow strong {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.tripy-home-coupon-shell__body {
  margin: 0 3px 3px;
  padding: 8px;
  background: #fff;
  border-radius: 22px 22px 0 0;
}

.tripy-home-coupon-shell__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 220px;
  gap: 100px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
}

.tripy-home-coupon-card {
  position: relative;
  display: block;
  min-height: 170px;
  min-width: 310px;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
  scroll-snap-align: start;
}

.tripy-home-coupon-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tripy-home-coupon-card__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(0, 0, 0, 0.62));
}

.tripy-home-coupon-card__ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px 6px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(90deg, #2563eb, #22c55e);
  color: #fff;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.16);
}

.tripy-home-coupon-card__ribbon b {
  font-size: 12px;
  font-weight: 900;
}

.tripy-home-coupon-card__ribbon em {
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.tripy-home-coupon-card__service {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 34px;
  padding: 8px 4px;
  border-radius: 0 10px 10px 0;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.tripy-home-coupon-card__service i {
  font-style: normal;
  font-size: 14px;
}

.tripy-home-coupon-card__service strong {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.tripy-home-coupon-card__price {
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 6px 10px;
  border-radius: 10px 0 0 10px;
  background: rgba(0, 0, 0, 0.88);
  color: #f6d704;
  font-size: 13px;
  font-weight: 900;
}

.tripy-home-coupon-card__title {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.tripy-home-card {
  min-height: 100%;
  scroll-snap-align: start;
}

.tripy-home-card__media {
  aspect-ratio: 1.18;
}

.tripy-home-card--compact .tripy-home-card__media {
  aspect-ratio: 1.5;
}

.tripy-home-card__row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
}

.tripy-home-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
      background: linear-gradient(135deg, rgb(124 0 255 / 92%), rgb(40 133 228 / 88%));
    color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.tripy-home-trips__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.tripy-home-trip {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  max-width: 700px;
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
}

.tripy-home-trip__image {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}

.tripy-home-trip__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 10px;
  min-height: 190px;
  padding: 18px;
}

.tripy-home-trip__status {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.tripy-home-trip__title {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.18;
  color: #f5f2f2;
}

.tripy-home-trip__meta {
  color: rgba(255, 255, 255, 0.76);
}

.tripy-home-trip__price {
  font-size: 23px;
  font-weight: 900;
  color: #fff;
}

.tripy-home-friends__list {
  display: grid;
  gap: 12px;
}

.tripy-home-friend {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(247, 251, 255, 0.96);
  border: 1px solid rgba(209, 213, 219, 0.72);
}

.tripy-home-friend__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.tripy-home-friend__avatar--fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #dbeafe, #ede9fe);
  color: #1e3a8a;
  font-weight: 900;
}

.tripy-home-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) 1.16fr;
  gap: 0;
  min-height: 250px;
}

.tripy-home-strip__inner {
  display: grid;
  grid-template-columns: inherit;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
}

.tripy-home-strip--content-only {
  grid-template-columns: 1fr;
  min-height: 0;
}

.tripy-home-strip__media,
.tripy-home-strip__video {
  min-height: 240px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}

.tripy-home-strip__media--empty {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(34, 197, 94, 0.14)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(224, 231, 255, 0.8));
}

.tripy-home-strip__content {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(29, 78, 216, 0.92));
  color: #fff;
}

.tripy-home-strip__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 900;
}

.tripy-home-strip__content h2,
.tripy-home-strip__content p {
  margin: 0;
}

.tripy-home-strip--content-only .tripy-home-strip__content {
  min-height: 250px;
  border-radius: 30px;
}

.tripy-home-holiday {
  background:
    radial-gradient(circle at top right, rgba(255, 171, 87, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.94);
}

.tripy-home-holiday__card {
  position: relative;
  overflow: hidden;
  flex: 0 0 clamp(240px, 25vw, 300px);
  min-height: 240px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  text-decoration: none;
  scroll-snap-align: center;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
  transform: scale(0.86);
  opacity: 0.90;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 420ms ease;
}

.tripy-home-holiday__card.is-active {
  transform: scale(1);
  opacity: 1;
 z-index: 2;
}

.tripy-home-holiday__card.is-adjacent {
  transform: scale(0.92);
  opacity: 0.95;
 }

.tripy-home-holiday__card--featured {
  flex-basis: clamp(340px, 36vw, 440px);
  min-height: 300px;
}

.tripy-home-holiday__card--wide {
  flex-basis: clamp(320px, 32vw, 390px);
}

.tripy-home-holiday__card--compact {
  flex-basis: clamp(220px, 23vw, 260px);
  min-height: 220px;
}

.tripy-home-holiday__image {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}

.tripy-home-holiday__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 8px;
  min-height: 240px;
  padding: 18px;
}

.tripy-home-holiday__card--featured .tripy-home-holiday__content {
  min-height: 300px;
}

.tripy-home-holiday__card--compact .tripy-home-holiday__content {
  min-height: 220px;
  padding: 16px;
}

.tripy-home-holiday__eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.tripy-home-holiday__badge {
display: inline-flex;
    align-items: center;
    justify-self: start;
    margin-left: 7px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgb(17 69 191 / 82%);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.tripy-home-holiday__title {
  font-size: clamp(16px, 1.65vw, 18px);
  font-weight: 800;
  line-height: 1.06;
  color: #ffd709;
}

.tripy-home-holiday__card--compact .tripy-home-holiday__title {
  font-size: clamp(16px, 1.55vw, 21px);
}

.tripy-home-holiday__price {
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 900;
  color: #ffffff;
}

.tripy-home-holiday__old {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: line-through;
  font-size: 16px;
}

.tripy-home-tabs {
  display: grid;
  gap: 18px;
  padding: 22px;
  background:
    radial-gradient(circle at top left, rgba(110, 165, 255, 0.14), transparent 26%),
    rgba(255, 255, 255, 0.94);
}

.tripy-home-tabs__nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
}

.tripy-home-tabs__btn {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: var(--tripy-text);
  font: inherit;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  scroll-snap-align: start;
}

.tripy-home-tabs__btn.is-active {
  background: linear-gradient(135deg, #6a55ff, #f042a8);
  color: #fff;
}

.tripy-home-tabs__panel {
  display: none;
  gap: 18px;
}

.tripy-home-tabs__panel.is-active {
  display: grid;
}

.tripy-home-host {
  display: grid;
  gap: 20px;
  padding: 28px;
  text-align: center;
  margin-top: -10px;
}

.tripy-home-host__headline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.tripy-home-host__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 20px;
  border-radius: 18px;
  transform: rotate(-7deg);
  background: #27d857;
  color: #fff;
  font-size: clamp(20px, 4vw, 38px);
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.tripy-home-host__chip--dark {
  background: #0f1737;
  transform: rotate(7deg);
}

.tripy-home-host__chip--gold {
  background: #ffd02f;
  color: #111827;
  transform: rotate(-6deg);
}

.tripy-home-host__chip--pink {
  background: #ed4d9b;
  transform: rotate(8deg);
}

.tripy-home-host__chip--blue {
  background: #456fe1;
  transform: rotate(-8deg);
}

.tripy-home-host p {
  margin: 0 auto;
  max-width: 760px;
  color: #506075;
  font-size: 16px;
  line-height: 1.6;
}

.tripy-home-host__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 12px 0 24px;
}

.tripy-home-host__main,
.tripy-home-host__sticker {
  display: block;
  object-fit: contain;
}

.tripy-home-host__main {
  max-width: min(620px, 100%);
  width: 100%;
  filter: drop-shadow(0 26px 40px rgba(15, 23, 42, 0.14));
}

.tripy-home-host__sticker {
  position: absolute;
  top: 50%;
  width: 170px;
  max-width: 26vw;
  transform: translateY(-50%) rotate(-6deg);
  filter: drop-shadow(0 18px 30px rgba(15, 23, 42, 0.16));
}

.tripy-home-host__sticker--left {
  left: 10px;
}

.tripy-home-host__sticker--right {
  right: 10px;
  transform: translateY(-50%) rotate(7deg);
}

.tripy-home-section__rail::-webkit-scrollbar,
.tripy-home-categories::-webkit-scrollbar,
.tripy-home-holiday__rail::-webkit-scrollbar {
  height: 8px;
}

.tripy-home-section__rail::-webkit-scrollbar-thumb,
.tripy-home-categories::-webkit-scrollbar-thumb,
.tripy-home-holiday__rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.4);
}

@media (max-width: 980px) {


  .tripy-home-strip {
    grid-template-columns: 1fr;
  }

  .tripy-home-strip--content-only .tripy-home-strip__content {
    min-height: 220px;
  }
}

@media (max-width: 820px) {
  .tripy-home-section,
  .tripy-home-hero {
    padding: 0px;
  }

  .tripy-home-search {
    grid-template-columns: 1fr;
  }

  .tripy-home-search__smart {
    flex-direction: column;
    align-items: start;
  }

  .tripy-home-search input {
    font-size: 18px;
  }

  .tripy-home-smart-search {
    width: calc(100vw - 28px);
    padding: 5px;
    margin-bottom: -33px;
  }

  .tripy-home-smart-search__shell {
    min-height: 62px;
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 8px;
    padding: 5px 6px 5px 18px;
  }

  .tripy-home-smart-search__field,
  .tripy-home-smart-search__input {
    height: 50px;
  }

  .tripy-home-smart-search__input,
  .tripy-home-smart-search__hint-prefix,
  .tripy-home-smart-search__hint-quote,
  .tripy-home-smart-search__hint-text {
    font-size: 16px;
  }

  .tripy-home-smart-search__hint-prefix {
    margin-right: 6px;
  }

  .tripy-home-smart-search__caret {
    height: 20px;
  }

  .tripy-home-smart-search__submit {
    width: 48px;
    height: 48px;
  }

  .tripy-home-smart-search__lens {
    width: 30px;
    height: 30px;
  }

  .tripy-home-smart-search__tip {
    left: 60px;
        top: -17px;
  }

  .tripy-home-section__head {
    align-items: center;
  }
}

@media (max-width: 640px) {
  .tripy-home-hero {
    padding: 0px;
  }



  .tripy-home-hero__copy h1 {
    font-size: 34px;
  }

  .tripy-home-hero__copy p {
    font-size: 15px;
  }

  .tripy-home-hero__floating {
    justify-content: space-between;
  }

  .tripy-home-smart-search {
    width: calc(100vw - 20px);
    margin-bottom: -25px;
  }

  .tripy-home-smart-search__hint {
    max-width: 100%;
  }

  .tripy-home-hero__bookings,
  .tripy-home-hero__wallet,
  .tripy-home-hero__prefs {
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }

  .tripy-home-categories {
    grid-auto-columns: 94px;
    gap: 14px;
  }

  .tripy-home-category__icon {
    width: 70px;
    height: 70px;
  }

  .tripy-home-section {
    padding: 18px 16px;
    margin-top: -15px;
  }

  .tripy-home-section__head h2 {
    font-size: 22px;
  }

  .tripy-home-section__rail {
    grid-auto-columns: minmax(250px, 84vw);
  }

  .tripy-home-holiday__rail {
    display: flex;
  }

  .tripy-home-holiday__card,
  .tripy-home-holiday__card--compact,
  .tripy-home-holiday__card--wide,
  .tripy-home-holiday__card--featured {
    flex-basis: min(84vw, 320px);
    min-height: 230px;
  }

  .tripy-home-host {
    padding: 22px 16px;
  }

  .tripy-home-host__visual {
    min-height: 260px;
    padding-bottom: 12px;
  }

  .tripy-home-host__sticker {
    display: none;
  }

  .tripy-home-host__chip {
    min-height: 48px;
    padding: 0 16px;
    font-size: 24px;
  }
}




.tripy-home-strip-app-wrap {
  padding: 8px 8px 2px;
  margin: 4px 0 -40px;
}

.tripy-home-strip-app-frame {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  max-height: 700px;
}

.tripy-home-strip-app {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: clamp(220px, 29vw, 420px);
  overflow: hidden;
  isolation: isolate;
  text-decoration: none;
  border-radius: 34px;
  background: linear-gradient(135deg, #5B21FF 0%, #B026FF 35%, #FF4F5A 70%, #FFA94A 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
  transform: scale(.96);
  opacity: 0;
  transition: transform .28s ease, box-shadow .28s ease;
  will-change: transform;
  animation: tripyStripPopIn .52s cubic-bezier(.175,.885,.32,1.275) forwards;

  -webkit-mask-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 562' preserveAspectRatio='none'>\
<path fill='white' d='M26 60 L200 60 Q260 16 380 16 L620 16 Q740 16 800 60 L974 60 Q1000 60 1000 86 L1000 536 Q1000 562 974 562 L26 562 Q0 562 0 536 L0 86 Q0 60 26 60 Z'/>\
</svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;

  mask-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 562' preserveAspectRatio='none'>\
<path fill='white' d='M26 60 L200 60 Q260 16 380 16 L620 16 Q740 16 800 60 L974 60 Q1000 60 1000 86 L1000 536 Q1000 562 974 562 L26 562 Q0 562 0 536 L0 86 Q0 60 26 60 Z'/>\
</svg>");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
}

.tripy-home-strip-app__shine {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% -18%, rgba(255,255,255,.28), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.05), transparent 26%);
}

.tripy-home-strip-app__header {
  position: absolute;
  inset: 16px 18px auto;
  z-index: 3;
  pointer-events: none;
}

.tripy-home-strip-app__header-copy {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.tripy-home-strip-app__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: min(82%, 560px);
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 10px 24px rgba(16,24,40,.14);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: clamp(11px, 1.4vw, 14px);
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.tripy-home-strip-app__title {
  max-width: min(80%, 640px);
  color: rgba(249,250,251,.96);
  font-size: clamp(13px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.01em;
  text-shadow: 0 6px 14px rgba(11,17,38,.22);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.tripy-home-strip-app__subtitle {
  max-width: min(70%, 650px);
  color: rgba(249,250,251,.95);
  font-size: clamp(13px, 1.35vw, 18px);
  line-height: 1.35;
  font-weight: 600;
  text-shadow: 0 4px 10px rgba(11,17,38,.18);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tripy-home-strip-app__cta-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.26);
  box-shadow: 0 10px 24px rgba(16,24,40,.14);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.tripy-home-strip-app__cta-badge b {
  font-size: 13px;
  line-height: 1;
}

.tripy-home-strip-app__media-shell {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  top: clamp(86px, 19vw, 100px);
  z-index: 2;
}

.tripy-home-strip-app__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.tripy-home-strip-app__image,
.tripy-home-strip-app__video,
.tripy-home-strip-app__lottie {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #e9edf3;
  transition: transform .42s ease;
}

.tripy-home-strip-app__media-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,16,40,.05), rgba(9,16,40,.36));
  pointer-events: none;
}

.tripy-home-strip-app__dock {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-6px, -50%);
  width: 56px;
  height: 42px;
  border: 0;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(135deg, #4f57ff, #d90eff);
  box-shadow: 0 16px 28px rgba(17,24,39,.22);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 4;
}

.tripy-home-strip-app__dock-inner {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: 16px;
  display: grid;
  place-items: center;
  animation: tripyStripDockPulse 1.6s ease-in-out infinite;
}

@media (hover: hover) {
  .tripy-home-strip-app--clickable:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.22);
  }

  .tripy-home-strip-app--clickable:hover .tripy-home-strip-app__image,
  .tripy-home-strip-app--clickable:hover .tripy-home-strip-app__video,
  .tripy-home-strip-app--clickable:hover .tripy-home-strip-app__lottie {
    transform: scale(1.035);
  }
}

@keyframes tripyStripPopIn {
  from { transform: scale(.94); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes tripyStripDockPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

@media (max-width: 1024px) {
  .tripy-home-strip-app-wrap {
    padding: 6px 4px 2px;
  }

  .tripy-home-strip-app {
    min-height: clamp(200px, 34vw, 360px);
  }

  .tripy-home-strip-app__title {
    max-width: 78%;
    font-size: clamp(22px, 4vw, 32px);
  }

  .tripy-home-strip-app__subtitle {
    max-width: 78%;
    font-size: clamp(12px, 1.8vw, 15px);
  }

  .tripy-home-strip-app__media-shell {
    top: clamp(80px, 21vw, 132px);
  }
}

@media (max-width: 768px) {
  .tripy-home-strip-app-wrap {
    padding: 6px 0 2px;
    margin: -20px 0 -10px 0px;
  }

  .tripy-home-strip-app {
    min-height: 198px;
    border-radius: 0px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
  }

  .tripy-home-strip-app__header {
    inset: 4px 4px auto;
  }

  .tripy-home-strip-app__header-copy {
    gap: 4px;
  }

   .tripy-home-strip-app__eyebrow {
    max-width: 88%;
    padding: 5px 12px;
    font-size: 10.5px;
    letter-spacing: .01em;
  }

  .tripy-home-strip-app__title {
    max-width: 88%;
    font-size: 11.5px;
    line-height: 1.25;
  }


  .tripy-home-strip-app__subtitle {
    max-width: 84%;
    font-size: 11px;
    line-height: 1.24;
    -webkit-line-clamp: 1;
  }

  .tripy-home-strip-app__cta-badge {
    position: static;
    margin: 4px auto 0;
    width: fit-content;
    padding: 6px 10px;
    font-size: 10px;
  }

  .tripy-home-strip-app__media-shell {
    top: 56px;
    left: 8px;
    right: 8px;
    bottom: 0px;
  }

  .tripy-home-strip-app__media {
    border-radius: 0px;
  }

  .tripy-home-strip-app__dock {
    width: 50px;
    height: 38px;
    top: 58%;
    transform: translate(-4px, -50%);
    border-radius: 0 14px 14px 0;
  }

  .tripy-home-strip-app__dock-inner {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .tripy-home-strip-app {
    min-height: 190px;
  }

  .tripy-home-strip-app__title {
    max-width: 90%;
    font-size: 11px;
  }

  .tripy-home-strip-app__subtitle {
    font-size: 10.5px;
  }

  .tripy-home-strip-app__media-shell {
    top: 56px;
  }
}

.tripy-home-card__media {
  position: relative;
  overflow: hidden;
}

.tripy-home-card__distance-pill {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 14px 0 12px;
  border-radius: 0 28px 0 0px;
background: linear-gradient(135deg, rgb(3 2 4 / 92%), rgb(5 239 48 / 88%));
    backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.24);
}

@media (max-width: 768px) {
  #tripy-web-app[data-screen="home"],
  #tripy-web-app[data-screen="home"] .tripy-web-main,
  #tripy-web-app[data-screen="home"] .tripy-web-screen {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
  }

  #tripy-web-app[data-screen="home"] .tripy-web-panel,
  #tripy-web-app[data-screen="home"] .tripy-home-section,
  #tripy-web-app[data-screen="home"] .tripy-home-strip-app-wrap,
  #tripy-web-app[data-screen="home"] .tripy-home-strip-app-frame,
  #tripy-web-app[data-screen="home"] .tripy-home-strip-app,
  #tripy-web-app[data-screen="home"] .tripy-home-coupon-shell,
  #tripy-web-app[data-screen="home"] .tripy-home-coupon-shell__body,
  #tripy-web-app[data-screen="home"] .tripy-home-holiday,
  #tripy-web-app[data-screen="home"] .tripy-home-tabs {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .tripy-home-hero__floating {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .tripy-home-hero__floating-start,
  .tripy-home-hero__floating-end {
    min-width: 0;
    max-width: 100%;
    padding-right: 0;
  }

  .tripy-home-section__head {
    min-width: 0;
    max-width: 100%;
  }

  .tripy-home-section__title {
    min-width: 0;
    max-width: 100%;
  }

  .tripy-home-viewall {
    flex: 0 0 auto;
  }

  .tripy-home-section__rail,
  .tripy-home-holiday__rail,
  .tripy-home-coupon-shell__rail,
  .tripy-home-tabs__nav,
  .tripy-home-categories {
    max-width: 100%;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .tripy-home-coupon-card {
    min-width: min(310px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
  }

  .tripy-home-strip-app__dock {
    transform: translate(0, -50%);
  }
}

.tripy-home-hero__banner {
  position: relative;
  overflow: hidden;
  height: clamp(320px, 46vw, 500px);
  min-height: 320px;
  border-radius: 0px 0px 70px 70px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.18);
  isolation: isolate;
}

.tripy-home-hero__image,
.tripy-home-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.tripy-home-hero__overlay {
  position: relative;
  z-index: 4;
  display: grid;
  align-content: space-between;
  gap: 40px;
  min-height: 0;
  height: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  border-radius: 0px 0px 40px 40px;
  background: radial-gradient(circle at top right, rgba(81, 232, 158, 0.22), transparent 28%), linear-gradient(180deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0.72));
}

@media (max-width: 640px) {
  .tripy-home-hero {
    padding: 0px;
  }

  .tripy-home-hero__banner {
    height: clamp(280px, 58vw, 360px);
    min-height: 280px;
    border-radius: 0px 0px 28px 28px;
  }

  .tripy-home-hero__overlay {
    height: 100%;
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px 0px 28px 28px;
  }
}


.tripy-home-hero__cta-dock {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 12;
  pointer-events: auto;
}

.tripy-home-hero__cta-dock-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  margin-top: 0;
  border-radius: 26px 0 0 26px;
  background: linear-gradient(180deg, #fffdf7, #fff2dd);
  box-shadow: 0 22px 38px rgba(15, 23, 42, 0.18);
  animation: tripyHeroDockPulse 1.6s ease-in-out infinite;
}

.tripy-home-hero__cta-dock-ring {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: conic-gradient(
    from 0deg,
    #7c4dff,
    #00d4ff,
    #00e676,
    #ffd54f,
    #ff5252,
    #7c4dff
  );
  animation: tripyHeroDockSpin 2.4s linear infinite;
  position: relative;
  display: block;
}

.tripy-home-hero__cta-dock-core {
  position: absolute;
  inset: 6px;
  width: 24px;
  height: 24px;
  margin: auto;
  border-radius: 999px;
  background: #fff;
  color: #5b36f5;
  font-size: 14px;
  font-weight: 900;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 16px rgba(0,0,0,0.18);
}

@media (max-width: 768px) {
  .tripy-home-hero__floating {
    gap: 12px;
  }

  .tripy-home-hero__floating-end {
    justify-content: flex-end;
  }

  .tripy-home-hero__avatar-btn {
    width: 66px;
    height: 56px;
    border-radius: 0 22px 22px 0;
  }

  .tripy-home-hero__avatar-ring {
    width: 46px;
    height: 46px;
  }

  .tripy-home-hero__avatar-img,
  .tripy-home-hero__avatar-fallback {
    width: 40px;
    height: 40px;
  }

  .tripy-home-hero__cta-dock {
    right: 0px;
    top: auto;
    bottom: 80px;
    transform: none;
    z-index: 12;
  }

  .tripy-home-hero__cta-dock-shell {
    padding: 4px 5px;
    margin-top: 0;
  }

  .tripy-home-hero__cta-dock-ring {
    width: 34px;
    height: 34px;
  }

  .tripy-home-hero__cta-dock-core {
    inset: 5px;
    width: 24px;
    height: 24px;
  }
}

#tripy-web-app[data-screen="home"] {
  --tripy-bg: #ffffff;
  --tripy-surface: #ffffff;
  --tripy-surface-strong: #ffffff;
  background: #ffffff;
}

/* Show "Ask like this" only on desktop */
@media (max-width: 769px) {
  .tripy-home-smart-search__hint-prefix {
    display: none !important;
  }
}


.tripy-home-abandoned {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.12), transparent 34%),
    linear-gradient(135deg, #eff6ff 0%, #ffffff 52%, #ecfdf5 100%);
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.tripy-home-abandoned__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}

.tripy-home-abandoned__card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding: 12px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.tripy-home-abandoned__media {
  min-height: 132px;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #dbeafe, #dcfce7);
  color: #2563eb;
  text-decoration: none;
  font-size: 28px;
  font-weight: 950;
}

.tripy-home-abandoned__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tripy-home-abandoned__body {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 7px;
}

.tripy-home-abandoned__eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 999px;
  color: #075985;
  background: #e0f2fe;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tripy-home-abandoned__body h3 {
  margin: 0;
  color: #13233f;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 950;
}

.tripy-home-abandoned__body p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.tripy-home-abandoned__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 4px;
}

@media (max-width: 640px) {
  .tripy-home-abandoned__card {
    grid-template-columns: 1fr;
  }

  .tripy-home-abandoned__media {
    min-height: 190px;
  }
}

.tripy-home-saved-searches {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.12), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #ffffff 56%, #ecfdf5 100%);
  border: 1px solid rgba(37, 99, 235, 0.1);
}

.tripy-home-saved-searches__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.tripy-home-saved-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.tripy-home-saved-search__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: linear-gradient(135deg, #2563eb, #10b981);
  color: #fff;
  font-size: 21px;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.16);
}

.tripy-home-saved-search__body {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.tripy-home-saved-search__body span {
  width: max-content;
  max-width: 100%;
  padding: 5px 9px;
  border-radius: 999px;
  color: #075985;
  background: #e0f2fe;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tripy-home-saved-search__body h3 {
  margin: 0;
  color: #13233f;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 950;
}

.tripy-home-saved-search__body p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.tripy-home-saved-search__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 4px;
}

/* Node standalone homepage viewport parity — 2026-07-26 */
body.tripy-web-app-active {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  overflow-x: clip;
}

body.tripy-web-app-active #tripy-web-app[data-screen="home"],
body.tripy-web-app-active #tripy-web-app[data-screen="home"] .tripy-web-main,
body.tripy-web-app-active #tripy-web-app[data-screen="home"] .tripy-web-screen,
body.tripy-web-app-active #tripy-web-app[data-screen="home"] .tripy-home-hero,
body.tripy-web-app-active #tripy-web-app[data-screen="home"] .tripy-home-hero__banner,
body.tripy-web-app-active #tripy-web-app[data-screen="home"] .tripy-home-strip-app-wrap,
body.tripy-web-app-active #tripy-web-app[data-screen="home"] .tripy-home-strip-app-frame,
body.tripy-web-app-active #tripy-web-app[data-screen="home"] .tripy-home-strip-app {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

body.tripy-web-app-active #tripy-web-app[data-screen="home"] .tripy-home-smart-search {
  width: min(calc(100% - 32px), 1780px);
  max-width: calc(100% - 32px);
}

@media (max-width: 820px) {
  body.tripy-web-app-active #tripy-web-app[data-screen="home"] .tripy-home-smart-search {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }
}

@media (max-width: 640px) {
  body.tripy-web-app-active #tripy-web-app[data-screen="home"] .tripy-home-smart-search {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

/* TripYatra homepage promo separation fix — 2026-07-26 */
body.tripy-web-app-active
#tripy-web-app[data-screen="home"]
.tripy-home-strip-app-wrap {
  margin: 4px 0 24px !important;
  padding-bottom: 8px !important;
}

body.tripy-web-app-active
#tripy-web-app[data-screen="home"]
.tripy-home-strip-app-frame {
  margin-bottom: 0 !important;
}

@media (max-width: 820px) {
  body.tripy-web-app-active
  #tripy-web-app[data-screen="home"]
  .tripy-home-section {
    margin-top: 0 !important;
  }
}

