@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-color:#f5f7fa;--surface-color:#fff;--surface-muted:#eef4ff;--primary-color:#2563eb;--secondary-color:#0b1f3a;--accent-color:#1f2937;--accent-muted:#6b7280;--cta-accent:#e11d48;--ui-font:"Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--heading-font:"Poppins", "Inter", sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{background-color:var(--bg-color);font-family:var(--ui-font);color:var(--accent-color);background-image:linear-gradient(#fff 0%,#f5f7fa 48%,#eef4ff 100%);min-height:100vh;margin:0}.app-shell{min-height:100vh;position:relative}.app-overlay{z-index:1;flex-direction:column;justify-content:space-between;min-height:100vh;padding:24px 0 0;display:flex;position:relative}.navbar,.footer,.page-surface{width:100%}.page-surface{flex:1;justify-content:center;align-items:center;padding:2rem 1.5rem;display:flex}.page-surface:has(.home-page){padding:0}:is(.page-surface:has(.logistic-services-page),.page-surface:has(.technology-solutions-page),.page-surface:has(.about-page),.page-surface:has(.contact-page),.page-surface:has(.legal-page)){align-items:stretch;padding:0}.page-frame:has(.home-page){width:100%;max-width:100%;min-height:auto;max-height:none;padding:0;overflow:visible}:is(.page-frame:has(.logistic-services-page),.page-frame:has(.technology-solutions-page),.page-frame:has(.about-page),.page-frame:has(.contact-page),.page-frame:has(.legal-page)){width:100%;max-width:100%;min-height:auto;max-height:none;padding:0;overflow:visible}.page-content{text-align:center}h1,h2,h3,h4{font-family:var(--heading-font);color:var(--secondary-color);margin:0}p{margin:0}.page-frame{overscroll-behavior:contain;flex-direction:column;width:min(100%,1100px);min-width:320px;max-width:1100px;min-height:65vh;max-height:calc(100vh - 220px);margin:0 auto;padding:clamp(1rem,2vw,2rem);display:flex;overflow:hidden auto}@media (width<=768px){.page-frame{min-height:60vh;max-height:calc(100vh - 180px);padding:1rem}}.nebula-canvas{background-color:var(--bg-color);z-index:0;width:100vw;height:100vh;display:block;position:fixed;top:0;left:0}.navbar-container{box-sizing:border-box;z-index:5;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(1rem,2vw,2rem);width:100%;padding:0 clamp(1rem,3vw,2rem);display:grid;position:relative}.navbar-menu{display:contents}.navbar-logo-link{color:inherit;justify-self:start;text-decoration:none;display:inline-flex}.navbar-logo{z-index:1;flex-wrap:nowrap;justify-content:flex-start;justify-self:start;align-items:flex-end;gap:0;min-width:0;max-width:none;display:inline-flex;position:relative;overflow:visible}.navbar-logo__group{will-change:transform;align-items:flex-end;gap:0;min-width:0;animation-duration:1.25s;animation-timing-function:ease-in-out;animation-delay:1.6s;animation-fill-mode:forwards;display:inline-flex;position:relative}.navbar-logo__group:first-child{animation-name:navbarLogoSpreadLeft}.navbar-logo__group:nth-child(2){animation-name:navbarLogoSpreadCenter}.navbar-logo__group:nth-child(3){animation-name:navbarLogoSpreadRight}.navbar-logo__letter{flex-shrink:0;width:auto;height:clamp(2.2rem,3.2vw,3.6rem);animation:1.45s ease-in-out forwards navbarLogoFocus;display:block}.navbar-logo__span-wrap{clip-path:inset(0 100% 0 0);will-change:clip-path;white-space:nowrap;align-items:flex-end;max-width:none;animation:1.5s ease-in-out 3s forwards navbarLogoReveal;display:flex;position:absolute;bottom:0;left:calc(100% + clamp(.06rem,.2vw,.14rem));overflow:hidden}.navbar-logo__text{letter-spacing:.08em;color:#1f2937;white-space:nowrap;font-size:clamp(1.05rem,1.75vw,1.9rem);font-weight:600;line-height:1}@keyframes navbarLogoFocus{0%{opacity:0;filter:blur(14px)}to{opacity:1;filter:blur()}}@keyframes navbarLogoSpreadLeft{0%{transform:translate(0)}to{transform:translate(clamp(-.75rem,-1.4vw,-1.25rem))}}@keyframes navbarLogoSpreadCenter{0%{transform:translate(0)}to{transform:translate(clamp(1.25rem,2.4vw,2.4rem))}}@keyframes navbarLogoSpreadRight{0%{transform:translate(0)}to{transform:translate(clamp(3.4rem,6vw,5.4rem))}}@keyframes navbarLogoReveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}.navbar{background-color:#ffffffe6;border:1px solid #0b1f3a29;border-radius:999px;flex-wrap:wrap;justify-content:center;justify-self:center;align-items:center;gap:1.5rem;width:fit-content;margin:0;padding:.75rem 1.5rem;display:inline-flex;box-shadow:8px 8px #0b1f3a}.navbar__toggle{appearance:none;cursor:pointer;background:#fffffff0;border:1px solid #0b1f3a29;border-radius:12px;justify-content:center;justify-self:end;align-items:center;width:3rem;height:3rem;padding:0;transition:transform .18s,box-shadow .18s,border-color .18s;display:none;box-shadow:4px 4px #0b1f3ae6}.navbar__toggle img{width:1.35rem;height:1.35rem;display:block}.navbar__toggle:hover,.navbar__toggle:focus-visible{border-color:#2563eb47;transform:translateY(-1px);box-shadow:6px 6px #0b1f3af2}.navbar__toggle:focus-visible{outline-offset:2px;outline:2px solid #2563eb59}.navbar__brand{text-align:center;flex-direction:column;align-items:center;gap:.35rem;display:flex}.navbar__links{flex-wrap:wrap;align-items:center;gap:1.8rem;margin:0;padding:.35rem .5rem;list-style:none;display:flex}.navbar__links li{padding:.4rem .35rem}.navbar__links a{color:var(--accent-color);letter-spacing:.08em;text-transform:uppercase;opacity:.78;justify-content:center;align-items:center;padding:.55rem .2rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .18s,opacity .18s,transform .18s;display:inline-flex;position:relative}.navbar__links a:after{content:"";opacity:0;transform-origin:50%;background-color:#2563eb;height:2px;transition:transform .18s,opacity .18s;position:absolute;bottom:.1rem;left:.2rem;right:.2rem;transform:scaleX(.2)}.navbar__links a:hover,.navbar__links a:focus-visible,.navbar__links a.active{opacity:1;color:#2563eb;transform:translateY(-1px)}.navbar__links a:hover:after,.navbar__links a:focus-visible:after,.navbar__links a.active:after{opacity:1;transform:scaleX(1)}.navbar__cta{appearance:none;color:#fff;font:inherit;letter-spacing:.04em;cursor:pointer;white-space:nowrap;background-color:#0b1f3a;border:1px solid #0b1f3a33;border-radius:999px;justify-content:center;justify-self:end;align-items:center;padding:.9rem 1.5rem;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex;box-shadow:8px 8px #e11d48}.navbar__cta:hover,.navbar__cta:focus-visible{background-color:#10284b;transform:translateY(-1px);box-shadow:10px 10px #e11d48}.navbar__cta:focus-visible{outline-offset:2px;outline:2px solid #e11d4880}@media (width<=768px){.navbar-container{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:0 1rem;display:grid}.navbar-logo{flex-wrap:nowrap;justify-content:flex-start;gap:.15rem;width:100%;max-width:100%;overflow:visible}.navbar-logo__letter{height:clamp(2.7rem,9vw,3.5rem)}.navbar-logo__text{font-size:clamp(1.2rem,4.8vw,1.7rem)}.navbar__toggle{display:inline-flex}.navbar-menu{opacity:0;pointer-events:none;z-index:20;width:min(22rem,100vw - 2rem);transition:opacity .18s,transform .18s;display:block;position:absolute;top:calc(100% + .9rem);right:clamp(1rem,3vw,2rem);transform:translateY(-.5rem)}.navbar-menu--open{opacity:1;pointer-events:auto;flex-direction:column;gap:1rem;display:flex;transform:translateY(0)}.navbar{background-color:#fff;border-color:#0b1f3a3d;border-radius:24px;flex-direction:column;justify-self:auto;align-items:stretch;width:100%;padding:1rem;box-shadow:16px 18px 40px #0b1f3a2e}.navbar__cta{display:none}.navbar__links{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.6rem;padding:0}.navbar__links li{width:100%;padding:0}.navbar__links a{justify-content:flex-start;width:100%;padding:.8rem .25rem}.navbar__links a:after{width:calc(100% - .4rem);left:.2rem;right:auto}}.footer{width:100%;color:var(--accent-color);background:#fffffff0;border-top:1px solid #0b1f3a14;margin-top:auto;box-shadow:0 -18px 40px #0b1f3a0a}.footer__inner{flex-direction:column;gap:2rem;width:min(100%,1280px);margin:0 auto;padding:2.8rem clamp(1.25rem,4vw,3.5rem);display:flex}.footer__primary{flex-wrap:wrap;justify-content:space-between;gap:1.5rem;display:flex}.footer__brand{max-width:520px}.footer__logo-mark{align-items:flex-end;gap:.2rem;margin-bottom:.7rem;display:flex}.footer__logo-mark img{width:auto;height:4.3rem;display:block}.footer__company{letter-spacing:.08em;text-transform:uppercase;color:var(--secondary-color);margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.footer__tagline{font-family:var(--heading-font);color:var(--secondary-color);margin:0;font-size:1.3rem;line-height:1.4}.footer__summary{color:var(--accent-muted);margin:.7rem 0 0;line-height:1.72}.footer__social{align-items:center;gap:.75rem;margin-top:1rem;display:flex}.footer__social-link{background:#ffffffe0;border:1px solid #0b1f3a1a;border-radius:999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:transform .16s,border-color .16s,box-shadow .16s;display:inline-flex;box-shadow:6px 6px 18px #0b1f3a0f}.footer__social-link:hover,.footer__social-link:focus-visible{border-color:#2563eb38;transform:translateY(-1px);box-shadow:8px 8px 20px #0b1f3a14}.footer__social-link:focus-visible{outline-offset:2px;outline:2px solid #2563eb40}.footer__social-link img{width:1.05rem;height:1.05rem;display:block}.footer__contact{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.footer__email{color:var(--primary-color);font-weight:600;text-decoration:none}.footer__note{color:var(--accent-muted);margin:0}.footer__nav{flex-direction:column;gap:.95rem;display:flex}.footer__nav-list{flex-wrap:wrap;gap:.4rem .8rem;margin:0;padding:0;font-size:.9rem;list-style:none;display:flex}.footer__nav-list li{padding-left:.6rem;position:relative}.footer__nav-list li:before{content:"·";color:var(--accent-muted);position:absolute;left:0}.footer__nav-list li:first-child{padding-left:0}.footer__nav-list li:first-child:before{display:none}.footer__nav-list a{color:var(--secondary-color);text-decoration:none;transition:color .16s}.footer__nav-list a:hover{color:var(--primary-color)}.footer__meta{color:var(--accent-muted);text-align:center;border-top:1px solid #0b1f3a14;flex-direction:column;gap:.25rem;padding-top:1rem;font-size:.85rem;display:flex}@media (width<=720px){.footer__primary{flex-direction:column}.footer__contact{align-items:flex-start}}
