.tours-header{text-align:center;background:var(--white);box-shadow:var(--shadow-sm);border-radius:12px;margin-bottom:3rem;padding:clamp(1.5rem,4vw,3rem)}.tours-header h1{margin-bottom:.5rem;font-size:clamp(1.65rem,5vw,2.5rem);line-height:1.2}.tours-header p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.tours-search{gap:1rem;max-width:600px;margin:0 auto;display:flex}.tours-search-input{border:1px solid var(--secondary-color);transition:all var(--transition-fast);border-radius:50px;flex:1;padding:1rem 1.5rem;font-size:1rem}.tours-search-input:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #e6392e1f}.tours-search button{border-radius:50px;padding:1rem 2rem}.tours-query-heading{word-break:break-word;margin-bottom:1rem;font-size:clamp(1.1rem,3.5vw,1.5rem);line-height:1.35}@media (max-width:600px){.tours-search{flex-direction:column}}.tours-layout{align-items:flex-start;gap:2.5rem;margin-top:2rem;display:flex}.tours-sidebar{flex:0 0 280px}.tours-content{flex:1}@media (max-width:900px){.tours-layout{flex-direction:column}.tours-sidebar{flex:none;width:100%}}@media (max-width:480px){.tours-header p{font-size:1rem}}
.filter-sidebar{background:var(--white);box-shadow:var(--shadow-sm);border-radius:12px;padding:1.5rem;position:sticky;top:100px}.filter-sidebar h3{font-family:var(--font-sans);color:var(--primary-color);border-bottom:2px solid #f1f5f9;margin-top:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.filter-sidebar h3:first-child{margin-top:0}.filter-section{flex-direction:column;gap:.75rem;display:flex}.filter-checkbox{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.95rem;display:flex}.filter-checkbox:hover{color:var(--accent-color)}.filter-slider{width:100%;accent-color:var(--accent-color)}.slider-labels{color:var(--text-secondary);justify-content:space-between;font-size:.85rem;display:flex}.slider-value{color:var(--accent-color);background:#d4af371a;border-radius:4px;padding:.15rem .5rem;font-weight:600}@media (max-width:900px){.filter-sidebar{position:static}}
