*{box-sizing:border-box}html{scroll-behavior:smooth}:root{--bg:#f3eee6;--ink:#151515;--muted:#6f665d;--line:#e2d8cb;--panel:#fffaf2;--gold:#b89055;--dark:#151515;--soft:#f7f1e8;--container:1240px;--shadow:0 24px 70px rgba(40,30,20,.12)}body{margin:0;font-family:Arial,'PingFang SC','Microsoft YaHei',sans-serif;color:var(--ink);background:radial-gradient(circle at 12% 0,rgba(184,144,85,.16),transparent 30%),linear-gradient(180deg,#f8f2e9 0%,#efe7dc 100%)}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{font:inherit}.site-header{width:min(var(--container),calc(100% - 32px));margin:16px auto 0;position:sticky;top:14px;z-index:50;padding:14px 16px;border-radius:28px;background:rgba(255,250,242,.9);border:1px solid var(--line);box-shadow:0 16px 48px rgba(40,30,20,.1);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand img{width:58px;height:58px;object-fit:contain}.brand strong{display:block;font-size:18px}.brand em{display:block;font-style:normal;color:var(--muted);font-size:12px;letter-spacing:.12em}.nav{display:flex;align-items:center;gap:8px}.nav a,.nav button{border:0;background:transparent;color:#3d332b;padding:10px 12px;border-radius:999px;cursor:pointer;font-weight:800}.nav .nav-cta{background:var(--dark);color:#fff}.menu-toggle{display:none;border:0;background:var(--dark);color:#fff;border-radius:999px;padding:10px 14px}.eyebrow{margin:0 0 12px;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;color:#8c6432}.hero{width:min(var(--container),calc(100% - 32px));margin:34px auto;display:grid;grid-template-columns:.88fr 1.12fr;gap:20px;min-height:780px;position:relative}.hero-bg{position:absolute;inset:0;border-radius:46px;background:url('../images/template2-hero-bg.webp') center/cover no-repeat;opacity:.75}.hero-left,.hero-right{position:relative;z-index:1}.hero-left{border-radius:44px;background:#151515;color:#fff;padding:62px;display:flex;flex-direction:column;justify-content:center;box-shadow:var(--shadow);overflow:hidden}.hero-left:before{content:"Ledger";position:absolute;right:-36px;bottom:-30px;font-size:150px;letter-spacing:-.08em;color:rgba(255,255,255,.04);font-weight:900}.hero-left h1{margin:0;font-size:clamp(48px,7vw,96px);line-height:.92;letter-spacing:-.07em}.hero-desc{margin:24px 0 0;color:#d8d0c5;font-size:18px;line-height:1.85;max-width:720px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn,.product-card button,.table-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;border:1px solid transparent;font-weight:900;cursor:pointer}.btn.primary,.product-card button,.table-btn{background:linear-gradient(135deg,#d8bd8e,#b89055);color:#151515}.btn.secondary{background:#fff;color:#151515}.btn.ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.24)}.hero-points{display:grid;grid-template-columns:1fr;gap:10px;margin-top:34px}.hero-points article{padding:14px 16px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.06);display:flex;justify-content:space-between;gap:16px}.hero-points b{color:#fff}.hero-points span{color:#d8d0c5;word-break:break-word}.hero-right{display:grid;place-items:center;border-radius:44px;background:rgba(255,250,242,.76);border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}.orbit-card{position:relative;width:100%;height:100%;display:grid;place-items:center}.orbit-card:before{content:"";position:absolute;width:680px;height:680px;border-radius:50%;border:1px solid rgba(184,144,85,.22)}.orbit-card:after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;border:1px dashed rgba(21,21,21,.16)}.orbit-card img{position:relative;z-index:1;max-height:640px;object-fit:contain;filter:drop-shadow(0 30px 38px rgba(0,0,0,.22))}.section,.download-card-wide,.sub-hero{width:min(var(--container),calc(100% - 32px));margin:30px auto}.section{padding:42px;border-radius:38px;background:rgba(255,250,242,.84);border:1px solid var(--line);box-shadow:var(--shadow)}.section-title{text-align:center;max-width:900px;margin:0 auto 34px}.section-title p{margin:0 0 8px;text-transform:uppercase;letter-spacing:.18em;color:#8c6432;font-weight:900;font-size:12px}.section-title h2{margin:0;font-size:clamp(36px,5vw,64px);line-height:.98;letter-spacing:-.055em}.section-title span{display:block;margin-top:14px;color:var(--muted);line-height:1.85}.entry-grid{display:grid;grid-template-columns:1.08fr .92fr .92fr;grid-template-areas:'official support download' 'official contact download';gap:16px}.entry-card{min-height:250px;text-align:left;padding:26px;border-radius:30px;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.entry-card small,.product-card .tag{color:#8c6432;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:900}.entry-card h3,.product-card h3,.path-grid h3,.security-grid h3,.support-section h3,.authority-list h3,.scenario-grid h3{font-size:28px;line-height:1.06;margin:16px 0 10px;letter-spacing:-.035em}.entry-card p,.product-card p,.path-grid p,.security-grid p,.support-section p,.faq-grid p,.site-footer p,.authority-list p,.scenario-grid p{color:var(--muted);line-height:1.76}.entry-card strong{word-break:break-word}.entry-card.official{grid-area:official;background:linear-gradient(135deg,#151515,#3b3128);color:#fff}.entry-card.official p,.entry-card.official strong{color:#e4d8c8}.entry-card:nth-child(2){grid-area:support}.entry-card.download{grid-area:download;background:linear-gradient(180deg,#fff,#f1e5d4)}.entry-card:nth-child(4){grid-area:contact}.authority-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px}.authority-copy{padding:34px;border-radius:32px;background:linear-gradient(135deg,#151515,#3b3128);color:#fff}.authority-copy h2{font-size:clamp(36px,5vw,64px);line-height:.98;letter-spacing:-.055em;margin:0 0 14px}.authority-copy span{display:block;color:#e4d8c8;line-height:1.85}.authority-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.authority-list article,.scenario-grid article{padding:24px;border-radius:28px;background:#fff;border:1px solid var(--line)}.authority-list b{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:#151515;color:#fff;margin-bottom:12px}.product-board{display:grid;grid-template-columns:1.08fr .92fr;gap:16px}.product-card{min-height:330px;display:grid;grid-template-columns:230px 1fr;gap:18px;align-items:center;padding:24px;border-radius:32px;background:#fff;border:1px solid var(--line)}.product-card.stax-card{grid-row:span 3;grid-template-columns:1fr;background:linear-gradient(180deg,#151515,#3b3128);color:#fff}.product-card.nano-card{background:linear-gradient(135deg,#fff,#f0e1cd)}.product-card figure{margin:0;min-height:210px;border-radius:26px;background:var(--soft);border:1px solid var(--line);display:flex;align-items:center;justify-content:center}.product-card.stax-card figure{min-height:440px;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16)}.product-card img{max-height:180px;object-fit:contain;filter:drop-shadow(0 20px 26px rgba(0,0,0,.16))}.product-card.stax-card img{max-height:380px}.product-card p.tag{display:inline-block;margin:0 0 8px;padding:6px 12px;border-radius:999px;background:#f3e6d2}.product-card.stax-card p,.product-card.stax-card strong{color:#e4d8c8}.product-card strong{display:block;font-size:30px;margin:10px 0}.product-card button{margin-top:12px}.table-wrap{overflow:auto;border-radius:26px;border:1px solid var(--line);background:#fff}table{width:100%;border-collapse:collapse;min-width:940px}th,td{text-align:left;padding:18px;border-bottom:1px solid var(--line)}th{background:#151515;color:#fff}td:first-child{font-weight:900}.scenario-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.download-card-wide{display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;padding:42px;border-radius:38px;background:linear-gradient(135deg,#151515,#3b3128);color:#fff;box-shadow:var(--shadow)}.download-card-wide h2{font-size:clamp(34px,5vw,62px);line-height:.98;margin:0}.download-card-wide span{display:block;color:#e4d8c8;max-width:780px;line-height:1.85}.path-grid,.security-grid,.faq-grid{display:grid;gap:16px}.path-grid{grid-template-columns:repeat(4,1fr)}.security-grid{grid-template-columns:repeat(4,1fr)}.path-grid article,.security-grid article,.faq-grid details{padding:24px;border-radius:26px;background:#fff;border:1px solid var(--line)}.path-grid b,.security-grid b{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#151515;color:#fff;margin-bottom:16px}.faq-grid{grid-template-columns:repeat(2,1fr)}.faq-grid summary{font-size:20px;font-weight:900;cursor:pointer}.support-section{display:grid;grid-template-columns:1.05fr .75fr;gap:20px}.support-section h2,.faq-section h2{font-size:clamp(36px,5vw,62px);line-height:.98;margin:0 0 14px;letter-spacing:-.055em}.support-section span{display:block;color:var(--muted);line-height:1.85}.tags{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.tags em{font-style:normal;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13px;color:var(--muted)}.qr-card{text-align:center;padding:30px;border-radius:30px;background:#fff;border:1px solid var(--line)}.qr-card img{width:min(300px,100%);margin:0 auto 18px;padding:12px;border-radius:24px;background:#fff;border:1px solid var(--line)}.sub-main{padding-top:10px}.sub-hero{padding:54px;border-radius:38px;background:#151515;color:#fff}.sub-hero h1{font-size:clamp(42px,6vw,82px);line-height:.95;margin:0 0 16px;letter-spacing:-.06em}.sub-hero span{color:#e4d8c8}.site-footer{margin-top:48px;padding:42px 6vw;background:#151515;color:#fff;display:flex;justify-content:space-between;gap:24px}.site-footer strong{display:block;font-size:34px}.site-footer p{color:#d5c8b8;max-width:760px}.footer-links{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.footer-links button{border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;border-radius:999px;padding:12px 18px;cursor:pointer}.modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:22px}.modal.active{display:flex}.modal-mask{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(8px)}.modal-card{position:relative;z-index:1;width:min(420px,92vw);padding:28px;border-radius:30px;background:#fffaf2;text-align:center}.modal-card img{width:230px;height:230px;object-fit:cover;margin:18px auto;border-radius:20px;border:1px solid var(--line)}.modal-card h3{margin:0;font-size:26px}.modal-card p{color:var(--muted)}.modal-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.close{position:absolute;right:16px;top:14px;border:0;background:#151515;color:#fff;border-radius:50%;width:34px;height:34px;font-size:22px;cursor:pointer}.float-contact{position:fixed;right:18px;bottom:18px;z-index:80;border:0;border-radius:999px;background:#151515;color:#fff;padding:14px 18px;font-weight:900;cursor:pointer;box-shadow:0 18px 40px rgba(0,0,0,.22)}body.lock{overflow:hidden}@media(max-width:1120px){.nav{display:none}.nav.open{display:flex;position:absolute;left:0;right:0;top:76px;margin:0 16px;flex-direction:column;align-items:flex-start;background:#fffaf2;border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:var(--shadow)}.menu-toggle{display:block}.hero,.support-section,.authority-section{grid-template-columns:1fr}.entry-grid{grid-template-columns:1fr 1fr;grid-template-areas:'official official' 'support download' 'contact download'}.product-board{grid-template-columns:1fr}.product-card.stax-card{grid-row:auto}.path-grid,.security-grid,.faq-grid,.scenario-grid{grid-template-columns:repeat(2,1fr)}.download-card-wide,.site-footer{grid-template-columns:1fr;display:grid}.footer-links{align-items:flex-start}}@media(max-width:720px){.site-header{margin-top:10px;min-height:92px}.brand span{display:none}.brand img{width:76px;height:76px}.hero{grid-template-columns:1fr;margin-top:20px;min-height:auto}.hero-left{padding:34px 24px}.hero-left h1{font-size:42px}.hero-right{min-height:420px}.hero-points,.entry-grid,.path-grid,.security-grid,.faq-grid,.scenario-grid,.authority-list{grid-template-columns:1fr}.entry-grid{grid-template-areas:'official' 'support' 'download' 'contact'}.section,.download-card-wide,.sub-hero{padding:24px}.section-title{text-align:left}.product-card,.product-card:not(.stax-card){grid-template-columns:1fr}.hero-actions,.modal-actions{flex-direction:column}.btn,.product-card button,.table-btn{width:100%}}
