.tour-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.04);transition:var(--transition);display:flex;flex-direction:column;opacity:0;transform:translateY(30px);animation:fadeUp .6s ease forwards}.tour-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.tour-card .card-img{position:relative;height:220px;overflow:hidden;background:#d5e3e0}.tour-card .card-img img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.tour-card:hover .card-img img{transform:scale(1.06)}.tour-card .card-img .badge{position:absolute;top:16px;left:16px;background:var(--accent);color:var(--white);font-weight:600;font-size:.75rem;padding:4px 16px;border-radius:50px;letter-spacing:.3px;text-transform:uppercase}.tour-card .card-img .wishlist{position:absolute;top:16px;right:16px;background:rgba(255,255,255,.85);backdrop-filter:blur(4px);width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-size:1.1rem;color:#ccd;transition:var(--transition)}.tour-card .card-img .wishlist:hover{background:var(--white);color:#e74c3c;transform:scale(1.1)}.tour-card .card-body{padding:22px 24px 24px;flex:1;display:flex;flex-direction:column}.tour-card .card-body .meta{display:flex;gap:16px;font-size:.85rem;color:var(--text-light);margin-bottom:12px;flex-wrap:wrap}.tour-card .card-body .meta i{margin-right:6px;color:var(--primary);width:16px}.tour-card .card-body h3{font-size:1.25rem;font-weight:700;margin-bottom:10px;line-height:1.3}.tour-card .card-body h3 a{transition:var(--transition)}.tour-card .card-body h3 a:hover{color:var(--primary)}.tour-card .card-body .description{color:var(--text-light);font-size:.95rem;margin-bottom:16px;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tour-card .card-body .footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eef2f6;padding-top:16px;margin-top:4px}.tour-card .card-body .footer .price{font-size:1.5rem;font-weight:700;color:var(--primary)}.tour-card .card-body .footer .price small{font-size:.8rem;font-weight:400;color:var(--text-light)}.tour-card .card-body .footer .btn-book{background:var(--primary);color:var(--white);border:none;padding:10px 24px;border-radius:50px;font-weight:600;font-size:.9rem;cursor:pointer;transition:var(--transition);font-family:"Inter",sans-serif}.tour-card .card-body .footer .btn-book:hover{background:var(--primary-dark);transform:scale(1.03);box-shadow:0 6px 20px rgba(42,125,107,.35)}.tour-card .card-body .rating{display:flex;align-items:center;gap:6px;font-size:.9rem;color:var(--accent)}.tour-card .card-body .rating span{color:var(--text-light);font-weight:400}.tour-card:nth-child(1){animation-delay:.05s}.tour-card:nth-child(2){animation-delay:.1s}.tour-card:nth-child(3){animation-delay:.15s}.tour-card:nth-child(4){animation-delay:.2s}.tour-card:nth-child(5){animation-delay:.25s}.tour-card:nth-child(6){animation-delay:.3s}.empty-state{grid-column:1/-1;text-align:center;padding:60px 20px;color:var(--text-light)}.empty-state i{font-size:3rem;color:#d5e3e0;margin-bottom:16px}.empty-state h3{font-size:1.4rem;color:var(--text);margin-bottom:8px}.empty-state p{max-width:400px;margin:0 auto}@media (max-width:480px){.tour-card .card-body .footer{flex-direction:column;gap:12px;align-items:stretch}.tour-card .card-body .footer .btn-book{text-align:center}}