*{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",sans-serif;line-height:1.75;overflow-x:hidden}body.drawer-open{overflow:hidden}img{max-width:100%;height:auto;display:block}a{color:#5B6CFF;text-decoration:none;transition:.22s ease}a:hover{color:#384BE8}.skip-link{position:fixed;left:16px;top:-80px;z-index:20000;background:#fff;padding:10px 16px;border-radius:10px}.skip-link:focus{top:10px}.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:24px}.site-logo{display:flex;align-items:center;gap:10px;color:#fff;font-weight:800;font-size:21px;white-space:nowrap}.site-logo:hover{color:#fff}.site-logo img{width:42px;height:42px;object-fit:contain}.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{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 23px;background:linear-gradient(135deg,#5B6CFF 0%,#7A5CFF 48%,#00D4FF 100%);color:#fff;border-radius:999px;box-shadow:0 14px 32px rgba(91,108,255,.22);font-weight:700}.main-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 18px 38px rgba(91,108,255,.3)}.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 22px;border:1px solid rgba(91,108,255,.3);border-radius:999px;background:#fff;color:#5B6CFF;font-weight:700}.menu-toggle{width:44px;height:44px;border:0;border-radius:14px;background:rgba(255,255,255,.09);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}.menu-toggle span{width:20px;height:2px;background:#fff;border-radius:3px}.mobile-menu-toggle{display:none}.drawer-overlay{position:fixed;inset:0;background:rgba(5,9,24,.62);z-index:10020;opacity:0;transition:.25s}.drawer-overlay.is-visible{opacity:1}.site-drawer{position:fixed;right:0;top:0;bottom:0;width:min(390px,92vw);z-index:10030;background:#fff;padding:24px;transform:translateX(105%);transition:.28s ease;overflow-y:auto;box-shadow:-20px 0 60px rgba(8,16,48,.24)}.site-drawer.is-open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8ebf5;padding-bottom:16px}.drawer-brand{display:flex;align-items:center;gap:10px;color:#131A35;font-size:21px}.drawer-brand img{width:42px;height:42px;object-fit:contain}.drawer-close{border:0;background:#F0F3FF;color:#131A35;width:42px;height:42px;border-radius:50%;font-size:28px;cursor:pointer}.drawer-intro{color:#66708A;font-size:14px}.drawer-nav{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.drawer-nav a{padding:11px 13px;border-radius:13px;background:#F5F7FF;color:#1F2740}.drawer-nav a:hover{background:#EAF7FF;color:#5B6CFF}.drawer-support{display:flex;gap:12px;margin-top:20px;padding-top:18px;border-top:1px solid #e8ebf5}.drawer-support a{font-size:14px}.page-main{min-height:70vh}.section{padding:88px 24px}.section-sm{padding:62px 24px}.container{width:min(1200px,100%);margin:0 auto}.section-head{max-width:760px;margin:0 auto 36px;text-align:center}.section-kicker{display:inline-block;margin-bottom:8px;color:#7A5CFF;font-weight:800;letter-spacing:.08em;font-size:13px}.section-title,h1,h2,h3{color:#131A35;line-height:1.25}.section-title{font-size:clamp(29px,4vw,46px);margin:0 0 14px}.section-desc{color:#66708A;margin:0}.hero{position:relative;overflow:hidden;padding:92px 24px 78px;background:radial-gradient(circle at 12% 15%,rgba(0,212,255,.17),transparent 33%),radial-gradient(circle at 80% 10%,rgba(122,92,255,.21),transparent 35%),linear-gradient(145deg,#F8F4FF 0%,#EAF7FF 52%,#FFF7F9 100%)}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero:before{width:230px;height:230px;background:rgba(255,200,87,.14);left:-90px;bottom:-70px}.hero:after{width:300px;height:300px;border:1px solid rgba(91,108,255,.15);right:-100px;top:-100px}.hero-grid{position:relative;z-index:1;width:min(1200px,100%);margin:0 auto;display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}.hero-copy h1{font-size:clamp(48px,8vw,86px);margin:0 0 12px;letter-spacing:-.05em}.hero-subtitle{font-size:clamp(21px,3vw,34px);font-weight:800;color:#16213E;margin:0 0 20px}.hero-copy>p{font-size:17px;color:#4E5874;max-width:720px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0}.hero-points{display:flex;flex-wrap:wrap;gap:10px}.hero-points span{background:rgba(255,255,255,.76);border:1px solid rgba(91,108,255,.16);border-radius:999px;padding:8px 13px;color:#46516E;font-size:14px}.hero-visual{position:relative}.hero-visual img{width:100%;max-height:590px;object-fit:contain;filter:drop-shadow(0 28px 38px rgba(37,52,104,.19))}.floating-note{position:absolute;left:-22px;bottom:30px;background:rgba(17,24,47,.94);color:#fff;border-radius:18px;padding:14px 18px;box-shadow:0 18px 40px rgba(18,27,67,.25)}.floating-note strong{display:block;color:#00D4FF}.highlight-strip{margin-top:-24px;position:relative;z-index:3;padding:0 24px}.highlight-grid{width:min(1200px,100%);margin:0 auto;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:25px;border-right:1px solid #EDF0F8}.highlight-item:last-child{border-right:0}.highlight-item b{display:block;color:#131A35;font-size:18px;margin-bottom:7px}.highlight-item p{margin:0;color:#66708A;font-size:14px}.capsule-list{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.capsule{width:min(224px,100%);background:#fff;border:1px solid rgba(91,108,255,.18);border-radius:999px;padding:12px 17px;display:flex;flex-direction:column;box-shadow:0 10px 24px rgba(25,43,91,.08)}.capsule strong{color:#131A35}.capsule small{color:#66708A;line-height:1.55}.capsule:hover{transform:translateY(-3px);border-color:rgba(91,108,255,.38)}.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-feature{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.split-feature.reverse .media{order:2}.split-feature .media img{width:100%;max-height:530px;object-fit:contain}.split-feature .copy{padding:18px}.split-feature .copy h2{font-size:clamp(29px,4vw,44px);margin:0 0 16px}.split-feature .copy p{color:#58627D}.feature-list{display:grid;gap:12px;margin:22px 0}.feature-list div{padding:13px 15px;border-radius:15px;background:#EFF8FF}.feature-list strong{display:block;color:#16213E}.text-link{font-weight:700}.two-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.zone-card{overflow:hidden}.zone-card img{width:100%;aspect-ratio:16/10;object-fit:contain;background:linear-gradient(145deg,#EEF4FF,#FFF5FB)}.zone-body{padding:25px}.zone-body h3{font-size:25px;margin:0 0 12px}.zone-body p{color:#66708A}.mini-points{padding:0;margin:16px 0;list-style:none}.mini-points li{position:relative;padding-left:18px;margin:8px 0;color:#4F5974}.mini-points li:before{content:"";position:absolute;left:0;top:.75em;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#7A5CFF,#00D4FF)}.dark-section{background:#11182F;color:#EEF2FF}.dark-section h2,.dark-section h3{color:#fff}.dark-section p{color:#C8D0E8}.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.security-card{display:grid;grid-template-columns:190px 1fr;align-items:center;padding:25px;border-radius:24px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}.security-card img{width:100%;max-height:230px;object-fit:contain}.security-card a{color:#00D4FF}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-card{padding:25px}.review-card p{margin:0 0 18px;color:#4F5974}.review-card strong{color:#131A35}.review-card span{display:block;color:#9AA4BA;font-size:13px}.faq-list{max-width:920px;margin:0 auto;display:grid;gap:14px}.faq-item{background:#fff;border:1px solid rgba(91,108,255,.18);border-radius:18px;padding:0 21px;box-shadow:0 12px 28px rgba(25,43,91,.08)}.faq-item summary{cursor:pointer;list-style:none;padding:19px 34px 19px 0;font-weight:750;color:#131A35;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"＋";position:absolute;right:0;color:#5B6CFF;font-size:22px}.faq-item[open] summary:after{content:"－"}.faq-item p{color:#66708A;margin:0;padding:0 0 20px}.notice-box{background:linear-gradient(135deg,#FFF4D6 0%,#F1EDFF 52%,#EAF7FF 100%);border:1px solid rgba(255,200,87,.45);border-radius:24px;padding:31px}.notice-box h2{margin-top:0}.notice-box p{color:#59627A}.about-band{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.about-band img{width:100%;max-height:430px;object-fit:contain}.inner-hero{padding:80px 24px;background:radial-gradient(circle at 85% 0,rgba(0,212,255,.16),transparent 36%),radial-gradient(circle at 10% 20%,rgba(122,92,255,.16),transparent 37%),linear-gradient(145deg,#F9F5FF,#ECF7FF)}.inner-hero-grid{width:min(1200px,100%);margin:0 auto;display:grid;grid-template-columns:1.08fr .92fr;gap:46px;align-items:center}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;font-size:14px;color:#8B95AC;margin-bottom:18px}.breadcrumbs a{color:#5B6CFF}.inner-hero h1{font-size:clamp(38px,6vw,62px);margin:0 0 16px}.inner-lead{font-size:17px;color:#58627D}.inner-hero img{width:100%;max-height:430px;object-fit:contain;filter:drop-shadow(0 22px 32px rgba(25,43,91,.16))}.content-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:30px;align-items:start}.article-card{padding:32px}.article-card h2{font-size:30px;margin:0 0 16px}.article-card h3{font-size:23px;margin-top:30px}.article-card p{color:#4F5974}.article-card ul{padding-left:20px}.article-card li{margin:9px 0;color:#4F5974}.side-stack{display:grid;gap:20px}.info-card{padding:24px}.info-card h2,.info-card h3{margin-top:0}.info-card img{width:100%;max-height:250px;object-fit:contain;margin-bottom:15px}.steps{counter-reset:step;display:grid;gap:17px;margin:22px 0}.step{position:relative;padding:19px 20px 19px 68px;border-radius:18px;background:#F5F7FF;border:1px solid rgba(91,108,255,.13)}.step:before{counter-increment:step;content:counter(step);position:absolute;left:18px;top:18px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#5B6CFF,#00D4FF);color:#fff;font-weight:800}.feedback-quote{padding:22px;border-left:4px solid #7A5CFF;background:#F5F2FF;border-radius:0 16px 16px 0;color:#525D77}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px;background:#16213E;color:#fff;border-radius:26px}.cta-band h2{color:#fff;margin:0 0 8px}.cta-band p{color:#CDD5EA;margin:0}.site-footer{background:#0B1024;color:#EEF2FF;padding:68px 24px 28px}.footer-inner{width:min(1200px,100%);margin:0 auto;display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:38px}.footer-brand p{color:#AEB8D2;max-width:430px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links h2{font-size:16px;color:#fff;margin:0 0 8px}.footer-links a{color:#BFC8DE;font-size:14px}.footer-links a:hover{color:#00D4FF}.footer-bottom{width:min(1200px,100%);margin:36px auto 0;padding-top:23px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;gap:22px;color:#929CB7;font-size:13px}.footer-bottom div{display:flex;flex-wrap:wrap;gap:15px}.footer-bottom a{color:#BFC8DE}.mobile-bottom-nav{display:none}.soft-blue{background:#EFF8FF}.soft-gold{background:#FFF9E8}.soft-purple{background:#F4F0FF}.center{text-align:center}.mt-24{margin-top:24px}.mb-0{margin-bottom:0}@media(max-width:1050px){.nav-core{display:none}.mobile-menu-toggle{display:flex}.desktop-menu-toggle{display:none}.header-inner{gap:14px}.header-actions{margin-left:auto}.hero-grid,.inner-hero-grid{grid-template-columns:1fr;gap:30px}.hero-copy{text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.hero-points{justify-content:center}.hero-visual{max-width:700px;margin:0 auto}.floating-note{left:10px}.four-grid{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1.5fr 1fr 1fr}.footer-links:last-child{grid-column:2/4}.content-grid{grid-template-columns:1fr}.side-stack{grid-template-columns:repeat(2,1fr)}}@media(max-width:780px){body{padding-bottom:70px}.section{padding:66px 18px}.section-sm{padding:48px 18px}.site-header{position:sticky}.header-inner{min-height:64px;padding:0 12px}.site-logo{position:absolute;left:50%;transform:translateX(-50%);font-size:0}.site-logo img{width:38px;height:38px}.header-cta{min-height:40px;padding:8px 14px;font-size:13px}.hero{padding:62px 18px 58px}.hero-copy h1{font-size:54px}.hero-subtitle{font-size:24px}.floating-note{position:static;margin:12px auto 0;width:max-content;max-width:100%}.highlight-grid{grid-template-columns:1fr 1fr}.highlight-item{border-right:0;border-bottom:1px solid #EDF0F8}.highlight-item:nth-child(odd){border-right:1px solid #EDF0F8}.two-grid,.three-grid,.split-feature,.security-grid,.about-band{grid-template-columns:1fr}.split-feature.reverse .media{order:0}.reviews{grid-template-columns:1fr 1fr}.security-card{grid-template-columns:140px 1fr}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}.footer-links:last-child{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:9900;height:64px;padding-bottom:env(safe-area-inset-bottom);background:rgba(11,16,36,.96);backdrop-filter:blur(10px);display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 -8px 24px rgba(10,17,42,.2)}.mobile-bottom-nav a{color:#CBD4EB;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;line-height:1.25}.mobile-bottom-nav span{display:grid;place-items:center;width:27px;height:27px;margin-bottom:2px;border-radius:9px;background:rgba(255,255,255,.08);color:#fff}.side-stack{grid-template-columns:1fr}.cta-band{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.hero-copy h1{font-size:46px}.hero-copy>p{font-size:15px}.highlight-grid{grid-template-columns:1fr}.highlight-item:nth-child(odd){border-right:0}.capsule{width:100%;border-radius:18px}.four-grid,.reviews{grid-template-columns:1fr}.security-card{grid-template-columns:1fr}.security-card img{max-height:190px}.article-card{padding:22px}.inner-hero{padding:54px 18px}.inner-hero h1{font-size:38px}.drawer-nav{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-links:last-child{grid-column:auto}.main-btn,.secondary-btn{width:100%}.hero-actions{display:grid}.cta-band .main-btn{width:auto}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
