.tour-card-img { height: 220px; object-fit: cover; width: 100%; border-radius: 12px 12px 0 0; }
.tour-card { border: none; border-radius: 14px; overflow: hidden; }
.price-badge { background: linear-gradient(135deg, #f5576c, #f093fb); padding: 4px 12px; border-radius: 20px; color: white; font-weight: 700; font-size: 14px; }
.featured-badge { position: absolute; top: 12px; left: 12px; background: linear-gradient(135deg, #ffc107, #ff9800); color: #fff; padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; z-index: 5; }
.steps-indicator .step { width: 38px; height: 38px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; }
.step-active { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; }
.step-done { background: #28a745; color: white; }
.step-pending { background: #e9ecef; color: #6c757d; }
