:root{--black:#0b0b0b;--panel:#171717;--card:#1f1f1f;--white:#f4f3ef;--muted:#999894;--gold:#c9a227;--line:#ffffff21}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 64px));margin:auto}.loader{position:fixed;inset:0;z-index:10;background:var(--black);display:grid;place-items:center;animation:load 1.2s .2s forwards}.loader span{font-size:14px;letter-spacing:.3em;color:var(--gold)}@keyframes load{to{opacity:0;visibility:hidden}}.nav-wrap{position:absolute;z-index:5;top:0;width:100%;border-bottom:1px solid var(--line)}.nav{height:88px;display:flex;align-items:center;gap:42px}.logo{font-size:19px;font-weight:800;letter-spacing:-.07em}.logo span{color:var(--gold)}.nav-links{display:flex;gap:32px;margin-left:auto;font-size:12px;color:#d3d1ca}.nav-links a{transition:color .25s}.nav-links a:hover{color:var(--gold)}.button{display:inline-flex;align-items:center;gap:30px;padding:16px 19px;background:var(--white);color:var(--black);font-size:11px;font-weight:700;border:0;cursor:pointer;transition:.25s}.button:hover{background:var(--gold);transform:translateY(-3px);box-shadow:0 12px 30px #c9a22733}.button span{font-size:18px}.button-small{padding:12px 15px;gap:16px;font-size:10px}.menu-button{display:none;background:0;border:0;color:var(--white);font-size:18px}.hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden}.hero-image{position:absolute;inset:0;background:linear-gradient(90deg,#090909aa,#09090933),url('https://images.unsplash.com/photo-1494412651409-8963ce7935a7?auto=format&fit=crop&w=2200&q=85') center/cover;animation:herozoom 16s ease-out infinite alternate}.hero-shade{position:absolute;inset:0;background:linear-gradient(0deg,var(--black),transparent 55%,#0008)}@keyframes herozoom{to{transform:scale(1.1)}}.hero-content{position:relative;padding-top:90px}.eyebrow{font:11px 'DM Mono',monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 28px}.eyebrow i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold);margin-right:10px;box-shadow:0 0 14px var(--gold)}h1,h2{font-size:clamp(48px,7.7vw,112px);line-height:.93;letter-spacing:-.08em;margin:0;font-weight:700}h1 em,h2 em{font-style:normal;color:var(--gold)}.hero-copy{max-width:360px;color:#d6d5d0;font-size:15px;line-height:1.6;margin:33px 0}.hero-actions{display:flex;align-items:center;gap:28px}.text-link{font-size:11px}.text-link span{font-size:17px;margin-left:11px;color:var(--gold)}.hero-meta{position:absolute;bottom:28px;left:0;right:0;display:flex;justify-content:space-between;color:#aaa;font:10px 'DM Mono',monospace;text-transform:uppercase}.section-pad{padding:130px 0}.section-heading{max-width:650px;margin-bottom:70px}.section-heading h2,.split-heading h2{font-size:clamp(43px,6vw,82px)}.section-heading>p:last-child,.split-heading>p{max-width:350px;margin:28px 0 0;color:var(--muted);font-size:14px;line-height:1.7}.route-section{background:#101010}.map-wrap{position:relative;border:1px solid var(--line);background:#121212;padding:20px}.world-map{width:100%;height:auto;min-height:280px}.continent{fill:#242424;stroke:#303030}.route path{fill:none;stroke:var(--gold);stroke-width:1;stroke-dasharray:5 8;animation:dash 12s linear infinite;opacity:.8}@keyframes dash{to{stroke-dashoffset:-160}}.location circle{fill:var(--gold);filter:drop-shadow(0 0 7px var(--gold))}.location text{fill:var(--gold);font:11px 'DM Mono',monospace}.location.muted circle{fill:#777;filter:none}.location.muted text{fill:#888}.map-caption{border-top:1px solid var(--line);padding:15px 5px 2px;display:flex;justify-content:space-between;color:var(--muted);font-size:10px;text-transform:uppercase}.mono{font-family:'DM Mono',monospace}.dark-panel{background:var(--panel)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.info-card{background:var(--panel);padding:28px;min-height:235px;position:relative;transition:.3s}.info-card:hover{background:#252525;transform:translateY(-5px);z-index:1}.card-number{font:10px 'DM Mono';color:var(--gold)}.icon{font-size:30px;color:var(--gold);margin:30px 0 22px}.info-card h3{font-size:17px;margin:0 0 10px}.info-card p{font-size:12px;line-height:1.6;color:var(--muted);max-width:210px;margin:0}.split-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:70px}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line)}.feature-list>div{display:grid;grid-template-columns:45px 1fr;grid-template-rows:auto auto;padding:26px 0;border-bottom:1px solid var(--line)}.feature-list b,.timeline b{font:12px 'DM Mono';color:var(--gold)}.feature-list h3{font-size:16px;margin:0 0 8px}.feature-list span{grid-column:2;color:var(--muted);font-size:12px}.timeline{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--line)}.timeline>div{padding:24px 16px 0 0;border-right:1px solid var(--line);min-height:140px}.timeline>div:not(:first-child){padding-left:20px}.timeline strong{display:block;font-size:15px;margin:29px 0 9px}.timeline span{display:block;color:var(--muted);font-size:11px;line-height:1.5}.centered{text-align:center;margin-left:auto;margin-right:auto}.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.cert-grid span{padding:22px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;color:#d5d4cf}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact-copy{color:var(--muted);font-size:14px;line-height:1.7;max-width:300px;margin:30px 0}.contact-details{border-top:1px solid var(--line);margin-top:55px;max-width:380px}.contact-details p{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:15px 0;margin:0;font-size:12px}.contact-details span{color:var(--muted)}.contact-details a{color:var(--gold)}.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:22px 18px;align-content:start}.quote-form label{font:10px 'DM Mono';color:var(--muted);text-transform:uppercase}.quote-form input,.quote-form textarea{display:block;width:100%;margin-top:10px;padding:13px 0;background:transparent;border:0;border-bottom:1px solid #555;color:var(--white);font:13px Manrope;outline:0}.quote-form textarea{resize:vertical}.quote-form input:focus,.quote-form textarea:focus{border-color:var(--gold)}.quote-form .full{grid-column:1/-1}.form-status{font-size:11px;color:var(--gold);margin:0}.footer{background:#090909;padding:45px 0 25px}.footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:45px;border-bottom:1px solid var(--line)}.footer-top div{display:flex;gap:25px;font-size:11px;color:var(--muted)}.back-top{font-size:11px;color:var(--gold)}.footer-bottom{display:flex;justify-content:space-between;color:#666;font:10px 'DM Mono';padding-top:22px}.assistant{position:fixed;z-index:4;right:26px;bottom:25px;border:1px solid var(--gold);border-radius:50px;padding:14px 16px;background:#1d1b14;color:var(--gold);cursor:pointer}.assistant span{display:none;margin-left:8px;font:11px Manrope;color:var(--white)}.assistant:hover span{display:inline}.reveal{opacity:0;transform:translateY(25px);transition:.8s}.reveal.visible{opacity:1;transform:none}@media(max-width:760px){.container{width:min(100% - 36px,1180px)}.nav{height:72px}.nav-links,.nav .button-small{display:none}.nav-links.open{display:flex;position:absolute;top:72px;left:0;right:0;padding:20px;flex-direction:column;gap:18px;background:var(--panel);margin:0}.menu-button{display:block;margin-left:auto}.hero-content{padding-top:50px}.hero-meta{bottom:18px;font-size:8px}.hero-meta span:last-child{display:none}.section-pad{padding:85px 0}.section-heading{margin-bottom:45px}.map-wrap{padding:10px}.world-map{min-height:210px}.card-grid,.feature-list,.contact-grid{grid-template-columns:1fr}.info-card{min-height:200px}.split-heading{display:block;margin-bottom:45px}.split-heading>p{margin-top:25px}.timeline{grid-template-columns:repeat(2,1fr);border-top:0}.timeline>div,.timeline>div:not(:first-child){padding:20px 10px;border-top:1px solid var(--line);border-right:1px solid var(--line)}.cert-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{gap:55px}.quote-form{grid-template-columns:1fr}.quote-form .full{grid-column:auto}.footer-top{align-items:flex-start;gap:25px;flex-wrap:wrap}.footer-top div{order:3;width:100%;justify-content:space-between}.footer-bottom{gap:14px;flex-direction:column}.assistant{right:18px;bottom:18px}}
.brand-logo{display:block;width:132px;height:42px;overflow:hidden}.brand-logo img{display:block;width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1);mix-blend-mode:screen}.vietnam-outline{fill:#c9a227;fill-opacity:.18;stroke:#c9a227;stroke-width:2;filter:drop-shadow(0 0 8px #c9a227)}.info-card{padding:0;overflow:hidden;border-radius:0}.info-card img{display:block;width:100%;height:190px;object-fit:cover;filter:saturate(.75) contrast(1.05);transition:transform .5s,filter .5s}.info-card:hover img{transform:scale(1.06);filter:saturate(1) contrast(1.05)}.card-body{padding:22px 28px 28px;min-height:166px}.card-body .card-number{display:block;margin-bottom:22px}
.brand-logo img{filter:invert(1)!important;mix-blend-mode:screen}.world-base{opacity:.22;filter:invert(1) grayscale(1)}.route-section .map-wrap{max-width:760px}.route-section .world-map{min-height:0}.route-section.section-pad{padding-top:70px;padding-bottom:70px}
.brand-logo{position:relative!important;width:132px!important;height:32px!important;overflow:hidden!important}.brand-logo img{position:absolute!important;left:0!important;top:-25px!important;width:150px!important;height:auto!important;object-fit:initial!important;filter:invert(1)!important;mix-blend-mode:screen!important}.world-base{opacity:.32;filter:invert(1) grayscale(1)}
.route-section{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.65fr);gap:54px;align-items:center}.route-section>.container{width:100%;margin:0}.route-section .section-heading{margin:0}.route-section .map-wrap{max-width:none}
@media(max-width:760px){.route-section{display:block!important}.route-section>.container{width:min(100% - 36px,1180px)!important;margin:auto!important}}
.brand-logo img.wordmark{position:static!important;width:132px!important;height:auto!important;filter:none!important;mix-blend-mode:normal!important}
.route-section .section-heading{padding-left:38px}.brand-logo{width:174px!important;height:38px!important}.brand-logo img.wordmark{width:174px!important;filter:brightness(0) invert(1)!important;opacity:.96}
@media(max-width:760px){.route-section .section-heading{padding-left:0}}
.world-base{opacity:.48!important;filter:invert(1) grayscale(1) contrast(1.4)!important;mix-blend-mode:screen}.route path{stroke:#d6aa2e!important;stroke-width:1.6!important;stroke-dasharray:3 8!important;opacity:.95!important}.route path::after{content:''}.location circle{r:5px}.location:first-child circle{r:9px}.location:first-child circle{animation:pulse 1.8s ease-in-out infinite}.plane{fill:#f4f3ef;font-size:17px;paint-order:stroke;stroke:#c9a227;stroke-width:2px;filter:drop-shadow(0 0 5px #c9a227);dominant-baseline:middle;text-anchor:middle}@keyframes pulse{0%,100%{opacity:.75;filter:drop-shadow(0 0 5px #c9a227)}50%{opacity:1;filter:drop-shadow(0 0 18px #c9a227)}}
g.location:not(.muted) circle{r:9px;animation:pulse 1.8s ease-in-out infinite}
.plane-left{transform-box:fill-box;transform-origin:center;transform:rotate(180deg)}.plane-right{transform-box:fill-box;transform-origin:center;transform:none}
.route-section .map-wrap{background:radial-gradient(circle at 78% 42%,#16334a 0,#0e1c2a 26%,#0a111a 62%);border-color:#526879;box-shadow:0 20px 70px #0009,inset 0 0 60px #1c9bc01a}.world-base{opacity:.62!important;filter:invert(1) grayscale(1) contrast(1.75)!important;mix-blend-mode:screen}.route path{stroke:#e1b63a!important;stroke-width:1.8!important;stroke-dasharray:2 9!important;filter:drop-shadow(0 0 4px #e1b63a88);opacity:1!important}.vietnam-outline{fill:#d6ad39!important;fill-opacity:.3!important;stroke:#ffe07a!important;stroke-width:2.5!important;filter:drop-shadow(0 0 7px #e1b63a) drop-shadow(0 0 20px #24b9d966)!important}.location text{fill:#f0d37a!important;letter-spacing:.06em}.location.muted text{fill:#d3dee5!important}.location.muted circle{fill:#8aa2b3!important;filter:drop-shadow(0 0 4px #91bed1)!important}.location:not(.muted) circle{fill:#ffd85a!important;filter:drop-shadow(0 0 7px #ffd85a) drop-shadow(0 0 18px #2ec5e6)!important}.plane{fill:#f8fbff!important;stroke:#1a3446!important;stroke-width:1.4px!important;filter:drop-shadow(0 0 5px #f5cf65) drop-shadow(0 0 10px #5bc9e5)!important;font-size:18px!important}.map-caption{border-color:#526879;color:#9eb0bd}.plane-left,.plane-right{transform:none!important}
.route-section .map-wrap{background:linear-gradient(145deg,#081522 0%,#0d2030 52%,#071018 100%);border:1px solid #71889a;border-radius:2px;box-shadow:0 28px 80px #000b,inset 0 0 90px #1a8faf22}.route-section .map-wrap:before{content:'';position:absolute;inset:18px;border:1px solid #a7c5d21c;pointer-events:none}.route-section .map-wrap:after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 80% 44%,#e2b53b18,transparent 19%),linear-gradient(90deg,transparent 49.9%,#b7d1df0b 50%,transparent 50.1%);pointer-events:none}.world-base{opacity:.5!important;filter:invert(1) grayscale(1) contrast(2)!important}.route path{stroke:#efc451!important;filter:drop-shadow(0 0 5px #efc45199)!important}.location.muted circle{fill:#b9c9d3!important}.flight-paths{filter:drop-shadow(0 0 7px #e9bf4d77)}
.route-section .map-wrap{background:radial-gradient(circle at 78% 42%,#16334a 0,#0e1c2a 26%,#0a111a 62%)!important;border:1px solid #526879!important;border-radius:0!important;box-shadow:0 20px 70px #0009,inset 0 0 60px #1c9bc01a!important}.route-section .map-wrap:before,.route-section .map-wrap:after{display:none!important}.world-base{opacity:.48!important;filter:invert(1) grayscale(1) contrast(1.4)!important;mix-blend-mode:screen!important}.route path{stroke:#e1b63a!important;stroke-width:1.8!important;stroke-dasharray:3 8!important;filter:drop-shadow(0 0 4px #e1b63a88)!important;opacity:.95!important}.vietnam-outline{fill:#c9a227!important;fill-opacity:.18!important;stroke:#c9a227!important;stroke-width:2!important;filter:drop-shadow(0 0 8px #c9a227)!important}.location text{fill:#f0d37a!important}.location.muted text{fill:#d3dee5!important}.location.muted circle{fill:#8aa2b3!important;filter:drop-shadow(0 0 4px #91bed1)!important}.location:not(.muted) circle{fill:#ffd85a!important;filter:drop-shadow(0 0 7px #ffd85a)!important}.plane{fill:#f4f3ef!important;stroke:#1a3446!important;filter:drop-shadow(0 0 5px #f5cf65)!important}
.route-section .map-wrap{background:#151515!important;border-color:#4a463c!important;box-shadow:0 24px 70px #000a,inset 0 0 40px #0005!important}.world-base{opacity:.42!important;filter:invert(1) grayscale(1) contrast(1.7)!important;mix-blend-mode:screen!important}.route path{stroke:#d6b25b!important;stroke-width:1.5!important;stroke-dasharray:3 8!important;filter:none!important;opacity:.95!important}#route-russia{stroke:#c98564!important}#route-uae{stroke:#a4c6ae!important}#route-korea{stroke:#bca2d2!important}.vietnam-outline{fill:#c9a227!important;fill-opacity:.2!important;stroke:#d8b44e!important;stroke-width:2!important;filter:drop-shadow(0 0 6px #c9a227)!important}.location text{fill:#e8c76d!important}.location.muted text{fill:#cbc8c0!important}.location.muted circle{fill:#96958e!important;filter:none!important}.location:not(.muted) circle{fill:#e9c34e!important;filter:drop-shadow(0 0 6px #e9c34e)!important}.plane{fill:#f0ede4!important;stroke:#292722!important;stroke-width:1.2px!important;filter:none!important}
.contact-panel{align-self:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:32px 0 36px;max-width:470px}.contact-panel h3{font-size:clamp(30px,3.5vw,50px);line-height:1;letter-spacing:-.07em;margin:0 0 22px}.contact-panel h3 em{font-style:normal;color:var(--gold)}.contact-panel>p:not(.eyebrow){color:var(--muted);font-size:14px;line-height:1.7;max-width:330px}.contact-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0 22px}.outline-button{display:inline-flex;align-items:center;gap:26px;padding:15px 18px;border:1px solid #777;color:var(--white);font-size:11px;font-weight:700;transition:.25s}.outline-button:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-3px)}.outline-button span{font-size:18px;font-weight:400}.contact-panel small{color:#777;font:10px 'DM Mono';text-transform:uppercase;letter-spacing:.06em}@media(max-width:760px){.contact-panel{max-width:none}.contact-actions{flex-direction:column;align-items:flex-start}}
