:root {
  --primary: #D6A24A;
  --primary-dark: #9B6B22;
  --accent: #69E6D5;
  --bg: #0e1015;
  --bg-soft: #151922;
  --surface: rgba(255,255,255,.075);
  --surface-strong: rgba(255,255,255,.12);
  --text: #f7f3ea;
  --muted: #c4c0b8;
  --line: rgba(255,255,255,.14);
  --shadow: 0 20px 60px rgba(0,0,0,.32);
  --radius: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, rgba(214,162,74,.18), transparent 32rem), linear-gradient(180deg, #0b0d12 0%, var(--bg) 46%, #10131a 100%);
  line-height: 1.72;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0 0 1rem; }
main { min-height: 70vh; }
.container { width: min(100% - 32px, var(--max)); margin: 0 auto; }
.section { padding: 64px 0; }
.section-tight { padding: 42px 0; }
.section-title { max-width: 790px; margin-bottom: 28px; }
.section-title h2, .section-title h1 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.12; letter-spacing: -.04em; }
.section-title p { color: var(--muted); font-size: 1rem; }
.eyebrow, .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(214,162,74,.34);
  color: #ffe7b2;
  background: rgba(214,162,74,.12);
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.main-button, .top-action, .card-link, .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #161008;
  background: var(--primary);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(214,162,74,.24);
  transition: transform .2s ease, filter .2s ease, border-color .2s ease;
}
.main-button:hover, .top-action:hover, .cta-button:hover { filter: brightness(.85); transform: translateY(-1px); }
.card-link { background: transparent; color: var(--text); box-shadow: none; border: 1px solid var(--line); min-height: 38px; padding: 8px 14px; }
.card-link:hover { border-color: var(--primary); color: var(--primary); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(12,14,20,.86); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.mobile-header { height: 58px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; padding: 0 14px; gap: 8px; }
.logo img { height: 34px; width: auto; object-fit: contain; }
.mobile-logo { justify-self: center; }
.menu-button { width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; }
.menu-button span { display: block; height: 2px; width: 22px; background: #f8f4ea; border-radius: 2px; }
.mobile-header .top-action { min-height: 38px; padding: 8px 14px; font-size: .9rem; }
.mobile-drawer { position: fixed; inset: 0; background: rgba(0,0,0,.55); opacity: 0; pointer-events: none; transition: opacity .24s ease; }
.mobile-drawer.open { opacity: 1; pointer-events: auto; }
.drawer-panel { width: min(82vw, 330px); height: 100%; background: #11141c; border-right: 1px solid var(--line); transform: translateX(-100%); transition: transform .24s ease; padding: 18px; box-shadow: var(--shadow); }
.mobile-drawer.open .drawer-panel { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; color: var(--text); margin-bottom: 14px; }
.drawer-close { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--text); font-size: 1.5rem; cursor: pointer; }
.drawer-nav { display: grid; gap: 8px; }
.drawer-nav a { padding: 12px 14px; border-radius: 12px; color: var(--muted); background: rgba(255,255,255,.04); }
.drawer-nav a.active, .drawer-nav a:hover { color: #161008; background: var(--primary); }
.desktop-header { display: none; }
.movie-hero {
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(11,13,18,.96), rgba(11,13,18,.7) 55%, rgba(11,13,18,.3)), url('banner.webp') center/cover no-repeat;
}
.movie-hero::after { content:""; position:absolute; inset:auto 0 0; height:160px; background: linear-gradient(0deg, var(--bg), transparent); }
.hero-content { position: relative; z-index: 1; padding: 72px 0 90px; max-width: 760px; }
.hero-content h1 { margin: 0 0 18px; font-size: clamp(2.35rem, 8vw, 5.8rem); line-height: .98; letter-spacing: -.06em; }
.hero-content p { color: var(--muted); font-size: clamp(1rem, 2.4vw, 1.22rem); max-width: 680px; }
.hero-meta { display:flex; flex-wrap:wrap; gap:10px; margin:22px 0 26px; }
.hero-meta span { padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid var(--line); color:#f9ead0; font-size:.9rem; }
.banner-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.035); }
.category-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
.movie-card, .service-card, .data-chart-panel, .faq-item, .notice-box, .content-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 14px 40px rgba(0,0,0,.18);
}
.movie-card { min-height: 235px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; }
.movie-card::before { content:""; position:absolute; width:150px; height:150px; right:-58px; top:-58px; border-radius:50%; background: rgba(214,162,74,.14); }
.movie-card h3, .service-card h3, .content-card h3 { margin: 8px 0 8px; font-size: 1.25rem; }
.movie-card p, .service-card p, .content-card p, .faq-item p { color: var(--muted); }
.card-actions { margin-top: 16px; }
.service-grid { display:grid; grid-template-columns:1fr; gap:16px; }
.service-card .tag { color: var(--primary); font-weight: 800; font-size: .84rem; }
.feature-split, .device-showcase, .security-section, .parental-guidance-section { display:grid; gap:28px; align-items:center; }
.feature-image, .device-image { border-radius: 24px; overflow:hidden; border:1px solid var(--line); box-shadow: var(--shadow); background: rgba(255,255,255,.05); }
.feature-copy h2, .device-copy h2, .security-copy h2, .parental-copy h2 { margin:0 0 14px; font-size: clamp(1.8rem, 4vw, 3rem); line-height:1.12; letter-spacing:-.04em; }
.feature-copy p, .device-copy p, .security-copy p, .parental-copy p { color: var(--muted); }
.data-chart-panel { display:grid; gap:20px; }
.data-list { display:grid; gap:12px; margin: 0; padding:0; list-style:none; }
.data-list li { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:12px 0; border-bottom:1px solid var(--line); }
.data-list li:last-child { border-bottom:0; }
.score { color: var(--primary); font-weight:900; }
.trend-bar { height: 10px; background: rgba(255,255,255,.08); border-radius: 999px; overflow:hidden; }
.trend-bar span { display:block; height:100%; background: linear-gradient(90deg, var(--primary), var(--accent)); border-radius: inherit; }
.security-section, .parental-guidance-section { background: rgba(255,255,255,.04); border:1px solid var(--line); border-radius:24px; padding:24px; }
.check-list { list-style:none; padding:0; margin:16px 0 0; display:grid; gap:10px; }
.check-list li { position:relative; padding-left:28px; color: var(--muted); }
.check-list li::before { content:""; position:absolute; left:0; top:.62em; width:10px; height:10px; border-radius:50%; background: var(--primary); box-shadow:0 0 0 4px rgba(214,162,74,.12); }
.faq-grid { display:grid; gap:14px; }
.faq-item h3 { margin:0 0 8px; font-size:1.05rem; }
.cta-section { padding: 56px 0; }
.cta-panel { position:relative; overflow:hidden; border-radius:28px; padding:34px; background: linear-gradient(135deg, rgba(214,162,74,.94), rgba(155,107,34,.92)); color:#151008; box-shadow: var(--shadow); }
.cta-panel h2 { margin:0 0 10px; font-size: clamp(1.8rem,4vw,3.2rem); line-height:1.12; }
.cta-panel p { color: rgba(21,16,8,.78); max-width:760px; }
.cta-panel .cta-button { background:#151008; color:#fff6e4; box-shadow:none; margin-top:12px; }
.page-hero { padding: 70px 0 38px; background: radial-gradient(circle at 80% 10%, rgba(214,162,74,.18), transparent 26rem); border-bottom:1px solid var(--line); }
.page-hero h1 { margin:0 0 14px; font-size:clamp(2.15rem,6vw,4.6rem); line-height:1.04; letter-spacing:-.05em; max-width:900px; }
.page-hero p { color: var(--muted); max-width:850px; font-size:1.05rem; }
.page-layout { display:grid; gap:22px; }
.content-grid { display:grid; grid-template-columns:1fr; gap:16px; }
.info-list { display:grid; gap:12px; padding:0; margin:0; list-style:none; }
.info-list li { padding:16px; border:1px solid var(--line); border-radius:14px; background:rgba(255,255,255,.04); color: var(--muted); }
.table-wrap { overflow-x:auto; border-radius:18px; border:1px solid var(--line); }
table { width:100%; border-collapse:collapse; min-width:640px; background:rgba(255,255,255,.045); }
th, td { padding:14px 16px; text-align:left; border-bottom:1px solid var(--line); }
th { color:#ffe7b2; font-size:.92rem; background:rgba(214,162,74,.09); }
td { color:var(--muted); }
.rating-stars { color: var(--primary); letter-spacing:2px; }
.site-footer { background:#090b10; border-top:1px solid var(--line); padding:42px 0 0; }
.footer-inner { width:min(100% - 32px, var(--max)); margin:0 auto; display:grid; gap:26px; }
.footer-brand p, .footer-note p { color:var(--muted); max-width:650px; }
.footer-links { display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:10px; }
.footer-links a { color:var(--muted); padding:8px 0; }
.footer-links a:hover { color:var(--primary); }
.footer-bottom { margin-top:32px; padding:16px; border-top:1px solid var(--line); display:flex; flex-direction:column; gap:8px; color:#918d84; font-size:.88rem; text-align:center; }
@media (min-width: 640px) {
  .category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-grid, .content-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .data-chart-panel { grid-template-columns: 1.1fr .9fr; align-items:center; }
  .footer-links { grid-template-columns:repeat(3, minmax(0,1fr)); }
}
@media (min-width: 960px) {
  .mobile-header, .mobile-drawer { display:none; }
  .desktop-header { display:flex; align-items:center; gap:24px; width:min(100% - 44px, 1320px); margin:0 auto; height:76px; }
  .desktop-logo img { height:40px; }
  .desktop-nav { display:flex; align-items:center; gap:18px; flex:1; justify-content:center; }
  .desktop-nav a { position:relative; color:var(--muted); font-weight:700; font-size:.96rem; padding:26px 0; white-space:nowrap; }
  .desktop-nav a::after { content:""; position:absolute; left:0; right:0; bottom:18px; height:2px; transform:scaleX(0); transform-origin:center; background:var(--primary); transition:transform .2s ease; }
  .desktop-nav a:hover, .desktop-nav a.active { color:var(--text); }
  .desktop-nav a:hover::after, .desktop-nav a.active::after { transform:scaleX(1); }
  .search-icon { width:42px; height:42px; border:1px solid var(--line); border-radius:50%; display:inline-flex; align-items:center; justify-content:center; }
  .search-icon span { width:16px; height:16px; border:2px solid var(--muted); border-radius:50%; position:relative; }
  .search-icon span::after { content:""; position:absolute; width:8px; height:2px; background:var(--muted); right:-7px; bottom:-4px; transform:rotate(45deg); border-radius:2px; }
  .desktop-action { min-width:92px; }
  .movie-hero { min-height: 720px; }
  .category-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .feature-split, .device-showcase, .security-section, .parental-guidance-section, .page-layout { grid-template-columns: 1fr 1fr; }
  .feature-split.reverse .feature-image { order:2; }
  .faq-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-inner { grid-template-columns: 1.2fr .9fr 1.1fr; align-items:start; }
  .footer-bottom { flex-direction:row; justify-content:space-between; text-align:left; width:100%; }
}
@media (min-width: 1180px) {
  .category-grid.six { grid-template-columns: repeat(6, minmax(0,1fr)); }
  .category-grid.six .movie-card { min-height: 260px; }
}
