/* Stronger conversion controls */
.nav-cta { min-width: 166px; min-height: 46px; justify-content: space-between; background: #087bff; border-color: #248fff; color: #fff; font-size: 9px; box-shadow: 0 8px 30px rgba(0,123,255,.24); }
.nav-cta i { background: white; color: #071427; }
.filter-button { min-height: 41px; font-size: 9px; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.product-actions a { min-height: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid #aebdca; border-radius: 4px; padding: 10px 12px; font-size: 9px; text-align: center; }
.product-actions .product-enquire { background: #087bff; border-color: #087bff; border-radius: 4px; color: #fff; font-weight: 600; box-shadow: 0 8px 22px rgba(8,123,255,.18); }
.product-actions a:hover { border-color: #087bff; }
.product-actions .product-enquire:hover { background: #006ce6; }
.finder-cta { min-height: 72px; font-size: 10px; font-weight: 600; }
.contact-cta { min-height: 72px; font-size: 10px; font-weight: 600; }
.mobile-quote { display: none; }

/* Asia-to-world export network */
.markets { min-height: 0; background: radial-gradient(circle at 65% 22%,#0a2c57 0,#051327 36%,#020915 78%); }
.market-map { height: 1000px; }
.market-map .vietnam { left: 72%; top: 39%; }
.market-map .malaysia { left: 68%; top: 54%; }
.market-map .uae { left: 36%; top: 44%; }
.market-map .africa { left: 29%; top: 62%; }
.market-heading { display: flex; justify-content: space-between; align-items: end; margin: 135px 0 120px; }
.market-content .market-heading h2 { margin: 0; }
.market-heading > p { width: 360px; margin: 0 0 7px; color: #8ba2b9; font-size: 12px; line-height: 1.8; }
.reach-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); margin-top: 90px; }
.reach-grid article { min-height: 230px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(4,19,40,.54); backdrop-filter: blur(9px); transition: background .3s, transform .3s; }
.reach-grid article:nth-child(3n+1) { border-left: 1px solid var(--line); }
.reach-grid article:hover { background: rgba(10,55,105,.72); transform: translateY(-4px); }
.reach-grid span { font: 400 7px var(--mono); letter-spacing: .12em; color: #4d7094; }
.reach-grid strong { display: block; margin-top: 55px; font-size: 32px; letter-spacing: -.04em; }
.reach-grid p { max-width: 270px; color: #7f96ad; font-size: 10px; line-height: 1.7; }
.reach-grid .reach-world { background: #087bff; }
.reach-grid .reach-world span,.reach-grid .reach-world p { color: #c4e2ff; }

.route-explorer { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; margin-top: 150px; padding-top: 35px; border-top: 1px solid var(--line); }
.route-copy > span,.container-intro > span { font: 500 8px var(--mono); letter-spacing: .14em; color: #4ba5ff; }
.route-copy h3,.container-intro h3 { font-size: clamp(42px,4.5vw,68px); line-height: .95; letter-spacing: -.055em; margin: 30px 0 20px; }
.route-copy p,.container-intro p { max-width: 370px; color: #8095aa; font-size: 11px; line-height: 1.75; }
.route-tabs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }
.route-chip { min-height: 44px; border: 1px solid #36516d; border-radius: 100px; background: transparent; color: #91a7bc; padding: 10px 18px; font: 500 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; cursor: pointer; transition: .25s; }
.route-chip:hover,.route-chip.active { background: #087bff; border-color: #087bff; color: white; }
.route-detail { min-height: 300px; padding: 35px; background: linear-gradient(135deg,rgba(9,51,95,.88),rgba(3,18,39,.92)); border: 1px solid #234669; position: relative; overflow: hidden; }
.route-detail::after { content: ""; position: absolute; width: 280px; height: 280px; right: -100px; bottom: -150px; border: 1px solid rgba(72,156,241,.24); border-radius: 50%; box-shadow: 0 0 60px rgba(0,125,255,.13); }
.route-detail > span { font: 400 8px var(--mono); letter-spacing: .13em; color: #5daeff; }
.route-detail h4 { font-size: 38px; letter-spacing: -.045em; margin: 55px 0 15px; }
.route-detail > p { max-width: 540px; color: #a2b5c8; font-size: 11px; line-height: 1.75; }
.route-detail > div { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 30px; }
.route-detail > div i { border: 1px solid #365a7d; border-radius: 100px; padding: 7px 10px; font: 400 7px var(--mono); font-style: normal; color: #92b5d5; }

.container-planner { margin-top: 160px; padding-top: 35px; border-top: 1px solid var(--line); }
.container-intro { display: flex; align-items: end; justify-content: space-between; margin-bottom: 60px; }
.container-intro > span { align-self: flex-start; }
.container-intro h3 { margin: 0; }
.container-intro p { margin: 0; }
.container-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.container-card { min-height: 430px; border: 1px solid #24415f; background: rgba(3,16,34,.75); padding: 25px; display: flex; flex-direction: column; transition: transform .3s,border-color .3s; }
.container-card:hover { transform: translateY(-6px); border-color: #208cff; }
.container-card.featured { background: linear-gradient(145deg,#0b66c8,#0750a3); border-color: #3c9eff; }
.container-icon { width: 150px; height: 65px; border: 2px solid #5b7f9f; margin: 15px 0 55px; display: flex; padding: 7px; gap: 4px; transform: perspective(300px) rotateY(-12deg); box-shadow: 12px 10px 0 rgba(0,0,0,.2); }
.container-icon i { flex: 1; border-right: 1px solid #5b7f9f; }
.container-icon.long { width: 215px; }
.container-icon.high { height: 76px; }
.featured .container-icon,.featured .container-icon i { border-color: #b6dcff; }
.container-card > span { font: 500 9px var(--mono); letter-spacing: .12em; color: #66b5ff; }
.featured > span { color: #d4ebff; }
.container-card > strong { display: block; font-size: 48px; letter-spacing: -.055em; margin: 12px 0 8px; }
.container-card > p { color: #7f96ab; font-size: 10px; line-height: 1.7; min-height: 58px; }
.featured > p { color: #c5e1fc; }
.container-card dl { margin: auto 0 0; border-top: 1px solid #24415f; }
.container-card dl div { display: flex; justify-content: space-between; border-bottom: 1px solid #24415f; padding: 10px 0; font: 400 8px var(--mono); }
.container-card dt { color: #647f99; }.container-card dd { margin: 0; color: #b2c7da; }
.featured dl,.featured dl div { border-color: rgba(255,255,255,.2); }.featured dt,.featured dd { color: #d0e8ff; }
.container-note { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; }
.container-note > span { font: 400 7px var(--mono); color: #506c88; }
.container-note a { min-height: 52px; display: flex; align-items: center; gap: 28px; background: white; color: #061327; border-radius: 100px; padding: 11px 14px 11px 21px; font: 600 9px var(--mono); text-transform: uppercase; }
.container-note a i { display: grid; place-items: center; width: 30px; height: 30px; background: #087bff; color: white; border-radius: 50%; font-style: normal; }

@media (max-width: 900px) {
  .nav-cta { min-width: 132px; padding-left: 14px; }
  .nav-cta span { display: inline; }
  .market-heading { align-items: flex-start; flex-direction: column; gap: 40px; margin: 100px 0 80px; }
  .market-heading > p { width: auto; max-width: 480px; }
  .reach-grid { grid-template-columns: repeat(2,1fr); }
  .reach-grid article:nth-child(3n+1) { border-left: 0; }
  .reach-grid article:nth-child(odd) { border-left: 1px solid var(--line); }
  .route-explorer { grid-template-columns: 1fr; gap: 45px; margin-top: 100px; }
  .container-intro { align-items: flex-start; flex-direction: column; gap: 30px; }
  .container-grid { grid-template-columns: 1fr; }
  .container-card { min-height: 380px; }
  .mobile-quote { position: fixed; z-index: 80; left: 14px; right: 14px; bottom: 12px; min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 9px 10px 9px 19px; border: 1px solid #54a8ff; border-radius: 100px; background: rgba(4,28,57,.92); backdrop-filter: blur(16px); box-shadow: 0 16px 45px rgba(0,0,0,.4); font: 600 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
  .mobile-quote i { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; background: #087bff; font-style: normal; }
  .product-actions a { min-height: 52px; font-size: 9px; }
  footer { padding-bottom: 70px; }
}
@media (max-width: 600px) {
  .reach-grid { grid-template-columns: 1fr; }
  .reach-grid article,.reach-grid article:nth-child(odd) { border-left: 1px solid var(--line); min-height: 200px; }
  .reach-grid strong { margin-top: 42px; }
  .route-chip { flex: 1 1 calc(50% - 7px); }
  .route-detail { padding: 25px; }
  .route-detail h4 { font-size: 32px; margin-top: 42px; }
  .container-note { align-items: flex-start; flex-direction: column; gap: 18px; }
  .container-note a { width: 100%; justify-content: space-between; }
  .product-actions { grid-template-columns: 1fr; }
  .product-actions a { width: 100%; }
}
