/* Aviatrip V9.2.3 — premium tour cards for homepage and /tours */
.atc923-tour-card{
  --atc923-ink:#10243f;
  --atc923-muted:#687a91;
  --atc923-line:#dfe8f3;
  --atc923-blue:#1269e8;
  --atc923-blue-deep:#094aa6;
  position:relative!important;
  isolation:isolate;
  display:flex!important;
  height:100%;
  min-width:0;
  flex-direction:column;
  overflow:hidden!important;
  border:1px solid rgba(187,205,226,.78)!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;
  box-shadow:0 16px 45px rgba(13,45,84,.09),0 2px 8px rgba(13,45,84,.035)!important;
  transform:translateZ(0);
  transition:transform .32s cubic-bezier(.2,.75,.25,1),box-shadow .32s ease,border-color .32s ease!important;
}
.atc923-tour-card::before{
  content:"";
  position:absolute;
  z-index:5;
  top:0;
  right:24px;
  left:24px;
  height:2px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,transparent,#74b8ff 22%,#1769ff 52%,#69d8c4 78%,transparent);
  opacity:.78;
  pointer-events:none;
}
.atc923-tour-card:hover{
  transform:translateY(-8px)!important;
  border-color:rgba(87,151,231,.58)!important;
  box-shadow:0 30px 75px rgba(12,49,94,.16),0 8px 22px rgba(23,105,255,.08)!important;
}
.atc923-tour-card:focus-within{
  border-color:#7cb8ff!important;
  box-shadow:0 0 0 4px rgba(23,105,255,.12),0 24px 60px rgba(12,49,94,.14)!important;
}
.atc923-tour-card__media{
  position:relative!important;
  display:block;
  flex:0 0 auto;
  height:246px!important;
  min-height:246px!important;
  overflow:hidden;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-size:100% 100%,cover!important;
  transition:background-size .65s cubic-bezier(.18,.75,.2,1),filter .32s ease!important;
}
.atc923-tour-card__media::before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  background:linear-gradient(180deg,rgba(5,18,37,.02) 8%,rgba(7,25,51,.08) 48%,rgba(5,19,40,.68) 100%);
  pointer-events:none;
}
.atc923-tour-card__media::after{
  content:"";
  position:absolute;
  z-index:2;
  top:-45%;
  bottom:-45%;
  left:-55%;
  width:36%;
  transform:rotate(17deg) translateX(-230%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);
  filter:blur(2px);
  opacity:0;
  pointer-events:none;
}
.atc923-tour-card:hover .atc923-tour-card__media{
  background-size:100% 100%,110%!important;
  filter:saturate(1.06) contrast(1.02);
}
.atc923-tour-card:hover .atc923-tour-card__media::after{
  opacity:1;
  animation:atc923-card-shine .9s ease forwards;
}
@keyframes atc923-card-shine{to{transform:rotate(17deg) translateX(620%)}}

