*{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{color:#B98B5D;text-decoration:none}a:hover{color:#8e633f}img{display:block;max-width:100%;height:auto}main{position:relative;z-index:1}.site-header{position:sticky;top:0;left: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;overflow:visible;padding:0 24px}.brand-logo{display:flex;align-items:center;flex-shrink:0}.brand-logo img{width:auto;height:46px;max-width:150px;object-fit:contain}.nav-core{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;min-width:0}.nav-core a{white-space:nowrap;color:#3E4148;text-decoration:none;font-weight:700;font-size:15px;padding:8px 6px;border-radius:999px}.nav-core a:hover,.nav-core a.active{color:#B98B5D;background:#FAF6EF}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.more-menu{position:relative;flex-shrink:0}.more-trigger{border:1px solid rgba(185,139,93,.24);background:#fff;color:#3E4148;border-radius:999px;padding:9px 14px;cursor:pointer;font-weight:700;white-space:nowrap}.more-trigger:hover,.more-trigger.active{color:#B98B5D;border-color:#D6B48A}.more-dropdown{position:absolute;right:0;top:calc(100% + 12px);min-width:220px;background:#FFFFFF;border:1px solid rgba(185,139,93,.18);box-shadow:0 18px 42px rgba(185,139,93,.18);z-index:10000;border-radius:18px;padding:12px;display:none}.more-menu:hover .more-dropdown,.more-menu.open .more-dropdown{display:grid;grid-template-columns:1fr;gap:4px}.more-dropdown a{display:block;color:#3E4148;padding:10px 12px;border-radius:12px;font-weight:650}.more-dropdown a:hover,.more-dropdown a.active{background:#FAF6EF;color:#B98B5D}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 22px;border-radius:999px;background:linear-gradient(135deg,#E8C89A 0%,#D6A96F 55%,#B98B5D 100%);color:#FFFFFF!important;font-weight:800;box-shadow:0 10px 22px rgba(185,139,93,.25);white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}.main-btn:hover{transform:translateY(-2px);box-shadow:0 14px 26px rgba(185,139,93,.32)}.mobile-menu-btn{display:none;width:42px;height:42px;border:1px solid rgba(185,139,93,.18);background:#fff;border-radius:14px;align-items:center;justify-content:center;flex-direction:column;gap:5px;flex-shrink:0}.mobile-menu-btn span{width:20px;height:2px;background:#B98B5D;border-radius:99px}.drawer-mask{position:fixed;inset:0;background:rgba(47,43,39,.38);opacity:0;pointer-events:none;z-index:10000;transition:opacity .2s ease}.drawer-mask.open{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;top:0;left:0;width:min(86vw,340px);height:100vh;background:#fff;z-index:10001;transform:translateX(-105%);transition:transform .25s ease;box-shadow:18px 0 42px rgba(47,43,39,.18);padding:20px;overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-open{overflow-x:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-logo img{height:42px;width:auto;object-fit:contain}.drawer-close{width:38px;height:38px;border:0;background:#FAF6EF;color:#B98B5D;font-size:24px;border-radius:50%;cursor:pointer}.drawer-nav{display:grid;grid-template-columns:1fr;gap:8px}.drawer-nav a{padding:12px 14px;border-radius:14px;background:#FAF6EF;color:#3E4148;font-weight:750}.drawer-nav a.active,.drawer-nav a:hover{color:#B98B5D;background:#FFF8EF}.drawer-note{margin-top:18px;padding:14px;border-radius:16px;background:#EEF7FF;color:#747A84;font-size:14px}.mobile-bottom-nav{display:none}.banner-slider{max-width:1280px;margin:24px auto 30px;border-radius:18px;background:#FFFFFF;box-shadow:0 14px 36px rgba(185,139,93,.14);overflow:hidden;position:relative;z-index:1;aspect-ratio:16/6}.slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .45s ease}.slide.active{opacity:1;pointer-events:auto}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#F7F3EC}.slider-prev,.slider-next{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.86);color:#B98B5D;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(185,139,93,.16)}.slider-prev{left:18px}.slider-next{right:18px}.slider-dots{position:absolute;left:0;right:0;bottom:16px;display:flex;justify-content:center;gap:9px}.slider-dot{width:10px;height:10px;border-radius:999px;border:0;background:rgba(185,139,93,.32);cursor:pointer}.slider-dot.active{width:26px;background:#B98B5D}.container{max-width:1280px;margin:0 auto;padding:0 24px}.section{margin:34px auto}.panel,.card,.zone-card,.info-card,.review-card,.faq-card,.page-hero,.notice-bar{background:#FFFFFF;border:1px solid rgba(185,139,93,.18);box-shadow:0 14px 36px rgba(185,139,93,.12);border-radius:22px}.notice-bar{max-width:1280px;margin:0 auto 30px;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#3E4148}.notice-bar strong{color:#B98B5D}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.section-kicker{color:#B98B5D;font-weight:800;letter-spacing:.08em}.section-title,h1,h2,h3{color:#3A332C;line-height:1.28}.section-title{font-size:32px;margin:4px 0 0}.section-desc{margin:8px 0 0;color:#747A84}.brand-intro{display:grid;grid-template-columns:1.04fr .76fr;gap:24px;align-items:center}.brand-intro .text{padding:34px}.brand-intro img,.feature-img,.page-image img,.app-visual img{width:100%;border-radius:20px;object-fit:contain;background:#FAF6EF}.brand-intro .image{padding:18px}.text-link{font-weight:800;color:#B98B5D}.grid{display:grid;gap:18px}.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))}.channel-card,.card,.zone-card,.info-card,.review-card,.faq-card{padding:24px}.channel-card h3,.card h3,.zone-card h3,.info-card h3,.review-card h3,.faq-card h3{margin:0 0 10px}.channel-card p,.card p,.zone-card p,.info-card p,.review-card p,.faq-card p{margin:0 0 14px;color:#747A84}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.feature-row.reverse .feature-text{order:2}.feature-row.reverse .feature-img-wrap{order:1}.feature-text{padding:34px}.feature-text p{color:#747A84}.feature-img-wrap{padding:18px}.zone-card img{width:100%;height:240px;object-fit:contain;background:#FAF6EF;border-radius:18px;margin-bottom:16px}.mini-list{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.mini-list li{padding:12px 14px;border-radius:14px;background:#FAF6EF;color:#3E4148}.page-hero{margin:28px auto 24px;padding:38px;display:grid;grid-template-columns:1.08fr .72fr;gap:28px;align-items:center;background:linear-gradient(135deg,#fff 0%,#FAF6EF 100%)}.page-hero h1{font-size:38px;margin:0 0 14px}.page-hero p{margin:0;color:#747A84}.page-image img{max-height:360px}.content-section{padding:30px;margin-bottom:24px}.content-section h2{margin-top:0}.content-section p{color:#747A84}.split-content{display:grid;grid-template-columns:1fr 1fr;gap:22px}.simple-list{padding-left:20px;color:#747A84}.simple-list li{margin:8px 0}.review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.review-card{font-size:15px}.faq-list{display:grid;gap:14px}.faq-card strong{display:block;color:#3A332C;margin-bottom:8px}.compliance{background:linear-gradient(135deg,#FFF8EF 0%,#EEF7FF 100%);padding:28px;border-radius:22px;border:1px solid rgba(185,139,93,.18)}.site-footer{margin-top:48px;background:#2F2B27;color:#F7F3EC}.footer-inner{max-width:1280px;margin:0 auto;padding:42px 24px;display:grid;grid-template-columns:1.3fr .7fr .7fr 1fr;gap:28px}.footer-brand img{height:46px;width:auto;object-fit:contain;margin-bottom:14px}.footer-brand p,.footer-reminder p{color:rgba(247,243,236,.78);margin:0}.footer-links{display:grid;gap:8px;align-content:start}.footer-links h3,.footer-reminder h3{margin:0 0 10px;color:#fff}.footer-links a{color:rgba(247,243,236,.82)}.footer-links a:hover{color:#E8C89A}.footer-copy{text-align:center;border-top:1px solid rgba(247,243,236,.12);padding:16px 20px;color:rgba(247,243,236,.72);font-size:14px}@media (max-width:1100px){.nav-core{display:none}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:768px){.site-header{position:sticky;top:0;z-index:9999}.header-inner{min-height:64px;padding:0 14px;gap:10px}.mobile-menu-btn{display:flex}.brand-logo{position:absolute;left:50%;transform:translateX(-50%)}.brand-logo img{height:40px;max-width:126px}.header-actions{margin-left:auto}.more-menu{display:none}.main-btn{min-height:36px;padding:7px 16px}.mobile-drawer,.drawer-mask{z-index:10000}.mobile-drawer{z-index:10001}.banner-slider{margin:16px 14px 20px;border-radius:16px;aspect-ratio:16/9}.slider-prev,.slider-next{width:36px;height:36px;font-size:22px}.slider-prev{left:10px}.slider-next{right:10px}.container{padding:0 14px}.notice-bar{margin:0 14px 20px;display:block}.section{margin:24px auto}.section-head{display:block}.section-title{font-size:25px}.brand-intro,.feature-row,.page-hero,.split-content{grid-template-columns:1fr}.brand-intro .text,.feature-text,.page-hero{padding:24px}.brand-intro .image,.feature-img-wrap{padding:12px}.feature-row.reverse .feature-text,.feature-row.reverse .feature-img-wrap{order:initial}.grid-2,.grid-3,.grid-4,.review-grid{grid-template-columns:1fr}.zone-card img{height:auto;max-height:260px}.page-hero{margin:18px auto}.page-hero h1{font-size:28px}.content-section{padding:22px}.footer-inner{grid-template-columns:1fr;padding-bottom:86px}.mobile-bottom-nav{position:fixed;left:14px;right:14px;bottom:12px;height:58px;z-index:9998;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border:1px solid rgba(185,139,93,.18);border-radius:22px;box-shadow:0 10px 28px rgba(185,139,93,.18);display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.mobile-bottom-nav a{text-align:center;color:#3E4148;font-weight:750;font-size:13px}body{padding-bottom:72px}}@media (max-width:380px){.main-btn{padding:7px 13px}.brand-logo img{max-width:110px}.header-inner{gap:6px}.mobile-menu-btn{width:38px;height:38px}}
