:root{--bg:#E6EBF2;--nav:#F5F7FB;--white:#fff;--soft:#EEF2F7;--line:rgba(40,156,255,.16);--blue:#289CFF;--text:#243447;--muted:#66788A;--note:#8A9AAF;--footer:#243447;--shadow:0 14px 36px rgba(56,92,138,.12)}
*{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}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:20000;background:rgba(245,247,251,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(40,156,255,.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:48px;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,.nav-trigger{position:relative;color:#4E5F7A;font-size:15px;padding:24px 0;border:0;background:transparent;cursor:pointer;font-family:inherit}.nav>a:hover,.nav>a.active,.nav-trigger:hover{color:var(--blue)}.nav>a.active:after{content:"";position:absolute;left:0;right:0;bottom:13px;height:2px;background:var(--blue);border-radius:9px}.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;border-radius:12px;padding:12px 22px;font-weight:700;box-shadow:0 10px 22px rgba(36,155,255,.22)}.main-btn.compact{padding:10px 20px}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-menu{display:none;position:absolute;top:calc(100% - 8px);left:-18px;min-width:188px;padding:8px;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:hover .dropdown-menu,.more-dropdown:hover .more-menu,.dropdown.open .dropdown-menu,.more-dropdown.open .more-menu{display:block}.dropdown-menu a,.more-menu a{display:block;padding:10px 13px;color:#4E5F7A;border-radius:9px}.dropdown-menu a:hover,.more-menu a:hover{color:var(--blue);background:rgba(40,156,255,.08)}.mobile-menu-btn{display:none;border:0;background:transparent;padding:6px}.mobile-menu-btn span{display:block;width:24px;height:2px;background:#4E5F7A;margin:5px 0}.drawer-overlay{position:fixed;inset:0;background:rgba(36,52,71,.38);opacity:0;visibility:hidden;transition:.25s;z-index:30000}.drawer-overlay.show{opacity:1;visibility:visible}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84%;max-width:320px;background:#fff;transform:translateX(-102%);transition:.28s;z-index:31000;overflow:auto}.mobile-drawer.open{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid var(--line)}.drawer-head img{height:40px;width:auto}.drawer-close{font-size:30px;border:0;background:transparent;color:#4E5F7A}.drawer-nav{padding:10px 16px 24px}.drawer-nav a{display:block;padding:11px 10px;border-bottom:1px solid rgba(40,156,255,.08);color:#4E5F7A}.drawer-open{overflow:hidden}.banner-slider{max-width:1180px;margin:28px auto 36px;border-radius:22px;background:#fff;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative}.slides{position:relative;min-height:380px}.slide{display:none}.slide.active{display:block}.slide img{width:100%;height:460px;object-fit:contain;background:#fff}.slide-copy{position:absolute;left:36px;bottom:34px;max-width:420px;padding:22px;border-radius:18px;background:rgba(255,255,255,.93);box-shadow:var(--shadow)}.slide-copy h2{margin:0 0 8px}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--blue);font-size:26px;cursor:pointer;box-shadow:0 8px 18px rgba(56,92,138,.18)}.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.slider-dot{width:9px;height:9px;border-radius:50%;border:0;background:#cbd5df;padding:0;cursor:pointer}.slider-dot.active{width:26px;border-radius:9px;background:var(--blue)}.section{padding:42px 0}.section.alt{background:rgba(255,255,255,.35)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.eyebrow{color:var(--blue);font-weight:700;font-size:14px;letter-spacing:.08em}.section h1,.section h2,.section h3,.section-title{color:var(--blue);margin-top:0}.section h1{font-size:42px;line-height:1.25}.section h2{font-size:30px;line-height:1.35}.lead{font-size:18px;color:var(--muted)}.hero-grid,.split{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.content-img{width:100%;height:auto;border-radius:20px;background:#fff;box-shadow:var(--shadow)}.card,.zone-card,.info-card,.review-card{background:rgba(255,255,255,.92);border:1px solid var(--line);box-shadow:0 14px 36px rgba(56,92,138,.1);border-radius:18px;padding:22px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.card p,.zone-card p,.info-card p,.review-card p{color:var(--muted);margin-bottom:0}.text-link{color:var(--blue);font-weight:700}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:20px}.feature-item{background:#EEF2F7;border-radius:14px;padding:16px}.step-list{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{position:relative;padding:26px 20px 20px 64px;background:#fff;border-radius:18px;border:1px solid var(--line)}.step:before{counter-increment:step;content:counter(step);position:absolute;left:18px;top:22px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-weight:800}.review-card strong{display:block;color:var(--blue);margin-top:12px}.faq-list{display:grid;gap:14px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.faq-item h3{margin-bottom:8px}.notice{padding:22px;border-left:4px solid var(--blue);background:#fff;border-radius:14px;color:var(--muted)}.site-footer{background:var(--footer);color:#EAF3FF;padding:50px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:34px}.footer-brand img{height:48px;width:auto;margin-bottom:16px}.site-footer h3{color:#fff}.site-footer a{display:block;color:#cfe3f8;padding:4px 0}.legal-note{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:20px;color:#b8caDC;font-size:14px}.page-hero{padding:58px 0 34px}.page-hero .inner{background:#fff;border-radius:24px;padding:36px;box-shadow:var(--shadow)}.page-hero p{max-width:820px;color:var(--muted)}
@media(max-width:1180px){.nav{gap:14px}.nav>a,.nav-trigger{font-size:14px}.nav>a:nth-of-type(2),.nav>a:nth-of-type(3){display:none}}
@media(max-width:860px){.mobile-menu-btn{display:block}.nav-wrap{display:none}.header-inner{gap:12px}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{max-height:40px}.header-action .main-btn{padding:9px 16px}.banner-slider{width:calc(100% - 24px);margin-top:18px}.slides{min-height:0}.slide img{height:auto;min-height:210px;object-fit:contain}.slide-copy{position:static;max-width:none;margin:0;border-radius:0;box-shadow:none;border-top:1px solid var(--line)}.slider-arrow{top:34%;width:38px;height:38px}.slider-dots{bottom:116px}.hero-grid,.split,.footer-grid{grid-template-columns:1fr}.grid-4,.grid-5{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr}.section h1{font-size:34px}.section h2{font-size:27px}.step-list{grid-template-columns:1fr}.feature-list{grid-template-columns:1fr}}
@media(max-width:560px){.container{width:min(100% - 22px,1180px)}.grid-2,.grid-4,.grid-5{grid-template-columns:1fr}.section{padding:32px 0}.section h1{font-size:30px}.section h2{font-size:24px}.page-hero .inner{padding:25px}.slide-copy{padding:18px}.slider-dots{bottom:122px}}
