
*{box-sizing:border-box}body{margin:0;background:#FFF0E6;color:#243447;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75}a{color:#DEC1AF;text-decoration:none}img{max-width:100%;height:auto}main{padding-bottom:40px}.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-header{max-width:1240px;margin:0 auto;height:76px;display:flex;align-items:center;gap:22px;padding:0 20px}.brand-logo img{height:46px;display:block}.nav{display:flex;align-items:center;gap:14px;flex:1;justify-content:center;white-space:nowrap}.nav a{color:#4E5F7A;font-weight:700;font-size:14px;padding:24px 0 20px;border-bottom:3px solid transparent}.nav a.active,.nav a:hover{color:#DEC1AF;border-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,.28);font-weight:800;padding:10px 24px;transition:.25s}.main-btn:hover{background:linear-gradient(180deg,#F0C5AA 0%,#DFE4E8 100%);transform:translateY(-1px);color:#fff}.mobile-header{display:none;height:66px;align-items:center;justify-content:space-between;padding:0 14px}.menu-toggle{width:42px;height:42px;border:0;background:transparent;display:flex;flex-direction:column;justify-content:center;gap:5px}.menu-toggle span{display:block;height:3px;background:#4E5F7A;border-radius:5px}.mobile-logo img{height:42px;display:block}.mobile-register{padding:8px 18px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:10000;opacity:0;pointer-events:none;transition:.25s}.drawer-mask.show{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#fff;z-index:10001;transform:translateX(-102%);transition:.28s;box-shadow:20px 0 50px rgba(36,52,71,.16);overflow:auto}.mobile-drawer.open{transform:translateX(0)}body.drawer-open{overflow:hidden}.drawer-top{display:flex;align-items:center;justify-content:space-between;padding:18px;background:#FAF7F5}.drawer-top img{height:44px}.drawer-close{border:0;background:#fff;color:#243447;width:38px;height:38px;border-radius:50%;font-size:26px}.drawer-nav{display:grid;padding:16px}.drawer-nav a{padding:13px 12px;border-bottom:1px solid #F8F4F1;color:#4E5F7A;font-weight:800}.container{max-width:1200px;margin:0 auto;padding:0 20px}.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,.86);color:#DEC1AF;font-size:28px;box-shadow:0 10px 26px rgba(56,92,138,.16);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}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.75);cursor:pointer}.dot.active{background:#DEC1AF}.section{margin:36px 0}.hero-card,.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:22px;padding:26px}h1,h2,h3,.section-title{color:#DEC1AF;line-height:1.25;margin:0 0 14px}h1{font-size:40px}h2,.section-title{font-size:30px}.lead{color:#66788A;font-size:17px}.muted{color:#8A9AAF}.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))}.zone-card{display:flex;flex-direction:column;height:100%}.zone-card img,.content-img{width:100%;height:260px;display:block;border-radius:18px;object-fit:contain;object-position:center;background:#fff;margin-bottom:18px}.zone-card h3{min-height:34px}.zone-card p{color:#66788A;margin:0 0 16px}.zone-card a{margin-top:auto;font-weight:800}.tag{display:inline-flex;color:#DEC1AF;background:#FCFAF9;border:1px solid rgba(222,193,175,.45);border-radius:999px;padding:4px 12px;font-weight:800;margin-bottom:12px}.steps{counter-reset:s;display:grid;gap:16px}.step{position:relative;padding-left:54px}.step:before{counter-increment:s;content:counter(s);position:absolute;left:0;top:2px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#FCFAF9;color:#DEC1AF;font-weight:900}.notice{background:#F8F4F1;border-left:5px solid #DEC1AF;border-radius:18px;padding:20px;color:#66788A}.page-hero{padding:54px 0 18px}.page-hero .hero-card{display:grid;grid-template-columns:1.2fr .8fr;gap:26px;align-items:center}.page-hero img{width:100%;max-height:360px;object-fit:contain;background:#fff;border-radius:18px}.faq-list{display:grid;gap:18px}.faq-item h3{font-size:20px}.site-footer{background:#243447;color:#EAF3FF;padding:42px 0}.footer-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;gap:22px}.footer-brand{display:flex;gap:18px;align-items:center}.footer-brand img{height:48px;background:#fff;border-radius:12px;padding:4px}.footer-brand p,.footer-note{color:#EAF3FF;margin:0}.footer-links{display:flex;flex-wrap:wrap;gap:18px}.footer-links a{color:#EAF3FF;font-weight:800}@media(max-width:980px){.desktop-header{display:none}.mobile-header{display:flex}.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero .hero-card{grid-template-columns:1fr}h1{font-size:32px}}@media(max-width:760px){.container{padding:0 14px}.banner-slider{margin:18px 14px 28px;border-radius:16px}.zone-card img,.content-img{height:220px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.hero-card,.card,.zone-card,.info-card,.review-card,.faq-item{padding:20px}h1{font-size:28px}h2,.section-title{font-size:24px}.slider-arrow{width:36px;height:36px;font-size:22px}}
