/* ============================================================
   囧次元 (1jiongciyuan.cn) · 深蓝底 + 亮橙主题
   ============================================================ */
:root {
  --bg: #14172a;
  --surface: #1e2238;
  --surface-2: #262b45;
  --line: rgba(255,255,255,.08);
  --txt: #eef0fa;
  --muted: #9aa0c0;
  --orange: #ff7a1a;
  --orange-deep: #e85d00;
  --grad: linear-gradient(120deg, #ff7a1a, #ffb347);
  --radius: 18px;
  --shadow: 0 10px 30px rgba(255,122,26,.18);
  --maxw: 1180px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; background: var(--bg); color: var(--txt); line-height: 1.7; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: 820px; }

/* 按钮 */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 26px; border-radius: 999px; font-weight: 600; font-size: 15px; border: none; cursor: pointer; white-space: nowrap; transition: transform .15s, box-shadow .15s; }
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--grad); color: #1a1205; box-shadow: var(--shadow); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(255,122,26,.4); }
.btn-light { background: #fff; color: var(--orange-deep); }
.btn-lg { padding: 15px 34px; font-size: 16px; }

/* 导航 */
.nav { position: sticky; top: 0; z-index: 100; backdrop-filter: blur(14px); background: rgba(20,23,42,.8); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; }
.brand-logo { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; }
.brand-text em { font-style: normal; color: var(--muted); font-weight: 500; margin-left: 6px; }
.nav-links { display: flex; gap: 26px; }
.nav-links a { font-size: 15px; color: var(--muted); transition: color .15s; }
.nav-links a:hover { color: var(--orange); }
.nav-download { padding: 9px 20px; font-size: 14px; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { width: 22px; height: 2px; background: var(--txt); border-radius: 2px; }

/* Hero */
.hero { background: radial-gradient(900px 400px at 85% -10%, rgba(255,122,26,.15), transparent 60%); padding-bottom: 0; }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; padding: 64px 24px 40px; }
.eyebrow { color: var(--orange); font-weight: 700; letter-spacing: 2px; font-size: 13px; margin-bottom: 14px; }
.hero h1 { font-size: 46px; line-height: 1.18; font-weight: 900; letter-spacing: -.5px; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { margin-top: 18px; color: var(--muted); font-size: 17px; max-width: 480px; }
.hot { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.hot-label { color: var(--orange); font-weight: 700; font-size: 14px; }
.hot a { font-size: 13.5px; color: var(--muted); background: var(--surface); border: 1px solid var(--line); padding: 4px 12px; border-radius: 999px; transition: .15s; }
.hot a:hover { color: var(--orange); border-color: var(--orange); }
.hero-cta { margin-top: 26px; }
.hero-ver { margin-top: 14px; color: var(--muted); font-size: 13.5px; }
.hero-visual { display: flex; justify-content: center; }
.hero-img { max-height: 540px; border-radius: 22px; box-shadow: 0 30px 60px rgba(0,0,0,.5); }

/* 数据条 */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; background: var(--surface); border-radius: 18px; padding: 24px 18px; margin-bottom: -30px; position: relative; z-index: 2; }
.stat { text-align: center; }
.stat b { display: block; font-size: 26px; color: var(--orange); }
.stat span { color: var(--muted); font-size: 13px; }

/* Section */
.section { padding: 80px 0 60px; }
.section-alt { background: var(--surface); }
.section-tag { margin-bottom: 12px; }
.sec-title { font-size: 32px; font-weight: 900; margin-bottom: 30px; }
.sec-title em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* 功能 */
.grid-3 { display: grid; gap: 18px; }
.feat-grid { grid-template-columns: repeat(3,1fr); margin-top: 10px; }
.feat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; transition: transform .2s, border-color .2s; }
.section-alt .feat { background: var(--bg); }
.feat:hover { transform: translateY(-6px); border-color: var(--orange); }
.fi { font-size: 26px; margin-bottom: 12px; }
.feat h3 { font-size: 18px; margin-bottom: 8px; }
.feat p { color: var(--muted); font-size: 14.5px; }

/* 榜单 */
.rank-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.rank-block h3 { font-size: 18px; margin-bottom: 14px; }
.rank-list { list-style: none; display: grid; gap: 10px; }
.rank-list li { display: flex; align-items: center; gap: 12px; background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: 13px 16px; font-size: 14.5px; }
.rk { width: 26px; height: 26px; flex: none; border-radius: 8px; background: rgba(255,122,26,.18); color: var(--orange); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.rank-list em { margin-left: auto; font-style: normal; color: var(--muted); font-size: 12.5px; }

/* 预览 */
.preview-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pv { margin: 0; }
.pv img { width: 100%; border-radius: 16px; box-shadow: 0 18px 40px rgba(0,0,0,.4); transition: transform .2s; }
.pv:hover img { transform: translateY(-6px); }
.pv figcaption { text-align: center; margin-top: 12px; color: var(--muted); font-size: 14px; }

/* FAQ */
.faq { display: grid; gap: 12px; }
.faq details { background: var(--bg); border: 1px solid var(--line); border-radius: 14px; padding: 0 22px; }
.faq summary { cursor: pointer; list-style: none; font-weight: 600; padding: 18px 30px 18px 0; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: var(--orange); font-size: 22px; transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq p { padding: 0 0 18px; color: var(--muted); }

/* CTA */
.cta { text-align: center; padding: 80px 0; background: var(--grad); color: #1a1205; }
.cta h2 { font-size: 34px; font-weight: 900; }
.cta h2 em { font-style: normal; }
.cta p { margin: 12px 0 28px; opacity: .85; font-size: 16px; }

/* 页脚 */
.footer { background: #0e1020; padding: 36px 0; }
.foot-inner { text-align: center; color: var(--muted); font-size: 14px; }
.foot-brand { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 12px; color: var(--txt); font-weight: 600; }
.copy { margin-top: 10px; font-size: 12.5px; opacity: .7; }

/* 悬浮下载 */
.float-download { position: fixed; right: 18px; bottom: 22px; z-index: 99; background: var(--grad); color: #1a1205; padding: 14px 26px; border-radius: 999px; font-weight: 700; box-shadow: 0 12px 30px rgba(255,122,26,.4); display: none; }

/* 响应式 */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; padding: 48px 24px 30px; }
  .hero h1 { font-size: 34px; }
  .hero-img { max-height: 440px; margin: 0 auto; }
  .stats { grid-template-columns: repeat(2,1fr); margin-bottom: -16px; }
  .feat-grid { grid-template-columns: 1fr 1fr; }
  .rank-cols { grid-template-columns: 1fr; }
  .preview-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nav-links { position: absolute; top: 68px; left: 0; right: 0; background: var(--bg); flex-direction: column; gap: 0; border-bottom: 1px solid var(--line); max-height: 0; overflow: hidden; transition: max-height .25s; }
  .nav-links.open { max-height: 300px; }
  .nav-links a { padding: 14px 24px; border-top: 1px solid var(--line); }
  .burger { display: flex; }
  .nav-download { display: none; }
  .feat-grid, .preview-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 0 36px; }
  .sec-title { font-size: 26px; }
  .float-download { display: inline-flex; }
}
