* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; overflow-x: hidden; overflow-y: auto; }
body { background: #F7F3EC; color: #3E4148; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif; line-height: 1.75; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.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 24px; }
.brand-logo { flex: 0 0 auto; display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo img { width: 138px; height: auto; }
.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; text-decoration: none; font-size: 15px; font-weight: 650; padding: 8px 10px; 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-toggle { border: 1px solid rgba(185,139,93,0.22); background: #FFFFFF; color: #3E4148; border-radius: 999px; padding: 9px 14px; cursor: pointer; font-weight: 650; white-space: nowrap; }
.more-toggle:hover { color: #B98B5D; box-shadow: 0 8px 20px rgba(185,139,93,0.10); }
.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; padding: 12px; border-radius: 16px; display: none; grid-template-columns: 1fr; gap: 4px; }
.more-menu:hover .more-dropdown, .more-menu.open .more-dropdown { display: grid; }
.more-dropdown a { text-decoration: none; color: #3E4148; padding: 9px 12px; border-radius: 10px; white-space: nowrap; }
.more-dropdown a:hover, .more-dropdown a.active { color: #B98B5D; background: #FAF6EF; }
.main-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 20px; border-radius: 999px; text-decoration: none; background: linear-gradient(135deg, #E8C89A 0%, #D6A96F 55%, #B98B5D 100%); color: #FFFFFF; font-weight: 800; box-shadow: 0 12px 24px rgba(185,139,93,0.22); white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease; }
.main-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(185,139,93,0.26); }
.mobile-menu-btn { display: none; border: 0; background: #FAF6EF; color: #B98B5D; width: 42px; height: 42px; border-radius: 14px; font-size: 22px; font-weight: 900; cursor: pointer; flex-shrink: 0; }
main { position: relative; z-index: 1; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.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: 1440 / 620; }
.slides { width: 100%; height: 100%; position: relative; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease; }
.slide.active { opacity: 1; }
.banner-slider img { width: 100%; height: 100%; object-fit: contain; background: #F7F3EC; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); border: 0; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.86); color: #B98B5D; font-size: 28px; cursor: pointer; box-shadow: 0 8px 20px rgba(58,51,44,0.15); }
.slider-arrow.prev { left: 18px; }
.slider-arrow.next { right: 18px; }
.slider-dots { position: absolute; left: 0; right: 0; bottom: 14px; display: flex; justify-content: center; gap: 8px; }
.slider-dot { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255,255,255,.72); cursor: pointer; }
.slider-dot.active { background: #B98B5D; width: 24px; border-radius: 999px; }
.notice-strip { max-width: 1280px; margin: 0 auto 30px; padding: 14px 22px; border-radius: 16px; background: #FFFFFF; border: 1px solid rgba(185,139,93,0.18); color: #3E4148; box-shadow: 0 12px 30px rgba(185,139,93,0.09); }
.section { margin: 34px 0; }
.section-soft { background: #FAF6EF; border: 1px solid rgba(185,139,93,0.16); border-radius: 24px; padding: 34px; }
h1, h2, h3, .section-title { color: #3A332C; margin-top: 0; line-height: 1.25; }
h1 { font-size: clamp(32px, 5vw, 56px); margin-bottom: 16px; }
h2, .section-title { font-size: clamp(24px, 3vw, 36px); margin-bottom: 18px; }
h3 { font-size: 21px; margin-bottom: 10px; }
p { margin-top: 0; margin-bottom: 14px; }
.lead { color: #747A84; font-size: 18px; max-width: 820px; }
.text-link { color: #B98B5D; text-decoration: none; font-weight: 800; }
.text-link:hover { text-decoration: underline; }
.hero-page { margin: 28px 0 34px; padding: 46px; border-radius: 28px; background: linear-gradient(135deg, #FFFFFF 0%, #FAF6EF 70%, #EEF7FF 100%); border: 1px solid rgba(185,139,93,0.16); box-shadow: 0 14px 36px rgba(185,139,93,0.12); }
.hero-page p { max-width: 880px; }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 20px; }
.grid { display: grid; gap: 22px; }
.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-item, .image-panel { background: #FFFFFF; border: 1px solid rgba(185,139,93,0.18); box-shadow: 0 14px 36px rgba(185,139,93,0.12); border-radius: 22px; padding: 24px; }
.card p, .zone-card p, .info-card p, .review-card p { color: #5F6570; }
.card .text-link { display: inline-flex; margin-top: 4px; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; align-items: center; }
.split.reverse { grid-template-columns: .95fr 1.05fr; }
.content-img, .zone-card img, .app-section img, .banner-slider img, .image-panel img { max-width: 100%; height: auto; }
.image-panel { padding: 14px; overflow: hidden; }
.image-panel img { width: 100%; aspect-ratio: 16/10; object-fit: contain; background: #FAF6EF; border-radius: 16px; }
.zone-card img { width: 100%; aspect-ratio: 16/10; object-fit: contain; background: #FAF6EF; border-radius: 16px; margin-bottom: 16px; }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; padding: 0; margin: 16px 0 0; list-style: none; }
.service-list li { background: #FAF6EF; border: 1px solid rgba(185,139,93,0.14); border-radius: 14px; padding: 12px 14px; color: #3E4148; }
.review-card { position: relative; }
.review-card strong { display: block; color: #B98B5D; margin-bottom: 8px; }
.faq-list { display: grid; gap: 16px; }
.faq-item h3 { color: #B98B5D; font-size: 18px; }
.compliance { border-radius: 24px; padding: 30px; background: #EEF7FF; border: 1px solid rgba(185,139,93,0.16); }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.pill-list span { background: #FFFFFF; border: 1px solid #E8D2B5; color: #3E4148; border-radius: 999px; padding: 8px 14px; }
.site-footer { background: #2F2B27; color: #F7F3EC; margin-top: 54px; padding: 46px 24px 28px; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr .8fr .8fr 1.1fr; gap: 28px; }
.footer-brand img { width: 136px; background: #FFFFFF; border-radius: 18px; margin-bottom: 14px; }
.footer-links h3, .footer-note h3 { color: #FFFFFF; font-size: 18px; }
.footer-links a { display: block; color: #F7F3EC; text-decoration: none; margin: 8px 0; opacity: .88; }
.footer-links a:hover { color: #E8C89A; }
.footer-note p, .footer-brand p { color: rgba(247,243,236,.82); }
.footer-bottom { max-width: 1280px; margin: 24px auto 0; padding-top: 20px; border-top: 1px solid rgba(247,243,236,.16); color: rgba(247,243,236,.72); }
.drawer-mask { position: fixed; inset: 0; background: rgba(47,43,39,.42); z-index: 10000; display: none; }
.mobile-drawer { position: fixed; top: 0; left: 0; bottom: 0; width: min(82vw, 340px); background: #FFFFFF; z-index: 10001; transform: translateX(-105%); transition: transform .25s ease; box-shadow: 18px 0 40px rgba(58,51,44,.18); overflow-y: auto; }
.drawer-open .mobile-drawer { transform: translateX(0); }
.drawer-open .drawer-mask { display: block; }
.drawer-open { overflow: hidden; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px; border-bottom: 1px solid rgba(185,139,93,0.14); }
.drawer-logo img { width: 130px; }
.drawer-close { border: 0; width: 40px; height: 40px; border-radius: 12px; background: #FAF6EF; color: #B98B5D; font-size: 28px; cursor: pointer; }
.drawer-nav { display: grid; gap: 6px; padding: 16px; }
.drawer-nav a { text-decoration: none; padding: 12px 14px; border-radius: 12px; color: #3E4148; font-weight: 700; }
.drawer-nav a:hover, .drawer-nav a.active { background: #FAF6EF; color: #B98B5D; }
.mobile-bottom-nav { display: none; }
@media (max-width: 1100px) { .nav-core { display: none; } .header-inner { padding: 0 18px; } .mobile-menu-btn { display: inline-flex; align-items: center; justify-content: center; } .brand-logo { margin-left: 0; } }
@media (max-width: 900px) { .grid-4, .grid-3, .grid-2, .split, .split.reverse, .footer-inner { grid-template-columns: 1fr; } .hero-page { padding: 32px 24px; } .section-soft { padding: 24px; } .service-list { grid-template-columns: 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; } .header-inner { min-height: 64px; display: grid; grid-template-columns: 46px 1fr auto; gap: 10px; } .brand-logo { justify-self: center; } .brand-logo img { width: 122px; } .more-menu { display: none; } .main-btn { min-height: 38px; padding: 8px 16px; } .container { padding: 0 16px; } .banner-slider { margin: 16px 16px 22px; border-radius: 14px; } .slider-arrow { width: 34px; height: 34px; font-size: 24px; } .notice-strip { margin: 0 16px 22px; } .mobile-bottom-nav { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 9998; display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; padding: 8px; border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 12px 28px rgba(185,139,93,.18); border: 1px solid rgba(185,139,93,.16); } .mobile-bottom-nav a { text-align: center; text-decoration: none; color: #3E4148; font-size: 13px; font-weight: 800; padding: 7px 2px; border-radius: 14px; } .mobile-bottom-nav a:hover { background: #FAF6EF; color: #B98B5D; } body { padding-bottom: 72px; } h1 { font-size: 32px; } }
@media (max-width: 420px) { .brand-logo img { width: 108px; } .main-btn { padding: 7px 13px; } .hero-page { padding: 26px 18px; } .card, .zone-card, .info-card, .review-card, .faq-item { padding: 20px; } }
