﻿*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,Helvetica,sans-serif;color:#333;line-height:1.6;background:#fff}
a{color:inherit}.container{width:96%;max-width:1500px;margin:auto}
header{background:#0b3c74;color:white;padding:14px 0;position:sticky;top:0;z-index:999;box-shadow:0 4px 14px rgba(6,40,77,.16)}
nav{display:flex;justify-content:space-between;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:white}.brand img{width:52px;height:52px;object-fit:contain;background:white;border-radius:6px;padding:3px}.company-name{font-size:17px;font-weight:bold;color:white;line-height:1.3}.company-slogan{font-size:12px;opacity:.85}.nav-right{display:flex;align-items:center;gap:20px}nav ul{display:flex;list-style:none;gap:26px;white-space:nowrap;align-items:center}nav a{color:white;text-decoration:none;font-size:15px;font-weight:600;white-space:nowrap}.language-dropdown{position:relative}.lang-btn{background:none;border:1px solid rgba(255,255,255,.45);color:white;padding:8px 12px;border-radius:5px;cursor:pointer;font-size:14px}.lang-menu{display:none;position:absolute;top:42px;right:0;background:white;min-width:150px;border-radius:6px;box-shadow:0 5px 15px rgba(0,0,0,.18);overflow:hidden;z-index:9999}.lang-menu a{display:block;padding:11px 14px;color:#333;text-decoration:none;font-size:14px}.lang-menu a:hover{background:#f5f7fa}.language-dropdown.open .lang-menu{display:block}
.hero-slider{position:relative;height:650px;overflow:hidden}.slide{position:absolute;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease}.slide.active{opacity:1}.slide::after{content:"";position:absolute;width:100%;height:100%;background:rgba(0,0,0,.50)}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:5;width:92%;max-width:1050px}.hero-content h1{font-size:52px;line-height:1.16;margin-bottom:18px}.hero-content p{font-size:22px;margin:0 auto 22px;max-width:920px}.btn{background:#25D366;color:white;padding:12px 22px;display:inline-block;margin:8px;text-decoration:none;border-radius:5px;font-weight:bold;border:0;cursor:pointer}.btn-blue{background:#0b3c74}.btn-white{background:white;color:#0b3c74}.section{padding:65px 0}.section.light{background:#f4f7fb}.section-title{text-align:center;color:#0b3c74;font-size:32px;margin-bottom:35px}.section-lead{text-align:center;max-width:880px;margin:-18px auto 34px;color:#536170}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px}.card{background:white;padding:24px;border-radius:8px;box-shadow:0 5px 18px rgba(0,0,0,.08);border:1px solid #e3e8ef}.card h3{color:#0b3c74;margin-bottom:12px}.card p{color:#536170}.product-grid .card{display:flex;flex-direction:column;justify-content:space-between;min-height:230px}.product-grid .card h3{font-size:19px;min-height:50px}.product-grid .card p{font-size:14px;min-height:76px}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.why-card{text-align:center;background:white;padding:26px 18px;border-radius:8px;box-shadow:0 5px 18px rgba(0,0,0,.08);border-top:4px solid #25D366}.why-card strong{display:block;color:#0b3c74;font-size:28px;margin-bottom:8px}.highlight-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.highlight{background:white;text-align:center;padding:24px;border-radius:8px;border:1px solid #dfe7f0}.highlight h3{font-size:16px;color:#536170;margin-bottom:8px}.highlight strong{display:block;font-size:30px;color:#0b3c74}.strength-card{border-left:5px solid #0b3c74}.trust-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:28px;align-items:center}.trust-layout img{width:100%;height:360px;object-fit:cover;border-radius:8px;box-shadow:0 5px 18px rgba(0,0,0,.12)}.inquiry-box{max-width:900px;margin:auto;background:white;padding:30px;border-radius:8px;box-shadow:0 5px 18px rgba(0,0,0,.10)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.field label{font-weight:bold;color:#0b3c74;font-size:14px}.field input,.field textarea{width:100%;border:1px solid #cbd5e1;border-radius:5px;padding:12px;font-size:15px}.field textarea{min-height:110px}.full{grid-column:1/-1}footer{background:#0b3c74;color:white;text-align:center;padding:25px}footer p{margin:5px 0}.whatsapp-float{position:fixed;right:20px;bottom:20px;width:60px;height:60px;background:#25D366;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;text-decoration:none;box-shadow:0 5px 10px rgba(0,0,0,.3);z-index:9999;font-weight:bold}
@media(max-width:1200px){nav{flex-direction:column}.nav-right{flex-direction:column}nav ul{flex-wrap:wrap;justify-content:center;gap:16px}.product-grid{grid-template-columns:repeat(3,1fr)}.why-grid,.highlight-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.hero-slider{height:580px}.hero-content h1{font-size:34px}.hero-content p{font-size:17px}.product-grid,.why-grid,.highlight-grid,.trust-layout,.form-grid{grid-template-columns:1fr}.section{padding:45px 0}.brand{flex-direction:column;text-align:center}.product-grid .card{min-height:auto}.product-grid .card h3,.product-grid .card p{min-height:0}}
.language-dropdown.open .lang-menu{display:block}
.lang-btn{user-select:none}

.market-map{background:#f8fafc}.map-wrap{display:grid;grid-template-columns:1.35fr .65fr;gap:28px;align-items:center}.real-world-map{position:relative;background:#f7fbff;border:1px solid #d6e4ef;border-radius:10px;overflow:hidden;box-shadow:0 8px 24px rgba(11,60,116,.14)}.real-world-map .map-base{display:block;width:100%;height:auto}.trade-overlay{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.trade-route{fill:none;stroke:#b86f53;stroke-width:1.05;opacity:.72}.trade-dot{fill:#fff;stroke:#c62828;stroke-width:2}.china-dot{fill:#0b3c74;stroke:#fff;stroke-width:2}.map-country-label{font:700 12px Arial,Helvetica,sans-serif;fill:#143b62;paint-order:stroke;stroke:#fff;stroke-width:4;stroke-linejoin:round}.china-tag{fill:#0b3c74}.china-tag-text{font:700 12px Arial,Helvetica,sans-serif;fill:#fff}.market-copy h3{color:#0b3c74;font-size:26px;margin-bottom:14px}.featured-products{overflow:hidden}.featured-track{display:flex;gap:18px;animation:featuredScroll 80s linear infinite;width:max-content}.featured-products:hover .featured-track{animation-play-state:paused}.featured-card{width:230px;flex:0 0 auto;background:#fff;border:1px solid #dfe7f0;border-radius:8px;overflow:hidden;box-shadow:0 5px 18px rgba(0,0,0,.08)}.featured-photo{width:100%;height:150px;display:block;object-fit:cover;background:#f4f8fb;border-bottom:1px solid #dfe7f0;padding:0}.featured-photo.pending{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#edf4fb,#fff);color:#66758a;font-size:13px;font-weight:700;text-align:center;padding:14px}.featured-card div:not(.featured-photo){padding:14px}.featured-card h3{font-size:16px;color:#0b3c74;margin-bottom:6px;min-height:42px}.featured-card p{color:#536170;font-size:14px}.balanced-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.why-feature-grid{align-items:stretch}.why-feature{text-align:left;border-top:0;border-left:4px solid #25D366;display:grid;grid-template-columns:auto 1fr;column-gap:14px;align-content:start}.why-feature .why-icon{grid-row:1 / span 2;width:44px;height:44px;border-radius:8px;background:#eef7ff;display:flex;align-items:center;justify-content:center;font-size:24px}.why-feature h3{margin:0 0 8px;color:#0b3c74}.why-feature p{grid-column:2;color:#536170}.contact-line{margin-top:12px;font-weight:bold;color:#fff}.footer-phone{font-weight:bold}@keyframes featuredScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media(max-width:900px){.map-wrap,.balanced-grid{grid-template-columns:1fr}.featured-card{width:210px}.why-feature{grid-template-columns:1fr}.why-feature .why-icon,.why-feature p{grid-column:auto;grid-row:auto}.map-country-label{font-size:10px}.trade-route{stroke-width:.8}}
