:root{--bg:#141414;--panel:#1b1b22;--line:rgba(255,255,255,.08);--text:#f6efe4;--muted:#c9beaf;--accent:#b61e2f;--cta:#f24b3a;--gold:#e8d8b0}
*{box-sizing:border-box}html,body{margin:0;background:radial-gradient(circle at top,#231316 0,#141414 42%),var(--bg);color:var(--text);font-family:"Noto Sans SC",system-ui,sans-serif}
a{text-decoration:none;color:inherit}.header,.footer,.section,.hero{width:min(1180px,calc(100% - 32px));margin:0 auto}
.header{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;background:linear-gradient(180deg,rgba(20,20,20,.96),rgba(20,20,20,.72));backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:12px}.brand img{width:50px;height:50px;object-fit:contain}.brand strong,.footer strong{display:block}.brand span,.eyebrow,.footer p{color:var(--muted)}nav{display:flex;gap:14px;flex-wrap:wrap}
.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;font-weight:700;border:1px solid transparent}.header-cta,.btn-primary{background:linear-gradient(135deg,var(--accent),var(--cta));color:#fff}.btn-secondary{background:rgba(255,255,255,.04);border-color:var(--line)}
.hero{display:grid;grid-template-columns:1.02fr .98fr;gap:26px;padding:30px 0 16px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:var(--muted)}.hero h1{font-size:clamp(34px,5vw,58px);line-height:1.05;margin:.15em 0 .3em}.hero p{color:var(--muted);line-height:1.76;margin:.55em 0}.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.cta-row.small{margin-top:14px}.hero-visual{position:relative;min-height:400px}.hero-image{border-radius:24px;border:1px solid var(--line);box-shadow:0 24px 48px rgba(0,0,0,.32);object-fit:cover}.hero-image.main{width:78%;height:380px}.hero-image.small{position:absolute;right:0;bottom:8%;width:36%;height:220px}
.section{padding:24px 0}.section-head h2{margin:.15em 0 .35em;font-size:clamp(24px,3vw,34px)}.category-grid,.split{display:grid;gap:16px}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.category-card,.panel{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border:1px solid var(--line);border-radius:22px;padding:18px}.category-card strong{display:block;font-size:18px;margin-bottom:6px}.category-card span{color:var(--muted);line-height:1.55}.split{grid-template-columns:1fr 1fr}.check-list{margin:0;padding-left:18px;color:var(--muted);line-height:1.8}.footer{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:28px 0 36px;border-top:1px solid var(--line);margin-top:24px}.footer-links{display:flex;gap:14px;flex-wrap:wrap}
@media (max-width:1080px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:920px){.hero,.split{grid-template-columns:1fr}.header{position:static;flex-wrap:wrap}.hero-visual{min-height:auto}.hero-image.main{width:100%;height:auto}.hero-image.small{position:static;width:58%;height:auto;margin:-34px 0 0 auto}.footer{flex-direction:column}}
@media (max-width:640px){.header,.footer,.section,.hero{width:min(100% - 20px,1180px)}.cta-row,.footer-links{flex-direction:column;align-items:stretch}.header-cta,.btn{width:100%}.hero h1{font-size:32px}.category-grid{grid-template-columns:1fr}.hero-image.small{width:70%}}
