:root{--ink:#18212f;--muted:#667085;--red:#b42318;--red2:#7a271a;--gold:#d8a23a;--cream:#fff8ea;--paper:#fffdf8;--line:#eadfce;--soft:#fbf4e7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.75}a{color:inherit;text-decoration:none}.wrap{width:min(1220px,94vw);margin:auto}.topbar{background:linear-gradient(90deg,#761a12,#b42318);color:#fff7ed;font-size:14px}.topbar .wrap{height:36px;display:flex;align-items:center;justify-content:space-between;gap:18px;white-space:nowrap}.sitehead{background:rgba(255,253,248,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;box-shadow:0 10px 28px rgba(85,45,20,.06)}.headrow{height:82px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:14px;flex:0 0 auto;min-width:330px}.brand img{width:369px;max-width:369px;height:38px;object-fit:contain;display:block}.brand-fallback{font-size:28px;font-weight:900;color:var(--red2);letter-spacing:.5px}.navline{flex:1;display:flex;justify-content:flex-end;gap:2px;white-space:nowrap;overflow:visible}.navline a{display:inline-flex;align-items:center;height:40px;padding:0 10px;border-radius:8px;font-size:15px;font-weight:700;color:#344054}.navline a:hover,.navline a.on{background:#fff1d6;color:var(--red2)}.hero{position:relative;background:linear-gradient(135deg,#fff7e6 0%,#fffdf8 40%,#fdf2f2 100%);border-bottom:1px solid var(--line);overflow:hidden}.hero:before{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;border-radius:50%;background:rgba(216,162,58,.18)}.hero:after{content:"";position:absolute;left:-160px;bottom:-180px;width:380px;height:380px;border-radius:50%;background:rgba(180,35,24,.08)}.hero .wrap{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center;padding:72px 0}.seal{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border:1px solid #f1c66c;background:#fffaf0;border-radius:999px;color:#8a4b08;font-weight:800}.hero h1{font-size:50px;line-height:1.12;margin:18px 0 18px;letter-spacing:-1.2px;color:#24160f}.hero p{font-size:19px;color:#5c4737;margin:0 0 28px}.hero-panel{background:#fff;border:1px solid #ead4ae;border-radius:12px;padding:30px;box-shadow:18px 18px 0 rgba(180,35,24,.08),0 24px 60px rgba(83,46,20,.12)}.panel-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:16px}.panel-title h2{margin:0;font-size:25px;color:var(--red2)}.stamp{color:var(--gold);font-size:44px;line-height:1}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.metrics div{padding:16px;background:var(--soft);border:1px solid #f0dec0;border-radius:10px;text-align:center}.metrics strong{display:block;font-size:28px;color:var(--red)}.btns{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:6px;background:var(--red);color:#fff;font-weight:900;box-shadow:0 12px 20px rgba(180,35,24,.18)}.btn.alt{background:#fff;color:var(--red2);border:1px solid #e7c083;box-shadow:none}.section{padding:64px 0}.section.white{background:#fff}.hd{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.hd h2{font-size:34px;margin:0;color:#24160f}.hd p{margin:8px 0 0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service{position:relative;background:#fff;border:1px solid var(--line);border-radius:10px;padding:26px;min-height:190px;box-shadow:0 8px 26px rgba(52,33,12,.05)}.service:before{content:"";position:absolute;left:0;top:22px;width:4px;height:42px;background:var(--gold);border-radius:0 4px 4px 0}.service h3{margin:0 0 10px;font-size:23px;color:var(--red2)}.service p{margin:0;color:#5f6b7a}.service .num{font-family:Georgia,serif;color:#ead4ae;font-size:46px;line-height:1;font-weight:900}.steps{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;counter-reset:s}.step{background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px;text-align:center}.step:before{counter-increment:s;content:"0" counter(s);display:block;font-family:Georgia,serif;font-size:28px;color:var(--red);font-weight:900;margin-bottom:4px}.links{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.links a{display:flex;justify-content:space-between;gap:14px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px 16px}.links em{font-style:normal;color:var(--red);font-weight:800}.contactbox{background:linear-gradient(135deg,#741912,#a52a20);color:#fff;border-radius:14px;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.contactbox p{color:#ffe8d9}.pagehero{background:linear-gradient(135deg,#7a271a,#b42318);color:#fff;border-bottom:5px solid var(--gold)}.pagehero .wrap{padding:52px 0}.pagehero h1{font-size:42px;margin:0 0 8px}.pagehero p{margin:0;color:#ffe8d9;font-size:18px}.cols{display:grid;grid-template-columns:1fr 1fr;gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:25px}.card h2,.card h3{color:var(--red2);margin-top:0}.footer{background:#21140f;color:#dfd2c5;padding:34px 0;font-size:14px}.footgrid{display:grid;grid-template-columns:1.2fr 1fr;gap:26px;align-items:start}.footbrand{display:flex;align-items:center;gap:14px;margin-bottom:12px}.footbrand img{width:260px;height:auto;object-fit:contain;background:#fff;padding:6px;border-radius:6px}.icp{margin-top:8px;color:#f2d49a}.icp a{color:#f2d49a}.mobilehint{display:none}@media(max-width:1080px){.brand{min-width:280px}.brand img{width:300px}.navline a{font-size:14px;padding:0 7px}.hero h1{font-size:42px}.steps{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.topbar .wrap{overflow:auto}.headrow{height:auto;align-items:flex-start;flex-direction:column;padding:14px 0}.brand img{width:min(369px,88vw)}.navline{width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:8px}.navline a{flex:0 0 auto}.hero .wrap,.contactbox,.cols,.footgrid{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.links{grid-template-columns:1fr}.hero h1{font-size:34px}.section{padding:44px 0}.metrics{grid-template-columns:1fr 1fr 1fr}}@media(max-width:560px){.metrics,.steps{grid-template-columns:1fr}.hd{display:block}.brand{min-width:0}}
