:root{
  --navy:#061b35;--navy2:#0b2f5b;--blue:#174d83;--gold:#d99a18;--gold2:#ffd77a;
  --cream:#f7f4ed;--ink:#102039;--muted:#637185;--white:#fff;--line:#dfe5eb;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.shell{width:min(1180px,92%);margin:auto}
.section{padding:88px 0}
.progress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--gold),var(--gold2));z-index:9999}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(6,27,53,.08);box-shadow:0 8px 28px rgba(6,27,53,.08)}
.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{width:150px;height:68px;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:18px;font-weight:700;font-size:14px}
.nav-links a,.lang-toggle{padding:10px 0}
.nav-quote{padding:12px 16px!important;background:var(--navy);color:#fff;border-radius:6px}
.language{position:relative}.lang-toggle{border:0;background:transparent;font:inherit;cursor:pointer}
.lang-menu{display:none;position:absolute;right:0;top:45px;width:190px;background:#fff;border-radius:10px;padding:8px;box-shadow:0 16px 36px rgba(6,27,53,.18)}
.lang-menu.open{display:block}.lang-menu button{width:100%;border:0;background:transparent;text-align:left;padding:11px;border-radius:6px;cursor:pointer}.lang-menu button:hover{background:#eef3f8}
.mobile-menu-btn{display:none;border:0;background:var(--navy);color:#fff;width:42px;height:42px;border-radius:6px;font-size:22px}
.eyebrow,.section-label{display:inline-block;color:var(--gold);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.gold{color:var(--gold)!important}
.hero{min-height:760px;display:flex;align-items:center;background:linear-gradient(115deg,#fff 0 45%,#edf1f5 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}
.hero h1{font-size:clamp(46px,5vw,72px);line-height:1;margin:14px 0;color:var(--navy);letter-spacing:-.04em}
.hero h1 span{color:var(--gold)}
.hero p{font-size:18px;line-height:1.7;color:#465970}
.philosophy{display:flex;flex-direction:column;gap:5px;margin:18px 0 20px}
.philosophy strong{font-size:30px;color:var(--navy)}
.philosophy span{font-weight:800;color:var(--gold)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 21px;border-radius:5px;font-weight:900;border:0;cursor:pointer}
.btn-gold{background:linear-gradient(135deg,#b97800,#efb43a);color:#fff;box-shadow:0 12px 26px rgba(217,154,24,.28)}
.btn-navy{background:var(--navy);color:#fff}
.hero-visual{position:relative;overflow:hidden;border-radius:22px;min-height:540px;display:flex;align-items:center;justify-content:center;background:#e6ebf0}
.hero-visual::before{content:"";position:absolute;inset:-30px;background:linear-gradient(rgba(6,27,53,.08),rgba(6,27,53,.14)),url("hero-truck.jpg") center/cover no-repeat;filter:blur(18px);transform:scale(1.12)}
.hero-visual img{position:relative;width:96%;height:520px;object-fit:contain;border-radius:14px}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:25px}
.trust-row div{text-align:center}.trust-row img{width:66px;height:66px;object-fit:contain;margin:auto;border-radius:10px}.trust-row span{display:block;margin-top:7px;font-size:11px;font-weight:800}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}
.about h2,.section-heading h2,.fleet h2,.coverage h2,.contact h2,.commitment h2,.mv-card h2{font-size:clamp(34px,4vw,54px);line-height:1.05;margin:12px 0 18px;color:var(--navy)}
.about p,.section-heading p,.fleet p,.coverage p,.commitment p,.mv-card p{line-height:1.75;color:#56677b}
.main-photo{width:100%;height:470px;object-fit:cover;border-radius:20px;box-shadow:0 22px 48px rgba(6,27,53,.16)}
.journey{margin-top:70px}.section-heading{max-width:880px;margin:0 auto 34px;text-align:center}.section-heading.left{text-align:left;margin-left:0}
.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.timeline article{border-top:4px solid var(--gold);padding:26px;background:#fff;box-shadow:0 12px 30px rgba(6,27,53,.08)}.year{font-size:13px;font-weight:900;color:var(--gold);letter-spacing:.08em}.timeline h3{color:var(--navy)}
.philosophy-section{background:linear-gradient(135deg,#05172e,#0b3564);color:#fff}.philosophy-panel{text-align:center;max-width:940px}.philosophy-panel .chinese{font-size:54px;font-weight:800;color:var(--gold2);letter-spacing:.12em}.philosophy-panel h2{font-size:clamp(32px,4vw,50px);margin:12px 0}.philosophy-panel p{color:#d9e4ef;line-height:1.75}
.services{background:#f7f8fa}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--line);padding:24px;border-radius:12px;box-shadow:0 10px 26px rgba(6,27,53,.06)}.service-card .icon{width:120px;height:85px;margin:0 auto 15px}.service-card .icon img{width:120px;height:85px;object-fit:contain}.service-card h3{color:var(--navy);font-size:18px}.service-card p{color:#607087;line-height:1.65}.requirement-box{margin-top:24px;padding:30px;border-left:5px solid var(--gold);background:#fff;box-shadow:0 10px 24px rgba(6,27,53,.06)}
.why-section{background:#fff}.why-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.why-cards article{padding:24px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 10px 24px rgba(6,27,53,.05)}.why-cards img{width:96px;height:96px;object-fit:contain;margin-bottom:14px}.why-cards h3{color:var(--navy)}.why-cards p{color:#657386;line-height:1.6}.value-mark{width:96px;height:96px;border-radius:18px;background:linear-gradient(135deg,var(--navy),var(--blue));color:var(--gold2);display:grid;place-items:center;font-size:46px;font-weight:900}
.mission-vision{background:#061b35}.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.mv-card{padding:36px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04);border-radius:16px}.mv-card h2{color:#fff}.mv-card p{color:#cbd7e5}
.core-values{background:#f7f8fa}.values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.values-grid article{background:#fff;padding:24px 18px;border-radius:12px;border:1px solid var(--line)}.values-grid article>div{font-size:13px;color:var(--gold);font-weight:900}.values-grid h3{color:var(--navy)}.values-grid p{font-size:13px;line-height:1.6;color:#657386}
.operations{background:linear-gradient(145deg,#061b35,#0a315f);color:#fff}.operations .section-heading h2{color:#fff}.operations .section-heading p{color:#d3dfeb}.ops-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.ops-grid article{padding:22px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.14);border-radius:12px}.ops-grid span{font-size:30px;color:var(--gold);font-weight:900}.ops-grid h3{font-size:16px}.ops-grid p{font-size:13px;line-height:1.6;color:#cbd7e5}
.fleet{background:#fff}.fleet-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.fleet ul{padding-left:20px;color:#465a71;line-height:1.9}.fleet .small{font-size:13px}.fleet-photo{position:relative;overflow:hidden;border-radius:18px;min-height:430px;display:flex;align-items:center;justify-content:center;background:#061b35}.fleet-photo::before{content:"";position:absolute;inset:-28px;background:linear-gradient(rgba(6,27,53,.18),rgba(6,27,53,.18)),url("fleet-truck.jpg") center/cover no-repeat;filter:blur(18px);transform:scale(1.12)}.fleet-photo img{position:relative;width:94%;height:410px;object-fit:contain;border-radius:14px}
.coverage{background:#f7f8fa}.coverage-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:center}.location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:22px 0}.location-grid span{padding:11px 13px;background:#fff;border-left:3px solid var(--gold);font-weight:800;color:var(--navy)}.map-card{background:#fff;border-radius:18px;padding:10px}.map-card img{width:100%;height:500px;object-fit:contain}
.safety{background:linear-gradient(180deg,#061b35,#0a315f)}.dark-heading h2{color:#fff}.safety-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.safety-card{background:#fff;border-radius:14px;overflow:hidden}.safety-card img{width:100%;height:300px;object-fit:contain;background:#eef2f5}.safety-card div{padding:22px}.safety-card h3{color:var(--navy)}.safety-card p{line-height:1.6;color:#637185}
.commitment{background:#fff}.commitment-panel{max-width:940px;text-align:center}.commitment-tagline{margin-top:28px;font-size:clamp(26px,3vw,40px);font-weight:900;color:var(--gold)}
.contact{background:#061b35;color:#fff}.contact-grid{display:grid;grid-template-columns:1.05fr 1.4fr .65fr;gap:34px;align-items:center}.contact-brand img{width:210px;height:120px;object-fit:contain;background:#fff;border-radius:12px;padding:6px}.contact-brand p,.contact-info p{color:#cbd7e5;line-height:1.6}.contact-info{display:grid;gap:10px}.contact-info h2{color:#fff}.contact-info a{color:#fff}.philosophy-mini span{color:var(--gold2)}.qr{text-align:center}.qr img{width:150px;margin:auto;background:#fff;padding:8px;border-radius:10px}.qr b{display:block;font-size:11px;margin-top:10px}
.quotation{background:#f7f8fa}.quote-form{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:900px;margin:auto}.quote-form label{display:grid;gap:7px;font-weight:700;color:var(--navy)}.quote-form input,.quote-form textarea{width:100%;border:1px solid #ccd6e0;border-radius:7px;padding:13px;font:inherit;background:#fff}.quote-form textarea{min-height:110px;resize:vertical}.wide{grid-column:1/-1}.form-note{font-size:13px;color:#667588}.submit-btn{width:100%}
footer{background:#031224;color:#c7d2df}.footer-grid{padding:42px 0;display:grid;grid-template-columns:1.5fr 1fr;gap:30px}.footer-grid div:last-child{display:grid;gap:8px}.copyright{text-align:center;padding:18px;border-top:1px solid rgba(255,255,255,.1);font-size:13px}
.wa-float{position:fixed;right:20px;bottom:20px;width:62px;height:62px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;font-weight:900;z-index:1200;box-shadow:0 12px 28px rgba(0,0,0,.3)}.to-top{position:fixed;right:28px;bottom:92px;width:42px;height:42px;border:0;border-radius:50%;background:var(--navy);color:#fff;opacity:0;pointer-events:none;transition:.2s}.to-top.show{opacity:1;pointer-events:auto}
.reveal{opacity:1;transform:none}
@media(max-width:1050px){
  .nav-links{gap:12px;font-size:13px}
  .service-grid,.why-cards{grid-template-columns:repeat(2,1fr)}
  .values-grid{grid-template-columns:repeat(3,1fr)}
  .ops-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:780px){
  .mobile-menu-btn{display:block}.nav{min-height:72px}.brand img{width:125px;height:58px}
  .nav-links{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;box-shadow:0 15px 30px rgba(6,27,53,.12);padding:18px 5%;flex-direction:column;align-items:flex-start}
  .nav-links.open{display:flex}.language{width:100%}.lang-menu{position:static;width:100%;box-shadow:none;border:1px solid var(--line);margin-top:4px}
  .hero{min-height:auto;padding:58px 0}.hero-grid,.split,.mv-grid,.fleet-grid,.coverage-grid,.contact-grid{grid-template-columns:1fr}
  .hero h1{font-size:42px}.hero-visual{min-height:370px}.hero-visual img{height:350px}.trust-row{grid-template-columns:repeat(2,1fr)}
  .section{padding:64px 0}.timeline{grid-template-columns:1fr}.service-grid,.why-cards,.values-grid,.ops-grid{grid-template-columns:1fr}
  .fleet-photo{min-height:340px}.fleet-photo img{height:320px}.map-card img{height:auto}.safety-grid{grid-template-columns:1fr}.safety-card img{height:auto;max-height:480px}
  .quote-form{grid-template-columns:1fr}.wide{grid-column:1}.footer-grid{grid-template-columns:1fr}
}
/* 2026-08-16 sample-design rebuild: Services / Why Choose / Core Values / Footer */
.services{background:#f8f9fb}.service-grid{gap:22px}.service-card{padding:28px 26px 30px;border-radius:16px;border:1px solid #e2e6eb;box-shadow:0 12px 28px rgba(6,27,53,.07)}.service-card .icon{width:150px;height:110px;margin:0 auto 18px}.service-card .icon img{width:150px;height:110px;object-fit:contain}.service-card h3{font-size:21px;line-height:1.12;margin:8px 0 16px}.service-card p{font-size:15px;line-height:1.7;color:#3f4d61}
.why-section{background:#fbfbfc}.why-cards{gap:24px}.why-cards article{text-align:center;padding:28px 30px 34px;border-radius:14px;min-height:420px;box-shadow:0 12px 28px rgba(6,27,53,.07)}.why-cards img{width:190px;height:190px;object-fit:contain;margin:0 auto 12px}.why-cards h3{font-size:21px;margin:8px 0}.gold-rule{display:block;width:54px;height:3px;background:linear-gradient(90deg,#b87900,#f0bf49);margin:14px auto 16px;border-radius:2px}.why-cards p{font-size:15px;line-height:1.65;margin:0 auto;max-width:330px}
.core-values{background:#fbfbfc}.core-values .section-heading{max-width:1000px}.core-values .section-heading h2{font-size:clamp(40px,5vw,64px)}.values-grid{gap:18px}.values-grid article{position:relative;padding:28px 24px 26px;border-radius:14px;border-top:4px solid #d5a21f;box-shadow:0 12px 28px rgba(6,27,53,.08);min-height:420px}.values-grid article>img{width:112px;height:112px;object-fit:contain;margin:0 0 8px}.values-grid .gold-rule{margin:8px 0 14px;width:42px}.values-grid h3{font-size:21px;margin:0 0 18px}.values-grid p{font-size:14px;line-height:1.72;color:#46566b}.value-bottom{position:absolute;left:24px;right:24px;bottom:18px;text-align:center!important;color:#d49b13!important;font-size:18px!important;border-bottom:1px solid #ead9a8;height:16px;line-height:28px}
.premium-footer{background:radial-gradient(circle at 70% 35%,#0a2b50 0,#061b35 34%,#031326 72%,#02101f 100%);color:#fff;border-top:2px solid #d8a01d}.premium-footer .footer-grid{grid-template-columns:360px 1fr;gap:55px;align-items:center;padding:54px 0 46px}.footer-brand img{width:330px;max-height:330px;object-fit:contain;margin:auto}.footer-links-wrap>strong{display:block;text-align:center;font-size:24px}.footer-gold-line{height:20px;border-bottom:2px solid #b98217;margin:0 0 26px;position:relative}.footer-gold-line span{position:absolute;width:14px;height:14px;background:#e0a51f;transform:rotate(45deg);bottom:-8px;left:50%}.footer-quick{display:grid;grid-template-columns:repeat(6,1fr)}.footer-quick a{min-height:130px;text-align:center;padding:10px 10px;border-left:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;align-items:center;gap:10px}.footer-quick a:first-child{border-left:0}.footer-quick b{font-size:43px;line-height:1;color:#e5ad31;font-family:Arial,sans-serif;font-weight:400}.footer-quick span{font-size:15px;line-height:1.3}.premium-footer .copyright{border-top:2px solid #c18a1b;padding:24px;font-size:14px}
@media(max-width:1050px){.premium-footer .footer-grid{grid-template-columns:1fr}.footer-brand img{width:280px}.footer-quick{grid-template-columns:repeat(3,1fr)}}
@media(max-width:780px){.why-cards article{min-height:auto}.why-cards img{width:160px;height:160px}.values-grid article{min-height:auto;padding-bottom:52px}.footer-quick{grid-template-columns:repeat(2,1fr)}.footer-quick a:nth-child(odd){border-left:0}.premium-footer .footer-grid{padding:40px 0}.footer-brand img{width:250px}}
/* 2026-08-16 user-approved service icon update */
.services-grid .icon img{width:118px;height:118px;object-fit:contain;border-radius:0;background:transparent}

/* 2026-08-16 FINAL service-card layout per approved reference */
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.service-card{display:flex;flex-direction:column;align-items:stretch;text-align:left;padding:28px 30px 34px;min-height:455px;background:#fff;border:1px solid #e1e5ea;border-radius:18px;box-shadow:0 10px 28px rgba(6,27,53,.06)}
.service-card .icon{width:100%;height:165px;margin:0 0 10px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.service-card .icon img{display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center;background:transparent;border:0;border-radius:0}
.service-card h3{font-size:22px;line-height:1.12;margin:4px 0 18px;color:#061b35;text-align:left}
.service-card p{font-size:16px;line-height:1.72;color:#3f4d61;margin:0;text-align:left}
@media(max-width:1050px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.service-grid{grid-template-columns:1fr}.service-card{min-height:auto}.service-card .icon{height:155px}}

/* Quick Links image icons - 2026-08-16 */
.footer-quick a img{width:72px;height:72px;object-fit:cover;border-radius:8px;display:block;box-shadow:0 5px 16px rgba(0,0,0,.28)}
.footer-quick a{min-height:145px}
@media(max-width:780px){.footer-quick a img{width:68px;height:68px}}

/* Quick Links alignment update - 2026-08-16 */
.footer-quick{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:center}
.footer-quick a{min-height:118px;height:118px;padding:10px 8px;display:flex;align-items:center;justify-content:center;gap:0}
.footer-quick a img{width:92px;height:92px;object-fit:contain;object-position:center;border-radius:0;display:block;box-shadow:none;background:transparent}
.footer-quick a span{display:none!important}
@media(max-width:1050px){.footer-quick{grid-template-columns:repeat(3,1fr)}.footer-quick a{height:112px;min-height:112px}.footer-quick a img{width:88px;height:88px}}
@media(max-width:780px){.footer-quick{grid-template-columns:repeat(2,1fr)}.footer-quick a{height:108px;min-height:108px}.footer-quick a img{width:84px;height:84px}}

/* 2026-08-17 Quick Links premium icon refresh */
.footer-quick{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;gap:0}
.footer-quick a{height:auto;min-height:158px;padding:8px 12px 12px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:7px;text-decoration:none;border-left:1px solid rgba(255,255,255,.14);transition:transform .2s ease,background .2s ease}
.footer-quick a:first-child{border-left:0}
.footer-quick a:hover{transform:translateY(-3px);background:rgba(255,255,255,.025)}
.footer-quick a img{width:105px;height:105px;object-fit:cover;object-position:center;border-radius:8px;display:block;box-shadow:0 5px 18px rgba(0,0,0,.22);background:#031326}
.footer-quick a span{display:block!important;color:#fff;font-size:14px;line-height:1.18;font-weight:500;text-align:center;white-space:normal}
@media(max-width:1050px){.footer-quick{grid-template-columns:repeat(3,1fr)}.footer-quick a{min-height:154px}.footer-quick a:nth-child(4){border-left:0}}
@media(max-width:780px){.footer-quick{grid-template-columns:repeat(2,1fr)}.footer-quick a{min-height:150px}.footer-quick a:nth-child(odd){border-left:0}.footer-quick a img{width:100px;height:100px}}

/* 2026-08-17 service icons — approved white-background sample layout */
.service-card .icon{width:100%;height:165px;margin:0 0 10px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}
.service-card .icon img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#fff;border:0;border-radius:0}
