*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
body { font-family: system-ui, 'PingFang SC', 'Microsoft YaHei', sans-serif; overflow-x:hidden; background: #fefcf3; }

.container { max-width:1200px; margin:0 auto; padding:0 24px; }
.section { padding:80px 0; position:relative; }
.section:nth-child(even) { background: #f8f4e9; }

/* 导航 — 固定顶部，带有独特的橘色渐变边框 */
.site-header { position:fixed; top:0; left:0; width:100%; z-index:1000; background:rgba(254,252,243,0.92); backdrop-filter:blur(10px); border-bottom:2px solid #f5a623; }
.header-inner { display:flex; align-items:center; justify-content:space-between; height:68px; max-width:1200px; margin:0 auto; padding:0 24px; }
.logo { display:flex; align-items:center; gap:8px; font-weight:700; font-size:1.2rem; text-decoration:none; color:#7c4a2a; letter-spacing:1px; }
.logo-icon { width:36px; height:36px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1rem; background: #f5a623; color:#fff; box-shadow: 0 3px 8px rgba(245,166,35,0.3); }
.main-nav { display:flex; align-items:center; gap:24px; list-style:none; }
.main-nav a { text-decoration:none; font-size:0.9rem; font-weight:500; transition:0.2s; color:#4a3520; }
.main-nav a:hover { color:#f5a623; }
.nav-cta { padding:8px 20px; border-radius:30px; color:#fff!important; font-weight:600; background: #f5a623; box-shadow: 0 4px 10px rgba(245,166,35,0.3); }
.menu-toggle { display:none; }

/* 首页Hero — 独特波浪背景，大胆的橘色点缀 */
.hero { min-height:70vh; display:flex; align-items:center; position:relative; background: linear-gradient(135deg, #fefcf3 0%, #fdf6e3 100%); overflow:hidden; }
.hero::before { content:''; position:absolute; bottom:0; left:0; width:100%; height:120px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120'%3E%3Cpath d='M0,60 C300,120 600,0 1200,60 L1200,120 L0,120 Z' fill='%23f5a623' opacity='0.15'/%3E%3C/svg%3E") no-repeat bottom; background-size: cover; }
.hero-content { max-width:720px; position:relative; z-index:2; }
.hero-eyebrow { display:inline-block; font-size:0.85rem; font-weight:600; padding:4px 14px; border-radius:30px; margin-bottom:16px; background: #ffe6b3; color:#7c4a2a; }
.hero h1 { font-size:2.8rem; line-height:1.2; margin-bottom:20px; color:#4a3520; font-weight:800; letter-spacing:-1px; }
.hero p { font-size:1.1rem; opacity:0.7; max-width:560px; margin-bottom:32px; color:#5a4530; }
.hero-buttons { display:flex; gap:14px; }
.hero-image { border-radius:12px; overflow:hidden; }
.hero-image img { width:100%; height:auto; }

/* 按钮 — 暖色调，圆润风格 */
.btn { display:inline-flex; align-items:center; gap:8px; padding:12px 28px; border-radius:30px; font-weight:600; cursor:pointer; border:none; text-decoration:none; transition:0.3s; }
.btn-primary { color:#fff; background: #f5a623; box-shadow: 0 4px 12px rgba(245,166,35,0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(245,166,35,0.4); }
.btn-outline { background:transparent; border:1.5px solid #f5a623; color:#7c4a2a; }
.btn-outline:hover { background:#f5a623; color:#fff; }

/* 标签/标题 — 独特装饰线 */
.section-label { display:inline-block; font-size:0.8rem; font-weight:600; letter-spacing:2px; margin-bottom:12px; color:#f5a623; position:relative; padding-left:24px; }
.section-label::before { content:''; position:absolute; left:0; top:50%; transform:translateY(-50%); width:14px; height:2px; background:#f5a623; }
.section-title { font-size:2rem; margin-bottom:14px; color:#4a3520; font-weight:800; }
.section-desc { max-width:600px; opacity:0.7; margin-bottom:40px; color:#5a4530; }

/* 卡片网格 — 暖白背景，橘色边框 */
.cards-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:24px; }
.category-card { border-radius:16px; padding:28px; border:1px solid #f0dbb5; background: #fffdf7; transition:0.3s; }
.category-card:hover { transform:translateY(-5px); box-shadow:0 8px 24px rgba(245,166,35,0.12); border-color:#f5a623; }
.card-icon { width:48px; height:48px; border-radius:14px; display:flex; align-items:center; justify-content:center; margin-bottom:16px; font-size:1.3rem; background: #fef0d5; color:#7c4a2a; }
.card-link { font-weight:600; font-size:0.85rem; text-decoration:none; color:#f5a623; }

/* 特性块 — 交替布局 */
.feature-block { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.feature-image { border-radius:16px; overflow:hidden; box-shadow: 0 6px 20px rgba(0,0,0,0.05); }
.feature-image img { width:100%; height:auto; }
.feature-text { }
.feature-list { list-style:none; }
.feature-list li { padding:6px 0; display:flex; align-items:center; gap:8px; color:#4a3520; }
.feature-list li::before { content:'✦'; font-weight:700; color:#f5a623; }

/* 数据条 — 橘色系卡片 */
.stats-bar { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; text-align:center; }
.stat-item { padding:24px; border-radius:16px; border:1px solid #f0dbb5; background: #fffdf7; transition:0.3s; }
.stat-item:hover { border-color:#f5a623; box-shadow: 0 4px 12px rgba(245,166,35,0.1); }
.stat-number { font-size:2.2rem; font-weight:800; color:#7c4a2a; }
.stat-label { font-size:0.9rem; opacity:0.6; margin-top:6px; color:#5a4530; }

/* 内容墙 — 杂志风格卡片 */
.content-wall { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:24px; }
.content-wall-item { border-radius:16px; overflow:hidden; border:1px solid #f0dbb5; background: #fffdf7; transition:0.3s; }
.content-wall-item:hover { transform:translateY(-5px); box-shadow:0 8px 24px rgba(245,166,35,0.12); border-color:#f5a623; }
.content-wall-item img { width:100%; height:200px; object-fit:cover; }
.content-wall-body { padding:20px; }
.content-wall-body h3 { color:#4a3520; }
.content-wall-body p { color:#5a4530; font-size:0.9rem; }

/* FAQ — 独特的橘色展开效果 */
.faq-list { max-width:800px; margin:0 auto; }
.faq-item { border:1px solid #f0dbb5; border-radius:16px; margin-bottom:8px; overflow:hidden; cursor:pointer; background: #fffdf7; transition:0.3s; }
.faq-item:hover { border-color:#f5a623; }
.faq-item .faq-question { padding:16px 20px; font-weight:600; display:flex; justify-content:space-between; color:#4a3520; }
.faq-item .faq-question::after { content:'+'; font-size:1.2rem; color:#f5a623; transition:0.3s; }
.faq-item.open .faq-question::after { content:'−'; }
.faq-item .faq-answer { padding:0 20px 16px; display:none; opacity:0.7; color:#5a4530; }
.faq-item.open .faq-answer { display:block; }

/* CTA横幅 — 大胆的橘色渐变 */
.cta-banner { padding:56px 24px; text-align:center; border-radius:20px; background: linear-gradient(135deg, #f5a623, #e07b2e); color:#fff; box-shadow: 0 8px 24px rgba(245,166,35,0.3); }
.cta-banner h2 { color:#fff; font-size:2rem; margin-bottom:12px; }
.cta-banner p { color: rgba(255,255,255,0.85); margin-bottom:20px; }
.cta-banner .btn-primary { background:#fff; color:#7c4a2a; box-shadow: none; }
.cta-banner .btn-primary:hover { background: #fef0d5; }

/* 页脚 — 暖色背景 */
.site-footer { padding:56px 0 28px; background: #4a3520; color: #f0dbb5; }
.site-footer .container { }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; }
.footer-brand { }
.footer-brand h3 { color:#fff; }
.footer-col { }
.footer-col h4 { color:#f5a623; margin-bottom:10px; }
.footer-col a { color:#f0dbb5; text-decoration:none; display:block; margin-bottom:6px; }
.footer-col a:hover { color:#fff; }
.footer-bottom { border-top:1px solid rgba(240,219,181,0.2); margin-top:40px; padding-top:20px; text-align:center; font-size:0.85rem; color:#c4a87a; }

/* 工具类 */
.text-accent { color:#f5a623; }
.text-center { text-align:center; }
.seo-description { max-width:600px; margin:0 auto 48px; opacity:0.7; color:#5a4530; }
.mt-0 { margin-top:0; }
.mb-0 { margin-bottom:0; }

/* ⚠️ 响应式 */
@media (max-width: 768px) {
  .feature-block { grid-template-columns:1fr; }
  .stats-bar { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .main-nav { display:none; }
  .menu-toggle { display:flex; background: none; border: none; font-size:1.5rem; color:#7c4a2a; cursor:pointer; }
  .main-nav.open { display:flex; flex-direction:column; position:absolute; top:68px; left:0; width:100%; background:#fefcf3; padding:20px; border-bottom:2px solid #f5a623; }
  .hero h1 { font-size:2rem; }
}
@media (max-width: 480px) {
  .cards-grid,.content-wall,.stats-bar { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .hero-buttons { flex-direction:column; }
}