:root{--blue:#3f8fe5;--blue-dark:#2875c7;--blue-soft:#eaf4ff;--text:#34495e;--heading:#1f2d3d;--muted:#6f7f90;--line:#d8e4f0;--light:#f4f7fb;--light2:#eef3f9;--shadow:0 12px 32px rgba(43,97,153,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:Arial,"Microsoft YaHei",sans-serif;line-height:1.7;overflow-x:hidden}a{color:#2f83d8}img{max-width:100%}main{min-height:60vh}.container{width:min(1160px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;width:100%;z-index:9999;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #e5edf5;box-shadow:0 6px 20px rgba(43,97,153,.08)}.header-inner{max-width:1240px;min-height:70px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:18px}.site-logo{display:flex;align-items:center;flex:0 0 auto}.site-logo img{display:block;max-height:44px;width:auto}.nav-core{display:flex;align-items:center;gap:8px;white-space:nowrap}.nav-core a{color:var(--text);text-decoration:none;padding:8px 10px;border-radius:8px}.nav-core a:hover,.nav-core a.active{color:var(--blue-dark);background:var(--blue-soft)}.header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.main-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:8px;text-decoration:none;font-weight:700;transition:.2s ease;position:relative;z-index:2;pointer-events:auto;touch-action:manipulation}.main-btn{color:#fff;background:var(--blue);box-shadow:0 10px 24px rgba(63,143,229,.22)}.main-btn:hover{background:#2f7fd3;transform:translateY(-1px)}.main-btn:focus,.secondary-btn:focus,.menu-btn:focus,.drawer-close:focus,a:focus-visible{outline:3px solid rgba(63,143,229,.35);outline-offset:3px}.secondary-btn{color:var(--blue-dark);background:#fff;border:1px solid #bcd6ef}.secondary-btn:hover{background:var(--blue-soft)}.menu-btn,.drawer-close{border:0;background:#fff;color:var(--heading);cursor:pointer;min-width:44px;min-height:44px;border-radius:8px}.menu-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.menu-btn span{display:block;width:21px;height:2px;background:#2c4054}.drawer-mask{position:fixed;inset:0;background:rgba(21,40,60,.38);opacity:0;transition:.2s;z-index:10000}.drawer-mask.show{opacity:1}.site-drawer{position:fixed;top:0;right:0;width:min(390px,88vw);height:100vh;background:#fff;z-index:10001;transform:translateX(102%);transition:.24s ease;box-shadow:-18px 0 42px rgba(27,63,99,.16);padding:18px;overflow-y:auto}.site-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #e5edf5}.drawer-close{font-size:30px;line-height:1}.drawer-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:18px 0}.drawer-nav a{padding:11px 12px;border-radius:8px;color:var(--text);text-decoration:none;background:#f7f9fc}.drawer-nav a:hover{background:var(--blue-soft);color:var(--blue-dark)}.drawer-download{width:100%}.drawer-open{overflow:hidden}.hero{padding:72px 0 58px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);position:relative;overflow:hidden}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;background:#eaf4ff;z-index:0}.hero:before{width:340px;height:340px;right:-120px;top:-80px}.hero:after{width:180px;height:180px;left:-90px;bottom:0}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.eyebrow{display:inline-block;color:var(--blue-dark);font-weight:700;background:var(--blue-soft);padding:6px 10px;border-radius:999px;margin-bottom:14px}.hero h1,.page-hero h1{font-size:clamp(36px,5vw,58px);line-height:1.15;margin:0 0 18px;color:var(--heading)}.hero-subtitle{font-size:21px;color:#2c5c88;margin:0 0 16px}.hero p{font-size:17px;color:#5c6f82}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 18px}.hero-links{display:flex;flex-wrap:wrap;gap:18px;font-size:14px}.hero-links a{text-decoration:none}.hero-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px}.hero-points span{padding:9px 12px;background:#fff;border:1px solid #dce9f5;border-radius:8px;color:#456174}.hero-visual img{display:block;width:100%;height:auto;object-fit:contain;max-height:560px;margin:auto}.section{padding:76px 0}.section-light{background:var(--light)}.section-head{max-width:760px;margin-bottom:34px}.section-title{font-size:clamp(28px,4vw,40px);line-height:1.2;color:var(--heading);margin:0 0 12px}.section-intro{color:var(--muted);margin:0}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.info-card,.category-card,.review-card,.faq-card,.content-card{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 24px rgba(43,97,153,.06)}.info-card{padding:24px}.info-card h3,.category-card h3,.content-card h3{margin-top:0;color:var(--heading)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.category-card{padding:24px;transition:.2s}.category-card:hover{border-color:#74ace8;transform:translateY(-3px)}.category-card.full{grid-column:1/-1}.category-card p{color:#667a8e;min-height:52px}.text-link{color:#2f83d8;text-decoration:none;font-weight:700}.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.split.reverse .feature-image{order:2}.split.reverse .feature-copy{order:1}.feature-image{background:#fff;border:1px solid #e0eaf4;border-radius:14px;padding:26px}.feature-image img,.content-img{max-width:100%;height:auto;object-fit:contain;display:block}.feature-copy h2{font-size:clamp(28px,4vw,40px);line-height:1.25;color:var(--heading);margin:0 0 16px}.feature-copy p{color:#5e7184}.check-list{padding-left:20px}.check-list li{margin:8px 0}.two-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}.content-card{padding:28px}.notice-list{display:grid;gap:14px}.notice-item{background:#fff;border:1px solid var(--line);padding:20px 22px;border-radius:8px}.notice-item strong{display:block;color:var(--heading);margin-bottom:5px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{padding:22px}.review-card p{margin:0}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.faq-card{padding:20px}.faq-card h3{font-size:18px;color:var(--heading);margin:0 0 8px}.risk-box{padding:28px;border:1px solid #b8d5f0;background:#eef7ff;border-radius:10px}.risk-box h2,.risk-box h3{margin-top:0;color:var(--heading)}.page-hero{padding:66px 0 48px;background:linear-gradient(180deg,#f4f9ff 0%,#fff 100%)}.page-hero p{max-width:820px;color:#5f7387;font-size:17px}.breadcrumb{font-size:14px;margin-bottom:16px;color:#6d7e8f}.breadcrumb a{text-decoration:none}.article{padding:56px 0 76px}.article .prose{max-width:920px}.prose h2{font-size:30px;color:var(--heading);margin:42px 0 14px}.prose h3{font-size:22px;color:var(--heading);margin:28px 0 10px}.prose p,.prose li{font-size:16px;color:#44596d}.prose ul,.prose ol{padding-left:22px}.prose .tip{background:#f4f9ff;border-left:4px solid var(--blue);padding:16px 18px;border-radius:6px;margin:20px 0}.prose .warn{background:#fff8ea;border-left:4px solid #d79a2c;padding:16px 18px;border-radius:6px;margin:20px 0}.faq-list details{border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 20px;margin-bottom:14px}.faq-list summary{cursor:pointer;padding:18px 0;font-weight:700;color:var(--heading)}.faq-list details p{padding:0 0 18px;margin:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-grid .content-card{height:100%}.site-footer{background:#438ddf;color:#fff;padding:48px 0 0}.footer-inner{width:min(1160px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:34px}.footer-brand img{max-height:44px;width:auto;background:#fff;border-radius:6px;padding:4px}.footer-brand p{color:#eef7ff;max-width:420px}.footer-links h3{color:#fff;margin:0 0 12px}.footer-links a{display:block;color:#fff;text-decoration:none;margin:8px 0;opacity:.94}.footer-links a:hover{text-decoration:underline}.footer-risk{width:min(1160px,calc(100% - 40px));margin:34px auto 0;padding:18px 0;border-top:1px solid rgba(255,255,255,.28);color:#eff7ff;font-size:14px}.footer-copy{text-align:center;background:rgba(25,89,155,.16);padding:14px 20px;font-size:13px;margin-top:16px}.spacer-sm{height:8px}.mt-24{margin-top:24px}
@media(max-width:1020px){.nav-core{display:none}.info-grid{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:2fr 1fr 1fr}.footer-inner>div:last-child{grid-column:2/4}.hero-grid,.split{gap:32px}.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.header-inner{min-height:62px;padding:0 14px;gap:8px}.site-logo img{max-height:36px}.header-actions{gap:6px}.header-download{min-height:44px;padding:0 14px;font-size:14px}.hero{padding:46px 0 38px}.container{width:min(100% - 32px,1160px)}.hero-grid,.split,.two-cards{grid-template-columns:1fr}.hero-visual{order:2}.hero h1,.page-hero h1{font-size:36px}.hero-subtitle{font-size:18px}.hero-points{grid-template-columns:1fr}.section{padding:54px 0}.info-grid,.category-grid,.review-grid,.faq-grid,.service-grid{grid-template-columns:1fr}.category-card.full{grid-column:auto}.category-card p{min-height:auto}.split.reverse .feature-image,.split.reverse .feature-copy{order:initial}.section-title,.feature-copy h2{font-size:30px}.page-hero{padding:44px 0 34px}.article{padding:40px 0 58px}.prose h2{font-size:26px}.drawer-nav{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.footer-inner>div:last-child{grid-column:auto}.footer-risk{width:calc(100% - 32px)} }
@media(max-width:420px){.site-logo img{max-width:108px}.header-download{padding:0 11px;font-size:13px}.menu-btn{min-width:44px}.hero h1{font-size:32px}.hero-actions .main-btn,.hero-actions .secondary-btn{width:100%}}
