* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; background: #F7F3EC; color: #3E4148; line-height: 1.75; }
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,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; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; overflow: visible; }
.brand-logo { width: 150px; flex: 0 0 auto; }
.brand-logo img { width: 150px; max-height: 48px; object-fit: contain; }
.nav-core { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: nowrap; min-width: 0; flex: 1; }
.nav-core a { white-space: nowrap; color: #3E4148; font-size: 15px; font-weight: 600; padding: 8px 9px; border-radius: 999px; transition: .2s ease; }
.nav-core a:hover, .nav-core a.active { color: #B98B5D; background: #FAF6EF; }
.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.app-entry { white-space: nowrap; color: #B98B5D; font-weight: 700; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(185,139,93,0.22); background: #FFFFFF; }
.main-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 9px 22px; border-radius: 999px; border: 0; background: linear-gradient(135deg, #E8C89A 0%, #D6A96F 55%, #B98B5D 100%); color: #FFFFFF; font-weight: 700; box-shadow: 0 10px 20px rgba(185,139,93,0.22); white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease; }
.main-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(185,139,93,0.28); }
.more-menu { position: relative; flex-shrink: 0; }
.more-toggle, .drawer-toggle, .drawer-head button { cursor: pointer; border: 1px solid rgba(185,139,93,0.22); background: #FFFFFF; color: #3E4148; border-radius: 999px; min-height: 38px; padding: 8px 14px; font-weight: 700; }
.more-dropdown { position: absolute; right: 0; top: calc(100% + 12px); width: 238px; display: none; grid-template-columns: 1fr; padding: 10px; 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: 18px; }
.more-menu:hover .more-dropdown, .more-menu.open .more-dropdown { display: grid; }
.more-dropdown a { color: #3E4148; padding: 10px 12px; border-radius: 12px; font-size: 14px; }
.more-dropdown a:hover, .more-dropdown a.active { background: #FAF6EF; color: #B98B5D; }
.mobile-header { display: none; min-height: 64px; padding: 0 14px; align-items: center; justify-content: space-between; gap: 12px; }
.mobile-logo { width: 132px; position: absolute; left: 50%; transform: translateX(-50%); }
.mobile-logo img { width: 132px; max-height: 42px; object-fit: contain; }
.mobile-register { min-height: 36px; padding: 8px 16px; }
.drawer-mask { position: fixed; inset: 0; background: rgba(47,43,39,0.45); z-index: 10000; opacity: 0; pointer-events: none; transition: .25s ease; }
.mobile-drawer { position: fixed; top: 0; left: 0; bottom: 0; width: min(84vw, 340px); background: #FFFFFF; z-index: 10001; transform: translateX(-105%); transition: .25s ease; box-shadow: 18px 0 44px rgba(47,43,39,0.22); padding: 20px; overflow-y: auto; }
.drawer-open { overflow: hidden; }
.drawer-open .drawer-mask { opacity: 1; pointer-events: auto; }
.drawer-open .mobile-drawer { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid rgba(185,139,93,0.16); }
.drawer-head img { width: 132px; max-height: 44px; object-fit: contain; }
.drawer-nav { display: grid; gap: 8px; padding: 16px 0; }
.drawer-nav a { padding: 12px 14px; border-radius: 14px; color: #3E4148; font-weight: 700; background: #FAF6EF; }
.drawer-nav a.active { color: #B98B5D; background: #FFF7EC; }
.page-main, .home-main { max-width: 1280px; margin: 0 auto; padding: 24px 22px 64px; }
.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; aspect-ratio: 16 / 6.5; }
.slider-track, .slide { position: absolute; inset: 0; }
.slide { opacity: 0; transition: opacity .35s 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: 1px solid rgba(255,255,255,0.65); background: rgba(255,255,255,0.68); color: #B98B5D; font-size: 30px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.slider-prev { left: 18px; }
.slider-next { right: 18px; }
.slider-dots { position: absolute; left: 0; right: 0; bottom: 14px; z-index: 5; display: flex; align-items: center; justify-content: center; gap: 8px; }
.slider-dot { width: 9px; height: 9px; border-radius: 999px; border: 0; background: rgba(255,255,255,0.75); cursor: pointer; padding: 0; }
.slider-dot.active { width: 24px; background: #D6B48A; }
.notice-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; background: #FFFFFF; border: 1px solid rgba(185,139,93,0.18); border-radius: 18px; box-shadow: 0 14px 36px rgba(185,139,93,0.10); color: #3E4148; }
.notice-bar strong { color: #B98B5D; white-space: nowrap; }
.text-link { color: #B98B5D; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; }
.text-link:hover { text-decoration: underline; }
.section, .page-hero, .content-block { margin-top: 28px; }
.page-hero, .intro-split, .feature-split, .app-highlight, .content-block { background: #FFFFFF; border: 1px solid rgba(185,139,93,0.18); border-radius: 24px; box-shadow: 0 14px 36px rgba(185,139,93,0.12); padding: 28px; }
.page-hero, .intro-split, .feature-split, .app-highlight { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 28px; }
.page-hero figure, .intro-split figure, .feature-split figure, .app-highlight figure { margin: 0; border-radius: 20px; overflow: hidden; background: #FAF6EF; border: 1px solid rgba(185,139,93,0.14); }
.page-hero img, .intro-split img, .feature-split img, .app-highlight img { width: 100%; height: auto; object-fit: contain; }
.eyebrow { display: inline-flex; color: #B98B5D; background: #FAF6EF; border: 1px solid rgba(185,139,93,0.16); padding: 5px 12px; border-radius: 999px; font-size: 13px; font-weight: 700; margin-bottom: 12px; }
h1, h2, h3, .section-title { color: #3A332C; margin: 0 0 12px; line-height: 1.25; }
h1 { font-size: clamp(30px, 4vw, 50px); }
h2, .section-title { font-size: clamp(24px, 3vw, 34px); }
h3 { font-size: 20px; }
p { margin: 0 0 12px; }
.lead { font-size: 18px; color: #3E4148; }
.muted { color: #747A84; }
.grid-2, .grid-3, .grid-4 { 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 { background: #FFFFFF; border: 1px solid rgba(185,139,93,0.18); border-radius: 22px; box-shadow: 0 14px 36px rgba(185,139,93,0.10); padding: 22px; }
.zone-card { overflow: hidden; padding: 0; }
.zone-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #FAF6EF; }
.zone-card .zone-body { padding: 20px; }
.info-card { background: linear-gradient(180deg, #FFFFFF 0%, #FAF6EF 100%); }
.card small, .review-card small { color: #9A9FA8; }
.soft-bg { background: #FAF6EF; border-radius: 24px; padding: 28px; border: 1px solid rgba(185,139,93,0.13); }
.blue-bg { background: #EEF7FF; border-radius: 24px; padding: 28px; border: 1px solid rgba(185,139,93,0.10); }
.check-list { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 24px; }
.check-list li::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: #D6B48A; position: absolute; left: 2px; top: .75em; }
.page-title-center { text-align: center; max-width: 860px; margin: 0 auto 22px; }
.page-title-center p { color: #747A84; }
.faq-list { display: grid; gap: 14px; }
.faq-item { background: #FFFFFF; border: 1px solid rgba(185,139,93,0.18); border-radius: 18px; padding: 18px 20px; box-shadow: 0 10px 26px rgba(185,139,93,0.08); }
.faq-item h3 { font-size: 18px; margin-bottom: 8px; }
.hero-links { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 18px; }
.site-footer { background: #2F2B27; color: #F7F3EC; margin-top: 24px; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 44px 22px; display: grid; grid-template-columns: 1.1fr 1.9fr; gap: 36px; }
.footer-brand img { width: 146px; max-height: 48px; object-fit: contain; margin-bottom: 14px; }
.footer-brand p, .footer-note { color: rgba(247,243,236,0.78); }
.footer-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.footer-links h3 { color: #F7F3EC; font-size: 17px; }
.footer-links a { display: block; color: rgba(247,243,236,0.82); margin: 6px 0; }
.footer-note { max-width: 1280px; margin: 0 auto; padding: 18px 22px 26px; border-top: 1px solid rgba(247,243,236,0.12); font-size: 14px; }
@media (max-width: 1100px) { .nav-core { gap: 6px; } .nav-core a { padding: 8px 6px; font-size: 14px; } .brand-logo { width: 132px; } .brand-logo img { width: 132px; } }
@media (max-width: 1024px) { .desktop-header { display: none; } .mobile-header { display: flex; } .page-main, .home-main { padding: 18px 14px 48px; } .banner-slider { margin: 18px auto 22px; border-radius: 14px; aspect-ratio: 16 / 8; } .page-hero, .intro-split, .feature-split, .app-highlight { grid-template-columns: 1fr; padding: 22px; } .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .footer-inner { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .notice-bar { align-items: flex-start; flex-direction: column; gap: 8px; } .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } .section, .page-hero, .content-block { margin-top: 20px; } .page-hero, .intro-split, .feature-split, .app-highlight, .content-block, .soft-bg, .blue-bg { padding: 20px; border-radius: 18px; } .slider-arrow { width: 34px; height: 34px; font-size: 24px; } .slider-prev { left: 10px; } .slider-next { right: 10px; } .footer-links { grid-template-columns: 1fr; } .main-btn { padding: 8px 16px; } }
