
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#E6EBF2;color:#243447;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75}a{text-decoration:none;color:inherit}img{display:block}.site-header{position:sticky;top:0;z-index:1000;background:#F5F7FB;box-shadow:0 10px 28px rgba(56,92,138,.10)}.header-inner{max-width:1240px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:18px}.logo-link img{width:132px;height:auto}.nav{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap}.nav a{color:#4E5F7A;font-size:15px;padding:10px 11px;border-radius:999px}.nav a:hover,.nav a.active{color:#289CFF;background:#EEF2F7}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 24px;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF;font-weight:700;box-shadow:0 10px 22px rgba(36,155,255,.25);border:0}.main-btn:hover{transform:translateY(-1px)}.header-btn{min-width:88px}.menu-toggle{display:none;background:transparent;border:0;width:42px;height:42px;padding:8px}.menu-toggle span{display:block;height:2px;background:#4E5F7A;margin:7px 0;border-radius:2px}.drawer-mask{position:fixed;inset:0;background:rgba(17,31,51,.35);opacity:0;pointer-events:none;transition:.2s}.drawer-mask.show{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;top:0;right:-320px;width:300px;max-width:86vw;height:100vh;background:#F5F7FB;box-shadow:-18px 0 36px rgba(36,52,71,.2);transition:.24s;z-index:1002;padding:18px;overflow:auto}.mobile-drawer.open{right:0}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.drawer-head img{width:126px;height:auto}.drawer-close{border:0;background:#EEF2F7;color:#4E5F7A;width:38px;height:38px;border-radius:50%;font-size:26px}.drawer-links{display:grid;gap:8px}.drawer-links a{padding:12px 14px;border-radius:14px;color:#4E5F7A;background:#FFFFFF}.drawer-links a.active{color:#289CFF;background:#EEF2F7}.drawer-register{background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%)!important;color:#fff!important;text-align:center;font-weight:700}.page-main{padding:24px 18px 0}.hero-section{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#FFFFFF;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;padding:46px}.eyebrow{color:#289CFF;font-weight:700;letter-spacing:.08em}.hero-section h1,.inner-hero h1{font-size:42px;line-height:1.22;margin:12px 0;color:#289CFF}.hero-section p.lead,.inner-hero .lead{font-size:18px;color:#4E5F7A;margin:0 0 18px}.hero-text{color:#243447}.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 26px}.tag-row span,.mini-tag{display:inline-flex;color:#289CFF;background:#EEF2F7;border:1px solid rgba(40,156,255,.18);border-radius:999px;padding:6px 12px;font-weight:700;font-size:14px}.hero-media{background:#F5F7FB;border-radius:18px;padding:16px}.content-img,.zone-card img,.app-section img,.hero-section img{max-width:100%;height:auto}.hero-media img,.image-panel img{width:100%;height:auto;border-radius:16px;object-fit:contain}.section,.inner-hero{max-width:1200px;margin:0 auto 34px}.inner-hero{background:#FFFFFF;border-radius:20px;padding:42px;box-shadow:0 18px 40px rgba(56,92,138,.12)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-title,h1,h2,h3{color:#289CFF}.section-title{font-size:28px;margin:0}.section-desc{color:#66788A;margin:6px 0 0;max-width:760px}.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{background:rgba(255,255,255,.92);border:1px solid rgba(40,156,255,.16);box-shadow:0 14px 36px rgba(56,92,138,.10);border-radius:18px;padding:22px}.card h3,.zone-card h3,.info-card h3,.review-card h3{margin:0 0 8px;font-size:20px}.card p,.zone-card p,.info-card p,.review-card p{margin:0 0 12px;color:#4E5F7A}.text-link{color:#289CFF;font-weight:700}.zone-card img{width:100%;height:auto;border-radius:16px;margin-bottom:16px;object-fit:contain;background:#F5F7FB}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.image-panel{background:#FFFFFF;border-radius:20px;padding:18px;box-shadow:0 14px 36px rgba(56,92,138,.10)}.soft-panel{background:#F5F7FB;border-radius:20px;padding:26px}.steps{counter-reset:item;display:grid;gap:14px}.step{position:relative;padding:18px 18px 18px 58px;background:#FFFFFF;border-radius:16px;border:1px solid rgba(40,156,255,.16)}.step:before{counter-increment:item;content:counter(item);position:absolute;left:18px;top:18px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#EEF2F7;color:#289CFF;font-weight:800}.notice{background:#DDE4EE;border-left:4px solid #289CFF;border-radius:16px;padding:20px;color:#4E5F7A}.faq-item{background:#FFFFFF;border:1px solid rgba(40,156,255,.16);border-radius:16px;padding:20px}.faq-item h3{margin:0 0 8px}.faq-item p{margin:0;color:#4E5F7A}.site-footer{background:#243447;color:#EAF3FF;margin-top:40px}.footer-inner{max-width:1200px;margin:0 auto;padding:38px 20px}.footer-brand{display:grid;grid-template-columns:150px 1fr;gap:22px;align-items:center;margin-bottom:22px}.footer-brand img{width:136px;height:auto}.footer-brand p,.footer-note p{margin:0;color:#EAF3FF}.footer-links{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0}.footer-links a{color:#EAF3FF;background:rgba(255,255,255,.08);padding:8px 12px;border-radius:999px}.footer-note{display:grid;gap:8px;color:#EAF3FF}.muted{color:#66788A}.small{color:#8A9AAF;font-size:14px}.center{text-align:center}.pill-list{display:flex;gap:10px;flex-wrap:wrap}.pill-list span{background:#FFFFFF;border:1px solid rgba(40,156,255,.16);color:#289CFF;border-radius:999px;padding:8px 12px;font-weight:700}.table-like{display:grid;gap:12px}.table-row{display:grid;grid-template-columns:160px 1fr;gap:18px;background:#FFFFFF;border-radius:16px;border:1px solid rgba(40,156,255,.16);padding:16px}.table-row strong{color:#289CFF}@media (max-width:1050px){.nav{display:none}.menu-toggle{display:block;margin-left:auto}.hero-grid,.split{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.header-btn{display:none}}@media (max-width:720px){.page-main{padding:16px 12px 0}.hero-grid,.inner-hero{padding:26px}.hero-section h1,.inner-hero h1{font-size:30px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section-head{display:block}.footer-brand{grid-template-columns:1fr}.table-row{grid-template-columns:1fr}.card,.zone-card,.info-card,.review-card{padding:18px}.header-inner{padding:10px 14px}.logo-link img{width:118px}}
