*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#EAF2FB;color:#24364F;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.shell{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:fixed;left:0;right:0;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(19,124,216,.09)}.desktop-header{height:76px;display:flex;align-items:center;gap:36px}.brand-logo{width:150px;flex:none}.brand-logo img,.mobile-logo img{width:100%;max-height:48px;object-fit:contain}.core-nav{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;flex:1;white-space:nowrap}.core-nav a{position:relative;padding:13px 15px;border-radius:12px;color:#465D76;font-weight:700;transition:.25s}.core-nav a:hover{background:#EDF5FF;color:#137CD8}.core-nav a.active{color:#137CD8}.core-nav a.active:after{content:"";position:absolute;left:50%;bottom:4px;width:22px;height:3px;border-radius:5px;background:#2FA8F7;transform:translateX(-50%)}.register-btn,.primary-btn{display:inline-flex;align-items:center;justify-content:center;min-width:104px;padding:11px 24px;background:linear-gradient(135deg,#45C7FF 0%,#2FA8F7 48%,#137CD8 100%);color:#fff;border-radius:999px;font-weight:800;box-shadow:0 10px 22px rgba(19,124,216,.22);transition:.25s}.register-btn:hover,.primary-btn:hover{transform:translateY(-2px);box-shadow:0 14px 26px rgba(19,124,216,.3)}.mobile-header{display:none;height:64px;align-items:center;justify-content:space-between}.menu-toggle{width:40px;height:40px;border:0;background:#EDF5FF;border-radius:12px;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}.menu-toggle span{width:20px;height:2px;background:#137CD8;border-radius:5px}.mobile-logo{width:122px}.register-btn.small{min-width:72px;padding:8px 16px}.channel-wrap{position:fixed;left:0;right:0;top:76px;z-index:990;background:rgba(244,248,255,.96);border-bottom:1px solid rgba(19,124,216,.08)}.channel-bar{height:48px;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.channel-bar::-webkit-scrollbar{display:none}.channel-bar a{flex:none;padding:5px 12px;border-radius:999px;color:#5D718A;font-size:13px;white-space:nowrap}.channel-bar a:hover,.channel-bar a.active{background:#fff;color:#137CD8;box-shadow:0 4px 12px rgba(19,124,216,.1)}main{padding-top:124px;min-height:70vh}.section{padding:34px 0}.section.tight{padding:22px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-heading h1,.section-heading h2{margin:0;color:#137CD8;line-height:1.25}.section-heading h1{font-size:clamp(30px,4vw,48px)}.section-heading h2{font-size:clamp(24px,3vw,34px)}.section-heading p{margin:6px 0 0;color:#5D718A}.text-link{color:#137CD8;font-weight:800}.text-link:hover{text-decoration:underline}.card{background:#fff;border:1px solid rgba(19,124,216,.08);border-radius:24px;box-shadow:0 16px 40px rgba(39,88,130,.08)}.hero-card{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center;padding:38px}.hero-copy .eyebrow{display:inline-block;margin-bottom:10px;padding:5px 11px;border-radius:999px;background:#EDF5FF;color:#137CD8;font-weight:800;font-size:13px}.hero-copy h1{margin:0 0 16px;color:#137CD8;font-size:clamp(30px,4.6vw,52px);line-height:1.18}.hero-copy p{margin:0 0 18px;color:#5D718A;font-size:17px}.hero-media{border-radius:20px;overflow:hidden;background:#F4F8FF;padding:10px}.hero-media img{width:100%;aspect-ratio:16/10;object-fit:contain;border-radius:15px}.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.soft-btn{display:inline-flex;padding:10px 18px;border-radius:999px;background:#EDF5FF;color:#137CD8;font-weight:800}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.info-card{padding:24px}.info-card h3{margin:0 0 10px;color:#137CD8;font-size:21px}.info-card p{margin:0 0 12px;color:#5D718A}.media-card{overflow:hidden}.media-card .media{background:#F4F8FF;padding:10px}.media-card img{width:100%;aspect-ratio:16/9;object-fit:contain;border-radius:18px}.media-card .content{padding:24px}.media-card h2,.media-card h3{margin:0 0 10px;color:#137CD8}.media-card p{margin:0 0 12px;color:#5D718A}.feature-list{margin:12px 0 16px;padding:0;list-style:none}.feature-list li{position:relative;padding-left:18px;margin:6px 0;color:#425A72}.feature-list li:before{content:"";position:absolute;left:0;top:.75em;width:7px;height:7px;border-radius:50%;background:#2FA8F7}.notice-strip{padding:20px 24px;border-radius:20px;background:linear-gradient(90deg,#F4F8FF,#fff);border:1px solid rgba(19,124,216,.12);color:#425A72}.quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.quick-item{padding:22px;border-radius:20px;background:#fff;border:1px solid rgba(19,124,216,.08);transition:.25s}.quick-item:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(39,88,130,.1)}.quick-item h3{margin:0 0 6px;color:#137CD8}.quick-item p{margin:0 0 10px;color:#5D718A;font-size:14px}.quote-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.quote{padding:22px;background:#fff;border-radius:20px;border:1px solid rgba(19,124,216,.08)}.quote p{margin:0 0 10px;color:#425A72}.quote strong{color:#137CD8}.faq-list{display:grid;gap:14px}.faq-item{padding:20px 22px;background:#fff;border-radius:18px;border:1px solid rgba(19,124,216,.09)}.faq-item h3{margin:0 0 8px;color:#137CD8;font-size:18px}.faq-item p{margin:0;color:#5D718A}.content-prose{padding:30px}.content-prose h2{margin:24px 0 10px;color:#137CD8}.content-prose h2:first-child{margin-top:0}.content-prose p{margin:0 0 14px;color:#425A72}.content-prose ul{margin:0 0 16px;padding-left:22px;color:#425A72}.mini-nav{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.mini-nav a{padding:8px 14px;border-radius:999px;background:#EDF5FF;color:#137CD8;font-weight:700}.service-float{position:fixed;right:18px;top:50%;transform:translateY(-42%);z-index:980;width:116px;padding:12px;background:rgba(255,255,255,.97);border:1px solid rgba(19,124,216,.12);border-radius:20px;box-shadow:0 16px 32px rgba(39,88,130,.13);display:flex;flex-direction:column;gap:8px}.service-float a,.service-float button{padding:8px 7px;text-align:center;border:0;border-radius:12px;background:#F4F8FF;color:#137CD8;font:inherit;font-size:13px;cursor:pointer}.service-float .float-register{background:linear-gradient(135deg,#45C7FF,#137CD8);color:#fff;font-weight:800}.slider-shell{padding:24px;background:#fff;border-radius:28px;box-shadow:0 18px 46px rgba(39,88,130,.12)}.slider{position:relative;overflow:hidden;border-radius:22px;background:#E1ECF8}.slides{display:flex;transition:transform .55s ease}.slide{min-width:100%;display:none}.slide.active{display:block}.slide img{width:100%;aspect-ratio:16/6;object-fit:contain;background:#E1ECF8}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:#137CD8;font-size:26px;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.12)}.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-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.65);cursor:pointer}.slider-dots button.active{width:24px;border-radius:999px;background:#2FA8F7}.site-footer{margin-top:42px;padding:52px 0 22px;background:#102B46;color:#EAF6FF}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:30px}.footer-brand img{width:150px;filter:brightness(0) invert(1);margin-bottom:16px}.footer-grid h3{margin:0 0 12px;color:#fff}.footer-grid a{display:block;margin:7px 0;color:#C9E7FA}.footer-grid p{margin:0;color:#C9E7FA}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:20px;color:#A9CBE1;font-size:13px}.mobile-bottom,.mobile-drawer,.drawer-overlay{display:none}.drawer-overlay{position:fixed;inset:0;background:rgba(11,31,50,.55);z-index:1100}.drawer-overlay.show{display:block}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:min(84vw,340px);z-index:1110;background:#fff;transform:translateX(-105%);transition:.28s;overflow-y:auto;box-shadow:12px 0 34px rgba(0,0,0,.18)}.mobile-drawer.open{transform:translateX(0)}.drawer-head{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border-bottom:1px solid #E1ECF8}.drawer-head img{width:126px}.drawer-close{width:40px;height:40px;border:0;border-radius:12px;background:#EDF5FF;color:#137CD8;font-size:28px}.mobile-drawer nav{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:16px}.mobile-drawer nav a{padding:10px 12px;border-radius:12px;background:#F4F8FF;color:#425A72;font-size:14px}.mobile-drawer nav a.active{background:#DFF1FF;color:#137CD8;font-weight:800}.mobile-bottom{position:fixed;left:12px;right:12px;bottom:10px;z-index:1000;padding:8px;background:rgba(255,255,255,.96);border:1px solid rgba(19,124,216,.1);border-radius:18px;box-shadow:0 12px 30px rgba(39,88,130,.18);grid-template-columns:repeat(4,1fr)}.mobile-bottom a{text-align:center;padding:8px 4px;border-radius:12px;color:#137CD8;font-size:13px;font-weight:700}.mobile-bottom a:hover{background:#EDF5FF}.breadcrumbs{color:#5D718A;font-size:14px;margin-bottom:12px}.breadcrumbs a{color:#137CD8}.page-banner{padding:34px 0 18px}.page-banner .card{padding:32px}.legal-box{padding:24px;background:#EDF5FF;border-radius:20px;color:#425A72}.contact-box{padding:24px;text-align:center}.contact-box strong{display:block;color:#137CD8;font-size:20px;margin-bottom:8px}
@media(max-width:1100px){.core-nav{gap:2px}.core-nav a{padding:12px 9px;font-size:14px}.service-float{display:none}.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.desktop-header{display:none}.mobile-header{display:flex}.channel-wrap{display:none}main{padding-top:64px}.mobile-drawer{display:block}.mobile-bottom{display:grid}body{padding-bottom:84px}.hero-card{grid-template-columns:1fr;padding:24px}.hero-media{order:-1}.grid-3,.quick-grid,.quote-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.slide img{aspect-ratio:16/8}.slider-shell{padding:12px}.slider-arrow{width:38px;height:38px}.section{padding:26px 0}}
@media(max-width:560px){.shell{width:min(100% - 22px,1180px)}.section{padding:20px 0}.grid-2,.grid-3,.grid-4,.quick-grid,.quote-grid,.footer-grid{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column}.hero-card{padding:18px}.hero-copy p{font-size:15px}.content-prose{padding:22px}.slider-shell{border-radius:20px}.slide img{aspect-ratio:16/9}.slider-arrow{width:34px;height:34px;font-size:20px}.slider-arrow.prev{left:8px}.slider-arrow.next{right:8px}.footer-bottom{flex-direction:column}.mobile-drawer nav{grid-template-columns:1fr 1fr}.register-btn.small{min-width:68px}}
