*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#FFF0E6;color:#243447;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;line-height:1.75}a{text-decoration:none;color:#DEC1AF}img{max-width:100%;height:auto}.container{width:min(1180px,92vw);margin:0 auto}.site-header{position:sticky;top:0;z-index:9999;background:#FAF7F5;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(56,92,138,.10)}.desktop-nav{height:76px;display:flex;align-items:center;gap:24px}.brand-logo{display:inline-flex;align-items:center;flex:0 0 auto}.brand-logo img{width:128px;height:auto;display:block}.nav{display:flex;align-items:center;justify-content:center;gap:18px;flex:1;white-space:nowrap}.nav a{position:relative;color:#4E5F7A;font-weight:700;font-size:15px;padding:22px 0}.nav a.active,.nav a:hover{color:#DEC1AF}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:14px;height:3px;border-radius:999px;background:#DEC1AF}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#F0C5AA 0%,#E3A884 35%,#F7D6C1 100%);color:#FFFFFF;border-radius:999px;box-shadow:0 10px 24px rgba(227,168,132,.26);font-weight:800;border:0;min-height:42px;padding:0 24px;transition:.2s ease}.main-btn:hover{background:linear-gradient(180deg,#48D9F7 0%,#DFE4E8 100%);transform:translateY(-1px);color:#FFFFFF}.header-btn{min-width:86px}.mobile-topbar{display:none;height:68px;align-items:center;justify-content:space-between;padding:0 16px}.mobile-logo{position:absolute;left:50%;transform:translateX(-50%)}.menu-toggle{width:42px;height:42px;border:0;background:transparent;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:8px}.menu-toggle span{display:block;height:2px;background:#4E5F7A;border-radius:6px}.drawer-mask{display:none;position:fixed;inset:0;background:rgba(0,0,0,.36);z-index:10000}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#FFFFFF;z-index:10001;transform:translateX(-105%);transition:.28s ease;box-shadow:18px 0 34px rgba(36,52,71,.18);overflow-y:auto}.drawer-open{overflow:hidden}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-open .drawer-mask{display:block}.drawer-head{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid rgba(40,156,255,.12);background:#FAF7F5}.drawer-close{font-size:30px;line-height:1;border:0;background:transparent;color:#4E5F7A}.drawer-nav{display:flex;flex-direction:column;padding:12px}.drawer-nav a{color:#4E5F7A;font-weight:800;padding:13px 14px;border-radius:14px}.drawer-nav a.active,.drawer-nav a:hover{background:#FCFAF9;color:#DEC1AF}.page-hero{padding:54px 0 24px}.hero-card{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:28px;padding:40px;display:grid;grid-template-columns:1.08fr .92fr;gap:32px;align-items:center}.hero-card.no-image{display:block}.eyebrow{display:inline-flex;color:#DEC1AF;background:#FCFAF9;border:1px solid rgba(222,193,175,.35);border-radius:999px;padding:5px 14px;font-weight:800;margin-bottom:14px}h1,h2,h3,.section-title{color:#DEC1AF;line-height:1.28;margin:0 0 14px}h1{font-size:clamp(30px,5vw,52px)}h2{font-size:clamp(24px,3vw,34px)}h3{font-size:21px}p{margin:0 0 14px}.lead{font-size:18px;color:#243447}.muted{color:#66788A}.small{color:#8A9AAF;font-size:14px}.hero-image,.content-image{background:#FFFFFF;border-radius:24px;padding:14px;box-shadow:0 14px 36px rgba(56,92,138,.10)}.hero-image img,.content-image img{width:100%;height:auto;display:block;object-fit:contain;border-radius:18px}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#FFFFFF;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative}.slide{display:none;position:relative}.slide.active{display:block}.banner-slider img{width:100%;height:auto;display:block;object-fit:contain;background:#FFFFFF}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.86);color:#4E5F7A;font-size:28px;cursor:pointer;box-shadow:0 8px 20px rgba(36,52,71,.16)}.slider-prev{left:16px}.slider-next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.slider-dot{width:9px;height:9px;border-radius:50%;border:0;background:rgba(255,255,255,.78);cursor:pointer}.slider-dot.active{background:#DEC1AF;width:22px;border-radius:999px}.section{padding:42px 0}.section-head{max-width:820px;margin-bottom:24px}.grid{display:grid;gap:22px}.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))}.card,.zone-card,.info-card,.review-card,.faq-item{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:24px;padding:24px}.zone-card{display:flex;flex-direction:column;height:100%}.zone-card img{width:100%;height:260px;display:block;border-radius:18px;object-fit:contain;object-position:center;background:#FFFFFF;margin-bottom:18px}.zone-card a{margin-top:auto;font-weight:800}.num{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:50%;background:#FCFAF9;color:#DEC1AF;font-weight:900;margin-bottom:12px}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.pill{display:inline-flex;background:#FCFAF9;border:1px solid rgba(222,193,175,.35);color:#DEC1AF;border-radius:999px;padding:8px 14px;font-weight:800}.steps{counter-reset:item}.step{position:relative;padding-left:56px}.step:before{counter-increment:item;content:counter(item);position:absolute;left:20px;top:24px;color:#FFFFFF;background:linear-gradient(180deg,#F0C5AA 0%,#E3A884 35%,#F7D6C1 100%);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900}.notice{background:#F8F4F1;border-left:5px solid #DEC1AF;border-radius:18px;padding:20px;color:#66788A}.faq-list{display:grid;gap:18px}.faq-item h3{margin-bottom:8px}.review-card strong{display:block;color:#DEC1AF;margin-bottom:8px}.site-footer{background:#243447;color:#EAF3FF;margin-top:50px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:28px;padding:42px 0}.footer-logo img{width:132px}.footer-brand p,.footer-note p{color:#EAF3FF;opacity:.9}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links h3,.footer-note h3{color:#EAF3FF}.footer-links a{color:#EAF3FF;opacity:.9}.footer-bottom{text-align:center;border-top:1px solid rgba(234,243,255,.16);padding:16px;color:#EAF3FF;opacity:.82}.content-img,.app-section img,.banner-slider img{max-width:100%;height:auto}.contact-box{font-size:18px;font-weight:800;color:#243447}.plain-list{margin:0;padding-left:20px;color:#66788A}.plain-list li{margin:8px 0}@media (max-width:1060px){.desktop-nav{display:none}.mobile-topbar{display:flex}.brand-logo img{width:112px}.page-hero{padding-top:34px}.hero-card{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.container{width:min(92vw,640px)}.hero-card{padding:26px;border-radius:22px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:30px 0}.zone-card img{height:220px}.slider-arrow{width:36px;height:36px;font-size:24px}.footer-grid{grid-template-columns:1fr}.card,.zone-card,.info-card,.review-card,.faq-item{padding:20px}.mobile-topbar .main-btn{min-width:76px;padding:0 16px}}
