.tours-filters{gap:var(--space-md);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.tours-filter{align-items:center;gap:var(--space-sm);border-radius:var(--radius-full);font-family:var(--font-heading);color:var(--gray-600);background:var(--white);border:2px solid var(--gray-200);transition:all var(--transition-base);padding:10px 24px;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex}.tours-filter:hover{border-color:var(--turquoise);color:var(--turquoise)}.tours-filter--active{background:linear-gradient(135deg,var(--turquoise),var(--ocean-bright));color:var(--white);border-color:#0000}.tours-filter--active:hover{color:var(--white)}.tours-count{color:var(--gray-400);margin-bottom:var(--space-xl);font-size:.9rem}.tours-grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(340px,1fr));display:grid}.tour-card{color:inherit;border-radius:var(--radius-xl);background:var(--white);box-shadow:var(--shadow-md);transition:all var(--transition-base);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.tour-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.tour-card__image{background:var(--gray-100);height:220px;position:relative;overflow:hidden}.tour-card__image img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.tour-card:hover .tour-card__image img{transform:scale(1.05)}.tour-card__placeholder{justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.tour-card__placeholder--pq{background:linear-gradient(135deg,#e0f7fa 0%,#b2ebf2 100%)}.tour-card__placeholder--cd{background:linear-gradient(135deg,#fff3e0 0%,#ffe0b2 100%)}.tour-card__badge{top:var(--space-md);left:var(--space-md);position:absolute}.tour-card__sale{top:var(--space-md);right:var(--space-md);background:var(--coral);color:var(--white);border-radius:var(--radius-full);text-transform:uppercase;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute}.tour-card__content{padding:var(--space-lg);flex-direction:column;flex:1;display:flex}.tour-card__title{margin-bottom:var(--space-sm);color:var(--ocean-deep);font-size:1.1rem}.tour-card__meta{gap:var(--space-md);color:var(--gray-500);margin-bottom:var(--space-sm);font-size:.8rem;display:flex}.tour-card__desc{color:var(--gray-500);margin-bottom:var(--space-md);flex:1;font-size:.85rem;line-height:1.6}.tour-card__footer{padding-top:var(--space-md);border-top:1px solid var(--gray-200);justify-content:space-between;align-items:center;display:flex}.tour-card__price{align-items:baseline;gap:var(--space-xs);display:flex}.tour-card__price-old{color:var(--gray-400);font-size:.85rem;text-decoration:line-through}.tour-card__price-current{font-family:var(--font-heading);color:var(--ocean-bright);font-size:1.3rem;font-weight:700}.tour-card__price-per{color:var(--gray-400);font-size:.75rem}.tours-empty{text-align:center;padding:var(--space-4xl)0}.tours-empty__icon{margin-bottom:var(--space-md);font-size:3rem;display:block}.tours-empty h3{margin-bottom:var(--space-sm)}.tours-empty p{color:var(--gray-500);margin:0 auto var(--space-xl)}.page-hero{padding:calc(var(--header-height) + var(--space-3xl))0 var(--space-4xl);align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.page-hero__bg{background:linear-gradient(135deg,var(--ocean-deep)0%,var(--ocean-mid)60%,var(--turquoise)100%);position:absolute;inset:0}.page-hero__content{z-index:1;text-align:center;position:relative}.page-hero__content h1{color:var(--white);margin-bottom:var(--space-md);font-size:clamp(2rem,5vw,3rem)}.page-hero__content p{color:#fffc;max-width:500px;margin:0 auto;font-size:1.1rem}.page-hero__wave{z-index:2;line-height:0;position:absolute;bottom:-2px;left:0;right:0}.page-hero__wave svg{width:100%;height:80px}@media (max-width:768px){.tours-grid{grid-template-columns:1fr}}
