:root{--ink: #07111f;--muted: #607083;--blue: #1268e8;--blue-dark: #0757d1;--line: #dce7f4;--soft: #f4f8fd;--panel: #ffffff;--footer: #101c2b;font-family:Inter,SF Pro Display,SF Pro Text,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff}main#top{display:flow-root}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}[hidden]{display:none!important}.auth-pending{visibility:hidden}.site-header{position:fixed;z-index:30;top:0;left:0;right:0;display:grid;grid-template-columns:240px minmax(0,1fr) 220px;align-items:center;min-height:76px;padding:0 clamp(42px,7.8vw,116px);color:#111827;background:#fffffff0;border-bottom:1px solid rgba(217,226,238,.82);transition:box-shadow .18s ease,background .18s ease}.site-header.scrolled{background:#fffffffa;box-shadow:0 16px 42px #142e4f1a}.brand,.header-actions,.main-nav{display:flex;align-items:center}.brand{gap:10px;font-size:18px;font-weight:850;letter-spacing:0}.brand-icon{display:block;width:34px;height:34px;flex:0 0 auto}.main-nav{justify-content:center;gap:44px;font-size:14px;font-weight:760}.main-nav a{position:relative;padding:30px 0 27px}.main-nav a.active:after,.main-nav a:hover:after{content:"";position:absolute;left:50%;bottom:0;width:30px;height:3px;border-radius:999px 999px 0 0;background:var(--blue);transform:translate(-50%)}.header-actions{justify-content:flex-end;gap:18px}.language-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:72px;height:38px;border:1px solid transparent;border-radius:999px;padding:0 12px;color:#1f2937;background:transparent;font-size:14px;font-weight:760;line-height:1;transition:background .16s ease,border-color .16s ease,color .16s ease}.language-toggle:hover{border-color:#d7e1ee;background:#f6f9fd;color:var(--blue)}.language-toggle svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transform:translateY(1px)}.user-menu{position:relative}.user-menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #d7e1ee;border-radius:999px;padding:0;color:#1f2937;background:#fff;font-size:14px;font-weight:780;box-shadow:0 10px 24px #1f37591a;transition:border-color .16s ease,box-shadow .16s ease,color .16s ease}.user-menu-trigger:hover,.user-menu.is-open .user-menu-trigger{color:var(--blue);border-color:#1268e861;box-shadow:0 14px 30px #1268e829}.user-avatar{display:inline-grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:999px;color:#fff;background:linear-gradient(180deg,#1778ff,#0b58d7);font-size:14px;font-weight:860}.user-menu-item svg{width:17px;height:17px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.user-menu-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:70;width:260px;overflow:visible;border:1px solid #d7e1ee;border-radius:8px;background:#fff;box-shadow:0 22px 52px #18325638}.user-menu-panel[hidden]{display:none}.user-menu-panel:before,.user-menu-panel:after{content:"";position:absolute;right:13px;width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent}.user-menu-panel:before{top:-10px;border-bottom:10px solid #d7e1ee}.user-menu-panel:after{top:-8px;border-bottom:9px solid #ffffff}.user-menu-meta{display:grid;gap:5px;border-bottom:1px solid #e4ecf5;padding:16px 18px}.user-menu-meta strong,.user-menu-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-meta strong{color:#07111f;font-size:14px;font-weight:850}.user-menu-meta span{color:#607083;font-size:14px}.user-menu-item{display:flex;align-items:center;gap:10px;width:100%;min-height:46px;border:0;padding:0 18px;color:#1f2937;background:#fff;font-size:14px;font-weight:760;text-align:left}.user-menu-item:hover{color:var(--blue);background:#eef5ff}.user-menu-item:last-child{border-radius:0 0 8px 8px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border:0;border-radius:5px;padding:0 26px;color:#fff;background:linear-gradient(180deg,#1778ff,#0b58d7);box-shadow:0 14px 28px #1268e840;font-weight:780}.button:disabled{cursor:wait;opacity:.82}.button.is-loading:before{content:"";width:16px;height:16px;border:2px solid rgba(255,255,255,.48);border-top-color:#fff;border-radius:50%;animation:button-spin .8s linear infinite}@keyframes button-spin{to{transform:rotate(360deg)}}.button.small{min-height:42px;padding:0 22px;font-size:14px}.login-body{min-height:100vh;overflow:hidden;background:#f7f9fc}.login-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(520px,.98fr);min-height:calc(100vh - 56px)}.login-visual{position:relative;min-height:calc(100vh - 56px);overflow:hidden}.login-visual-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.login-visual-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ffffffdb,#ffffff8f 42%,#ffffff24),linear-gradient(180deg,#ffffff1f,#ffffff14)}.login-brand{position:absolute;z-index:2;top:clamp(28px,4vw,44px);left:clamp(36px,5.4vw,72px);display:inline-flex;align-items:center;gap:10px;color:#07111f;font-size:18px;font-weight:850;letter-spacing:0}.login-brand:hover{color:var(--blue)}.login-visual-copy{position:relative;z-index:1;display:grid;align-content:center;height:100%;width:min(620px,72%);margin-left:clamp(48px,7vw,108px);padding-bottom:42px}.login-visual-copy h1{margin:0 0 26px;color:#07111f;font-size:clamp(44px,4.8vw,64px);line-height:1.18;font-weight:920;letter-spacing:0}.login-visual-copy p{max-width:560px;margin:0;color:#334155;font-size:18px;line-height:1.8;font-weight:560}.login-panel{position:relative;display:grid;place-items:center;min-height:calc(100vh - 56px);padding:48px clamp(36px,6vw,86px);background:linear-gradient(180deg,#fbfdff,#f5f8fc)}.login-panel-language{position:absolute;top:clamp(20px,2.8vw,34px);right:clamp(20px,2.8vw,36px);z-index:2}.login-card{position:relative;width:min(100%,500px);border:1px solid rgba(218,228,240,.86);border-radius:10px;padding:clamp(34px,4vw,48px);background:#fffffff0;box-shadow:0 24px 70px #1f375921}.login-card-top{display:block;margin-bottom:10px}.login-card h2{margin:0;color:#07111f;font-size:32px;line-height:1.2;font-weight:900}.login-card>p{margin:0 0 30px;color:#526174;font-size:15px;line-height:1.6}.login-field{display:grid;gap:10px;margin-bottom:22px;color:#07111f;font-size:14px;font-weight:780}.login-field input{width:100%;height:54px;border:1px solid #d7e1ee;border-radius:5px;padding:0 16px;color:#07111f;background:#fff;outline:none;font-weight:520}.login-field input::placeholder{color:#a2adbc}.login-field input:focus{border-color:#1268e88c;box-shadow:0 0 0 4px #1268e81a}.login-password-control{position:relative;display:block}.login-password-control input{padding-right:52px}.login-password-control button{position:absolute;top:50%;right:12px;display:grid;width:32px;height:32px;place-items:center;border:0;color:#607083;background:transparent;transform:translateY(-50%)}.login-password-control svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.login-options{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 28px;font-size:14px}.login-options label{display:inline-flex;align-items:center;gap:9px;color:#1f2937;font-weight:620}.login-options input{width:18px;height:18px;accent-color:var(--blue)}.login-options a{color:var(--blue);font-weight:760}.login-submit{width:100%;height:54px;min-height:54px}.register-card{padding-top:clamp(38px,4.4vw,54px);padding-bottom:clamp(38px,4.4vw,54px)}.register-terms{margin-top:28px;border-top:1px solid #dfe7f2;padding-top:22px;text-align:center}.register-terms p{max-width:360px;margin:0 auto;color:#8a96a6;font-size:14px;line-height:1.75}.register-terms a{color:var(--blue);font-weight:800}.register-complete-card{width:min(100%,560px)}.register-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.register-complete-card .login-field{margin-bottom:18px}.register-complete-card input[readonly]{color:#526174;background:#eef3f9}.login-register{display:flex;align-items:center;justify-content:center;gap:18px;height:56px;border-top:1px solid rgba(217,226,238,.9);color:#526174;background:#fffffff5;font-size:15px}.login-register a{color:var(--blue);font-weight:820}.ocean-hero{position:relative;height:430px;margin-top:76px;overflow:visible}.ocean-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.ocean-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fffffff7,#ffffffdb 27%,#ffffff47 53%,#ffffff08),linear-gradient(180deg,#ffffff57,#ffffff0a 58%,#ffffff42)}.ocean-hero-content{position:relative;z-index:1;width:min(620px,43vw);padding-top:52px;margin-left:clamp(52px,8.2vw,118px)}.ocean-hero h1{max-width:620px;margin:0 0 30px;font-size:clamp(42px,4.45vw,68px);line-height:1.14;letter-spacing:0;font-weight:900}.ocean-hero p{max-width:590px;margin:0 0 34px;color:#334155;font-size:17px;line-height:1.72;font-weight:560}:lang(zh-CN) .ocean-hero h1{max-width:560px;font-size:clamp(42px,4.2vw,64px);line-height:1.18}:lang(zh-CN) .ocean-hero p{max-width:560px;line-height:1.9}.ocean-hero-actions{display:flex;align-items:center;gap:28px}.hero-link{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-size:16px;font-weight:800}.hero-link-icon{width:22px;height:22px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;transform:translateY(1px)}.quote-tabs{display:flex;height:70px;border-bottom:1px solid #dbe5f1;padding:0 48px;gap:54px}.quote-tabs button{position:relative;border:0;background:transparent;color:#1f2937;font-size:15px;font-weight:780}.quote-tabs button.is-active{color:var(--blue)}.quote-tabs button.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px 999px 0 0;background:var(--blue)}.quote-bar{display:grid;grid-template-columns:1fr 1fr 132px 1fr 140px;gap:28px;align-items:end;padding:30px 48px 36px}.quote-bar label,.cargo-form-grid label{display:grid;gap:10px;color:#344153;font-size:14px;font-weight:680}.quote-bar input,.cargo-form-grid input,.quantity-control,.custom-select-trigger{width:100%;height:52px;border:1px solid #d7e1ee;border-radius:5px;padding:0 16px;color:#1f2937;background:#fff;outline:none}.quote-bar input::placeholder,.cargo-form-grid input::placeholder{color:#a2adbc}.custom-select-field{position:relative}.custom-select{position:relative;z-index:3}.custom-select.is-open{z-index:50}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;color:#1f2937;font-weight:780;text-align:left;transition:border-color .16s ease,box-shadow .16s ease}.custom-select-trigger:hover,.custom-select.is-open .custom-select-trigger{border-color:#1268e88f;box-shadow:0 0 0 4px #1268e814}.custom-select-trigger svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:#526174;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .16s ease}.custom-select.is-open .custom-select-trigger svg{transform:rotate(180deg)}.custom-select-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:60;display:grid;gap:4px;border:1px solid #d7e1ee;border-radius:8px;padding:8px;background:#fff;box-shadow:0 18px 44px #18325629}.custom-select-menu[hidden]{display:none}.custom-select-menu button{display:flex;align-items:center;min-height:40px;border:0;border-radius:6px;padding:0 12px;color:#1f2937;background:transparent;font-weight:720;text-align:left}.custom-select-menu button:hover,.custom-select-menu button.is-selected{color:var(--blue);background:#eef5ff}.quote-bar .button{width:100%;height:52px;min-height:52px}.home-section{padding:44px clamp(42px,7.8vw,116px) 84px}.services-showcase{padding-bottom:28px}.section-title-block{max-width:620px;margin:0 auto 48px;text-align:center}.section-title-block h2{margin:0 0 15px;font-size:36px;line-height:1.2;font-weight:880}.section-title-block p{margin:0;color:var(--muted);font-size:16px;line-height:1.8}.image-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;max-width:1210px;margin:0 auto}.image-service-card{overflow:hidden;border:1px solid #dfe7f2;border-radius:7px;background:#fff;box-shadow:0 12px 34px #1c396014}.image-service-card img{display:block;width:100%;aspect-ratio:1.62;object-fit:cover}.image-service-card:first-child img{object-position:64% center}.image-service-card>div{padding:34px 30px 32px}.service-mini-icon{display:inline-grid;width:38px;height:38px;place-items:center;margin:0 16px 0 0;color:var(--blue);vertical-align:middle}.service-mini-icon svg{width:34px;height:34px;overflow:visible}.service-mini-icon .icon-line{fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.image-service-card h3{display:inline-block;max-width:calc(100% - 64px);margin:0;font-size:24px;font-weight:850;vertical-align:middle}.image-service-card p{min-height:92px;margin:20px 0 0;color:#5c6b7d;font-size:15px;line-height:1.85}.image-service-card a{color:var(--blue);font-size:15px;font-weight:820}.quote-detail-section{padding:96px clamp(42px,7.8vw,116px);background:linear-gradient(180deg,#f5f8fc,#eef4fb)}.quote-detail-inner{display:grid;grid-template-columns:.72fr 1fr;gap:86px;align-items:center;max-width:1210px;margin:0 auto}.quote-benefits h2{margin:0 0 18px;font-size:34px;font-weight:880}.quote-benefits>p{margin:0 0 42px;color:#607083;font-size:16px}.benefit-list{display:grid;gap:30px}.benefit-list div{display:grid;grid-template-columns:46px 1fr;column-gap:18px;align-items:start}.benefit-icon{grid-row:span 2;display:grid;width:44px;height:44px;place-items:center;color:var(--blue);border:2px solid rgba(18,104,232,.22);border-radius:999px;background:linear-gradient(180deg,#ffffffeb,#ecf4ffdb);box-shadow:0 10px 22px #1268e81f}.benefit-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}.benefit-list strong{margin-bottom:6px;font-size:18px}.benefit-list p{margin:0;color:#667589;line-height:1.7}.quote-card{overflow:visible;border-radius:8px;background:#fff;box-shadow:0 20px 58px #1e40691f}.quote-card .quote-tabs{height:66px;padding:0 32px;gap:clamp(18px,3vw,42px)}.quote-card .quote-tabs button{white-space:nowrap}.quote-card-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 26px;padding:30px 32px 34px}.quote-card-form .button{grid-column:1 / -1;width:100%}.form-status{grid-column:1 / -1;min-height:22px;margin:-8px 0 0;color:#526174;font-size:14px;line-height:1.55}.form-status.is-success{color:#087443}.form-status.is-error{color:#b42318}.login-form-status{margin-top:16px;text-align:center}.advantages{position:relative;padding-top:42px;padding-bottom:72px;background:radial-gradient(circle at 18% 24%,rgba(18,104,232,.1),transparent 28%),radial-gradient(circle at 84% 38%,rgba(0,178,214,.09),transparent 30%),linear-gradient(180deg,#fff,#f4f8fd 48%,#eef5fb)}.advantage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:1120px;margin:0 auto;padding:34px 28px;text-align:center;border:1px solid rgba(199,216,235,.85);border-radius:8px;background:#ffffffb8;box-shadow:0 24px 60px #22497314;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.advantage-grid div{padding:6px 34px}.advantage-grid div+div{border-left:1px solid #dce5ef}.advantage-icon{display:grid;width:52px;height:52px;place-items:center;margin:0 auto 16px;color:var(--blue);border:2px solid rgba(18,104,232,.25);border-radius:999px}.advantage-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.advantage-grid strong{display:block;margin-bottom:8px;font-size:18px}.advantage-grid p{margin:0;color:#607083;font-size:14px;line-height:1.65}.about-eyebrow{display:inline-block;margin-bottom:18px;color:var(--blue);font-size:14px;font-weight:860;letter-spacing:.08em;text-transform:uppercase}.about-page{background:#fff}.about-page-main{padding-top:0}.about-hero{position:relative;height:430px;margin-top:76px;overflow:visible;background:linear-gradient(180deg,#fff,#f7fbff)}.about-overview,.about-advantage-section,.about-blue-cta{width:min(1210px,calc(100% - 84px));margin:0 auto}.about-overview{position:relative;z-index:2;margin-top:-300px}.about-overview-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);gap:clamp(44px,6vw,78px);align-items:center;border-radius:8px;padding:clamp(36px,4.4vw,58px);background:#fffffff5;box-shadow:0 26px 72px #17345c1f}.about-overview-copy h2{margin:0 0 28px;color:#07111f;font-size:clamp(32px,3vw,42px);line-height:1.18;font-weight:900}.about-overview-copy p{margin:0 0 22px;color:#526174;font-size:16px;line-height:2}.about-overview-card img{display:block;width:100%;aspect-ratio:1.28;object-fit:cover;object-position:center;border-radius:6px}.about-advantage-section{padding:88px 0 96px}.about-section-heading{margin-bottom:58px;text-align:center}.about-section-heading h2{margin:0 0 14px;color:#07111f;font-size:34px;line-height:1.2;font-weight:900}.about-section-heading span,.about-mission span{display:block;width:24px;height:3px;border-radius:999px;background:var(--blue)}.about-section-heading span{margin:0 auto}.about-advantage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.about-advantage-grid article{min-height:310px;padding:0 36px;text-align:center}.about-advantage-grid article+article{border-left:1px solid #dfe7f2}.about-advantage-icon{display:grid;width:96px;height:96px;place-items:center;margin:0 auto 28px;color:var(--blue);border-radius:999px;background:#eef5ff}.about-advantage-icon svg{width:52px;height:52px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.about-advantage-grid h3{min-height:54px;margin:0 0 18px;color:#07111f;font-size:20px;line-height:1.35;font-weight:860}.about-advantage-grid p{margin:0;color:#607083;font-size:15px;line-height:1.86}.about-mission{padding:82px clamp(42px,7.8vw,116px);background:linear-gradient(90deg,#fffffff7,#ffffffe0 44%,#ffffff57),url(/assets/hero-logistics-terminal-y8AspN62.png) center / cover no-repeat}.about-mission>div{max-width:1210px;margin:0 auto}.about-mission h2{margin:0 0 14px;color:#07111f;font-size:34px;font-weight:900}.about-mission span{margin-bottom:28px}.about-mission p{max-width:620px;margin:0;color:#334155;font-size:16px;line-height:2;font-weight:560}.about-blue-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;max-width:none;width:100%;padding:54px clamp(42px,7.8vw,116px);color:#fff;background:linear-gradient(100deg,#1268e8,#0757d1)}.about-blue-cta>div{max-width:760px}.about-blue-cta h2{margin:0 0 12px;color:#fff;font-size:28px;font-weight:900}.about-blue-cta p{margin:0;color:#ffffffd6;font-size:15px}.about-blue-cta .button{min-width:170px;color:var(--blue);background:#fff;box-shadow:none}.ocean-footer{padding:46px clamp(42px,7.8vw,116px) 34px;color:#fffc;background:radial-gradient(circle at 18% 0%,rgba(45,120,198,.22),transparent 28%),#101c2b}.footer-links-grid,.footer-bottom-line{max-width:1210px;margin:0 auto}.footer-links-grid{display:grid;grid-template-columns:repeat(4,minmax(0,.82fr)) minmax(320px,1.6fr);gap:22px;padding:0 0 42px}.footer-links-grid h3{margin:0 0 18px;color:#fff;font-size:16px}.footer-links-grid a{display:block;margin:0 0 12px;color:#ffffffa8;font-size:14px}.footer-contact{max-width:430px}.footer-contact-item{margin-top:12px}.footer-contact-item span{display:block;margin-bottom:4px;color:#ffffffeb;font-size:14px;font-weight:780}.footer-contact-item p,.footer-contact-link{margin:0;color:#ffffffa8;font-size:14px;line-height:1.5}.footer-links-grid .footer-contact-link{display:inline-block;margin:0}.footer-contact-link:hover,.footer-links-grid a:hover{color:#fff}.footer-bottom-line{display:flex;justify-content:space-between;gap:24px;border-top:1px solid rgba(255,255,255,.12);padding-top:24px;color:#ffffff8f;font-size:14px}.footer-bottom-line nav{display:flex;gap:30px}.footer-legal-button{border:0;padding:0;color:inherit;background:transparent;font-size:inherit}.policy-modal[hidden]{display:none}.policy-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:28px}.policy-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#07111f8f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.policy-dialog{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1040px,100%);max-height:min(88vh,920px);overflow:hidden;color:var(--ink);border-radius:10px;background:linear-gradient(180deg,#f8fbff,#eef5fc);box-shadow:0 28px 90px #00122e52}.policy-dialog-header{display:flex;align-items:center;justify-content:space-between;min-height:78px;border-bottom:1px solid #dce7f4;padding:0 40px;background:#ffffffe6}.policy-dialog-actions{display:inline-flex;align-items:center;gap:18px;color:#526174;font-size:14px;font-weight:720}.policy-close{display:inline-grid;width:36px;height:36px;place-items:center;border:1px solid #d7e1ee;border-radius:999px;color:#526174;background:#fff}.policy-close:hover{color:var(--blue);border-color:#1268e86b}.policy-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round}.policy-dialog-body{overflow:auto;padding:52px clamp(28px,5vw,78px) 68px}.policy-hero{margin-bottom:30px}.policy-hero h2{margin:0 0 18px;color:#07111f;font-size:clamp(34px,4.6vw,52px);line-height:1.12;font-weight:900;letter-spacing:0}.policy-hero p{margin:0;color:#526174;font-size:15px;font-weight:680}.policy-card{border:1px solid rgba(211,223,237,.88);border-radius:10px;padding:clamp(28px,4.2vw,46px);background:#ffffffe0;box-shadow:0 18px 58px #1b365c1a}.policy-card p{margin:0 0 18px;color:#526174;font-size:15px;line-height:1.95}.policy-card h3{margin:28px 0 12px;color:#07111f;font-size:20px;line-height:1.35;font-weight:850}.policy-card h3:first-child{margin-top:0}.policy-card ol,.policy-card ul{margin:0 0 18px 20px;padding:0;color:#526174;font-size:15px;line-height:1.95}.policy-card li+li{margin-top:4px}.is-policy-open{overflow:hidden}@media(max-width:1100px){.site-header{grid-template-columns:1fr auto;padding:0 28px}.main-nav{display:none}.login-layout{grid-template-columns:1fr}.login-visual{min-height:420px}.login-panel{min-height:auto;padding:48px 28px 58px}.ocean-hero-content{width:min(620px,78vw)}.quote-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.quote-bar .button{grid-column:span 2}.quote-card-form .button{grid-column:1 / -1}.image-card-grid,.quote-detail-inner,.about-overview-card{grid-template-columns:1fr}.advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.advantage-grid div+div{border-left:0}.footer-links-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 0}.about-advantage-grid article:nth-child(3){border-left:0}}@media(max-width:720px){.site-header{min-height:66px}.brand{font-size:15px}.header-actions .button{display:none}.user-menu-trigger{width:40px;height:40px}.user-avatar{width:30px;height:30px}.user-menu-panel{right:-6px;width:232px}.login-body{overflow:auto}.login-layout{min-height:auto}.login-visual{min-height:360px}.login-brand{top:22px;left:24px;font-size:15px}.login-visual-copy{width:calc(100% - 48px);margin-left:24px;padding-top:54px;padding-bottom:24px}.login-visual-copy h1{font-size:38px}.login-visual-copy p{font-size:15px}.login-panel{padding:30px 20px 42px}.login-card{padding:28px 20px}.login-panel-language{top:12px;right:12px}.login-card h2{font-size:28px}.login-options{align-items:flex-start;flex-direction:column}.register-form-grid{grid-template-columns:1fr}.login-register{height:auto;min-height:58px;padding:16px 20px;flex-wrap:wrap}.ocean-hero{height:440px;margin-top:66px}.ocean-hero-content{padding-top:42px;margin-left:24px;width:calc(100% - 48px)}.ocean-hero h1{font-size:42px}.quote-tabs{overflow-x:auto;padding:0 22px;gap:30px}.quote-bar,.quote-card-form,.footer-links-grid,.footer-bottom-line{grid-template-columns:1fr}.quote-bar .button,.quote-card-form .button{grid-column:auto}.quote-card .quote-tabs{overflow-x:auto;padding:0 22px;gap:28px}.home-section,.quote-detail-section,.about-mission,.ocean-footer{padding-left:24px;padding-right:13px}.advantage-grid{grid-template-columns:1fr}.about-page-main{padding-top:0}.about-hero{height:440px;margin-top:66px}.about-overview,.about-advantage-section{width:calc(100% - 48px)}.about-overview{margin-top:-220px}.about-overview-card{padding:28px 22px}.about-advantage-grid{grid-template-columns:1fr;gap:34px}.about-advantage-grid article{min-height:auto;border-left:0!important;padding:0}.about-blue-cta{display:grid;padding:38px 24px}.footer-bottom-line{display:grid}.policy-modal{padding:14px}.policy-dialog{max-height:92vh}.policy-dialog-header{min-height:66px;padding:0 18px}.policy-dialog-body{padding:34px 20px 44px}.policy-card{padding:24px 20px}}.dashboard-user-menu{position:relative;display:flex;align-items:center;flex:0 0 auto}.dashboard-user-menu .user-menu{display:flex}.dashboard-user-menu .user-menu-panel{right:0}.dashboard-body{min-height:100vh;color:#111827;background:#f3f6fb}.dashboard-shell{display:grid;grid-template-areas:"topbar topbar" "sidebar main" "sidebar footer";grid-template-columns:260px minmax(0,1fr);grid-template-rows:64px minmax(0,1fr) 56px;min-height:100vh;background:#f7faff}.dashboard-topbar{grid-area:topbar;z-index:30;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0;background:#fffffff5;padding:0 34px 0 38px;box-shadow:0 1px #0f172a05}.dashboard-brand{display:inline-flex;align-items:center;gap:11px;color:#111827;font-size:18px;font-weight:860;letter-spacing:0}.dashboard-brand .brand-icon{width:32px;height:32px}.dashboard-topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px}.dashboard-alert{position:relative;display:grid;width:40px;height:40px;place-items:center;border:1px solid #d8e2ee;border-radius:999px;color:#64748b;background:#fff}.dashboard-alert svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.dashboard-alert span{position:absolute;top:-5px;right:-2px;display:grid;min-width:18px;height:18px;place-items:center;border:2px solid #fff;border-radius:999px;color:#fff;background:#ef4444;font-size:10px;font-weight:850}.dashboard-sidebar{grid-area:sidebar;display:grid;grid-template-rows:1fr auto;border-right:1px solid #e2e8f0;background:#fffffff0;padding:42px 24px 30px;box-shadow:18px 0 42px #0f172a0a}.dashboard-nav{display:grid;align-content:start;gap:9px}.dashboard-nav a{display:flex;align-items:center;gap:14px;min-height:48px;border-radius:6px;padding:0 18px;color:#64748b;font-size:15px;font-weight:760}.dashboard-nav a:hover,.dashboard-nav a.is-active{color:#1268e8;background:#eef5ff}.dashboard-nav a.is-active{box-shadow:inset 3px 0 #1268e8}.dashboard-nav svg{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.dashboard-help{border:1px solid #dde7f3;border-radius:8px;padding:18px 16px;background:linear-gradient(180deg,#fff,#f8fbff)}.dashboard-help svg{width:25px;height:25px;margin-bottom:10px;color:#64748b;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dashboard-help strong{display:block;color:#111827;font-size:15px;font-weight:850}.dashboard-help p{margin:10px 0 16px;color:#64748b;font-size:13px;line-height:1.6}.dashboard-help .button{width:100%;min-height:40px}.dashboard-main{grid-area:main;min-width:0;padding:34px 34px 28px}.dashboard-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:40px}.dashboard-page-head h1{margin:0 0 13px;color:#111827;font-size:26px;line-height:1.2;font-weight:900}.dashboard-page-head p{margin:0;color:#64748b;font-size:15px}.dashboard-create-order{gap:10px;min-width:136px;height:42px;border-radius:5px;font-size:14px;font-weight:820}.dashboard-create-order svg,.pagination-controls svg,.detail-link svg,.dashboard-filter svg,.dashboard-search svg{width:17px;height:17px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.dashboard-orders-card{border-radius:0;background:transparent}.dashboard-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;border-bottom:1px solid #dfe7f1;margin-bottom:22px}.dashboard-tabs{display:flex;align-items:center;gap:34px}.dashboard-tabs button{position:relative;display:inline-flex;align-items:center;gap:8px;border:0;padding:0 0 18px;color:#64748b;background:transparent;font-size:15px;font-weight:820}.dashboard-tabs button.is-active{color:#1268e8}.dashboard-tabs button.is-active:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:3px;border-radius:999px 999px 0 0;background:#1268e8}.dashboard-tabs span{display:inline-grid;min-width:24px;height:23px;place-items:center;border-radius:6px;color:#64748b;background:#edf2f7;font-size:12px;font-weight:800}.dashboard-tabs .is-active span{color:#1268e8;background:#dbeafe}.dashboard-tools{display:flex;align-items:center;gap:14px;padding-bottom:12px}.dashboard-search{display:flex;align-items:center;gap:10px;width:min(390px,34vw);height:42px;border:1px solid #d8e2ee;border-radius:6px;padding:0 14px;color:#94a3b8;background:#fff}.dashboard-search input{min-width:0;flex:1;border:0;outline:0;color:#111827;background:transparent;font-size:14px}.dashboard-search input::placeholder{color:#94a3b8}.dashboard-filter{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;border:1px solid #d8e2ee;border-radius:6px;padding:0 18px;color:#334155;background:#fff;font-size:14px;font-weight:790}.dashboard-filter:hover{color:#1268e8;border-color:#bfdbfe;background:#f8fbff}.dashboard-table-card{overflow:hidden;border:1px solid #e2e8f0;border-radius:7px;background:#fff;box-shadow:0 18px 46px #0f172a0f}.dashboard-table{width:100%;min-width:1050px;border-collapse:collapse}.dashboard-table th,.dashboard-table td{border-bottom:1px solid #e6edf5;text-align:left;vertical-align:middle}.dashboard-table th{height:58px;padding:0 24px;color:#64748b;background:#fff;font-size:14px;font-weight:850}.dashboard-table td{height:106px;padding:18px 24px;color:#1f2937;font-size:14px}.dashboard-table tbody tr:last-child td{border-bottom:0}.dashboard-table td strong,.dashboard-table td span{display:block}.dashboard-table td strong{color:#1f2937;font-weight:850}.dashboard-table td span{margin-top:6px;color:#64748b;font-size:13px;line-height:1.42}.dashboard-table td:nth-child(2){min-width:128px}.mode-icon{display:inline-grid!important;width:28px;height:28px;place-items:center;margin:0 0 8px!important;background:transparent!important}.mode-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.mode-icon.sea{color:#1268e8}.mode-icon.air{color:#22c55e}.mode-icon.road{color:#8b5cf6}.flag-chip{display:inline-block!important;width:22px;height:15px;margin:0 12px 0 0!important;border-radius:2px;vertical-align:-2px;box-shadow:0 0 0 1px #0f172a14}.flag-chip.us{background:linear-gradient(#b91c1c 0,#b91c1c 14%,#fff 14%,#fff 28%,#b91c1c 28%,#b91c1c 42%,#fff 42%,#fff 56%,#b91c1c 56%,#b91c1c 70%,#fff 70%,#fff 84%,#b91c1c 84%)}.flag-chip.de{background:linear-gradient(#111827 0,#111827 33%,#ef4444 33%,#ef4444 66%,#facc15 66%)}.flag-chip.cn{background:#ef4444;position:relative}.flag-chip.cn:before{content:"";position:absolute;left:4px;top:3px;width:5px;height:5px;background:#facc15;clip-path:polygon(50% 0,61% 35%,98% 35%,68% 56%,79% 91%,50% 70%,21% 91%,32% 56%,2% 35%,39% 35%)}.flag-chip.uk{background:linear-gradient(90deg,#1d4ed8 0,#1d4ed8);position:relative}.flag-chip.uk:before{content:"";position:absolute;top:6px;right:0;bottom:6px;left:0;background:#fff}.flag-chip.uk:after{content:"";position:absolute;top:0;right:9px;bottom:0;left:9px;background:#fff}.flag-chip.jp{background:radial-gradient(circle at 50% 50%,#ef4444 0 28%,transparent 29%),#fff}.status-pill{display:inline-flex!important;align-items:center;gap:8px;min-height:30px;border-radius:5px;padding:0 12px;font-size:13px!important;font-weight:820}.status-pill i{display:block;width:7px;height:7px;border-radius:999px;background:currentColor}.status-pill.blue{color:#1268e8;background:#e9f2ff}.status-pill.green{color:#16a34a;background:#eaf8ef}.status-pill.amber{color:#d97706;background:#fff4df}.status-pill.gray{color:#94a3b8;background:#f1f5f9}.detail-link{display:inline-flex;align-items:center;gap:16px;color:#1268e8;font-size:14px;font-weight:850;white-space:nowrap}.detail-link svg{color:#64748b}.dashboard-pagination{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #e2e8f0;border-top:0;border-radius:0 0 7px 7px;padding:14px 22px;color:#64748b;background:#fff;font-size:13px}.pagination-controls{display:flex;align-items:center;gap:10px}.pagination-controls button{display:inline-grid;min-width:34px;height:34px;place-items:center;border:1px solid #d8e2ee;border-radius:5px;color:#334155;background:#fff;font-size:14px;font-weight:760}.pagination-controls button:disabled{color:#cbd5e1;background:#f8fafc}.pagination-controls button.is-active{color:#1268e8;border-color:#1268e8;background:#eef5ff}.pagination-controls .page-size{display:inline-flex;width:auto;gap:8px;padding:0 13px}.dashboard-footer{grid-area:footer;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #e2e8f0;padding:0 34px;color:#94a3b8;background:#f8fbff;font-size:13px}.dashboard-footer nav{display:flex;align-items:center;gap:22px}.dashboard-footer a:hover{color:#1268e8}@media(max-width:1180px){.dashboard-shell{grid-template-columns:230px minmax(0,1fr)}.dashboard-main{padding:28px 24px}.dashboard-toolbar{align-items:stretch;flex-direction:column;gap:16px}.dashboard-tools{justify-content:space-between}.dashboard-search{width:min(520px,100%)}}@media(max-width:820px){.dashboard-shell{display:block}.dashboard-topbar{position:sticky;top:0;padding:0 18px;min-height:76px}.dashboard-sidebar{border-right:0;border-bottom:1px solid #e2e8f0;padding:18px}.dashboard-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-help{display:none}.dashboard-main{padding:24px 16px}.dashboard-page-head{align-items:stretch;flex-direction:column;margin-bottom:26px}.dashboard-create-order{align-self:flex-start}.dashboard-tabs{overflow-x:auto;gap:24px}.dashboard-tools{align-items:stretch;flex-direction:column}.dashboard-search,.dashboard-filter{width:100%}.dashboard-table-card{overflow-x:auto}.dashboard-pagination{align-items:flex-start;flex-direction:column}.dashboard-footer{padding:18px;flex-direction:column;align-items:flex-start}}.dashboard-body{overflow:hidden}.dashboard-shell{display:block;min-height:100vh}.dashboard-topbar{position:fixed;top:0;right:0;left:0;height:64px;min-height:64px}.dashboard-sidebar{position:fixed;top:64px;bottom:0;left:0;width:260px;min-height:0;overflow:auto}.dashboard-main{position:fixed;top:64px;right:0;bottom:56px;left:260px;overflow:auto;padding:34px 34px 28px}.dashboard-footer{position:fixed;right:0;bottom:0;left:260px;height:56px}@media(max-width:1180px){.dashboard-sidebar{width:230px}.dashboard-main,.dashboard-footer{left:230px}}@media(max-width:820px){.dashboard-body{overflow:auto}.dashboard-topbar,.dashboard-sidebar,.dashboard-main,.dashboard-footer{position:static;width:auto;height:auto;min-height:0;overflow:visible}.dashboard-shell{display:block}.dashboard-main{padding:24px 16px}.dashboard-footer{padding:18px}}.dashboard-tabs button>span:first-child{display:inline;min-width:0;height:auto;margin:0;border-radius:0;color:inherit;background:transparent;font-size:inherit;font-weight:inherit}.dashboard-tabs button>span:last-child{display:inline-grid}.dashboard-main{overflow:hidden;display:flex;flex-direction:column}.dashboard-page-head{flex:0 0 auto}.dashboard-orders-card{display:flex;flex:1 1 auto;min-height:0;flex-direction:column}.dashboard-toolbar{flex:0 0 auto}.dashboard-table-card{flex:1 1 auto;min-height:0;overflow:auto}.dashboard-table thead th{position:sticky;top:0;z-index:2;background:#fff}.dashboard-pagination{flex:0 0 auto}.dashboard-footer{z-index:25}@media(max-width:820px){.dashboard-main{display:block;overflow:visible}.dashboard-orders-card{display:block}.dashboard-table-card{max-height:none;overflow-x:auto;overflow-y:visible}.dashboard-table thead th{position:static}}.transport-mode{display:inline-flex;align-items:center;gap:12px}.transport-mode .mode-icon{margin:0!important}.transport-mode strong,.transport-mode span{display:block}.transport-mode div>span{margin-top:5px}
