
:root{--bg:#E6EBF2;--nav:#F5F7FB;--blue:#289CFF;--text:#243447;--sub:#66788A;--muted:#8A9AAF;--line:rgba(40,156,255,.16);--shadow:0 14px 36px rgba(56,92,138,.12);--btn:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}.wrap{max-width:1200px;margin:auto;padding:0 20px}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:9999;background:var(--nav);box-shadow:0 8px 24px rgba(56,92,138,.1)}.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;display:block}.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{color:#4E5F7A;font-weight:700;padding:10px 2px;position:relative}.nav>a:hover,.nav>a.active,.dropdown>a:hover{color:var(--blue)}.nav>a.active:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:3px;border-radius:9px;background:var(--blue)}.header-action{flex:0 0 auto;display:flex}.main-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:999px;background:var(--btn);color:#fff!important;font-weight:800;box-shadow:0 12px 24px rgba(40,156,255,.28);border:0}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-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;padding:8px;display:none}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu a,.more-menu a{display:block;padding:10px 14px;color:#4E5F7A;border-radius:10px;white-space:nowrap}.dropdown-menu a:hover,.more-menu a:hover{color:var(--blue);background:rgba(40,156,255,.08)}.menu-toggle{display:none;border:0;background:#fff;color:var(--blue);font-size:22px;border-radius:12px;padding:8px 11px}.banner-slider{max-width:1200px;margin:28px auto 20px;border-radius:22px;background:#fff;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative;z-index:1;height:360px}.slide{display:none;height:100%}.slide.active{display:block}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#fff;display:block}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;border:0;border-radius:999px;width:42px;height:42px;color:var(--blue);background:rgba(255,255,255,.86);box-shadow:0 8px 20px rgba(56,92,138,.2);font-size:22px}.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;z-index:5}.slider-dots button{width:9px;height:9px;border:0;border-radius:99px;background:rgba(40,156,255,.25)}.slider-dots button.active{background:var(--blue);width:24px}.hero-note{max-width:1200px;margin:0 auto 34px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:20px 24px}.section{padding:38px 0}.section-title{font-size:30px;line-height:1.25;margin:0 0 16px;color:var(--blue)}.kicker{color:var(--blue);font-weight:800;letter-spacing:.08em}.lead{font-size:17px;color:#4f647b}.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)}.card,.zone-card,.info-card,.review-card,.faq-item{background:rgba(255,255,255,.92);border:1px solid var(--line);box-shadow:0 14px 36px rgba(56,92,138,.10);border-radius:20px;padding:22px}.card h3,.zone-card h3,.info-card h3{margin:0 0 8px;color:var(--blue)}.text-link{color:var(--blue);font-weight:800}.content-img,.zone-card img,.app-section img{max-width:100%;height:auto;max-height:240px;object-fit:contain;display:block;margin:auto}.media-card{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;background:#fff;border-radius:24px;padding:28px;border:1px solid var(--line);box-shadow:var(--shadow)}.tags{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.tag{color:var(--blue);background:#EEF2F7;border:1px solid var(--line);padding:7px 12px;border-radius:99px;font-weight:700}.steps{counter-reset:num}.step{position:relative;padding-left:58px}.step:before{counter-increment:num;content:counter(num);position:absolute;left:18px;top:22px;width:28px;height:28px;border-radius:50%;background:var(--btn);color:#fff;display:grid;place-items:center;font-weight:800}.notice{background:#DDE4EE;border-left:4px solid var(--blue);padding:20px;border-radius:16px;color:#4E5F7A}.mobile-drawer{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:18px 0 40px rgba(56,92,138,.22);padding:18px;overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-mask{display:none;position:fixed;inset:0;background:rgba(36,52,71,.38);z-index:10000}.drawer-mask.show{display:block}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.drawer-head img{max-height:42px}.drawer-close{border:0;background:#EEF2F7;color:var(--blue);border-radius:10px;font-size:24px;width:40px;height:40px}.mobile-drawer nav a{display:block;padding:12px 10px;border-bottom:1px solid #EEF2F7;color:#4E5F7A;font-weight:700}.no-scroll{overflow:hidden}footer{background:#243447;color:#EAF3FF;margin-top:48px;padding:42px 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:28px}footer a{display:block;color:#EAF3FF;margin:8px 0}.footer-logo{max-height:48px;margin-bottom:12px}footer p{color:#d7e7f8;margin:0}.page-hero{padding:48px 0 22px}.page-hero .media-card{grid-template-columns:1fr .8fr}.page-hero h1{font-size:38px;margin:0 0 12px;color:var(--blue)}.simple-list{display:grid;gap:12px}.simple-list li{background:#F5F7FB;border:1px solid var(--line);border-radius:14px;padding:12px 14px;list-style:none}
@media(max-width:1020px){.nav{gap:12px}.nav a{font-size:14px}.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){body{padding-bottom:0}.nav-wrap{display:none}.menu-toggle{display:block}.header-inner{min-height:64px;gap:10px}.logo img{max-height:42px}.main-btn{padding:8px 16px}.banner-slider{height:210px;margin:18px 14px 14px}.hero-note{margin:0 14px 22px;padding:16px}.grid-2,.grid-3,.grid-4,.media-card,.page-hero .media-card{grid-template-columns:1fr}.section{padding:28px 0}.section-title{font-size:24px}.media-card{padding:20px}.footer-grid{grid-template-columns:1fr}.step{padding-left:48px}.step:before{left:14px}.slider-arrow{width:34px;height:34px}.page-hero h1{font-size:28px}.content-img,.zone-card img,.app-section img{max-height:190px}}
