* { 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", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; line-height: 1.78; }
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 { flex: 0 0 auto; display: flex; align-items: center; }
.brand-logo img { width: 132px; max-height: 48px; object-fit: contain; }
.nav-core { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: nowrap; min-width: 0; flex: 1 1 auto; }
.nav-core a { white-space: nowrap; color: #3E4148; font-weight: 600; font-size: 15px; padding: 10px 12px; border-radius: 999px; transition: color .2s ease, background .2s ease; }
.nav-core a:hover, .nav-core a.active { color: #B98B5D; background: #FAF6EF; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; flex-shrink: 0; }
.app-entry { color: #B98B5D; font-weight: 700; white-space: nowrap; }
.main-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 22px; border-radius: 999px; background: linear-gradient(135deg, #E8C89A 0%, #D6A96F 55%, #B98B5D 100%); color: #FFFFFF; font-weight: 800; box-shadow: 0 10px 24px rgba(185,139,93,0.24); 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, .mobile-menu-btn, .drawer-close { border: 0; background: #FAF6EF; color: #B98B5D; cursor: pointer; font-weight: 800; }
.more-toggle { height: 40px; padding: 0 16px; border-radius: 999px; border: 1px solid rgba(185,139,93,0.18); }
.more-dropdown { position: absolute; right: 0; top: calc(100% + 12px); min-width: 230px; padding: 10px; background: #FFFFFF; border: 1px solid rgba(185,139,93,0.18); box-shadow: 0 18px 42px rgba(185,139,93,0.18); border-radius: 16px; z-index: 10000; display: none; }
.more-menu:hover .more-dropdown, .more-menu.open .more-dropdown { display: grid; grid-template-columns: 1fr; gap: 4px; }
.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-menu-btn { display: none; width: 42px; height: 42px; border-radius: 999px; font-size: 22px; }
.drawer-overlay { position: fixed; inset: 0; background: rgba(47,43,39,0.45); z-index: 10001; opacity: 0; visibility: hidden; transition: .2s ease; }
.drawer-overlay.show { opacity: 1; visibility: visible; }
.mobile-drawer { position: fixed; left: 0; top: 0; bottom: 0; width: min(84vw, 330px); background: #FFFFFF; z-index: 10002; transform: translateX(-105%); transition: transform .25s ease; box-shadow: 18px 0 45px rgba(47,43,39,0.22); overflow-y: auto; }
.mobile-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px; border-bottom: 1px solid rgba(185,139,93,0.18); }
.drawer-head img { width: 132px; max-height: 48px; object-fit: contain; }
.drawer-close { width: 38px; height: 38px; border-radius: 50%; font-size: 24px; line-height: 1; }
.drawer-nav { display: grid; gap: 4px; padding: 14px; }
.drawer-nav a { padding: 13px 12px; color: #3E4148; border-radius: 14px; font-weight: 700; }
.drawer-nav a:hover { color: #B98B5D; background: #FAF6EF; }
.drawer-lock, .drawer-lock body { overflow-x: hidden; }
main { position: relative; z-index: 1; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 22px; }
.home-main, .page-main { padding-bottom: 46px; }
.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; }
.banner-track { position: relative; aspect-ratio: 16 / 6.2; background: #F7F3EC; }
.banner-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease; }
.banner-slide.active { opacity: 1; }
.banner-slide 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: 1px solid rgba(232,210,181,0.8); background: rgba(255,255,255,0.85); color: #B98B5D; cursor: pointer; font-size: 24px; z-index: 3; }
.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; z-index: 4; }
.slider-dots button { width: 10px; height: 10px; border: 0; border-radius: 50%; background: rgba(185,139,93,0.35); cursor: pointer; }
.slider-dots button.active { width: 28px; border-radius: 999px; background: #B98B5D; }
.notice-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; border: 1px solid rgba(185,139,93,0.18); background: #FFFFFF; border-radius: 18px; box-shadow: 0 10px 24px rgba(185,139,93,0.10); color: #3A332C; }
.notice-bar strong { color: #B98B5D; }
.text-link { color: #B98B5D; font-weight: 800; white-space: nowrap; }
.section { margin-top: 30px; }
.section-head { max-width: 780px; margin-bottom: 18px; }
h1, h2, h3, .section-title { color: #3A332C; line-height: 1.28; margin: 0 0 12px; }
h1 { font-size: clamp(30px, 4.2vw, 54px); letter-spacing: -0.02em; }
h2 { font-size: clamp(24px, 3vw, 36px); }
h3 { font-size: 20px; }
p { margin: 0 0 14px; }
.lead { color: #747A84; font-size: 17px; }
.hero, .feature-row, .app-showcase, .safe-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 28px; align-items: center; }
.hero { margin-top: 28px; padding: 38px; border-radius: 28px; background: linear-gradient(135deg, #FFFFFF 0%, #FAF6EF 70%, #EEF7FF 100%); border: 1px solid rgba(185,139,93,0.18); box-shadow: 0 14px 36px rgba(185,139,93,0.12); }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 18px; }
.content-img { width: 100%; height: auto; object-fit: contain; border-radius: 22px; border: 1px solid rgba(185,139,93,0.18); background: #FAF6EF; box-shadow: 0 14px 36px rgba(185,139,93,0.12); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card, .zone-card, .info-card, .review-card, .faq-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: 22px; padding: 22px; }
.card.soft { background: #FAF6EF; }
.zone-card { overflow: hidden; padding: 0; }
.zone-card img { width: 100%; height: auto; object-fit: contain; background: #FAF6EF; border-bottom: 1px solid rgba(185,139,93,0.14); }
.zone-card .zone-body { padding: 20px; }
.kicker { color: #B98B5D; font-weight: 900; letter-spacing: .08em; font-size: 13px; margin-bottom: 8px; }
.category-grid .card { min-height: 190px; }
.category-grid h3 { display: flex; align-items: center; justify-content: space-between; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.pill-list span { display: inline-flex; padding: 7px 12px; border-radius: 999px; color: #B98B5D; background: #FAF6EF; border: 1px solid rgba(185,139,93,0.16); font-size: 14px; font-weight: 700; }
.review-card p { color: #3E4148; }
.review-card strong { color: #B98B5D; }
.faq-card h3 { margin-bottom: 8px; }
.compliance { background: #2F2B27; color: #F7F3EC; border-radius: 26px; padding: 28px; box-shadow: 0 14px 36px rgba(47,43,39,0.16); }
.compliance h2, .compliance h3 { color: #FFFFFF; }
.compliance p { color: #F7F3EC; }
.page-hero { margin-top: 30px; padding: 36px; border-radius: 28px; background: linear-gradient(135deg, #FFFFFF 0%, #FAF6EF 68%, #EEF7FF 100%); border: 1px solid rgba(185,139,93,0.18); box-shadow: 0 14px 36px rgba(185,139,93,0.12); }
.page-hero .hero { margin: 0; padding: 0; background: transparent; border: 0; box-shadow: none; }
.content-section { margin-top: 26px; }
.content-section .card p:last-child, .content-section .info-card p:last-child { margin-bottom: 0; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 42px 22px; display: grid; grid-template-columns: 1.2fr 1fr 1.4fr; gap: 30px; }
.site-footer { background: #2F2B27; color: #F7F3EC; }
.footer-brand img { width: 138px; max-height: 50px; object-fit: contain; margin-bottom: 16px; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.footer-links a { color: #F7F3EC; }
.footer-links a:hover { color: #D6B48A; }
.footer-note p { color: #F7F3EC; }
@media (max-width: 1100px) { .nav-core { display: none; } .header-inner { gap: 14px; } }
@media (max-width: 900px) { .hero, .feature-row, .app-showcase, .safe-grid { grid-template-columns: 1fr; } .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .footer-inner { grid-template-columns: 1fr; } .banner-track { aspect-ratio: 16 / 8; } }
@media (max-width: 700px) { .header-inner { min-height: 64px; display: grid; grid-template-columns: 56px 1fr 74px; padding: 0 12px; gap: 8px; } .mobile-menu-btn { display: inline-flex; align-items: center; justify-content: center; } .brand-logo { justify-content: center; } .brand-logo img { width: 118px; } .header-actions { justify-content: flex-end; } .app-entry, .more-menu { display: none; } .main-btn { min-height: 36px; padding: 0 16px; font-size: 14px; } .wrap { padding: 0 14px; } .banner-slider { margin: 16px 14px 22px; border-radius: 16px; } .banner-track { aspect-ratio: 16 / 9; } .slider-arrow { width: 34px; height: 34px; font-size: 19px; } .notice-bar { align-items: flex-start; flex-direction: column; } .hero, .page-hero { padding: 22px; border-radius: 22px; } .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } .card, .info-card, .review-card, .faq-card { padding: 18px; border-radius: 18px; } .footer-inner { padding: 34px 16px; } }
@media (max-width: 380px) { .brand-logo img { width: 104px; } .main-btn { padding: 0 13px; } }
