*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden}body{font-family:Arial,"Microsoft YaHei",sans-serif;background:#E6EBF2;color:#243447;line-height:1.75}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;box-shadow:0 8px 24px rgba(56,92,138,.12)}.header-inner{max-width:1280px;margin:auto;min-height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto;display:block}.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{color:#4E5F7A;text-decoration:none;padding:24px 0;position:relative}.nav a:hover,.nav a.active{color:#289CFF}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:13px;height:3px;border-radius:3px;background:#289CFF}.header-action{flex:0 0 auto}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#fff;text-decoration:none;border-radius:999px;padding:11px 24px;box-shadow:0 8px 20px rgba(36,155,255,.28);white-space:nowrap}.dropdown{position:relative}.dropdown-menu{display:none;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;padding:8px}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:10px 14px}.menu-toggle{display:none;border:0;background:transparent;font-size:26px;color:#289CFF}.mobile-drawer,.drawer-overlay{display:none}.container{max-width:1200px;margin:auto;padding:0 20px}.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}.slide{display:none}.slide.active{display:block}.slide img{width:100%;height:auto;display:block;object-fit:contain;background:#fff}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(36,52,71,.65);color:white;font-size:24px;cursor:pointer}.prev{left:16px}.next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.slider-dots button{width:10px;height:10px;border:0;border-radius:50%;background:rgba(255,255,255,.55)}.slider-dots button.active{background:#289CFF}.mobile-hero-note{display:none}.section{padding:38px 0}.section-title,h1,h2,h3{color:#289CFF}.eyebrow{color:#289CFF;font-weight:700;letter-spacing:.08em}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,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:24px}.feature{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.content-img{width:100%;height:auto;display:block;border-radius:16px}.text-link{color:#289CFF;text-decoration:none;font-weight:700}.notice{background:#243447;color:#EAF3FF;border-radius:18px;padding:24px}.page-hero{padding:56px 0 24px}.page-hero p{max-width:760px;color:#66788A}.steps{counter-reset:item}.steps .card:before{counter-increment:item;content:counter(item);display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#289CFF;color:#fff;font-weight:700;margin-bottom:12px}.faq-item{background:#fff;border:1px solid rgba(40,156,255,.16);border-radius:14px;padding:20px;margin-bottom:14px}footer{background:#243447;color:#EAF3FF;margin-top:48px}.footer-inner{max-width:1200px;margin:auto;padding:42px 20px;display:grid;grid-template-columns:1.2fr .8fr 1.4fr;gap:28px}.footer-brand img{max-height:48px;width:auto}.footer-inner a{display:block;color:#EAF3FF;text-decoration:none;margin:6px 0}.footer-inner h3{color:#fff}@media(max-width:1024px){.nav-wrap{display:none}.menu-toggle{display:block}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;padding:0 14px}.logo{justify-self:center}.header-action{justify-self:end}.mobile-drawer{display:block;position:fixed;top:0;left:0;bottom:0;width:84%;max-width:320px;background:#fff;z-index:10002;transform:translateX(-100%);transition:.3s;padding:18px;overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-overlay{display:block;position:fixed;inset:0;background:rgba(21,38,58,.45);z-index:10001;opacity:0;visibility:hidden;transition:.3s}.drawer-overlay.show{opacity:1;visibility:visible}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #e6ebf2}.drawer-head img{max-height:42px}.drawer-close{border:0;background:transparent;font-size:30px}.mobile-drawer nav a{display:block;padding:12px 4px;color:#4E5F7A;text-decoration:none;border-bottom:1px solid #eef2f7}.no-scroll{overflow:hidden}.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.header-inner{min-height:64px}.logo img{max-height:40px}.main-btn{padding:9px 16px}.banner-slider{margin:14px 12px 14px;border-radius:14px}.slider-arrow{width:34px;height:34px}.mobile-hero-note{display:block;margin:0 12px 18px;background:#fff;border-radius:14px;padding:18px;box-shadow:0 12px 28px rgba(56,92,138,.1)}.feature,.grid-2,.grid-3,.grid-4,.footer-inner{grid-template-columns:1fr}.section{padding:28px 0}.page-hero{padding:38px 0 10px}.card{padding:20px}}