*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#F5F7FF;color:#1F2740;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;line-height:1.78;overflow-x:hidden}body.drawer-open{overflow:hidden}a{color:#5B6CFF;text-decoration:none;transition:.22s ease}a:hover{color:#7A5CFF}img{display:block;max-width:100%;height:auto}button{font:inherit}.site-header{position:sticky;top:0;width:100%;z-index:9999;background:rgba(12,18,40,.94);backdrop-filter:blur(12px);box-shadow:0 8px 26px rgba(25,43,91,.16)}.header-inner{max-width:1280px;margin:0 auto;min-height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:22px}.site-logo{display:flex;align-items:center;gap:10px;min-width:max-content;color:#fff}.site-logo:hover{color:#fff}.site-logo img{width:42px;height:42px;object-fit:contain}.site-logo strong{font-size:20px;letter-spacing:.5px}.nav-core{display:flex;align-items:center;justify-content:center;gap:8px;flex:1}.nav-core a{color:#EEF2FF;border-radius:999px;padding:8px 12px;font-size:15px;white-space:nowrap}.nav-core a:hover,.nav-core a.active{color:#fff;background:rgba(0,212,255,.16)}.header-actions{display:flex;align-items:center;gap:10px}.main-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 24px;border-radius:999px;font-weight:700}.main-btn{background:linear-gradient(135deg,#5B6CFF 0%,#7A5CFF 48%,#00D4FF 100%);color:#fff;box-shadow:0 14px 32px rgba(91,108,255,.22)}.main-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 18px 36px rgba(91,108,255,.3)}.main-btn.compact{min-height:40px;padding:0 18px;font-size:14px}.ghost-btn{background:#fff;color:#5B6CFF;border:1px solid rgba(91,108,255,.25)}.menu-toggle{width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.menu-toggle span{width:18px;height:2px;background:#fff;border-radius:2px}.mobile-menu{display:none}.drawer-mask{position:fixed;inset:0;background:rgba(4,8,25,.56);z-index:10000;opacity:0;transition:opacity .22s ease}.drawer-mask.show{opacity:1}.site-drawer{position:fixed;top:0;right:0;width:min(390px,90vw);height:100vh;z-index:10001;background:#fff;box-shadow:-22px 0 48px rgba(11,16,36,.22);transform:translateX(105%);transition:transform .28s ease;overflow-y:auto}.site-drawer.open{transform:translateX(0)}.drawer-head{position:sticky;top:0;background:#fff;border-bottom:1px solid rgba(91,108,255,.14);display:flex;align-items:center;justify-content:space-between;padding:18px 22px}.drawer-brand{display:flex;align-items:center;gap:10px;color:#131A35;font-weight:800}.drawer-brand img{width:40px;height:40px;object-fit:contain}.drawer-close{width:40px;height:40px;border:0;border-radius:50%;background:#EFF2FF;color:#131A35;font-size:28px;line-height:1;cursor:pointer}.drawer-nav{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:20px 22px}.drawer-nav a{padding:12px 14px;border-radius:14px;background:#F5F7FF;color:#1F2740;border:1px solid transparent}.drawer-nav a:hover{border-color:rgba(91,108,255,.2);background:#EFF8FF;color:#5B6CFF}.drawer-note{margin:0 22px 24px;padding:16px;border-radius:16px;background:#FFF4D6;color:#60522d;font-size:14px}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.section{padding:88px 0}.section-sm{padding:62px 0}.section-head{max-width:760px;margin:0 auto 38px;text-align:center}.section-kicker{display:inline-flex;padding:7px 12px;border-radius:999px;background:#FFF4D6;color:#8d6d19;font-weight:700;font-size:13px;letter-spacing:.08em}.section-title,h1,h2,h3{color:#131A35;line-height:1.28}h1{font-size:clamp(42px,7vw,78px);margin:14px 0 18px}h2{font-size:clamp(29px,4vw,44px);margin:12px 0 16px}h3{font-size:21px;margin:0 0 10px}.section-head p,.muted{color:#66708A}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 15% 20%,rgba(255,200,87,.2),transparent 28%),radial-gradient(circle at 80% 20%,rgba(0,212,255,.2),transparent 34%),linear-gradient(135deg,#F8F5FF 0%,#EAF7FF 54%,#FFF2FA 100%);padding:86px 0 72px}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}.hero:before{width:260px;height:260px;background:rgba(122,92,255,.11);left:-90px;top:80px}.hero:after{width:300px;height:300px;background:rgba(217,79,112,.08);right:-120px;bottom:-80px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center;position:relative;z-index:1}.hero-copy .lead{font-size:18px;color:#4e5873;max-width:690px}.hero-subtitle{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#5B6CFF;margin:0 0 12px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}.hero-points{display:flex;gap:10px;flex-wrap:wrap}.hero-points span{padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid rgba(91,108,255,.16);font-size:14px}.hero-visual{position:relative}.hero-visual img{width:100%;max-height:600px;object-fit:contain;filter:drop-shadow(0 28px 42px rgba(25,43,91,.18))}.floating-card{position:absolute;max-width:220px;background:rgba(255,255,255,.92);border:1px solid rgba(91,108,255,.16);box-shadow:0 20px 46px rgba(25,43,91,.14);border-radius:18px;padding:15px}.floating-card.one{left:-34px;bottom:38px}.floating-card.two{right:-18px;top:36px}.floating-card strong{display:block;color:#131A35}.floating-card small{color:#66708A}.highlight-strip{margin-top:-28px;position:relative;z-index:2}.highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid rgba(91,108,255,.18);box-shadow:0 20px 46px rgba(25,43,91,.14);border-radius:24px;overflow:hidden}.highlight-item{padding:24px}.highlight-item+ .highlight-item{border-left:1px solid rgba(91,108,255,.13)}.highlight-item b{display:block;color:#131A35;margin-bottom:5px}.highlight-item p{margin:0;color:#66708A;font-size:14px;line-height:1.65}.capsule-grid{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.capsule{flex:1 1 205px;max-width:270px;background:#fff;border:1px solid rgba(91,108,255,.18);border-radius:999px;padding:14px 18px;box-shadow:0 10px 26px rgba(25,43,91,.08)}.capsule strong{display:block;color:#131A35}.capsule span{display:block;color:#66708A;font-size:13px;line-height:1.55;margin:2px 0 5px}.card,.zone-card,.info-card,.review-card{background:#fff;border:1px solid rgba(91,108,255,.18);box-shadow:0 20px 46px rgba(25,43,91,.14);border-radius:22px}.split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.split.reverse .media{order:2}.media-card{padding:18px}.media-card img{width:100%;max-height:520px;object-fit:contain;border-radius:16px;background:#F7F8FF}.content-card{padding:36px}.content-card p{color:#59637d}.text-link{font-weight:700}.feature-list{display:grid;gap:10px;margin:20px 0}.feature-list div{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;background:#F7F9FF;border-radius:14px}.feature-list div:before{content:"✓";color:#5B6CFF;font-weight:900}.two-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.zone-card{overflow:hidden}.zone-card img{width:100%;height:240px;object-fit:contain;background:linear-gradient(145deg,#F2F5FF,#EAF7FF)}.zone-body{padding:26px}.zone-body p{color:#66708A}.zone-points{margin:16px 0;padding:0;list-style:none}.zone-points li{padding:8px 0;border-bottom:1px dashed rgba(91,108,255,.15)}.zone-points li:last-child{border-bottom:0}.dark-section{background:#11182F;color:#EEF2FF;position:relative;overflow:hidden}.dark-section h2,.dark-section h3{color:#fff}.dark-section .section-head p,.dark-section p{color:#C7D0EA}.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.security-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:28px}.security-card img{width:100%;height:250px;object-fit:contain;margin-bottom:20px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{padding:24px}.review-card p{margin:0 0 15px;color:#536079}.review-card span{font-size:13px;color:#7a849b}.faq-list{display:grid;gap:14px;max-width:920px;margin:0 auto}.faq-item{background:#fff;border:1px solid rgba(91,108,255,.16);border-radius:18px;padding:20px 22px}.faq-item summary{cursor:pointer;color:#131A35;font-weight:800}.faq-item p{margin:14px 0 0;color:#66708A}.notice{background:linear-gradient(135deg,#FFF4D6,#EFF8FF);border:1px solid rgba(255,200,87,.4);border-radius:24px;padding:28px}.notice strong{color:#131A35}.page-hero{padding:78px 0 58px;background:radial-gradient(circle at 20% 20%,rgba(122,92,255,.14),transparent 34%),linear-gradient(135deg,#F8F6FF,#EAF7FF)}.page-hero-grid{display:grid;grid-template-columns:1fr .86fr;gap:42px;align-items:center}.page-hero h1{font-size:clamp(38px,6vw,64px)}.page-hero p{font-size:17px;color:#58627b}.page-hero img{width:100%;max-height:430px;object-fit:contain;filter:drop-shadow(0 24px 36px rgba(25,43,91,.15))}.article-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:32px;align-items:start}.article{background:#fff;border:1px solid rgba(91,108,255,.15);box-shadow:0 20px 46px rgba(25,43,91,.1);border-radius:24px;padding:34px}.article section+section{margin-top:38px;padding-top:30px;border-top:1px solid rgba(91,108,255,.14)}.article p{color:#535e77}.article ul{padding-left:20px}.article li{margin:8px 0}.side-stack{display:grid;gap:18px;position:sticky;top:94px}.info-card{padding:22px}.info-card img{width:100%;height:190px;object-fit:contain;margin-bottom:16px}.quote{padding:18px;border-left:4px solid #5B6CFF;background:#F5F7FF;border-radius:0 14px 14px 0;color:#4d5871}.service-steps{counter-reset:step;display:grid;gap:12px}.service-step{counter-increment:step;position:relative;padding:14px 14px 14px 48px;background:#F7F9FF;border-radius:14px}.service-step:before{content:counter(step);position:absolute;left:14px;top:13px;width:24px;height:24px;border-radius:50%;background:#5B6CFF;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.site-footer{background:#0B1024;color:#EEF2FF;padding:62px 0 96px}.footer-inner{width:min(1180px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:34px}.site-footer h3{color:#fff;font-size:17px}.site-footer a{display:block;color:#C9D1EA;margin:8px 0}.site-footer a:hover{color:#00D4FF}.footer-brand p{color:#AEB8D3;max-width:430px}.footer-logo{display:flex!important}.footer-bottom{width:min(1180px,calc(100% - 40px));margin:34px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);color:#9EA9C8;font-size:13px}.mobile-bottom-nav{display:none}.table-wrap{overflow-x:auto}.service-table{width:100%;border-collapse:collapse}.service-table th,.service-table td{padding:14px;border:1px solid rgba(91,108,255,.16);text-align:left}.service-table th{background:#EFF2FF;color:#131A35}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:#FFF4D6;color:#7d6118;font-size:13px}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:30px;border-radius:24px;background:linear-gradient(135deg,#5B6CFF,#7A5CFF 55%,#00D4FF);color:#fff}.cta-band h2{color:#fff;margin:0}.cta-band p{margin:6px 0 0;color:rgba(255,255,255,.85)}.cta-band .ghost-btn{background:#fff;border:0}.content-img{max-width:100%;height:auto;object-fit:contain}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:13px 14px;border:1px solid rgba(91,108,255,.24);border-radius:12px;background:#F9FAFF;color:#1F2740}.form-grid textarea{min-height:130px;resize:vertical}.form-note{font-size:13px;color:#7b859b}
@media(max-width:1040px){.nav-core{display:none}.mobile-menu{display:flex}.desktop-menu{display:none}.hero-grid,.page-hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy .lead{margin-left:auto;margin-right:auto}.hero-actions,.hero-points{justify-content:center}.hero-visual{max-width:720px;margin:0 auto}.floating-card.one{left:0}.floating-card.two{right:0}.highlight-grid{grid-template-columns:repeat(2,1fr)}.highlight-item:nth-child(3){border-left:0;border-top:1px solid rgba(91,108,255,.13)}.highlight-item:nth-child(4){border-top:1px solid rgba(91,108,255,.13)}.article-grid{grid-template-columns:1fr}.side-stack{position:static;grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1.5fr 1fr 1fr}.footer-inner>div:last-child{grid-column:2/4}}
@media(max-width:760px){body{padding-bottom:68px}.header-inner{min-height:64px;padding:0 14px;gap:10px}.site-logo strong{display:none}.site-logo img{width:38px;height:38px}.header-actions{gap:0}.main-btn.compact{min-height:36px;padding:0 13px;font-size:13px}.mobile-menu{width:38px;height:38px}.container{width:min(100% - 28px,1180px)}.section{padding:62px 0}.section-sm{padding:46px 0}.hero{padding:58px 0 48px}.hero-grid{gap:30px}.hero-copy{text-align:left}.hero-actions,.hero-points{justify-content:flex-start}.hero h1{font-size:45px}.hero-subtitle{font-size:25px}.hero-copy .lead{font-size:16px}.floating-card{position:static;display:inline-block;margin:8px 6px 0 0}.highlight-strip{margin-top:-12px}.highlight-grid{grid-template-columns:1fr}.highlight-item+.highlight-item{border-left:0;border-top:1px solid rgba(91,108,255,.13)}.split,.two-grid,.three-grid,.security-grid,.review-grid{grid-template-columns:1fr}.split.reverse .media{order:0}.content-card{padding:25px}.zone-card img{height:210px}.page-hero{padding:50px 0 42px}.page-hero h1{font-size:40px}.article{padding:24px}.side-stack{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-inner>div:last-child{grid-column:auto}.site-footer{padding-bottom:92px}.mobile-bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;z-index:9998;background:rgba(255,255,255,.97);border-top:1px solid rgba(91,108,255,.18);box-shadow:0 -10px 30px rgba(25,43,91,.1);padding:7px 8px max(7px,env(safe-area-inset-bottom))}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;color:#66708A;font-size:11px;line-height:1.35}.mobile-bottom-nav span{font-size:19px;color:#5B6CFF}.drawer-nav{grid-template-columns:1fr}.cta-band{align-items:flex-start;flex-direction:column}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}}
@media(max-width:480px){.footer-inner{grid-template-columns:1fr}.footer-inner>div:last-child{grid-column:auto}.capsule{max-width:none}.site-drawer{width:92vw}.header-actions .main-btn{padding:0 12px}.hero-points span{font-size:12px}.security-card{padding:20px}}
