
:root{--bg:#FFF0E6;--nav:#FAF7F5;--white:#FFFFFF;--soft:#FCFAF9;--soft2:#F8F4F1;--title:#DEC1AF;--text:#243447;--sub:#66788A;--muted:#8A9AAF;--navText:#4E5F7A;--footer:#243447;--footerText:#EAF3FF;--border:rgba(40,156,255,.16);--shadow:0 14px 36px rgba(56,92,138,.12);--btn:linear-gradient(180deg,#F0C5AA 0%,#E3A884 35%,#F7D6C1 100%)}
*{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}body.no-scroll{overflow:hidden}a{color:var(--title);text-decoration:none}img{max-width:100%;height:auto}p{margin:0 0 14px}.site-header{position:sticky;top:0;z-index:9999;background:var(--nav);backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(56,92,138,.10)}.header-inner{max-width:1260px;margin:0 auto;display:flex;align-items:center;gap:22px;padding:14px 24px}.brand-logo img{width:130px;display:block}.nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center;white-space:nowrap}.nav a{position:relative;color:var(--navText);font-weight:700;font-size:14px;padding:10px 8px;border-radius:12px}.nav a.active,.nav a:hover{color:var(--title)}.nav a.active:after{content:"";position:absolute;left:12px;right:12px;bottom:2px;height:3px;background:var(--title);border-radius:99px}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--btn);color:#fff!important;border-radius:999px;box-shadow:0 10px 24px rgba(227,168,132,.28);font-weight:800;padding:10px 22px;border:0;transition:.2s ease}.main-btn:hover{background:linear-gradient(180deg,#F5CEB9 0%,#DFE4E8 100%);transform:translateY(-1px)}.header-btn{min-width:76px}.mobile-bar{display:none}.drawer-mask{display:none}.drawer{display:none}.container{max-width:1200px;margin:0 auto;padding:0 22px}.section{padding:34px 0}.section-title{font-size:32px;line-height:1.25;margin:0 0 16px;color:var(--title)}.section-lead{font-size:17px;color:var(--sub);max-width:880px}.hero-card,.card,.zone-card,.info-card,.review-card,.faq-item,.notice-panel{background:rgba(255,255,255,.92);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px}.hero-card{padding:32px;display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.hero-card h1{color:var(--title);font-size:42px;line-height:1.18;margin:0 0 16px}.hero-card p{color:var(--sub);font-size:17px}.hero-actions{margin-top:20px}.content-img{width:100%;display:block;border-radius:20px;object-fit:contain;background:#fff}.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%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.84);box-shadow:0 8px 20px rgba(56,92,138,.18);color:var(--title);font-size:28px;font-weight:900;cursor:pointer}.slider-arrow.prev{left:14px}.slider-arrow.next{right:14px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:10px}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.72);box-shadow:0 0 0 1px rgba(36,52,71,.08);cursor:pointer}.dot.active{background:var(--title);width:24px;border-radius:99px}.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{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.info-card,.review-card,.faq-item{padding:24px}.card h3,.zone-card h3,.info-card h3,.review-card h3,.faq-item h3{color:var(--title);margin:0 0 10px;font-size:21px}.card p,.zone-card p,.info-card p,.review-card p,.faq-item p{color:var(--sub)}.text-link{font-weight:800;color:var(--title);margin-top:auto;display:inline-flex}.zone-card{display:flex;flex-direction:column;height:100%;padding:20px}.zone-card img{width:100%;height:260px;display:block;border-radius:18px;object-fit:contain;object-position:center;background:#fff;margin-bottom:18px}.zone-card a{margin-top:auto;font-weight:800}.steps{counter-reset:item}.step{display:flex;gap:16px}.step:before{counter-increment:item;content:counter(item);flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:var(--soft2);display:flex;align-items:center;justify-content:center;color:var(--title);font-weight:900}.badge{display:inline-block;color:var(--title);background:rgba(222,193,175,.16);border:1px solid rgba(222,193,175,.38);padding:5px 10px;border-radius:999px;font-weight:800;font-size:13px;margin-bottom:10px}.notice-panel{padding:28px;background:linear-gradient(180deg,#fff,#FCFAF9)}.site-footer{background:var(--footer);color:var(--footerText);margin-top:50px}.footer-inner{max-width:1200px;margin:0 auto;padding:36px 22px}.footer-brand{display:grid;grid-template-columns:160px 1fr;gap:22px;align-items:center;margin-bottom:20px}.footer-brand img{width:150px}.footer-brand p,.footer-note{color:#EAF3FF;opacity:.9}.footer-links{display:flex;flex-wrap:wrap;gap:14px 22px;margin:18px 0}.footer-links a{color:#EAF3FF;font-weight:700}.page-head{padding:48px 0 22px}.page-head h1{font-size:42px;color:var(--title);margin:0 0 14px}.page-head p{color:var(--sub);font-size:17px;max-width:860px}.app-section img,.content-img,.banner-slider img{max-width:100%;height:auto}.app-section{align-items:center}.mini-list{padding-left:20px;color:var(--sub)}.mini-list li{margin-bottom:8px}.contact-box strong{color:var(--title)}
@media (max-width:1080px){.nav a{font-size:13px;padding:8px 5px}.brand-logo img{width:112px}.header-inner{gap:10px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.header-inner{display:none}.mobile-bar{height:64px;display:grid;grid-template-columns:58px 1fr 82px;align-items:center;padding:8px 14px;background:var(--nav)}.menu-toggle{width:44px;height:44px;border:0;background:transparent;display:flex;flex-direction:column;gap:5px;justify-content:center}.menu-toggle span{display:block;width:24px;height:3px;background:var(--navText);border-radius:99px}.mobile-logo{text-align:center}.mobile-logo img{height:42px;max-width:142px;object-fit:contain}.mobile-bar .main-btn{padding:8px 15px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:10000;display:none}.drawer-mask.show{display:block}.drawer{display:block;position:fixed;top:0;bottom:0;left:0;width:84vw;max-width:320px;background:#fff;z-index:10001;transform:translateX(-105%);transition:transform .28s ease;box-shadow:14px 0 36px rgba(36,52,71,.18);overflow-y:auto}.drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(40,156,255,.12);background:var(--nav)}.drawer-logo img{width:130px;display:block}.drawer-close{font-size:32px;line-height:1;border:0;background:transparent;color:var(--navText)}.drawer-nav{display:grid;padding:14px}.drawer-nav a{padding:13px 14px;border-radius:14px;color:var(--navText);font-weight:800}.drawer-nav a.active,.drawer-nav a:hover{color:var(--title);background:#FCFAF9}.container{padding:0 16px}.section{padding:24px 0}.section-title{font-size:26px}.page-head{padding:34px 0 12px}.page-head h1{font-size:30px}.hero-card{grid-template-columns:1fr;padding:24px}.hero-card h1{font-size:32px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.zone-card img{height:220px}.slider-arrow{width:36px;height:36px;font-size:24px}.slider-dots{bottom:9px}.footer-brand{grid-template-columns:1fr}.footer-brand img{width:136px}.card,.info-card,.review-card,.faq-item{padding:20px}}
