*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:#34495e;font-family:Arial,"Microsoft YaHei",sans-serif;line-height:1.7;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:#2f83d8}img{max-width:100%;height:auto}.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:inline-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:10px;white-space:nowrap}.nav-core a{color:#34495e;text-decoration:none;padding:8px 9px;border-radius:8px;font-size:15px}.nav-core a:hover,.nav-core a.active{color:#2875c7;background:#eaf4ff}.header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;color:#fff;background:#3f8fe5;border-radius:8px;text-decoration:none;box-shadow:0 10px 24px rgba(63,143,229,.22);position:relative;z-index:2;pointer-events:auto;touch-action:manipulation;font-weight:700;transition:.2s ease}.main-btn:hover{background:#2f7fd3;transform:translateY(-1px)}.main-btn:focus-visible,.text-link:focus-visible,.menu-btn:focus-visible,.drawer-close:focus-visible,a:focus-visible{outline:3px solid rgba(63,143,229,.35);outline-offset:3px}.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border:1px solid #bcd3ea;border-radius:8px;text-decoration:none;background:#fff;color:#2875c7;font-weight:700}.menu-btn{width:44px;height:44px;border:1px solid #d8e4f0;background:#fff;border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.menu-btn span{width:19px;height:2px;background:#2875c7;border-radius:2px}.drawer-overlay{position:fixed;inset:0;background:rgba(31,45,61,.28);z-index:10000;opacity:0;visibility:hidden;transition:.2s}.drawer-overlay.show{opacity:1;visibility:visible}.site-drawer{position:fixed;top:0;right:0;width:min(360px,88vw);height:100dvh;background:#fff;z-index:10001;transform:translateX(102%);transition:.25s ease;box-shadow:-18px 0 45px rgba(31,45,61,.15);padding:20px;overflow-y:auto}.site-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #e5edf5}.drawer-close{width:44px;height:44px;border:0;background:#eef3f9;color:#2875c7;border-radius:9px;font-size:29px;cursor:pointer}.drawer-nav{display:grid;padding:18px 0}.drawer-nav a{text-decoration:none;color:#34495e;padding:11px 8px;border-bottom:1px solid #eef3f9}.drawer-nav a:hover{color:#2875c7;background:#f4f7fb}.drawer-download{width:100%}main{min-height:60vh}.hero{padding:78px 0 64px;background:linear-gradient(180deg,#fff 0%,#f7fbff 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:56px}.eyebrow{display:inline-block;color:#2875c7;background:#eaf4ff;border:1px solid #d8e9fb;border-radius:999px;padding:6px 12px;font-size:14px;font-weight:700}.hero h1,.page-hero h1{font-size:clamp(36px,5vw,60px);line-height:1.14;color:#1f2d3d;margin:18px 0 14px;letter-spacing:-.02em}.hero .subtitle{font-size:clamp(20px,2.2vw,28px);color:#2875c7;margin:0 0 18px;font-weight:700}.hero p{font-size:17px;color:#5f7082}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 22px}.hero-links{display:flex;gap:18px;flex-wrap:wrap}.hero-links a,.text-link{color:#2f83d8;text-decoration:none;font-weight:700}.hero-visual{display:flex;align-items:center;justify-content:center;min-height:430px}.hero-visual img{max-width:100%;height:auto;object-fit:contain;display:block}.mini-points{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-18px;position:relative;z-index:2}.info-card,.category-card,.review-card,.faq-card,.content-card{background:#fff;border:1px solid #d8e4f0;border-radius:8px;box-shadow:0 8px 24px rgba(43,97,153,.06)}.info-card{padding:22px}.info-card h3,.category-card h3,.content-card h3{margin:0 0 8px;color:#1f2d3d}.info-card p{margin:0;color:#6f7f90;font-size:14px}.section{padding:78px 0}.section-light{background:#f4f7fb}.section-head{max-width:760px;margin:0 auto 38px;text-align:center}.section-title{font-size:clamp(28px,3.5vw,42px);line-height:1.2;color:#1f2d3d;margin:0 0 12px}.section-head p{margin:0;color:#6f7f90}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.category-card{padding:26px;transition:.2s ease;min-height:180px;display:flex;flex-direction:column}.category-card:hover{border-color:#3f8fe5;transform:translateY(-3px)}.category-card p{margin:0 0 16px;color:#6f7f90}.category-card .text-link{margin-top:auto}.category-card.full{grid-column:1/-1;min-height:auto}.split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.feature-image{display:flex;justify-content:center}.feature-image img,.content-img{max-width:100%;height:auto;object-fit:contain;display:block}.prose h2{font-size:clamp(28px,3vw,40px);line-height:1.25;color:#1f2d3d;margin:0 0 18px}.prose h3{color:#1f2d3d;margin:26px 0 8px}.prose p{margin:0 0 16px}.prose ul{padding-left:20px}.notice{background:#eaf4ff;border-left:4px solid #3f8fe5;padding:18px 20px;border-radius:0 8px 8px 0;color:#34495e;margin:22px 0}.two-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.content-card{padding:28px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-card{padding:24px}.review-card strong{display:block;color:#2875c7;margin-bottom:8px}.faq-list{display:grid;gap:16px}.faq-card{padding:22px}.faq-card h3{margin:0 0 8px;color:#1f2d3d}.faq-card p{margin:0;color:#6f7f90}.page-hero{padding:62px 0 52px;background:#f4f7fb;border-bottom:1px solid #e5edf5}.page-hero h1{font-size:clamp(34px,4.5vw,52px)}.page-hero p{max-width:780px;font-size:18px;color:#5f7082}.article{padding:62px 0}.article-inner{max-width:900px;margin:0 auto}.article h2{font-size:30px;line-height:1.3;color:#1f2d3d;margin:40px 0 12px}.article h3{font-size:22px;color:#2875c7;margin:28px 0 8px}.article p,.article li{font-size:16px}.article ol,.article ul{padding-left:24px}.article .content-img{margin:28px auto;max-height:430px}.steps{counter-reset:step;display:grid;gap:18px;margin:26px 0}.step{counter-increment:step;padding:20px 22px 20px 64px;border:1px solid #d8e4f0;border-radius:8px;position:relative;background:#fff}.step:before{content:counter(step);position:absolute;left:20px;top:20px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eaf4ff;color:#2875c7;font-weight:700}.news-list{display:grid;gap:18px}.news-item{padding:24px;border:1px solid #d8e4f0;border-radius:8px;background:#fff}.news-tag{display:inline-block;font-size:13px;color:#2875c7;background:#eaf4ff;padding:4px 9px;border-radius:999px;margin-bottom:8px}.news-item h2{font-size:23px;margin:6px 0 8px}.callout{padding:28px;border:1px solid #bcd3ea;background:#f8fbff;border-radius:8px;margin:32px 0}.site-footer{background:#438ddf;color:#fff;padding:54px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:38px}.footer-logo img{max-height:42px}.footer-brand p{max-width:420px;color:rgba(255,255,255,.88)}.site-footer h3{margin:0 0 12px;color:#fff}.site-footer a{display:block;color:#fff;text-decoration:none;margin:7px 0;opacity:.92}.site-footer a:hover{opacity:1;text-decoration:underline}.footer-risk{margin-top:34px;padding-top:24px;border-top:1px solid rgba(255,255,255,.24);color:rgba(255,255,255,.9)}.footer-bottom{margin-top:20px;color:rgba(255,255,255,.78);font-size:14px}.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.pill{display:inline-flex;padding:7px 11px;border-radius:999px;background:#eef3f9;color:#4d647a;font-size:14px}.risk-box{padding:22px;border:1px solid #d8e4f0;background:#fff;border-radius:8px}.link-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.link-list a{padding:14px 16px;border:1px solid #d8e4f0;border-radius:8px;text-decoration:none;background:#fff}.link-list a:hover{border-color:#3f8fe5;background:#f8fbff}@media(max-width:1050px){.nav-core{gap:2px}.nav-core a{font-size:14px;padding:7px 6px}.hero-grid,.split{gap:34px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}@media(max-width:860px){.nav-core{display:none}.header-inner{min-height:64px}.site-logo img{max-height:38px}.hero{padding-top:52px}.hero-grid,.split{grid-template-columns:1fr}.hero-visual{min-height:auto;max-width:560px;margin:0 auto}.mini-points{grid-template-columns:repeat(2,1fr);margin-top:22px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card.full{grid-column:1/-1}.review-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr}.footer-grid>div:last-child{grid-column:auto}}@media(max-width:600px){.container{width:min(100% - 32px,1160px)}.header-inner{padding:0 12px;gap:8px;min-height:60px}.site-logo img{max-height:34px;max-width:120px}.header-actions{gap:6px}.header-download{min-height:44px;padding:0 14px;font-size:14px}.hero{padding:42px 0}.hero h1,.page-hero h1{font-size:36px}.hero .subtitle{font-size:21px}.hero-actions{display:grid}.hero-actions .main-btn,.hero-actions .secondary-btn{width:100%}.hero-links{gap:10px;flex-direction:column}.mini-points,.category-grid,.two-cards,.review-grid,.footer-grid,.link-list{grid-template-columns:1fr}.category-card.full{grid-column:auto}.section{padding:58px 0}.section-head{text-align:left}.page-hero{padding:44px 0 36px}.article{padding:44px 0}.article h2{font-size:26px}.footer-grid>div:last-child{grid-column:auto}.footer-risk{font-size:14px}.menu-btn{flex:0 0 44px}.site-drawer{padding:16px}.step{padding-left:58px}}
