:root{--ink:#1d1f24;--muted:#5d626d;--red:#b51f2c;--red-dark:#77131b;--gold:#c6912b;--paper:#fffaf1;--soft:#f5f0e7;--line:#e7ddcf;--white:#fff;--max:1080px}
*{box-sizing:border-box}
html{font-size:18px;scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);font-family:"Mali",sans-serif;line-height:1.75}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
p{margin:0;color:var(--muted)}
h1,h2,h3{margin:0;line-height:1.28}
h1{font-size:clamp(2rem,4.5vw,3.7rem);max-width:850px}
h2{font-size:clamp(1.55rem,2.6vw,2.25rem);margin-bottom:12px;color:var(--red)}
h3{font-size:1.2rem}
.wrap{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.site-head{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:280px}
.brand img{width:54px;height:54px;border-radius:50%}
.brand strong{display:block;color:var(--red);line-height:1.2}
.brand small{display:block;color:var(--muted);font-size:1rem;font-weight:600;line-height:1.3}
nav{display:flex;gap:14px;font-weight:800}
nav a{display:inline-flex;align-items:center;gap:8px}
nav a+a:before{content:"";width:12px;height:12px;flex:0 0 12px;opacity:.82;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23c6912b' d='M12 3l3.1 5.9L21 12l-5.9 3.1L12 21l-3.1-5.9L3 12l5.9-3.1L12 3z'/%3E%3Ccircle cx='12' cy='12' r='2.2' fill='%23b51f2c'/%3E%3C/svg%3E") center/contain no-repeat}
nav a:hover{color:var(--red)}
.hero{padding:74px 0;color:#fff;background:linear-gradient(90deg,rgba(30,10,12,.92),rgba(123,18,29,.76)),url("/chinese%20translation%20service.jpg") center/cover no-repeat}
.hero p{max-width:760px;color:rgba(255,255,255,.9);font-size:1.12rem;margin-top:12px}
.eyebrow{color:#ffd786!important;font-weight:800}
.section{padding:62px 0}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.card{padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff}
.card.soft{background:var(--paper)}
.card h3{color:var(--red);margin-bottom:8px}
.list{display:grid;gap:10px;margin:16px 0 0;padding:0;list-style:none}
.list li{padding:13px 16px;border:1px solid var(--line);border-radius:6px;background:var(--paper);font-weight:700}
.step-list{display:grid;gap:12px;margin:18px 0 0;padding:0;list-style:none;counter-reset:step}
.step-list li{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff}
.step-list li:before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--red);color:#fff;font-weight:800}
.step-list strong{display:block;color:var(--ink)}
.step-list span{display:block;color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:13px 24px;border-radius:6px;border:1px solid transparent;font-size:1rem;font-weight:800}
.btn.primary{background:var(--red);color:#fff}
.btn.light{background:#fff;color:var(--red)}
.btn img{width:24px;height:24px;object-fit:contain}
.cta{padding:54px 0;color:#fff;background:linear-gradient(135deg,var(--red-dark),var(--red))}
.cta .wrap{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
.cta h2{color:#fff}
.cta p{color:rgba(255,255,255,.86)}
.line-qr-card{display:grid;grid-template-columns:132px minmax(0,1fr);gap:16px;align-items:center;padding:16px;border:1px solid rgba(255,255,255,.28);border-radius:8px;background:rgba(255,255,255,.12)}
.line-qr-card>img{width:132px;height:132px;border-radius:8px;background:#fff;padding:8px}
.line-qr-card strong{display:block;color:#fff;font-size:1.12rem}
.line-qr-card span{display:block;color:rgba(255,255,255,.86);font-weight:700;margin:4px 0 12px}
.site-footer{padding:40px 0 24px;color:rgba(255,255,255,.78);background:#16090b}
.site-footer strong{display:block;color:#fff;font-size:1.05rem;margin-bottom:8px}
.site-footer p{color:rgba(255,255,255,.76)}
.site-footer a{color:#fff;font-weight:700}
.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.footer-logo img{width:58px;height:58px;border-radius:50%;background:#fff;padding:4px;box-shadow:0 10px 24px rgba(0,0,0,.18)}
.footer-logo span{display:block}
.site-footer .footer-logo strong{margin-bottom:2px}
.footer-logo small{display:block;color:rgba(255,255,255,.74);font-weight:700;line-height:1.35}
.footer-grid{display:grid;grid-template-columns:1.2fr .9fr 1.2fr;gap:28px}
.footer-bottom{margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);font-size:1rem}
table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}
th,td{padding:14px 16px;border:1px solid var(--line);text-align:left;vertical-align:top}
th{color:var(--red);background:var(--paper)}
.table-scroll{overflow-x:auto}
.page-hero{padding:72px 0;color:#fff;background:linear-gradient(90deg,rgba(30,10,12,.92),rgba(123,18,29,.76)),url("/chinese%20translation%20service.jpg") center/cover no-repeat}
.page-hero p{max-width:760px;color:rgba(255,255,255,.88);font-size:1.08rem;margin-top:12px}
.eyebrow.dark{color:var(--red)!important}
.section-head{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:26px}
.section-head>p{max-width:520px}
.services-hero{padding:86px 0 70px;color:#fff;background:linear-gradient(90deg,rgba(30,10,12,.92),rgba(123,18,29,.76)),url("/chinese%20translation%20service.jpg") center/cover no-repeat}
.services-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:32px;align-items:center}
.services-hero .lead{max-width:820px;color:rgba(255,255,255,.9);font-size:1.14rem;margin-top:16px}
.services-hero-panel{padding:24px;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:rgba(255,255,255,.13);backdrop-filter:blur(8px)}
.services-hero-panel strong{display:block;color:#ffd786;font-size:2.4rem;line-height:1}
.services-hero-panel span{display:block;color:#fff;font-weight:800;margin:8px 0 14px}
.services-hero-panel ul{display:grid;gap:8px;margin:0;padding-left:22px}
.services-hero-panel li{color:rgba(255,255,255,.88);font-weight:650}
.services-feature-strip{background:var(--paper)}
.section-head.compact{align-items:start}
.eyebrow.dark{color:var(--red)!important}
.service-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.service-feature-card{display:block;min-height:100%;padding:20px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 12px 28px rgba(29,31,36,.05)}
.service-feature-card span{display:inline-flex;min-height:30px;align-items:center;padding:3px 10px;border-radius:999px;background:#fff1e2;color:var(--red);font-weight:800;font-size:.9rem}
.service-feature-card strong{display:block;margin:12px 0 6px;color:var(--ink);font-size:1.15rem}
.service-feature-card small{display:block;color:var(--muted);font-weight:650;line-height:1.55}
.service-feature-card:hover{border-color:var(--red);transform:translateY(-1px)}
.service-directory{background:#fff}
.service-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.service-directory-card{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(29,31,36,.05)}
.service-directory-card summary{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;cursor:pointer;padding:18px 20px;list-style:none}
.service-directory-card summary::-webkit-details-marker{display:none}
.category-mark{display:grid;place-items:center;width:64px;height:64px;border-radius:16px;color:#fff;background:linear-gradient(135deg,var(--red),var(--red-dark));font-weight:800;font-size:.95rem}
.category-copy strong{display:block;color:var(--red);font-size:1.12rem;line-height:1.3}
.category-copy small{display:block;color:var(--muted);font-weight:650;line-height:1.45;margin-top:4px}
.service-directory-card summary em{font-style:normal;color:var(--gold);font-weight:800;white-space:nowrap}
.service-directory-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0 20px 20px;list-style:none}
.service-directory-links a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:10px 12px;border:1px solid var(--line);border-radius:9px;background:var(--paper);font-weight:750}
.service-directory-links a small{color:var(--red);font-weight:800;white-space:nowrap}
.service-directory-links a:hover{border-color:var(--red);background:#fff;color:var(--red)}
.services-help{background:var(--soft)}
.services-help-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;border:1px solid var(--line);border-radius:14px;background:#fff}
.services-help-card h2{margin-top:0}
.services-help-card p{max-width:760px}
.featured-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.featured-service{padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff}
.featured-service h3{color:var(--red);margin-bottom:8px}
.mini-links{display:grid;gap:8px;margin:16px 0 0;padding:0;list-style:none}
.mini-links a{display:block;padding:9px 11px;border:1px solid var(--line);border-radius:6px;background:var(--paper);font-weight:700}
.hub-cta{display:flex;justify-content:space-between;align-items:center;gap:22px;margin-top:22px;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--white)}
.hub-cta p{margin-top:4px}
@media(max-width:900px){nav{display:none}.grid-2,.grid-3,.cta .wrap,.footer-grid{grid-template-columns:1fr}.line-qr-card{max-width:520px}}
@media(max-width:980px){.services-hero-grid,.service-directory-grid{grid-template-columns:1fr}.service-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-help-card{display:block}.services-help-card .btn{margin-top:16px}}
@media(max-width:900px){.featured-services{grid-template-columns:1fr}.section-head,.hub-cta{display:block}.hub-cta .btn{margin-top:16px}}
@media(max-width:680px){.service-feature-grid,.service-directory-links{grid-template-columns:1fr}.service-directory-card summary{grid-template-columns:1fr}.category-mark{width:auto;height:auto;min-height:40px}.service-directory-card summary em{white-space:normal}}
@media(max-width:640px){.wrap{width:min(var(--max),calc(100% - 28px))}.brand{min-width:0}.brand small{display:none}.hero,.page-hero{padding:54px 0}.step-list li{grid-template-columns:1fr}.line-qr-card{grid-template-columns:1fr;text-align:center}.line-qr-card>img{margin:0 auto}.btn{width:100%}}
