@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#4d4d4d;line-height:1.6;background:#fff}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{max-width:1140px;margin:0 auto;padding:0 15px}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.header{background:#07253F;padding:0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #00000026}.header .container{display:flex;align-items:center;justify-content:space-between;height:70px}.logo{display:flex;align-items:center}.logo-img{height:40px;width:auto;display:block}.nav{display:flex;gap:4px;align-items:center}.nav-link{color:#ffffffd9;padding:8px 16px;border-radius:4px;font-size:.95rem;font-weight:500;transition:all .2s}.nav-link:hover{color:#fff;background:rgba(120,213,239,.15)}.dropdown-arrow{font-size:.7rem;margin-left:2px;opacity:.7}.nav-dropdown{position:relative}.nav-dropdown .dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border-radius:8px;box-shadow:0 8px 30px #0000002e;display:none;padding:20px;min-width:220px;z-index:200;border-top:3px solid #78d5ef}.nav-dropdown:hover .dropdown-menu{display:flex;gap:24px}.dropdown-menu:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px;background:transparent}.dropdown-section{min-width:180px}.dropdown-section h4{font-size:.8rem;font-weight:700;color:#07253f;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;padding-bottom:6px;border-bottom:2px solid #78d5ef}.dropdown-section a{display:block;padding:5px 0;font-size:.85rem;color:#4d4d4d;transition:all .15s;white-space:nowrap}.dropdown-section a:hover{color:#07253f;padding-left:6px}.dropdown-view-all{margin-top:6px;padding-top:8px!important;border-top:1px solid #eee;color:#78d5ef!important;font-weight:600!important;font-size:.82rem!important}.hero{background:linear-gradient(135deg,#07253F 0%,#0a3a5e 50%,#0085ff 100%);min-height:420px;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(120,213,239,.2) 0%,transparent 70%);border-radius:50%}.hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(0,133,255,.2) 0%,transparent 70%);border-radius:50%}.hero-overlay{width:100%;padding:80px 0;position:relative;z-index:1}.hero h1{font-size:3rem;color:#fff;margin-bottom:16px;font-weight:300;line-height:1.2}.hero h1 strong{font-weight:700;color:#78d5ef}.hero p{font-size:1.15rem;color:#ffffffbf;max-width:520px;line-height:1.8;font-weight:300}.section{padding:70px 0}.section-alt{background:#f5f5f5}.section-header{text-align:center;margin-bottom:40px}.section-tag{display:inline-block;background:rgba(120,213,239,.12);color:#0085ff;padding:4px 18px;border-radius:20px;font-size:.85rem;font-weight:500;margin-bottom:10px}.section-header h2{font-size:2rem;font-weight:300;color:#07253f}.section-header h2 strong{font-weight:700}.card-grid{display:grid;gap:24px}.card-grid.four-col{grid-template-columns:repeat(4,1fr)}.card-grid.three-col{grid-template-columns:repeat(3,1fr)}.destination-card,.tour-card,.hotel-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 15px #00000014;transition:all .3s ease;display:block}.destination-card:hover,.tour-card:hover,.hotel-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000024}.card-image{overflow:hidden;aspect-ratio:16/11}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.destination-card:hover .card-image img,.tour-card:hover .card-image img,.hotel-card:hover .card-image img{transform:scale(1.05)}.card-body{padding:16px 20px}.card-body h5,.card-body h6{font-size:1rem;font-weight:600;color:#07253f;margin-bottom:4px}.card-body p{font-size:.88rem;color:#666;line-height:1.5}.about-intro{text-align:center;max-width:900px;margin:0 auto}.about-intro h2{font-size:1.8rem;color:#07253f;margin-bottom:16px}.about-intro h2 strong{color:#78d5ef}.about-intro p{font-size:.95rem;color:#4d4d4d;line-height:1.8;font-weight:300}.top-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.top-link-card{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;font-size:.95rem;font-weight:500;color:#07253f;transition:all .2s ease}.top-link-card:hover{background:#07253F;color:#fff;border-color:#07253f;transform:translateY(-2px);box-shadow:0 4px 12px #07253f33}.top-link-card.international{border-left:3px solid #78d5ef}.top-link-card.route{border-left:3px solid #f9676b}.top-link-icon{font-size:1.2rem;flex-shrink:0}.top-links-grid.routes{grid-template-columns:repeat(3,1fr)}.page-content{padding:50px 20px}.detail-page{max-width:800px;margin:0 auto}.detail-page h1{font-size:2.2rem;color:#07253f;margin-bottom:16px;font-weight:700}.detail-page h3{font-size:1.3rem;color:#f9676b;margin-bottom:20px;font-weight:600}.detail-page p{font-size:.95rem;color:#4d4d4d;line-height:1.8;margin-bottom:18px;font-weight:300}.related-links{margin-top:40px;padding-top:30px;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:10px}.related-link{display:block;padding:14px 20px;background:#f5f7fa;border-radius:6px;color:#0085ff;font-weight:500;font-size:.95rem;transition:all .2s;border-left:3px solid transparent}.related-link:hover{background:#e8f4fd;border-left-color:#78d5ef;padding-left:24px;color:#07253f}.btn-primary{display:inline-block;background:#0085ff;color:#fff;padding:12px 30px;border-radius:6px;font-weight:600;font-size:.95rem;transition:background .2s;margin-top:16px}.btn-primary:hover{background:#03bae4}.footer{background:#07253F;color:#ffffffb3;padding:50px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px;padding-bottom:40px}.footer-section h3{color:#fff;font-size:1.4rem;margin-bottom:12px}.footer-section h4{color:#78d5ef;font-size:1rem;margin-bottom:12px}.footer-section p{font-size:.9rem;line-height:1.7;font-weight:300}.footer-section ul{display:flex;flex-direction:column;gap:8px}.footer-section ul a{font-size:.88rem;color:#fff9;transition:color .2s}.footer-section ul a:hover{color:#78d5ef}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;text-align:center;font-size:.85rem}.section-dark{background:#07253F;color:#fff;padding:60px 0}.section-dark .section-header h2{color:#fff}.section-dark .section-header h2 strong{color:#78d5ef}.section-subtitle{font-size:1rem;color:#ffffffb3;margin-top:8px}.category-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:10px}.category-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:28px;transition:all .3s;display:block}.category-card:hover{background:rgba(255,255,255,.14);transform:translateY(-3px);border-color:#78d5ef}.category-card h3{font-size:1.3rem;font-weight:600;color:#78d5ef;margin-bottom:10px}.category-card p{font-size:.9rem;color:#ffffffb3;margin-bottom:14px;line-height:1.5}.category-card-link{font-size:.9rem;font-weight:500;color:#f9676b}.all-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.all-link{display:block;font-size:.85rem;color:#07253f;padding:8px 12px;border-radius:4px;background:rgba(120,213,239,.08);transition:all .2s;border:1px solid rgba(120,213,239,.15)}.all-link:hover{background:#78d5ef;color:#07253f;font-weight:500}.view-all-wrap{text-align:center;margin-top:24px}.view-all-btn{display:inline-block;background:#07253F;color:#78d5ef;padding:12px 32px;border-radius:6px;font-size:.95rem;font-weight:500;transition:all .3s;border:2px solid #78d5ef}.view-all-btn:hover{background:#78d5ef;color:#07253f}.category-page{padding:20px 0 60px}.category-page h1{font-size:2rem;font-weight:700;color:#07253f;margin-bottom:12px}.category-intro{font-size:1.05rem;color:#666;margin-bottom:30px;line-height:1.6}.alpha-nav{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:30px;padding:16px;background:#07253F;border-radius:8px}.alpha-btn{width:38px;height:38px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;font-size:.9rem;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s;font-family:Poppins,sans-serif}.alpha-btn:hover{background:rgba(120,213,239,.2);border-color:#78d5ef}.alpha-btn.active{background:#78d5ef;color:#07253f;font-weight:600;border-color:#78d5ef}.category-subhead{font-size:1.3rem;font-weight:600;color:#f9676b;margin:30px 0 16px;padding-bottom:10px;border-bottom:2px solid rgba(249,103,107,.2)}.no-results{color:#999;font-style:italic;grid-column:1 / -1}.destination-links{margin-top:40px}.destination-links h3,.related-links h3{font-size:1.3rem;font-weight:600;color:#f9676b;margin-bottom:16px}@media (max-width: 992px){.card-grid.four-col,.card-grid.three-col{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.category-cards-grid{grid-template-columns:repeat(2,1fr)}.all-links-grid,.top-links-grid{grid-template-columns:repeat(3,1fr)}.top-links-grid.routes{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:2.2rem}}@media (max-width: 768px){.header .container{flex-direction:column;height:auto;padding:12px 15px;gap:8px}.nav{flex-wrap:wrap;justify-content:center}.nav-link{padding:6px 10px;font-size:.85rem}.nav-dropdown .dropdown-menu{left:0;transform:none;min-width:280px;flex-direction:column;gap:16px}.hero h1{font-size:1.8rem}.hero p{font-size:1rem}.section{padding:40px 0}.detail-page h1{font-size:1.6rem}.all-links-grid,.top-links-grid{grid-template-columns:repeat(2,1fr)}.top-links-grid.routes,.category-cards-grid{grid-template-columns:1fr}}@media (max-width: 576px){.card-grid.four-col,.card-grid.three-col,.footer-grid,.all-links-grid{grid-template-columns:1fr}}
