:root{--bg:#FFF9F1;--header:#2E2633;--hero:#3C3043;--btn:#FFCA62;--btnText:#251B09;--title:#fff;--dtext:#E4DCE8;--ltitle:#35283A;--ltext:#5E5262;--purple:#8154A0;--check:#2B8C69;--line:#E5DCCC;--foot:#2E2633}
*{box-sizing:border-box}body{margin:0;font-family:Arial,"Microsoft YaHei","PingFang SC","Helvetica Neue",sans-serif;background:var(--bg);color:var(--ltext);line-height:1.82;overflow-x:hidden}img{max-width:100%;height:auto;object-fit:contain;display:block}a{text-decoration:none;color:inherit}.wrap{width:min(1200px,calc(100% - 40px));margin:0 auto}.site-header{background:linear-gradient(180deg,rgba(46,38,51,.95),rgba(46,38,51,.85));position:sticky;top:0;z-index:20;backdrop-filter:blur(6px)}.hero-nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand img{display:block;width:auto;height:38px;max-width:180px;max-height:42px;object-fit:contain;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;border:1px solid transparent;font-weight:700}.btn-primary{background:var(--btn);color:var(--btnText)}.btn-secondary{background:transparent;border-color:rgba(255,255,255,.22);color:#fff}.hero{background:var(--hero);padding:42px 0 34px;color:var(--dtext)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.copy{align-self:end;padding-bottom:16px}.tag{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,202,98,.12);border:1px solid rgba(255,202,98,.2)}.hero h1,.section h2{margin:0 0 14px;line-height:1.15}.hero h1{color:#fff;font-size:clamp(34px,4.6vw,58px)}.hero-figure{margin:0;justify-self:end;background:rgba(255,255,255,.05);border-radius:28px;padding:16px;border:1px solid rgba(255,255,255,.08)}.hero-figure img{max-height:460px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.section{padding:56px 0}.checklist{padding-top:28px}.grid-list{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid-list article,.big,.small,.faq-grid div{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px}.grid-list strong{font-size:42px;color:var(--check)}.split{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.small ul{margin:0;padding-left:18px}.light{background:#F4ECDF}.text-link{text-decoration:underline;color:var(--purple)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.wide{margin-top:18px}.site-footer{background:var(--foot);color:#EAE0ED;padding:24px 0 90px}.foot{display:flex;align-items:center;justify-content:space-between;gap:16px}.mobile-bar{display:none}
@media (max-width:1024px){.hero-grid,.grid-list,.split,.faq-grid{grid-template-columns:1fr}.hero-figure{justify-self:stretch}.hero-figure img{margin:0 auto}.copy{padding-bottom:0}}
@media (max-width:768px){.wrap{width:min(100% - 28px,1200px)}.actions,.foot{flex-direction:column;align-items:flex-start}.btn{width:100%}.hero-figure img{max-height:300px}.mobile-bar{display:flex;position:fixed;left:0;right:0;bottom:0;padding:10px 14px;background:#fff;border-top:1px solid var(--line);min-height:64px}body{padding-bottom:78px}}

.site-brand,.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0;min-width:max-content}
.site-logo,.brand img{display:block;width:auto;height:38px;max-width:180px;max-height:42px;object-fit:contain;flex-shrink:0}
@media (max-width:768px){.site-logo,.brand img{width:auto;height:32px;max-width:150px}}
