
:root{--purple:#8c6de6;--purple-dark:#7E5DDD;--bg:#DDE0F4;--soft:#F7F7FC;--soft2:#EEF0FA;--text:#2E2E3A;--muted:#66667A;--line:rgba(140,109,230,.16);--shadow:0 14px 36px rgba(140,109,230,.10);--footer:#4B4A6B;--footer-text:#F3F2FB}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#DDE0F4 0%,#EEF0FA 55%,#DDE0F4 100%);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:9999;background:#DDE0F4cc;backdrop-filter:blur(10px);box-shadow:0 6px 18px rgba(140,109,230,.08)}.header-inner{max-width:1220px;margin:0 auto;height:76px;display:flex;align-items:center;gap:22px;padding:0 22px}.brand img,.mobile-logo img{height:46px;width:auto}.nav{display:flex;align-items:center;gap:6px;flex:1;justify-content:center}.nav a{color:#554B7A;padding:9px 12px;border-radius:999px;font-weight:700;font-size:15px;white-space:nowrap}.nav a:hover,.nav a.active{background:#fff;color:var(--purple);box-shadow:0 8px 18px rgba(140,109,230,.09)}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:#8c6de6;color:#fff;border-radius:999px;padding:10px 22px;font-weight:800;box-shadow:0 10px 22px rgba(140,109,230,.22);transition:.2s}.main-btn:hover{background:#7E5DDD;transform:translateY(-1px)}.main-btn.small{padding:8px 13px;font-size:13px}.mobile-top{display:none;height:66px;align-items:center;justify-content:space-between;padding:0 14px}.menu-toggle{width:42px;height:42px;border:0;border-radius:14px;background:#fff;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(140,109,230,.10)}.menu-toggle span{width:20px;height:2px;background:#8c6de6;border-radius:4px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.36);opacity:0;visibility:hidden;z-index:10000;transition:.25s}.drawer-mask.show{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;bottom:0;left:0;width:84vw;max-width:320px;background:linear-gradient(180deg,#fff,#F7F7FC);transform:translateX(-102%);transition:.28s;z-index:10001;padding:18px;box-shadow:20px 0 40px rgba(75,74,107,.18)}.mobile-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-head img{height:44px}.drawer-close{border:0;background:#EEF0FA;color:#8c6de6;width:36px;height:36px;border-radius:50%;font-size:24px}.drawer-nav{display:grid;gap:10px}.drawer-nav a{padding:12px 14px;background:#fff;border:1px solid var(--line);border-radius:16px;color:#554B7A;font-weight:800}.drawer-nav a.active{color:#8c6de6}.no-scroll{overflow:hidden}.container{max-width:1200px;margin:0 auto;padding:0 22px}.section{margin:44px auto}.hero-page{max-width:1200px;margin:34px auto;padding:42px 22px}.hero-card{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:26px;padding:34px;box-shadow:var(--shadow)}h1,h2,h3,.section-title{color:#8c6de6;line-height:1.25;margin:0 0 14px}h1{font-size:clamp(30px,5vw,52px)}h2{font-size:clamp(24px,3vw,36px)}h3{font-size:22px}p{margin:0 0 14px}.lead{font-size:18px;color:#55556e;max-width:900px}.muted{color:var(--muted)}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#fff;box-shadow:0 18px 40px rgba(140,109,230,.10);overflow:hidden;position:relative}.slide{display:none;position:relative}.slide.active{display:block}.banner-slider img{width:100%;height:380px;object-fit:cover;background:#fff}.slider-btn{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:28px;cursor:pointer}.slider-btn: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:0;border-radius:50%;background:rgba(140,109,230,.25);cursor:pointer}.dot.active{background:#8c6de6}.pill-row{max-width:1200px;margin:0 auto 26px;padding:0 22px;display:flex;gap:12px;overflow:auto}.pill{min-width:138px;background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:18px;padding:14px 16px;box-shadow:0 10px 28px rgba(140,109,230,.06)}.pill:hover{border-color:#8c6de6}.pill b{color:#8c6de6;display:block;font-size:13px}.pill strong{display:block;color:#2E2E3A}.pill span{font-size:13px;color:#66667A}.intro-strip{max-width:1200px;margin:28px auto;padding:0 22px}.strip-inner{background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(247,247,252,.82));border:1px solid var(--line);border-radius:24px;padding:24px 28px;box-shadow:var(--shadow)}.grid{display:grid;gap:20px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.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;padding:24px}.num,.tag{color:#8c6de6;font-weight:900}.tag{display:inline-block;background:#EEF0FA;border-radius:999px;padding:5px 12px;margin-bottom:10px}.feature{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;margin-bottom:30px}.feature.reverse .feature-text{order:1}.feature.reverse .feature-img{order:2}.feature-img{background:#fff;border:1px solid var(--line);border-radius:26px;padding:16px;box-shadow:var(--shadow)}.feature-img img,.content-img{width:100%;max-height:330px;object-fit:contain;border-radius:18px;background:#fff}.points{display:grid;gap:8px;margin:16px 0}.points span{background:#fff;border:1px solid var(--line);border-radius:14px;padding:9px 12px;color:#554B7A}.text-link{color:#8c6de6;font-weight:900}.zone-card{display:flex;flex-direction:column;height:100%}.zone-card img{width:100%;height:210px;object-fit:contain;background:#F7F7FC;border-radius:18px;margin-bottom:16px}.zone-card .text-link{margin-top:auto}.app-section{background:linear-gradient(135deg,#fff,#F7F7FC);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px;display:grid;grid-template-columns:360px 1fr;gap:28px;align-items:center}.app-section img{max-height:330px;object-fit:contain;margin:auto}.faq-item{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;margin-bottom:14px;box-shadow:0 10px 24px rgba(140,109,230,.06)}.notice{background:#EEF0FA;border-left:4px solid #8c6de6;border-radius:18px;padding:20px;color:#554B7A}.site-footer{background:#4B4A6B;color:#F3F2FB;margin-top:56px}.footer-inner{max-width:1200px;margin:0 auto;padding:38px 22px}.footer-brand{display:grid;grid-template-columns:150px 1fr;gap:24px;align-items:center}.footer-brand img{height:54px;width:auto}.footer-links{display:flex;flex-wrap:wrap;gap:14px;margin:22px 0}.footer-links a{color:#F3F2FB;background:rgba(255,255,255,.10);padding:8px 12px;border-radius:999px}.footer-note{color:#dddaf4;font-size:14px}.page-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:28px;align-items:start}.side-panel{position:sticky;top:96px}.list{padding-left:18px;color:#55556e}.list li{margin:8px 0}@media (max-width:980px){.header-inner{display:none}.mobile-top{display:flex}.banner-slider img{height:280px}.grid-4{grid-template-columns:repeat(2,1fr)}.feature,.app-section,.page-layout{grid-template-columns:1fr}.feature.reverse .feature-text,.feature.reverse .feature-img{order:initial}.side-panel{position:static}.footer-brand{grid-template-columns:1fr}.footer-brand img{height:48px}}@media (max-width:620px){.container{padding:0 16px}.hero-page{padding:24px 16px}.hero-card{padding:24px}.banner-slider{margin:18px 16px 24px}.banner-slider img{height:210px}.slider-btn{width:36px;height:36px;font-size:22px}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.card,.zone-card,.info-card,.review-card{padding:20px}.feature-img img,.content-img{max-height:260px}.zone-card img{height:190px}.app-section{padding:20px}.pill-row{padding:0 16px}.strip-inner{padding:20px}.section{margin:32px auto}}
