
*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#FFF0E6;color:#243447;line-height:1.75}a{text-decoration:none;color:#DEC1AF}img{max-width:100%;height:auto;display:block}main{position:relative;z-index:1}.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)}.header-inner{max-width:1280px;margin:0 auto;min-height:76px;display:flex;align-items:center;gap:20px;padding:0 22px}.brand-logo img,.mobile-logo img{width:146px}.nav{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap}.nav a{color:#4E5F7A;font-weight:700;font-size:14px;padding:26px 8px 22px;border-bottom:3px solid transparent}.nav a.active,.nav a:hover{color:#DEC1AF;border-bottom-color:#DEC1AF}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#F0C5AA 0%,#E3A884 35%,#F7D6C1 100%);color:#fff;border-radius:999px;box-shadow:0 10px 24px rgba(227,168,132,.25);font-weight:800;padding:10px 24px;transition:.2s}.main-btn:hover{background:linear-gradient(180deg,#F0C5AA 0%,#DFE4E8 100%);transform:translateY(-1px)}.mobile-top{display:none}.menu-toggle{width:42px;height:42px;border:0;background:#fff;border-radius:12px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 11px;box-shadow:0 8px 20px rgba(56,92,138,.12)}.menu-toggle span{height:2px;background:#4E5F7A;border-radius:4px}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#fff;z-index:10001;transform:translateX(-105%);transition:.28s ease;box-shadow:20px 0 50px rgba(36,52,71,.18);padding:18px;overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:10000;opacity:0;pointer-events:none;transition:.25s}.drawer-mask.show{opacity:1;pointer-events:auto}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-head img{width:136px}.drawer-close{border:0;background:#FAF7F5;color:#243447;width:38px;height:38px;border-radius:50%;font-size:25px}.drawer-nav{display:flex;flex-direction:column;gap:8px}.drawer-nav a{padding:12px 14px;border-radius:12px;color:#4E5F7A;font-weight:800;background:#FAF7F5}.drawer-nav a.active{color:#DEC1AF;background:#FCFAF9}.no-scroll{overflow:hidden}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:54px 0}.section-title,h1,h2,h3{color:#DEC1AF}h1{font-size:42px;line-height:1.2;margin:0 0 20px}h2{font-size:30px;margin:0 0 16px}h3{font-size:20px;margin:0 0 10px}p{margin:0 0 14px}.small{color:#8A9AAF;font-size:14px}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#fff;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:#fff}.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%);z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.78);color:#DEC1AF;font-size:28px;cursor:pointer}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:9px}.slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.7);cursor:pointer}.slider-dots button.active{background:#DEC1AF}.hero-copy{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:34px;display:grid;grid-template-columns:1.3fr .7fr;gap:24px;align-items:center}.grid{display:grid;gap:22px}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card,.zone-card,.info-card,.review-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:22px;padding:24px}.zone-card{display:flex;flex-direction:column;height:100%}.zone-card .img-box{height:260px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;background:#fff;border-radius:18px;overflow:hidden}.zone-card img{max-width:100%;max-height:240px;width:auto;height:auto;object-fit:contain;object-position:center}.zone-card h3{min-height:54px}.zone-card p{min-height:82px}.zone-card a{margin-top:auto;font-weight:800}.tag{display:inline-flex;color:#DEC1AF;font-weight:900;background:#FCFAF9;border:1px solid rgba(222,193,175,.35);padding:6px 12px;border-radius:999px;margin-bottom:14px}.steps{counter-reset:item;display:grid;gap:16px}.step{position:relative;padding-left:56px}.step:before{counter-increment:item;content:counter(item);position:absolute;left:0;top:0;width:38px;height:38px;border-radius:50%;background:#FCFAF9;color:#DEC1AF;display:flex;align-items:center;justify-content:center;font-weight:900}.notice{background:#243447;color:#EAF3FF;border-radius:24px;padding:30px}.site-footer{background:#243447;color:#EAF3FF;margin-top:60px}.footer-inner{max-width:1200px;margin:0 auto;padding:42px 24px}.footer-brand{display:grid;grid-template-columns:160px 1fr;gap:22px;align-items:center}.footer-brand img{width:150px}.footer-links{display:flex;flex-wrap:wrap;gap:18px;margin:22px 0}.footer-links a{color:#EAF3FF}.footer-note{color:#EAF3FF;font-size:14px}.page-hero{padding:56px 0 26px}.page-hero .card{padding:36px}.content-img,.app-section img{max-width:100%;height:auto;object-fit:contain}@media(max-width:1024px){.nav{display:none}.header-inner{display:none}.mobile-top{display:grid;grid-template-columns:52px 1fr auto;align-items:center;min-height:70px;padding:0 16px}.mobile-logo{justify-self:center}.mobile-logo img{width:130px}.header-btn{padding:8px 16px}.hero-copy,.grid-4,.grid-3,.grid-2{grid-template-columns:1fr 1fr}.zone-card .img-box{height:220px}.zone-card img{max-height:205px}}@media(max-width:760px){h1{font-size:31px}h2{font-size:25px}.section{padding:38px 0}.hero-copy,.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.card,.zone-card,.info-card,.review-card{padding:20px}.zone-card .img-box{height:220px}.slider-arrow{width:34px;height:34px;font-size:22px}.footer-brand{grid-template-columns:1fr}.footer-brand img{width:132px}}
