:root{--primary: #1a4fba;--primary-hover: #153f94;--primary-light: #eef2fb;--accent: #0e7490;--accent-light: #e8f6f9;--success: #059669;--navy: #0f1c2e;--navy-mid: #1e3a5f;--bg-body: #f1f5f9;--bg-card: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--border-strong: #cbd5e1;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 24px rgba(0,0,0,.1);--radius: 10px;--radius-lg: 14px}*{margin:0;padding:0;box-sizing:border-box}html{overflow-y:scroll}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-body);color:var(--text-main);min-height:100vh;line-height:1.5}.container{max-width:1280px;margin:0 auto;padding:0 1rem 2rem}.navbar-card{display:flex;align-items:center;gap:0;background:#fff;border-bottom:1px solid var(--border);padding:0 1.5rem .5rem;margin-bottom:.5rem;position:sticky;top:0;z-index:100;box-shadow:0 1px 6px #0000000f;animation:fadeIn .4s ease-out;min-height:72px}.logo-lockup{display:flex;align-items:center;gap:.6rem;flex-shrink:0;padding-right:1.5rem;margin-right:1.5rem;border-right:1px solid var(--border);height:72px}.site-logo-icon{width:46px;height:38px;flex-shrink:0}.brand-text{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.brand-wordmark{font-family:Inter,-apple-system,sans-serif;font-size:1.35rem;font-weight:900;letter-spacing:.04em;line-height:1;white-space:nowrap}.brand-cey{color:var(--navy);margin-right:0}.brand-sim{color:var(--primary)}.brand-tagline{font-size:.6rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.navbar-filters{display:flex;align-items:flex-end;gap:.75rem;flex:1;padding:.75rem 0 .5rem;flex-wrap:wrap}.filter-section{display:flex;flex-direction:column;min-width:80px;flex:1}.filter-section--duration{min-width:130px;flex:1.8}.filter-label{font-size:.62rem;font-weight:700;color:var(--text-muted);margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}input[type=text],input[type=number],select{width:100%;padding:.38rem .55rem;background:var(--bg-body);border:1px solid var(--border);border-radius:6px;color:var(--text-main);font-size:.78rem;font-family:inherit;transition:border-color .15s,background .15s}input[type=text]::placeholder,input[type=number]::placeholder{color:var(--text-muted)}select option{background:#fff;color:var(--text-main)}input[type=text]:focus,input[type=number]:focus,select:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 2px #1a4fba1f}input[type=text][readonly]{background:var(--border);color:var(--text-muted);cursor:default}.slider{width:100%;height:4px;border-radius:2px;background:var(--border);outline:none;-webkit-appearance:none;appearance:none;cursor:pointer;margin-top:.3rem}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--primary);cursor:pointer;border:2px solid #ffffff;box-shadow:0 0 0 2px #1a4fba33;transition:transform .1s}.slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.features-checkboxes{display:grid;grid-template-columns:1fr 1fr;gap:.3rem}.feature-label{display:flex;cursor:pointer}.feature-label input[type=checkbox]{display:none}.feature-label span{display:flex;align-items:center;justify-content:center;width:100%;padding:.22rem 0;font-size:.7rem;font-weight:600;border:1px solid var(--border-strong);border-radius:999px;background:var(--bg-body);color:var(--text-muted);transition:background .15s,color .15s,border-color .15s;line-height:1.4;user-select:none;white-space:nowrap}.feature-label input[type=checkbox]:checked+span{background:var(--primary);color:#fff;border-color:var(--primary)}@media (max-width: 900px){.navbar-card{flex-direction:column;align-items:stretch;padding:.75rem 1rem;position:static;min-height:unset}.logo-lockup{border-right:none;border-bottom:1px solid var(--border);padding-right:0;padding-bottom:.6rem;margin-right:0;margin-bottom:.6rem;height:auto;justify-content:center}.navbar-filters{gap:.5rem}}.page-heading{font-size:1.25rem;font-weight:800;color:var(--navy);margin:1rem 0 .75rem;line-height:1.3}.page-subheading{margin-bottom:.85rem;color:var(--text-muted)}.results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-size:.75rem;color:var(--text-muted);padding:0 .1rem;gap:1rem}.results-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.results-header .page-subheading{margin-bottom:0;flex:1}@media (max-width: 900px){.results-header{flex-direction:column;align-items:stretch}.results-header-actions{justify-content:flex-end}}.sort-buttons{display:flex;gap:.3rem}.sort-btn{padding:.22rem .65rem;border:1px solid var(--border-strong);border-radius:5px;background:var(--bg-card);color:var(--text-muted);cursor:pointer;font-size:.72rem;font-weight:600;transition:all .15s;font-family:inherit}.sort-btn:hover{border-color:var(--primary);color:var(--primary)}.sort-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.package-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width: 1100px){.package-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.package-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.package-grid{grid-template-columns:1fr}}.ad-card{border-style:dashed;opacity:.55;pointer-events:none}.ad-card-inner{display:flex;align-items:center;justify-content:center;height:100%;min-height:200px}.ad-label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.result-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem;transition:box-shadow .2s,transform .2s,border-color .2s;position:relative;overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.7rem}.result-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--accent));opacity:0;transition:opacity .2s}.result-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--border-strong)}.result-card:hover:after{opacity:1}.card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.card-title{font-size:.95rem;font-weight:700;color:var(--text-main);margin-bottom:.1rem}.card-badge{background:var(--accent-light);color:var(--accent);padding:.18rem .5rem;border-radius:999px;font-size:.62rem;font-weight:700;border:1px solid #a5f3fc;white-space:nowrap;flex-shrink:0}.card-details{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border);border-radius:8px;border:1px solid var(--border);overflow:hidden;flex:1}.detail-item{display:flex;flex-direction:column;padding:.5rem .6rem;background:#fafbfc}.detail-item.full-width{grid-column:span 2}.detail-label{color:var(--text-muted);font-size:.6rem;text-transform:uppercase;font-weight:700;letter-spacing:.05em;margin-bottom:.1rem}.detail-value{color:var(--text-main);font-weight:700;font-size:.82rem}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.6rem;border-top:1px solid var(--border);margin-top:auto}.price{font-size:1.2rem;font-weight:800;color:var(--navy);line-height:1}.select-btn{background:#1a4fba2e;color:var(--primary);padding:.45rem 1rem;border-radius:7px;border:1px solid rgba(26,79,186,.3);font-size:.78rem;font-weight:700;cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .15s;text-decoration:none;display:inline-block;font-family:inherit;letter-spacing:.01em;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.select-btn:hover{background:#1a4fba47;border-color:#1a4fba80;transform:translateY(-1px)}.rating{display:flex;align-items:center;gap:.2rem;font-size:.75rem;color:#f59e0b}.no-results{text-align:center;color:var(--text-muted);padding:5rem 2rem;font-size:1rem;background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.blog-container{max-width:900px;margin:0 auto;padding:0 1rem}.blog-header{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;padding:3rem 2rem;border-radius:var(--radius-lg);margin:2rem 0;box-shadow:var(--shadow-lg);animation:fadeIn .6s ease-out}.blog-header-content{max-width:800px;margin:0 auto}.blog-title{font-size:2.2rem;font-weight:900;margin-bottom:.75rem;line-height:1.2;letter-spacing:-.015em}.blog-subtitle{font-size:1.1rem;opacity:.95;margin-bottom:1.5rem;font-weight:500;line-height:1.4}.blog-meta{display:flex;gap:1.5rem;font-size:.9rem;opacity:.9;flex-wrap:wrap}.publish-date,.read-time{display:flex;align-items:center}.blog-content{display:grid;grid-template-columns:250px 1fr;gap:2rem;margin-bottom:3rem}.toc{background:var(--primary-light);border:1px solid #d4e3f7;border-radius:var(--radius);padding:1.5rem;height:fit-content;position:sticky;top:100px}.toc-title{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary)}.toc-list{list-style:none;padding:0;margin:0}.toc-list li{margin-bottom:.5rem}.toc-list a{color:var(--primary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s,padding-left .2s;display:block;padding:.35rem 0}.toc-list a:hover{color:var(--primary-hover);padding-left:.5rem}.blog-article{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow)}.blog-section{margin-bottom:2.5rem;scroll-margin-top:100px}.blog-section:last-child{margin-bottom:0}.intro-text{font-size:1.05rem;line-height:1.8;color:var(--text-main);margin-bottom:0}.section-title{font-size:1.6rem;font-weight:800;color:var(--navy);margin-bottom:1rem;margin-top:0;padding-bottom:.75rem;border-bottom:3px solid var(--primary);display:inline-block}.blog-section>p{font-size:1rem;line-height:1.8;color:var(--text-main);margin-bottom:1.5rem}.destination-card{background:#f8fafc;border-left:4px solid var(--primary);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem;transition:box-shadow .2s,transform .2s}.destination-card:hover{transform:translate(4px);box-shadow:var(--shadow)}.destination-name{font-size:1.25rem;font-weight:700;color:var(--primary);margin-bottom:.75rem}.destination-card p{margin-bottom:.75rem;line-height:1.7;color:var(--text-main);font-size:.95rem}.destination-card strong{color:var(--navy);font-weight:700}.tips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0}.tip-card{background:linear-gradient(135deg,var(--primary-light) 0%,var(--accent-light) 100%);border:1px solid #d4e3f7;border-radius:var(--radius);padding:1.5rem;transition:box-shadow .2s,transform .2s}.tip-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.tip-title{font-size:1.1rem;font-weight:700;color:var(--primary);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary)}.tip-card p{font-size:.95rem;line-height:1.6;color:var(--text-main);margin-bottom:.5rem}.tip-card p:last-child{margin-bottom:0}.connectivity-card{background:#f0fdf4;border:1px solid #86efac;border-left:4px solid var(--success);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.connectivity-title{font-size:1.15rem;font-weight:700;color:var(--success);margin-bottom:1rem}.connectivity-list{list-style:none;padding:0;margin:0}.connectivity-list li{margin-bottom:.75rem;padding-left:1.5rem;position:relative;font-size:.95rem;line-height:1.6;color:var(--text-main)}.connectivity-list li:before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:700;font-size:1.1rem}.connectivity-card p{font-size:.95rem;line-height:1.6;color:var(--text-main);margin-bottom:.75rem}.connectivity-note{background:#fff;padding:1rem;border-radius:6px;border-left:3px solid var(--accent);margin-top:1rem;font-size:.9rem;font-style:italic}.call-to-action-card{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;border-radius:var(--radius-lg);padding:2rem;margin:2rem 0;text-align:center;box-shadow:var(--shadow-lg);animation:fadeIn .6s ease-out .3s backwards}.cta-title{font-size:1.5rem;font-weight:800;margin-bottom:.75rem}.call-to-action-card p{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;opacity:.95}.cta-button{display:inline-block;background:#fff;color:var(--primary);padding:.75rem 2.5rem;border-radius:999px;text-decoration:none;font-weight:700;font-size:1rem;transition:transform .2s,box-shadow .2s;box-shadow:var(--shadow)}.cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media (max-width: 768px){.blog-content{grid-template-columns:1fr;gap:1.5rem}.toc{position:static;display:grid;grid-template-columns:2fr 1fr;gap:1rem;align-items:start;padding:1rem}.toc-title{grid-column:span 2}.toc-list{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.blog-header{padding:2rem 1.5rem}.blog-title{font-size:1.75rem}.blog-subtitle{font-size:1rem}.blog-article{padding:1.5rem}.section-title{font-size:1.35rem}.tips-grid{grid-template-columns:1fr}.call-to-action-card{padding:1.5rem}.cta-title{font-size:1.25rem}}@media (max-width: 480px){.blog-container{padding:0 .75rem}.blog-header{padding:1.5rem 1rem;margin:1rem 0;border-radius:var(--radius)}.blog-title{font-size:1.4rem}.blog-subtitle{font-size:.95rem}.blog-meta{gap:.75rem;font-size:.85rem}.blog-article{padding:1rem}.section-title{font-size:1.15rem}.destination-card{padding:1rem}.destination-name{font-size:1.1rem}.tip-card{padding:1rem}.toc{display:none}}
