:root {
  --bg: #F7F3EC;
  --panel: #FFFFFF;
  --soft: #FAF6EF;
  --blue: #EEF7FF;
  --gold: #D6B48A;
  --deep: #B98B5D;
  --line: #E8D2B5;
  --title: #3A332C;
  --text: #3E4148;
  --muted: #747A84;
  --light: #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; }
body { background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; line-height: 1.78; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
main { position: relative; z-index: 1; }
.site-header { position: sticky; top: 0; left: 0; width: 100%; z-index: 9999; background: rgba(255,255,255,0.94); backdrop-filter: blur(12px); box-shadow: 0 8px 24px rgba(185,139,93,0.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 22px; }
.brand-logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo img { width: 156px; height: 58px; object-fit: contain; }
.nav-core { display: flex; align-items: center; gap: 12px; flex-wrap: nowrap; min-width: 0; }
.nav-core a, .text-link { color: var(--deep); text-decoration: none; }
.nav-core a { white-space: nowrap; color: var(--text); font-weight: 700; font-size: 15px; padding: 8px 9px; border-radius: 999px; }
.nav-core a:hover, .nav-core a.active { color: var(--deep); background: rgba(214,180,138,0.14); }
.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.more-menu { position: relative; flex-shrink: 0; }
.more-toggle { appearance: none; border: 1px solid rgba(185,139,93,0.22); background: #fff; color: var(--text); height: 38px; padding: 0 15px; border-radius: 999px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.more-toggle:hover { color: var(--deep); border-color: rgba(185,139,93,0.45); }
.more-dropdown { position: absolute; right: 0; top: calc(100% + 12px); min-width: 220px; background: #FFFFFF; border: 1px solid rgba(185,139,93,0.18); box-shadow: 0 18px 42px rgba(185,139,93,0.18); z-index: 10000; border-radius: 16px; padding: 10px; display: none; }
.more-menu:hover .more-dropdown, .more-menu.open .more-dropdown { display: grid; grid-template-columns: 1fr; gap: 4px; }
.more-dropdown a { color: var(--text); text-decoration: none; padding: 9px 12px; border-radius: 12px; white-space: nowrap; }
.more-dropdown a:hover, .more-dropdown a.active { background: var(--soft); color: var(--deep); }
.main-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 20px; border-radius: 999px; background: var(--btn); color: #fff; text-decoration: none; font-weight: 800; box-shadow: 0 10px 22px rgba(185,139,93,0.22); transition: transform .2s ease, box-shadow .2s ease; white-space: nowrap; }
.main-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(185,139,93,0.25); }
.header-btn { min-width: 72px; }
.mobile-menu-btn { display: none; appearance: none; border: 0; background: #fff; color: var(--deep); font-size: 24px; width: 42px; height: 42px; border-radius: 999px; box-shadow: inset 0 0 0 1px rgba(185,139,93,0.18); }
.drawer-mask { position: fixed; inset: 0; background: rgba(47,43,39,0.38); z-index: 10000; opacity: 0; visibility: hidden; transition: .2s ease; }
.mobile-drawer { position: fixed; top: 0; left: 0; width: min(86vw, 340px); height: 100vh; background: #fff; z-index: 10001; transform: translateX(-102%); transition: transform .24s ease; box-shadow: 18px 0 40px rgba(47,43,39,0.18); overflow-y: auto; }
.drawer-open .drawer-mask { opacity: 1; visibility: visible; }
.drawer-open .mobile-drawer { transform: translateX(0); }
.drawer-open { overflow-x: hidden; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 72px; padding: 12px 18px; border-bottom: 1px solid rgba(185,139,93,0.14); }
.drawer-logo img { width: 142px; height: 52px; object-fit: contain; }
.drawer-close { border: 0; background: var(--soft); color: var(--deep); font-size: 28px; width: 38px; height: 38px; border-radius: 999px; cursor: pointer; }
.drawer-nav { padding: 12px 16px 28px; display: grid; gap: 8px; }
.drawer-nav a { color: var(--text); text-decoration: none; padding: 11px 12px; border-radius: 14px; background: var(--soft); font-weight: 700; }
.drawer-nav a:hover { color: var(--deep); background: #fff; box-shadow: inset 0 0 0 1px rgba(185,139,93,0.22); }
.container { max-width: 1280px; margin: 0 auto; padding: 0 22px; }
.banner-slider { max-width: 1280px; margin: 24px auto 30px; border-radius: 18px; background: #FFFFFF; box-shadow: 0 14px 36px rgba(185,139,93,0.14); overflow: hidden; position: relative; z-index: 1; }
.slider-viewport { position: relative; width: 100%; aspect-ratio: 1600 / 760; min-height: 240px; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease; }
.slide.active { opacity: 1; z-index: 2; }
.banner-slider img { width: 100%; height: 100%; object-fit: contain; background: #F7F3EC; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 42px; height: 42px; border-radius: 999px; border: 0; background: rgba(255,255,255,.9); color: var(--deep); box-shadow: 0 8px 20px rgba(185,139,93,.18); font-size: 28px; cursor: pointer; }
.slider-arrow.prev { left: 18px; }
.slider-arrow.next { right: 18px; }
.slider-dots { position: absolute; left: 0; right: 0; bottom: 14px; z-index: 4; display: flex; justify-content: center; gap: 9px; }
.slider-dots button { width: 10px; height: 10px; border-radius: 999px; border: 0; background: rgba(255,255,255,.78); box-shadow: 0 0 0 1px rgba(185,139,93,.25); cursor: pointer; }
.slider-dots button.active { width: 28px; background: var(--deep); }
.notice-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 18px 0 30px; }
.notice-strip span { background: rgba(255,255,255,.76); border: 1px solid rgba(185,139,93,.16); color: var(--text); border-radius: 16px; padding: 12px 16px; font-weight: 700; text-align: center; box-shadow: 0 8px 20px rgba(185,139,93,.08); }
.hero-panel, .page-hero, .feature-block, .soft-panel, .legal-card { background: var(--panel); border: 1px solid rgba(185,139,93,0.18); box-shadow: var(--shadow); border-radius: 24px; }
.hero-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: center; padding: 34px; margin-bottom: 32px; }
.hero-panel p, .page-hero p { color: var(--muted); }
h1, h2, h3, .section-title { color: var(--title); line-height: 1.35; }
h1 { margin: 0 0 14px; font-size: clamp(30px, 5vw, 54px); letter-spacing: -1px; }
h2, .section-title { font-size: clamp(24px, 3vw, 34px); margin: 0 0 16px; }
h3 { margin: 0 0 8px; font-size: 20px; }
p { margin: 0 0 14px; }
.kicker { color: var(--deep); font-weight: 900; letter-spacing: .08em; font-size: 14px; margin-bottom: 8px; }
.content-img, .zone-card img, .app-section img, .page-img { max-width: 100%; height: auto; object-fit: contain; border-radius: 20px; background: var(--soft); border: 1px solid rgba(185,139,93,.12); }
.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)); }
.card, .zone-card, .info-card, .review-card, .faq-card, .tip-card { background: #FFFFFF; border: 1px solid rgba(185,139,93,0.18); box-shadow: 0 14px 36px rgba(185,139,93,0.12); border-radius: 20px; padding: 22px; }
.card p, .zone-card p, .info-card p, .review-card p, .faq-card p, .tip-card p { color: var(--muted); }
.channel-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 14px 0 32px; }
.channel-card { background: #fff; border: 1px solid rgba(185,139,93,.18); border-radius: 20px; padding: 22px; box-shadow: 0 12px 28px rgba(185,139,93,.10); }
.channel-card h3 { color: var(--title); }
.channel-card p { color: var(--muted); font-size: 15px; }
.text-link { font-weight: 800; display: inline-flex; align-items: center; gap: 4px; }
.text-link::after { content: '›'; font-size: 20px; line-height: 1; }
.section { margin: 34px 0; }
.feature-block { padding: 28px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; }
.feature-block.reverse { grid-template-columns: 1.1fr .9fr; }
.feature-block.reverse .image-wrap { order: 2; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 14px 0 0; list-style: none; }
.pill-list li { background: var(--soft); border: 1px solid rgba(185,139,93,.15); color: var(--text); padding: 8px 12px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.app-row { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; align-items: stretch; }
.app-row .info-card { display: flex; flex-direction: column; justify-content: center; }
.page-hero { max-width: 1280px; margin: 28px auto 26px; padding: 34px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; align-items: center; }
.page-hero h1 { font-size: clamp(32px, 4.5vw, 52px); }
.page-body { max-width: 1280px; margin: 0 auto; padding: 0 22px 42px; }
.article-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 22px; align-items: start; }
.article-main, .article-side { display: grid; gap: 18px; }
.article-main .card p { color: var(--text); }
.list-clean { margin: 0; padding-left: 20px; color: var(--muted); }
.list-clean li { margin: 8px 0; }
.legal-card { padding: 24px; background: linear-gradient(135deg, #fff 0%, #FAF6EF 100%); }
.legal-card strong { color: var(--deep); }
.faq-list { display: grid; gap: 14px; }
.faq-card h3 { color: var(--title); }
.site-footer { background: #2F2B27; color: #F7F3EC; margin-top: 40px; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 38px 22px; display: grid; grid-template-columns: 1.1fr 1.7fr; gap: 36px; }
.footer-brand img { width: 150px; height: 56px; object-fit: contain; background: rgba(255,255,255,.92); border-radius: 14px; margin-bottom: 14px; }
.footer-brand p { color: rgba(247,243,236,.82); }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-cols h3 { color: #fff; font-size: 18px; }
.footer-cols a { display: block; color: rgba(247,243,236,.78); text-decoration: none; margin: 7px 0; }
.footer-cols a:hover { color: #fff; }
.footer-note { border-top: 1px solid rgba(255,255,255,.10); text-align: center; padding: 16px 22px 22px; color: rgba(247,243,236,.74); font-size: 14px; }
.mobile-bottom-nav { display: none; }
@media (max-width: 1180px) {
  .nav-core { gap: 6px; }
  .nav-core a { padding: 8px 7px; font-size: 14px; }
  .brand-logo img { width: 140px; }
}
@media (max-width: 1024px) {
  .nav-core { display: none; }
  .header-inner { justify-content: space-between; }
  .mobile-menu-btn { display: inline-flex; align-items: center; justify-content: center; }
  .brand-logo { position: absolute; left: 50%; transform: translateX(-50%); }
  .brand-logo img { width: 138px; height: 52px; }
  .more-menu { display: none; }
  .header-actions { margin-left: auto; }
  .hero-panel, .feature-block, .feature-block.reverse, .page-hero, .app-row, .article-grid, .footer-inner { grid-template-columns: 1fr; }
  .feature-block.reverse .image-wrap { order: 0; }
  .channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .site-header { position: sticky; top: 0; z-index: 9999; }
  .mobile-drawer, .drawer-mask { z-index: 10000; }
  .mobile-drawer { z-index: 10001; }
  body { padding-bottom: 62px; }
  .header-inner { min-height: 64px; padding: 0 12px; gap: 8px; }
  .brand-logo img { width: 118px; height: 46px; }
  .header-btn { min-width: 62px; min-height: 36px; padding: 0 14px; font-size: 14px; }
  .mobile-menu-btn { width: 38px; height: 38px; font-size: 22px; }
  .container, .page-body { padding: 0 14px; }
  .banner-slider { margin: 14px 12px 20px; border-radius: 14px; }
  .slider-viewport { min-height: 176px; }
  .slider-arrow { width: 34px; height: 34px; font-size: 22px; }
  .slider-arrow.prev { left: 8px; }
  .slider-arrow.next { right: 8px; }
  .notice-strip, .grid-2, .grid-3, .grid-4, .channel-grid, .footer-cols { grid-template-columns: 1fr; }
  .notice-strip { gap: 8px; margin-bottom: 20px; }
  .notice-strip span { text-align: left; }
  .hero-panel, .page-hero, .feature-block, .card, .zone-card, .info-card, .review-card, .faq-card, .tip-card, .legal-card { border-radius: 18px; padding: 18px; }
  .page-hero { margin: 18px 14px 18px; }
  .section { margin: 24px 0; }
  .footer-inner { padding: 30px 16px; }
  .mobile-bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9998; height: 58px; background: rgba(255,255,255,.96); border-top: 1px solid rgba(185,139,93,.18); display: grid; grid-template-columns: repeat(4, 1fr); box-shadow: 0 -10px 24px rgba(185,139,93,.10); }
  .mobile-bottom-nav a { display: flex; align-items: center; justify-content: center; color: var(--text); text-decoration: none; font-weight: 800; font-size: 14px; }
  .mobile-bottom-nav a:hover { color: var(--deep); }
}
@media (max-width: 420px) {
  h1 { font-size: 30px; }
  .brand-logo img { width: 106px; }
  .header-btn { padding: 0 12px; min-width: 56px; }
}
