:root{
  --bg:#121826;
  --nav:#121826;
  --panel:#171E2D;
  --panel2:#1C2333;
  --panel3:#21293B;
  --card:#1A2130;
  --gold:#F1D18A;
  --gold-hover:#E0BC6A;
  --text:#E8ECF3;
  --muted:#C7CEDD;
  --soft:#AAB3C5;
  --footer:#0E1420;
  --btn-text:#1A1F2B;
  --border:rgba(241,209,138,0.14);
  --border-strong:rgba(241,209,138,0.28);
  --shadow:0 14px 36px rgba(0,0,0,0.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.site-header{position:sticky;top:0;z-index:9999;background:#121826;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,0.22);border-bottom:1px solid rgba(241,209,138,0.08)}
.nav-shell{max-width:1220px;margin:0 auto;padding:12px 18px;display:flex;align-items:center;gap:20px}
.brand-logo,.mobile-logo,.drawer-logo,.footer-logo{display:inline-flex;align-items:center;flex-shrink:0}
.brand-logo img{width:142px;max-height:48px;object-fit:contain}.mobile-logo img{width:126px;max-height:42px;object-fit:contain}.drawer-logo img{width:126px;max-height:44px;object-fit:contain}.footer-logo img{width:150px;max-height:52px;object-fit:contain}
.primary-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:2px;white-space:nowrap}
.primary-nav a{position:relative;color:#F1D18A;font-size:14px;padding:10px 11px;border-radius:999px;transition:.25s ease}
.primary-nav a:hover,.primary-nav a.active{background:rgba(241,209,138,0.08);color:#F1D18A}
.primary-nav a.active:after{content:"";position:absolute;left:22%;right:22%;bottom:3px;height:2px;border-radius:999px;background:#F1D18A;box-shadow:0 0 16px rgba(241,209,138,0.62)}
.main-btn{display:inline-flex;align-items:center;justify-content:center;background:#F1D18A;color:#1A1F2B;border-radius:999px;padding:10px 20px;font-weight:700;box-shadow:0 10px 24px rgba(241,209,138,0.18);transition:.25s ease;border:1px solid rgba(255,255,255,0.08)}
.main-btn:hover{background:#E0BC6A;transform:translateY(-1px);box-shadow:0 14px 28px rgba(241,209,138,0.24)}
.header-btn{flex-shrink:0}.mobile-header{display:none;background:#121826;padding:10px 14px;align-items:center;justify-content:space-between;gap:10px}.mobile-reg{font-size:13px;padding:8px 13px}.menu-toggle{width:40px;height:40px;border:1px solid rgba(241,209,138,0.18);background:#171E2D;border-radius:12px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 10px}.menu-toggle span{height:2px;background:#F1D18A;border-radius:10px}.mobile-drawer{position:fixed;top:0;left:0;z-index:10001;width:84vw;max-width:320px;height:100vh;background:#171E2D;transform:translateX(-104%);transition:transform .32s ease;box-shadow:18px 0 48px rgba(0,0,0,.42);padding:18px;border-right:1px solid rgba(241,209,138,.16);overflow-y:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-close{width:38px;height:38px;border-radius:50%;border:1px solid rgba(241,209,138,.18);background:#1C2333;color:#F1D18A;font-size:24px;line-height:1}.drawer-nav{display:grid;gap:8px}.drawer-nav a{color:#F1D18A;padding:12px 14px;background:rgba(255,255,255,.03);border:1px solid rgba(241,209,138,.1);border-radius:14px}.drawer-nav a.active{background:rgba(241,209,138,.1);border-color:rgba(241,209,138,.34)}.drawer-mask{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.56);opacity:0;visibility:hidden;transition:.28s ease}.drawer-open .drawer-mask{opacity:1;visibility:visible}.drawer-open{overflow:hidden}
.site-main{min-height:70vh}.container{max-width:1200px;margin:0 auto;padding:0 18px}.section{padding:44px 0}.section-tight{padding:26px 0}.eyebrow{display:inline-flex;color:#F1D18A;font-weight:700;letter-spacing:.08em;font-size:13px;margin-bottom:10px}.section-title,h1,h2,h3{color:#F1D18A;line-height:1.3;margin-top:0}.page-hero{max-width:1200px;margin:28px auto 0;padding:46px 18px 22px}.page-hero-inner{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:28px;align-items:center;background:linear-gradient(135deg,rgba(28,35,51,.98),rgba(18,24,38,.98));border:1px solid var(--border);box-shadow:var(--shadow);border-radius:24px;padding:34px;overflow:hidden}.page-hero h1{font-size:clamp(30px,4vw,48px);margin:0 0 14px}.page-hero p{margin:0;color:var(--muted);font-size:17px}.hero-media,.content-media{background:#101725;border:1px solid rgba(241,209,138,.1);border-radius:20px;padding:14px;box-shadow:inset 0 0 30px rgba(241,209,138,.03)}.hero-media img,.content-media img{width:100%;max-height:360px;object-fit:contain;margin:auto}.banner-slider{max-width:1200px;height:400px;margin:28px auto 36px;border-radius:20px;background:#171E2D;box-shadow:0 18px 40px rgba(0,0,0,0.30);overflow:hidden;position:relative;border:1px solid rgba(241,209,138,.1)}.banner-track,.banner-slide{position:absolute;inset:0}.banner-slide{opacity:0;transition:opacity .55s ease;display:flex;background:radial-gradient(circle at 50% 0,rgba(241,209,138,.08),transparent 40%),#101725}.banner-slide.active{opacity:1;z-index:2}.banner-slide img{width:100%;height:100%;object-fit:contain;object-position:center;background:#101725}.slider-arrow{position:absolute;top:50%;z-index:5;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;background:rgba(18,24,38,0.72);border:1px solid rgba(241,209,138,0.18);color:#F1D18A;font-size:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease}.slider-arrow:hover{background:rgba(18,24,38,.92)}.slider-prev{left:18px}.slider-next{right:18px}.slider-dots{position:absolute;z-index:6;left:0;right:0;bottom:16px;display:flex;justify-content:center;gap:9px}.slider-dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(241,209,138,0.24);cursor:pointer}.slider-dot.active{background:#F1D18A;box-shadow:0 0 14px rgba(241,209,138,.75)}.capsule-row{display:flex;gap:14px;overflow-x:auto;padding:4px 0 12px;scrollbar-width:thin}.capsule{min-width:176px;flex:1;background:#1A2130;border:1px solid rgba(241,209,138,0.16);border-radius:18px;padding:16px;transition:.25s ease}.capsule:hover{border-color:#F1D18A;transform:translateY(-2px)}.capsule .num,.card-num{color:#F1D18A;font-weight:800;font-size:13px}.capsule strong{display:block;color:#E8ECF3;margin:5px 0 2px}.capsule span{color:#AAB3C5;font-size:13px}.intro-strip,.notice-strip{background:linear-gradient(135deg,#171E2D,#1C2333);border:1px solid var(--border);border-radius:22px;padding:24px 26px;box-shadow:var(--shadow)}.intro-strip p,.notice-strip p{margin:0;color:#C7CEDD}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card,.zone-card,.info-card,.text-card,.faq-item,.article-card{background:#1A2130;border:1px solid rgba(241,209,138,0.14);box-shadow:0 14px 36px rgba(0,0,0,0.25);border-radius:20px;padding:22px}.info-card h3,.card h3,.zone-card h3{margin:6px 0 10px}.info-card p,.card p,.zone-card p,.text-card p,.article-card p{color:#C7CEDD;margin:0}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;margin-bottom:28px}.feature-row.reverse .feature-copy{order:1}.feature-row.reverse .content-media{order:2}.feature-copy{background:#1A2130;border:1px solid rgba(241,209,138,0.14);box-shadow:0 14px 36px rgba(0,0,0,0.25);border-radius:22px;padding:28px}.feature-copy h2{font-size:clamp(24px,3vw,34px);margin-bottom:14px}.feature-copy p{color:#C7CEDD;margin:0 0 16px}.point-list{display:grid;gap:8px;margin:18px 0}.point-list span{display:flex;gap:10px;color:#E8ECF3}.point-list span:before{content:"";width:7px;height:7px;margin-top:12px;border-radius:50%;background:#F1D18A;box-shadow:0 0 12px rgba(241,209,138,.6);flex:0 0 auto}.text-link{display:inline-flex;align-items:center;gap:6px;color:#F1D18A;font-weight:700;margin-top:10px}.text-link:hover{color:#E0BC6A}.zone-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.zone-card{padding:0;overflow:hidden}.zone-card img{width:100%;height:190px;object-fit:contain;background:#101725;padding:10px}.zone-body{padding:18px}.tag{display:inline-flex;color:#F1D18A;background:rgba(241,209,138,.08);border:1px solid rgba(241,209,138,.16);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.app-band{display:grid;grid-template-columns:minmax(250px,.8fr) 1.2fr;gap:28px;align-items:center;background:linear-gradient(135deg,#171E2D,#21293B);border:1px solid rgba(241,209,138,.14);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.app-band img{width:100%;max-height:340px;object-fit:contain;background:#101725;border-radius:18px;padding:12px}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:20px 0}.feature-list span{background:rgba(255,255,255,.035);border:1px solid rgba(241,209,138,.1);border-radius:14px;padding:12px;color:#E8ECF3}.security-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:stretch}.security-side{background:#101725;border:1px solid rgba(241,209,138,.12);border-radius:22px;padding:18px;display:flex;align-items:center}.security-side img{width:100%;max-height:410px;object-fit:contain;margin:auto}.security-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.faq-item h3{font-size:18px;margin-bottom:8px}.faq-item p{color:#C7CEDD;margin:0}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card h3{margin-bottom:8px}.content-block{background:#1A2130;border:1px solid rgba(241,209,138,0.14);box-shadow:0 14px 36px rgba(0,0,0,0.25);border-radius:22px;padding:28px;margin-bottom:22px}.content-block p{color:#C7CEDD;margin:0 0 16px}.content-block p:last-child{margin-bottom:0}.two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.list-card ul{margin:12px 0 0;padding-left:20px;color:#C7CEDD}.list-card li{margin-bottom:8px}.service-timeline{display:grid;gap:16px}.step-card{display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:start;background:#1A2130;border:1px solid rgba(241,209,138,.14);border-radius:18px;padding:18px}.step-num{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(241,209,138,.1);color:#F1D18A;font-weight:800;border:1px solid rgba(241,209,138,.22)}.table-like{display:grid;gap:12px}.table-row{display:grid;grid-template-columns:180px 1fr;gap:14px;background:rgba(255,255,255,.035);border:1px solid rgba(241,209,138,.1);border-radius:16px;padding:16px}.table-row strong{color:#F1D18A}.site-footer{background:#0E1420;color:#D6DCEC;margin-top:54px;border-top:1px solid rgba(241,209,138,.1)}.footer-grid{max-width:1200px;margin:0 auto;padding:38px 18px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.footer-brand p{color:#AAB3C5;margin:16px 0 0}.footer-col{display:grid;gap:8px;align-content:start}.footer-col h3{font-size:17px;margin-bottom:4px}.footer-col a{color:#D6DCEC}.footer-col a:hover{color:#F1D18A}.footer-bottom{max-width:1200px;margin:0 auto;padding:16px 18px;border-top:1px solid rgba(241,209,138,.08);display:flex;gap:14px;justify-content:space-between;color:#AAB3C5;font-size:13px}.gold{color:#F1D18A}.muted{color:#AAB3C5}.center-title{text-align:center;max-width:780px;margin:0 auto 26px}.center-title p{color:#C7CEDD;margin:0}.download-note{border-left:3px solid #F1D18A;padding-left:18px;color:#C7CEDD;background:rgba(241,209,138,.04);border-radius:12px;padding-top:14px;padding-bottom:14px}
@media (max-width:1100px){.desktop-header{display:none}.mobile-header{display:flex}.site-main{padding-top:0}.banner-slider{margin-top:20px}.primary-nav{gap:0}.zone-grid{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.page-hero-inner{grid-template-columns:1fr}}
@media (max-width:760px){.container{padding:0 14px}.section{padding:32px 0}.page-hero{padding:20px 14px 8px}.page-hero-inner{padding:22px;border-radius:20px}.page-hero h1{font-size:29px}.page-hero p{font-size:15px}.banner-slider{height:220px;border-radius:16px;margin:18px 14px 24px}.slider-arrow{width:36px;height:36px;font-size:22px}.slider-prev{left:10px}.slider-next{right:10px}.capsule{min-width:170px}.info-grid,.feature-row,.app-band,.security-layout,.faq-grid,.article-grid,.two-col,.three-col{grid-template-columns:1fr}.feature-row.reverse .feature-copy,.feature-row.reverse .content-media{order:initial}.feature-copy,.content-block,.card,.info-card,.text-card,.faq-item,.article-card{padding:20px}.zone-grid{grid-template-columns:1fr}.zone-card img{height:170px}.feature-list,.security-grid{grid-template-columns:1fr}.table-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.app-band{padding:20px}.hero-media img,.content-media img{max-height:280px}.mobile-reg{padding:8px 11px;font-size:12px}.mobile-logo img{width:112px}}
@media (max-width:420px){.banner-slider{height:190px}.mobile-header{padding:9px 10px}.menu-toggle{width:38px;height:38px}.main-btn{padding:9px 14px}.capsule{min-width:158px}.slider-dots{bottom:10px}}
