
*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:#F7F3EC;color:#3E4148;line-height:1.75}a{text-decoration:none;color:#B98B5D}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;width:100%;z-index:9999;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 8px 24px rgba(185,139,93,.12)}.header-inner{max-width:1280px;margin:0 auto;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 22px;overflow:visible}.brand-logo img{height:44px;width:auto}.nav-core{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;min-width:0}.nav-core a{white-space:nowrap;color:#3E4148;font-weight:600;padding:8px 6px}.nav-core a:hover,.nav-core a.active{color:#B98B5D}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.app-link,.more-btn{border:1px solid rgba(185,139,93,.22);background:#fff;color:#B98B5D;border-radius:999px;padding:9px 15px;font-weight:700}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#E8C89A 0%,#D6A96F 55%,#B98B5D 100%);color:#fff!important;border-radius:999px;padding:10px 24px;font-weight:800;box-shadow:0 10px 22px rgba(185,139,93,.22);transition:.2s}.main-btn:hover{transform:translateY(-2px)}.more-menu{position:relative;flex-shrink:0}.more-dropdown{display:none;position:absolute;right:0;top:calc(100% + 12px);min-width:220px;background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 18px 42px rgba(185,139,93,.18);z-index:10000;border-radius:16px;padding:10px}.more-dropdown.show,.more-menu:hover .more-dropdown{display:grid;grid-template-columns:1fr 1fr;gap:4px}.more-dropdown a{padding:9px 12px;border-radius:10px;color:#3E4148}.more-dropdown a:hover{background:#FAF6EF;color:#B98B5D}.mobile-menu-btn{display:none;border:0;background:#fff;color:#B98B5D;font-size:24px}.mobile-drawer,.drawer-mask{display:none}main{position:relative;z-index:1}.banner-slider{max-width:1280px;margin:24px auto 30px;border-radius:18px;background:#fff;box-shadow:0 14px 36px rgba(185,139,93,.14);overflow:hidden;position:relative;z-index:1}.slide{display:none;aspect-ratio:16/6;background:#F7F3EC}.slide.active{display:block}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#F7F3EC}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);border:0;width:42px;height:42px;border-radius:999px;background:rgba(255,255,255,.82);color:#B98B5D;font-size:26px;box-shadow:0 10px 24px rgba(0,0,0,.12);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:8px}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(185,139,93,.32);cursor:pointer}.dot.active{background:#B98B5D}.wrap{max-width:1280px;margin:0 auto;padding:0 22px}.section{margin:34px auto}.notice{background:#fff;border:1px solid rgba(185,139,93,.18);border-radius:18px;padding:14px 20px;box-shadow:0 10px 26px rgba(185,139,93,.10)}.hero-intro,.feature-row,.app-block,.dual-block,.page-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center}.card,.zone-card,.info-card,.review-card,.faq-item,.page-hero,.content-box{background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 14px 36px rgba(185,139,93,.12);border-radius:22px;padding:24px}.section-title,h1,h2,h3{color:#3A332C;line-height:1.25}h1{font-size:38px;margin:0 0 16px}h2{font-size:28px;margin:0 0 16px}h3{font-size:20px;margin:0 0 10px}.muted{color:#747A84}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.text-link{font-weight:800;color:#B98B5D}.content-img,.zone-card img,.app-section img{width:100%;height:auto;border-radius:18px;background:#FAF6EF}.pill{display:inline-block;padding:6px 12px;border-radius:999px;background:#FAF6EF;color:#B98B5D;font-weight:800;margin-bottom:12px}.footer-inner{max-width:1280px;margin:0 auto;padding:38px 22px}.site-footer{background:#2F2B27;color:#F7F3EC;margin-top:48px}.footer-brand{display:flex;gap:18px;align-items:center}.footer-brand img{height:42px;width:auto;background:#fff;border-radius:10px;padding:4px}.footer-links{display:flex;flex-wrap:wrap;gap:14px;margin:20px 0}.footer-links a{color:#F7F3EC}.footer-note{color:#E8D2B5}.faq-list{display:grid;gap:16px}.simple-list{padding-left:20px}.simple-list li{margin:8px 0}.soft{background:#FAF6EF}.blue{background:#EEF7FF}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.page-body{display:grid;gap:22px}.breadcrumb{font-size:14px;color:#9A9FA8;margin-bottom:14px}@media(max-width:1024px){.nav-core{display:none}.header-inner{min-height:64px}.mobile-menu-btn{display:block}.brand-logo{position:absolute;left:50%;transform:translateX(-50%)}.brand-logo img{height:38px}.app-link,.more-menu{display:none}.header-actions{margin-left:auto}.hero-intro,.feature-row,.app-block,.dual-block,.page-hero,.grid-3,.grid-2,.grid-4,.category-grid,.reviews{grid-template-columns:1fr}.drawer-mask{display:block;position:fixed;inset:0;background:rgba(47,43,39,.46);opacity:0;pointer-events:none;z-index:10001;transition:.2s}.mobile-drawer{display:block;position:fixed;left:0;top:0;bottom:0;width:84%;max-width:320px;background:#fff;z-index:10002;transform:translateX(-105%);transition:.25s;box-shadow:20px 0 50px rgba(47,43,39,.22);overflow-y:auto}.drawer-open .drawer-mask{opacity:1;pointer-events:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-open{overflow:hidden}.drawer-top{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid rgba(185,139,93,.16)}.drawer-top img{height:40px}.drawer-top button{font-size:28px;border:0;background:transparent;color:#B98B5D}.drawer-nav{display:grid;gap:4px;padding:14px}.drawer-nav a{padding:12px;border-radius:12px;color:#3E4148;background:#FAF6EF}.slide{aspect-ratio:16/8}h1{font-size:30px}}@media(max-width:560px){.wrap{padding:0 14px}.header-inner{padding:0 12px}.main-btn{padding:8px 16px}.card,.zone-card,.info-card,.review-card,.faq-item,.page-hero,.content-box{padding:18px;border-radius:18px}.banner-slider{margin:14px 12px 22px}.slider-arrow{width:34px;height:34px;font-size:22px}.footer-brand{align-items:flex-start;flex-direction:column}}
