*{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.72;overflow-x:hidden}body.drawer-open{overflow:hidden}img{max-width:100%;height:auto}.skip-link{position:fixed;left:12px;top:-60px;z-index:12000;background:#1f2d3d;color:#fff;padding:10px 14px;border-radius:6px}.skip-link:focus{top:12px}a{color:#2f83d8}.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;justify-content:center;gap:6px;flex:1}.nav-core a{color:#34495e;text-decoration:none;padding:8px 10px;border-radius:8px;white-space:nowrap;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,.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;position:relative;z-index:2;pointer-events:auto;touch-action:manipulation;border:1px solid transparent;transition:.2s ease}.main-btn{color:#fff;background:#3f8fe5;box-shadow:0 10px 24px rgba(63,143,229,.22)}.main-btn:hover{background:#2f7fd3;transform:translateY(-1px)}.secondary-btn{color:#2875c7;background:#fff;border-color:#bcd5ee}.secondary-btn:hover{background:#eaf4ff;border-color:#3f8fe5}.main-btn:focus-visible,.secondary-btn:focus-visible,.nav-core a:focus-visible,.menu-button:focus-visible,.drawer-nav a:focus-visible,.text-link:focus-visible{outline:3px solid rgba(63,143,229,.35);outline-offset:3px}.menu-button{width:44px;height:44px;border:1px solid #d8e4f0;border-radius:8px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;position:relative;z-index:3}.menu-button span{display:block;width:20px;height:2px;background:#2875c7}.drawer-overlay{position:fixed;inset:0;background:rgba(18,36,56,.42);z-index:10000;opacity:0;transition:.22s}.drawer-overlay.show{opacity:1}.site-drawer{position:fixed;right:0;top:0;height:100dvh;width:min(390px,88vw);z-index:10001;background:#fff;box-shadow:-18px 0 50px rgba(15,54,89,.18);padding:22px;transform:translateX(105%);transition:transform .24s ease;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-head img{max-height:42px;width:auto}.drawer-close{width:44px;height:44px;border:1px solid #d8e4f0;border-radius:50%;background:#fff;color:#2875c7;font-size:28px;cursor:pointer}.drawer-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:20px 0}.drawer-nav a{padding:12px 14px;text-decoration:none;color:#34495e;border-radius:8px;background:#f4f7fb}.drawer-nav a:hover,.drawer-nav a.active{background:#eaf4ff;color:#2875c7}.drawer-download{width:100%}main{display:block}.container{width:min(1160px,calc(100% - 40px));margin:0 auto}.hero{padding:76px 0 70px;background:linear-gradient(180deg,#fff 0%,#f4f7fb 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:-130px;top:-120px}.hero:after{width:180px;height:180px;left:-80px;bottom:-60px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:54px;position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#2875c7;background:#eaf4ff;border:1px solid #cfe4f8;border-radius:999px;padding:7px 12px;font-size:14px;font-weight:700}.hero h1,.page-hero h1{margin:18px 0 16px;color:#1f2d3d;line-height:1.18;font-size:clamp(38px,5vw,64px);letter-spacing:-1.2px}.hero-subtitle{font-size:clamp(20px,2.5vw,28px);font-weight:700;color:#2875c7;margin:0 0 16px}.hero-copy{font-size:17px;color:#5b6f82;max-width:700px}.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-decoration:none;font-weight:700}.hero-points{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin-top:26px;padding:0;list-style:none}.hero-points li{position:relative;padding-left:24px;color:#4c6278}.hero-points li:before{content:"✓";position:absolute;left:0;color:#3f8fe5;font-weight:700}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-visual img{width:min(100%,500px);object-fit:contain;filter:drop-shadow(0 25px 36px rgba(43,97,153,.16))}.trust-strip{margin-top:-24px;position:relative;z-index:2}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.info-card,.category-card,.review-card,.faq-card,.article-card,.notice-card{background:#fff;border:1px solid #d8e4f0;border-radius:8px;box-shadow:0 8px 24px rgba(43,97,153,.06)}.info-card{padding:24px}.info-card h2{font-size:18px;margin:0 0 8px;color:#1f2d3d}.info-card p{margin:0;color:#6f7f90}.section{padding:82px 0}.section-light{background:#f4f7fb}.section-head{max-width:760px;margin:0 auto 38px;text-align:center}.section-kicker{color:#2875c7;font-weight:700;margin:0 0 8px}.section-title{margin:0 0 12px;color:#1f2d3d;font-size:clamp(28px,3.8vw,44px);line-height:1.25}.section-desc{margin:0;color:#6f7f90;font-size:17px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.category-card{padding:28px;min-height:210px;display:flex;flex-direction:column;transition:.2s ease;border-color:#c9def1}.category-card:hover{transform:translateY(-4px);border-color:#3f8fe5}.category-card.wide{grid-column:1/-1;min-height:auto}.category-number{font-size:13px;color:#2875c7;font-weight:700;letter-spacing:.08em}.category-card h3{margin:8px 0 10px;color:#1f2d3d;font-size:22px}.category-card p{margin:0 0 18px;color:#6f7f90;flex:1}.text-link{font-weight:700;text-decoration:none}.text-link:hover{text-decoration:underline}.feature-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:56px}.feature-grid.reverse .feature-image{order:2}.feature-image{display:flex;align-items:center;justify-content:center}.feature-image img,.content-img{max-width:100%;height:auto;object-fit:contain;display:block}.feature-copy h2{color:#1f2d3d;font-size:clamp(28px,3.3vw,42px);line-height:1.25;margin:0 0 16px}.feature-copy h3{color:#2875c7;margin:24px 0 8px}.feature-copy p{color:#5b6f82}.feature-list{padding-left:20px;color:#5b6f82}.feature-list li{margin:8px 0}.split-cards{display:grid;grid-template-columns:1fr 1fr;gap:28px}.article-card{padding:32px}.article-card h2,.article-card h3{color:#1f2d3d}.article-card h2{margin-top:0}.article-card p{color:#5b6f82}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.notice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.notice-card{padding:26px}.notice-tag{display:inline-block;color:#2875c7;background:#eaf4ff;border-radius:999px;padding:5px 10px;font-size:13px;font-weight:700}.notice-card h3{color:#1f2d3d;font-size:20px;margin:14px 0 10px}.notice-card p{color:#6f7f90}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-card{padding:26px}.review-card p{margin:0 0 14px;color:#4f6478}.review-card span{color:#2875c7;font-size:14px;font-weight:700}.faq-list{display:grid;gap:14px;max-width:900px;margin:0 auto}.faq-card{padding:0;overflow:hidden}.faq-card details{padding:20px 24px}.faq-card summary{cursor:pointer;font-weight:700;color:#1f2d3d}.faq-card p{color:#5f7285;margin:14px 0 0}.risk-box{padding:30px;border:1px solid #bcd5ee;background:#eaf4ff;border-radius:8px}.risk-box h2,.risk-box h3{color:#1f2d3d;margin-top:0}.page-hero{padding:66px 0;background:linear-gradient(180deg,#fff,#f4f7fb);border-bottom:1px solid #e5edf5}.page-hero .container{max-width:900px}.page-hero h1{font-size:clamp(36px,5vw,56px)}.page-hero p{font-size:18px;color:#5b6f82;max-width:820px}.breadcrumbs{font-size:14px;color:#6f7f90}.breadcrumbs a{text-decoration:none}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:38px;align-items:start}.article-content{min-width:0}.article-content section{padding:30px 0;border-bottom:1px solid #e5edf5}.article-content section:first-child{padding-top:0}.article-content section:last-child{border-bottom:0}.article-content h2{color:#1f2d3d;font-size:30px;line-height:1.35}.article-content h3{color:#2875c7;font-size:21px}.article-content p,.article-content li{color:#50667a}.article-content li{margin:9px 0}.side-nav{position:sticky;top:96px;padding:22px;border:1px solid #d8e4f0;background:#fff;border-radius:8px}.side-nav h2{font-size:18px;color:#1f2d3d;margin:0 0 12px}.side-nav a{display:block;padding:8px 0;text-decoration:none;color:#50667a;border-bottom:1px solid #eef3f9}.side-nav a:last-child{border-bottom:0}.side-nav a:hover{color:#2875c7}.steps{counter-reset:step;display:grid;gap:18px}.step{position:relative;padding:24px 24px 24px 74px;border:1px solid #d8e4f0;border-radius:8px;background:#fff}.step:before{counter-increment:step;content:counter(step);position:absolute;left:22px;top:22px;width:34px;height:34px;border-radius:50%;background:#3f8fe5;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.step h3{margin-top:0}.callout{border-left:4px solid #3f8fe5;background:#f4f7fb;padding:18px 20px;margin:24px 0;border-radius:0 8px 8px 0}.callout.warning{border-left-color:#d88b2f;background:#fff8ed}.callout strong{color:#1f2d3d}.check-list{list-style:none;padding:0}.check-list li{position:relative;padding-left:28px}.check-list li:before{content:"✓";position:absolute;left:0;color:#3f8fe5;font-weight:700}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;min-width:620px}.data-table th,.data-table td{padding:14px;border:1px solid #d8e4f0;text-align:left}.data-table th{background:#f4f7fb;color:#1f2d3d}.site-footer{background:#438ddf;color:#fff}.footer-inner{width:min(1160px,calc(100% - 40px));margin:0 auto;padding:56px 0 36px;display:grid;grid-template-columns:1.1fr 1.9fr;gap:50px}.footer-brand img{max-height:46px;width:auto;filter:brightness(0) invert(1)}.footer-brand p{max-width:480px;color:rgba(255,255,255,.86)}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.footer-links h2{font-size:16px;margin:0 0 14px;color:#fff}.footer-links a{display:block;color:rgba(255,255,255,.86);text-decoration:none;margin:8px 0}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-risk{width:min(1160px,calc(100% - 40px));margin:0 auto;padding:20px 0;border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22);color:rgba(255,255,255,.86)}.footer-bottom{text-align:center;padding:22px 20px;color:rgba(255,255,255,.78)}@media(max-width:1050px){.nav-core{display:none}.trust-grid{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:1fr 1fr}.category-card.wide{grid-column:1/-1}.review-grid{grid-template-columns:1fr 1fr}.notice-grid{grid-template-columns:1fr 1fr}.article-layout{grid-template-columns:1fr}.side-nav{position:static;order:-1}.footer-inner{grid-template-columns:1fr}}@media(max-width:768px){.header-inner{min-height:62px;padding:0 14px;gap:10px}.site-logo img{max-height:36px}.header-actions{gap:7px}.header-download{min-height:44px;padding:0 14px;font-size:14px}.hero{padding:48px 0 56px}.container{width:min(100% - 32px,1160px)}.hero-grid,.feature-grid{grid-template-columns:1fr;gap:34px}.feature-grid.reverse .feature-image{order:0}.hero h1,.page-hero h1{font-size:38px}.hero-subtitle{font-size:21px}.hero-visual img{width:min(100%,390px)}.trust-strip{margin-top:0;padding-top:18px}.trust-grid,.category-grid,.review-grid,.notice-grid,.split-cards{grid-template-columns:1fr}.category-card.wide{grid-column:auto}.section{padding:58px 0}.section-head{text-align:left;margin-bottom:28px}.hero-points{grid-template-columns:1fr}.article-card{padding:24px}.page-hero{padding:44px 0}.footer-links{grid-template-columns:1fr 1fr}.drawer-nav{grid-template-columns:1fr}.footer-inner{width:min(100% - 32px,1160px);padding-top:42px}.footer-risk{width:min(100% - 32px,1160px)}.hero-actions .main-btn,.hero-actions .secondary-btn{flex:1 1 180px}.step{padding-left:66px}}@media(max-width:480px){.header-download{padding:0 10px}.site-logo img{max-width:118px}.menu-button{width:44px;height:44px}.hero h1,.page-hero h1{font-size:33px}.footer-links{grid-template-columns:1fr}.hero-links{display:grid;gap:9px}.section-title{font-size:30px}.category-card{min-height:auto;padding:23px}.main-btn,.secondary-btn{padding:0 16px}}
