*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#E6EBF2;color:#243447;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(1200px,calc(100% - 32px));margin:0 auto}
.site-header{position:fixed;top:0;left:0;width:100%;background:#F5F7FB;z-index:9999;border-bottom:1px solid rgba(40,156,255,.12);box-shadow:0 10px 28px rgba(56,92,138,.08)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px}
.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto}.nav-wrap{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.nav{display:flex;align-items:center;gap:18px;white-space:nowrap;flex-wrap:nowrap}.nav a,.more-trigger{font-size:15px;font-weight:700;color:#4E5F7A;border:0;background:none;padding:24px 0;cursor:pointer;position:relative}.nav a.active,.nav a:hover,.more-trigger:hover{color:#289CFF}.nav a.active:after,.dropdown-link.active:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:3px;border-radius:4px;background:#289CFF}.header-action{flex:0 0 auto;display:flex;align-items:center}.main-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF;font-weight:800;padding:11px 24px;box-shadow:0 12px 24px rgba(36,155,255,.26);transition:transform .2s ease,box-shadow .2s ease}.main-btn:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(36,155,255,.34)}.header-register{min-width:86px}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-menu{position:absolute;top:100%;left:0;min-width:180px;background:#FFFFFF;border:1px solid rgba(40,156,255,.12);border-radius:14px;box-shadow:0 18px 38px rgba(56,92,138,.16);z-index:10000;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s ease;padding:8px}.more-menu{right:0;left:auto}.dropdown:hover .dropdown-menu,.more-dropdown:hover .more-menu,.dropdown:focus-within .dropdown-menu,.more-dropdown:focus-within .more-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a,.more-menu a{display:block;padding:11px 14px;color:#4E5F7A;white-space:nowrap;border-radius:10px;font-size:14px}.dropdown-menu a:hover,.more-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}
.mobile-header{display:none;align-items:center;justify-content:space-between;min-height:66px}.mobile-logo img{max-height:46px;width:auto}.mobile-menu-btn{width:44px;height:44px;border:0;border-radius:14px;background:#FFFFFF;box-shadow:0 8px 20px rgba(56,92,138,.12);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.mobile-menu-btn span{display:block;width:22px;height:2px;background:#289CFF;border-radius:3px}.drawer-overlay{position:fixed;inset:0;background:rgba(36,52,71,.45);opacity:0;visibility:hidden;z-index:10000;transition:.25s ease}.mobile-drawer{position:fixed;top:0;left:0;width:84%;max-width:320px;height:100vh;background:#FFFFFF;z-index:10001;transform:translateX(-105%);transition:transform .25s ease;box-shadow:18px 0 40px rgba(56,92,138,.20);overflow-y:auto}.drawer-open .drawer-overlay{opacity:1;visibility:visible}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(40,156,255,.12);background:#F5F7FB}.drawer-logo img{max-height:46px}.drawer-close{width:38px;height:38px;border:0;border-radius:50%;background:#EEF2F7;color:#289CFF;font-size:28px;line-height:1;cursor:pointer}.drawer-nav{display:grid;padding:14px}.drawer-nav a{padding:12px 14px;border-radius:12px;color:#4E5F7A;font-weight:700}.drawer-nav a:hover{background:rgba(40,156,255,.08);color:#289CFF}
.site-main{padding-top:96px}.hero-section{max-width:1200px;margin:28px auto 36px;border-radius:22px;background:#FFFFFF;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:center;padding:44px}.hero-text h1{font-size:clamp(34px,5vw,58px);line-height:1.15;color:#289CFF;margin:0 0 18px}.hero-subtitle{font-size:20px;color:#4E5F7A;font-weight:800;margin:0 0 14px}.hero-text p{color:#243447;margin:0 0 20px}.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 24px}.tag{display:inline-flex;padding:7px 14px;border-radius:999px;background:#EEF2F7;color:#289CFF;font-weight:800;font-size:14px}.hero-image{background:#F5F7FB;border-radius:20px;padding:12px;border:1px solid rgba(40,156,255,.12)}.hero-image img{width:100%;height:auto;border-radius:16px}.section{max-width:1200px;margin:0 auto 36px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 18px}.section-title,h1,h2,h3{color:#289CFF}.section-title{font-size:clamp(24px,3vw,34px);line-height:1.25;margin:0}.section-desc{color:#66788A;max-width:760px;margin:8px 0 0}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.card,.zone-card,.info-card,.review-card,.faq-item,.notice-box{background:rgba(255,255,255,.92);border:1px solid rgba(40,156,255,.16);box-shadow:0 14px 36px rgba(56,92,138,.10);border-radius:20px;padding:24px}.card h3,.zone-card h3,.info-card h3,.review-card h3,.faq-item h3{margin-top:0;color:#289CFF}.card p,.zone-card p,.info-card p,.review-card p,.faq-item p{color:#243447;margin-bottom:0}.muted{color:#66788A}.small{color:#8A9AAF;font-size:14px}.text-link{display:inline-flex;align-items:center;color:#289CFF;font-weight:800;margin-top:14px}.text-link:after{content:"→";margin-left:6px}.image-card{overflow:hidden;padding:0}.image-card img,.content-img,.zone-card img,.app-section img,.hero-section img{max-width:100%;height:auto}.image-card .image-card-body{padding:22px}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:center}.split.reverse{grid-template-columns:1.05fr .95fr}.media-box{background:#F5F7FB;border:1px solid rgba(40,156,255,.12);border-radius:22px;padding:12px;box-shadow:0 14px 36px rgba(56,92,138,.08)}.media-box img{width:100%;height:auto;border-radius:16px}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.pill{padding:8px 13px;border-radius:999px;background:#DDE4EE;color:#289CFF;font-weight:800;font-size:14px}.steps{counter-reset:item;display:grid;gap:16px}.step{position:relative;padding-left:58px}.step:before{counter-increment:item;content:counter(item);position:absolute;left:0;top:2px;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(40,156,255,.12);color:#289CFF;font-weight:900}.review-card{position:relative}.review-card:before{content:"“";position:absolute;top:8px;right:20px;font-size:58px;color:rgba(40,156,255,.16);font-weight:900}.faq-list{display:grid;gap:16px}.notice-box{background:#EEF2F7}.notice-box strong{color:#289CFF}.page-hero{max-width:1200px;margin:28px auto 30px;border-radius:24px;background:#FFFFFF;box-shadow:0 18px 40px rgba(56,92,138,.12);padding:42px}.page-hero h1{font-size:clamp(32px,4vw,48px);line-height:1.18;margin:0 0 14px}.page-hero p{max-width:820px;color:#243447;margin:0}.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.feature-list li{list-style:none;background:#F5F7FB;border-radius:16px;padding:14px 16px;color:#243447;border:1px solid rgba(40,156,255,.12)}.feature-list li strong{color:#289CFF}.table-card{overflow-x:auto}.service-table{width:100%;border-collapse:collapse}.service-table th,.service-table td{padding:14px;border-bottom:1px solid rgba(40,156,255,.12);text-align:left}.service-table th{color:#289CFF;background:#EEF2F7}.site-footer{background:#243447;color:#EAF3FF;margin-top:42px;padding:42px 0 18px}.footer-grid{display:grid;grid-template-columns:1.4fr .75fr .75fr 1.1fr;gap:28px}.footer-logo img{max-height:54px;width:auto}.footer-brand p,.footer-note p{color:#EAF3FF;margin-bottom:0}.footer-links{display:grid;align-content:start;gap:8px}.footer-links h3,.footer-note h3{color:#EAF3FF;margin:0 0 6px}.footer-links a{color:#EAF3FF;opacity:.86}.footer-links a:hover{color:#FFFFFF}.footer-bottom{border-top:1px solid rgba(234,243,255,.14);margin-top:30px;padding-top:16px;display:flex;justify-content:space-between;gap:16px;color:#EAF3FF;opacity:.82;font-size:14px}
@media (max-width:1100px){.nav{gap:13px}.nav a,.more-trigger{font-size:14px}.header-inner{gap:14px}.grid-5{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:960px){.header-inner{display:none}.mobile-header{display:flex}.site-main{padding-top:82px}.hero-grid,.split,.split.reverse{grid-template-columns:1fr;padding:26px}.grid-4,.grid-5{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}.section-head{display:block}.page-hero{padding:30px}}
@media (max-width:680px){.container{width:min(100% - 24px,1200px)}.hero-section{margin:18px auto 26px;border-radius:18px}.hero-grid{padding:22px}.hero-text h1{font-size:32px}.hero-subtitle{font-size:18px}.grid-2,.grid-3,.grid-4,.grid-5,.feature-list{grid-template-columns:1fr}.card,.zone-card,.info-card,.review-card,.faq-item,.notice-box{padding:20px;border-radius:18px}.section{margin-bottom:28px}.footer-grid,.footer-bottom{grid-template-columns:1fr;display:grid}.main-btn{padding:10px 18px}.header-register{min-width:74px}.mobile-logo img{max-height:42px}}
