:root{--ink:#09231c;--muted:#586b63;--green-950:#03271f;--green-900:#052f26;--green-800:#074535;--green:#15a665;--bright:#20c875;--soft:#eef6f1;--line:#d6e3dc;--white:#fff;--amber:#e9a83a;--max:1180px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);font-family:"Segoe UI",Arial,"Microsoft YaHei",sans-serif}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
:focus-visible{outline:3px solid rgba(32,200,117,.5);outline-offset:3px}
.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}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.site-header{position:relative;z-index:1000;height:72px;display:flex;align-items:center;background:var(--green-950);color:#fff;border-bottom:1px solid rgba(255,255,255,.14)}
.nav{display:flex;align-items:center;gap:28px}
.mobile-menu-toggle{display:none;width:44px;height:42px;flex:0 0 44px;padding:0;border:1px solid rgba(255,255,255,.32);border-radius:8px;background:transparent;color:#fff;font-size:23px;cursor:pointer}
.brand{display:flex;align-items:center;gap:12px;margin-right:auto;font-weight:800}
.brand img{width:58px;height:48px;object-fit:contain;border-radius:7px;background:#fff;padding:3px}
.brand small{display:block;color:#afc9be;font-size:11px;font-weight:600;margin-top:3px;letter-spacing:0}
.nav-links{display:flex;align-items:center;gap:24px;color:#dcece5;font-size:14px;font-weight:700}
.nav-links a:hover,.nav-links a[aria-current="true"]{color:#fff}
.language-select{width:72px;min-height:42px;border:1px solid rgba(255,255,255,.35);border-radius:8px;background:var(--green-900);color:#fff;padding:0 8px;font:700 13px/1 "Segoe UI",Arial,sans-serif;cursor:pointer}
.language-select:hover{border-color:rgba(255,255,255,.7)}
.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;border:1px solid transparent;border-radius:8px;font-weight:800;transition:background-color .18s ease,border-color .18s ease,color .18s ease}
.button-primary{background:var(--bright);color:var(--green-950)}
.button-primary:hover{background:#43dc8e}
.button-secondary{border-color:rgba(255,255,255,.5);color:#fff;background:rgba(3,39,31,.48)}
.button-secondary:hover{border-color:#fff;background:rgba(3,39,31,.72)}
.mobile-label{display:none}
.hero{position:relative;min-height:610px;display:flex;align-items:center;color:#fff;background-image:url("/assets/hero-freight-terminal.webp");background-position:center 48%;background-size:cover;background-repeat:no-repeat}
.hero::before{content:"";position:absolute;inset:0;background:rgba(3,39,31,.68);pointer-events:none}
.hero .container{position:relative;z-index:1}
.hero-copy{max-width:820px;padding:76px 0}
/* PUBLIC_DETAIL_BREADCRUMB_I18N_V1381 */
.breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 18px;color:rgba(255,255,255,.78);font-size:13px;font-weight:700}
.breadcrumb a:hover{text-decoration:underline;text-underline-offset:3px}.breadcrumb [aria-current="page"]{color:#fff}.breadcrumb-separator{color:rgba(255,255,255,.5)}
.eyebrow{margin:0 0 16px;color:#77e8ad;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:0}
h1{max-width:790px;margin:0;font-size:62px;line-height:1.05;letter-spacing:0}
.hero-lead{max-width:740px;margin:22px 0 0;color:#e5f0eb;font-size:20px;line-height:1.65}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.route-facts{display:flex;gap:10px;flex-wrap:wrap;margin-top:34px}
.route-facts span{padding:9px 12px;border-left:2px solid var(--bright);background:rgba(3,39,31,.5);font-size:13px;font-weight:700}
.section{padding:84px 0}
.section-soft{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-dark{background:var(--green-950);color:#fff}
.section-head{max-width:790px;margin-bottom:40px}
.section-head h2{margin:0;font-size:44px;line-height:1.14;letter-spacing:0}
.section-head p{margin:17px 0 0;color:var(--muted);font-size:18px;line-height:1.72}
.section-dark .section-head p{color:#bdd1c8}
.intro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.75fr);gap:70px;align-items:start}
.intro-copy p{margin:0 0 18px;color:var(--muted);font-size:18px;line-height:1.76}
.route-summary{border-top:1px solid var(--line)}
.route-summary div{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:17px 0;border-bottom:1px solid var(--line)}
.route-summary dt{font-weight:800}
.route-summary dd{margin:0;color:var(--muted);line-height:1.55}
.mode-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #c8dad0;border-left:1px solid #c8dad0}
.mode{min-height:210px;padding:25px;border-right:1px solid #c8dad0;border-bottom:1px solid #c8dad0}
.mode i{display:grid;place-items:center;width:36px;height:36px;margin-bottom:22px;border-radius:50%;background:#dcefe5;color:var(--green-800);font-size:20px}
.mode h3{margin:0 0 10px;font-size:21px}
.mode p{margin:0;color:var(--muted);line-height:1.65}
.requirements{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.19);border-left:1px solid rgba(255,255,255,.19)}
.requirement{padding:24px;border-right:1px solid rgba(255,255,255,.19);border-bottom:1px solid rgba(255,255,255,.19)}
.requirement b{display:block;margin-bottom:8px;color:#fff;font-size:18px}
.requirement p{margin:0;color:#bdd1c8;line-height:1.65}
.access-note{margin-top:28px;padding:20px 22px;border-left:4px solid var(--amber);background:rgba(255,255,255,.08);color:#e6f0eb;line-height:1.68}
.process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line)}
.step{padding:28px 24px 8px 0;border-right:1px solid var(--line)}
.step:not(:first-child){padding-left:24px}
.step:last-child{border-right:0}
.step small{display:block;margin-bottom:15px;color:var(--green-800);font-size:13px;font-weight:800}
.step h3{margin:0 0 9px;font-size:20px}
.step p{margin:0;color:var(--muted);line-height:1.62}
.faq{max-width:880px}
.faq details{border-top:1px solid var(--line)}
.faq details:last-child{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;padding:21px 44px 21px 0;font-size:18px;font-weight:800;line-height:1.45}
.faq p{max-width:760px;margin:-4px 0 22px;color:var(--muted);line-height:1.7}
.contact-band{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center;padding:36px 0}
.contact-band h2{margin:0;font-size:34px;letter-spacing:0}
.contact-band p{margin:8px 0 0;color:#c0d5cb;line-height:1.55}
.contact-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
footer{padding:34px 0;background:#021d17;color:#a9c1b7;font-size:13px}
.footer-row{display:flex;justify-content:space-between;gap:24px;align-items:center}
.footer-row strong{color:#fff}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}
.footer-links a:hover{color:#fff}
/* PUBLIC_MOBILE_NAV_CSS_V1397 */
@media(max-width:920px){.mobile-menu-toggle{display:grid;place-items:center}.nav-links{display:none}.nav-links.is-open{display:flex;position:fixed;z-index:1001;inset:72px 0 0;overflow-y:auto;flex-direction:column;align-items:stretch;gap:0;padding:22px max(20px,calc((100vw - var(--max))/2));background:var(--green-950);font-size:17px}.nav-links.is-open a{display:flex;align-items:center;min-height:52px;border-bottom:1px solid rgba(255,255,255,.14)}body.public-menu-open{overflow:hidden}h1{font-size:51px}.section-head h2{font-size:39px}.intro-grid{grid-template-columns:1fr;gap:38px}.mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.requirements{grid-template-columns:repeat(2,minmax(0,1fr))}.process{grid-template-columns:repeat(2,minmax(0,1fr))}.step:nth-child(2){border-right:0}.contact-band{grid-template-columns:1fr}.contact-actions{justify-content:flex-start}}
@media(max-width:600px){.container{width:min(var(--max),calc(100% - 28px))}.site-header{height:66px}.nav{gap:8px}.brand{gap:8px}.brand img{width:48px;height:40px}.brand span{font-size:14px}.brand small{display:none}.language-select{width:62px;min-height:40px;padding:0 5px}.nav>.button{width:42px;min-height:42px;padding:0;font-size:13px}.nav>.button .desktop-label,.nav>.button .mobile-label{display:none}.nav-links.is-open{inset:66px 0 0;padding-right:14px;padding-left:14px}.hero{min-height:565px;background-image:url("/assets/hero-freight-terminal-1200.webp");background-position:57% center}.hero-copy{padding:58px 0}h1{font-size:41px}.hero-lead{font-size:17px}.section{padding:62px 0}.section-head h2{font-size:33px}.section-head p,.intro-copy p{font-size:16px}.route-summary div{grid-template-columns:1fr;gap:6px}.mode-grid,.requirements,.process{grid-template-columns:1fr}.mode{min-height:0}.step,.step:not(:first-child){padding:22px 0;border-right:0;border-bottom:1px solid var(--line)}.step:last-child{border-bottom:0}.contact-band h2{font-size:28px}.contact-actions{display:grid;grid-template-columns:1fr;width:100%}.footer-row{align-items:flex-start;flex-direction:column}.footer-links{justify-content:flex-start}}
@media(max-width:420px){.brand span{display:none}}
/* PUBLIC_SKIP_LINK_I18N_V1379 */
.skip-link{position:fixed;z-index:2000;top:12px;left:12px;transform:translateY(-160%);padding:11px 15px;border:2px solid #20c875;border-radius:6px;background:#fff;color:#052f26;font-size:14px;font-weight:800;white-space:nowrap;transition:transform .18s ease}
.skip-link:focus{transform:translateY(0)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.skip-link{transition:none}}
/* PUBLIC_RESPONSIVE_HERO_CSS_V1378 */
/* PUBLIC_HERO_MEDIUM_IMAGE_CSS_V1395 */
@media(max-width:1200px){.hero{background-image:url("/assets/hero-freight-terminal-1200.webp")}}
