:root {
    --bg: #08101f;
    --bg-soft: #101a2e;
    --panel: #131f36;
    --panel-2: #182640;
    --line: rgba(255,255,255,.1);
    --text: #f7f2e7;
    --muted: #b7c1d7;
    --red: #e33b3b;
    --red-dark: #a71f2d;
    --gold: #f4c769;
    --gold-soft: #ffe1a2;
    --blue: #1a58a8;
    --shadow: 0 24px 60px rgba(0,0,0,.36);
    --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background: radial-gradient(circle at top left, rgba(227,59,59,.18), transparent 34%), radial-gradient(circle at 80% 10%, rgba(244,199,105,.16), transparent 26%), var(--bg);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    line-height: 1.7;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.topbar { background: rgba(3, 7, 17, .78); border-bottom: 1px solid var(--line); font-size: .9rem; color: var(--muted); }
.topbar-inner { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; }
.site-header { position: sticky; top: 0; z-index: 30; backdrop-filter: blur(18px); }
.navbar { background: rgba(8,16,31,.88); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; color: #160a0a; font-weight: 900; background: linear-gradient(135deg, var(--gold), #fff0bd 44%, var(--red)); box-shadow: 0 12px 30px rgba(244,199,105,.25); }
.brand-text { display: grid; line-height: 1.2; }
.brand-text strong { font-size: 1.2rem; letter-spacing: .08em; }
.brand-text small { color: var(--muted); }
.nav-menu { display: flex; align-items: center; gap: 6px; padding: 0; margin: 0; list-style: none; }
.nav-menu a { display: block; padding: 10px 14px; border-radius: 999px; color: var(--muted); font-weight: 600; }
.nav-menu a:hover, .nav-menu a.active { color: var(--text); background: rgba(255,255,255,.09); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2px; margin: 6px 0; background: var(--text); transition: .25s; }
.hero { position: relative; overflow: hidden; padding: 74px 0 54px; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(8,16,31,.82)); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr .95fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(244,199,105,.34); border-radius: 999px; color: var(--gold-soft); background: rgba(244,199,105,.08); font-size: .92rem; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 99px; background: var(--red); box-shadow: 0 0 0 6px rgba(227,59,59,.14); }
h1, h2, h3 { margin: 0 0 14px; line-height: 1.22; }
h1 { font-size: clamp(2.2rem, 5vw, 4.9rem); letter-spacing: -.04em; }
h2 { font-size: clamp(1.65rem, 3vw, 2.55rem); }
h3 { font-size: 1.22rem; }
.lead { color: #d9e1ef; font-size: clamp(1.02rem, 1.5vw, 1.2rem); max-width: 720px; }
.hero-actions, .section-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; }
.btn-primary { color: #1b0b0b; background: linear-gradient(135deg, var(--gold), #fff2bd); box-shadow: 0 16px 36px rgba(244,199,105,.24); }
.btn-secondary { border-color: rgba(255,255,255,.16); color: var(--text); background: rgba(255,255,255,.08); }
.hero-card { background: linear-gradient(145deg, rgba(19,31,54,.88), rgba(9,14,27,.74)); border: 1px solid var(--line); border-radius: calc(var(--radius) + 8px); padding: 16px; box-shadow: var(--shadow); }
.section { padding: 76px 0; }
.section.tight { padding: 48px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-head p { color: var(--muted); max-width: 670px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.card, .feature-card, .show-card, .event-card, .video-card, .faq-item, .contact-card { background: linear-gradient(145deg, rgba(19,31,54,.92), rgba(12,20,36,.92)); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: 0 16px 42px rgba(0,0,0,.24); }
.card img, .feature-card img, .event-card img, .video-card img { border-radius: 18px; margin-bottom: 18px; border: 1px solid var(--line); }
.card p, .feature-card p, .show-card p, .event-card p, .video-card p, .faq-item p, .contact-card p, .step p, .review p { color: var(--muted); }
.kpi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.kpi { padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.06); }
.kpi strong { display: block; font-size: 1.45rem; color: var(--gold-soft); }
.schedule-strip { display: grid; gap: 16px; }
.show-card { display: grid; grid-template-columns: 132px 1fr auto; gap: 20px; align-items: center; }
.show-time { border-radius: 18px; padding: 18px 12px; text-align: center; background: linear-gradient(160deg, rgba(227,59,59,.24), rgba(244,199,105,.12)); border: 1px solid rgba(244,199,105,.22); }
.show-time strong { display: block; font-size: 1.8rem; color: var(--gold-soft); }
.badge { display: inline-flex; padding: 5px 9px; border-radius: 999px; color: var(--gold-soft); border: 1px solid rgba(244,199,105,.24); background: rgba(244,199,105,.08); font-size: .86rem; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.filter-btn { border: 1px solid var(--line); background: rgba(255,255,255,.06); color: var(--text); padding: 10px 14px; border-radius: 999px; cursor: pointer; font-weight: 700; }
.filter-btn.active { background: linear-gradient(135deg, var(--red), var(--red-dark)); border-color: transparent; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.step { position: relative; padding: 24px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(255,255,255,.055); }
.step::before { counter-increment: steps; content: counter(steps, decimal-leading-zero); display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; color: #160a0a; font-weight: 900; background: var(--gold); margin-bottom: 14px; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; }
.panel { padding: 28px; border-radius: calc(var(--radius) + 4px); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(19,31,54,.84), rgba(13,23,42,.96)); box-shadow: var(--shadow); }
.timeline { position: relative; display: grid; gap: 18px; }
.timeline::before { content: ""; position: absolute; left: 20px; top: 10px; bottom: 10px; width: 2px; background: linear-gradient(var(--gold), var(--red)); }
.timeline-item { position: relative; padding-left: 58px; }
.timeline-item::before { content: ""; position: absolute; left: 10px; top: 8px; width: 22px; height: 22px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(244,199,105,.14); }
.review { display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: start; }
.review img { border-radius: 50%; border: 1px solid var(--line); }
.notice { border: 1px solid rgba(244,199,105,.28); background: rgba(244,199,105,.08); color: #ffe8b2; padding: 18px; border-radius: 18px; }
.page-hero { padding: 58px 0 34px; background: radial-gradient(circle at 18% 20%, rgba(227,59,59,.16), transparent 32%), rgba(255,255,255,.02); border-bottom: 1px solid var(--line); }
.page-hero .lead { max-width: 850px; }
.breadcrumb { color: var(--muted); margin-bottom: 14px; font-size: .94rem; }
.breadcrumb a { color: var(--gold-soft); }
.info-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.info-list li { padding: 13px 14px; border-radius: 14px; background: rgba(255,255,255,.06); border: 1px solid var(--line); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.04); }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th, td { padding: 16px; text-align: left; border-bottom: 1px solid var(--line); }
th { color: var(--gold-soft); background: rgba(255,255,255,.05); }
tr:last-child td { border-bottom: 0; }
.map-box { min-height: 380px; display: grid; place-items: center; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(26,88,168,.16), rgba(227,59,59,.10)); overflow: hidden; }
.map-box img { width: 100%; height: 100%; object-fit: cover; }
.faq-list { display: grid; gap: 14px; }
.faq-item button { width: 100%; text-align: left; background: transparent; color: var(--text); border: 0; padding: 0; font: inherit; font-weight: 800; cursor: pointer; display: flex; justify-content: space-between; gap: 18px; }
.faq-item .answer { display: none; margin-top: 12px; }
.faq-item.open .answer { display: block; }
.video-thumb { position: relative; }
.play-dot { position: absolute; inset: auto 18px 18px auto; width: 54px; height: 54px; border-radius: 50%; background: rgba(244,199,105,.92); display: grid; place-items: center; color: #1b0b0b; font-weight: 900; }
.banner { padding: 34px; border-radius: calc(var(--radius) + 8px); background: linear-gradient(135deg, rgba(227,59,59,.32), rgba(244,199,105,.16)), url('/assets/images/projector-beam.svg') center/cover no-repeat; border: 1px solid rgba(244,199,105,.26); box-shadow: var(--shadow); }
.domain-pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid var(--line); color: var(--gold-soft); }
@media (max-width: 980px) {
    .hero-grid, .split, .grid-2 { grid-template-columns: 1fr; }
    .grid-3, .steps, .kpi-row { grid-template-columns: repeat(2, 1fr); }
    .show-card { grid-template-columns: 110px 1fr; }
    .show-card .btn { grid-column: 1 / -1; }
    .nav-toggle { display: block; }
    .nav-menu { position: absolute; left: 16px; right: 16px; top: 128px; display: none; flex-direction: column; align-items: stretch; padding: 14px; background: rgba(8,16,31,.97); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
    .nav-menu.open { display: flex; }
    .nav-menu a { border-radius: 14px; }
}
@media (max-width: 640px) {
    .container { width: min(100% - 24px, 1180px); }
    .topbar-inner, .section-head { display: grid; align-items: start; }
    .grid-3, .steps, .kpi-row { grid-template-columns: 1fr; }
    .show-card { grid-template-columns: 1fr; }
    .hero { padding-top: 48px; }
    .section { padding: 52px 0; }
    .card, .feature-card, .show-card, .event-card, .video-card, .faq-item, .contact-card, .panel { padding: 18px; }
    .footer-grid { grid-template-columns: 1fr !important; }
}
.site-footer { margin-top: 54px; border-top: 1px solid var(--line); background: rgba(3,7,17,.82); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr; gap: 24px; padding: 42px 0; }
.footer-grid h2 { font-size: 1.1rem; }
.footer-grid a { display: block; color: var(--muted); margin: 8px 0; }
.footer-grid a:hover { color: var(--gold-soft); }
.footer-bottom { border-top: 1px solid var(--line); color: var(--muted); }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; }
