@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Noto+Sans+TC:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');
:root{--ink:#0c1b1b;--paper:#f5f7f4;--mint:#caeee2;--lime:#c9ef5c;--line:#d7ded9;--muted:#63716c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Noto Sans TC",system-ui,sans-serif}html[lang=en] body{font-family:"Plus Jakarta Sans",system-ui,sans-serif}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}header{position:sticky;top:0;z-index:3;background:rgb(245 247 244/.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;gap:24px;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.brand img{width:34px;height:34px;border-radius:9px}.brand small{display:block;color:var(--muted);font:500 10px "DM Mono";letter-spacing:.12em}nav,.languages{display:flex;gap:22px;font-size:14px;color:#44504c}.languages{gap:8px;font:500 11px "DM Mono"}.languages a{color:var(--muted)}.languages .active{color:var(--ink);text-decoration:underline;text-underline-offset:4px}.button{display:inline-flex;padding:12px 18px;border-radius:999px;background:var(--ink);color:white;font-size:14px;font-weight:700}.hero{padding:86px 0 76px}.kicker{color:#337867;font:500 12px "DM Mono";letter-spacing:.14em;text-transform:uppercase}h1{max-width:920px;margin:18px 0 28px;font-size:clamp(44px,7vw,90px);letter-spacing:-.07em;line-height:1.05}.lead{max-width:630px;color:#52605a;font-size:19px;line-height:1.8}.hero-bottom{margin-top:52px;display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.signal{min-height:230px;padding:28px;border-radius:24px;background:var(--ink);color:white}.signal strong{display:block;max-width:440px;font-size:27px;line-height:1.4}.signal span{display:block;color:#9bb9ae;margin-top:20px}.stat{padding:28px;border-radius:24px;background:var(--mint);display:flex;flex-direction:column;justify-content:space-between}.stat b{font:500 64px/1 "DM Mono"}.stat p{margin:0;line-height:1.6}section{padding:92px 0}.head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}h2{margin:10px 0 0;font-size:clamp(32px,4vw,52px);letter-spacing:-.055em;line-height:1.15}.head p{max-width:420px;margin:0;color:var(--muted);line-height:1.7}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{min-height:268px;padding:26px;background:#fff;border:1px solid var(--line);border-radius:18px}.card i{color:#397d6b;font:500 13px "DM Mono";font-style:normal}.card h3{margin:42px 0 12px;font-size:24px;letter-spacing:-.04em}.card p{margin:0;color:var(--muted);line-height:1.7}.outcomes{background:#e7ece8}.quote{display:grid;grid-template-columns:70px 1fr auto;gap:28px;padding:28px 0;border-top:1px solid #bbc7c0}.quote span{color:#478471;font:500 13px "DM Mono"}.quote b{font-size:24px;line-height:1.45;letter-spacing:-.035em}.quote small{color:var(--muted);text-align:right;line-height:1.6}.contact{padding:86px 0;background:var(--lime)}.contact .wrap{display:flex;justify-content:space-between;align-items:end;gap:40px}.contact h2{max-width:700px}footer{padding:25px 0;background:var(--ink);color:#bdcbc5;font:13px "DM Mono"}footer .wrap{display:flex;justify-content:space-between}@media(max-width:760px){nav{display:none}.hero{padding-top:58px}.hero-bottom,.cards{grid-template-columns:1fr}.head,.contact .wrap{display:block}.head p{margin-top:20px}.quote{grid-template-columns:45px 1fr}.quote small{grid-column:2;text-align:left}.contact .button{margin-top:30px}footer .wrap{display:block}.languages{margin-left:auto}}
