.tours-list-module__eZP-fG__container{max-width:1200px;margin:0 auto;padding:4rem 20px}.tours-list-module__eZP-fG__loading{text-align:center;padding:5rem;font-size:1.2rem}.tours-list-module__eZP-fG__header{text-align:center;margin-bottom:3rem}.tours-list-module__eZP-fG__header h1{color:var(--text-main);margin-bottom:1rem;font-size:3rem}.tours-list-module__eZP-fG__header p{color:var(--text-muted);font-size:1.25rem}.tours-list-module__eZP-fG__filterBar{background:#f9fafb;border-radius:.75rem;flex-wrap:wrap;gap:2rem;margin-bottom:3rem;padding:1.5rem;display:flex}.tours-list-module__eZP-fG__filterGroup{flex-direction:column;gap:.5rem;display:flex}.tours-list-module__eZP-fG__filterGroup label{color:var(--text-muted);font-size:.875rem;font-weight:600}.tours-list-module__eZP-fG__filterGroup select,.tours-list-module__eZP-fG__searchInput{background-color:#0000;border:1px solid #e5e7eb;border-radius:.375rem;min-width:200px;padding:.5rem .75rem}.tours-list-module__eZP-fG__searchInput:focus{border-color:var(--primary-color,var(--primary-color));outline:none;box-shadow:0 0 0 3px #10b9811a}.tours-list-module__eZP-fG__tourGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;display:grid}.tours-list-module__eZP-fG__tourCard{background:#fff;border-radius:1rem;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.tours-list-module__eZP-fG__tourCard:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.tours-list-module__eZP-fG__tourImage{background-position:50%;background-size:cover;height:240px;position:relative}.tours-list-module__eZP-fG__overlay{position:absolute;top:1rem;left:1rem}.tours-list-module__eZP-fG__categoryTag{text-transform:uppercase;color:var(--primary-color,var(--primary-color));background:#ffffffe6;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.tours-list-module__eZP-fG__tourInfo{flex-direction:column;flex:1;padding:1.5rem;display:flex}.tours-list-module__eZP-fG__tourInfo h3{color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem}.tours-list-module__eZP-fG__destination{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem}.tours-list-module__eZP-fG__shortDesc{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1.5rem;line-height:1.6;display:-webkit-box;overflow:hidden}.tours-list-module__eZP-fG__cardFooter{border-top:1px solid #f3f4f6;justify-content:flex-end;align-items:center;margin-bottom:1rem;padding-top:1rem;display:flex}.tours-list-module__eZP-fG__priceContainer{background:#fdf2f2;border:1px dashed #fecaca;border-radius:.75rem;justify-content:space-between;align-items:baseline;padding:.75rem 1rem;display:flex}.tours-list-module__eZP-fG__priceFrom{color:#ef4444;text-transform:uppercase;font-size:.75rem;font-weight:600}.tours-list-module__eZP-fG__priceAmount{color:#dc2626;font-size:1.25rem;font-weight:800}.tours-list-module__eZP-fG__departureBadgeTop{color:var(--primary-color,#10b981);background:#f0fdf4;border:1px solid #10b98126;border-radius:2rem;align-items:center;gap:.375rem;width:fit-content;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.tours-list-module__eZP-fG__departureBadgeTop svg{color:var(--primary-color,#10b981)}.tours-list-module__eZP-fG__viewBtn{color:var(--text-main);font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s}.tours-list-module__eZP-fG__viewBtn:hover{color:var(--primary-color,var(--primary-color));transform:translate(3px)}.tours-list-module__eZP-fG__noResults{text-align:center;color:var(--text-muted);padding:5rem}.tours-list-module__eZP-fG__pagination{border-top:1px solid #f3f4f6;flex-direction:column;align-items:center;gap:1.5rem;margin-top:5rem;padding-top:3rem;display:flex}.tours-list-module__eZP-fG__paginationInfo{color:var(--text-muted);font-size:.875rem}.tours-list-module__eZP-fG__paginationControls{align-items:center;gap:.75rem;display:flex}.tours-list-module__eZP-fG__pageNumbers{gap:.5rem;display:flex}.tours-list-module__eZP-fG__pageBtn,.tours-list-module__eZP-fG__pageNumber{cursor:pointer;height:40px;color:var(--text-muted);background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;justify-content:center;align-items:center;padding:0 1rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 2px #0000000d}.tours-list-module__eZP-fG__pageBtn{min-width:100px}.tours-list-module__eZP-fG__pageNumber{width:40px;padding:0}.tours-list-module__eZP-fG__pageBtn:disabled{opacity:.5;cursor:not-allowed;background:#f9fafb}.tours-list-module__eZP-fG__pageBtn:hover:not(:disabled),.tours-list-module__eZP-fG__pageNumber:hover{border-color:var(--primary-color,var(--primary-color));color:var(--primary-color,var(--primary-color));background-color:#f0fdf4;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.tours-list-module__eZP-fG__activePage{background:var(--primary-color,var(--primary-color))!important;border-color:var(--primary-color,var(--primary-color))!important;color:#fff!important;box-shadow:0 4px 10px #4f46e54d!important}@media (max-width:640px){.tours-list-module__eZP-fG__tourGrid{grid-template-columns:1fr}}
