:root{--ink:#2c1c12;--muted:#7a6254;--blue:#f28a38;--blue-soft:#fff0e2;--orange:#d96a1f;--orange-soft:#fff5eb;--line:#f4dcc9;--card:#fffdfb;--shadow:0 22px 60px rgba(169,91,28,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,"Microsoft YaHei",sans-serif;background:radial-gradient(circle at 7% 24%,rgba(255,180,95,.24) 0 160px,transparent 162px),radial-gradient(circle at 85% 34%,rgba(255,196,128,.32) 0 190px,transparent 192px),linear-gradient(115deg,#fff6ec 0%,#fffdf9 48%,#ffe9d2 100%)}a{color:inherit;text-decoration:none}.shell-header{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:32px;width:min(1120px,calc(100% - 40px));min-height:74px;margin:28px auto 58px;padding:14px 30px;border:1px solid var(--line);border-radius:18px;background:rgba(255,253,250,.86);box-shadow:0 12px 34px rgba(169,91,28,.07);backdrop-filter:blur(14px)}.brand,.nav,.hero-actions{display:flex;align-items:center}.brand{gap:14px}.brand-logo{display:grid;place-items:center;width:48px;height:44px;border-radius:10px;color:#fff;background:#fff;border:1px solid #f1d5c6}.brand-logo b{display:block;color:#ff241a;font-size:16px;line-height:1}.brand-logo small{color:#101010;font-size:11px;font-weight:900;line-height:1}.brand strong{display:block;font-size:18px;font-weight:950}.brand em{display:block;margin-top:4px;color:var(--muted);font-size:13px;font-style:normal}.nav{justify-content:center;gap:34px;color:#68412a;font-weight:850}main{width:min(1120px,calc(100% - 40px));margin:0 auto}.hero-card{display:grid;grid-template-columns:minmax(0,1fr) 402px;gap:44px;align-items:center;min-height:386px;padding:clamp(36px,5vw,58px) 40px;border:1px solid var(--line);border-radius:18px;background:radial-gradient(circle at 92% 88%,rgba(232,111,37,.18) 0 128px,transparent 130px),linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,253,250,.9));box-shadow:var(--shadow)}.badge{display:inline-flex;width:fit-content;margin:0 0 18px;padding:6px 12px;border-radius:999px;color:var(--blue);background:var(--blue-soft);font-size:13px;font-weight:950}.hero-copy h1{max-width:690px;margin:0;font-size:clamp(42px,5vw,62px);line-height:1.08}.hero-copy p:not(.badge){max-width:700px;margin:24px 0 0;color:#76513a;font-size:18px;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:999px;font-weight:950}.button.primary{color:#fff;background:var(--blue);box-shadow:0 16px 30px rgba(242,138,56,.22)}.button.secondary{color:var(--orange);border:1px solid #f1bd9b;background:#fff}.workflow-card{padding:18px;border:1px solid #f3dcc9;border-radius:18px;background:rgba(255,255,255,.9)}.hero-image{width:100%;height:auto;border-radius:14px;object-fit:contain;background:#fff;margin-bottom:18px}.workflow-inner h2{margin:0 0 18px;color:#7a6254;font-size:15px}.workflow-inner a{display:flex;align-items:center;gap:10px;min-height:44px;margin-top:16px;padding:0 12px;border-radius:7px;color:#6d4a33;background:#fff2e7;font-size:14px}.workflow-inner a:nth-of-type(even){color:#7a431c;background:#fff4ea}.workflow-inner span{color:var(--blue);font-weight:950}.workflow-inner a:nth-of-type(even) span{color:var(--orange)}.category-section{padding:46px 0 0}.section-title h2{margin:0;font-size:32px}.section-title p{margin:8px 0 28px;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.category-grid a{display:grid;place-items:center;min-height:106px;padding:16px 12px;border:1px solid var(--line);border-radius:14px;background:rgba(255,253,250,.9);box-shadow:0 10px 26px rgba(169,91,28,.08);gap:8px;text-align:center}.category-grid strong{display:block;margin-top:0;font-size:15px;line-height:1.25}.category-code{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;color:#b65317;background:linear-gradient(135deg,#fff6ed,#ffe9d4);box-shadow:inset 0 0 0 1px rgba(169,91,28,.12);font-size:12px;font-weight:950;line-height:1}.info-band,.faq-section{margin-top:46px;padding:34px;border:1px solid var(--line);border-radius:18px;background:rgba(255,253,250,.82);box-shadow:var(--shadow)}.info-band{display:flex;justify-content:space-between;gap:24px;align-items:center}.info-band .button{flex:0 0 auto;white-space:nowrap;margin-top:20px}.info-band h2,.faq-section h2{margin:0 0 12px;font-size:28px}.info-band p:not(.badge){max-width:740px;margin:0;color:var(--muted);line-height:1.75}.faq-section details{padding:18px 0;border-top:1px solid var(--line)}.faq-section summary{cursor:pointer;font-weight:900}.faq-section p{color:var(--muted);line-height:1.7}.site-footer{width:min(1120px,calc(100% - 40px));margin:42px auto;color:var(--muted);text-align:center}.site-footer a{color:var(--blue);font-weight:950}main>section:not(.hero-card){content-visibility:auto;contain-intrinsic-size:600px}img{max-width:100%}@media (max-width:980px){.shell-header,.hero-card,.info-band{grid-template-columns:1fr}.info-band{flex-direction:column;align-items:flex-start}.nav{justify-content:flex-start;flex-wrap:wrap}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:620px){main,.shell-header,.site-footer{width:min(100% - 24px,1120px)}.shell-header{margin-top:14px;margin-bottom:28px;padding:14px}.nav{gap:16px;font-size:14px}.hero-card{gap:26px;padding:28px 18px}.hero-copy h1{font-size:38px}.hero-copy p:not(.badge){font-size:16px;line-height:1.65}.workflow-card{padding:12px}.workflow-inner a{min-height:48px;margin-top:10px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-grid a{min-height:100px;padding:12px 8px}.info-band{padding:24px 18px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
