:root{--bg:#F5F7FF;--nav:rgba(12,18,40,.94);--title:#131A35;--brand:#5B6CFF;--deep:#16213E;--cyan:#00D4FF;--gold:#FFC857;--red:#D94F70;--light-blue:#EAF7FF;--light-gold:#FFF4D6;--highlight:#7A5CFF;--text:#1F2740;--muted:#66708A;--soft:#9AA4BA;--card:#fff;--dark-card:#11182F;--border:rgba(91,108,255,.18);--shadow:0 20px 46px rgba(25,43,91,.14);--gradient:linear-gradient(135deg,#5B6CFF 0%,#7A5CFF 48%,#00D4FF 100%);--radius:24px;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;line-height:1.75;overflow-x:hidden}body.drawer-open{overflow:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--brand);text-decoration:none}a:hover{color:var(--highlight)}button,input,textarea{font:inherit}.skip-link{position:fixed;left:14px;top:-60px;background:#fff;padding:10px 16px;border-radius:10px;z-index:12000}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;width:100%;z-index:9999;background:var(--nav);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 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-logo{display:flex;align-items:center;gap:10px;color:#fff;font-weight:800;letter-spacing:.02em;white-space:nowrap}.site-logo:hover{color:#fff}.site-logo img{width:42px;height:42px;object-fit:contain;border-radius:12px}.nav-core{display:flex;align-items:center;justify-content:center;gap:8px}.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{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 22px;background:var(--gradient);color:#fff;border-radius:999px;box-shadow:0 14px 32px rgba(91,108,255,.22);font-weight:800;border:0;transition:transform .2s ease,box-shadow .2s ease}.main-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 18px 36px rgba(91,108,255,.28)}.main-btn.compact{min-height:42px;padding:8px 17px;font-size:14px}.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 20px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--title);font-weight:700}.menu-toggle{width:42px;height:42px;border:0;border-radius:14px;background:rgba(255,255,255,.1);display:grid;place-content:center;gap:4px;cursor:pointer}.menu-toggle span{display:block;width:19px;height:2px;background:#fff;border-radius:4px}.mobile-only{display:none}.site-drawer{position:fixed;right:0;top:0;width:min(390px,90vw);height:100dvh;background:#fff;z-index:11000;transform:translateX(105%);transition:transform .25s ease;box-shadow:-18px 0 45px rgba(12,18,40,.24);padding:24px;overflow-y:auto}.site-drawer.is-open{transform:translateX(0)}.drawer-overlay{position:fixed;inset:0;background:rgba(5,9,23,.58);z-index:10900;opacity:0;transition:opacity .22s ease}.drawer-overlay.is-visible{opacity:1}.drawer-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.drawer-brand{display:flex;align-items:center;gap:10px;color:var(--title)}.drawer-brand img{width:40px;height:40px;object-fit:contain;border-radius:12px}.drawer-close{border:0;background:#EFF2FF;color:var(--title);border-radius:12px;width:40px;height:40px;font-size:28px;line-height:1;cursor:pointer}.drawer-note{color:var(--muted);font-size:14px}.drawer-nav{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.drawer-nav a{background:#F5F7FF;color:var(--title);border:1px solid var(--border);border-radius:14px;padding:12px 14px}.drawer-nav a:hover{background:var(--light-blue);color:var(--brand)}.drawer-cta{margin-top:22px}.drawer-cta .main-btn{width:100%}main{min-height:60vh}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.section{padding:82px 0}.section-sm{padding:52px 0}.section-kicker{display:inline-flex;align-items:center;gap:8px;color:#8A6500;background:var(--light-gold);border-radius:999px;padding:7px 13px;font-weight:800;font-size:13px;letter-spacing:.08em}.section-title{font-size:clamp(30px,4vw,52px);line-height:1.15;margin:16px 0;color:var(--title);letter-spacing:-.035em}.section-title.small{font-size:clamp(25px,3vw,38px)}.section-lead{max-width:820px;color:var(--muted);font-size:18px}.hero{position:relative;isolation:isolate;overflow:hidden;padding:88px 0 70px;background:radial-gradient(circle at 12% 18%,rgba(122,92,255,.18),transparent 30%),radial-gradient(circle at 84% 12%,rgba(0,212,255,.18),transparent 28%),linear-gradient(135deg,#F4F0FF 0%,#EAF7FF 52%,#FFF7FB 100%)}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(1px);z-index:-1}.hero:before{width:360px;height:360px;background:rgba(91,108,255,.08);left:-140px;bottom:-170px}.hero:after{width:280px;height:280px;background:rgba(217,79,112,.08);right:-80px;top:40px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:60px}.hero h1{font-size:clamp(52px,8vw,88px);line-height:.98;margin:18px 0;color:var(--title);letter-spacing:-.055em}.hero-subtitle{font-size:clamp(24px,3vw,34px);font-weight:800;color:var(--deep);margin:0 0 20px}.hero-copy{color:var(--muted);font-size:17px;max-width:680px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0}.hero-points{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:22px 0 0;list-style:none}.hero-points li{background:rgba(255,255,255,.78);border:1px solid var(--border);border-radius:999px;padding:8px 13px;color:var(--deep);font-weight:700}.hero-visual{position:relative}.hero-visual img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 28px 40px rgba(25,43,91,.18));border-radius:30px}.floating-note{position:absolute;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:14px 17px;font-weight:800;color:var(--deep)}.floating-note.one{left:-24px;bottom:14%}.floating-note.two{right:-12px;top:11%}.highlight-strip{margin-top:-22px;position:relative;z-index:3}.highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:26px;padding:18px}.highlight-item{padding:14px 16px;border-radius:18px;background:linear-gradient(145deg,#fff,#F7F9FF)}.highlight-item strong{display:block;color:var(--title);font-size:18px}.highlight-item p{margin:5px 0 0;color:var(--muted);font-size:14px}.pill-nav{display:flex;flex-wrap:wrap;gap:12px}.pill-nav a{background:#fff;border:1px solid var(--border);border-radius:999px;padding:9px 14px;color:var(--deep);box-shadow:0 10px 24px rgba(25,43,91,.07)}.pill-nav a:hover{background:var(--brand);color:#fff}.split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.split.reverse .split-media{order:-1}.split-media img,.content-img{width:100%;height:auto;object-fit:contain;border-radius:28px}.card,.zone-card,.info-card,.review-card{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px}.panel{padding:30px}.panel h2,.panel h3{color:var(--title);margin-top:0}.panel p{color:var(--muted)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card{padding:26px}.feature-card .num{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--light-blue);color:var(--brand);font-weight:900}.feature-card h3{margin:14px 0 8px;color:var(--title)}.feature-card p{margin:0;color:var(--muted)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.media-card{overflow:hidden}.media-card img{width:100%;aspect-ratio:16/10;object-fit:contain;background:linear-gradient(135deg,#EEF1FF,#EAFBFF)}.media-card .card-body{padding:25px}.media-card h3{margin:0 0 10px;color:var(--title);font-size:25px}.media-card p{color:var(--muted)}.text-link{font-weight:800}.text-link:after{content:" →"}.deep-section{background:linear-gradient(135deg,#11182F,#16213E);color:#EEF2FF}.deep-section .section-title,.deep-section h2,.deep-section h3{color:#fff}.deep-section p{color:#C8D0E8}.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.security-card{display:grid;grid-template-columns:150px 1fr;gap:22px;align-items:center;padding:24px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:24px}.security-card img{width:100%;height:auto;object-fit:contain;border-radius:18px}.security-card a{color:var(--cyan)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{padding:24px}.review-card p{margin:0;color:var(--muted)}.review-meta{display:flex;align-items:center;gap:10px;margin-top:18px;color:var(--title);font-weight:800}.review-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--gradient);color:#fff}.faq-list{display:grid;gap:14px}.faq-item{background:#fff;border:1px solid var(--border);border-radius:18px;padding:0 22px}.faq-item summary{cursor:pointer;list-style:none;padding:20px 36px 20px 0;color:var(--title);font-weight:800;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:0;top:15px;font-size:27px;color:var(--brand)}.faq-item[open] summary:after{content:"−"}.faq-item p{margin:0 0 20px;color:var(--muted)}.notice{background:linear-gradient(135deg,#FFF4D6,#FFF9EE);border:1px solid rgba(255,200,87,.5);border-radius:24px;padding:28px}.notice h2{margin-top:0;color:var(--title)}.notice p{color:#6B5A2F}.inner-hero{padding:78px 0;background:radial-gradient(circle at 86% 8%,rgba(0,212,255,.18),transparent 28%),linear-gradient(135deg,#F2EEFF,#EBF8FF)}.inner-hero-grid{display:grid;grid-template-columns:1fr .82fr;align-items:center;gap:50px}.inner-hero h1{font-size:clamp(40px,6vw,68px);line-height:1.06;color:var(--title);margin:16px 0}.inner-hero p{color:var(--muted);font-size:18px}.inner-hero img{width:100%;max-height:480px;object-fit:contain;border-radius:28px;filter:drop-shadow(0 24px 38px rgba(25,43,91,.16))}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:30px;align-items:start}.article-card{padding:34px}.article-card h2{font-size:29px;color:var(--title);margin:34px 0 12px}.article-card h2:first-child{margin-top:0}.article-card p{color:var(--muted);margin:0 0 18px}.article-card ul{color:var(--muted);padding-left:22px}.sidebar{position:sticky;top:96px;display:grid;gap:18px}.sidebar-card{padding:24px}.sidebar-card h2,.sidebar-card h3{margin-top:0;color:var(--title)}.sidebar-card ul{padding-left:20px;color:var(--muted)}.link-list{display:grid;gap:9px}.link-list a{padding-bottom:9px;border-bottom:1px dashed var(--border);font-weight:700}.quote-card{background:linear-gradient(145deg,#fff,#F6F8FF);border-left:4px solid var(--brand)}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--gradient);padding:34px;border-radius:26px;color:#fff;box-shadow:var(--shadow)}.cta-band h2{margin:0;color:#fff}.cta-band p{margin:5px 0 0;color:rgba(255,255,255,.86)}.cta-band .secondary-btn{border-color:rgba(255,255,255,.5)}.steps{counter-reset:step;display:grid;gap:16px}.step{position:relative;padding:20px 20px 20px 76px;background:#fff;border:1px solid var(--border);border-radius:18px}.step:before{counter-increment:step;content:counter(step);position:absolute;left:20px;top:20px;width:38px;height:38px;border-radius:12px;background:var(--gradient);color:#fff;display:grid;place-items:center;font-weight:900}.step h3{margin:0 0 6px;color:var(--title)}.step p{margin:0;color:var(--muted)}.site-footer{background:#0B1024;color:#EEF2FF;padding:64px 0 22px}.footer-inner{width:min(var(--max),calc(100% - 40px));margin:auto;display:grid;grid-template-columns:1.8fr repeat(3,1fr);gap:34px}.footer-logo{margin-bottom:14px}.footer-brand p{color:#B8C1DD;max-width:440px}.footer-col{display:grid;align-content:start;gap:9px}.footer-col h2{font-size:16px;color:#fff;margin:0 0 8px}.footer-col a{color:#BFC8E4}.footer-col a:hover{color:#fff}.footer-bottom{width:min(var(--max),calc(100% - 40px));margin:34px auto 0;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#8F9AB8;font-size:13px}.mobile-tabbar{display:none}@media(max-width:1080px){.nav-core{display:none}.mobile-only{display:grid}.desktop-menu{display:none}.hero-grid,.inner-hero-grid{grid-template-columns:1fr;gap:34px}.hero-visual{max-width:760px;margin:auto}.highlight-grid{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:1fr}.sidebar{position:static;grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1.5fr repeat(2,1fr)}.footer-col:last-child{grid-column:2/4}}@media(max-width:780px){body{padding-bottom:72px}.header-inner{min-height:64px;padding:0 14px;gap:10px}.site-logo span{display:none}.site-logo img{width:38px;height:38px}.main-btn.compact{padding:7px 13px;font-size:13px}.section{padding:60px 0}.section-sm{padding:40px 0}.container{width:min(var(--max),calc(100% - 28px))}.hero{padding:58px 0 48px}.hero h1{font-size:54px}.hero-copy,.inner-hero p{font-size:16px}.floating-note{position:static;display:inline-block;margin:8px 6px 0 0}.highlight-grid,.split,.two-col,.three-col,.features,.security-grid,.review-grid,.sidebar{grid-template-columns:1fr}.highlight-strip{margin-top:14px}.highlight-grid{padding:12px}.split.reverse .split-media{order:0}.security-card{grid-template-columns:100px 1fr}.article-card{padding:24px}.inner-hero{padding:56px 0}.cta-band{align-items:flex-start;flex-direction:column}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}.footer-col:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.mobile-tabbar{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:10px;right:10px;bottom:max(8px,env(safe-area-inset-bottom));z-index:9000;background:rgba(11,16,36,.94);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:8px;box-shadow:0 12px 36px rgba(5,8,20,.25)}.mobile-tabbar a{display:grid;place-items:center;color:#E6EBFF;font-size:11px;line-height:1.25}.mobile-tabbar span{font-size:18px}.drawer-nav{grid-template-columns:1fr}.footer-bottom p{margin:0}}@media(max-width:480px){.hero h1{font-size:46px}.hero-subtitle{font-size:23px}.section-title{font-size:34px}.security-card{grid-template-columns:1fr}.security-card img{max-width:180px}.footer-inner{grid-template-columns:1fr}.footer-brand,.footer-col:last-child{grid-column:auto}.footer-col{padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}}
