
:root{--bg:#F7F3EC;--card:#FFFFFF;--soft:#FAF6EF;--blue:#EEF7FF;--gold:#D6B48A;--deep-gold:#B98B5D;--line:#E8D2B5;--title:#3A332C;--text:#3E4148;--muted:#747A84;--light:#9A9FA8;--footer:#2F2B27;--shadow:0 14px 36px rgba(185,139,93,.14)}
*{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:var(--bg);color:var(--text);line-height:1.75}a{text-decoration:none;color:var(--deep-gold)}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{display:flex;align-items:center;flex:0 0 auto}.brand-logo img{height:42px;width:auto;object-fit:contain}.nav-core{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;min-width:0}.nav-core a{white-space:nowrap;color:#3E4148;padding:9px 13px;border-radius:999px;font-weight:700;font-size:15px}.nav-core a:hover,.nav-core a.active{color:var(--deep-gold);background:#FAF6EF}.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.app-entry,.more-toggle{border:1px solid rgba(185,139,93,.18);background:#fff;color:var(--deep-gold);height:38px;border-radius:999px;padding:0 14px;font-weight:800;cursor:pointer}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 20px;border-radius:999px;background:linear-gradient(135deg,#E8C89A 0%,#D6A96F 55%,#B98B5D 100%);color:#fff!important;font-weight:800;box-shadow:0 12px 25px rgba(185,139,93,.25);transition:.2s}.main-btn:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(185,139,93,.3)}.more-menu{position:relative;flex-shrink:0}.more-dropdown{position:absolute;right:0;top:calc(100% + 12px);min-width:230px;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:18px;padding:10px;display:none}.more-dropdown.show,.more-menu:hover .more-dropdown{display:grid;grid-template-columns:1fr;gap:4px}.more-dropdown a{padding:10px 12px;border-radius:12px;color:#3E4148}.more-dropdown a:hover{background:#FAF6EF;color:var(--deep-gold)}.mobile-menu-btn{display:none;background:#fff;border:1px solid rgba(185,139,93,.2);border-radius:12px;height:40px;width:42px;color:var(--deep-gold);font-size:22px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:10000;display:none}.drawer-mask.show{display:block}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:linear-gradient(180deg,#fff,#FAF6EF);z-index:10001;transform:translateX(-110%);transition:.28s ease;padding:18px;box-shadow:20px 0 50px rgba(0,0,0,.14);overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-head img{height:40px}.drawer-head button{border:0;background:#fff;border-radius:10px;font-size:26px;color:var(--deep-gold)}.mobile-drawer nav{display:grid;gap:8px}.mobile-drawer nav a{padding:12px;border-radius:14px;background:#fff;color:#3E4148;border:1px solid rgba(185,139,93,.14);font-weight:700}.drawer-note{font-size:13px;color:var(--muted);margin-top:18px}.no-scroll{overflow:hidden}.container{max-width:1280px;margin:0 auto;padding:0 22px}.section{padding:56px 0}.banner-slider{max-width:1280px;margin:24px auto 30px;border-radius:18px;background:#fff;box-shadow:var(--shadow);overflow:hidden;position:relative;z-index:1}.slide{display:none;height:420px;align-items:center;justify-content:center;background:#F7F3EC}.slide.active{display:flex}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#F7F3EC}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.86);color:var(--deep-gold);font-size:24px;box-shadow:0 10px 22px rgba(0,0,0,.1);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:999px;border:0;background:rgba(185,139,93,.28);cursor:pointer}.dot.active{width:24px;background:var(--deep-gold)}.notice{max-width:1280px;margin:0 auto 24px;padding:13px 18px;border-radius:999px;background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 10px 24px rgba(185,139,93,.08);color:#5a5047;text-align:center}.hero-copy{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;background:linear-gradient(135deg,#fff 0%,#FAF6EF 62%,#EEF7FF 100%);border-radius:28px;border:1px solid rgba(185,139,93,.18);padding:34px;box-shadow:var(--shadow)}.hero-copy h1{font-size:42px;line-height:1.2;margin:10px 0;color:var(--title)}.kicker,.tag,.num{color:var(--deep-gold);font-weight:900}.hero-copy p,.section-head p{color:var(--muted)}.hero-copy img,.content-img{width:100%;max-height:320px;object-fit:contain;background:#fff;border-radius:22px;border:1px solid rgba(185,139,93,.16);padding:12px}.quick-grid,.category-grid,.four-grid,.three-grid,.review-grid,.faq-grid{display:grid;gap:18px}.quick-grid{grid-template-columns:repeat(4,1fr);margin-top:24px}.category-grid{grid-template-columns:repeat(4,1fr)}.four-grid{grid-template-columns:repeat(4,1fr)}.three-grid{grid-template-columns:repeat(3,1fr)}.two-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.card,.zone-card,.info-card,.review-card,.faq-card{background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 14px 36px rgba(185,139,93,.12);border-radius:22px;padding:22px}.card h3,.zone-card h3,.info-card h3{margin:6px 0 8px;color:var(--title)}.card p,.zone-card p,.info-card p,.review-card p,.faq-card p{color:var(--muted);margin:0}.zone-card img{width:100%;height:190px;object-fit:contain;background:#FAF6EF;border-radius:18px;margin-bottom:14px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-title{font-size:30px;color:var(--title);margin:0}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center;margin-bottom:24px;background:#fff;border:1px solid rgba(185,139,93,.18);border-radius:26px;padding:24px;box-shadow:0 14px 36px rgba(185,139,93,.1)}.feature-row:nth-child(even) .feature-text{order:-1}.feature-text ul{padding-left:20px;color:var(--muted)}.text-link{font-weight:800;color:var(--deep-gold)}.app-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:center;background:linear-gradient(135deg,#fff,#FAF6EF,#EEF7FF);border-radius:28px;border:1px solid rgba(185,139,93,.18);padding:28px;box-shadow:var(--shadow)}.app-section img{max-height:300px;object-fit:contain;border-radius:20px;background:#fff;padding:10px}.check-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}.check-list span{background:#fff;border:1px solid rgba(185,139,93,.18);border-radius:999px;padding:8px 12px;color:#5b5147}.safe-box{background:#fff;border-radius:26px;padding:28px;border:1px solid rgba(185,139,93,.18);box-shadow:var(--shadow)}.inner-hero{padding:56px 0 24px}.inner-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;background:linear-gradient(135deg,#fff,#FAF6EF);border-radius:28px;padding:32px;border:1px solid rgba(185,139,93,.18);box-shadow:var(--shadow)}.inner-panel h1{color:var(--title);font-size:38px;margin:8px 0}.article{background:#fff;border-radius:26px;border:1px solid rgba(185,139,93,.18);box-shadow:var(--shadow);padding:30px;margin-bottom:24px}.article h2{color:var(--title)}.article p{color:var(--muted)}.site-footer{background:var(--footer);color:#F7F3EC;margin-top:56px}.footer-inner{max-width:1280px;margin:0 auto;padding:42px 22px;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:24px}.footer-brand img{height:42px;margin-bottom:12px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.footer-links a{color:#F7F3EC}.footer-remind{color:#d9c9b7}@media(max-width:1080px){.nav-core{display:none}.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center}.app-entry,.more-menu{display:none}.header-inner{min-height:66px}.brand-logo{position:absolute;left:50%;transform:translateX(-50%)}.quick-grid,.category-grid,.four-grid{grid-template-columns:repeat(2,1fr)}.hero-copy,.feature-row,.app-section,.inner-panel{grid-template-columns:1fr}.feature-row:nth-child(even) .feature-text{order:0}.slide{height:300px}.footer-inner{grid-template-columns:1fr}}@media(max-width:640px){.container{padding:0 14px}.header-inner{padding:0 12px}.main-btn{padding:0 14px;font-size:14px}.banner-slider{margin:14px 12px 20px;border-radius:14px}.slide{height:205px}.notice{margin:0 12px 18px;border-radius:16px}.hero-copy{padding:22px;border-radius:22px}.hero-copy h1{font-size:30px}.quick-grid{display:flex;overflow-x:auto;padding-bottom:8px}.quick-grid .card{min-width:220px}.category-grid,.four-grid,.three-grid,.two-grid,.check-list{grid-template-columns:1fr}.section{padding:38px 0}.section-head{display:block}.section-title{font-size:25px}.zone-card img{height:150px}.footer-links{grid-template-columns:1fr}}
