:root{--ink:#101722;--navy:#0b2138;--orange:#ff5a1f;--paper:#f8f8f6;--muted:#68717b;--line:#dadbd8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,"Microsoft YaHei",sans-serif;background:var(--paper)}a{color:inherit;text-decoration:none}.topbar{height:72px;padding:0 clamp(22px,5vw,82px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#fff}.back-home,.language-toggle{font-size:13px;font-weight:700}.language-toggle{justify-self:end}.brand{display:inline-flex;align-items:center;gap:8px;font-size:16px;letter-spacing:.03em}.brand i,.brand b{width:11px;height:11px;background:var(--orange);transform:rotate(45deg);display:inline-block}.brand b{background:#ffab15;margin-left:-17px;margin-top:13px}.service-nav{padding:0 clamp(22px,10vw,160px);height:56px;display:flex;justify-content:center;align-items:stretch;background:var(--navy);color:#dce6ee}.service-nav a{font-size:14px;font-weight:700;padding:0 26px;display:flex;align-items:center;border-bottom:2px solid transparent}.service-nav a:hover,.service-nav a.active{color:#fff;border-bottom-color:var(--orange)}.hero{min-height:620px;color:#fff;padding:150px clamp(25px,12vw,200px);display:flex;align-items:center;background:linear-gradient(90deg,rgba(5,19,34,.89),rgba(5,19,34,.5) 52%,rgba(5,19,34,.14)),url('../assets/hero-silicon-valley-exterior.jpg') center/cover}.hero>div{max-width:780px;animation:enter .7s ease both}.eyebrow{font-size:11px;letter-spacing:.14em;font-weight:700;margin:0 0 18px;color:var(--orange)}.hero .eyebrow{color:#fff}.hero h1,.intro h2,.cta h2{font-size:clamp(42px,5.2vw,76px);letter-spacing:-.055em;line-height:1.1;margin:0 0 22px}.hero p:not(.eyebrow){font-size:16px;line-height:1.8;max-width:580px;color:#eef3f7;margin:0}.primary-button{margin-top:32px;background:var(--orange);color:#fff;font-weight:700;font-size:14px;display:inline-flex;gap:28px;align-items:center;padding:17px 21px;transition:.2s}.primary-button:hover{background:#e94e18;transform:translateY(-2px)}.intro{padding:120px clamp(25px,17vw,280px);text-align:center;background:#fff}.intro h2{font-size:clamp(35px,4vw,57px)}.intro>p:last-child{max-width:720px;margin:0 auto;color:var(--muted);line-height:1.85}.overview{display:grid;grid-template-columns:repeat(5,1fr);padding:0 clamp(25px,9vw,150px) 115px;background:#fff}.overview a{padding:26px 21px;min-height:180px;border:1px solid var(--line);border-right:0;display:flex;flex-direction:column;transition:.22s}.overview a:last-child{border-right:1px solid var(--line)}.overview a:hover{background:var(--navy);color:#fff;transform:translateY(-7px)}.overview span{font-size:12px;color:var(--orange);font-weight:700}.overview b{font-size:18px;margin-top:auto}.overview em{font-size:11px;color:var(--muted);font-style:normal;margin-top:7px}.overview a:hover em{color:#c9d0d6}.service-detail{display:grid;grid-template-columns:minmax(250px,.85fr) 1.15fr;gap:9vw;padding:112px clamp(25px,15vw,245px)}.service-detail.light{background:var(--paper)}.service-detail.dark{background:var(--navy);color:#fff}.service-heading>span{font-size:12px;font-weight:700;color:var(--orange)}.service-heading p{font-size:11px;letter-spacing:.12em;color:var(--muted);font-weight:700;margin:25px 0 15px}.dark .service-heading p{color:#b8c4ce}.service-heading h2{font-size:clamp(37px,4vw,58px);letter-spacing:-.05em;line-height:1.08;margin:0 0 22px}.service-heading strong{font-size:17px;line-height:1.65}.service-body{border-top:1px solid var(--line);padding-top:20px}.dark .service-body{border-color:#375069}.service-body h3{font-size:13px;margin:0 0 20px}.service-body ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:13px 26px}.service-body li{font-size:15px;line-height:1.6}.service-body li::before{content:'•';color:var(--orange);margin-right:8px}.process{margin-top:48px}.process>p{font-size:13px;font-weight:700}.process ol{padding:0;margin:20px 0 0;list-style:none;display:flex;flex-wrap:wrap;gap:8px}.process li{border:1px solid #c6cbd0;padding:9px 13px;font-size:12px}.dark .process li{border-color:#60748a}.detail-link{margin-top:48px;font-size:14px;color:var(--orange);font-weight:700;display:inline-flex;gap:12px}.cta{padding:135px 25px;text-align:center;color:#fff;background:linear-gradient(120deg,#0a1d30,#153e60)}.cta h2{font-size:clamp(34px,4vw,58px)}.cta .eyebrow{color:#ff895f}.cta .primary-button{margin-top:8px}footer{padding:36px clamp(25px,9vw,150px);display:flex;justify-content:space-between;align-items:flex-end;background:#fff;border-top:1px solid var(--line)}footer>div{display:flex;flex-direction:column;gap:9px}footer p,footer span{margin:0;font-size:12px;color:var(--muted)}footer nav{display:flex;flex-direction:column;gap:10px;text-align:right;font-size:12px;color:var(--muted)}footer nav a:hover{color:var(--orange)}@keyframes enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
+@media(max-width:850px){.service-nav{overflow-x:auto;justify-content:flex-start;padding:0 20px}.service-nav a{white-space:nowrap;padding:0 18px}.overview{grid-template-columns:repeat(3,1fr)}.overview a:nth-child(3){border-right:1px solid var(--line)}.overview a:nth-child(n+4){border-top:0}.service-detail{padding:82px 8vw;gap:55px}.service-body ul{grid-template-columns:1fr}.intro{padding-inline:10vw}}
+@media(max-width:600px){.topbar{grid-template-columns:1fr auto}.topbar .brand{display:none}.service-nav{height:50px}.hero{min-height:530px;padding:90px 25px}.hero h1{font-size:45px}.intro{padding:76px 25px}.intro h2{font-size:37px}.overview{grid-template-columns:1fr;padding:0 25px 70px}.overview a,.overview a:nth-child(3){min-height:115px;border-right:1px solid var(--line);border-bottom:0}.overview a:last-child{border-bottom:1px solid var(--line)}.service-detail{display:block;padding:76px 25px}.service-body{margin-top:42px}.service-heading h2{font-size:42px}.cta{padding:85px 25px}.cta h2{font-size:39px}footer{align-items:flex-start;gap:25px}footer nav{font-size:11px}}
*** Add File: E:\\codex-everbight\\services\\script.js
+const languageToggle = document.querySelector('.language-toggle');
+
+if (new URLSearchParams(window.location.search).get('lang') === 'en') {
+  document.documentElement.lang = 'en';
+  document.title = 'Services | Everbright';
+  languageToggle.textContent = '中文';
+  languageToggle.href = 'index.html';
+  document.querySelector('.back-home span').textContent = 'Back to Home';
+  const nav = ['U.S. Market Entry', 'Tax & Compliance', 'Local Hiring', 'Business & Channels', 'Capital Strategy'];
+  document.querySelectorAll('.service-nav a').forEach((item, index) => item.textContent = nav[index]);
+  document.querySelector('.hero .eyebrow').textContent = 'U.S. MARKET ENTRY & BUSINESS SOLUTIONS';
+  document.querySelector('.hero h1').innerHTML = 'Helping Chinese Companies<br>Truly Establish in the U.S.';
+  document.querySelector('.hero p:not(.eyebrow)').textContent = 'From company formation and tax compliance to local operations, channel growth, and capital strategy, Everbright provides end-to-end U.S. market support.';
+  document.querySelector('.hero .primary-button').innerHTML = 'Explore Services <span>↓</span>';
+  document.querySelector('.intro .eyebrow').textContent = 'OUR APPROACH';
+  document.querySelector('.intro h2').innerHTML = 'More than market entry.<br>Built for long-term operations and growth.';
+  document.querySelector('.intro > p:last-child').textContent = 'Starting with your U.S. market goals, Everbright connects local resources, professional processes, and long-term execution into one service system.';
+  const overview = [['01','U.S. Market Entry','Market Entry'],['02','Tax & Compliance','Tax & Compliance'],['03','Local Hiring','Local Hiring'],['04','Business & Channels','Business & Channels'],['05','Capital Strategy','Capital Strategy']];
+  document.querySelectorAll('.overview a').forEach((item,index)=>{item.querySelector('span').textContent=overview[index][0];item.querySelector('b').textContent=overview[index][1];item.querySelector('em').textContent=overview[index][2]});
+  const services = [
+    ['U.S. MARKET ENTRY & BUSINESS SETUP','U.S. Market Entry','Help Chinese companies build their U.S. business foundation.','Services','Company registration in all 50 states (LLC / Corporation)|EIN application|U.S. bank-account support|Corporate structure planning|Post-registration operations support'],
+    ['TAX COMPLIANCE & BUSINESS OPERATIONS','Tax & Compliance','Build a long-term U.S. compliance system for your operations.','Services','Corporate bookkeeping|Federal and state tax filings|Sales-tax filing|Annual maintenance|Audit preparation for fundraising'],
+    ['U.S. LOCAL HIRING SOLUTIONS','Local Hiring','Help Chinese companies establish local U.S. teams.','Services','Role planning|Compensation design|Talent recruitment|Offer and onboarding support'],
+    ['BUSINESS DEVELOPMENT & CHANNEL EXPANSION','Business & Channels','Help Chinese companies open U.S. sales channels.','Services','Market positioning|Channel strategy|Distributor resources|Commercial-partnership introductions|Product localization support'],
+    ['U.S. CAPITAL STRATEGY & FUNDRAISING ADVISORY','Capital Strategy','Help companies plan their U.S. capital path.','Services','Silicon Valley fundraising strategy|VC fundraising planning|Pitch-deck optimization|Pre-IPO strategy planning|Enterprise-value creation'],
+  ];
+  document.querySelectorAll('.service-detail').forEach((section,index)=>{const data=services[index];section.querySelector('.service-heading p').textContent=data[0];section.querySelector('h2').textContent=data[1];section.querySelector('strong').textContent=data[2];section.querySelector('.service-body h3').textContent=data[3];section.querySelectorAll('li').forEach((item,i)=>item.textContent=data[4].split('|')[i] || item.textContent);section.querySelector('.detail-link').innerHTML='View service details <span>↗</span>'});
+  document.querySelector('.cta .eyebrow').textContent = 'START WITH A CONVERSATION';
+  document.querySelector('.cta h2').innerHTML = 'Start with a clear goal.<br>Make the U.S. market part of your growth.';
+  document.querySelector('.cta .primary-button').innerHTML = 'Start a Consultation <span>↗</span>';
+  document.querySelector('footer p').textContent = 'Helping Chinese Companies Truly Establish in the U.S.';
+  document.querySelectorAll('footer nav a')[0].textContent = 'Privacy';
+  document.querySelectorAll('footer nav a')[1].textContent = 'Terms of Service';
+}
.back-to-top{position:fixed;right:20px;bottom:20px;z-index:20;width:34px;height:34px;display:grid;place-items:center;color:#7d8791;opacity:.45}.back-to-top svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}

/* Shared footer reference layout */
footer{min-height:225px;padding:58px clamp(25px,9vw,150px);display:flex;justify-content:space-between;align-items:flex-start;background:#fff;border-top:1px solid #dededb}footer>div,.footer-brand{display:flex;flex-direction:column;gap:9px}footer .brand{color:#101722;font-size:16px}footer p,footer span{margin:0;color:#68717b;font-size:12px}footer nav,.footer-links{display:flex;flex-direction:column;gap:16px;text-align:right;font-size:13px;color:#68717b}@media(max-width:700px){footer{min-height:auto;gap:30px;padding:42px 25px}footer nav,.footer-links{text-align:left}}
/* Overview cards: white-base hover feedback, no navy fill */
.overview a:hover{background:#fff;color:var(--ink);transform:translateY(-4px) scale(1.01);box-shadow:0 14px 30px rgba(16,23,34,.10);position:relative;z-index:1}
.overview a:hover em{color:var(--muted)}
.overview a:focus-visible{outline:2px solid var(--orange);outline-offset:-2px;background:#fff;color:var(--ink)}
/* Everbright unified footer — matches the homepage footer standard */
footer{min-height:0;padding:34px clamp(25px,9vw,150px);align-items:flex-start}
footer>div,.footer-brand{gap:8px}
footer p,footer span{font-size:12px}
footer nav,.footer-links{gap:10px;text-align:right;font-size:12px}
@media(max-width:700px){footer{padding:34px 25px;gap:24px}footer nav,.footer-links{text-align:left}}