
*{box-sizing:border-box}body{margin:0;background:#F7F6F2;color:#2F2D2A;font-family:"Microsoft YaHei",Arial,sans-serif;line-height:1.75}body.locked{overflow:hidden}a{text-decoration:none}main{padding-top:86px}.site-header{position:fixed;top:0;left:0;right:0;z-index:9000;background:#FFFFFF;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(92,73,50,.10)}.header-inner{max-width:1200px;margin:auto;height:76px;display:flex;align-items:center;gap:20px;padding:0 18px}.logo img{max-height:52px;width:auto;display:block}.desktop-nav{display:flex;align-items:center;gap:12px;flex:1}.nav a,.nav-dropdown>button{color:#3D352B;background:transparent;border:0;font:inherit;cursor:pointer;padding:22px 4px;white-space:nowrap}.nav a.active,.nav a:hover,.nav-dropdown:hover>button{color:#B99563}.nav a.active{border-bottom:2px solid #B99563}.nav-dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;min-width:160px;background:#FFFFFF;border:1px solid rgba(185,149,99,.18);box-shadow:0 14px 36px rgba(92,73,50,.12);border-radius:16px;padding:10px;display:none;z-index:10001}.nav-dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:9px 12px;border-radius:10px}.dropdown-menu a:hover{background:#F3EFE8}.main-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 24px;background:linear-gradient(180deg,#E0C8A2 0%,#C9A978 55%,#A98152 100%);color:#FFFFFF!important;font-weight:700;box-shadow:0 10px 22px rgba(169,129,82,.25);border:0}.header-btn{margin-left:auto;flex:0 0 auto}.mobile-menu-btn{display:none;background:#F3EFE8;border:1px solid rgba(185,149,99,.25);border-radius:12px;padding:8px 11px;color:#3D352B}.banner-slider{max-width:1200px;height:430px;margin:28px auto 36px;border-radius:22px;background:#FFFFFF;box-shadow:0 18px 40px rgba(92,73,50,.12);overflow:hidden;position:relative}.slides,.slide{width:100%;height:100%}.slide{position:absolute;inset:0;object-fit:contain;background:#FFFFFF;opacity:0;transition:opacity .45s}.slide.active{opacity:1}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.86);box-shadow:0 8px 20px rgba(92,73,50,.18);font-size:30px;color:#B99563;cursor:pointer}.prev{left:18px}.next{right:18px}.slider-dots{position:absolute;left:0;right:0;bottom:16px;display:flex;gap:8px;justify-content:center}.slider-dots button{width:10px;height:10px;border-radius:99px;border:0;background:#D2B17D66;cursor:pointer}.slider-dots button.active{width:28px;background:#B99563}.hero-wrap,.page-hero,.section{max-width:1200px;margin:0 auto 34px;padding:34px;background:rgba(255,255,255,.96);border:1px solid rgba(185,149,99,.18);box-shadow:0 14px 36px rgba(92,73,50,.12);border-radius:24px}.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}.content-img,.zone-card img,.info-card img{max-width:100%;width:100%;height:260px;object-fit:contain;background:#FFFFFF;border-radius:18px}h1,h2,h3,.section-title{color:#B99563;line-height:1.25;margin:8px 0 14px}h1{font-size:38px}h2{font-size:28px}.tag,.number-badge{color:#D2B17D;font-weight:700}.text-link{color:#B99563;font-weight:700}.section-head{margin-bottom:18px}.category-grid,.zone-grid,.feature-grid,.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.zone-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:repeat(3,1fr)}.review-grid{grid-template-columns:repeat(4,1fr)}.card,.zone-card,.info-card,.review-card{background:rgba(255,255,255,.96);border:1px solid rgba(185,149,99,.18);box-shadow:0 14px 36px rgba(92,73,50,.12);border-radius:20px;padding:20px}.split-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.alt{background:#FAF8F4}.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.faq-list details{background:#FFFFFF;border:1px solid rgba(185,149,99,.18);border-radius:16px;margin:12px 0;padding:14px 18px}.faq-list summary{cursor:pointer;color:#B99563;font-weight:700}.site-footer{background:#2F2A24;color:#F7F0E6;margin-top:50px}.footer-inner{max-width:1200px;margin:auto;padding:38px 18px;display:grid;grid-template-columns:1.1fr 1.6fr;gap:36px}.footer-brand img{max-height:52px;background:#fff;border-radius:12px;padding:4px}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.footer-grid a{display:block;color:#F7F0E6;margin:7px 0}.footer-note{text-align:center;border-top:1px solid rgba(255,255,255,.14);padding:16px;color:#F7F0E6}.mobile-drawer,.drawer-mask{display:none}.drawer-mask.open{display:block;position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:9998}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84%;max-width:320px;background:#FFFFFF;z-index:10000;transform:translateX(-104%);transition:.28s;padding:18px;overflow:auto}.mobile-drawer.open{display:block;transform:translateX(0)}.drawer-top{display:flex;justify-content:space-between;align-items:center}.drawer-top img{max-height:48px}.drawer-close{border:0;background:#F3EFE8;border-radius:50%;font-size:24px;width:38px;height:38px}.drawer-links a{display:block;padding:12px;border-bottom:1px solid rgba(185,149,99,.14);color:#3D352B}
@media(max-width:900px){main{padding-top:76px;padding-bottom:24px}.desktop-nav{display:none}.mobile-menu-btn{display:block}.header-inner{height:68px;justify-content:space-between}.logo img{max-height:44px}.header-btn{padding:8px 16px}.banner-slider{height:220px;margin:16px 12px 24px;border-radius:16px}.hero-wrap,.page-hero,.section{margin:0 12px 22px;padding:22px;border-radius:18px}.two-col,.split-cards,.steps,.footer-inner{grid-template-columns:1fr}.category-grid,.zone-grid,.feature-grid,.review-grid,.footer-grid{grid-template-columns:1fr}.content-img,.zone-card img,.info-card img{height:190px}h1{font-size:28px}h2{font-size:23px}.slider-arrow{width:34px;height:34px;font-size:24px}}
