*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#E6EBF2;color:#243447;font:16px/1.75 system-ui,-apple-system,"Segoe UI","Microsoft YaHei",sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.shell{width:min(1200px,calc(100% - 36px));margin:auto}.site-header{position:sticky;top:0;z-index:20000;background:#F5F7FB;border-bottom:1px solid rgba(40,156,255,.12);box-shadow:0 8px 24px rgba(56,92,138,.08)}.header-inner{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:20px;white-space:nowrap;flex-wrap:nowrap}.nav>a,.dropdown>button{position:relative;border:0;background:none;padding:24px 0 21px;color:#4E5F7A;font:inherit;cursor:pointer}.nav>a:hover,.nav>a.active,.dropdown>button:hover{color:#289CFF}.nav>a.active:after{content:"";position:absolute;left:0;right:0;bottom:14px;height:2px;background:#289CFF;border-radius:2px}.header-action{flex:0 0 auto;display:flex;align-items:center}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 25px;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#fff;font-weight:700;box-shadow:0 10px 24px rgba(36,155,255,.24);transition:.2s}.main-btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(36,155,255,.3)}.main-btn.compact{min-height:42px;padding:0 22px}.dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:calc(100% - 10px);left:-18px;min-width:180px;padding:9px;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:30000}.dropdown-menu.right-menu{left:auto;right:-18px}.dropdown:hover .dropdown-menu,.dropdown.open .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:10px 13px;color:#4E5F7A;border-radius:9px}.dropdown-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.more-only{display:none}.menu-toggle{display:none;border:0;background:transparent;width:40px;padding:7px}.menu-toggle span{display:block;height:2px;background:#4E5F7A;margin:5px;border-radius:2px}.mobile-drawer,.drawer-overlay{display:none}.hero-space{padding:28px 0 0}.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;aspect-ratio:16/6.4;background:#fff}.slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .5s}.slide.active{opacity:1;visibility:visible}.slide img{width:100%;height:100%;object-fit:contain;background:#fff}.slide-caption{position:absolute;left:38px;bottom:34px;max-width:430px;padding:19px 22px;background:rgba(255,255,255,.9);border:1px solid rgba(40,156,255,.16);border-radius:16px;backdrop-filter:blur(7px);box-shadow:0 12px 28px rgba(56,92,138,.12)}.slide-caption h2{margin:0 0 5px;font-size:27px}.slide-caption p{margin:0;color:#66788A}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(40,156,255,.2);background:rgba(255,255,255,.88);color:#289CFF;font-size:25px;cursor:pointer}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:8px}.slider-dot{width:9px;height:9px;border-radius:50%;border:0;background:#cbd8e6;cursor:pointer}.slider-dot.active{width:25px;border-radius:6px;background:#289CFF}.mobile-slide-info{display:none}.section{padding:66px 0}.section.tight{padding:42px 0}.section.alt{background:#EEF2F7}.eyebrow{color:#289CFF;font-weight:800;letter-spacing:.08em}.section-title,h1,h2,h3{color:#289CFF}.section-title{font-size:clamp(28px,4vw,42px);line-height:1.2;margin:8px 0 14px}.section-lead{max-width:760px;color:#66788A;margin:0 0 28px}.hero-panel,.card,.zone-card,.info-card,.review-card,.faq-item{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:20px}.hero-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;padding:38px;align-items:center}.hero-panel h1{font-size:clamp(34px,5vw,56px);line-height:1.12;margin:0 0 18px}.hero-panel p{color:#66788A}.hero-panel img,.content-img{width:100%;height:auto;border-radius:16px}.btn-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.text-link{color:#289CFF;font-weight:700}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.card,.zone-card,.info-card,.review-card{padding:24px}.card h3,.zone-card h3,.info-card h3{margin:0 0 10px}.card p,.zone-card p,.info-card p,.review-card p{margin:0;color:#66788A}.zone-card img{width:100%;height:auto;margin-bottom:18px;border-radius:14px}.tag{display:inline-flex;padding:5px 11px;border-radius:999px;background:rgba(40,156,255,.1);color:#289CFF;font-size:13px;font-weight:700;margin-bottom:13px}.steps{counter-reset:step}.step{position:relative;padding:25px 25px 25px 78px}.step:before{counter-increment:step;content:counter(step);position:absolute;left:24px;top:24px;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(180deg,#32D1F6,#249BFF);color:#fff;font-weight:800}.split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.notice{padding:24px;border-left:4px solid #289CFF;background:#fff;border-radius:0 16px 16px 0;color:#66788A}.faq-list{display:grid;gap:14px}.faq-item{padding:22px}.faq-item h3{margin:0 0 8px;font-size:18px}.faq-item p{margin:0;color:#66788A}.page-hero{padding:54px 0 30px}.page-hero .hero-panel{grid-template-columns:1fr}.meta-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}.meta-strip div{padding:18px;background:#fff;border-radius:14px;text-align:center}.meta-strip strong{display:block;color:#289CFF;font-size:24px}.site-footer{background:#243447;color:#EAF3FF;padding:56px 0 0}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:38px}.footer-brand img{max-height:48px;width:auto;margin-bottom:18px}.site-footer h3{color:#fff;margin-top:0}.site-footer a{display:block;color:#dbe8f5;margin:8px 0}.site-footer p{color:#bdd0e2}.footer-bottom{margin-top:36px;padding:18px;text-align:center;border-top:1px solid rgba(255,255,255,.1);color:#bdd0e2}.legal-box{padding:24px;background:#DDE4EE;border-radius:18px;color:#4E5F7A}.wide-only,.support-only{display:block}
@media(max-width:1120px){.wide-only,.support-only{display:none}.more-only{display:block}.nav{gap:16px}}
@media(max-width:820px){.header-inner{min-height:64px;gap:10px}.nav-wrap{display:none}.menu-toggle{display:block}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{max-height:40px;max-width:120px}.header-action .main-btn{min-height:38px;padding:0 17px}.mobile-drawer,.drawer-overlay{display:block}.drawer-overlay{position:fixed;inset:0;background:rgba(36,52,71,.45);opacity:0;visibility:hidden;transition:.25s;z-index:30000}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84%;max-width:320px;background:#fff;transform:translateX(-105%);transition:.28s;z-index:30001;overflow:auto;box-shadow:20px 0 45px rgba(36,52,71,.2)}.drawer-open .drawer-overlay{opacity:1;visibility:visible}.drawer-open .mobile-drawer{transform:none}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid #e3ebf4}.drawer-head img{max-height:42px;width:auto}.drawer-close{border:0;background:#eef4fb;color:#4E5F7A;width:38px;height:38px;border-radius:50%;font-size:24px}.drawer-nav{padding:12px}.drawer-nav a{display:block;padding:12px 14px;border-radius:10px;color:#4E5F7A}.drawer-nav a:hover{background:rgba(40,156,255,.08);color:#289CFF}.shell{width:min(100% - 24px,1200px)}.slides{aspect-ratio:auto;height:auto}.slide{position:relative;display:none}.slide.active{display:block}.slide img{height:auto;min-height:0;object-fit:contain}.slide-caption{display:none}.mobile-slide-info{display:block;padding:20px;background:#fff;border-top:1px solid rgba(40,156,255,.12)}.mobile-slide-info h2{font-size:23px;margin:0 0 6px}.mobile-slide-info p{margin:0;color:#66788A}.slider-arrow{width:38px;height:38px;top:38%}.slider-dots{bottom:88px}.hero-panel,.split{grid-template-columns:1fr}.hero-panel{padding:25px}.grid-4,.grid-5,.grid-3{grid-template-columns:repeat(2,1fr)}.meta-strip{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.section{padding:48px 0}}
@media(max-width:540px){.grid-2,.grid-3,.grid-4,.grid-5,.footer-grid{grid-template-columns:1fr}.section-title{font-size:30px}.hero-panel h1{font-size:38px}.section{padding:42px 0}.card,.zone-card,.info-card,.review-card{padding:20px}.step{padding:22px 20px 22px 70px}.step:before{left:20px;top:21px}.slider-arrow{top:32%}.slider-dots{bottom:105px}.banner-slider{margin-top:18px}}
