:root{--bg:#F1F6FE;--bg2:#F5F8FE;--blue:#4A9FF2;--blue2:#3F94EC;--text:#66769F;--muted:#8794B5;--border:#E4EAF5;--card:#fff;--shadow:0 10px 28px rgba(65,115,180,.10)}*{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","Microsoft YaHei",Arial,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(1220px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:9999;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{height:72px;display:flex;align-items:center;gap:28px;width:min(1220px,calc(100% - 32px));margin:auto}.brand{flex:0 0 auto}.brand img{width:150px;max-height:46px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:24px;white-space:nowrap;flex:1;justify-content:center}.desktop-nav>a,.more-toggle{font:inherit;color:var(--text);background:none;border:0;padding:22px 0 18px;cursor:pointer;position:relative}.desktop-nav a:hover,.more-toggle:hover,.desktop-nav .active,.more-toggle.active{color:var(--blue2)}.desktop-nav .active:after,.more-toggle.active:after{content:"";position:absolute;left:0;right:0;bottom:10px;height:2px;background:var(--blue);border-radius:2px}.more-wrap{position:relative}.more-menu{position:absolute;top:58px;right:-80px;width:330px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;padding:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s;z-index:10020}.more-wrap:hover .more-menu,.more-menu.open{opacity:1;visibility:visible;transform:none}.more-menu a{padding:10px 8px;border-radius:8px;text-align:center;font-size:14px}.more-menu a:hover{background:#F1F7FE;color:var(--blue2)}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#67B5FA,#4A9FF2);color:#fff;padding:10px 22px;border-radius:10px;font-weight:700;box-shadow:0 8px 18px rgba(74,159,242,.22)}.header-cta{flex:0 0 auto}.mobile-only{display:none}.hero-carousel{width:100%;overflow:hidden;background:#EAF3FD;position:relative}.slides{position:relative}.slide{display:none;width:100%}.slide.active{display:block}.slide img{width:100%;height:auto;object-fit:contain;object-position:center}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.86);color:var(--blue);width:42px;height:42px;border-radius:50%;font-size:24px;cursor:pointer;z-index:4}.carousel-btn.prev{left:18px}.carousel-btn.next{right:18px}.dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.dot{width:9px;height:9px;border-radius:50%;border:0;background:rgba(255,255,255,.7);cursor:pointer;padding:0}.dot.active{background:var(--blue);box-shadow:0 0 0 3px rgba(255,255,255,.85)}section{padding:72px 0}.section-soft{background:var(--bg2)}.eyebrow{color:var(--blue);font-weight:700;letter-spacing:.08em}.section-title,h1{color:#34517B;line-height:1.28;margin:0 0 18px}.section-title{font-size:34px}h1{font-size:42px}.lead{font-size:18px;max-width:860px}.tags{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.tag{background:#EAF3FD;color:var(--blue2);padding:7px 12px;border-radius:999px;font-size:14px}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.quick-card,.card{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px}.quick-card{padding:20px}.quick-card h3,.card h3{color:#3E5F8E;margin-top:0}.text-link{color:var(--blue2);font-weight:700}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.split.reverse{grid-template-columns:.95fr 1.05fr}.media-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:16px;box-shadow:var(--shadow)}.media-card img{width:100%;height:auto;object-fit:contain;border-radius:10px}.bullet-list{display:grid;gap:10px;margin:18px 0 24px;padding:0;list-style:none}.bullet-list li{padding-left:20px;position:relative}.bullet-list li:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--blue);position:absolute;left:0;top:.72em}.two-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.card{padding:24px}.card img{margin-bottom:18px;border-radius:10px}.info-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden}.info-strip div{padding:22px;border-right:1px solid var(--border)}.info-strip div:last-child{border-right:0}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{background:#fff;border-left:3px solid #9BCDF8;padding:22px;border-radius:10px;box-shadow:var(--shadow)}.faq-list{display:grid;gap:12px}.faq-item{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}.faq-item button{width:100%;text-align:left;background:#fff;border:0;padding:18px 20px;color:#3E5F8E;font-size:16px;font-weight:700;cursor:pointer}.faq-item p{padding:0 20px 20px;margin:0}.page-hero{padding:70px 0 50px;background:linear-gradient(180deg,#F7FBFF,#EEF5FD)}.page-hero .lead{max-width:900px}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.content-grid .card{min-height:180px}.notice{background:#EDF7FF;border:1px solid #D5E9FB;border-radius:12px;padding:18px 20px}.site-footer{background:#fff;border-top:1px solid var(--border);padding-top:54px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:30px}.footer-grid h3{color:#3E5F8E}.footer-grid a{display:block;margin:7px 0}.footer-brand img{width:160px;margin-bottom:16px}.footer-bottom{text-align:center;padding:22px;margin-top:36px;border-top:1px solid var(--border);background:#F8FBFF}.floating-service{position:fixed;right:18px;top:42%;z-index:5000;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.floating-service a,.floating-service button{border:0;border-bottom:1px solid var(--border);background:#fff;padding:11px 13px;color:var(--text);cursor:pointer;font:inherit}.floating-service a:hover,.floating-service button:hover{color:var(--blue2);background:#F5F9FE}.mobile-drawer,.drawer-overlay,.mobile-bottom{display:none}
@media(max-width:1023px){.header-inner{gap:16px}.desktop-nav{gap:16px}.more-menu{right:-20px;width:300px}.floating-service{display:none}.quick-grid{grid-template-columns:repeat(2,1fr)}.reviews{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){body{padding-bottom:66px}.container{width:min(100% - 28px,1220px)}.site-header .header-inner{height:64px;width:calc(100% - 20px);justify-content:space-between}.desktop-nav{display:none}.mobile-only{display:block}.menu-toggle{border:0;background:#fff;color:#4A78A9;font-size:25px;width:42px;height:42px}.brand img{width:126px;max-height:38px}.header-cta{padding:8px 14px}.hero-carousel{margin-top:0}.carousel-btn{width:36px;height:36px;font-size:20px}.carousel-btn.prev{left:8px}.carousel-btn.next{right:8px}section{padding:52px 0}.page-hero{padding:50px 0 34px}h1{font-size:32px}.section-title{font-size:28px}.lead{font-size:16px}.quick-grid,.two-cards,.split,.split.reverse,.content-grid,.reviews,.info-strip,.footer-grid{grid-template-columns:1fr}.info-strip div{border-right:0;border-bottom:1px solid var(--border)}.info-strip div:last-child{border-bottom:0}.drawer-overlay{display:block;position:fixed;inset:0;background:rgba(47,73,106,.24);z-index:10000}.drawer-overlay[hidden]{display:none}.mobile-drawer{display:block;position:fixed;left:0;top:0;bottom:0;width:82%;max-width:320px;background:#fff;z-index:10001;transform:translateX(-102%);transition:transform .22s ease;box-shadow:18px 0 42px rgba(45,77,120,.16);overflow:auto}.mobile-drawer.open{transform:none}.drawer-head{height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--border)}.drawer-head img{width:135px;max-height:40px;object-fit:contain}.drawer-close{border:0;background:#fff;color:#7185A5;font-size:30px}.mobile-drawer nav{padding:12px}.mobile-drawer nav a{display:block;padding:12px;border-radius:9px}.mobile-drawer nav a:hover{background:#F1F7FE;color:var(--blue2)}body.drawer-open{overflow:hidden}.mobile-bottom{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:9998;background:#fff;border-top:1px solid var(--border);box-shadow:0 -8px 20px rgba(65,115,180,.08)}.mobile-bottom a{text-align:center;padding:12px 4px;color:var(--muted);font-size:14px}.mobile-bottom a.active{color:var(--blue);font-weight:700}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