.atc923-tour-card .v6-card-favorite{
  z-index:8!important;
  top:15px!important;
  right:15px!important;
  left:auto!important;
  width:43px!important;
  height:43px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,255,255,.7)!important;
  border-radius:14px!important;
  color:#163456!important;
  background:rgba(255,255,255,.9)!important;
  box-shadow:0 10px 26px rgba(6,24,49,.2)!important;
  backdrop-filter:blur(14px);
  font-size:22px!important;
  transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease!important;
}
.atc923-tour-card .v6-card-favorite:hover{
  transform:translateY(-2px) scale(1.04);
  color:#e44168!important;
  background:#fff!important;
  box-shadow:0 14px 30px rgba(6,24,49,.26)!important;
}
.atc923-tour-card .v6-card-favorite.is-saved{
  color:#fff!important;
  background:linear-gradient(135deg,#ff5b7d,#db2f59)!important;
  border-color:rgba(255,255,255,.6)!important;
}
.atc923-tour-card .v50-premium-tour-badge{
  z-index:7!important;
  top:15px!important;
  left:15px!important;
  right:auto!important;
  bottom:auto!important;
  max-width:calc(100% - 78px)!important;
  padding:8px 11px!important;
  border:1px solid rgba(255,255,255,.65)!important;
  border-radius:999px!important;
  color:#3f2b00!important;
  background:linear-gradient(135deg,#fff7c8,#f1c849 75%,#eab42d)!important;
  box-shadow:0 11px 28px rgba(74,51,0,.22)!important;
  font-size:9px!important;
  font-weight:950!important;
  letter-spacing:.055em!important;
  white-space:nowrap;
}
.atc923-tour-card .v6-tour-card__duration{
  z-index:7!important;
  left:15px!important;
  bottom:15px!important;
  top:auto!important;
  right:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  max-width:52%!important;
  padding:8px 11px!important;
  border:1px solid rgba(255,255,255,.45)!important;
  border-radius:11px!important;
  color:#10243f!important;
  background:rgba(255,255,255,.91)!important;
  box-shadow:0 9px 24px rgba(5,22,46,.16)!important;
  backdrop-filter:blur(12px);
  font-size:9px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.atc923-tour-card .v6-tour-card__category{
  z-index:7!important;
  right:15px!important;
  bottom:15px!important;
  top:auto!important;
  left:auto!important;
  max-width:42%!important;
  padding:8px 11px!important;
  border:1px solid rgba(255,255,255,.34)!important;
  border-radius:11px!important;
  color:#fff!important;
  background:rgba(14,72,151,.8)!important;
  box-shadow:0 9px 24px rgba(5,22,46,.16)!important;
  backdrop-filter:blur(12px);
  font-size:9px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.atc923-tour-card__body{
  position:relative;
  z-index:3;
  display:flex!important;
  flex:1;
  min-width:0;
  flex-direction:column;
  padding:20px 20px 19px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(60,146,255,.065),transparent 34%),
    linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}
.atc923-tour-card .tour-card-kicker{
  display:flex!important;
  min-height:27px!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:9px!important;
  margin:0 0 9px!important;
}
.atc923-tour-card .tour-card-kicker small{
  display:inline-flex;
  min-width:0;
  max-width:66%!important;
  align-items:center;
  overflow:hidden;
  color:#1769d2!important;
  font-size:9px!important;
  font-weight:900!important;
  line-height:1.2!important;
  letter-spacing:.025em!important;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}
.atc923-tour-card .rating-chip{
  flex:0 0 auto;
  padding:6px 8px!important;
  border:1px solid #f2dfa0!important;
  border-radius:9px!important;
  color:#805700!important;
  background:#fff8d9!important;
  font-size:8px!important;
  font-weight:950!important;
  box-shadow:0 4px 12px rgba(126,91,0,.08);
}
.atc923-tour-card .v922-home-tour-place{
  width:100%;
  display:flex;
  min-width:0;
  align-items:center;
  gap:6px;
  overflow:hidden;
}
.atc923-tour-card .v922-home-tour-place span{
  min-width:0;
  max-width:50%;
  padding:6px 8px;
  border:1px solid #dfebf7;
  border-radius:9px;
  color:#50647e;
  background:#f5f9fe;
  font-size:8.5px;
  font-weight:850;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.atc923-tour-card .v922-home-tour-place span:first-child{
  color:#0759b9;
  border-color:#d5e7fb;
  background:#edf6ff;
}
.atc923-tour-card__title-link{
  display:block;
  color:inherit;
  text-decoration:none;
}
.atc923-tour-card__body h3{
  display:-webkit-box!important;
  min-height:52px!important;
  margin:0 0 10px!important;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:var(--atc923-ink)!important;
  font-size:19px!important;
  font-weight:950!important;
  line-height:1.38!important;
  letter-spacing:-.36px!important;
  transition:color .2s ease!important;
}
.atc923-tour-card:hover .atc923-tour-card__body h3{color:#0b5bc8!important}
.atc923-tour-card__excerpt{
  display:-webkit-box!important;
  min-height:43px!important;
  margin:0 0 16px!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:var(--atc923-muted)!important;
  font-size:11px!important;
  line-height:1.7!important;
}
.atc923-tour-card__footer{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:12px!important;
  margin-top:auto!important;
  padding-top:16px!important;
  border-top:1px solid #eaf0f6!important;
}
.atc923-tour-card .tour-card-price-v921{
  display:grid!important;
  min-width:0;
  gap:7px!important;
  justify-items:start;
}
.atc923-tour-card .tour-card-price-v921__amount{
  display:flex!important;
  min-width:0;
  align-items:baseline!important;
  gap:5px!important;
}
.atc923-tour-card .tour-card-price-v921__amount strong{
  display:block!important;
  min-width:0;
  color:#0d2847!important;
  font-size:22px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:-.65px!important;
  white-space:nowrap;
}
.atc923-tour-card .tour-card-price-v921__amount small{
  color:#8a99ab!important;
  font-size:8px!important;
  font-weight:850!important;
  white-space:nowrap;
}
.atc923-tour-card .tour-currency-switch-v921--card{
  padding:2px!important;
  border-color:#dce7f2!important;
  border-radius:9px!important;
  background:#f2f7fc!important;
}
.atc923-tour-card .tour-currency-switch-v921--card button{
  min-width:31px!important;
  height:24px!important;
  border-radius:7px!important;
  font-size:8px!important;
}
.atc923-tour-card__details{
  position:relative;
  display:inline-flex!important;
  min-width:116px;
  height:44px!important;
  flex:0 0 auto;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  overflow:hidden;
  padding:0 11px 0 15px!important;
  border:1px solid rgba(255,255,255,.38)!important;
  border-radius:13px!important;
  color:#fff!important;
  background:linear-gradient(135deg,#1769ff 0%,#0b55be 66%,#073f91 100%)!important;
  box-shadow:0 12px 26px rgba(16,91,198,.25)!important;
  font-size:10px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  text-decoration:none!important;
  transition:transform .23s ease,box-shadow .23s ease,filter .23s ease!important;
}
.atc923-tour-card__details::before{
  content:"";
  position:absolute;
  inset:0;
  transform:translateX(-105%);
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.22),transparent);
  transition:transform .55s ease;
}
.atc923-tour-card__details span,
.atc923-tour-card__details b{position:relative;z-index:1}
.atc923-tour-card__details span{
  font-size:10px!important;
  font-weight:950!important;
  white-space:nowrap;
}
.atc923-tour-card__details b{
  width:25px!important;
  height:25px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:8px!important;
  color:#fff!important;
  background:rgba(255,255,255,.17)!important;
  font-size:14px!important;
  transition:transform .23s ease,background .23s ease!important;
}
.atc923-tour-card__details:hover{
  transform:translateY(-2px);
  filter:saturate(1.08);
  box-shadow:0 16px 31px rgba(16,91,198,.32)!important;
}
.atc923-tour-card__details:hover::before{transform:translateX(105%)}
.atc923-tour-card__details:hover b{transform:translateX(3px);background:rgba(255,255,255,.25)!important}

/* Specificity guard against older bundled card/button rules. */
.atc923-tour-card .atc923-tour-card__footer>a.atc923-tour-card__details{
  position:relative!important;
  display:inline-flex!important;
  min-width:116px!important;
  width:auto!important;
  height:44px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  padding:0 11px 0 15px!important;
  border:1px solid rgba(255,255,255,.38)!important;
  border-radius:13px!important;
  color:#fff!important;
  background:linear-gradient(135deg,#1769ff 0%,#0b55be 66%,#073f91 100%)!important;
  box-shadow:0 12px 26px rgba(16,91,198,.25)!important;
  font-size:10px!important;
  overflow:hidden!important;
}
.atc923-tour-card .atc923-tour-card__footer>a.atc923-tour-card__details span{
  font-size:10px!important;
  font-weight:950!important;
}
.atc923-tour-card .atc923-tour-card__footer>a.atc923-tour-card__details b{
  width:25px!important;
  height:25px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:8px!important;
  color:#fff!important;
  background:rgba(255,255,255,.17)!important;
  font-size:14px!important;
}

/* Homepage keeps the card compact without losing the premium hierarchy. */
.v78-home .v5-tour-slide .atc923-tour-card.is-home-compact-tour{
  min-height:372px!important;
  border-radius:24px!important;
}
.v78-home .v5-tour-slide .atc923-tour-card.is-home-compact-tour .atc923-tour-card__media{
  height:188px!important;
  min-height:188px!important;
}
.v78-home .v5-tour-slide .atc923-tour-card.is-home-compact-tour .atc923-tour-card__body{
  padding:16px 16px 16px!important;
}
.v78-home .atc923-tour-card.is-home-compact-tour .tour-card-kicker{
  min-height:25px!important;
  margin-bottom:8px!important;
}
.v78-home .atc923-tour-card.is-home-compact-tour .atc923-tour-card__body h3{
  min-height:44px!important;
  margin-bottom:11px!important;
  font-size:17px!important;
  line-height:1.34!important;
}
.v78-home .atc923-tour-card.is-home-compact-tour .atc923-tour-card__footer{
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:9px!important;
  padding-top:12px!important;
}
.v78-home .atc923-tour-card.is-home-compact-tour .tour-card-price-v921__amount strong{font-size:19px!important}
.v78-home .atc923-tour-card.is-home-compact-tour .atc923-tour-card__details{
  min-width:104px;
  height:40px!important;
  padding:0 9px 0 12px!important;
  border-radius:12px!important;
}
.v78-home .atc923-tour-card.is-home-compact-tour .atc923-tour-card__details span{font-size:9px!important}
.v78-home .atc923-tour-card.is-home-compact-tour .atc923-tour-card__details b{width:23px!important;height:23px!important}

/* Catalog cards. */
.v6-tour-grid .atc923-tour-card{min-height:486px}
.v6-tour-grid .atc923-tour-card__body{padding:20px 20px 19px!important}

html[data-theme=dark] .atc923-tour-card{
  --atc923-ink:#eef5ff;
  --atc923-muted:#a8b7c9;
  --atc923-line:#26374b;
  border-color:#26384f!important;
  background:linear-gradient(180deg,#111e30,#0d1828)!important;
  box-shadow:0 18px 48px rgba(0,0,0,.24)!important;
}
html[data-theme=dark] .atc923-tour-card__body{
  background:radial-gradient(circle at 100% 0,rgba(40,130,255,.1),transparent 34%),linear-gradient(180deg,#111e30,#0d1828)!important;
}
html[data-theme=dark] .atc923-tour-card__body h3,
html[data-theme=dark] .atc923-tour-card .tour-card-price-v921__amount strong{color:#eef5ff!important}
html[data-theme=dark] .atc923-tour-card__excerpt{color:#a8b7c9!important}
html[data-theme=dark] .atc923-tour-card__footer{border-color:#26384f!important}
html[data-theme=dark] .atc923-tour-card .v922-home-tour-place span{border-color:#2b4059;background:#15253a;color:#bfd0e2}
html[data-theme=dark] .atc923-tour-card .v922-home-tour-place span:first-child{border-color:#244f7d;background:#102c4c;color:#8bc5ff}

@media(max-width:1100px){
  .atc923-tour-card__media{height:228px!important;min-height:228px!important}
  .atc923-tour-card__body{padding:18px!important}
  .atc923-tour-card__body h3{font-size:18px!important}
  .atc923-tour-card__details{min-width:108px}
}
@media(max-width:760px){
  .atc923-tour-card{border-radius:23px!important}
  .atc923-tour-card__media{height:220px!important;min-height:220px!important}
  .atc923-tour-card__body{padding:17px!important}
  .atc923-tour-card__body h3{min-height:48px!important;font-size:18px!important}
  .atc923-tour-card__excerpt{font-size:11px!important}
  .v6-tour-grid .atc923-tour-card{min-height:0}
  .v78-home .v5-tour-slide .atc923-tour-card.is-home-compact-tour{min-height:390px!important}
  .v78-home .v5-tour-slide .atc923-tour-card.is-home-compact-tour .atc923-tour-card__media{height:205px!important;min-height:205px!important}
  .atc923-tour-card .v6-card-favorite{top:13px!important;right:13px!important;width:41px!important;height:41px!important}
  .atc923-tour-card .v50-premium-tour-badge{top:13px!important;left:13px!important}
  .atc923-tour-card .v6-tour-card__duration{left:13px!important;bottom:13px!important}
  .atc923-tour-card .v6-tour-card__category{right:13px!important;bottom:13px!important}
}
@media(max-width:420px){
  .atc923-tour-card__footer{grid-template-columns:1fr!important;align-items:stretch!important}
  .atc923-tour-card .tour-card-price-v921{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}
  .atc923-tour-card .tour-card-price-v921__amount{grid-column:1}
  .atc923-tour-card .tour-card-price-v921>.tour-currency-switch-v921{grid-column:2}
  .atc923-tour-card__details{width:100%!important;min-width:0;height:43px!important}
  .v78-home .atc923-tour-card.is-home-compact-tour .atc923-tour-card__footer{grid-template-columns:1fr!important}
  .v78-home .atc923-tour-card.is-home-compact-tour .atc923-tour-card__details{width:100%!important;height:40px!important}
}
@media(prefers-reduced-motion:reduce){
  .atc923-tour-card,
  .atc923-tour-card__media,
  .atc923-tour-card__details,
  .atc923-tour-card__details b,
  .atc923-tour-card .v6-card-favorite{transition:none!important}
  .atc923-tour-card:hover .atc923-tour-card__media::after{animation:none!important;opacity:0!important}
}
