.tour-intro{text-align:center;max-width:800px;margin:0 auto 4rem}.tour-intro h2{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:900}.tour-intro p{color:var(--text-secondary);font-size:1.2rem;line-height:1.8}.tour-gallery{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto 4rem;display:grid}.tour-item{background:linear-gradient(135deg, var(--bg-dark-card) 0%, var(--bg-dark-elevated) 100%);box-shadow:var(--shadow-md);transition:all var(--transition-normal);border:1px solid #ffffff0d;border-radius:20px;overflow:hidden}.tour-item img{object-fit:cover;width:100%;height:300px;transition:transform var(--transition-slow);display:block}.tour-item-info{padding:2rem}.tour-item-info h3{color:var(--text-primary);margin-bottom:.8rem;font-size:1.5rem;font-weight:700}.tour-item-info p{color:var(--text-secondary);font-size:1rem;line-height:1.7}.tour-cta{text-align:center;background:linear-gradient(135deg, var(--bg-dark-card) 0%, var(--bg-dark-elevated) 100%);border:1px solid #ffffff0d;border-radius:20px;max-width:700px;margin:0 auto;padding:3rem 2rem}.tour-cta h2{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2rem;font-weight:900}.tour-cta p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}@media (width<=768px){.tour-intro h2{font-size:2rem}.tour-intro p{font-size:1rem}.tour-gallery{grid-template-columns:1fr;gap:2rem}.tour-item img{height:250px}.tour-cta h2{font-size:1.6rem}.tour-cta p{font-size:1rem}}
