:root{--primary: #0a2b6c;--secondary: #89cff0;--bg-gradient: linear-gradient(135deg, #e0ecfc 0%, #f6fafd 100%);--step--1: clamp(.85rem, .8rem + .2vw, .95rem);--step-0: clamp(1rem, .9rem + .5vw, 1.125rem);--step-1: clamp(1.25rem, 1.05rem + 1vw, 1.5rem);--step-2: clamp(1.5rem, 1.2rem + 1.6vw, 2rem)}body,html{margin:0;padding:0;font-family:Montserrat,Arial,sans-serif;background:var(--bg-gradient);min-height:100vh;color:#101820;overflow-x:hidden}section[id]{scroll-margin-top:var(--nav-h)}@keyframes navbarFadeDown{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:none}}.navbar{position:sticky;top:0;z-index:100;width:min(96%,1200px);margin:1rem auto 0;padding:.5rem 1rem;border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:var(--shadow);animation:navbarFadeDown .8s cubic-bezier(.23,1,.32,1) both;transition:background .3s,backdrop-filter .3s}.navbar .logo{display:flex;align-items:center;background:#eaf6ff;border-radius:var(--radius);padding:0}.navbar .logo img{height:clamp(40px,9vw,72px);width:clamp(40px,9vw,72px);border-radius:50%;object-fit:contain}.navbar .nav{display:flex;align-items:center;gap:1.2rem;background:#eaf6ff;border-radius:2.3rem;padding:.2rem 1.2rem}.navbar .nav a{position:relative;overflow:hidden;color:#101820;font-size:clamp(.95rem,.9rem + .2vw,1.1rem);font-weight:500;padding:.55rem 1rem;border-radius:2rem;transition:color .2s;z-index:1}.navbar .nav a:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;background:var(--primary);z-index:-1;transition:height .3s cubic-bezier(.77,0,.18,1);border-radius:2rem}.navbar .nav a:hover:before,.navbar .nav a.active:before{height:100%}.navbar .nav a:hover,.navbar .nav a.active{color:#fff;font-weight:700}.navbar .contact-btn{padding:.7rem 1.6rem;background:transparent;border:2px solid var(--primary);border-radius:2rem;color:var(--primary);font-weight:600;font-size:clamp(.95rem,.9rem + .2vw,1.05rem);cursor:pointer;box-shadow:0 2px 10px #5064be12;transition:background .2s,color .2s,transform .18s}.navbar .contact-btn:hover{background:var(--primary);color:#fff}.navbar .contact-btn:active{transform:scale(.97);box-shadow:0 1px 4px #0a2b6c21}.hamburger{display:none;width:40px;height:40px;border:none;background:transparent;border-radius:.75rem;padding:6px;cursor:pointer}.hamburger span{display:block;height:2px;margin:6px 0;background:#101820;transition:transform .25s,opacity .25s}.hamburger.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.is-active span:nth-child(2){opacity:0}.hamburger.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width: 1024px){.navbar{width:98%;padding:.5rem .75rem}.navbar .nav{gap:.8rem;padding:.15rem .8rem}}@media (max-width: 768px){.navbar{width:100%;margin:0;border-radius:0;padding:.4rem .75rem}.hamburger{display:inline-block}.contact-desktop{display:none}.navbar .nav{position:fixed;top:calc(var(--nav-h) + env(safe-area-inset-top,0px));left:0;right:0;margin:0 auto;width:100%;max-width:100%;border-radius:0 0 1rem 1rem;background:#fffffffa;box-shadow:0 10px 30px #00000014;padding:.75rem 1rem 1rem;flex-direction:column;align-items:flex-start;gap:.25rem;max-height:0;overflow:hidden;pointer-events:none;opacity:0;transform:translateY(-8px);transition:max-height .25s ease,opacity .25s ease,transform .25s ease}.navbar .nav.open{max-height:70vh;pointer-events:auto;opacity:1;transform:translateY(0)}.navbar .nav a{width:100%;padding:.9rem;border-radius:.8rem;font-size:1rem}.navbar .nav a:before{border-radius:.8rem}.contact-mobile{display:inline-block;width:100%;margin-top:.25rem;text-align:center}}@media (max-width: 360px){.navbar .logo img{height:36px;width:36px}.navbar{padding:.35rem .6rem}}@media (prefers-reduced-motion: reduce){.navbar,.navbar *{animation:none!important;transition:none!important}}.hero-section{margin:2rem auto 0;width:96%;max-width:1350px;min-height:65vh;border-radius:3rem;overflow:hidden;background:transparent;position:relative;box-shadow:0 4px 16px #0a2b6c12;animation:fadeInUp 1.2s cubic-bezier(.23,1,.32,1)}@keyframes heroImageIn{0%{opacity:0;transform:scale(1.07)}to{opacity:1;transform:scale(1)}}.hero-bg{width:100%;height:100%;object-fit:cover;filter:brightness(.82) saturate(1.05);opacity:0;transform:scale(1.07);animation:heroImageIn 1.3s .3s cubic-bezier(.48,.25,.42,.9) forwards;position:absolute;top:0;left:0;z-index:1}@keyframes curveSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:none}}.hero-curved-top{position:absolute;left:0;right:0;top:0;z-index:2;width:100%;height:170px;border-bottom-left-radius:72px;border-bottom-right-radius:72px;display:flex;justify-content:center;align-items:flex-end;overflow:hidden;opacity:0;transform:translateY(-50px);animation:curveSlideIn 1.3s .6s cubic-bezier(.48,.25,.42,.9) forwards}@keyframes heroContentIn{to{opacity:1;transform:none}}.hero-content{position:absolute;z-index:3;top:-60px;width:100%;margin-left:20px;display:flex;flex-direction:column;align-items:center;pointer-events:none;padding:0 1rem}.fade-item-1,.fade-item-2{opacity:0;transform:translateY(24px)}.fade-item-1{animation:heroContentIn 1.1s .9s forwards}.fade-item-2{animation:heroContentIn 1.1s 1.15s forwards}.hero-title{font-size:2.45rem;font-weight:800;color:#14316e;letter-spacing:2.5px;margin-bottom:1rem;text-align:center;text-shadow:0 2px 12px rgba(210,210,255,.12);letter-spacing:3px;margin-top:-25px;word-break:break-word}.hero-desc{font-size:1.21rem;color:#222;font-weight:500;letter-spacing:1.2px;text-align:center;margin-bottom:100px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(52px)}to{opacity:1;transform:none}}@media (max-width: 900px){.navbar{flex-direction:column;gap:1.1rem;padding:1rem}.navbar .logo,.navbar .nav{padding:.6rem 1rem}.hero-section{border-radius:1.7rem}.hero-curved-top{height:95px;border-bottom-left-radius:36px;border-bottom-right-radius:36px}}@media (max-width: 768px){.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000001a,#0000004d 35%,#00000073);z-index:2;pointer-events:none}.hero-curved-top{z-index:3}.hero-content{z-index:4;top:-18px;padding:0 14px}.hero-content img{display:flex;margin-right:58px;width:80%}.hero-title{color:#fff;font-size:clamp(2rem,8vw,2.8rem);line-height:1.2;letter-spacing:1.5px;margin:.8rem 0 1rem;text-shadow:0 2px 16px rgba(0,0,0,.5)}.hero-desc{color:#fffffff2;font-size:clamp(1.2rem,5vw,1.6rem);line-height:1.6;letter-spacing:.6px;max-width:92%;margin:0 auto clamp(36px,8vw,56px);text-shadow:0 1px 12px rgba(0,0,0,.45)}.hero-bg{filter:brightness(.78) saturate(1.05)}}@media (max-width: 600px){.navbar{flex-direction:column;gap:.8rem;padding:.5rem .4rem}.navbar .nav{flex-direction:column;gap:.7rem;border-radius:1.4rem;padding:.6rem}.navbar .contact-btn{padding:.6rem 1.1rem;font-size:1rem}.navbar .logo img{height:27px;width:27px}.hero-section{border-radius:1rem}.hero-title{font-size:1.24rem}.hero-desc{font-size:1rem}.hero-curved-top{height:58px;border-bottom-left-radius:16px;border-bottom-right-radius:16px}}@media (max-width: 420px){.hero-content{top:-10px;padding:0 12px}.hero-title{font-size:clamp(1.8rem,9vw,2.4rem)}.hero-desc{font-size:clamp(1.1rem,5.5vw,1.4rem)}}.logistics-expertise{margin:0 auto;width:97%;max-width:1400px;padding:3.5rem 0 2.8rem;background:transparent;border-radius:2.1rem;margin-top:2.2rem;box-shadow:0 8px 40px #0a2b6c12;position:relative;animation:sectionPulse 9s ease-in-out infinite alternate}@keyframes sectionPulse{0%{box-shadow:0 8px 40px #0a2b6c12}to{box-shadow:0 16px 60px #0a2b6c1c}}@keyframes headerFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}.expertise-modal-overlay{position:fixed;inset:0;background:#14316e29;z-index:99;display:flex;justify-content:center;align-items:center;animation:fadeIn .22s;padding:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.expertise-modal{background:#fff;border-radius:1.5rem;box-shadow:0 6px 56px #0a2b6c21;max-width:760px;width:min(92vw,760px);max-height:85vh;overflow:auto;padding:2.2rem 2.7rem 2rem;position:relative;animation:popIn .3s cubic-bezier(.64,.09,.38,1.1);-webkit-overflow-scrolling:touch}@keyframes popIn{0%{transform:scale(.95);opacity:.5}to{transform:scale(1);opacity:1}}.modal-title{font-size:clamp(1.3rem,4.6vw,2rem);color:#14316e;font-weight:800;text-align:center;margin-bottom:1.5rem;letter-spacing:2px}.modal-content-wrap{display:flex;gap:2.2rem;align-items:flex-start}.modal-image img{width:260px;max-width:100%;border-radius:1rem;box-shadow:0 2px 14px #0a2b6c12}.modal-content{font-size:clamp(1rem,3.6vw,1.19rem);color:#23293e;line-height:1.6;font-weight:500;max-width:370px;margin-top:.5rem}.modal-close{position:absolute;top:16px;right:20px;background:transparent;border:none;font-size:2.3rem;color:#3d4e6d;cursor:pointer;font-weight:700;line-height:1;transition:color .2s}.modal-close:hover{color:#14316e}.expertise-header{opacity:0;transform:translateY(30px);animation:headerFadeUp 1s .2s cubic-bezier(.55,0,.1,1) forwards;text-align:center;margin-bottom:2.7rem}.expertise-header h2{font-size:clamp(1.6rem,3.8vw,2.8rem);color:#14316e;font-weight:800;letter-spacing:4px;margin-bottom:.35rem}.expertise-header h3{font-size:clamp(1.1rem,2.2vw,1.7rem);color:#294589;font-weight:600;letter-spacing:4px;margin-bottom:.7rem}.expertise-header p{color:#101820;font-size:clamp(1rem,1.4vw,1.2rem);letter-spacing:3px;line-height:1.7;max-width:600px;margin:0 auto;font-weight:500}@keyframes cardFloatUp{0%{opacity:0;transform:translateY(55px) scale(.97)}to{opacity:1;transform:none}}.expertise-cards{display:flex;gap:2rem;justify-content:center;align-items:stretch;flex-wrap:wrap}.expertise-card.animate-card{background:#eaf6ff;border:2.1px solid #c6d8ef;border-radius:1.35rem;flex:1 1 305px;min-width:300px;max-width:370px;display:flex;flex-direction:column;position:relative;overflow:visible;box-shadow:0 2px 10px #0a2b6c0a;opacity:0;transform:translateY(55px) scale(.97);animation:cardFloatUp 1.05s cubic-bezier(.48,.25,.42,.9) forwards;transition:transform .28s cubic-bezier(.48,.25,.42,.9),box-shadow .28s cubic-bezier(.48,.25,.42,.9);z-index:2}.expertise-card.animate-card:hover{transform:translateY(-6px) scale(1.04);box-shadow:0 10px 40px #0a2b6c21;z-index:3}@keyframes tabFadeDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:none}}.card-tab{position:absolute;top:-32px;left:24px;display:flex;align-items:center;background:#eaf6ff;border-radius:1.1rem;padding:.6rem 1.4rem .4rem .8rem;font-size:1.07rem;font-weight:700;color:#14316e;letter-spacing:1.2px;box-shadow:0 2px 10px #0a2b6c0a;border:2.1px solid #c6d8ef;border-bottom:none;z-index:2;opacity:0;transform:translateY(-30px);animation:tabFadeDown .9s cubic-bezier(.48,.25,.42,.9) forwards;animation-delay:calc(var(--delay, 0s) + .23s)}.card-tab.tab-blue{background:#14316e;color:#fff}.card-tab .card-icon{margin-right:.65rem;display:flex;align-items:center}.card-tab .tab-label{font-weight:700;font-size:1.03rem;line-height:1.17;color:inherit}.card-body{padding:2.8rem 1.2rem;color:#1a243d;font-size:1.13rem;font-weight:500;min-height:122px;line-height:1.5;margin-bottom:1rem;margin-top:15px}.card-bottom{display:flex;align-items:center;justify-content:flex-end;padding:0 1.2rem 1.1rem 0;position:absolute;bottom:-24px;right:20px;z-index:2}.arrow-btn{width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:#eaf6ff;border-radius:50%;border:2px solid #c6d8ef;box-shadow:0 2px 10px #0a2b6c0d;transition:box-shadow .18s,transform .22s cubic-bezier(.44,0,.56,1)}.arrow-btn:hover{box-shadow:0 8px 20px #14316e2a;transform:translate(6px) scale(1.09)}.card-bottom.tab-blue .arrow-btn{background:#14316e;border:2px solid #14316e}.card-bottom.tab-blue .arrow-btn svg circle{fill:#14316e}.card-bottom.tab-blue .arrow-btn:hover{box-shadow:0 6px 18px #14316e44}.expertise-card b{font-weight:700}@media (max-width: 1200px){.expertise-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:clamp(1rem,2vw,2rem);padding:0 clamp(8px,2vw,24px)}.expertise-card.animate-card{max-width:unset;min-width:0}}@media (max-width: 1000px){.expertise-cards{flex-direction:column;align-items:center;gap:3.2rem}.expertise-card{max-width:90vw}.card-tab{left:18px}}@media (max-width: 900px){.logistics-expertise{width:min(97%,100%);padding:2.2rem 0 1.8rem;border-radius:1rem;box-shadow:0 6px 30px #0a2b6c14}.card-tab{top:-24px;left:16px;font-size:clamp(.95rem,2.3vw,1.02rem);padding:.5rem 1rem .32rem .6rem}.card-body{padding:2.2rem 1rem;font-size:clamp(1rem,1.2vw,1.13rem);min-height:48px;margin-bottom:.75rem}.expertise-card.animate-card:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 8px 26px #0a2b6c1c}.expertise-modal{max-width:97vw;padding:1.1rem .5rem 1.4rem}.modal-content-wrap{flex-direction:column;gap:1rem;align-items:center}.modal-image img{width:min(95vw,360px);height:auto;max-width:350px}.modal-content{max-width:96vw;font-size:1rem}}@media (max-width: 700px){.logistics-expertise{padding:2.2rem 0 1.8rem;border-radius:1rem}.expertise-header{margin-bottom:2rem}.expertise-header h2{font-size:clamp(1.8rem,6vw,2.4rem);letter-spacing:3px}.expertise-header h3{font-size:clamp(1.2rem,3.8vw,1.4rem);letter-spacing:2.5px}.expertise-header p{font-size:clamp(1.02rem,3.6vw,1.12rem);line-height:1.6;max-width:92%}.expertise-card{border-radius:.9rem;border-width:1.6px}.card-tab{top:-20px;left:14px;padding:.5rem .9rem .3rem .58rem;font-size:clamp(.95rem,3.2vw,1rem)}.card-tab .tab-label{font-size:clamp(.9rem,3vw,1rem);line-height:1.12}.card-body{font-size:.99rem;min-height:40px}.card-bottom{position:static;padding:0 1rem 1rem;margin-top:auto}.arrow-btn{width:42px;height:42px}}@media (max-width: 480px){.logistics-expertise{box-shadow:0 4px 18px #0a2b6c14}.expertise-cards{gap:1.2rem}.card-tab{top:-16px;left:12px}.card-body{font-size:clamp(1.05rem,4.2vw,1.18rem);line-height:1.55;padding:4rem .9rem 2rem}.arrow-btn{width:40px;height:40px}}.trust-section{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:3rem auto 0;padding:3rem 2.2rem 3rem 4rem;background:transparent;border-radius:2.1rem;min-height:480px;animation:sectionFadeIn 1.1s cubic-bezier(.48,.25,.42,.9)}@keyframes sectionFadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}.trust-left{flex:1 1 58%;max-width:54%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.trust-title,.trust-subtitle,.trust-desc{opacity:0;transform:translateY(30px);animation:trustFadeUp .85s forwards}.trust-title{animation-delay:.15s}.trust-subtitle{animation-delay:.35s}.trust-desc:nth-of-type(1){animation-delay:.55s}.trust-desc:nth-of-type(2){animation-delay:.75s}@keyframes trustFadeUp{to{opacity:1;transform:none}}.trust-title{color:#14316e;font-size:clamp(2rem,2.6vw,2.8rem);font-weight:800;letter-spacing:3.5px;margin-bottom:1.2rem;text-align:left;text-decoration:none!important;border-bottom:none!important}.trust-subtitle{color:#294589;font-size:clamp(1.2rem,1.6vw,1.5rem);font-weight:400;letter-spacing:.2em;margin-bottom:2.3rem;text-align:left;line-height:1.6;text-decoration:none!important;border-bottom:none!important}.trust-desc{color:#101820;font-size:clamp(1.02rem,1.2vw,1.11rem);line-height:2;margin-bottom:1.5rem;text-align:left;max-width:90%;text-decoration:none!important;border-bottom:none!important}a,a:visited,a:active{text-decoration:none!important;border-bottom:none!important}.trust-right{flex:1 1 42%;max-width:42%;display:flex;align-items:center;justify-content:flex-end;position:relative;min-height:450px;animation:fadeInRight 1.1s .75s cubic-bezier(.48,.25,.42,.9) both}@keyframes fadeInRight{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:none}}.container-img-top{width:700px;max-width:95vw;min-width:200px;filter:drop-shadow(0 16px 32px #174e8c44);position:absolute;right:0;top:-1;z-index:2;opacity:0;transform:translateY(80px) scale(.92);animation:floatIn 1.3s 1.1s cubic-bezier(.48,.25,.42,.9) forwards;transition:transform .3s cubic-bezier(.5,0,.25,1),filter .25s}.container-img-top:hover{transform:translateY(-6px) scale(1.03);filter:drop-shadow(0 26px 60px #14316e55)}@keyframes floatIn{to{opacity:1;transform:none}}@media (max-width: 1024px){.trust-section{padding:2.4rem 1.4rem;gap:1.2rem;min-height:0}.trust-left{max-width:100%}.trust-right{max-width:100%;justify-content:center;min-height:300px}.container-img-top{width:clamp(320px,65vw,600px);max-width:100%;height:auto;position:relative;right:auto}}@media (max-width: 900px){.trust-section{flex-direction:column;align-items:flex-start;padding:2.2rem .8rem;min-height:480px}.trust-left,.trust-right{max-width:100%;flex-basis:100%;margin-bottom:1.2rem}.trust-right{justify-content:center;min-height:260px}.container-img-top{position:static;width:220px;min-width:90px;margin:0 12px}}@media (max-width: 700px){.trust-section{flex-direction:column;align-items:flex-start;padding:2rem 1rem;border-radius:1.2rem}.trust-title{font-size:clamp(1.8rem,6.6vw,2.2rem);letter-spacing:2.5px;margin-bottom:.9rem}.trust-subtitle{font-size:clamp(1.2rem,4.8vw,1.4rem);line-height:1.45;margin-bottom:1.3rem;letter-spacing:.16em}.trust-desc{font-size:clamp(1.05rem,4.2vw,1.15rem);line-height:1.7;max-width:96%;margin-bottom:1rem}.trust-right{width:100%;min-height:0;order:2;justify-content:center}.container-img-top{position:static;width:clamp(240px,80vw,520px);max-width:100%;height:auto;margin:.5rem auto 0;transform:none;filter:drop-shadow(0 12px 28px #174e8c33)}.container-img-top:hover{transform:translateY(-2px) scale(1.01)}}@media (max-width: 650px){.trust-title{font-size:1.2rem}.trust-subtitle{font-size:1.05rem}.trust-desc{font-size:.97rem}}@media (max-width: 480px){.trust-section{padding:1.6rem .9rem}.trust-title{font-size:clamp(1.7rem,7.2vw,2rem)}.trust-subtitle{font-size:clamp(1.1rem,5.5vw,1.3rem)}.trust-desc{font-size:clamp(1.02rem,4.8vw,1.12rem)}.container-img-top{width:clamp(220px,86vw,460px)}}@media (max-width: 360px){.trust-title{font-size:1.6rem}.trust-subtitle{font-size:1.05rem}.trust-desc{font-size:1rem}}@media (prefers-reduced-motion: reduce){.trust-section,.trust-section *{animation:none!important;transition:none!important}}.services-section{margin:0 auto;max-width:1400px;width:97%;padding:3.5rem 0 1.8rem;background:transparent}.services-header{text-align:center;margin-bottom:2.2rem;animation:fadeUpService 1s .1s cubic-bezier(.48,.25,.42,.9) both}.services-header h2{font-size:clamp(1.6rem,3.8vw,2.1rem);color:#14316e;font-weight:800;letter-spacing:4px;margin-bottom:.15rem}.services-header h3{font-size:clamp(1.05rem,2.4vw,1.18rem);color:#294589;font-weight:500;letter-spacing:.25em;margin-bottom:.7rem}.services-zigzag{display:flex;flex-direction:column;gap:1.5rem}.services-row{display:flex;gap:1.5rem}.row-60-40 .service-card:first-child{flex-basis:60%}.row-60-40 .service-card:last-child{flex-basis:40%}.row-40-60 .service-card:first-child{flex-basis:40%}.row-40-60 .service-card:last-child{flex-basis:60%}.service-card{position:relative;border-radius:1.2rem;overflow:hidden;aspect-ratio:1/1;width:100%;min-width:0;max-height:350px;box-shadow:0 4px 16px #0a2b6c14;cursor:pointer;animation:fadeInServiceCard .95s cubic-bezier(.48,.25,.42,.9) forwards;animation-delay:var(--delay, 0s);opacity:0;transform:translateY(50px) scale(.98);transition:transform .28s cubic-bezier(.48,.25,.42,.9),box-shadow .25s cubic-bezier(.48,.25,.42,.9);display:flex;flex-direction:column}.service-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 18px 46px #174e8c22;z-index:2}.service-bg{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;z-index:1;transition:transform .45s cubic-bezier(.48,.25,.42,.9);filter:brightness(.75) saturate(1.08) blur(.5px)}.service-card:hover .service-bg{transform:scale(1.07);filter:brightness(.68) saturate(1.18) blur(1px)}.service-overlay{position:absolute;inset:0;z-index:2;pointer-events:none;transition:background .2s}.service-content{position:relative;z-index:3;color:#fff;padding:1.9rem 1.6rem 1.4rem;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.service-title{font-size:1.19rem;font-weight:800;letter-spacing:.13em;margin-bottom:.6rem;color:#fff;text-shadow:0 4px 16px #14316e33}.service-desc{font-size:.98rem;font-weight:400;line-height:1.52;letter-spacing:.03em;text-shadow:0 2px 10px #14316e28}@keyframes fadeUpService{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}@keyframes fadeInServiceCard{0%{opacity:0;transform:translateY(50px) scale(.98)}to{opacity:1;transform:none}}@media (max-width: 1100px){.services-zigzag{gap:clamp(1rem,2.4vw,1.5rem)}.services-row{flex-direction:column;gap:clamp(.9rem,2vw,1.2rem)}.service-card{width:100%!important;max-height:none;aspect-ratio:16 / 9;min-width:0}.service-content{padding:clamp(1.2rem,2vw,1.6rem)}.service-title{font-size:clamp(1.1rem,1.8vw,1.19rem)}.service-desc{font-size:clamp(.98rem,1.6vw,1.05rem)}}@media (max-width: 900px){.service-overlay{background:linear-gradient(180deg,#00000026,#00000059 55%,#0000008c)}.service-bg{filter:brightness(.78) saturate(1.05) blur(.3px)}}@media (max-width: 700px){.services-section{padding:2.2rem 0 1rem}.service-title{font-size:clamp(1.25rem,5.6vw,1.55rem);letter-spacing:.12em;margin-bottom:.45rem;text-shadow:0 3px 14px rgba(0,0,0,.4)}.service-desc{font-size:clamp(1rem,4.4vw,1.18rem);line-height:1.6;letter-spacing:.02em;text-shadow:0 2px 12px rgba(0,0,0,.35)}.service-card{aspect-ratio:auto;min-height:240px;border-radius:1rem}.service-content{padding:1rem .95rem}.service-card:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 12px 34px #174e8c33}}@media (max-width: 600px){.services-section{padding:2.2rem 0 .7rem}.service-content{padding:1.1rem 1rem 1.05rem}.services-header h2{font-size:1.2rem;letter-spacing:2px}.services-header h3{font-size:.98rem;letter-spacing:.09em}}@media (max-width: 420px){.service-card{aspect-ratio:auto;min-height:220px}.service-title{font-size:clamp(1.2rem,6.2vw,1.45rem)}.service-desc{font-size:clamp(.98rem,4.8vw,1.12rem)}}@media (prefers-reduced-motion: reduce){.services-section,.services-section *{animation:none!important;transition:none!important}}.products-export-section{max-width:1100px;margin:2.5rem auto 0;padding:2rem 1rem 1rem}.export-header{text-align:center;margin-bottom:2.1rem}.export-header h2{font-size:clamp(1.6rem,3.6vw,2rem);color:#14316e;font-weight:800;letter-spacing:3px;margin-bottom:.3rem;font-family:Montserrat,Arial,sans-serif}.export-header p{font-size:clamp(1.02rem,1.6vw,1.08rem);line-height:1.65;color:#222;letter-spacing:.07em;margin-bottom:0;font-family:Montserrat,Arial,sans-serif}.export-timeline-container{display:grid;grid-template-columns:1fr 80px 1fr;gap:0;align-items:center;justify-items:center;min-height:480px;margin-bottom:2.5rem;position:relative}.export-side{display:flex;flex-direction:column;justify-content:space-between;height:100%}.export-left{align-items:flex-end}.export-right{align-items:flex-start}.export-item{display:flex;flex-direction:column;align-items:center;gap:1.1rem;margin-bottom:1.5rem;min-width:320px;max-width:380px;opacity:0;transform:translateY(45px);animation:exportFadeIn .75s cubic-bezier(.48,.25,.42,.9) forwards;animation-delay:var(--delay, 0s)}@keyframes exportFadeIn{to{opacity:1;transform:none}}.export-circle{width:90px;height:90px;background:#174e8c;border-radius:50%;box-shadow:0 8px 32px #174e8c22;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.03rem;letter-spacing:.02em;text-align:center;padding:1rem;font-family:Montserrat,Arial,sans-serif}.export-circle img{width:30px;height:30px;margin-bottom:.5rem;object-fit:contain;filter:brightness(100%)}.export-circle span{font-size:1.03rem;line-height:1.13}.export-desc{background:transparent;color:#222;font-size:.99rem;line-height:1.52;max-width:280px;font-family:Montserrat,Arial,sans-serif;font-weight:500;letter-spacing:.01em}.export-timeline-center{display:flex;flex-direction:column;align-items:center;height:420px;position:relative;justify-content:center}.export-line{width:4px;height:630px;background:#002667;border-radius:5px;position:absolute;left:50%;top:0;transform:translate(-50%);z-index:1;opacity:.8}.export-ship{width:54px;height:250px;object-fit:contain;position:absolute;left:50%;top:0%;transform:translate(-50%);z-index:2;animation:moveShipDown 3.6s linear infinite}@keyframes moveShipDown{0%{top:0%}90%{top:96%}to{top:0%}}.export-btn-row{display:flex;justify-content:center}.see-more-btn{padding:.95rem 2.7rem;border:none;border-radius:2rem;background:#14316e;color:#fff;font-weight:700;font-size:1.18rem;letter-spacing:.07em;box-shadow:0 3px 18px #14316e18;cursor:pointer;transition:background .22s,color .18s,box-shadow .22s;opacity:0;transform:translateY(45px);animation:exportFadeIn .75s .4s cubic-bezier(.48,.25,.42,.9) forwards}.see-more-btn:hover{background:#1b2676;color:#fff;box-shadow:0 8px 34px #14316e33}.export-left .export-item:nth-child(1){margin-top:120px}.export-left .export-item:nth-child(2){margin-top:70px}.export-right .export-item:nth-child(1){margin-top:135px}.export-right .export-item:nth-child(2){margin-top:105px}@media (max-width: 1100px){.export-timeline-container{grid-template-columns:1fr 64px 1fr;min-height:0;row-gap:1rem}.export-item{min-width:0;max-width:100%}.export-desc{font-size:clamp(1rem,1.4vw,1.05rem)}.export-circle{width:76px;height:76px}.export-circle img{width:28px;height:28px}.export-timeline-center{height:360px}.export-line{height:520px}.export-ship{width:42px;height:120px}}@media (max-width: 900px){.products-export-section{padding:1.6rem .8rem 1rem}.export-timeline-container{grid-template-columns:1fr 48px 1fr}.export-timeline-center{height:300px}.export-line{height:460px}.export-circle{width:64px;height:64px;font-size:.95rem;box-shadow:0 6px 22px #174e8c22}.export-desc{font-size:.93rem;line-height:1.6}.export-item{min-width:180px;max-width:260px;gap:1rem}.export-ship{width:36px;height:96px;animation:moveShipDownMobile 2.2s linear infinite;top:0%;transform:translate(-50%)}@keyframes moveShipDownMobile{0%{top:0%}90%{top:98%}to{top:0%}}.export-timeline-center{height:260px}}@media (max-width: 650px){.products-export-section{padding:1.2rem .6rem .9rem}.export-header h2{font-size:clamp(1.7rem,6.6vw,2.1rem);letter-spacing:2.5px}.export-header p{font-size:clamp(1.02rem,4.4vw,1.18rem);line-height:1.7;max-width:48ch;margin:0 auto}.export-timeline-container{display:flex;flex-direction:column;gap:1rem;align-items:stretch;min-height:0}.export-side{align-items:center}.export-item{flex-direction:column;align-items:center;min-width:unset;max-width:unset;gap:.85rem}.export-right .export-item{flex-direction:column;align-items:center}.export-timeline-center{display:none}.export-desc{text-align:center;max-width:34rem;font-size:clamp(1.05rem,4.6vw,1.2rem);letter-spacing:.015em}.export-side{align-items:center;width:100%}.export-circle{width:84px;height:84px;font-size:1rem}.export-circle img{width:30px;height:30px}.export-circle span{font-size:clamp(1rem,4.4vw,1.15rem);line-height:1.15}.export-left .export-item:nth-child(1),.export-left .export-item:nth-child(2),.export-right .export-item:nth-child(1),.export-right .export-item:nth-child(2){margin-top:0!important}.see-more-btn{font-size:clamp(1.05rem,4.8vw,1.2rem);padding:.9rem 2.2rem;border-radius:1.6rem}}@media (max-width: 420px){.export-circle{width:78px;height:78px}.export-circle img{width:26px;height:26px}.export-desc{font-size:clamp(1rem,5vw,1.15rem)}}@media (hover: none){.see-more-btn:hover{box-shadow:0 6px 22px #14316e28}}@media (prefers-reduced-motion: reduce){.products-export-section,.products-export-section *{animation:none!important;transition:none!important}}.contact-section{width:100%;min-height:100vh;padding:0 0 4rem;background:linear-gradient(135deg,#f7fbff,#e3eefe);display:flex;align-items:flex-start;justify-content:center}.contact-container{max-width:1100px;width:100%;margin:0 auto;padding:3.5rem 1.5rem 0}.contact-header{text-align:center;margin-bottom:2.7rem}.contact-header h2{font-size:clamp(1.6rem,3.2vw,2.5rem);font-weight:900;letter-spacing:4px;color:#14316e;margin-bottom:.4rem;font-family:Montserrat,Arial,sans-serif}.contact-header p{color:#214180;font-size:clamp(1rem,1.6vw,1.13rem);line-height:1.65;font-weight:500;letter-spacing:.06em;font-family:Montserrat,Arial,sans-serif}.contact-content{display:flex;gap:3.2rem;align-items:flex-start;justify-content:center}.contact-form{flex:1 1 350px;display:flex;flex-direction:column;gap:1.15rem;border-radius:18px;padding:2.2rem 2rem 2rem;box-shadow:0 4px 36px #9fc6f418;min-width:320px;max-width:390px;animation:fadeInLeft 1s .3s cubic-bezier(.42,0,.51,1) backwards}.contact-form input,.contact-form textarea{width:100%;border:1.5px solid #c8dff7;outline:none;border-radius:6px;padding:.85rem 1rem;font-size:clamp(1rem,2.6vw,1.05rem);font-family:Montserrat,Arial,sans-serif;background:#f7fbff;color:#1b284a;transition:border .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#1c3876}.contact-form textarea{min-height:90px;max-height:200px;resize:vertical}.contact-form button{margin-top:.7rem;padding:.85rem 0;border:none;border-radius:22px;background:#14316e;color:#fff;font-weight:700;font-size:1.11rem;letter-spacing:.09em;cursor:pointer;transition:background .22s,box-shadow .22s;box-shadow:0 3px 18px #14316e19}.contact-form button:hover{background:#1b2676}.contact-map{flex:1 1 400px;min-width:340px;max-width:640px;height:auto;aspect-ratio:16 / 9;position:relative;display:flex;margin:0 auto;align-items:center;justify-content:center;animation:fadeInRight 1.1s .35s cubic-bezier(.42,0,.51,1) backwards}.world-map{width:100%;height:auto;max-width:600px;opacity:.93;filter:drop-shadow(0 4px 24px #c9e2fd30);border-radius:16px}.flag-card{position:absolute;min-width:90px;max-width:140px;display:flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem .6rem .7rem;background:#fff;border-radius:12px;box-shadow:0 6px 22px #bdd8f722;font-family:Montserrat,Arial,sans-serif;font-weight:700;color:#174e8c;font-size:1rem;animation:floatCard 2.1s infinite alternate;transition:transform .22s}.flag-card img{width:30px;height:30px;border-radius:50%;object-fit:cover;border:2px solid #e6eefa}.flag-card span{font-size:1rem;font-weight:700;color:#14316e}.flag-card.us{top:28%;left:12%;animation-delay:0s}.flag-card.europe{top:23%;left:32%;animation-delay:.2s}.flag-card.fareast{top:32%;left:72%;animation-delay:.4s}.flag-card.gulf{top:45%;left:55%;animation-delay:.6s}.form-group{position:relative;margin-bottom:1.15rem}.form-group input,.form-group textarea{width:100%;border:1.5px solid #c8dff7;outline:none;border-radius:6px;padding:1.15rem 1rem .5rem;font-size:1rem;background:#f7fbff;color:#1b284a;font-family:Montserrat,Arial,sans-serif;transition:border .2s}.form-group label{position:absolute;top:1rem;left:1rem;font-size:1rem;color:#8bb1da;background:transparent;pointer-events:none;transition:top .24s cubic-bezier(.42,0,.51,1),font-size .24s cubic-bezier(.42,0,.51,1),color .24s cubic-bezier(.42,0,.51,1),background .22s cubic-bezier(.42,0,.51,1);z-index:2;padding:0 .15em}.form-group input:focus+label,.form-group input:not(:placeholder-shown)+label,.form-group textarea:focus+label,.form-group textarea:not(:placeholder-shown)+label{top:-.85rem;left:.8rem;font-size:.85rem;color:#14316e;background:#f7fbff;padding:0 .35em}.contact-section,.contact-form,.form-group label{background:#f7fbff}.form-group textarea{min-height:90px;max-height:200px;resize:vertical}.form-group input:focus,.form-group textarea:focus{border-color:#1c3876}@keyframes floatCard{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.animate-left{animation:fadeInLeft 1s .3s cubic-bezier(.42,0,.51,1) backwards}.animate-right{animation:fadeInRight 1.1s .35s cubic-bezier(.42,0,.51,1) backwards}@media (max-width: 900px){.contact-container{padding:2.4rem 1rem 1.6rem}.contact-content{flex-direction:column;gap:1.6rem;align-items:stretch}.contact-form{max-width:560px;width:100%;margin:0 auto;padding:1.6rem 1rem}.flag-card{transform:scale(.92);transform-origin:center}.contact-map{height:300px;min-width:unset;aspect-ratio:16 / 9;max-width:680px}.world-map{max-width:100%}.flag-card.canada{top:16%;left:6%}.flag-card.germany{top:26%;left:35%}.flag-card.brazil{top:58%;left:22%}.flag-card.south-africa{top:70%;left:47%}.flag-card.russia{top:18%;left:66%}.flag-card.australia{top:78%;left:82%}}@media (max-width: 600px){.contact-header{margin-bottom:1.8rem}.contact-header h2{font-size:clamp(1.7rem,7vw,2rem);letter-spacing:3px;margin-bottom:.3rem}.contact-header p{font-size:clamp(1rem,4.2vw,1.12rem);max-width:48ch;margin:0 auto}.contact-form{padding:1.1rem .75rem;border-radius:14px;box-shadow:0 3px 22px #9fc6f418}.contact-form button{font-size:clamp(1rem,4.2vw,1.08rem);padding:.9rem 0}.contact-map{height:200px;width:100%;aspect-ratio:16 / 10;max-width:520px}.flag-card{font-size:.95rem;padding:.45rem .7rem;gap:.45rem;transform:scale(.88)}.flag-card img{width:22px;height:22px}.flag-card.canada{top:16%;left:8%}.flag-card.germany{top:29%;left:38%}.flag-card.brazil{top:63%;left:25%}.flag-card.south-africa{top:74%;left:50%}.flag-card.russia{top:21%;left:70%}.flag-card.australia{top:81%;left:84%}}@media (max-width: 480px){.flag-card{transform:scale(.85)}.flag-card.russia{left:72%}}@media (max-width: 420px){.contact-container{padding:1.6rem .75rem 1.2rem}.contact-map{aspect-ratio:16 / 11;max-width:100%}.flag-card{transform:scale(.82);padding:.35rem .6rem}.flag-card img{width:20px;height:20px}.flag-card.canada{top:18%;left:9%}.flag-card.germany{top:31%;left:40%}.flag-card.brazil{top:66%;left:26%}.flag-card.south-africa{top:77%;left:52%}.flag-card.russia{top:23%;left:72%}.flag-card.australia{top:84%;left:86%}}@media (hover: none){.flag-card{transition:none}.contact-form button:hover{background:#14316e;box-shadow:0 3px 18px #14316e19}}@media (prefers-reduced-motion: reduce){.contact-section,.contact-section *{animation:none!important;transition:none!important}}.footer-section{width:100%;background:linear-gradient(120deg,#133158,#0b1c36);color:#fff;font-family:Montserrat,Arial,sans-serif;padding:1.4rem 1rem;position:relative;animation:fadeInFooter 1.2s cubic-bezier(.42,0,.51,1) .2s both;text-align:left}.footer-container{max-width:1100px;margin:0 auto;display:flex;gap:1.6rem;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:0 1.2rem}.footer-col{flex:1 1 280px;min-width:230px}.footer-about .footer-logo{width:clamp(72px,20vw,112px);margin-bottom:1rem}.footer-about p{color:#d3e1f3;font-size:clamp(.9rem,4vw,1rem);line-height:1.6;margin-bottom:1.2rem}.footer-socials{display:flex;gap:.9rem}.footer-socials a{display:inline-block;background:#163364;border-radius:10px;padding:.5rem;box-shadow:0 3px 14px #0a192830;transition:background .22s,transform .18s}.footer-socials a:hover{background:#23488d;transform:translateY(-2px) scale(1.06)}.footer-socials img{width:clamp(20px,6vw,24px);height:clamp(20px,6vw,24px)}.footer-services h4,.footer-hours h4{font-size:clamp(1rem,4vw,1.2rem);color:#fff;font-weight:700;margin-bottom:.7rem;letter-spacing:1px}.footer-services ul{list-style:none;padding:0;margin:0}.footer-services li{margin-bottom:.6rem;color:#b2c8e6;font-size:clamp(.9rem,3.8vw,1rem);font-weight:500;letter-spacing:.04em}.footer-hours p{color:#d3e1f3;font-size:clamp(.9rem,3.8vw,1rem);margin-bottom:1.1rem;line-height:1.55}.footer-hours-list div{display:flex;justify-content:space-between;color:#b2c8e6;font-size:clamp(.9rem,3.8vw,1rem);gap:.3rem .8rem;margin-bottom:.45rem;font-weight:500;flex-wrap:wrap;word-break:break-word}.footer-hours-list span:first-child{min-width:0;font-weight:500}.footer-hours-list span:last-child{font-weight:700;margin-left:0}.footer-contact{margin-top:.8rem;color:#b2c8e6;font-size:clamp(.9rem,3.8vw,1rem)}.footer-contact span{display:block;font-weight:700;margin-bottom:.25rem;color:#fff}.footer-contact a{color:#b2c8e6;font-size:clamp(1rem,2.6vw,1.02rem);text-decoration:none;font-weight:500;transition:color .2s;word-break:break-word}.footer-contact a:hover{color:#fff;text-decoration:underline}.footer-divider{width:95%;margin:1.6rem auto 0;border:none;border-top:1.2px solid #26487a;opacity:.4}.footer-copy{text-align:center;margin-top:1rem;font-size:clamp(.85rem,3.5vw,1rem);color:#fff;font-weight:700;letter-spacing:.04em}@keyframes fadeInFooter{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}.animate-footer{animation:fadeInFooter 1.2s cubic-bezier(.42,0,.51,1) .2s both}@media (max-width: 1100px){.footer-container{display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(1rem,2vw,2rem);align-items:start}.footer-about{grid-column:span 6}.footer-services,.footer-hours{grid-column:span 3}.footer-about .footer-logo{width:clamp(96px,10vw,112px)}}@media (max-width: 900px){.footer-section{padding:2rem 0 .8rem}.footer-container{flex-direction:column;align-items:stretch;gap:2rem;grid-template-columns:repeat(6,1fr)}.footer-col{min-width:unset;margin-bottom:1.6rem}.footer-about{grid-column:1 / -1}.footer-services{grid-column:1 / 4}.footer-hours{grid-column:4 / -1}.footer-about p{line-height:1.6}.footer-socials{gap:.8rem}.footer-socials a{padding:.4rem .5rem;border-radius:10px}.footer-socials img{width:24px;height:24px}}@media (min-width: 768px){.footer-container{display:grid;grid-template-columns:repeat(12,1fr);gap:2rem}.footer-about{grid-column:span 6}.footer-services,.footer-hours{grid-column:span 3}}@media (max-width: 700px){.footer-section{padding:1.6rem 0 .7rem}.footer-container{display:flex;flex-direction:column;gap:1.4rem;padding:0 1rem}.footer-col{flex:1 1 auto;min-width:0}.footer-about .footer-logo{width:90px}.footer-about p{font-size:clamp(1rem,4vw,1.05rem)}.footer-services h4,.footer-hours h4{margin-bottom:.7rem}.footer-services li{margin-bottom:.5rem}.footer-hours-list div{flex-wrap:wrap;gap:.25rem .6rem}.footer-hours-list span:first-child{min-width:0}.footer-hours-list span:last-child{margin-left:0}.footer-contact{margin-top:.6rem}.footer-contact a{word-break:break-word}.footer-divider{width:96%;margin-top:1.6rem}.footer-copy{font-size:clamp(.95rem,3.8vw,1.02rem)}}@media (max-width: 600px){.footer-section{padding:1.3rem 0 .5rem}.footer-copy{font-size:.92rem}.footer-about .footer-logo{width:85px}}@media (max-width: 420px){.footer-section{padding:1.2rem 0 .6rem}.footer-about .footer-logo{width:82px}.footer-socials{gap:.7rem}.footer-socials img{width:22px;height:22px}.footer-services li,.footer-hours p,.footer-hours-list div,.footer-contact{font-size:clamp(.98rem,4.6vw,1.02rem)}.footer-divider{width:94%;margin-top:1.3rem}}@media (hover: none){.footer-socials a:hover{transform:none}}@media (prefers-reduced-motion: reduce){.footer-section,.footer-section *{animation:none!important;transition:none!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nav-toggle{display:none;background:#eaf6ff;border:2px solid #c6d8ef;border-radius:12px;padding:.45rem .55rem;cursor:pointer}.nav-toggle .bar{display:block;width:24px;height:2px;background:#14316e;margin:5px 0;transition:transform .2s ease}@media (max-width: 900px){.navbar{width:100%;margin:0;border-radius:0;padding:.6rem .8rem}.navbar .logo img{height:40px;width:40px}.nav-toggle{display:inline-block}.navbar .nav,.navbar .contact-btn{order:3}.navbar .logo{order:1}.nav-toggle{order:2}.navbar .nav{position:relative;width:100%;margin-top:.6rem;flex-direction:column;padding:.4rem .6rem;max-height:0;overflow:hidden;transition:max-height .25s ease}.navbar .nav.open{max-height:330px}.navbar .nav a{width:100%;text-align:left}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
