
:root{
  --bg:#f6f8fb;
  --white:#ffffff;
  --navy:#101d36;
  --navy2:#142845;
  --gold:#d9a441;
  --text:#152238;
  --muted:#5f6e83;
  --line:#e4ebf3;
  --shadow:0 24px 60px rgba(16,29,54,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Inter",Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1160px,92%);margin:0 auto}

.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(228,235,243,.9)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}

.brand-text{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:285px;
}
.brand-mark{
  width:54px;
  height:54px;
  border-radius:16px;
  background:linear-gradient(135deg,#101d36,#203a63);
  color:#d9a441;
  display:grid;
  place-items:center;
  font-weight:900;
  letter-spacing:1px;
  box-shadow:0 12px 28px rgba(16,29,54,.18);
  flex:0 0 54px;
}
.brand-words{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}
.brand-words strong{
  color:#101d36;
  font-size:20px;
  font-weight:900;
  letter-spacing:-.4px;
  white-space:nowrap;
}
.brand-words small{
  color:#667085;
  font-size:12px;
  font-weight:700;
  margin-top:5px;
  white-space:nowrap;
}
.menu{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:600;color:#344154}
.menu-cta{background:var(--navy);color:white!important;padding:11px 16px;border-radius:999px}
.lang-switch{display:flex;gap:6px;background:#edf2f8;padding:5px;border-radius:999px}
.lang-btn{border:0;background:transparent;color:#344154;padding:8px 11px;border-radius:999px;font-weight:800;cursor:pointer}
.lang-btn.active{background:var(--navy);color:white}

.hero{position:relative;min-height:92vh;overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,17,34,.92),rgba(9,17,34,.72) 42%,rgba(9,17,34,.24))}
.hero-content{position:relative;z-index:2;min-height:92vh;display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:center;padding:76px 0 44px}
.hero-copy{color:white}
.eyebrow{display:inline-block;margin-bottom:18px;padding:10px 14px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}
.hero h1{font-size:clamp(48px,8vw,84px);line-height:.95;margin:0 0 12px;letter-spacing:-1.6px}
.hero h2{font-size:clamp(25px,3vw,40px);line-height:1.15;margin:0 0 18px;color:#eef4ff}
.lead{font-size:19px;color:#dce5f1;max-width:720px;margin-bottom:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 22px;border-radius:999px;font-weight:800;border:0;cursor:pointer}
.btn-gold{background:var(--gold);color:#101827;box-shadow:0 16px 30px rgba(217,164,65,.28)}
.btn-glass{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:white}
.btn-dark{background:var(--navy);color:white}
.hero-card{padding:28px;border-radius:30px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(14px);color:white;box-shadow:var(--shadow)}
.hero-card div{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.16)}
.hero-card div:last-child{border-bottom:0}
.hero-card span{display:block;color:#d9a441;font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:.6px}
.hero-card strong{display:block;font-size:21px;margin-top:6px;line-height:1.25}

.section{padding:86px 0}
.section-tag{display:inline-block;margin-bottom:16px;padding:8px 14px;border-radius:999px;background:#edf2f8;color:var(--navy);font-size:12px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}
.section-tag.light{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);color:white}
h2{font-size:clamp(30px,4vw,46px);line-height:1.13;margin:0 0 18px;color:var(--navy);letter-spacing:-.7px}
.light-title{color:white}
p{font-size:18px;color:#475569;margin-top:0}
.light-text{color:#dce5f1}

.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.dark-section{background:linear-gradient(180deg,#101d36,#132846)}
.cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:26px}
.card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:30px;overflow:hidden}
.card img{width:100%;height:320px;object-fit:cover}
.card-content{padding:26px}
.card h3{font-size:28px;line-height:1.15;margin:0 0 12px;color:white}
.card p{color:#dbe4ef;margin-bottom:0}

.visual-card{border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}
.visual-card img{width:100%;height:430px;object-fit:cover}
.image-split{align-items:center}

.process-section{background:#edf3f9}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}
.process-card{background:white;border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:var(--shadow)}
.process-card span{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:16px;background:#f6ecd2;color:#875a09;font-weight:800;margin-bottom:14px}
.process-card h3{font-size:23px;margin:0 0 8px;color:var(--navy)}
.process-card p{font-size:16px;margin-bottom:0}

.inquiry-section{background:white}
.inquiry-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:30px;align-items:start}
.inquiry-image{margin-top:24px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.inquiry-image img{width:100%;height:380px;object-fit:cover}
.form-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--shadow)}
.form-row{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:16px}
.form-row.two{grid-template-columns:1fr 1fr}
.field label{display:block;margin-bottom:8px;font-size:14px;font-weight:800;color:var(--navy)}
.field input,.field textarea{width:100%;padding:14px 16px;border:1px solid #d9e2ed;background:#fbfcfe;border-radius:16px;font:inherit;outline:none}
.field input:focus,.field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(217,164,65,.12)}
.form-actions{display:flex;flex-wrap:wrap;gap:12px}
.form-status{font-size:14px;color:#1d4ed8;min-height:20px;margin:12px 0 0}

.contact-section{background:linear-gradient(180deg,#102242,#0d1b34)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}
.contact-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:28px}
.contact-card p{color:white;font-size:16px;margin:12px 0}
.contact-card a{text-decoration:underline;text-decoration-color:rgba(255,255,255,.35)}
.footer{background:#0a1629;color:#b9c4d6;padding:24px 0}
.footer-row{display:flex;justify-content:space-between;gap:18px;font-size:14px}

@media(max-width:1000px){
  .menu{display:none}
  .hero-content,.split,.cards,.inquiry-grid,.contact-grid{grid-template-columns:1fr}
}
@media(max-width:800px){
  .process-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .brand-text{min-width:auto}
  .brand-mark{width:46px;height:46px;flex-basis:46px;border-radius:14px}
  .brand-words strong{font-size:16px}
  .brand-words small{display:none}
  .hero{min-height:auto}
  .hero-content{min-height:auto;padding:54px 0 36px}
  .hero h1{font-size:52px}
  .form-row.two{grid-template-columns:1fr}
  .footer-row{flex-direction:column}
}


/* Final contact block without inquiry form */
.contact-section{
  padding-top:92px;
  padding-bottom:92px;
}
.contact-card{
  box-shadow:0 24px 60px rgba(0,0,0,.18);
}
.contact-card p{
  font-size:17px;
}
.contact-card a{
  color:#fff;
  font-weight:700;
}

@media(max-width:720px){
  .brand-words strong{font-size:15px}
}


/* Cooperation / Trade Procedure */
.section-head{
  max-width:820px;
  margin-bottom:30px;
}
.section-head p{
  max-width:780px;
}
.cooperation-section{
  background:linear-gradient(180deg,#ffffff 0%,#f6f8fb 100%);
}
.cooperation-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:24px;
  align-items:stretch;
}
.procedure-card{
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:30px;
  box-shadow:var(--shadow);
}
.procedure-card h3{
  font-size:26px;
  line-height:1.18;
  margin:0 0 12px;
  color:var(--navy);
}
.procedure-card p{
  margin-bottom:0;
}
.check-list{
  display:grid;
  gap:12px;
  margin-top:24px;
}
.check-list div{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:14px;
  align-items:start;
  padding:14px;
  border:1px solid #e7edf5;
  background:#fbfcfe;
  border-radius:18px;
}
.check-list span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:14px;
  background:#f6ecd2;
  color:#875a09;
  font-weight:900;
  font-size:13px;
}
.check-list p{
  font-size:16px;
  color:#344154;
  margin:8px 0 0;
}
.side-procedure ul{
  margin:18px 0 0;
  padding-left:20px;
}
.side-procedure li{
  margin:12px 0;
  color:#344154;
  font-size:16px;
}
.notice-box{
  margin-top:24px;
  background:#101d36;
  color:#fff;
  border-radius:26px;
  padding:24px 26px;
  display:grid;
  grid-template-columns:150px 1fr;
  gap:22px;
  align-items:start;
  box-shadow:0 24px 60px rgba(16,29,54,.16);
}
.notice-box strong{
  color:#d9a441;
  text-transform:uppercase;
  letter-spacing:.6px;
  font-size:13px;
}
.notice-box p{
  color:#dce5f1;
  margin:0;
  font-size:16px;
}
.cooperation-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:24px;
}

@media(max-width:1000px){
  .cooperation-grid{
    grid-template-columns:1fr;
  }
  .notice-box{
    grid-template-columns:1fr;
    gap:8px;
  }
}





/* Polished final refinements */
body{
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.header{
  box-shadow:0 8px 28px rgba(16,29,54,.04);
}
.menu{
  letter-spacing:-.1px;
}
h2{
  max-width:980px;
}
.about-section p,
.image-text-section p,
.partners-section p,
.cooperation-section p{
  color:#44546a;
}

/* Buyers & Suppliers section */
.partners-section{
  background:#ffffff;
}
.partners-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:28px;
}
.partner-card{
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
  border:1px solid var(--line);
  border-radius:30px;
  padding:30px;
  box-shadow:var(--shadow);
}
.partner-card h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:28px;
  line-height:1.16;
  letter-spacing:-.4px;
}
.partner-card p{
  margin-bottom:18px;
  font-size:17px;
}
.partner-card ul{
  margin:0;
  padding-left:20px;
}
.partner-card li{
  margin:10px 0;
  color:#344154;
  font-size:16px;
}

/* Contact block: no black location highlight */
.contact-card p:first-child{
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
}
.contact-card{
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.16);
}
.contact-card p{
  display:flex;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid rgba(255,255,255,.10);
  padding-bottom:12px;
}
.contact-card p:last-child{
  border-bottom:0;
  padding-bottom:0;
}

/* Trade procedure more elegant */
.procedure-card,
.partner-card,
.process-card,
.stat-box{
  transition:transform .2s ease, box-shadow .2s ease;
}
.procedure-card:hover,
.partner-card:hover,
.process-card:hover,
.stat-box:hover{
  transform:translateY(-2px);
  box-shadow:0 28px 70px rgba(16,29,54,.13);
}
.notice-box{
  background:linear-gradient(135deg,#101d36 0%,#162947 100%);
}

/* Better mobile contact layout */
@media(max-width:1000px){
  .partners-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .contact-card p{
    display:block;
  }
  .contact-card strong{
    display:block;
    margin-bottom:4px;
  }
}


/* SEO / Markets section */
.markets-section{
  background:linear-gradient(180deg,#ffffff 0%,#f6f8fb 100%);
}
.markets-intro{
  max-width:860px;
  margin-bottom:28px;
}
.market-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.market-card{
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:24px;
  box-shadow:var(--shadow);
}
.market-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:14px;
  background:#f6ecd2;
  color:#875a09;
  font-weight:900;
  font-size:13px;
  margin-bottom:14px;
}
.market-card h3{
  color:var(--navy);
  margin:0 0 10px;
  font-size:22px;
  line-height:1.18;
}
.market-card p{
  font-size:15.5px;
  margin:0;
  color:#44546a;
}
.small-seo{
  font-size:15px !important;
  margin-top:8px;
  opacity:.92;
}
@media(max-width:1000px){
  .market-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:640px){
  .market-grid{
    grid-template-columns:1fr;
  }
}


/* === FINAL RELEASE POLISH === */
:root{
  --site-max:1180px;
}
.container{
  width:min(var(--site-max),92%);
}
body{
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.header{
  min-height:78px;
  box-shadow:0 10px 30px rgba(16,29,54,.045);
}
.nav{
  min-height:78px;
}
.brand-text{
  min-width:245px;
  padding:7px 10px 7px 0;
}
.brand-mark{
  width:52px;
  height:52px;
  flex:0 0 52px;
}
.brand-words strong{
  font-size:19px;
  line-height:1.05;
  letter-spacing:-.55px;
}
.brand-words small{
  font-size:12.5px;
  margin-top:6px;
  color:#59677c;
}
.menu{
  gap:18px;
  font-size:13.5px;
}
.menu a{
  white-space:nowrap;
}
.menu-cta{
  padding:10px 15px;
}
.lang-btn{
  padding:8px 10px;
}
.hero-content{
  grid-template-columns:minmax(0,1.05fr) minmax(330px,.75fr);
  gap:42px;
}
.hero h1{
  max-width:760px;
}
.hero h2{
  max-width:690px;
  font-weight:700;
}
.lead{
  max-width:720px;
  line-height:1.68;
}
.hero-card{
  max-width:420px;
  justify-self:end;
}
.section{
  padding:92px 0;
}
.section-tag{
  letter-spacing:.65px;
}
h2{
  max-width:930px;
}
.split{
  gap:46px;
}
.about-section p{
  font-size:17.5px;
  line-height:1.78;
}
.card-content{
  min-height:210px;
}
.card h3{
  letter-spacing:-.45px;
}
.card p{
  line-height:1.72;
}
.market-card,
.partner-card,
.process-card,
.procedure-card,
.stat-box{
  border-color:#e7edf5;
}
.market-card h3,
.partner-card h3,
.process-card h3,
.procedure-card h3{
  letter-spacing:-.35px;
}
.market-card p,
.partner-card p,
.process-card p,
.procedure-card p,
.check-list p,
.side-procedure li{
  line-height:1.68;
}
.image-split{
  gap:48px;
}
.visual-card img{
  height:460px;
}
.partners-grid{
  gap:26px;
}
.partner-card{
  padding:32px;
}
.process-grid{
  gap:20px;
}
.process-card{
  padding:26px;
}
.cooperation-grid{
  gap:26px;
}
.procedure-card{
  padding:32px;
}
.notice-box{
  margin-top:26px;
}
.cooperation-actions{
  margin-top:26px;
}
.contact-section{
  padding-top:96px;
  padding-bottom:96px;
}
.contact-card{
  border-radius:30px;
  padding:30px;
}
.contact-card p{
  align-items:center;
}
.contact-card strong{
  color:#d9a441;
}
.footer-row p{
  margin:0;
  font-size:14px;
}

/* Desktop menu safety: hide menu before it starts squeezing the company name */
@media(max-width:1240px){
  .menu{
    display:none;
  }
}

/* Tablet refinements */
@media(max-width:1000px){
  .hero-content{
    grid-template-columns:1fr;
  }
  .hero-card{
    justify-self:start;
    max-width:100%;
  }
  .split{
    gap:28px;
  }
}

/* Mobile typography */
@media(max-width:640px){
  .header{
    min-height:70px;
  }
  .nav{
    min-height:70px;
  }
  .brand-text{
    min-width:0;
    gap:10px;
  }
  .brand-mark{
    width:44px;
    height:44px;
    flex:0 0 44px;
    font-size:13px;
  }
  .brand-words strong{
    font-size:16px;
  }
  .brand-words small{
    display:block;
    font-size:11px;
    margin-top:4px;
  }
  .lang-switch{
    flex:0 0 auto;
  }
  .hero h1{
    font-size:46px;
    letter-spacing:-1px;
  }
  .hero h2{
    font-size:25px;
  }
  .lead{
    font-size:16.5px;
    line-height:1.7;
  }
  .section{
    padding:70px 0;
  }
  h2{
    font-size:30px;
  }
  .visual-card img,
  .inquiry-image img{
    height:330px;
  }
  .card img{
    height:250px;
  }
}


/* === SIMPLE FINAL HOME PAGE READABILITY === */
.hero h1{
  letter-spacing:-1.8px;
}
.hero h2{
  line-height:1.22;
}
.lead{
  font-size:19px;
  line-height:1.72;
}
.hero-card .info-row span,
.hero-card .info-row p{
  line-height:1.45;
}
.about-section p,
.partners-section p,
.process-card p,
.procedure-card p{
  font-size:17px;
  line-height:1.72;
}
.check-list p,
.side-procedure li{
  font-size:16.5px;
  line-height:1.65;
}
.section-tag{
  font-size:12.5px;
}
h2{
  letter-spacing:-1.05px;
}
.market-card p{
  line-height:1.62;
}
.notice-box p{
  font-size:16.5px;
  line-height:1.65;
}
@media(max-width:640px){
  .lead{
    font-size:16.5px;
  }
  .about-section p,
  .partners-section p,
  .process-card p,
  .procedure-card p{
    font-size:16px;
  }
}

/* Working trilingual switch */
.lang-switch{display:flex;gap:6px;align-items:center;}
.lang-btn{min-width:42px;}
.lang-btn[data-lang="zh"]{min-width:52px;}
html[lang="zh-CN"] body{letter-spacing:0;}
html[lang="zh-CN"] .brand-words strong,
html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3{letter-spacing:-.2px;}


/* === FINAL LANGUAGE SWITCH / TYPOGRAPHY CLEANUP === */
.lang-switch{
  display:flex !important;
  gap:6px !important;
  align-items:center !important;
  flex:0 0 auto !important;
}
.lang-btn{
  appearance:none;
  border:1px solid rgba(16,29,54,.14);
  background:#ffffff;
  color:#101d36;
  border-radius:999px;
  min-width:42px;
  height:36px;
  padding:0 12px;
  font-weight:800;
  font-size:12px;
  line-height:36px;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.lang-btn[data-lang="zh"]{
  min-width:54px;
}
.lang-btn.active{
  background:#101d36;
  color:#ffffff;
  border-color:#101d36;
}
.lang-btn:hover{
  border-color:#d9a441;
}
html[lang="zh-CN"] body{
  letter-spacing:0;
}
html[lang="zh-CN"] .brand-words strong,
html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3{
  letter-spacing:-.2px;
}
html[lang="zh-CN"] .lead,
html[lang="zh-CN"] p,
html[lang="zh-CN"] li{
  line-height:1.72;
}
@media(max-width:640px){
  .lang-switch{
    gap:4px !important;
  }
  .lang-btn{
    min-width:36px;
    height:32px;
    line-height:32px;
    padding:0 9px;
    font-size:11px;
  }
  .lang-btn[data-lang="zh"]{
    min-width:46px;
  }
}

/* === FINAL AUDITED TRILINGUAL RELEASE === */
.lang-switch{display:flex!important;gap:6px!important;align-items:center!important;flex:0 0 auto!important;margin-left:auto;}
.lang-btn{appearance:none;border:1px solid rgba(16,29,54,.14);background:#fff;color:#101d36;border-radius:999px;min-width:42px;height:36px;padding:0 12px;font-weight:800;font-size:12px;line-height:36px;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;}
.lang-btn[data-lang="zh"]{min-width:54px;}
.lang-btn.active{background:#101d36;color:#fff;border-color:#101d36;}
.lang-btn:hover{border-color:#d9a441;transform:translateY(-1px);}
.hero h1{letter-spacing:-1.8px;}
.hero h2{line-height:1.22;}
.lead{font-size:19px;line-height:1.72;}
.about-section p,.partners-section p,.process-card p,.procedure-card p,.market-card p{line-height:1.7;}
html[lang="zh-CN"] body{letter-spacing:0;}
html[lang="zh-CN"] .brand-words strong,html[lang="zh-CN"] h1,html[lang="zh-CN"] h2,html[lang="zh-CN"] h3{letter-spacing:-.2px;}
html[lang="zh-CN"] .lead,html[lang="zh-CN"] p,html[lang="zh-CN"] li{line-height:1.76;}
html[lang="zh-CN"] .menu a{font-size:13px;}
html[lang="zh-CN"] .hero h2{max-width:760px;}
@media(max-width:1240px){.menu{display:none!important;}.lang-switch{margin-left:auto;}}
@media(max-width:640px){.lang-switch{gap:4px!important;}.lang-btn{min-width:36px;height:32px;line-height:32px;padding:0 9px;font-size:11px;}.lang-btn[data-lang="zh"]{min-width:46px;}html[lang="zh-CN"] .hero h1{font-size:42px;}html[lang="zh-CN"] .hero h2{font-size:24px;}}

/* === FINAL WORKING LANGUAGE SWITCH + MOBILE/DESKTOP FIX === */
.lang-switch{display:flex!important;gap:6px!important;align-items:center!important;flex:0 0 auto!important;margin-left:auto!important;z-index:20;}
.lang-btn{appearance:none;border:1px solid rgba(16,29,54,.14);background:#fff;color:#101d36;border-radius:999px;min-width:42px;height:36px;padding:0 12px;font-weight:800;font-size:12px;line-height:36px;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;}
.lang-btn[data-lang="zh"]{min-width:54px;}
.lang-btn.active{background:#101d36;color:#fff;border-color:#101d36;}
.lang-btn:hover{border-color:#d9a441;transform:translateY(-1px);}
.hero h1{letter-spacing:-1.8px;}
.hero h2{line-height:1.22;}
.lead{font-size:19px;line-height:1.72;}
.about-section p,.partners-section p,.process-card p,.procedure-card p,.market-card p{line-height:1.7;}
html[lang="zh-CN"] body{letter-spacing:0;}
html[lang="zh-CN"] .brand-words strong,html[lang="zh-CN"] h1,html[lang="zh-CN"] h2,html[lang="zh-CN"] h3{letter-spacing:-.2px;}
html[lang="zh-CN"] .lead,html[lang="zh-CN"] p,html[lang="zh-CN"] li{line-height:1.76;}
html[lang="zh-CN"] .menu a{font-size:13px;}
html[lang="zh-CN"] .hero h2{max-width:760px;}
@media(max-width:1240px){.menu{display:none!important;}.lang-switch{margin-left:auto!important;}}
@media(max-width:640px){.brand-text{max-width:210px;}.lang-switch{gap:4px!important;}.lang-btn{min-width:36px;height:32px;line-height:32px;padding:0 9px;font-size:11px;}.lang-btn[data-lang="zh"]{min-width:46px;}html[lang="zh-CN"] .hero h1{font-size:42px;}html[lang="zh-CN"] .hero h2{font-size:24px;}}


/* === FINAL MOBILE + DESKTOP LANGUAGE FIX === */
.nav{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
}
.brand-text{
  flex:0 1 auto !important;
  min-width:0 !important;
}
.lang-switch{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  gap:6px !important;
  align-items:center !important;
  flex:0 0 auto !important;
  margin-left:auto !important;
  z-index:80 !important;
}
.lang-btn{
  appearance:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid rgba(16,29,54,.16) !important;
  background:#ffffff !important;
  color:#101d36 !important;
  border-radius:999px !important;
  min-width:42px !important;
  height:36px !important;
  padding:0 12px !important;
  font-weight:800 !important;
  font-size:12px !important;
  line-height:1 !important;
  cursor:pointer !important;
  box-shadow:0 8px 22px rgba(16,29,54,.06) !important;
}
.lang-btn[data-lang="zh"]{
  min-width:54px !important;
}
.lang-btn.active{
  background:#101d36 !important;
  color:#ffffff !important;
  border-color:#101d36 !important;
}
.menu{
  margin-left:0 !important;
}
.hero h1{letter-spacing:-1.8px;}
.hero h2{line-height:1.22;}
.lead{font-size:19px;line-height:1.72;}
.about-section p,.partners-section p,.process-card p,.procedure-card p,.market-card p{line-height:1.7;}
html[lang="zh-CN"] body{letter-spacing:0;}
html[lang="zh-CN"] .brand-words strong,
html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3{letter-spacing:-.2px;}
html[lang="zh-CN"] .lead,
html[lang="zh-CN"] p,
html[lang="zh-CN"] li{line-height:1.76;}
html[lang="zh-CN"] .hero h2{max-width:760px;}

@media(max-width:1240px){
  .menu{
    display:none !important;
  }
  .lang-switch{
    display:flex !important;
    margin-left:auto !important;
  }
}

@media(max-width:640px){
  .header,.nav{
    min-height:72px !important;
  }
  .nav{
    gap:8px !important;
    width:100% !important;
  }
  .brand-text{
    flex:1 1 auto !important;
    min-width:0 !important;
    max-width:calc(100% - 155px) !important;
    gap:8px !important;
  }
  .brand-mark{
    width:40px !important;
    height:40px !important;
    flex:0 0 40px !important;
    font-size:12px !important;
  }
  .brand-words{
    min-width:0 !important;
  }
  .brand-words strong{
    font-size:15px !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    display:block !important;
  }
  .brand-words small{
    font-size:10.5px !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    display:block !important;
  }
  .lang-switch{
    display:flex !important;
    flex:0 0 auto !important;
    gap:4px !important;
    margin-left:0 !important;
  }
  .lang-btn{
    min-width:34px !important;
    height:30px !important;
    padding:0 8px !important;
    font-size:10.5px !important;
  }
  .lang-btn[data-lang="zh"]{
    min-width:43px !important;
  }
  .hero h1{
    font-size:44px !important;
  }
  html[lang="zh-CN"] .hero h1{
    font-size:40px !important;
  }
  html[lang="zh-CN"] .hero h2{
    font-size:23px !important;
  }
}

@media(max-width:390px){
  .brand-mark{
    width:36px !important;
    height:36px !important;
    flex-basis:36px !important;
  }
  .brand-words strong{
    font-size:14px !important;
  }
  .brand-words small{
    display:none !important;
  }
  .brand-text{
    max-width:calc(100% - 135px) !important;
  }
  .lang-btn{
    min-width:32px !important;
    height:29px !important;
    padding:0 7px !important;
    font-size:10px !important;
  }
  .lang-btn[data-lang="zh"]{
    min-width:40px !important;
  }
}


/* === ABSOLUTE FINAL MOBILE LANGUAGE BAR FIX === */

/* Desktop language switch */
.lang-switch-desktop{
  display:flex !important;
  gap:6px !important;
  align-items:center !important;
  flex:0 0 auto !important;
  margin-left:auto !important;
  z-index:90 !important;
}

/* Mobile bar is hidden on desktop */
.mobile-lang-bar{
  display:none !important;
}

.lang-btn{
  appearance:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid rgba(16,29,54,.16) !important;
  background:#ffffff !important;
  color:#101d36 !important;
  border-radius:999px !important;
  min-width:42px !important;
  height:36px !important;
  padding:0 12px !important;
  font-weight:800 !important;
  font-size:12px !important;
  line-height:1 !important;
  cursor:pointer !important;
  box-shadow:0 8px 22px rgba(16,29,54,.06) !important;
}
.lang-btn[data-lang="zh"]{
  min-width:54px !important;
}
.lang-btn.active{
  background:#101d36 !important;
  color:#ffffff !important;
  border-color:#101d36 !important;
}

/* Desktop/tablet menu safety */
@media(max-width:1240px){
  .menu{
    display:none !important;
  }
  .lang-switch-desktop{
    display:flex !important;
    margin-left:auto !important;
  }
}

/* Mobile: separate fixed language bar at the very top */
@media(max-width:760px){
  body{
    padding-top:42px !important;
  }
  .mobile-lang-bar{
    display:flex !important;
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    height:42px !important;
    z-index:99999 !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    background:rgba(255,255,255,.97) !important;
    border-bottom:1px solid rgba(16,29,54,.10) !important;
    box-shadow:0 8px 22px rgba(16,29,54,.08) !important;
    -webkit-backdrop-filter:blur(14px) !important;
    backdrop-filter:blur(14px) !important;
  }
  .lang-switch-desktop{
    display:none !important;
  }
  .mobile-lang-bar .lang-btn{
    min-width:52px !important;
    height:30px !important;
    padding:0 12px !important;
    font-size:11px !important;
    box-shadow:none !important;
  }
  .mobile-lang-bar .lang-btn[data-lang="zh"]{
    min-width:60px !important;
  }
  .header{
    top:42px !important;
  }
}

/* Very small phones */
@media(max-width:390px){
  .mobile-lang-bar{
    gap:6px !important;
  }
  .mobile-lang-bar .lang-btn{
    min-width:48px !important;
    height:29px !important;
    padding:0 10px !important;
    font-size:10.5px !important;
  }
  .mobile-lang-bar .lang-btn[data-lang="zh"]{
    min-width:56px !important;
  }
}

/* Final typography checks */
.hero h1{letter-spacing:-1.8px;}
.hero h2{line-height:1.22;}
.lead{font-size:19px;line-height:1.72;}
.about-section p,
.partners-section p,
.process-card p,
.procedure-card p,
.market-card p{line-height:1.7;}

html[lang="zh-CN"] body{letter-spacing:0;}
html[lang="zh-CN"] .brand-words strong,
html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3{letter-spacing:-.2px;}
html[lang="zh-CN"] .lead,
html[lang="zh-CN"] p,
html[lang="zh-CN"] li{line-height:1.76;}
html[lang="zh-CN"] .hero h2{max-width:760px;}
@media(max-width:640px){
  html[lang="zh-CN"] .hero h1{font-size:40px !important;}
  html[lang="zh-CN"] .hero h2{font-size:23px !important;}
}


/* Chinese business-language readability refinement */
html[lang="zh-CN"] .section-tag{letter-spacing:.2px;}
html[lang="zh-CN"] h2{line-height:1.26;}
html[lang="zh-CN"] .card h3,
html[lang="zh-CN"] .partner-card h3,
html[lang="zh-CN"] .process-card h3,
html[lang="zh-CN"] .market-card h3{line-height:1.25;}
html[lang="zh-CN"] .check-list li,
html[lang="zh-CN"] .side-procedure li{line-height:1.72;}
