:root {
    --ink: #07111f;
    --ink-soft: #111d31;
    --navy: #0b1c3f;
    --blue: #153a72;
    --red: #d72f3f;
    --red-dark: #8b1220;
    --gold: #f7c76b;
    --gold-soft: #ffe7a6;
    --mist: #f5f7fb;
    --muted: #6f7d94;
    --card: #ffffff;
    --line: rgba(255,255,255,.14);
    --shadow: 0 22px 60px rgba(3, 9, 24, .18);
    --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
    background: linear-gradient(180deg, #07111f 0, #0b1730 220px, #f5f7fb 640px);
    line-height: 1.75;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(6, 15, 32, .82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.brand-mark {
    width: 46px; height: 46px; border-radius: 16px;
    display: grid; place-items: center; font-weight: 900; color: #19070a;
    background: radial-gradient(circle at 30% 20%, #fff1ba, var(--gold) 48%, #bf7a1a 100%);
    box-shadow: 0 12px 30px rgba(247,199,107,.28);
}
.brand-text { display: grid; line-height: 1.2; }
.brand-text strong { font-size: 20px; letter-spacing: .08em; }
.brand-text small { font-size: 12px; color: rgba(255,255,255,.68); }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a {
    color: rgba(255,255,255,.78);
    padding: 10px 13px;
    border-radius: 999px;
    font-size: 15px;
}
.site-nav a:hover, .site-nav a.active { color: #fff; background: rgba(255,255,255,.12); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: #fff; border-radius: 2px; }
.hero {
    position: relative;
    padding: 82px 0 72px;
    overflow: hidden;
    color: #fff;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 20%, rgba(215,47,63,.36), transparent 28%), radial-gradient(circle at 80% 8%, rgba(247,199,107,.25), transparent 34%);
    pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--gold-soft); letter-spacing: .16em; font-size: 14px; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(40px, 5vw, 72px); line-height: 1.08; margin-bottom: 20px; letter-spacing: -.04em; }
.hero-text { font-size: 18px; color: rgba(255,255,255,.82); 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: 9px;
    border: 1px solid rgba(255,255,255,.18);
    min-height: 48px; padding: 0 22px; border-radius: 999px;
    font-weight: 800;
    transition: .2s ease;
}
.btn-primary { background: linear-gradient(135deg, var(--red), #ff6d64); color: #fff; box-shadow: 0 18px 32px rgba(215,47,63,.28); }
.btn-light { color: #fff; background: rgba(255,255,255,.1); }
.btn-dark { color: #fff; background: var(--ink-soft); }
.btn-gold { color: #231500; background: linear-gradient(135deg, var(--gold), #fff0b9); }
.btn:hover { transform: translateY(-2px); }
.hero-visual {
    border-radius: var(--radius);
    overflow: hidden;
    background: rgba(255,255,255,.08);
    box-shadow: var(--shadow);
    border: 1px solid rgba(255,255,255,.14);
}
.hero-visual img { width: 100%; }
.hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 28px; }
.hero-stat { padding: 18px; border-radius: 18px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.1); }
.hero-stat b { display: block; font-size: 24px; color: var(--gold); }
.hero-stat span { color: rgba(255,255,255,.7); font-size: 13px; }
main { background: var(--mist); }
.section { padding: 84px 0; }
.section.navy { background: linear-gradient(180deg, #081224, #0c1d3a); color: #fff; }
.section.red-glow { background: radial-gradient(circle at 10% 20%, rgba(215,47,63,.15), transparent 28%), #f5f7fb; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 34px; }
.section-kicker { color: var(--red); font-weight: 900; letter-spacing: .12em; margin-bottom: 8px; }
.section h2 { font-size: clamp(28px, 3vw, 44px); line-height: 1.18; margin-bottom: 10px; letter-spacing: -.03em; }
.section-head p, .lead { color: var(--muted); max-width: 760px; }
.navy .section-kicker { color: var(--gold); }
.navy .section-head p, .navy .lead { color: rgba(255,255,255,.72); }
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card {
    background: var(--card);
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 14px 34px rgba(12, 28, 58, .08);
    border: 1px solid rgba(11, 28, 63, .08);
}
.card.dark { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.12); }
.card.dark p, .card.dark li { color: rgba(255,255,255,.74); }
.card h3 { font-size: 22px; margin-bottom: 10px; }
.card p { color: var(--muted); margin-bottom: 0; }
.media-card { overflow: hidden; padding: 0; }
.media-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; background: #0b1c3f; }
.media-card .card-body { padding: 24px; }
.badge {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 6px 12px; border-radius: 999px; margin-bottom: 12px;
    color: #fff; background: var(--red); font-size: 13px; font-weight: 800;
}
.badge.gold { color: #211400; background: var(--gold); }
.schedule-grid { display: grid; grid-template-columns: 320px 1fr; gap: 24px; align-items: start; }
.schedule-board { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #0b1c3f; }
.schedule-board img { width: 100%; }
.timeline { display: grid; gap: 16px; }
.time-card {
    display: grid; grid-template-columns: 100px 1fr auto; gap: 18px; align-items: center;
    padding: 20px; border-radius: 22px; background: #fff; border: 1px solid rgba(11,28,63,.08);
    box-shadow: 0 10px 26px rgba(12,28,58,.08);
}
.time-card strong { font-size: 24px; color: var(--red); }
.time-card em { font-style: normal; color: var(--muted); font-size: 14px; }
.time-card h3 { margin-bottom: 2px; }
.time-card .tag { color: #1a2e56; background: #edf2ff; padding: 7px 12px; border-radius: 999px; font-weight: 800; font-size: 13px; }
.tabs, .filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.tab, .filter-btn {
    border: 1px solid rgba(11,28,63,.14); background: #fff; color: var(--ink-soft);
    padding: 10px 16px; border-radius: 999px; cursor: pointer; font-weight: 800;
}
.tab.active, .filter-btn.active { color: #fff; background: var(--red); border-color: var(--red); }
.feature-list { display: grid; gap: 14px; padding: 0; margin: 22px 0 0; list-style: none; }
.feature-list li { display: flex; gap: 10px; color: var(--muted); }
.feature-list li::before { content: ""; flex: 0 0 9px; width: 9px; height: 9px; margin-top: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(247,199,107,.16); }
.step-card { position: relative; overflow: hidden; }
.step-no { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 20px; border-radius: 16px; color: #fff; background: var(--red); font-weight: 900; }
.member-panel {
    display: grid; grid-template-columns: 1fr 400px; gap: 34px; align-items: center;
    background: linear-gradient(135deg, #081224, #132d59);
    color: #fff; border-radius: 34px; padding: 42px; box-shadow: var(--shadow); overflow: hidden;
}
.member-panel p { color: rgba(255,255,255,.76); }
.member-panel img { border-radius: 24px; background: rgba(255,255,255,.08); }
.review-card { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: start; }
.review-card img { width: 56px; height: 56px; border-radius: 50%; background: #edf2ff; }
.map-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.map-panel img { border-radius: var(--radius); box-shadow: var(--shadow); }
.faq { display: grid; gap: 14px; }
details { background: #fff; padding: 20px 24px; border-radius: 20px; border: 1px solid rgba(11,28,63,.08); }
summary { cursor: pointer; font-weight: 900; }
details p { color: var(--muted); margin: 12px 0 0; }
.page-hero { padding: 70px 0 54px; color: #fff; }
.page-hero .crumb { color: var(--gold-soft); font-weight: 800; margin-bottom: 10px; }
.page-hero h1 { max-width: 900px; }
.page-hero p { color: rgba(255,255,255,.78); max-width: 820px; font-size: 18px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
.table-wrap { overflow-x: auto; background: #fff; border-radius: 24px; box-shadow: 0 12px 34px rgba(12,28,58,.08); }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { text-align: left; padding: 18px 20px; border-bottom: 1px solid rgba(11,28,63,.08); }
th { color: #fff; background: #0b1c3f; }
td { color: #39465e; }
.video-card { position: relative; }
.play-icon {
    position: absolute; top: 24px; right: 24px; width: 54px; height: 54px; border-radius: 50%;
    display: grid; place-items: center; color: #fff; background: rgba(215,47,63,.92); box-shadow: 0 18px 34px rgba(215,47,63,.3);
}
.contact-list { display: grid; gap: 14px; }
.contact-item { padding: 18px; border-radius: 18px; background: #fff; border: 1px solid rgba(11,28,63,.08); }
.contact-item b { display: block; color: var(--ink-soft); }
.contact-item span { color: var(--muted); }
.notice { padding: 16px 18px; border-radius: 18px; background: #fff7e3; color: #6d4b10; border: 1px solid rgba(247,199,107,.44); }
.mt-20 { margin-top: 20px; }
.site-footer { padding: 60px 0 26px; background: #07111f; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: 34px; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.66); }
.footer-grid h2 { font-size: 18px; margin-bottom: 12px; }
.footer-grid a { display: block; margin: 8px 0; }
.footer-brand { font-size: 24px; font-weight: 900; margin-bottom: 14px; }
.footer-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.58); }
@media (max-width: 960px) {
    .hero-grid, .schedule-grid, .member-panel, .map-panel, .split { grid-template-columns: 1fr; }
    .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .member-panel { padding: 28px; }
    .section-head { display: block; }
}
@media (max-width: 720px) {
    .container { width: min(100% - 28px, 1180px); }
    .site-nav {
        position: absolute; left: 14px; right: 14px; top: 72px; display: none; flex-direction: column; align-items: stretch;
        padding: 14px; border-radius: 22px; background: rgba(6,15,32,.97); box-shadow: var(--shadow);
    }
    .site-nav.open { display: flex; }
    .nav-toggle { display: inline-block; }
    .hero { padding: 52px 0 48px; }
    .hero-stats, .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
    .section { padding: 58px 0; }
    .time-card { grid-template-columns: 1fr; }
    .time-card .tag { width: fit-content; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
}
