@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@500;600;700;800&display=swap";:root{--navy: #071a44;--navy-700: #0a2868;--navy-600: #0d54b5;--gold: #ff7a1a;--gold-dark: #ff7a1a1f;--sky: #126ee8;--sky-dark: #0b55bf;--ink: #061635;--text: #2b3444;--muted: #697386;--line: #e3eaf4;--bg: #ffffff;--bg-soft: #f6f9ff;--bg-tint: #edf6ff;--radius: 16px;--radius-sm: 10px;--shadow-sm: 0 2px 8px rgba(11, 34, 73, .06);--shadow: 0 12px 40px rgba(11, 34, 73, .1);--shadow-lg: 0 24px 60px rgba(11, 34, 73, .16);--maxw: 1180px;--nav-h: 88px;--font-head: "Sora", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-head);color:var(--ink);line-height:1.15;margin:0 0 .5em;letter-spacing:0}h1{font-size:clamp(2.1rem,4.5vw,3.3rem);font-weight:800}h2{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700}h3{font-size:1.2rem;font-weight:700}p{margin:0 0 1rem}a{color:var(--sky-dark);text-decoration:none;transition:color .15s ease}a:hover{color:var(--navy)}img{max-width:100%;display:block}ul{margin:0;padding-left:1.2rem}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 22px}.section{padding:72px 0}section[id]{scroll-margin-top:calc(var(--nav-h) + 16px)}.section-soft{background:var(--bg-soft)}.section-tint{background:linear-gradient(180deg,#ffffff 0%,var(--bg-tint) 100%)}.eyebrow{display:inline-block;font-family:var(--font-head);font-weight:700;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sky-dark);margin-bottom:12px}.section-head{max-width:680px;margin:0 auto 44px;text-align:center}.section-head p{color:var(--muted);font-size:1.05rem}.lead{font-size:1.12rem;color:var(--muted)}.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-weight:600;font-size:.98rem;padding:13px 26px;border-radius:999px;border:1.5px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--sky);color:#fff;box-shadow:0 10px 24px #0476e14d}.btn-primary:hover{background:var(--sky-dark);color:#fff}.btn-gold{background:var(--gold);color:var(--navy);box-shadow:0 10px 24px #fca62d4d}.btn-gold:hover{color:var(--navy);filter:brightness(1.04)}.btn-ghost{background:transparent;color:#fff;border-color:#ffffff80}.btn-ghost:hover{background:#ffffff1f;color:#fff}.btn-outline{background:#fff;color:var(--navy);border-color:var(--line)}.btn-outline:hover{border-color:var(--sky);color:var(--sky-dark)}.nav-wrap{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffe0;border-bottom:1px solid rgba(227,234,244,.82);box-shadow:0 18px 50px #071a441a;backdrop-filter:saturate(180%) blur(22px);-webkit-backdrop-filter:saturate(180%) blur(22px)}main{padding-top:var(--nav-h)}.hero,.page-hero{margin-top:calc(var(--nav-h) * -1)}.nav-bar{position:relative;max-width:var(--maxw);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:var(--nav-h);padding:0 22px;background:transparent}.nav-logo img{height:60px;max-width:270px;width:auto;object-fit:contain}.nav-links{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}.nav-links a{font-family:var(--font-head);font-weight:600;font-size:.9rem;color:var(--navy);padding:10px 12px;border-radius:8px;transition:background .15s ease,color .15s ease,box-shadow .15s ease;white-space:nowrap}.nav-links a:hover{background:#126ee814;color:var(--navy)}.nav-links a.active{color:var(--sky-dark);background:#126ee81a;box-shadow:none}.nav-cta{margin-left:6px}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:10px;margin-left:4px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:background .35s ease,transform .25s ease,opacity .25s ease}.nav-toggle span+span{margin-top:5px}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;color:#fff;min-height:100vh;min-height:100svh;padding:calc(var(--nav-h) + 56px) 0 80px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start}.hero-slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center top;opacity:0;transition:opacity 1.6s ease;will-change:opacity}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse 60% 40% at 8% 20%,rgba(255,122,26,.22),transparent 65%),linear-gradient(175deg,#040e268a,#040e26b8 45%,#040e26e6)}.hero-inner{position:relative;z-index:2;max-width:820px;margin:0 auto;text-align:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.8rem;letter-spacing:.14em;color:#82d2fce6!important;margin-bottom:16px}.hero-eyebrow:before,.hero-eyebrow:after{content:"";display:block;width:32px;height:1px;background:#82d2fc80}.hero h1{color:#fff;font-size:clamp(2.4rem,5.5vw,3.8rem);margin-bottom:16px;text-shadow:0 2px 20px rgba(0,0,0,.35)}.hero h1 .accent{color:var(--gold)}.hero-sub{color:#ffffffd1;font-size:1.1rem;max-width:580px;margin:0 auto 32px;line-height:1.7}.hero-search-card{background:#fffffff7;border-radius:22px;padding:22px 24px 18px;box-shadow:0 40px 100px #00000080,0 8px 30px #00000038,inset 0 0 0 1px #fffc;text-align:left}.hero-search-single{padding:18px 20px 16px}.hero-search-tabs{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:16px;padding-bottom:16px;border-bottom:1.5px solid var(--line)}.hero-search-tab{display:inline-flex;align-items:center;gap:7px;padding:9px 20px;border-radius:999px;border:1.5px solid transparent;font-family:var(--font-head);font-weight:600;font-size:.9rem;color:var(--muted);background:none;cursor:pointer;white-space:nowrap;transition:all .18s ease}.hero-search-tab:hover{color:var(--navy);background:var(--bg-soft)}.hero-search-tab.active{color:var(--sky-dark);background:#0476e11a;border-color:#0476e161}.hero-search-tab .e{font-size:1.05rem}.hero-popular{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:22px;justify-content:center}.hero-popular-label{font-size:.82rem;color:#ffffffa6;font-family:var(--font-head);font-weight:600;letter-spacing:.06em;text-transform:uppercase}.hero-pop-tag{display:inline-flex;align-items:center;gap:5px;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);color:#ffffffe0!important;border-radius:999px;padding:5px 14px;font-family:var(--font-head);font-weight:600;font-size:.84rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .18s ease,border-color .18s ease,color .18s ease}.hero-pop-tag:hover{background:#ffffff38;border-color:#fff6;color:#fff!important}.hero-dots{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:10px;align-items:center}.hero-dot{width:9px;height:9px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;padding:0;transition:all .3s ease;flex-shrink:0}.hero-dot.active{background:#fff;border-color:#fff;width:28px;border-radius:5px}.hero-premium{min-height:100vh;min-height:100svh;padding:calc(var(--nav-h) + 34px) 0 72px}.hero-premium .hero-overlay{background:radial-gradient(ellipse 44% 28% at 50% 28%,rgba(255,122,26,.22),transparent 70%),radial-gradient(ellipse 50% 34% at 78% 14%,rgba(18,110,232,.28),transparent 72%),linear-gradient(180deg,#030b1f99,#030b1fc2 46%,#030b1ff0)}.hero-premium .hero-inner{max-width:980px;display:flex;flex-direction:column;gap:24px;align-items:center;text-align:center}.hero-copy{max-width:780px;padding-top:0}.hero-premium .hero-eyebrow{color:#ffffffc7!important}.hero-premium .hero-eyebrow:before{background:var(--gold)}.hero-premium .hero-eyebrow:after{background:var(--gold)}.hero-premium h1{font-size:clamp(2.55rem,6vw,5.65rem);line-height:.98;max-width:820px;margin:0 auto 18px}.hero-premium .hero-sub{margin:0 auto;max-width:680px;color:#ffffffd1}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:540px}.hero-proof span{min-height:92px;padding:16px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#ffffffb8;font-size:.78rem;line-height:1.35;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-proof strong{display:block;color:#fff;font-family:var(--font-head);font-size:1.38rem;line-height:1;margin-bottom:8px}.hero-search-premium{position:relative;width:100%;max-width:900px;padding:18px;border-radius:18px;background:linear-gradient(145deg,#ffffff2e,#ffffff12),linear-gradient(180deg,#061635c7,#0616358a);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(26px) saturate(140%);-webkit-backdrop-filter:blur(26px) saturate(140%);box-shadow:0 42px 120px #0000007a,0 12px 34px #07142b47,inset 0 1px #ffffff4d;overflow:hidden}.hero-search-premium:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:17px;border:1px solid rgba(255,255,255,.1);pointer-events:none}.hero-search-glow{position:absolute;inset:auto 12% -46px 12%;height:80px;background:radial-gradient(ellipse at center,rgba(255,122,26,.34),transparent 68%);pointer-events:none}.hero-search-head{position:relative;z-index:2;display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:12px;color:#ffffff9e;font-family:var(--font-head);font-size:.82rem;text-transform:uppercase}.hero-search-head strong{color:#fff;text-transform:none;font-size:1rem}.hero-search-premium .hero-search-tabs{position:relative;z-index:2;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:5px;margin-bottom:12px;box-shadow:inset 0 1px #ffffff1a}.hero-search-premium .hero-search-tab{flex:1 1 auto;justify-content:center;border-radius:10px;padding:10px 14px;color:#ffffffd1}.hero-search-premium .hero-search-tab:hover{color:#fff;background:#ffffff29;border-color:#ffffff42}.hero-search-premium .hero-search-tab.active{color:var(--navy);background:linear-gradient(135deg,#fff,#e5f2ff);border-color:#ffffff8c;box-shadow:0 12px 30px #0476e147}.hero-search-premium .hero-search-tab.active:hover{color:var(--navy);background:linear-gradient(135deg,#fff,#e5f2ff)}.hero-search-premium .widget-shell{position:relative;z-index:2;background:#ffffff1a;border-color:#ffffff29;border-radius:14px;padding:10px;box-shadow:none}.hero-search-premium .widget-shell.flush{padding:10px}.hero-search-premium .tp-widget{overflow:hidden;border-radius:10px}.hero-widget-notes{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.hero-widget-notes span{min-height:54px;display:flex;align-items:center;padding:10px 12px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#ffffffc7;font-family:var(--font-head);font-size:.78rem;font-weight:700;line-height:1.35}.hero-premium .hero-popular{justify-content:center;margin-top:0}.hero-premium .hero-pop-tag{padding:7px 16px}.home-services{background:linear-gradient(180deg,#fff,#f6f9fd)}.home-kicker{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(300px,1.1fr);gap:34px;align-items:end;margin-bottom:34px}.home-kicker h2{font-size:clamp(2rem,4vw,3.25rem);margin:0}.home-kicker p{color:var(--muted);font-size:1.04rem;max-width:560px}.home-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.home-service-grid .service-card{border-radius:22px;border-color:#0b224914;box-shadow:0 16px 50px #0b22490f}.home-service-grid .service-card:nth-child(1),.home-service-grid .service-card:nth-child(5){grid-column:span 2}.home-service-grid .service-card .thumb{height:210px}.home-service-grid .service-card .badge{background:#0b2249e0;color:#fff}.route-lab{background:#071a39;color:#ffffffbd}.route-lab h2,.route-lab h3{color:#fff}.route-lab .eyebrow{color:var(--gold)}.route-lab-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.route-lab-head h2{font-size:clamp(2rem,4vw,3.2rem);max-width:680px;margin-bottom:0}.route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.route-panel{background:#fffffff5;border-radius:22px;padding:22px;min-width:0;color:var(--text);box-shadow:0 24px 70px #00000038;display:flex;flex-direction:column;height:100%}.route-panel h3{color:var(--navy);font-size:1.18rem;margin-bottom:16px}.route-panel>.widget-shell{flex:1;display:flex;flex-direction:column}.route-panel>.widget-shell>.tp-widget{flex:1}.panel-label{display:block;color:var(--sky-dark);font-family:var(--font-head);font-size:.78rem;font-weight:800;letter-spacing:.12em;margin-bottom:8px;text-transform:uppercase}.arrival-suite{background:linear-gradient(180deg,#f8fbff,#fff)}.arrival-inner{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:42px;align-items:center}.arrival-copy h2{font-size:clamp(2rem,4vw,3.25rem)}.arrival-copy p{color:var(--muted);font-size:1.05rem}.arrival-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.arrival-actions .btn-ghost{color:var(--navy);border-color:var(--line)}.arrival-actions .btn-ghost:hover{color:var(--sky-dark);background:var(--bg-tint)}.arrival-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.arrival-card{min-height:420px;position:relative;overflow:hidden;border-radius:24px;padding:22px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 28px 70px #0b224929}.arrival-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#071a3905,#071a39e6);z-index:1}.arrival-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.arrival-card:hover img{transform:scale(1.06)}.arrival-card span,.arrival-card h3,.arrival-card p{position:relative;z-index:2}.arrival-card span{color:var(--gold);font-family:var(--font-head);font-size:.78rem;font-weight:800;letter-spacing:.12em;margin-bottom:10px;text-transform:uppercase}.arrival-card h3{color:#fff;font-size:1.24rem;margin-bottom:8px}.arrival-card p{color:#ffffffc7;margin:0;font-size:.94rem}.timetable-suite{background:#fff}.timetable-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:36px;align-items:center}.timetable-grid>.widget-shell,.timetable-grid>.tp-widget{min-width:0}.widget-showcase{background:linear-gradient(180deg,#fff,#f6f9fd)}.widget-showcase-head{max-width:780px;margin-bottom:34px}.widget-showcase-head h2{font-size:clamp(2rem,4vw,3.25rem);margin-bottom:12px}.widget-showcase-head p{color:var(--muted);font-size:1.05rem;margin:0;max-width:650px}.widget-showcase-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}.widget-feature-panel{display:flex;flex-direction:column;min-width:0;border:1px solid rgba(11,34,73,.08);border-radius:24px;padding:26px;background:#fffffff0;box-shadow:0 22px 70px #0b224914}.widget-feature-copy{max-width:720px;margin-bottom:18px}.widget-feature-copy h3{font-size:1.35rem;margin-bottom:6px}.widget-feature-copy p{color:var(--muted);font-size:.95rem;margin:0}.widget-feature-panel>.widget-shell{flex:1}.promise-strip{background:var(--navy);padding:44px 0}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border-radius:22px;background:#ffffff1f}.promise-item{padding:28px 24px;background:#ffffff12}.promise-item strong{display:block;color:var(--gold);font-family:var(--font-head);font-size:2rem;line-height:1;margin-bottom:10px}.promise-item span{color:#ffffffc7;font-size:.92rem}.final-search{padding:76px 0 88px;background:#fff}.final-search-band{border-radius:28px;padding:58px 44px;color:#fff;background:linear-gradient(120deg,#071a39f5,#0853a1eb),url(https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?auto=format&fit=crop&w=1800&q=80) center/cover;overflow:hidden}.final-search-band h2{color:#fff;font-size:clamp(2rem,4vw,3.4rem);max-width:720px}.final-search-band p{color:#ffffffc7;max-width:520px}.search-card{position:relative;z-index:5;margin-top:0}.search-card .panel{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:22px;border:1px solid var(--line)}.search-card .panel-label{font-family:var(--font-head);font-weight:700;color:var(--ink);margin-bottom:6px}.search-card .panel-label span{color:var(--muted);font-weight:500;font-size:.9rem}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.service-card{text-decoration:none;color:inherit}.service-card .thumb{height:170px;position:relative;overflow:hidden}.service-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .thumb img{transform:scale(1.07)}.service-card .badge{position:absolute;top:12px;left:12px;background:#ffffffeb;color:var(--navy);font-family:var(--font-head);font-weight:700;font-size:.74rem;letter-spacing:.04em;padding:5px 11px;border-radius:999px}.service-card .body{padding:20px;flex:1;display:flex;flex-direction:column}.service-card h3{margin-bottom:6px}.service-card p{color:var(--muted);font-size:.95rem;margin-bottom:14px;flex:1}.service-card .more{font-family:var(--font-head);font-weight:600;color:var(--sky-dark);font-size:.92rem;display:inline-flex;align-items:center;gap:6px}.service-card:hover .more{gap:10px}.feature{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px;height:100%}.feature .icon{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:var(--bg-tint);color:var(--sky-dark);margin-bottom:16px;font-size:1.5rem}.feature h3{margin-bottom:6px}.feature p{color:var(--muted);font-size:.95rem;margin:0}.tp-widget{width:100%;min-height:60px}.widget-shell{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-sm)}.widget-shell.flush{padding:8px}.top-widget{margin-top:36px;position:relative;z-index:2;box-shadow:var(--shadow)}.wsec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:30px;flex-wrap:wrap}.wsec-head .txt{max-width:660px}.wsec-head .txt h2{margin-bottom:8px}.wsec-head .txt p{margin:0;color:var(--muted)}.wsec-head .wsec-link{font-family:var(--font-head);font-weight:600;font-size:.95rem;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.cat-nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:26px}.cat-nav a{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 16px;font-family:var(--font-head);font-weight:600;font-size:.9rem;color:var(--navy-700);box-shadow:var(--shadow-sm);transition:transform .15s ease,border-color .15s ease,color .15s ease}.cat-nav a:hover{transform:translateY(-2px);border-color:var(--sky);color:var(--sky-dark)}.cat-nav a .e{font-size:1.05rem}.page-hero{position:relative;color:#fff;padding:calc(var(--nav-h) + 60px) 0 60px;background-size:cover;background-position:center}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#081028b8,#0810288c)}.page-hero-inner{position:relative;z-index:2;max-width:720px}.page-hero h1{color:#fff}.page-hero p{color:#ffffffe6;font-size:1.12rem;max-width:620px;margin:0}.breadcrumb{font-size:.85rem;color:#fffc;margin-bottom:14px}.breadcrumb a{color:#fffc}.breadcrumb a:hover{color:#fff}.prose{max-width:800px;margin:0 auto}.prose h2{font-size:1.5rem;margin-top:2em}.prose h3{margin-top:1.6em}.prose p,.prose li{color:var(--text)}.prose ul{margin-bottom:1rem}.prose .updated{color:var(--muted);font-size:.9rem;margin-bottom:2rem}.notice{background:var(--bg-tint);border:1px solid var(--line);border-left:4px solid var(--gold);border-radius:var(--radius-sm);padding:18px 20px;margin:22px 0}.notice p:last-child{margin:0}.cta-band{background:linear-gradient(120deg,var(--navy) 0%,var(--navy-600) 100%);border-radius:24px;color:#fff;padding:54px 48px;text-align:center;position:relative;overflow:hidden}.cta-band:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px 300px at 80% 0%,rgba(4,118,225,.35),transparent 60%)}.cta-band>*{position:relative;z-index:2}.cta-band h2{color:#fff}.cta-band p{color:#ffffffd9;max-width:560px;margin:0 auto 24px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.contact-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px}.contact-item{display:flex;gap:14px;margin-bottom:18px}.contact-item .ico{font-size:1.3rem}.contact-item strong{font-family:var(--font-head);color:var(--ink);display:block}.contact-item span{color:var(--muted);font-size:.95rem}.field{margin-bottom:16px}.field label{font-family:var(--font-head);font-weight:600;font-size:.9rem;color:var(--ink);display:block;margin-bottom:6px}.field input,.field textarea{width:100%;padding:12px 14px;border:1.5px solid var(--line);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.96rem;color:var(--ink);transition:border-color .15s ease}.field input:focus,.field textarea:focus{outline:none;border-color:var(--sky)}.footer{background:var(--navy);color:#ffffffb8;padding:56px 0 0}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px}.footer-brand img{height:54px;width:auto;max-width:260px;object-fit:contain;margin-bottom:16px;padding:6px 10px;border-radius:8px;background:#fff}.footer-brand p{font-size:.92rem;max-width:320px}.footer h4{color:#fff;font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:16px}.footer ul{list-style:none;padding:0;margin:0}.footer ul li{margin-bottom:10px}.footer ul a{color:#ffffffb8;font-size:.92rem}.footer-social{display:flex;gap:12px;margin-top:8px}.footer-social a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#ffffff14;color:#fff;font-size:.95rem}.footer-social a:hover{background:var(--sky)}.footer-disclosure{border-top:1px solid rgba(255,255,255,.12);margin-top:44px;padding:22px 0;font-size:.82rem;color:#ffffff8c;line-height:1.6}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:20px 0;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:center;font-size:.85rem}.footer-bottom .links{display:flex;flex-wrap:wrap;gap:18px}.footer-bottom a{color:#fff9}.footer-bottom a:hover{color:var(--gold)}.divider-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:center}.divider-stats .stat strong{font-family:var(--font-head);font-weight:800;font-size:2rem;color:var(--navy);display:block;line-height:1}.divider-stats .stat span{color:var(--muted);font-size:.9rem}.not-found{text-align:center;padding:110px 0}.not-found .code{font-family:var(--font-head);font-weight:800;font-size:6rem;color:var(--sky);line-height:1}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}.split img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;height:100%;object-fit:cover;max-height:460px}.check-list{list-style:none;padding:0;margin:18px 0 0}.check-list li{position:relative;padding-left:30px;margin-bottom:12px;color:var(--text)}.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;background:var(--bg-tint);color:var(--sky-dark);display:grid;place-items:center;font-size:.75rem;font-weight:700}@media (max-width: 1080px){.grid-4{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}.hero-premium .hero-inner{gap:24px}.hero-copy{max-width:760px}.hero-proof{max-width:680px}.home-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-service-grid .service-card:nth-child(1),.home-service-grid .service-card:nth-child(5){grid-column:span 1}.route-grid,.arrival-inner,.timetable-grid{grid-template-columns:1fr}}@media (max-width: 860px){:root{--nav-h: 76px}.nav-bar{padding:0 14px}.nav-bar.open{background:#fffffff5}.nav-logo img{height:54px;max-width:250px}.nav-toggle{display:flex;flex-direction:column;align-items:center}.nav-links{position:absolute;top:calc(100% + 0px);left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#fffffff7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(227,234,244,.92);border-top:none;border-radius:0 0 14px 14px;box-shadow:0 16px 40px #0b224924;padding:8px 12px 16px;transform:translateY(-8px);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease}.nav-links.open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links a{padding:12px 14px;border-radius:12px;font-size:1rem}.nav-cta{margin:4px 0 0}.nav-cta .btn{width:100%;justify-content:center;border-radius:12px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.split{grid-template-columns:1fr;gap:28px}.split img{max-height:260px}.contact-grid{grid-template-columns:1fr}.divider-stats{grid-template-columns:1fr 1fr;gap:28px}.section{padding:52px 0}.cta-band{padding:36px 22px;border-radius:18px}.hero{min-height:100vh;min-height:100svh;padding:calc(var(--nav-h) + 24px) 0 54px;justify-content:flex-start}.hero-premium{padding:calc(var(--nav-h) + 18px) 0 48px}.hero-premium .hero-inner{gap:20px}.hero h1{font-size:clamp(1.9rem,4.5vw,2.8rem)}.hero-sub{font-size:.95rem;max-width:480px;margin-bottom:22px}.hero-premium h1{font-size:clamp(2.1rem,7vw,3.2rem)}.hero-proof{grid-template-columns:repeat(3,1fr)}.hero-proof span{min-height:82px}.hero-search-card{padding:16px 16px 12px}.hero-search-tabs{gap:4px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:12px;margin-bottom:12px}.hero-search-tab{font-size:.82rem;padding:7px 14px}.hero-search-premium .hero-search-tabs{padding:5px}.hero-search-premium .hero-search-tab{flex:0 0 auto;min-width:124px;padding:9px 12px}.hero-popular{gap:6px;margin-top:18px}.hero-premium .hero-popular{margin-top:0}.page-hero{padding:calc(var(--nav-h) + 44px) 0 48px}.cat-nav{gap:8px}.cat-nav a{padding:8px 13px;font-size:.85rem}.wsec-head{flex-direction:column;align-items:flex-start;gap:10px}.home-kicker{grid-template-columns:1fr;gap:12px}.home-kicker h2,.route-lab-head h2,.arrival-copy h2,.widget-showcase-head h2,.final-search-band h2{font-size:clamp(1.8rem,6vw,2.6rem)}.arrival-grid{grid-template-columns:1fr}.arrival-card{min-height:300px}.promise-grid{grid-template-columns:repeat(2,1fr)}.page-hero{padding:calc(var(--nav-h) + 30px) 0 44px}.page-hero h1{font-size:1.9rem}.footer-top{grid-template-columns:1fr 1fr}}@media (max-width: 560px){:root{--nav-h: 66px}.container{padding:0 16px}.nav-bar{padding:0 10px}.nav-logo img{height:44px;max-width:218px;object-fit:contain}.hero{min-height:100vh;min-height:100svh;padding:calc(var(--nav-h) + 8px) 0 28px;justify-content:flex-start}.hero-premium{padding:calc(var(--nav-h) + 8px) 0 26px}.hero-premium .hero-inner{gap:10px}.hero-eyebrow{font-size:.58rem;letter-spacing:.09em;margin-bottom:7px}.hero-eyebrow:before,.hero-eyebrow:after{width:14px}.hero h1{font-size:clamp(1.5rem,6.5vw,1.9rem);margin-bottom:8px;line-height:1.12}.hero-premium h1{font-size:clamp(1.54rem,7.2vw,1.95rem);line-height:1.03;margin-bottom:8px}.hero-sub{display:none;font-size:.78rem;line-height:1.45;margin-bottom:10px;max-width:24rem}.hero-proof{display:none}.hero-search-card{border-radius:16px;padding:10px;margin-top:4px;box-shadow:0 20px 60px #00000073,0 4px 16px #0000002e,inset 0 0 0 1px #fffc}.hero-search-premium{border-radius:18px;padding:9px;box-shadow:0 20px 60px #00000070,0 6px 18px #07142b3d,inset 0 1px #ffffff38}.hero-search-head{margin-bottom:7px;font-size:.64rem}.hero-search-head strong{font-size:.76rem}.hero-search-tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:7px;margin-bottom:7px;gap:3px}.hero-search-tabs::-webkit-scrollbar{display:none}.hero-search-tab{font-size:.74rem;padding:6px 10px;gap:4px}.hero-search-tab .e{display:none}.hero-search-premium .hero-search-tabs{padding:4px}.hero-search-premium .hero-search-tab{min-width:104px;padding:7px 9px}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{border-radius:15px;padding:6px}.hero-search-premium .tp-widget{border-radius:11px}.hero-widget-notes{grid-template-columns:1fr;gap:5px;margin-top:8px}.hero-widget-notes span{min-height:0;padding:7px 9px;border-radius:10px;font-size:.68rem}.hero-popular,.hero-popular-label{display:none}.hero-pop-tag{font-size:.76rem;padding:4px 10px}.hero-dots{display:none}.page-hero{padding:calc(var(--nav-h) + 32px) 0 40px}.grid-4{grid-template-columns:1fr 1fr}.home-service-grid{grid-template-columns:1fr;gap:14px}.home-service-grid .service-card .thumb{height:156px}.home-service-grid .service-card .body{padding:16px}.route-lab-head{align-items:flex-start;flex-direction:column}.route-panel{border-radius:18px;padding:14px}.route-panel h3{font-size:1.05rem}.arrival-inner,.timetable-grid{gap:22px}.widget-showcase-head{margin-bottom:22px}.widget-feature-panel{border-radius:18px;padding:16px}.widget-feature-copy h3{font-size:1.1rem}.widget-feature-copy p{font-size:.88rem}.arrival-card{min-height:218px;border-radius:18px;padding:18px}.promise-grid{grid-template-columns:1fr}.final-search-band{border-radius:20px;padding:30px 20px}.section{padding:38px 0}.final-search{padding:44px 0 52px}.section-head{margin-bottom:28px}.divider-stats{grid-template-columns:1fr 1fr;gap:20px}.divider-stats .stat strong{font-size:1.6rem}.cta-band{padding:32px 18px}.cta-band h2{font-size:1.5rem}.widget-shell{padding:12px;border-radius:14px}.top-widget{margin-top:24px}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-brand img{height:44px;max-width:230px}.prose h2{font-size:1.25rem}.contact-item{flex-direction:column;gap:6px}.not-found .code{font-size:4rem}.not-found h1{font-size:1.6rem}}@media (max-width: 390px){.hero,.hero-premium{padding:calc(var(--nav-h) + 6px) 0 24px}.hero h1{font-size:1.32rem}.hero-premium h1{font-size:1.42rem}.hero-sub{font-size:.74rem;margin-bottom:8px}.hero-search-card{padding:8px;margin-top:2px}.hero-search-tab{font-size:.68rem;padding:5px 8px}.hero-search-premium .hero-search-tab{min-width:96px}.hero-search-head{display:none}.hero-search-tabs{margin-bottom:6px}.hero-widget-notes span:nth-child(n+3){display:none}.hero-pop-tag{font-size:.72rem;padding:3px 8px}}.nav-wrap{background:linear-gradient(90deg,#fffffff5,#f3f8fff0),#fff}.nav-brand{display:flex;align-items:center;gap:18px;min-width:0}.nav-signature{display:inline-flex;align-items:center;min-height:32px;padding-left:18px;border-left:1px solid var(--line);color:var(--navy-700);font-family:var(--font-head);font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap}.nav-cta .btn{border-radius:8px;background:linear-gradient(135deg,var(--gold),#ff9a3d);color:var(--navy);box-shadow:0 12px 26px #ff7a1a47}.nav-cta .btn:hover{color:var(--navy);filter:brightness(1.03)}.hero-premium{padding:calc(var(--nav-h) + 42px) 0 70px}.hero-premium .hero-overlay{background:linear-gradient(180deg,#05122cb8,#05122c99 36%,#05122ceb),linear-gradient(90deg,rgba(255,122,26,.22),transparent 26%,rgba(18,110,232,.2) 72%,transparent)}.hero-premium .hero-inner{max-width:1060px;gap:22px}.hero-route-strip{width:min(100%,760px);margin:0 auto 18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid rgba(255,255,255,.22);background:#05122ca3;box-shadow:0 22px 80px #0003}.hero-route-strip span{min-height:44px;display:grid;place-items:center;color:#ffffffd1;font-family:var(--font-head);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;border-right:1px solid rgba(255,255,255,.16)}.hero-route-strip span:last-child{border-right:0}.hero-premium h1{max-width:900px;font-size:clamp(2.7rem,6vw,5.4rem);line-height:1;text-wrap:balance}.hero-premium .hero-sub{max-width:700px;font-size:1.08rem}.hero-search-premium{max-width:920px;padding:0;border-radius:0;background:#fff;border:1px solid rgba(255,122,26,.64);border-top:7px solid var(--gold);box-shadow:18px 18px #ff7a1a2e,0 34px 80px #00000057;backdrop-filter:none;-webkit-backdrop-filter:none;overflow:visible}.hero-search-premium:after,.hero-search-glow{display:none}.scan-stamp{position:absolute;top:-18px;right:24px;z-index:3;min-width:64px;padding:7px 12px;background:var(--navy);color:#fff;border:2px solid #fff;font-family:var(--font-head);font-size:.78rem;font-weight:800;letter-spacing:.18em;text-align:center;box-shadow:0 14px 26px #00000038}.hero-search-head{margin:0;padding:18px 22px 14px;color:var(--muted);border-bottom:1px solid var(--line);background:linear-gradient(90deg,#fff,#f5f8fc)}.hero-search-head strong{color:var(--navy)}.hero-search-premium .hero-search-tabs{margin:0;padding:10px;border:0;border-radius:0;background:#f3f6fb;box-shadow:none}.hero-search-premium .hero-search-tab{min-height:46px;border-radius:0;color:var(--navy-700);border:1px solid transparent}.hero-search-premium .hero-search-tab:hover{color:var(--navy);background:#fff;border-color:var(--line)}.hero-search-premium .hero-search-tab.active,.hero-search-premium .hero-search-tab.active:hover{color:#fff;background:var(--navy);border-color:var(--navy);box-shadow:none}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{margin:0 12px;padding:14px;border-radius:0;background:#fff;border:1px solid var(--line);box-shadow:none}.hero-search-premium .tp-widget{border-radius:0}.hero-widget-notes{margin:0;padding:12px;background:#f7f9fc;border-top:1px solid var(--line)}.hero-widget-notes span{min-height:48px;border-radius:0;background:#fff;border:1px solid var(--line);color:var(--text)}.hero-popular-label{color:#ffffffb3}.hero-premium .hero-pop-tag{border-radius:0;background:#ffffffeb;border-color:transparent;color:var(--navy)!important;box-shadow:7px 7px #ff7a1a38}.journey-matrix{background:linear-gradient(180deg,#fff,#f6f9ff)}.matrix-head{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(280px,1.1fr);gap:40px;align-items:end;margin-bottom:28px}.matrix-head h2,.route-atlas-head h2,.arrival-copy h2,.widget-showcase-head h2,.final-search-band h2{font-size:clamp(2rem,4vw,3.35rem)}.matrix-head p,.route-atlas-head p,.widget-showcase-head p{margin:0;color:var(--muted);font-size:1.04rem}.matrix-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-bottom:30px;background:var(--line);border:1px solid var(--line)}.matrix-card{min-height:210px;padding:28px;background:#fff}.matrix-card span{display:inline-block;margin-bottom:30px;color:var(--gold);font-family:var(--font-head);font-size:.78rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.matrix-card h3{font-size:1.38rem}.matrix-card p{color:var(--muted);margin:0}.journey-matrix .home-service-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.journey-matrix .service-card{grid-column:span 2;border-radius:0;border-color:var(--line);box-shadow:none}.journey-matrix .service-card:nth-child(1),.journey-matrix .service-card:nth-child(2){grid-column:span 3}.journey-matrix .service-card .thumb{height:180px}.journey-matrix .service-card .badge{border-radius:0;background:var(--navy);color:#fff}.route-atlas{background:linear-gradient(135deg,#071a44,#102d6b 58%,#071a44);color:#ffffffc7}.route-atlas h2,.route-atlas h3{color:#fff}.route-atlas .eyebrow,.route-atlas .panel-label{color:var(--gold)}.route-atlas-head{max-width:790px;margin-bottom:30px}.route-atlas-head p{color:#ffffffb3}.route-atlas .route-grid{grid-template-columns:1.2fr .9fr .9fr;gap:14px}.route-atlas .route-panel{border-radius:0;border:1px solid rgba(255,255,255,.14);background:#fff;box-shadow:12px 12px #ff7a1a29}.route-panel-feature{min-height:100%}.arrival-suite{background:#fff}.arrival-inner{grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr)}.arrival-copy{padding:34px;background:var(--bg-tint);border-left:6px solid var(--gold)}.arrival-copy p{font-size:1rem}.arrival-grid{gap:1px;background:var(--line);border:1px solid var(--line)}.arrival-card{min-height:430px;border-radius:0;box-shadow:none}.arrival-card span{color:#fff;background:var(--gold);width:fit-content;padding:5px 8px}.timetable-suite{background:linear-gradient(90deg,#f6f9ff,#fff 44%,#f6f9ff)}.timetable-grid{grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);padding:24px;border:1px solid var(--line);background:#fff;box-shadow:0 20px 70px #071a4414}.timetable-copy{align-self:stretch;padding:28px;background:var(--navy);color:#ffffffc2}.timetable-copy h2{color:#fff}.timetable-copy .lead{color:#ffffffc2}.widget-showcase{background:#f6f9ff}.widget-showcase-head{max-width:820px;margin-bottom:30px}.widget-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.widget-feature-panel{border-radius:0;padding:0;background:#fff;border:1px solid var(--line);box-shadow:none}.widget-feature-copy{max-width:none;margin:0;padding:22px 24px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,#fff,#f7faff)}.widget-feature-panel>.widget-shell{margin:18px;border-radius:0}.promise-strip{background:var(--navy)}.promise-grid{border-radius:0}.final-search-band{border-radius:0;background:linear-gradient(90deg,#071a44f0,#071a44c7),url(https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?auto=format&fit=crop&w=1800&q=80) center/cover;box-shadow:18px 18px #ff7a1a2e}@media (max-width: 1160px){.nav-signature{display:none}.nav-logo img{max-width:245px}}@media (max-width: 1080px){.journey-matrix .home-service-grid,.route-atlas .route-grid,.arrival-inner,.timetable-grid,.widget-showcase-grid{grid-template-columns:1fr}.journey-matrix .service-card,.journey-matrix .service-card:nth-child(1),.journey-matrix .service-card:nth-child(2){grid-column:span 1}}@media (max-width: 860px){.nav-brand{gap:0}.nav-logo img{max-width:230px}.hero-premium{padding:calc(var(--nav-h) + 18px) 0 44px}.hero-route-strip{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:12px}.hero-route-strip span{min-height:36px;font-size:.66rem}.hero-search-premium{box-shadow:10px 10px #ff7a1a2e,0 24px 54px #0000004d}.matrix-head,.matrix-grid{grid-template-columns:1fr}.matrix-card{min-height:0}.arrival-copy,.timetable-copy{padding:24px}}@media (max-width: 560px){.nav-logo img{max-width:190px}.nav-cta .btn{box-shadow:none}.hero-route-strip{display:none}.hero-search-premium{border-top-width:5px;box-shadow:6px 6px #ff7a1a2e,0 18px 44px #00000047}.scan-stamp{display:none}.hero-search-head{padding:10px 12px}.hero-search-premium .hero-search-tabs{padding:7px}.hero-search-premium .hero-search-tab{min-width:112px}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{margin:0 7px;padding:8px}.hero-widget-notes{display:none}.matrix-card,.arrival-copy,.timetable-copy,.widget-feature-copy{padding:18px}.journey-matrix .service-card .thumb{height:150px}.arrival-card{min-height:250px}.timetable-grid{padding:12px}.widget-feature-panel>.widget-shell{margin:10px}.final-search-band{box-shadow:8px 8px #ff7a1a2e}}.footer{position:relative;overflow:hidden;background:linear-gradient(135deg,#061638,#071f52 52%,#061638);color:#ffffffc2;padding:0}.footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:54px 54px;-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 18%,#000 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 18%,#000 100%)}.footer>.container{position:relative;z-index:1;padding-top:54px;padding-bottom:26px}.footer-board{display:grid;grid-template-columns:minmax(280px,1fr) auto;gap:28px;align-items:center;padding:30px;margin-bottom:34px;background:#fff;color:var(--text);border-top:7px solid var(--gold);box-shadow:18px 18px #ff7a1a29}.footer-kicker{display:inline-block;margin-bottom:10px;color:var(--sky-dark);font-family:var(--font-head);font-size:.76rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.footer-board h2{max-width:700px;margin:0;color:var(--navy);font-size:clamp(1.55rem,3vw,2.55rem)}.footer-board-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.footer-board .btn{border-radius:0;white-space:nowrap}.footer-board .btn-ghost{color:var(--navy);border-color:var(--line)}.footer-board .btn-ghost:hover{color:var(--sky-dark);background:var(--bg-tint)}.footer-top{display:grid;grid-template-columns:minmax(280px,1.45fr) repeat(4,minmax(140px,1fr));gap:30px;align-items:start;padding:30px 0 34px;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}.footer-brand img{height:58px;max-width:280px;padding:7px 11px;margin-bottom:18px;border-radius:0;background:#fff;box-shadow:10px 10px #ff7a1a2e}.footer-brand p{max-width:360px;margin-bottom:18px;color:#ffffffb8;font-size:.94rem}.footer-contact-card{width:min(100%,360px);padding:16px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f}.footer-contact-card span{display:block;margin-bottom:5px;color:var(--gold);font-family:var(--font-head);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.footer-contact-card a{color:#fff;font-family:var(--font-head);font-weight:700;overflow-wrap:anywhere}.footer h4{margin:0 0 15px;color:#fff;font-size:.82rem;letter-spacing:.16em}.footer ul li{margin-bottom:11px}.footer ul a{display:inline-flex;color:#ffffffb3;font-size:.94rem}.footer ul a:hover{color:var(--gold)}.footer-social{display:none}.footer-disclosure{display:grid;grid-template-columns:190px minmax(0,1fr);gap:24px;margin:24px 0 0;padding:22px 24px;border:1px solid rgba(255,255,255,.13);background:#ffffff0e;color:#ffffff9e;font-size:.83rem;line-height:1.65}.footer-disclosure span{color:#fff;font-family:var(--font-head);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.footer-disclosure p{margin:0}.footer-bottom{margin-top:20px;padding:22px 0 0;border-top:0;color:#ffffffa8}.footer-bottom .links{gap:8px}.footer-bottom a{padding:6px 9px;color:#ffffffa8;border:1px solid rgba(255,255,255,.12)}.footer-bottom a:hover{color:var(--navy);background:var(--gold);border-color:var(--gold)}@media (max-width: 1080px){.footer-board{grid-template-columns:1fr}.footer-board-actions{justify-content:flex-start}.footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand{grid-column:1 / -1}}@media (max-width: 700px){.footer>.container{padding-top:34px}.footer-board{padding:22px;box-shadow:10px 10px #ff7a1a29}.footer-board-actions{flex-direction:column}.footer-board .btn{width:100%;justify-content:center}.footer-top,.footer-disclosure{grid-template-columns:1fr}.footer-brand img{height:48px;max-width:236px}.footer-bottom{align-items:flex-start}}*,*:before,*:after{border-radius:0!important}:root{--nav-h: 78px}.nav-bar{height:var(--nav-h)}.nav-logo img{height:54px}.nav-links a,.btn{min-height:42px}.hero,.hero-premium{min-height:100svh}.hero-premium{padding:calc(var(--nav-h) + 14px) 0 18px}.hero-premium .hero-inner{max-width:980px;gap:12px}.hero-route-strip{width:min(100%,680px);margin-bottom:8px;background:#05122c7a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero-route-strip span{min-height:32px;font-size:.66rem}.hero-premium .hero-eyebrow{margin-bottom:8px;font-size:.68rem}.hero-premium h1{max-width:820px;margin-bottom:8px;font-size:clamp(2.1rem,4.2vw,3.9rem);line-height:1.02}.hero-premium .hero-sub{max-width:650px;font-size:.98rem;line-height:1.45}.hero-search-premium{max-width:900px;background:#ffffffd1;border-color:#ff7a1ac7;box-shadow:10px 10px #ff7a1a2e,0 24px 64px #00000052;backdrop-filter:blur(16px) saturate(135%);-webkit-backdrop-filter:blur(16px) saturate(135%)}.hero-search-head{padding:10px 16px 9px;background:#ffffffc7;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero-search-premium .hero-search-tabs{padding:7px;background:#f3f6fbbd}.hero-search-premium .hero-search-tab{min-height:38px;padding:7px 10px}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{margin:0 10px;padding:10px;background:#ffffffc2}.hero-widget-notes{grid-template-columns:repeat(3,minmax(0,1fr));padding:8px 10px 10px;background:#f7f9fcb8}.hero-widget-notes span{min-height:34px;padding:7px 9px;background:#ffffffbd;font-size:.68rem}.scan-stamp{top:-15px;right:18px;padding:5px 10px}.hero-popular,.hero-dots{display:none}@media (max-width: 860px){:root{--nav-h: 68px}.nav-logo img{height:48px}.hero-premium{padding:calc(var(--nav-h) + 10px) 0 14px}.hero-premium .hero-inner{gap:9px}.hero-route-strip{width:min(100%,560px);margin-bottom:5px}.hero-route-strip span{min-height:28px}.hero-premium .hero-eyebrow{margin-bottom:5px}.hero-premium h1{font-size:clamp(1.85rem,5.4vw,2.8rem);margin-bottom:5px}.hero-premium .hero-sub{font-size:.88rem;line-height:1.36}.hero-search-premium{box-shadow:7px 7px #ff7a1a29,0 18px 42px #00000047}}@media (max-width: 560px){:root{--nav-h: 60px}.nav-logo img{height:40px;max-width:178px}.hero-premium{padding:calc(var(--nav-h) + 8px) 0 10px}.hero-premium .hero-inner{gap:7px}.hero-premium .hero-eyebrow{font-size:.54rem;margin-bottom:4px}.hero-premium h1{font-size:clamp(1.45rem,7vw,2rem);line-height:1.04;margin-bottom:0}.hero-sub{display:none!important}.hero-search-premium{border-top-width:4px;box-shadow:4px 4px #ff7a1a29,0 14px 32px #00000042}.hero-search-head{padding:7px 9px;font-size:.6rem}.hero-search-head strong{font-size:.72rem}.hero-search-premium .hero-search-tabs{padding:5px;margin-bottom:0}.hero-search-premium .hero-search-tab{min-width:104px;min-height:34px;padding:5px 8px}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{margin:0 5px;padding:6px}}@media (max-width: 390px){.hero-premium h1{font-size:1.36rem}.hero-search-premium .hero-search-tab{min-width:96px}}.hero-premium{justify-content:center;padding:calc(var(--nav-h) + 18px) 0 30px}.hero-premium .hero-inner{transform:translateY(20px)}.hero-route-strip{background:#05122c57;border-color:#ffffff47}.hero-premium .hero-overlay{background:linear-gradient(180deg,#05122c94,#05122c75 42%,#05122ccc),linear-gradient(90deg,rgba(255,122,26,.15),transparent 28%,rgba(18,110,232,.14) 72%,transparent)}.hero-search-premium{background:#ffffff94;border-color:#ff7a1ac7;backdrop-filter:blur(24px) saturate(155%);-webkit-backdrop-filter:blur(24px) saturate(155%)}.hero-search-head{background:#ffffff8c}.hero-search-premium .hero-search-tabs{background:#eef3fa7a}.hero-search-premium .hero-search-tab{background:#ffffff2e}.hero-search-premium .hero-search-tab:hover{background:#ffffffb8}.hero-search-premium .hero-search-tab.active,.hero-search-premium .hero-search-tab.active:hover{background:#071a44f2}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{background:#ffffff9e;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.hero-widget-notes{background:#f7f9fc75}.hero-widget-notes span{background:#ffffff8a}.route-atlas .route-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.route-atlas .route-panel{min-height:100%;box-shadow:8px 8px #ff7a1a24}.route-atlas .route-panel>.widget-shell{flex:1}.widget-showcase-grid{grid-template-columns:1fr!important;gap:22px}.widget-feature-panel{width:100%}.widget-feature-copy{display:grid;grid-template-columns:1fr;gap:4px;align-items:start}.widget-feature-copy .panel-label,.widget-feature-copy h3{grid-column:auto}.widget-feature-copy p{grid-column:auto;grid-row:auto;align-self:auto}.matrix-head,.arrival-inner,.timetable-grid{grid-template-columns:1fr!important}.arrival-copy{max-width:none}.timetable-copy{min-height:auto}@media (max-width: 860px){.hero-premium{justify-content:flex-start;padding:calc(var(--nav-h) + 16px) 0 18px}.hero-premium .hero-inner{transform:none}.route-atlas .route-grid,.widget-feature-copy{grid-template-columns:1fr}.widget-feature-copy .panel-label,.widget-feature-copy h3,.widget-feature-copy p{grid-column:auto;grid-row:auto}}@media (max-width: 560px){.hero-search-premium{background:#ffffffa8}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{background:#ffffffb3}}.hero-search-premium{background:#06163557;border-color:#ff7a1ad1;border-top-color:var(--gold);backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%)}.hero-search-head{color:#ffffffc7;background:#0616354d;border-bottom-color:#ffffff29}.hero-search-head strong{color:#fff}.hero-search-premium .hero-search-tabs{background:#0616353d}.hero-search-premium .hero-search-tab{color:#ffffffe0;background:#ffffff14;border-color:#ffffff1a}.hero-search-premium .hero-search-tab:hover{color:#fff;background:#ffffff29}.hero-search-premium .hero-search-tab.active,.hero-search-premium .hero-search-tab.active:hover{color:var(--navy);background:#ffffffeb;border-color:#fff}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{background:#ffffff70;border-color:#ffffff6b;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.hero-widget-notes{background:#0616353d;border-top-color:#ffffff29}.hero-widget-notes span{color:#ffffffe0;background:#06163547;border-color:#ffffff24}@media (max-width: 560px){.hero-search-premium{background:#0616356b}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{background:#ffffff94}}.scan-stamp{display:none!important}.hero-search-premium{border:1px solid rgba(255,122,26,.7);border-top:5px solid var(--gold);box-shadow:0 0 0 1px #ffffff1a inset,12px 12px #ff7a1a24,0 24px 70px #0000005c}.hero-search-head{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:54px;padding:0 18px;background:linear-gradient(90deg,#061635cc,#0616356b)}.hero-search-head span{display:inline-flex;align-items:center;gap:10px;color:#ffffffb3;letter-spacing:.16em}.hero-search-head span:before{content:"";display:block;width:34px;height:2px;background:var(--gold)}.hero-search-head strong{padding:8px 12px;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.16)}.hero-search-premium .hero-search-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;padding:1px;background:#ffffff29;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.hero-search-premium .hero-search-tab{justify-content:center;min-width:0;min-height:46px;padding:9px 10px;border:0;background:#ffffff14}.hero-search-premium .hero-search-tab:hover{background:#ffffff2e}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{margin:10px}.hero-widget-notes{gap:1px;padding:0 10px 10px;background:transparent}.hero-widget-notes span{border:0;background:#0616356b}@media (max-width: 860px){.hero-search-head{min-height:48px;padding:0 12px}.hero-search-head span:before{width:22px}.hero-search-premium .hero-search-tabs{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hero-search-premium .hero-search-tabs::-webkit-scrollbar{display:none}.hero-search-premium .hero-search-tab{flex:0 0 auto;min-width:132px}}@media (max-width: 560px){.hero-search-head{grid-template-columns:1fr;gap:4px;padding:7px 9px}.hero-search-head strong{display:none}.hero-search-premium .hero-search-tab{min-width:110px}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{margin:6px}}.hero-premium{min-height:calc(100svh + -0px);justify-content:center;padding:calc(var(--nav-h) + 24px) 0 38px}.hero-slide{background-position:center center}.hero-premium .hero-overlay{background:linear-gradient(180deg,#05122c57,#05122c6b 46%,#05122cb3),radial-gradient(ellipse 70% 44% at 50% 20%,rgba(255,122,26,.18),transparent 70%)}.hero-premium .hero-inner{max-width:960px;gap:22px;transform:none}.hero-route-strip,.hero-search-head,.hero-widget-notes,.scan-stamp{display:none!important}.hero-copy{max-width:760px}.hero-premium .hero-eyebrow{margin-bottom:10px;color:#ffffffdb!important;font-size:.72rem;letter-spacing:.14em}.hero-premium h1{max-width:760px;margin:0 auto 10px;font-size:clamp(2.4rem,5.2vw,4.8rem);line-height:1.02;text-shadow:0 14px 36px rgba(0,0,0,.34)}.hero-premium .hero-sub{max-width:620px;color:#ffffffe0;font-size:1.02rem;line-height:1.55}.hero-search-premium{max-width:900px;border:1px solid rgba(255,255,255,.3);border-top:4px solid var(--gold);background:#05122c57;box-shadow:0 26px 72px #00000057,inset 0 1px #ffffff2e;backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%)}.hero-search-premium .hero-search-tabs{display:flex;gap:0;padding:0;overflow-x:auto;background:#ffffff1a;border:0;scrollbar-width:none}.hero-search-premium .hero-search-tabs::-webkit-scrollbar{display:none}.hero-search-premium .hero-search-tab{flex:1 0 auto;min-width:148px;min-height:48px;padding:10px 14px;color:#ffffffdb;background:transparent;border:0}.hero-search-premium .hero-search-tab:hover{color:#fff;background:#ffffff1f}.hero-search-premium .hero-search-tab.active,.hero-search-premium .hero-search-tab.active:hover{color:var(--navy);background:#fffffff0}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{margin:12px;padding:12px;background:#ffffffc2;border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}@media (max-width: 860px){.hero-premium{justify-content:flex-start;padding:calc(var(--nav-h) + 20px) 0 20px}.hero-premium .hero-inner{gap:15px}.hero-premium h1{max-width:620px;font-size:clamp(2rem,7vw,3.25rem)}}@media (max-width: 560px){.hero-premium{min-height:100svh;padding:calc(var(--nav-h) + 18px) 0 14px}.hero-premium .hero-inner{gap:11px}.hero-premium .hero-eyebrow{font-size:.56rem;margin-bottom:6px}.hero-premium h1{font-size:clamp(1.62rem,8vw,2.18rem);line-height:1.05;margin-bottom:6px}.hero-sub{display:block!important;max-width:20rem;font-size:.78rem!important;line-height:1.4!important}.hero-search-premium{width:calc(100% - 12px);border-top-width:3px;background:#05122c6b;box-shadow:0 16px 44px #00000052}.hero-search-premium .hero-search-tab{min-width:118px;min-height:40px;padding:8px 10px;font-size:.76rem}.hero-search-tab .e{display:none}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{margin:8px;padding:7px;background:#ffffffd1}}@media (max-width: 390px){.hero-premium{padding-top:calc(var(--nav-h) + 10px)}.hero-premium h1{font-size:1.46rem}.hero-sub{display:none!important}.hero-search-premium .hero-search-tab{min-width:104px}}.hero-travel-strip{width:min(100%,900px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hero-travel-card{min-height:96px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:14px;color:#fff;background-size:cover;background-position:center;border:1px solid rgba(255,255,255,.22);box-shadow:8px 8px #ff7a1a29}.hero-travel-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#05122c14,#05122cd1)}.hero-travel-card span,.hero-travel-card strong{position:relative;z-index:1}.hero-travel-card span{color:#ffffffc7;font-family:var(--font-head);font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-travel-card strong{color:#fff;font-family:var(--font-head);font-size:1rem;line-height:1.2}.hero-travel-card:hover{color:#fff;transform:translateY(-2px)}@media (max-width: 860px){.hero-travel-card{min-height:84px;padding:12px}}@media (max-width: 560px){.hero-premium{min-height:auto;padding-bottom:22px}.hero-travel-strip{width:calc(100% - 12px);gap:7px}.hero-travel-card{min-height:86px;padding:9px;box-shadow:4px 4px #ff7a1a2e}.hero-travel-card span{font-size:.52rem;letter-spacing:.08em}.hero-travel-card strong{font-size:.78rem}}@media (max-width: 390px){.hero-travel-card{min-height:76px}}.hero-premium{min-height:auto;padding:calc(var(--nav-h) + 34px) 0 54px}.hero-premium .hero-overlay{background:linear-gradient(180deg,#07122647,#0712266b 42%,#071226bd)}.hero-premium .hero-inner{max-width:880px;gap:20px}.hero-premium .hero-eyebrow{color:#ffffffd1!important;font-size:.68rem;letter-spacing:.15em}.hero-eyebrow:before,.hero-eyebrow:after{width:22px;background:#ffffff7a}.hero-premium h1{max-width:680px;font-size:clamp(2.1rem,4.6vw,4.1rem);text-shadow:0 12px 34px rgba(0,0,0,.3)}.hero-premium .hero-sub{max-width:560px;color:#ffffffd6}.hero-search-premium{max-width:850px;border:1px solid rgba(255,255,255,.22);border-top:1px solid rgba(255,255,255,.34);background:#08152e61;box-shadow:0 22px 70px #0000004d}.hero-search-premium .hero-search-tabs{background:#ffffff14}.hero-search-premium .hero-search-tab{color:#fffc;background:transparent}.hero-search-premium .hero-search-tab:hover{background:#ffffff1a}.hero-search-premium .hero-search-tab.active,.hero-search-premium .hero-search-tab.active:hover{color:var(--navy);background:#ffffffeb}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{background:#fffc;border:1px solid rgba(255,255,255,.3)}.hero-search-premium .tp-widget{overflow:hidden}.hero-travel-strip{display:none!important}@media (max-width: 560px){.hero-premium{min-height:auto;padding:calc(var(--nav-h) + 24px) 0 28px}.hero-premium .hero-inner{gap:14px}.hero-premium h1{max-width:22rem;font-size:clamp(1.75rem,8vw,2.45rem)}.hero-sub{display:block!important;max-width:21rem;font-size:.82rem!important}.hero-search-premium{width:calc(100% - 16px);background:#08152e6b;box-shadow:0 18px 50px #00000047}.hero-search-premium .hero-search-tab{min-width:118px}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{background:#ffffffd6}}.hero-search-premium{max-width:850px;padding:0;border:0;border-top:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.hero-search-premium .hero-search-tabs{width:min(100%,760px);margin:0 auto 8px;background:#08152e57;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.hero-search-premium .hero-search-tab{min-height:44px;color:#ffffffdb;background:transparent}.hero-search-premium .hero-search-tab.active,.hero-search-premium .hero-search-tab.active:hover{color:var(--navy);background:#ffffffe6}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{margin:0;padding:10px;background:#ffffffc7;border:1px solid rgba(255,255,255,.36);box-shadow:0 18px 48px #00000038;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}@media (max-width: 560px){.hero-search-premium{width:calc(100% - 18px);background:transparent;box-shadow:none}.hero-search-premium .hero-search-tabs{width:100%;margin-bottom:7px;background:#08152e4d}.hero-search-premium .hero-search-tab{min-height:39px;min-width:112px}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{margin:0;padding:7px;background:#fffc;box-shadow:0 14px 34px #0000002e}}.hero-search-premium{max-width:820px;background:transparent!important;border:0!important;box-shadow:none!important}.hero-search-premium .hero-search-tabs{width:min(100%,740px);margin:0 auto 6px;border:0!important;background:#0917315c!important;box-shadow:none}.hero-search-premium .hero-search-tab{border:0!important;box-shadow:none!important}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{margin:0 auto;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none;-webkit-backdrop-filter:none}.hero-search-premium .tp-widget{background:transparent!important;border:0!important;box-shadow:none!important}.hero-search-premium .tp-widget>*{box-shadow:none!important}@media (max-width: 560px){.hero-search-premium{width:calc(100% - 28px)}.hero-search-premium .hero-search-tabs{width:100%;margin-bottom:5px;background:#09173157!important}}:root{--navy: #08233f;--navy-700: #0d4f71;--navy-600: #1289b8;--gold: #ff8a4c;--gold-dark: rgba(255, 138, 76, .14);--sky: #13a7d8;--sky-dark: #087ca5;--ink: #071f38;--text: #314257;--muted: #697b8f;--line: #dbeaf1;--bg: #fbfdff;--bg-soft: #f1f9fc;--bg-tint: #e8f8f5;--shadow-sm: 0 2px 8px rgba(8, 35, 63, .05);--shadow: 0 14px 42px rgba(8, 35, 63, .09);--shadow-lg: 0 26px 66px rgba(8, 35, 63, .13)}body{background:linear-gradient(180deg,#fbfdff,#f7fcff 48%,#fff)}.nav-wrap{background:#fbfdffeb;border-bottom-color:#c4e0e9bd;box-shadow:0 12px 34px #08233f14}.nav-links a:hover,.nav-links a.active{color:var(--sky-dark);background:#13a7d81a}.nav-cta .btn,.btn-gold{color:#07213c;background:linear-gradient(135deg,#ff9b5f,#ffd06f);box-shadow:0 12px 28px #ff8a4c33}.btn-primary{background:linear-gradient(135deg,#0c96c8,#17b7c8);box-shadow:0 12px 26px #13a7d838}.hero-premium .hero-overlay{background:linear-gradient(180deg,#071f383d,#071f385c,#071f389e),linear-gradient(135deg,rgba(20,184,166,.16),transparent 42%,rgba(56,189,248,.14))}.hero-search-premium .hero-search-tabs{background:#082d4a57!important;backdrop-filter:blur(10px) saturate(135%);-webkit-backdrop-filter:blur(10px) saturate(135%)}.hero-search-premium .hero-search-tab:hover{background:#ffffff24}.hero-search-premium .hero-search-tab.active,.hero-search-premium .hero-search-tab.active:hover{color:var(--ink);background:#fffffff0}.section-soft,.widget-showcase{background:linear-gradient(180deg,#f5fbff,#eefaf8)}.journey-matrix{background:linear-gradient(180deg,#fff,#f2fbff 42%,#eefaf8)}.matrix-grid{background:#bbdce5d1;border-color:#bbdce5eb}.matrix-card,.service-card,.widget-feature-panel,.route-atlas .route-panel,.arrival-card,.timetable-grid,.widget-shell{border-color:#c4e0e9eb;box-shadow:0 18px 46px #08233f0f}.matrix-card span,.panel-label,.footer-kicker,.footer-contact-card span{color:#0891b2}.journey-matrix .service-card .badge,.timetable-copy,.promise-strip{background:linear-gradient(135deg,#0d4f71,#0f9aa8)}.route-atlas{color:var(--text);background:radial-gradient(circle at 12% 0%,rgba(255,208,111,.34),transparent 28%),linear-gradient(135deg,#eaf9ff,#e8f8f5 55%,#fff7ed)}.route-atlas h2,.route-atlas h3{color:var(--ink)}.route-atlas .eyebrow,.route-atlas .panel-label{color:var(--sky-dark)}.route-atlas-head p{color:var(--muted)}.route-atlas .route-panel{background:#ffffffeb;box-shadow:0 18px 48px #08233f14}.arrival-suite{background:linear-gradient(180deg,#fff,#f7fcff)}.arrival-copy{background:linear-gradient(135deg,#e6f8ff,#e9fbf6);border-left-color:#17b7c8}.arrival-card span{background:#13a7d8}.timetable-suite{background:linear-gradient(90deg,#f2fbff,#fff,#eefaf8)}.timetable-copy .eyebrow,.timetable-copy h2,.timetable-copy .lead{color:#fff}.widget-feature-copy{background:linear-gradient(90deg,#fff,#f2fbff 60%,#eefaf8)}.promise-strip{color:#ffffffd1}.promise-item strong{color:#fff}.final-search-band{background:linear-gradient(90deg,#08233fbd,#0d4f718a),url(https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?auto=format&fit=crop&w=1800&q=80) center/cover;box-shadow:0 24px 70px #08233f24}.footer{color:#496074;background:radial-gradient(circle at 18% 0%,rgba(255,208,111,.28),transparent 26%),linear-gradient(135deg,#eefaff,#e8f8f5 54%,#fff8ef)}.footer:before{background:linear-gradient(rgba(8,35,63,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(8,35,63,.055) 1px,transparent 1px)}.footer-top,.footer-disclosure{border-color:#82b4c452}.footer-brand p,.footer ul a,.footer-bottom,.footer-bottom a,.footer-disclosure{color:#496074}.footer h4,.footer-disclosure span,.footer-contact-card a{color:var(--ink)}.footer-contact-card,.footer-disclosure{background:#ffffff94}.footer-brand img{box-shadow:0 14px 34px #08233f14}.footer-board{border-top-color:#17b7c8;box-shadow:0 20px 56px #08233f1a}.footer ul a:hover,.footer-bottom a:hover{color:var(--sky-dark);background:#13a7d81a;border-color:#13a7d838}@media (min-width: 1080px){.hero-premium{min-height:calc(100svh + -0px);padding:calc(var(--nav-h) + 54px) 0 72px;display:flex;align-items:center}.hero-slide{background-position:center 48%}.hero-premium .hero-overlay{background:linear-gradient(90deg,#071f3894,#071f3857 42%,#071f386b),linear-gradient(180deg,#ffffff0f,#071f381f 36%,#071f388f),radial-gradient(circle at 18% 22%,rgba(255,208,111,.22),transparent 28%),radial-gradient(circle at 82% 18%,rgba(20,184,166,.2),transparent 30%)}.hero-premium .hero-inner{width:100%;max-width:1320px;display:grid;grid-template-columns:minmax(500px,.92fr) minmax(650px,1.08fr);align-items:center;gap:52px;text-align:left}.hero-copy{max-width:560px;padding:30px 0 34px}.hero-premium .hero-eyebrow{justify-content:flex-start;margin-bottom:18px;color:#ffffffe6!important;text-shadow:0 8px 24px rgba(0,0,0,.22)}.hero-eyebrow:before{background:#ffffff94}.hero-eyebrow:after{display:none}.hero-premium h1{max-width:560px;margin:0 0 18px;font-size:clamp(3.2rem,4vw,4.55rem);line-height:1.03;letter-spacing:0;text-wrap:balance}.hero-premium .hero-sub{max-width:480px;margin:0;color:#ffffffe0;font-size:1.08rem;line-height:1.62}.hero-copy:after{content:"Flights  Hotels  Cars  Transfers  Tours";display:block;width:fit-content;margin-top:28px;padding:11px 14px;color:#ffffffdb;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);font-family:var(--font-head);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.hero-search-premium{width:100%;max-width:none;align-self:center;padding:10px!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 24px 64px #071f3829!important;backdrop-filter:blur(10px) saturate(128%);-webkit-backdrop-filter:blur(10px) saturate(128%)}.hero-search-premium .hero-search-tabs{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin:0 0 8px;overflow:visible;background:#082d4a3d!important}.hero-search-premium .hero-search-tab{min-width:0;min-height:42px;justify-content:center;gap:5px;padding:8px 6px;font-size:.76rem;letter-spacing:0}.hero-search-premium .hero-search-tab .e{font-size:.92rem}.hero-search-premium .widget-shell,.hero-search-premium .widget-shell.flush{width:100%;margin:0;padding:0!important}.hero-search-premium .tp-widget{width:100%;background:#f6fbffb8!important}.hero-dots{left:auto;right:36px;bottom:36px;transform:none}}@media (min-width: 861px) and (max-width: 1079px){.hero-premium{padding:calc(var(--nav-h) + 38px) 0 54px}.hero-premium .hero-inner{max-width:900px}.hero-search-premium .hero-search-tabs{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.hero-search-premium .hero-search-tab{min-width:0;font-size:.78rem}}
