.turlar-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.turlar-hero{position:relative;height:50vh;min-height:360px;width:100%;overflow:hidden}.turlar-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.turlar-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.65))}.turlar-hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:white;padding:0 1.5rem}.turlar-hero-title{font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.3;margin-bottom:1rem;text-shadow:0 2px 12px rgba(0,0,0,.5)}.turlar-hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:rgba(255,255,255,.9);max-width:42rem;line-height:1.6}.turlar-content{max-width:1600px;margin:0 auto;padding:3rem 1.5rem 4rem}.turlar-error{text-align:center;padding:2rem;margin:1rem auto;max-width:600px;background:#fee2e2;color:#dc2626;border-radius:12px;font-weight:600}.turlar-empty,.turlar-loading{text-align:center;padding:4rem 2rem;color:#64748b;font-size:1.125rem}.tours-grid{display:grid;gap:1.25rem;animation:fadeIn .6s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:639px){.tours-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (min-width:640px) and (max-width:767px){.tours-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:1023px){.tours-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px) and (max-width:1279px){.tours-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:1280px){.tours-grid{grid-template-columns:repeat(6,1fr);gap:1.5rem}}.tour-card{display:flex;flex-direction:column;background:white;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:all .3s ease;text-decoration:none;color:inherit;height:100%}.tour-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgba(0,0,0,.15)}.tour-card-image{position:relative;width:100%;height:180px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.tour-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.tour-card:hover .tour-card-image img{transform:scale(1.08)}.tour-card-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}.tour-card-badge{top:10px;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);color:#1e293b;padding:6px 12px;border-radius:20px;letter-spacing:.5px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.tour-card-badge,.tour-card-seats-warning{position:absolute;right:10px;font-size:.75rem;font-weight:800;z-index:2}.tour-card-seats-warning{bottom:10px;left:10px;background:linear-gradient(135deg,#ef4444,#dc2626);color:white;padding:7px 10px;border-radius:8px;text-align:center;box-shadow:0 4px 12px rgba(239,68,68,.4);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.92;transform:scale(1.02)}}.tour-card-content{padding:1rem;display:flex;flex-direction:column;gap:.625rem;flex:1}.tour-card-title{font-size:.9375rem;font-weight:700;color:#1e293b;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px;transition:color .3s ease}.tour-card:hover .tour-card-title{color:#667eea}.tour-card-price{font-size:1.125rem;font-weight:800;color:#059669;margin:0;display:flex;flex-direction:column;gap:.25rem}.tour-card-price-sub{font-size:.75rem;font-weight:600;color:#64748b}.tour-card-stats{display:flex;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:.75rem;border-top:1px solid #e5e7eb}.tour-stat-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#475569;font-weight:600;background:#f8fafc;padding:.5rem .625rem;border-radius:6px;transition:all .2s ease}.tour-stat-item:hover{background:#f1f5f9;color:#1e293b}.tour-stat-item svg{flex-shrink:0;color:#64748b}@media (max-width:639px){.turlar-content{padding:2rem 1rem 3rem}.turlar-hero{min-height:300px}.tour-card-image{height:140px}.tour-card-content{padding:.875rem}.tour-card-title{font-size:.875rem;min-height:36px}.tour-card-price{font-size:1rem}.tour-card-badge{padding:5px 10px;font-size:.6875rem}.tour-card-seats-warning{font-size:.6875rem;padding:6px 8px}.tour-stat-item{font-size:.6875rem;padding:.4rem .5rem}.tour-stat-item svg{width:12px;height:12px}}@media (prefers-color-scheme:dark){.turlar-page{background:linear-gradient(135deg,#0f172a,#1e293b)}.tour-card{background:#1e293b}.tour-card-title{color:#f8fafc}.tour-card:hover .tour-card-title{color:#a5b4fc}.tour-card-price{color:#10b981}.tour-card-price-sub{color:#94a3b8}.tour-card-stats{border-top-color:#334155}.tour-stat-item{background:#0f172a;color:#cbd5e1}.tour-stat-item:hover{background:#1e293b;color:#f8fafc}}