*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:#E6EBF2;color:#243447;line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;border-bottom:1px solid rgba(40,156,255,.12);box-shadow:0 10px 24px rgba(56,92,138,.08)}.header-inner{max-width:1240px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px}.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto}.nav-wrap{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.nav{display:flex;align-items:center;gap:18px;white-space:nowrap;flex-wrap:nowrap}.nav a,.nav button{font:600 15px/1.2 inherit;color:#4E5F7A;background:none;border:0;cursor:pointer;padding:24px 0}.nav a.active,.nav a:hover,.nav button:hover{color:#289CFF}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;min-width:180px;background:#fff;border:1px solid rgba(40,156,255,.12);border-radius:14px;box-shadow:0 18px 38px rgba(56,92,138,.16);z-index:10000;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu.right-menu{left:auto;right:0}.dropdown-menu a{display:block;padding:12px 16px;color:#4E5F7A;white-space:nowrap}.dropdown-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.header-action{flex:0 0 auto;display:flex;align-items:center}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#fff!important;font-weight:700;box-shadow:0 10px 22px rgba(36,155,255,.26)}.menu-toggle{display:none;background:#fff;border:1px solid rgba(40,156,255,.18);border-radius:12px;width:42px;height:42px;padding:10px}.menu-toggle span{display:block;height:2px;background:#289CFF;margin:5px 0;border-radius:4px}.page{max-width:1200px;margin:0 auto;padding:34px 20px 56px}.hero-page,.section,.card,.zone-card,.info-card,.review-card,.faq-item,.guide-step{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:22px}.hero-page{padding:42px;margin-bottom:28px}.eyebrow,.tag,.step-no{color:#289CFF;font-weight:800}.hero-page h1,h1,h2,h3,.section-title{color:#289CFF;line-height:1.25}h1{font-size:42px;margin:10px 0 18px}h2{font-size:30px;margin:0 0 18px}h3{font-size:20px;margin:0 0 10px}p{margin:0 0 14px;color:#243447}.muted{color:#66788A}.grid{display:grid;gap:20px}.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,.faq-item,.guide-step{padding:24px}.content-img,.zone-card img,.app-section img{width:100%;height:auto;object-fit:contain;background:#fff;border-radius:18px;margin:12px 0 0}.section{padding:32px;margin:24px 0}.link-more{color:#289CFF;font-weight:700}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#fff;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative}.slides{position:relative}.slide{display:none}.slide.active{display:block}.slide-img{height:430px;background:#fff;display:flex;align-items:center;justify-content:center}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#fff}.slide-copy{position:absolute;left:30px;bottom:28px;max-width:420px;background:rgba(255,255,255,.9);border:1px solid rgba(40,156,255,.14);border-radius:18px;padding:20px}.slide-copy h2{margin:0 0 8px}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#289CFF;box-shadow:0 10px 24px rgba(56,92,138,.18);cursor:pointer;font-size:24px}.slider-prev{left:16px}.slider-next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:9px}.slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:#DDE4EE;cursor:pointer}.slider-dots button.active{background:#289CFF}.steps{counter-reset:step}.guide-step{position:relative;padding-left:84px}.guide-step .step-no{position:absolute;left:24px;top:24px;width:42px;height:42px;border-radius:50%;background:#EEF2F7;display:flex;align-items:center;justify-content:center}.notice{background:#EEF2F7;border-left:4px solid #289CFF;padding:18px 20px;border-radius:16px;color:#66788A}.site-footer{background:#243447;color:#EAF3FF}.footer-inner{max-width:1200px;margin:0 auto;padding:42px 20px}.footer-brand img{max-height:48px;margin-bottom:14px}.footer-brand p,.footer-warning{color:#EAF3FF}.footer-links{display:flex;flex-wrap:wrap;gap:14px 22px;margin:20px 0}.footer-links a{color:#EAF3FF}.mobile-drawer,.mobile-mask{display:none}@media(max-width:1080px){.nav{gap:12px}.nav a,.nav button{font-size:14px}}@media(max-width:920px){.header-inner{min-height:66px;display:grid;grid-template-columns:48px 1fr auto;gap:10px}.menu-toggle{display:block}.nav-wrap{display:none}.logo{justify-self:center}.logo img{max-height:46px}.header-action{justify-self:end}.main-btn{min-height:38px;padding:0 16px}.mobile-mask{display:block;position:fixed;inset:0;background:rgba(36,52,71,.42);z-index:10000;opacity:0;visibility:hidden;transition:.2s}.mobile-drawer{display:block;position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#fff;z-index:10001;transform:translateX(-105%);transition:.25s;box-shadow:20px 0 40px rgba(36,52,71,.22);overflow-y:auto}.drawer-open .mobile-mask{opacity:1;visibility:visible}.drawer-open .mobile-drawer{transform:translateX(0)}body.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(40,156,255,.14)}.drawer-head img{max-height:44px}.drawer-close{font-size:28px;background:#EEF2F7;border:0;color:#289CFF;border-radius:12px;width:40px;height:40px}.drawer-links{display:grid;padding:12px}.drawer-links a{padding:12px 14px;border-radius:12px;color:#4E5F7A;font-weight:700}.drawer-links a:hover{background:#EEF2F7;color:#289CFF}.drawer-note{padding:14px 18px;color:#8A9AAF;font-size:14px}.page{padding:22px 14px 44px}h1{font-size:30px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.slide-img{height:260px}.slide-copy{position:static;margin:0;padding:18px;border-radius:0;border-left:0;border-right:0;border-bottom:0}.slider-dots{bottom:120px}.guide-step{padding:22px}.guide-step .step-no{position:static;margin-bottom:12px}.section{padding:22px}.card,.zone-card,.info-card,.review-card,.faq-item{padding:20px}}@media(max-width:480px){.slide-img{height:210px}.slider-arrow{width:36px;height:36px}.slider-dots{bottom:132px}.hero-page{padding:24px}.footer-links{display:grid;grid-template-columns:1fr 1fr}}