:where([class^="ri-"])::before { content: "\f3c2"; }
body { font-family: 'Inter', sans-serif; }
.countdown { animation: pulse 2s infinite; background-color: #660066; }
@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }
.tour-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1); }
.tour-card { transition: all 0.3s ease; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.hero-section { background-image: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.3)), url('../images/flashsale.png');
                    background-size: cover; background-position: center; }
.collection-card { transition: transform 0.3s ease; }
.collection-card:hover { transform: scale(1.02); }
.date-pill { transition: all 0.2s ease; }
.date-pill:hover { transform: translateY(-2px); }