
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#DDE0F4;color:#2E2E3A;line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.shell{width:min(1200px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:9999;background:#DDE0F4;backdrop-filter:blur(10px);box-shadow:0 6px 18px rgba(140,109,230,.08)}.desktop-head{height:78px;display:flex;align-items:center;gap:22px}.brand img,.mobile-logo img{height:46px;width:auto}.nav{display:flex;gap:6px;align-items:center;justify-content:center;flex:1}.nav a{padding:10px 12px;border-radius:999px;color:#554B7A;font-weight:700;font-size:15px;white-space:nowrap}.nav a:hover,.nav a.active{background:rgba(255,255,255,.82);color:#8c6de6}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:#8c6de6;color:#fff!important;border-radius:999px;padding:11px 22px;font-weight:800;box-shadow:0 10px 22px rgba(140,109,230,.22);transition:.25s;white-space:nowrap}.main-btn:hover{background:#7E5DDD;transform:translateY(-1px)}.main-btn.small{padding:8px 12px;font-size:13px}.mobile-head{display:none;height:66px;align-items:center;justify-content:space-between;padding:0 14px}.menu-btn{width:42px;height:42px;border:0;background:rgba(255,255,255,.75);border-radius:14px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 10px}.menu-btn span{height:2px;background:#8c6de6;border-radius:2px}.drawer-mask{position:fixed;inset:0;background:rgba(20,18,30,.42);z-index:10000;opacity:0;visibility:hidden;transition:.25s}.drawer-mask.show{opacity:1;visibility:visible}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:linear-gradient(180deg,#fff,#F7F7FC);z-index:10001;transform:translateX(-105%);transition:.3s;box-shadow:16px 0 42px rgba(63,54,104,.22);padding:18px}.mobile-drawer.show{transform:translateX(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.drawer-top img{height:46px}.drawer-top button{border:0;background:#EEF0FA;color:#8c6de6;width:38px;height:38px;border-radius:12px;font-size:24px}.drawer-nav{display:grid;gap:10px}.drawer-nav a{padding:13px 14px;border-radius:16px;background:rgba(255,255,255,.75);border:1px solid rgba(140,109,230,.14);font-weight:800;color:#554B7A}.drawer-nav a.active{color:#8c6de6;border-color:#8c6de6}.no-scroll{overflow:hidden}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#FFFFFF;box-shadow:0 18px 40px rgba(140,109,230,.10);overflow:hidden;position:relative}.slide{display:none}.slide.active{display:block}.banner-slider img{width:100%;height:400px;object-fit:cover;object-position:center}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(140,109,230,.18);background:rgba(255,255,255,.75);color:#8c6de6;font-size:30px;cursor:pointer;display:grid;place-items:center}.slider-arrow:hover{background:#fff}.prev{left:18px}.next{right:18px}.dots{position:absolute;left:0;right:0;bottom:15px;display:flex;justify-content:center;gap:9px}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(140,109,230,.25);cursor:pointer}.dot.active{background:#8c6de6;width:26px;border-radius:999px}.section{padding:34px 0}.section-title{color:#8c6de6;font-size:32px;line-height:1.25;margin:0 0 16px}.lead{font-size:18px;color:#66667A;margin:0 0 18px}.card,.zone-card,.info-card,.review-card{background:rgba(255,255,255,.92);border:1px solid rgba(140,109,230,.16);box-shadow:0 14px 36px rgba(140,109,230,.10);border-radius:24px}.intro-bar{padding:26px 30px;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(247,247,252,.88));border-radius:26px;border:1px solid rgba(140,109,230,.16);box-shadow:0 14px 36px rgba(140,109,230,.10)}.pills{display:flex;gap:14px;overflow-x:auto;padding:4px 2px 12px}.pill{min-width:138px;padding:15px;border-radius:20px;background:rgba(255,255,255,.86);border:1px solid rgba(140,109,230,.16);box-shadow:0 8px 20px rgba(140,109,230,.08)}.pill:hover{border-color:#8c6de6}.pill b{color:#8c6de6}.pill strong{display:block;color:#2E2E3A;margin:4px 0}.pill span{font-size:13px;color:#66667A}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-card{padding:22px}.num,.tag{color:#8c6de6;font-weight:900}.info-card h3,.zone-card h3,.review-card h3{color:#8c6de6;margin:6px 0 8px}.zigzag{display:grid;gap:24px}.feature{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;padding:26px}.feature.reverse .feature-img{order:2}.feature-img{border-radius:22px;background:#F7F7FC;padding:14px;min-height:260px;display:grid;place-items:center;overflow:hidden}.feature-img img{width:100%;max-height:320px;object-fit:contain}.feature ul,.app-content ul{padding-left:20px;color:#66667A}.text-link{color:#8c6de6;font-weight:900}.zone-wall{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.zone-card{padding:16px;display:flex;flex-direction:column;gap:10px}.zone-card .imgbox{height:190px;border-radius:18px;background:#F7F7FC;display:grid;place-items:center;overflow:hidden}.zone-card img{width:100%;height:100%;object-fit:contain}.zone-card p{color:#66667A}.zone-card .text-link{margin-top:auto}.app-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;padding:28px;background:linear-gradient(135deg,#fff,#F7F7FC);border-radius:28px;border:1px solid rgba(140,109,230,.16);box-shadow:0 14px 36px rgba(140,109,230,.10)}.app-section img{max-height:330px;object-fit:contain;margin:auto}.security-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px}.security-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.faq-list{display:grid;gap:14px}.faq-item{padding:22px;border-radius:22px;background:rgba(255,255,255,.92);border:1px solid rgba(140,109,230,.16);box-shadow:0 10px 24px rgba(140,109,230,.08)}.faq-item h3{margin:0 0 8px;color:#8c6de6}.hero-page{padding:48px 0 22px}.hero-card{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center;padding:32px}.hero-card h1{font-size:40px;line-height:1.2;color:#8c6de6;margin:0 0 14px}.hero-card p{color:#66667A}.content-img{border-radius:22px;background:#F7F7FC;padding:14px;max-height:360px;object-fit:contain;margin:auto}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.content-block{padding:24px}.notice{background:#EEF0FA;border:1px solid rgba(140,109,230,.16);border-radius:22px;padding:22px;color:#55556d}.footer{margin-top:50px;background:#4B4A6B;color:#F3F2FB;padding:42px 0 18px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:24px}.footer a{display:block;color:#F3F2FB;margin:8px 0;opacity:.9}.footer h3{color:#fff}.footer-brand img{height:48px;width:auto;margin-bottom:12px}.footer p{opacity:.85}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.12);margin-top:24px;padding-top:18px;color:#F3F2FB;opacity:.8}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{padding:22px;color:#66667A}@media(max-width:980px){.desktop-head{display:none}.mobile-head{display:flex}.banner-slider img{height:300px}.grid-4,.zone-wall,.footer-grid{grid-template-columns:repeat(2,1fr)}.feature,.feature.reverse,.app-section,.security-layout,.hero-card,.content-grid{grid-template-columns:1fr}.feature.reverse .feature-img{order:0}.reviews,.grid-3{grid-template-columns:1fr 1fr}.section-title{font-size:28px}}@media(max-width:620px){.shell{width:min(100% - 24px,1200px)}.banner-slider{margin:18px auto 26px;border-radius:16px}.banner-slider img{height:220px}.slider-arrow{width:34px;height:34px;font-size:22px}.prev{left:8px}.next{right:8px}.section{padding:24px 0}.grid-4,.zone-wall,.reviews,.grid-3,.security-cards,.footer-grid{grid-template-columns:1fr}.feature,.app-section,.hero-card,.content-block,.info-card{padding:18px}.hero-card h1{font-size:30px}.feature-img{min-height:200px}.zone-card .imgbox{height:160px}}
