:root{--bg:#F4FBFF;--surface:#fff;--soft:#E8F7FF;--primary:#11AEEA;--deep:#1688D8;--heading:#155A9D;--text:#24384A;--muted:#60758A;--border:rgba(17,174,234,.18);--footer:#073A68;--shadow:0 18px 50px rgba(20,118,176,.12);--radius:24px;--header:76px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{position:fixed;inset:0 0 auto;z-index:1000;height:var(--header);background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(18px)}.header-inner{width:min(100% - 32px,1360px);height:100%;margin:auto;display:flex;align-items:center;gap:clamp(10px,1.2vw,20px)}.brand-logo{flex:0 0 auto}.brand-logo img{width:clamp(96px,8vw,128px);max-height:44px;object-fit:contain}.desktop-nav{flex:1;min-width:0;display:flex;justify-content:center;align-items:center;gap:clamp(5px,.65vw,12px);white-space:nowrap}.desktop-nav a{padding:9px clamp(4px,.35vw,7px);border-radius:999px;color:#34566E;font-size:clamp(12px,.84vw,15px);font-weight:700;line-height:1}.desktop-nav a:hover,.desktop-nav a.active{color:var(--deep);background:var(--soft)}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 24px;border:0;border-radius:999px;background:linear-gradient(135deg,#35D7FF 0%,#1688D8 100%);color:#fff;font-weight:800;box-shadow:0 10px 24px rgba(22,136,216,.24);white-space:nowrap}.header-cta{flex:0 0 auto;min-width:88px}.menu-toggle{display:none;flex:0 0 auto;width:46px;height:46px;padding:10px;border:1px solid var(--border);border-radius:14px;background:#fff}.menu-toggle span{display:block;height:2px;margin:5px 0;border-radius:9px;background:var(--heading)}.drawer-overlay{position:fixed;inset:0;z-index:1200;background:rgba(7,58,104,.45);opacity:0;visibility:hidden;transition:.25s}.drawer-overlay.is-open{opacity:1;visibility:visible}.mobile-drawer{position:absolute;inset:0 0 0 auto;width:min(88vw,390px);padding:22px;overflow-y:auto;background:#fff;transform:translateX(100%);transition:transform .28s;box-shadow:-24px 0 50px rgba(7,58,104,.18)}.drawer-overlay.is-open .mobile-drawer{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--border)}.drawer-logo img{width:118px;max-height:42px;object-fit:contain}.drawer-close{width:42px;height:42px;border:1px solid var(--border);border-radius:14px;background:var(--soft);color:var(--heading);font-size:28px}.drawer-nav{display:grid;gap:6px;padding:20px 0}.drawer-nav a{padding:11px 14px;border-radius:12px;color:#31566F;font-weight:700}.drawer-nav a:hover{background:var(--soft);color:var(--deep)}.drawer-cta{width:100%}.site-main{padding-top:var(--header)}.container{width:min(100% - 32px,1180px);margin:auto}.section{padding:clamp(58px,7vw,96px) 0}.section-soft{background:var(--soft)}.section-white{background:#fff}.section-heading{max-width:780px;margin-bottom:34px}.section-heading.center{margin-left:auto;margin-right:auto;text-align:center}.eyebrow{display:inline-flex;padding:4px 12px;border:1px solid var(--border);border-radius:999px;background:rgba(255,255,255,.82);color:var(--deep);font-size:13px;font-weight:800;letter-spacing:.08em}h1,h2,h3{margin-top:0;color:var(--heading);line-height:1.28}h1{margin:18px 0;font-size:clamp(34px,5vw,66px);letter-spacing:-.035em}h2{margin:14px 0;font-size:clamp(28px,3.4vw,44px);letter-spacing:-.025em}h3{margin-bottom:10px;font-size:clamp(19px,2vw,24px)}p{margin-top:0;color:var(--muted)}.lead{max-width:780px;font-size:clamp(17px,1.8vw,21px)}.page-hero{padding:clamp(68px,8vw,112px) 0 clamp(54px,7vw,88px);background:radial-gradient(circle at 85% 20%,rgba(53,215,255,.28),transparent 28%),linear-gradient(135deg,#F8FDFF,#EAF8FF);border-bottom:1px solid var(--border)}.page-hero .hero-copy{max-width:830px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--deep);font-weight:800}.carousel-wrap{padding:24px 0 0;background:linear-gradient(180deg,#fff,var(--bg))}.carousel{position:relative;width:min(100% - 32px,1360px);margin:auto;overflow:hidden;border:1px solid var(--border);border-radius:clamp(18px,3vw,32px);background:#fff;box-shadow:var(--shadow)}.carousel-track{display:flex;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.carousel-slide{flex:0 0 100%;min-width:100%;display:grid;place-items:center}.carousel-slide img{width:100%;aspect-ratio:16/6.2;object-fit:contain}.carousel-arrow{position:absolute;top:50%;z-index:2;width:48px;height:48px;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(7,58,104,.55);color:#fff;font-size:28px;transform:translateY(-50%)}.carousel-prev{left:20px}.carousel-next{right:20px}.carousel-dots{position:absolute;inset:auto 0 14px;display:flex;justify-content:center;gap:8px}.carousel-dot{width:10px;height:10px;padding:0;border:0;border-radius:20px;background:rgba(255,255,255,.7);box-shadow:0 0 0 1px rgba(7,58,104,.2)}.carousel-dot.is-active{width:28px;background:#fff}.intro-panel{padding:clamp(28px,4vw,48px);border:1px solid var(--border);border-radius:28px;background:#fff;box-shadow:var(--shadow)}.split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:clamp(26px,5vw,64px);align-items:center}.split.reverse .media-card{order:-1}.media-card{overflow:hidden;border:1px solid var(--border);border-radius:28px;background:#fff;box-shadow:var(--shadow)}.media-card img{width:100%;max-height:560px;object-fit:contain}.media-card figcaption{padding:14px 18px 18px;color:var(--muted);font-size:14px}.grid-2,.grid-3,.grid-4,.quick-grid,.review-grid,.notice-grid,.faq-grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4,.notice-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.quick-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card,.quick-card,.review-card,.faq-item,.step-card{border:1px solid var(--border);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(20,118,176,.09)}.card{padding:26px}.quick-card{min-height:225px;padding:24px;display:flex;flex-direction:column}.quick-card .text-link{margin-top:auto}.text-link{display:inline-flex;gap:8px;color:var(--deep);font-weight:800}.text-link:after{content:'→'}.icon-badge{width:44px;height:44px;margin-bottom:18px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,rgba(53,215,255,.2),rgba(22,136,216,.12));color:var(--deep);font-weight:900}.review-card{padding:24px;display:flex;gap:15px}.avatar{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--soft);color:var(--deep);font-weight:900}.steps{counter-reset:step;display:grid;gap:16px}.step-card{position:relative;padding:22px 22px 22px 72px;counter-increment:step}.step-card:before{content:counter(step,decimal-leading-zero);position:absolute;left:20px;top:20px;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--soft);color:var(--deep);font-weight:900}.faq-item{padding:24px}.check-list{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:12px}.check-list li{position:relative;padding-left:30px;color:var(--muted)}.check-list li:before{content:'✓';position:absolute;left:0;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--soft);color:var(--deep);font-size:13px;font-weight:900}.cta-panel{padding:clamp(30px,5vw,56px);display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;border-radius:28px;background:linear-gradient(135deg,#0E9FE1,#155A9D);box-shadow:var(--shadow)}.cta-panel h2,.cta-panel p{color:#fff}.cta-panel .main-btn{background:#fff;color:var(--deep)}.site-footer{padding:64px 0 24px;background:var(--footer);color:#EAF8FF}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:34px}.footer-brand img{width:130px;max-height:46px;object-fit:contain;filter:brightness(0) invert(1)}.site-footer h2{margin:0 0 16px;color:#fff;font-size:18px}.site-footer p,.site-footer a{color:rgba(234,248,255,.8)}.footer-links{display:grid;gap:10px}.footer-bottom{margin-top:38px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(234,248,255,.16)}.footer-bottom p{margin:0;font-size:14px}@media(max-width:1180px){.desktop-nav{display:none}.menu-toggle{display:block}.header-cta{margin-left:auto}.quick-grid,.notice-grid,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.split,.grid-3,.review-grid,.footer-grid{grid-template-columns:1fr}.split.reverse .media-card{order:0}.grid-2,.faq-grid{grid-template-columns:1fr}.cta-panel{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@media(max-width:640px){:root{--header:68px}.header-inner,.container,.carousel{width:min(100% - 22px,1180px)}.brand-logo img{width:96px}.header-cta{min-width:76px;min-height:40px;padding:0 17px}.menu-toggle{width:42px;height:42px}.carousel-wrap{padding-top:12px}.carousel-slide img{aspect-ratio:16/8.8}.carousel-arrow{width:38px;height:38px;font-size:22px}.carousel-prev{left:10px}.carousel-next{right:10px}.section{padding:54px 0}.quick-grid,.notice-grid,.grid-4{grid-template-columns:1fr}.quick-card{min-height:auto}h1{font-size:clamp(32px,11vw,48px)}h2{font-size:clamp(27px,9vw,36px)}}