:root{--bg:#fff8f0;--ink:#2a1f1a;--strong:#24130c;--muted:#75645a;--brand:#ff6b35;--gold:#ffd166;--mint:#00e5b0;--purple:#6d4aff;--deep:#2b1a3f;--line:rgba(255,107,53,.18);--shadow:0 20px 46px rgba(97,45,16,.14);--shell:min(1240px,calc(100% - 40px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Microsoft YaHei","PingFang SC",system-ui,sans-serif;line-height:1.75;overflow-x:hidden}body.drawer-open{overflow:hidden}a{color:inherit}img{display:block;max-width:100%;height:auto}.shell{width:var(--shell);margin:auto}.skip{position:fixed;top:-80px;left:14px;z-index:12000;background:#fff;padding:10px 16px;border-radius:10px}.skip:focus{top:12px}.site-header{position:sticky;top:0;z-index:9999;background:rgba(38,20,12,.94);backdrop-filter:blur(14px);box-shadow:0 8px 26px rgba(97,45,16,.16)}.header-inner{width:var(--shell);min-height:72px;margin:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.logo{display:inline-flex;align-items:center;gap:10px;color:#fff3e8;text-decoration:none;white-space:nowrap}.logo img{width:44px;height:44px;object-fit:contain}.logo b{font-size:20px;letter-spacing:.06em}.top-nav{display:flex;justify-content:center;gap:6px}.top-nav a{color:#fff3e8;text-decoration:none;padding:8px 12px;border-radius:999px;font-size:14px}.top-nav a:hover,.top-nav a.active{background:rgba(0,229,176,.16);color:#fff}.head-actions{display:flex;align-items:center;gap:10px}.btn,.ghost{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 22px;border-radius:999px;text-decoration:none;font-weight:800}.btn{color:#fff;background:linear-gradient(135deg,#ff6b35,#ffb703 48%,#00e5b0);box-shadow:0 14px 32px rgba(255,107,53,.22)}.ghost{background:#fff;border:1px solid rgba(36,19,12,.15);color:var(--strong)}.menu-btn{width:44px;height:44px;border:0;border-radius:14px;background:rgba(255,255,255,.1);display:grid;place-content:center;gap:4px;cursor:pointer}.menu-btn i{display:block;width:19px;height:2px;border-radius:2px;background:#fff}.mobile{display:none}.overlay{position:fixed;inset:0;z-index:10000;background:rgba(26,15,10,.54);opacity:0;visibility:hidden;transition:.25s}.overlay.open{opacity:1;visibility:visible}.drawer{position:fixed;z-index:10001;right:0;top:0;width:min(390px,92vw);height:100dvh;background:#fffaf5;padding:24px;overflow:auto;transform:translateX(105%);transition:.3s;box-shadow:-24px 0 60px rgba(36,19,12,.2)}.drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between}.drawer-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--strong)}.drawer-logo img{width:42px;height:42px;object-fit:contain}.drawer-head button{width:42px;height:42px;border:0;border-radius:50%;background:#fff;font-size:26px;box-shadow:0 8px 20px rgba(36,19,12,.12)}.drawer>p{color:var(--muted)}.drawer nav{display:grid;grid-template-columns:1fr 1fr;gap:10px}.drawer nav a{text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:15px;padding:11px 13px}.drawer-tip{display:grid;gap:4px;margin-top:20px;padding:18px;border-radius:18px;background:linear-gradient(135deg,#fff1c7,#e9fff8)}.drawer-tip span{color:var(--muted);font-size:14px}.hero,.page-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(255,209,102,.5),transparent 28%),radial-gradient(circle at 88% 16%,rgba(0,229,176,.24),transparent 30%),linear-gradient(135deg,#fff5eb,#f3efff 48%,#e9fff8)}.hero{padding:82px 0 70px}.page-hero{padding:72px 0 58px}.hero-grid,.page-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:52px}.kicker{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-size:13px;font-weight:900;letter-spacing:.08em}.kicker:before{content:"";width:24px;height:3px;border-radius:9px;background:linear-gradient(90deg,var(--brand),var(--mint))}.hero h1,.page-hero h1{margin:10px 0 14px;color:var(--strong);line-height:1.06;letter-spacing:-.04em}.hero h1{font-size:clamp(50px,7vw,84px)}.page-hero h1{font-size:clamp(42px,6vw,68px)}.hero-sub{font-size:clamp(22px,3vw,34px);font-weight:900;color:var(--deep);margin:0 0 16px}.lead,.hero-copy>p{font-size:17px;color:var(--muted)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.badges span{padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(109,74,255,.12);font-size:13px;font-weight:800;color:var(--deep)}.visual{position:relative;min-height:460px;display:grid;place-items:center}.visual:before{content:"";position:absolute;inset:9%;border-radius:45% 55% 51% 49%;background:linear-gradient(135deg,rgba(109,74,255,.2),rgba(0,229,176,.18),rgba(255,183,3,.25))}.visual img{position:relative;width:100%;max-height:500px;object-fit:contain;filter:drop-shadow(0 30px 42px rgba(43,26,63,.18))}.float{position:absolute;z-index:2;background:rgba(255,255,255,.92);padding:11px 15px;border-radius:15px;box-shadow:var(--shadow);font-weight:800;font-size:14px}.float.a{left:0;top:20%}.float.b{right:0;bottom:14%}.highlight{margin-top:-24px;position:relative;z-index:2}.highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.highlight article,.card,.review,.step,.faq details{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px}.highlight article{padding:20px}.highlight strong{display:block;color:var(--strong);font-size:18px;margin-bottom:6px}.highlight p{margin:0;color:var(--muted);font-size:14px}.section{padding:72px 0}.soft{background:linear-gradient(180deg,rgba(233,255,248,.72),rgba(255,248,240,0))}.section-head{text-align:center;max-width:780px;margin:0 auto 32px}.section-head h2,.split h2,.notice h2{color:var(--strong);font-size:clamp(30px,4vw,46px);line-height:1.2;margin:10px 0 14px}.section-head p,.split p{color:var(--muted)}.pills{display:flex;flex-wrap:wrap;gap:12px}.pills a{flex:1 1 190px;min-height:108px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:17px;text-decoration:none;box-shadow:0 10px 28px rgba(97,45,16,.08)}.pills strong{display:block;color:var(--strong);margin-bottom:5px}.pills small{color:var(--muted)}.split{display:grid;grid-template-columns:1fr .92fr;gap:48px;align-items:center}.split.reverse{grid-template-columns:.92fr 1fr}.split.reverse .copy{order:2}.split.reverse .media{order:1}.media{min-height:340px;display:grid;place-items:center;padding:24px;border-radius:28px;background:linear-gradient(135deg,#f4efff,#e9fff8);border:1px solid rgba(109,74,255,.13);box-shadow:var(--shadow)}.media img{width:100%;max-height:430px;object-fit:contain}.points{list-style:none;padding:0;margin:20px 0;display:grid;gap:10px}.points li{display:flex;gap:9px}.points li:before{content:"✓";width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:rgba(0,229,176,.16);color:#087b61;font-weight:900}.text-link{color:var(--brand);font-weight:900;text-decoration:none}.grid2,.grid3,.steps,.reviews{display:grid;gap:20px}.grid2{grid-template-columns:repeat(2,1fr)}.grid3,.reviews,.steps{grid-template-columns:repeat(3,1fr)}.card{overflow:hidden}.card img{width:100%;height:240px;object-fit:contain;padding:16px;background:linear-gradient(145deg,#fff5eb,#f4efff)}.card-body{padding:23px}.card h3,.step h3{color:var(--strong);font-size:23px;margin:0 0 9px}.card p,.step p,.review p{color:var(--muted);margin:0 0 12px}.security{display:grid;grid-template-columns:1fr 1fr;gap:22px}.security .card{padding:24px}.security img{height:250px}.review{padding:23px}.review b{display:block;margin-top:14px;color:var(--strong)}.stars{color:#ffb703;letter-spacing:.12em}.faq{display:grid;gap:12px}.faq details{overflow:hidden}.faq summary{cursor:pointer;list-style:none;padding:17px 52px 17px 20px;font-weight:900;color:var(--strong);position:relative}.faq summary:after{content:"+";position:absolute;right:20px;font-size:24px;color:var(--brand)}.faq details[open] summary:after{content:"−"}.faq div{padding:0 20px 18px;color:var(--muted)}.faq p{margin:0}.notice{display:grid;grid-template-columns:1fr auto;align-items:center;gap:28px;padding:34px;border-radius:28px;background:linear-gradient(135deg,#2b1a3f,#613973);color:#fff;box-shadow:var(--shadow)}.notice h2{color:#fff}.notice p{color:rgba(255,255,255,.76);margin:0}.notice .ghost{background:#fff}.steps .step{padding:23px}.num{color:var(--brand);font-weight:900;letter-spacing:.12em}.quote{padding:36px;border-radius:28px;background:linear-gradient(135deg,#fff1c7,#e9fff8 55%,#f3efff);box-shadow:var(--shadow)}.quote blockquote{margin:18px 0 10px;font-size:clamp(21px,3vw,30px);font-weight:800;color:var(--deep)}.compliance{display:grid;grid-template-columns:.9fr 1.35fr auto;gap:28px;align-items:center;padding:32px;border-radius:28px;background:#24130c;color:#fff3e8}.compliance h2{color:#fff;margin:8px 0;font-size:29px}.compliance p{color:rgba(255,243,232,.74);margin:0}.compliance-links{display:grid;gap:8px}.compliance-links a{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.18);padding:8px 13px;border-radius:999px;text-align:center}footer{margin-top:68px;background:#1a0f0a;color:#fff3e8;padding:54px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:38px}.footer-grid p{color:rgba(255,243,232,.65)}.footer-grid h2{font-size:16px;margin:0 0 12px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}.footer-grid a{color:rgba(255,243,232,.72);text-decoration:none}.foot-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;margin-top:34px;color:rgba(255,243,232,.55);font-size:13px}.foot-bottom p{margin:0}.foot-bottom div{display:flex;gap:15px}.foot-bottom a{color:inherit;text-decoration:none}.bottom-nav{display:none}@media(max-width:1050px){.top-nav{display:none}.mobile{display:grid}.desktop{display:none}.hero-grid,.page-grid,.split,.split.reverse{grid-template-columns:1fr}.split.reverse .copy,.split.reverse .media{order:initial}.highlight-grid{grid-template-columns:repeat(2,1fr)}.grid3,.reviews,.steps{grid-template-columns:repeat(2,1fr)}.compliance{grid-template-columns:1fr}.compliance-links{display:flex;flex-wrap:wrap}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}@media(max-width:720px){:root{--shell:min(100% - 28px,1240px)}body{padding-bottom:74px}.header-inner{min-height:64px;gap:10px}.logo{justify-self:center}.logo b{display:none}.logo img{width:38px;height:38px}.head-actions .btn{min-height:40px;padding:8px 13px;font-size:13px}.menu-btn{width:40px;height:40px}.hero{padding:56px 0 44px}.page-hero{padding:52px 0 42px}.hero-grid,.page-grid{gap:26px}.hero h1{font-size:50px}.page-hero h1{font-size:41px}.lead,.hero-copy>p{font-size:15px}.visual{min-height:300px}.highlight{margin-top:16px}.highlight-grid,.grid2,.grid3,.security,.reviews,.steps{grid-template-columns:1fr}.section{padding:54px 0}.pills a{flex-basis:100%;min-height:auto}.media{min-height:250px;padding:16px}.notice{grid-template-columns:1fr;padding:26px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/3}.footer-grid>div:last-child{grid-column:auto}.foot-bottom{flex-direction:column}.bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:10px;right:10px;bottom:max(8px,env(safe-area-inset-bottom));z-index:9000;background:rgba(36,19,12,.96);border-radius:18px;padding:8px;box-shadow:0 18px 40px rgba(36,19,12,.3)}.bottom-nav a{display:grid;place-items:center;color:#fff3e8;text-decoration:none;font-size:11px}.bottom-nav span{color:var(--mint);font-size:18px}.drawer{right:auto;left:0;transform:translateX(-105%)}.drawer.open{transform:translateX(0)}.drawer nav{grid-template-columns:1fr}}@media(max-width:420px){.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.actions a{width:100%}}
