:root{--ink:#161616;--red:#d8191c;--muted:#666;--line:#e8e8e8}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;background:#fff}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}a{color:inherit;text-decoration:none}.top{height:78px;background:#090909;color:#fff;display:flex;align-items:center}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:18px;font-weight:800}.brand b{font-size:30px;letter-spacing:-3px;margin-right:12px}.brand i{font-style:normal;color:var(--red)}.nav a{font-size:14px;font-weight:700}.hero{min-height:430px;display:flex;align-items:end;background:#171717 center/cover no-repeat;position:relative;color:#fff}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.30),rgba(0,0,0,.1))}.hero-copy{position:relative;padding:0 0 76px;max-width:620px}.eyebrow{color:#f2cccc;font-size:13px;letter-spacing:1.5px;font-weight:800}.hero h1{font-size:52px;margin:14px 0}.hero p{font-size:18px;line-height:1.8}.cta{display:inline-block;background:var(--red);padding:12px 22px;border-radius:3px;font-weight:800}.main{padding:54px 0}.intro{max-width:760px}.intro h2{font-size:30px;margin:0 0 15px}.intro p,.grid p{font-size:16px;color:var(--muted);line-height:1.9}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.card{border:1px solid var(--line);padding:24px;border-radius:4px}.card h3{margin:0;font-size:19px}.contact{margin-top:48px;padding:30px;background:#111;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}.contact strong{font-size:22px}.contact a{background:var(--red);padding:12px 20px;border-radius:3px;font-weight:800}footer{border-top:1px solid var(--line);padding:24px;text-align:center;color:#888;font-size:12px}@media(max-width:700px){.top{height:64px}.brand{font-size:14px}.brand b{font-size:25px}.nav>a{display:none}.hero{min-height:390px}.hero h1{font-size:38px}.grid{grid-template-columns:1fr}.contact{display:block}.contact a{display:inline-block;margin-top:18px}}
