*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#151A23;color:#E8ECF5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{color:#F1DCA3;text-decoration:none}img{max-width:100%;height:auto;display:block}p{margin:0 0 14px;color:#B8C0D3}.container{width:min(1200px,calc(100% - 36px));margin:0 auto}.site-header{position:sticky;top:0;z-index:9999;background:#151A23;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.22)}.top-nav{height:76px;display:flex;align-items:center;gap:28px}.brand-logo{display:flex;align-items:center;flex:0 0 auto}.brand-logo img{width:138px;max-height:50px;object-fit:contain}.nav-core{display:flex;align-items:center;justify-content:center;gap:28px;flex:1;min-width:0}.nav-core a{color:#F1DCA3;position:relative;font-size:15px;white-space:nowrap;letter-spacing:.04em}.nav-core a:hover,.nav-core a.active{color:#F1DCA3;text-shadow:0 0 14px rgba(241,220,163,.25)}.nav-core a.active::after{content:"";position:absolute;left:50%;bottom:-12px;width:28px;height:3px;border-radius:999px;background:#F1DCA3;transform:translateX(-50%)}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:#F1DCA3;color:#151A23;border-radius:999px;box-shadow:0 10px 24px rgba(241,220,163,.18);font-weight:700;padding:10px 22px;transition:.2s ease;border:0;white-space:nowrap}.main-btn:hover{background:#E3C98F;transform:translateY(-1px)}.header-btn{flex:0 0 auto}.menu-toggle{display:none;width:42px;height:42px;border:1px solid rgba(241,220,163,.18);background:#1B2130;border-radius:12px;padding:9px;gap:5px;flex-direction:column;justify-content:center}.menu-toggle span{display:block;height:2px;background:#F1DCA3;border-radius:10px}.channel-bar{background:#1B2130;border-top:1px solid rgba(241,220,163,.10);border-bottom:1px solid rgba(241,220,163,.10)}.channel-scroll{display:flex;align-items:center;gap:10px;overflow-x:auto;padding:10px 0;scrollbar-width:none}.channel-scroll::-webkit-scrollbar{display:none}.channel-bar a{color:#B8C0D3;border-radius:999px;padding:6px 14px;font-size:14px;white-space:nowrap;border:1px solid rgba(241,220,163,.08)}.channel-bar a:hover,.channel-bar a.active{color:#151A23;background:#F1DCA3}.floating-service{position:fixed;right:18px;top:42%;z-index:60;display:flex;flex-direction:column;gap:10px}.floating-service a,.floating-service button{background:#1B2130;color:#F1DCA3;border:1px solid rgba(241,220,163,.16);box-shadow:0 14px 30px rgba(0,0,0,.24);border-radius:999px;padding:10px 14px;font-size:13px;cursor:pointer;font-family:inherit}.floating-service a.register-link{background:#F1DCA3;color:#151A23;font-weight:800}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9998;opacity:0;visibility:hidden;transition:.22s}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#1B2130;z-index:10000;transform:translateX(-102%);transition:.25s ease;box-shadow:20px 0 40px rgba(0,0,0,.35);overflow-y:auto}.drawer-open .drawer-mask{opacity:1;visibility:visible}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(241,220,163,.12)}.drawer-head img{width:126px;max-height:46px;object-fit:contain}.drawer-close{width:38px;height:38px;border:1px solid rgba(241,220,163,.18);background:#202738;color:#F1DCA3;border-radius:10px;font-size:24px}.drawer-list{display:grid;padding:14px}.drawer-list a{padding:12px 14px;border-bottom:1px solid rgba(241,220,163,.08);color:#D5DBEA;border-radius:10px}.drawer-list a.active,.drawer-list a:hover{background:#202738;color:#F1DCA3}.page-main{padding:28px 0 64px}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#1B2130;box-shadow:0 18px 40px rgba(0,0,0,.30);overflow:hidden;position:relative;z-index:1;min-height:280px}.banner-slider .slide{display:none;aspect-ratio:16/7;background:#151A23}.banner-slider .slide.active{display:block}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#151A23}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:none;border-radius:999px;background:rgba(27,33,48,.78);color:#F1DCA3;box-shadow:0 8px 20px rgba(0,0,0,.28);width:42px;height:42px;font-size:24px;cursor:pointer}.slider-arrow.left{left:16px}.slider-arrow.right{right:16px}.slider-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.slider-dots button{width:9px;height:9px;border-radius:50%;border:none;background:rgba(241,220,163,.28);padding:0;cursor:pointer}.slider-dots button.active{background:#F1DCA3}.section{margin:34px auto}.section-head{margin-bottom:18px;max-width:820px}.section-kicker,.tag,.label,.num,.badge{color:#F1DCA3}.section-kicker{font-size:13px;letter-spacing:.18em;font-weight:800}.section-title,h1,h2,h3{color:#F1DCA3;line-height:1.32}.section-title{font-size:32px;margin:8px 0 10px}h1{font-size:42px;margin:8px 0 16px}h2{font-size:28px;margin:0 0 14px}h3{font-size:20px;margin:0 0 10px}.lead{font-size:17px;color:#E8ECF5}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.zone-card,.info-card,.review-card,.notice-card{background:#1B2130;border:1px solid rgba(241,220,163,.14);box-shadow:0 14px 36px rgba(0,0,0,.25);border-radius:20px;padding:22px}.zone-card{overflow:hidden;padding:0}.zone-card .zone-body{padding:20px}.content-img,.zone-card img,.app-section img,.banner-slider img{max-width:100%;height:auto;object-fit:contain}.zone-card img{width:100%;height:210px;background:#202738;object-fit:contain}.feature-list{display:grid;gap:12px;margin:18px 0 0;padding:0;list-style:none}.feature-list li{padding:12px 14px;background:#202738;border-radius:14px;color:#B8C0D3;border:1px solid rgba(241,220,163,.09)}.text-link{color:#F1DCA3;font-weight:700}.text-link::after{content:"  ›"}.hero-card{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center;background:linear-gradient(135deg,#1B2130,#202738);border:1px solid rgba(241,220,163,.14);border-radius:24px;padding:30px;box-shadow:0 18px 42px rgba(0,0,0,.27)}.hero-card img,.sub-hero img{border-radius:20px;background:#202738;object-fit:contain;width:100%;max-height:360px}.service-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.service-strip .info-card .num{font-size:24px;font-weight:900}.product-list{display:grid;gap:16px}.product-item{display:grid;grid-template-columns:180px 1fr;gap:18px;align-items:start;background:#1B2130;border:1px solid rgba(241,220,163,.14);border-radius:20px;padding:20px}.product-item .label{font-weight:800}.sub-hero{display:grid;grid-template-columns:1fr .82fr;gap:24px;align-items:center;background:#1B2130;border:1px solid rgba(241,220,163,.14);border-radius:24px;padding:32px;box-shadow:0 18px 42px rgba(0,0,0,.27);margin-top:28px}.article{display:grid;gap:22px}.article p{font-size:16px}.quote{border-left:3px solid #F1DCA3;padding-left:14px;color:#E8ECF5}.faq-list{display:grid;gap:14px}.faq-item{background:#1B2130;border:1px solid rgba(241,220,163,.14);border-radius:18px;padding:18px}.faq-item h3{font-size:18px}.app-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:center}.app-section img{border-radius:20px;background:#202738}.site-footer{background:#0E121A;color:#D5DBEA;padding:46px 0 110px}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:26px}.footer-brand img{width:136px;margin-bottom:14px}.site-footer a{display:block;color:#D5DBEA;margin:8px 0}.site-footer h3{font-size:18px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(241,220,163,.10);padding-top:18px;margin-top:28px;color:#8F98AD;font-size:14px}.mobile-bottom{display:none}.notice-card{background:#202738}.pill-row{display:flex;flex-wrap:wrap;gap:10px}.pill{display:inline-flex;border:1px solid rgba(241,220,163,.14);background:#202738;color:#B8C0D3;border-radius:999px;padding:6px 12px;font-size:14px}.table-like{display:grid;gap:12px}.table-like div{display:grid;grid-template-columns:160px 1fr;gap:14px;padding:14px;background:#202738;border-radius:14px;border:1px solid rgba(241,220,163,.08)}@media(max-width:980px){.nav-core,.channel-bar,.floating-service{display:none}.menu-toggle{display:flex}.top-nav{height:68px;justify-content:space-between;gap:12px}.brand-logo{position:absolute;left:50%;transform:translateX(-50%)}.brand-logo img{width:112px}.header-btn{padding:8px 12px;font-size:13px}.page-main{padding-top:18px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3,.grid-2,.hero-card,.sub-hero,.app-section{grid-template-columns:1fr}.service-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.product-item{grid-template-columns:1fr}.banner-slider{margin-top:18px;min-height:180px}.banner-slider .slide{aspect-ratio:16/9}.section-title{font-size:26px}h1{font-size:30px}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:9997;display:grid;grid-template-columns:repeat(4,1fr);background:#151A23;border-top:1px solid rgba(241,220,163,.20);padding:7px 0 env(safe-area-inset-bottom);box-shadow:0 -10px 26px rgba(0,0,0,.28)}.mobile-bottom a{color:#B8C0D3;text-align:center;font-size:12px;display:grid;gap:2px}.mobile-bottom span{font-size:18px;line-height:1}.mobile-bottom a.active{color:#F1DCA3}body{padding-bottom:66px}.site-footer{padding-bottom:130px}}@media(max-width:640px){.container{width:min(100% - 24px,1200px)}.grid-4,.grid-3,.grid-2,.service-strip{grid-template-columns:1fr}.card,.info-card,.review-card,.notice-card{padding:18px;border-radius:16px}.hero-card,.sub-hero{padding:20px;border-radius:18px}.zone-card img{height:180px}.slider-arrow{width:36px;height:36px;font-size:20px}.slider-arrow.left{left:10px}.slider-arrow.right{right:10px}.table-like div{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.section{margin:26px auto}.top-nav{width:calc(100% - 18px)}.brand-logo img{width:98px}.header-btn{padding:7px 10px;font-size:12px}.menu-toggle{width:38px;height:38px}.lead{font-size:15px}}