.destinations-modern{min-height:100vh;background:linear-gradient(135deg,#74f0c7,#398042 50%,#56f585);padding:8rem 0}.container{max-width:1400px;margin:0 auto;padding:0 1rem}.layout-container{grid-template-columns:1fr 350px;gap:2rem;align-items:start}.main-content{min-height:100vh}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:3rem;font-weight:800;color:#ffffff;margin-bottom:.5rem;letter-spacing:-.02em}.section-subtitle{font-size:1.2rem;color:#c6ecc5;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.filter-tabs{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:2rem}.filter-tab{padding:.75rem 1.5rem;border:2px solid #e2e8f0;background:white;color:#6a8b64;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}.filter-tab:hover{border-color:#3b82f6;color:#3bf651;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.15)}.filter-tab.active{background:#098549;border-color:#146728;color:white;box-shadow:0 4px 16px rgba(65,246,59,.25)}.destinations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;padding:1rem 0}.destination-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;border:1px solid #f8fafc}.destination-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.card-image{position:relative;height:240px;overflow:hidden;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.destination-card:hover .card-image img{transform:scale(1.1)}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.05));display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 1rem;pointer-events:none}.category-badge,.rating{pointer-events:auto;margin-top:4px;margin-right:20px}.rating{display:flex;align-items:center;gap:.25rem;padding:.45rem .8rem;color:#f59e0b;transform:translateY(3px)}.category-badge,.rating{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:20px;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid rgba(255,255,255,.8)}.category-badge{padding:.5rem 1rem;color:#1e40af}.card-content{padding:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.destination-name{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0;line-height:1.2;letter-spacing:-.01em}.duration{background:#f0f9ff;color:#0369a1;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;white-space:nowrap;border:1px solid #e0f2fe}.destination-desc{color:#64748b;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.destination-meta{margin-bottom:1.25rem}.meta-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.85rem}.highlights-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.highlight-pill{background:#f8fafc;color:#475569;padding:.4rem .8rem;border-radius:12px;font-size:.75rem;font-weight:500;border:1px solid #f1f5f9;transition:all .3s ease}.destination-card:hover .highlight-pill{background:#3b82f6;color:white;border-color:#3b82f6;transform:translateY(-1px)}.highlight-pill.more{background:#f1f5f9;color:#64748b}.available-durations{margin-bottom:1.5rem}.durations-label{display:block;font-size:.8rem;font-weight:600;color:#64748b;margin-bottom:.5rem}.duration-pills{display:flex;flex-wrap:wrap;gap:.4rem}.duration-pill{background:#f0fdf4;color:#166534;padding:.3rem .6rem;border-radius:8px;font-size:.7rem;font-weight:600;border:1px solid #dcfce7}.duration-pill.more{background:#f8fafc;color:#6b7280;border-color:#f1f5f9}.duration-sidebar{background:white;border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid #f8fafc;position:sticky;top:2rem}.duration-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.duration-header h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.duration-header p{font-size:.9rem;color:#64748b;margin:0;line-height:1.5}.duration-list{display:flex;flex-direction:column;gap:.5rem}.duration-item{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:12px;cursor:pointer;transition:all .3s ease;border:1px solid #f1f5f9;background:#fafbfc}.duration-item:hover{border-color:#3b82f6;background:#f8fafc;transform:translateX(4px);box-shadow:0 2px 8px rgba(59,130,246,.1)}.duration-item.active{border-color:#3b82f6;background:#eff6ff;box-shadow:0 2px 12px rgba(59,130,246,.15)}.duration-icon{font-size:1.25rem;flex-shrink:0;opacity:.8}.duration-info{flex:1}.duration-label{display:block;font-size:.9rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.duration-count{display:block;font-size:.75rem;color:#64748b}.duration-arrow{color:#94a3b8;font-weight:600;transition:all .3s ease}.duration-item:hover .duration-arrow{transform:translateX(3px);color:#3b82f6}.selected-duration-info{margin-top:1.5rem;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #f1f5f9}.selected-duration-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.selected-duration-header h4{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.clear-filter{background:#ef4444;color:white;border:none;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(239,68,68,.2)}.clear-filter:hover{background:#dc2626;transform:scale(1.05);box-shadow:0 4px 8px rgba(239,68,68,.3)}.matching-destinations span{display:block;font-size:.8rem;color:#64748b;margin-bottom:.5rem}.matching-tags{display:flex;flex-wrap:wrap;gap:.4rem}.matching-tag{background:#3b82f6;color:white;padding:.3rem .6rem;border-radius:8px;font-size:.7rem;font-weight:600;box-shadow:0 2px 4px rgba(59,130,246,.2)}.destination-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3b82f6,#60a5fa);transform:scaleX(0);transition:transform .4s ease;border-radius:20px 20px 0 0}.destination-card:hover:before{transform:scaleX(1)}.price-section{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}.price{font-size:1.5rem;font-weight:700;color:#1e40af}.price-from{font-size:.8rem;color:#64748b;display:block;margin-bottom:.25rem}.view-details-btn{background:#3b82f6;color:white;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;box-shadow:0 2px 8px rgba(59,130,246,.2)}.view-details-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}@media (max-width:1024px){.layout-container{grid-template-columns:1fr;gap:1.5rem}.duration-sidebar{position:static;order:-1}}@media (max-width:768px){.section-title{font-size:2.5rem}.destinations-grid{grid-template-columns:1fr;gap:1.5rem}.filter-tabs{gap:.5rem}.filter-tab{padding:.6rem 1.2rem;font-size:.85rem}.card-image{height:200px}.card-content{padding:1.25rem}.destination-name{font-size:1.3rem}.price-section{flex-direction:column;gap:1rem;align-items:flex-start}.view-details-btn{width:100%}}@media (max-width:480px){.destinations-modern{padding:1rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.duration{align-self:flex-start}.duration-sidebar{padding:1.25rem}.duration-item{padding:.875rem}}.destination-card.loading{animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.8}to{opacity:1}}.clear-filter:focus,.duration-item:focus,.filter-tab:focus,.view-details-btn:focus{outline:2px solid #3b82f6;outline-offset:2px}body,html{scroll-behavior:smooth}