:root{
    --bg:#F7F3EC;
    --paper:#FFFFFF;
    --soft:#FAF6EF;
    --blue:#EEF7FF;
    --gold:#D6B48A;
    --deep:#B98B5D;
    --line:#E8D2B5;
    --title:#3A332C;
    --text:#3E4148;
    --muted:#747A84;
    --hint:#9A9FA8;
    --shadow:0 14px 36px rgba(185,139,93,0.14);
    --btn:linear-gradient(135deg,#E8C89A 0%,#D6A96F 55%,#B98B5D 100%);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.8;font-size:16px}
a{color:inherit;text-decoration:none}
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;overflow:visible;padding:0 24px}
.brand-logo{display:flex;align-items:center;flex-shrink:0}
.brand-logo img{height:46px;width:auto;max-width:156px;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:var(--text);font-weight:700;padding:9px 8px;border-radius:999px;font-size:15px}
.nav-core a:hover,.nav-core a.active,.more-dropdown a.active,.drawer-nav a.active{color:var(--deep);background:rgba(214,180,138,.12)}
.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,.2);background:#fff;color:var(--text);border-radius:999px;padding:9px 15px;font-weight:700;cursor:pointer;white-space:nowrap}
.more-trigger:hover{color:var(--deep);border-color:var(--line)}
.more-dropdown{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:18px;padding:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}
.more-menu:hover .more-dropdown,.more-menu.open .more-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.more-dropdown a{display:block;padding:10px 12px;border-radius:12px;color:var(--text);font-weight:700;white-space:nowrap}
.more-dropdown a:hover{background:var(--soft);color:var(--deep)}
.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 22px;border-radius:999px;background:var(--btn);color:#fff!important;font-weight:800;box-shadow:0 10px 22px rgba(185,139,93,.28);transition:.2s;white-space:nowrap}
.main-btn:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgba(185,139,93,.32)}
.header-btn{min-width:78px}
.menu-toggle{display:none;width:42px;height:42px;border:0;background:transparent;padding:8px;border-radius:12px;cursor:pointer;flex-shrink:0}
.menu-toggle span{display:block;height:2px;background:var(--title);margin:6px 0;border-radius:2px}
.site-main{position:relative;z-index:1}
.container{max-width:1280px;margin:0 auto;padding:0 24px}
.section{max-width:1280px;margin:32px auto;padding:0 24px}
.section-narrow{max-width:1040px;margin:32px auto;padding:0 24px}
.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;aspect-ratio:16/6.2}
.slider-track,.slide{width:100%;height:100%}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .5s ease;background:var(--bg)}
.slide.active{opacity:1;position:absolute}
.banner-slider img{width:100%;height:100%;object-fit:contain;background:var(--bg)}
.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.86);color:var(--deep);font-size:30px;line-height:1;box-shadow:0 6px 18px 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;align-items:center;justify-content:center;gap:9px;z-index:5}
.slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:rgba(185,139,93,.36);cursor:pointer;padding:0}
.slider-dots button.active{width:24px;border-radius:999px;background:var(--deep)}
.notice-strip{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 12px 28px rgba(185,139,93,.1);border-radius:18px;padding:14px 18px;color:var(--muted)}
.notice-strip strong{color:var(--deep);white-space:nowrap}
.hero-card,.card,.zone-card,.info-card,.review-card,.faq-item,.page-hero,.content-panel{background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 14px 36px rgba(185,139,93,.12);border-radius:24px}
.hero-card{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:center;padding:32px}
.eyebrow{display:inline-flex;color:var(--deep);background:rgba(214,180,138,.14);font-weight:800;border-radius:999px;padding:5px 12px;margin-bottom:12px;font-size:14px}
h1,h2,h3,.section-title{color:var(--title);line-height:1.35;margin:0 0 14px}
h1{font-size:38px}h2{font-size:28px}h3{font-size:20px}
p{margin:0 0 14px}.muted{color:var(--muted)}
.hero-actions{display:flex;align-items:center;gap:18px;margin-top:18px;flex-wrap:wrap}
.text-link{color:var(--deep);font-weight:800;display:inline-flex;align-items:center;gap:4px}
.text-link:hover{text-decoration:underline}
.content-img{width:100%;border-radius:20px;object-fit:contain;background:var(--soft);border:1px solid rgba(185,139,93,.12)}
.channel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{padding:22px;min-height:206px;display:flex;flex-direction:column;justify-content:space-between}
.card p{color:var(--muted)}
.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.feature-wide{display:grid;grid-template-columns:.95fr 1.05fr;gap:26px;align-items:center;background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:var(--shadow);border-radius:24px;padding:28px}
.zone-card{padding:22px;overflow:hidden}
.zone-card img{width:100%;max-height:260px;object-fit:contain;border-radius:18px;background:var(--soft);margin-bottom:16px}
.triple-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.review-card{padding:22px;color:var(--muted)}
.review-card strong{display:block;color:var(--title);margin-top:10px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.faq-item{padding:20px}.faq-item h3{font-size:18px}.faq-item p{color:var(--muted)}
.page-hero{max-width:1280px;margin:24px auto 28px;padding:36px;display:grid;grid-template-columns:1.06fr .94fr;gap:30px;align-items:center}
.page-hero.no-img{display:block;max-width:1040px}
.page-hero img{width:100%;max-height:360px;object-fit:contain;border-radius:22px;background:var(--soft);border:1px solid rgba(185,139,93,.12)}
.content-panel{padding:28px;margin-bottom:22px}
.content-panel h2{margin-top:2px}.content-panel p{color:var(--text)}
.info-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}
.info-card{padding:20px}.info-card p{color:var(--muted)}
.quote-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}
.quote-card{background:var(--soft);border:1px solid rgba(185,139,93,.14);border-radius:18px;padding:18px;color:var(--muted)}
.reminder-box{background:linear-gradient(135deg,#FFFFFF 0%,#FAF6EF 58%,#EEF7FF 100%);border:1px solid rgba(185,139,93,.2);border-radius:22px;padding:24px;margin-top:20px}
.reminder-box strong{color:var(--deep)}
.page-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:18px}
.site-footer{background:#2F2B27;color:#F7F3EC;margin-top:42px;padding:46px 0 20px}
.footer-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.8fr 1fr 1fr 1.3fr;gap:28px}
.footer-brand img{height:50px;width:auto;max-width:160px;margin-bottom:14px;object-fit:contain}.footer-brand p,.footer-col p{color:rgba(247,243,236,.76);margin:0}
.footer-col h3{color:#fff;font-size:17px;margin-bottom:12px}.footer-col a{display:block;color:rgba(247,243,236,.84);margin:8px 0}.footer-col a:hover{color:#E8C89A}
.footer-bottom{max-width:1280px;margin:28px auto 0;padding:18px 24px 0;border-top:1px solid rgba(255,255,255,.12);color:rgba(247,243,236,.68);font-size:14px}
.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:10001;opacity:0;transition:.2s}.drawer-overlay.show{opacity:1}
.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:min(82vw,340px);background:#fff;z-index:10002;transform:translateX(-104%);transition:.25s;box-shadow:18px 0 42px rgba(0,0,0,.16);padding:18px;overflow-y:auto}
.mobile-drawer.open{transform:translateX(0)}.drawer-open{overflow:hidden}
.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.drawer-logo img{height:44px;width:auto;max-width:150px;object-fit:contain}.drawer-close{border:0;background:var(--soft);color:var(--title);font-size:28px;line-height:1;width:42px;height:42px;border-radius:14px;cursor:pointer}
.drawer-nav{display:grid;grid-template-columns:1fr;gap:8px}.drawer-nav a{padding:12px 14px;border-radius:14px;color:var(--text);font-weight:800;background:#fff;border:1px solid rgba(185,139,93,.12)}
.mobile-quick{display:none}
@media (max-width:1100px){.nav-core{display:none}.more-menu{display:none}.header-inner{justify-content:space-between}.menu-toggle{display:block}.brand-logo{position:absolute;left:50%;transform:translateX(-50%)}.header-inner{min-height:66px}.brand-logo img{height:42px}.page-hero,.hero-card,.feature-wide{grid-template-columns:1fr}.channel-grid{grid-template-columns:repeat(2,1fr)}.review-grid,.triple-grid{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr 1fr}.info-list{grid-template-columns:1fr 1fr}}
@media (max-width:760px){body{font-size:15px;padding-bottom:64px}.header-inner{padding:0 14px;gap:10px}.header-btn{min-width:64px;padding:8px 16px}.section,.section-narrow,.container{padding:0 16px;margin:24px auto}.banner-slider{margin:14px 14px 22px;border-radius:16px;aspect-ratio:16/9}.slider-arrow{width:34px;height:34px;font-size:24px}.notice-strip{align-items:flex-start;flex-direction:column;gap:4px}.hero-card,.page-hero,.feature-wide{padding:22px;border-radius:20px}.page-hero{margin:18px 16px 22px}h1{font-size:28px}h2{font-size:23px}h3{font-size:18px}.channel-grid,.feature-split,.triple-grid,.review-grid,.faq-grid,.quote-list,.info-list{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.mobile-quick{position:fixed;left:0;right:0;bottom:0;height:58px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);box-shadow:0 -8px 22px rgba(185,139,93,.14);z-index:9998;display:grid;grid-template-columns:repeat(4,1fr)}.mobile-quick a{display:flex;align-items:center;justify-content:center;color:var(--text);font-weight:800;font-size:14px}.mobile-quick a:hover{color:var(--deep)}.content-panel{padding:22px}.zone-card img{max-height:220px}}
