*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#171A22;color:#F2F5FA;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;line-height:1.75;overflow-x:hidden;padding-top:76px}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font:inherit}.site-header{position:fixed;top:0;left:0;right:0;z-index:9999;background:rgba(23,26,34,.94);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,90,24,.14)}.header-inner{width:min(1200px,calc(100% - 32px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px}.logo{flex:0 0 auto;display:flex;align-items:center}.logo img{max-height:52px;width:auto}.nav-core{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:22px;white-space:nowrap;flex-wrap:nowrap}.nav-core a{color:#F2F5FA;font-size:15px;padding:10px 0;transition:.2s}.nav-core a:hover,.nav-core a.active{color:#FF5A18}.header-action{flex:0 0 auto;display:flex;align-items:center;gap:12px}.all-menu-btn{border:1px solid rgba(255,90,24,.28);background:rgba(255,255,255,.06);color:#FF5A18;border-radius:999px;padding:10px 16px;cursor:pointer}.main-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(180deg,#FF7A22 0%,#FF5A18 45%,#E94710 100%);color:#fff;border:0;border-radius:999px;padding:11px 22px;font-weight:700;box-shadow:0 12px 26px rgba(255,90,24,.24);transition:transform .2s,box-shadow .2s}.main-btn:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(255,90,24,.32)}.nav-register{min-width:82px}.mega-mask{position:fixed;inset:76px 0 0;z-index:9998;background:rgba(0,0,0,.26)}.mega-panel{position:fixed;top:86px;left:50%;transform:translateX(-50%);width:min(1120px,calc(100% - 32px));background:rgba(31,37,48,.96);border:1px solid rgba(255,90,24,.16);border-radius:24px;box-shadow:0 24px 60px rgba(0,0,0,.36);z-index:10000;padding:22px}.mega-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mega-head strong{font-size:22px;color:#FF5A18}.mega-head button{border:1px solid rgba(255,90,24,.28);background:#242A35;color:#F2F5FA;border-radius:999px;padding:8px 14px;cursor:pointer}.mega-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.mega-group{background:#1D222C;border:1px solid rgba(255,90,24,.14);border-radius:18px;padding:16px}.mega-group h3{margin:0 0 10px;color:#FF5A18;font-size:16px}.mega-group a{display:block;padding:10px;border-radius:12px;color:#F2F5FA}.mega-group a:hover,.mega-group a.active{background:rgba(255,90,24,.1);color:#FF5A18}.mega-group span{display:block;font-weight:700}.mega-group em{display:block;font-style:normal;color:#8F98A6;font-size:12px;line-height:1.45;margin-top:2px}.mobile-menu-toggle{display:none;background:none;border:0;width:42px;height:42px;padding:8px;flex:0 0 auto}.mobile-menu-toggle span{display:block;height:2px;background:#F2F5FA;margin:6px 0;border-radius:5px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.56);z-index:10001;opacity:0;transition:.22s}.drawer-mask.show{opacity:1}.mobile-drawer{position:fixed;top:0;left:0;height:100vh;width:min(86vw,320px);background:#1F2530;border-right:1px solid rgba(255,90,24,.16);z-index:10002;transform:translateX(-105%);transition:.22s;box-shadow:18px 0 42px rgba(0,0,0,.36);overflow-y:auto}.mobile-drawer.show{transform:translateX(0)}.drawer-on{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(255,90,24,.14)}.drawer-head img{max-height:46px;width:auto}.drawer-head button{background:#242A35;color:#F2F5FA;border:1px solid rgba(255,90,24,.16);border-radius:12px;width:36px;height:36px;font-size:24px;line-height:1}.drawer-nav{display:grid;grid-template-columns:1fr;gap:6px;padding:14px}.drawer-nav a{padding:12px 14px;border-radius:12px;color:#F2F5FA;background:rgba(255,255,255,.03)}.drawer-nav a.active,.drawer-nav a:hover{color:#FF5A18;background:rgba(255,90,24,.1)}main{width:min(1200px,calc(100% - 32px));margin:0 auto}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:22px;background:#10131A;box-shadow:0 18px 42px rgba(0,0,0,.34);overflow:hidden;position:relative;aspect-ratio:16/6.2}.banner-track,.banner-slide{position:absolute;inset:0}.banner-slide{opacity:0;transition:opacity .45s ease}.banner-slide.active{opacity:1}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#10131A}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(16,19,26,.62);color:#fff;cursor:pointer;z-index:2}.slider-arrow:before{font-size:34px;line-height:36px}.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}.slider-arrow.prev:before{content:'‹'}.slider-arrow.next:before{content:'›'}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px;z-index:2}.slider-dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.42);cursor:pointer}.slider-dot.active{background:#FF5A18}.section{margin:42px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:20px}.section-kicker,.eyebrow{color:#FF5A18;font-weight:700;letter-spacing:.08em;font-size:14px}.section-title,h1,h2,h3{color:#FF5A18}.section-title{font-size:30px;margin:6px 0}.section-desc{max-width:780px;color:#B9C0CC;margin:0}.lead{font-size:17px;color:#DCE3EF}.card,.zone-card,.info-card,.review-card,.faq-item,.hero-card,.notice-box,.step-card{background:#1F2530;border:1px solid rgba(255,90,24,.16);box-shadow:0 18px 42px rgba(0,0,0,.28);border-radius:22px}.brand-guide{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch}.brand-guide .hero-card{padding:28px}.quick-links{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.quick-links a{padding:18px;border-radius:18px;background:#242A35;border:1px solid rgba(255,90,24,.14)}.quick-links span{display:block;color:#FF5A18;font-weight:700;margin-bottom:4px}.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.info-card{padding:22px}.info-card .num{color:#FF5A18;font-size:24px;font-weight:800}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center}.feature-row.reverse .feature-text{order:2}.feature-row.reverse .feature-media{order:1}.feature-text{padding:26px}.feature-media{padding:14px}.content-img,.zone-card img,.app-section img,.feature-media img{width:100%;height:auto;max-height:360px;object-fit:contain;background:#10131A;border-radius:18px}.zone-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.zone-card{overflow:hidden}.zone-card img{border-radius:22px 22px 0 0;max-height:220px}.zone-card .zone-body{padding:18px}.zone-card h3{margin:0 0 8px;font-size:20px}.zone-card p{color:#B9C0CC;margin:0}.two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{padding:22px;color:#DCE3EF}.review-card strong{display:block;color:#FF5A18;margin-bottom:8px}.faq-list{display:grid;gap:14px}.faq-item{padding:20px}.faq-item h3{font-size:18px;margin:0 0 8px}.faq-item p{margin:0;color:#B9C0CC}.notice-box{padding:24px;background:linear-gradient(135deg,#1F2530,#171A22)}.notice-box ul{margin:12px 0 0;padding-left:20px;color:#B9C0CC}.page-main{padding:34px 0 56px}.page-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center;margin:28px 0 34px}.page-hero .hero-copy{padding:30px}.page-hero h1{font-size:38px;line-height:1.25;margin:8px 0 14px}.page-hero p{color:#DCE3EF}.hero-img{width:100%;max-height:380px;object-fit:contain;background:#10131A;border-radius:22px;padding:10px;border:1px solid rgba(255,90,24,.14)}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.pill-list span{border:1px solid rgba(255,90,24,.22);color:#FF5A18;background:rgba(255,90,24,.07);padding:7px 12px;border-radius:999px;font-size:13px}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:22px}.article-card{padding:26px}.article-card h2{margin-top:0}.article-card p{color:#B9C0CC}.side-stack{display:grid;gap:18px}.step-list{counter-reset:step;display:grid;gap:14px}.step-card{padding:18px;position:relative}.step-card:before{counter-increment:step;content:counter(step);display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:#FF5A18;color:#fff;font-weight:800;margin-right:8px}.media-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.media-list .zone-card img{max-height:210px}.site-footer{background:#0D1017;color:#DCE3EF;margin-top:40px}.footer-inner{width:min(1200px,calc(100% - 32px));margin:auto;padding:42px 0;display:grid;grid-template-columns:1.2fr 1.8fr;gap:36px}.footer-logo img{max-height:52px;width:auto}.footer-brand p{color:#B9C0CC}.footer-note{font-size:14px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.footer-links h3{font-size:16px;margin:0 0 10px}.footer-links a{display:block;color:#DCE3EF;margin:8px 0}.footer-links a:hover{color:#FF5A18}.footer-bottom{text-align:center;color:#8F98A6;border-top:1px solid rgba(255,255,255,.08);padding:16px}.wide-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:28px}.wide-cta p{margin:0;color:#B9C0CC}.download-box{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center}.contact-lines{display:grid;gap:12px}.contact-lines div{padding:14px 16px;border-radius:14px;background:#242A35;color:#DCE3EF}.table-like{display:grid;gap:12px}.table-like div{display:grid;grid-template-columns:160px 1fr;gap:16px;padding:14px;border-radius:14px;background:#242A35;color:#B9C0CC}.table-like strong{color:#FF5A18}@media (max-width:1024px){.mega-grid{grid-template-columns:repeat(3,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.zone-grid{grid-template-columns:repeat(2,1fr)}.review-grid,.three-col,.media-list{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.nav-core{gap:14px}.nav-core a{font-size:14px}}@media (max-width:760px){body{padding-top:68px}.site-header{height:68px}.header-inner{min-height:68px;width:calc(100% - 24px);gap:10px;display:grid;grid-template-columns:48px 1fr auto}.mobile-menu-toggle{display:block}.logo{justify-content:center}.logo img{max-height:42px}.nav-core,.all-menu-btn{display:none}.header-action{justify-content:flex-end}.nav-register{padding:9px 16px;min-width:66px}.mega-panel,.mega-mask{display:none!important}main{width:calc(100% - 24px)}.banner-slider{margin:18px auto 28px;border-radius:16px;aspect-ratio:16/8.8}.slider-arrow{width:36px;height:36px}.slider-arrow.prev{left:10px}.slider-arrow.next{right:10px}.brand-guide,.feature-row,.page-hero,.two-col,.download-box{grid-template-columns:1fr}.feature-row.reverse .feature-text{order:1}.feature-row.reverse .feature-media{order:2}.quick-links,.service-grid,.zone-grid,.review-grid,.three-col,.media-list{grid-template-columns:1fr}.section{margin:32px 0}.section-head{display:block}.section-title{font-size:25px}.page-hero{gap:18px}.page-hero .hero-copy{padding:22px}.page-hero h1{font-size:30px}.footer-links{grid-template-columns:1fr}.wide-cta{display:block}.wide-cta .main-btn{margin-top:16px}.table-like div{grid-template-columns:1fr;gap:4px}.content-img,.zone-card img,.app-section img,.feature-media img,.hero-img{max-height:300px}.footer-inner{padding:32px 0}.drawer-nav{padding-bottom:28px}}@media (max-width:380px){.nav-register{padding:8px 12px}.logo img{max-height:38px}.header-inner{width:calc(100% - 18px)}}
